@multiplatform.one/connectkit 6.1.0 → 6.3.0
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/README.md +64 -0
- package/dist/cjs/components/Common/Button/index.cjs +3 -2
- package/dist/cjs/components/Common/Button/index.native.js +3 -2
- package/dist/cjs/components/Common/Button/index.native.js.map +1 -1
- package/dist/cjs/components/Common/CustomQRCode/QRCode.cjs +1 -1
- package/dist/cjs/components/Common/Modal/index.cjs +2 -0
- package/dist/cjs/components/Common/Modal/index.native.js +6 -0
- package/dist/cjs/components/Common/Modal/index.native.js.map +1 -1
- package/dist/cjs/hooks/useFocusTrap.cjs +2 -2
- package/dist/cjs/hooks/useFocusTrap.native.js.map +1 -1
- package/dist/cjs/hooks/useLocales.cjs +2 -2
- package/dist/cjs/hooks/useLocales.native.js +1 -1
- package/dist/cjs/hooks/useLocales.native.js.map +1 -1
- package/dist/cjs/styles/defaultTheme.cjs +1 -1
- package/dist/cjs/utils/index.cjs +1 -1
- package/dist/cjs/utils/index.native.js.map +1 -1
- package/dist/esm/components/Common/Button/index.mjs +3 -2
- package/dist/esm/components/Common/Button/index.mjs.map +1 -1
- package/dist/esm/components/Common/Button/index.native.js +3 -2
- package/dist/esm/components/Common/Button/index.native.js.map +1 -1
- package/dist/esm/components/Common/CustomQRCode/QRCode.mjs +1 -1
- package/dist/esm/components/Common/CustomQRCode/QRCode.mjs.map +1 -1
- package/dist/esm/components/Common/CustomQRCode/QRCode.native.js +1 -1
- package/dist/esm/components/Common/CustomQRCode/QRCode.native.js.map +1 -1
- package/dist/esm/components/Common/Modal/index.mjs +2 -0
- package/dist/esm/components/Common/Modal/index.mjs.map +1 -1
- package/dist/esm/components/Common/Modal/index.native.js +6 -0
- package/dist/esm/components/Common/Modal/index.native.js.map +1 -1
- package/dist/esm/hooks/useFocusTrap.mjs +2 -2
- package/dist/esm/hooks/useFocusTrap.mjs.map +1 -1
- package/dist/esm/hooks/useFocusTrap.native.js.map +1 -1
- package/dist/esm/hooks/useLocales.mjs +2 -2
- package/dist/esm/hooks/useLocales.mjs.map +1 -1
- package/dist/esm/hooks/useLocales.native.js +1 -1
- package/dist/esm/hooks/useLocales.native.js.map +1 -1
- package/dist/esm/styles/defaultTheme.mjs +1 -1
- package/dist/esm/styles/defaultTheme.mjs.map +1 -1
- package/dist/esm/styles/defaultTheme.native.js.map +1 -1
- package/dist/esm/utils/index.mjs +1 -1
- package/dist/esm/utils/index.mjs.map +1 -1
- package/package.json +10 -8
- package/src/components/Common/Button/index.tsx +3 -2
- package/src/components/Common/Button/types.ts +5 -0
- package/src/components/Common/CustomQRCode/QRCode.tsx +1 -1
- package/src/components/Common/Modal/index.tsx +6 -0
- package/src/hooks/useFocusTrap.tsx +2 -2
- package/src/hooks/useLocales.tsx +2 -2
- package/src/localizations/locales/tr-TR.ts +1 -1
- package/src/styles/defaultTheme.ts +1 -1
- package/src/utils/index.ts +1 -1
- package/types/appMeta.d.ts +4 -0
- package/types/appMeta.d.ts.map +1 -0
- package/types/assets/ScanIconWithLogos.d.ts +6 -0
- package/types/assets/ScanIconWithLogos.d.ts.map +1 -0
- package/types/assets/browsers.d.ts +11 -0
- package/types/assets/browsers.d.ts.map +1 -0
- package/types/assets/icons.d.ts +31 -0
- package/types/assets/icons.d.ts.map +1 -0
- package/types/assets/logos.d.ts +176 -0
- package/types/assets/logos.d.ts.map +1 -0
- package/types/assets/wallet.d.ts +5 -0
- package/types/assets/wallet.d.ts.map +1 -0
- package/types/assets/wave.d.ts +3 -0
- package/types/assets/wave.d.ts.map +1 -0
- package/types/components/Common/Alert/index.d.ts +7 -0
- package/types/components/Common/Alert/index.d.ts.map +1 -0
- package/types/components/Common/Alert/styles.d.ts +3 -0
- package/types/components/Common/Alert/styles.d.ts.map +1 -0
- package/types/components/Common/Alert/types.d.ts +6 -0
- package/types/components/Common/Alert/types.d.ts.map +1 -0
- package/types/components/Common/BrowserIcon/index.d.ts +5 -0
- package/types/components/Common/BrowserIcon/index.d.ts.map +1 -0
- package/types/components/Common/BrowserIcon/styles.d.ts +2 -0
- package/types/components/Common/BrowserIcon/styles.d.ts.map +1 -0
- package/types/components/Common/BrowserIcon/types.d.ts +4 -0
- package/types/components/Common/BrowserIcon/types.d.ts.map +1 -0
- package/types/components/Common/Button/index.d.ts +5 -0
- package/types/components/Common/Button/index.d.ts.map +1 -0
- package/types/components/Common/Button/styles.d.ts +11 -0
- package/types/components/Common/Button/styles.d.ts.map +1 -0
- package/types/components/Common/Button/types.d.ts +17 -0
- package/types/components/Common/Button/types.d.ts.map +1 -0
- package/types/components/Common/ContinueWithAaveButton/index.d.ts +4 -0
- package/types/components/Common/ContinueWithAaveButton/index.d.ts.map +1 -0
- package/types/components/Common/ContinueWithAaveButton/styles.d.ts +5 -0
- package/types/components/Common/ContinueWithAaveButton/styles.d.ts.map +1 -0
- package/types/components/Common/CopyToClipboard/CopyToClipboardIcon.d.ts +6 -0
- package/types/components/Common/CopyToClipboard/CopyToClipboardIcon.d.ts.map +1 -0
- package/types/components/Common/CopyToClipboard/index.d.ts +8 -0
- package/types/components/Common/CopyToClipboard/index.d.ts.map +1 -0
- package/types/components/Common/CustomQRCode/QRCode.d.ts +13 -0
- package/types/components/Common/CustomQRCode/QRCode.d.ts.map +1 -0
- package/types/components/Common/CustomQRCode/index.d.ts +7 -0
- package/types/components/Common/CustomQRCode/index.d.ts.map +1 -0
- package/types/components/Common/CustomQRCode/styles.d.ts +7 -0
- package/types/components/Common/CustomQRCode/styles.d.ts.map +1 -0
- package/types/components/Common/CustomQRCode/types.d.ts +9 -0
- package/types/components/Common/CustomQRCode/types.d.ts.map +1 -0
- package/types/components/Common/DynamicContainer/index.d.ts +8 -0
- package/types/components/Common/DynamicContainer/index.d.ts.map +1 -0
- package/types/components/Common/FitText/index.d.ts +9 -0
- package/types/components/Common/FitText/index.d.ts.map +1 -0
- package/types/components/Common/LazyImage/index.d.ts +9 -0
- package/types/components/Common/LazyImage/index.d.ts.map +1 -0
- package/types/components/Common/Logo/index.d.ts +9 -0
- package/types/components/Common/Logo/index.d.ts.map +1 -0
- package/types/components/Common/Logo/styles.d.ts +4 -0
- package/types/components/Common/Logo/styles.d.ts.map +1 -0
- package/types/components/Common/Modal/index.d.ts +26 -0
- package/types/components/Common/Modal/index.d.ts.map +1 -0
- package/types/components/Common/Modal/styles.d.ts +25 -0
- package/types/components/Common/Modal/styles.d.ts.map +1 -0
- package/types/components/Common/Portal/index.d.ts +3 -0
- package/types/components/Common/Portal/index.d.ts.map +1 -0
- package/types/components/Common/ScrollArea/index.d.ts +8 -0
- package/types/components/Common/ScrollArea/index.d.ts.map +1 -0
- package/types/components/Common/ScrollArea/styles.d.ts +4 -0
- package/types/components/Common/ScrollArea/styles.d.ts.map +1 -0
- package/types/components/Common/Spinner/index.d.ts +2 -0
- package/types/components/Common/Spinner/index.d.ts.map +1 -0
- package/types/components/Common/Spinner/styles.d.ts +2 -0
- package/types/components/Common/Spinner/styles.d.ts.map +1 -0
- package/types/components/Common/ThemedButton/index.d.ts +16 -0
- package/types/components/Common/ThemedButton/index.d.ts.map +1 -0
- package/types/components/Common/ThemedButton/styles.d.ts +3 -0
- package/types/components/Common/ThemedButton/styles.d.ts.map +1 -0
- package/types/components/Common/Tooltip/index.d.ts +5 -0
- package/types/components/Common/Tooltip/index.d.ts.map +1 -0
- package/types/components/Common/Tooltip/styles.d.ts +4 -0
- package/types/components/Common/Tooltip/styles.d.ts.map +1 -0
- package/types/components/Common/Tooltip/types.d.ts +10 -0
- package/types/components/Common/Tooltip/types.d.ts.map +1 -0
- package/types/components/ConnectKit.d.ts +81 -0
- package/types/components/ConnectKit.d.ts.map +1 -0
- package/types/components/ConnectKitThemeProvider/ConnectKitThemeProvider.d.ts +17 -0
- package/types/components/ConnectKitThemeProvider/ConnectKitThemeProvider.d.ts.map +1 -0
- package/types/components/ConnectModal/index.d.ts +9 -0
- package/types/components/ConnectModal/index.d.ts.map +1 -0
- package/types/constants/defaultTheme.d.ts +5 -0
- package/types/constants/defaultTheme.d.ts.map +1 -0
- package/types/hooks/useFitText.d.ts +15 -0
- package/types/hooks/useFitText.d.ts.map +1 -0
- package/types/hooks/useFocusTrap.d.ts +2 -0
- package/types/hooks/useFocusTrap.d.ts.map +1 -0
- package/types/hooks/useGoogleFont.d.ts +4 -0
- package/types/hooks/useGoogleFont.d.ts.map +1 -0
- package/types/hooks/useIsMobile.d.ts +2 -0
- package/types/hooks/useIsMobile.d.ts.map +1 -0
- package/types/hooks/useIsMounted.d.ts +2 -0
- package/types/hooks/useIsMounted.d.ts.map +1 -0
- package/types/hooks/useLocalStorage.d.ts +8 -0
- package/types/hooks/useLocalStorage.d.ts.map +1 -0
- package/types/hooks/useLocales.d.ts +3 -0
- package/types/hooks/useLocales.d.ts.map +1 -0
- package/types/hooks/useLockBodyScroll.d.ts +2 -0
- package/types/hooks/useLockBodyScroll.d.ts.map +1 -0
- package/types/hooks/useModal.d.ts +6 -0
- package/types/hooks/useModal.d.ts.map +1 -0
- package/types/hooks/usePrevious.d.ts +2 -0
- package/types/hooks/usePrevious.d.ts.map +1 -0
- package/types/hooks/useWindowSize.d.ts +5 -0
- package/types/hooks/useWindowSize.d.ts.map +1 -0
- package/types/index.d.ts +46 -0
- package/types/index.d.ts.map +1 -0
- package/types/localizations/index.d.ts +98 -0
- package/types/localizations/index.d.ts.map +1 -0
- package/types/localizations/locales/ar-AE.d.ts +4 -0
- package/types/localizations/locales/ar-AE.d.ts.map +1 -0
- package/types/localizations/locales/ca-AD.d.ts +4 -0
- package/types/localizations/locales/ca-AD.d.ts.map +1 -0
- package/types/localizations/locales/ee-EE.d.ts +4 -0
- package/types/localizations/locales/ee-EE.d.ts.map +1 -0
- package/types/localizations/locales/en-US.d.ts +98 -0
- package/types/localizations/locales/en-US.d.ts.map +1 -0
- package/types/localizations/locales/es-ES.d.ts +4 -0
- package/types/localizations/locales/es-ES.d.ts.map +1 -0
- package/types/localizations/locales/fa-IR.d.ts +4 -0
- package/types/localizations/locales/fa-IR.d.ts.map +1 -0
- package/types/localizations/locales/fr-FR.d.ts +4 -0
- package/types/localizations/locales/fr-FR.d.ts.map +1 -0
- package/types/localizations/locales/index.d.ts +3 -0
- package/types/localizations/locales/index.d.ts.map +1 -0
- package/types/localizations/locales/ja-JP.d.ts +4 -0
- package/types/localizations/locales/ja-JP.d.ts.map +1 -0
- package/types/localizations/locales/pt-BR.d.ts +4 -0
- package/types/localizations/locales/pt-BR.d.ts.map +1 -0
- package/types/localizations/locales/ru-RU.d.ts +4 -0
- package/types/localizations/locales/ru-RU.d.ts.map +1 -0
- package/types/localizations/locales/tr-TR.d.ts +4 -0
- package/types/localizations/locales/tr-TR.d.ts.map +1 -0
- package/types/localizations/locales/vi-VN.d.ts +4 -0
- package/types/localizations/locales/vi-VN.d.ts.map +1 -0
- package/types/localizations/locales/zh-CN.d.ts +4 -0
- package/types/localizations/locales/zh-CN.d.ts.map +1 -0
- package/types/registry.d.ts +83 -0
- package/types/registry.d.ts.map +1 -0
- package/types/routes.d.ts +13 -0
- package/types/routes.d.ts.map +1 -0
- package/types/styles/defaultTheme.d.ts +4 -0
- package/types/styles/defaultTheme.d.ts.map +1 -0
- package/types/styles/index.d.ts +2 -0
- package/types/styles/index.d.ts.map +1 -0
- package/types/styles/styled/index.d.ts +13 -0
- package/types/styles/styled/index.d.ts.map +1 -0
- package/types/styles/themes/base.d.ts +130 -0
- package/types/styles/themes/base.d.ts.map +1 -0
- package/types/styles/themes/index.d.ts +674 -0
- package/types/styles/themes/index.d.ts.map +1 -0
- package/types/styles/themes/midnight.d.ts +75 -0
- package/types/styles/themes/midnight.d.ts.map +1 -0
- package/types/styles/themes/minimal.d.ts +95 -0
- package/types/styles/themes/minimal.d.ts.map +1 -0
- package/types/styles/themes/nouns.d.ts +80 -0
- package/types/styles/themes/nouns.d.ts.map +1 -0
- package/types/styles/themes/retro.d.ts +90 -0
- package/types/styles/themes/retro.d.ts.map +1 -0
- package/types/styles/themes/rounded.d.ts +87 -0
- package/types/styles/themes/rounded.d.ts.map +1 -0
- package/types/styles/themes/soft.d.ts +70 -0
- package/types/styles/themes/soft.d.ts.map +1 -0
- package/types/styles/themes/web95.d.ts +92 -0
- package/types/styles/themes/web95.d.ts.map +1 -0
- package/types/styles/types.d.ts +81 -0
- package/types/styles/types.d.ts.map +1 -0
- package/types/types.d.ts +20 -0
- package/types/types.d.ts.map +1 -0
- package/types/utils/index.d.ts +23 -0
- package/types/utils/index.d.ts.map +1 -0
- package/types/utils/localstorage.d.ts +10 -0
- package/types/utils/localstorage.d.ts.map +1 -0
- package/types/utils/p3.d.ts +3 -0
- package/types/utils/p3.d.ts.map +1 -0
- package/types/utils/wallets.d.ts +27 -0
- package/types/utils/wallets.d.ts.map +1 -0
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
export declare const Mock: ({ ...props }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const Injected: ({ ...props }: {
|
|
5
|
+
[x: string]: any;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const WalletConnect: ({ background, ...props }: {
|
|
8
|
+
[x: string]: any;
|
|
9
|
+
background?: boolean | undefined;
|
|
10
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const MetaMask: ({ background, ...props }: {
|
|
12
|
+
[x: string]: any;
|
|
13
|
+
background?: boolean | undefined;
|
|
14
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const Coinbase: ({ background, ...props }: {
|
|
16
|
+
[x: string]: any;
|
|
17
|
+
background?: boolean | undefined;
|
|
18
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export declare const AaveAccount: () => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export declare const Trust: ({ theme, ...props }: {
|
|
21
|
+
[x: string]: any;
|
|
22
|
+
theme?: string | undefined;
|
|
23
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export declare const Argent: ({ ...props }: {
|
|
25
|
+
[x: string]: any;
|
|
26
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export declare const ImToken: ({ ...props }: {
|
|
28
|
+
[x: string]: any;
|
|
29
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
export declare const Frame: ({ ...props }: {
|
|
31
|
+
[x: string]: any;
|
|
32
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
export declare const Rainbow: ({ round, ...props }: {
|
|
34
|
+
[x: string]: any;
|
|
35
|
+
round?: boolean | undefined;
|
|
36
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
export declare const Brave: ({ ...props }: {
|
|
38
|
+
[x: string]: any;
|
|
39
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
export declare const Crypto: ({ ...props }: {
|
|
41
|
+
[x: string]: any;
|
|
42
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
43
|
+
export declare const Ledger: ({ ...props }: {
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
export declare const Steak: ({ ...props }: {
|
|
47
|
+
[x: string]: any;
|
|
48
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
export declare const Unstoppable: ({ ...props }: {
|
|
50
|
+
[x: string]: any;
|
|
51
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
52
|
+
export declare const ONTO: ({ ...props }: {
|
|
53
|
+
[x: string]: any;
|
|
54
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
export declare const Slope: ({ ...props }: {
|
|
56
|
+
[x: string]: any;
|
|
57
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
58
|
+
export declare const Safe: ({ ...props }: {
|
|
59
|
+
[x: string]: any;
|
|
60
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
export declare const Frontier: ({ ...props }: {
|
|
62
|
+
[x: string]: any;
|
|
63
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
64
|
+
export declare const Zerion: ({ ...props }: {
|
|
65
|
+
[x: string]: any;
|
|
66
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
67
|
+
export declare const Phantom: ({ background, ...props }: {
|
|
68
|
+
[x: string]: any;
|
|
69
|
+
background?: boolean | undefined;
|
|
70
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
71
|
+
export declare const PlaceHolder: () => import("react/jsx-runtime").JSX.Element;
|
|
72
|
+
export declare const Dawn: ({ ...props }: {
|
|
73
|
+
[x: string]: any;
|
|
74
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
75
|
+
export declare const InfinityWallet: ({ ...props }: {
|
|
76
|
+
[x: string]: any;
|
|
77
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
78
|
+
export declare const OtherWallets: ({ ...props }: {
|
|
79
|
+
[x: string]: any;
|
|
80
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
81
|
+
declare const _default: {
|
|
82
|
+
Mock: ({ ...props }: {
|
|
83
|
+
[x: string]: any;
|
|
84
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
85
|
+
Injected: ({ ...props }: {
|
|
86
|
+
[x: string]: any;
|
|
87
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
88
|
+
OtherWallets: ({ ...props }: {
|
|
89
|
+
[x: string]: any;
|
|
90
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
91
|
+
WalletConnect: ({ background, ...props }: {
|
|
92
|
+
[x: string]: any;
|
|
93
|
+
background?: boolean | undefined;
|
|
94
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
95
|
+
MetaMask: ({ background, ...props }: {
|
|
96
|
+
[x: string]: any;
|
|
97
|
+
background?: boolean | undefined;
|
|
98
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
99
|
+
Coinbase: ({ background, ...props }: {
|
|
100
|
+
[x: string]: any;
|
|
101
|
+
background?: boolean | undefined;
|
|
102
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
103
|
+
AaveAccount: () => import("react/jsx-runtime").JSX.Element;
|
|
104
|
+
Trust: ({ theme, ...props }: {
|
|
105
|
+
[x: string]: any;
|
|
106
|
+
theme?: string | undefined;
|
|
107
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
108
|
+
Argent: ({ ...props }: {
|
|
109
|
+
[x: string]: any;
|
|
110
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
111
|
+
ImToken: ({ ...props }: {
|
|
112
|
+
[x: string]: any;
|
|
113
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
114
|
+
Rainbow: ({ round, ...props }: {
|
|
115
|
+
[x: string]: any;
|
|
116
|
+
round?: boolean | undefined;
|
|
117
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
118
|
+
Crypto: ({ ...props }: {
|
|
119
|
+
[x: string]: any;
|
|
120
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
121
|
+
Ledger: ({ ...props }: {
|
|
122
|
+
[x: string]: any;
|
|
123
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
124
|
+
Brave: ({ ...props }: {
|
|
125
|
+
[x: string]: any;
|
|
126
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
127
|
+
Steak: ({ ...props }: {
|
|
128
|
+
[x: string]: any;
|
|
129
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
130
|
+
Unstoppable: ({ ...props }: {
|
|
131
|
+
[x: string]: any;
|
|
132
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
133
|
+
ONTO: ({ ...props }: {
|
|
134
|
+
[x: string]: any;
|
|
135
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
136
|
+
Slope: ({ ...props }: {
|
|
137
|
+
[x: string]: any;
|
|
138
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
139
|
+
Safe: ({ ...props }: {
|
|
140
|
+
[x: string]: any;
|
|
141
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
142
|
+
Frontier: ({ ...props }: {
|
|
143
|
+
[x: string]: any;
|
|
144
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
145
|
+
Zerion: ({ ...props }: {
|
|
146
|
+
[x: string]: any;
|
|
147
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
148
|
+
Phantom: ({ background, ...props }: {
|
|
149
|
+
[x: string]: any;
|
|
150
|
+
background?: boolean | undefined;
|
|
151
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
152
|
+
PlaceHolder: () => import("react/jsx-runtime").JSX.Element;
|
|
153
|
+
Frame: ({ ...props }: {
|
|
154
|
+
[x: string]: any;
|
|
155
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
156
|
+
Dawn: ({ ...props }: {
|
|
157
|
+
[x: string]: any;
|
|
158
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
159
|
+
InfinityWallet: ({ ...props }: {
|
|
160
|
+
[x: string]: any;
|
|
161
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
162
|
+
Rabby: ({ ...props }: {
|
|
163
|
+
[x: string]: any;
|
|
164
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
165
|
+
Fordefi: ({ ...props }: {
|
|
166
|
+
[x: string]: any;
|
|
167
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
168
|
+
TokenPocket: ({ ...props }: {
|
|
169
|
+
[x: string]: any;
|
|
170
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
171
|
+
Talisman: ({ ...props }: {
|
|
172
|
+
[x: string]: any;
|
|
173
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
174
|
+
};
|
|
175
|
+
export default _default;
|
|
176
|
+
//# sourceMappingURL=logos.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logos.d.ts","sourceRoot":"","sources":["../../src/assets/logos.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,GAAI;;CAAY,4CAmDhC,CAAC;AACF,eAAO,MAAM,QAAQ,GAAI;;CAAY,4CAgBpC,CAAC;AACF,eAAO,MAAM,aAAa,GAAI;;;CAAgC,4CAe7D,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI;;;CAAgC,4CA2CxD,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI;;;CAAgC,4CAkBxD,CAAC;AAEF,eAAO,MAAM,WAAW,+CAiBvB,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI;;;CAA6B,4CAqBlD,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI;;CAAY,4CAelC,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI;;CAAY,4CAqBnC,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI;;CAAY,4CAQjC,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI;;;CAA2B,4CAoBlD,CAAC;AACF,eAAO,MAAM,KAAK,GAAI;;CAAY,4CA+CjC,CAAC;AACF,eAAO,MAAM,MAAM,GAAI;;CAAY,4CA4DlC,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI;;CAAY,4CAiBlC,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI;;CAAY,4CA2BjC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI;;CAAY,4CAevC,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI;;CAAY,4CAehC,CAAC;AACF,eAAO,MAAM,KAAK,GAAI;;CAAY,4CAuDjC,CAAC;AACF,eAAO,MAAM,IAAI,GAAI;;CAAY,4CAuBhC,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI;;CAAY,4CAepC,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI;;CAAY,4CAqBlC,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI;;;CAAgC,4CAiBvD,CAAC;AAEF,eAAO,MAAM,WAAW,+CAEvB,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI;;CAAY,4CAmChC,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI;;CAAY,4CAoM1C,CAAC;AAgKF,eAAO,MAAM,YAAY,GAAI;;CAAY,4CA+BxC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BF,wBA+BE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallet.d.ts","sourceRoot":"","sources":["../../src/assets/wallet.tsx"],"names":[],"mappings":"yBAAgB;;CAAY;AAA5B,wBAyBE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wave.d.ts","sourceRoot":"","sources":["../../src/assets/wave.tsx"],"names":[],"mappings":";AAAA,wBAiCE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Alert/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAGrC,QAAA,MAAM,KAAK;gCAA+B,UAAU;;CAOnD,CAAC;AAGF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Alert/styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc,KAkC1B,CAAC;AAEF,eAAO,MAAM,aAAa,KAWzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Alert/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/BrowserIcon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAM3C,QAAA,MAAM,WAAW,sFAsBhB,CAAC;AAGF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/BrowserIcon/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,KAahC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/BrowserIcon/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAuBtC,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAgIjC,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const SpinnerContainer: any;
|
|
2
|
+
export declare const Arrow: any;
|
|
3
|
+
export declare const ArrowChevron: any;
|
|
4
|
+
export declare const ArrowLine: any;
|
|
5
|
+
export declare const DownloadArrow: any;
|
|
6
|
+
export declare const DownloadArrowInner: any;
|
|
7
|
+
export declare const ButtonContainerInner: any;
|
|
8
|
+
export declare const ButtonContainer: any;
|
|
9
|
+
export declare const InnerContainer: any;
|
|
10
|
+
export declare const IconContainer: any;
|
|
11
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Button/styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,KAQ5B,CAAC;AAEF,eAAO,MAAM,KAAK,KAcjB,CAAC;AACF,eAAO,MAAM,YAAY,KAAgB,CAAC;AAC1C,eAAO,MAAM,SAAS,KAKrB,CAAC;AACF,eAAO,MAAM,aAAa,KAMzB,CAAC;AACF,eAAO,MAAM,kBAAkB,KAK9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,KAMhC,CAAC;AACF,eAAO,MAAM,eAAe,KAwJ3B,CAAC;AAEF,eAAO,MAAM,cAAc,KAW1B,CAAC;AAEF,eAAO,MAAM,aAAa,KA4BzB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export type ButtonProps = {
|
|
3
|
+
children?: React.ReactNode;
|
|
4
|
+
variant?: "primary" | "secondary" | "tertiary";
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
icon?: React.ReactNode;
|
|
7
|
+
iconPosition?: "left" | "right";
|
|
8
|
+
roundedIcon?: boolean;
|
|
9
|
+
waiting?: boolean;
|
|
10
|
+
arrow?: boolean;
|
|
11
|
+
download?: boolean;
|
|
12
|
+
href?: string;
|
|
13
|
+
target?: "_blank" | "_self";
|
|
14
|
+
style?: React.CSSProperties;
|
|
15
|
+
onClick?: (e: any) => void;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Button/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IAKd,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC5B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/ContinueWithAaveButton/index.tsx"],"names":[],"mappings":"AAqBA,eAAO,MAAM,sBAAsB,GAAI,aAAa;IAAE,OAAO,EAAE,MAAM,IAAI,CAAA;CAAE,4CAc1E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/ContinueWithAaveButton/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,KAMhC,CAAC;AACF,eAAO,MAAM,eAAe,KAuC3B,CAAC;AAEF,eAAO,MAAM,cAAc,KAO1B,CAAC;AAEF,eAAO,MAAM,aAAa,KAazB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CopyToClipboardIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/CopyToClipboard/CopyToClipboardIcon.tsx"],"names":[],"mappings":"AAkEA,QAAA,MAAM,mBAAmB,GAAI,mBAAmB;IAAE,MAAM,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,4CASpF,CAAC;AACF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/CopyToClipboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA2CxC,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAwCA,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import QRCodeUtil from "qrcode";
|
|
2
|
+
import React from "react";
|
|
3
|
+
type Props = {
|
|
4
|
+
ecl?: QRCodeUtil.QRCodeErrorCorrectionLevel;
|
|
5
|
+
size?: number;
|
|
6
|
+
uri: string;
|
|
7
|
+
clearArea?: boolean;
|
|
8
|
+
image?: React.ReactNode;
|
|
9
|
+
imageBackground?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare function QRCode({ ecl, size: sizeProp, uri, clearArea, image, imageBackground, }: Props): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=QRCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QRCode.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/CustomQRCode/QRCode.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,QAAQ,CAAC;AAChC,OAAO,KAAgC,MAAM,OAAO,CAAC;AAkBrD,KAAK,KAAK,GAAG;IACX,GAAG,CAAC,EAAE,UAAU,CAAC,0BAA0B,CAAC;IAC5C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,wBAAgB,MAAM,CAAC,EACrB,GAAS,EACT,IAAI,EAAE,QAAc,EACpB,GAAG,EACH,SAAiB,EACjB,KAAK,EACL,eAA+B,GAChC,EAAE,KAAK,2CAwHP"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CustomQRCodeProps } from "./types";
|
|
2
|
+
declare function CustomQRCode({ value, image, imageBackground, imagePosition, tooltipMessage, }: CustomQRCodeProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare namespace CustomQRCode {
|
|
4
|
+
var displayName: string;
|
|
5
|
+
}
|
|
6
|
+
export default CustomQRCode;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/CustomQRCode/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAS5C,iBAAS,YAAY,CAAC,EACpB,KAAK,EACL,KAAK,EACL,eAAe,EACf,aAAwB,EACxB,cAAc,GACf,EAAE,iBAAiB,2CAiEnB;kBAvEQ,YAAY;;;AA0ErB,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const QRCodeContainer: any;
|
|
2
|
+
export declare const QRCodeContent: any;
|
|
3
|
+
export declare const PlaceholderKeyframes: import("styled-components").Keyframes;
|
|
4
|
+
export declare const QRPlaceholder: any;
|
|
5
|
+
export declare const LogoContainer: any;
|
|
6
|
+
export declare const LogoIcon: any;
|
|
7
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/CustomQRCode/styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe,KAoB3B,CAAC;AACF,eAAO,MAAM,aAAa,KAOzB,CAAC;AACF,eAAO,MAAM,oBAAoB,uCAGhC,CAAC;AACF,eAAO,MAAM,aAAa,KAsEzB,CAAC;AAEF,eAAO,MAAM,aAAa,KAQzB,CAAC;AACF,eAAO,MAAM,QAAQ,KAmCpB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export type CustomQRCodeProps = {
|
|
3
|
+
value?: string;
|
|
4
|
+
image?: React.ReactNode;
|
|
5
|
+
imageBackground?: string;
|
|
6
|
+
imagePosition?: "center" | "bottom right";
|
|
7
|
+
tooltipMessage?: React.ReactNode | string;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/CustomQRCode/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,QAAQ,GAAG,cAAc,CAAC;IAC1C,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;CAC3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/DynamicContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,qBAAqB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAAC;AAExE,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAcrD,CAAC;AACF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/FitText/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,QAAA,MAAM,OAAO;mBAAkB;QAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE;;CAyB3D,CAAC;AAGF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/LazyImage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CA8BA,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Logo/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IACnB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAkBA,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Logo/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,KAIzB,CAAC;AACF,eAAO,MAAM,QAAQ,KAIpB,CAAC;AACF,eAAO,MAAM,KAAK,KAajB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Variants } from "framer-motion";
|
|
3
|
+
import { CustomTheme } from "../../../types";
|
|
4
|
+
export declare const contentVariants: Variants;
|
|
5
|
+
type ModalProps = {
|
|
6
|
+
open?: boolean;
|
|
7
|
+
pages: any;
|
|
8
|
+
pageId: string;
|
|
9
|
+
positionInside?: boolean;
|
|
10
|
+
inline?: boolean;
|
|
11
|
+
onClose?: () => void;
|
|
12
|
+
onBack?: () => void;
|
|
13
|
+
onInfo?: () => void;
|
|
14
|
+
demo?: {
|
|
15
|
+
theme: string;
|
|
16
|
+
mode?: string;
|
|
17
|
+
customTheme: CustomTheme;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
declare const Modal: React.FC<ModalProps>;
|
|
21
|
+
export declare const OrDivider: ({ children, hideHr, }: {
|
|
22
|
+
children?: React.ReactNode;
|
|
23
|
+
hideHr?: boolean;
|
|
24
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export default Modal;
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,EAA2B,QAAQ,EAAE,MAAM,eAAe,CAAC;AAiClE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAwD7C,eAAO,MAAM,eAAe,EAAE,QA2B7B,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,EAAE,GAAG,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAEpB,IAAI,CAAC,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,WAAW,CAAC;KAC1B,CAAC;CACH,CAAC;AACF,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA0W/B,CAAC;AAkDF,eAAO,MAAM,SAAS,GAAI,uBAGvB;IACD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,4CAOA,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare const ErrorMessage: any;
|
|
2
|
+
export declare const PageContent: any;
|
|
3
|
+
export declare const TextWithHr: any;
|
|
4
|
+
export declare const ModalHeading: any;
|
|
5
|
+
export declare const ModalContentContainer: any;
|
|
6
|
+
export declare const ModalContent: any;
|
|
7
|
+
export declare const ModalH1: any;
|
|
8
|
+
export declare const ModalBody: any;
|
|
9
|
+
export declare const ModalBodySmall: any;
|
|
10
|
+
export declare const BackgroundOverlay: any;
|
|
11
|
+
export declare const BoxContainer: any;
|
|
12
|
+
export declare const ControllerContainer: any;
|
|
13
|
+
export declare const InnerContainer: any;
|
|
14
|
+
export declare const PageContainer: any;
|
|
15
|
+
export declare const PageContents: any;
|
|
16
|
+
export declare const ModalContainer: any;
|
|
17
|
+
export declare const CloseButton: any;
|
|
18
|
+
export declare const SiweButton: any;
|
|
19
|
+
export declare const BackButton: any;
|
|
20
|
+
export declare const InfoButton: any;
|
|
21
|
+
export declare const Container: any;
|
|
22
|
+
export declare const Disclaimer: any;
|
|
23
|
+
export declare const DisclaimerBackground: any;
|
|
24
|
+
export declare const SignInTooltip: any;
|
|
25
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Modal/styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY,KA8BxB,CAAC;AAgCF,eAAO,MAAM,WAAW,KAIvB,CAAC;AAEF,eAAO,MAAM,UAAU,KAqCtB,CAAC;AACF,eAAO,MAAM,YAAY,KAqBxB,CAAC;AAEF,eAAO,MAAM,qBAAqB,KAGjC,CAAC;AACF,eAAO,MAAM,YAAY,KAYxB,CAAC;AACF,eAAO,MAAM,OAAO,KA0BnB,CAAC;AAEF,eAAO,MAAM,SAAS,KASrB,CAAC;AAEF,eAAO,MAAM,cAAc,KAU1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,KAe7B,CAAC;AAqBF,eAAO,MAAM,YAAY,KA6CxB,CAAC;AACF,eAAO,MAAM,mBAAmB,KAY/B,CAAC;AAEF,eAAO,MAAM,cAAc,KAS1B,CAAC;AAEF,eAAO,MAAM,aAAa,KA6DzB,CAAC;AACF,eAAO,MAAM,YAAY,KAKxB,CAAC;AAEF,eAAO,MAAM,cAAc,KAI1B,CAAC;AAEF,eAAO,MAAM,WAAW,KA8BvB,CAAC;AAEF,eAAO,MAAM,UAAU,KA+BtB,CAAC;AAEF,eAAO,MAAM,UAAU,KAgCtB,CAAC;AAEF,eAAO,MAAM,UAAU,KA+BtB,CAAC;AAEF,eAAO,MAAM,SAAS,KAkFrB,CAAC;AAEF,eAAO,MAAM,UAAU,KA0BtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,KA2BhC,CAAC;AAEF,eAAO,MAAM,aAAa,KA8BzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Portal/index.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,MAAM,GAAI,OAAO,GAAG,uCA4BzB,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const ScrollArea: ({ children, height, backgroundColor, mobileDirection, }: {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
height?: number;
|
|
5
|
+
backgroundColor?: string;
|
|
6
|
+
mobileDirection?: "horizontal" | "vertical";
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/ScrollArea/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAejD,eAAO,MAAM,UAAU,GAAI,yDAKxB;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CAC7C,4CA6EA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/ScrollArea/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,KAE3B,CAAC;AAMF,eAAO,MAAM,aAAa,KA6CzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,KA2G/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Spinner/index.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,OAAO,+CA8BnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/Spinner/styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB,KAU5B,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ThemeContainer } from "./styles";
|
|
3
|
+
import { All } from "./../../../types";
|
|
4
|
+
type ThemedButtonProps = {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
variant?: "primary" | "secondary" | "tertiary";
|
|
7
|
+
autoSize?: boolean;
|
|
8
|
+
duration?: number;
|
|
9
|
+
style?: React.CSSProperties;
|
|
10
|
+
onClick?: () => void;
|
|
11
|
+
};
|
|
12
|
+
export declare const PlaceholderButton: () => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare const ThemedButton: React.FC<ThemedButtonProps & All>;
|
|
14
|
+
export default ThemedButton;
|
|
15
|
+
export { ThemeContainer };
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Common/ThemedButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAa,MAAM,UAAU,CAAC;AAErD,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AAGvC,KAAK,iBAAiB,GAAG;IACvB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,+CAE7B,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,GAAG,GAAG,CAuCnD,CAAC;AACF,eAAe,YAAY,CAAC;AAC5B,OAAO,EAAE,cAAc,EAAE,CAAC"}
|