@vechain/vechain-kit 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { ButtonProps, IconButtonProps, ImageProps, PropsOf, StackProps, ThemeTypings, VStack } from "@chakra-ui/react";
2
2
  import * as react0 from "react";
3
3
  import React$1, { ElementType, ReactElement, ReactNode } from "react";
4
- import * as react_jsx_runtime0 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
5
5
  import * as _vechain_sdk_network0 from "@vechain/sdk-network";
6
6
  import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
7
7
  import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy, useSetWalletRecovery } from "@privy-io/react-auth";
@@ -565,7 +565,7 @@ declare const useVeChainKitConfig: () => VeChainKitConfig;
565
565
  /**
566
566
  * Provider to wrap the application with Privy and DAppKit
567
567
  */
568
- declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime0.JSX.Element;
568
+ declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime1.JSX.Element;
569
569
  //#endregion
570
570
  //#region src/providers/PrivyWalletProvider.d.ts
571
571
  interface PrivyWalletProviderContextType {
@@ -607,7 +607,7 @@ declare const PrivyWalletProvider: ({
607
607
  delegatorUrl?: string;
608
608
  delegateAllTransactions: boolean;
609
609
  genericDelegator?: boolean;
610
- }) => react_jsx_runtime0.JSX.Element;
610
+ }) => react_jsx_runtime1.JSX.Element;
611
611
  declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
612
612
  //#endregion
613
613
  //#region src/providers/VechainKitThemeProvider.d.ts
@@ -624,12 +624,12 @@ declare const ColorModeSync: ({
624
624
  darkMode
625
625
  }: {
626
626
  darkMode: boolean;
627
- }) => react_jsx_runtime0.JSX.Element;
627
+ }) => react_jsx_runtime1.JSX.Element;
628
628
  declare const VechainKitThemeProvider: ({
629
629
  children,
630
630
  darkMode,
631
631
  theme: customTheme
632
- }: Props$36) => react_jsx_runtime0.JSX.Element;
632
+ }: Props$36) => react_jsx_runtime1.JSX.Element;
633
633
  //#endregion
634
634
  //#region src/providers/LegalDocumentsProvider.d.ts
635
635
  type Props$35 = {
@@ -645,7 +645,7 @@ type LegalDocumentsContextType = {
645
645
  declare const useLegalDocuments: () => LegalDocumentsContextType;
646
646
  declare const LegalDocumentsProvider: ({
647
647
  children
648
- }: Props$35) => react_jsx_runtime0.JSX.Element;
648
+ }: Props$35) => react_jsx_runtime1.JSX.Element;
649
649
  //#endregion
650
650
  //#region src/components/ConnectModal/ConnectModal.d.ts
651
651
  type Props$34 = {
@@ -656,7 +656,7 @@ type ConnectModalContentsTypes = 'main' | 'email-verification' | 'faq';
656
656
  declare const ConnectModal: ({
657
657
  isOpen,
658
658
  onClose
659
- }: Props$34) => react_jsx_runtime0.JSX.Element;
659
+ }: Props$34) => react_jsx_runtime1.JSX.Element;
660
660
  //#endregion
661
661
  //#region src/components/ConnectModal/Contents/MainContent.d.ts
662
662
  type Props$33 = {
@@ -666,7 +666,7 @@ type Props$33 = {
666
666
  declare const MainContent: ({
667
667
  setCurrentContent,
668
668
  onClose
669
- }: Props$33) => react_jsx_runtime0.JSX.Element;
669
+ }: Props$33) => react_jsx_runtime1.JSX.Element;
670
670
  //#endregion
671
671
  //#region src/components/ConnectModal/Components/ConnectionButton.d.ts
672
672
  interface ConnectionButtonProps {
@@ -689,10 +689,10 @@ declare const ConnectionButton: ({
689
689
  style,
690
690
  variant,
691
691
  iconWidth
692
- }: ConnectionButtonProps) => react_jsx_runtime0.JSX.Element | null;
692
+ }: ConnectionButtonProps) => react_jsx_runtime1.JSX.Element | null;
693
693
  //#endregion
694
694
  //#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
695
- declare const EmailLoginButton: () => react_jsx_runtime0.JSX.Element;
695
+ declare const EmailLoginButton: () => react_jsx_runtime1.JSX.Element;
696
696
  //#endregion
697
697
  //#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
698
698
  type Props$32 = {
@@ -702,7 +702,7 @@ type Props$32 = {
702
702
  declare const VeChainLoginButton: ({
703
703
  isDark,
704
704
  gridColumn
705
- }: Props$32) => react_jsx_runtime0.JSX.Element;
705
+ }: Props$32) => react_jsx_runtime1.JSX.Element;
706
706
  //#endregion
707
707
  //#region src/components/ConnectModal/Components/EcosystemButton.d.ts
708
708
  type Props$31 = {
@@ -714,7 +714,7 @@ type Props$31 = {
714
714
  declare const EcosystemButton: ({
715
715
  appsInfo,
716
716
  isLoading
717
- }: Props$31) => react_jsx_runtime0.JSX.Element;
717
+ }: Props$31) => react_jsx_runtime1.JSX.Element;
718
718
  //#endregion
719
719
  //#region src/components/ConnectModal/Components/PrivyButton.d.ts
720
720
  type Props$30 = {
@@ -726,7 +726,7 @@ declare const PrivyButton: ({
726
726
  isDark,
727
727
  onViewMoreLogin,
728
728
  gridColumn
729
- }: Props$30) => react_jsx_runtime0.JSX.Element;
729
+ }: Props$30) => react_jsx_runtime1.JSX.Element;
730
730
  //#endregion
731
731
  //#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
732
732
  type Props$29 = {
@@ -736,7 +736,7 @@ type Props$29 = {
736
736
  declare const LoginWithGoogleButton: ({
737
737
  isDark,
738
738
  gridColumn
739
- }: Props$29) => react_jsx_runtime0.JSX.Element;
739
+ }: Props$29) => react_jsx_runtime1.JSX.Element;
740
740
  //#endregion
741
741
  //#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
742
742
  type Props$28 = {
@@ -746,7 +746,7 @@ type Props$28 = {
746
746
  declare const PasskeyLoginButton: ({
747
747
  isDark,
748
748
  gridColumn
749
- }: Props$28) => react_jsx_runtime0.JSX.Element;
749
+ }: Props$28) => react_jsx_runtime1.JSX.Element;
750
750
  //#endregion
751
751
  //#region src/components/ConnectModal/Components/DappKitButton.d.ts
752
752
  type Props$27 = {
@@ -756,7 +756,7 @@ type Props$27 = {
756
756
  declare const DappKitButton: ({
757
757
  isDark,
758
758
  gridColumn
759
- }: Props$27) => react_jsx_runtime0.JSX.Element;
759
+ }: Props$27) => react_jsx_runtime1.JSX.Element;
760
760
  //#endregion
761
761
  //#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
762
762
  type Props$26 = {
@@ -766,7 +766,7 @@ type Props$26 = {
766
766
  declare const VeChainWithPrivyLoginButton: ({
767
767
  isDark,
768
768
  gridColumn
769
- }: Props$26) => react_jsx_runtime0.JSX.Element;
769
+ }: Props$26) => react_jsx_runtime1.JSX.Element;
770
770
  //#endregion
771
771
  //#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
772
772
  type Props$25 = {
@@ -776,7 +776,7 @@ type Props$25 = {
776
776
  declare const LoginWithGithubButton: ({
777
777
  isDark,
778
778
  gridColumn
779
- }: Props$25) => react_jsx_runtime0.JSX.Element;
779
+ }: Props$25) => react_jsx_runtime1.JSX.Element;
780
780
  //#endregion
781
781
  //#region src/components/ConnectModal/ConnectPopover.d.ts
782
782
  type ConnectPopoverProps = {
@@ -786,7 +786,7 @@ type ConnectPopoverProps = {
786
786
  declare const ConnectPopover: ({
787
787
  isLoading,
788
788
  buttonStyle
789
- }: ConnectPopoverProps) => react_jsx_runtime0.JSX.Element;
789
+ }: ConnectPopoverProps) => react_jsx_runtime1.JSX.Element;
790
790
  //#endregion
791
791
  //#region src/components/WalletButton/types.d.ts
792
792
  type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
@@ -803,10 +803,10 @@ declare const WalletButton: ({
803
803
  desktopVariant,
804
804
  buttonStyle,
805
805
  connectionVariant
806
- }: WalletButtonProps) => react_jsx_runtime0.JSX.Element;
806
+ }: WalletButtonProps) => react_jsx_runtime1.JSX.Element;
807
807
  //#endregion
808
808
  //#region src/components/WalletButton/SocialIcons.d.ts
809
- declare const SocialIcons: () => react_jsx_runtime0.JSX.Element;
809
+ declare const SocialIcons: () => react_jsx_runtime1.JSX.Element;
810
810
  //#endregion
811
811
  //#region src/components/TransactionModal/TransactionModal.d.ts
812
812
  type TransactionModalProps = {
@@ -836,7 +836,7 @@ declare const TransactionModal: ({
836
836
  txReceipt,
837
837
  txError,
838
838
  onTryAgain
839
- }: TransactionModalProps) => react_jsx_runtime0.JSX.Element;
839
+ }: TransactionModalProps) => react_jsx_runtime1.JSX.Element;
840
840
  //#endregion
841
841
  //#region src/components/TransactionModal/Components/ShareButtons.d.ts
842
842
  type Props$24 = {
@@ -846,7 +846,7 @@ type Props$24 = {
846
846
  };
847
847
  declare const ShareButtons: ({
848
848
  descriptionEncoded
849
- }: Props$24) => react_jsx_runtime0.JSX.Element;
849
+ }: Props$24) => react_jsx_runtime1.JSX.Element;
850
850
  //#endregion
851
851
  //#region src/components/TransactionModal/TransactionModalContent.d.ts
852
852
  declare const TransactionModalContent: ({
@@ -856,7 +856,7 @@ declare const TransactionModalContent: ({
856
856
  txReceipt,
857
857
  txError,
858
858
  onClose
859
- }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime0.JSX.Element;
859
+ }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime1.JSX.Element;
860
860
  //#endregion
861
861
  //#region src/components/TransactionToast/TransactionToast.d.ts
862
862
  type TransactionToastProps = {
@@ -876,7 +876,7 @@ declare const TransactionToast: ({
876
876
  txError,
877
877
  onTryAgain,
878
878
  description
879
- }: TransactionToastProps) => react_jsx_runtime0.JSX.Element | null;
879
+ }: TransactionToastProps) => react_jsx_runtime1.JSX.Element | null;
880
880
  //#endregion
881
881
  //#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
882
882
  type Props$23 = {
@@ -888,7 +888,7 @@ declare const AccountMainContent: ({
888
888
  setCurrentContent,
889
889
  wallet,
890
890
  onClose
891
- }: Props$23) => react_jsx_runtime0.JSX.Element;
891
+ }: Props$23) => react_jsx_runtime1.JSX.Element;
892
892
  //#endregion
893
893
  //#region src/components/AccountModal/Contents/Account/AccessAndSecurityContent.d.ts
894
894
  type Props$22 = {
@@ -896,7 +896,7 @@ type Props$22 = {
896
896
  };
897
897
  declare const AccessAndSecurityContent: ({
898
898
  setCurrentContent
899
- }: Props$22) => react_jsx_runtime0.JSX.Element;
899
+ }: Props$22) => react_jsx_runtime1.JSX.Element;
900
900
  //#endregion
901
901
  //#region src/components/AccountModal/Contents/Account/SettingsContent.d.ts
902
902
  type SettingsContentProps = {
@@ -906,7 +906,7 @@ type SettingsContentProps = {
906
906
  declare const SettingsContent: ({
907
907
  setCurrentContent,
908
908
  onLogoutSuccess
909
- }: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
909
+ }: SettingsContentProps) => react_jsx_runtime1.JSX.Element;
910
910
  //#endregion
911
911
  //#region src/components/AccountModal/Contents/Account/EmbeddedWalletContent.d.ts
912
912
  type Props$21 = {
@@ -914,7 +914,7 @@ type Props$21 = {
914
914
  };
915
915
  declare const EmbeddedWalletContent: ({
916
916
  setCurrentContent
917
- }: Props$21) => react_jsx_runtime0.JSX.Element;
917
+ }: Props$21) => react_jsx_runtime1.JSX.Element;
918
918
  //#endregion
919
919
  //#region src/components/AccountModal/Contents/Account/DisconnectConfirmContent.d.ts
920
920
  type DisconnectConfirmContentProps = {
@@ -930,7 +930,7 @@ declare const DisconnectConfirmContent: ({
930
930
  onClose,
931
931
  showCloseButton,
932
932
  text
933
- }: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
933
+ }: DisconnectConfirmContentProps) => react_jsx_runtime1.JSX.Element;
934
934
  //#endregion
935
935
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
936
936
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
@@ -1752,7 +1752,7 @@ declare const ConnectModalProvider: ({
1752
1752
  children
1753
1753
  }: {
1754
1754
  children: ReactNode;
1755
- }) => react_jsx_runtime0.JSX.Element;
1755
+ }) => react_jsx_runtime1.JSX.Element;
1756
1756
  //#endregion
1757
1757
  //#region src/hooks/modals/useAccountModal.d.ts
1758
1758
  declare const useAccountModal: () => {
@@ -1764,7 +1764,7 @@ declare const AccountModalProvider: ({
1764
1764
  children
1765
1765
  }: {
1766
1766
  children: ReactNode;
1767
- }) => react_jsx_runtime0.JSX.Element;
1767
+ }) => react_jsx_runtime1.JSX.Element;
1768
1768
  //#endregion
1769
1769
  //#region src/hooks/modals/useTransactionModal.d.ts
1770
1770
  declare const useTransactionModal: () => {
@@ -1776,7 +1776,7 @@ declare const TransactionModalProvider: ({
1776
1776
  children
1777
1777
  }: {
1778
1778
  children: ReactNode;
1779
- }) => react_jsx_runtime0.JSX.Element;
1779
+ }) => react_jsx_runtime1.JSX.Element;
1780
1780
  //#endregion
1781
1781
  //#region src/hooks/modals/useTransactionToast.d.ts
1782
1782
  declare const useTransactionToast: () => {
@@ -1788,7 +1788,7 @@ declare const TransactionToastProvider: ({
1788
1788
  children
1789
1789
  }: {
1790
1790
  children: ReactNode;
1791
- }) => react_jsx_runtime0.JSX.Element;
1791
+ }) => react_jsx_runtime1.JSX.Element;
1792
1792
  //#endregion
1793
1793
  //#region src/hooks/modals/useWalletModal.d.ts
1794
1794
  declare const useWalletModal: () => {
@@ -1800,7 +1800,7 @@ declare const WalletModalProvider: ({
1800
1800
  children
1801
1801
  }: {
1802
1802
  children: ReactNode;
1803
- }) => react_jsx_runtime0.JSX.Element;
1803
+ }) => react_jsx_runtime1.JSX.Element;
1804
1804
  //#endregion
1805
1805
  //#region src/hooks/modals/useChooseNameModal.d.ts
1806
1806
  declare const useChooseNameModal: () => {
@@ -1812,7 +1812,7 @@ declare const ChooseNameModalProvider: ({
1812
1812
  children
1813
1813
  }: {
1814
1814
  children: ReactNode;
1815
- }) => react_jsx_runtime0.JSX.Element;
1815
+ }) => react_jsx_runtime1.JSX.Element;
1816
1816
  //#endregion
1817
1817
  //#region src/hooks/modals/useSendTokenModal.d.ts
1818
1818
  declare const useSendTokenModal: () => {
@@ -1824,7 +1824,7 @@ declare const SendTokenModalProvider: ({
1824
1824
  children
1825
1825
  }: {
1826
1826
  children: ReactNode;
1827
- }) => react_jsx_runtime0.JSX.Element;
1827
+ }) => react_jsx_runtime1.JSX.Element;
1828
1828
  //#endregion
1829
1829
  //#region src/hooks/modals/useSwapTokenModal.d.ts
1830
1830
  type SwapTokenModalOptions = {
@@ -1841,7 +1841,7 @@ declare const SwapTokenModalProvider: ({
1841
1841
  children
1842
1842
  }: {
1843
1843
  children: ReactNode;
1844
- }) => react_jsx_runtime0.JSX.Element;
1844
+ }) => react_jsx_runtime1.JSX.Element;
1845
1845
  //#endregion
1846
1846
  //#region src/hooks/modals/useAccessAndSecurityModal.d.ts
1847
1847
  declare const useAccessAndSecurityModal: () => {
@@ -1853,7 +1853,7 @@ declare const AccessAndSecurityModalProvider: ({
1853
1853
  children
1854
1854
  }: {
1855
1855
  children: ReactNode;
1856
- }) => react_jsx_runtime0.JSX.Element;
1856
+ }) => react_jsx_runtime1.JSX.Element;
1857
1857
  //#endregion
1858
1858
  //#region src/hooks/modals/useExploreEcosystemModal.d.ts
1859
1859
  declare const useExploreEcosystemModal: () => {
@@ -1865,7 +1865,7 @@ declare const ExploreEcosystemModalProvider: ({
1865
1865
  children
1866
1866
  }: {
1867
1867
  children: ReactNode;
1868
- }) => react_jsx_runtime0.JSX.Element;
1868
+ }) => react_jsx_runtime1.JSX.Element;
1869
1869
  //#endregion
1870
1870
  //#region src/hooks/modals/useNotificationsModal.d.ts
1871
1871
  declare const useNotificationsModal: () => {
@@ -1877,7 +1877,7 @@ declare const NotificationsModalProvider: ({
1877
1877
  children
1878
1878
  }: {
1879
1879
  children: ReactNode;
1880
- }) => react_jsx_runtime0.JSX.Element;
1880
+ }) => react_jsx_runtime1.JSX.Element;
1881
1881
  //#endregion
1882
1882
  //#region src/hooks/modals/useFAQModal.d.ts
1883
1883
  declare const useFAQModal: () => {
@@ -1889,7 +1889,7 @@ declare const FAQModalProvider: ({
1889
1889
  children
1890
1890
  }: {
1891
1891
  children: ReactNode;
1892
- }) => react_jsx_runtime0.JSX.Element;
1892
+ }) => react_jsx_runtime1.JSX.Element;
1893
1893
  //#endregion
1894
1894
  //#region src/hooks/modals/useAccountCustomizationModal.d.ts
1895
1895
  declare const useAccountCustomizationModal: () => {
@@ -1901,7 +1901,7 @@ declare const AccountCustomizationModalProvider: ({
1901
1901
  children
1902
1902
  }: {
1903
1903
  children: ReactNode;
1904
- }) => react_jsx_runtime0.JSX.Element;
1904
+ }) => react_jsx_runtime1.JSX.Element;
1905
1905
  //#endregion
1906
1906
  //#region src/hooks/modals/useReceiveModal.d.ts
1907
1907
  declare const useReceiveModal: () => {
@@ -1913,7 +1913,7 @@ declare const ReceiveModalProvider: ({
1913
1913
  children
1914
1914
  }: {
1915
1915
  children: ReactNode;
1916
- }) => react_jsx_runtime0.JSX.Element;
1916
+ }) => react_jsx_runtime1.JSX.Element;
1917
1917
  //#endregion
1918
1918
  //#region src/hooks/modals/useLoginModalContent.d.ts
1919
1919
  type LoginModalContentConfig = {
@@ -1939,7 +1939,7 @@ declare const UpgradeSmartAccountModalProvider: ({
1939
1939
  children
1940
1940
  }: {
1941
1941
  children: ReactNode;
1942
- }) => react_jsx_runtime0.JSX.Element;
1942
+ }) => react_jsx_runtime1.JSX.Element;
1943
1943
  //#endregion
1944
1944
  //#region src/hooks/modals/useProfileModal.d.ts
1945
1945
  declare const useProfileModal: () => {
@@ -1951,7 +1951,7 @@ declare const ProfileModalProvider: ({
1951
1951
  children
1952
1952
  }: {
1953
1953
  children: ReactNode;
1954
- }) => react_jsx_runtime0.JSX.Element;
1954
+ }) => react_jsx_runtime1.JSX.Element;
1955
1955
  //#endregion
1956
1956
  //#region src/hooks/modals/useAccountModalOptions.d.ts
1957
1957
  declare const useAccountModalOptions: () => {
@@ -3108,7 +3108,7 @@ declare const SendTokenContent: ({
3108
3108
  initialAmount,
3109
3109
  initialToAddressOrDomain,
3110
3110
  onBack: parentOnBack
3111
- }: SendTokenContentProps) => react_jsx_runtime0.JSX.Element;
3111
+ }: SendTokenContentProps) => react_jsx_runtime1.JSX.Element;
3112
3112
  //#endregion
3113
3113
  //#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
3114
3114
  type SendTokenSummaryContentProps = {
@@ -3128,7 +3128,7 @@ declare const SendTokenSummaryContent: ({
3128
3128
  amount,
3129
3129
  selectedToken,
3130
3130
  formattedTotalAmount
3131
- }: SendTokenSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3131
+ }: SendTokenSummaryContentProps) => react_jsx_runtime1.JSX.Element;
3132
3132
  //#endregion
3133
3133
  //#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
3134
3134
  type Props$18 = {
@@ -3144,7 +3144,7 @@ declare const SelectTokenContent: ({
3144
3144
  onSelectToken,
3145
3145
  onBack,
3146
3146
  showAllTokens
3147
- }: Props$18) => react_jsx_runtime0.JSX.Element;
3147
+ }: Props$18) => react_jsx_runtime1.JSX.Element;
3148
3148
  //#endregion
3149
3149
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
3150
3150
  type Props$17 = {
@@ -3152,7 +3152,7 @@ type Props$17 = {
3152
3152
  };
3153
3153
  declare const ReceiveTokenContent: ({
3154
3154
  setCurrentContent
3155
- }: Props$17) => react_jsx_runtime0.JSX.Element;
3155
+ }: Props$17) => react_jsx_runtime1.JSX.Element;
3156
3156
  //#endregion
3157
3157
  //#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
3158
3158
  type Props$16 = {
@@ -3164,7 +3164,7 @@ declare const SwapTokenContent: ({
3164
3164
  setCurrentContent,
3165
3165
  fromTokenAddress,
3166
3166
  toTokenAddress
3167
- }: Props$16) => react_jsx_runtime0.JSX.Element;
3167
+ }: Props$16) => react_jsx_runtime1.JSX.Element;
3168
3168
  //#endregion
3169
3169
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
3170
3170
  type ChooseNameContentProps = {
@@ -3176,7 +3176,7 @@ declare const ChooseNameContent: ({
3176
3176
  setCurrentContent,
3177
3177
  onBack,
3178
3178
  initialContentSource
3179
- }: ChooseNameContentProps) => react_jsx_runtime0.JSX.Element;
3179
+ }: ChooseNameContentProps) => react_jsx_runtime1.JSX.Element;
3180
3180
  //#endregion
3181
3181
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
3182
3182
  type ChooseNameSearchContentProps = {
@@ -3188,7 +3188,7 @@ declare const ChooseNameSearchContent: ({
3188
3188
  name: initialName,
3189
3189
  setCurrentContent,
3190
3190
  initialContentSource
3191
- }: ChooseNameSearchContentProps) => react_jsx_runtime0.JSX.Element;
3191
+ }: ChooseNameSearchContentProps) => react_jsx_runtime1.JSX.Element;
3192
3192
  //#endregion
3193
3193
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
3194
3194
  type ChooseNameSummaryContentProps = {
@@ -3206,7 +3206,7 @@ declare const ChooseNameSummaryContent: ({
3206
3206
  isOwnDomain,
3207
3207
  isUnsetting,
3208
3208
  initialContentSource
3209
- }: ChooseNameSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3209
+ }: ChooseNameSummaryContentProps) => react_jsx_runtime1.JSX.Element;
3210
3210
  //#endregion
3211
3211
  //#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
3212
3212
  type FAQContentProps = {
@@ -3216,7 +3216,7 @@ type FAQContentProps = {
3216
3216
  declare const FAQContent: ({
3217
3217
  onGoBack,
3218
3218
  showLanguageSelector
3219
- }: FAQContentProps) => react_jsx_runtime0.JSX.Element;
3219
+ }: FAQContentProps) => react_jsx_runtime1.JSX.Element;
3220
3220
  //#endregion
3221
3221
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
3222
3222
  type AccountCustomizationContentProps = {
@@ -3226,7 +3226,7 @@ type AccountCustomizationContentProps = {
3226
3226
  declare const CustomizationContent: ({
3227
3227
  setCurrentContent,
3228
3228
  initialContentSource
3229
- }: AccountCustomizationContentProps) => react_jsx_runtime0.JSX.Element;
3229
+ }: AccountCustomizationContentProps) => react_jsx_runtime1.JSX.Element;
3230
3230
  //#endregion
3231
3231
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
3232
3232
  type CustomizationSummaryContentProps = {
@@ -3245,7 +3245,7 @@ declare const CustomizationSummaryContent: ({
3245
3245
  setCurrentContent,
3246
3246
  changes,
3247
3247
  onDoneRedirectContent
3248
- }: CustomizationSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3248
+ }: CustomizationSummaryContentProps) => react_jsx_runtime1.JSX.Element;
3249
3249
  //#endregion
3250
3250
  //#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
3251
3251
  type ProfileContentProps = {
@@ -3255,7 +3255,7 @@ type ProfileContentProps = {
3255
3255
  declare const ProfileContent: ({
3256
3256
  setCurrentContent,
3257
3257
  onLogoutSuccess
3258
- }: ProfileContentProps) => react_jsx_runtime0.JSX.Element;
3258
+ }: ProfileContentProps) => react_jsx_runtime1.JSX.Element;
3259
3259
  //#endregion
3260
3260
  //#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
3261
3261
  type UpgradeSmartAccountContentProps = {
@@ -3267,7 +3267,7 @@ declare const UpgradeSmartAccountContent: ({
3267
3267
  setCurrentContent,
3268
3268
  handleClose,
3269
3269
  initialContent
3270
- }: UpgradeSmartAccountContentProps) => react_jsx_runtime0.JSX.Element;
3270
+ }: UpgradeSmartAccountContentProps) => react_jsx_runtime1.JSX.Element;
3271
3271
  //#endregion
3272
3272
  //#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
3273
3273
  type AssetsContentProps = {
@@ -3275,7 +3275,7 @@ type AssetsContentProps = {
3275
3275
  };
3276
3276
  declare const AssetsContent: ({
3277
3277
  setCurrentContent
3278
- }: AssetsContentProps) => react_jsx_runtime0.JSX.Element;
3278
+ }: AssetsContentProps) => react_jsx_runtime1.JSX.Element;
3279
3279
  //#endregion
3280
3280
  //#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
3281
3281
  type ManageCustomTokenContentProps = {
@@ -3283,7 +3283,7 @@ type ManageCustomTokenContentProps = {
3283
3283
  };
3284
3284
  declare const ManageCustomTokenContent: ({
3285
3285
  setCurrentContent
3286
- }: ManageCustomTokenContentProps) => react_jsx_runtime0.JSX.Element;
3286
+ }: ManageCustomTokenContentProps) => react_jsx_runtime1.JSX.Element;
3287
3287
  //#endregion
3288
3288
  //#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
3289
3289
  type Props$15 = {
@@ -3291,7 +3291,7 @@ type Props$15 = {
3291
3291
  };
3292
3292
  declare const BridgeContent: ({
3293
3293
  setCurrentContent
3294
- }: Props$15) => react_jsx_runtime0.JSX.Element;
3294
+ }: Props$15) => react_jsx_runtime1.JSX.Element;
3295
3295
  //#endregion
3296
3296
  //#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
3297
3297
  type ChangeCurrencyContentProps = {
@@ -3299,7 +3299,7 @@ type ChangeCurrencyContentProps = {
3299
3299
  };
3300
3300
  declare const ChangeCurrencyContent: ({
3301
3301
  setCurrentContent
3302
- }: ChangeCurrencyContentProps) => react_jsx_runtime0.JSX.Element;
3302
+ }: ChangeCurrencyContentProps) => react_jsx_runtime1.JSX.Element;
3303
3303
  //#endregion
3304
3304
  //#region src/components/AccountModal/Contents/KitSettings/GeneralSettingsContent.d.ts
3305
3305
  type Props$14 = {
@@ -3307,7 +3307,7 @@ type Props$14 = {
3307
3307
  };
3308
3308
  declare const GeneralSettingsContent: ({
3309
3309
  setCurrentContent
3310
- }: Props$14) => react_jsx_runtime0.JSX.Element;
3310
+ }: Props$14) => react_jsx_runtime1.JSX.Element;
3311
3311
  //#endregion
3312
3312
  //#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
3313
3313
  type Props$13 = {
@@ -3315,7 +3315,7 @@ type Props$13 = {
3315
3315
  };
3316
3316
  declare const LanguageSettingsContent: ({
3317
3317
  setCurrentContent
3318
- }: Props$13) => react_jsx_runtime0.JSX.Element;
3318
+ }: Props$13) => react_jsx_runtime1.JSX.Element;
3319
3319
  //#endregion
3320
3320
  //#region src/components/AccountModal/Contents/KitSettings/AppearanceSettingsContent.d.ts
3321
3321
  type Props$12 = {
@@ -3323,7 +3323,7 @@ type Props$12 = {
3323
3323
  };
3324
3324
  declare const AppearanceSettingsContent: ({
3325
3325
  setCurrentContent
3326
- }: Props$12) => react_jsx_runtime0.JSX.Element;
3326
+ }: Props$12) => react_jsx_runtime1.JSX.Element;
3327
3327
  //#endregion
3328
3328
  //#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
3329
3329
  type Props$11 = {
@@ -3331,7 +3331,7 @@ type Props$11 = {
3331
3331
  };
3332
3332
  declare const GasTokenSettingsContent: ({
3333
3333
  setCurrentContent
3334
- }: Props$11) => react_jsx_runtime0.JSX.Element;
3334
+ }: Props$11) => react_jsx_runtime1.JSX.Element;
3335
3335
  //#endregion
3336
3336
  //#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
3337
3337
  type TermsAndPrivacyContentProps = {
@@ -3339,7 +3339,7 @@ type TermsAndPrivacyContentProps = {
3339
3339
  };
3340
3340
  declare const TermsAndPrivacyContent: ({
3341
3341
  onGoBack
3342
- }: TermsAndPrivacyContentProps) => react_jsx_runtime0.JSX.Element;
3342
+ }: TermsAndPrivacyContentProps) => react_jsx_runtime1.JSX.Element;
3343
3343
  //#endregion
3344
3344
  //#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
3345
3345
  type CategoryFilter = string | null;
@@ -3443,7 +3443,7 @@ declare const AccountModal: ({
3443
3443
  isOpen,
3444
3444
  onClose,
3445
3445
  initialContent
3446
- }: Props$10) => react_jsx_runtime0.JSX.Element;
3446
+ }: Props$10) => react_jsx_runtime1.JSX.Element;
3447
3447
  //#endregion
3448
3448
  //#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
3449
3449
  interface AccountDetailsButtonProps {
@@ -3465,7 +3465,7 @@ declare const AccountDetailsButton: ({
3465
3465
  onClick,
3466
3466
  leftImage,
3467
3467
  isActive
3468
- }: AccountDetailsButtonProps) => react_jsx_runtime0.JSX.Element;
3468
+ }: AccountDetailsButtonProps) => react_jsx_runtime1.JSX.Element;
3469
3469
  //#endregion
3470
3470
  //#region src/components/AccountModal/Components/ActionButton.d.ts
3471
3471
  type ActionButtonProps = {
@@ -3507,7 +3507,7 @@ declare const ActionButton: ({
3507
3507
  extraContent,
3508
3508
  dataTestId,
3509
3509
  variant
3510
- }: ActionButtonProps) => react_jsx_runtime0.JSX.Element;
3510
+ }: ActionButtonProps) => react_jsx_runtime1.JSX.Element;
3511
3511
  //#endregion
3512
3512
  //#region src/components/AccountModal/Components/AccountSelector.d.ts
3513
3513
  type Props$9 = {
@@ -3527,7 +3527,7 @@ declare const AccountSelector: ({
3527
3527
  onClose,
3528
3528
  mt,
3529
3529
  style
3530
- }: Props$9) => react_jsx_runtime0.JSX.Element;
3530
+ }: Props$9) => react_jsx_runtime1.JSX.Element;
3531
3531
  //#endregion
3532
3532
  //#region src/components/AccountModal/Components/BalanceSection.d.ts
3533
3533
  declare const BalanceSection: ({
@@ -3538,7 +3538,7 @@ declare const BalanceSection: ({
3538
3538
  mb?: number;
3539
3539
  mt?: number;
3540
3540
  onAssetsClick?: () => void;
3541
- }) => react_jsx_runtime0.JSX.Element;
3541
+ }) => react_jsx_runtime1.JSX.Element;
3542
3542
  //#endregion
3543
3543
  //#region src/components/AccountModal/Components/QuickActionsSection.d.ts
3544
3544
  type Props$8 = {
@@ -3548,7 +3548,7 @@ type Props$8 = {
3548
3548
  declare const QuickActionsSection: ({
3549
3549
  mt,
3550
3550
  setCurrentContent
3551
- }: Props$8) => react_jsx_runtime0.JSX.Element;
3551
+ }: Props$8) => react_jsx_runtime1.JSX.Element;
3552
3552
  //#endregion
3553
3553
  //#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
3554
3554
  type FeatureAnnouncementCardProps = {
@@ -3556,16 +3556,16 @@ type FeatureAnnouncementCardProps = {
3556
3556
  };
3557
3557
  declare const FeatureAnnouncementCard: ({
3558
3558
  setCurrentContent
3559
- }: FeatureAnnouncementCardProps) => react_jsx_runtime0.JSX.Element | null;
3559
+ }: FeatureAnnouncementCardProps) => react_jsx_runtime1.JSX.Element | null;
3560
3560
  //#endregion
3561
3561
  //#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
3562
- declare const ExchangeWarningAlert: () => react_jsx_runtime0.JSX.Element;
3562
+ declare const ExchangeWarningAlert: () => react_jsx_runtime1.JSX.Element;
3563
3563
  //#endregion
3564
3564
  //#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
3565
- declare const DomainRequiredAlert: () => react_jsx_runtime0.JSX.Element;
3565
+ declare const DomainRequiredAlert: () => react_jsx_runtime1.JSX.Element;
3566
3566
  //#endregion
3567
3567
  //#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
3568
- declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime0.JSX.Element;
3568
+ declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime1.JSX.Element;
3569
3569
  //#endregion
3570
3570
  //#region src/components/common/ModalBackButton.d.ts
3571
3571
  type BackButtonProps = {
@@ -3574,7 +3574,7 @@ type BackButtonProps = {
3574
3574
  declare const ModalBackButton: ({
3575
3575
  onClick,
3576
3576
  ...props
3577
- }: BackButtonProps) => react_jsx_runtime0.JSX.Element;
3577
+ }: BackButtonProps) => react_jsx_runtime1.JSX.Element;
3578
3578
  //#endregion
3579
3579
  //#region src/components/common/AddressDisplay.d.ts
3580
3580
  type Props$7 = {
@@ -3588,13 +3588,13 @@ declare const AddressDisplay: ({
3588
3588
  label,
3589
3589
  style,
3590
3590
  showHumanAddress
3591
- }: Props$7) => react_jsx_runtime0.JSX.Element;
3591
+ }: Props$7) => react_jsx_runtime1.JSX.Element;
3592
3592
  //#endregion
3593
3593
  //#region src/components/common/VersionFooter.d.ts
3594
3594
  type Props$6 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
3595
3595
  declare const VersionFooter: ({
3596
3596
  ...props
3597
- }: Props$6) => react_jsx_runtime0.JSX.Element;
3597
+ }: Props$6) => react_jsx_runtime1.JSX.Element;
3598
3598
  //#endregion
3599
3599
  //#region src/components/common/StickyHeaderContainer.d.ts
3600
3600
  type Props$5 = {
@@ -3602,7 +3602,7 @@ type Props$5 = {
3602
3602
  };
3603
3603
  declare const StickyHeaderContainer: ({
3604
3604
  children
3605
- }: Props$5) => react_jsx_runtime0.JSX.Element;
3605
+ }: Props$5) => react_jsx_runtime1.JSX.Element;
3606
3606
  //#endregion
3607
3607
  //#region src/components/common/StickyFooterContainer.d.ts
3608
3608
  type Props$4 = {
@@ -3610,7 +3610,7 @@ type Props$4 = {
3610
3610
  };
3611
3611
  declare const StickyFooterContainer: ({
3612
3612
  children
3613
- }: Props$4) => react_jsx_runtime0.JSX.Element;
3613
+ }: Props$4) => react_jsx_runtime1.JSX.Element;
3614
3614
  //#endregion
3615
3615
  //#region src/components/common/BaseModal.d.ts
3616
3616
  type BaseModalProps = {
@@ -3641,7 +3641,7 @@ declare const BaseModal: ({
3641
3641
  allowExternalFocus,
3642
3642
  backdropFilter,
3643
3643
  isCloseable
3644
- }: BaseModalProps) => react_jsx_runtime0.JSX.Element;
3644
+ }: BaseModalProps) => react_jsx_runtime1.JSX.Element;
3645
3645
  //#endregion
3646
3646
  //#region src/components/common/AssetButton.d.ts
3647
3647
  type AssetButtonProps = ButtonProps & {
@@ -3660,7 +3660,7 @@ declare const AssetButton: ({
3660
3660
  isDisabled,
3661
3661
  onClick,
3662
3662
  ...buttonProps
3663
- }: AssetButtonProps) => react_jsx_runtime0.JSX.Element;
3663
+ }: AssetButtonProps) => react_jsx_runtime1.JSX.Element;
3664
3664
  //#endregion
3665
3665
  //#region src/components/common/AddressDisplayCard.d.ts
3666
3666
  type AddressDisplayCardProps = {
@@ -3682,7 +3682,7 @@ declare const AddressDisplayCard: ({
3682
3682
  hideAddress,
3683
3683
  balance,
3684
3684
  tokenAddress
3685
- }: AddressDisplayCardProps) => react_jsx_runtime0.JSX.Element;
3685
+ }: AddressDisplayCardProps) => react_jsx_runtime1.JSX.Element;
3686
3686
  //#endregion
3687
3687
  //#region src/components/common/ModalFAQButton.d.ts
3688
3688
  type FAQButtonProps = {
@@ -3691,13 +3691,13 @@ type FAQButtonProps = {
3691
3691
  declare const ModalFAQButton: ({
3692
3692
  onClick,
3693
3693
  ...props
3694
- }: FAQButtonProps) => react_jsx_runtime0.JSX.Element;
3694
+ }: FAQButtonProps) => react_jsx_runtime1.JSX.Element;
3695
3695
  //#endregion
3696
3696
  //#region src/components/common/ScrollToTopWrapper.d.ts
3697
3697
  declare const ScrollToTopWrapper: ({
3698
3698
  children,
3699
3699
  ...props
3700
- }: StackProps) => react_jsx_runtime0.JSX.Element;
3700
+ }: StackProps) => react_jsx_runtime1.JSX.Element;
3701
3701
  //#endregion
3702
3702
  //#region src/components/common/AccountAvatar.d.ts
3703
3703
  type AccountAvatarProps = {
@@ -3707,7 +3707,7 @@ type AccountAvatarProps = {
3707
3707
  declare const AccountAvatar: ({
3708
3708
  wallet,
3709
3709
  props
3710
- }: AccountAvatarProps) => react_jsx_runtime0.JSX.Element;
3710
+ }: AccountAvatarProps) => react_jsx_runtime1.JSX.Element;
3711
3711
  //#endregion
3712
3712
  //#region src/components/common/TransactionButtonAndStatus.d.ts
3713
3713
  type TransactionButtonAndStatusProps = {
@@ -3749,7 +3749,7 @@ declare const TransactionButtonAndStatus: ({
3749
3749
  isLoadingGasEstimation,
3750
3750
  showGasEstimationError,
3751
3751
  context
3752
- }: TransactionButtonAndStatusProps) => react_jsx_runtime0.JSX.Element;
3752
+ }: TransactionButtonAndStatusProps) => react_jsx_runtime1.JSX.Element;
3753
3753
  //#endregion
3754
3754
  //#region src/components/common/ModalNotificationButton.d.ts
3755
3755
  type NotificationButtonProps = {
@@ -3760,7 +3760,7 @@ declare const ModalNotificationButton: ({
3760
3760
  onClick,
3761
3761
  hasUnreadNotifications,
3762
3762
  ...props
3763
- }: NotificationButtonProps) => react_jsx_runtime0.JSX.Element;
3763
+ }: NotificationButtonProps) => react_jsx_runtime1.JSX.Element;
3764
3764
  //#endregion
3765
3765
  //#region src/components/common/GasFeeSummary.d.ts
3766
3766
  interface GasFeeSummaryProps {
@@ -3796,7 +3796,7 @@ declare const GasFeeTokenSelector: ({
3796
3796
  availableTokens,
3797
3797
  tokenEstimations,
3798
3798
  walletAddress
3799
- }: GasFeeTokenSelectorProps) => react_jsx_runtime0.JSX.Element;
3799
+ }: GasFeeTokenSelectorProps) => react_jsx_runtime1.JSX.Element;
3800
3800
  //#endregion
3801
3801
  //#region src/components/LoginLoadingModal/LoginLoadingModal.d.ts
3802
3802
  type LoginLoadingModalProps = {
@@ -3814,7 +3814,7 @@ declare const LoginLoadingModal: ({
3814
3814
  title,
3815
3815
  loadingText,
3816
3816
  onTryAgain
3817
- }: LoginLoadingModalProps) => react_jsx_runtime0.JSX.Element;
3817
+ }: LoginLoadingModalProps) => react_jsx_runtime1.JSX.Element;
3818
3818
  //#endregion
3819
3819
  //#region src/components/EcosystemModal/EcosystemModal.d.ts
3820
3820
  type Props$3 = {
@@ -3828,7 +3828,7 @@ declare const EcosystemModal: ({
3828
3828
  onClose,
3829
3829
  appsInfo,
3830
3830
  isLoading
3831
- }: Props$3) => react_jsx_runtime0.JSX.Element;
3831
+ }: Props$3) => react_jsx_runtime1.JSX.Element;
3832
3832
  //#endregion
3833
3833
  //#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
3834
3834
  type SuccessfulOperationContentProps = {
@@ -3858,7 +3858,7 @@ declare const UpgradeSmartAccountModal: ({
3858
3858
  isOpen,
3859
3859
  onClose,
3860
3860
  style
3861
- }: Props$2) => react_jsx_runtime0.JSX.Element;
3861
+ }: Props$2) => react_jsx_runtime1.JSX.Element;
3862
3862
  //#endregion
3863
3863
  //#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
3864
3864
  type Props$1 = {
@@ -3873,7 +3873,7 @@ declare const LegalDocumentsModal: ({
3873
3873
  onAgree,
3874
3874
  handleLogout,
3875
3875
  onlyOptionalDocuments
3876
- }: Props$1) => react_jsx_runtime0.JSX.Element;
3876
+ }: Props$1) => react_jsx_runtime1.JSX.Element;
3877
3877
  //#endregion
3878
3878
  //#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
3879
3879
  type Props = {
@@ -3885,7 +3885,7 @@ declare const LegalDocumentItem: ({
3885
3885
  document,
3886
3886
  register,
3887
3887
  isText
3888
- }: Props) => react_jsx_runtime0.JSX.Element;
3888
+ }: Props) => react_jsx_runtime1.JSX.Element;
3889
3889
  //#endregion
3890
3890
  //#region src/providers/ModalProvider.d.ts
3891
3891
  type AccountModalOptions = {
@@ -3916,7 +3916,7 @@ declare const ModalProvider: ({
3916
3916
  children
3917
3917
  }: {
3918
3918
  children: ReactNode;
3919
- }) => react_jsx_runtime0.JSX.Element;
3919
+ }) => react_jsx_runtime1.JSX.Element;
3920
3920
  //#endregion
3921
3921
  //#region src/config/index.d.ts
3922
3922
  type AppConfig = {
@@ -3962,4 +3962,4 @@ type AppConfig = {
3962
3962
  declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
3963
3963
  //#endregion
3964
3964
  export { AssetsContentProps as $, getCustomTokenInfoQueryKey as $a, useChooseNameModal as $i, useGetNodeUrl as $n, EmbeddedWalletContent as $o, getPicassoImage as $r, formatGasCost as $s, getSmartAccount as $t, ModalBackButton as A, getXAppMetadata as Aa, useAccountModalOptions as Ai, delegateAuthorized as An, getAvatarQueryKey as Ao, validate as Ar, VechainKitThemeProvider as As, useBuildTransaction as At, AccountModal as B, XApp as Ba, FAQModalProvider as Bi, LocalStorageKey as Bn, useClaimVetDomain as Bo, xNodeToGMstartingLevel as Br, useVeChainKitConfig as Bs, getChainId as Bt, AddressDisplayCard as C, useIpfsImageList as Ca, VePassportUserStatus as Cc, useLoginWithVeChain as Ci, useAccountBalance as Cn, getResolverAddressQueryKey as Co, isValidUrl as Cr, ConnectionButton as Cs, useMfaEnrollment as Ct, StickyHeaderContainer as D, getXAppsSharesQueryKey as Da, useSignMessage as Di, useGasEstimation as Dn, getTextRecords as Do, isValid as Dr, LegalDocumentsProvider as Ds, txReceiptQueryKey as Dt, StickyFooterContainer as E, useIpfsMetadata as Ea, useSignTypedData as Ei, UseGasEstimationParams as En, useUpdateTextRecord as Eo, isInvalid as Er, ConnectModalContentsTypes as Es, useThor as Et, QuickActionsSection as F, getRoundXAppsQueryKey as Fa, useLoginModalContent as Fi, useGenericDelegator as Fn, getDomainsOfAddressQueryKey as Fo, NodeStrengthLevelToImage as Fr, LegalDocument as Fs, UseSendTransactionReturnValue as Ft, LanguageSettingsContent as G, useGetVot3Balance as Ga, useExploreEcosystemModal as Gi, useBuildClauses as Gn, useVechainDomain as Go, validateIpfsUri as Gr, CostLevel as Gs, useUpgradeSmartAccount as Gt, TermsAndPrivacyContent as H, getIsPersonQueryKey as Ha, NotificationsModalProvider as Hi, BuildClausesParams as Hn, getEnsRecordExistsQueryKey as Ho, resolveMediaTypeFromMimeType as Hr, LegalDocumentAgreement as Hs, useGetChainId as Ht, BalanceSection as I, useRoundXApps as Ia, ReceiveModalProvider as Ii, useCrossAppConnectionCache as In, useGetDomainsOfAddress as Io, XNodeStrengthLevelToName as Ir, LegalDocumentOptions as Is, useSendTransaction as It, ChangeCurrencyContentProps as J, getTokenUsdPrice as Ja, SwapTokenModalProvider as Ji, decodeEventLog$1 as Jn, fetchPrivyAppInfo as Jo, isValidAddress as Jr, EstimationResponse as Js, useUpgradeRequiredForAccount as Jt, GeneralSettingsContent as K, PRICE_FEED_IDS as Ka, AccessAndSecurityModalProvider as Ki, GetEventsKeyParams as Kn, fetchPrivyStatus as Ko, compareAddresses as Kr, DepositAccount as Ks, getUpgradeRequiredForAccount as Kt, AccountSelector as L, useRefreshMetadata as La, useReceiveModal as Li, EcosystemShortcut as Ln, getIsDomainProtectedQueryKey as Lo, allNodeStrengthLevelToName as Lr, VeChainKitContext as Ls, GetEventsProps as Lt, DomainRequiredAlert as M, useWalletMetadata as Ma, useProfileModal as Mi, estimateGas as Mn, Domain as Mo, TIME as Mr, PrivyWalletProvider as Ms, useTransferVET as Mt, ExchangeWarningAlert as N, UseWalletReturnType as Na, UpgradeSmartAccountModalProvider as Ni, getDepositAccount as Nn, DomainsResponse as No, EconomicNodeStrengthLevelToName as Nr, PrivyWalletProviderContextType as Ns, buildERC20Clauses as Nt, VersionFooter as O, useXAppsShares as Oa, useNotificationAlerts as Oi, useGasTokenSelection as On, getTextRecordsQueryKey as Oo, normalize as Or, useLegalDocuments as Os, useTxReceipt as Ot, FeatureAnnouncementCard as P, useWallet as Pa, useUpgradeSmartAccountModal as Pi, signVip191Transaction as Pn, getDomainsOfAddress as Po, MinXNodeLevel as Pr, usePrivyWalletProvider as Ps, useTransferERC20 as Pt, AssetsContent as Q, useGetErc20Balance as Qa, ChooseNameModalProvider as Qi, useIsPWA as Qn, DisconnectConfirmContentProps as Qo, formatTokenBalance as Qr, calculateTotalCost as Qs, SmartAccountReturnType as Qt, ActionButton as R, useRefreshBalances as Ra, AccountCustomizationModalProvider as Ri, useEcosystemShortcuts as Rn, useIsDomainProtected as Ro, buildQueryString as Rr, VeChainKitProvider as Rs, getAllEventLogs as Rt, ModalFAQButton as S, useIpfsImage as Sa, TransactionStatusErrorType as Sc, useAppHubApps as Si, getAccountBalanceQueryKey as Sn, useGetAvatarOfAddress as So, executeMultipleClausesCall as Sr, EmailLoginButton as Ss, useDAppKitWalletModal as St, BaseModal as T, getIpfsMetadataQueryKey as Ta, useLoginWithPasskey as Ti, useEstimateAllTokens as Tn, buildClauses as To, compare as Tr, ConnectModal as Ts, useSetWalletRecovery as Tt, GasTokenSettingsContent as U, useIsPerson as Ua, useNotificationsModal as Ui, buildBatchAuthorizationTypedData as Un, useEnsRecordExists as Uo, toIPFSURL as Ur, LegalDocumentSource as Us, currentBlockQueryKey as Ut, AccountModalContentTypes as V, useMostVotedAppsInRound as Va, useFAQModal as Vi, useLocalStorage as Vn, useClaimVeWorldSubdomain as Vo, convertUriToUrl as Vr, EnrichedLegalDocument as Vs, getChainIdQueryKey as Vt, AppearanceSettingsContent as W, getVot3BalanceQueryKey as Wa, ExploreEcosystemModalProvider as Wi, buildSingleAuthorizationTypedData as Wn, getVechainDomainQueryKey as Wo, uploadBlobToIPFS as Wr, LegalDocumentType as Ws, useCurrentBlock as Wt, ManageCustomTokenContent as X, useGetTokenUsdPrice as Xa, SendTokenModalProvider as Xi, useEvents as Xn, useFetchAppInfo as Xo, regexPattern as Xr, TransactionCost as Xs, getUpgradeRequiredQueryKey as Xt, BridgeContent as Y, getTokenUsdPriceQueryKey as Ya, useSwapTokenModal as Yi, getEventsKey as Yn, getPrivyAppInfoQueryKey as Yo, leftPadWithZeros as Yr, Rate as Ys, getUpgradeRequired as Yt, ManageCustomTokenContentProps as Z, getErc20BalanceQueryKey as Za, useSendTokenModal as Zi, useScrollToTop as Zn, DisconnectConfirmContent as Zo, randomTransactionUser as Zr, VthoPerGasAtSpeed as Zs, useUpgradeRequired as Zt, ModalNotificationButton as _, useIpfsMetadatas as _a, PrivyAppInfo as _c, getGenericDelegatorUrl as _i, useCurrentAccountImplementationVersion as _n, useUnsetDomain as _o, MultipleClausesCallParameters as _r, PasskeyLoginButton as _s, SelectTokenContent as _t, useModal as a, useTransactionModal as aa, TransactionSpeed as ac, DEFAULT_PRIVY_ECOSYSTEM_APPS as ai, getIsDeployedQueryKey as an, getB3trBalanceQueryKey as ao, useMultipleClausesCall as ar, TransactionModalContent as as, CustomizationSummaryContentProps as at, AccountAvatar as b, getIpfsImage as ba, TokenBalance as bc, fetchAppHubApps as bi, useAccountImplementationAddress as bn, useGetAvatarLegacy as bo, buildCallClauses as br, EcosystemButton as bs, ThorClient$1 as bt, LegalDocumentsModal as c, ConnectModalProvider as ca, CURRENCY as cc, SUPPORTED_GAS_TOKENS as ci, getHasV1SmartAccountQueryKey as cn, getCurrentAllocationsRoundIdQueryKey as co, getLocalStorageItem as cr, TransactionModalProps as cs, FAQContent as ct, UpgradeSmartAccountModalContentsTypes as d, useSwapTransaction as da, CrossAppConnectionCache as dc, TogglePassportCheck as di, useGetAccountVersion as dn, TokenWithValue as do, isBrowser as dr, WalletButtonProps as ds, ChooseNameSearchContent as dt, WalletModalProvider as ea, GasTokenEstimate as ec, humanAddress as ei, getSmartAccountQueryKey as en, getTokenInfo as eo, useFeatureAnnouncement as er, SettingsContent as es, UpgradeSmartAccountContent as et, UpgradeSmartAccountModalStyle as f, useSingleImageUpload as fa, ENSRecords as fc, VECHAIN_KIT_COOKIES_CONFIG as fi, getAccountAddress as fn, useTokensWithValues as fo, isOnline as fr, WalletDisplayVariant as fs, ChooseNameSearchContentProps as ft, GasFeeSummary as g, useUploadImages as ga, NFTMediaType as gc, getENV as gi, getCurrentAccountImplementationVersionQueryKey as gn, useTokenBalances as go, setLocalStorageItem as gr, DappKitButton as gs, ReceiveTokenContent as gt, GasFeeTokenSelector as h, imageCompressionOptions as ha, ExecuteWithAuthorizationSignData as hc, VECHAIN_PRIVY_APP_ID as hi, getCurrentAccountImplementationVersion as hn, WalletTokenBalance as ho, safeWindowOpen as hr, VeChainWithPrivyLoginButton as hs, SwapTokenContent as ht, ModalProvider as i, TransactionModalProvider as ia, GasTokenType as ic, DEFAULT_GAS_TOKEN_PREFERENCES as ii, getIsDeployed as in, useGetCustomTokenBalances as io, useCallClause as ir, TransactionToast as is, CustomizationSummaryContent as it, CrossAppConnectionSecurityCard as j, useXAppMetadata as ja, ProfileModalProvider as ji, estimateAndBuildTxBody as jn, useGetAvatar as jo, isRejectionError as jr, useVechainKitThemeConfig as js, buildVETClauses as jt, AddressDisplay as k, XAppMetadata as ka, useNotifications as ki, decodeRawTx as kn, useGetTextRecords as ko, removePrefix as kr, ColorModeSync as ks, BuildTransactionProps as kt, LegalDocumentsModalContentsTypes as l, useConnectModal as la, CURRENCY_SYMBOLS as lc, TOKEN_LOGOS as li, useHasV1SmartAccount as ln, useCurrentAllocationsRoundId as lo, getWindowOrigin as lr, SocialIcons as ls, ChooseNameSummaryContent as lt, LoginLoadingModal as m, compressImages as ma, ExecuteBatchWithAuthorizationSignData as mc, VECHAIN_KIT_TERMS_CONFIG as mi, useGetAccountAddress as mn, useTokenPrices as mo, safeQuerySelector as mr, LoginWithGithubButton as ms, ChooseNameContentProps as mt, getConfig as n, TransactionToastProvider as na, GasTokenPreferences as nc, humanNumber as ni, useRefreshSmartAccountQueries as nn, TokenWithBalance as no, getCallClauseQueryKey as nr, AccessAndSecurityContent as ns, ProfileContent as nt, DAppKitWalletButton as o, AccountModalProvider as oa, ENS_TEXT_RECORDS as oc, ENV as oi, useIsSmartAccountDeployed as on, useGetB3trBalance as oo, copyToClipboard as or, ShareButtons as os, AccountCustomizationContentProps as ot, EcosystemModal as p, UploadedImage as pa, EnhancedClause as pc, VECHAIN_KIT_STORAGE_KEYS as pi, getAccountAddressQueryKey as pn, ExchangeRates as po, removeLocalStorageItem as pr, ConnectPopover as ps, ChooseNameContent as pt, ChangeCurrencyContent as q, SupportedToken as qa, useAccessAndSecurityModal as qi, UseEventsParams as qn, useFetchPrivyStatus as qo, compareListOfAddresses as qr, EstimatedGas as qs, getUpgradeRequiredForAccountQueryKey as qt, AccountModalOptions as r, useTransactionToast as ra, GasTokenSelection as rc, isZero as ri, useRefreshFactoryQueries as rn, getCustomTokenBalanceQueryKey as ro, getCallClauseQueryKeyWithArgs as rr, AccountMainContent as rs, ProfileContentProps as rt, LegalDocumentItem as s, useAccountModal as sa, TextRecords as sc, PrivyEcosystemApp as si, getHasV1SmartAccount as sn, useCustomTokens as so, getDocumentTitle as sr, TransactionModal as ss, CustomizationContent as st, AppConfig as t, useWalletModal as ta, GasTokenInfo as tc, humanDomain as ti, useSmartAccount as tn, useGetCustomTokenInfo as to, useCurrency as tr, SettingsContentProps as ts, UpgradeSmartAccountContentProps as tt, UpgradeSmartAccountModal as u, useSwapQuotes as ua, ConnectionSource as uc, TOKEN_LOGO_COMPONENTS as ui, getAccountVersionQueryKey as un, useTotalBalance as uo, hasNavigator as ur, WalletButton as us, ChooseNameSummaryContentProps as ut, TransactionButtonAndStatus as v, IpfsImage as va, PrivyLoginMethod as vc, notFoundImage as vi, getAccountImplementationAddress as vn, getAvatarLegacy as vo, MultipleClausesCallReturnType as vr, LoginWithGoogleButton as vs, SendTokenSummaryContent as vt, AssetButton as w, getIpfsMetadata as wa, Wallet as wc, useLoginWithOAuth as wi, UseEstimateAllTokensParams as wn, useGetResolverAddress as wo, addPrefix as wr, MainContent as ws, usePrivy as wt, ScrollToTopWrapper as x, getIpfsImageQueryKey as xa, TransactionStatus as xc, getAppHubAppsQueryKey as xi, getAccountBalance as xn, getAvatarOfAddressQueryKey as xo, executeCallClause as xr, VeChainLoginButton as xs, useDAppKitWallet as xt, TransactionButtonAndStatusProps as y, MAX_IMAGE_SIZE as ya, SmartAccount as yc, AppHubApp as yi, getAccountImplementationAddressQueryKey as yn, getAvatarLegacyQueryKey as yo, ViewFunctionResult as yr, PrivyButton as ys, SendTokenContent as yt, AccountDetailsButton as z, MostVotedAppsInRoundReturnType as za, useAccountCustomizationModal as zi, useSyncableLocalStorage as zn, buildVetDomainClauses as zo, gmNfts as zr, VechainKitProviderProps as zs, getEventLogs as zt };
3965
- //# sourceMappingURL=index-ur27qfX4.d.cts.map
3965
+ //# sourceMappingURL=index-BCaysYhr.d.cts.map