@openfort/react 0.0.1

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.
Files changed (192) hide show
  1. package/README.md +139 -0
  2. package/build/assets/ScanIconWithLogos.d.ts +5 -0
  3. package/build/assets/browsers.d.ts +10 -0
  4. package/build/assets/chains.d.ts +61 -0
  5. package/build/assets/icons.d.ts +51 -0
  6. package/build/assets/logos.d.ts +202 -0
  7. package/build/assets/wallet.d.ts +4 -0
  8. package/build/assets/wave.d.ts +2 -0
  9. package/build/components/BalanceButton/index.d.ts +9 -0
  10. package/build/components/Common/Alert/index.d.ts +6 -0
  11. package/build/components/Common/Alert/styles.d.ts +4 -0
  12. package/build/components/Common/Alert/types.d.ts +5 -0
  13. package/build/components/Common/Avatar/index.d.ts +16 -0
  14. package/build/components/Common/Avatar/styles.d.ts +8 -0
  15. package/build/components/Common/BrowserIcon/index.d.ts +4 -0
  16. package/build/components/Common/BrowserIcon/styles.d.ts +1 -0
  17. package/build/components/Common/BrowserIcon/types.d.ts +3 -0
  18. package/build/components/Common/Button/index.d.ts +4 -0
  19. package/build/components/Common/Button/styles.d.ts +16 -0
  20. package/build/components/Common/Button/types.d.ts +16 -0
  21. package/build/components/Common/Chain/index.d.ts +8 -0
  22. package/build/components/Common/Chain/styles.d.ts +9 -0
  23. package/build/components/Common/ChainSelect/index.d.ts +3 -0
  24. package/build/components/Common/ChainSelectDropdown/index.d.ts +9 -0
  25. package/build/components/Common/ChainSelectDropdown/styles.d.ts +4 -0
  26. package/build/components/Common/ChainSelectList/index.d.ts +4 -0
  27. package/build/components/Common/ChainSelectList/styles.d.ts +13 -0
  28. package/build/components/Common/ConnectorList/index.d.ts +2 -0
  29. package/build/components/Common/ConnectorList/styles.d.ts +9 -0
  30. package/build/components/Common/CopyToClipboard/CopyToClipboardIcon.d.ts +5 -0
  31. package/build/components/Common/CopyToClipboard/index.d.ts +7 -0
  32. package/build/components/Common/CustomQRCode/QRCode.d.ts +12 -0
  33. package/build/components/Common/CustomQRCode/index.d.ts +6 -0
  34. package/build/components/Common/CustomQRCode/styles.d.ts +8 -0
  35. package/build/components/Common/CustomQRCode/types.d.ts +8 -0
  36. package/build/components/Common/DynamicContainer/index.d.ts +7 -0
  37. package/build/components/Common/FitText/index.d.ts +10 -0
  38. package/build/components/Common/Input/index.d.ts +4 -0
  39. package/build/components/Common/Input/styles.d.ts +3 -0
  40. package/build/components/Common/Input/types.d.ts +2 -0
  41. package/build/components/Common/LazyImage/index.d.ts +8 -0
  42. package/build/components/Common/Loading/index.d.ts +6 -0
  43. package/build/components/Common/Logo/index.d.ts +8 -0
  44. package/build/components/Common/Logo/styles.d.ts +6 -0
  45. package/build/components/Common/Modal/index.d.ts +24 -0
  46. package/build/components/Common/Modal/styles.d.ts +33 -0
  47. package/build/components/Common/Portal/index.d.ts +2 -0
  48. package/build/components/Common/PoweredByFooter/index.d.ts +5 -0
  49. package/build/components/Common/ScrollArea/index.d.ts +7 -0
  50. package/build/components/Common/ScrollArea/styles.d.ts +8 -0
  51. package/build/components/Common/Spinner/index.d.ts +1 -0
  52. package/build/components/Common/Spinner/styles.d.ts +1 -0
  53. package/build/components/Common/SquircleSpinner/index.d.ts +5 -0
  54. package/build/components/Common/SquircleSpinner/styles.d.ts +4 -0
  55. package/build/components/Common/ThemedButton/index.d.ts +15 -0
  56. package/build/components/Common/ThemedButton/styles.d.ts +4 -0
  57. package/build/components/Common/Tooltip/index.d.ts +4 -0
  58. package/build/components/Common/Tooltip/styles.d.ts +8 -0
  59. package/build/components/Common/Tooltip/types.d.ts +9 -0
  60. package/build/components/ConnectButton/index.d.ts +33 -0
  61. package/build/components/ConnectButton/styles.d.ts +4 -0
  62. package/build/components/ConnectKitThemeProvider/ConnectKitThemeProvider.d.ts +16 -0
  63. package/build/components/ConnectModal/ConnectUsing.d.ts +2 -0
  64. package/build/components/ConnectModal/ConnectWithInjector/CircleSpinner/index.d.ts +9 -0
  65. package/build/components/ConnectModal/ConnectWithInjector/CircleSpinner/styles.d.ts +7 -0
  66. package/build/components/ConnectModal/ConnectWithInjector/index.d.ts +16 -0
  67. package/build/components/ConnectModal/ConnectWithInjector/styles.d.ts +9 -0
  68. package/build/components/ConnectModal/ConnectWithOAuth.d.ts +2 -0
  69. package/build/components/ConnectModal/ConnectWithQRCode.d.ts +5 -0
  70. package/build/components/ConnectModal/index.d.ts +8 -0
  71. package/build/components/FloatingGraphic/styles.d.ts +11 -0
  72. package/build/components/NetworkButton/index.d.ts +8 -0
  73. package/build/components/OpenfortKit/OpenfortKit.d.ts +28 -0
  74. package/build/components/OpenfortKit/context.d.ts +38 -0
  75. package/build/components/OpenfortKit/types.d.ts +136 -0
  76. package/build/components/OpenfortKit/useOpenfortKit.d.ts +1 -0
  77. package/build/components/Pages/About/graphics.d.ts +11 -0
  78. package/build/components/Pages/About/index.d.ts +3 -0
  79. package/build/components/Pages/About/styles.d.ts +12 -0
  80. package/build/components/Pages/Connectors/index.d.ts +3 -0
  81. package/build/components/Pages/Connectors/styles.d.ts +9 -0
  82. package/build/components/Pages/DownloadApp/index.d.ts +2 -0
  83. package/build/components/Pages/EmailLogin/index.d.ts +3 -0
  84. package/build/components/Pages/EmailSignup/index.d.ts +3 -0
  85. package/build/components/Pages/EmailVerification/index.d.ts +3 -0
  86. package/build/components/Pages/ForgotPassword/index.d.ts +3 -0
  87. package/build/components/Pages/LinkEmail/index.d.ts +3 -0
  88. package/build/components/Pages/Loading/index.d.ts +3 -0
  89. package/build/components/Pages/MobileConnectors/index.d.ts +3 -0
  90. package/build/components/Pages/MobileConnectors/styles.d.ts +11 -0
  91. package/build/components/Pages/Onboarding/index.d.ts +3 -0
  92. package/build/components/Pages/Profile/LinkedProviders.d.ts +1 -0
  93. package/build/components/Pages/Profile/index.d.ts +5 -0
  94. package/build/components/Pages/Profile/styles.d.ts +10 -0
  95. package/build/components/Pages/Providers/index.d.ts +7 -0
  96. package/build/components/Pages/Providers/styles.d.ts +3 -0
  97. package/build/components/Pages/Recover/index.d.ts +3 -0
  98. package/build/components/Pages/SoicalProviders/index.d.ts +3 -0
  99. package/build/components/Pages/SoicalProviders/styles.d.ts +3 -0
  100. package/build/components/Pages/SwitchNetworks/index.d.ts +3 -0
  101. package/build/components/contexts/web3/index.d.ts +25 -0
  102. package/build/constants/chainConfigs.d.ts +18 -0
  103. package/build/constants/defaultTheme.d.ts +4 -0
  104. package/build/constants/openfort.d.ts +2 -0
  105. package/build/defaultConfig.d.ts +14 -0
  106. package/build/defaultConnectors.d.ts +14 -0
  107. package/build/defaultTransports.d.ts +15 -0
  108. package/build/hooks/connectors/useCoinbaseWalletUri.d.ts +0 -0
  109. package/build/hooks/connectors/useWalletConnectUri.d.ts +7 -0
  110. package/build/hooks/openfort/auth/requestEmailVerification.d.ts +5 -0
  111. package/build/hooks/openfort/auth/status.d.ts +14 -0
  112. package/build/hooks/openfort/auth/useAuthCallback.d.ts +39 -0
  113. package/build/hooks/openfort/auth/useCreateWalletPostAuth.d.ts +6 -0
  114. package/build/hooks/openfort/auth/useEmailAuth.d.ts +51 -0
  115. package/build/hooks/openfort/auth/useGuestAuth.d.ts +16 -0
  116. package/build/hooks/openfort/auth/useOAuth.d.ts +20 -0
  117. package/build/hooks/openfort/auth/useSignOut.d.ts +8 -0
  118. package/build/hooks/openfort/auth/useThirdPartyAuth.d.ts +1 -0
  119. package/build/hooks/openfort/auth/useWalletAuth.d.ts +20 -0
  120. package/build/hooks/openfort/hookConsistency.d.ts +13 -0
  121. package/build/hooks/openfort/useConnectWithSiwe.d.ts +4 -0
  122. package/build/hooks/openfort/useProviders.d.ts +6 -0
  123. package/build/hooks/openfort/useStatus.d.ts +16 -0
  124. package/build/hooks/openfort/useUI.d.ts +10 -0
  125. package/build/hooks/openfort/useUser.d.ts +5 -0
  126. package/build/hooks/openfort/useWallets.d.ts +37 -0
  127. package/build/hooks/useChainIsSupported.d.ts +1 -0
  128. package/build/hooks/useChains.d.ts +2 -0
  129. package/build/hooks/useConnect.d.ts +110 -0
  130. package/build/hooks/useConnectCallback.d.ts +10 -0
  131. package/build/hooks/useConnectors.d.ts +7 -0
  132. package/build/hooks/useEnsFallbackConfig.d.ts +2 -0
  133. package/build/hooks/useFitText.d.ts +14 -0
  134. package/build/hooks/useFocusTrap.d.ts +1 -0
  135. package/build/hooks/useGoogleFont.d.ts +3 -0
  136. package/build/hooks/useIsMobile.d.ts +1 -0
  137. package/build/hooks/useIsMounted.d.ts +1 -0
  138. package/build/hooks/useLastConnector.d.ts +4 -0
  139. package/build/hooks/useLocalStorage.d.ts +7 -0
  140. package/build/hooks/useLocales.d.ts +1 -0
  141. package/build/hooks/useLockBodyScroll.d.ts +1 -0
  142. package/build/hooks/usePrevious.d.ts +1 -0
  143. package/build/hooks/useWalletConnectModal.d.ts +4 -0
  144. package/build/hooks/useWindowSize.d.ts +4 -0
  145. package/build/index.d.ts +27 -0
  146. package/build/index.es.js +13011 -0
  147. package/build/index.es.js.map +1 -0
  148. package/build/localizations/index.d.ts +93 -0
  149. package/build/localizations/locales/ar-AE.d.ts +3 -0
  150. package/build/localizations/locales/ca-AD.d.ts +3 -0
  151. package/build/localizations/locales/ee-EE.d.ts +3 -0
  152. package/build/localizations/locales/en-US.d.ts +93 -0
  153. package/build/localizations/locales/es-ES.d.ts +3 -0
  154. package/build/localizations/locales/fa-IR.d.ts +3 -0
  155. package/build/localizations/locales/fr-FR.d.ts +3 -0
  156. package/build/localizations/locales/index.d.ts +2 -0
  157. package/build/localizations/locales/ja-JP.d.ts +93 -0
  158. package/build/localizations/locales/pt-BR.d.ts +3 -0
  159. package/build/localizations/locales/ru-RU.d.ts +3 -0
  160. package/build/localizations/locales/tr-TR.d.ts +3 -0
  161. package/build/localizations/locales/vi-VN.d.ts +3 -0
  162. package/build/localizations/locales/zh-CN.d.ts +3 -0
  163. package/build/openfort/OpenfortProvider.d.ts +17 -0
  164. package/build/openfort/OpenfortProvider_old.d.ts +0 -0
  165. package/build/openfort/context.d.ts +2 -0
  166. package/build/openfort/core/client.d.ts +24 -0
  167. package/build/openfort/core/index.d.ts +3 -0
  168. package/build/openfort/useOpenfort.d.ts +1 -0
  169. package/build/siwe/create-siwe-message.d.ts +1 -0
  170. package/build/styles/defaultTheme.d.ts +3 -0
  171. package/build/styles/index.d.ts +6 -0
  172. package/build/styles/styled/index.d.ts +12 -0
  173. package/build/styles/themes/base.d.ts +129 -0
  174. package/build/styles/themes/index.d.ts +673 -0
  175. package/build/styles/themes/midnight.d.ts +74 -0
  176. package/build/styles/themes/minimal.d.ts +94 -0
  177. package/build/styles/themes/nouns.d.ts +79 -0
  178. package/build/styles/themes/retro.d.ts +89 -0
  179. package/build/styles/themes/rounded.d.ts +86 -0
  180. package/build/styles/themes/soft.d.ts +69 -0
  181. package/build/styles/themes/web95.d.ts +91 -0
  182. package/build/styles/types.d.ts +80 -0
  183. package/build/types.d.ts +32 -0
  184. package/build/utils/index.d.ts +18 -0
  185. package/build/utils/localstorage.d.ts +9 -0
  186. package/build/utils/p3.d.ts +2 -0
  187. package/build/utils/wallets.d.ts +24 -0
  188. package/build/version.d.ts +1 -0
  189. package/build/wallets/index.d.ts +7 -0
  190. package/build/wallets/useWallets.d.ts +9 -0
  191. package/build/wallets/walletConfigs.d.ts +30 -0
  192. package/package.json +78 -0
package/README.md ADDED
@@ -0,0 +1,139 @@
1
+ ![openfort_kit_8d6f715e38](https://github.com/user-attachments/assets/e652c9d8-c2ff-4f13-b046-405338fdea01)
2
+
3
+ <div align="center">
4
+ <h4>
5
+ <a href="https://www.openfort.io/">
6
+ Website
7
+ </a>
8
+ <span> | </span>
9
+ <a href="https://www.openfort.io/docs/products/embedded-wallet/react/kit">
10
+ Documentation
11
+ </a>
12
+ <span> | </span>
13
+ <a href="https://www.openfort.io/docs/reference/api/authentication">
14
+ API Docs
15
+ </a>
16
+ <span> | </span>
17
+ <a href="https://x.com/openfort_hq">
18
+ X
19
+ </a>
20
+ <span> | </span>
21
+ <a href="https://create-next-app.openfort.xyz/">
22
+ Demo
23
+ </a>
24
+ </h4>
25
+ </div>
26
+
27
+
28
+ # Openfort Kit
29
+
30
+ [![Downloads](https://img.shields.io/npm/dm/@openfort/react.svg)](https://www.npmjs.com/package/@openfort/react)
31
+ [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
32
+ [![Documentation](https://img.shields.io/badge/docs-openfort.io-blue)](https://www.openfort.io/docs/products/embedded-wallet/react/kit)
33
+ [![Version](https://img.shields.io/npm/v/@openfort/react.svg)](https://www.npmjs.org/package/@openfort/react)
34
+
35
+
36
+ The easiest way to integrate Openfort to your project, with built-in authentication and seamless wallet connectivity.
37
+
38
+ It offers a simple, customizable UI. Supports authentication providers like Google, X, or Facebook out of the box. Access your address through Openfort’s [invisible wallet](https://www.openfort.io/docs/products/embedded-wallet/javascript) or connect their own wallet provider effortlessly.
39
+
40
+ Docs: https://www.openfort.io/docs/products/embedded-wallet/react/kit
41
+
42
+ ## Features
43
+
44
+ - 💡 TypeScript Ready — Get types straight out of the box.
45
+ - 🌱 Ecosystem Standards — Uses top libraries such as [wagmi](https://github.com/wagmi-dev/wagmi).
46
+ - 🖥️ Simple UX — Give users a simple, attractive experience.
47
+ - 🎨 Beautiful Themes — Predesigned themes or full customization.
48
+
49
+ and much more...
50
+
51
+ ## Quick Start
52
+
53
+ ### New app
54
+
55
+ Get started with `create` Openfortkit + [wagmi](https://wagmi.sh/) + [viem](https://viem.sh) project by running one of the following in your terminal:
56
+
57
+ #### npm
58
+
59
+ ```sh
60
+ npx create openfortkit
61
+ ```
62
+
63
+ #### yarn
64
+
65
+ ```sh
66
+ yarn create openfortkit
67
+ ```
68
+
69
+ #### pnpm
70
+
71
+ ```sh
72
+ pnpm create openfortkit
73
+ ```
74
+
75
+ ### Import `OpenfortKit` to your project
76
+
77
+ Add OpenfortKit to your already existing project.
78
+
79
+ #### npm
80
+
81
+ ```sh
82
+ npm install @openfort/react @tanstack/react-query wagmi viem
83
+ ```
84
+
85
+ #### yarn
86
+
87
+ ```sh
88
+ yarn add @openfort/react @tanstack/react-query wagmi viem
89
+ ```
90
+
91
+ #### pnpm
92
+
93
+ ```sh
94
+ pnpm add @openfort/react @tanstack/react-query wagmi viem
95
+ ```
96
+
97
+ ## Documentation
98
+
99
+ You can find the full OpenfortKit documentation in the Family docs [here]().
100
+
101
+ ## Examples
102
+
103
+ There are various runnable examples included in this repository in the [examples folder](https://github.com/openfort-xyz/openfort-kit/tree/main/examples):
104
+
105
+ - [Create React App Example (TypeScript)](https://github.com/openfort-xyz/openfort-kit/tree/main/examples/cra)
106
+ - [Next.js Example (TypeScript)](https://github.com/openfort-xyz/openfort-kit/tree/main/examples/nextjs)
107
+ - [Vite Example (TypeScript)](https://github.com/openfort-xyz/openfort-kit/tree/main/examples/vite)
108
+
109
+ ### Running Examples Locally
110
+
111
+ Clone the FortKit project and install the necessary dependencies:
112
+
113
+ ```sh
114
+ $ git clone git@github.com:openfort-xyz/openfort-kit.git
115
+ $ cd openfort-kit
116
+ $ yarn install
117
+ ```
118
+
119
+ and start the code bundler:
120
+
121
+ ```sh
122
+ $ yarn dev:kit
123
+ ```
124
+
125
+ and then simply select the example you'd like to run:
126
+
127
+ ```sh
128
+ $ yarn dev:vite # Vite
129
+ $ yarn dev:nextjs # Next.js
130
+ $ yarn dev:cra # Create React App
131
+ ```
132
+
133
+ ## License
134
+
135
+ See [LICENSE](https://github.com/openfort-xyz/openfort-kit/blob/main/LICENSE) for more information.
136
+
137
+ ## Credits
138
+
139
+ OpenfortKit is a fork of [Connectkit](https://github.com/openfort-xyz/openfort-kit) developed by [Family](https://family.co). We're grateful to them for making Connectkit fast, beautiful and open-source.
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ declare const ScanIconWithLogos: React.FC<{
3
+ logo?: React.ReactNode;
4
+ }>;
5
+ export default ScanIconWithLogos;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * TODO: Move hex colors into css variables for p3 support
3
+ */
4
+ declare const _default: {
5
+ Chrome: import("react/jsx-runtime").JSX.Element;
6
+ FireFox: import("react/jsx-runtime").JSX.Element;
7
+ Brave: import("react/jsx-runtime").JSX.Element;
8
+ Edge: import("react/jsx-runtime").JSX.Element;
9
+ };
10
+ export default _default;
@@ -0,0 +1,61 @@
1
+ type Logo = {
2
+ testnet?: boolean;
3
+ };
4
+ export declare const Ethereum: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Polygon: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const Optimism: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const Arbitrum: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const Telos: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
9
+ declare const _default: {
10
+ UnknownChain: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
11
+ Base: ({ testnet, ...props }: {
12
+ testnet?: boolean;
13
+ }) => import("react/jsx-runtime").JSX.Element;
14
+ Ethereum: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
15
+ Polygon: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
16
+ Optimism: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
17
+ Arbitrum: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
18
+ Aurora: ({ testnet, ...props }: {
19
+ testnet?: boolean;
20
+ }) => import("react/jsx-runtime").JSX.Element;
21
+ Avalanche: ({ testnet, ...props }: {
22
+ testnet?: boolean;
23
+ }) => import("react/jsx-runtime").JSX.Element;
24
+ Celo: ({ testnet, ...props }: {
25
+ testnet?: boolean;
26
+ }) => import("react/jsx-runtime").JSX.Element;
27
+ Telos: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
28
+ Gnosis: ({ testnet, ...props }: {
29
+ testnet?: boolean;
30
+ }) => import("react/jsx-runtime").JSX.Element;
31
+ Evmos: ({ testnet, ...props }: {
32
+ testnet?: boolean;
33
+ }) => import("react/jsx-runtime").JSX.Element;
34
+ BinanceSmartChain: ({ testnet, ...props }: {
35
+ testnet?: boolean;
36
+ }) => import("react/jsx-runtime").JSX.Element;
37
+ Foundry: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
38
+ Sepolia: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
39
+ Taraxa: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
40
+ zkSync: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
41
+ Flare: ({ testnet, ...props }: Logo) => import("react/jsx-runtime").JSX.Element;
42
+ Canto: ({ testnet, ...props }: {
43
+ testnet?: boolean;
44
+ }) => import("react/jsx-runtime").JSX.Element;
45
+ Fantom: ({ testnet, ...props }: {
46
+ testnet?: boolean;
47
+ }) => import("react/jsx-runtime").JSX.Element;
48
+ Filecoin: ({ testnet, ...props }: {
49
+ testnet?: boolean;
50
+ }) => import("react/jsx-runtime").JSX.Element;
51
+ Metis: ({ testnet, ...props }: {
52
+ testnet?: boolean;
53
+ }) => import("react/jsx-runtime").JSX.Element;
54
+ IoTeX: ({ testnet, ...props }: {
55
+ testnet?: boolean;
56
+ }) => import("react/jsx-runtime").JSX.Element;
57
+ Zora: ({ testnet, ...props }: {
58
+ testnet?: boolean;
59
+ }) => import("react/jsx-runtime").JSX.Element;
60
+ };
61
+ export default _default;
@@ -0,0 +1,51 @@
1
+ export declare const Scan: ({ ...props }: {
2
+ [x: string]: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const Download: ({ ...props }: {
5
+ [x: string]: any;
6
+ }) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const ExternalLinkIcon: ({ ...props }: {
8
+ [x: string]: any;
9
+ }) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const AlertIcon: ({ ...props }: {
11
+ [x: string]: any;
12
+ }) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const DisconnectIcon: ({ ...props }: {
14
+ [x: string]: any;
15
+ }) => import("react/jsx-runtime").JSX.Element;
16
+ export declare const TickIcon: ({ ...props }: {
17
+ [x: string]: any;
18
+ }) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const RetryIconCircle: ({ ...props }: {
20
+ [x: string]: any;
21
+ }) => import("react/jsx-runtime").JSX.Element;
22
+ export declare const RetryIcon: ({ ...props }: {
23
+ [x: string]: any;
24
+ }) => import("react/jsx-runtime").JSX.Element;
25
+ export declare const CopyToClipboardIcon: ({ ...props }: {
26
+ [x: string]: any;
27
+ }) => import("react/jsx-runtime").JSX.Element;
28
+ export declare const AuthIcon: ({ ...props }: {
29
+ [x: string]: any;
30
+ }) => import("react/jsx-runtime").JSX.Element;
31
+ export declare const EmailIcon: ({ ...props }: {
32
+ [x: string]: any;
33
+ }) => import("react/jsx-runtime").JSX.Element;
34
+ export declare const GuestIcon: ({ ...props }: {
35
+ [x: string]: any;
36
+ }) => import("react/jsx-runtime").JSX.Element;
37
+ export declare const EyeIcon: ({ ...props }: {
38
+ [x: string]: any;
39
+ }) => import("react/jsx-runtime").JSX.Element;
40
+ export declare const EyeOffIcon: ({ ...props }: {
41
+ [x: string]: any;
42
+ }) => import("react/jsx-runtime").JSX.Element;
43
+ export declare const KeyIcon: ({ ...props }: {
44
+ [x: string]: any;
45
+ }) => import("react/jsx-runtime").JSX.Element;
46
+ export declare const LockIcon: ({ ...props }: {
47
+ [x: string]: any;
48
+ }) => import("react/jsx-runtime").JSX.Element;
49
+ export declare const ShieldIcon: ({ ...props }: {
50
+ [x: string]: any;
51
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,202 @@
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 Family: ({ ...props }: {
20
+ [x: string]: any;
21
+ }) => import("react/jsx-runtime").JSX.Element;
22
+ export declare const Trust: ({ theme, ...props }: {
23
+ [x: string]: any;
24
+ theme?: string | undefined;
25
+ }) => import("react/jsx-runtime").JSX.Element;
26
+ export declare const Argent: ({ ...props }: {
27
+ [x: string]: any;
28
+ }) => import("react/jsx-runtime").JSX.Element;
29
+ export declare const ImToken: ({ ...props }: {
30
+ [x: string]: any;
31
+ }) => import("react/jsx-runtime").JSX.Element;
32
+ export declare const Frame: ({ ...props }: {
33
+ [x: string]: any;
34
+ }) => import("react/jsx-runtime").JSX.Element;
35
+ export declare const Rainbow: ({ round, ...props }: {
36
+ [x: string]: any;
37
+ round?: boolean | undefined;
38
+ }) => import("react/jsx-runtime").JSX.Element;
39
+ export declare const Brave: ({ ...props }: {
40
+ [x: string]: any;
41
+ }) => import("react/jsx-runtime").JSX.Element;
42
+ export declare const Crypto: ({ ...props }: {
43
+ [x: string]: any;
44
+ }) => import("react/jsx-runtime").JSX.Element;
45
+ export declare const Ledger: ({ ...props }: {
46
+ [x: string]: any;
47
+ }) => import("react/jsx-runtime").JSX.Element;
48
+ export declare const Steak: ({ ...props }: {
49
+ [x: string]: any;
50
+ }) => import("react/jsx-runtime").JSX.Element;
51
+ export declare const Unstoppable: ({ ...props }: {
52
+ [x: string]: any;
53
+ }) => import("react/jsx-runtime").JSX.Element;
54
+ export declare const ONTO: ({ ...props }: {
55
+ [x: string]: any;
56
+ }) => import("react/jsx-runtime").JSX.Element;
57
+ export declare const Slope: ({ ...props }: {
58
+ [x: string]: any;
59
+ }) => import("react/jsx-runtime").JSX.Element;
60
+ export declare const Safe: ({ ...props }: {
61
+ [x: string]: any;
62
+ }) => import("react/jsx-runtime").JSX.Element;
63
+ export declare const Frontier: ({ ...props }: {
64
+ [x: string]: any;
65
+ }) => import("react/jsx-runtime").JSX.Element;
66
+ export declare const Zerion: ({ ...props }: {
67
+ [x: string]: any;
68
+ }) => import("react/jsx-runtime").JSX.Element;
69
+ export declare const Phantom: ({ background, ...props }: {
70
+ [x: string]: any;
71
+ background?: boolean | undefined;
72
+ }) => import("react/jsx-runtime").JSX.Element;
73
+ export declare const PlaceHolder: () => import("react/jsx-runtime").JSX.Element;
74
+ export declare const Dawn: ({ ...props }: {
75
+ [x: string]: any;
76
+ }) => import("react/jsx-runtime").JSX.Element;
77
+ export declare const InfinityWallet: ({ ...props }: {
78
+ [x: string]: any;
79
+ }) => import("react/jsx-runtime").JSX.Element;
80
+ export declare const OtherWallets: ({ ...props }: {
81
+ [x: string]: any;
82
+ }) => import("react/jsx-runtime").JSX.Element;
83
+ export declare const OtherSocials: ({ ...props }: {
84
+ [x: string]: any;
85
+ }) => import("react/jsx-runtime").JSX.Element;
86
+ export declare const providersLogos: {
87
+ google: import("react/jsx-runtime").JSX.Element;
88
+ twitter: import("react/jsx-runtime").JSX.Element;
89
+ facebook: import("react/jsx-runtime").JSX.Element;
90
+ };
91
+ declare const _default: {
92
+ Mock: ({ ...props }: {
93
+ [x: string]: any;
94
+ }) => import("react/jsx-runtime").JSX.Element;
95
+ Injected: ({ ...props }: {
96
+ [x: string]: any;
97
+ }) => import("react/jsx-runtime").JSX.Element;
98
+ OtherWallets: ({ ...props }: {
99
+ [x: string]: any;
100
+ }) => import("react/jsx-runtime").JSX.Element;
101
+ WalletConnect: ({ background, ...props }: {
102
+ [x: string]: any;
103
+ background?: boolean | undefined;
104
+ }) => import("react/jsx-runtime").JSX.Element;
105
+ MetaMask: ({ background, ...props }: {
106
+ [x: string]: any;
107
+ background?: boolean | undefined;
108
+ }) => import("react/jsx-runtime").JSX.Element;
109
+ Coinbase: ({ background, ...props }: {
110
+ [x: string]: any;
111
+ background?: boolean | undefined;
112
+ }) => import("react/jsx-runtime").JSX.Element;
113
+ Family: ({ ...props }: {
114
+ [x: string]: any;
115
+ }) => import("react/jsx-runtime").JSX.Element;
116
+ Trust: ({ theme, ...props }: {
117
+ [x: string]: any;
118
+ theme?: string | undefined;
119
+ }) => import("react/jsx-runtime").JSX.Element;
120
+ Argent: ({ ...props }: {
121
+ [x: string]: any;
122
+ }) => import("react/jsx-runtime").JSX.Element;
123
+ ImToken: ({ ...props }: {
124
+ [x: string]: any;
125
+ }) => import("react/jsx-runtime").JSX.Element;
126
+ Rainbow: ({ round, ...props }: {
127
+ [x: string]: any;
128
+ round?: boolean | undefined;
129
+ }) => import("react/jsx-runtime").JSX.Element;
130
+ Crypto: ({ ...props }: {
131
+ [x: string]: any;
132
+ }) => import("react/jsx-runtime").JSX.Element;
133
+ Ledger: ({ ...props }: {
134
+ [x: string]: any;
135
+ }) => import("react/jsx-runtime").JSX.Element;
136
+ Brave: ({ ...props }: {
137
+ [x: string]: any;
138
+ }) => import("react/jsx-runtime").JSX.Element;
139
+ Steak: ({ ...props }: {
140
+ [x: string]: any;
141
+ }) => import("react/jsx-runtime").JSX.Element;
142
+ Unstoppable: ({ ...props }: {
143
+ [x: string]: any;
144
+ }) => import("react/jsx-runtime").JSX.Element;
145
+ ONTO: ({ ...props }: {
146
+ [x: string]: any;
147
+ }) => import("react/jsx-runtime").JSX.Element;
148
+ Slope: ({ ...props }: {
149
+ [x: string]: any;
150
+ }) => import("react/jsx-runtime").JSX.Element;
151
+ Safe: ({ ...props }: {
152
+ [x: string]: any;
153
+ }) => import("react/jsx-runtime").JSX.Element;
154
+ Frontier: ({ ...props }: {
155
+ [x: string]: any;
156
+ }) => import("react/jsx-runtime").JSX.Element;
157
+ Zerion: ({ ...props }: {
158
+ [x: string]: any;
159
+ }) => import("react/jsx-runtime").JSX.Element;
160
+ Phantom: ({ background, ...props }: {
161
+ [x: string]: any;
162
+ background?: boolean | undefined;
163
+ }) => import("react/jsx-runtime").JSX.Element;
164
+ PlaceHolder: () => import("react/jsx-runtime").JSX.Element;
165
+ Frame: ({ ...props }: {
166
+ [x: string]: any;
167
+ }) => import("react/jsx-runtime").JSX.Element;
168
+ Dawn: ({ ...props }: {
169
+ [x: string]: any;
170
+ }) => import("react/jsx-runtime").JSX.Element;
171
+ InfinityWallet: ({ ...props }: {
172
+ [x: string]: any;
173
+ }) => import("react/jsx-runtime").JSX.Element;
174
+ Rabby: ({ ...props }: {
175
+ [x: string]: any;
176
+ }) => import("react/jsx-runtime").JSX.Element;
177
+ Fordefi: ({ ...props }: {
178
+ [x: string]: any;
179
+ }) => import("react/jsx-runtime").JSX.Element;
180
+ TokenPocket: ({ ...props }: {
181
+ [x: string]: any;
182
+ }) => import("react/jsx-runtime").JSX.Element;
183
+ Talisman: ({ ...props }: {
184
+ [x: string]: any;
185
+ }) => import("react/jsx-runtime").JSX.Element;
186
+ Google: ({ ...props }: {
187
+ [x: string]: any;
188
+ }) => import("react/jsx-runtime").JSX.Element;
189
+ Facebook: ({ ...props }: {
190
+ [x: string]: any;
191
+ }) => import("react/jsx-runtime").JSX.Element;
192
+ Twitter: ({ ...props }: {
193
+ [x: string]: any;
194
+ }) => import("react/jsx-runtime").JSX.Element;
195
+ Discord: ({ ...props }: {
196
+ [x: string]: any;
197
+ }) => import("react/jsx-runtime").JSX.Element;
198
+ Openfort: ({ ...props }: {
199
+ [x: string]: any;
200
+ }) => import("react/jsx-runtime").JSX.Element;
201
+ };
202
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: ({ ...props }: {
2
+ [x: string]: any;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("react/jsx-runtime").JSX.Element;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { All } from '../../types';
3
+ type BalanceProps = {
4
+ hideIcon?: boolean;
5
+ hideSymbol?: boolean;
6
+ };
7
+ export declare const Balance: React.FC<BalanceProps>;
8
+ declare const BalanceButton: React.FC<All & BalanceProps>;
9
+ export default BalanceButton;
@@ -0,0 +1,6 @@
1
+ import { AlertProps } from './types';
2
+ declare const Alert: {
3
+ ({ children, error, icon }: AlertProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default Alert;
@@ -0,0 +1,4 @@
1
+ export declare const AlertContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {
2
+ $error?: boolean;
3
+ }, never>;
4
+ export declare const IconContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
@@ -0,0 +1,5 @@
1
+ export type AlertProps = {
2
+ children?: React.ReactNode;
3
+ icon?: React.ReactNode;
4
+ error?: boolean;
5
+ };
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ type Hash = `0x${string}`;
3
+ export type CustomAvatarProps = {
4
+ address?: Hash | undefined;
5
+ ensName?: string | undefined;
6
+ ensImage?: string;
7
+ size: number;
8
+ radius: number;
9
+ };
10
+ declare const Avatar: React.FC<{
11
+ address?: Hash | undefined;
12
+ name?: string | undefined;
13
+ size?: number;
14
+ radius?: number;
15
+ }>;
16
+ export default Avatar;
@@ -0,0 +1,8 @@
1
+ export declare const EnsAvatar: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {
2
+ $seed?: string;
3
+ $size?: number;
4
+ $radius?: number;
5
+ }, never>;
6
+ export declare const ImageContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLImageElement, import("framer-motion").HTMLMotionProps<"img">>, any, {
7
+ $loaded: boolean;
8
+ }, never>;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { BrowserIconProps } from './types';
3
+ declare const BrowserIcon: React.ForwardRefExoticComponent<BrowserIconProps & React.RefAttributes<HTMLElement>>;
4
+ export default BrowserIcon;
@@ -0,0 +1 @@
1
+ export declare const BrowserIconContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
@@ -0,0 +1,3 @@
1
+ export type BrowserIconProps = {
2
+ browser?: string;
3
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ButtonProps } from './types';
3
+ declare const Button: React.FC<ButtonProps>;
4
+ export default Button;
@@ -0,0 +1,16 @@
1
+ export declare const SpinnerContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
2
+ export declare const Arrow: import("styled-components").StyledComponent<"svg", any, {}, never>;
3
+ export declare const ArrowChevron: import("styled-components").StyledComponent<"path", any, {}, never>;
4
+ export declare const ArrowLine: import("styled-components").StyledComponent<"line", any, {}, never>;
5
+ export declare const DownloadArrow: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export declare const DownloadArrowInner: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ export declare const ButtonContainerInner: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
8
+ export declare const ButtonContainer: import("styled-components").StyledComponent<"button", any, {
9
+ disabled?: boolean;
10
+ $variant?: "primary" | "secondary" | "tertiary";
11
+ }, never>;
12
+ export declare const InnerContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
13
+ export declare const IconContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {
14
+ $rounded?: boolean;
15
+ }, never>;
16
+ export declare const TextLinkButton: import("styled-components").StyledComponent<"button", any, {}, never>;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ export type ButtonProps = {
3
+ className?: string;
4
+ children?: React.ReactNode;
5
+ variant?: 'primary' | 'secondary' | 'tertiary';
6
+ disabled?: boolean;
7
+ icon?: React.ReactNode;
8
+ iconPosition?: 'left' | 'right';
9
+ roundedIcon?: boolean;
10
+ waiting?: boolean;
11
+ arrow?: boolean;
12
+ download?: boolean;
13
+ href?: string;
14
+ style?: React.CSSProperties;
15
+ onClick?: (e: any) => void;
16
+ };
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const Chain: React.FC<{
3
+ id?: number;
4
+ unsupported?: boolean;
5
+ radius?: number | string;
6
+ size?: number | string;
7
+ }>;
8
+ export default Chain;
@@ -0,0 +1,9 @@
1
+ type ChainContainerProps = {
2
+ size?: number | string;
3
+ radius?: number | string;
4
+ };
5
+ export declare const ChainContainer: import("styled-components").StyledComponent<"div", any, ChainContainerProps, never>;
6
+ export declare const LogoContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
7
+ export declare const LoadingContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
8
+ export declare const Unsupported: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
9
+ export {};
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ChainSelector: React.FC;
3
+ export default ChainSelector;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ declare const ChainSelectDropdown: React.FC<{
3
+ children?: React.ReactNode;
4
+ open: boolean;
5
+ onClose: () => void;
6
+ offsetX?: number;
7
+ offsetY?: number;
8
+ }>;
9
+ export default ChainSelectDropdown;
@@ -0,0 +1,4 @@
1
+ export declare const DropdownWindow: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
2
+ export declare const DropdownOverlay: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
3
+ export declare const DropdownContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
4
+ export declare const DropdownHeading: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
@@ -0,0 +1,4 @@
1
+ declare const ChainSelectList: ({ variant, }: {
2
+ variant?: "primary" | "secondary";
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChainSelectList;