0xtrails 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +42 -0
  3. package/dist/abi.d.ts +37 -0
  4. package/dist/abi.d.ts.map +1 -0
  5. package/dist/abi.js +36 -0
  6. package/dist/apiClient.d.ts +9 -0
  7. package/dist/apiClient.d.ts.map +1 -0
  8. package/dist/apiClient.js +18 -0
  9. package/dist/buffer.d.ts +3 -0
  10. package/dist/buffer.d.ts.map +1 -0
  11. package/dist/buffer.js +8 -0
  12. package/dist/cctp.d.ts +84 -0
  13. package/dist/cctp.d.ts.map +1 -0
  14. package/dist/cctp.js +401 -0
  15. package/dist/chainSwitch.d.ts +7 -0
  16. package/dist/chainSwitch.d.ts.map +1 -0
  17. package/dist/chainSwitch.js +33 -0
  18. package/dist/chains.d.ts +13 -0
  19. package/dist/chains.d.ts.map +1 -0
  20. package/dist/chains.js +95 -0
  21. package/dist/constants.d.ts +11 -0
  22. package/dist/constants.d.ts.map +1 -0
  23. package/dist/constants.js +16 -0
  24. package/dist/encoders.d.ts +7 -0
  25. package/dist/encoders.d.ts.map +1 -0
  26. package/dist/encoders.js +8 -0
  27. package/dist/error.d.ts +2 -0
  28. package/dist/error.d.ts.map +1 -0
  29. package/dist/error.js +12 -0
  30. package/dist/explorer.d.ts +12 -0
  31. package/dist/explorer.d.ts.map +1 -0
  32. package/dist/explorer.js +18 -0
  33. package/dist/gasless.d.ts +116 -0
  34. package/dist/gasless.d.ts.map +1 -0
  35. package/dist/gasless.js +297 -0
  36. package/dist/index.d.ts +13 -0
  37. package/dist/index.d.ts.map +1 -0
  38. package/dist/index.js +9 -0
  39. package/dist/indexerClient.d.ts +9 -0
  40. package/dist/indexerClient.d.ts.map +1 -0
  41. package/dist/indexerClient.js +18 -0
  42. package/dist/intents.d.ts +83 -0
  43. package/dist/intents.d.ts.map +1 -0
  44. package/dist/intents.js +288 -0
  45. package/dist/metaTxnMonitor.d.ts +14 -0
  46. package/dist/metaTxnMonitor.d.ts.map +1 -0
  47. package/dist/metaTxnMonitor.js +121 -0
  48. package/dist/metaTxns.d.ts +6 -0
  49. package/dist/metaTxns.d.ts.map +1 -0
  50. package/dist/metaTxns.js +4 -0
  51. package/dist/paymasterSend.d.ts +90 -0
  52. package/dist/paymasterSend.d.ts.map +1 -0
  53. package/dist/paymasterSend.js +329 -0
  54. package/dist/preconditions.d.ts +11 -0
  55. package/dist/preconditions.d.ts.map +1 -0
  56. package/dist/preconditions.js +29 -0
  57. package/dist/prepareSend.d.ts +102 -0
  58. package/dist/prepareSend.d.ts.map +1 -0
  59. package/dist/prepareSend.js +1080 -0
  60. package/dist/prices.d.ts +18 -0
  61. package/dist/prices.d.ts.map +1 -0
  62. package/dist/prices.js +142 -0
  63. package/dist/queryParams.d.ts +9 -0
  64. package/dist/queryParams.d.ts.map +1 -0
  65. package/dist/queryParams.js +66 -0
  66. package/dist/relaySdk.d.ts +65 -0
  67. package/dist/relaySdk.d.ts.map +1 -0
  68. package/dist/relaySdk.js +314 -0
  69. package/dist/relayer.d.ts +23 -0
  70. package/dist/relayer.d.ts.map +1 -0
  71. package/dist/relayer.js +230 -0
  72. package/dist/sendUserOp.d.ts +140 -0
  73. package/dist/sendUserOp.d.ts.map +1 -0
  74. package/dist/sendUserOp.js +388 -0
  75. package/dist/sequenceWallet.d.ts +79 -0
  76. package/dist/sequenceWallet.d.ts.map +1 -0
  77. package/dist/sequenceWallet.js +374 -0
  78. package/dist/theme.d.ts +3 -0
  79. package/dist/theme.d.ts.map +1 -0
  80. package/dist/theme.js +1 -0
  81. package/dist/toSimpleSmartAccount.d.ts +95 -0
  82. package/dist/toSimpleSmartAccount.d.ts.map +1 -0
  83. package/dist/toSimpleSmartAccount.js +373 -0
  84. package/dist/tokenBalances.d.ts +118 -0
  85. package/dist/tokenBalances.d.ts.map +1 -0
  86. package/dist/tokenBalances.js +492 -0
  87. package/dist/tokens.d.ts +50 -0
  88. package/dist/tokens.d.ts.map +1 -0
  89. package/dist/tokens.js +356 -0
  90. package/dist/trails.d.ts +128 -0
  91. package/dist/trails.d.ts.map +1 -0
  92. package/dist/trails.js +1031 -0
  93. package/dist/umd/trails.min.js +12610 -0
  94. package/dist/umd/trails.min.js.map +1 -0
  95. package/dist/umd.d.ts +24 -0
  96. package/dist/umd.d.ts.map +1 -0
  97. package/dist/utils.d.ts +5 -0
  98. package/dist/utils.d.ts.map +1 -0
  99. package/dist/utils.js +9 -0
  100. package/dist/widget/ConstantsUtil-B-_-u8aQ.js +6 -0
  101. package/dist/widget/add-hVLs3ldJ.js +20 -0
  102. package/dist/widget/all-wallets-Cwxnx4BT.js +11 -0
  103. package/dist/widget/app-store-CAAVQjW0.js +22 -0
  104. package/dist/widget/apple-C3BSbglw.js +23 -0
  105. package/dist/widget/arrow-bottom-circle-BGU9MmsZ.js +16 -0
  106. package/dist/widget/arrow-bottom-hS_SA8Gp.js +13 -0
  107. package/dist/widget/arrow-left-CJZanWz7.js +13 -0
  108. package/dist/widget/arrow-right-C1qL8EMd.js +13 -0
  109. package/dist/widget/arrow-top-CbuCmbQs.js +13 -0
  110. package/dist/widget/bank-CXBEEGbb.js +19 -0
  111. package/dist/widget/bin-Dqzv3zCZ.js +9 -0
  112. package/dist/widget/bitcoin-4y3sovZp.js +18 -0
  113. package/dist/widget/browser-DyOl4_8m.js +1413 -0
  114. package/dist/widget/browser-t7Fh0sEU.js +19 -0
  115. package/dist/widget/card-Bo4CZkTs.js +19 -0
  116. package/dist/widget/ccip-BynehMIN.js +232 -0
  117. package/dist/widget/checkmark-DV6OKvnY.js +16 -0
  118. package/dist/widget/checkmark-bold-CAp1-IQ2.js +13 -0
  119. package/dist/widget/chevron-bottom-BjzsVzk9.js +13 -0
  120. package/dist/widget/chevron-left-CQZBDCiR.js +13 -0
  121. package/dist/widget/chevron-right-Dhg4zeZM.js +13 -0
  122. package/dist/widget/chevron-top-CDQmfJef.js +13 -0
  123. package/dist/widget/chrome-store-BNaC_b6w.js +66 -0
  124. package/dist/widget/circle-BC_GBj91.js +9 -0
  125. package/dist/widget/clock-BmF8-4a0.js +13 -0
  126. package/dist/widget/close-Bf61nZ8o.js +13 -0
  127. package/dist/widget/coinPlaceholder-7cZW2058.js +13 -0
  128. package/dist/widget/compass-CFC3yhnW.js +13 -0
  129. package/dist/widget/components/ChainImage.d.ts +8 -0
  130. package/dist/widget/components/ChainImage.d.ts.map +1 -0
  131. package/dist/widget/components/ChainImage.js +6 -0
  132. package/dist/widget/components/ConnectWallet.d.ts +18 -0
  133. package/dist/widget/components/ConnectWallet.d.ts.map +1 -0
  134. package/dist/widget/components/ConnectWallet.js +66 -0
  135. package/dist/widget/components/DebugScreensDropdown.d.ts +9 -0
  136. package/dist/widget/components/DebugScreensDropdown.d.ts.map +1 -0
  137. package/dist/widget/components/DebugScreensDropdown.js +40 -0
  138. package/dist/widget/components/FeeOptions.d.ts +17 -0
  139. package/dist/widget/components/FeeOptions.d.ts.map +1 -0
  140. package/dist/widget/components/FeeOptions.js +65 -0
  141. package/dist/widget/components/Footer.d.ts +9 -0
  142. package/dist/widget/components/Footer.d.ts.map +1 -0
  143. package/dist/widget/components/Footer.js +13 -0
  144. package/dist/widget/components/GreenCheckAnimation.d.ts +2 -0
  145. package/dist/widget/components/GreenCheckAnimation.d.ts.map +1 -0
  146. package/dist/widget/components/GreenCheckAnimation.js +74 -0
  147. package/dist/widget/components/Modal.d.ts +11 -0
  148. package/dist/widget/components/Modal.d.ts.map +1 -0
  149. package/dist/widget/components/Modal.js +36 -0
  150. package/dist/widget/components/Receipt.d.ts +13 -0
  151. package/dist/widget/components/Receipt.d.ts.map +1 -0
  152. package/dist/widget/components/Receipt.js +36 -0
  153. package/dist/widget/components/SendForm.d.ts +44 -0
  154. package/dist/widget/components/SendForm.d.ts.map +1 -0
  155. package/dist/widget/components/SendForm.js +177 -0
  156. package/dist/widget/components/TokenImage.d.ts +10 -0
  157. package/dist/widget/components/TokenImage.d.ts.map +1 -0
  158. package/dist/widget/components/TokenImage.js +8 -0
  159. package/dist/widget/components/TokenList.d.ts +16 -0
  160. package/dist/widget/components/TokenList.d.ts.map +1 -0
  161. package/dist/widget/components/TokenList.js +39 -0
  162. package/dist/widget/components/TransferPending.d.ts +11 -0
  163. package/dist/widget/components/TransferPending.d.ts.map +1 -0
  164. package/dist/widget/components/TransferPending.js +77 -0
  165. package/dist/widget/components/TransferPendingVertical.d.ts +18 -0
  166. package/dist/widget/components/TransferPendingVertical.d.ts.map +1 -0
  167. package/dist/widget/components/TransferPendingVertical.js +183 -0
  168. package/dist/widget/components/WalletConfirmation.d.ts +18 -0
  169. package/dist/widget/components/WalletConfirmation.d.ts.map +1 -0
  170. package/dist/widget/components/WalletConfirmation.js +22 -0
  171. package/dist/widget/config.d.ts +4 -0
  172. package/dist/widget/config.d.ts.map +1 -0
  173. package/dist/widget/config.js +3 -0
  174. package/dist/widget/copy-e0xXvKN0.js +20 -0
  175. package/dist/widget/cursor-CqM3v0xJ.js +8 -0
  176. package/dist/widget/cursor-transparent-CUQpdsCG.js +17 -0
  177. package/dist/widget/desktop-DUDGIRpM.js +14 -0
  178. package/dist/widget/disconnect-DUFST9QQ.js +13 -0
  179. package/dist/widget/discord-C1cj365Z.js +22 -0
  180. package/dist/widget/email-BHhmb_lX.js +703 -0
  181. package/dist/widget/embedded-wallet-CuuC4eah.js +467 -0
  182. package/dist/widget/ethereum-CfmBVfeB.js +15 -0
  183. package/dist/widget/etherscan-BSiynDhW.js +11 -0
  184. package/dist/widget/exclamation-triangle-DEiFNpHw.js +9 -0
  185. package/dist/widget/extension-mRmfCDxo.js +13 -0
  186. package/dist/widget/external-link-B4xMIVnW.js +13 -0
  187. package/dist/widget/facebook-CBAZStBR.js +31 -0
  188. package/dist/widget/farcaster-LHDEDf5S.js +17 -0
  189. package/dist/widget/filters-CBijuvFv.js +13 -0
  190. package/dist/widget/github-C3ILD420.js +23 -0
  191. package/dist/widget/google-CSj73POX.js +23 -0
  192. package/dist/widget/help-circle-2hdG5IdB.js +17 -0
  193. package/dist/widget/hooks/useAmountUsd.d.ts +13 -0
  194. package/dist/widget/hooks/useAmountUsd.d.ts.map +1 -0
  195. package/dist/widget/hooks/useAmountUsd.js +35 -0
  196. package/dist/widget/hooks/useSendForm.d.ts +125 -0
  197. package/dist/widget/hooks/useSendForm.d.ts.map +1 -0
  198. package/dist/widget/hooks/useSendForm.js +450 -0
  199. package/dist/widget/hooks/useTokenList.d.ts +52 -0
  200. package/dist/widget/hooks/useTokenList.d.ts.map +1 -0
  201. package/dist/widget/hooks/useTokenList.js +252 -0
  202. package/dist/widget/id-ByYSrwsd.js +17 -0
  203. package/dist/widget/if-defined-DRXJEhv7.js +752 -0
  204. package/dist/widget/image-C90L4Rf6.js +9 -0
  205. package/dist/widget/index-B3SlQ9v3.js +46 -0
  206. package/dist/widget/index-B8LPuLXQ.js +78 -0
  207. package/dist/widget/index-BDbworWA.js +171 -0
  208. package/dist/widget/index-BTlDgFSK.js +98 -0
  209. package/dist/widget/index-BUCcjXbd.js +306 -0
  210. package/dist/widget/index-BZ34edi2.js +1055 -0
  211. package/dist/widget/index-BiCU29wK.js +147 -0
  212. package/dist/widget/index-BlmqIKsY.js +266 -0
  213. package/dist/widget/index-BlviH5nG.js +55 -0
  214. package/dist/widget/index-Bwd5X3fS.js +8306 -0
  215. package/dist/widget/index-C5gmknHK.js +78 -0
  216. package/dist/widget/index-CD6dBcRj.js +76 -0
  217. package/dist/widget/index-CDlhy529.js +63 -0
  218. package/dist/widget/index-CHXa5ke-.js +59 -0
  219. package/dist/widget/index-CK94R-H7.js +22498 -0
  220. package/dist/widget/index-CQzo3m3x.js +182 -0
  221. package/dist/widget/index-CRT8cAwG.js +325 -0
  222. package/dist/widget/index-CY7Lt2Yu.js +310 -0
  223. package/dist/widget/index-CiKfAu1E.js +79 -0
  224. package/dist/widget/index-CkCu6rMi.js +258 -0
  225. package/dist/widget/index-CngLTu_R.js +517 -0
  226. package/dist/widget/index-CsMV8-em.js +2577 -0
  227. package/dist/widget/index-Cu2Wva8v.js +200 -0
  228. package/dist/widget/index-DKBxLTEF.js +240 -0
  229. package/dist/widget/index-DQEVT3dx.js +511 -0
  230. package/dist/widget/index-DU2HcCis.js +200 -0
  231. package/dist/widget/index-DutZGWNW.js +321 -0
  232. package/dist/widget/index-O0glArmc.js +182 -0
  233. package/dist/widget/index-O8FmRjKe.js +63719 -0
  234. package/dist/widget/index-RtKXrB6I.js +576 -0
  235. package/dist/widget/index-TIYtS0gE.js +88 -0
  236. package/dist/widget/index-dQNJvWHs.js +66 -0
  237. package/dist/widget/index-wmEwdsq7.js +909 -0
  238. package/dist/widget/index.d.ts +3 -0
  239. package/dist/widget/index.d.ts.map +1 -0
  240. package/dist/widget/index.js +2 -0
  241. package/dist/widget/info-DMPChDjV.js +8 -0
  242. package/dist/widget/info-circle-DAvS_7nY.js +17 -0
  243. package/dist/widget/lightbulb-DnZ9mNEs.js +8 -0
  244. package/dist/widget/lit-html-BRjl1r6K.js +243 -0
  245. package/dist/widget/mail-DpaVSOP8.js +13 -0
  246. package/dist/widget/mobile-CRvdyu7I.js +14 -0
  247. package/dist/widget/more-C5VqW9PR.js +16 -0
  248. package/dist/widget/network-placeholder-CZ0vApma.js +19 -0
  249. package/dist/widget/nftPlaceholder-7jjIK2bT.js +13 -0
  250. package/dist/widget/off-4mHjJLLX.js +9 -0
  251. package/dist/widget/onramp-Bc0ozVsw.js +929 -0
  252. package/dist/widget/play-store-Uocul8nC.js +37 -0
  253. package/dist/widget/plus-DrYF7siO.js +18 -0
  254. package/dist/widget/prepareSend-BQJmzM5B.js +54987 -0
  255. package/dist/widget/qr-code-DcnGMUB3.js +11 -0
  256. package/dist/widget/receive-fvIVd7R_.js +184 -0
  257. package/dist/widget/recycle-horizontal-DrDwXC4D.js +14 -0
  258. package/dist/widget/ref-CXNmEjML.js +41 -0
  259. package/dist/widget/refresh-OK9lIPLS.js +13 -0
  260. package/dist/widget/reown-logo-C-Qn7mS3.js +17 -0
  261. package/dist/widget/search-DZqv1oKg.js +13 -0
  262. package/dist/widget/send-CJlmI-xe.js +1039 -0
  263. package/dist/widget/send-otoEC8uU.js +20 -0
  264. package/dist/widget/socials-BJciurWF.js +599 -0
  265. package/dist/widget/solana-Bv5Hs_0T.js +18 -0
  266. package/dist/widget/swapHorizontal-BzOPGV37.js +13 -0
  267. package/dist/widget/swapHorizontalBold-axyHnSmj.js +13 -0
  268. package/dist/widget/swapHorizontalMedium-C6YOPfPz.js +21 -0
  269. package/dist/widget/swapHorizontalRoundedBold-yVcLbWNT.js +13 -0
  270. package/dist/widget/swapVertical-BDjxt9pE.js +13 -0
  271. package/dist/widget/swaps-DEWNj4kd.js +1637 -0
  272. package/dist/widget/telegram-BQJD7dlP.js +21 -0
  273. package/dist/widget/three-dots-DW9jmSMG.js +10 -0
  274. package/dist/widget/transactions-uCseGQQt.js +38 -0
  275. package/dist/widget/twitch-XugxDfOE.js +23 -0
  276. package/dist/widget/twitterIcon-DQVObQUL.js +11 -0
  277. package/dist/widget/types.d.ts +51 -0
  278. package/dist/widget/types.d.ts.map +1 -0
  279. package/dist/widget/types.js +1 -0
  280. package/dist/widget/verify-DpMYHxLf.js +13 -0
  281. package/dist/widget/verify-filled-KpEL6ZJ_.js +13 -0
  282. package/dist/widget/w3m-modal-C8e-6Kba.js +1047 -0
  283. package/dist/widget/wallet-D8ssEB0o.js +13 -0
  284. package/dist/widget/wallet-placeholder-HtAy21Wc.js +19 -0
  285. package/dist/widget/walletconnect-Bp_4XfrY.js +37 -0
  286. package/dist/widget/warning-circle-FgYS7P7n.js +17 -0
  287. package/dist/widget/widget/index.js +7 -0
  288. package/dist/widget/widget.d.ts +47 -0
  289. package/dist/widget/widget.d.ts.map +1 -0
  290. package/dist/widget/widget.js +932 -0
  291. package/dist/widget/x-DlZBoP9k.js +17 -0
  292. package/dist/widget/x-mark-Ba9pt-_h.js +8 -0
  293. package/package.json +102 -8
  294. package/src/abi.ts +38 -0
  295. package/src/apiClient.ts +32 -0
  296. package/src/buffer.ts +10 -0
  297. package/src/cctp.ts +579 -0
  298. package/src/chainSwitch.ts +55 -0
  299. package/src/chains.ts +124 -0
  300. package/src/constants.ts +26 -0
  301. package/src/encoders.ts +20 -0
  302. package/src/error.ts +15 -0
  303. package/src/explorer.ts +37 -0
  304. package/src/gasless.ts +545 -0
  305. package/src/index.ts +48 -0
  306. package/src/indexerClient.ts +36 -0
  307. package/src/intents.ts +537 -0
  308. package/src/metaTxnMonitor.ts +163 -0
  309. package/src/metaTxns.ts +21 -0
  310. package/src/paymasterSend.ts +503 -0
  311. package/src/preconditions.ts +52 -0
  312. package/src/prepareSend.ts +1849 -0
  313. package/src/prices.ts +186 -0
  314. package/src/queryParams.ts +80 -0
  315. package/src/relaySdk.ts +481 -0
  316. package/src/relayer.ts +255 -0
  317. package/src/sendUserOp.ts +570 -0
  318. package/src/sequenceWallet.ts +579 -0
  319. package/src/theme.ts +2 -0
  320. package/src/toSimpleSmartAccount.ts +567 -0
  321. package/src/tokenBalances.ts +760 -0
  322. package/src/tokens.ts +471 -0
  323. package/src/trails.ts +1591 -0
  324. package/src/types.d.ts +11 -0
  325. package/src/umd.tsx +49 -0
  326. package/src/utils.ts +16 -0
  327. package/src/vite-env.d.ts +4 -0
  328. package/src/widget/assets/MetaMask-icon-fox-with-margins.svg +31 -0
  329. package/src/widget/assets/MetaMask-icon-fox.svg +26 -0
  330. package/src/widget/assets/MetaMask-logo-black.svg +3 -0
  331. package/src/widget/assets/MetaMask-logo-white.svg +16 -0
  332. package/src/widget/assets/Privy_Brandmark_Black.svg +9 -0
  333. package/src/widget/assets/Privy_Brandmark_White.svg +9 -0
  334. package/src/widget/assets/Trails-logo-black.svg +11 -0
  335. package/src/widget/assets/Trails-logo-white.svg +11 -0
  336. package/src/widget/components/ChainImage.tsx +28 -0
  337. package/src/widget/components/ConnectWallet.tsx +206 -0
  338. package/src/widget/components/DebugScreensDropdown.tsx +88 -0
  339. package/src/widget/components/FeeOptions.tsx +199 -0
  340. package/src/widget/components/Footer.tsx +51 -0
  341. package/src/widget/components/GreenCheckAnimation.tsx +119 -0
  342. package/src/widget/components/Modal.tsx +97 -0
  343. package/src/widget/components/Receipt.tsx +237 -0
  344. package/src/widget/components/SendForm.tsx +695 -0
  345. package/src/widget/components/TokenImage.tsx +37 -0
  346. package/src/widget/components/TokenList.tsx +287 -0
  347. package/src/widget/components/TransferPending.tsx +204 -0
  348. package/src/widget/components/TransferPendingVertical.tsx +412 -0
  349. package/src/widget/components/WalletConfirmation.tsx +172 -0
  350. package/src/widget/config.ts +5 -0
  351. package/src/widget/hooks/useAmountUsd.ts +59 -0
  352. package/src/widget/hooks/useSendForm.ts +715 -0
  353. package/src/widget/hooks/useTokenList.ts +397 -0
  354. package/src/widget/index.css +2 -0
  355. package/src/widget/index.tsx +8 -0
  356. package/src/widget/types/svg.d.ts +8 -0
  357. package/src/widget/types.ts +59 -0
  358. package/src/widget/widget.tsx +1438 -0
  359. package/index.js +0 -1
@@ -0,0 +1,467 @@
1
+ import { i as v, a as h, M as E, C as M, T as A, g as j, b as N, r as D, c as C, E as c, A as _, d as U, e as x, f as y, h as S, W as T, S as P, R as k } from "./index-CK94R-H7.js";
2
+ import { x as l } from "./lit-html-BRjl1r6K.js";
3
+ import { r as p, c as f, n as g, o as z } from "./if-defined-DRXJEhv7.js";
4
+ import { N as H } from "./index-CkCu6rMi.js";
5
+ import { e as V, n as F } from "./ref-CXNmEjML.js";
6
+ import "./index-BTlDgFSK.js";
7
+ import "./index-BlmqIKsY.js";
8
+ import "./index-C5gmknHK.js";
9
+ import "./index-TIYtS0gE.js";
10
+ import "./index-CRT8cAwG.js";
11
+ import "./index-CD6dBcRj.js";
12
+ import "./index-BlviH5nG.js";
13
+ const G = v`
14
+ div {
15
+ width: 100%;
16
+ }
17
+
18
+ [data-ready='false'] {
19
+ transform: scale(1.05);
20
+ }
21
+
22
+ @media (max-width: 430px) {
23
+ [data-ready='false'] {
24
+ transform: translateY(-50px);
25
+ }
26
+ }
27
+ `;
28
+ var W = function(o, e, i, n) {
29
+ var s = arguments.length, t = s < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, i) : n, r;
30
+ if (typeof Reflect == "object" && typeof Reflect.decorate == "function") t = Reflect.decorate(o, e, i, n);
31
+ else for (var a = o.length - 1; a >= 0; a--) (r = o[a]) && (t = (s < 3 ? r(t) : s > 3 ? r(e, i, t) : r(e, i)) || t);
32
+ return s > 3 && t && Object.defineProperty(e, i, t), t;
33
+ };
34
+ const $ = 600, I = 360, Y = 64;
35
+ let b = class extends h {
36
+ constructor() {
37
+ super(), this.bodyObserver = void 0, this.unsubscribe = [], this.iframe = document.getElementById("w3m-iframe"), this.ready = !1, this.unsubscribe.push(E.subscribeKey("open", (e) => {
38
+ e || this.onHideIframe();
39
+ }), E.subscribeKey("shake", (e) => {
40
+ e ? this.iframe.style.animation = "w3m-shake 500ms var(--wui-ease-out-power-2)" : this.iframe.style.animation = "none";
41
+ }));
42
+ }
43
+ disconnectedCallback() {
44
+ var e;
45
+ this.onHideIframe(), this.unsubscribe.forEach((i) => i()), (e = this.bodyObserver) == null || e.unobserve(window.document.body);
46
+ }
47
+ async firstUpdated() {
48
+ var i;
49
+ await this.syncTheme(), this.iframe.style.display = "block";
50
+ const e = (i = this == null ? void 0 : this.renderRoot) == null ? void 0 : i.querySelector("div");
51
+ this.bodyObserver = new ResizeObserver((n) => {
52
+ var r, a;
53
+ const s = (r = n == null ? void 0 : n[0]) == null ? void 0 : r.contentBoxSize, t = (a = s == null ? void 0 : s[0]) == null ? void 0 : a.inlineSize;
54
+ this.iframe.style.height = `${$}px`, e.style.height = `${$}px`, t && t <= 430 ? (this.iframe.style.width = "100%", this.iframe.style.left = "0px", this.iframe.style.bottom = "0px", this.iframe.style.top = "unset") : (this.iframe.style.width = `${I}px`, this.iframe.style.left = `calc(50% - ${I / 2}px)`, this.iframe.style.top = `calc(50% - ${$ / 2}px + ${Y / 2}px)`, this.iframe.style.bottom = "unset"), this.ready = !0, this.onShowIframe();
55
+ }), this.bodyObserver.observe(window.document.body);
56
+ }
57
+ render() {
58
+ return l`<div data-ready=${this.ready} id="w3m-frame-container"></div>`;
59
+ }
60
+ onShowIframe() {
61
+ const e = window.innerWidth <= 430;
62
+ this.iframe.style.animation = e ? "w3m-iframe-zoom-in-mobile 200ms var(--wui-ease-out-power-2)" : "w3m-iframe-zoom-in 200ms var(--wui-ease-out-power-2)";
63
+ }
64
+ onHideIframe() {
65
+ this.iframe.style.display = "none", this.iframe.style.animation = "w3m-iframe-fade-out 200ms var(--wui-ease-out-power-2)";
66
+ }
67
+ async syncTheme() {
68
+ const e = M.getAuthConnector();
69
+ if (e) {
70
+ const i = A.getSnapshot().themeMode, n = A.getSnapshot().themeVariables;
71
+ await e.provider.syncTheme({
72
+ themeVariables: n,
73
+ w3mThemeVariables: j(n, i)
74
+ });
75
+ }
76
+ }
77
+ };
78
+ b.styles = G;
79
+ W([
80
+ p()
81
+ ], b.prototype, "ready", void 0);
82
+ b = W([
83
+ f("w3m-approve-transaction-view")
84
+ ], b);
85
+ var L = function(o, e, i, n) {
86
+ var s = arguments.length, t = s < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, i) : n, r;
87
+ if (typeof Reflect == "object" && typeof Reflect.decorate == "function") t = Reflect.decorate(o, e, i, n);
88
+ else for (var a = o.length - 1; a >= 0; a--) (r = o[a]) && (t = (s < 3 ? r(t) : s > 3 ? r(e, i, t) : r(e, i)) || t);
89
+ return s > 3 && t && Object.defineProperty(e, i, t), t;
90
+ };
91
+ let O = class extends h {
92
+ render() {
93
+ return l`
94
+ <wui-flex flexDirection="column" alignItems="center" gap="xl" padding="xl">
95
+ <wui-text variant="paragraph-400" color="fg-100">Follow the instructions on</wui-text>
96
+ <wui-chip
97
+ icon="externalLink"
98
+ variant="fill"
99
+ href=${N.SECURE_SITE_DASHBOARD}
100
+ imageSrc=${N.SECURE_SITE_FAVICON}
101
+ data-testid="w3m-secure-website-button"
102
+ >
103
+ </wui-chip>
104
+ <wui-text variant="small-400" color="fg-200">
105
+ You will have to reconnect for security reasons
106
+ </wui-text>
107
+ </wui-flex>
108
+ `;
109
+ }
110
+ };
111
+ O = L([
112
+ f("w3m-upgrade-wallet-view")
113
+ ], O);
114
+ const B = v`
115
+ :host {
116
+ position: relative;
117
+ width: 100%;
118
+ display: inline-block;
119
+ color: var(--wui-color-fg-275);
120
+ }
121
+
122
+ .error {
123
+ margin: var(--wui-spacing-xxs) var(--wui-spacing-m) var(--wui-spacing-0) var(--wui-spacing-m);
124
+ }
125
+
126
+ .base-name {
127
+ position: absolute;
128
+ right: 45px;
129
+ top: 15px;
130
+ text-align: right;
131
+ }
132
+ `;
133
+ var w = function(o, e, i, n) {
134
+ var s = arguments.length, t = s < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, i) : n, r;
135
+ if (typeof Reflect == "object" && typeof Reflect.decorate == "function") t = Reflect.decorate(o, e, i, n);
136
+ else for (var a = o.length - 1; a >= 0; a--) (r = o[a]) && (t = (s < 3 ? r(t) : s > 3 ? r(e, i, t) : r(e, i)) || t);
137
+ return s > 3 && t && Object.defineProperty(e, i, t), t;
138
+ };
139
+ let d = class extends h {
140
+ constructor() {
141
+ super(...arguments), this.disabled = !1, this.loading = !1;
142
+ }
143
+ render() {
144
+ return l`
145
+ <wui-input-text
146
+ value=${z(this.value)}
147
+ ?disabled=${this.disabled}
148
+ .value=${this.value || ""}
149
+ data-testid="wui-ens-input"
150
+ inputRightPadding="5xl"
151
+ >
152
+ ${this.baseNameTemplate()} ${this.errorTemplate()}${this.loadingTemplate()}
153
+ </wui-input-text>
154
+ `;
155
+ }
156
+ baseNameTemplate() {
157
+ return l`<wui-text variant="paragraph-400" color="fg-200" class="base-name">
158
+ ${C.WC_NAME_SUFFIX}
159
+ </wui-text>`;
160
+ }
161
+ loadingTemplate() {
162
+ return this.loading ? l`<wui-loading-spinner size="md" color="accent-100"></wui-loading-spinner>` : null;
163
+ }
164
+ errorTemplate() {
165
+ return this.errorMessage ? l`<wui-text variant="tiny-500" color="error-100" class="error"
166
+ >${this.errorMessage}</wui-text
167
+ >` : null;
168
+ }
169
+ };
170
+ d.styles = [D, B];
171
+ w([
172
+ g()
173
+ ], d.prototype, "errorMessage", void 0);
174
+ w([
175
+ g({ type: Boolean })
176
+ ], d.prototype, "disabled", void 0);
177
+ w([
178
+ g()
179
+ ], d.prototype, "value", void 0);
180
+ w([
181
+ g({ type: Boolean })
182
+ ], d.prototype, "loading", void 0);
183
+ d = w([
184
+ f("wui-ens-input")
185
+ ], d);
186
+ const K = v`
187
+ wui-flex {
188
+ width: 100%;
189
+ }
190
+
191
+ .suggestion {
192
+ background: var(--wui-color-gray-glass-002);
193
+ border-radius: var(--wui-border-radius-xs);
194
+ }
195
+
196
+ .suggestion:hover {
197
+ background-color: var(--wui-color-gray-glass-005);
198
+ cursor: pointer;
199
+ }
200
+
201
+ .suggested-name {
202
+ max-width: 75%;
203
+ overflow: hidden;
204
+ text-overflow: ellipsis;
205
+ white-space: nowrap;
206
+ }
207
+
208
+ form {
209
+ width: 100%;
210
+ }
211
+
212
+ wui-icon-link {
213
+ position: absolute;
214
+ right: 20px;
215
+ transform: translateY(11px);
216
+ }
217
+ `;
218
+ var m = function(o, e, i, n) {
219
+ var s = arguments.length, t = s < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, i) : n, r;
220
+ if (typeof Reflect == "object" && typeof Reflect.decorate == "function") t = Reflect.decorate(o, e, i, n);
221
+ else for (var a = o.length - 1; a >= 0; a--) (r = o[a]) && (t = (s < 3 ? r(t) : s > 3 ? r(e, i, t) : r(e, i)) || t);
222
+ return s > 3 && t && Object.defineProperty(e, i, t), t;
223
+ };
224
+ let u = class extends h {
225
+ constructor() {
226
+ super(), this.formRef = V(), this.usubscribe = [], this.name = "", this.error = "", this.loading = c.state.loading, this.suggestions = c.state.suggestions, this.registered = !1, this.profileName = _.state.profileName, this.onDebouncedNameInputChange = U.debounce((e) => {
227
+ c.validateName(e) ? (this.error = "", this.name = e, c.getSuggestions(e), c.isNameRegistered(e).then((i) => {
228
+ this.registered = i;
229
+ })) : e.length < 4 ? this.error = "Name must be at least 4 characters long" : this.error = "Can only contain letters, numbers and - characters";
230
+ }), this.usubscribe.push(c.subscribe((e) => {
231
+ this.suggestions = e.suggestions, this.loading = e.loading;
232
+ }), _.subscribeKey("profileName", (e) => {
233
+ this.profileName = e, e && (this.error = "You already own a name");
234
+ }));
235
+ }
236
+ firstUpdated() {
237
+ var e;
238
+ (e = this.formRef.value) == null || e.addEventListener("keydown", this.onEnterKey.bind(this));
239
+ }
240
+ disconnectedCallback() {
241
+ var e;
242
+ super.disconnectedCallback(), this.usubscribe.forEach((i) => i()), (e = this.formRef.value) == null || e.removeEventListener("keydown", this.onEnterKey.bind(this));
243
+ }
244
+ render() {
245
+ return l`
246
+ <wui-flex
247
+ flexDirection="column"
248
+ alignItems="center"
249
+ gap="m"
250
+ .padding=${["0", "s", "m", "s"]}
251
+ >
252
+ <form ${F(this.formRef)} @submit=${this.onSubmitName.bind(this)}>
253
+ <wui-ens-input
254
+ @inputChange=${this.onNameInputChange.bind(this)}
255
+ .errorMessage=${this.error}
256
+ .value=${this.name}
257
+ >
258
+ </wui-ens-input>
259
+ ${this.submitButtonTemplate()}
260
+ <input type="submit" hidden />
261
+ </form>
262
+ ${this.templateSuggestions()}
263
+ </wui-flex>
264
+ `;
265
+ }
266
+ submitButtonTemplate() {
267
+ return this.isAllowedToSubmit() ? l`
268
+ <wui-icon-link
269
+ size="sm"
270
+ icon="chevronRight"
271
+ iconcolor="accent-100"
272
+ @click=${this.onSubmitName.bind(this)}
273
+ >
274
+ </wui-icon-link>
275
+ ` : null;
276
+ }
277
+ onSelectSuggestion(e) {
278
+ return () => {
279
+ this.name = e, this.registered = !1, this.requestUpdate();
280
+ };
281
+ }
282
+ onNameInputChange(e) {
283
+ this.onDebouncedNameInputChange(e.detail);
284
+ }
285
+ nameSuggestionTagTemplate() {
286
+ return this.loading ? l`<wui-loading-spinner size="lg" color="fg-100"></wui-loading-spinner>` : this.registered ? l`<wui-tag variant="shade" size="lg">Registered</wui-tag>` : l`<wui-tag variant="success" size="lg">Available</wui-tag>`;
287
+ }
288
+ templateSuggestions() {
289
+ if (!this.name || this.name.length < 4 || this.error)
290
+ return null;
291
+ const e = this.registered ? this.suggestions.filter((i) => i.name !== this.name) : [];
292
+ return l`<wui-flex flexDirection="column" gap="xxs" alignItems="center">
293
+ <wui-flex
294
+ data-testid="account-name-suggestion"
295
+ .padding=${["m", "m", "m", "m"]}
296
+ justifyContent="space-between"
297
+ class="suggestion"
298
+ @click=${this.onSubmitName.bind(this)}
299
+ >
300
+ <wui-text color="fg-100" variant="paragraph-400" class="suggested-name">
301
+ ${this.name}</wui-text
302
+ >${this.nameSuggestionTagTemplate()}
303
+ </wui-flex>
304
+ ${e.map((i) => this.availableNameTemplate(i.name))}
305
+ </wui-flex>`;
306
+ }
307
+ availableNameTemplate(e) {
308
+ return l` <wui-flex
309
+ data-testid="account-name-suggestion"
310
+ .padding=${["m", "m", "m", "m"]}
311
+ justifyContent="space-between"
312
+ class="suggestion"
313
+ @click=${this.onSelectSuggestion(e)}
314
+ >
315
+ <wui-text color="fg-100" variant="paragraph-400" class="suggested-name">
316
+ ${e}
317
+ </wui-text>
318
+ <wui-tag variant="success" size="lg">Available</wui-tag>
319
+ </wui-flex>`;
320
+ }
321
+ isAllowedToSubmit() {
322
+ return !this.loading && !this.registered && !this.error && !this.profileName && c.validateName(this.name);
323
+ }
324
+ async onSubmitName() {
325
+ try {
326
+ if (!this.isAllowedToSubmit())
327
+ return;
328
+ const e = `${this.name}${C.WC_NAME_SUFFIX}`;
329
+ x.sendEvent({
330
+ type: "track",
331
+ event: "REGISTER_NAME_INITIATED",
332
+ properties: {
333
+ isSmartAccount: y(S.state.activeChain) === T.ACCOUNT_TYPES.SMART_ACCOUNT,
334
+ ensName: e
335
+ }
336
+ }), await c.registerName(e), x.sendEvent({
337
+ type: "track",
338
+ event: "REGISTER_NAME_SUCCESS",
339
+ properties: {
340
+ isSmartAccount: y(S.state.activeChain) === T.ACCOUNT_TYPES.SMART_ACCOUNT,
341
+ ensName: e
342
+ }
343
+ });
344
+ } catch (e) {
345
+ P.showError(e.message), x.sendEvent({
346
+ type: "track",
347
+ event: "REGISTER_NAME_ERROR",
348
+ properties: {
349
+ isSmartAccount: y(S.state.activeChain) === T.ACCOUNT_TYPES.SMART_ACCOUNT,
350
+ ensName: `${this.name}${C.WC_NAME_SUFFIX}`,
351
+ error: (e == null ? void 0 : e.message) || "Unknown error"
352
+ }
353
+ });
354
+ }
355
+ }
356
+ onEnterKey(e) {
357
+ e.key === "Enter" && this.isAllowedToSubmit() && this.onSubmitName();
358
+ }
359
+ };
360
+ u.styles = K;
361
+ m([
362
+ g()
363
+ ], u.prototype, "errorMessage", void 0);
364
+ m([
365
+ p()
366
+ ], u.prototype, "name", void 0);
367
+ m([
368
+ p()
369
+ ], u.prototype, "error", void 0);
370
+ m([
371
+ p()
372
+ ], u.prototype, "loading", void 0);
373
+ m([
374
+ p()
375
+ ], u.prototype, "suggestions", void 0);
376
+ m([
377
+ p()
378
+ ], u.prototype, "registered", void 0);
379
+ m([
380
+ p()
381
+ ], u.prototype, "profileName", void 0);
382
+ u = m([
383
+ f("w3m-register-account-name-view")
384
+ ], u);
385
+ const q = v`
386
+ .continue-button-container {
387
+ width: 100%;
388
+ }
389
+ `;
390
+ var X = function(o, e, i, n) {
391
+ var s = arguments.length, t = s < 3 ? e : n === null ? n = Object.getOwnPropertyDescriptor(e, i) : n, r;
392
+ if (typeof Reflect == "object" && typeof Reflect.decorate == "function") t = Reflect.decorate(o, e, i, n);
393
+ else for (var a = o.length - 1; a >= 0; a--) (r = o[a]) && (t = (s < 3 ? r(t) : s > 3 ? r(e, i, t) : r(e, i)) || t);
394
+ return s > 3 && t && Object.defineProperty(e, i, t), t;
395
+ };
396
+ let R = class extends h {
397
+ render() {
398
+ return l`
399
+ <wui-flex
400
+ flexDirection="column"
401
+ alignItems="center"
402
+ gap="xxl"
403
+ .padding=${["0", "0", "l", "0"]}
404
+ >
405
+ ${this.onboardingTemplate()} ${this.buttonsTemplate()}
406
+ <wui-link
407
+ @click=${() => {
408
+ U.openHref(H.URLS.FAQ, "_blank");
409
+ }}
410
+ >
411
+ Learn more
412
+ <wui-icon color="inherit" slot="iconRight" name="externalLink"></wui-icon>
413
+ </wui-link>
414
+ </wui-flex>
415
+ `;
416
+ }
417
+ onboardingTemplate() {
418
+ return l` <wui-flex
419
+ flexDirection="column"
420
+ gap="xxl"
421
+ alignItems="center"
422
+ .padding=${["0", "xxl", "0", "xxl"]}
423
+ >
424
+ <wui-flex gap="s" alignItems="center" justifyContent="center">
425
+ <wui-icon-box
426
+ size="xl"
427
+ iconcolor="success-100"
428
+ backgroundcolor="success-100"
429
+ icon="checkmark"
430
+ background="opaque"
431
+ ></wui-icon-box>
432
+ </wui-flex>
433
+ <wui-flex flexDirection="column" alignItems="center" gap="s">
434
+ <wui-text align="center" variant="medium-600" color="fg-100">
435
+ Account name chosen successfully
436
+ </wui-text>
437
+ <wui-text align="center" variant="paragraph-400" color="fg-100">
438
+ You can now fund your account and trade crypto
439
+ </wui-text>
440
+ </wui-flex>
441
+ </wui-flex>`;
442
+ }
443
+ buttonsTemplate() {
444
+ return l`<wui-flex
445
+ .padding=${["0", "2l", "0", "2l"]}
446
+ gap="s"
447
+ class="continue-button-container"
448
+ >
449
+ <wui-button fullWidth size="lg" borderRadius="xs" @click=${this.redirectToAccount.bind(this)}
450
+ >Let's Go!
451
+ </wui-button>
452
+ </wui-flex>`;
453
+ }
454
+ redirectToAccount() {
455
+ k.replace("Account");
456
+ }
457
+ };
458
+ R.styles = q;
459
+ R = X([
460
+ f("w3m-register-account-name-success-view")
461
+ ], R);
462
+ export {
463
+ b as W3mApproveTransactionView,
464
+ R as W3mRegisterAccountNameSuccess,
465
+ u as W3mRegisterAccountNameView,
466
+ O as W3mUpgradeWalletView
467
+ };
@@ -0,0 +1,15 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as l } from "./lit-html-BRjl1r6K.js";
3
+ const o = l`<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+ <path d="M6.66686 12C9.9805 12 12.6667 9.31371 12.6667 6C12.6667 2.68629 9.9805 0 6.66686 0C3.35323 0 0.666992 2.68629 0.666992 6C0.666992 9.31371 3.35323 12 6.66686 12Z" fill="var(--wui-color-gray-glass-005)"/>
5
+ <path d="M6.6658 1.50098V4.82739L9.47712 6.08381L6.6658 1.50098Z" fill="var(--wui-color-gray-glass-060)"/>
6
+ <path d="M6.6658 1.50098L3.85449 6.08381L6.6658 4.82739V1.50098Z" fill="var(--wui-color-gray-glass-090)"/>
7
+ <path d="M6.6658 8.23909V10.4993L9.47876 6.60705L6.6658 8.23909Z" fill="var(--wui-color-gray-glass-060)"/>
8
+ <path d="M6.6658 10.4993V8.23909L3.85449 6.60705L6.6658 10.4993Z" fill="var(--wui-color-gray-glass-090)"/>
9
+ <path d="M6.6658 7.71585L9.47712 6.08381L6.6658 4.82739V7.71585Z" fill="var(--wui-color-gray-glass-020)"/>
10
+ <path d="M3.85449 6.08381L6.6658 7.71585V4.82739L3.85449 6.08381Z" fill="var(--wui-color-gray-glass-060)"/>
11
+ </svg>
12
+ `;
13
+ export {
14
+ o as ethereumSvg
15
+ };
@@ -0,0 +1,11 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as c } from "./lit-html-BRjl1r6K.js";
3
+ const a = c`<svg fill="none" viewBox="0 0 16 16">
4
+ <path
5
+ fill="currentColor"
6
+ d="M4.25 7a.63.63 0 0 0-.63.63v3.97c0 .28-.2.51-.47.54l-.75.07a.93.93 0 0 1-.9-.47A7.51 7.51 0 0 1 5.54.92a7.5 7.5 0 0 1 9.54 4.62c.12.35.06.72-.16 1-.74.97-1.68 1.78-2.6 2.44V4.44a.64.64 0 0 0-.63-.64h-1.06c-.35 0-.63.3-.63.64v5.5c0 .23-.12.42-.32.5l-.52.23V6.05c0-.36-.3-.64-.64-.64H7.45c-.35 0-.64.3-.64.64v4.97c0 .25-.17.46-.4.52a5.8 5.8 0 0 0-.45.11v-4c0-.36-.3-.65-.64-.65H4.25ZM14.07 12.4A7.49 7.49 0 0 1 3.6 14.08c4.09-.58 9.14-2.5 11.87-6.6v.03a7.56 7.56 0 0 1-1.41 4.91Z"
7
+ />
8
+ </svg>`;
9
+ export {
10
+ a as etherscanSvg
11
+ };
@@ -0,0 +1,9 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as C } from "./lit-html-BRjl1r6K.js";
3
+ const i = C`<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+ <path d="M15.0162 11.6312L9.55059 2.13937C9.39228 1.86862 9.16584 1.64405 8.8938 1.48798C8.62176 1.33192 8.3136 1.2498 7.99997 1.2498C7.68634 1.2498 7.37817 1.33192 7.10613 1.48798C6.83409 1.64405 6.60765 1.86862 6.44934 2.13937L0.983716 11.6312C0.830104 11.894 0.749146 12.1928 0.749146 12.4972C0.749146 12.8015 0.830104 13.1004 0.983716 13.3631C1.14027 13.6352 1.3664 13.8608 1.63889 14.0166C1.91139 14.1725 2.22044 14.253 2.53434 14.25H13.4656C13.7793 14.2528 14.0881 14.1721 14.3603 14.0163C14.6326 13.8604 14.8585 13.635 15.015 13.3631C15.1688 13.1005 15.2499 12.8017 15.2502 12.4973C15.2504 12.193 15.1696 11.8941 15.0162 11.6312ZM13.7162 12.6125C13.6908 12.6558 13.6541 12.6914 13.6101 12.7157C13.5661 12.7399 13.5164 12.7517 13.4662 12.75H2.53434C2.48415 12.7517 2.43442 12.7399 2.39042 12.7157C2.34641 12.6914 2.30976 12.6558 2.28434 12.6125C2.26278 12.5774 2.25137 12.5371 2.25137 12.4959C2.25137 12.4548 2.26278 12.4144 2.28434 12.3794L7.74997 2.88749C7.77703 2.84583 7.81408 2.8116 7.85774 2.7879C7.9014 2.7642 7.95029 2.75178 7.99997 2.75178C8.04964 2.75178 8.09854 2.7642 8.1422 2.7879C8.18586 2.8116 8.2229 2.84583 8.24997 2.88749L13.715 12.3794C13.7367 12.4143 13.7483 12.4546 13.7486 12.4958C13.7488 12.5369 13.7376 12.5773 13.7162 12.6125ZM7.24997 8.49999V6.49999C7.24997 6.30108 7.32898 6.11031 7.46964 5.96966C7.61029 5.82901 7.80105 5.74999 7.99997 5.74999C8.19888 5.74999 8.38964 5.82901 8.5303 5.96966C8.67095 6.11031 8.74997 6.30108 8.74997 6.49999V8.49999C8.74997 8.6989 8.67095 8.88967 8.5303 9.03032C8.38964 9.17097 8.19888 9.24999 7.99997 9.24999C7.80105 9.24999 7.61029 9.17097 7.46964 9.03032C7.32898 8.88967 7.24997 8.6989 7.24997 8.49999ZM8.99997 11C8.99997 11.1978 8.94132 11.3911 8.83144 11.5556C8.72155 11.72 8.56538 11.8482 8.38265 11.9239C8.19992 11.9996 7.99886 12.0194 7.80488 11.9808C7.6109 11.9422 7.43271 11.847 7.29286 11.7071C7.15301 11.5672 7.05777 11.3891 7.01918 11.1951C6.9806 11.0011 7.0004 10.8 7.07609 10.6173C7.15177 10.4346 7.27995 10.2784 7.4444 10.1685C7.60885 10.0586 7.80219 9.99999 7.99997 9.99999C8.26518 9.99999 8.51954 10.1053 8.70707 10.2929C8.89461 10.4804 8.99997 10.7348 8.99997 11Z" fill="currentColor"/>
5
+ </svg>
6
+ `;
7
+ export {
8
+ i as exclamationTriangleSvg
9
+ };
@@ -0,0 +1,13 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as a } from "./lit-html-BRjl1r6K.js";
3
+ const o = a`<svg fill="none" viewBox="0 0 14 15">
4
+ <path
5
+ fill="currentColor"
6
+ fill-rule="evenodd"
7
+ d="M6.71 2.99a.57.57 0 0 0-.57.57 1 1 0 0 1-1 1c-.58 0-.96 0-1.24.03-.27.03-.37.07-.42.1a.97.97 0 0 0-.36.35c-.04.08-.09.21-.11.67a2.57 2.57 0 0 1 0 5.13c.02.45.07.6.11.66.09.15.21.28.36.36.07.04.21.1.67.12a2.57 2.57 0 0 1 5.12 0c.46-.03.6-.08.67-.12a.97.97 0 0 0 .36-.36c.03-.04.07-.14.1-.41.02-.29.03-.66.03-1.24a1 1 0 0 1 1-1 .57.57 0 0 0 0-1.15 1 1 0 0 1-1-1c0-.58 0-.95-.03-1.24a1.04 1.04 0 0 0-.1-.42.97.97 0 0 0-.36-.36 1.04 1.04 0 0 0-.42-.1c-.28-.02-.65-.02-1.24-.02a1 1 0 0 1-1-1 .57.57 0 0 0-.57-.57ZM5.15 13.98a1 1 0 0 0 .99-1v-.78a.57.57 0 0 1 1.14 0v.78a1 1 0 0 0 .99 1H8.36a66.26 66.26 0 0 0 .73 0 3.78 3.78 0 0 0 1.84-.38c.46-.26.85-.64 1.1-1.1.23-.4.32-.8.36-1.22.02-.2.03-.4.03-.63a2.57 2.57 0 0 0 0-4.75c0-.23-.01-.44-.03-.63a2.96 2.96 0 0 0-.35-1.22 2.97 2.97 0 0 0-1.1-1.1c-.4-.22-.8-.31-1.22-.35a8.7 8.7 0 0 0-.64-.04 2.57 2.57 0 0 0-4.74 0c-.23 0-.44.02-.63.04-.42.04-.83.13-1.22.35-.46.26-.84.64-1.1 1.1-.33.57-.37 1.2-.39 1.84a21.39 21.39 0 0 0 0 .72v.1a1 1 0 0 0 1 .99h.78a.57.57 0 0 1 0 1.15h-.77a1 1 0 0 0-1 .98v.1a63.87 63.87 0 0 0 0 .73c0 .64.05 1.27.38 1.83.26.47.64.85 1.1 1.11.56.32 1.2.37 1.84.38a20.93 20.93 0 0 0 .72 0h.1Z"
8
+ clip-rule="evenodd"
9
+ />
10
+ </svg>`;
11
+ export {
12
+ o as extensionSvg
13
+ };
@@ -0,0 +1,13 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as l } from "./lit-html-BRjl1r6K.js";
3
+ const r = l`<svg fill="none" viewBox="0 0 14 15">
4
+ <path
5
+ fill="currentColor"
6
+ fill-rule="evenodd"
7
+ d="M3.74 3.99a1 1 0 0 1 1-1H11a1 1 0 0 1 1 1v6.26a1 1 0 0 1-2 0V6.4l-6.3 6.3a1 1 0 0 1-1.4-1.42l6.29-6.3H4.74a1 1 0 0 1-1-1Z"
8
+ clip-rule="evenodd"
9
+ />
10
+ </svg>`;
11
+ export {
12
+ r as externalLinkSvg
13
+ };
@@ -0,0 +1,31 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as l } from "./lit-html-BRjl1r6K.js";
3
+ const i = l`<svg fill="none" viewBox="0 0 40 40">
4
+ <g clip-path="url(#a)">
5
+ <g clip-path="url(#b)">
6
+ <circle cx="20" cy="19.89" r="20" fill="#1877F2" />
7
+ <g clip-path="url(#c)">
8
+ <path
9
+ fill="#fff"
10
+ d="M26 12.38h-2.89c-.92 0-1.61.38-1.61 1.34v1.66H26l-.36 4.5H21.5v12H17v-12h-3v-4.5h3V12.5c0-3.03 1.6-4.62 5.2-4.62H26v4.5Z"
11
+ />
12
+ </g>
13
+ </g>
14
+ <path
15
+ fill="#1877F2"
16
+ d="M40 20a20 20 0 1 0-23.13 19.76V25.78H11.8V20h5.07v-4.4c0-5.02 3-7.79 7.56-7.79 2.19 0 4.48.4 4.48.4v4.91h-2.53c-2.48 0-3.25 1.55-3.25 3.13V20h5.54l-.88 5.78h-4.66v13.98A20 20 0 0 0 40 20Z"
17
+ />
18
+ <path
19
+ fill="#fff"
20
+ d="m27.79 25.78.88-5.78h-5.55v-3.75c0-1.58.78-3.13 3.26-3.13h2.53V8.2s-2.3-.39-4.48-.39c-4.57 0-7.55 2.77-7.55 7.78V20H11.8v5.78h5.07v13.98a20.15 20.15 0 0 0 6.25 0V25.78h4.67Z"
21
+ />
22
+ </g>
23
+ <defs>
24
+ <clipPath id="a"><rect width="40" height="40" fill="#fff" rx="20" /></clipPath>
25
+ <clipPath id="b"><path fill="#fff" d="M0 0h40v40H0z" /></clipPath>
26
+ <clipPath id="c"><path fill="#fff" d="M8 7.89h24v24H8z" /></clipPath>
27
+ </defs>
28
+ </svg>`;
29
+ export {
30
+ i as facebookSvg
31
+ };
@@ -0,0 +1,17 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as h } from "./lit-html-BRjl1r6K.js";
3
+ const f = h`<svg style="border-radius: 9999px; overflow: hidden;" fill="none" viewBox="0 0 1000 1000">
4
+ <rect width="1000" height="1000" rx="9999" ry="9999" fill="#855DCD"/>
5
+ <path fill="#855DCD" d="M0 0h1000v1000H0V0Z" />
6
+ <path
7
+ fill="#fff"
8
+ d="M320 248h354v504h-51.96V521.13h-.5c-5.76-63.8-59.31-113.81-124.54-113.81s-118.78 50-124.53 113.81h-.5V752H320V248Z"
9
+ />
10
+ <path
11
+ fill="#fff"
12
+ d="m225 320 21.16 71.46h17.9v289.09a16.29 16.29 0 0 0-16.28 16.24v19.49h-3.25a16.3 16.3 0 0 0-16.28 16.24V752h182.26v-19.48a16.22 16.22 0 0 0-16.28-16.24h-3.25v-19.5a16.22 16.22 0 0 0-16.28-16.23h-19.52V320H225Zm400.3 360.55a16.3 16.3 0 0 0-15.04 10.02 16.2 16.2 0 0 0-1.24 6.22v19.49h-3.25a16.29 16.29 0 0 0-16.27 16.24V752h182.24v-19.48a16.23 16.23 0 0 0-16.27-16.24h-3.25v-19.5a16.2 16.2 0 0 0-10.04-15 16.3 16.3 0 0 0-6.23-1.23v-289.1h17.9L775 320H644.82v360.55H625.3Z"
13
+ />
14
+ </svg>`;
15
+ export {
16
+ f as farcasterSvg
17
+ };
@@ -0,0 +1,13 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as e } from "./lit-html-BRjl1r6K.js";
3
+ const a = e`<svg fill="none" viewBox="0 0 16 16">
4
+ <path
5
+ fill="currentColor"
6
+ fill-rule="evenodd"
7
+ d="M0 3a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1Zm2.63 5.25a1 1 0 0 1 1-1h8.75a1 1 0 1 1 0 2H3.63a1 1 0 0 1-1-1Zm2.62 5.25a1 1 0 0 1 1-1h3.5a1 1 0 0 1 0 2h-3.5a1 1 0 0 1-1-1Z"
8
+ clip-rule="evenodd"
9
+ />
10
+ </svg>`;
11
+ export {
12
+ a as filtersSvg
13
+ };
@@ -0,0 +1,23 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as i } from "./lit-html-BRjl1r6K.js";
3
+ const f = i`<svg fill="none" viewBox="0 0 40 40">
4
+ <g clip-path="url(#a)">
5
+ <g clip-path="url(#b)">
6
+ <circle cx="20" cy="19.89" r="20" fill="#1B1F23" />
7
+ <g clip-path="url(#c)">
8
+ <path
9
+ fill="#fff"
10
+ d="M8 19.89a12 12 0 1 1 15.8 11.38c-.6.12-.8-.26-.8-.57v-3.3c0-1.12-.4-1.85-.82-2.22 2.67-.3 5.48-1.31 5.48-5.92 0-1.31-.47-2.38-1.24-3.22.13-.3.54-1.52-.12-3.18 0 0-1-.32-3.3 1.23a11.54 11.54 0 0 0-6 0c-2.3-1.55-3.3-1.23-3.3-1.23a4.32 4.32 0 0 0-.12 3.18 4.64 4.64 0 0 0-1.24 3.22c0 4.6 2.8 5.63 5.47 5.93-.34.3-.65.83-.76 1.6-.69.31-2.42.84-3.5-1 0 0-.63-1.15-1.83-1.23 0 0-1.18-.02-.09.73 0 0 .8.37 1.34 1.76 0 0 .7 2.14 4.03 1.41v2.24c0 .31-.2.68-.8.57A12 12 0 0 1 8 19.9Z"
11
+ />
12
+ </g>
13
+ </g>
14
+ </g>
15
+ <defs>
16
+ <clipPath id="a"><rect width="40" height="40" fill="#fff" rx="20" /></clipPath>
17
+ <clipPath id="b"><path fill="#fff" d="M0 0h40v40H0z" /></clipPath>
18
+ <clipPath id="c"><path fill="#fff" d="M8 7.89h24v24H8z" /></clipPath>
19
+ </defs>
20
+ </svg>`;
21
+ export {
22
+ f as githubSvg
23
+ };
@@ -0,0 +1,23 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as l } from "./lit-html-BRjl1r6K.js";
3
+ const i = l`<svg fill="none" viewBox="0 0 40 40">
4
+ <path
5
+ fill="#4285F4"
6
+ d="M32.74 20.3c0-.93-.08-1.81-.24-2.66H20.26v5.03h7a6 6 0 0 1-2.62 3.91v3.28h4.22c2.46-2.27 3.88-5.6 3.88-9.56Z"
7
+ />
8
+ <path
9
+ fill="#34A853"
10
+ d="M20.26 33a12.4 12.4 0 0 0 8.6-3.14l-4.22-3.28a7.74 7.74 0 0 1-4.38 1.26 7.76 7.76 0 0 1-7.28-5.36H8.65v3.36A12.99 12.99 0 0 0 20.26 33Z"
11
+ />
12
+ <path
13
+ fill="#FBBC05"
14
+ d="M12.98 22.47a7.79 7.79 0 0 1 0-4.94v-3.36H8.65a12.84 12.84 0 0 0 0 11.66l3.37-2.63.96-.73Z"
15
+ />
16
+ <path
17
+ fill="#EA4335"
18
+ d="M20.26 12.18a7.1 7.1 0 0 1 4.98 1.93l3.72-3.72A12.47 12.47 0 0 0 20.26 7c-5.08 0-9.47 2.92-11.6 7.17l4.32 3.36a7.76 7.76 0 0 1 7.28-5.35Z"
19
+ />
20
+ </svg>`;
21
+ export {
22
+ i as googleSvg
23
+ };
@@ -0,0 +1,17 @@
1
+ import "./index-CK94R-H7.js";
2
+ import { b as l } from "./lit-html-BRjl1r6K.js";
3
+ const r = l`<svg fill="none" viewBox="0 0 16 16">
4
+ <path
5
+ fill="currentColor"
6
+ d="M8.51 5.66a.83.83 0 0 0-.57-.2.83.83 0 0 0-.52.28.8.8 0 0 0-.25.52 1 1 0 0 1-2 0c0-.75.34-1.43.81-1.91a2.75 2.75 0 0 1 4.78 1.92c0 1.24-.8 1.86-1.25 2.2l-.04.03c-.47.36-.5.43-.5.65a1 1 0 1 1-2 0c0-1.25.8-1.86 1.24-2.2l.04-.04c.47-.36.5-.43.5-.65 0-.3-.1-.49-.24-.6ZM9.12 11.87a1.13 1.13 0 1 1-2.25 0 1.13 1.13 0 0 1 2.25 0Z"
7
+ />
8
+ <path
9
+ fill="currentColor"
10
+ fill-rule="evenodd"
11
+ d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6a6 6 0 1 0 0 12A6 6 0 0 0 8 2Z"
12
+ clip-rule="evenodd"
13
+ />
14
+ </svg>`;
15
+ export {
16
+ r as helpCircleSvg
17
+ };