@vechain/vechain-kit 2.4.0 → 2.4.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.
- package/dist/assets/index.cjs +1 -1
- package/dist/assets/index.d.cts +1 -1
- package/dist/assets/index.d.mts +1 -1
- package/dist/assets/index.mjs +1 -1
- package/dist/{assets-aAdDxPJu.mjs → assets-BL24r-Yp.mjs} +2 -2
- package/dist/assets-BL24r-Yp.mjs.map +1 -0
- package/dist/{assets-DXVXPy3w.cjs → assets-DNJsQD7_.cjs} +4 -4
- package/dist/assets-DNJsQD7_.cjs.map +1 -0
- package/dist/{index--hSO7Xv4.d.mts → index-CWViOs1U.d.mts} +4 -4
- package/dist/{index--hSO7Xv4.d.mts.map → index-CWViOs1U.d.mts.map} +1 -1
- package/dist/{index-B_77CDYZ.d.mts → index-CpRbZET6.d.mts} +114 -105
- package/dist/index-CpRbZET6.d.mts.map +1 -0
- package/dist/{index-CkflGtlh.d.cts → index-D4rz985m.d.cts} +61 -52
- package/dist/index-D4rz985m.d.cts.map +1 -0
- package/dist/{index-DSMUkHcK.d.cts → index-u3CPquCV.d.cts} +4 -4
- package/dist/{index-DSMUkHcK.d.cts.map → index-u3CPquCV.d.cts.map} +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +3 -3
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.mjs +1 -1
- package/dist/utils-BQ9mZctf.cjs +2 -0
- package/dist/utils-BQ9mZctf.cjs.map +1 -0
- package/dist/utils-BxZj2QIg.mjs +2 -0
- package/dist/utils-BxZj2QIg.mjs.map +1 -0
- package/package.json +4 -4
- package/dist/assets-DXVXPy3w.cjs.map +0 -1
- package/dist/assets-aAdDxPJu.mjs.map +0 -1
- package/dist/index-B_77CDYZ.d.mts.map +0 -1
- package/dist/index-CkflGtlh.d.cts.map +0 -1
- package/dist/utils-Bl-JeVTg.cjs +0 -2
- package/dist/utils-Bl-JeVTg.cjs.map +0 -1
- package/dist/utils-DAs6kMGs.mjs +0 -2
- package/dist/utils-DAs6kMGs.mjs.map +0 -1
|
@@ -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
|
|
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, Revision, Transaction, TransactionClause } from "@vechain/sdk-core";
|
|
@@ -53,7 +53,7 @@ declare const genesises: {
|
|
|
53
53
|
readonly main: CompressedBlockDetail;
|
|
54
54
|
readonly test: CompressedBlockDetail;
|
|
55
55
|
readonly solo: CompressedBlockDetail;
|
|
56
|
-
which(gid: string): "
|
|
56
|
+
which(gid: string): "main" | "test" | "solo" | undefined;
|
|
57
57
|
};
|
|
58
58
|
//#endregion
|
|
59
59
|
//#region src/types/types.d.ts
|
|
@@ -629,7 +629,7 @@ declare const VeChainKitContext: react0.Context<VeChainKitConfig | null>;
|
|
|
629
629
|
* ```
|
|
630
630
|
*/
|
|
631
631
|
declare const useVeChainKitConfig: () => VeChainKitConfig;
|
|
632
|
-
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) =>
|
|
632
|
+
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime3.JSX.Element;
|
|
633
633
|
//#endregion
|
|
634
634
|
//#region src/providers/PrivyWalletProvider.d.ts
|
|
635
635
|
interface PrivyWalletProviderContextType {
|
|
@@ -672,7 +672,7 @@ declare const PrivyWalletProvider: ({
|
|
|
672
672
|
delegatorUrl?: string;
|
|
673
673
|
delegateAllTransactions: boolean;
|
|
674
674
|
genericDelegator?: boolean;
|
|
675
|
-
}) =>
|
|
675
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
676
676
|
declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
|
|
677
677
|
//#endregion
|
|
678
678
|
//#region src/providers/VechainKitThemeProvider.d.ts
|
|
@@ -690,12 +690,12 @@ declare const ColorModeSync: ({
|
|
|
690
690
|
darkMode
|
|
691
691
|
}: {
|
|
692
692
|
darkMode: boolean;
|
|
693
|
-
}) =>
|
|
693
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
694
694
|
declare const VechainKitThemeProvider: ({
|
|
695
695
|
children,
|
|
696
696
|
darkMode,
|
|
697
697
|
theme: customTheme
|
|
698
|
-
}: Props$35) =>
|
|
698
|
+
}: Props$35) => react_jsx_runtime3.JSX.Element;
|
|
699
699
|
//#endregion
|
|
700
700
|
//#region src/providers/LegalDocumentsProvider.d.ts
|
|
701
701
|
type Props$34 = {
|
|
@@ -711,7 +711,7 @@ type LegalDocumentsContextType = {
|
|
|
711
711
|
declare const useLegalDocuments: () => LegalDocumentsContextType;
|
|
712
712
|
declare const LegalDocumentsProvider: ({
|
|
713
713
|
children
|
|
714
|
-
}: Props$34) =>
|
|
714
|
+
}: Props$34) => react_jsx_runtime3.JSX.Element;
|
|
715
715
|
//#endregion
|
|
716
716
|
//#region src/components/ConnectModal/ConnectModal.d.ts
|
|
717
717
|
type Props$33 = {
|
|
@@ -747,7 +747,7 @@ declare const ConnectModal: ({
|
|
|
747
747
|
onClose,
|
|
748
748
|
initialContent,
|
|
749
749
|
preventAutoClose
|
|
750
|
-
}: Props$33) =>
|
|
750
|
+
}: Props$33) => react_jsx_runtime3.JSX.Element;
|
|
751
751
|
//#endregion
|
|
752
752
|
//#region src/components/ConnectModal/Contents/MainContent.d.ts
|
|
753
753
|
type Props$32 = {
|
|
@@ -759,7 +759,7 @@ declare const MainContent: ({
|
|
|
759
759
|
setCurrentContent,
|
|
760
760
|
onClose,
|
|
761
761
|
preventAutoClose
|
|
762
|
-
}: Props$32) =>
|
|
762
|
+
}: Props$32) => react_jsx_runtime3.JSX.Element;
|
|
763
763
|
//#endregion
|
|
764
764
|
//#region src/components/ConnectModal/Contents/LoadingContent.d.ts
|
|
765
765
|
type LoadingContentProps = {
|
|
@@ -777,7 +777,7 @@ declare const LoadingContent: ({
|
|
|
777
777
|
onClose,
|
|
778
778
|
onGoBack,
|
|
779
779
|
showBackButton
|
|
780
|
-
}: LoadingContentProps) =>
|
|
780
|
+
}: LoadingContentProps) => react_jsx_runtime3.JSX.Element;
|
|
781
781
|
//#endregion
|
|
782
782
|
//#region src/components/ConnectModal/Contents/ErrorContent.d.ts
|
|
783
783
|
type ErrorContentProps = {
|
|
@@ -791,7 +791,7 @@ declare const ErrorContent: ({
|
|
|
791
791
|
onClose,
|
|
792
792
|
onTryAgain,
|
|
793
793
|
onGoBack
|
|
794
|
-
}: ErrorContentProps) =>
|
|
794
|
+
}: ErrorContentProps) => react_jsx_runtime3.JSX.Element;
|
|
795
795
|
//#endregion
|
|
796
796
|
//#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
|
|
797
797
|
type Props$31 = {
|
|
@@ -807,7 +807,7 @@ declare const EcosystemContent: ({
|
|
|
807
807
|
isLoading,
|
|
808
808
|
setCurrentContent,
|
|
809
809
|
showBackButton
|
|
810
|
-
}: Props$31) =>
|
|
810
|
+
}: Props$31) => react_jsx_runtime3.JSX.Element;
|
|
811
811
|
//#endregion
|
|
812
812
|
//#region src/components/ConnectModal/Components/ConnectionButton.d.ts
|
|
813
813
|
interface ConnectionButtonProps {
|
|
@@ -830,10 +830,10 @@ declare const ConnectionButton: ({
|
|
|
830
830
|
style,
|
|
831
831
|
variant,
|
|
832
832
|
iconWidth
|
|
833
|
-
}: ConnectionButtonProps) =>
|
|
833
|
+
}: ConnectionButtonProps) => react_jsx_runtime3.JSX.Element | null;
|
|
834
834
|
//#endregion
|
|
835
835
|
//#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
|
|
836
|
-
declare const EmailLoginButton: () =>
|
|
836
|
+
declare const EmailLoginButton: () => react_jsx_runtime3.JSX.Element;
|
|
837
837
|
//#endregion
|
|
838
838
|
//#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
|
|
839
839
|
type Props$30 = {
|
|
@@ -845,7 +845,7 @@ declare const VeChainLoginButton: ({
|
|
|
845
845
|
isDark,
|
|
846
846
|
gridColumn,
|
|
847
847
|
setCurrentContent
|
|
848
|
-
}: Props$30) =>
|
|
848
|
+
}: Props$30) => react_jsx_runtime3.JSX.Element;
|
|
849
849
|
//#endregion
|
|
850
850
|
//#region src/components/ConnectModal/Components/EcosystemButton.d.ts
|
|
851
851
|
type Props$29 = {
|
|
@@ -859,7 +859,7 @@ declare const EcosystemButton: ({
|
|
|
859
859
|
appsInfo,
|
|
860
860
|
isLoading,
|
|
861
861
|
setCurrentContent
|
|
862
|
-
}: Props$29) =>
|
|
862
|
+
}: Props$29) => react_jsx_runtime3.JSX.Element;
|
|
863
863
|
//#endregion
|
|
864
864
|
//#region src/components/ConnectModal/Components/PrivyButton.d.ts
|
|
865
865
|
type Props$28 = {
|
|
@@ -871,7 +871,7 @@ declare const PrivyButton: ({
|
|
|
871
871
|
isDark,
|
|
872
872
|
onViewMoreLogin,
|
|
873
873
|
gridColumn
|
|
874
|
-
}: Props$28) =>
|
|
874
|
+
}: Props$28) => react_jsx_runtime3.JSX.Element;
|
|
875
875
|
//#endregion
|
|
876
876
|
//#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
|
|
877
877
|
type Props$27 = {
|
|
@@ -881,7 +881,7 @@ type Props$27 = {
|
|
|
881
881
|
declare const LoginWithGoogleButton: ({
|
|
882
882
|
isDark,
|
|
883
883
|
gridColumn
|
|
884
|
-
}: Props$27) =>
|
|
884
|
+
}: Props$27) => react_jsx_runtime3.JSX.Element;
|
|
885
885
|
//#endregion
|
|
886
886
|
//#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
|
|
887
887
|
type Props$26 = {
|
|
@@ -893,7 +893,7 @@ declare const PasskeyLoginButton: ({
|
|
|
893
893
|
isDark,
|
|
894
894
|
gridColumn,
|
|
895
895
|
setCurrentContent
|
|
896
|
-
}: Props$26) =>
|
|
896
|
+
}: Props$26) => react_jsx_runtime3.JSX.Element;
|
|
897
897
|
//#endregion
|
|
898
898
|
//#region src/components/ConnectModal/Components/DappKitButton.d.ts
|
|
899
899
|
type Props$25 = {
|
|
@@ -903,7 +903,7 @@ type Props$25 = {
|
|
|
903
903
|
declare const DappKitButton: ({
|
|
904
904
|
isDark,
|
|
905
905
|
gridColumn
|
|
906
|
-
}: Props$25) =>
|
|
906
|
+
}: Props$25) => react_jsx_runtime3.JSX.Element;
|
|
907
907
|
//#endregion
|
|
908
908
|
//#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
|
|
909
909
|
type Props$24 = {
|
|
@@ -913,7 +913,7 @@ type Props$24 = {
|
|
|
913
913
|
declare const VeChainWithPrivyLoginButton: ({
|
|
914
914
|
isDark,
|
|
915
915
|
gridColumn
|
|
916
|
-
}: Props$24) =>
|
|
916
|
+
}: Props$24) => react_jsx_runtime3.JSX.Element;
|
|
917
917
|
//#endregion
|
|
918
918
|
//#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
|
|
919
919
|
type Props$23 = {
|
|
@@ -923,7 +923,7 @@ type Props$23 = {
|
|
|
923
923
|
declare const LoginWithGithubButton: ({
|
|
924
924
|
isDark,
|
|
925
925
|
gridColumn
|
|
926
|
-
}: Props$23) =>
|
|
926
|
+
}: Props$23) => react_jsx_runtime3.JSX.Element;
|
|
927
927
|
//#endregion
|
|
928
928
|
//#region src/components/ConnectModal/ConnectPopover.d.ts
|
|
929
929
|
type ConnectPopoverProps = {
|
|
@@ -933,7 +933,7 @@ type ConnectPopoverProps = {
|
|
|
933
933
|
declare const ConnectPopover: ({
|
|
934
934
|
isLoading,
|
|
935
935
|
buttonStyle
|
|
936
|
-
}: ConnectPopoverProps) =>
|
|
936
|
+
}: ConnectPopoverProps) => react_jsx_runtime3.JSX.Element;
|
|
937
937
|
//#endregion
|
|
938
938
|
//#region src/components/WalletButton/types.d.ts
|
|
939
939
|
type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
|
|
@@ -952,10 +952,10 @@ declare const WalletButton: ({
|
|
|
952
952
|
buttonStyle,
|
|
953
953
|
connectionVariant,
|
|
954
954
|
label
|
|
955
|
-
}: WalletButtonProps) =>
|
|
955
|
+
}: WalletButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
956
956
|
//#endregion
|
|
957
957
|
//#region src/components/WalletButton/SocialIcons.d.ts
|
|
958
|
-
declare const SocialIcons: () =>
|
|
958
|
+
declare const SocialIcons: () => react_jsx_runtime3.JSX.Element;
|
|
959
959
|
//#endregion
|
|
960
960
|
//#region src/components/TransactionModal/TransactionModal.d.ts
|
|
961
961
|
type TransactionModalProps = {
|
|
@@ -985,17 +985,17 @@ declare const TransactionModal: ({
|
|
|
985
985
|
txReceipt,
|
|
986
986
|
txError,
|
|
987
987
|
onTryAgain
|
|
988
|
-
}: TransactionModalProps) =>
|
|
988
|
+
}: TransactionModalProps) => react_jsx_runtime3.JSX.Element | null;
|
|
989
989
|
//#endregion
|
|
990
990
|
//#region src/components/TransactionModal/Components/ShareButtons.d.ts
|
|
991
991
|
type Props$22 = {
|
|
992
|
-
|
|
992
|
+
description: string;
|
|
993
993
|
url?: string;
|
|
994
994
|
facebookHashtag?: string;
|
|
995
995
|
};
|
|
996
996
|
declare const ShareButtons: ({
|
|
997
|
-
|
|
998
|
-
}: Props$22) =>
|
|
997
|
+
description
|
|
998
|
+
}: Props$22) => react_jsx_runtime3.JSX.Element;
|
|
999
999
|
//#endregion
|
|
1000
1000
|
//#region src/components/TransactionModal/TransactionModalContent.d.ts
|
|
1001
1001
|
declare const TransactionModalContent: ({
|
|
@@ -1005,7 +1005,7 @@ declare const TransactionModalContent: ({
|
|
|
1005
1005
|
txReceipt,
|
|
1006
1006
|
txError,
|
|
1007
1007
|
onClose
|
|
1008
|
-
}: Omit<TransactionModalProps, "isOpen">) =>
|
|
1008
|
+
}: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime3.JSX.Element;
|
|
1009
1009
|
//#endregion
|
|
1010
1010
|
//#region src/components/TransactionToast/TransactionToast.d.ts
|
|
1011
1011
|
type TransactionToastProps = {
|
|
@@ -1025,7 +1025,7 @@ declare const TransactionToast: ({
|
|
|
1025
1025
|
txError,
|
|
1026
1026
|
onTryAgain,
|
|
1027
1027
|
description
|
|
1028
|
-
}: TransactionToastProps) =>
|
|
1028
|
+
}: TransactionToastProps) => react_jsx_runtime3.JSX.Element | null;
|
|
1029
1029
|
//#endregion
|
|
1030
1030
|
//#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
|
|
1031
1031
|
type Props$21 = {
|
|
@@ -1041,7 +1041,7 @@ declare const AccountMainContent: ({
|
|
|
1041
1041
|
wallet,
|
|
1042
1042
|
onClose,
|
|
1043
1043
|
switchFeedback
|
|
1044
|
-
}: Props$21) =>
|
|
1044
|
+
}: Props$21) => react_jsx_runtime3.JSX.Element;
|
|
1045
1045
|
//#endregion
|
|
1046
1046
|
//#region src/hooks/api/privy/useFetchAppInfo.d.ts
|
|
1047
1047
|
declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
|
|
@@ -1894,7 +1894,7 @@ declare const ConnectModalProvider: ({
|
|
|
1894
1894
|
children
|
|
1895
1895
|
}: {
|
|
1896
1896
|
children: ReactNode;
|
|
1897
|
-
}) =>
|
|
1897
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1898
1898
|
//#endregion
|
|
1899
1899
|
//#region src/hooks/modals/useAccountModal.d.ts
|
|
1900
1900
|
declare const useAccountModal: () => {
|
|
@@ -1906,7 +1906,7 @@ declare const AccountModalProvider: ({
|
|
|
1906
1906
|
children
|
|
1907
1907
|
}: {
|
|
1908
1908
|
children: ReactNode;
|
|
1909
|
-
}) =>
|
|
1909
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1910
1910
|
//#endregion
|
|
1911
1911
|
//#region src/hooks/modals/useTransactionModal.d.ts
|
|
1912
1912
|
declare const useTransactionModal: () => {
|
|
@@ -1918,7 +1918,7 @@ declare const TransactionModalProvider: ({
|
|
|
1918
1918
|
children
|
|
1919
1919
|
}: {
|
|
1920
1920
|
children: ReactNode;
|
|
1921
|
-
}) =>
|
|
1921
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1922
1922
|
//#endregion
|
|
1923
1923
|
//#region src/hooks/modals/useTransactionToast.d.ts
|
|
1924
1924
|
declare const useTransactionToast: () => {
|
|
@@ -1930,7 +1930,7 @@ declare const TransactionToastProvider: ({
|
|
|
1930
1930
|
children
|
|
1931
1931
|
}: {
|
|
1932
1932
|
children: ReactNode;
|
|
1933
|
-
}) =>
|
|
1933
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1934
1934
|
//#endregion
|
|
1935
1935
|
//#region src/hooks/modals/useWalletModal.d.ts
|
|
1936
1936
|
declare const useWalletModal: () => {
|
|
@@ -1942,7 +1942,7 @@ declare const WalletModalProvider: ({
|
|
|
1942
1942
|
children
|
|
1943
1943
|
}: {
|
|
1944
1944
|
children: ReactNode;
|
|
1945
|
-
}) =>
|
|
1945
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1946
1946
|
//#endregion
|
|
1947
1947
|
//#region src/hooks/modals/useChooseNameModal.d.ts
|
|
1948
1948
|
declare const useChooseNameModal: () => {
|
|
@@ -1954,7 +1954,7 @@ declare const ChooseNameModalProvider: ({
|
|
|
1954
1954
|
children
|
|
1955
1955
|
}: {
|
|
1956
1956
|
children: ReactNode;
|
|
1957
|
-
}) =>
|
|
1957
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1958
1958
|
//#endregion
|
|
1959
1959
|
//#region src/hooks/modals/useSendTokenModal.d.ts
|
|
1960
1960
|
declare const useSendTokenModal: () => {
|
|
@@ -1966,7 +1966,7 @@ declare const SendTokenModalProvider: ({
|
|
|
1966
1966
|
children
|
|
1967
1967
|
}: {
|
|
1968
1968
|
children: ReactNode;
|
|
1969
|
-
}) =>
|
|
1969
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1970
1970
|
//#endregion
|
|
1971
1971
|
//#region src/hooks/modals/useSwapTokenModal.d.ts
|
|
1972
1972
|
type SwapTokenModalOptions = {
|
|
@@ -1983,7 +1983,7 @@ declare const SwapTokenModalProvider: ({
|
|
|
1983
1983
|
children
|
|
1984
1984
|
}: {
|
|
1985
1985
|
children: ReactNode;
|
|
1986
|
-
}) =>
|
|
1986
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1987
1987
|
//#endregion
|
|
1988
1988
|
//#region src/hooks/modals/useExploreEcosystemModal.d.ts
|
|
1989
1989
|
declare const useExploreEcosystemModal: () => {
|
|
@@ -1995,7 +1995,7 @@ declare const ExploreEcosystemModalProvider: ({
|
|
|
1995
1995
|
children
|
|
1996
1996
|
}: {
|
|
1997
1997
|
children: ReactNode;
|
|
1998
|
-
}) =>
|
|
1998
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1999
1999
|
//#endregion
|
|
2000
2000
|
//#region src/hooks/modals/useNotificationsModal.d.ts
|
|
2001
2001
|
declare const useNotificationsModal: () => {
|
|
@@ -2007,7 +2007,7 @@ declare const NotificationsModalProvider: ({
|
|
|
2007
2007
|
children
|
|
2008
2008
|
}: {
|
|
2009
2009
|
children: ReactNode;
|
|
2010
|
-
}) =>
|
|
2010
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2011
2011
|
//#endregion
|
|
2012
2012
|
//#region src/hooks/modals/useFAQModal.d.ts
|
|
2013
2013
|
declare const useFAQModal: () => {
|
|
@@ -2019,7 +2019,7 @@ declare const FAQModalProvider: ({
|
|
|
2019
2019
|
children
|
|
2020
2020
|
}: {
|
|
2021
2021
|
children: ReactNode;
|
|
2022
|
-
}) =>
|
|
2022
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2023
2023
|
//#endregion
|
|
2024
2024
|
//#region src/hooks/modals/useAccountCustomizationModal.d.ts
|
|
2025
2025
|
declare const useAccountCustomizationModal: () => {
|
|
@@ -2031,7 +2031,7 @@ declare const AccountCustomizationModalProvider: ({
|
|
|
2031
2031
|
children
|
|
2032
2032
|
}: {
|
|
2033
2033
|
children: ReactNode;
|
|
2034
|
-
}) =>
|
|
2034
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2035
2035
|
//#endregion
|
|
2036
2036
|
//#region src/hooks/modals/useReceiveModal.d.ts
|
|
2037
2037
|
declare const useReceiveModal: () => {
|
|
@@ -2043,7 +2043,7 @@ declare const ReceiveModalProvider: ({
|
|
|
2043
2043
|
children
|
|
2044
2044
|
}: {
|
|
2045
2045
|
children: ReactNode;
|
|
2046
|
-
}) =>
|
|
2046
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2047
2047
|
//#endregion
|
|
2048
2048
|
//#region src/hooks/modals/useLoginModalContent.d.ts
|
|
2049
2049
|
type LoginModalContentConfig = {
|
|
@@ -2069,7 +2069,7 @@ declare const UpgradeSmartAccountModalProvider: ({
|
|
|
2069
2069
|
children
|
|
2070
2070
|
}: {
|
|
2071
2071
|
children: ReactNode;
|
|
2072
|
-
}) =>
|
|
2072
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2073
2073
|
//#endregion
|
|
2074
2074
|
//#region src/hooks/modals/useProfileModal.d.ts
|
|
2075
2075
|
declare const useProfileModal: () => {
|
|
@@ -2081,7 +2081,7 @@ declare const ProfileModalProvider: ({
|
|
|
2081
2081
|
children
|
|
2082
2082
|
}: {
|
|
2083
2083
|
children: ReactNode;
|
|
2084
|
-
}) =>
|
|
2084
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2085
2085
|
//#endregion
|
|
2086
2086
|
//#region src/hooks/modals/useAccountModalOptions.d.ts
|
|
2087
2087
|
declare const useAccountModalOptions: () => {
|
|
@@ -2099,7 +2099,7 @@ declare const SettingsModalProvider: ({
|
|
|
2099
2099
|
children
|
|
2100
2100
|
}: {
|
|
2101
2101
|
children: ReactNode;
|
|
2102
|
-
}) =>
|
|
2102
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2103
2103
|
//#endregion
|
|
2104
2104
|
//#region src/hooks/notifications/types.d.ts
|
|
2105
2105
|
type NotificationAction = {
|
|
@@ -2410,6 +2410,12 @@ declare const TIME: {
|
|
|
2410
2410
|
* @returns boolean indicating if the message contains rejection terms
|
|
2411
2411
|
*/
|
|
2412
2412
|
declare const isRejectionError: (errorMessage: string) => boolean;
|
|
2413
|
+
/**
|
|
2414
|
+
* Generates a simple hash from a string using a 32-bit hash algorithm
|
|
2415
|
+
* @param input The string to hash
|
|
2416
|
+
* @returns A base-36 string representation of the hash
|
|
2417
|
+
*/
|
|
2418
|
+
declare const simpleHash: (input: string) => string;
|
|
2413
2419
|
//#endregion
|
|
2414
2420
|
//#region src/utils/hexUtils.d.ts
|
|
2415
2421
|
/**
|
|
@@ -2776,6 +2782,7 @@ declare enum LocalStorageKey {
|
|
|
2776
2782
|
NODE_URL = "vechain_kit_node_url",
|
|
2777
2783
|
NETWORK = "vechain_kit_network",
|
|
2778
2784
|
GAS_TOKEN_PREFERENCES = "vechain_kit_gas_token_preferences",
|
|
2785
|
+
SHOW_ASSETS = "vechain_kit_show_assets",
|
|
2779
2786
|
}
|
|
2780
2787
|
declare const useLocalStorage: <T$1>(key: LocalStorageKey, initialValue: T$1) => readonly [T$1, react0.Dispatch<react0.SetStateAction<T$1>>];
|
|
2781
2788
|
//#endregion
|
|
@@ -3327,7 +3334,7 @@ declare const SendTokenContent: ({
|
|
|
3327
3334
|
initialAmount,
|
|
3328
3335
|
initialToAddressOrDomain,
|
|
3329
3336
|
onBack: parentOnBack
|
|
3330
|
-
}: SendTokenContentProps) =>
|
|
3337
|
+
}: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3331
3338
|
//#endregion
|
|
3332
3339
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
|
|
3333
3340
|
type SendTokenSummaryContentProps = {
|
|
@@ -3347,7 +3354,7 @@ declare const SendTokenSummaryContent: ({
|
|
|
3347
3354
|
amount,
|
|
3348
3355
|
selectedToken,
|
|
3349
3356
|
formattedTotalAmount
|
|
3350
|
-
}: SendTokenSummaryContentProps) =>
|
|
3357
|
+
}: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3351
3358
|
//#endregion
|
|
3352
3359
|
//#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
|
|
3353
3360
|
type Props$18 = {
|
|
@@ -3363,7 +3370,7 @@ declare const SelectTokenContent: ({
|
|
|
3363
3370
|
onSelectToken,
|
|
3364
3371
|
onBack,
|
|
3365
3372
|
showAllTokens
|
|
3366
|
-
}: Props$18) =>
|
|
3373
|
+
}: Props$18) => react_jsx_runtime3.JSX.Element;
|
|
3367
3374
|
//#endregion
|
|
3368
3375
|
//#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
|
|
3369
3376
|
type Props$17 = {
|
|
@@ -3371,7 +3378,7 @@ type Props$17 = {
|
|
|
3371
3378
|
};
|
|
3372
3379
|
declare const ReceiveTokenContent: ({
|
|
3373
3380
|
setCurrentContent
|
|
3374
|
-
}: Props$17) =>
|
|
3381
|
+
}: Props$17) => react_jsx_runtime3.JSX.Element;
|
|
3375
3382
|
//#endregion
|
|
3376
3383
|
//#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
|
|
3377
3384
|
type Props$16 = {
|
|
@@ -3383,7 +3390,7 @@ declare const SwapTokenContent: ({
|
|
|
3383
3390
|
setCurrentContent,
|
|
3384
3391
|
fromTokenAddress,
|
|
3385
3392
|
toTokenAddress
|
|
3386
|
-
}: Props$16) =>
|
|
3393
|
+
}: Props$16) => react_jsx_runtime3.JSX.Element;
|
|
3387
3394
|
//#endregion
|
|
3388
3395
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
|
|
3389
3396
|
type ChooseNameContentProps = {
|
|
@@ -3395,7 +3402,7 @@ declare const ChooseNameContent: ({
|
|
|
3395
3402
|
setCurrentContent,
|
|
3396
3403
|
onBack,
|
|
3397
3404
|
initialContentSource
|
|
3398
|
-
}: ChooseNameContentProps) =>
|
|
3405
|
+
}: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3399
3406
|
//#endregion
|
|
3400
3407
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
|
|
3401
3408
|
type ChooseNameSearchContentProps = {
|
|
@@ -3407,7 +3414,7 @@ declare const ChooseNameSearchContent: ({
|
|
|
3407
3414
|
name: initialName,
|
|
3408
3415
|
setCurrentContent,
|
|
3409
3416
|
initialContentSource
|
|
3410
|
-
}: ChooseNameSearchContentProps) =>
|
|
3417
|
+
}: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3411
3418
|
//#endregion
|
|
3412
3419
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
|
|
3413
3420
|
type ChooseNameSummaryContentProps = {
|
|
@@ -3425,7 +3432,7 @@ declare const ChooseNameSummaryContent: ({
|
|
|
3425
3432
|
isOwnDomain,
|
|
3426
3433
|
isUnsetting,
|
|
3427
3434
|
initialContentSource
|
|
3428
|
-
}: ChooseNameSummaryContentProps) =>
|
|
3435
|
+
}: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3429
3436
|
//#endregion
|
|
3430
3437
|
//#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
|
|
3431
3438
|
type FAQContentProps = {
|
|
@@ -3435,7 +3442,7 @@ type FAQContentProps = {
|
|
|
3435
3442
|
declare const FAQContent: ({
|
|
3436
3443
|
onGoBack,
|
|
3437
3444
|
showLanguageSelector
|
|
3438
|
-
}: FAQContentProps) =>
|
|
3445
|
+
}: FAQContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3439
3446
|
//#endregion
|
|
3440
3447
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
|
|
3441
3448
|
type AccountCustomizationContentProps = {
|
|
@@ -3445,7 +3452,7 @@ type AccountCustomizationContentProps = {
|
|
|
3445
3452
|
declare const CustomizationContent: ({
|
|
3446
3453
|
setCurrentContent,
|
|
3447
3454
|
initialContentSource
|
|
3448
|
-
}: AccountCustomizationContentProps) =>
|
|
3455
|
+
}: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3449
3456
|
//#endregion
|
|
3450
3457
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
|
|
3451
3458
|
type CustomizationSummaryContentProps = {
|
|
@@ -3464,7 +3471,7 @@ declare const CustomizationSummaryContent: ({
|
|
|
3464
3471
|
setCurrentContent,
|
|
3465
3472
|
changes,
|
|
3466
3473
|
onDoneRedirectContent
|
|
3467
|
-
}: CustomizationSummaryContentProps) =>
|
|
3474
|
+
}: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3468
3475
|
//#endregion
|
|
3469
3476
|
//#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
|
|
3470
3477
|
type ProfileContentProps = {
|
|
@@ -3478,7 +3485,7 @@ declare const ProfileContent: ({
|
|
|
3478
3485
|
setCurrentContent,
|
|
3479
3486
|
onLogoutSuccess,
|
|
3480
3487
|
switchFeedback
|
|
3481
|
-
}: ProfileContentProps) =>
|
|
3488
|
+
}: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3482
3489
|
//#endregion
|
|
3483
3490
|
//#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
|
|
3484
3491
|
type UpgradeSmartAccountContentProps = {
|
|
@@ -3490,7 +3497,7 @@ declare const UpgradeSmartAccountContent: ({
|
|
|
3490
3497
|
setCurrentContent,
|
|
3491
3498
|
handleClose,
|
|
3492
3499
|
initialContent
|
|
3493
|
-
}: UpgradeSmartAccountContentProps) =>
|
|
3500
|
+
}: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3494
3501
|
//#endregion
|
|
3495
3502
|
//#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
|
|
3496
3503
|
type AssetsContentProps = {
|
|
@@ -3498,7 +3505,7 @@ type AssetsContentProps = {
|
|
|
3498
3505
|
};
|
|
3499
3506
|
declare const AssetsContent: ({
|
|
3500
3507
|
setCurrentContent
|
|
3501
|
-
}: AssetsContentProps) =>
|
|
3508
|
+
}: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3502
3509
|
//#endregion
|
|
3503
3510
|
//#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
|
|
3504
3511
|
type ManageCustomTokenContentProps = {
|
|
@@ -3506,7 +3513,7 @@ type ManageCustomTokenContentProps = {
|
|
|
3506
3513
|
};
|
|
3507
3514
|
declare const ManageCustomTokenContent: ({
|
|
3508
3515
|
setCurrentContent
|
|
3509
|
-
}: ManageCustomTokenContentProps) =>
|
|
3516
|
+
}: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3510
3517
|
//#endregion
|
|
3511
3518
|
//#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
|
|
3512
3519
|
type Props$15 = {
|
|
@@ -3514,7 +3521,7 @@ type Props$15 = {
|
|
|
3514
3521
|
};
|
|
3515
3522
|
declare const BridgeContent: ({
|
|
3516
3523
|
setCurrentContent
|
|
3517
|
-
}: Props$15) =>
|
|
3524
|
+
}: Props$15) => react_jsx_runtime3.JSX.Element;
|
|
3518
3525
|
//#endregion
|
|
3519
3526
|
//#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
|
|
3520
3527
|
type ChangeCurrencyContentProps = {
|
|
@@ -3522,7 +3529,7 @@ type ChangeCurrencyContentProps = {
|
|
|
3522
3529
|
};
|
|
3523
3530
|
declare const ChangeCurrencyContent: ({
|
|
3524
3531
|
setCurrentContent
|
|
3525
|
-
}: ChangeCurrencyContentProps) =>
|
|
3532
|
+
}: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3526
3533
|
//#endregion
|
|
3527
3534
|
//#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
|
|
3528
3535
|
type Props$14 = {
|
|
@@ -3530,7 +3537,7 @@ type Props$14 = {
|
|
|
3530
3537
|
};
|
|
3531
3538
|
declare const LanguageSettingsContent: ({
|
|
3532
3539
|
setCurrentContent
|
|
3533
|
-
}: Props$14) =>
|
|
3540
|
+
}: Props$14) => react_jsx_runtime3.JSX.Element;
|
|
3534
3541
|
//#endregion
|
|
3535
3542
|
//#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
|
|
3536
3543
|
type Props$13 = {
|
|
@@ -3538,7 +3545,7 @@ type Props$13 = {
|
|
|
3538
3545
|
};
|
|
3539
3546
|
declare const GasTokenSettingsContent: ({
|
|
3540
3547
|
setCurrentContent
|
|
3541
|
-
}: Props$13) =>
|
|
3548
|
+
}: Props$13) => react_jsx_runtime3.JSX.Element;
|
|
3542
3549
|
//#endregion
|
|
3543
3550
|
//#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
|
|
3544
3551
|
type SettingsContentProps = {
|
|
@@ -3548,7 +3555,7 @@ type SettingsContentProps = {
|
|
|
3548
3555
|
declare const SettingsContent: ({
|
|
3549
3556
|
setCurrentContent,
|
|
3550
3557
|
onLogoutSuccess
|
|
3551
|
-
}: SettingsContentProps) =>
|
|
3558
|
+
}: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3552
3559
|
//#endregion
|
|
3553
3560
|
//#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
|
|
3554
3561
|
type TermsAndPrivacyContentProps = {
|
|
@@ -3556,7 +3563,7 @@ type TermsAndPrivacyContentProps = {
|
|
|
3556
3563
|
};
|
|
3557
3564
|
declare const TermsAndPrivacyContent: ({
|
|
3558
3565
|
onGoBack
|
|
3559
|
-
}: TermsAndPrivacyContentProps) =>
|
|
3566
|
+
}: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3560
3567
|
//#endregion
|
|
3561
3568
|
//#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
|
|
3562
3569
|
type DisconnectConfirmContentProps = {
|
|
@@ -3572,7 +3579,7 @@ declare const DisconnectConfirmContent: ({
|
|
|
3572
3579
|
onClose,
|
|
3573
3580
|
showCloseButton,
|
|
3574
3581
|
text
|
|
3575
|
-
}: DisconnectConfirmContentProps) =>
|
|
3582
|
+
}: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3576
3583
|
//#endregion
|
|
3577
3584
|
//#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
|
|
3578
3585
|
type Props$12 = {
|
|
@@ -3585,7 +3592,7 @@ declare const SelectWalletContent: ({
|
|
|
3585
3592
|
setCurrentContent,
|
|
3586
3593
|
returnTo,
|
|
3587
3594
|
onLogoutSuccess: _onLogoutSuccess
|
|
3588
|
-
}: Props$12) =>
|
|
3595
|
+
}: Props$12) => react_jsx_runtime3.JSX.Element;
|
|
3589
3596
|
//#endregion
|
|
3590
3597
|
//#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
|
|
3591
3598
|
type RemoveWalletConfirmContentProps = {
|
|
@@ -3601,7 +3608,7 @@ declare const RemoveWalletConfirmContent: ({
|
|
|
3601
3608
|
onConfirm,
|
|
3602
3609
|
onBack,
|
|
3603
3610
|
onClose
|
|
3604
|
-
}: RemoveWalletConfirmContentProps) =>
|
|
3611
|
+
}: RemoveWalletConfirmContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3605
3612
|
//#endregion
|
|
3606
3613
|
//#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
|
|
3607
3614
|
type CategoryFilter = string | null;
|
|
@@ -3729,7 +3736,7 @@ declare const AccountModal: ({
|
|
|
3729
3736
|
isOpen,
|
|
3730
3737
|
onClose,
|
|
3731
3738
|
initialContent
|
|
3732
|
-
}: Props$11) =>
|
|
3739
|
+
}: Props$11) => react_jsx_runtime3.JSX.Element;
|
|
3733
3740
|
//#endregion
|
|
3734
3741
|
//#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
|
|
3735
3742
|
interface AccountDetailsButtonProps {
|
|
@@ -3751,7 +3758,7 @@ declare const AccountDetailsButton: ({
|
|
|
3751
3758
|
onClick,
|
|
3752
3759
|
leftImage,
|
|
3753
3760
|
isActive
|
|
3754
|
-
}: AccountDetailsButtonProps) =>
|
|
3761
|
+
}: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3755
3762
|
//#endregion
|
|
3756
3763
|
//#region src/components/AccountModal/Components/ActionButton.d.ts
|
|
3757
3764
|
type ActionButtonProps = {
|
|
@@ -3793,7 +3800,7 @@ declare const ActionButton: ({
|
|
|
3793
3800
|
extraContent,
|
|
3794
3801
|
dataTestId,
|
|
3795
3802
|
variant
|
|
3796
|
-
}: ActionButtonProps) =>
|
|
3803
|
+
}: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3797
3804
|
//#endregion
|
|
3798
3805
|
//#region src/components/AccountModal/Components/AccountSelector.d.ts
|
|
3799
3806
|
type Props$10 = {
|
|
@@ -3813,7 +3820,7 @@ declare const AccountSelector: ({
|
|
|
3813
3820
|
onClose,
|
|
3814
3821
|
mt,
|
|
3815
3822
|
style
|
|
3816
|
-
}: Props$10) =>
|
|
3823
|
+
}: Props$10) => react_jsx_runtime3.JSX.Element;
|
|
3817
3824
|
//#endregion
|
|
3818
3825
|
//#region src/components/AccountModal/Components/BalanceSection.d.ts
|
|
3819
3826
|
declare const BalanceSection: ({
|
|
@@ -3824,7 +3831,7 @@ declare const BalanceSection: ({
|
|
|
3824
3831
|
mb?: number;
|
|
3825
3832
|
mt?: number;
|
|
3826
3833
|
onAssetsClick?: () => void;
|
|
3827
|
-
}) =>
|
|
3834
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
3828
3835
|
//#endregion
|
|
3829
3836
|
//#region src/components/AccountModal/Components/QuickActionsSection.d.ts
|
|
3830
3837
|
type Props$9 = {
|
|
@@ -3834,7 +3841,7 @@ type Props$9 = {
|
|
|
3834
3841
|
declare const QuickActionsSection: ({
|
|
3835
3842
|
mt,
|
|
3836
3843
|
setCurrentContent
|
|
3837
|
-
}: Props$9) =>
|
|
3844
|
+
}: Props$9) => react_jsx_runtime3.JSX.Element;
|
|
3838
3845
|
//#endregion
|
|
3839
3846
|
//#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
|
|
3840
3847
|
type FeatureAnnouncementCardProps = {
|
|
@@ -3842,16 +3849,16 @@ type FeatureAnnouncementCardProps = {
|
|
|
3842
3849
|
};
|
|
3843
3850
|
declare const FeatureAnnouncementCard: ({
|
|
3844
3851
|
setCurrentContent
|
|
3845
|
-
}: FeatureAnnouncementCardProps) =>
|
|
3852
|
+
}: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element;
|
|
3846
3853
|
//#endregion
|
|
3847
3854
|
//#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
|
|
3848
|
-
declare const ExchangeWarningAlert: () =>
|
|
3855
|
+
declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
|
|
3849
3856
|
//#endregion
|
|
3850
3857
|
//#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
|
|
3851
|
-
declare const DomainRequiredAlert: () =>
|
|
3858
|
+
declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
|
|
3852
3859
|
//#endregion
|
|
3853
3860
|
//#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
|
|
3854
|
-
declare const CrossAppConnectionSecurityCard: () =>
|
|
3861
|
+
declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
|
|
3855
3862
|
//#endregion
|
|
3856
3863
|
//#region src/components/common/ModalBackButton.d.ts
|
|
3857
3864
|
type BackButtonProps = {
|
|
@@ -3860,7 +3867,7 @@ type BackButtonProps = {
|
|
|
3860
3867
|
declare const ModalBackButton: ({
|
|
3861
3868
|
onClick,
|
|
3862
3869
|
...props
|
|
3863
|
-
}: BackButtonProps) =>
|
|
3870
|
+
}: BackButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3864
3871
|
//#endregion
|
|
3865
3872
|
//#region src/components/common/AddressDisplay.d.ts
|
|
3866
3873
|
type Props$8 = {
|
|
@@ -3869,20 +3876,22 @@ type Props$8 = {
|
|
|
3869
3876
|
style?: PropsOf<typeof VStack>;
|
|
3870
3877
|
showHumanAddress?: boolean;
|
|
3871
3878
|
setCurrentContent?: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
3879
|
+
onLogout?: () => void;
|
|
3872
3880
|
};
|
|
3873
3881
|
declare const AddressDisplay: ({
|
|
3874
3882
|
wallet,
|
|
3875
3883
|
label,
|
|
3876
3884
|
style,
|
|
3877
3885
|
showHumanAddress,
|
|
3878
|
-
setCurrentContent
|
|
3879
|
-
|
|
3886
|
+
setCurrentContent,
|
|
3887
|
+
onLogout
|
|
3888
|
+
}: Props$8) => react_jsx_runtime3.JSX.Element;
|
|
3880
3889
|
//#endregion
|
|
3881
3890
|
//#region src/components/common/VersionFooter.d.ts
|
|
3882
3891
|
type Props$7 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
|
|
3883
3892
|
declare const VersionFooter: ({
|
|
3884
3893
|
...props
|
|
3885
|
-
}: Props$7) =>
|
|
3894
|
+
}: Props$7) => react_jsx_runtime3.JSX.Element;
|
|
3886
3895
|
//#endregion
|
|
3887
3896
|
//#region src/components/common/StickyHeaderContainer.d.ts
|
|
3888
3897
|
type Props$6 = {
|
|
@@ -3893,7 +3902,7 @@ declare const useStickyHeaderContext: () => {
|
|
|
3893
3902
|
};
|
|
3894
3903
|
declare const StickyHeaderContainer: ({
|
|
3895
3904
|
children
|
|
3896
|
-
}: Props$6) =>
|
|
3905
|
+
}: Props$6) => react_jsx_runtime3.JSX.Element;
|
|
3897
3906
|
//#endregion
|
|
3898
3907
|
//#region src/components/common/StickyFooterContainer.d.ts
|
|
3899
3908
|
type Props$5 = {
|
|
@@ -3901,7 +3910,7 @@ type Props$5 = {
|
|
|
3901
3910
|
};
|
|
3902
3911
|
declare const StickyFooterContainer: ({
|
|
3903
3912
|
children
|
|
3904
|
-
}: Props$5) =>
|
|
3913
|
+
}: Props$5) => react_jsx_runtime3.JSX.Element;
|
|
3905
3914
|
//#endregion
|
|
3906
3915
|
//#region src/components/common/BaseModal.d.ts
|
|
3907
3916
|
type BaseModalProps = {
|
|
@@ -3950,7 +3959,7 @@ declare const BaseModal: ({
|
|
|
3950
3959
|
mobileMaxHeight,
|
|
3951
3960
|
desktopMinHeight,
|
|
3952
3961
|
desktopMaxHeight
|
|
3953
|
-
}: BaseModalProps) =>
|
|
3962
|
+
}: BaseModalProps) => react_jsx_runtime3.JSX.Element;
|
|
3954
3963
|
//#endregion
|
|
3955
3964
|
//#region src/components/common/AssetButton.d.ts
|
|
3956
3965
|
type AssetButtonProps = ButtonProps & {
|
|
@@ -3969,7 +3978,7 @@ declare const AssetButton: ({
|
|
|
3969
3978
|
isDisabled,
|
|
3970
3979
|
onClick,
|
|
3971
3980
|
...buttonProps
|
|
3972
|
-
}: AssetButtonProps) =>
|
|
3981
|
+
}: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3973
3982
|
//#endregion
|
|
3974
3983
|
//#region src/components/common/AddressDisplayCard.d.ts
|
|
3975
3984
|
type AddressDisplayCardProps = {
|
|
@@ -3989,7 +3998,7 @@ declare const AddressDisplayCard: ({
|
|
|
3989
3998
|
hideAddress,
|
|
3990
3999
|
balance,
|
|
3991
4000
|
tokenAddress
|
|
3992
|
-
}: AddressDisplayCardProps) =>
|
|
4001
|
+
}: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
|
|
3993
4002
|
//#endregion
|
|
3994
4003
|
//#region src/components/common/ModalFAQButton.d.ts
|
|
3995
4004
|
type FAQButtonProps = {
|
|
@@ -3998,13 +4007,13 @@ type FAQButtonProps = {
|
|
|
3998
4007
|
declare const ModalFAQButton: ({
|
|
3999
4008
|
onClick,
|
|
4000
4009
|
...props
|
|
4001
|
-
}: FAQButtonProps) =>
|
|
4010
|
+
}: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4002
4011
|
//#endregion
|
|
4003
4012
|
//#region src/components/common/ScrollToTopWrapper.d.ts
|
|
4004
4013
|
declare const ScrollToTopWrapper: ({
|
|
4005
4014
|
children,
|
|
4006
4015
|
...props
|
|
4007
|
-
}: StackProps) =>
|
|
4016
|
+
}: StackProps) => react_jsx_runtime3.JSX.Element;
|
|
4008
4017
|
//#endregion
|
|
4009
4018
|
//#region src/components/common/AccountAvatar.d.ts
|
|
4010
4019
|
type AccountAvatarProps = {
|
|
@@ -4014,7 +4023,7 @@ type AccountAvatarProps = {
|
|
|
4014
4023
|
declare const AccountAvatar: ({
|
|
4015
4024
|
wallet,
|
|
4016
4025
|
props
|
|
4017
|
-
}: AccountAvatarProps) =>
|
|
4026
|
+
}: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
|
|
4018
4027
|
//#endregion
|
|
4019
4028
|
//#region src/components/common/TransactionButtonAndStatus.d.ts
|
|
4020
4029
|
type TransactionButtonAndStatusProps = {
|
|
@@ -4056,7 +4065,7 @@ declare const TransactionButtonAndStatus: ({
|
|
|
4056
4065
|
isLoadingGasEstimation,
|
|
4057
4066
|
showGasEstimationError,
|
|
4058
4067
|
context
|
|
4059
|
-
}: TransactionButtonAndStatusProps) =>
|
|
4068
|
+
}: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
|
|
4060
4069
|
//#endregion
|
|
4061
4070
|
//#region src/components/common/ModalNotificationButton.d.ts
|
|
4062
4071
|
type NotificationButtonProps = {
|
|
@@ -4067,7 +4076,7 @@ declare const ModalNotificationButton: ({
|
|
|
4067
4076
|
onClick,
|
|
4068
4077
|
hasUnreadNotifications,
|
|
4069
4078
|
...props
|
|
4070
|
-
}: NotificationButtonProps) =>
|
|
4079
|
+
}: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4071
4080
|
//#endregion
|
|
4072
4081
|
//#region src/components/common/GasFeeSummary.d.ts
|
|
4073
4082
|
interface GasFeeSummaryProps {
|
|
@@ -4103,7 +4112,7 @@ declare const GasFeeTokenSelector: ({
|
|
|
4103
4112
|
availableTokens,
|
|
4104
4113
|
tokenEstimations,
|
|
4105
4114
|
walletAddress
|
|
4106
|
-
}: GasFeeTokenSelectorProps) =>
|
|
4115
|
+
}: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
|
|
4107
4116
|
//#endregion
|
|
4108
4117
|
//#region src/components/common/InlineFeedback.d.ts
|
|
4109
4118
|
type Props$4 = {
|
|
@@ -4115,7 +4124,7 @@ declare const InlineFeedback: ({
|
|
|
4115
4124
|
message,
|
|
4116
4125
|
duration,
|
|
4117
4126
|
onClose
|
|
4118
|
-
}: Props$4) =>
|
|
4127
|
+
}: Props$4) => react_jsx_runtime3.JSX.Element;
|
|
4119
4128
|
//#endregion
|
|
4120
4129
|
//#region src/components/common/WalletSwitchFeedback.d.ts
|
|
4121
4130
|
type Props$3 = {
|
|
@@ -4132,7 +4141,7 @@ type Props$3 = {
|
|
|
4132
4141
|
*/
|
|
4133
4142
|
declare const WalletSwitchFeedback: ({
|
|
4134
4143
|
showFeedback
|
|
4135
|
-
}: Props$3) =>
|
|
4144
|
+
}: Props$3) => react_jsx_runtime3.JSX.Element | null;
|
|
4136
4145
|
//#endregion
|
|
4137
4146
|
//#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
|
|
4138
4147
|
type SuccessfulOperationContentProps = {
|
|
@@ -4162,7 +4171,7 @@ declare const UpgradeSmartAccountModal: ({
|
|
|
4162
4171
|
isOpen,
|
|
4163
4172
|
onClose,
|
|
4164
4173
|
style
|
|
4165
|
-
}: Props$2) =>
|
|
4174
|
+
}: Props$2) => react_jsx_runtime3.JSX.Element;
|
|
4166
4175
|
//#endregion
|
|
4167
4176
|
//#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
|
|
4168
4177
|
type Props$1 = {
|
|
@@ -4177,7 +4186,7 @@ declare const LegalDocumentsModal: ({
|
|
|
4177
4186
|
onAgree,
|
|
4178
4187
|
handleLogout,
|
|
4179
4188
|
onlyOptionalDocuments
|
|
4180
|
-
}: Props$1) =>
|
|
4189
|
+
}: Props$1) => react_jsx_runtime3.JSX.Element;
|
|
4181
4190
|
//#endregion
|
|
4182
4191
|
//#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
|
|
4183
4192
|
type Props = {
|
|
@@ -4189,7 +4198,7 @@ declare const LegalDocumentItem: ({
|
|
|
4189
4198
|
document,
|
|
4190
4199
|
register,
|
|
4191
4200
|
isText
|
|
4192
|
-
}: Props) =>
|
|
4201
|
+
}: Props) => react_jsx_runtime3.JSX.Element;
|
|
4193
4202
|
//#endregion
|
|
4194
4203
|
//#region src/providers/ModalProvider.d.ts
|
|
4195
4204
|
type AccountModalOptions = {
|
|
@@ -4224,7 +4233,7 @@ declare const ModalProvider: ({
|
|
|
4224
4233
|
children
|
|
4225
4234
|
}: {
|
|
4226
4235
|
children: ReactNode;
|
|
4227
|
-
}) =>
|
|
4236
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
4228
4237
|
//#endregion
|
|
4229
4238
|
//#region src/config/index.d.ts
|
|
4230
4239
|
type AppConfig = {
|
|
@@ -4269,5 +4278,5 @@ type AppConfig = {
|
|
|
4269
4278
|
};
|
|
4270
4279
|
declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
|
|
4271
4280
|
//#endregion
|
|
4272
|
-
export { LanguageSettingsContent as $, MostVotedAppsInRoundReturnType as $a, useFAQModal as $i, useBuildClauses as $n, buildVetDomainClauses as $o, toIPFSURL as $r, EnrichedLegalDocument as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, getIpfsImage as Aa, PrivyLoginMethod as Ac, fetchAppHubApps as Ai, getAccountBalanceQueryKey as An, useTokenBalances as Ao, buildCallClauses as Ar, EmailLoginButton as As, useMfaEnrollment as At, AccountDetailsButton as B, getXAppMetadata as Ba, SettingsModalProvider as Bi, estimateGas as Bn, useUpdateTextRecord as Bo, validate as Br, ColorModeSync as Bs, useTransferVET as Bt, AddressDisplayCard as C, UploadedImage as Ca, CrossAppConnectionCache as Cc, VECHAIN_KIT_STORAGE_KEYS as Ci, getCurrentAccountImplementationVersion as Cn, useCurrentAllocationsRoundId as Co, removeLocalStorageItem as Cr, VeChainWithPrivyLoginButton as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, useIpfsMetadatas as Da, ExecuteWithAuthorizationSignData as Dc, getGenericDelegatorUrl as Di, getAccountImplementationAddressQueryKey as Dn, ExchangeRates as Do, MultipleClausesCallParameters as Dr, PrivyButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, useUploadImages as Ea, ExecuteBatchWithAuthorizationSignData as Ec, getENV as Ei, getAccountImplementationAddress as En, useTokensWithValues as Eo, setLocalStorageItem as Er, LoginWithGoogleButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, getIpfsMetadataQueryKey as Fa, VePassportUserStatus as Fc, useLoginWithPasskey$1 as Fi, useGenericDelegatorFeeEstimationParams as Fn, getAvatarOfAddressQueryKey as Fo, compare as Fr, MainContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, useWalletStorage as Ga, UpgradeSmartAccountModalProvider as Gi, EcosystemShortcut as Gn, useGetAvatar as Go, NodeStrengthLevelToImage as Gr, usePrivyWalletProvider as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, UseSwitchWalletReturnType as Ha, useAccountModalOptions as Hi, signVip191Transaction as Hn, getTextRecordsQueryKey as Ho, TIME as Hr, useVechainKitThemeConfig as Hs, useTransferERC20 as Ht, QuickActionsSection as I, useIpfsMetadata as Ia, Wallet as Ic, useSignTypedData as Ii, useGasTokenSelection as In, useGetAvatarOfAddress as Io, isInvalid as Ir, ConnectModal as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, useWallet$1 as Ja, ReceiveModalProvider as Ji, LocalStorageKey as Jn, getDomainsOfAddress as Jo, buildQueryString as Jr, VeChainKitConfig as Js, getChainId as Jt, SelectWalletContent as K, useWalletMetadata as Ka, useUpgradeSmartAccountModal as Ki, useEcosystemShortcuts as Kn, Domain as Ko, XNodeStrengthLevelToName as Kr, LegalDocument as Ks, getAllEventLogs as Kt, BalanceSection as L, getXAppsSharesQueryKey as La, useSignMessage as Li, decodeRawTx as Ln, getResolverAddressQueryKey as Lo, isValid as Lr, ConnectModalContentsTypes as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, useIpfsImage as Ma, TokenBalance as Mc, useAppHubApps as Mi, UseEstimateAllTokensParams as Mn, getAvatarLegacy as Mo, executeMultipleClausesCall as Mr, EcosystemContent as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, useIpfsImageList as Na, TransactionStatus as Nc, useLoginWithVeChain as Ni, useEstimateAllTokens as Nn, getAvatarLegacyQueryKey as No, isValidUrl as Nr, ErrorContent as Ns, useThor$1 as Nt, useStickyHeaderContext as O, IpfsImage as Oa, NFTMediaType as Oc, notFoundImage as Oi, useAccountImplementationAddress as On, useTokenPrices as Oo, MultipleClausesCallReturnType as Or, EcosystemButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, getIpfsMetadata as Pa, TransactionStatusErrorType as Pc, useLoginWithOAuth$1 as Pi, useGenericDelegatorFeeEstimation as Pn, useGetAvatarLegacy as Po, addPrefix as Pr, LoadingContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRefreshBalances as Qa, FAQModalProvider as Qi, buildSingleAuthorizationTypedData as Qn, useIsDomainProtected as Qo, resolveMediaTypeFromMimeType as Qr, useVeChainKitConfig as Qs, useCurrentBlock as Qt, AccountSelector as R, useXAppsShares as Ra, useNotificationAlerts as Ri, delegateAuthorized as Rn, useGetResolverAddress as Ro, normalize as Rr, LegalDocumentsProvider as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSingleImageUpload as Sa, ConnectionSource as Sc, VECHAIN_KIT_COOKIES_CONFIG as Si, useGetAccountAddress as Sn, getCurrentAllocationsRoundIdQueryKey as So, isOnline as Sr, LoginWithGithubButton as Ss, SwapTokenContent as St, BaseModal as T, imageCompressionOptions as Ta, EnhancedClause as Tc, VECHAIN_PRIVY_APP_ID as Ti, useCurrentAccountImplementationVersion as Tn, TokenWithValue as To, safeWindowOpen as Tr, PasskeyLoginButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, useSwitchWallet as Ua, ProfileModalProvider as Ui, useGenericDelegator as Un, useGetTextRecords as Uo, EconomicNodeStrengthLevelToName as Ur, PrivyWalletProvider as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, useXAppMetadata as Va, useSettingsModal as Vi, getDepositAccount as Vn, getTextRecords as Vo, isRejectionError as Vr, VechainKitThemeProvider as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, StoredWallet as Wa, useProfileModal as Wi, useCrossAppConnectionCache as Wn, getAvatarQueryKey as Wo, MinXNodeLevel as Wr, PrivyWalletProviderContextType as Ws, useSendTransaction as Wt, SettingsContent as X, useRoundXApps as Xa, AccountCustomizationModalProvider as Xi, BuildClausesParams as Xn, useGetDomainsOfAddress as Xo, xNodeToGMstartingLevel as Xr, VeChainKitProvider as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, getRoundXAppsQueryKey as Ya, useReceiveModal as Yi, useLocalStorage as Yn, getDomainsOfAddressQueryKey as Yo, gmNfts as Yr, VeChainKitContext as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, useRefreshMetadata as Za, useAccountCustomizationModal as Zi, buildBatchAuthorizationTypedData as Zn, getIsDomainProtectedQueryKey as Zo, convertUriToUrl as Zr, VechainKitProviderProps as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, useAccountModal as _a, TransactionSpeed as _c, PrivyEcosystemApp as _i, useHasV1SmartAccount as _n, getCustomTokenBalanceQueryKey as _o, getDocumentTitle as _r, SocialIcons as _s, ChooseNameSummaryContentProps as _t, useModal as a, useSwapTokenModal as aa, EstimatedGas as ac, leftPadWithZeros as ai, useUpgradeRequired as an, useGetVot3Balance as ao, useScrollToTop as ar, useVechainDomain as as, AssetsContent as at, AccountAvatar as b, useSwapQuotes as ba, CURRENCY as bc, TOKEN_LOGO_COMPONENTS as bi, getAccountAddress as bn, useGetB3trBalance as bo, hasNavigator as br, WalletDisplayVariant as bs, ChooseNameContent as bt, LegalDocumentsModal as c, ChooseNameModalProvider as ca, TransactionCost as cc, formatTokenBalance as ci, getSmartAccountQueryKey as cn, getTokenUsdPrice as co, useFeatureAnnouncement as cr, fetchPrivyAppInfo as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, useWalletModal as da, formatGasCost as dc, humanDomain as di, useRefreshFactoryQueries as dn, getErc20BalanceQueryKey as do, useCurrency as dr, AccountMainContent as ds, CustomizationSummaryContent as dt, NotificationsModalProvider as ea, LegalDocumentAgreement as ec, uploadBlobToIPFS as ei, getUpgradeRequiredForAccount as en, XApp as eo, GetEventsKeyParams as er, useClaimVetDomain as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, TransactionToastProvider as fa, GasTokenEstimate as fc, humanNumber as fi, getIsDeployed as fn, useGetErc20Balance as fo, getCallClauseQueryKey as fr, TransactionToast as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, AccountModalProvider as ga, GasTokenType as gc, ENV as gi, getHasV1SmartAccountQueryKey as gn, TokenWithBalance as go, copyToClipboard as gr, TransactionModalProps as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, useTransactionModal as ha, GasTokenSelection as hc, DEFAULT_PRIVY_ECOSYSTEM_APPS as hi, getHasV1SmartAccount as hn, useGetCustomTokenInfo as ho, useMultipleClausesCall as hr, TransactionModal as hs, FAQContent as ht, ModalProvider as i, SwapTokenModalProvider as ia, DepositAccount as ic, isValidAddress as ii, getUpgradeRequiredQueryKey as in, getVot3BalanceQueryKey as io, useEvents as ir, getVechainDomainQueryKey as is, ManageCustomTokenContentProps as it, ModalBackButton as j, getIpfsImageQueryKey as ja, SmartAccount as jc, getAppHubAppsQueryKey as ji, useAccountBalance as jn, useUnsetDomain as jo, executeCallClause as jr, ConnectionButton as js, usePrivy$1 as jt, VersionFooter as k, MAX_IMAGE_SIZE as ka, PrivyAppInfo as kc, AppHubApp as ki, getAccountBalance as kn, WalletTokenBalance as ko, ViewFunctionResult as kr, VeChainLoginButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, useChooseNameModal as la, VthoPerGasAtSpeed as lc, getPicassoImage as li, useSmartAccount as ln, getTokenUsdPriceQueryKey as lo, useCurrentCurrency as lr, getPrivyAppInfoQueryKey as ls, ProfileContent as lt, InlineFeedback as m, TransactionModalProvider as ma, GasTokenPreferences as mc, DEFAULT_GAS_TOKEN_PREFERENCES as mi, useIsSmartAccountDeployed as mn, getTokenInfo$1 as mo, useCallClause as mr, ShareButtons as ms, CustomizationContent as mt, getConfig as n, ExploreEcosystemModalProvider as na, LegalDocumentType as nc, compareAddresses as ni, useUpgradeRequiredForAccount as nn, getIsPersonQueryKey as no, decodeEventLog$1 as nr, getEnsRecordExistsQueryKey as ns, BridgeContent as nt, DAppKitWalletButton as o, SendTokenModalProvider as oa, EstimationResponse as oc, regexPattern as oi, SmartAccountReturnType as on, PRICE_FEED_IDS as oo, useIsPWA as or, fetchPrivyStatus as os, AssetsContentProps as ot, WalletSwitchFeedback as p, useTransactionToast as pa, GasTokenInfo as pc, isZero as pi, getIsDeployedQueryKey as pn, getCustomTokenInfoQueryKey as po, getCallClauseQueryKeyWithArgs as pr, TransactionModalContent as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, UseWalletReturnType as qa, useLoginModalContent as qi, useSyncableLocalStorage as qn, DomainsResponse as qo, allNodeStrengthLevelToName as qr, LegalDocumentOptions as qs, getEventLogs as qt, AccountModalOptions as r, useExploreEcosystemModal as ra, CostLevel as rc, compareListOfAddresses as ri, getUpgradeRequired as rn, useIsPerson as ro, getEventsKey as rr, useEnsRecordExists as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, useSendTokenModal as sa, Rate as sc, randomTransactionUser as si, getSmartAccount as sn, SupportedToken as so, useGetNodeUrl as sr, useFetchPrivyStatus as ss, UpgradeSmartAccountContent as st, AppConfig as t, useNotificationsModal as ta, LegalDocumentSource as tc, validateIpfsUri as ti, getUpgradeRequiredForAccountQueryKey as tn, useMostVotedAppsInRound as to, UseEventsParams as tr, useClaimVeWorldSubdomain as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, WalletModalProvider as ua, calculateTotalCost as uc, humanAddress as ui, useRefreshSmartAccountQueries as un, useGetTokenUsdPrice as uo, useCurrentLanguage as ur, useFetchAppInfo as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, ConnectModalProvider as va, ENS_TEXT_RECORDS as vc, SUPPORTED_GAS_TOKENS as vi, getAccountVersionQueryKey as vn, useGetCustomTokenBalances as vo, getLocalStorageItem as vr, WalletButton as vs, ChooseNameSearchContent as vt, AssetButton as w, compressImages as wa, ENSRecords as wc, VECHAIN_KIT_TERMS_CONFIG as wi, getCurrentAccountImplementationVersionQueryKey as wn, useTotalBalance as wo, safeQuerySelector as wr, DappKitButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useSwapTransaction as xa, CURRENCY_SYMBOLS as xc, TogglePassportCheck as xi, getAccountAddressQueryKey as xn, useCustomTokens as xo, isBrowser as xr, ConnectPopover as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, useConnectModal as ya, TextRecords as yc, TOKEN_LOGOS as yi, useGetAccountVersion as yn, getB3trBalanceQueryKey as yo, getWindowOrigin as yr, WalletButtonProps as ys, ChooseNameSearchContentProps as yt, ActionButton as z, XAppMetadata as za, useNotifications as zi, estimateAndBuildTxBody as zn, buildClauses as zo, removePrefix as zr, useLegalDocuments as zs, buildVETClauses as zt };
|
|
4273
|
-
//# sourceMappingURL=index-
|
|
4281
|
+
export { LanguageSettingsContent as $, useRefreshBalances as $a, FAQModalProvider as $i, useBuildClauses as $n, useIsDomainProtected as $o, resolveMediaTypeFromMimeType as $r, useVeChainKitConfig as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, MAX_IMAGE_SIZE as Aa, PrivyAppInfo as Ac, AppHubApp as Ai, getAccountBalanceQueryKey as An, WalletTokenBalance as Ao, buildCallClauses as Ar, VeChainLoginButton as As, useMfaEnrollment as At, AccountDetailsButton as B, XAppMetadata as Ba, useNotifications as Bi, estimateGas as Bn, buildClauses as Bo, validate as Br, useLegalDocuments as Bs, useTransferVET as Bt, AddressDisplayCard as C, useSingleImageUpload as Ca, ConnectionSource as Cc, VECHAIN_KIT_COOKIES_CONFIG as Ci, getCurrentAccountImplementationVersion as Cn, getCurrentAllocationsRoundIdQueryKey as Co, removeLocalStorageItem as Cr, LoginWithGithubButton as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, useUploadImages as Da, ExecuteBatchWithAuthorizationSignData as Dc, getENV as Di, getAccountImplementationAddressQueryKey as Dn, useTokensWithValues as Do, MultipleClausesCallParameters as Dr, LoginWithGoogleButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, imageCompressionOptions as Ea, EnhancedClause as Ec, VECHAIN_PRIVY_APP_ID as Ei, getAccountImplementationAddress as En, TokenWithValue as Eo, setLocalStorageItem as Er, PasskeyLoginButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, getIpfsMetadata as Fa, TransactionStatusErrorType as Fc, useLoginWithOAuth$1 as Fi, useGenericDelegatorFeeEstimationParams as Fn, useGetAvatarLegacy as Fo, compare as Fr, LoadingContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, StoredWallet as Ga, useProfileModal as Gi, EcosystemShortcut as Gn, getAvatarQueryKey as Go, MinXNodeLevel as Gr, PrivyWalletProviderContextType as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, useXAppMetadata as Ha, useSettingsModal as Hi, signVip191Transaction as Hn, getTextRecords as Ho, simpleHash as Hr, VechainKitThemeProvider as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadataQueryKey as Ia, VePassportUserStatus as Ic, useLoginWithPasskey$1 as Ii, useGasTokenSelection as In, getAvatarOfAddressQueryKey as Io, isInvalid as Ir, MainContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, UseWalletReturnType as Ja, useLoginModalContent as Ji, LocalStorageKey as Jn, DomainsResponse as Jo, allNodeStrengthLevelToName as Jr, LegalDocumentOptions as Js, getChainId as Jt, SelectWalletContent as K, useWalletStorage as Ka, UpgradeSmartAccountModalProvider as Ki, useEcosystemShortcuts as Kn, useGetAvatar as Ko, NodeStrengthLevelToImage as Kr, usePrivyWalletProvider as Ks, getAllEventLogs as Kt, BalanceSection as L, useIpfsMetadata as La, Wallet as Lc, useSignTypedData as Li, decodeRawTx as Ln, useGetAvatarOfAddress as Lo, isValid as Lr, ConnectModal as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImageQueryKey as Ma, SmartAccount as Mc, getAppHubAppsQueryKey as Mi, UseEstimateAllTokensParams as Mn, useUnsetDomain as Mo, executeMultipleClausesCall as Mr, ConnectionButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, useIpfsImage as Na, TokenBalance as Nc, useAppHubApps as Ni, useEstimateAllTokens as Nn, getAvatarLegacy as No, isValidUrl as Nr, EcosystemContent as Ns, useThor$1 as Nt, useStickyHeaderContext as O, useIpfsMetadatas as Oa, ExecuteWithAuthorizationSignData as Oc, getGenericDelegatorUrl as Oi, useAccountImplementationAddress as On, ExchangeRates as Oo, MultipleClausesCallReturnType as Or, PrivyButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImageList as Pa, TransactionStatus as Pc, useLoginWithVeChain as Pi, useGenericDelegatorFeeEstimation as Pn, getAvatarLegacyQueryKey as Po, addPrefix as Pr, ErrorContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRefreshMetadata as Qa, useAccountCustomizationModal as Qi, buildSingleAuthorizationTypedData as Qn, getIsDomainProtectedQueryKey as Qo, convertUriToUrl as Qr, VechainKitProviderProps as Qs, useCurrentBlock as Qt, AccountSelector as R, getXAppsSharesQueryKey as Ra, useSignMessage as Ri, delegateAuthorized as Rn, getResolverAddressQueryKey as Ro, normalize as Rr, ConnectModalContentsTypes as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapTransaction as Sa, CURRENCY_SYMBOLS as Sc, TogglePassportCheck as Si, useGetAccountAddress as Sn, useCustomTokens as So, isOnline as Sr, ConnectPopover as Ss, SwapTokenContent as St, BaseModal as T, compressImages as Ta, ENSRecords as Tc, VECHAIN_KIT_TERMS_CONFIG as Ti, useCurrentAccountImplementationVersion as Tn, useTotalBalance as To, safeWindowOpen as Tr, DappKitButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, UseSwitchWalletReturnType as Ua, useAccountModalOptions as Ui, useGenericDelegator as Un, getTextRecordsQueryKey as Uo, TIME as Ur, useVechainKitThemeConfig as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, getXAppMetadata as Va, SettingsModalProvider as Vi, getDepositAccount as Vn, useUpdateTextRecord as Vo, isRejectionError as Vr, ColorModeSync as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, useSwitchWallet as Wa, ProfileModalProvider as Wi, useCrossAppConnectionCache as Wn, useGetTextRecords as Wo, EconomicNodeStrengthLevelToName as Wr, PrivyWalletProvider as Ws, useSendTransaction as Wt, SettingsContent as X, getRoundXAppsQueryKey as Xa, useReceiveModal as Xi, BuildClausesParams as Xn, getDomainsOfAddressQueryKey as Xo, gmNfts as Xr, VeChainKitContext as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, useWallet$1 as Ya, ReceiveModalProvider as Yi, useLocalStorage as Yn, getDomainsOfAddress as Yo, buildQueryString as Yr, VeChainKitConfig as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, useRoundXApps as Za, AccountCustomizationModalProvider as Zi, buildBatchAuthorizationTypedData as Zn, useGetDomainsOfAddress as Zo, xNodeToGMstartingLevel as Zr, VeChainKitProvider as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, AccountModalProvider as _a, GasTokenType as _c, ENV as _i, useHasV1SmartAccount as _n, TokenWithBalance as _o, getDocumentTitle as _r, TransactionModalProps as _s, ChooseNameSummaryContentProps as _t, useModal as a, SwapTokenModalProvider as aa, DepositAccount as ac, isValidAddress as ai, useUpgradeRequired as an, getVot3BalanceQueryKey as ao, useScrollToTop as ar, getVechainDomainQueryKey as as, AssetsContent as at, AccountAvatar as b, useConnectModal as ba, TextRecords as bc, TOKEN_LOGOS as bi, getAccountAddress as bn, getB3trBalanceQueryKey as bo, hasNavigator as br, WalletButtonProps as bs, ChooseNameContent as bt, LegalDocumentsModal as c, useSendTokenModal as ca, Rate as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, SupportedToken as co, useFeatureAnnouncement as cr, useFetchPrivyStatus as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, WalletModalProvider as da, calculateTotalCost as dc, humanAddress as di, useRefreshFactoryQueries as dn, useGetTokenUsdPrice as do, useCurrency as dr, useFetchAppInfo as ds, CustomizationSummaryContent as dt, useFAQModal as ea, EnrichedLegalDocument as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, MostVotedAppsInRoundReturnType as eo, GetEventsKeyParams as er, buildVetDomainClauses as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, useWalletModal as fa, formatGasCost as fc, humanDomain as fi, getIsDeployed as fn, getErc20BalanceQueryKey as fo, getCallClauseQueryKey as fr, AccountMainContent as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, useTransactionModal as ga, GasTokenSelection as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, useGetCustomTokenInfo as go, copyToClipboard as gr, TransactionModal as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, TransactionModalProvider as ha, GasTokenPreferences as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, getTokenInfo$1 as ho, useMultipleClausesCall as hr, ShareButtons as hs, FAQContent as ht, ModalProvider as i, useExploreEcosystemModal as ia, CostLevel as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, useIsPerson as io, useEvents as ir, useEnsRecordExists as is, ManageCustomTokenContentProps as it, ModalBackButton as j, getIpfsImage as ja, PrivyLoginMethod as jc, fetchAppHubApps as ji, useAccountBalance as jn, useTokenBalances as jo, executeCallClause as jr, EmailLoginButton as js, usePrivy$1 as jt, VersionFooter as k, IpfsImage as ka, NFTMediaType as kc, notFoundImage as ki, getAccountBalance as kn, useTokenPrices as ko, ViewFunctionResult as kr, EcosystemButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, ChooseNameModalProvider as la, TransactionCost as lc, formatTokenBalance as li, useSmartAccount as ln, getTokenUsdPrice as lo, useCurrentCurrency as lr, fetchPrivyAppInfo as ls, ProfileContent as lt, InlineFeedback as m, useTransactionToast as ma, GasTokenInfo as mc, isZero as mi, useIsSmartAccountDeployed as mn, getCustomTokenInfoQueryKey as mo, useCallClause as mr, TransactionModalContent as ms, CustomizationContent as mt, getConfig as n, useNotificationsModal as na, LegalDocumentSource as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, useMostVotedAppsInRound as no, decodeEventLog$1 as nr, useClaimVeWorldSubdomain as ns, BridgeContent as nt, DAppKitWalletButton as o, useSwapTokenModal as oa, EstimatedGas as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, useGetVot3Balance as oo, useIsPWA as or, useVechainDomain as os, AssetsContentProps as ot, WalletSwitchFeedback as p, TransactionToastProvider as pa, GasTokenEstimate as pc, humanNumber as pi, getIsDeployedQueryKey as pn, useGetErc20Balance as po, getCallClauseQueryKeyWithArgs as pr, TransactionToast as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletMetadata as qa, useUpgradeSmartAccountModal as qi, useSyncableLocalStorage as qn, Domain as qo, XNodeStrengthLevelToName as qr, LegalDocument as qs, getEventLogs as qt, AccountModalOptions as r, ExploreEcosystemModalProvider as ra, LegalDocumentType as rc, compareAddresses as ri, getUpgradeRequired as rn, getIsPersonQueryKey as ro, getEventsKey as rr, getEnsRecordExistsQueryKey as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, SendTokenModalProvider as sa, EstimationResponse as sc, regexPattern as si, getSmartAccount as sn, PRICE_FEED_IDS as so, useGetNodeUrl as sr, fetchPrivyStatus as ss, UpgradeSmartAccountContent as st, AppConfig as t, NotificationsModalProvider as ta, LegalDocumentAgreement as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, XApp as to, UseEventsParams as tr, useClaimVetDomain as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, useChooseNameModal as ua, VthoPerGasAtSpeed as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPriceQueryKey as uo, useCurrentLanguage as ur, getPrivyAppInfoQueryKey as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, useAccountModal as va, TransactionSpeed as vc, PrivyEcosystemApp as vi, getAccountVersionQueryKey as vn, getCustomTokenBalanceQueryKey as vo, getLocalStorageItem as vr, SocialIcons as vs, ChooseNameSearchContent as vt, AssetButton as w, UploadedImage as wa, CrossAppConnectionCache as wc, VECHAIN_KIT_STORAGE_KEYS as wi, getCurrentAccountImplementationVersionQueryKey as wn, useCurrentAllocationsRoundId as wo, safeQuerySelector as wr, VeChainWithPrivyLoginButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useSwapQuotes as xa, CURRENCY as xc, TOKEN_LOGO_COMPONENTS as xi, getAccountAddressQueryKey as xn, useGetB3trBalance as xo, isBrowser as xr, WalletDisplayVariant as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, ConnectModalProvider as ya, ENS_TEXT_RECORDS as yc, SUPPORTED_GAS_TOKENS as yi, useGetAccountVersion as yn, useGetCustomTokenBalances as yo, getWindowOrigin as yr, WalletButton as ys, ChooseNameSearchContentProps as yt, ActionButton as z, useXAppsShares as za, useNotificationAlerts as zi, estimateAndBuildTxBody as zn, useGetResolverAddress as zo, removePrefix as zr, LegalDocumentsProvider as zs, buildVETClauses as zt };
|
|
4282
|
+
//# sourceMappingURL=index-CpRbZET6.d.mts.map
|