@vechain/vechain-kit 2.8.1 → 2.8.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 { BoxProps, ButtonProps, IconButtonProps, ImageProps, PropsOf, StackProps, TextProps, 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_runtime3 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime0 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";
@@ -54,7 +54,7 @@ declare const genesises: {
54
54
  readonly main: CompressedBlockDetail;
55
55
  readonly test: CompressedBlockDetail;
56
56
  readonly solo: CompressedBlockDetail;
57
- which(gid: string): "test" | "main" | "solo" | undefined;
57
+ which(gid: string): "main" | "test" | "solo" | undefined;
58
58
  };
59
59
  //#endregion
60
60
  //#region src/config/index.d.ts
@@ -729,7 +729,7 @@ declare const useVeChainKitConfig: () => VeChainKitConfig;
729
729
  * ```
730
730
  */
731
731
  declare const useAppConfig: () => AppConfig;
732
- declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime3.JSX.Element;
732
+ declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime0.JSX.Element;
733
733
  //#endregion
734
734
  //#region src/providers/PrivyWalletProvider.d.ts
735
735
  interface PrivyWalletProviderContextType {
@@ -772,7 +772,7 @@ declare const PrivyWalletProvider: ({
772
772
  delegatorUrl?: string;
773
773
  delegateAllTransactions: boolean;
774
774
  genericDelegator?: boolean;
775
- }) => react_jsx_runtime3.JSX.Element;
775
+ }) => react_jsx_runtime0.JSX.Element;
776
776
  declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
777
777
  //#endregion
778
778
  //#region src/providers/VechainKitThemeProvider.d.ts
@@ -790,7 +790,7 @@ declare const VechainKitThemeProvider: ({
790
790
  children,
791
791
  darkMode,
792
792
  theme: customTheme
793
- }: Props$42) => react_jsx_runtime3.JSX.Element;
793
+ }: Props$42) => react_jsx_runtime0.JSX.Element;
794
794
  //#endregion
795
795
  //#region src/providers/LegalDocumentsProvider.d.ts
796
796
  type Props$41 = {
@@ -806,7 +806,7 @@ type LegalDocumentsContextType = {
806
806
  declare const useLegalDocuments: () => LegalDocumentsContextType;
807
807
  declare const LegalDocumentsProvider: ({
808
808
  children
809
- }: Props$41) => react_jsx_runtime3.JSX.Element;
809
+ }: Props$41) => react_jsx_runtime0.JSX.Element;
810
810
  //#endregion
811
811
  //#region src/components/ConnectModal/ConnectModal.d.ts
812
812
  type Props$40 = {
@@ -847,7 +847,7 @@ declare const ConnectModal: ({
847
847
  onClose,
848
848
  initialContent,
849
849
  preventAutoClose
850
- }: Props$40) => react_jsx_runtime3.JSX.Element;
850
+ }: Props$40) => react_jsx_runtime0.JSX.Element;
851
851
  //#endregion
852
852
  //#region src/components/ConnectModal/Contents/MainContent.d.ts
853
853
  type Props$39 = {
@@ -855,7 +855,7 @@ type Props$39 = {
855
855
  };
856
856
  declare const MainContent: ({
857
857
  setCurrentContent
858
- }: Props$39) => react_jsx_runtime3.JSX.Element;
858
+ }: Props$39) => react_jsx_runtime0.JSX.Element;
859
859
  //#endregion
860
860
  //#region src/components/ConnectModal/Contents/LoadingContent.d.ts
861
861
  type LoadingContentProps = {
@@ -884,7 +884,7 @@ declare const LoadingContent: ({
884
884
  onGoBack,
885
885
  showBackButton,
886
886
  providerIcon
887
- }: LoadingContentProps) => react_jsx_runtime3.JSX.Element;
887
+ }: LoadingContentProps) => react_jsx_runtime0.JSX.Element;
888
888
  //#endregion
889
889
  //#region src/components/ConnectModal/Contents/ErrorContent.d.ts
890
890
  type ErrorContentProps = {
@@ -905,7 +905,7 @@ declare const ErrorContent: ({
905
905
  onClose,
906
906
  onTryAgain,
907
907
  onGoBack
908
- }: ErrorContentProps) => react_jsx_runtime3.JSX.Element;
908
+ }: ErrorContentProps) => react_jsx_runtime0.JSX.Element;
909
909
  //#endregion
910
910
  //#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
911
911
  type Props$38 = {
@@ -921,7 +921,7 @@ declare const EcosystemContent: ({
921
921
  isLoading,
922
922
  setCurrentContent,
923
923
  showBackButton
924
- }: Props$38) => react_jsx_runtime3.JSX.Element;
924
+ }: Props$38) => react_jsx_runtime0.JSX.Element;
925
925
  //#endregion
926
926
  //#region src/components/ConnectModal/Contents/MoreOptionsContent.d.ts
927
927
  type Props$37 = {
@@ -933,7 +933,7 @@ declare const MoreOptionsContent: ({
933
933
  onClose,
934
934
  setCurrentContent,
935
935
  showBackButton
936
- }: Props$37) => react_jsx_runtime3.JSX.Element;
936
+ }: Props$37) => react_jsx_runtime0.JSX.Element;
937
937
  //#endregion
938
938
  //#region src/components/ConnectModal/Components/ConnectionButton.d.ts
939
939
  interface ConnectionButtonProps {
@@ -963,10 +963,10 @@ declare const ConnectionButton: ({
963
963
  style,
964
964
  variant,
965
965
  iconWidth
966
- }: ConnectionButtonProps) => react_jsx_runtime3.JSX.Element;
966
+ }: ConnectionButtonProps) => react_jsx_runtime0.JSX.Element;
967
967
  //#endregion
968
968
  //#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
969
- declare const EmailLoginButton: () => react_jsx_runtime3.JSX.Element;
969
+ declare const EmailLoginButton: () => react_jsx_runtime0.JSX.Element;
970
970
  //#endregion
971
971
  //#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
972
972
  type Props$36 = {
@@ -978,7 +978,7 @@ declare const VeChainLoginButton: ({
978
978
  isDark,
979
979
  gridColumn,
980
980
  setCurrentContent
981
- }: Props$36) => react_jsx_runtime3.JSX.Element;
981
+ }: Props$36) => react_jsx_runtime0.JSX.Element;
982
982
  //#endregion
983
983
  //#region src/components/ConnectModal/Components/EcosystemButton.d.ts
984
984
  type Props$35 = {
@@ -992,7 +992,7 @@ declare const EcosystemButton: ({
992
992
  appsInfo,
993
993
  isLoading,
994
994
  setCurrentContent
995
- }: Props$35) => react_jsx_runtime3.JSX.Element;
995
+ }: Props$35) => react_jsx_runtime0.JSX.Element;
996
996
  //#endregion
997
997
  //#region src/components/ConnectModal/Components/PrivyButton.d.ts
998
998
  type Props$34 = {
@@ -1004,7 +1004,7 @@ declare const PrivyButton: ({
1004
1004
  isDark,
1005
1005
  onViewMoreLogin,
1006
1006
  gridColumn
1007
- }: Props$34) => react_jsx_runtime3.JSX.Element;
1007
+ }: Props$34) => react_jsx_runtime0.JSX.Element;
1008
1008
  //#endregion
1009
1009
  //#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
1010
1010
  type Props$33 = {
@@ -1015,7 +1015,7 @@ type Props$33 = {
1015
1015
  declare const LoginWithGoogleButton: ({
1016
1016
  isDark,
1017
1017
  gridColumn
1018
- }: Props$33) => react_jsx_runtime3.JSX.Element;
1018
+ }: Props$33) => react_jsx_runtime0.JSX.Element;
1019
1019
  //#endregion
1020
1020
  //#region src/components/ConnectModal/Components/LoginWithAppleButton.d.ts
1021
1021
  type Props$32 = {
@@ -1027,7 +1027,7 @@ type Props$32 = {
1027
1027
  declare const LoginWithAppleButton: ({
1028
1028
  isDark,
1029
1029
  gridColumn
1030
- }: Props$32) => react_jsx_runtime3.JSX.Element;
1030
+ }: Props$32) => react_jsx_runtime0.JSX.Element;
1031
1031
  //#endregion
1032
1032
  //#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
1033
1033
  type Props$31 = {
@@ -1039,7 +1039,7 @@ declare const PasskeyLoginButton: ({
1039
1039
  isDark,
1040
1040
  gridColumn,
1041
1041
  setCurrentContent
1042
- }: Props$31) => react_jsx_runtime3.JSX.Element;
1042
+ }: Props$31) => react_jsx_runtime0.JSX.Element;
1043
1043
  //#endregion
1044
1044
  //#region src/components/ConnectModal/Components/DappKitButton.d.ts
1045
1045
  type Props$30 = {
@@ -1049,7 +1049,7 @@ type Props$30 = {
1049
1049
  declare const DappKitButton: ({
1050
1050
  isDark,
1051
1051
  gridColumn
1052
- }: Props$30) => react_jsx_runtime3.JSX.Element;
1052
+ }: Props$30) => react_jsx_runtime0.JSX.Element;
1053
1053
  //#endregion
1054
1054
  //#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
1055
1055
  type Props$29 = {
@@ -1059,7 +1059,7 @@ type Props$29 = {
1059
1059
  declare const VeChainWithPrivyLoginButton: ({
1060
1060
  isDark,
1061
1061
  gridColumn
1062
- }: Props$29) => react_jsx_runtime3.JSX.Element;
1062
+ }: Props$29) => react_jsx_runtime0.JSX.Element;
1063
1063
  //#endregion
1064
1064
  //#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
1065
1065
  type Props$28 = {
@@ -1069,7 +1069,7 @@ type Props$28 = {
1069
1069
  declare const LoginWithGithubButton: ({
1070
1070
  isDark,
1071
1071
  gridColumn
1072
- }: Props$28) => react_jsx_runtime3.JSX.Element;
1072
+ }: Props$28) => react_jsx_runtime0.JSX.Element;
1073
1073
  //#endregion
1074
1074
  //#region src/components/ConnectModal/Components/VeWorldButton.d.ts
1075
1075
  type Props$27 = {
@@ -1090,7 +1090,7 @@ declare const VeWorldButton: ({
1090
1090
  isDark,
1091
1091
  gridColumn,
1092
1092
  setCurrentContent
1093
- }: Props$27) => react_jsx_runtime3.JSX.Element;
1093
+ }: Props$27) => react_jsx_runtime0.JSX.Element;
1094
1094
  //#endregion
1095
1095
  //#region src/components/ConnectModal/Components/Sync2Button.d.ts
1096
1096
  type Props$26 = {
@@ -1102,7 +1102,7 @@ declare const Sync2Button: ({
1102
1102
  isDark,
1103
1103
  gridColumn,
1104
1104
  setCurrentContent
1105
- }: Props$26) => react_jsx_runtime3.JSX.Element;
1105
+ }: Props$26) => react_jsx_runtime0.JSX.Element;
1106
1106
  //#endregion
1107
1107
  //#region src/components/ConnectModal/Components/WalletConnectButton.d.ts
1108
1108
  type Props$25 = {
@@ -1114,7 +1114,7 @@ declare const WalletConnectButton: ({
1114
1114
  isDark,
1115
1115
  gridColumn,
1116
1116
  setCurrentContent
1117
- }: Props$25) => react_jsx_runtime3.JSX.Element;
1117
+ }: Props$25) => react_jsx_runtime0.JSX.Element;
1118
1118
  //#endregion
1119
1119
  //#region src/components/ConnectModal/ConnectPopover.d.ts
1120
1120
  type ConnectPopoverProps = {
@@ -1124,7 +1124,7 @@ type ConnectPopoverProps = {
1124
1124
  declare const ConnectPopover: ({
1125
1125
  isLoading,
1126
1126
  buttonStyle
1127
- }: ConnectPopoverProps) => react_jsx_runtime3.JSX.Element;
1127
+ }: ConnectPopoverProps) => react_jsx_runtime0.JSX.Element;
1128
1128
  //#endregion
1129
1129
  //#region src/components/WalletButton/types.d.ts
1130
1130
  type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
@@ -1143,10 +1143,10 @@ declare const WalletButton: ({
1143
1143
  buttonStyle,
1144
1144
  connectionVariant,
1145
1145
  label
1146
- }: WalletButtonProps) => react_jsx_runtime3.JSX.Element;
1146
+ }: WalletButtonProps) => react_jsx_runtime0.JSX.Element;
1147
1147
  //#endregion
1148
1148
  //#region src/components/WalletButton/SocialIcons.d.ts
1149
- declare const SocialIcons: () => react_jsx_runtime3.JSX.Element;
1149
+ declare const SocialIcons: () => react_jsx_runtime0.JSX.Element;
1150
1150
  //#endregion
1151
1151
  //#region src/components/TransactionModal/TransactionModal.d.ts
1152
1152
  type TransactionModalProps = {
@@ -1176,7 +1176,7 @@ declare const TransactionModal: ({
1176
1176
  txReceipt,
1177
1177
  txError,
1178
1178
  onTryAgain
1179
- }: TransactionModalProps) => react_jsx_runtime3.JSX.Element | null;
1179
+ }: TransactionModalProps) => react_jsx_runtime0.JSX.Element | null;
1180
1180
  //#endregion
1181
1181
  //#region src/components/TransactionModal/Components/ShareButtons.d.ts
1182
1182
  type Props$24 = {
@@ -1186,7 +1186,7 @@ type Props$24 = {
1186
1186
  };
1187
1187
  declare const ShareButtons: ({
1188
1188
  description
1189
- }: Props$24) => react_jsx_runtime3.JSX.Element;
1189
+ }: Props$24) => react_jsx_runtime0.JSX.Element;
1190
1190
  //#endregion
1191
1191
  //#region src/components/TransactionModal/TransactionModalContent.d.ts
1192
1192
  declare const TransactionModalContent: ({
@@ -1196,7 +1196,7 @@ declare const TransactionModalContent: ({
1196
1196
  txReceipt,
1197
1197
  txError,
1198
1198
  onClose
1199
- }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime3.JSX.Element;
1199
+ }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime0.JSX.Element;
1200
1200
  //#endregion
1201
1201
  //#region src/components/TransactionToast/TransactionToast.d.ts
1202
1202
  type TransactionToastProps = {
@@ -1216,7 +1216,7 @@ declare const TransactionToast: ({
1216
1216
  txError,
1217
1217
  onTryAgain,
1218
1218
  description
1219
- }: TransactionToastProps) => react_jsx_runtime3.JSX.Element | null;
1219
+ }: TransactionToastProps) => react_jsx_runtime0.JSX.Element | null;
1220
1220
  //#endregion
1221
1221
  //#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
1222
1222
  type Props$23 = {
@@ -1232,7 +1232,7 @@ declare const AccountMainContent: ({
1232
1232
  wallet,
1233
1233
  onClose,
1234
1234
  switchFeedback
1235
- }: Props$23) => react_jsx_runtime3.JSX.Element;
1235
+ }: Props$23) => react_jsx_runtime0.JSX.Element;
1236
1236
  //#endregion
1237
1237
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
1238
1238
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
@@ -2291,7 +2291,7 @@ declare const ConnectModalProvider: ({
2291
2291
  children
2292
2292
  }: {
2293
2293
  children: ReactNode;
2294
- }) => react_jsx_runtime3.JSX.Element;
2294
+ }) => react_jsx_runtime0.JSX.Element;
2295
2295
  //#endregion
2296
2296
  //#region src/hooks/modals/useAccountModal.d.ts
2297
2297
  declare const useAccountModal: () => {
@@ -2303,7 +2303,7 @@ declare const AccountModalProvider: ({
2303
2303
  children
2304
2304
  }: {
2305
2305
  children: ReactNode;
2306
- }) => react_jsx_runtime3.JSX.Element;
2306
+ }) => react_jsx_runtime0.JSX.Element;
2307
2307
  //#endregion
2308
2308
  //#region src/hooks/modals/useTransactionModal.d.ts
2309
2309
  declare const useTransactionModal: () => {
@@ -2315,7 +2315,7 @@ declare const TransactionModalProvider: ({
2315
2315
  children
2316
2316
  }: {
2317
2317
  children: ReactNode;
2318
- }) => react_jsx_runtime3.JSX.Element;
2318
+ }) => react_jsx_runtime0.JSX.Element;
2319
2319
  //#endregion
2320
2320
  //#region src/hooks/modals/useTransactionToast.d.ts
2321
2321
  declare const useTransactionToast: () => {
@@ -2327,7 +2327,7 @@ declare const TransactionToastProvider: ({
2327
2327
  children
2328
2328
  }: {
2329
2329
  children: ReactNode;
2330
- }) => react_jsx_runtime3.JSX.Element;
2330
+ }) => react_jsx_runtime0.JSX.Element;
2331
2331
  //#endregion
2332
2332
  //#region src/hooks/modals/useWalletModal.d.ts
2333
2333
  declare const useWalletModal: () => {
@@ -2339,7 +2339,7 @@ declare const WalletModalProvider: ({
2339
2339
  children
2340
2340
  }: {
2341
2341
  children: ReactNode;
2342
- }) => react_jsx_runtime3.JSX.Element;
2342
+ }) => react_jsx_runtime0.JSX.Element;
2343
2343
  //#endregion
2344
2344
  //#region src/hooks/modals/useChooseNameModal.d.ts
2345
2345
  declare const useChooseNameModal: () => {
@@ -2351,7 +2351,7 @@ declare const ChooseNameModalProvider: ({
2351
2351
  children
2352
2352
  }: {
2353
2353
  children: ReactNode;
2354
- }) => react_jsx_runtime3.JSX.Element;
2354
+ }) => react_jsx_runtime0.JSX.Element;
2355
2355
  //#endregion
2356
2356
  //#region src/hooks/modals/useSendTokenModal.d.ts
2357
2357
  declare const useSendTokenModal: () => {
@@ -2363,7 +2363,7 @@ declare const SendTokenModalProvider: ({
2363
2363
  children
2364
2364
  }: {
2365
2365
  children: ReactNode;
2366
- }) => react_jsx_runtime3.JSX.Element;
2366
+ }) => react_jsx_runtime0.JSX.Element;
2367
2367
  //#endregion
2368
2368
  //#region src/hooks/modals/useSwapTokenModal.d.ts
2369
2369
  type SwapTokenModalOptions = {
@@ -2380,7 +2380,7 @@ declare const SwapTokenModalProvider: ({
2380
2380
  children
2381
2381
  }: {
2382
2382
  children: ReactNode;
2383
- }) => react_jsx_runtime3.JSX.Element;
2383
+ }) => react_jsx_runtime0.JSX.Element;
2384
2384
  //#endregion
2385
2385
  //#region src/hooks/modals/useExploreEcosystemModal.d.ts
2386
2386
  declare const useExploreEcosystemModal: () => {
@@ -2392,7 +2392,7 @@ declare const ExploreEcosystemModalProvider: ({
2392
2392
  children
2393
2393
  }: {
2394
2394
  children: ReactNode;
2395
- }) => react_jsx_runtime3.JSX.Element;
2395
+ }) => react_jsx_runtime0.JSX.Element;
2396
2396
  //#endregion
2397
2397
  //#region src/hooks/modals/useNotificationsModal.d.ts
2398
2398
  declare const useNotificationsModal: () => {
@@ -2404,7 +2404,7 @@ declare const NotificationsModalProvider: ({
2404
2404
  children
2405
2405
  }: {
2406
2406
  children: ReactNode;
2407
- }) => react_jsx_runtime3.JSX.Element;
2407
+ }) => react_jsx_runtime0.JSX.Element;
2408
2408
  //#endregion
2409
2409
  //#region src/hooks/modals/useFAQModal.d.ts
2410
2410
  declare const useFAQModal: () => {
@@ -2416,7 +2416,7 @@ declare const FAQModalProvider: ({
2416
2416
  children
2417
2417
  }: {
2418
2418
  children: ReactNode;
2419
- }) => react_jsx_runtime3.JSX.Element;
2419
+ }) => react_jsx_runtime0.JSX.Element;
2420
2420
  //#endregion
2421
2421
  //#region src/hooks/modals/useAccountCustomizationModal.d.ts
2422
2422
  declare const useAccountCustomizationModal: () => {
@@ -2428,7 +2428,7 @@ declare const AccountCustomizationModalProvider: ({
2428
2428
  children
2429
2429
  }: {
2430
2430
  children: ReactNode;
2431
- }) => react_jsx_runtime3.JSX.Element;
2431
+ }) => react_jsx_runtime0.JSX.Element;
2432
2432
  //#endregion
2433
2433
  //#region src/hooks/modals/useReceiveModal.d.ts
2434
2434
  declare const useReceiveModal: () => {
@@ -2440,7 +2440,7 @@ declare const ReceiveModalProvider: ({
2440
2440
  children
2441
2441
  }: {
2442
2442
  children: ReactNode;
2443
- }) => react_jsx_runtime3.JSX.Element;
2443
+ }) => react_jsx_runtime0.JSX.Element;
2444
2444
  //#endregion
2445
2445
  //#region src/hooks/modals/useLoginModalContent.d.ts
2446
2446
  type LoginModalContentConfig = {
@@ -2470,7 +2470,7 @@ declare const UpgradeSmartAccountModalProvider: ({
2470
2470
  children
2471
2471
  }: {
2472
2472
  children: ReactNode;
2473
- }) => react_jsx_runtime3.JSX.Element;
2473
+ }) => react_jsx_runtime0.JSX.Element;
2474
2474
  //#endregion
2475
2475
  //#region src/hooks/modals/useProfileModal.d.ts
2476
2476
  declare const useProfileModal: () => {
@@ -2482,7 +2482,7 @@ declare const ProfileModalProvider: ({
2482
2482
  children
2483
2483
  }: {
2484
2484
  children: ReactNode;
2485
- }) => react_jsx_runtime3.JSX.Element;
2485
+ }) => react_jsx_runtime0.JSX.Element;
2486
2486
  //#endregion
2487
2487
  //#region src/hooks/modals/useAccountModalOptions.d.ts
2488
2488
  declare const useAccountModalOptions: () => {
@@ -2500,7 +2500,7 @@ declare const SettingsModalProvider: ({
2500
2500
  children
2501
2501
  }: {
2502
2502
  children: ReactNode;
2503
- }) => react_jsx_runtime3.JSX.Element;
2503
+ }) => react_jsx_runtime0.JSX.Element;
2504
2504
  //#endregion
2505
2505
  //#region src/hooks/notifications/types.d.ts
2506
2506
  type NotificationAction = {
@@ -3772,7 +3772,7 @@ declare const SendTokenContent: ({
3772
3772
  initialAmount,
3773
3773
  initialToAddressOrDomain,
3774
3774
  onBack: parentOnBack
3775
- }: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
3775
+ }: SendTokenContentProps) => react_jsx_runtime0.JSX.Element;
3776
3776
  //#endregion
3777
3777
  //#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
3778
3778
  type SendTokenSummaryContentProps = {
@@ -3792,7 +3792,7 @@ declare const SendTokenSummaryContent: ({
3792
3792
  amount,
3793
3793
  selectedToken,
3794
3794
  formattedTotalAmount
3795
- }: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3795
+ }: SendTokenSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3796
3796
  //#endregion
3797
3797
  //#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
3798
3798
  type Props$20 = {
@@ -3813,7 +3813,7 @@ declare const SelectTokenContent: ({
3813
3813
  onBack,
3814
3814
  showAllTokens,
3815
3815
  excludedTokenSymbols
3816
- }: Props$20) => react_jsx_runtime3.JSX.Element;
3816
+ }: Props$20) => react_jsx_runtime0.JSX.Element;
3817
3817
  //#endregion
3818
3818
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
3819
3819
  type ReceiveTokenContentProps = {
@@ -3823,7 +3823,7 @@ type ReceiveTokenContentProps = {
3823
3823
  declare const ReceiveTokenContent: ({
3824
3824
  setCurrentContent,
3825
3825
  onBack
3826
- }: ReceiveTokenContentProps) => react_jsx_runtime3.JSX.Element;
3826
+ }: ReceiveTokenContentProps) => react_jsx_runtime0.JSX.Element;
3827
3827
  //#endregion
3828
3828
  //#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
3829
3829
  type SwapTokenContentProps = {
@@ -3837,7 +3837,7 @@ declare const SwapTokenContent: ({
3837
3837
  fromTokenAddress,
3838
3838
  toTokenAddress,
3839
3839
  onBack
3840
- }: SwapTokenContentProps) => react_jsx_runtime3.JSX.Element;
3840
+ }: SwapTokenContentProps) => react_jsx_runtime0.JSX.Element;
3841
3841
  //#endregion
3842
3842
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
3843
3843
  type ChooseNameContentProps = {
@@ -3849,7 +3849,7 @@ declare const ChooseNameContent: ({
3849
3849
  setCurrentContent,
3850
3850
  onBack,
3851
3851
  initialContentSource
3852
- }: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
3852
+ }: ChooseNameContentProps) => react_jsx_runtime0.JSX.Element;
3853
3853
  //#endregion
3854
3854
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
3855
3855
  type ChooseNameSearchContentProps = {
@@ -3861,7 +3861,7 @@ declare const ChooseNameSearchContent: ({
3861
3861
  name: initialName,
3862
3862
  setCurrentContent,
3863
3863
  initialContentSource
3864
- }: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
3864
+ }: ChooseNameSearchContentProps) => react_jsx_runtime0.JSX.Element;
3865
3865
  //#endregion
3866
3866
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
3867
3867
  type ChooseNameSummaryContentProps = {
@@ -3879,7 +3879,7 @@ declare const ChooseNameSummaryContent: ({
3879
3879
  isOwnDomain,
3880
3880
  isUnsetting,
3881
3881
  initialContentSource
3882
- }: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3882
+ }: ChooseNameSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3883
3883
  //#endregion
3884
3884
  //#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
3885
3885
  type FAQContentProps = {
@@ -3889,7 +3889,7 @@ type FAQContentProps = {
3889
3889
  declare const FAQContent: ({
3890
3890
  onGoBack,
3891
3891
  showLanguageSelector
3892
- }: FAQContentProps) => react_jsx_runtime3.JSX.Element;
3892
+ }: FAQContentProps) => react_jsx_runtime0.JSX.Element;
3893
3893
  //#endregion
3894
3894
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
3895
3895
  type AccountCustomizationContentProps = {
@@ -3899,7 +3899,7 @@ type AccountCustomizationContentProps = {
3899
3899
  declare const CustomizationContent: ({
3900
3900
  setCurrentContent,
3901
3901
  initialContentSource
3902
- }: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
3902
+ }: AccountCustomizationContentProps) => react_jsx_runtime0.JSX.Element;
3903
3903
  //#endregion
3904
3904
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
3905
3905
  type CustomizationSummaryContentProps = {
@@ -3918,7 +3918,7 @@ declare const CustomizationSummaryContent: ({
3918
3918
  setCurrentContent,
3919
3919
  changes,
3920
3920
  onDoneRedirectContent
3921
- }: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3921
+ }: CustomizationSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3922
3922
  //#endregion
3923
3923
  //#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
3924
3924
  type ProfileContentProps = {
@@ -3932,7 +3932,7 @@ declare const ProfileContent: ({
3932
3932
  setCurrentContent,
3933
3933
  onLogoutSuccess,
3934
3934
  switchFeedback
3935
- }: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
3935
+ }: ProfileContentProps) => react_jsx_runtime0.JSX.Element;
3936
3936
  //#endregion
3937
3937
  //#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
3938
3938
  type UpgradeSmartAccountContentProps = {
@@ -3944,7 +3944,7 @@ declare const UpgradeSmartAccountContent: ({
3944
3944
  setCurrentContent,
3945
3945
  handleClose,
3946
3946
  initialContent
3947
- }: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
3947
+ }: UpgradeSmartAccountContentProps) => react_jsx_runtime0.JSX.Element;
3948
3948
  //#endregion
3949
3949
  //#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
3950
3950
  type AssetsContentProps = {
@@ -3952,7 +3952,7 @@ type AssetsContentProps = {
3952
3952
  };
3953
3953
  declare const AssetsContent: ({
3954
3954
  setCurrentContent
3955
- }: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
3955
+ }: AssetsContentProps) => react_jsx_runtime0.JSX.Element;
3956
3956
  //#endregion
3957
3957
  //#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
3958
3958
  type ManageCustomTokenContentProps = {
@@ -3960,7 +3960,7 @@ type ManageCustomTokenContentProps = {
3960
3960
  };
3961
3961
  declare const ManageCustomTokenContent: ({
3962
3962
  setCurrentContent
3963
- }: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
3963
+ }: ManageCustomTokenContentProps) => react_jsx_runtime0.JSX.Element;
3964
3964
  //#endregion
3965
3965
  //#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
3966
3966
  type Props$19 = {
@@ -3968,7 +3968,7 @@ type Props$19 = {
3968
3968
  };
3969
3969
  declare const BridgeContent: ({
3970
3970
  setCurrentContent
3971
- }: Props$19) => react_jsx_runtime3.JSX.Element;
3971
+ }: Props$19) => react_jsx_runtime0.JSX.Element;
3972
3972
  //#endregion
3973
3973
  //#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
3974
3974
  type ChangeCurrencyContentProps = {
@@ -3976,7 +3976,7 @@ type ChangeCurrencyContentProps = {
3976
3976
  };
3977
3977
  declare const ChangeCurrencyContent: ({
3978
3978
  setCurrentContent
3979
- }: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
3979
+ }: ChangeCurrencyContentProps) => react_jsx_runtime0.JSX.Element;
3980
3980
  //#endregion
3981
3981
  //#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
3982
3982
  type Props$18 = {
@@ -3984,7 +3984,7 @@ type Props$18 = {
3984
3984
  };
3985
3985
  declare const LanguageSettingsContent: ({
3986
3986
  setCurrentContent
3987
- }: Props$18) => react_jsx_runtime3.JSX.Element;
3987
+ }: Props$18) => react_jsx_runtime0.JSX.Element;
3988
3988
  //#endregion
3989
3989
  //#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
3990
3990
  type Props$17 = {
@@ -3992,7 +3992,7 @@ type Props$17 = {
3992
3992
  };
3993
3993
  declare const GasTokenSettingsContent: ({
3994
3994
  setCurrentContent
3995
- }: Props$17) => react_jsx_runtime3.JSX.Element;
3995
+ }: Props$17) => react_jsx_runtime0.JSX.Element;
3996
3996
  //#endregion
3997
3997
  //#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
3998
3998
  type SettingsContentProps = {
@@ -4002,7 +4002,7 @@ type SettingsContentProps = {
4002
4002
  declare const SettingsContent: ({
4003
4003
  setCurrentContent,
4004
4004
  onLogoutSuccess
4005
- }: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
4005
+ }: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
4006
4006
  //#endregion
4007
4007
  //#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
4008
4008
  type TermsAndPrivacyContentProps = {
@@ -4010,7 +4010,7 @@ type TermsAndPrivacyContentProps = {
4010
4010
  };
4011
4011
  declare const TermsAndPrivacyContent: ({
4012
4012
  onGoBack
4013
- }: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
4013
+ }: TermsAndPrivacyContentProps) => react_jsx_runtime0.JSX.Element;
4014
4014
  //#endregion
4015
4015
  //#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
4016
4016
  type DisconnectConfirmContentProps = {
@@ -4026,7 +4026,7 @@ declare const DisconnectConfirmContent: ({
4026
4026
  onClose,
4027
4027
  showCloseButton,
4028
4028
  text
4029
- }: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
4029
+ }: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
4030
4030
  //#endregion
4031
4031
  //#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
4032
4032
  type Props$16 = {
@@ -4039,7 +4039,7 @@ declare const SelectWalletContent: ({
4039
4039
  setCurrentContent,
4040
4040
  returnTo,
4041
4041
  onLogoutSuccess: _onLogoutSuccess
4042
- }: Props$16) => react_jsx_runtime3.JSX.Element;
4042
+ }: Props$16) => react_jsx_runtime0.JSX.Element;
4043
4043
  //#endregion
4044
4044
  //#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
4045
4045
  type RemoveWalletConfirmContentProps = {
@@ -4055,7 +4055,7 @@ declare const RemoveWalletConfirmContent: ({
4055
4055
  onConfirm,
4056
4056
  onBack,
4057
4057
  onClose
4058
- }: RemoveWalletConfirmContentProps) => react_jsx_runtime3.JSX.Element;
4058
+ }: RemoveWalletConfirmContentProps) => react_jsx_runtime0.JSX.Element;
4059
4059
  //#endregion
4060
4060
  //#region src/components/AccountModal/Contents/TokenDetail/TokenDetailContent.d.ts
4061
4061
  type TokenDetailContentProps = {
@@ -4065,7 +4065,7 @@ type TokenDetailContentProps = {
4065
4065
  declare const TokenDetailContent: ({
4066
4066
  setCurrentContent,
4067
4067
  token
4068
- }: TokenDetailContentProps) => react_jsx_runtime3.JSX.Element;
4068
+ }: TokenDetailContentProps) => react_jsx_runtime0.JSX.Element;
4069
4069
  //#endregion
4070
4070
  //#region src/components/AccountModal/Contents/TransactionHistory/TransactionHistoryContent.d.ts
4071
4071
  type TransactionHistoryContentProps = {
@@ -4080,7 +4080,7 @@ declare const TransactionHistoryContent: ({
4080
4080
  setCurrentContent,
4081
4081
  tokenFilter,
4082
4082
  onBack
4083
- }: TransactionHistoryContentProps) => react_jsx_runtime3.JSX.Element;
4083
+ }: TransactionHistoryContentProps) => react_jsx_runtime0.JSX.Element;
4084
4084
  //#endregion
4085
4085
  //#region src/components/AccountModal/Contents/TransactionHistory/TransactionDetailContent.d.ts
4086
4086
  type TransactionDetailContentProps = {
@@ -4092,7 +4092,7 @@ declare const TransactionDetailContent: ({
4092
4092
  setCurrentContent,
4093
4093
  item,
4094
4094
  onBack
4095
- }: TransactionDetailContentProps) => react_jsx_runtime3.JSX.Element;
4095
+ }: TransactionDetailContentProps) => react_jsx_runtime0.JSX.Element;
4096
4096
  //#endregion
4097
4097
  //#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
4098
4098
  type CategoryFilter = string | null;
@@ -4233,7 +4233,7 @@ declare const AccountModal: ({
4233
4233
  isOpen,
4234
4234
  onClose,
4235
4235
  initialContent
4236
- }: Props$15) => react_jsx_runtime3.JSX.Element;
4236
+ }: Props$15) => react_jsx_runtime0.JSX.Element;
4237
4237
  //#endregion
4238
4238
  //#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
4239
4239
  interface AccountDetailsButtonProps {
@@ -4255,7 +4255,7 @@ declare const AccountDetailsButton: ({
4255
4255
  onClick,
4256
4256
  leftImage,
4257
4257
  isActive
4258
- }: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
4258
+ }: AccountDetailsButtonProps) => react_jsx_runtime0.JSX.Element;
4259
4259
  //#endregion
4260
4260
  //#region src/components/AccountModal/Components/ActionButton.d.ts
4261
4261
  type ActionButtonProps = {
@@ -4297,7 +4297,7 @@ declare const ActionButton: ({
4297
4297
  extraContent,
4298
4298
  dataTestId,
4299
4299
  variant
4300
- }: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
4300
+ }: ActionButtonProps) => react_jsx_runtime0.JSX.Element;
4301
4301
  //#endregion
4302
4302
  //#region src/components/AccountModal/Components/AccountSelector.d.ts
4303
4303
  type Props$14 = {
@@ -4317,7 +4317,7 @@ declare const AccountSelector: ({
4317
4317
  onClose,
4318
4318
  mt,
4319
4319
  style
4320
- }: Props$14) => react_jsx_runtime3.JSX.Element;
4320
+ }: Props$14) => react_jsx_runtime0.JSX.Element;
4321
4321
  //#endregion
4322
4322
  //#region src/components/AccountModal/Components/BalanceSection.d.ts
4323
4323
  declare const BalanceSection: ({
@@ -4328,7 +4328,7 @@ declare const BalanceSection: ({
4328
4328
  mb?: number;
4329
4329
  mt?: number;
4330
4330
  onAssetsClick?: () => void;
4331
- }) => react_jsx_runtime3.JSX.Element;
4331
+ }) => react_jsx_runtime0.JSX.Element;
4332
4332
  //#endregion
4333
4333
  //#region src/components/AccountModal/Components/QuickActionsSection.d.ts
4334
4334
  type Props$13 = {
@@ -4338,7 +4338,7 @@ type Props$13 = {
4338
4338
  declare const QuickActionsSection: ({
4339
4339
  mt,
4340
4340
  setCurrentContent
4341
- }: Props$13) => react_jsx_runtime3.JSX.Element | null;
4341
+ }: Props$13) => react_jsx_runtime0.JSX.Element | null;
4342
4342
  //#endregion
4343
4343
  //#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
4344
4344
  type FeatureAnnouncementCardProps = {
@@ -4346,16 +4346,16 @@ type FeatureAnnouncementCardProps = {
4346
4346
  };
4347
4347
  declare const FeatureAnnouncementCard: ({
4348
4348
  setCurrentContent
4349
- }: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element;
4349
+ }: FeatureAnnouncementCardProps) => react_jsx_runtime0.JSX.Element;
4350
4350
  //#endregion
4351
4351
  //#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
4352
- declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
4352
+ declare const ExchangeWarningAlert: () => react_jsx_runtime0.JSX.Element;
4353
4353
  //#endregion
4354
4354
  //#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
4355
- declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
4355
+ declare const DomainRequiredAlert: () => react_jsx_runtime0.JSX.Element;
4356
4356
  //#endregion
4357
4357
  //#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
4358
- declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
4358
+ declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime0.JSX.Element;
4359
4359
  //#endregion
4360
4360
  //#region src/components/common/ModalBackButton.d.ts
4361
4361
  type BackButtonProps = {
@@ -4364,7 +4364,7 @@ type BackButtonProps = {
4364
4364
  declare const ModalBackButton: ({
4365
4365
  onClick,
4366
4366
  ...props
4367
- }: BackButtonProps) => react_jsx_runtime3.JSX.Element;
4367
+ }: BackButtonProps) => react_jsx_runtime0.JSX.Element;
4368
4368
  //#endregion
4369
4369
  //#region src/components/common/AddressDisplay.d.ts
4370
4370
  type Props$12 = {
@@ -4382,13 +4382,13 @@ declare const AddressDisplay: ({
4382
4382
  showHumanAddress,
4383
4383
  setCurrentContent,
4384
4384
  onLogout
4385
- }: Props$12) => react_jsx_runtime3.JSX.Element;
4385
+ }: Props$12) => react_jsx_runtime0.JSX.Element;
4386
4386
  //#endregion
4387
4387
  //#region src/components/common/VersionFooter.d.ts
4388
4388
  type Props$11 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
4389
4389
  declare const VersionFooter: ({
4390
4390
  ...props
4391
- }: Props$11) => react_jsx_runtime3.JSX.Element;
4391
+ }: Props$11) => react_jsx_runtime0.JSX.Element;
4392
4392
  //#endregion
4393
4393
  //#region src/components/common/StickyHeaderContainer.d.ts
4394
4394
  type Props$10 = {
@@ -4399,7 +4399,7 @@ declare const useStickyHeaderContext: () => {
4399
4399
  };
4400
4400
  declare const StickyHeaderContainer: ({
4401
4401
  children
4402
- }: Props$10) => react_jsx_runtime3.JSX.Element;
4402
+ }: Props$10) => react_jsx_runtime0.JSX.Element;
4403
4403
  //#endregion
4404
4404
  //#region src/components/common/StickyFooterContainer.d.ts
4405
4405
  type Props$9 = {
@@ -4407,7 +4407,7 @@ type Props$9 = {
4407
4407
  };
4408
4408
  declare const StickyFooterContainer: ({
4409
4409
  children
4410
- }: Props$9) => react_jsx_runtime3.JSX.Element;
4410
+ }: Props$9) => react_jsx_runtime0.JSX.Element;
4411
4411
  //#endregion
4412
4412
  //#region src/components/common/BaseModal.d.ts
4413
4413
  type BaseModalProps = {
@@ -4456,7 +4456,7 @@ declare const BaseModal: ({
4456
4456
  mobileMaxHeight,
4457
4457
  desktopMinHeight,
4458
4458
  desktopMaxHeight
4459
- }: BaseModalProps) => react_jsx_runtime3.JSX.Element;
4459
+ }: BaseModalProps) => react_jsx_runtime0.JSX.Element;
4460
4460
  //#endregion
4461
4461
  //#region src/components/common/AssetButton.d.ts
4462
4462
  type AssetButtonProps = ButtonProps & {
@@ -4477,7 +4477,7 @@ declare const AssetButton: ({
4477
4477
  onClick,
4478
4478
  priceChange24hPct,
4479
4479
  ...buttonProps
4480
- }: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
4480
+ }: AssetButtonProps) => react_jsx_runtime0.JSX.Element;
4481
4481
  //#endregion
4482
4482
  //#region src/components/common/AddressDisplayCard.d.ts
4483
4483
  type AddressDisplayCardProps = {
@@ -4497,7 +4497,7 @@ declare const AddressDisplayCard: ({
4497
4497
  hideAddress,
4498
4498
  balance,
4499
4499
  tokenAddress
4500
- }: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
4500
+ }: AddressDisplayCardProps) => react_jsx_runtime0.JSX.Element;
4501
4501
  //#endregion
4502
4502
  //#region src/components/common/ModalFAQButton.d.ts
4503
4503
  type FAQButtonProps = {
@@ -4506,13 +4506,13 @@ type FAQButtonProps = {
4506
4506
  declare const ModalFAQButton: ({
4507
4507
  onClick,
4508
4508
  ...props
4509
- }: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
4509
+ }: FAQButtonProps) => react_jsx_runtime0.JSX.Element;
4510
4510
  //#endregion
4511
4511
  //#region src/components/common/ScrollToTopWrapper.d.ts
4512
4512
  declare const ScrollToTopWrapper: ({
4513
4513
  children,
4514
4514
  ...props
4515
- }: StackProps) => react_jsx_runtime3.JSX.Element;
4515
+ }: StackProps) => react_jsx_runtime0.JSX.Element;
4516
4516
  //#endregion
4517
4517
  //#region src/components/common/AccountAvatar.d.ts
4518
4518
  type AccountAvatarProps = {
@@ -4522,7 +4522,7 @@ type AccountAvatarProps = {
4522
4522
  declare const AccountAvatar: ({
4523
4523
  wallet,
4524
4524
  props
4525
- }: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
4525
+ }: AccountAvatarProps) => react_jsx_runtime0.JSX.Element;
4526
4526
  //#endregion
4527
4527
  //#region src/components/common/TransactionButtonAndStatus.d.ts
4528
4528
  type TransactionButtonAndStatusProps = {
@@ -4564,7 +4564,7 @@ declare const TransactionButtonAndStatus: ({
4564
4564
  isLoadingGasEstimation,
4565
4565
  showGasEstimationError,
4566
4566
  context
4567
- }: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
4567
+ }: TransactionButtonAndStatusProps) => react_jsx_runtime0.JSX.Element;
4568
4568
  //#endregion
4569
4569
  //#region src/components/common/ModalNotificationButton.d.ts
4570
4570
  type NotificationButtonProps = {
@@ -4575,7 +4575,7 @@ declare const ModalNotificationButton: ({
4575
4575
  onClick,
4576
4576
  hasUnreadNotifications,
4577
4577
  ...props
4578
- }: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
4578
+ }: NotificationButtonProps) => react_jsx_runtime0.JSX.Element;
4579
4579
  //#endregion
4580
4580
  //#region src/components/common/GasFeeSummary.d.ts
4581
4581
  interface GasFeeSummaryProps {
@@ -4611,7 +4611,7 @@ declare const GasFeeTokenSelector: ({
4611
4611
  availableTokens,
4612
4612
  tokenEstimations,
4613
4613
  walletAddress
4614
- }: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
4614
+ }: GasFeeTokenSelectorProps) => react_jsx_runtime0.JSX.Element;
4615
4615
  //#endregion
4616
4616
  //#region src/components/common/InlineFeedback.d.ts
4617
4617
  type Props$8 = {
@@ -4623,7 +4623,7 @@ declare const InlineFeedback: ({
4623
4623
  message,
4624
4624
  duration,
4625
4625
  onClose
4626
- }: Props$8) => react_jsx_runtime3.JSX.Element;
4626
+ }: Props$8) => react_jsx_runtime0.JSX.Element;
4627
4627
  //#endregion
4628
4628
  //#region src/components/common/WalletSwitchFeedback.d.ts
4629
4629
  type Props$7 = {
@@ -4640,7 +4640,7 @@ type Props$7 = {
4640
4640
  */
4641
4641
  declare const WalletSwitchFeedback: ({
4642
4642
  showFeedback
4643
- }: Props$7) => react_jsx_runtime3.JSX.Element | null;
4643
+ }: Props$7) => react_jsx_runtime0.JSX.Element | null;
4644
4644
  //#endregion
4645
4645
  //#region src/components/common/PriceChangeBadge.d.ts
4646
4646
  type Props$6 = TextProps & {
@@ -4651,7 +4651,7 @@ declare const PriceChangeBadge: ({
4651
4651
  valuePct,
4652
4652
  showSuffix,
4653
4653
  ...textProps
4654
- }: Props$6) => react_jsx_runtime3.JSX.Element | null;
4654
+ }: Props$6) => react_jsx_runtime0.JSX.Element | null;
4655
4655
  //#endregion
4656
4656
  //#region src/components/common/AddressOrDomainLabel.d.ts
4657
4657
  type Props$5 = TextProps & {
@@ -4668,7 +4668,7 @@ declare const AddressOrDomainLabel: ({
4668
4668
  headLen,
4669
4669
  tailLen,
4670
4670
  ...textProps
4671
- }: Props$5) => react_jsx_runtime3.JSX.Element;
4671
+ }: Props$5) => react_jsx_runtime0.JSX.Element;
4672
4672
  //#endregion
4673
4673
  //#region src/components/common/CopyIconButton.d.ts
4674
4674
  type Props$4 = Omit<IconButtonProps, 'aria-label' | 'icon' | 'onClick'> & {
@@ -4681,7 +4681,7 @@ declare const CopyIconButton: ({
4681
4681
  size,
4682
4682
  variant,
4683
4683
  ...rest
4684
- }: Props$4) => react_jsx_runtime3.JSX.Element;
4684
+ }: Props$4) => react_jsx_runtime0.JSX.Element;
4685
4685
  //#endregion
4686
4686
  //#region src/components/common/PriceChart.d.ts
4687
4687
  type Props$3 = BoxProps & {
@@ -4708,7 +4708,7 @@ declare const PriceChart: ({
4708
4708
  interactive,
4709
4709
  formatValue,
4710
4710
  ...boxProps
4711
- }: Props$3) => react_jsx_runtime3.JSX.Element | null;
4711
+ }: Props$3) => react_jsx_runtime0.JSX.Element | null;
4712
4712
  //#endregion
4713
4713
  //#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
4714
4714
  type SuccessfulOperationContentProps = {
@@ -4738,7 +4738,7 @@ declare const UpgradeSmartAccountModal: ({
4738
4738
  isOpen,
4739
4739
  onClose,
4740
4740
  style
4741
- }: Props$2) => react_jsx_runtime3.JSX.Element;
4741
+ }: Props$2) => react_jsx_runtime0.JSX.Element;
4742
4742
  //#endregion
4743
4743
  //#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
4744
4744
  type Props$1 = {
@@ -4753,7 +4753,7 @@ declare const LegalDocumentsModal: ({
4753
4753
  onAgree,
4754
4754
  handleLogout,
4755
4755
  onlyOptionalDocuments
4756
- }: Props$1) => react_jsx_runtime3.JSX.Element;
4756
+ }: Props$1) => react_jsx_runtime0.JSX.Element;
4757
4757
  //#endregion
4758
4758
  //#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
4759
4759
  type Props = {
@@ -4765,7 +4765,7 @@ declare const LegalDocumentItem: ({
4765
4765
  document,
4766
4766
  register,
4767
4767
  isText
4768
- }: Props) => react_jsx_runtime3.JSX.Element;
4768
+ }: Props) => react_jsx_runtime0.JSX.Element;
4769
4769
  //#endregion
4770
4770
  //#region src/providers/ModalProvider.d.ts
4771
4771
  type AccountModalOptions = {
@@ -4800,7 +4800,7 @@ declare const ModalProvider: ({
4800
4800
  children
4801
4801
  }: {
4802
4802
  children: ReactNode;
4803
- }) => react_jsx_runtime3.JSX.Element;
4803
+ }) => react_jsx_runtime0.JSX.Element;
4804
4804
  //#endregion
4805
4805
  export { RemoveWalletConfirmContentProps as $, VTHO_TOKEN_ADDRESS as $a, EstimatedGas as $c, useNotifications as $i, signVip191Transaction as $n, getErc20BalanceQueryKey as $o, simpleHash as $r, AccountMainContent as $s, useTransferERC20 as $t, useStickyHeaderContext as A, AccountModalProvider as Aa, ConnectModalContentsTypes as Ac, PrivyEcosystemApp as Ai, Wallet as Al, useGetAccountVersion as An, useRoundXApps as Ao, getWindowOrigin as Ar, getTextRecordsQueryKey as As, SwapTokenContent as At, AccountSelector as B, NavigatorPosition as Ba, LegalDocumentOptions as Bc, getGenericDelegatorUrl as Bi, getAccountBalance as Bn, usePortfolioPriceHistory24h as Bo, ViewFunctionResult as Br, useIsDomainProtected as Bs, useMfaEnrollment as Bt, ScrollToTopWrapper as C, useChooseNameModal as Ca, ConnectionButton as Cc, humanDomain as Ci, PrivyAppInfo as Cl, getIsDeployed as Cn, useSwitchWallet as Co, getCallClauseQueryKey as Cr, getAvatarOfAddressQueryKey as Cs, FAQContent as Ct, BaseModal as D, useTransactionToast as Da, LoadingContent as Dc, DEFAULT_PRIVY_ECOSYSTEM_APPS as Di, TransactionStatus as Dl, getHasV1SmartAccountQueryKey as Dn, UseWalletReturnType as Do, copyToClipboard as Dr, buildClauses as Ds, ChooseNameSearchContentProps as Dt, AssetButton as E, TransactionToastProvider as Ea, ErrorContent as Ec, DEFAULT_GAS_TOKEN_PREFERENCES as Ei, TokenBalance as El, getHasV1SmartAccount as En, useWalletMetadata as Eo, useMultipleClausesCall as Er, useGetResolverAddress as Es, ChooseNameSearchContent as Et, DomainRequiredAlert as F, JuicyPositionResult as Fa, PrivyWalletProvider as Fc, VECHAIN_KIT_COOKIES_CONFIG as Fi, getCurrentAccountImplementationVersionQueryKey as Fn, useMostVotedAppsInRound as Fo, safeQuerySelector as Fr, DomainsResponse as Fs, SendTokenSummaryContent as Ft, SwitchFeedback as G, useTokenTransferHistory as Ga, useAppConfig as Gc, useAppHubApps as Gi, useGenericDelegatorFeeEstimation as Gn, useOraclePriceChanges24h as Go, addPrefix as Gr, useEnsRecordExists as Gs, useGasEstimate as Gt, AccountDetailsButton as H, StargatePosition as Ha, VeChainKitContext as Hc, AppHubApp as Hi, useAccountBalance as Hn, PriceChanges24h as Ho, executeCallClause as Hr, useClaimVetDomain as Hs, useSetWalletRecovery as Ht, ExchangeWarningAlert as I, useJuicyPosition as Ia, PrivyWalletProviderContextType as Ic, VECHAIN_KIT_STORAGE_KEYS as Ii, useCurrentAccountImplementationVersion as In, getIsPersonQueryKey as Io, safeWindowOpen as Ir, getDomainsOfAddress as Is, SendTokenContent as It, TransactionHistoryContent as J, IndexerTransfer as Ja, LegalDocumentAgreement as Jc, useLoginWithOAuth as Ji, decodeRawTx as Jn, SupportedToken as Jo, isValid as Jr, fetchPrivyStatus as Js, BuildTransactionProps as Jt, TransactionDetailContent as K, getTransferHistoryQueryKey as Ka, useVeChainKitConfig as Kc, useConnectWithDappKitSource as Ki, useGenericDelegatorFeeEstimationParams as Kn, useTokenPriceHistory24h as Ko, compare as Kr, getVechainDomainQueryKey as Ks, txReceiptQueryKey as Kt, FeatureAnnouncementCard as L, LpPosition as La, usePrivyWalletProvider as Lc, VECHAIN_KIT_TERMS_CONFIG as Li, getAccountImplementationAddress as Ln, useIsPerson as Lo, setLocalStorageItem as Lr, getDomainsOfAddressQueryKey as Ls, ThorClient$1 as Lt, AddressDisplay as M, ConnectModalProvider as Ma, useLegalDocuments as Mc, TOKEN_LOGOS as Mi, getConfig as Ml, getAccountAddressQueryKey as Mn, useRefreshBalances as Mo, isBrowser as Mr, getAvatarQueryKey as Ms, ReceiveTokenContent as Mt, ModalBackButton as N, useConnectModal as Na, VechainKitThemeProvider as Nc, TOKEN_LOGO_COMPONENTS as Ni, useGetAccountAddress as Nn, MostVotedAppsInRoundReturnType as No, isOnline as Nr, useGetAvatar as Ns, ReceiveTokenContentProps as Nt, StickyFooterContainer as O, TransactionModalProvider as Oa, MainContent as Oc, ENV as Oi, TransactionStatusErrorType as Ol, useHasV1SmartAccount as On, useWallet as Oo, getDocumentTitle as Or, useUpdateTextRecord as Os, ChooseNameContent as Ot, CrossAppConnectionSecurityCard as P, JuicyAssetPosition as Pa, useVechainKitThemeConfig as Pc, TogglePassportCheck as Pi, getCurrentAccountImplementationVersion as Pn, XApp as Po, removeLocalStorageItem as Pr, Domain as Ps, SelectTokenContent as Pt, RemoveWalletConfirmContent as Q, VET_TOKEN_SENTINEL as Qa, DepositAccount as Qc, useNotificationAlerts as Qi, getDepositAccount as Qn, UseGetErc20BalanceOptions as Qo, isRejectionError as Qr, useFetchAppInfo as Qs, buildERC20Clauses as Qt, QuickActionsSection as R, LpPositionToken as Ra, AccountQuickAction as Rc, VECHAIN_PRIVY_APP_ID as Ri, getAccountImplementationAddressQueryKey as Rn, getVot3BalanceQueryKey as Ro, MultipleClausesCallParameters as Rr, useGetDomainsOfAddress as Rs, useDAppKitWallet as Rt, AccountAvatar as S, ChooseNameModalProvider as Sa, EmailLoginButton as Sc, humanAddress as Si, NFTMediaType as Sl, useRefreshFactoryQueries as Sn, UseSwitchWalletReturnType as So, useCurrency as Sr, useGetAvatarLegacy as Ss, CustomizationContent as St, AddressDisplayCard as T, useWalletModal as Ta, EcosystemContent as Tc, isZero as Ti, SmartAccount as Tl, useIsSmartAccountDeployed as Tn, useWalletStorage as To, useCallClause as Tr, getResolverAddressQueryKey as Ts, ChooseNameSummaryContentProps as Tt, AccountModal as U, StargatePositionsResult as Ua, VeChainKitProvider as Uc, fetchAppHubApps as Ui, UseEstimateAllTokensParams as Un, PricePoint as Uo, executeMultipleClausesCall as Ur, useClaimVeWorldSubdomain as Us, useThor as Ut, ActionButton as V, useNavigatorPosition as Va, VeChainKitConfig as Vc, notFoundImage as Vi, getAccountBalanceQueryKey as Vn, OracleHistory24h as Vo, buildCallClauses as Vr, buildVetDomainClauses as Vs, usePrivy as Vt, AccountModalContentTypes as W, useStargatePositions as Wa, VechainKitProviderProps as Wc, getAppHubAppsQueryKey as Wi, useEstimateAllTokens as Wn, useOracleHistory24h as Wo, isValidUrl as Wr, getEnsRecordExistsQueryKey as Ws, VECHAIN_KIT_QUERY_KEYS as Wt, TokenDetailContent as X, TransferEventType as Xa, LegalDocumentType as Xc, useSignTypedData as Xi, estimateAndBuildTxBody as Xn, getTokenUsdPriceQueryKey as Xo, removePrefix as Xr, fetchPrivyAppInfo as Xs, buildVETClauses as Xt, TransactionHistoryContentProps as Y, TransferDirection as Ya, LegalDocumentSource as Yc, useLoginWithPasskey as Yi, delegateAuthorized as Yn, getTokenUsdPrice as Yo, normalize as Yr, useFetchPrivyStatus as Ys, useBuildTransaction as Yt, TokenDetailContentProps as Z, TransferHistoryItem as Za, CostLevel as Zc, useSignMessage as Zi, estimateGas as Zn, useGetTokenUsdPrice as Zo, validate as Zr, getPrivyAppInfoQueryKey as Zs, useTransferVET as Zt, GasFeeTokenSelector as _, useExploreEcosystemModal as _a, LoginWithAppleButton as _c, leftPadWithZeros as _i, CrossAppConnectionCache as _l, SmartAccountReturnType as _n, getXAppsSharesQueryKey as _o, useIsPWA as _r, WalletTokenBalance as _s, ProfileContent as _t, LegalDocumentItem as a, UpgradeSmartAccountModalProvider as aa, SocialIcons as ac, allNodeStrengthLevelToName as ai, formatGasCost as al, getChainId as an, imageCompressionOptions as ao, LocalStorageKey as ar, getCustomTokenBalanceQueryKey as as, SettingsContentProps as at, TransactionButtonAndStatus as b, SendTokenModalProvider as ba, EcosystemButton as bc, formatTokenBalance as bi, ExecuteBatchWithAuthorizationSignData as bl, useSmartAccount as bn, getXAppMetadata as bo, useCurrentCurrency as br, getAvatarLegacy as bs, CustomizationSummaryContentProps as bt, UpgradeSmartAccountModal as c, ReceiveModalProvider as ca, WalletDisplayVariant as cc, xNodeToGMstartingLevel as ci, GasTokenPreferences as cl, currentBlockQueryKey as cn, IpfsImage as co, buildBatchAuthorizationTypedData as cr, useGetB3trBalance as cs, ChangeCurrencyContent as ct, PriceChart as d, useAccountCustomizationModal as da, Sync2Button as dc, toIPFSURL as di, TransactionSpeed as dl, getUpgradeRequiredForAccount as dn, getIpfsImageQueryKey as do, GetEventsKeyParams as dr, useCurrentAllocationsRoundId as ds, ManageCustomTokenContent as dt, SettingsModalProvider as ea, TransactionToast as ec, TIME as ei, EstimationResponse as el, UseSendTransactionReturnValue as en, useSwapQuotes as eo, useGenericDelegator as er, useGetErc20Balance as es, SelectWalletContent as et, CopyIconButton as f, FAQModalProvider as fa, VeWorldButton as fc, uploadBlobToIPFS as fi, ENS_TEXT_RECORDS as fl, getUpgradeRequiredForAccountQueryKey as fn, useIpfsImage as fo, UseEventsParams as fr, useTotalBalance as fs, ManageCustomTokenContentProps as ft, InlineFeedback as g, ExploreEcosystemModalProvider as ga, PasskeyLoginButton as gc, isValidAddress as gi, ConnectionSource as gl, useUpgradeRequired as gn, useIpfsMetadata as go, useScrollToTop as gr, useTokenPrices as gs, UpgradeSmartAccountContentProps as gt, WalletSwitchFeedback as h, useNotificationsModal as ha, DappKitButton as hc, compareListOfAddresses as hi, CURRENCY_SYMBOLS as hl, getUpgradeRequiredQueryKey as hn, getIpfsMetadataQueryKey as ho, useEvents as hr, ExchangeRates as hs, UpgradeSmartAccountContent as ht, DAppKitWalletButton as i, useProfileModal as ia, TransactionModalProps as ic, XNodeStrengthLevelToName as ii, calculateTotalCost as il, getEventLogs as in, compressImages as io, useSyncableLocalStorage as ir, TokenWithBalance as is, SettingsContent as it, VersionFooter as j, useAccountModal as ja, LegalDocumentsProvider as jc, SUPPORTED_GAS_TOKENS as ji, AppConfig as jl, getAccountAddress as jn, useRefreshMetadata as jo, hasNavigator as jr, useGetTextRecords as js, SwapTokenContentProps as jt, StickyHeaderContainer as k, useTransactionModal as ka, ConnectModal as kc, NON_TRANSFERABLE_TOKEN_SYMBOLS as ki, VePassportUserStatus as kl, getAccountVersionQueryKey as kn, getRoundXAppsQueryKey as ko, getLocalStorageItem as kr, getTextRecords as ks, ChooseNameContentProps as kt, UpgradeSmartAccountModalContentsTypes as l, useReceiveModal as la, ConnectPopover as lc, convertUriToUrl as li, GasTokenSelection as ll, useCurrentBlock as ln, MAX_IMAGE_SIZE as lo, buildSingleAuthorizationTypedData as lr, useCustomTokens as ls, ChangeCurrencyContentProps as lt, PriceChangeBadge as m, NotificationsModalProvider as ma, VeChainWithPrivyLoginButton as mc, compareAddresses as mi, CURRENCY as ml, getUpgradeRequired as mn, getIpfsMetadata as mo, getEventsKey as mr, useTokensWithValues as ms, AssetsContentProps as mt, ModalProvider as n, useAccountModalOptions as na, ShareButtons as nc, MinXNodeLevel as ni, TransactionCost as nl, GetEventsProps as nn, useSingleImageUpload as no, EcosystemShortcut as nr, getTokenInfo as ns, DisconnectConfirmContentProps as nt, LegalDocumentsModal as o, useUpgradeSmartAccountModal as oa, WalletButton as oc, buildQueryString as oi, GasTokenEstimate as ol, getChainIdQueryKey as on, useUploadImages as oo, useLocalStorage as or, useGetCustomTokenBalances as os, GasTokenSettingsContent as ot, AddressOrDomainLabel as p, useFAQModal as pa, LoginWithGithubButton as pc, validateIpfsUri as pi, TextRecords as pl, useUpgradeRequiredForAccount as pn, useIpfsImageList as po, decodeEventLog$1 as pr, TokenWithValue as ps, AssetsContent as pt, TransactionDetailContentProps as q, useTransferHistory as qa, EnrichedLegalDocument as qc, useLoginWithVeChain as qi, useGasTokenSelection as qn, PRICE_FEED_IDS as qo, isInvalid as qr, useVechainDomain as qs, useTxReceipt as qt, useModal as r, ProfileModalProvider as ra, TransactionModal as rc, NodeStrengthLevelToImage as ri, VthoPerGasAtSpeed as rl, getAllEventLogs as rn, UploadedImage as ro, useEcosystemShortcuts as rr, useGetCustomTokenInfo as rs, TermsAndPrivacyContent as rt, LegalDocumentsModalContentsTypes as s, useLoginModalContent as sa, WalletButtonProps as sc, gmNfts as si, GasTokenInfo as sl, useGetChainId as sn, useIpfsMetadatas as so, BuildClausesParams as sr, getB3trBalanceQueryKey as ss, LanguageSettingsContent as st, AccountModalOptions as t, useSettingsModal as ta, TransactionModalContent as tc, EconomicNodeStrengthLevelToName as ti, Rate as tl, useSendTransaction as tn, useSwapTransaction as to, useCrossAppConnectionCache as tr, getCustomTokenInfoQueryKey as ts, DisconnectConfirmContent as tt, UpgradeSmartAccountModalStyle as u, AccountCustomizationModalProvider as ua, WalletConnectButton as uc, resolveMediaTypeFromMimeType as ui, GasTokenType as ul, useUpgradeSmartAccount as un, getIpfsImage as uo, useBuildClauses as ur, getCurrentAllocationsRoundIdQueryKey as us, BridgeContent as ut, GasFeeSummary as v, SwapTokenModalProvider as va, LoginWithGoogleButton as vc, regexPattern as vi, ENSRecords as vl, getSmartAccount as vn, useXAppsShares as vo, useGetNodeUrl as vr, useTokenBalances as vs, ProfileContentProps as vt, ModalFAQButton as w, WalletModalProvider as wa, MoreOptionsContent as wc, humanNumber as wi, PrivyLoginMethod as wl, getIsDeployedQueryKey as wn, StoredWallet as wo, getCallClauseQueryKeyWithArgs as wr, useGetAvatarOfAddress as ws, ChooseNameSummaryContent as wt, TransactionButtonAndStatusProps as x, useSendTokenModal as xa, VeChainLoginButton as xc, getPicassoImage as xi, ExecuteWithAuthorizationSignData as xl, useRefreshSmartAccountQueries as xn, useXAppMetadata as xo, useCurrentLanguage as xr, getAvatarLegacyQueryKey as xs, AccountCustomizationContentProps as xt, ModalNotificationButton as y, useSwapTokenModal as ya, PrivyButton as yc, randomTransactionUser as yi, EnhancedClause as yl, getSmartAccountQueryKey as yn, XAppMetadata as yo, useFeatureAnnouncement as yr, useUnsetDomain as ys, CustomizationSummaryContent as yt, BalanceSection as z, useBetterSwapLpPositions as za, LegalDocument as zc, getENV as zi, useAccountImplementationAddress as zn, useGetVot3Balance as zo, MultipleClausesCallReturnType as zr, getIsDomainProtectedQueryKey as zs, useDAppKitWalletModal as zt };
4806
- //# sourceMappingURL=index-CR1vQAAH.d.cts.map
4806
+ //# sourceMappingURL=index-CakR5Xyt.d.cts.map