@funkit/connect 0.1.18 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (419) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/ar_AR-2FHIOEAO.js +6 -0
  3. package/dist/argentWallet-5OEFC7BD.js +6 -0
  4. package/dist/bifrostWallet-5VPKXMCJ.js +6 -0
  5. package/dist/bitgetWallet-JVNCB4EB.js +6 -0
  6. package/dist/bitskiWallet-Y4QTLQPQ.js +6 -0
  7. package/dist/bitverseWallet-MOK4JHYP.js +6 -0
  8. package/dist/blast-XJENRUEU.js +6 -0
  9. package/dist/bloomWallet-LYZWRHBK.js +6 -0
  10. package/dist/bybitWallet-O6NEYJRP.js +6 -0
  11. package/dist/chunk-SW6GAS7K.js +1183 -0
  12. package/dist/{chunk-47OHV4T2.js → chunk-U4FFX2HZ.js} +1 -1
  13. package/dist/clvWallet-RM4V57ZB.js +6 -0
  14. package/dist/coin98Wallet-7Q4WNBWR.js +6 -0
  15. package/dist/components/AccountModal/AccountModal.d.ts +1 -1
  16. package/dist/components/AsyncImage/AsyncImage.d.ts +2 -1
  17. package/dist/components/Box/Box.d.ts +58 -58
  18. package/dist/components/ChainModal/Chain.d.ts +17 -0
  19. package/dist/components/ConnectButton/ConnectButtonRenderer.d.ts +0 -2
  20. package/dist/components/ConnectButton/formatENS.d.ts +2 -1
  21. package/dist/components/ConnectModal/ConnectModal.d.ts +6 -0
  22. package/dist/components/ConnectModal/ConnectModalIntro.d.ts +5 -0
  23. package/dist/components/ConnectOptions/ConnectDetails.d.ts +2 -3
  24. package/dist/components/ConnectOptions/ConnectOptions.d.ts +4 -0
  25. package/dist/components/ConnectOptions/MobileOptions.css.d.ts +2 -0
  26. package/dist/components/ConnectOptions/MobileOptions.d.ts +6 -0
  27. package/dist/components/ConnectOptions/MobileStatus.d.ts +4 -0
  28. package/dist/components/{ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.d.ts → CopyAddress/CopyAddress.d.ts} +0 -5
  29. package/dist/components/FunButton/FunTermsAndConditionsTextButton.d.ts +2 -0
  30. package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryModal.d.ts +1 -1
  31. package/dist/components/{FunStates/FunErrorContent.d.ts → FunConnectOptions/FunConnectErrorStep.d.ts} +1 -1
  32. package/dist/components/{ConnectOptions → FunConnectOptions}/FunConnectOptions.d.ts +3 -4
  33. package/dist/components/FunConnectOptions/FunSignInStep.css.d.ts +1 -0
  34. package/dist/components/{FunSignInFlow → FunConnectOptions}/FunSignInStep.d.ts +4 -2
  35. package/dist/components/FunConnectOptions/FunWeb2ConnectingStep.d.ts +12 -0
  36. package/dist/components/{FunSignInFlow → FunConnectOptions}/FunWeb3ConnectingStep.d.ts +1 -1
  37. package/dist/components/{TwoFaInputField → FunInput}/FunTwoFaInput.d.ts +0 -1
  38. package/dist/components/FunOnramp/FunOnrampInputStep.d.ts +1 -1
  39. package/dist/components/FunOnramp/FunOnrampTokenPill.d.ts +1 -1
  40. package/dist/components/FunPayments/FunPaymentMethods.d.ts +1 -1
  41. package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +1 -1
  42. package/dist/components/FunPayments/FunPaymentSetup.d.ts +1 -1
  43. package/dist/components/FunkitProvider/AppContext.d.ts +20 -0
  44. package/dist/components/FunkitProvider/AuthenticationContext.d.ts +3 -7
  45. package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +9 -1
  46. package/dist/components/FunkitProvider/FunkitConnectChainContext.d.ts +4 -8
  47. package/dist/components/FunkitProvider/FunkitProvider.d.ts +34 -11
  48. package/dist/components/FunkitProvider/FunkitWeb2Provider.d.ts +41 -0
  49. package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +2 -3
  50. package/dist/components/FunkitProvider/I18nContext.d.ts +4 -2
  51. package/dist/components/FunkitProvider/ModalContext.d.ts +4 -2
  52. package/dist/components/FunkitProvider/ModalSizeContext.d.ts +8 -2
  53. package/dist/components/FunkitProvider/ShowBalanceContext.d.ts +12 -0
  54. package/dist/components/FunkitProvider/ShowRecentTransactionsContext.d.ts +2 -0
  55. package/dist/components/FunkitProvider/WalletButtonContext.d.ts +12 -0
  56. package/dist/components/FunkitProvider/provideFunkitConnectChains.d.ts +2 -2
  57. package/dist/components/FunkitProvider/useFingerprint.d.ts +1 -0
  58. package/dist/components/Icons/PaymentMethodIcons.d.ts +3 -1
  59. package/dist/components/ModalSelection/ModalSelection.d.ts +2 -1
  60. package/dist/components/ProfileDetails/{FunWalletProfileViews/FWSwap.d.ts → FunProfileViews/ActivityHistory/ActivityHistory.d.ts} +1 -1
  61. package/dist/components/ProfileDetails/{FunWalletProfileViews/FWDeposit.d.ts → FunProfileViews/Deposit/Deposit.d.ts} +1 -5
  62. package/dist/components/ProfileDetails/{FunWalletProfileViews/FWHome/FWHomeCheckoutSection.d.ts → FunProfileViews/Home/HomeCheckoutSection.d.ts} +1 -1
  63. package/dist/components/ProfileDetails/{FunWalletProfileViews/FWHome/FWHomeTokenDisplayRow.d.ts → FunProfileViews/Home/HomeTokenDisplayRow.d.ts} +1 -1
  64. package/dist/components/ProfileDetails/FunProfileViews/Home/index.d.ts +6 -0
  65. package/dist/components/ProfileDetails/FunProfileViews/Settings/Settings.d.ts +6 -0
  66. package/dist/components/ProfileDetails/ProfileDetails.d.ts +14 -0
  67. package/dist/components/SignIn/SignIn.d.ts +2 -1
  68. package/dist/components/WalletButton/WalletButton.css.d.ts +2 -0
  69. package/dist/components/WalletButton/WalletButton.d.ts +8 -0
  70. package/dist/components/WalletButton/WalletButtonRenderer.d.ts +15 -0
  71. package/dist/components/index.d.ts +1 -2
  72. package/dist/config/getDefaultConfig.d.ts +20 -0
  73. package/dist/consts/funkit.d.ts +11 -0
  74. package/dist/coreWallet-HRVLR2XS.js +6 -0
  75. package/dist/css/sprinkles.css.d.ts +206 -3293
  76. package/dist/dawnWallet-MN7QMTX3.js +6 -0
  77. package/dist/desigWallet-YZ4ZDEYW.js +6 -0
  78. package/dist/en_US-SZG3SEXV.js +7 -0
  79. package/dist/enkryptWallet-LVMJVNXI.js +6 -0
  80. package/dist/es_419-JU5M7ADI.js +6 -0
  81. package/dist/foxWallet-RFPGZZOK.js +6 -0
  82. package/dist/fr_FR-MEVFY2S3.js +1056 -0
  83. package/dist/frameWallet-J2WUL2NQ.js +6 -0
  84. package/dist/frontierWallet-3CNZ2ST5.js +6 -0
  85. package/dist/{fun-error-KT4BQTNE.js → fun-error-AZCFCLIM.js} +1 -1
  86. package/dist/{wallets/walletConnectors/funkitConnectWallet-KPMP7JTB.js → funkitConnectWallet-7M73CH73.js} +1 -1
  87. package/dist/gateWallet-GFLHFAGG.js +6 -0
  88. package/dist/hi_IN-QYRORIUD.js +6 -0
  89. package/dist/hooks/useConnectionStatus.d.ts +1 -6
  90. package/dist/hooks/useFunkitSwitchChain.d.ts +7 -0
  91. package/dist/hooks/useIsMainnetConfigured.d.ts +1 -0
  92. package/dist/hooks/useIsMounted.d.ts +1 -1
  93. package/dist/hooks/useMainnetEnsAvatar.d.ts +2 -1
  94. package/dist/hooks/useMainnetEnsName.d.ts +2 -1
  95. package/dist/id_ID-TUMMBG4U.js +6 -0
  96. package/dist/imTokenWallet-DMDOIZDQ.js +6 -0
  97. package/dist/index.css +204 -657
  98. package/dist/index.d.ts +14 -11
  99. package/dist/index.js +15239 -621
  100. package/dist/ja_JP-ZUYW24MT.js +6 -0
  101. package/dist/ko_KR-6CVQ44HH.js +6 -0
  102. package/dist/kresusWallet-4JZQPLDF.js +6 -0
  103. package/dist/ledgerWallet-DIS4VM6H.js +6 -0
  104. package/dist/locales/I18n.d.ts +23 -0
  105. package/dist/locales/index.d.ts +4 -3
  106. package/dist/mewWallet-4ZVF6HCJ.js +6 -0
  107. package/dist/oktoWallet-3LTNTBG3.js +6 -0
  108. package/dist/okxWallet-GKYMI2XW.js +6 -0
  109. package/dist/omniWallet-VF54LPLK.js +6 -0
  110. package/dist/oneInchWallet-MDCYQPYK.js +6 -0
  111. package/dist/oneKeyWallet-FEYKOAOJ.js +6 -0
  112. package/dist/phantomWallet-OLG36S4X.js +6 -0
  113. package/dist/pt_BR-RZPKMOY4.js +6 -0
  114. package/dist/rabbyWallet-22VWIFCE.js +6 -0
  115. package/dist/rainbowWallet-GGU64QEI.js +6 -0
  116. package/dist/ramperWallet-2K5FICMM.js +6 -0
  117. package/dist/ronin-EMB5NQ5A.js +6 -0
  118. package/dist/roninWallet-RYQGWG3X.js +6 -0
  119. package/dist/ru_RU-6H6D24G6.js +1056 -0
  120. package/dist/safeWallet-DFMLSLCR.js +6 -0
  121. package/dist/safeheronWallet-YBMFXEUH.js +6 -0
  122. package/dist/safepalWallet-FDJRNZUU.js +6 -0
  123. package/dist/subWallet-ELA2UJOS.js +6 -0
  124. package/dist/tahoWallet-BYONWLHD.js +6 -0
  125. package/dist/talismanWallet-W5EQ26N7.js +6 -0
  126. package/dist/th_TH-V7MI6RLE.js +1056 -0
  127. package/dist/themes/darkTheme.js +1 -1
  128. package/dist/tokenPocketWallet-UYD66DEM.js +6 -0
  129. package/dist/tokenaryWallet-FZ7BMUTO.js +6 -0
  130. package/dist/tr_TR-5VDGWEXM.js +1056 -0
  131. package/dist/transactions/TransactionStoreContext.d.ts +2 -147
  132. package/dist/trustWallet-FST5ID2K.js +6 -0
  133. package/dist/uk_UA-LQISH4SK.js +1056 -0
  134. package/dist/uniswapWallet-JYAMZDQK.js +6 -0
  135. package/dist/utils/assets.d.ts +5 -0
  136. package/dist/utils/chainToExplorerUrl.d.ts +1 -1
  137. package/dist/utils/checkout.d.ts +2 -1
  138. package/dist/utils/debounce.d.ts +1 -0
  139. package/dist/utils/formatNumber.d.ts +1 -0
  140. package/dist/utils/{Logger.d.ts → funLogger.d.ts} +2 -1
  141. package/dist/utils/funkitProvider.d.ts +1 -0
  142. package/dist/utils/privyHelper.d.ts +3 -0
  143. package/dist/wallets/Wallet.d.ts +37 -22
  144. package/dist/wallets/computeWalletConnectMetaData.d.ts +9 -0
  145. package/dist/wallets/connectorsForWallets.d.ts +13 -2
  146. package/dist/wallets/getDefaultWallets.d.ts +8 -9
  147. package/dist/wallets/getInjectedConnector.d.ts +10 -10
  148. package/dist/wallets/getWalletConnectConnector.d.ts +5 -24
  149. package/dist/wallets/groupedWallets.d.ts +12 -0
  150. package/dist/wallets/latestWalletId.d.ts +3 -0
  151. package/dist/wallets/useWalletConnectors.d.ts +7 -4
  152. package/dist/wallets/walletConnectors/argentWallet/argentWallet.d.ts +3 -16
  153. package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
  154. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.d.ts +3 -17
  155. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +3 -2
  156. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.d.ts +3 -39
  157. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +3 -4
  158. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.d.ts +1 -6
  159. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.js +2 -1
  160. package/dist/wallets/walletConnectors/bitverseWallet/bitverseWallet.d.ts +3 -0
  161. package/dist/wallets/walletConnectors/bitverseWallet/bitverseWallet.js +8 -0
  162. package/dist/wallets/walletConnectors/bitverseWallet-MOK4JHYP.js +6 -0
  163. package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.d.ts +2 -0
  164. package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.js +9 -0
  165. package/dist/wallets/walletConnectors/bloomWallet-LYZWRHBK.js +6 -0
  166. package/dist/wallets/walletConnectors/braveWallet/braveWallet.d.ts +1 -6
  167. package/dist/wallets/walletConnectors/braveWallet/braveWallet.js +2 -1
  168. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.d.ts +3 -0
  169. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +9 -0
  170. package/dist/wallets/walletConnectors/bybitWallet-O6NEYJRP.js +6 -0
  171. package/dist/wallets/walletConnectors/chunk-2GAW2UBU.js +102 -0
  172. package/dist/wallets/walletConnectors/chunk-2PC2XXUH.js +94 -0
  173. package/dist/wallets/walletConnectors/chunk-2UXZAUWT.js +95 -0
  174. package/dist/wallets/walletConnectors/chunk-3WZRNEZH.js +178 -0
  175. package/dist/wallets/walletConnectors/chunk-4FQLUQNA.js +96 -0
  176. package/dist/wallets/walletConnectors/chunk-4WOV4ITL.js +55 -0
  177. package/dist/wallets/walletConnectors/{chunk-QJNS6IE4.js → chunk-4XQDKOGF.js} +7 -12
  178. package/dist/wallets/walletConnectors/chunk-5MVV7OVS.js +57 -0
  179. package/dist/wallets/walletConnectors/chunk-63NPZXAL.js +51 -0
  180. package/dist/wallets/walletConnectors/chunk-6LTLPR2Q.js +71 -0
  181. package/dist/wallets/walletConnectors/chunk-75A2U7T7.js +100 -0
  182. package/dist/wallets/walletConnectors/chunk-7CQPABJG.js +102 -0
  183. package/dist/wallets/walletConnectors/chunk-ABYQAXUX.js +21 -0
  184. package/dist/wallets/walletConnectors/chunk-AM4SSLAP.js +98 -0
  185. package/dist/wallets/walletConnectors/chunk-ASPRR7T3.js +28 -0
  186. package/dist/wallets/walletConnectors/chunk-C67TQJ6W.js +45 -0
  187. package/dist/wallets/walletConnectors/chunk-CUKVUCIP.js +98 -0
  188. package/dist/wallets/walletConnectors/chunk-D3DCQ72J.js +23 -0
  189. package/dist/wallets/walletConnectors/chunk-DPXMP5KS.js +44 -0
  190. package/dist/wallets/walletConnectors/chunk-ENZLEAG2.js +32 -0
  191. package/dist/wallets/walletConnectors/chunk-FDIIMYTB.js +73 -0
  192. package/dist/wallets/walletConnectors/chunk-FLY7F4XA.js +55 -0
  193. package/dist/wallets/walletConnectors/chunk-GW6EF4G2.js +92 -0
  194. package/dist/wallets/walletConnectors/chunk-H273OTQA.js +53 -0
  195. package/dist/wallets/walletConnectors/chunk-H76YCX2M.js +50 -0
  196. package/dist/wallets/walletConnectors/chunk-IBWFKX7P.js +94 -0
  197. package/dist/wallets/walletConnectors/chunk-JLQ5HJYV.js +94 -0
  198. package/dist/wallets/walletConnectors/chunk-KGBLSE7L.js +55 -0
  199. package/dist/wallets/walletConnectors/chunk-KIHCNUU3.js +17 -0
  200. package/dist/wallets/walletConnectors/chunk-L734HTUS.js +48 -0
  201. package/dist/wallets/walletConnectors/chunk-LCPIZUR3.js +55 -0
  202. package/dist/wallets/walletConnectors/chunk-LVRXH33E.js +92 -0
  203. package/dist/wallets/walletConnectors/chunk-MIWCKFYE.js +87 -0
  204. package/dist/wallets/walletConnectors/chunk-N3VZE65M.js +98 -0
  205. package/dist/wallets/walletConnectors/chunk-NGXIHASN.js +96 -0
  206. package/dist/wallets/walletConnectors/chunk-NL4I7WOT.js +54 -0
  207. package/dist/wallets/walletConnectors/chunk-NTGZF5BY.js +81 -0
  208. package/dist/wallets/walletConnectors/chunk-NZ5G23JP.js +60 -0
  209. package/dist/wallets/walletConnectors/chunk-O5NKWWEG.js +73 -0
  210. package/dist/wallets/walletConnectors/chunk-OAEJQOAV.js +105 -0
  211. package/dist/wallets/walletConnectors/chunk-OKWOB3DN.js +66 -0
  212. package/dist/wallets/walletConnectors/chunk-OR3PU2W4.js +95 -0
  213. package/dist/wallets/walletConnectors/chunk-P4JLZ42R.js +52 -0
  214. package/dist/wallets/walletConnectors/{chunk-BZFEDZQJ.js → chunk-PWYTDYBE.js} +8 -17
  215. package/dist/wallets/walletConnectors/chunk-Q4RLUJJD.js +66 -0
  216. package/dist/wallets/walletConnectors/chunk-QII6PY2D.js +83 -0
  217. package/dist/wallets/walletConnectors/chunk-RTW6PVQI.js +107 -0
  218. package/dist/wallets/walletConnectors/chunk-SL4VH23R.js +71 -0
  219. package/dist/wallets/walletConnectors/chunk-SQGFKNNZ.js +102 -0
  220. package/dist/wallets/walletConnectors/chunk-SVN7OEQR.js +60 -0
  221. package/dist/wallets/walletConnectors/chunk-SYELB4QO.js +107 -0
  222. package/dist/wallets/walletConnectors/chunk-T6JVHES7.js +87 -0
  223. package/dist/wallets/walletConnectors/chunk-V45EXW7A.js +94 -0
  224. package/dist/wallets/walletConnectors/chunk-VWZEDVW6.js +27 -0
  225. package/dist/wallets/walletConnectors/chunk-WKHTUEF5.js +60 -0
  226. package/dist/wallets/walletConnectors/chunk-X255T3C4.js +178 -0
  227. package/dist/wallets/walletConnectors/chunk-X6T3CICZ.js +54 -0
  228. package/dist/wallets/walletConnectors/chunk-XBUTWYE4.js +98 -0
  229. package/dist/wallets/walletConnectors/chunk-XPEBP6XV.js +46 -0
  230. package/dist/wallets/walletConnectors/chunk-XRSY4JVH.js +56 -0
  231. package/dist/wallets/walletConnectors/chunk-XSSD5ZVD.js +96 -0
  232. package/dist/wallets/walletConnectors/chunk-XXFJVY73.js +44 -0
  233. package/dist/wallets/walletConnectors/chunk-Y6VY6E3L.js +92 -0
  234. package/dist/wallets/walletConnectors/chunk-YC7XNS7C.js +98 -0
  235. package/dist/wallets/walletConnectors/chunk-Z2DGDHHZ.js +105 -0
  236. package/dist/wallets/walletConnectors/chunk-Z2HIQYVN.js +96 -0
  237. package/dist/wallets/walletConnectors/chunk-ZBAQFL6G.js +102 -0
  238. package/dist/wallets/walletConnectors/chunk-ZDU3JFGR.js +64 -0
  239. package/dist/wallets/walletConnectors/chunk-ZNXQ4V6G.js +100 -0
  240. package/dist/wallets/walletConnectors/chunk-ZOL6ZMTJ.js +53 -0
  241. package/dist/wallets/walletConnectors/chunk-ZUAHWUEL.js +98 -0
  242. package/dist/wallets/walletConnectors/clvWallet/clvWallet.d.ts +3 -15
  243. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +3 -2
  244. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.d.ts +3 -22
  245. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +3 -2
  246. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.d.ts +2 -3
  247. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.js +2 -2
  248. package/dist/wallets/walletConnectors/coreWallet/coreWallet.d.ts +3 -24
  249. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +3 -2
  250. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.d.ts +1 -6
  251. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -1
  252. package/dist/wallets/walletConnectors/desigWallet/desigWallet.d.ts +1 -6
  253. package/dist/wallets/walletConnectors/desigWallet/desigWallet.js +2 -1
  254. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.d.ts +1 -15
  255. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.js +2 -1
  256. package/dist/wallets/walletConnectors/foxWallet/foxWallet.d.ts +3 -11
  257. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +3 -2
  258. package/dist/wallets/walletConnectors/frameWallet/frameWallet.d.ts +1 -6
  259. package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +2 -1
  260. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.d.ts +3 -21
  261. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +3 -2
  262. package/dist/wallets/walletConnectors/funkitConnectWallet/funkitConnectWallet.d.ts +6 -0
  263. package/dist/wallets/walletConnectors/{@funkitConnectWallet → funkitConnectWallet}/funkitConnectWallet.js +19 -12
  264. package/dist/{funkitConnectWallet-KPMP7JTB.js → wallets/walletConnectors/funkitConnectWallet-7M73CH73.js} +1 -1
  265. package/dist/wallets/walletConnectors/gateWallet/gateWallet.d.ts +3 -0
  266. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +10 -0
  267. package/dist/wallets/walletConnectors/gateWallet-GFLHFAGG.js +6 -0
  268. package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.d.ts +3 -16
  269. package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.js +2 -2
  270. package/dist/wallets/walletConnectors/index.d.ts +11 -2
  271. package/dist/wallets/walletConnectors/index.js +109 -75
  272. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.d.ts +1 -6
  273. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.js +2 -1
  274. package/dist/wallets/walletConnectors/kresusWallet/kresusWallet.d.ts +3 -0
  275. package/dist/wallets/walletConnectors/kresusWallet/kresusWallet.js +8 -0
  276. package/dist/wallets/walletConnectors/kresusWallet-4JZQPLDF.js +6 -0
  277. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.d.ts +3 -16
  278. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
  279. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.d.ts +3 -17
  280. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +3 -2
  281. package/dist/wallets/walletConnectors/mewWallet/mewWallet.d.ts +1 -6
  282. package/dist/wallets/walletConnectors/mewWallet/mewWallet.js +2 -1
  283. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.d.ts +3 -16
  284. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
  285. package/dist/wallets/walletConnectors/okxWallet/okxWallet.d.ts +3 -17
  286. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +3 -2
  287. package/dist/wallets/walletConnectors/omniWallet/omniWallet.d.ts +3 -16
  288. package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
  289. package/dist/wallets/walletConnectors/oneInchWallet/oneInchWallet.d.ts +3 -0
  290. package/dist/wallets/walletConnectors/oneInchWallet/oneInchWallet.js +8 -0
  291. package/dist/wallets/walletConnectors/oneInchWallet-MDCYQPYK.js +6 -0
  292. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.d.ts +1 -10
  293. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +2 -1
  294. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.d.ts +1 -6
  295. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.js +2 -1
  296. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.d.ts +1 -6
  297. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.js +2 -1
  298. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.d.ts +3 -17
  299. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +3 -3
  300. package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.d.ts +2 -0
  301. package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.js +8 -0
  302. package/dist/wallets/walletConnectors/ramperWallet-2K5FICMM.js +6 -0
  303. package/dist/wallets/walletConnectors/roninWallet/roninWallet.d.ts +3 -0
  304. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +9 -0
  305. package/dist/wallets/walletConnectors/roninWallet-RYQGWG3X.js +6 -0
  306. package/dist/wallets/walletConnectors/safeWallet/safeWallet.d.ts +1 -6
  307. package/dist/wallets/walletConnectors/safeWallet/safeWallet.js +1 -1
  308. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.d.ts +1 -11
  309. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.js +2 -1
  310. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.d.ts +3 -22
  311. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +3 -2
  312. package/dist/wallets/walletConnectors/subWallet/subWallet.d.ts +3 -16
  313. package/dist/wallets/walletConnectors/subWallet/subWallet.js +3 -2
  314. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.d.ts +1 -11
  315. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.js +2 -1
  316. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.d.ts +1 -11
  317. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.js +2 -1
  318. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.d.ts +3 -17
  319. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +3 -2
  320. package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.d.ts +2 -0
  321. package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.js +8 -0
  322. package/dist/wallets/walletConnectors/tokenaryWallet-FZ7BMUTO.js +6 -0
  323. package/dist/wallets/walletConnectors/trustWallet/trustWallet.d.ts +3 -22
  324. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +3 -3
  325. package/dist/wallets/walletConnectors/trustWallet-FST5ID2K.js +6 -0
  326. package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.d.ts +3 -15
  327. package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.js +2 -2
  328. package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.d.ts +3 -13
  329. package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.js +2 -3
  330. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.d.ts +1 -11
  331. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.js +2 -1
  332. package/dist/wallets/walletConnectors/zealWallet/zealWallet.d.ts +1 -6
  333. package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
  334. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.d.ts +3 -16
  335. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +3 -2
  336. package/dist/xdc-3JFKXD2F.js +6 -0
  337. package/dist/xdefiWallet-QL7LCYNI.js +6 -0
  338. package/dist/zealWallet-K7JBLVKT.js +6 -0
  339. package/dist/zerionWallet-35GMAYN4.js +6 -0
  340. package/dist/zh_CN-EHEYLG7G.js +6 -0
  341. package/package.json +30 -43
  342. package/README.md +0 -8
  343. package/dist/chunk-7PLQM2DB.js +0 -25656
  344. package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.css.d.ts +0 -7
  345. package/dist/components/FunConnectModal/FunConnectModal.d.ts +0 -6
  346. package/dist/components/FunOnramp/FunOnramp.css.d.ts +0 -7
  347. package/dist/components/FunOnramp/FunOnrampConfirmation.css.d.ts +0 -7
  348. package/dist/components/FunPayments/FunPaymentMeshType.css.d.ts +0 -7
  349. package/dist/components/FunPayments/FunPaymentMoonpayType.css.d.ts +0 -10
  350. package/dist/components/FunPayments/FunPaymentTransferType.css.d.ts +0 -7
  351. package/dist/components/FunPayments/FunPayments.css.d.ts +0 -7
  352. package/dist/components/FunSignInFlow/FunSignInStep.css.d.ts +0 -2
  353. package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.css.d.ts +0 -7
  354. package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.d.ts +0 -9
  355. package/dist/components/FunSignInFlow/FunWeb3ConnectingStep.css.d.ts +0 -7
  356. package/dist/components/FunTermsAndConditionsTextButton/FunTermsAndConditionsTextButton.d.ts +0 -2
  357. package/dist/components/FunkitWeb2Provider/FunkitWeb2Provider.d.ts +0 -68
  358. package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.css.d.ts +0 -7
  359. package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.d.ts +0 -5
  360. package/dist/components/ProfileDetails/FunWalletProfileViews/FWBridge.d.ts +0 -9
  361. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/index.d.ts +0 -6
  362. package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.css.d.ts +0 -7
  363. package/dist/components/ProfileDetails/FunWalletProfileViews/FunArrowItem.d.ts +0 -4
  364. package/dist/components/ProfileDetails/FunWalletProfileViews/FunSelectionSection.d.ts +0 -11
  365. package/dist/components/ProfileDetails/WalletProfileDetails.d.ts +0 -19
  366. package/dist/components/index.css +0 -5238
  367. package/dist/components/index.js +0 -16
  368. package/dist/css/animations.css.d.ts +0 -9
  369. package/dist/hooks/useDebouncedCallback.d.ts +0 -1
  370. package/dist/hooks/useMainnet.d.ts +0 -4
  371. package/dist/types.d.ts +0 -4
  372. package/dist/utils/emailandPhoneValidator.d.ts +0 -5
  373. package/dist/utils/funwallet.d.ts +0 -1
  374. package/dist/utils/getWalletConnectUri.d.ts +0 -2
  375. package/dist/wallets/walletConnectors/@funkitConnectWallet/funkitConnectWallet.d.ts +0 -7
  376. package/dist/wallets/walletConnectors/chunk-3XLDPS4Y.js +0 -102
  377. package/dist/wallets/walletConnectors/chunk-4EKX7Z25.js +0 -114
  378. package/dist/wallets/walletConnectors/chunk-5UETJ33B.js +0 -58
  379. package/dist/wallets/walletConnectors/chunk-5ZLRNFDM.js +0 -57
  380. package/dist/wallets/walletConnectors/chunk-6CW3SAA3.js +0 -61
  381. package/dist/wallets/walletConnectors/chunk-6FQF7H7H.js +0 -112
  382. package/dist/wallets/walletConnectors/chunk-6T5K52ZY.js +0 -158
  383. package/dist/wallets/walletConnectors/chunk-77KYAV4P.js +0 -110
  384. package/dist/wallets/walletConnectors/chunk-7EOFWORX.js +0 -68
  385. package/dist/wallets/walletConnectors/chunk-7WTKIVCW.js +0 -52
  386. package/dist/wallets/walletConnectors/chunk-APZ6YBCA.js +0 -67
  387. package/dist/wallets/walletConnectors/chunk-BNTZHUB6.js +0 -22
  388. package/dist/wallets/walletConnectors/chunk-EHO4MJZJ.js +0 -104
  389. package/dist/wallets/walletConnectors/chunk-FL3REGA5.js +0 -49
  390. package/dist/wallets/walletConnectors/chunk-GHYJ56FA.js +0 -113
  391. package/dist/wallets/walletConnectors/chunk-GLB4HFDR.js +0 -105
  392. package/dist/wallets/walletConnectors/chunk-IEAKLGB6.js +0 -84
  393. package/dist/wallets/walletConnectors/chunk-INSQDNCE.js +0 -24
  394. package/dist/wallets/walletConnectors/chunk-KUZFZL2D.js +0 -60
  395. package/dist/wallets/walletConnectors/chunk-LEWQ7DQV.js +0 -71
  396. package/dist/wallets/walletConnectors/chunk-LL6T7V77.js +0 -81
  397. package/dist/wallets/walletConnectors/chunk-LVMQKSKW.js +0 -125
  398. package/dist/wallets/walletConnectors/chunk-MBFEMLUU.js +0 -48
  399. package/dist/wallets/walletConnectors/chunk-MOWIPEYK.js +0 -226
  400. package/dist/wallets/walletConnectors/chunk-ND76X5A2.js +0 -62
  401. package/dist/wallets/walletConnectors/chunk-NEDPCNTA.js +0 -71
  402. package/dist/wallets/walletConnectors/chunk-OOGGCCFQ.js +0 -60
  403. package/dist/wallets/walletConnectors/chunk-PTF3JKWO.js +0 -123
  404. package/dist/wallets/walletConnectors/chunk-QBKHMTGI.js +0 -52
  405. package/dist/wallets/walletConnectors/chunk-SXUVHZCG.js +0 -58
  406. package/dist/wallets/walletConnectors/chunk-T3RIVRAX.js +0 -119
  407. package/dist/wallets/walletConnectors/chunk-TG2HN6KW.js +0 -82
  408. package/dist/wallets/walletConnectors/chunk-TNC2B7LX.js +0 -49
  409. package/dist/wallets/walletConnectors/chunk-TZR3P22N.js +0 -136
  410. package/dist/wallets/walletConnectors/chunk-U32TVZ7G.js +0 -25
  411. package/dist/wallets/walletConnectors/chunk-UZ5XLPAW.js +0 -45
  412. package/dist/wallets/walletConnectors/chunk-VW5SMBMG.js +0 -71
  413. package/dist/wallets/walletConnectors/chunk-WFTAXMQP.js +0 -100
  414. package/dist/wallets/walletConnectors/chunk-XXTDCRCW.js +0 -52
  415. package/dist/wallets/walletConnectors/chunk-YWKKNHO3.js +0 -117
  416. package/dist/wallets/walletConnectors/trustWallet-XIQD5AVI.js +0 -6
  417. /package/dist/components/FunkitProvider/{FunToastContext.d.ts → FunToastProvider.d.ts} +0 -0
  418. /package/dist/components/ProfileDetails/{FunWalletProfileViews/FWHome/FWHome.css.d.ts → FunProfileViews/Home/Home.css.d.ts} +0 -0
  419. /package/dist/{components/FunCheckoutModal/FunCheckoutConfirmation.css.d.ts → css/modalTransitionStyles.css.d.ts} +0 -0
@@ -75,7 +75,7 @@ var darkTheme = ({
75
75
  buttonTextSecondary: "#FFF",
76
76
  buttonTextDisabled: "#000000",
77
77
  buttonWarning: "#C60000",
78
- buttonTextWarning: "#000000",
78
+ buttonTextWarning: "#FFF",
79
79
  transparent: "transparent"
80
80
  },
81
81
  shadows: {
@@ -0,0 +1,6 @@
1
+ "use client";
2
+ // src/wallets/walletConnectors/clvWallet/clvWallet.svg
3
+ var clvWallet_default = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyOCAyOCI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGgyOHYyOEgweiIvPjxwYXRoIGZpbGw9IiMwQzBCMEIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjAxNCAyMi45NmM0Ljk1NCAwIDguOTctNC4wMTIgOC45Ny04Ljk2IDAtNC45NDgtNC4wMTYtOC45Ni04Ljk3LTguOTYtNC45NTMgMC04Ljk3IDQuMDEyLTguOTcgOC45NiAwIDQuOTQ4IDQuMDE3IDguOTYgOC45NyA4Ljk2Wk0xMi40MzIgOS43MjNjMC0uMjU4LjIwOC0uNDY3LjQ2Ni0uNDY3aDIuMjMyYy4yNTggMCAuNDY3LjIxLjQ2Ny40Njd2Mi43MjloLTMuMTY1djMuMDk2aDMuMTY1djIuNzI5YS40NjcuNDY3IDAgMCAxLS40NjYuNDY2aC0yLjIzM2EuNDY3LjQ2NyAwIDAgMS0uNDY2LS40NjZ2LTIuNjNoLTIuN2EuNDY3LjQ2NyAwIDAgMS0uNDY2LS40NjZ2LTIuMjYyYzAtLjI1OC4yMS0uNDY3LjQ2Ny0uNDY3aDIuNjk5VjkuNzIzWm0zLjE2NSAyLjcyOWgyLjdjLjI1OCAwIC40NjYuMjA5LjQ2Ni40Njd2Mi4yNjJhLjQ2Ny40NjcgMCAwIDEtLjQ2Ni40NjdoLTIuN3YtMy4xOTZaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIyLjMzMSIgeDI9IjI2LjgwNSIgeTE9IjI1LjY2NyIgeTI9IjEuNzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQkRGREUyIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOUJEQUY2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+";
4
+ export {
5
+ clvWallet_default as default
6
+ };
@@ -0,0 +1,6 @@
1
+ "use client";
2
+ // src/wallets/walletConnectors/coin98Wallet/coin98Wallet.svg
3
+ var coin98Wallet_default = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSJ1cmwoI2IpIiBkPSJNMCAwaDI4djI4SDB6Ii8+PHBhdGggZmlsbD0iIzI1MjUyNSIgZD0iTTkuNDI4IDdhNC4zNzIgNC4zNzIgMCAwIDAtMy4wODggNy40NjFBNC4zNzEgNC4zNzEgMCAxIDAgOS40MjggN1ptMCA2Ljk1MWEyLjU4IDIuNTggMCAxIDEgMi41OC0yLjU3OSAyLjU4NyAyLjU4NyAwIDAgMS0yLjU4IDIuNThabTEyLjg4OC0zLjIxMmEzLjY3OCAzLjY3OCAwIDAgMS0uNDYgMS43ODkgNS4wMjIgNS4wMjIgMCAwIDAtMS41Ny0uODY1IDEuOTQ2IDEuOTQ2IDAgMSAwLTMuNjYtLjkyNGMtLjAwMS4zMjMuMDguNjQxLjIzNS45MjRhNS4wMjYgNS4wMjYgMCAwIDAtMS41Ny44NjVBMy43MzUgMy43MzUgMCAwIDEgMTguNTc1IDdhMy43NDUgMy43NDUgMCAwIDEgMy43NCAzLjc0Wm0tMy43NDEgMS41MTNhNC4zNzIgNC4zNzIgMCAwIDAtMy4wOTggNy40NiA0LjM3MSA0LjM3MSAwIDAgMCA3LjQ2Ni0zLjA4NCA0LjM4IDQuMzggMCAwIDAtNC4zNjgtNC4zNzZabTAgNi45NDdhMi41NzYgMi41NzYgMCAxIDEgLjAwNi01LjE1MiAyLjU3NiAyLjU3NiAwIDAgMS0uMDA2IDUuMTUyWm0tNS40MDYtMS45NDVhMy43NDEgMy43NDEgMCAwIDEtNy40ODQgMEg3LjQ4YTEuOTQ1IDEuOTQ1IDAgMCAwIDMuODkzIDBoMS43OTZaIi8+PC9nPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjI2LjU3MiIgeDI9IjEuODE1IiB5MT0iMS40MjgiIHkyPSIyNi4xODUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjFEOTYxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQ0RBMTQ2Ii8+PC9saW5lYXJHcmFkaWVudD48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjh2MjhIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=";
4
+ export {
5
+ coin98Wallet_default as default
6
+ };
@@ -3,4 +3,4 @@ export interface AccountModalProps {
3
3
  open: boolean;
4
4
  onClose: () => void;
5
5
  }
6
- export declare function AccountModal({ onClose, open }: AccountModalProps): React.JSX.Element | null;
6
+ export declare function AccountModal({ onClose, open }: AccountModalProps): React.JSX.Element;
@@ -10,11 +10,12 @@ interface AsyncImageProps {
10
10
  fallbackSrc?: string | undefined;
11
11
  width: BoxProps['width'] | number;
12
12
  height: BoxProps['height'] | number;
13
+ useAsImage?: boolean;
13
14
  background?: string;
14
15
  borderRadius?: BoxProps['borderRadius'];
15
16
  borderColor?: BoxProps['borderColor'] | CustomBorderColor;
16
17
  boxShadow?: BoxProps['boxShadow'];
17
18
  testId?: string;
18
19
  }
19
- export declare function AsyncImage({ alt, background, borderColor, borderRadius, boxShadow, height, src: srcProp, fallbackSrc, width, testId, }: AsyncImageProps): React.JSX.Element;
20
+ export declare function AsyncImage({ alt, background, borderColor, borderRadius, boxShadow, height, useAsImage, src: srcProp, fallbackSrc, width, testId, }: AsyncImageProps): React.JSX.Element;
20
21
  export {};
@@ -2,83 +2,83 @@ import { ClassValue } from 'clsx';
2
2
  import * as React from 'react';
3
3
  type HTMLProperties<T = HTMLElement> = Omit<React.AllHTMLAttributes<T>, 'as' | 'className' | 'color' | 'height' | 'width'>;
4
4
  export declare const Box: React.ForwardRefExoticComponent<{
5
- background?: ("transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
6
- base?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
7
- hover?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
8
- active?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
9
- selection?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
10
- }) | undefined;
11
- borderColor?: ("transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
12
- base?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
13
- hover?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
14
- active?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
15
- selection?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
16
- }) | undefined;
17
- boxShadow?: ("connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | {
5
+ background?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
6
+ base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
7
+ hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
8
+ active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
9
+ selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
10
+ } | undefined;
11
+ borderColor?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
12
+ base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
13
+ hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
14
+ active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
15
+ selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
16
+ } | undefined;
17
+ boxShadow?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | {
18
18
  base?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
19
19
  hover?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
20
20
  active?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
21
21
  selection?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
22
- }) | undefined;
23
- color?: ("transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
24
- base?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
25
- hover?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
26
- active?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
27
- selection?: "transparent" | "accentColor" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
28
- }) | undefined;
22
+ } | undefined;
23
+ color?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | {
24
+ base?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
25
+ hover?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
26
+ active?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
27
+ selection?: "accentColor" | "transparent" | "accentColorForeground" | "actionButtonBorder" | "actionButtonBorderMobile" | "actionButtonSecondaryBackground" | "actionButtonDisabled" | "closeButton" | "closeButtonBackground" | "connectButtonBackground" | "connectButtonBackgroundError" | "connectButtonInnerBackground" | "connectButtonText" | "connectButtonTextError" | "connectionIndicator" | "downloadBottomCardBackground" | "downloadTopCardBackground" | "error" | "generalBorder" | "generalBorderDim" | "menuItemBackground" | "modalText" | "modalTextDim" | "modalTextSecondary" | "profileAction" | "profileActionHover" | "profileForeground" | "selectedOptionBorder" | "standby" | "solidLine" | "leftTranslucentLine" | "rightTranslucentLine" | "loadingBase" | "loadingAccent" | "modalBackdrop" | "modalBackground" | "modalBorder" | "notificationPrimary" | "textPrimary" | "textSecondary" | "textTertiary" | "textDisabled" | "textSelection" | "inputFieldPrimary" | "inputFieldPlaceholder" | "inputFieldDisabled" | "strokePrimary" | "strokeSecondary" | "buttonPrimary" | "buttonProcessing" | "buttonDisabled" | "buttonWarning" | "buttonTextWarning" | "buttonTextPrimary" | "buttonTextSecondary" | "buttonTextDisabled" | undefined;
28
+ } | undefined;
29
29
  } & {
30
- alignItems?: ("flex-start" | "flex-end" | "center" | {
31
- smallScreen?: "flex-start" | "flex-end" | "center" | undefined;
32
- largeScreen?: "flex-start" | "flex-end" | "center" | undefined;
33
- }) | undefined;
34
- display?: (string | {
35
- smallScreen?: string | undefined;
36
- largeScreen?: string | undefined;
37
- }) | undefined;
30
+ alignItems?: "center" | "flex-end" | "flex-start" | {
31
+ smallScreen?: "center" | "flex-end" | "flex-start" | undefined;
32
+ largeScreen?: "center" | "flex-end" | "flex-start" | undefined;
33
+ } | undefined;
34
+ display?: "none" | "flex" | "block" | "inline" | {
35
+ smallScreen?: "none" | "flex" | "block" | "inline" | undefined;
36
+ largeScreen?: "none" | "flex" | "block" | "inline" | undefined;
37
+ } | undefined;
38
38
  } & {
39
- readonly alignSelf?: "flex-start" | "flex-end" | "center" | undefined;
39
+ readonly alignSelf?: "center" | "flex-end" | "flex-start" | undefined;
40
40
  readonly backgroundSize?: "cover" | undefined;
41
41
  readonly borderRadius?: "1" | "actionButton" | "connectButton" | "menuButton" | "modal" | "modalMobile" | "6" | "10" | "13" | "16" | "24" | "25%" | "full" | undefined;
42
- readonly borderStyle?: "solid" | "dotted" | "hidden" | undefined;
42
+ readonly borderStyle?: "dotted" | "hidden" | "solid" | undefined;
43
43
  readonly borderWidth?: "0" | "1" | "2" | "4" | undefined;
44
44
  readonly cursor?: "pointer" | undefined;
45
- readonly flexDirection?: "row" | "column" | undefined;
45
+ readonly flexDirection?: "column" | "row" | undefined;
46
46
  readonly fontFamily?: "body" | undefined;
47
47
  readonly fontSize?: "10" | "13" | "16" | "12" | "14" | "18" | "20" | "23" | "57" | undefined;
48
- readonly fontWeight?: "regular" | "medium" | "semibold" | "bold" | "heavy" | undefined;
49
- readonly gap?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
50
- readonly height?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
51
- readonly justifyContent?: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | undefined;
52
- readonly textAlign?: "left" | "inherit" | "center" | undefined;
53
- readonly marginBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
54
- readonly marginLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
55
- readonly marginRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
56
- readonly marginTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
57
- readonly minHeight?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
58
- readonly maxHeight?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
59
- readonly maxWidth?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
60
- readonly minWidth?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
48
+ readonly fontWeight?: "medium" | "bold" | "regular" | "semibold" | "heavy" | undefined;
49
+ readonly gap?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
50
+ readonly height?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
51
+ readonly justifyContent?: "center" | "space-around" | "space-between" | "flex-end" | "flex-start" | undefined;
52
+ readonly textAlign?: "inherit" | "left" | "center" | undefined;
53
+ readonly marginBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
54
+ readonly marginLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
55
+ readonly marginRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
56
+ readonly marginTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
57
+ readonly minHeight?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
58
+ readonly maxHeight?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
59
+ readonly maxWidth?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
60
+ readonly minWidth?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
61
61
  readonly overflow?: "hidden" | undefined;
62
- readonly paddingBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
63
- readonly paddingLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
64
- readonly paddingRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
65
- readonly paddingTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
66
- readonly position?: "absolute" | "fixed" | "relative" | undefined;
62
+ readonly paddingBottom?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
63
+ readonly paddingLeft?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
64
+ readonly paddingRight?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
65
+ readonly paddingTop?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
66
+ readonly position?: "fixed" | "absolute" | "relative" | undefined;
67
67
  readonly right?: "0" | undefined;
68
- readonly transition?: "default" | "transform" | undefined;
68
+ readonly transition?: "transform" | "default" | undefined;
69
69
  readonly userSelect?: "none" | undefined;
70
- readonly width?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "36" | "44" | "34" | "40" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
70
+ readonly width?: "1" | "2" | "10" | "24" | "full" | "4" | "12" | "14" | "20" | "400" | "8" | "28" | "30" | "32" | "34" | "36" | "40" | "44" | "48" | "54" | "60" | "93" | "100" | "108" | "162" | "192" | "200" | "210" | "220" | "230" | "240" | "256" | "320" | "440" | "600" | "half" | "max" | undefined;
71
71
  readonly backdropFilter?: "modalOverlay" | undefined;
72
- margin?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
73
- marginX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
74
- marginY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
75
- padding?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
76
- paddingX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
77
- paddingY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "-1" | "5" | "8" | "28" | "30" | "32" | "36" | "44" | "64" | undefined;
72
+ margin?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
73
+ marginX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
74
+ marginY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
75
+ padding?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
76
+ paddingX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
77
+ paddingY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
78
78
  } & {
79
79
  reset?: keyof JSX.IntrinsicElements | undefined;
80
80
  } & HTMLProperties<HTMLElement> & {
81
- as?: React.ElementType<any> | undefined;
81
+ as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
82
82
  className?: ClassValue;
83
83
  testId?: string | undefined;
84
84
  } & React.RefAttributes<HTMLElement>>;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { useSwitchChain } from 'wagmi';
3
+ import { AsyncImageSrc } from '../AsyncImage/useAsyncImage';
4
+ import { BoxProps } from '../Box/Box';
5
+ interface ChainProps {
6
+ chainId: number;
7
+ currentChainId: number;
8
+ switchChain: ReturnType<typeof useSwitchChain>['switchChain'];
9
+ chainIconSize: BoxProps['height'];
10
+ name: string | undefined;
11
+ isLoading: boolean;
12
+ iconBackground: string | undefined;
13
+ src: string | AsyncImageSrc | undefined | null;
14
+ idx: number;
15
+ }
16
+ declare const Chain: ({ chainId, currentChainId, switchChain, chainIconSize, isLoading, src, name, iconBackground, idx, }: ChainProps) => React.JSX.Element;
17
+ export default Chain;
@@ -26,11 +26,9 @@ export interface ConnectButtonRendererProps {
26
26
  openAccountModal: () => void;
27
27
  openChainModal: () => void;
28
28
  openConnectModal: () => void;
29
- openFunDevTestModal: () => void;
30
29
  accountModalOpen: boolean;
31
30
  chainModalOpen: boolean;
32
31
  connectModalOpen: boolean;
33
- funDevTestModalOpen: boolean;
34
32
  }) => ReactNode;
35
33
  }
36
34
  export declare function ConnectButtonRenderer({ children, }: ConnectButtonRendererProps): React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare function formatENS(name: string): string;
1
+ import { GetEnsNameReturnType } from 'viem';
2
+ export declare function formatENS(name: GetEnsNameReturnType): string;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface ConnectModalProps {
3
+ open: boolean;
4
+ onClose: () => void;
5
+ }
6
+ export declare function ConnectModal({ onClose, open }: ConnectModalProps): React.JSX.Element | null;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare function ConnectModalIntro({ compactModeEnabled, getWallet, }: {
3
+ compactModeEnabled?: boolean;
4
+ getWallet: () => void;
5
+ }): React.JSX.Element;
@@ -5,15 +5,14 @@ export declare function GetDetail({ getWalletDownload, compactModeEnabled, }: {
5
5
  getWalletDownload: (walletId: string) => void;
6
6
  compactModeEnabled: boolean;
7
7
  }): React.JSX.Element;
8
- export declare function ConnectDetail({ changeWalletStep, compactModeEnabled, connectionError, onClose, qrCodeUri, reconnect, selectedWallet, appConfig, }: {
8
+ export declare function ConnectDetail({ compactModeEnabled, qrCodeUri, wallet, }: {
9
9
  changeWalletStep: (newWalletStep: WalletStep) => void;
10
10
  compactModeEnabled: boolean;
11
11
  connectionError: boolean;
12
12
  qrCodeUri?: string;
13
13
  reconnect: (wallet: WalletConnector) => void;
14
- selectedWallet: WalletConnector;
14
+ wallet: WalletConnector;
15
15
  onClose: () => void;
16
- appConfig: any;
17
16
  }): React.JSX.Element;
18
17
  export declare function DownloadOptionsDetail({ changeWalletStep, wallet, }: {
19
18
  changeWalletStep: (newWalletStep: WalletStep) => void;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ConnectOptions({ onClose }: {
3
+ onClose: () => void;
4
+ }): React.JSX.Element;
@@ -1 +1,3 @@
1
1
  export declare const scroll: string;
2
+ export declare const rotatingBorder: string;
3
+ export declare const spinner: string;
@@ -1,4 +1,10 @@
1
1
  import React from 'react';
2
+ import { WalletConnector } from '../../wallets/useWalletConnectors';
3
+ export declare function WalletButton({ onClose, wallet, connecting, }: {
4
+ wallet: WalletConnector;
5
+ onClose: () => void;
6
+ connecting?: boolean;
7
+ }): React.JSX.Element;
2
8
  export declare function MobileOptions({ onClose }: {
3
9
  onClose: () => void;
4
10
  }): React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const MobileStatus: ({ onClose }: {
3
+ onClose: () => void;
4
+ }) => React.JSX.Element;
@@ -4,8 +4,3 @@ export declare function CopyAddress({ address, type, showAddress, }: {
4
4
  type: 'button' | 'kv';
5
5
  showAddress?: boolean;
6
6
  }): React.JSX.Element | null;
7
- export declare function FWSettings({ onClose, onBack, onDisconnect, }: {
8
- onClose: () => void;
9
- onBack: () => void;
10
- onDisconnect: () => void;
11
- }): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare function FunTermsAndConditionsTextButton(): React.JSX.Element;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  interface FunCheckoutHistoryModalProps {
3
3
  open: boolean;
4
4
  onClose: () => void;
5
- depositAddress: string;
5
+ depositAddress: `0x${string}`;
6
6
  isCheckoutSpecialCrFlow: boolean;
7
7
  }
8
8
  export declare function FunCheckoutHistoryModal({ onClose, open, depositAddress, isCheckoutSpecialCrFlow, }: FunCheckoutHistoryModalProps): React.JSX.Element;
@@ -6,5 +6,5 @@ interface FunErrorContentProps {
6
6
  actionTitle: string;
7
7
  onAction: () => void;
8
8
  }
9
- export declare function FunErrorContent({ title, onBack, onClose, actionTitle, onAction, }: FunErrorContentProps): React.JSX.Element;
9
+ export declare function FunConnectErrorStep({ title, onBack, onClose, actionTitle, onAction, }: FunErrorContentProps): React.JSX.Element;
10
10
  export {};
@@ -2,10 +2,9 @@ import React from 'react';
2
2
  export declare enum ConnectStep {
3
3
  SIGNIN = 0,
4
4
  PENDING_EMAIL = 1,
5
- PENDING_WEB2 = 2,
6
- PENDING_WALLET = 3,
7
- ERROR = 4
5
+ PENDING_WALLET = 2,
6
+ ERROR = 3
8
7
  }
9
- export default function FunConnectOptions({ onClose, }: {
8
+ export declare function FunConnectOptions({ onClose }: {
10
9
  onClose: () => void;
11
10
  }): React.JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const scrollClassName: string;
@@ -1,14 +1,16 @@
1
1
  import React from 'react';
2
2
  import { WalletConnector } from '../../wallets/useWalletConnectors';
3
- import { ConnectStep } from '../ConnectOptions/FunConnectOptions';
3
+ import { ConnectStep } from './FunConnectOptions';
4
4
  /**
5
5
  * Modal content for a user that is not signed-in yet
6
6
  * Shows Web2 and Web3 sign in options
7
7
  */
8
- export declare function FunSignInStep({ onClose, changeStep, setSelectedWallet, connectToWallet, setQrCodeUri, }: {
8
+ export declare function FunSignInStep({ onClose, changeStep, setSelectedWallet, connectToWallet, setQrCodeUri, emailInput, setEmailInput, }: {
9
9
  onClose: () => void;
10
10
  changeStep: (p: ConnectStep) => void;
11
11
  setSelectedWallet: React.Dispatch<React.SetStateAction<WalletConnector | undefined>>;
12
12
  connectToWallet: (wallet: WalletConnector) => void;
13
13
  setQrCodeUri: React.Dispatch<React.SetStateAction<string>>;
14
+ emailInput: string;
15
+ setEmailInput: React.Dispatch<React.SetStateAction<string>>;
14
16
  }): React.JSX.Element;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { WalletConnector } from '../../wallets/useWalletConnectors';
3
+ interface FunWeb2ConnectingStepProps {
4
+ onClose: () => void;
5
+ onBack: () => void;
6
+ setSelectedWallet: React.Dispatch<React.SetStateAction<WalletConnector | undefined>>;
7
+ emailInput: string;
8
+ otpInput: string;
9
+ setOtpInput: React.Dispatch<React.SetStateAction<string>>;
10
+ }
11
+ export declare const FunWeb2ConnectingStep: (props: FunWeb2ConnectingStepProps) => React.JSX.Element;
12
+ export {};
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { WalletConnector } from '../../wallets/useWalletConnectors';
3
- import { ConnectStep } from '../ConnectOptions/FunConnectOptions';
3
+ import { ConnectStep } from './FunConnectOptions';
4
4
  export declare function FunWeb3ConnectingStep({ onClose, changeStep, selectedWallet, qrCodeUri, }: {
5
5
  onClose: () => void;
6
6
  changeStep: (newStep: ConnectStep) => void;
@@ -7,4 +7,3 @@ export interface FunTwoFaInputProps {
7
7
  errorMessage?: string;
8
8
  }
9
9
  export declare const FunTwoFaInput: ({ value, onChange, onCompleted, hasError, errorMessage, }: FunTwoFaInputProps) => React.JSX.Element;
10
- export default FunTwoFaInput;
@@ -1,5 +1,5 @@
1
1
  import React, { Dispatch, SetStateAction } from 'react';
2
- import { DepositTokenSymbol } from '../ProfileDetails/FunWalletProfileViews/FWDeposit';
2
+ import { DepositTokenSymbol } from '../../consts/funkit';
3
3
  export declare function FunOnrampInputStep({ tokenTicker, setDepositToken, amount, onChangeAmount, onClickContinue, backAnimation, }: {
4
4
  tokenTicker: string;
5
5
  setDepositToken: Dispatch<SetStateAction<DepositTokenSymbol>>;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { DepositTokenSymbol } from '../ProfileDetails/FunWalletProfileViews/FWDeposit';
2
+ import { DepositTokenSymbol } from '../../consts/funkit';
3
3
  export declare function FunOnrampTokenPill({ token, isActive, onClick, }: {
4
4
  token: DepositTokenSymbol;
5
5
  isActive: boolean;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
+ import { DepositTokenSymbol } from '../../consts/funkit';
2
3
  import { PaymentFlow, PaymentMethod, PaymentMethodInfo } from '../../consts/payment';
3
- import { DepositTokenSymbol } from '../ProfileDetails/FunWalletProfileViews/FWDeposit';
4
4
  export declare function AddPaymentMethodItem({ paymentFlow, paymentMethod, isClickable, isActive, onClick, disclaimerText, }: {
5
5
  paymentFlow: PaymentFlow;
6
6
  paymentMethod: PaymentMethod;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Address } from 'wagmi';
2
+ import { Address } from 'viem';
3
3
  import { PaymentFlow } from '../../consts/payment';
4
4
  export declare function FunPaymentMoonpayType({ paymentFlow, paymentAddress, depositToken, depositTokenChainId, depositTokenAmount, onBackToHome, backAnimation, redirectToCheckoutHistory, }: {
5
5
  paymentFlow: PaymentFlow;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Address } from 'wagmi';
2
+ import { Address } from 'viem';
3
3
  import { PaymentFlow, PaymentMethod, PaymentMethodInfo } from '../../consts/payment';
4
4
  interface FunPaymentSetupProps {
5
5
  paymentFlow: PaymentFlow;