@@ -210,6 +210,9 @@ export namespace Components {
210210 "isVisible" : boolean ;
211211 "maxPageToSearchFor" : number ;
212212 }
213+ interface MvxPasskeyProviderIcon {
214+ "class" ?: string ;
215+ }
213216 interface MvxPendingTransactionsPanel {
214217 "closeWithAnimation" : ( ) => Promise < unknown > ;
215218 "getEventBus" : ( ) => Promise < IEventBus > ;
@@ -825,6 +828,12 @@ declare global {
825828 prototype : HTMLMvxPaginationEllipsisFormElement ;
826829 new ( ) : HTMLMvxPaginationEllipsisFormElement ;
827830 } ;
831+ interface HTMLMvxPasskeyProviderIconElement extends Components . MvxPasskeyProviderIcon , HTMLStencilElement {
832+ }
833+ var HTMLMvxPasskeyProviderIconElement : {
834+ prototype : HTMLMvxPasskeyProviderIconElement ;
835+ new ( ) : HTMLMvxPasskeyProviderIconElement ;
836+ } ;
828837 interface HTMLMvxPendingTransactionsPanelElement extends Components . MvxPendingTransactionsPanel , HTMLStencilElement {
829838 }
830839 var HTMLMvxPendingTransactionsPanelElement : {
@@ -1240,6 +1249,7 @@ declare global {
12401249 "mvx-pagination" : HTMLMvxPaginationElement ;
12411250 "mvx-pagination-ellipsis" : HTMLMvxPaginationEllipsisElement ;
12421251 "mvx-pagination-ellipsis-form" : HTMLMvxPaginationEllipsisFormElement ;
1252+ "mvx-passkey-provider-icon" : HTMLMvxPasskeyProviderIconElement ;
12431253 "mvx-pending-transactions-panel" : HTMLMvxPendingTransactionsPanelElement ;
12441254 "mvx-preloader" : HTMLMvxPreloaderElement ;
12451255 "mvx-side-panel" : HTMLMvxSidePanelElement ;
@@ -1472,6 +1482,9 @@ declare namespace LocalJSX {
14721482 "maxPageToSearchFor" ?: number ;
14731483 "onSearch" ?: ( event : MvxPaginationEllipsisFormCustomEvent < number > ) => void ;
14741484 }
1485+ interface MvxPasskeyProviderIcon {
1486+ "class" ?: string ;
1487+ }
14751488 interface MvxPendingTransactionsPanel {
14761489 }
14771490 interface MvxPreloader {
@@ -1795,6 +1808,7 @@ declare namespace LocalJSX {
17951808 "mvx-pagination" : MvxPagination ;
17961809 "mvx-pagination-ellipsis" : MvxPaginationEllipsis ;
17971810 "mvx-pagination-ellipsis-form" : MvxPaginationEllipsisForm ;
1811+ "mvx-passkey-provider-icon" : MvxPasskeyProviderIcon ;
17981812 "mvx-pending-transactions-panel" : MvxPendingTransactionsPanel ;
17991813 "mvx-preloader" : MvxPreloader ;
18001814 "mvx-side-panel" : MvxSidePanel ;
@@ -1878,6 +1892,7 @@ declare module "@stencil/core" {
18781892 "mvx-pagination" : LocalJSX . MvxPagination & JSXBase . HTMLAttributes < HTMLMvxPaginationElement > ;
18791893 "mvx-pagination-ellipsis" : LocalJSX . MvxPaginationEllipsis & JSXBase . HTMLAttributes < HTMLMvxPaginationEllipsisElement > ;
18801894 "mvx-pagination-ellipsis-form" : LocalJSX . MvxPaginationEllipsisForm & JSXBase . HTMLAttributes < HTMLMvxPaginationEllipsisFormElement > ;
1895+ "mvx-passkey-provider-icon" : LocalJSX . MvxPasskeyProviderIcon & JSXBase . HTMLAttributes < HTMLMvxPasskeyProviderIconElement > ;
18811896 "mvx-pending-transactions-panel" : LocalJSX . MvxPendingTransactionsPanel & JSXBase . HTMLAttributes < HTMLMvxPendingTransactionsPanelElement > ;
18821897 "mvx-preloader" : LocalJSX . MvxPreloader & JSXBase . HTMLAttributes < HTMLMvxPreloaderElement > ;
18831898 "mvx-side-panel" : LocalJSX . MvxSidePanel & JSXBase . HTMLAttributes < HTMLMvxSidePanelElement > ;
0 commit comments