@openfort/react 0.3.1 → 1.0.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.
Files changed (710) hide show
  1. package/build/assets/browsers.js +13 -0
  2. package/build/assets/browsers.js.map +1 -0
  3. package/build/assets/chains.js +139 -0
  4. package/build/assets/chains.js.map +1 -0
  5. package/build/assets/icons.js +41 -0
  6. package/build/assets/icons.js.map +1 -0
  7. package/build/assets/logos.js +173 -0
  8. package/build/assets/logos.js.map +1 -0
  9. package/build/assets/wave.js +6 -0
  10. package/build/assets/wave.js.map +1 -0
  11. package/build/components/BalanceButton/index.js +89 -0
  12. package/build/components/BalanceButton/index.js.map +1 -0
  13. package/build/components/Common/Alert/index.js +10 -0
  14. package/build/components/Common/Alert/index.js.map +1 -0
  15. package/build/components/Common/Alert/styles.js +55 -0
  16. package/build/components/Common/Alert/styles.js.map +1 -0
  17. package/build/components/Common/Avatar/index.d.ts +11 -3
  18. package/build/components/Common/Avatar/index.js +100 -0
  19. package/build/components/Common/Avatar/index.js.map +1 -0
  20. package/build/components/Common/Avatar/styles.js +59 -0
  21. package/build/components/Common/Avatar/styles.js.map +1 -0
  22. package/build/components/Common/BrowserIcon/index.js +28 -0
  23. package/build/components/Common/BrowserIcon/index.js.map +1 -0
  24. package/build/components/Common/BrowserIcon/styles.js +20 -0
  25. package/build/components/Common/BrowserIcon/styles.js.map +1 -0
  26. package/build/components/Common/Button/index.js +36 -0
  27. package/build/components/Common/Button/index.js.map +1 -0
  28. package/build/components/Common/Button/styles.js +302 -0
  29. package/build/components/Common/Button/styles.js.map +1 -0
  30. package/build/components/Common/Button/types.d.ts +1 -0
  31. package/build/components/Common/Chain/index.d.ts +8 -0
  32. package/build/components/Common/Chain/index.js +38 -0
  33. package/build/components/Common/Chain/index.js.map +1 -0
  34. package/build/components/Common/Chain/styles.js +94 -0
  35. package/build/components/Common/Chain/styles.js.map +1 -0
  36. package/build/components/Common/ConnectorList/index.js +58 -0
  37. package/build/components/Common/ConnectorList/index.js.map +1 -0
  38. package/build/components/Common/ConnectorList/styles.js +324 -0
  39. package/build/components/Common/ConnectorList/styles.js.map +1 -0
  40. package/build/components/Common/CopyToClipboard/CopyButton.js +12 -0
  41. package/build/components/Common/CopyToClipboard/CopyButton.js.map +1 -0
  42. package/build/components/Common/CopyToClipboard/CopyIcon.js +76 -0
  43. package/build/components/Common/CopyToClipboard/CopyIcon.js.map +1 -0
  44. package/build/components/Common/CopyToClipboard/CopyIconButton.js +38 -0
  45. package/build/components/Common/CopyToClipboard/CopyIconButton.js.map +1 -0
  46. package/build/components/Common/CopyToClipboard/CopyText.js +26 -0
  47. package/build/components/Common/CopyToClipboard/CopyText.js.map +1 -0
  48. package/build/components/Common/CustomQRCode/QRCode.js +60 -0
  49. package/build/components/Common/CustomQRCode/QRCode.js.map +1 -0
  50. package/build/components/Common/CustomQRCode/index.js +22 -0
  51. package/build/components/Common/CustomQRCode/index.js.map +1 -0
  52. package/build/components/Common/CustomQRCode/styles.js +155 -0
  53. package/build/components/Common/CustomQRCode/styles.js.map +1 -0
  54. package/build/components/Common/FitText/index.js +28 -0
  55. package/build/components/Common/FitText/index.js.map +1 -0
  56. package/build/components/Common/Input/index.js +17 -0
  57. package/build/components/Common/Input/index.js.map +1 -0
  58. package/build/components/Common/Input/styles.js +53 -0
  59. package/build/components/Common/Input/styles.js.map +1 -0
  60. package/build/components/Common/LargeButton/index.js +10 -0
  61. package/build/components/Common/LargeButton/index.js.map +1 -0
  62. package/build/components/Common/LargeButton/styles.js +69 -0
  63. package/build/components/Common/LargeButton/styles.js.map +1 -0
  64. package/build/components/Common/Loading/index.js +96 -0
  65. package/build/components/Common/Loading/index.js.map +1 -0
  66. package/build/components/Common/Modal/index.js +272 -0
  67. package/build/components/Common/Modal/index.js.map +1 -0
  68. package/build/components/Common/Modal/styles.d.ts +0 -1
  69. package/build/components/Common/Modal/styles.js +657 -0
  70. package/build/components/Common/Modal/styles.js.map +1 -0
  71. package/build/components/Common/OTPInput/index.js +108 -0
  72. package/build/components/Common/OTPInput/index.js.map +1 -0
  73. package/build/components/Common/OTPInput/styles.js +153 -0
  74. package/build/components/Common/OTPInput/styles.js.map +1 -0
  75. package/build/components/Common/Portal/index.js +31 -0
  76. package/build/components/Common/Portal/index.js.map +1 -0
  77. package/build/components/Common/PoweredByFooter/index.js +103 -0
  78. package/build/components/Common/PoweredByFooter/index.js.map +1 -0
  79. package/build/components/Common/Providers/ProviderHeader.d.ts +2 -2
  80. package/build/components/Common/Providers/ProviderHeader.js +55 -0
  81. package/build/components/Common/Providers/ProviderHeader.js.map +1 -0
  82. package/build/components/Common/Providers/ProviderIcon.d.ts +2 -2
  83. package/build/components/Common/Providers/ProviderIcon.js +41 -0
  84. package/build/components/Common/Providers/ProviderIcon.js.map +1 -0
  85. package/build/components/Common/Providers/getProviderName.d.ts +1 -1
  86. package/build/components/Common/Providers/getProviderName.js +15 -0
  87. package/build/components/Common/Providers/getProviderName.js.map +1 -0
  88. package/build/components/Common/ScrollArea/index.js +58 -0
  89. package/build/components/Common/ScrollArea/index.js.map +1 -0
  90. package/build/components/Common/ScrollArea/styles.js +168 -0
  91. package/build/components/Common/ScrollArea/styles.js.map +1 -0
  92. package/build/components/Common/Spinner/index.js +24 -0
  93. package/build/components/Common/Spinner/index.js.map +1 -0
  94. package/build/components/Common/Spinner/styles.js +22 -0
  95. package/build/components/Common/Spinner/styles.js.map +1 -0
  96. package/build/components/Common/SquircleSpinner/index.js +15 -0
  97. package/build/components/Common/SquircleSpinner/index.js.map +1 -0
  98. package/build/components/Common/SquircleSpinner/styles.js +66 -0
  99. package/build/components/Common/SquircleSpinner/styles.js.map +1 -0
  100. package/build/components/Common/ThemedButton/index.js +25 -0
  101. package/build/components/Common/ThemedButton/index.js.map +1 -0
  102. package/build/components/Common/ThemedButton/styles.js +152 -0
  103. package/build/components/Common/ThemedButton/styles.js.map +1 -0
  104. package/build/components/Common/TickList/index.js +11 -0
  105. package/build/components/Common/TickList/index.js.map +1 -0
  106. package/build/components/Common/TickList/styles.js +28 -0
  107. package/build/components/Common/TickList/styles.js.map +1 -0
  108. package/build/components/Common/Tooltip/index.js +91 -0
  109. package/build/components/Common/Tooltip/index.js.map +1 -0
  110. package/build/components/Common/Tooltip/styles.js +81 -0
  111. package/build/components/Common/Tooltip/styles.js.map +1 -0
  112. package/build/components/Common/WalletRecoveryIcon/index.d.ts +4 -0
  113. package/build/components/Common/WalletRecoveryIcon/index.js +19 -0
  114. package/build/components/Common/WalletRecoveryIcon/index.js.map +1 -0
  115. package/build/components/ConnectButton/index.d.ts +12 -4
  116. package/build/components/ConnectButton/index.js +266 -0
  117. package/build/components/ConnectButton/index.js.map +1 -0
  118. package/build/components/ConnectButton/styles.js +50 -0
  119. package/build/components/ConnectButton/styles.js.map +1 -0
  120. package/build/components/ConnectKitThemeProvider/ConnectKitThemeProvider.js +20 -0
  121. package/build/components/ConnectKitThemeProvider/ConnectKitThemeProvider.js.map +1 -0
  122. package/build/components/ConnectModal/ConnectUsing.d.ts +1 -1
  123. package/build/components/ConnectModal/ConnectUsing.js +68 -0
  124. package/build/components/ConnectModal/ConnectUsing.js.map +1 -0
  125. package/build/components/ConnectModal/ConnectWithInjector/CircleSpinner/index.js +17 -0
  126. package/build/components/ConnectModal/ConnectWithInjector/CircleSpinner/index.js.map +1 -0
  127. package/build/components/ConnectModal/ConnectWithInjector/CircleSpinner/styles.js +118 -0
  128. package/build/components/ConnectModal/ConnectWithInjector/CircleSpinner/styles.js.map +1 -0
  129. package/build/components/ConnectModal/ConnectWithInjector/index.d.ts +0 -2
  130. package/build/components/ConnectModal/ConnectWithInjector/index.js +295 -0
  131. package/build/components/ConnectModal/ConnectWithInjector/index.js.map +1 -0
  132. package/build/components/ConnectModal/ConnectWithInjector/styles.js +133 -0
  133. package/build/components/ConnectModal/ConnectWithInjector/styles.js.map +1 -0
  134. package/build/components/ConnectModal/ConnectWithMobile.js +99 -0
  135. package/build/components/ConnectModal/ConnectWithMobile.js.map +1 -0
  136. package/build/components/ConnectModal/ConnectWithOAuth.js +128 -0
  137. package/build/components/ConnectModal/ConnectWithOAuth.js.map +1 -0
  138. package/build/components/ConnectModal/ConnectWithQRCode.js +78 -0
  139. package/build/components/ConnectModal/ConnectWithQRCode.js.map +1 -0
  140. package/build/components/ConnectModal/index.js +230 -0
  141. package/build/components/ConnectModal/index.js.map +1 -0
  142. package/build/components/FloatingGraphic/index.js +13 -0
  143. package/build/components/FloatingGraphic/index.js.map +1 -0
  144. package/build/components/FloatingGraphic/styles.js +175 -0
  145. package/build/components/FloatingGraphic/styles.js.map +1 -0
  146. package/build/components/Openfort/OpenfortProvider.d.ts +10 -25
  147. package/build/components/Openfort/OpenfortProvider.js +351 -0
  148. package/build/components/Openfort/OpenfortProvider.js.map +1 -0
  149. package/build/components/Openfort/context.d.ts +48 -5
  150. package/build/components/Openfort/context.js +7 -0
  151. package/build/components/Openfort/context.js.map +1 -0
  152. package/build/components/Openfort/routeHelpers.d.ts +5 -0
  153. package/build/components/Openfort/routeHelpers.js +20 -0
  154. package/build/components/Openfort/routeHelpers.js.map +1 -0
  155. package/build/components/Openfort/types.d.ts +57 -23
  156. package/build/components/Openfort/types.js +119 -0
  157. package/build/components/Openfort/types.js.map +1 -0
  158. package/build/components/Openfort/useOpenfort.d.ts +2 -0
  159. package/build/components/Openfort/useOpenfort.js +12 -0
  160. package/build/components/Openfort/useOpenfort.js.map +1 -0
  161. package/build/components/PageContent/index.js +55 -0
  162. package/build/components/PageContent/index.js.map +1 -0
  163. package/build/components/PageContent/styles.js +11 -0
  164. package/build/components/PageContent/styles.js.map +1 -0
  165. package/build/components/Pages/About/graphics.js +193 -0
  166. package/build/components/Pages/About/graphics.js.map +1 -0
  167. package/build/components/Pages/About/index.js +142 -0
  168. package/build/components/Pages/About/index.js.map +1 -0
  169. package/build/components/Pages/About/styles.js +142 -0
  170. package/build/components/Pages/About/styles.js.map +1 -0
  171. package/build/components/Pages/AssetInventory/index.js +66 -0
  172. package/build/components/Pages/AssetInventory/index.js.map +1 -0
  173. package/build/components/Pages/Buy/coinbaseApi.js +106 -0
  174. package/build/components/Pages/Buy/coinbaseApi.js.map +1 -0
  175. package/build/components/Pages/Buy/index.js +88 -0
  176. package/build/components/Pages/Buy/index.js.map +1 -0
  177. package/build/components/Pages/Buy/onrampApi.js +57 -0
  178. package/build/components/Pages/Buy/onrampApi.js.map +1 -0
  179. package/build/components/Pages/Buy/providers.js +39 -0
  180. package/build/components/Pages/Buy/providers.js.map +1 -0
  181. package/build/components/Pages/Buy/stripeApi.js +74 -0
  182. package/build/components/Pages/Buy/stripeApi.js.map +1 -0
  183. package/build/components/Pages/Buy/styles.js +230 -0
  184. package/build/components/Pages/Buy/styles.js.map +1 -0
  185. package/build/components/Pages/Buy/utils.js +71 -0
  186. package/build/components/Pages/Buy/utils.js.map +1 -0
  187. package/build/components/Pages/BuyComplete/index.js +47 -0
  188. package/build/components/Pages/BuyComplete/index.js.map +1 -0
  189. package/build/components/Pages/BuyProcessing/index.js +231 -0
  190. package/build/components/Pages/BuyProcessing/index.js.map +1 -0
  191. package/build/components/Pages/BuyProviderSelect/index.js +55 -0
  192. package/build/components/Pages/BuyProviderSelect/index.js.map +1 -0
  193. package/build/components/Pages/BuyProviderSelect/styles.js +103 -0
  194. package/build/components/Pages/BuyProviderSelect/styles.js.map +1 -0
  195. package/build/components/Pages/BuySelectProvider/index.js +245 -0
  196. package/build/components/Pages/BuySelectProvider/index.js.map +1 -0
  197. package/build/components/Pages/Connected/ConnectedPageLayout.d.ts +22 -0
  198. package/build/components/Pages/Connected/ConnectedPageLayout.js +11 -0
  199. package/build/components/Pages/Connected/ConnectedPageLayout.js.map +1 -0
  200. package/build/components/Pages/Connected/EthereumConnected.d.ts +3 -0
  201. package/build/components/Pages/Connected/EthereumConnected.js +133 -0
  202. package/build/components/Pages/Connected/EthereumConnected.js.map +1 -0
  203. package/build/components/Pages/Connected/SolanaConnected.d.ts +3 -0
  204. package/build/components/Pages/Connected/SolanaConnected.js +96 -0
  205. package/build/components/Pages/Connected/SolanaConnected.js.map +1 -0
  206. package/build/components/Pages/Connected/index.d.ts +2 -2
  207. package/build/components/Pages/Connected/index.js +18 -0
  208. package/build/components/Pages/Connected/index.js.map +1 -0
  209. package/build/components/Pages/Connected/styles.js +122 -0
  210. package/build/components/Pages/Connected/styles.js.map +1 -0
  211. package/build/components/Pages/ConnectedSuccess/index.js +19 -0
  212. package/build/components/Pages/ConnectedSuccess/index.js.map +1 -0
  213. package/build/components/Pages/Connectors/index.js +73 -0
  214. package/build/components/Pages/Connectors/index.js.map +1 -0
  215. package/build/components/Pages/CreateGuestUserPage/index.js +28 -0
  216. package/build/components/Pages/CreateGuestUserPage/index.js.map +1 -0
  217. package/build/components/Pages/CreateWallet/SolanaCreateWallet.d.ts +6 -0
  218. package/build/components/Pages/CreateWallet/SolanaCreateWallet.js +241 -0
  219. package/build/components/Pages/CreateWallet/SolanaCreateWallet.js.map +1 -0
  220. package/build/components/Pages/CreateWallet/index.js +303 -0
  221. package/build/components/Pages/CreateWallet/index.js.map +1 -0
  222. package/build/components/Pages/CreateWallet/styles.js +17 -0
  223. package/build/components/Pages/CreateWallet/styles.js.map +1 -0
  224. package/build/components/Pages/DownloadApp/index.js +32 -0
  225. package/build/components/Pages/DownloadApp/index.js.map +1 -0
  226. package/build/components/Pages/EmailLogin/index.js +118 -0
  227. package/build/components/Pages/EmailLogin/index.js.map +1 -0
  228. package/build/components/Pages/EmailLogin/styles.js +24 -0
  229. package/build/components/Pages/EmailLogin/styles.js.map +1 -0
  230. package/build/components/Pages/EmailOTP/index.js +116 -0
  231. package/build/components/Pages/EmailOTP/index.js.map +1 -0
  232. package/build/components/Pages/EmailOTP/styles.js +38 -0
  233. package/build/components/Pages/EmailOTP/styles.js.map +1 -0
  234. package/build/components/Pages/EmailVerification/index.js +86 -0
  235. package/build/components/Pages/EmailVerification/index.js.map +1 -0
  236. package/build/components/Pages/ExportKey/index.js +44 -0
  237. package/build/components/Pages/ExportKey/index.js.map +1 -0
  238. package/build/components/Pages/ForgotPassword/index.js +129 -0
  239. package/build/components/Pages/ForgotPassword/index.js.map +1 -0
  240. package/build/components/Pages/LinkEmail/index.js +63 -0
  241. package/build/components/Pages/LinkEmail/index.js.map +1 -0
  242. package/build/components/Pages/LinkedProvider/index.d.ts +3 -0
  243. package/build/components/Pages/LinkedProvider/index.js +90 -0
  244. package/build/components/Pages/LinkedProvider/index.js.map +1 -0
  245. package/build/components/Pages/LinkedProviders/index.js +45 -0
  246. package/build/components/Pages/LinkedProviders/index.js.map +1 -0
  247. package/build/components/Pages/LinkedProviders/styles.js +51 -0
  248. package/build/components/Pages/LinkedProviders/styles.js.map +1 -0
  249. package/build/components/Pages/LoadWallets/index.js +91 -0
  250. package/build/components/Pages/LoadWallets/index.js.map +1 -0
  251. package/build/components/Pages/Loading/index.js +61 -0
  252. package/build/components/Pages/Loading/index.js.map +1 -0
  253. package/build/components/Pages/MobileConnectors/index.js +71 -0
  254. package/build/components/Pages/MobileConnectors/index.js.map +1 -0
  255. package/build/components/Pages/MobileConnectors/styles.js +65 -0
  256. package/build/components/Pages/MobileConnectors/styles.js.map +1 -0
  257. package/build/components/Pages/NoAssetsAvailable/index.js +45 -0
  258. package/build/components/Pages/NoAssetsAvailable/index.js.map +1 -0
  259. package/build/components/Pages/NoAssetsAvailable/styles.js +10 -0
  260. package/build/components/Pages/NoAssetsAvailable/styles.js.map +1 -0
  261. package/build/components/Pages/Onboarding/index.js +20 -0
  262. package/build/components/Pages/Onboarding/index.js.map +1 -0
  263. package/build/components/Pages/PhoneOTP/index.js +128 -0
  264. package/build/components/Pages/PhoneOTP/index.js.map +1 -0
  265. package/build/components/Pages/PhoneOTP/styles.js +38 -0
  266. package/build/components/Pages/PhoneOTP/styles.js.map +1 -0
  267. package/build/components/Pages/Profile/index.js +35 -0
  268. package/build/components/Pages/Profile/index.js.map +1 -0
  269. package/build/components/Pages/Providers/index.js +157 -0
  270. package/build/components/Pages/Providers/index.js.map +1 -0
  271. package/build/components/Pages/Providers/styles.js +156 -0
  272. package/build/components/Pages/Providers/styles.js.map +1 -0
  273. package/build/components/Pages/Receive/index.js +61 -0
  274. package/build/components/Pages/Receive/index.js.map +1 -0
  275. package/build/components/Pages/Receive/styles.d.ts +1 -0
  276. package/build/components/Pages/Receive/styles.js +52 -0
  277. package/build/components/Pages/Receive/styles.js.map +1 -0
  278. package/build/components/Pages/Recover/index.js +252 -0
  279. package/build/components/Pages/Recover/index.js.map +1 -0
  280. package/build/components/Pages/Recover/recoveryRegistry.d.ts +32 -0
  281. package/build/components/Pages/Recover/recoveryRegistry.js +61 -0
  282. package/build/components/Pages/Recover/recoveryRegistry.js.map +1 -0
  283. package/build/components/Pages/RemoveLinkedProvider/index.js +104 -0
  284. package/build/components/Pages/RemoveLinkedProvider/index.js.map +1 -0
  285. package/build/components/Pages/SelectToken/index.js +102 -0
  286. package/build/components/Pages/SelectToken/index.js.map +1 -0
  287. package/build/components/Pages/SelectToken/styles.js +78 -0
  288. package/build/components/Pages/SelectToken/styles.js.map +1 -0
  289. package/build/components/Pages/SelectWalletToRecover/index.d.ts +1 -2
  290. package/build/components/Pages/SelectWalletToRecover/index.js +70 -0
  291. package/build/components/Pages/SelectWalletToRecover/index.js.map +1 -0
  292. package/build/components/Pages/Send/EthereumSend.d.ts +1 -0
  293. package/build/components/Pages/Send/EthereumSend.js +88 -0
  294. package/build/components/Pages/Send/EthereumSend.js.map +1 -0
  295. package/build/components/Pages/Send/SolanaSend.d.ts +1 -0
  296. package/build/components/Pages/Send/SolanaSend.js +93 -0
  297. package/build/components/Pages/Send/SolanaSend.js.map +1 -0
  298. package/build/components/Pages/Send/index.d.ts +7 -1
  299. package/build/components/Pages/Send/index.js +18 -0
  300. package/build/components/Pages/Send/index.js.map +1 -0
  301. package/build/components/Pages/Send/styles.js +112 -0
  302. package/build/components/Pages/Send/styles.js.map +1 -0
  303. package/build/components/Pages/Send/utils.d.ts +1 -1
  304. package/build/components/Pages/Send/utils.js +63 -0
  305. package/build/components/Pages/Send/utils.js.map +1 -0
  306. package/build/components/Pages/SendConfirmation/EstimatedFees.js +66 -0
  307. package/build/components/Pages/SendConfirmation/EstimatedFees.js.map +1 -0
  308. package/build/components/Pages/SendConfirmation/index.js +331 -0
  309. package/build/components/Pages/SendConfirmation/index.js.map +1 -0
  310. package/build/components/Pages/SendConfirmation/styles.js +129 -0
  311. package/build/components/Pages/SendConfirmation/styles.js.map +1 -0
  312. package/build/components/Pages/SocialProviders/index.js +15 -0
  313. package/build/components/Pages/SocialProviders/index.js.map +1 -0
  314. package/build/components/Pages/SolanaSendConfirmation/index.d.ts +1 -0
  315. package/build/components/Pages/SolanaSendConfirmation/index.js +152 -0
  316. package/build/components/Pages/SolanaSendConfirmation/index.js.map +1 -0
  317. package/build/components/Pages/SolanaWallets/index.d.ts +1 -0
  318. package/build/components/Pages/SolanaWallets/index.js +36 -0
  319. package/build/components/Pages/SolanaWallets/index.js.map +1 -0
  320. package/build/components/PasswordStrength/PasswordStrengthIndicator.js +62 -0
  321. package/build/components/PasswordStrength/PasswordStrengthIndicator.js.map +1 -0
  322. package/build/components/PasswordStrength/password-utility.js +128 -0
  323. package/build/components/PasswordStrength/password-utility.js.map +1 -0
  324. package/build/constants/chainConfigs.js +316 -0
  325. package/build/constants/chainConfigs.js.map +1 -0
  326. package/build/constants/defaultTheme.js +6 -0
  327. package/build/constants/defaultTheme.js.map +1 -0
  328. package/build/constants/openfort.d.ts +4 -0
  329. package/build/constants/openfort.js +8 -0
  330. package/build/constants/openfort.js.map +1 -0
  331. package/build/core/ConnectionStrategy.d.ts +31 -0
  332. package/build/core/ConnectionStrategy.js +9 -0
  333. package/build/core/ConnectionStrategy.js.map +1 -0
  334. package/build/core/ConnectionStrategyContext.d.ts +16 -0
  335. package/build/core/ConnectionStrategyContext.js +22 -0
  336. package/build/core/ConnectionStrategyContext.js.map +1 -0
  337. package/build/core/errors.d.ts +1 -0
  338. package/build/core/strategies/EthereumBridgeStrategy.d.ts +11 -0
  339. package/build/core/strategies/EthereumBridgeStrategy.js +83 -0
  340. package/build/core/strategies/EthereumBridgeStrategy.js.map +1 -0
  341. package/build/core/strategies/EthereumEmbeddedStrategy.d.ts +8 -0
  342. package/build/core/strategies/EthereumEmbeddedStrategy.js +85 -0
  343. package/build/core/strategies/EthereumEmbeddedStrategy.js.map +1 -0
  344. package/build/core/strategies/SolanaEmbeddedStrategy.d.ts +9 -0
  345. package/build/core/strategies/SolanaEmbeddedStrategy.js +53 -0
  346. package/build/core/strategies/SolanaEmbeddedStrategy.js.map +1 -0
  347. package/build/core/strategyUtils.d.ts +6 -0
  348. package/build/core/strategyUtils.js +31 -0
  349. package/build/core/strategyUtils.js.map +1 -0
  350. package/build/ethereum/OpenfortEthereumBridgeContext.d.ts +87 -0
  351. package/build/ethereum/OpenfortEthereumBridgeContext.js +18 -0
  352. package/build/ethereum/OpenfortEthereumBridgeContext.js.map +1 -0
  353. package/build/ethereum/hooks/getEmbeddedWalletClient.d.ts +14 -0
  354. package/build/ethereum/hooks/getEmbeddedWalletClient.js +24 -0
  355. package/build/ethereum/hooks/getEmbeddedWalletClient.js.map +1 -0
  356. package/build/ethereum/hooks/useEthereumEmbeddedWallet.d.ts +17 -0
  357. package/build/ethereum/hooks/useEthereumEmbeddedWallet.js +425 -0
  358. package/build/ethereum/hooks/useEthereumEmbeddedWallet.js.map +1 -0
  359. package/build/ethereum/hooks/useEthereumWalletAssets.d.ts +29 -0
  360. package/build/ethereum/hooks/useEthereumWalletAssets.js +204 -0
  361. package/build/ethereum/hooks/useEthereumWalletAssets.js.map +1 -0
  362. package/build/ethereum/index.d.ts +11 -0
  363. package/build/ethereum/index.js +3 -0
  364. package/build/ethereum/index.js.map +1 -0
  365. package/build/ethereum/types.d.ts +140 -0
  366. package/build/hooks/openfort/auth/requestEmailVerification.js +21 -0
  367. package/build/hooks/openfort/auth/requestEmailVerification.js.map +1 -0
  368. package/build/hooks/openfort/auth/status.js +11 -0
  369. package/build/hooks/openfort/auth/status.js.map +1 -0
  370. package/build/hooks/openfort/auth/useAuthCallback.d.ts +2 -1
  371. package/build/hooks/openfort/auth/useAuthCallback.js +197 -0
  372. package/build/hooks/openfort/auth/useAuthCallback.js.map +1 -0
  373. package/build/hooks/openfort/auth/useConnectToWalletPostAuth.d.ts +3 -2
  374. package/build/hooks/openfort/auth/useConnectToWalletPostAuth.js +161 -0
  375. package/build/hooks/openfort/auth/useConnectToWalletPostAuth.js.map +1 -0
  376. package/build/hooks/openfort/auth/useEmailAuth.d.ts +4 -3
  377. package/build/hooks/openfort/auth/useEmailAuth.js +496 -0
  378. package/build/hooks/openfort/auth/useEmailAuth.js.map +1 -0
  379. package/build/hooks/openfort/auth/useEmailOtpAuth.d.ts +4 -3
  380. package/build/hooks/openfort/auth/useEmailOtpAuth.js +151 -0
  381. package/build/hooks/openfort/auth/useEmailOtpAuth.js.map +1 -0
  382. package/build/hooks/openfort/auth/useGuestAuth.d.ts +4 -3
  383. package/build/hooks/openfort/auth/useGuestAuth.js +142 -0
  384. package/build/hooks/openfort/auth/useGuestAuth.js.map +1 -0
  385. package/build/hooks/openfort/auth/useOAuth.d.ts +4 -3
  386. package/build/hooks/openfort/auth/useOAuth.js +217 -0
  387. package/build/hooks/openfort/auth/useOAuth.js.map +1 -0
  388. package/build/hooks/openfort/auth/usePhoneOtpAuth.d.ts +4 -3
  389. package/build/hooks/openfort/auth/usePhoneOtpAuth.js +174 -0
  390. package/build/hooks/openfort/auth/usePhoneOtpAuth.js.map +1 -0
  391. package/build/hooks/openfort/auth/useSignOut.d.ts +2 -1
  392. package/build/hooks/openfort/auth/useSignOut.js +104 -0
  393. package/build/hooks/openfort/auth/useSignOut.js.map +1 -0
  394. package/build/hooks/openfort/hookConsistency.js +17 -0
  395. package/build/hooks/openfort/hookConsistency.js.map +1 -0
  396. package/build/hooks/openfort/use7702Authorization.js +73 -0
  397. package/build/hooks/openfort/use7702Authorization.js.map +1 -0
  398. package/build/hooks/openfort/useGrantPermissions.d.ts +7 -76
  399. package/build/hooks/openfort/useGrantPermissions.js +221 -0
  400. package/build/hooks/openfort/useGrantPermissions.js.map +1 -0
  401. package/build/hooks/openfort/useProviders.js +75 -0
  402. package/build/hooks/openfort/useProviders.js.map +1 -0
  403. package/build/hooks/openfort/useRevokePermissions.d.ts +2 -1
  404. package/build/hooks/openfort/useRevokePermissions.js +126 -0
  405. package/build/hooks/openfort/useRevokePermissions.js.map +1 -0
  406. package/build/hooks/openfort/useUI.d.ts +4 -45
  407. package/build/hooks/openfort/useUI.js +122 -0
  408. package/build/hooks/openfort/useUI.js.map +1 -0
  409. package/build/hooks/openfort/useUser.d.ts +12 -35
  410. package/build/hooks/openfort/useUser.js +61 -0
  411. package/build/hooks/openfort/useUser.js.map +1 -0
  412. package/build/hooks/openfort/walletTypes.d.ts +32 -0
  413. package/build/hooks/openfort/walletTypes.js +53 -0
  414. package/build/hooks/openfort/walletTypes.js.map +1 -0
  415. package/build/hooks/useBalance.d.ts +50 -0
  416. package/build/hooks/useBalance.js +80 -0
  417. package/build/hooks/useBalance.js.map +1 -0
  418. package/build/hooks/useConnectLifecycle.d.ts +7 -0
  419. package/build/hooks/useConnectLifecycle.js +43 -0
  420. package/build/hooks/useConnectLifecycle.js.map +1 -0
  421. package/build/hooks/useConnectors.d.ts +3 -5
  422. package/build/hooks/useConnectors.js +26 -0
  423. package/build/hooks/useConnectors.js.map +1 -0
  424. package/build/hooks/useCopyToClipboard.js +29 -0
  425. package/build/hooks/useCopyToClipboard.js.map +1 -0
  426. package/build/hooks/useFitText.js +125 -0
  427. package/build/hooks/useFitText.js.map +1 -0
  428. package/build/hooks/useFocusTrap.d.ts +4 -1
  429. package/build/hooks/useFocusTrap.js +60 -0
  430. package/build/hooks/useFocusTrap.js.map +1 -0
  431. package/build/hooks/useGoogleFont.js +43 -0
  432. package/build/hooks/useGoogleFont.js.map +1 -0
  433. package/build/hooks/useIsMobile.js +17 -0
  434. package/build/hooks/useIsMobile.js.map +1 -0
  435. package/build/hooks/useIsMounted.js +10 -0
  436. package/build/hooks/useIsMounted.js.map +1 -0
  437. package/build/hooks/useLastConnector.js +39 -0
  438. package/build/hooks/useLastConnector.js.map +1 -0
  439. package/build/hooks/useLocales.d.ts +1 -1
  440. package/build/hooks/useLocales.js +68 -0
  441. package/build/hooks/useLocales.js.map +1 -0
  442. package/build/hooks/useLockBodyScroll.js +53 -0
  443. package/build/hooks/useLockBodyScroll.js.map +1 -0
  444. package/build/hooks/usePrevious.js +14 -0
  445. package/build/hooks/usePrevious.js.map +1 -0
  446. package/build/hooks/useResolvedIdentity.d.ts +70 -0
  447. package/build/hooks/useResolvedIdentity.js +90 -0
  448. package/build/hooks/useResolvedIdentity.js.map +1 -0
  449. package/build/hooks/useRouteProps.d.ts +10 -5
  450. package/build/hooks/useRouteProps.js +27 -0
  451. package/build/hooks/useRouteProps.js.map +1 -0
  452. package/build/hooks/useWalletConnectModal.js +59 -0
  453. package/build/hooks/useWalletConnectModal.js.map +1 -0
  454. package/build/hooks/useWindowSize.js +23 -0
  455. package/build/hooks/useWindowSize.js.map +1 -0
  456. package/build/index.d.ts +61 -16
  457. package/build/index.js +31 -0
  458. package/build/index.js.map +1 -0
  459. package/build/localizations/index.js +57 -0
  460. package/build/localizations/index.js.map +1 -0
  461. package/build/localizations/locales/ar-AE.js +100 -0
  462. package/build/localizations/locales/ar-AE.js.map +1 -0
  463. package/build/localizations/locales/ca-AD.js +98 -0
  464. package/build/localizations/locales/ca-AD.js.map +1 -0
  465. package/build/localizations/locales/ee-EE.js +98 -0
  466. package/build/localizations/locales/ee-EE.js.map +1 -0
  467. package/build/localizations/locales/en-US.js +115 -0
  468. package/build/localizations/locales/en-US.js.map +1 -0
  469. package/build/localizations/locales/es-ES.js +98 -0
  470. package/build/localizations/locales/es-ES.js.map +1 -0
  471. package/build/localizations/locales/fa-IR.js +98 -0
  472. package/build/localizations/locales/fa-IR.js.map +1 -0
  473. package/build/localizations/locales/fr-FR.js +98 -0
  474. package/build/localizations/locales/fr-FR.js.map +1 -0
  475. package/build/localizations/locales/ja-JP.js +98 -0
  476. package/build/localizations/locales/ja-JP.js.map +1 -0
  477. package/build/localizations/locales/pt-BR.js +98 -0
  478. package/build/localizations/locales/pt-BR.js.map +1 -0
  479. package/build/localizations/locales/ru-RU.js +98 -0
  480. package/build/localizations/locales/ru-RU.js.map +1 -0
  481. package/build/localizations/locales/tr-TR.js +98 -0
  482. package/build/localizations/locales/tr-TR.js.map +1 -0
  483. package/build/localizations/locales/vi-VN.js +98 -0
  484. package/build/localizations/locales/vi-VN.js.map +1 -0
  485. package/build/localizations/locales/zh-CN.js +98 -0
  486. package/build/localizations/locales/zh-CN.js.map +1 -0
  487. package/build/openfort/CoreOpenfortProvider.d.ts +9 -22
  488. package/build/openfort/CoreOpenfortProvider.js +389 -0
  489. package/build/openfort/CoreOpenfortProvider.js.map +1 -0
  490. package/build/{hooks/useConnectCallback.d.ts → openfort/connectCallbackTypes.d.ts} +2 -2
  491. package/build/openfort/context.d.ts +3 -2
  492. package/build/openfort/context.js +6 -0
  493. package/build/openfort/context.js.map +1 -0
  494. package/build/openfort/core/client.d.ts +2 -1
  495. package/build/openfort/core/client.js +23 -0
  496. package/build/openfort/core/client.js.map +1 -0
  497. package/build/openfort/hooks/useActiveAddressSync.d.ts +20 -0
  498. package/build/openfort/hooks/useActiveAddressSync.js +76 -0
  499. package/build/openfort/hooks/useActiveAddressSync.js.map +1 -0
  500. package/build/openfort/hooks/useAutoRecovery.d.ts +26 -0
  501. package/build/openfort/hooks/useAutoRecovery.js +102 -0
  502. package/build/openfort/hooks/useAutoRecovery.js.map +1 -0
  503. package/build/openfort/hooks/useEmbeddedStateMachine.d.ts +31 -0
  504. package/build/openfort/hooks/useEmbeddedStateMachine.js +77 -0
  505. package/build/openfort/hooks/useEmbeddedStateMachine.js.map +1 -0
  506. package/build/openfort/selectors.d.ts +9 -0
  507. package/build/openfort/selectors.js +15 -0
  508. package/build/openfort/selectors.js.map +1 -0
  509. package/build/openfort/store.d.ts +46 -0
  510. package/build/openfort/store.js +116 -0
  511. package/build/openfort/store.js.map +1 -0
  512. package/build/openfort/useOpenfort.d.ts +9 -3
  513. package/build/openfort/useOpenfort.js +15 -0
  514. package/build/openfort/useOpenfort.js.map +1 -0
  515. package/build/openfort/useOpenfortStore.d.ts +2 -0
  516. package/build/openfort/useOpenfortStore.js +13 -0
  517. package/build/openfort/useOpenfortStore.js.map +1 -0
  518. package/build/query/index.d.ts +2 -0
  519. package/build/query/queryKeys.d.ts +12 -0
  520. package/build/query/queryKeys.js +15 -0
  521. package/build/query/queryKeys.js.map +1 -0
  522. package/build/query/queryOptions.d.ts +23 -0
  523. package/build/query/queryOptions.js +31 -0
  524. package/build/query/queryOptions.js.map +1 -0
  525. package/build/shared/hooks/useAsyncData.d.ts +19 -0
  526. package/build/shared/hooks/useAsyncData.js +69 -0
  527. package/build/shared/hooks/useAsyncData.js.map +1 -0
  528. package/build/shared/hooks/useRecoveryOTP.d.ts +11 -0
  529. package/build/shared/hooks/useRecoveryOTP.js +64 -0
  530. package/build/shared/hooks/useRecoveryOTP.js.map +1 -0
  531. package/build/shared/types.d.ts +65 -0
  532. package/build/shared/utils/embeddedWalletStatusMapper.d.ts +15 -0
  533. package/build/shared/utils/embeddedWalletStatusMapper.js +22 -0
  534. package/build/shared/utils/embeddedWalletStatusMapper.js.map +1 -0
  535. package/build/shared/utils/explorer.d.ts +24 -0
  536. package/build/shared/utils/explorer.js +71 -0
  537. package/build/shared/utils/explorer.js.map +1 -0
  538. package/build/shared/utils/otpError.d.ts +8 -0
  539. package/build/shared/utils/otpError.js +17 -0
  540. package/build/shared/utils/otpError.js.map +1 -0
  541. package/build/shared/utils/recovery.d.ts +15 -0
  542. package/build/shared/utils/recovery.js +96 -0
  543. package/build/shared/utils/recovery.js.map +1 -0
  544. package/build/shared/utils/validation.d.ts +15 -0
  545. package/build/shared/utils/validation.js +27 -0
  546. package/build/shared/utils/validation.js.map +1 -0
  547. package/build/shared/utils/walletStatusProps.d.ts +18 -0
  548. package/build/shared/utils/walletStatusProps.js +45 -0
  549. package/build/shared/utils/walletStatusProps.js.map +1 -0
  550. package/build/siwe/create-siwe-message.d.ts +15 -1
  551. package/build/siwe/create-siwe-message.js +32 -0
  552. package/build/siwe/create-siwe-message.js.map +1 -0
  553. package/build/solana/SolanaContext.d.ts +43 -0
  554. package/build/solana/SolanaContext.js +87 -0
  555. package/build/solana/SolanaContext.js.map +1 -0
  556. package/build/solana/constants.d.ts +21 -0
  557. package/build/solana/constants.js +24 -0
  558. package/build/solana/constants.js.map +1 -0
  559. package/build/solana/hooks/recoveryResolver.d.ts +16 -0
  560. package/build/solana/hooks/recoveryResolver.js +39 -0
  561. package/build/solana/hooks/recoveryResolver.js.map +1 -0
  562. package/build/solana/hooks/useSolanaEmbeddedWallet.d.ts +17 -0
  563. package/build/solana/hooks/useSolanaEmbeddedWallet.js +389 -0
  564. package/build/solana/hooks/useSolanaEmbeddedWallet.js.map +1 -0
  565. package/build/solana/hooks/utils.d.ts +2 -0
  566. package/build/solana/hooks/utils.js +18 -0
  567. package/build/solana/hooks/utils.js.map +1 -0
  568. package/build/solana/index.d.ts +12 -0
  569. package/build/solana/index.js +2 -0
  570. package/build/solana/index.js.map +1 -0
  571. package/build/solana/operations.d.ts +22 -0
  572. package/build/solana/operations.js +40 -0
  573. package/build/solana/operations.js.map +1 -0
  574. package/build/solana/provider.d.ts +131 -0
  575. package/build/solana/provider.js +126 -0
  576. package/build/solana/provider.js.map +1 -0
  577. package/build/solana/types.d.ts +253 -0
  578. package/build/solana/utils/transfer.d.ts +9 -0
  579. package/build/solana/utils/transfer.js +20 -0
  580. package/build/solana/utils/transfer.js.map +1 -0
  581. package/build/styles/index.js +334 -0
  582. package/build/styles/index.js.map +1 -0
  583. package/build/styles/styled/index.js +14 -0
  584. package/build/styles/styled/index.js.map +1 -0
  585. package/build/styles/themes/base.js +147 -0
  586. package/build/styles/themes/base.js.map +1 -0
  587. package/build/styles/themes/index.js +13 -0
  588. package/build/styles/themes/index.js.map +1 -0
  589. package/build/styles/themes/midnight.js +78 -0
  590. package/build/styles/themes/midnight.js.map +1 -0
  591. package/build/styles/themes/minimal.js +100 -0
  592. package/build/styles/themes/minimal.js.map +1 -0
  593. package/build/styles/themes/nouns.js +83 -0
  594. package/build/styles/themes/nouns.js.map +1 -0
  595. package/build/styles/themes/retro.js +110 -0
  596. package/build/styles/themes/retro.js.map +1 -0
  597. package/build/styles/themes/rounded.js +110 -0
  598. package/build/styles/themes/rounded.js.map +1 -0
  599. package/build/styles/themes/soft.js +73 -0
  600. package/build/styles/themes/soft.js.map +1 -0
  601. package/build/styles/themes/web95.js +136 -0
  602. package/build/styles/themes/web95.js.map +1 -0
  603. package/build/types.d.ts +5 -6
  604. package/build/types.js +33 -0
  605. package/build/types.js.map +1 -0
  606. package/build/utils/banner.d.ts +1 -0
  607. package/build/utils/banner.js +14 -0
  608. package/build/utils/banner.js.map +1 -0
  609. package/build/utils/errorHandling.js +331 -0
  610. package/build/utils/errorHandling.js.map +1 -0
  611. package/build/utils/format.d.ts +18 -0
  612. package/build/utils/format.js +59 -0
  613. package/build/utils/format.js.map +1 -0
  614. package/build/utils/index.d.ts +2 -3
  615. package/build/utils/index.js +67 -0
  616. package/build/utils/index.js.map +1 -0
  617. package/build/utils/logger.js +13 -0
  618. package/build/utils/logger.js.map +1 -0
  619. package/build/utils/oauthErrorHandler.d.ts +1 -1
  620. package/build/utils/oauthErrorHandler.js +42 -0
  621. package/build/utils/oauthErrorHandler.js.map +1 -0
  622. package/build/utils/p3.js +14 -0
  623. package/build/utils/p3.js.map +1 -0
  624. package/build/utils/rpc.d.ts +34 -0
  625. package/build/utils/rpc.js +93 -0
  626. package/build/utils/rpc.js.map +1 -0
  627. package/build/utils/useOnUserReturn.js +25 -0
  628. package/build/utils/useOnUserReturn.js.map +1 -0
  629. package/build/utils/validation.js +7 -0
  630. package/build/utils/validation.js.map +1 -0
  631. package/build/utils/wallets.d.ts +6 -0
  632. package/build/utils/wallets.js +14 -0
  633. package/build/utils/wallets.js.map +1 -0
  634. package/build/version.d.ts +1 -1
  635. package/build/version.js +4 -0
  636. package/build/version.js.map +1 -0
  637. package/build/wagmi/OpenfortWagmiBridge.d.ts +3 -0
  638. package/build/wagmi/OpenfortWagmiBridge.js +166 -0
  639. package/build/wagmi/OpenfortWagmiBridge.js.map +1 -0
  640. package/build/wagmi/components/ChainSelect/index.js +140 -0
  641. package/build/wagmi/components/ChainSelect/index.js.map +1 -0
  642. package/build/wagmi/components/ChainSelectDropdown/index.js +144 -0
  643. package/build/wagmi/components/ChainSelectDropdown/index.js.map +1 -0
  644. package/build/wagmi/components/ChainSelectDropdown/styles.js +47 -0
  645. package/build/wagmi/components/ChainSelectDropdown/styles.js.map +1 -0
  646. package/build/wagmi/components/ChainSelectList/index.js +109 -0
  647. package/build/wagmi/components/ChainSelectList/index.js.map +1 -0
  648. package/build/wagmi/components/ChainSelectList/styles.js +225 -0
  649. package/build/wagmi/components/ChainSelectList/styles.js.map +1 -0
  650. package/build/wagmi/components/SwitchNetworks/index.js +22 -0
  651. package/build/wagmi/components/SwitchNetworks/index.js.map +1 -0
  652. package/build/wagmi/connectorFilter.d.ts +6 -0
  653. package/build/wagmi/connectorFilter.js +16 -0
  654. package/build/wagmi/connectorFilter.js.map +1 -0
  655. package/build/{defaultConfig.d.ts → wagmi/defaultConfig.d.ts} +1 -2
  656. package/build/wagmi/defaultConfig.js +27 -0
  657. package/build/wagmi/defaultConfig.js.map +1 -0
  658. package/build/wagmi/defaultConnectors.js +36 -0
  659. package/build/wagmi/defaultConnectors.js.map +1 -0
  660. package/build/wagmi/embeddedConnector.d.ts +4 -0
  661. package/build/wagmi/embeddedConnector.js +80 -0
  662. package/build/wagmi/embeddedConnector.js.map +1 -0
  663. package/build/wagmi/index.d.ts +10 -0
  664. package/build/wagmi/index.js +10 -0
  665. package/build/wagmi/index.js.map +1 -0
  666. package/build/wagmi/useChainIsSupported.d.ts +20 -0
  667. package/build/wagmi/useChainIsSupported.js +30 -0
  668. package/build/wagmi/useChainIsSupported.js.map +1 -0
  669. package/build/wagmi/useChains.d.ts +29 -0
  670. package/build/wagmi/useChains.js +38 -0
  671. package/build/wagmi/useChains.js.map +1 -0
  672. package/build/wagmi/useConnectWithSiwe.d.ts +22 -0
  673. package/build/wagmi/useConnectWithSiwe.js +115 -0
  674. package/build/wagmi/useConnectWithSiwe.js.map +1 -0
  675. package/build/wagmi/useEmbeddedWalletWagmiSync.d.ts +2 -0
  676. package/build/wagmi/useEmbeddedWalletWagmiSync.js +55 -0
  677. package/build/wagmi/useEmbeddedWalletWagmiSync.js.map +1 -0
  678. package/build/wagmi/useWalletAuth.d.ts +24 -0
  679. package/build/wagmi/useWalletAuth.js +180 -0
  680. package/build/wagmi/useWalletAuth.js.map +1 -0
  681. package/build/wallets/useExternalConnectors.d.ts +17 -0
  682. package/build/wallets/useExternalConnectors.js +98 -0
  683. package/build/wallets/useExternalConnectors.js.map +1 -0
  684. package/build/wallets/walletConfigs.js +344 -0
  685. package/build/wallets/walletConfigs.js.map +1 -0
  686. package/package.json +62 -11
  687. package/build/components/PageLayout/index.d.ts +0 -6
  688. package/build/components/contexts/web3/index.d.ts +0 -13
  689. package/build/constants/erc20.d.ts +0 -42
  690. package/build/hooks/openfort/auth/useWalletAuth.d.ts +0 -20
  691. package/build/hooks/openfort/useConnectWithSiwe.d.ts +0 -8
  692. package/build/hooks/openfort/useWalletAssets.d.ts +0 -16
  693. package/build/hooks/openfort/useWallets.d.ts +0 -134
  694. package/build/hooks/useChainIsSupported.d.ts +0 -24
  695. package/build/hooks/useChains.d.ts +0 -41
  696. package/build/hooks/useConnect.d.ts +0 -24
  697. package/build/hooks/useEnsFallbackConfig.d.ts +0 -1
  698. package/build/index.es.js +0 -19620
  699. package/build/index.es.js.map +0 -1
  700. package/build/openfortCustomTypes.d.ts +0 -10
  701. package/build/wallets/index.d.ts +0 -7
  702. package/build/wallets/useWagmiWallets.d.ts +0 -9
  703. /package/build/components/Pages/{SoicalProviders → SocialProviders}/index.d.ts +0 -0
  704. /package/build/{components/Common → wagmi/components}/ChainSelect/index.d.ts +0 -0
  705. /package/build/{components/Common → wagmi/components}/ChainSelectDropdown/index.d.ts +0 -0
  706. /package/build/{components/Common → wagmi/components}/ChainSelectDropdown/styles.d.ts +0 -0
  707. /package/build/{components/Common → wagmi/components}/ChainSelectList/index.d.ts +0 -0
  708. /package/build/{components/Common → wagmi/components}/ChainSelectList/styles.d.ts +0 -0
  709. /package/build/{components/Pages → wagmi/components}/SwitchNetworks/index.d.ts +0 -0
  710. /package/build/{defaultConnectors.d.ts → wagmi/defaultConnectors.d.ts} +0 -0
@@ -0,0 +1,13 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ /**
4
+ * TODO: Move hex colours into CSS variables for P3 support.
5
+ */
6
+ const Chrome = (jsxs("svg", { "aria-hidden": "true", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("g", { filter: "url(#filter0_ii_927_5781)", children: jsxs("g", { clipPath: "url(#clip0_927_5781)", children: [jsx("path", { d: "M1.58771 0V12.2727H6.06498L10.0002 5.45455H20.0002V0H1.58771Z", fill: "#DB4437" }), jsx("path", { d: "M1.58771 0V12.2727H6.06498L10.0002 5.45455H20.0002V0H1.58771Z", fill: "url(#paint0_linear_927_5781)" }), jsx("path", { d: "M6.17038 12.2272L1.64538 4.46582L1.57947 4.57946L6.07265 12.284L6.17038 12.2272Z", fill: "black", fillOpacity: "0.15" }), jsx("path", { d: "M0 20.0003H9.51932L13.9375 15.5821V12.273H6.0625L0 1.87305V20.0003Z", fill: "#0F9D58" }), jsx("path", { d: "M0 20.0003H9.51932L13.9375 15.5821V12.273H6.0625L0 1.87305V20.0003Z", fill: "url(#paint1_linear_927_5781)" }), jsx("path", { d: "M13.8412 12.4208L13.7469 12.3662L9.38324 19.9969H9.51392L13.8435 12.4242L13.8412 12.4208Z", fill: "#263238", fillOpacity: "0.15" }), jsx("path", { d: "M10.0006 5.45459L13.9381 12.2728L9.51996 20H20.0006V5.45459H10.0006Z", fill: "#FFCD40" }), jsx("path", { d: "M10.0006 5.45459L13.9381 12.2728L9.51996 20H20.0006V5.45459H10.0006Z", fill: "url(#paint2_linear_927_5781)" }), jsx("path", { d: "M9.9996 5.45459L13.9371 12.2728L9.51892 20H19.9996V5.45459H9.9996Z", fill: "#FFCD40" }), jsx("path", { d: "M9.9996 5.45459L13.9371 12.2728L9.51892 20H19.9996V5.45459H9.9996Z", fill: "url(#paint3_linear_927_5781)" }), jsx("path", { d: "M1.58691 0V12.2727H6.06419L9.99941 5.45455H19.9994V0H1.58691Z", fill: "#DB4437" }), jsx("path", { d: "M1.58691 0V12.2727H6.06419L9.99941 5.45455H19.9994V0H1.58691Z", fill: "url(#paint4_linear_927_5781)" }), jsx("path", { d: "M10 5.45459V7.83527L18.9091 5.45459H10Z", fill: "url(#paint5_radial_927_5781)" }), jsx("path", { d: "M0 19.9998H9.51932L11.9318 15.9089L13.9375 12.2726H6.0625L0 1.87256V19.9998Z", fill: "#0F9D58" }), jsx("path", { d: "M0 19.9998H9.51932L12.1023 15.5112L13.9375 12.2726H6.0625L0 1.87256V19.9998Z", fill: "url(#paint6_linear_927_5781)" }), jsx("path", { d: "M1.58771 4.59668L8.09339 11.1012L6.06384 12.2728L1.58771 4.59668Z", fill: "url(#paint7_radial_927_5781)" }), jsx("path", { d: "M9.52661 19.9884L11.9084 11.1021L13.938 12.2725L9.52661 19.9884Z", fill: "url(#paint8_radial_927_5781)" }), jsx("path", { d: "M10.0003 14.5455C12.5107 14.5455 14.5458 12.5104 14.5458 10C14.5458 7.48966 12.5107 5.45459 10.0003 5.45459C7.48996 5.45459 5.4549 7.48966 5.4549 10C5.4549 12.5104 7.48996 14.5455 10.0003 14.5455Z", fill: "#F1F1F1" }), jsx("path", { d: "M9.99995 13.6365C12.0083 13.6365 13.6363 12.0084 13.6363 10.0001C13.6363 7.99183 12.0083 6.36377 9.99995 6.36377C7.99164 6.36377 6.36359 7.99183 6.36359 10.0001C6.36359 12.0084 7.99164 13.6365 9.99995 13.6365Z", fill: "#4285F4" }), jsx("path", { d: "M10.0003 5.34082C7.48899 5.34082 5.4549 7.37491 5.4549 9.88628V9.99991C5.4549 7.48855 7.48899 5.45446 10.0003 5.45446H20.0003V5.34082H10.0003Z", fill: "black", fillOpacity: "0.2" }), jsx("path", { d: "M13.9318 12.273C13.1455 13.6299 11.6818 14.5458 10 14.5458C8.31818 14.5458 6.85227 13.6299 6.06818 12.273H6.06364L0 1.87305V1.98668L6.06818 12.3867C6.85455 13.7435 8.31818 14.6594 10 14.6594C11.6818 14.6594 13.1455 13.7446 13.9318 12.3867H13.9375V12.273H13.9307H13.9318Z", fill: "white", fillOpacity: "0.1" }), jsx("path", { opacity: "0.1", d: "M10.1133 5.45459C10.094 5.45459 10.0758 5.45686 10.0565 5.458C12.5406 5.48868 14.5452 7.50913 14.5452 10C14.5452 12.491 12.5406 14.5114 10.0565 14.5421C10.0758 14.5421 10.094 14.5455 10.1133 14.5455C12.6247 14.5455 14.6588 12.5114 14.6588 10C14.6588 7.48868 12.6247 5.45459 10.1133 5.45459Z", fill: "black" }), jsx("path", { d: "M13.9769 12.4204C14.3632 11.7522 14.5871 10.9795 14.5871 10.1522C14.5874 9.68602 14.5157 9.22262 14.3746 8.77832C14.4826 9.16696 14.5451 9.57377 14.5451 9.99764C14.5451 10.8249 14.3212 11.5976 13.9348 12.2658L13.9371 12.2704L9.51892 19.9976H9.65074L13.9769 12.4204Z", fill: "white", fillOpacity: "0.2" }), jsx("path", { d: "M10 0.113636C15.5034 0.113636 19.9682 4.56023 20 10.0568C20 10.0375 20.0011 10.0193 20.0011 10C20.0011 4.47727 15.5239 0 10.0011 0C4.47841 0 0 4.47727 0 10C0 10.0193 0.00113639 10.0375 0.00113639 10.0568C0.0318182 4.56023 4.49659 0.113636 10 0.113636Z", fill: "white", fillOpacity: "0.2" }), jsx("path", { d: "M10 19.8865C15.5034 19.8865 19.9682 15.4399 20 9.94336C20 9.96268 20.0011 9.98086 20.0011 10.0002C20.0011 15.5229 15.5239 20.0002 10.0011 20.0002C4.47841 20.0002 0 15.5229 0 10.0002C0 9.98086 0.00113639 9.96268 0.00113639 9.94336C0.0318182 15.4399 4.49659 19.8865 10.0011 19.8865H10Z", fill: "black", fillOpacity: "0.15" })] }) }), jsxs("defs", { children: [jsxs("filter", { id: "filter0_ii_927_5781", x: 0, y: "-0.235294", width: 20, height: "20.4706", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), jsx("feOffset", { dy: "0.235294" }), jsx("feGaussianBlur", { stdDeviation: "0.235294" }), jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: -1, k3: 1 }), jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0" }), jsx("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_927_5781" }), jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), jsx("feOffset", { dy: "-0.235294" }), jsx("feGaussianBlur", { stdDeviation: "0.235294" }), jsx("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: -1, k3: 1 }), jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }), jsx("feBlend", { mode: "normal", in2: "effect1_innerShadow_927_5781", result: "effect2_innerShadow_927_5781" })] }), jsxs("linearGradient", { id: "paint0_linear_927_5781", x1: "2.42521", y1: "7.61591", x2: "8.39112", y2: "4.13068", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#A52714", stopOpacity: "0.6" }), jsx("stop", { offset: "0.66", stopColor: "#A52714", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "paint1_linear_927_5781", x1: "11.6932", y1: "17.7844", x2: "5.06136", y2: "13.8981", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#055524", stopOpacity: "0.4" }), jsx("stop", { offset: "0.33", stopColor: "#055524", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "paint2_linear_927_5781", x1: "12.9438", y1: "4.75004", x2: "14.6143", y2: "12.0569", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#EA6100", stopOpacity: "0.3" }), jsx("stop", { offset: "0.66", stopColor: "#EA6100", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "paint3_linear_927_5781", x1: "12.9428", y1: "4.75004", x2: "14.6132", y2: "12.0569", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#EA6100", stopOpacity: "0.3" }), jsx("stop", { offset: "0.66", stopColor: "#EA6100", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "paint4_linear_927_5781", x1: "2.42441", y1: "7.61591", x2: "8.39032", y2: "4.13068", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#A52714", stopOpacity: "0.6" }), jsx("stop", { offset: "0.66", stopColor: "#A52714", stopOpacity: 0 })] }), jsxs("radialGradient", { id: "paint5_radial_927_5781", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.56818 5.44891) scale(9.55455)", children: [jsx("stop", { stopColor: "#3E2723", stopOpacity: "0.2" }), jsx("stop", { offset: 1, stopColor: "#3E2723", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "paint6_linear_927_5781", x1: "11.6932", y1: "17.7839", x2: "5.06136", y2: "13.8976", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#055524", stopOpacity: "0.4" }), jsx("stop", { offset: "0.33", stopColor: "#055524", stopOpacity: 0 })] }), jsxs("radialGradient", { id: "paint7_radial_927_5781", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.57975 4.60463) scale(8.86818)", children: [jsx("stop", { stopColor: "#3E2723", stopOpacity: "0.2" }), jsx("stop", { offset: 1, stopColor: "#3E2723", stopOpacity: 0 })] }), jsxs("radialGradient", { id: "paint8_radial_927_5781", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.97775 10.0157) scale(9.98523)", children: [jsx("stop", { stopColor: "#263238", stopOpacity: "0.2" }), jsx("stop", { offset: 1, stopColor: "#263238", stopOpacity: 0 })] }), jsx("clipPath", { id: "clip0_927_5781", children: jsx("rect", { width: 20, height: 20, rx: 10, fill: "white" }) })] })] }));
7
+ const FireFox = (jsxs("svg", { "aria-hidden": "true", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxs("g", { clipPath: "url(#clip0_927_5847)", children: [jsx("path", { d: "M19.011 6.71023C18.5898 5.69685 17.7355 4.60269 17.0665 4.25681C17.5436 5.18063 17.8747 6.17276 18.0481 7.19792L18.0499 7.21417C16.954 4.48315 15.0963 3.38023 13.5782 0.981835C13.5014 0.860539 13.4246 0.738994 13.3498 0.610696C13.3071 0.537418 13.2728 0.471393 13.2431 0.410621C13.1801 0.288713 13.1316 0.159878 13.0985 0.0267267C13.0985 0.0205825 13.0963 0.0146369 13.0923 0.0100242C13.0882 0.00541151 13.0826 0.00245454 13.0765 0.00171737C13.0705 7.85858e-05 13.0642 7.85858e-05 13.0582 0.00171737C13.057 0.00171737 13.055 0.00396821 13.0535 0.0044684C13.052 0.00496859 13.0487 0.00721943 13.0465 0.00821981L13.0502 0.00171737C10.6156 1.42725 9.78901 4.06574 9.71399 5.38624C8.74136 5.45292 7.81141 5.81121 7.04549 6.41437C6.96561 6.34671 6.88212 6.28343 6.79539 6.2248C6.57456 5.45174 6.56514 4.6336 6.76813 3.85566C5.87401 4.28877 5.07954 4.90279 4.43501 5.65884H4.43051C4.04636 5.17191 4.07337 3.5663 4.09538 3.23093C3.98174 3.2766 3.87326 3.33419 3.77176 3.40274C3.43264 3.64477 3.11562 3.91635 2.8244 4.2143C2.49255 4.55075 2.18946 4.91441 1.91831 5.30146V5.30296V5.3012C1.29521 6.18444 0.853213 7.18234 0.617826 8.23731L0.604821 8.30133C0.586564 8.38661 0.52079 8.81377 0.509535 8.90656C0.509535 8.91381 0.508035 8.92056 0.507285 8.92781C0.42244 9.36882 0.369864 9.81542 0.349976 10.2641V10.3141C0.354259 12.7396 1.26772 15.0754 2.91002 16.8604C4.55233 18.6454 6.80415 19.7498 9.22094 19.9556C11.6377 20.1615 14.0439 19.4538 15.9644 17.9723C17.8849 16.4908 19.1803 14.3431 19.5947 11.9532C19.6109 11.8282 19.6242 11.7044 19.6387 11.5781C19.8384 9.92791 19.6222 8.25404 19.01 6.70873L19.011 6.71023ZM7.83928 14.2981C7.88455 14.3198 7.92707 14.3433 7.97358 14.3641L7.98034 14.3684C7.93332 14.3458 7.8863 14.3224 7.83928 14.2981ZM18.0501 7.21692V7.20767L18.0519 7.21792L18.0501 7.21692Z", fill: "url(#paint0_linear_927_5847)" }), jsx("path", { d: "M19.0109 6.71026C18.5898 5.69688 17.7354 4.60272 17.0664 4.25684C17.5435 5.18066 17.8746 6.17278 18.0481 7.19794V7.20719L18.0498 7.21745C18.797 9.35551 18.689 11.6997 17.7482 13.7599C16.6373 16.1435 13.9493 18.5867 9.7402 18.4667C5.19349 18.3379 1.18699 14.9629 0.439211 10.5437C0.30291 9.84668 0.439211 9.4933 0.507737 8.92684C0.414265 9.36685 0.362102 9.81463 0.351929 10.2643V10.3144C0.356212 12.7399 1.26967 15.0757 2.91198 16.8607C4.55429 18.6456 6.8061 19.7501 9.2229 19.9559C11.6397 20.1617 14.0458 19.4541 15.9664 17.9725C17.8869 16.491 19.1822 14.3434 19.5966 11.9535C19.6129 11.8284 19.6262 11.7046 19.6407 11.5783C19.8403 9.92819 19.6242 8.25431 19.0119 6.70901L19.0109 6.71026Z", fill: "url(#paint1_radial_927_5847)" }), jsx("path", { d: "M19.0109 6.71026C18.5898 5.69688 17.7354 4.60272 17.0664 4.25684C17.5435 5.18066 17.8746 6.17278 18.0481 7.19794V7.20719L18.0498 7.21745C18.797 9.35551 18.689 11.6997 17.7482 13.7599C16.6373 16.1435 13.9493 18.5867 9.7402 18.4667C5.19349 18.3379 1.18699 14.9629 0.439211 10.5437C0.30291 9.84668 0.439211 9.4933 0.507737 8.92684C0.414265 9.36685 0.362102 9.81463 0.351929 10.2643V10.3144C0.356212 12.7399 1.26967 15.0757 2.91198 16.8607C4.55429 18.6456 6.8061 19.7501 9.2229 19.9559C11.6397 20.1617 14.0458 19.4541 15.9664 17.9725C17.8869 16.491 19.1822 14.3434 19.5966 11.9535C19.6129 11.8284 19.6262 11.7046 19.6407 11.5783C19.8403 9.92819 19.6242 8.25431 19.0119 6.70901L19.0109 6.71026Z", fill: "url(#paint2_radial_927_5847)" }), jsx("path", { d: "M14.2993 7.84794C14.3203 7.8627 14.3398 7.87745 14.3595 7.89221C14.1161 7.46047 13.813 7.06519 13.4592 6.71802C10.4456 3.70439 12.6696 0.18557 13.0445 0.00550206L13.0483 0C10.6136 1.42553 9.78706 4.06402 9.71204 5.38452C9.82508 5.37677 9.93712 5.36726 10.0527 5.36726C10.9164 5.36893 11.7644 5.59929 12.5103 6.03492C13.2562 6.47055 13.8734 7.09592 14.2993 7.84744V7.84794Z", fill: "url(#paint3_radial_927_5847)" }), jsx("path", { d: "M10.0577 8.45061C10.0417 8.6917 9.18992 9.52326 8.89206 9.52326C6.13602 9.52326 5.68835 11.1906 5.68835 11.1906C5.8104 12.5947 6.78877 13.7516 7.97146 14.3618C8.02548 14.3898 8.08025 14.4151 8.13502 14.4399C8.22989 14.4819 8.32476 14.5207 8.41963 14.5564C8.82553 14.7 9.25065 14.7821 9.68085 14.7997C14.5127 15.0263 15.448 9.02257 11.9615 7.27942C12.7839 7.1724 13.6168 7.37463 14.2986 7.84688C13.8727 7.09536 13.2555 6.46999 12.5096 6.03436C11.7637 5.59873 10.9158 5.36837 10.052 5.3667C9.93695 5.3667 9.82441 5.3762 9.71136 5.38396C8.73874 5.45064 7.80879 5.80893 7.04286 6.41209C7.19067 6.53714 7.35748 6.7042 7.70886 7.05058C8.36661 7.69857 10.0535 8.36983 10.0572 8.44861L10.0577 8.45061Z", fill: "url(#paint4_radial_927_5847)" }), jsx("path", { d: "M10.0577 8.45061C10.0417 8.6917 9.18992 9.52326 8.89206 9.52326C6.13602 9.52326 5.68835 11.1906 5.68835 11.1906C5.8104 12.5947 6.78877 13.7516 7.97146 14.3618C8.02548 14.3898 8.08025 14.4151 8.13502 14.4399C8.22989 14.4819 8.32476 14.5207 8.41963 14.5564C8.82553 14.7 9.25065 14.7821 9.68085 14.7997C14.5127 15.0263 15.448 9.02257 11.9615 7.27942C12.7839 7.1724 13.6168 7.37463 14.2986 7.84688C13.8727 7.09536 13.2555 6.46999 12.5096 6.03436C11.7637 5.59873 10.9158 5.36837 10.052 5.3667C9.93695 5.3667 9.82441 5.3762 9.71136 5.38396C8.73874 5.45064 7.80879 5.80893 7.04286 6.41209C7.19067 6.53714 7.35748 6.7042 7.70886 7.05058C8.36661 7.69857 10.0535 8.36983 10.0572 8.44861L10.0577 8.45061Z", fill: "url(#paint5_radial_927_5847)" }), jsx("path", { d: "M6.59134 6.0923C6.66987 6.14231 6.73464 6.18583 6.79141 6.2251C6.57058 5.45204 6.56117 4.63389 6.76415 3.85596C5.87003 4.28907 5.07556 4.90308 4.43103 5.65913C4.4783 5.65788 5.88432 5.63262 6.59134 6.0923Z", fill: "url(#paint6_radial_927_5847)" }), jsx("path", { d: "M0.437567 10.5439C1.1856 14.963 5.19185 18.3393 9.73855 18.4668C13.9476 18.5859 16.6361 16.1425 17.7466 13.7601C18.6873 11.6998 18.7954 9.35569 18.0482 7.21762V7.20837C18.0482 7.20111 18.0467 7.19686 18.0482 7.19911L18.0499 7.21537C18.3938 9.46046 17.2519 11.6345 15.4665 13.1076L15.4609 13.1201C11.9821 15.9536 8.6534 14.8292 7.98064 14.3706C7.93363 14.348 7.88661 14.3246 7.83959 14.3003C5.81158 13.3309 4.97352 11.4842 5.15358 9.89862C4.67218 9.90573 4.19905 9.77307 3.79151 9.51672C3.38397 9.26038 3.05952 8.89134 2.85747 8.45433C3.38987 8.1282 3.99692 7.94382 4.62077 7.91878C5.24461 7.89374 5.86448 8.02887 6.42131 8.31128C7.56906 8.83225 8.87507 8.8836 10.0602 8.45433C10.0564 8.37555 8.36954 7.70405 7.71179 7.05631C7.36041 6.70993 7.1936 6.54312 7.04579 6.41782C6.96591 6.35016 6.88243 6.28688 6.7957 6.22825C6.73818 6.18898 6.6734 6.14647 6.59562 6.09545C5.88861 5.63578 4.48258 5.66104 4.43607 5.66229H4.43156C4.04742 5.17535 4.07443 3.56975 4.09644 3.23438C3.9828 3.28005 3.87431 3.33764 3.77282 3.40619C3.4337 3.64822 3.11667 3.91979 2.82546 4.21774C2.49242 4.55325 2.18808 4.91607 1.91562 5.3024V5.3039V5.30215C1.29252 6.18539 0.850521 7.18329 0.615133 8.23825C0.610381 8.25801 0.266002 9.76357 0.435816 10.5444L0.437567 10.5439Z", fill: "url(#paint7_radial_927_5847)" }), jsx("path", { d: "M13.459 6.71761C13.8128 7.06516 14.1159 7.46087 14.3593 7.89305C14.4126 7.93331 14.4624 7.97333 14.5046 8.01209C16.7022 10.0378 15.5508 12.9014 15.465 13.104C17.2502 11.6332 18.3911 9.45763 18.0485 7.21179C16.952 4.47826 15.0923 3.37535 13.5768 0.976952C13.5 0.855657 13.4232 0.734111 13.3484 0.605813C13.3057 0.532535 13.2714 0.466511 13.2417 0.405738C13.1787 0.283831 13.1302 0.154995 13.0971 0.0218439C13.0971 0.0156997 13.0949 0.0097541 13.0909 0.0051414C13.0868 0.000528701 13.0812 -0.00242828 13.0751 -0.00316545C13.0691 -0.00480423 13.0628 -0.00480423 13.0568 -0.00316545C13.0556 -0.00316545 13.0536 -0.000914601 13.0521 -0.000414413C13.0506 8.57743e-05 13.0473 0.00233662 13.0451 0.00333699C12.6702 0.181154 10.4466 3.70222 13.4602 6.71335L13.459 6.71761Z", fill: "url(#paint8_radial_927_5847)" }), jsx("path", { d: "M14.5043 8.01315C14.462 7.97439 14.4122 7.93437 14.359 7.8941C14.3392 7.87935 14.3197 7.86459 14.2987 7.84984C13.6169 7.37759 12.784 7.17536 11.9616 7.28238C15.4479 9.02553 14.5125 15.0278 9.68095 14.8027C9.25075 14.785 8.82562 14.703 8.41973 14.5594C8.32486 14.5238 8.22999 14.485 8.13512 14.4428C8.08035 14.4178 8.02558 14.3928 7.97156 14.3648L7.97831 14.369C8.65206 14.829 11.9798 15.9526 15.4586 13.1186L15.4641 13.1061C15.5509 12.9035 16.7023 10.0399 14.5038 8.01415L14.5043 8.01315Z", fill: "url(#paint9_radial_927_5847)" }), jsx("path", { d: "M5.68842 11.1892C5.68842 11.1892 6.13583 9.52179 8.89212 9.52179C9.18998 9.52179 10.0425 8.69023 10.0578 8.44914C8.8727 8.8784 7.56669 8.82706 6.41894 8.30608C5.86211 8.02367 5.24224 7.88855 4.61839 7.91359C3.99455 7.93863 3.3875 8.123 2.8551 8.44914C3.05715 8.88615 3.3816 9.25518 3.78914 9.51153C4.19668 9.76787 4.66981 9.90053 5.15121 9.89343C4.97165 11.4783 5.80946 13.3247 7.83722 14.2951C7.88249 14.3168 7.925 14.3403 7.97152 14.3611C6.78783 13.7496 5.81046 12.5932 5.68842 11.1899V11.1892Z", fill: "url(#paint10_radial_927_5847)" }), jsx("path", { d: "M19.0112 6.71023C18.59 5.69685 17.7357 4.60269 17.0667 4.25681C17.5438 5.18063 17.8749 6.17276 18.0483 7.19792L18.0501 7.21417C16.9542 4.48315 15.0965 3.38023 13.5784 0.981835C13.5016 0.860539 13.4249 0.738994 13.3501 0.610696C13.3073 0.537418 13.2731 0.471393 13.2433 0.410621C13.1803 0.288713 13.1318 0.159878 13.0987 0.0267267C13.0988 0.0205825 13.0966 0.0146369 13.0925 0.0100242C13.0884 0.00541151 13.0828 0.00245454 13.0767 0.00171737C13.0708 7.85859e-05 13.0644 7.85859e-05 13.0585 0.00171737C13.0572 0.00171737 13.0552 0.00396821 13.0537 0.0044684C13.0522 0.00496859 13.049 0.00721943 13.0467 0.00821981L13.0505 0.00171737C10.6158 1.42725 9.78925 4.06574 9.71422 5.38624C9.82726 5.37848 9.9393 5.36898 10.0548 5.36898C10.9186 5.37065 11.7666 5.60101 12.5125 6.03664C13.2584 6.47227 13.8756 7.09764 14.3014 7.84916C13.6196 7.37691 12.7868 7.17468 11.9643 7.2817C15.4506 9.02485 14.5153 15.0271 9.68371 14.802C9.25351 14.7843 8.82838 14.7023 8.42248 14.5587C8.32761 14.5232 8.23275 14.4843 8.13788 14.4421C8.08311 14.4171 8.02834 14.3921 7.97432 14.3641L7.98107 14.3684C7.93405 14.3458 7.88703 14.3224 7.84002 14.2981C7.88528 14.3198 7.9278 14.3433 7.97432 14.3641C6.79062 13.7524 5.81326 12.5959 5.69121 11.1929C5.69121 11.1929 6.13863 9.52554 8.89491 9.52554C9.19277 9.52554 10.0453 8.69398 10.0606 8.45289C10.0568 8.37411 8.36996 7.7026 7.71222 7.05486C7.36084 6.70848 7.19402 6.54167 7.04622 6.41637C6.96634 6.34871 6.88285 6.28543 6.79612 6.2268C6.57529 5.45374 6.56588 4.6356 6.76886 3.85766C5.87474 4.29077 5.08027 4.90479 4.43574 5.66084H4.43124C4.04709 5.17391 4.0741 3.5683 4.09611 3.23293C3.98247 3.2786 3.87399 3.33619 3.77249 3.40474C3.43337 3.64677 3.11635 3.91835 2.82514 4.2163C2.49328 4.55275 2.19019 4.91641 1.91905 5.30345V5.30496V5.30321C1.29595 6.18644 0.853946 7.18434 0.618558 8.23931L0.605554 8.30333C0.587297 8.38861 0.505516 8.82177 0.493762 8.91481C0.418959 9.36194 0.371188 9.81318 0.350708 10.2661V10.3161C0.354992 12.7416 1.26845 15.0774 2.91076 16.8624C4.55307 18.6474 6.80488 19.7518 9.22168 19.9576C11.6385 20.1635 14.0446 19.4558 15.9652 17.9743C17.8857 16.4928 19.181 14.3451 19.5954 11.9552C19.6117 11.8302 19.6249 11.7064 19.6394 11.5801C19.8391 9.92991 19.623 8.25604 19.0107 6.71073L19.0112 6.71023ZM18.0496 7.20817L18.0513 7.21842L18.0496 7.20817Z", fill: "url(#paint11_linear_927_5847)" })] }), jsxs("defs", { children: [jsxs("linearGradient", { id: "paint0_linear_927_5847", x1: "17.728", y1: "3.09786", x2: "1.63621", y2: "18.6237", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: "0.048", stopColor: "#FFF44F" }), jsx("stop", { offset: "0.111", stopColor: "#FFE847" }), jsx("stop", { offset: "0.225", stopColor: "#FFC830" }), jsx("stop", { offset: "0.368", stopColor: "#FF980E" }), jsx("stop", { offset: "0.401", stopColor: "#FF8B16" }), jsx("stop", { offset: "0.462", stopColor: "#FF672A" }), jsx("stop", { offset: "0.534", stopColor: "#FF3647" }), jsx("stop", { offset: "0.705", stopColor: "#E31587" })] }), jsxs("radialGradient", { id: "paint1_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.1052 2.25108) scale(20.2076)", children: [jsx("stop", { offset: "0.129", stopColor: "#FFBD4F" }), jsx("stop", { offset: "0.186", stopColor: "#FFAC31" }), jsx("stop", { offset: "0.247", stopColor: "#FF9D17" }), jsx("stop", { offset: "0.283", stopColor: "#FF980E" }), jsx("stop", { offset: "0.403", stopColor: "#FF563B" }), jsx("stop", { offset: "0.467", stopColor: "#FF3750" }), jsx("stop", { offset: "0.71", stopColor: "#F5156C" }), jsx("stop", { offset: "0.782", stopColor: "#EB0878" }), jsx("stop", { offset: "0.86", stopColor: "#E50080" })] }), jsxs("radialGradient", { id: "paint2_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.6024 10.5042) scale(20.2076)", children: [jsx("stop", { offset: "0.3", stopColor: "#960E18" }), jsx("stop", { offset: "0.351", stopColor: "#B11927", stopOpacity: "0.74" }), jsx("stop", { offset: "0.435", stopColor: "#DB293D", stopOpacity: "0.343" }), jsx("stop", { offset: "0.497", stopColor: "#F5334B", stopOpacity: "0.094" }), jsx("stop", { offset: "0.53", stopColor: "#FF3750", stopOpacity: 0 })] }), jsxs("radialGradient", { id: "paint3_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.1034 -2.25084) scale(14.638)", children: [jsx("stop", { offset: "0.132", stopColor: "#FFF44F" }), jsx("stop", { offset: "0.252", stopColor: "#FFDC3E" }), jsx("stop", { offset: "0.506", stopColor: "#FF9D12" }), jsx("stop", { offset: "0.526", stopColor: "#FF980E" })] }), jsxs("radialGradient", { id: "paint4_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(7.35173 15.7558) scale(9.62111)", children: [jsx("stop", { offset: "0.353", stopColor: "#3A8EE6" }), jsx("stop", { offset: "0.472", stopColor: "#5C79F0" }), jsx("stop", { offset: "0.669", stopColor: "#9059FF" }), jsx("stop", { offset: 1, stopColor: "#C139E6" })] }), jsxs("radialGradient", { id: "paint5_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(10.5799 8.76923) rotate(-13.5916) scale(5.10194 5.97309)", children: [jsx("stop", { offset: "0.206", stopColor: "#9059FF", stopOpacity: 0 }), jsx("stop", { offset: "0.278", stopColor: "#8C4FF3", stopOpacity: "0.064" }), jsx("stop", { offset: "0.747", stopColor: "#7716A8", stopOpacity: "0.45" }), jsx("stop", { offset: "0.975", stopColor: "#6E008B", stopOpacity: "0.6" })] }), jsxs("radialGradient", { id: "paint6_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.35238 1.50057) scale(6.9226)", children: [jsx("stop", { stopColor: "#FFE226" }), jsx("stop", { offset: "0.121", stopColor: "#FFDB27" }), jsx("stop", { offset: "0.295", stopColor: "#FFC82A" }), jsx("stop", { offset: "0.502", stopColor: "#FFA930" }), jsx("stop", { offset: "0.732", stopColor: "#FF7E37" }), jsx("stop", { offset: "0.792", stopColor: "#FF7139" })] }), jsxs("radialGradient", { id: "paint7_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(14.8545 -3.00121) scale(29.5361)", children: [jsx("stop", { offset: "0.113", stopColor: "#FFF44F" }), jsx("stop", { offset: "0.456", stopColor: "#FF980E" }), jsx("stop", { offset: "0.622", stopColor: "#FF5634" }), jsx("stop", { offset: "0.716", stopColor: "#FF3647" }), jsx("stop", { offset: "0.904", stopColor: "#E31587" })] }), jsxs("radialGradient", { id: "paint8_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.3996 -1.36343) rotate(83.976) scale(21.6445 14.2051)", children: [jsx("stop", { stopColor: "#FFF44F" }), jsx("stop", { offset: "0.06", stopColor: "#FFE847" }), jsx("stop", { offset: "0.168", stopColor: "#FFC830" }), jsx("stop", { offset: "0.304", stopColor: "#FF980E" }), jsx("stop", { offset: "0.356", stopColor: "#FF8B16" }), jsx("stop", { offset: "0.455", stopColor: "#FF672A" }), jsx("stop", { offset: "0.57", stopColor: "#FF3647" }), jsx("stop", { offset: "0.737", stopColor: "#E31587" })] }), jsxs("radialGradient", { id: "paint9_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(9.35233 4.00165) scale(18.4369)", children: [jsx("stop", { offset: "0.137", stopColor: "#FFF44F" }), jsx("stop", { offset: "0.48", stopColor: "#FF980E" }), jsx("stop", { offset: "0.592", stopColor: "#FF5634" }), jsx("stop", { offset: "0.655", stopColor: "#FF3647" }), jsx("stop", { offset: "0.904", stopColor: "#E31587" })] }), jsxs("radialGradient", { id: "paint10_radial_927_5847", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(14.1041 5.00184) scale(20.1801)", children: [jsx("stop", { offset: "0.094", stopColor: "#FFF44F" }), jsx("stop", { offset: "0.231", stopColor: "#FFE141" }), jsx("stop", { offset: "0.509", stopColor: "#FFAF1E" }), jsx("stop", { offset: "0.626", stopColor: "#FF980E" })] }), jsxs("linearGradient", { id: "paint11_linear_927_5847", x1: "17.5331", y1: "3.01533", x2: "3.84302", y2: "16.708", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: "0.167", stopColor: "#FFF44F", stopOpacity: "0.8" }), jsx("stop", { offset: "0.266", stopColor: "#FFF44F", stopOpacity: "0.634" }), jsx("stop", { offset: "0.489", stopColor: "#FFF44F", stopOpacity: "0.217" }), jsx("stop", { offset: "0.6", stopColor: "#FFF44F", stopOpacity: 0 })] }), jsx("clipPath", { id: "clip0_927_5847", children: jsx("rect", { width: 20, height: 20, fill: "white" }) })] })] }));
8
+ const Brave = (jsxs("svg", { "aria-hidden": "true", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M17.2924 5.22043L17.7256 4.15905L16.4982 2.8883C15.8339 2.22404 14.4187 2.61393 14.4187 2.61393L12.8158 0.794434H7.16242L5.55231 2.62115C5.55231 2.62115 4.13715 2.23848 3.47289 2.8883L2.24545 4.15183L2.67866 5.21321L2.13715 6.78721L3.9422 13.6681C4.31765 15.141 4.57036 15.7114 5.63173 16.4623L8.93137 18.7006C9.24906 18.8955 9.63895 19.2349 9.99274 19.2349C10.3465 19.2349 10.7364 18.8955 11.0541 18.7006L14.3538 16.4623C15.4151 15.7114 15.6678 15.141 16.0433 13.6681L17.8483 6.78721L17.2924 5.22043Z", fill: "url(#paint0_linear_927_5861)" }), jsx("path", { d: "M13.9711 3.78343C13.9711 3.78343 16.0433 6.28884 16.0433 6.81592C16.0433 7.35744 15.7834 7.49462 15.5234 7.77621L13.9711 9.43686C13.8267 9.58126 13.5162 9.82675 13.6967 10.2527C13.8772 10.686 14.1299 11.2203 13.8411 11.769C13.5523 12.3249 13.0469 12.6932 12.722 12.6354C12.2387 12.4786 11.7777 12.2602 11.3502 11.9856C11.0758 11.8051 10.1949 11.0758 10.1949 10.7943C10.1949 10.5127 11.1047 10 11.278 9.89895C11.444 9.78343 12.2166 9.33577 12.231 9.16249C12.2455 8.9892 12.2455 8.94588 12.0144 8.51267C11.7834 8.07946 11.379 7.50184 11.4368 7.12639C11.509 6.75094 12.1588 6.54877 12.6426 6.36827L14.1372 5.80509C14.2527 5.74733 14.2238 5.69679 13.8772 5.66068C13.5307 5.6318 12.5559 5.50184 12.1155 5.62458C11.6751 5.74733 10.9386 5.93505 10.8664 6.03614C10.8086 6.13722 10.7509 6.13722 10.8159 6.48379L11.2346 8.75816C11.2635 9.04697 11.3213 9.24191 11.018 9.31411C10.7003 9.38632 10.1733 9.50906 9.99276 9.50906C9.81225 9.50906 9.27796 9.38632 8.96749 9.31411C8.65702 9.24191 8.71478 9.04697 8.75088 8.75816C8.77976 8.46935 9.09745 6.82314 9.16243 6.48379C9.23464 6.13722 9.16965 6.13722 9.11189 6.03614C9.03969 5.93505 8.29601 5.74733 7.85558 5.62458C7.42236 5.50184 6.44041 5.6318 6.09384 5.66791C5.74727 5.69679 5.71839 5.74011 5.83391 5.81231L7.3285 6.36827C7.80503 6.54877 8.46929 6.75094 8.53428 7.12639C8.60648 7.50906 8.19493 8.07946 7.95666 8.51267C7.71839 8.94588 7.72561 8.9892 7.74005 9.16249C7.75449 9.33577 8.53428 9.78343 8.69312 9.89895C8.86641 10.0073 9.77615 10.5127 9.77615 10.7943C9.77615 11.0758 8.91695 11.8051 8.62814 11.9856C8.20063 12.2602 7.73957 12.4786 7.2563 12.6354C6.93139 12.6932 6.42597 12.3249 6.12994 11.769C5.84113 11.2203 6.10106 10.686 6.27435 10.2527C6.45485 9.81953 6.1516 9.58848 5.99998 9.43686L4.44763 7.77621C4.19493 7.50906 3.935 7.36466 3.935 6.83036C3.935 6.29606 6.0072 3.79787 6.0072 3.79787L7.97832 4.11556C8.20937 4.11556 8.722 3.92061 9.19132 3.75455C9.66063 3.61014 9.98554 3.5957 9.98554 3.5957C9.98554 3.5957 10.3032 3.5957 10.7798 3.75455C11.2563 3.91339 11.7617 4.11556 11.9928 4.11556C12.231 4.11556 13.9783 3.77621 13.9783 3.77621L13.9711 3.78343ZM12.4188 13.3719C12.5487 13.4441 12.4693 13.6029 12.3465 13.6896L10.5126 15.1192C10.3682 15.2636 10.1372 15.4802 9.98554 15.4802C9.83391 15.4802 9.61009 15.2636 9.45846 15.1192C8.8506 14.6351 8.23683 14.1586 7.61731 13.6896C7.50178 13.6029 7.42236 13.4513 7.54511 13.3719L8.62814 12.7943C9.05864 12.5665 9.51417 12.3897 9.98554 12.2672C10.0938 12.2672 10.7798 12.5127 11.3357 12.7943L12.4188 13.3719Z", fill: "white" }), jsx("path", { d: "M14.4332 2.62115L12.8159 0.794434H7.16243L5.55232 2.62115C5.55232 2.62115 4.13716 2.23848 3.4729 2.8883C3.4729 2.8883 5.35016 2.72223 5.99998 3.77638L7.99276 4.11573C8.2238 4.11573 8.73644 3.92079 9.20575 3.75472C9.67507 3.61032 9.99998 3.59588 9.99998 3.59588C9.99998 3.59588 10.3177 3.59588 10.7942 3.75472C11.2707 3.91357 11.7761 4.11573 12.0072 4.11573C12.2455 4.11573 13.9928 3.77638 13.9928 3.77638C14.6426 2.72223 16.5198 2.8883 16.5198 2.8883C15.8556 2.22404 14.4404 2.61393 14.4404 2.61393", fill: "url(#paint1_linear_927_5861)" }), jsxs("defs", { children: [jsxs("linearGradient", { id: "paint0_linear_927_5861", x1: "2.13715", y1: "10.1991", x2: "17.8483", y2: "10.1991", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: "0.4", stopColor: "#FF5500" }), jsx("stop", { offset: "0.6", stopColor: "#FF2000" })] }), jsxs("linearGradient", { id: "paint1_linear_927_5861", x1: "3.73384", y1: "2.4883", x2: "16.5198", y2: "2.4883", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#FF452A" }), jsx("stop", { offset: 1, stopColor: "#FF2000" })] })] })] }));
9
+ const Edge = (jsxs("svg", { "aria-hidden": "true", width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxs("g", { clipPath: "url(#clip0_927_5865)", children: [jsx("path", { d: "M18.0547 14.8828C17.7865 15.0222 17.5099 15.1448 17.2266 15.25C16.3293 15.584 15.3792 15.7533 14.4219 15.75C10.7266 15.75 7.50781 13.2109 7.50781 9.94531C7.51262 9.50803 7.63385 9.07993 7.85905 8.70506C8.08424 8.33019 8.40526 8.0221 8.78906 7.8125C5.44531 7.95312 4.58594 11.4375 4.58594 13.4766C4.58594 19.2578 9.90625 19.8359 11.0547 19.8359C11.6719 19.8359 12.6016 19.6562 13.1641 19.4766L13.2656 19.4453C15.4183 18.7014 17.2534 17.2465 18.4688 15.3203C18.5041 15.2618 18.5192 15.1933 18.5119 15.1253C18.5046 15.0574 18.4752 14.9937 18.4282 14.944C18.3812 14.8944 18.3192 14.8615 18.2518 14.8505C18.1843 14.8394 18.1151 14.8508 18.0547 14.8828Z", fill: "url(#paint0_linear_927_5865)" }), jsx("path", { opacity: "0.35", d: "M18.0547 14.8828C17.7865 15.0222 17.5099 15.1448 17.2266 15.25C16.3293 15.584 15.3792 15.7533 14.4219 15.75C10.7266 15.75 7.50781 13.2109 7.50781 9.94531C7.51262 9.50803 7.63385 9.07993 7.85905 8.70506C8.08424 8.33019 8.40526 8.0221 8.78906 7.8125C5.44531 7.95312 4.58594 11.4375 4.58594 13.4766C4.58594 19.2578 9.90625 19.8359 11.0547 19.8359C11.6719 19.8359 12.6016 19.6562 13.1641 19.4766L13.2656 19.4453C15.4183 18.7014 17.2534 17.2465 18.4688 15.3203C18.5041 15.2618 18.5192 15.1933 18.5119 15.1253C18.5046 15.0574 18.4752 14.9937 18.4282 14.944C18.3812 14.8944 18.3192 14.8615 18.2518 14.8505C18.1843 14.8394 18.1151 14.8508 18.0547 14.8828Z", fill: "url(#paint1_radial_927_5865)" }), jsx("path", { d: "M8.2578 18.8516C7.56239 18.4196 6.95961 17.854 6.48436 17.1875C5.94166 16.4447 5.56809 15.5921 5.38987 14.6896C5.21165 13.787 5.23311 12.8565 5.45272 11.9631C5.67234 11.0697 6.08479 10.2353 6.66115 9.51826C7.23751 8.80123 7.96379 8.21903 8.78905 7.8125C9.03905 7.69531 9.45311 7.49219 10.0078 7.5C10.3981 7.50302 10.7824 7.59627 11.1308 7.77245C11.4791 7.94864 11.7819 8.20299 12.0156 8.51562C12.3299 8.93835 12.5023 9.4498 12.5078 9.97656C12.5078 9.96094 14.4219 3.75781 6.2578 3.75781C2.82811 3.75781 0.00780015 7.00781 0.00780015 9.86719C-0.00584162 11.3776 0.317079 12.8721 0.953112 14.2422C1.99473 16.4602 3.81447 18.2185 6.06689 19.1834C8.3193 20.1483 10.8476 20.2526 13.1719 19.4766C12.3576 19.7337 11.4972 19.811 10.6501 19.7031C9.80297 19.5952 8.98941 19.3047 8.26561 18.8516H8.2578Z", fill: "url(#paint2_linear_927_5865)" }), jsx("path", { opacity: "0.41", d: "M8.2578 18.8516C7.56239 18.4196 6.95961 17.854 6.48436 17.1875C5.94166 16.4447 5.56809 15.5921 5.38987 14.6896C5.21165 13.787 5.23311 12.8565 5.45272 11.9631C5.67234 11.0697 6.08479 10.2353 6.66115 9.51826C7.23751 8.80123 7.96379 8.21903 8.78905 7.8125C9.03905 7.69531 9.45311 7.49219 10.0078 7.5C10.3981 7.50302 10.7824 7.59627 11.1308 7.77245C11.4791 7.94864 11.7819 8.20299 12.0156 8.51562C12.3299 8.93835 12.5023 9.4498 12.5078 9.97656C12.5078 9.96094 14.4219 3.75781 6.2578 3.75781C2.82811 3.75781 0.00780015 7.00781 0.00780015 9.86719C-0.00584162 11.3776 0.317079 12.8721 0.953112 14.2422C1.99473 16.4602 3.81447 18.2185 6.06689 19.1834C8.3193 20.1483 10.8476 20.2526 13.1719 19.4766C12.3576 19.7337 11.4972 19.811 10.6501 19.7031C9.80297 19.5952 8.98941 19.3047 8.26561 18.8516H8.2578Z", fill: "url(#paint3_radial_927_5865)" }), jsx("path", { d: "M11.9062 11.625C11.8359 11.7031 11.6406 11.8203 11.6406 12.0625C11.6406 12.2656 11.7734 12.4688 12.0156 12.6328C13.1328 13.4141 15.25 13.3047 15.2578 13.3047C16.0907 13.3041 16.9081 13.0802 17.625 12.6562C18.3467 12.2341 18.9456 11.6307 19.3622 10.9057C19.7788 10.1808 19.9986 9.35955 20 8.52344C20.0234 6.77344 19.375 5.60937 19.1172 5.09375C17.4531 1.85937 13.8828 4.89564e-08 10 4.89564e-08C7.37202 -0.00025981 4.84956 1.03398 2.97819 2.87904C1.10682 4.7241 0.0369559 7.23166 0 9.85938C0.0390625 7.00781 2.875 4.70312 6.25 4.70312C6.52344 4.70312 8.08594 4.72656 9.53125 5.48438C10.5466 5.98895 11.3875 6.78627 11.9453 7.77344C12.4219 8.60156 12.5078 9.65625 12.5078 10.0781C12.5078 10.5 12.2969 11.1172 11.8984 11.6328L11.9062 11.625Z", fill: "url(#paint4_radial_927_5865)" }), jsx("path", { d: "M11.9062 11.625C11.8359 11.7031 11.6406 11.8203 11.6406 12.0625C11.6406 12.2656 11.7734 12.4688 12.0156 12.6328C13.1328 13.4141 15.25 13.3047 15.2578 13.3047C16.0907 13.3041 16.9081 13.0802 17.625 12.6562C18.3467 12.2341 18.9456 11.6307 19.3622 10.9057C19.7788 10.1808 19.9986 9.35955 20 8.52344C20.0234 6.77344 19.375 5.60937 19.1172 5.09375C17.4531 1.85937 13.8828 4.89564e-08 10 4.89564e-08C7.37202 -0.00025981 4.84956 1.03398 2.97819 2.87904C1.10682 4.7241 0.0369559 7.23166 0 9.85938C0.0390625 7.00781 2.875 4.70312 6.25 4.70312C6.52344 4.70312 8.08594 4.72656 9.53125 5.48438C10.5466 5.98895 11.3875 6.78627 11.9453 7.77344C12.4219 8.60156 12.5078 9.65625 12.5078 10.0781C12.5078 10.5 12.2969 11.1172 11.8984 11.6328L11.9062 11.625Z", fill: "url(#paint5_radial_927_5865)" })] }), jsxs("defs", { children: [jsxs("linearGradient", { id: "paint0_linear_927_5865", x1: "4.58594", y1: "13.8281", x2: "18.5234", y2: "13.8281", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#0C59A4" }), jsx("stop", { offset: 1, stopColor: "#114A8B" })] }), jsxs("radialGradient", { id: "paint1_radial_927_5865", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(12.2813 13.9332) scale(7.45313 7.08047)", children: [jsx("stop", { offset: "0.7", stopOpacity: 0 }), jsx("stop", { offset: "0.9", stopOpacity: "0.5" }), jsx("stop", { offset: 1 })] }), jsxs("linearGradient", { id: "paint2_linear_927_5865", x1: "11.9297", y1: "7.78125", x2: "3.23436", y2: "17.2578", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#1B9DE2" }), jsx("stop", { offset: "0.2", stopColor: "#1595DF" }), jsx("stop", { offset: "0.7", stopColor: "#0680D7" }), jsx("stop", { offset: 1, stopColor: "#0078D4" })] }), jsxs("radialGradient", { id: "paint3_radial_927_5865", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(5.51209 15.5419) rotate(-81.3844) scale(11.202 9.05011)", children: [jsx("stop", { offset: "0.8", stopOpacity: 0 }), jsx("stop", { offset: "0.9", stopOpacity: "0.5" }), jsx("stop", { offset: 1 })] }), jsxs("radialGradient", { id: "paint4_radial_927_5865", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(2.02266 3.69656) rotate(92.2906) scale(15.8251 33.7043)", children: [jsx("stop", { stopColor: "#35C1F1" }), jsx("stop", { offset: "0.1", stopColor: "#34C1ED" }), jsx("stop", { offset: "0.2", stopColor: "#2FC2DF" }), jsx("stop", { offset: "0.3", stopColor: "#2BC3D2" }), jsx("stop", { offset: "0.7", stopColor: "#36C752" })] }), jsxs("radialGradient", { id: "paint5_radial_927_5865", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(18.7547 6.03906) rotate(73.7398) scale(7.60156 6.18159)", children: [jsx("stop", { stopColor: "#66EB6E" }), jsx("stop", { offset: 1, stopColor: "#66EB6E", stopOpacity: 0 })] }), jsx("clipPath", { id: "clip0_927_5865", children: jsx("rect", { width: 20, height: 20, fill: "white" }) })] })] }));
10
+ var browsers = { Chrome, FireFox, Brave, Edge };
11
+
12
+ export { browsers as default };
13
+ //# sourceMappingURL=browsers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browsers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -0,0 +1,139 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ const KnownChain = ({ testnet, ...props }) => (jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
4
+ background: testnet
5
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
6
+ : 'black',
7
+ }, children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.5611 8.12948C21.0082 7.90729 21.5007 7.79167 22 7.79167C22.4993 7.79167 22.9919 7.90729 23.439 8.12948L23.4408 8.1304L33.0387 12.9293C33.577 13.197 34.031 13.61 34.3478 14.121C34.6649 14.6323 34.833 15.2218 34.8333 15.8234V27.2595C34.833 27.8611 34.6649 28.4511 34.3478 28.9624C34.031 29.4733 33.578 29.8858 33.0398 30.1535L23.4411 34.9528C22.9919 35.1775 22.4963 35.2947 21.994 35.2947C21.4918 35.2947 20.9964 35.1777 20.5472 34.9529L10.9475 30.1531L10.9452 30.1519C10.4071 29.8808 9.95535 29.4646 9.6411 28.9504C9.32739 28.437 9.16312 27.8464 9.16673 27.2448L9.16675 27.2417L10.0004 27.2475H9.16673V27.2448V15.8239C9.16705 15.2223 9.33518 14.6322 9.65222 14.121C9.96906 13.61 10.4221 13.1976 10.9604 12.9298L20.5592 8.1304L20.5611 8.12948ZM21.3031 9.62267L11.8706 14.3389L22 19.4036L32.1294 14.3389L22.697 9.62267C22.4806 9.51531 22.2416 9.45905 22 9.45905C21.7585 9.45905 21.5194 9.51534 21.3031 9.62267ZM10.8341 15.8241C10.8341 15.7785 10.8362 15.733 10.8401 15.6878L21.1663 20.8509V33.3983L11.6955 28.6629C11.4352 28.5315 11.2159 28.3297 11.0638 28.0809C10.9116 27.8318 10.8321 27.5452 10.8341 27.2533L10.8341 27.2475V15.8241ZM22.8337 33.3923L32.2967 28.6608C32.5576 28.5312 32.7772 28.3313 32.9308 28.0836C33.0844 27.836 33.1658 27.5504 33.166 27.259V15.8243C33.1659 15.7786 33.1639 15.7331 33.1599 15.6878L22.8337 20.8509V33.3923Z", fill: "url(#paint0_linear_3546_7073)" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8341 15.8241C10.8341 15.7785 10.8362 15.733 10.8401 15.6878L21.1663 20.8509V33.3983L11.6955 28.6629C11.4352 28.5315 11.2159 28.3297 11.0638 28.0809C10.9116 27.8318 10.8321 27.5452 10.8341 27.2533L10.8341 27.2475V15.8241Z", fill: "url(#paint1_linear_3546_7073)", fillOpacity: "0.3" }), jsxs("defs", { children: [jsxs("linearGradient", { id: "paint0_linear_3546_7073", x1: "22", y1: "7.79167", x2: "22", y2: "35.2947", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "white" }), jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.7" })] }), jsxs("linearGradient", { id: "paint1_linear_3546_7073", x1: "22", y1: "7.79167", x2: "22", y2: "35.2947", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "white" }), jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.7" })] })] })] }));
8
+ const UnknownChain = ({ testnet, ...props }) => {
9
+ return jsx(KnownChain, { testnet: true, ...props });
10
+ };
11
+ const Ethereum = ({ testnet, ...props }) => {
12
+ let bg = 'var(--ck-chain-ethereum-01, #25292E)';
13
+ let fill = 'var(--ck-chain-ethereum-02, #ffffff)';
14
+ if (testnet) {
15
+ bg = 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)';
16
+ fill = '#fff';
17
+ }
18
+ return (jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
19
+ background: bg,
20
+ }, children: [jsx("path", { d: "M21.9967 6.99621L21.7955 7.67987V27.5163L21.9967 27.7171L31.2044 22.2744L21.9967 6.99621Z", fill: fill }), jsx("path", { d: "M21.9957 6.99621L12.7878 22.2744L21.9957 27.7171V18.0891V6.99621Z", fill: fill }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.9959 36.9996L21.9959 36.9997V36.9995L31.2091 24.0243L21.9959 29.4642L12.788 24.0243L21.9957 36.9993L21.9958 36.9997L21.9959 36.9996Z", fill: fill }), jsx("path", { d: "M21.996 27.7181L31.2037 22.2753L21.996 18.09V27.7181Z", fill: fill }), jsx("path", { d: "M12.7878 22.2753L21.9957 27.7181V18.09L12.7878 22.2753Z", fill: fill })] }));
21
+ };
22
+ const LensChain = ({ testnet, ...props }) => (jsx("svg", { ...props, width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
23
+ background: testnet
24
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
25
+ : '#2C2D30',
26
+ }, children: jsx("path", { d: "M30.4076 17.2002C29.1337 17.2002 27.9906 17.6998 27.1194 18.506L27.0299 18.4612C26.8302 15.8187 24.6817 13.7344 21.9891 13.7344C19.2966 13.7344 17.1481 15.8187 16.9484 18.4612L16.8589 18.506C15.9877 17.6998 14.8446 17.2002 13.5706 17.2002C10.7438 17.2002 8.45068 19.4947 8.45068 22.3267C8.45068 24.7727 10.8781 26.8709 11.4807 27.3532C14.3144 29.6098 18.0054 30.9293 21.9891 30.9293C25.9729 30.9293 29.6639 29.6098 32.4976 27.3532C33.1036 26.8709 35.5276 24.7762 35.5276 22.3267C35.5276 19.4947 33.2345 17.2002 30.4042 17.2002H30.4076Z", fill: "white" }) }));
27
+ const Polygon = ({ testnet, ...props }) => (jsx("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
28
+ background: testnet
29
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
30
+ : '#6F41D8',
31
+ }, children: jsx("path", { d: "M29.0015 17.4529C28.4941 17.1572 27.8355 17.1572 27.2773 17.4529L23.3186 19.7271L20.6305 21.2094L16.6719 23.4822C16.1645 23.7792 15.5059 23.7792 14.9476 23.4822L11.8016 21.703C11.2943 21.4074 10.9395 20.8642 10.9395 20.2702V16.7612C10.9395 16.1686 11.2434 15.6255 11.8016 15.3285L14.8954 13.5988C15.4041 13.3018 16.0641 13.3018 16.6224 13.5988L19.7161 15.3285C20.2249 15.6255 20.5796 16.1686 20.5796 16.7612V19.0355L23.2678 17.5024V15.2295C23.2707 14.9343 23.1917 14.6441 23.0395 14.3911C22.8873 14.1381 22.6679 13.9324 22.4056 13.7968L16.6719 10.5353C16.1645 10.2382 15.5059 10.2382 14.9476 10.5353L9.11214 13.7968C8.84992 13.9324 8.63049 14.1381 8.47828 14.3911C8.32607 14.6441 8.24705 14.9343 8.25002 15.2295V21.802C8.25002 22.396 8.55389 22.9391 9.11214 23.2361L14.9476 26.4976C15.455 26.7932 16.115 26.7932 16.6719 26.4976L20.6305 24.2729L23.3186 22.7411L27.2773 20.5177C27.7846 20.2207 28.4433 20.2207 29.0015 20.5177L32.0966 22.2475C32.6054 22.5431 32.9588 23.0863 32.9588 23.6803V27.1893C32.9588 27.7819 32.6563 28.325 32.0966 28.622L29.0029 30.4013C28.4941 30.6983 27.8341 30.6983 27.2773 30.4013L24.1821 28.6715C23.6734 28.3745 23.3186 27.8314 23.3186 27.2387V24.9645L20.6305 26.4976V28.7705C20.6305 29.3631 20.9344 29.9076 21.4926 30.2032L27.3281 33.4647C27.8355 33.7617 28.4941 33.7617 29.0524 33.4647L34.8879 30.2032C35.3953 29.9076 35.75 29.3645 35.75 28.7705V22.198C35.753 21.9028 35.674 21.6126 35.5218 21.3596C35.3695 21.1066 35.1501 20.9009 34.8879 20.7653L29.0029 17.4529H29.0015Z", fill: "white" }) }));
32
+ const Optimism = ({ testnet, ...props }) => (jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
33
+ background: testnet
34
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
35
+ : '#FF0420',
36
+ }, children: [jsx("path", { d: "M15.5877 27.8473C14.2777 27.8473 13.2045 27.539 12.3679 26.9226C11.5422 26.2952 11.1294 25.4035 11.1294 24.2477C11.1294 24.0055 11.157 23.7082 11.212 23.356C11.3552 22.5634 11.5588 21.6112 11.823 20.4994C12.5715 17.4722 14.5034 15.9586 17.6187 15.9586C18.4664 15.9586 19.2259 16.1017 19.8974 16.3879C20.5689 16.663 21.0973 17.0814 21.4826 17.6428C21.8678 18.1932 22.0605 18.8537 22.0605 19.6242C22.0605 19.8554 22.033 20.1471 21.9779 20.4994C21.8128 21.4791 21.6146 22.4313 21.3835 23.356C20.9982 24.8641 20.3322 25.9924 19.3855 26.741C18.4388 27.4785 17.1729 27.8473 15.5877 27.8473ZM15.8189 25.4695C16.4354 25.4695 16.9582 25.2879 17.3876 24.9247C17.8279 24.5614 18.1416 24.0055 18.3287 23.257C18.5819 22.2222 18.7746 21.3195 18.9067 20.5489C18.9507 20.3178 18.9727 20.0811 18.9727 19.8389C18.9727 18.8372 18.4498 18.3363 17.4041 18.3363C16.7876 18.3363 16.2592 18.5179 15.8189 18.8812C15.3896 19.2445 15.0813 19.8004 14.8943 20.5489C14.6961 21.2865 14.4979 22.1892 14.2998 23.257C14.2557 23.477 14.2337 23.7082 14.2337 23.9504C14.2337 24.9632 14.7622 25.4695 15.8189 25.4695Z", fill: "white" }), jsx("path", { d: "M22.8188 27.6815C22.6977 27.6815 22.6041 27.6429 22.5381 27.5659C22.483 27.4778 22.4665 27.3788 22.4885 27.2687L24.7672 16.5358C24.7892 16.4147 24.8498 16.3156 24.9489 16.2385C25.0479 16.1615 25.1525 16.1229 25.2626 16.1229H29.6548C30.8767 16.1229 31.8564 16.3761 32.5939 16.8825C33.3426 17.3889 33.7168 18.1209 33.7168 19.0786C33.7168 19.3538 33.6838 19.64 33.6177 19.9372C33.3426 21.2032 32.7867 22.1389 31.95 22.7443C31.1244 23.3498 29.9905 23.6525 28.5485 23.6525H26.3194L25.5598 27.2687C25.5377 27.3898 25.4772 27.4888 25.3782 27.5659C25.2791 27.6429 25.1745 27.6815 25.0645 27.6815H22.8188ZM28.6641 21.3738C29.1264 21.3738 29.5282 21.2472 29.8695 20.994C30.2217 20.7408 30.4529 20.3776 30.563 19.9042C30.596 19.717 30.6125 19.552 30.6125 19.4089C30.6125 19.0896 30.519 18.8474 30.3318 18.6823C30.1446 18.5062 29.8255 18.4182 29.3741 18.4182H27.3926L26.7652 21.3738H28.6641Z", fill: "white" }), jsx("rect", { x: "5.5", y: "5.5", width: "33", height: "33", rx: "16.5", fill: "white" }), jsx("path", { d: "M38.5 22C38.5 12.8924 31.0968 5.52416 22 5.5C12.879 5.5 5.5 12.8924 5.5 22C5.5 31.1076 12.9032 38.4758 22 38.5C31.121 38.5 38.5 31.1076 38.5 22ZM21.9758 30.2379V37.7994C15.3226 37.7994 9.92742 32.4122 9.92742 25.7687C9.92742 19.1252 15.3226 13.7379 21.9758 13.7379V6.17643C28.629 6.17643 34.0242 11.5637 34.0242 18.2072C34.0242 24.8507 28.629 30.2379 21.9758 30.2379Z", fill: "#FF0420" }), jsx("path", { d: "M22.0239 16.3223H21.9271C20.6691 18.8347 18.8062 20.6949 16.29 21.9511V22.0477C18.8062 23.304 20.6691 25.1641 21.9271 27.6766H22.0239C23.282 25.1641 25.1449 23.304 27.661 22.0477V21.9511C25.1449 20.6949 23.282 18.8347 22.0239 16.3223Z", fill: "#FF0420" })] }));
37
+ const Arbitrum = ({ testnet, ...props }) => {
38
+ const fill = testnet ? '#ffffff' : '#28A0F0';
39
+ const outlineFill = testnet ? '#ffffff' : '#96BEDC';
40
+ return (jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
41
+ background: testnet
42
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
43
+ : '#2C364F',
44
+ }, children: [!testnet && (jsx("path", { d: "M25.7948 20.5826L28.2683 16.3854L34.9355 26.7696L34.9386 28.7625L34.9168 15.0491C34.9011 14.7137 34.7231 14.407 34.4391 14.2261L22.4357 7.32182C22.1551 7.1838 21.7989 7.18546 21.5187 7.32618C21.4807 7.34524 21.4453 7.36576 21.4113 7.38835L21.3694 7.41467L9.71816 14.1664L9.67298 14.1871C9.61474 14.2137 9.55609 14.2479 9.50076 14.2872C9.27983 14.4456 9.1331 14.68 9.08564 14.9425C9.07859 14.9823 9.0732 15.023 9.07092 15.064L9.08916 26.239L15.2994 16.6138C16.0811 15.3376 17.7847 14.9262 19.3662 14.9488L21.2221 14.9977L10.2862 32.5356L11.5753 33.2778L22.6422 15.0155L27.5338 14.9977L16.4956 33.7209L21.0955 36.3668L21.6451 36.6827C21.8776 36.7772 22.1516 36.7819 22.386 36.6972L34.5581 29.6433L32.2309 30.9918L25.7948 20.5826ZM26.7384 34.175L22.0925 26.8829L24.9287 22.0702L31.0303 31.6876L26.7384 34.175Z", fill: '#2D374B' })), jsx("path", { d: "M22.0924 26.8832L26.7385 34.1751L31.0302 31.6879L24.9286 22.0705L22.0924 26.8832Z", fill: fill }), jsx("path", { d: "M34.9387 28.7627L34.9356 26.7698L28.2684 16.3856L25.7949 20.5828L32.2312 30.992L34.5584 29.6435C34.7866 29.4582 34.9248 29.1861 34.9393 28.8926L34.9387 28.7627Z", fill: fill }), jsx("path", { d: "M7 30.642L10.2863 32.5356L21.2222 14.9976L19.3663 14.9487C17.785 14.9263 16.0814 15.3375 15.2995 16.6137L9.08927 26.239L7 29.449V30.642V30.642Z", fill: "white" }), jsx("path", { d: "M27.534 14.9977L22.6423 15.0155L11.5754 33.2778L15.4437 35.5049L16.4955 33.7209L27.534 14.9977Z", fill: "white" }), jsx("path", { d: "M37 14.9723C36.9592 13.9493 36.4052 13.013 35.5377 12.4677L23.377 5.47434C22.5187 5.04223 21.4466 5.04161 20.5868 5.47414C20.4852 5.52533 8.76078 12.3251 8.76078 12.3251C8.5985 12.4029 8.44224 12.4955 8.2953 12.6008C7.52081 13.156 7.0487 14.0186 7 14.9661V29.4492L9.08927 26.2392L9.07103 15.0639C9.07352 15.0231 9.0787 14.9827 9.08575 14.9431C9.133 14.6801 9.27994 14.4457 9.50086 14.2872C9.5562 14.2478 21.4806 7.34517 21.5186 7.32611C21.799 7.18538 22.155 7.18373 22.4356 7.32175L34.439 14.226C34.723 14.4069 34.901 14.7137 34.9167 15.049V28.8921C34.9022 29.1856 34.7862 29.4577 34.558 29.643L32.2308 30.9916L31.03 31.6875L26.7383 34.1747L22.3859 36.6969C22.1515 36.7817 21.8773 36.7769 21.645 36.6824L16.4955 33.7206L15.4435 35.5046L20.0713 38.169C20.2243 38.256 20.3607 38.3331 20.4726 38.3961C20.6458 38.4933 20.764 38.5582 20.8056 38.5785C21.1345 38.7383 21.6077 38.8311 22.0342 38.8311C22.4251 38.8311 22.8064 38.7594 23.1672 38.6181L35.8092 31.2971C36.5347 30.7348 36.9617 29.8869 37 28.9686V14.9723Z", fill: outlineFill })] }));
45
+ };
46
+ const Telos = ({ testnet, ...props }) => (jsx("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
47
+ background: testnet
48
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
49
+ : '#571AFF',
50
+ }, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.1834 8.14754C25.6606 8.23504 25.3644 8.50235 24.9216 9.28591C24.5651 9.91722 24.4762 10.0244 24.2024 10.1592L23.9832 10.2668L19.2967 10.286L14.6097 10.3057L14.3875 10.3902C13.7059 10.6492 13.6192 10.7135 11.6291 12.4407C9.72243 14.0953 9.64893 14.1723 9.59249 14.5836C9.54437 14.9362 9.78981 15.6327 10.5191 17.2143C11.2847 18.8737 11.2839 18.8641 10.7444 19.5256C10.2645 20.1136 10.2269 20.2588 10.2041 21.5915C10.1717 23.502 10.2487 27.6023 10.3222 27.8591C10.3572 27.9816 10.7908 29.204 11.2861 30.5755C11.7813 31.9471 12.4192 33.715 12.704 34.5038C13.4281 36.5107 13.4814 36.5986 14.0392 36.7237C14.3066 36.7837 14.3206 36.781 18.9677 35.7258C24.4395 34.4837 23.7264 34.709 25.0739 33.7968C29.8732 30.5475 29.7337 30.66 29.8969 29.9083C30.0583 29.1642 30.1082 29.1379 31.8267 28.8999C34.6122 28.5145 34.6328 28.5083 34.8831 28.0109C35.0182 27.7423 35.7786 23.3406 35.8136 22.6209C35.8504 21.8828 36.042 22.221 33.3816 18.3395C30.022 13.4382 30.2381 13.7777 30.2399 13.4041C30.2407 13.1735 30.3366 12.9736 31.3236 11.1418C31.8236 10.2134 32.2742 9.35241 32.3254 9.22904C32.5236 8.74691 32.4204 8.3921 32.0301 8.21622L31.8267 8.12391L29.1102 8.11822C27.6048 8.11516 26.2997 8.12829 26.1834 8.14754ZM30.0474 9.4876C30.5623 9.72297 30.5382 9.82447 29.5119 11.7398C28.4317 13.7558 28.3157 13.2711 30.7154 16.7707C31.639 18.1173 32.8076 19.8218 33.3124 20.5581C34.6844 22.5592 34.6048 22.1799 34.1831 24.6903C33.7858 27.0602 33.7792 27.0817 33.3759 27.282C33.1506 27.394 33.2276 27.3813 30.8493 27.7117C28.9147 27.9803 28.8543 28.017 28.6719 29.0338C28.5778 29.557 28.4606 29.8169 28.2243 30.0247C28.0808 30.1512 24.8682 32.368 23.9451 32.9778C23.2587 33.4311 23.6861 33.3152 17.7471 34.6574C17.1997 34.7812 16.4079 34.9632 15.987 35.0617C14.4588 35.4195 14.4299 35.4033 13.8804 33.8948C12.9188 31.2528 11.6811 27.7957 11.6194 27.5787C11.5534 27.3463 11.549 27.1202 11.549 24.059V20.7878L11.6501 20.5966C11.7056 20.4912 11.8671 20.2759 12.0088 20.118C12.8418 19.19 12.8383 19.1183 11.8601 16.9907C10.7663 14.612 10.6797 14.9992 12.697 13.2501C14.2418 11.91 14.3048 11.8593 14.5905 11.7237L14.8394 11.6055L19.6983 11.5854C23.5417 11.5692 24.5891 11.5543 24.7103 11.515C25.1465 11.3728 25.4086 11.1094 25.7975 10.4203C26.3851 9.38041 26.3111 9.40797 28.4597 9.41891C29.6996 9.42547 29.9332 9.43554 30.0474 9.4876Z", fill: "#F7F5FC" }) }));
51
+ const Aurora = ({ testnet, ...props }) => (jsx("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
52
+ background: testnet
53
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
54
+ : '#6CD544',
55
+ }, children: jsx("path", { d: "M22.0006 7.292C22.6198 7.29004 23.2271 7.46144 23.754 7.7868C24.2808 8.11216 24.706 8.57848 24.9816 9.133L34.3566 27.883C34.611 28.3912 34.7312 28.956 34.7058 29.5238C34.6805 30.0915 34.5103 30.6433 34.2116 31.1268C33.9129 31.6103 33.4956 32.0094 32.9992 32.2861C32.5028 32.5629 31.9439 32.7081 31.3756 32.708H12.6256C12.0573 32.7079 11.4985 32.5626 11.0023 32.2858C10.506 32.009 10.0888 31.6099 9.79022 31.1264C9.49163 30.6429 9.3216 30.0912 9.29628 29.5235C9.27096 28.9558 9.39119 28.3911 9.64556 27.883L19.0196 9.133C19.2951 8.57848 19.7203 8.11216 20.2472 7.7868C20.774 7.46144 21.3814 7.29004 22.0006 7.292ZM22.0006 5C20.9561 4.9999 19.9322 5.29059 19.0437 5.83952C18.1551 6.38846 17.4369 7.17394 16.9696 8.108L7.59456 26.858C7.16544 27.7156 6.96271 28.6687 7.00564 29.6268C7.04856 30.5848 7.33572 31.516 7.83982 32.3318C8.34392 33.1476 9.04823 33.821 9.88584 34.288C10.7235 34.755 11.6666 35.0001 12.6256 35H31.3756C32.3345 34.9999 33.2775 34.7547 34.1149 34.2876C34.9524 33.8206 35.6566 33.1472 36.1606 32.3314C36.6645 31.5156 36.9516 30.5845 36.9945 29.6265C37.0374 28.6686 36.8346 27.7156 36.4056 26.858L27.0316 8.108C26.5642 7.17394 25.846 6.38846 24.9574 5.83952C24.0689 5.29059 23.045 4.9999 22.0006 5Z", fill: "white" }) }));
56
+ const Avalanche = ({ testnet, ...props }) => (jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
57
+ background: testnet
58
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
59
+ : '#E84142',
60
+ }, children: [jsx("path", { d: "M11.0188 32.1528H15.4825C16.5334 32.1528 17.0589 32.1528 17.5278 32.023C18.042 31.8701 18.511 31.5991 18.9009 31.2261C19.2589 30.885 19.5173 30.4328 20.0269 29.5409L20.0272 29.5404L20.0422 29.5142L25.8314 19.2804C26.3456 18.3821 26.5999 17.93 26.7129 17.4554C26.8372 16.9412 26.8372 16.3988 26.7129 15.8847C26.6007 15.4136 26.3439 14.9648 25.8373 14.0798L25.8258 14.0597L23.56 10.1045C23.0911 9.27958 22.8538 8.86711 22.5543 8.71456C22.2323 8.55071 21.848 8.55071 21.526 8.71456C21.2265 8.86711 20.9892 9.27958 20.5202 10.1045L9.49892 29.5311C9.03561 30.3447 8.80392 30.7517 8.82089 31.0849C8.84349 31.4466 9.02994 31.7743 9.33507 31.9721C9.61756 32.1528 10.0809 32.1528 11.0188 32.1528Z", fill: "white" }), jsx("path", { d: "M33.1506 32.1528H26.7547C25.8111 32.1528 25.3365 32.1528 25.0596 31.9721C24.7545 31.7743 24.5681 31.4411 24.5455 31.0794C24.5286 30.7486 24.7621 30.3456 25.2294 29.539L25.2295 29.5388L25.2404 29.5199L28.4328 24.0392C28.9018 23.2313 29.1391 22.8301 29.4329 22.6776C29.7548 22.5137 30.1336 22.5137 30.4555 22.6776C30.7472 22.8261 30.9744 23.2102 31.4241 23.9708L31.4248 23.9719L31.4613 24.0336L34.665 29.5143C34.6806 29.5413 34.696 29.5678 34.7113 29.5939L34.7113 29.594C35.1554 30.3603 35.382 30.7514 35.3657 31.0739C35.3486 31.4353 35.1566 31.7688 34.8515 31.9666C34.5689 32.1528 34.0942 32.1528 33.1506 32.1528Z", fill: "white" })] }));
61
+ const Celo = ({ testnet, ...props }) => (jsx("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
62
+ background: testnet
63
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
64
+ : '#FCFE72',
65
+ }, children: jsx("path", { d: "M9 9H34.5183V18.112H30.3564C28.896 14.7687 25.6102 12.4171 21.777 12.4171C16.593 12.4171 12.3948 16.6422 12.3948 21.823C12.3948 27.0039 16.593 31.2654 21.777 31.2654C25.5373 31.2654 28.8231 28.9876 30.2829 25.7172H34.5178V34.682H9V9Z", fill: testnet ? '#ffffff' : 'black' }) }));
66
+ const Gnosis = ({ testnet, ...props }) => (jsx("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
67
+ background: testnet
68
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
69
+ : '#009CB4',
70
+ }, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3439 11.8664C17.9374 6.53462 26.7953 6.74397 32.1271 12.3374C32.4738 12.7038 32.8075 13.0832 33.1084 13.4823L22 24.5972L10.8916 13.4823C11.1991 13.0832 11.5262 12.7038 11.8729 12.3374C12.0234 12.1804 12.1804 12.0234 12.3439 11.8664ZM30.6094 13.3972C28.3196 11.0944 25.271 9.83182 22 9.83182C18.729 9.83182 15.6804 11.0944 13.3907 13.3972L22 22.0066L30.6094 13.3972ZM33.9785 14.7446L31.7215 17.0016C33.5402 19.1801 33.2523 22.425 31.0738 24.2437C29.1636 25.84 26.3897 25.84 24.4794 24.2437L22 26.7231L19.5271 24.2502C17.3486 26.0689 14.1037 25.7811 12.285 23.6026C10.6888 21.6923 10.6888 18.9185 12.285 17.0082L11.1271 15.8502L10.028 14.7446C8.7 16.9297 8 19.4418 8 21.9998C8 29.7325 14.2673 35.9998 22 35.9998C29.7327 35.9998 36 29.7325 36 21.9998C36.0065 19.4418 35.3 16.9297 33.9785 14.7446ZM30.6486 18.0747C31.1392 18.7093 31.4075 19.4943 31.4075 20.299C31.4075 21.1037 31.1392 21.8887 30.6486 22.5233C29.4187 24.113 27.1355 24.4074 25.5458 23.1775L30.6486 18.0747ZM18.4542 23.1839C17.8196 23.6745 17.0346 23.9427 16.2299 23.9427C15.4252 23.9427 14.6467 23.6745 14.0056 23.1904C12.4159 21.9605 12.1215 19.6708 13.3514 18.0811L18.4542 23.1839Z", fill: "white" }) }));
71
+ const Evmos = ({ testnet, ...props }) => (jsx("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
72
+ background: testnet
73
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
74
+ : '#2D2A25',
75
+ }, children: jsx("path", { d: "M18.4916 12.6668C12.9416 14.806 12.4332 20.2846 10.8418 22.8432C9.23155 25.4322 5.54251 26.8607 6.04698 28.1801C6.55143 29.4994 10.2449 28.0824 13.1669 28.9242C16.0543 29.7561 20.0831 33.4862 25.633 31.3469C28.4603 30.2573 30.5076 28.0143 31.449 25.3574C31.5502 25.0723 31.361 24.7673 31.0606 24.7391C30.874 24.7215 30.6948 24.8196 30.6106 24.9877C29.759 26.6908 28.2981 28.0934 26.3864 28.8301C23.2303 30.0465 19.777 29.0915 17.6562 26.6961C17.1746 26.1522 16.7626 25.533 16.4374 24.8487C16.348 24.6603 16.2629 24.4689 16.1875 24.2708C16.1117 24.0728 16.0473 23.8735 15.9881 23.6732C17.6562 22.8925 19.5812 22.0656 21.7635 21.2246C23.903 20.3999 25.8505 19.731 27.5841 19.1958C28.7571 18.8341 29.8322 18.5331 30.8029 18.2871C30.8732 18.2695 30.9423 18.2519 31.0112 18.2347C31.158 18.1982 31.3088 18.2769 31.363 18.4186L31.364 18.4213C31.396 18.5053 31.4236 18.5898 31.4535 18.6743C31.6453 19.2196 31.7892 19.7706 31.8841 20.3229C31.9258 20.5645 32.1888 20.6961 32.4044 20.5799C33.2014 20.1504 33.9302 19.7314 34.5814 19.3283C37.0083 17.8276 38.3538 16.5549 38.0776 15.8336C37.802 15.1119 35.9541 15.0705 33.1503 15.5854C32.2593 15.7491 31.2716 15.9691 30.207 16.2416C30.0229 16.2886 29.8365 16.3375 29.6481 16.3877C28.7522 16.6262 27.8073 16.8995 26.8234 17.2053C24.9936 17.7744 23.0305 18.4561 21.0038 19.2372C19.1078 19.9682 17.3109 20.726 15.6629 21.4812C15.6428 18.2761 17.5725 15.2461 20.7286 14.0297C22.6399 13.293 24.6605 13.3533 26.4285 14.0473C26.6029 14.116 26.8015 14.0684 26.9291 13.9298C27.1331 13.7076 27.0706 13.3537 26.8053 13.2094C24.3353 11.8685 21.319 11.5771 18.4916 12.6668Z", fill: "#FAF1E4" }) }));
76
+ const BinanceSmartChain = ({ testnet, ...props }) => (jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
77
+ background: testnet
78
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
79
+ : '#16181A',
80
+ }, children: [jsx("path", { d: "M16.0445 19.6063L21.8705 13.7805L27.6996 19.6093L31.0896 16.2193L21.8705 7L12.6545 16.2163L16.0445 19.6063Z", fill: testnet ? '#fff' : '#F3BA2F' }), jsx("path", { d: "M13.6505 21.9995L10.2606 18.6096L6.87046 21.9997L10.2604 25.3896L13.6505 21.9995Z", fill: testnet ? '#fff' : '#F3BA2F' }), jsx("path", { d: "M16.0445 24.3937L21.8705 30.2195L27.6994 24.3909L31.0913 27.779L31.0896 27.7809L21.8705 37L12.6542 27.7839L12.6495 27.7792L16.0445 24.3937Z", fill: testnet ? '#fff' : '#F3BA2F' }), jsx("path", { d: "M33.4808 25.3911L36.8709 22.001L33.481 18.6111L30.0909 22.0012L33.4808 25.3911Z", fill: testnet ? '#fff' : '#F3BA2F' }), jsx("path", { d: "M25.3091 21.9982H25.3105L21.8705 18.5582L19.3283 21.1004H19.3281L19.0362 21.3926L18.4336 21.9951L18.4289 21.9999L18.4336 22.0048L21.8705 25.4418L25.3105 22.0018L25.3122 21.9999L25.3091 21.9982Z", fill: testnet ? '#fff' : '#F3BA2F' })] }));
81
+ const Canto = ({ testnet, ...props }) => (jsx("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
82
+ background: testnet
83
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
84
+ : 'white',
85
+ }, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35 8V36H9L13.875 35.9998V31.0586H9V12.9412H13.875V8H35ZM17.9373 12.9414H30.1247V17.8826H17.9373V12.9414ZM30.1247 26.9414H17.9373V17.8826L13.0623 17.8828V26.9416L17.9373 26.9414V31.8826H30.1247V26.9414Z", fill: "#06FC99" }) }));
86
+ const Filecoin = ({ testnet, ...props }) => (jsx("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
87
+ background: testnet
88
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
89
+ : '#0090FF',
90
+ }, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.75 19.3069L23.15 22.5069L28.85 23.3069L28.45 24.8069L22.85 24.0069C22.45 25.3069 22.25 26.7069 21.75 27.9069C21.25 29.3069 20.75 30.7069 20.15 32.0069C19.35 33.7069 17.95 34.9069 16.05 35.2069C14.95 35.4069 13.75 35.3069 12.85 34.6069C12.55 34.4069 12.25 34.0069 12.25 33.7069C12.25 33.3069 12.45 32.8069 12.75 32.6069C12.95 32.5069 13.45 32.6069 13.75 32.7069C14.05 33.0069 14.35 33.4069 14.55 33.8069C15.15 34.6069 15.95 34.7069 16.75 34.1069C17.65 33.3069 18.15 32.2069 18.45 31.1069C19.05 28.7069 19.65 26.4069 20.15 24.0069V23.6069L14.85 22.8069L15.05 21.3069L20.55 22.1069L21.25 19.0069L15.55 18.1069L15.75 16.5069L21.65 17.3069C21.85 16.7069 21.95 16.2069 22.15 15.7069C22.65 13.9069 23.15 12.1069 24.35 10.5069C25.55 8.90687 26.95 7.90687 29.05 8.00687C29.95 8.00687 30.85 8.30687 31.45 9.00687C31.55 9.10687 31.75 9.30687 31.75 9.50687C31.75 9.90687 31.75 10.4069 31.45 10.7069C31.05 11.0069 30.55 10.9069 30.15 10.5069C29.85 10.2069 29.65 9.90687 29.35 9.60687C28.75 8.80687 27.85 8.70687 27.15 9.40687C26.65 9.90687 26.15 10.6069 25.85 11.3069C25.15 13.4069 24.65 15.6069 23.95 17.8069L29.45 18.6069L29.05 20.1069L23.75 19.3069Z", fill: "white" }) }));
91
+ const IoTeX = ({ testnet, ...props }) => (jsxs("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
92
+ background: testnet
93
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
94
+ : '#00D4D5',
95
+ }, children: [jsx("path", { d: "M23.7136 6.875V14.3784L30.2284 10.6315L23.7136 6.875Z", fill: "white" }), jsx("path", { opacity: "0.9", d: "M30.2284 10.6316V18.135L36.7418 14.3785L30.2284 10.6316Z", fill: "white" }), jsx("path", { opacity: "0.8", d: "M23.7136 14.3784V21.8818L30.2284 18.1349L23.7136 14.3784ZM30.2284 18.1349V25.6383L36.7417 21.8818L30.2284 18.1349Z", fill: "white" }), jsx("path", { opacity: "0.8", d: "M23.7136 21.8817V29.385L30.2284 25.6382L23.7136 21.8817Z", fill: "white" }), jsx("path", { d: "M30.2284 25.6382V33.1416L36.7418 29.3851L30.2284 25.6382Z", fill: "white" }), jsx("path", { opacity: "0.4", d: "M6.87537 14.1253V21.6287L13.3901 17.8722L6.87537 14.1253Z", fill: "white" }), jsx("path", { opacity: "0.2", d: "M15.0938 16.9153V24.4186L21.5975 20.6718L15.0938 16.9153Z", fill: "white" }), jsx("path", { opacity: "0.3", d: "M10.2648 21.6604V29.1638L16.7781 25.4073L10.2648 21.6604Z", fill: "white" }), jsx("path", { opacity: "0.9", d: "M14.5575 27.3226V34.826L21.0612 31.0695L14.5575 27.3226Z", fill: "white" }), jsx("path", { opacity: "0.7", d: "M23.66 30.5525V38.0572L30.1637 34.2993L23.66 30.5525Z", fill: "white" }), jsx("path", { opacity: "0.9", d: "M16.1786 13.2097V20.7145L22.6824 16.9676L16.1786 13.2097Z", fill: "white" }), jsx("path", { opacity: "0.8", d: "M23.7136 6.875V14.3784L17.1989 10.6315L23.7136 6.875Z", fill: "white" }), jsx("path", { opacity: "0.6", d: "M16.1786 10.0649V17.5669L9.66248 13.8104L16.1786 10.0649Z", fill: "white" }), jsx("path", { opacity: "0.6", d: "M22.6934 13.7775V21.2823L16.1786 17.5244L22.6934 13.7775Z", fill: "white" }), jsx("path", { opacity: "0.95", d: "M15.0635 16.9153V24.4186L8.54877 20.6718L15.0635 16.9153Z", fill: "white" }), jsx("path", { opacity: "0.6", d: "M23.7136 21.8817V29.385L17.2099 25.6382L23.7136 21.8817Z", fill: "white" }), jsx("path", { opacity: "0.55", d: "M10.2648 23.6295V31.1328L3.75 27.375L10.2648 23.6295Z", fill: "white" }), jsx("path", { d: "M36.7418 14.3784V21.8818L30.2284 18.1349L36.7418 14.3784Z", fill: "white" }), jsx("path", { opacity: "0.95", d: "M30.2284 18.1362V25.6382L23.7136 21.8817L30.2284 18.1362Z", fill: "white" }), jsx("path", { opacity: "0.9", d: "M36.7418 21.8817V29.385L30.2284 25.6382L36.7418 21.8817Z", fill: "white" }), jsx("path", { opacity: "0.7", d: "M30.2284 25.6382V33.1416L23.7136 29.3851L30.2284 25.6382Z", fill: "white" }), jsx("path", { opacity: "0.4", d: "M22.2712 28.7651V36.2684L15.7579 32.5216L22.2712 28.7651Z", fill: "white" }), jsx("path", { d: "M30.2284 10.6316V18.135L23.7136 14.3785L30.2284 10.6316Z", fill: "white" })] }));
96
+ const Metis = ({ testnet, ...props }) => (jsx("svg", { ...props, "aria-hidden": "true", width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
97
+ background: testnet
98
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
99
+ : '#2F3140',
100
+ }, children: jsx("path", { d: "M37.5175 22.0531C37.4579 19.2923 36.6563 16.5985 35.1968 14.2542C33.7374 11.91 31.674 10.0017 29.223 8.72965C26.772 7.45759 24.0238 6.86863 21.2668 7.02455C18.5098 7.18047 15.8456 8.07553 13.5537 9.61582C11.2617 11.1561 9.42659 13.2849 8.24079 15.7787C7.05498 18.2725 6.56222 21.0396 6.81419 23.7895C7.06617 26.5394 8.05359 29.1708 9.67288 31.4076C11.2922 33.6444 13.4836 35.4042 16.0173 36.5023C16.7657 35.3775 17.3385 34.1453 17.716 32.848C18.0245 32.0632 18.3595 31.2913 18.7067 30.5446C19.5444 30.7955 20.4345 30.8143 21.282 30.5989C22.1295 30.3835 22.9026 29.942 23.5188 29.3215L23.5704 29.2699C22.8136 28.9884 21.9979 28.9032 21.1993 29.022C20.4006 29.1408 19.6451 29.4598 19.0029 29.9494C19.4276 29.0613 19.891 28.1997 20.3667 27.3632C21.189 27.6541 22.075 27.7156 22.9296 27.541C23.7842 27.3665 24.5751 26.9626 25.2175 26.3726L25.2692 26.3209C24.538 26.0116 23.7416 25.8885 22.9513 25.9626C22.1609 26.0368 21.4013 26.3058 20.7404 26.7456C21.216 25.9608 21.7053 25.1889 22.2203 24.468C23.0713 24.6915 23.9672 24.6777 24.811 24.4282C25.6547 24.1787 26.414 23.703 27.0066 23.0526L27.0453 23.001C26.3425 22.7718 25.5958 22.7106 24.8651 22.8224C24.1344 22.9341 23.4401 23.2157 22.838 23.6444C22.8767 23.5928 22.9283 23.5289 22.9664 23.4773C23.2749 23.0784 23.5969 22.6796 23.9177 22.2936C24.8969 21.9731 25.7703 21.3916 26.4436 20.6117C27.117 19.8318 27.5649 18.883 27.7391 17.8674L27.752 17.79H27.7391C26.7194 18.0552 25.7944 18.6007 25.0689 19.3648C24.3434 20.1288 23.8464 21.0808 23.6343 22.1129C23.3258 22.4859 23.0167 22.8603 22.7211 23.2449C22.9706 22.5925 23.0724 21.893 23.0191 21.1966C22.9657 20.5002 22.7586 19.8243 22.4126 19.2176L22.3739 19.2692C21.8489 19.9862 21.5326 20.8345 21.4599 21.7201C21.3873 22.6058 21.5611 23.4942 21.9621 24.2872C21.4729 24.9823 20.9972 25.6897 20.5467 26.4357C20.6918 25.6858 20.6542 24.9118 20.4369 24.1795C20.2196 23.4471 19.8291 22.7779 19.2985 22.2284L19.2727 22.2929C18.9445 23.1107 18.8477 24.0031 18.9929 24.8723C19.1382 25.7415 19.5199 26.5539 20.0962 27.2205C19.6457 28.0054 19.2211 28.816 18.8093 29.6524C18.9344 28.8712 18.8712 28.0715 18.6251 27.3196C18.3789 26.5677 17.9568 25.8855 17.3939 25.3295L17.3681 25.3941C17.0745 26.2514 17.0201 27.1724 17.2105 28.0583C17.401 28.9442 17.8292 29.7614 18.4492 30.4223C18.1774 31.0012 17.9219 31.5774 17.6773 32.1849C17.61 32.1231 17.5313 32.0751 17.4456 32.0435C17.0066 31.916 16.5867 31.7299 16.1974 31.4904C15.8754 31.2994 15.5337 31.144 15.1781 31.027C13.7886 30.5765 13.9945 29.9079 13.2756 28.5564C13.0416 28.2781 12.7931 28.0125 12.5309 27.7607C12.2876 27.603 12.0884 27.386 11.9519 27.1302C11.7934 26.8107 11.6931 26.4656 11.6557 26.1109C11.6514 25.9148 11.5858 25.7249 11.4681 25.5679C11.3504 25.4109 11.1864 25.2948 10.9993 25.2358C8.95338 24.5284 9.86728 21.8778 9.94406 21.5299C9.91262 21.08 9.81271 20.6375 9.64781 20.2178C9.63057 20.1632 9.61763 20.1073 9.60908 20.0506C9.55449 19.776 9.56444 19.4924 9.63813 19.2223C9.71183 18.9521 9.84726 18.7028 10.0338 18.4939C10.2784 18.2493 11.1277 17.8505 11.3078 17.6188C11.4879 17.387 11.6163 17.1295 11.797 16.9114C12.3687 16.3412 13.0291 15.8675 13.7526 15.509C14.3444 15.1876 14.4477 14.364 14.6787 14.1065C15.0647 13.6689 15.6565 13.6689 16.0941 13.283C16.3129 13.09 16.6377 12.9867 16.8415 12.7815C17.8692 11.8403 19.1644 11.2423 20.5474 11.0706C21.5064 10.9924 22.4717 11.0795 23.4012 11.3281C23.5358 11.3507 23.669 11.3809 23.8001 11.4185C25.9228 11.4959 28.4709 11.9328 29.397 12.8338C29.8555 13.2744 30.1961 13.8229 30.3877 14.4293C30.5382 14.8988 30.7456 15.3481 31.0054 15.7672L31.5714 16.6933C31.932 17.2773 32.0475 17.9801 31.8928 18.6489C31.7885 18.974 31.7795 19.3223 31.8669 19.6525C32.1655 20.1031 32.5152 20.5177 32.9093 20.8878C33.0658 21.0427 33.2382 21.1807 33.4236 21.2995C33.8592 21.5594 34.2802 21.8429 34.6848 22.1489C34.698 22.2729 34.6775 22.3982 34.6254 22.5115C34.5732 22.6247 34.4914 22.7218 34.3885 22.7924C34.0284 23.1137 33.3333 23.6159 33.3333 23.6159C33.3584 23.758 33.4016 23.8964 33.4617 24.0276C33.5643 24.2077 33.796 24.4911 33.7192 24.735C33.6424 24.9789 33.1403 25.1855 33.2816 25.4552C33.423 25.7386 33.7831 25.8154 33.6805 26.0729C33.5779 26.3175 33.0757 26.7524 33.1274 26.9352C33.179 27.1179 33.5908 28.8377 32.6382 29.1353C31.4592 29.3685 30.2627 29.5019 29.0614 29.5342C28.8675 29.5454 28.6797 29.6055 28.5155 29.709C28.3513 29.8125 28.216 29.956 28.1223 30.126C27.9399 30.4661 27.8222 30.837 27.7751 31.22C27.4275 32.5896 26.9671 33.928 26.3985 35.2215C26.3985 35.2215 26.3597 35.2989 26.3081 35.4144C26.1833 35.6687 26.1048 35.9432 26.0764 36.2251C26.1573 36.4321 26.2799 36.6204 26.4365 36.7782C26.519 36.8726 26.6271 36.9411 26.7477 36.9753C26.8683 37.0096 26.9962 37.0081 27.116 36.9711C30.1997 35.8965 32.8655 33.8757 34.7332 31.197C36.601 28.5182 37.5754 25.3182 37.5175 22.0531Z", fill: testnet ? '#ffffff' : '#00DACC' }) }));
101
+ const Base = ({ testnet, ...props }) => (jsx("svg", { ...props, width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
102
+ background: testnet
103
+ ? 'linear-gradient(180deg, #8995A9 0%, #424D5F 99.48%)'
104
+ : '#0052FF',
105
+ }, children: jsx("path", { d: "M21.9756 36C29.721 36 36 29.732 36 22C36 14.268 29.721 8 21.9756 8C14.6271 8 8.59871 13.6419 8 20.8232H26.5371V23.1768H8C8.59871 30.3581 14.6271 36 21.9756 36Z", fill: "white" }) }));
106
+ const Zora = ({ testnet, ...props }) => (jsxs("svg", { ...props, width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
107
+ filter: testnet ? 'grayscale(1)' : 'none',
108
+ }, children: [jsx("mask", { id: "ck_zora_mask_a", style: {
109
+ maskType: 'alpha',
110
+ }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "44", height: "44", children: jsx("path", { d: "M22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44Z", fill: "#D9D9D9" }) }), jsxs("g", { mask: "url(#ck_zora_mask_a)", children: [jsx("path", { d: "M51.4558 -9.56445H-6.78906V48.6804H51.4558V-9.56445Z", fill: "#A1723A" }), jsx("g", { filter: "url(#ck_zora_filter_a)", children: jsx("path", { d: "M23.6807 43.0752C36.6464 43.0752 47.157 32.5675 47.157 19.6058C47.157 6.64397 36.6464 -3.86365 23.6807 -3.86365C10.7152 -3.86365 0.20459 6.64397 0.20459 19.6058C0.20459 32.5675 10.7152 43.0752 23.6807 43.0752Z", fill: "#531002" }) }), jsx("g", { filter: "url(#ck_zora_filter_b)", children: jsx("path", { d: "M26.2112 35.6464C36.7271 35.6464 45.2521 27.1185 45.2521 16.5988C45.2521 6.07904 36.7271 -2.44885 26.2112 -2.44885C15.6953 -2.44885 7.17041 6.07904 7.17041 16.5988C7.17041 27.1185 15.6953 35.6464 26.2112 35.6464Z", fill: "#2B5DF0" }) }), jsx("g", { filter: "url(#ck_zora_filter_c)", children: jsx("path", { d: "M25.8644 36.7348C36.8276 36.7348 45.7149 27.8444 45.7149 16.8777C45.7149 5.91084 36.8276 -2.97949 25.8644 -2.97949C14.9015 -2.97949 6.01416 5.91084 6.01416 16.8777C6.01416 27.8444 14.9015 36.7348 25.8644 36.7348Z", fill: "url(#paint0_radial_3914_1946)" }) }), jsx("g", { filter: "url(#ck_zora_filter_d)", children: jsx("path", { d: "M29.1567 21.8779C34.6797 21.8779 39.1567 17.4008 39.1567 11.8779C39.1567 6.35509 34.6797 1.87793 29.1567 1.87793C23.6338 1.87793 19.1567 6.35509 19.1567 11.8779C19.1567 17.4008 23.6338 21.8779 29.1567 21.8779Z", fill: "#FCB8D4" }) }), jsx("g", { filter: "url(#ck_zora_filter_e)", children: jsx("path", { d: "M29.15 15.8642C31.3555 15.8642 33.1432 14.0765 33.1432 11.871C33.1432 9.66562 31.3555 7.87781 29.15 7.87781C26.9445 7.87781 25.1567 9.66562 25.1567 11.871C25.1567 14.0765 26.9445 15.8642 29.15 15.8642Z", fill: "white" }) }), jsx("g", { filter: "url(#ck_zora_filter_f)", children: jsx("path", { d: "M26.4967 51.7416C46.3151 51.7416 62.3811 35.6757 62.3811 15.8573C62.3811 -3.96109 46.3151 -20.0271 26.4967 -20.0271C6.67829 -20.0271 -9.3877 -3.96109 -9.3877 15.8573C-9.3877 35.6757 6.67829 51.7416 26.4967 51.7416Z", fill: "url(#paint1_radial_3914_1946)", fillOpacity: "0.9" }) })] }), jsxs("defs", { children: [jsxs("filter", { id: "ck_zora_filter_a", x: "-5.23758", y: "-9.30581", width: "57.837", height: "57.8232", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), jsx("feGaussianBlur", { stdDeviation: "2.72108", result: "effect1_foregroundBlur_3914_1946" })] }), jsxs("filter", { id: "ck_zora_filter_b", x: "-3.71395", y: "-13.3332", width: "59.8503", height: "59.8639", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), jsx("feGaussianBlur", { stdDeviation: "5.44218", result: "effect1_foregroundBlur_3914_1946" })] }), jsxs("filter", { id: "ck_zora_filter_c", x: "1.93251", y: "-7.06114", width: "47.864", height: "47.8775", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), jsx("feGaussianBlur", { stdDeviation: "2.04082", result: "effect1_foregroundBlur_3914_1946" })] }), jsxs("filter", { id: "ck_zora_filter_d", x: "10.9935", y: "-6.28533", width: "36.3265", height: "36.3265", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), jsx("feGaussianBlur", { stdDeviation: "4.08163", result: "effect1_foregroundBlur_3914_1946" })] }), jsxs("filter", { id: "ck_zora_filter_e", x: "19.7146", y: "2.43564", width: "18.8707", height: "18.8708", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), jsx("feGaussianBlur", { stdDeviation: "2.72108", result: "effect1_foregroundBlur_3914_1946" })] }), jsxs("filter", { id: "ck_zora_filter_f", x: "-13.4693", y: "-24.1087", width: "79.9318", height: "79.9321", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), jsx("feGaussianBlur", { stdDeviation: "2.04082", result: "effect1_foregroundBlur_3914_1946" })] }), jsxs("radialGradient", { id: "paint0_radial_3914_1946", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(29.2127 11.2756) rotate(128.228) scale(37.4897 37.4867)", children: [jsx("stop", { offset: "0.286458", stopColor: "#387AFA" }), jsx("stop", { offset: "0.647782", stopColor: "#387AFA", stopOpacity: "0" })] }), jsxs("radialGradient", { id: "paint1_radial_3914_1946", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(26.4967 15.8573) rotate(90) scale(35.8844 35.8844)", children: [jsx("stop", { offset: "0.598958", stopOpacity: "0" }), jsx("stop", { offset: "0.671875" }), jsx("stop", { offset: "0.734375", stopOpacity: "0" })] })] })] }));
111
+ var ChainIcons = {
112
+ UnknownChain,
113
+ Base,
114
+ LensChain,
115
+ Ethereum,
116
+ Polygon,
117
+ Optimism,
118
+ Arbitrum,
119
+ Aurora,
120
+ Avalanche,
121
+ Celo,
122
+ Telos,
123
+ Gnosis,
124
+ Evmos,
125
+ BinanceSmartChain,
126
+ Foundry: KnownChain,
127
+ Sepolia: KnownChain,
128
+ Taraxa: KnownChain,
129
+ zkSync: KnownChain,
130
+ Flare: KnownChain,
131
+ Canto,
132
+ Filecoin,
133
+ Metis,
134
+ IoTeX,
135
+ Zora,
136
+ };
137
+
138
+ export { ChainIcons as default };
139
+ //# sourceMappingURL=chains.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chains.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,41 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ const SendIcon = ({ ...props }) => (jsxs("svg", { "aria-hidden": "true", width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("path", { d: "M5 19L19 5", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M9 5H19V15", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" })] }));
4
+ const ReceiveIcon = ({ ...props }) => (jsxs("svg", { "aria-hidden": "true", width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("path", { d: "M19 5L5 19", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M15 19H5V9", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" })] }));
5
+ const BuyIcon = ({ ...props }) => (jsxs("svg", { "aria-hidden": "true", width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("rect", { x: "3", y: "6", width: "18", height: "12", rx: "2", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M3 10H21", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M7 14H9", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" })] }));
6
+ const DollarIcon = (props) => (jsxs("svg", { width: "800px", height: "800px", viewBox: "0 0 24 24", role: "img", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": "dolarIconTitle", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", fill: "none", color: "currentColor", ...props, children: [jsx("title", { id: "dolarIconTitle", children: "Dolar" }), jsx("path", { d: "M12 4L12 6M12 18L12 20M15.5 8C15.1666667 6.66666667 14 6 12 6 9 6 8.5 7.95652174 8.5 9 8.5 13.140327 15.5 10.9649412 15.5 15 15.5 16.0434783 15 18 12 18 10 18 8.83333333 17.3333333 8.5 16" })] }));
7
+ const WalletIcon = ({ ...props }) => (jsxs("svg", { "aria-hidden": "true", width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("rect", { x: "3", y: "6", width: "18", height: "14", rx: "2.5", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M21 10H17C15.8954 10 15 10.8954 15 12C15 13.1046 15.8954 14 17 14H21V10Z", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("circle", { cx: "17", cy: "12", r: "1", fill: "currentColor" })] }));
8
+ const ExternalLinkIcon = ({ ...props }) => (jsxs("svg", { "aria-hidden": "true", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
9
+ left: 0,
10
+ top: 0,
11
+ }, ...props, children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 4C2.89543 4 2 4.89543 2 6V12C2 13.1046 2.89543 14 4 14H10C11.1046 14 12 13.1046 12 12V9.66667C12 9.11438 12.4477 8.66667 13 8.66667C13.5523 8.66667 14 9.11438 14 9.66667V12C14 14.2091 12.2091 16 10 16H4C1.79086 16 0 14.2091 0 12V6C0 3.79086 1.79086 2 4 2H6.33333C6.88562 2 7.33333 2.44772 7.33333 3C7.33333 3.55228 6.88562 4 6.33333 4H4Z", fill: "currentColor", fillOpacity: 0.3 }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.5 1C9.5 0.447715 9.94772 0 10.5 0H15C15.5523 0 16 0.447715 16 1V5.5C16 6.05228 15.5523 6.5 15 6.5C14.4477 6.5 14 6.05228 14 5.5V3.41421L8.70711 8.70711C8.31658 9.09763 7.68342 9.09763 7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289L12.5858 2H10.5C9.94772 2 9.5 1.55228 9.5 1Z", fill: "currentColor", fillOpacity: 0.3 })] }));
12
+ const AlertIcon = ({ ...props }) => {
13
+ return (jsxs("svg", { "aria-hidden": "true", width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.81753 1.60122C7.39283 0.530035 8.46953 0 9.50409 0C10.5507 0 11.6022 0.539558 12.1805 1.59767L18.6047 13.3334C18.882 13.8283 19 14.3568 19 14.8622C19 16.5296 17.7949 18 15.9149 18H3.08514C1.20508 18 0 16.5296 0 14.8622C0 14.3454 0.131445 13.8172 0.405555 13.3379L6.81753 1.60122ZM9.50409 2C9.13355 2 8.77256 2.18675 8.57866 2.54907L8.57458 2.5567L2.14992 14.3166L2.144 14.3268C2.04638 14.4959 2 14.6817 2 14.8622C2 15.5497 2.43032 16 3.08514 16H15.9149C16.5697 16 17 15.5497 17 14.8622C17 14.6681 16.9554 14.4805 16.8588 14.309L16.8529 14.2986L10.4259 2.55741C10.2191 2.1792 9.86395 2 9.50409 2Z", fill: "currentColor" }), jsx("path", { d: "M9.5 11.2297C9.01639 11.2297 8.7459 10.9419 8.72951 10.4186L8.60656 6.4157C8.59016 5.88372 8.95902 5.5 9.4918 5.5C10.0164 5.5 10.4016 5.89244 10.3852 6.42442L10.2623 10.4099C10.2377 10.9419 9.96721 11.2297 9.5 11.2297ZM9.5 14.5C8.95082 14.5 8.5 14.0901 8.5 13.5058C8.5 12.9215 8.95082 12.5116 9.5 12.5116C10.0492 12.5116 10.5 12.9128 10.5 13.5058C10.5 14.0988 10.041 14.5 9.5 14.5Z", fill: "currentColor" })] }));
14
+ };
15
+ const DisconnectIcon = ({ ...props }) => {
16
+ return (jsx("svg", { "aria-hidden": "true", width: "15", height: "14", viewBox: "0 0 15 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: {
17
+ left: 0,
18
+ top: 0,
19
+ }, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0C1.79086 0 0 1.79086 0 4V10C0 12.2091 1.79086 14 4 14H6C6.55228 14 7 13.5523 7 13C7 12.4477 6.55228 12 6 12H4C2.89543 12 2 11.1046 2 10V4C2 2.89543 2.89543 2 4 2H6C6.55228 2 7 1.55228 7 1C7 0.447715 6.55228 0 6 0H4ZM11.7071 3.29289C11.3166 2.90237 10.6834 2.90237 10.2929 3.29289C9.90237 3.68342 9.90237 4.31658 10.2929 4.70711L11.5858 6H9.5H6C5.44772 6 5 6.44772 5 7C5 7.55228 5.44772 8 6 8H9.5H11.5858L10.2929 9.29289C9.90237 9.68342 9.90237 10.3166 10.2929 10.7071C10.6834 11.0976 11.3166 11.0976 11.7071 10.7071L14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289L11.7071 3.29289Z", fill: "currentColor", fillOpacity: "0.4" }) }));
20
+ };
21
+ const TickIcon = ({ ...props }) => {
22
+ return (jsx("svg", { "aria-hidden": "true", width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM13.274 7.13324C13.6237 6.70579 13.5607 6.07577 13.1332 5.72604C12.7058 5.37632 12.0758 5.43932 11.726 5.86676L7.92576 10.5115L6.20711 8.79289C5.81658 8.40237 5.18342 8.40237 4.79289 8.79289C4.40237 9.18342 4.40237 9.81658 4.79289 10.2071L7.29289 12.7071C7.49267 12.9069 7.76764 13.0128 8.04981 12.9988C8.33199 12.9847 8.59505 12.8519 8.77396 12.6332L13.274 7.13324Z", fill: "currentColor" }) }));
23
+ };
24
+ const RetryIconCircle = ({ ...props }) => {
25
+ return (jsx("svg", { "aria-hidden": "true", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16ZM24.5001 8.74263C25.0834 8.74263 25.5563 9.21551 25.5563 9.79883V14.5997C25.5563 15.183 25.0834 15.6559 24.5001 15.6559H19.6992C19.1159 15.6559 18.643 15.183 18.643 14.5997C18.643 14.0164 19.1159 13.5435 19.6992 13.5435H21.8378L20.071 11.8798C20.0632 11.8724 20.0555 11.865 20.048 11.8574C19.1061 10.915 17.8835 10.3042 16.5643 10.1171C15.2452 9.92999 13.9009 10.1767 12.7341 10.82C11.5674 11.4634 10.6413 12.4685 10.0955 13.684C9.54968 14.8994 9.41368 16.2593 9.70801 17.5588C10.0023 18.8583 10.711 20.0269 11.7273 20.8885C12.7436 21.7502 14.0124 22.2582 15.3425 22.336C16.6726 22.4138 17.9919 22.0572 19.1017 21.3199C19.5088 21.0495 19.8795 20.7333 20.2078 20.3793C20.6043 19.9515 21.2726 19.9262 21.7004 20.3228C22.1282 20.7194 22.1534 21.3876 21.7569 21.8154C21.3158 22.2912 20.8176 22.7161 20.2706 23.0795C18.7793 24.0702 17.0064 24.5493 15.2191 24.4448C13.4318 24.3402 11.7268 23.6576 10.3612 22.4998C8.9956 21.3419 8.0433 19.7716 7.6478 18.0254C7.2523 16.2793 7.43504 14.4519 8.16848 12.8186C8.90192 11.1854 10.1463 9.83471 11.7142 8.97021C13.282 8.10572 15.0884 7.77421 16.861 8.02565C18.6282 8.27631 20.2664 9.09278 21.5304 10.3525L23.4439 12.1544V9.79883C23.4439 9.21551 23.9168 8.74263 24.5001 8.74263Z", fill: "currentColor" }) }));
26
+ };
27
+ const CopyToClipboardIcon = ({ ...props }) => (jsxs("svg", { "aria-hidden": "true", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("path", { d: "M14 9.5V7C14 5.89543 13.1046 5 12 5H7C5.89543 5 5 5.89543 5 7V12C5 13.1046 5.89543 14 7 14H9.5", stroke: "var(--ck-body-color-muted)", strokeWidth: "2" }), jsx("rect", { x: "10", y: "10", width: "9", height: "9", rx: "2", stroke: "var(--ck-body-color-muted)", strokeWidth: "2" }), jsx("path", { d: "M1 3L3 5L7 1", stroke: "var(--ck-body-color)", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" })] }));
28
+ const EmailIcon = ({ ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", width: "256", height: "256", children: [jsx("rect", { width: "256", height: "256", fill: "none" }), jsx("path", { d: "M32,96V200a8,8,0,0,0,8,8H216a8,8,0,0,0,8-8V96L128,32Z", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }), jsx("polyline", { points: "224 96 145.46 152 110.55 152 32 96", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })] }));
29
+ const PhoneIcon = ({ ...props }) => (jsx("svg", { id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 32 32", enableBackground: "new 0 0 32 32", xmlSpace: "preserve", ...props, children: jsx("path", { fill: "none", stroke: "currentColor", strokeWidth: 2, strokeMiterlimit: 10, d: "M13.6,8.5L9.5,4.3C9,3.9,8.3,3.9,7.8,4.3L4.7,7.5 C4,8.1,3.8,9.1,4.1,9.9c0.8,2.3,2.9,6.9,7,11s8.7,6.1,11,7c0.9,0.3,1.8,0.1,2.5-0.5l3.1-3.1c0.5-0.5,0.5-1.2,0-1.7l-4.1-4.1 c-0.5-0.5-1.2-0.5-1.7,0l-2.5,2.5c0,0-2.8-1.2-5-3.3s-3.3-5-3.3-5l2.5-2.5C14.1,9.7,14.1,8.9,13.6,8.5z" }) }));
30
+ const GuestIcon = ({ ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", width: "256", height: "256", children: [jsx("rect", { width: "256", height: "256", fill: "none" }), jsx("circle", { cx: "128", cy: "96", r: "64", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" }), jsx("path", { d: "M32,216c19.37-33.47,54.55-56,96-56s76.63,22.53,96,56", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "16" })] }));
31
+ const EyeIcon = ({ ...props }) => (jsxs("svg", { width: "800", height: "800", fill: "none", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("path", { d: "m15.001 12c0 1.6569-1.3431 3-3 3-1.6568 0-3-1.3431-3-3s1.3432-3 3-3c1.6569 0 3 1.3431 3 3z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2 }), jsx("path", { d: "m12.001 5c-4.4777 0-8.2679 2.9429-9.5422 7 1.2743 4.0571 5.0646 7 9.5422 7 4.4776 0 8.2679-2.9429 9.5422-7-1.2743-4.0571-5.0646-7-9.5422-7z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2 })] }));
32
+ const EyeOffIcon = ({ ...props }) => (jsx("svg", { width: "800", height: "800", fill: "none", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsx("path", { d: "m2.999 3 18 18m-11.156-11.086c-0.52264 0.53996-0.84428 1.2756-0.84428 2.0864 0 1.6569 1.3432 3 3 3 0.8225 0 1.5677-0.331 2.1096-0.867m-7.6096-7.4858c-1.8993 1.2532-3.346 3.1368-4.042 5.3528 1.2742 4.0571 5.0646 7 9.5422 7 1.9889 0 3.8422-0.5806 5.3996-1.5816m-6.3998-12.369c0.329-0.03266 0.6627-0.04939 1.0002-0.04939 4.4777 0 8.268 2.9429 9.5422 7-0.2807 0.894-0.6837 1.7338-1.1892 2.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2 }) }));
33
+ const KeyIcon = ({ ...props }) => (jsx("svg", { transform: "matrix(1 0 0 1 0 0)", width: "24", height: "24", fill: "none", stroke: "#000000", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsx("path", { d: "M15 15a6 6 0 1 0-5.743-4.257L9 11l-5.707 5.707a1 1 0 0 0-.293.707V20a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1 1 1 0 0 1 1-1 1 1 0 0 0 1-1 1 1 0 0 1 1-1h.586a1 1 0 0 0 .707-.293L13 15l.257-.257A5.999 5.999 0 0 0 15 15zm2-6a2 2 0 0 0-2-2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.152 }) }));
34
+ const LockIcon = ({ ...props }) => (jsxs("svg", { fill: "none", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("path", { d: "m9 16c0 0.5523-0.44772 1-1 1s-1-0.4477-1-1 0.44772-1 1-1 1 0.4477 1 1z", fill: "currentColor" }), jsx("path", { d: "m13 16c0 0.5523-0.4477 1-1 1s-1-0.4477-1-1 0.4477-1 1-1 1 0.4477 1 1z", fill: "currentColor" }), jsx("path", { d: "m17 16c0 0.5523-0.4477 1-1 1s-1-0.4477-1-1 0.4477-1 1-1 1 0.4477 1 1z", fill: "currentColor" }), jsx("path", { d: "m6 10v-2c0-0.34071 0.0284-0.67479 0.08296-1m11.917 3v-2c0-3.3137-2.6863-6-6-6-1.792 0-3.4006 0.78563-4.5 2.0313", stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.152 }), jsx("path", { d: "m11 22h-3c-2.8284 0-4.2426 0-5.1213-0.8787s-0.87868-2.2929-0.87868-5.1213 0-4.2426 0.87868-5.1213 2.2929-0.8787 5.1213-0.8787h8c2.8284 0 4.2426 0 5.1213 0.8787s0.8787 2.2929 0.8787 5.1213 0 4.2426-0.8787 5.1213-2.2929 0.8787-5.1213 0.8787h-1", stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.152 })] }));
35
+ const ShieldIcon = ({ ...props }) => (jsx("svg", { fill: "none", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsx("path", { d: "m9 12 2 2 4-4m5 2c0 4.4611-5.46 7.6937-7.3586 8.683-0.2053 0.107-0.308 0.1605-0.4504 0.1882-0.111 0.0216-0.271 0.0216-0.382 0-0.1424-0.0277-0.2451-0.0812-0.4504-0.1882-1.8986-0.9893-7.3586-4.2219-7.3586-8.683v-3.7824c0-0.79951 0-1.1993 0.13076-1.5429 0.11551-0.30357 0.30322-0.57443 0.5469-0.78918 0.27584-0.24309 0.65014-0.38345 1.3987-0.66418l5.3618-2.0107c0.2079-0.07796 0.3118-0.11694 0.4188-0.1324 0.0948-0.0137 0.1912-0.0137 0.286 0 0.107 0.01546 0.2109 0.05444 0.4188 0.1324l5.3618 2.0107c0.7486 0.28073 1.1229 0.42109 1.3987 0.66418 0.2437 0.21475 0.4314 0.48561 0.5469 0.78918 0.1308 0.34363 0.1308 0.74338 0.1308 1.5429v3.7824z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.2 }) }));
36
+ const FingerPrintIcon = ({ ...props }) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", ...props, children: [jsx("rect", { width: 256, height: 256, fill: "none" }), jsx("path", { d: "M50.69,184.92A127.52,127.52,0,0,0,64,128a63.85,63.85,0,0,1,24-50", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 10 }), jsx("path", { d: "M128,128a191.11,191.11,0,0,1-24,93", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 10 }), jsx("path", { d: "M96,128a32,32,0,0,1,64,0,223.12,223.12,0,0,1-21.28,95.41", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 10 }), jsx("path", { d: "M218.56,184A289.45,289.45,0,0,0,224,128a96,96,0,0,0-192,0,95.8,95.8,0,0,1-5.47,32", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 10 }), jsx("path", { d: "M92.81,160a158.92,158.92,0,0,1-18.12,47.84", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 10 }), jsx("path", { d: "M120,64.5a66,66,0,0,1,8-.49,64,64,0,0,1,64,64,259.86,259.86,0,0,1-2,32", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 10 }), jsx("path", { d: "M183.94,192q-2.28,8.88-5.18,17.5", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 10 })] }));
37
+ const PlusIcon = ({ ...props }) => (jsx("svg", { fill: "none", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "m4 12h16m-8-8v16", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }) }));
38
+ const UserRoundIcon = ({ ...props }) => (jsxs("svg", { "aria-hidden": "true", width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("circle", { cx: "12", cy: "8", r: "4", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6 20C6 16.6863 8.68629 14 12 14C15.3137 14 18 16.6863 18 20", stroke: "currentColor", strokeWidth: "1.75", strokeLinecap: "round", strokeLinejoin: "round" })] }));
39
+
40
+ export { AlertIcon, BuyIcon, CopyToClipboardIcon, DisconnectIcon, DollarIcon, EmailIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FingerPrintIcon, GuestIcon, KeyIcon, LockIcon, PhoneIcon, PlusIcon, ReceiveIcon, RetryIconCircle, SendIcon, ShieldIcon, TickIcon, UserRoundIcon, WalletIcon };
41
+ //# sourceMappingURL=icons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}