@vechain/vechain-kit 2.0.1 → 2.0.3

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_runtime4 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
5
5
  import { Account } from "viem/accounts";
6
6
  import * as _vechain_sdk_core0 from "@vechain/sdk-core";
7
7
  import { Address, Certificate, CertificateData, Clause, Transaction, TransactionClause } from "@vechain/sdk-core";
@@ -331,6 +331,7 @@ interface ThemeTokens {
331
331
  hover: string;
332
332
  focus: string;
333
333
  button: string;
334
+ modal: string;
334
335
  };
335
336
  success: string;
336
337
  error: string;
@@ -398,16 +399,19 @@ interface ThemeTokens {
398
399
  }
399
400
  /**
400
401
  * Developer-facing theme configuration
401
- * Simplified interface - only backgroundColor and textColor required
402
+ * Simplified interface - only modal.backgroundColor and textColor required
402
403
  * All other colors are automatically derived from these base colors
403
404
  */
404
405
  interface VechainKitThemeConfig {
405
- backgroundColor?: string;
406
406
  textColor?: string;
407
407
  overlay?: {
408
408
  backgroundColor?: string;
409
409
  blur?: string;
410
410
  };
411
+ modal?: {
412
+ backgroundColor?: string;
413
+ border?: string;
414
+ };
411
415
  buttons?: {
412
416
  secondaryButton?: {
413
417
  bg?: string;
@@ -565,7 +569,7 @@ declare const useVeChainKitConfig: () => VeChainKitConfig;
565
569
  /**
566
570
  * Provider to wrap the application with Privy and DAppKit
567
571
  */
568
- declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime4.JSX.Element;
572
+ declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime3.JSX.Element;
569
573
  //#endregion
570
574
  //#region src/providers/PrivyWalletProvider.d.ts
571
575
  interface PrivyWalletProviderContextType {
@@ -607,7 +611,7 @@ declare const PrivyWalletProvider: ({
607
611
  delegatorUrl?: string;
608
612
  delegateAllTransactions: boolean;
609
613
  genericDelegator?: boolean;
610
- }) => react_jsx_runtime4.JSX.Element;
614
+ }) => react_jsx_runtime3.JSX.Element;
611
615
  declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
612
616
  //#endregion
613
617
  //#region src/providers/VechainKitThemeProvider.d.ts
@@ -624,12 +628,12 @@ declare const ColorModeSync: ({
624
628
  darkMode
625
629
  }: {
626
630
  darkMode: boolean;
627
- }) => react_jsx_runtime4.JSX.Element;
631
+ }) => react_jsx_runtime3.JSX.Element;
628
632
  declare const VechainKitThemeProvider: ({
629
633
  children,
630
634
  darkMode,
631
635
  theme: customTheme
632
- }: Props$36) => react_jsx_runtime4.JSX.Element;
636
+ }: Props$36) => react_jsx_runtime3.JSX.Element;
633
637
  //#endregion
634
638
  //#region src/providers/LegalDocumentsProvider.d.ts
635
639
  type Props$35 = {
@@ -645,7 +649,7 @@ type LegalDocumentsContextType = {
645
649
  declare const useLegalDocuments: () => LegalDocumentsContextType;
646
650
  declare const LegalDocumentsProvider: ({
647
651
  children
648
- }: Props$35) => react_jsx_runtime4.JSX.Element;
652
+ }: Props$35) => react_jsx_runtime3.JSX.Element;
649
653
  //#endregion
650
654
  //#region src/components/ConnectModal/ConnectModal.d.ts
651
655
  type Props$34 = {
@@ -656,7 +660,7 @@ type ConnectModalContentsTypes = 'main' | 'email-verification' | 'faq';
656
660
  declare const ConnectModal: ({
657
661
  isOpen,
658
662
  onClose
659
- }: Props$34) => react_jsx_runtime4.JSX.Element;
663
+ }: Props$34) => react_jsx_runtime3.JSX.Element;
660
664
  //#endregion
661
665
  //#region src/components/ConnectModal/Contents/MainContent.d.ts
662
666
  type Props$33 = {
@@ -666,7 +670,7 @@ type Props$33 = {
666
670
  declare const MainContent: ({
667
671
  setCurrentContent,
668
672
  onClose
669
- }: Props$33) => react_jsx_runtime4.JSX.Element;
673
+ }: Props$33) => react_jsx_runtime3.JSX.Element;
670
674
  //#endregion
671
675
  //#region src/components/ConnectModal/Components/ConnectionButton.d.ts
672
676
  interface ConnectionButtonProps {
@@ -689,10 +693,10 @@ declare const ConnectionButton: ({
689
693
  style,
690
694
  variant,
691
695
  iconWidth
692
- }: ConnectionButtonProps) => react_jsx_runtime4.JSX.Element | null;
696
+ }: ConnectionButtonProps) => react_jsx_runtime3.JSX.Element | null;
693
697
  //#endregion
694
698
  //#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
695
- declare const EmailLoginButton: () => react_jsx_runtime4.JSX.Element;
699
+ declare const EmailLoginButton: () => react_jsx_runtime3.JSX.Element;
696
700
  //#endregion
697
701
  //#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
698
702
  type Props$32 = {
@@ -702,7 +706,7 @@ type Props$32 = {
702
706
  declare const VeChainLoginButton: ({
703
707
  isDark,
704
708
  gridColumn
705
- }: Props$32) => react_jsx_runtime4.JSX.Element;
709
+ }: Props$32) => react_jsx_runtime3.JSX.Element;
706
710
  //#endregion
707
711
  //#region src/components/ConnectModal/Components/EcosystemButton.d.ts
708
712
  type Props$31 = {
@@ -714,7 +718,7 @@ type Props$31 = {
714
718
  declare const EcosystemButton: ({
715
719
  appsInfo,
716
720
  isLoading
717
- }: Props$31) => react_jsx_runtime4.JSX.Element;
721
+ }: Props$31) => react_jsx_runtime3.JSX.Element;
718
722
  //#endregion
719
723
  //#region src/components/ConnectModal/Components/PrivyButton.d.ts
720
724
  type Props$30 = {
@@ -726,7 +730,7 @@ declare const PrivyButton: ({
726
730
  isDark,
727
731
  onViewMoreLogin,
728
732
  gridColumn
729
- }: Props$30) => react_jsx_runtime4.JSX.Element;
733
+ }: Props$30) => react_jsx_runtime3.JSX.Element;
730
734
  //#endregion
731
735
  //#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
732
736
  type Props$29 = {
@@ -736,7 +740,7 @@ type Props$29 = {
736
740
  declare const LoginWithGoogleButton: ({
737
741
  isDark,
738
742
  gridColumn
739
- }: Props$29) => react_jsx_runtime4.JSX.Element;
743
+ }: Props$29) => react_jsx_runtime3.JSX.Element;
740
744
  //#endregion
741
745
  //#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
742
746
  type Props$28 = {
@@ -746,7 +750,7 @@ type Props$28 = {
746
750
  declare const PasskeyLoginButton: ({
747
751
  isDark,
748
752
  gridColumn
749
- }: Props$28) => react_jsx_runtime4.JSX.Element;
753
+ }: Props$28) => react_jsx_runtime3.JSX.Element;
750
754
  //#endregion
751
755
  //#region src/components/ConnectModal/Components/DappKitButton.d.ts
752
756
  type Props$27 = {
@@ -756,7 +760,7 @@ type Props$27 = {
756
760
  declare const DappKitButton: ({
757
761
  isDark,
758
762
  gridColumn
759
- }: Props$27) => react_jsx_runtime4.JSX.Element;
763
+ }: Props$27) => react_jsx_runtime3.JSX.Element;
760
764
  //#endregion
761
765
  //#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
762
766
  type Props$26 = {
@@ -766,7 +770,7 @@ type Props$26 = {
766
770
  declare const VeChainWithPrivyLoginButton: ({
767
771
  isDark,
768
772
  gridColumn
769
- }: Props$26) => react_jsx_runtime4.JSX.Element;
773
+ }: Props$26) => react_jsx_runtime3.JSX.Element;
770
774
  //#endregion
771
775
  //#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
772
776
  type Props$25 = {
@@ -776,7 +780,7 @@ type Props$25 = {
776
780
  declare const LoginWithGithubButton: ({
777
781
  isDark,
778
782
  gridColumn
779
- }: Props$25) => react_jsx_runtime4.JSX.Element;
783
+ }: Props$25) => react_jsx_runtime3.JSX.Element;
780
784
  //#endregion
781
785
  //#region src/components/ConnectModal/ConnectPopover.d.ts
782
786
  type ConnectPopoverProps = {
@@ -786,7 +790,7 @@ type ConnectPopoverProps = {
786
790
  declare const ConnectPopover: ({
787
791
  isLoading,
788
792
  buttonStyle
789
- }: ConnectPopoverProps) => react_jsx_runtime4.JSX.Element;
793
+ }: ConnectPopoverProps) => react_jsx_runtime3.JSX.Element;
790
794
  //#endregion
791
795
  //#region src/components/WalletButton/types.d.ts
792
796
  type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
@@ -803,10 +807,10 @@ declare const WalletButton: ({
803
807
  desktopVariant,
804
808
  buttonStyle,
805
809
  connectionVariant
806
- }: WalletButtonProps) => react_jsx_runtime4.JSX.Element;
810
+ }: WalletButtonProps) => react_jsx_runtime3.JSX.Element;
807
811
  //#endregion
808
812
  //#region src/components/WalletButton/SocialIcons.d.ts
809
- declare const SocialIcons: () => react_jsx_runtime4.JSX.Element;
813
+ declare const SocialIcons: () => react_jsx_runtime3.JSX.Element;
810
814
  //#endregion
811
815
  //#region src/components/TransactionModal/TransactionModal.d.ts
812
816
  type TransactionModalProps = {
@@ -836,7 +840,7 @@ declare const TransactionModal: ({
836
840
  txReceipt,
837
841
  txError,
838
842
  onTryAgain
839
- }: TransactionModalProps) => react_jsx_runtime4.JSX.Element;
843
+ }: TransactionModalProps) => react_jsx_runtime3.JSX.Element;
840
844
  //#endregion
841
845
  //#region src/components/TransactionModal/Components/ShareButtons.d.ts
842
846
  type Props$24 = {
@@ -846,7 +850,7 @@ type Props$24 = {
846
850
  };
847
851
  declare const ShareButtons: ({
848
852
  descriptionEncoded
849
- }: Props$24) => react_jsx_runtime4.JSX.Element;
853
+ }: Props$24) => react_jsx_runtime3.JSX.Element;
850
854
  //#endregion
851
855
  //#region src/components/TransactionModal/TransactionModalContent.d.ts
852
856
  declare const TransactionModalContent: ({
@@ -856,7 +860,7 @@ declare const TransactionModalContent: ({
856
860
  txReceipt,
857
861
  txError,
858
862
  onClose
859
- }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime4.JSX.Element;
863
+ }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime3.JSX.Element;
860
864
  //#endregion
861
865
  //#region src/components/TransactionToast/TransactionToast.d.ts
862
866
  type TransactionToastProps = {
@@ -876,7 +880,7 @@ declare const TransactionToast: ({
876
880
  txError,
877
881
  onTryAgain,
878
882
  description
879
- }: TransactionToastProps) => react_jsx_runtime4.JSX.Element | null;
883
+ }: TransactionToastProps) => react_jsx_runtime3.JSX.Element | null;
880
884
  //#endregion
881
885
  //#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
882
886
  type Props$23 = {
@@ -888,7 +892,7 @@ declare const AccountMainContent: ({
888
892
  setCurrentContent,
889
893
  wallet,
890
894
  onClose
891
- }: Props$23) => react_jsx_runtime4.JSX.Element;
895
+ }: Props$23) => react_jsx_runtime3.JSX.Element;
892
896
  //#endregion
893
897
  //#region src/components/AccountModal/Contents/Account/AccessAndSecurityContent.d.ts
894
898
  type Props$22 = {
@@ -896,7 +900,7 @@ type Props$22 = {
896
900
  };
897
901
  declare const AccessAndSecurityContent: ({
898
902
  setCurrentContent
899
- }: Props$22) => react_jsx_runtime4.JSX.Element;
903
+ }: Props$22) => react_jsx_runtime3.JSX.Element;
900
904
  //#endregion
901
905
  //#region src/components/AccountModal/Contents/Account/SettingsContent.d.ts
902
906
  type SettingsContentProps = {
@@ -906,7 +910,7 @@ type SettingsContentProps = {
906
910
  declare const SettingsContent: ({
907
911
  setCurrentContent,
908
912
  onLogoutSuccess
909
- }: SettingsContentProps) => react_jsx_runtime4.JSX.Element;
913
+ }: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
910
914
  //#endregion
911
915
  //#region src/components/AccountModal/Contents/Account/EmbeddedWalletContent.d.ts
912
916
  type Props$21 = {
@@ -914,7 +918,7 @@ type Props$21 = {
914
918
  };
915
919
  declare const EmbeddedWalletContent: ({
916
920
  setCurrentContent
917
- }: Props$21) => react_jsx_runtime4.JSX.Element;
921
+ }: Props$21) => react_jsx_runtime3.JSX.Element;
918
922
  //#endregion
919
923
  //#region src/components/AccountModal/Contents/Account/DisconnectConfirmContent.d.ts
920
924
  type DisconnectConfirmContentProps = {
@@ -930,7 +934,7 @@ declare const DisconnectConfirmContent: ({
930
934
  onClose,
931
935
  showCloseButton,
932
936
  text
933
- }: DisconnectConfirmContentProps) => react_jsx_runtime4.JSX.Element;
937
+ }: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
934
938
  //#endregion
935
939
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
936
940
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
@@ -1752,7 +1756,7 @@ declare const ConnectModalProvider: ({
1752
1756
  children
1753
1757
  }: {
1754
1758
  children: ReactNode;
1755
- }) => react_jsx_runtime4.JSX.Element;
1759
+ }) => react_jsx_runtime3.JSX.Element;
1756
1760
  //#endregion
1757
1761
  //#region src/hooks/modals/useAccountModal.d.ts
1758
1762
  declare const useAccountModal: () => {
@@ -1764,7 +1768,7 @@ declare const AccountModalProvider: ({
1764
1768
  children
1765
1769
  }: {
1766
1770
  children: ReactNode;
1767
- }) => react_jsx_runtime4.JSX.Element;
1771
+ }) => react_jsx_runtime3.JSX.Element;
1768
1772
  //#endregion
1769
1773
  //#region src/hooks/modals/useTransactionModal.d.ts
1770
1774
  declare const useTransactionModal: () => {
@@ -1776,7 +1780,7 @@ declare const TransactionModalProvider: ({
1776
1780
  children
1777
1781
  }: {
1778
1782
  children: ReactNode;
1779
- }) => react_jsx_runtime4.JSX.Element;
1783
+ }) => react_jsx_runtime3.JSX.Element;
1780
1784
  //#endregion
1781
1785
  //#region src/hooks/modals/useTransactionToast.d.ts
1782
1786
  declare const useTransactionToast: () => {
@@ -1788,7 +1792,7 @@ declare const TransactionToastProvider: ({
1788
1792
  children
1789
1793
  }: {
1790
1794
  children: ReactNode;
1791
- }) => react_jsx_runtime4.JSX.Element;
1795
+ }) => react_jsx_runtime3.JSX.Element;
1792
1796
  //#endregion
1793
1797
  //#region src/hooks/modals/useWalletModal.d.ts
1794
1798
  declare const useWalletModal: () => {
@@ -1800,7 +1804,7 @@ declare const WalletModalProvider: ({
1800
1804
  children
1801
1805
  }: {
1802
1806
  children: ReactNode;
1803
- }) => react_jsx_runtime4.JSX.Element;
1807
+ }) => react_jsx_runtime3.JSX.Element;
1804
1808
  //#endregion
1805
1809
  //#region src/hooks/modals/useChooseNameModal.d.ts
1806
1810
  declare const useChooseNameModal: () => {
@@ -1812,7 +1816,7 @@ declare const ChooseNameModalProvider: ({
1812
1816
  children
1813
1817
  }: {
1814
1818
  children: ReactNode;
1815
- }) => react_jsx_runtime4.JSX.Element;
1819
+ }) => react_jsx_runtime3.JSX.Element;
1816
1820
  //#endregion
1817
1821
  //#region src/hooks/modals/useSendTokenModal.d.ts
1818
1822
  declare const useSendTokenModal: () => {
@@ -1824,7 +1828,7 @@ declare const SendTokenModalProvider: ({
1824
1828
  children
1825
1829
  }: {
1826
1830
  children: ReactNode;
1827
- }) => react_jsx_runtime4.JSX.Element;
1831
+ }) => react_jsx_runtime3.JSX.Element;
1828
1832
  //#endregion
1829
1833
  //#region src/hooks/modals/useSwapTokenModal.d.ts
1830
1834
  type SwapTokenModalOptions = {
@@ -1841,7 +1845,7 @@ declare const SwapTokenModalProvider: ({
1841
1845
  children
1842
1846
  }: {
1843
1847
  children: ReactNode;
1844
- }) => react_jsx_runtime4.JSX.Element;
1848
+ }) => react_jsx_runtime3.JSX.Element;
1845
1849
  //#endregion
1846
1850
  //#region src/hooks/modals/useAccessAndSecurityModal.d.ts
1847
1851
  declare const useAccessAndSecurityModal: () => {
@@ -1853,7 +1857,7 @@ declare const AccessAndSecurityModalProvider: ({
1853
1857
  children
1854
1858
  }: {
1855
1859
  children: ReactNode;
1856
- }) => react_jsx_runtime4.JSX.Element;
1860
+ }) => react_jsx_runtime3.JSX.Element;
1857
1861
  //#endregion
1858
1862
  //#region src/hooks/modals/useExploreEcosystemModal.d.ts
1859
1863
  declare const useExploreEcosystemModal: () => {
@@ -1865,7 +1869,7 @@ declare const ExploreEcosystemModalProvider: ({
1865
1869
  children
1866
1870
  }: {
1867
1871
  children: ReactNode;
1868
- }) => react_jsx_runtime4.JSX.Element;
1872
+ }) => react_jsx_runtime3.JSX.Element;
1869
1873
  //#endregion
1870
1874
  //#region src/hooks/modals/useNotificationsModal.d.ts
1871
1875
  declare const useNotificationsModal: () => {
@@ -1877,7 +1881,7 @@ declare const NotificationsModalProvider: ({
1877
1881
  children
1878
1882
  }: {
1879
1883
  children: ReactNode;
1880
- }) => react_jsx_runtime4.JSX.Element;
1884
+ }) => react_jsx_runtime3.JSX.Element;
1881
1885
  //#endregion
1882
1886
  //#region src/hooks/modals/useFAQModal.d.ts
1883
1887
  declare const useFAQModal: () => {
@@ -1889,7 +1893,7 @@ declare const FAQModalProvider: ({
1889
1893
  children
1890
1894
  }: {
1891
1895
  children: ReactNode;
1892
- }) => react_jsx_runtime4.JSX.Element;
1896
+ }) => react_jsx_runtime3.JSX.Element;
1893
1897
  //#endregion
1894
1898
  //#region src/hooks/modals/useAccountCustomizationModal.d.ts
1895
1899
  declare const useAccountCustomizationModal: () => {
@@ -1901,7 +1905,7 @@ declare const AccountCustomizationModalProvider: ({
1901
1905
  children
1902
1906
  }: {
1903
1907
  children: ReactNode;
1904
- }) => react_jsx_runtime4.JSX.Element;
1908
+ }) => react_jsx_runtime3.JSX.Element;
1905
1909
  //#endregion
1906
1910
  //#region src/hooks/modals/useReceiveModal.d.ts
1907
1911
  declare const useReceiveModal: () => {
@@ -1913,7 +1917,7 @@ declare const ReceiveModalProvider: ({
1913
1917
  children
1914
1918
  }: {
1915
1919
  children: ReactNode;
1916
- }) => react_jsx_runtime4.JSX.Element;
1920
+ }) => react_jsx_runtime3.JSX.Element;
1917
1921
  //#endregion
1918
1922
  //#region src/hooks/modals/useLoginModalContent.d.ts
1919
1923
  type LoginModalContentConfig = {
@@ -1939,7 +1943,7 @@ declare const UpgradeSmartAccountModalProvider: ({
1939
1943
  children
1940
1944
  }: {
1941
1945
  children: ReactNode;
1942
- }) => react_jsx_runtime4.JSX.Element;
1946
+ }) => react_jsx_runtime3.JSX.Element;
1943
1947
  //#endregion
1944
1948
  //#region src/hooks/modals/useProfileModal.d.ts
1945
1949
  declare const useProfileModal: () => {
@@ -1951,7 +1955,7 @@ declare const ProfileModalProvider: ({
1951
1955
  children
1952
1956
  }: {
1953
1957
  children: ReactNode;
1954
- }) => react_jsx_runtime4.JSX.Element;
1958
+ }) => react_jsx_runtime3.JSX.Element;
1955
1959
  //#endregion
1956
1960
  //#region src/hooks/modals/useAccountModalOptions.d.ts
1957
1961
  declare const useAccountModalOptions: () => {
@@ -3108,7 +3112,7 @@ declare const SendTokenContent: ({
3108
3112
  initialAmount,
3109
3113
  initialToAddressOrDomain,
3110
3114
  onBack: parentOnBack
3111
- }: SendTokenContentProps) => react_jsx_runtime4.JSX.Element;
3115
+ }: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
3112
3116
  //#endregion
3113
3117
  //#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
3114
3118
  type SendTokenSummaryContentProps = {
@@ -3128,7 +3132,7 @@ declare const SendTokenSummaryContent: ({
3128
3132
  amount,
3129
3133
  selectedToken,
3130
3134
  formattedTotalAmount
3131
- }: SendTokenSummaryContentProps) => react_jsx_runtime4.JSX.Element;
3135
+ }: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3132
3136
  //#endregion
3133
3137
  //#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
3134
3138
  type Props$18 = {
@@ -3144,7 +3148,7 @@ declare const SelectTokenContent: ({
3144
3148
  onSelectToken,
3145
3149
  onBack,
3146
3150
  showAllTokens
3147
- }: Props$18) => react_jsx_runtime4.JSX.Element;
3151
+ }: Props$18) => react_jsx_runtime3.JSX.Element;
3148
3152
  //#endregion
3149
3153
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
3150
3154
  type Props$17 = {
@@ -3152,7 +3156,7 @@ type Props$17 = {
3152
3156
  };
3153
3157
  declare const ReceiveTokenContent: ({
3154
3158
  setCurrentContent
3155
- }: Props$17) => react_jsx_runtime4.JSX.Element;
3159
+ }: Props$17) => react_jsx_runtime3.JSX.Element;
3156
3160
  //#endregion
3157
3161
  //#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
3158
3162
  type Props$16 = {
@@ -3164,7 +3168,7 @@ declare const SwapTokenContent: ({
3164
3168
  setCurrentContent,
3165
3169
  fromTokenAddress,
3166
3170
  toTokenAddress
3167
- }: Props$16) => react_jsx_runtime4.JSX.Element;
3171
+ }: Props$16) => react_jsx_runtime3.JSX.Element;
3168
3172
  //#endregion
3169
3173
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
3170
3174
  type ChooseNameContentProps = {
@@ -3176,7 +3180,7 @@ declare const ChooseNameContent: ({
3176
3180
  setCurrentContent,
3177
3181
  onBack,
3178
3182
  initialContentSource
3179
- }: ChooseNameContentProps) => react_jsx_runtime4.JSX.Element;
3183
+ }: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
3180
3184
  //#endregion
3181
3185
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
3182
3186
  type ChooseNameSearchContentProps = {
@@ -3188,7 +3192,7 @@ declare const ChooseNameSearchContent: ({
3188
3192
  name: initialName,
3189
3193
  setCurrentContent,
3190
3194
  initialContentSource
3191
- }: ChooseNameSearchContentProps) => react_jsx_runtime4.JSX.Element;
3195
+ }: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
3192
3196
  //#endregion
3193
3197
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
3194
3198
  type ChooseNameSummaryContentProps = {
@@ -3206,7 +3210,7 @@ declare const ChooseNameSummaryContent: ({
3206
3210
  isOwnDomain,
3207
3211
  isUnsetting,
3208
3212
  initialContentSource
3209
- }: ChooseNameSummaryContentProps) => react_jsx_runtime4.JSX.Element;
3213
+ }: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3210
3214
  //#endregion
3211
3215
  //#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
3212
3216
  type FAQContentProps = {
@@ -3216,7 +3220,7 @@ type FAQContentProps = {
3216
3220
  declare const FAQContent: ({
3217
3221
  onGoBack,
3218
3222
  showLanguageSelector
3219
- }: FAQContentProps) => react_jsx_runtime4.JSX.Element;
3223
+ }: FAQContentProps) => react_jsx_runtime3.JSX.Element;
3220
3224
  //#endregion
3221
3225
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
3222
3226
  type AccountCustomizationContentProps = {
@@ -3226,7 +3230,7 @@ type AccountCustomizationContentProps = {
3226
3230
  declare const CustomizationContent: ({
3227
3231
  setCurrentContent,
3228
3232
  initialContentSource
3229
- }: AccountCustomizationContentProps) => react_jsx_runtime4.JSX.Element;
3233
+ }: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
3230
3234
  //#endregion
3231
3235
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
3232
3236
  type CustomizationSummaryContentProps = {
@@ -3245,7 +3249,7 @@ declare const CustomizationSummaryContent: ({
3245
3249
  setCurrentContent,
3246
3250
  changes,
3247
3251
  onDoneRedirectContent
3248
- }: CustomizationSummaryContentProps) => react_jsx_runtime4.JSX.Element;
3252
+ }: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3249
3253
  //#endregion
3250
3254
  //#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
3251
3255
  type ProfileContentProps = {
@@ -3255,7 +3259,7 @@ type ProfileContentProps = {
3255
3259
  declare const ProfileContent: ({
3256
3260
  setCurrentContent,
3257
3261
  onLogoutSuccess
3258
- }: ProfileContentProps) => react_jsx_runtime4.JSX.Element;
3262
+ }: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
3259
3263
  //#endregion
3260
3264
  //#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
3261
3265
  type UpgradeSmartAccountContentProps = {
@@ -3267,7 +3271,7 @@ declare const UpgradeSmartAccountContent: ({
3267
3271
  setCurrentContent,
3268
3272
  handleClose,
3269
3273
  initialContent
3270
- }: UpgradeSmartAccountContentProps) => react_jsx_runtime4.JSX.Element;
3274
+ }: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
3271
3275
  //#endregion
3272
3276
  //#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
3273
3277
  type AssetsContentProps = {
@@ -3275,7 +3279,7 @@ type AssetsContentProps = {
3275
3279
  };
3276
3280
  declare const AssetsContent: ({
3277
3281
  setCurrentContent
3278
- }: AssetsContentProps) => react_jsx_runtime4.JSX.Element;
3282
+ }: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
3279
3283
  //#endregion
3280
3284
  //#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
3281
3285
  type ManageCustomTokenContentProps = {
@@ -3283,7 +3287,7 @@ type ManageCustomTokenContentProps = {
3283
3287
  };
3284
3288
  declare const ManageCustomTokenContent: ({
3285
3289
  setCurrentContent
3286
- }: ManageCustomTokenContentProps) => react_jsx_runtime4.JSX.Element;
3290
+ }: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
3287
3291
  //#endregion
3288
3292
  //#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
3289
3293
  type Props$15 = {
@@ -3291,7 +3295,7 @@ type Props$15 = {
3291
3295
  };
3292
3296
  declare const BridgeContent: ({
3293
3297
  setCurrentContent
3294
- }: Props$15) => react_jsx_runtime4.JSX.Element;
3298
+ }: Props$15) => react_jsx_runtime3.JSX.Element;
3295
3299
  //#endregion
3296
3300
  //#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
3297
3301
  type ChangeCurrencyContentProps = {
@@ -3299,7 +3303,7 @@ type ChangeCurrencyContentProps = {
3299
3303
  };
3300
3304
  declare const ChangeCurrencyContent: ({
3301
3305
  setCurrentContent
3302
- }: ChangeCurrencyContentProps) => react_jsx_runtime4.JSX.Element;
3306
+ }: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
3303
3307
  //#endregion
3304
3308
  //#region src/components/AccountModal/Contents/KitSettings/GeneralSettingsContent.d.ts
3305
3309
  type Props$14 = {
@@ -3307,7 +3311,7 @@ type Props$14 = {
3307
3311
  };
3308
3312
  declare const GeneralSettingsContent: ({
3309
3313
  setCurrentContent
3310
- }: Props$14) => react_jsx_runtime4.JSX.Element;
3314
+ }: Props$14) => react_jsx_runtime3.JSX.Element;
3311
3315
  //#endregion
3312
3316
  //#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
3313
3317
  type Props$13 = {
@@ -3315,7 +3319,7 @@ type Props$13 = {
3315
3319
  };
3316
3320
  declare const LanguageSettingsContent: ({
3317
3321
  setCurrentContent
3318
- }: Props$13) => react_jsx_runtime4.JSX.Element;
3322
+ }: Props$13) => react_jsx_runtime3.JSX.Element;
3319
3323
  //#endregion
3320
3324
  //#region src/components/AccountModal/Contents/KitSettings/AppearanceSettingsContent.d.ts
3321
3325
  type Props$12 = {
@@ -3323,7 +3327,7 @@ type Props$12 = {
3323
3327
  };
3324
3328
  declare const AppearanceSettingsContent: ({
3325
3329
  setCurrentContent
3326
- }: Props$12) => react_jsx_runtime4.JSX.Element;
3330
+ }: Props$12) => react_jsx_runtime3.JSX.Element;
3327
3331
  //#endregion
3328
3332
  //#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
3329
3333
  type Props$11 = {
@@ -3331,7 +3335,7 @@ type Props$11 = {
3331
3335
  };
3332
3336
  declare const GasTokenSettingsContent: ({
3333
3337
  setCurrentContent
3334
- }: Props$11) => react_jsx_runtime4.JSX.Element;
3338
+ }: Props$11) => react_jsx_runtime3.JSX.Element;
3335
3339
  //#endregion
3336
3340
  //#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
3337
3341
  type TermsAndPrivacyContentProps = {
@@ -3339,7 +3343,7 @@ type TermsAndPrivacyContentProps = {
3339
3343
  };
3340
3344
  declare const TermsAndPrivacyContent: ({
3341
3345
  onGoBack
3342
- }: TermsAndPrivacyContentProps) => react_jsx_runtime4.JSX.Element;
3346
+ }: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
3343
3347
  //#endregion
3344
3348
  //#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
3345
3349
  type CategoryFilter = string | null;
@@ -3443,7 +3447,7 @@ declare const AccountModal: ({
3443
3447
  isOpen,
3444
3448
  onClose,
3445
3449
  initialContent
3446
- }: Props$10) => react_jsx_runtime4.JSX.Element;
3450
+ }: Props$10) => react_jsx_runtime3.JSX.Element;
3447
3451
  //#endregion
3448
3452
  //#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
3449
3453
  interface AccountDetailsButtonProps {
@@ -3465,7 +3469,7 @@ declare const AccountDetailsButton: ({
3465
3469
  onClick,
3466
3470
  leftImage,
3467
3471
  isActive
3468
- }: AccountDetailsButtonProps) => react_jsx_runtime4.JSX.Element;
3472
+ }: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
3469
3473
  //#endregion
3470
3474
  //#region src/components/AccountModal/Components/ActionButton.d.ts
3471
3475
  type ActionButtonProps = {
@@ -3507,7 +3511,7 @@ declare const ActionButton: ({
3507
3511
  extraContent,
3508
3512
  dataTestId,
3509
3513
  variant
3510
- }: ActionButtonProps) => react_jsx_runtime4.JSX.Element;
3514
+ }: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
3511
3515
  //#endregion
3512
3516
  //#region src/components/AccountModal/Components/AccountSelector.d.ts
3513
3517
  type Props$9 = {
@@ -3527,7 +3531,7 @@ declare const AccountSelector: ({
3527
3531
  onClose,
3528
3532
  mt,
3529
3533
  style
3530
- }: Props$9) => react_jsx_runtime4.JSX.Element;
3534
+ }: Props$9) => react_jsx_runtime3.JSX.Element;
3531
3535
  //#endregion
3532
3536
  //#region src/components/AccountModal/Components/BalanceSection.d.ts
3533
3537
  declare const BalanceSection: ({
@@ -3538,7 +3542,7 @@ declare const BalanceSection: ({
3538
3542
  mb?: number;
3539
3543
  mt?: number;
3540
3544
  onAssetsClick?: () => void;
3541
- }) => react_jsx_runtime4.JSX.Element;
3545
+ }) => react_jsx_runtime3.JSX.Element;
3542
3546
  //#endregion
3543
3547
  //#region src/components/AccountModal/Components/QuickActionsSection.d.ts
3544
3548
  type Props$8 = {
@@ -3548,7 +3552,7 @@ type Props$8 = {
3548
3552
  declare const QuickActionsSection: ({
3549
3553
  mt,
3550
3554
  setCurrentContent
3551
- }: Props$8) => react_jsx_runtime4.JSX.Element;
3555
+ }: Props$8) => react_jsx_runtime3.JSX.Element;
3552
3556
  //#endregion
3553
3557
  //#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
3554
3558
  type FeatureAnnouncementCardProps = {
@@ -3556,16 +3560,16 @@ type FeatureAnnouncementCardProps = {
3556
3560
  };
3557
3561
  declare const FeatureAnnouncementCard: ({
3558
3562
  setCurrentContent
3559
- }: FeatureAnnouncementCardProps) => react_jsx_runtime4.JSX.Element | null;
3563
+ }: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element | null;
3560
3564
  //#endregion
3561
3565
  //#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
3562
- declare const ExchangeWarningAlert: () => react_jsx_runtime4.JSX.Element;
3566
+ declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
3563
3567
  //#endregion
3564
3568
  //#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
3565
- declare const DomainRequiredAlert: () => react_jsx_runtime4.JSX.Element;
3569
+ declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
3566
3570
  //#endregion
3567
3571
  //#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
3568
- declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime4.JSX.Element;
3572
+ declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
3569
3573
  //#endregion
3570
3574
  //#region src/components/common/ModalBackButton.d.ts
3571
3575
  type BackButtonProps = {
@@ -3574,7 +3578,7 @@ type BackButtonProps = {
3574
3578
  declare const ModalBackButton: ({
3575
3579
  onClick,
3576
3580
  ...props
3577
- }: BackButtonProps) => react_jsx_runtime4.JSX.Element;
3581
+ }: BackButtonProps) => react_jsx_runtime3.JSX.Element;
3578
3582
  //#endregion
3579
3583
  //#region src/components/common/AddressDisplay.d.ts
3580
3584
  type Props$7 = {
@@ -3588,13 +3592,13 @@ declare const AddressDisplay: ({
3588
3592
  label,
3589
3593
  style,
3590
3594
  showHumanAddress
3591
- }: Props$7) => react_jsx_runtime4.JSX.Element;
3595
+ }: Props$7) => react_jsx_runtime3.JSX.Element;
3592
3596
  //#endregion
3593
3597
  //#region src/components/common/VersionFooter.d.ts
3594
3598
  type Props$6 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
3595
3599
  declare const VersionFooter: ({
3596
3600
  ...props
3597
- }: Props$6) => react_jsx_runtime4.JSX.Element;
3601
+ }: Props$6) => react_jsx_runtime3.JSX.Element;
3598
3602
  //#endregion
3599
3603
  //#region src/components/common/StickyHeaderContainer.d.ts
3600
3604
  type Props$5 = {
@@ -3602,7 +3606,7 @@ type Props$5 = {
3602
3606
  };
3603
3607
  declare const StickyHeaderContainer: ({
3604
3608
  children
3605
- }: Props$5) => react_jsx_runtime4.JSX.Element;
3609
+ }: Props$5) => react_jsx_runtime3.JSX.Element;
3606
3610
  //#endregion
3607
3611
  //#region src/components/common/StickyFooterContainer.d.ts
3608
3612
  type Props$4 = {
@@ -3610,7 +3614,7 @@ type Props$4 = {
3610
3614
  };
3611
3615
  declare const StickyFooterContainer: ({
3612
3616
  children
3613
- }: Props$4) => react_jsx_runtime4.JSX.Element;
3617
+ }: Props$4) => react_jsx_runtime3.JSX.Element;
3614
3618
  //#endregion
3615
3619
  //#region src/components/common/BaseModal.d.ts
3616
3620
  type BaseModalProps = {
@@ -3641,7 +3645,7 @@ declare const BaseModal: ({
3641
3645
  allowExternalFocus,
3642
3646
  backdropFilter,
3643
3647
  isCloseable
3644
- }: BaseModalProps) => react_jsx_runtime4.JSX.Element;
3648
+ }: BaseModalProps) => react_jsx_runtime3.JSX.Element;
3645
3649
  //#endregion
3646
3650
  //#region src/components/common/AssetButton.d.ts
3647
3651
  type AssetButtonProps = ButtonProps & {
@@ -3660,7 +3664,7 @@ declare const AssetButton: ({
3660
3664
  isDisabled,
3661
3665
  onClick,
3662
3666
  ...buttonProps
3663
- }: AssetButtonProps) => react_jsx_runtime4.JSX.Element;
3667
+ }: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
3664
3668
  //#endregion
3665
3669
  //#region src/components/common/AddressDisplayCard.d.ts
3666
3670
  type AddressDisplayCardProps = {
@@ -3682,7 +3686,7 @@ declare const AddressDisplayCard: ({
3682
3686
  hideAddress,
3683
3687
  balance,
3684
3688
  tokenAddress
3685
- }: AddressDisplayCardProps) => react_jsx_runtime4.JSX.Element;
3689
+ }: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
3686
3690
  //#endregion
3687
3691
  //#region src/components/common/ModalFAQButton.d.ts
3688
3692
  type FAQButtonProps = {
@@ -3691,13 +3695,13 @@ type FAQButtonProps = {
3691
3695
  declare const ModalFAQButton: ({
3692
3696
  onClick,
3693
3697
  ...props
3694
- }: FAQButtonProps) => react_jsx_runtime4.JSX.Element;
3698
+ }: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
3695
3699
  //#endregion
3696
3700
  //#region src/components/common/ScrollToTopWrapper.d.ts
3697
3701
  declare const ScrollToTopWrapper: ({
3698
3702
  children,
3699
3703
  ...props
3700
- }: StackProps) => react_jsx_runtime4.JSX.Element;
3704
+ }: StackProps) => react_jsx_runtime3.JSX.Element;
3701
3705
  //#endregion
3702
3706
  //#region src/components/common/AccountAvatar.d.ts
3703
3707
  type AccountAvatarProps = {
@@ -3707,7 +3711,7 @@ type AccountAvatarProps = {
3707
3711
  declare const AccountAvatar: ({
3708
3712
  wallet,
3709
3713
  props
3710
- }: AccountAvatarProps) => react_jsx_runtime4.JSX.Element;
3714
+ }: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
3711
3715
  //#endregion
3712
3716
  //#region src/components/common/TransactionButtonAndStatus.d.ts
3713
3717
  type TransactionButtonAndStatusProps = {
@@ -3749,7 +3753,7 @@ declare const TransactionButtonAndStatus: ({
3749
3753
  isLoadingGasEstimation,
3750
3754
  showGasEstimationError,
3751
3755
  context
3752
- }: TransactionButtonAndStatusProps) => react_jsx_runtime4.JSX.Element;
3756
+ }: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
3753
3757
  //#endregion
3754
3758
  //#region src/components/common/ModalNotificationButton.d.ts
3755
3759
  type NotificationButtonProps = {
@@ -3760,7 +3764,7 @@ declare const ModalNotificationButton: ({
3760
3764
  onClick,
3761
3765
  hasUnreadNotifications,
3762
3766
  ...props
3763
- }: NotificationButtonProps) => react_jsx_runtime4.JSX.Element;
3767
+ }: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
3764
3768
  //#endregion
3765
3769
  //#region src/components/common/GasFeeSummary.d.ts
3766
3770
  interface GasFeeSummaryProps {
@@ -3796,7 +3800,7 @@ declare const GasFeeTokenSelector: ({
3796
3800
  availableTokens,
3797
3801
  tokenEstimations,
3798
3802
  walletAddress
3799
- }: GasFeeTokenSelectorProps) => react_jsx_runtime4.JSX.Element;
3803
+ }: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
3800
3804
  //#endregion
3801
3805
  //#region src/components/LoginLoadingModal/LoginLoadingModal.d.ts
3802
3806
  type LoginLoadingModalProps = {
@@ -3814,7 +3818,7 @@ declare const LoginLoadingModal: ({
3814
3818
  title,
3815
3819
  loadingText,
3816
3820
  onTryAgain
3817
- }: LoginLoadingModalProps) => react_jsx_runtime4.JSX.Element;
3821
+ }: LoginLoadingModalProps) => react_jsx_runtime3.JSX.Element;
3818
3822
  //#endregion
3819
3823
  //#region src/components/EcosystemModal/EcosystemModal.d.ts
3820
3824
  type Props$3 = {
@@ -3828,7 +3832,7 @@ declare const EcosystemModal: ({
3828
3832
  onClose,
3829
3833
  appsInfo,
3830
3834
  isLoading
3831
- }: Props$3) => react_jsx_runtime4.JSX.Element;
3835
+ }: Props$3) => react_jsx_runtime3.JSX.Element;
3832
3836
  //#endregion
3833
3837
  //#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
3834
3838
  type SuccessfulOperationContentProps = {
@@ -3858,7 +3862,7 @@ declare const UpgradeSmartAccountModal: ({
3858
3862
  isOpen,
3859
3863
  onClose,
3860
3864
  style
3861
- }: Props$2) => react_jsx_runtime4.JSX.Element;
3865
+ }: Props$2) => react_jsx_runtime3.JSX.Element;
3862
3866
  //#endregion
3863
3867
  //#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
3864
3868
  type Props$1 = {
@@ -3873,7 +3877,7 @@ declare const LegalDocumentsModal: ({
3873
3877
  onAgree,
3874
3878
  handleLogout,
3875
3879
  onlyOptionalDocuments
3876
- }: Props$1) => react_jsx_runtime4.JSX.Element;
3880
+ }: Props$1) => react_jsx_runtime3.JSX.Element;
3877
3881
  //#endregion
3878
3882
  //#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
3879
3883
  type Props = {
@@ -3885,7 +3889,7 @@ declare const LegalDocumentItem: ({
3885
3889
  document,
3886
3890
  register,
3887
3891
  isText
3888
- }: Props) => react_jsx_runtime4.JSX.Element;
3892
+ }: Props) => react_jsx_runtime3.JSX.Element;
3889
3893
  //#endregion
3890
3894
  //#region src/providers/ModalProvider.d.ts
3891
3895
  type AccountModalOptions = {
@@ -3916,7 +3920,7 @@ declare const ModalProvider: ({
3916
3920
  children
3917
3921
  }: {
3918
3922
  children: ReactNode;
3919
- }) => react_jsx_runtime4.JSX.Element;
3923
+ }) => react_jsx_runtime3.JSX.Element;
3920
3924
  //#endregion
3921
3925
  //#region src/config/index.d.ts
3922
3926
  type AppConfig = {
@@ -3962,4 +3966,4 @@ type AppConfig = {
3962
3966
  declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
3963
3967
  //#endregion
3964
3968
  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$1 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$1 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$1 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$1 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$1 as wi, UseEstimateAllTokensParams as wn, useGetResolverAddress as wo, addPrefix as wr, MainContent as ws, usePrivy$1 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-Ch2ZKl9r.d.mts.map
3969
+ //# sourceMappingURL=index-hAce7WHc.d.mts.map