@funkit/connect 0.1.18 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (399) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +10 -3
  3. package/dist/ar_AR-2FHIOEAO.js +6 -0
  4. package/dist/argentWallet-5OEFC7BD.js +6 -0
  5. package/dist/bifrostWallet-5VPKXMCJ.js +6 -0
  6. package/dist/bitgetWallet-JVNCB4EB.js +6 -0
  7. package/dist/bitskiWallet-Y4QTLQPQ.js +6 -0
  8. package/dist/bitverseWallet-MOK4JHYP.js +6 -0
  9. package/dist/blast-XJENRUEU.js +6 -0
  10. package/dist/bloomWallet-LYZWRHBK.js +6 -0
  11. package/dist/bybitWallet-O6NEYJRP.js +6 -0
  12. package/dist/chunk-SW6GAS7K.js +1183 -0
  13. package/dist/{chunk-47OHV4T2.js → chunk-U4FFX2HZ.js} +1 -1
  14. package/dist/clvWallet-RM4V57ZB.js +6 -0
  15. package/dist/coin98Wallet-7Q4WNBWR.js +6 -0
  16. package/dist/components/AccountModal/AccountModal.d.ts +1 -1
  17. package/dist/components/AsyncImage/AsyncImage.d.ts +2 -1
  18. package/dist/components/Box/Box.d.ts +58 -58
  19. package/dist/components/ChainModal/Chain.d.ts +17 -0
  20. package/dist/components/ConnectButton/ConnectButtonRenderer.d.ts +0 -2
  21. package/dist/components/ConnectButton/formatENS.d.ts +2 -1
  22. package/dist/components/ConnectModal/ConnectModal.d.ts +6 -0
  23. package/dist/components/ConnectModal/ConnectModalIntro.d.ts +5 -0
  24. package/dist/components/ConnectOptions/ConnectDetails.d.ts +2 -3
  25. package/dist/components/ConnectOptions/ConnectOptions.d.ts +4 -0
  26. package/dist/components/ConnectOptions/MobileOptions.css.d.ts +2 -0
  27. package/dist/components/ConnectOptions/MobileOptions.d.ts +6 -0
  28. package/dist/components/ConnectOptions/MobileStatus.d.ts +4 -0
  29. package/dist/components/{ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.d.ts → CopyAddress/CopyAddress.d.ts} +0 -5
  30. package/dist/components/FunButton/FunTermsAndConditionsTextButton.d.ts +2 -0
  31. package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryModal.d.ts +1 -1
  32. package/dist/components/{FunStates/FunErrorContent.d.ts → FunConnectOptions/FunConnectErrorStep.d.ts} +1 -1
  33. package/dist/components/{ConnectOptions → FunConnectOptions}/FunConnectOptions.d.ts +3 -4
  34. package/dist/components/FunConnectOptions/FunSignInStep.css.d.ts +1 -0
  35. package/dist/components/{FunSignInFlow → FunConnectOptions}/FunSignInStep.d.ts +4 -2
  36. package/dist/components/FunConnectOptions/FunWeb2ConnectingStep.d.ts +12 -0
  37. package/dist/components/{FunSignInFlow → FunConnectOptions}/FunWeb3ConnectingStep.d.ts +1 -1
  38. package/dist/components/{TwoFaInputField → FunInput}/FunTwoFaInput.d.ts +0 -1
  39. package/dist/components/FunOnramp/FunOnrampInputStep.d.ts +1 -1
  40. package/dist/components/FunOnramp/FunOnrampTokenPill.d.ts +1 -1
  41. package/dist/components/FunPayments/FunPaymentMethods.d.ts +1 -1
  42. package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +1 -1
  43. package/dist/components/FunPayments/FunPaymentSetup.d.ts +1 -1
  44. package/dist/components/FunkitProvider/AppContext.d.ts +20 -0
  45. package/dist/components/FunkitProvider/AuthenticationContext.d.ts +3 -7
  46. package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +9 -1
  47. package/dist/components/FunkitProvider/FunkitConnectChainContext.d.ts +4 -8
  48. package/dist/components/FunkitProvider/FunkitProvider.d.ts +34 -11
  49. package/dist/components/FunkitProvider/FunkitWeb2Provider.d.ts +41 -0
  50. package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +2 -3
  51. package/dist/components/FunkitProvider/I18nContext.d.ts +4 -2
  52. package/dist/components/FunkitProvider/ModalContext.d.ts +4 -2
  53. package/dist/components/FunkitProvider/ModalSizeContext.d.ts +8 -2
  54. package/dist/components/FunkitProvider/ShowBalanceContext.d.ts +12 -0
  55. package/dist/components/FunkitProvider/ShowRecentTransactionsContext.d.ts +2 -0
  56. package/dist/components/FunkitProvider/WalletButtonContext.d.ts +12 -0
  57. package/dist/components/FunkitProvider/provideFunkitConnectChains.d.ts +2 -2
  58. package/dist/components/FunkitProvider/useFingerprint.d.ts +1 -0
  59. package/dist/components/Icons/PaymentMethodIcons.d.ts +3 -1
  60. package/dist/components/ModalSelection/ModalSelection.d.ts +2 -1
  61. package/dist/components/ProfileDetails/{FunWalletProfileViews/FWSwap.d.ts → FunProfileViews/ActivityHistory/ActivityHistory.d.ts} +1 -1
  62. package/dist/components/ProfileDetails/{FunWalletProfileViews/FWDeposit.d.ts → FunProfileViews/Deposit/Deposit.d.ts} +1 -5
  63. package/dist/components/ProfileDetails/{FunWalletProfileViews/FWHome/FWHomeCheckoutSection.d.ts → FunProfileViews/Home/HomeCheckoutSection.d.ts} +1 -1
  64. package/dist/components/ProfileDetails/{FunWalletProfileViews/FWHome/FWHomeTokenDisplayRow.d.ts → FunProfileViews/Home/HomeTokenDisplayRow.d.ts} +1 -1
  65. package/dist/components/ProfileDetails/FunProfileViews/Home/index.d.ts +6 -0
  66. package/dist/components/ProfileDetails/FunProfileViews/Settings/Settings.d.ts +6 -0
  67. package/dist/components/ProfileDetails/ProfileDetails.d.ts +14 -0
  68. package/dist/components/SignIn/SignIn.d.ts +2 -1
  69. package/dist/components/WalletButton/WalletButton.css.d.ts +2 -0
  70. package/dist/components/WalletButton/WalletButton.d.ts +8 -0
  71. package/dist/components/WalletButton/WalletButtonRenderer.d.ts +15 -0
  72. package/dist/components/index.d.ts +1 -2
  73. package/dist/config/getDefaultConfig.d.ts +20 -0
  74. package/dist/consts/funkit.d.ts +11 -0
  75. package/dist/coreWallet-HRVLR2XS.js +6 -0
  76. package/dist/css/sprinkles.css.d.ts +206 -3293
  77. package/dist/dawnWallet-MN7QMTX3.js +6 -0
  78. package/dist/desigWallet-YZ4ZDEYW.js +6 -0
  79. package/dist/en_US-SZG3SEXV.js +7 -0
  80. package/dist/enkryptWallet-LVMJVNXI.js +6 -0
  81. package/dist/es_419-JU5M7ADI.js +6 -0
  82. package/dist/foxWallet-RFPGZZOK.js +6 -0
  83. package/dist/fr_FR-MEVFY2S3.js +1056 -0
  84. package/dist/frameWallet-J2WUL2NQ.js +6 -0
  85. package/dist/frontierWallet-3CNZ2ST5.js +6 -0
  86. package/dist/{fun-error-KT4BQTNE.js → fun-error-AZCFCLIM.js} +1 -1
  87. package/dist/{wallets/walletConnectors/funkitConnectWallet-KPMP7JTB.js → funkitConnectWallet-7M73CH73.js} +1 -1
  88. package/dist/gateWallet-GFLHFAGG.js +6 -0
  89. package/dist/hi_IN-QYRORIUD.js +6 -0
  90. package/dist/hooks/useConnectionStatus.d.ts +1 -6
  91. package/dist/hooks/useFunkitSwitchChain.d.ts +7 -0
  92. package/dist/hooks/useIsMainnetConfigured.d.ts +1 -0
  93. package/dist/hooks/useIsMounted.d.ts +1 -1
  94. package/dist/hooks/useMainnetEnsAvatar.d.ts +2 -1
  95. package/dist/hooks/useMainnetEnsName.d.ts +2 -1
  96. package/dist/id_ID-TUMMBG4U.js +6 -0
  97. package/dist/imTokenWallet-DMDOIZDQ.js +6 -0
  98. package/dist/index.css +204 -657
  99. package/dist/index.d.ts +14 -11
  100. package/dist/index.js +15241 -623
  101. package/dist/ja_JP-ZUYW24MT.js +6 -0
  102. package/dist/ko_KR-6CVQ44HH.js +6 -0
  103. package/dist/kresusWallet-4JZQPLDF.js +6 -0
  104. package/dist/ledgerWallet-DIS4VM6H.js +6 -0
  105. package/dist/locales/I18n.d.ts +23 -0
  106. package/dist/locales/index.d.ts +4 -3
  107. package/dist/mewWallet-4ZVF6HCJ.js +6 -0
  108. package/dist/oktoWallet-3LTNTBG3.js +6 -0
  109. package/dist/okxWallet-GKYMI2XW.js +6 -0
  110. package/dist/omniWallet-VF54LPLK.js +6 -0
  111. package/dist/oneInchWallet-MDCYQPYK.js +6 -0
  112. package/dist/oneKeyWallet-FEYKOAOJ.js +6 -0
  113. package/dist/phantomWallet-OLG36S4X.js +6 -0
  114. package/dist/pt_BR-RZPKMOY4.js +6 -0
  115. package/dist/rabbyWallet-22VWIFCE.js +6 -0
  116. package/dist/rainbowWallet-GGU64QEI.js +6 -0
  117. package/dist/ramperWallet-2K5FICMM.js +6 -0
  118. package/dist/ronin-EMB5NQ5A.js +6 -0
  119. package/dist/roninWallet-RYQGWG3X.js +6 -0
  120. package/dist/ru_RU-6H6D24G6.js +1056 -0
  121. package/dist/safeWallet-DFMLSLCR.js +6 -0
  122. package/dist/safeheronWallet-YBMFXEUH.js +6 -0
  123. package/dist/safepalWallet-FDJRNZUU.js +6 -0
  124. package/dist/subWallet-ELA2UJOS.js +6 -0
  125. package/dist/tahoWallet-BYONWLHD.js +6 -0
  126. package/dist/talismanWallet-W5EQ26N7.js +6 -0
  127. package/dist/th_TH-V7MI6RLE.js +1056 -0
  128. package/dist/themes/darkTheme.js +1 -1
  129. package/dist/tokenPocketWallet-UYD66DEM.js +6 -0
  130. package/dist/tokenaryWallet-FZ7BMUTO.js +6 -0
  131. package/dist/tr_TR-5VDGWEXM.js +1056 -0
  132. package/dist/transactions/TransactionStoreContext.d.ts +2 -147
  133. package/dist/trustWallet-FST5ID2K.js +6 -0
  134. package/dist/uk_UA-LQISH4SK.js +1056 -0
  135. package/dist/uniswapWallet-JYAMZDQK.js +6 -0
  136. package/dist/utils/assets.d.ts +5 -0
  137. package/dist/utils/chainToExplorerUrl.d.ts +1 -1
  138. package/dist/utils/checkout.d.ts +2 -1
  139. package/dist/utils/debounce.d.ts +1 -0
  140. package/dist/utils/formatNumber.d.ts +1 -0
  141. package/dist/utils/{Logger.d.ts → funLogger.d.ts} +2 -1
  142. package/dist/utils/funkitProvider.d.ts +1 -0
  143. package/dist/utils/privyHelper.d.ts +3 -0
  144. package/dist/wallets/Wallet.d.ts +37 -22
  145. package/dist/wallets/computeWalletConnectMetaData.d.ts +9 -0
  146. package/dist/wallets/connectorsForWallets.d.ts +13 -2
  147. package/dist/wallets/getDefaultWallets.d.ts +8 -9
  148. package/dist/wallets/getInjectedConnector.d.ts +10 -10
  149. package/dist/wallets/getWalletConnectConnector.d.ts +5 -24
  150. package/dist/wallets/groupedWallets.d.ts +12 -0
  151. package/dist/wallets/latestWalletId.d.ts +3 -0
  152. package/dist/wallets/useWalletConnectors.d.ts +7 -4
  153. package/dist/wallets/walletConnectors/argentWallet/argentWallet.d.ts +3 -16
  154. package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
  155. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.d.ts +3 -17
  156. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +3 -2
  157. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.d.ts +3 -39
  158. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +3 -4
  159. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.d.ts +1 -6
  160. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.js +2 -1
  161. package/dist/wallets/walletConnectors/bitverseWallet/bitverseWallet.d.ts +3 -0
  162. package/dist/wallets/walletConnectors/bitverseWallet/bitverseWallet.js +8 -0
  163. package/dist/wallets/walletConnectors/bitverseWallet-MOK4JHYP.js +6 -0
  164. package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.d.ts +2 -0
  165. package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.js +9 -0
  166. package/dist/wallets/walletConnectors/bloomWallet-LYZWRHBK.js +6 -0
  167. package/dist/wallets/walletConnectors/braveWallet/braveWallet.d.ts +1 -6
  168. package/dist/wallets/walletConnectors/braveWallet/braveWallet.js +2 -1
  169. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.d.ts +3 -0
  170. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +9 -0
  171. package/dist/wallets/walletConnectors/bybitWallet-O6NEYJRP.js +6 -0
  172. package/dist/wallets/walletConnectors/chunk-2UXZAUWT.js +95 -0
  173. package/dist/wallets/walletConnectors/chunk-3WZRNEZH.js +178 -0
  174. package/dist/wallets/walletConnectors/chunk-4FQLUQNA.js +96 -0
  175. package/dist/wallets/walletConnectors/chunk-4WOV4ITL.js +55 -0
  176. package/dist/wallets/walletConnectors/{chunk-QJNS6IE4.js → chunk-4XQDKOGF.js} +7 -12
  177. package/dist/wallets/walletConnectors/chunk-5MVV7OVS.js +57 -0
  178. package/dist/wallets/walletConnectors/chunk-63NPZXAL.js +51 -0
  179. package/dist/wallets/walletConnectors/chunk-6LTLPR2Q.js +71 -0
  180. package/dist/wallets/walletConnectors/chunk-7CQPABJG.js +102 -0
  181. package/dist/wallets/walletConnectors/chunk-ABYQAXUX.js +21 -0
  182. package/dist/wallets/walletConnectors/chunk-AM4SSLAP.js +98 -0
  183. package/dist/wallets/walletConnectors/chunk-ASPRR7T3.js +28 -0
  184. package/dist/wallets/walletConnectors/chunk-C67TQJ6W.js +45 -0
  185. package/dist/wallets/walletConnectors/chunk-D3DCQ72J.js +23 -0
  186. package/dist/wallets/walletConnectors/chunk-DPXMP5KS.js +44 -0
  187. package/dist/wallets/walletConnectors/chunk-ENZLEAG2.js +32 -0
  188. package/dist/wallets/walletConnectors/chunk-FLY7F4XA.js +55 -0
  189. package/dist/wallets/walletConnectors/chunk-H273OTQA.js +53 -0
  190. package/dist/wallets/walletConnectors/chunk-H76YCX2M.js +50 -0
  191. package/dist/wallets/walletConnectors/chunk-JLQ5HJYV.js +94 -0
  192. package/dist/wallets/walletConnectors/chunk-KGBLSE7L.js +55 -0
  193. package/dist/wallets/walletConnectors/chunk-KIHCNUU3.js +17 -0
  194. package/dist/wallets/walletConnectors/chunk-L734HTUS.js +48 -0
  195. package/dist/wallets/walletConnectors/chunk-LCPIZUR3.js +55 -0
  196. package/dist/wallets/walletConnectors/chunk-LVRXH33E.js +92 -0
  197. package/dist/wallets/walletConnectors/chunk-MIWCKFYE.js +87 -0
  198. package/dist/wallets/walletConnectors/chunk-NGXIHASN.js +96 -0
  199. package/dist/wallets/walletConnectors/chunk-NL4I7WOT.js +54 -0
  200. package/dist/wallets/walletConnectors/chunk-NTGZF5BY.js +81 -0
  201. package/dist/wallets/walletConnectors/chunk-NZ5G23JP.js +60 -0
  202. package/dist/wallets/walletConnectors/chunk-O5NKWWEG.js +73 -0
  203. package/dist/wallets/walletConnectors/chunk-P4JLZ42R.js +52 -0
  204. package/dist/wallets/walletConnectors/{chunk-BZFEDZQJ.js → chunk-PWYTDYBE.js} +8 -17
  205. package/dist/wallets/walletConnectors/chunk-Q4RLUJJD.js +66 -0
  206. package/dist/wallets/walletConnectors/chunk-QII6PY2D.js +83 -0
  207. package/dist/wallets/walletConnectors/chunk-SVN7OEQR.js +60 -0
  208. package/dist/wallets/walletConnectors/chunk-SYELB4QO.js +107 -0
  209. package/dist/wallets/walletConnectors/chunk-V45EXW7A.js +94 -0
  210. package/dist/wallets/walletConnectors/chunk-WKHTUEF5.js +60 -0
  211. package/dist/wallets/walletConnectors/chunk-X6T3CICZ.js +54 -0
  212. package/dist/wallets/walletConnectors/chunk-XBUTWYE4.js +98 -0
  213. package/dist/wallets/walletConnectors/chunk-XPEBP6XV.js +46 -0
  214. package/dist/wallets/walletConnectors/chunk-XRSY4JVH.js +56 -0
  215. package/dist/wallets/walletConnectors/chunk-XXFJVY73.js +44 -0
  216. package/dist/wallets/walletConnectors/chunk-Y6VY6E3L.js +92 -0
  217. package/dist/wallets/walletConnectors/chunk-Z2DGDHHZ.js +105 -0
  218. package/dist/wallets/walletConnectors/chunk-ZBAQFL6G.js +102 -0
  219. package/dist/wallets/walletConnectors/chunk-ZDU3JFGR.js +64 -0
  220. package/dist/wallets/walletConnectors/chunk-ZNXQ4V6G.js +100 -0
  221. package/dist/wallets/walletConnectors/chunk-ZOL6ZMTJ.js +53 -0
  222. package/dist/wallets/walletConnectors/chunk-ZUAHWUEL.js +98 -0
  223. package/dist/wallets/walletConnectors/clvWallet/clvWallet.d.ts +3 -15
  224. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +3 -2
  225. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.d.ts +3 -22
  226. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +3 -2
  227. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.d.ts +2 -3
  228. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.js +2 -2
  229. package/dist/wallets/walletConnectors/coreWallet/coreWallet.d.ts +3 -24
  230. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +3 -2
  231. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.d.ts +1 -6
  232. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -1
  233. package/dist/wallets/walletConnectors/desigWallet/desigWallet.d.ts +1 -6
  234. package/dist/wallets/walletConnectors/desigWallet/desigWallet.js +2 -1
  235. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.d.ts +1 -15
  236. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.js +2 -1
  237. package/dist/wallets/walletConnectors/foxWallet/foxWallet.d.ts +3 -11
  238. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +3 -2
  239. package/dist/wallets/walletConnectors/frameWallet/frameWallet.d.ts +1 -6
  240. package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +2 -1
  241. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.d.ts +3 -21
  242. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +3 -2
  243. package/dist/wallets/walletConnectors/funkitConnectWallet/funkitConnectWallet.d.ts +6 -0
  244. package/dist/wallets/walletConnectors/{@funkitConnectWallet → funkitConnectWallet}/funkitConnectWallet.js +19 -12
  245. package/dist/{funkitConnectWallet-KPMP7JTB.js → wallets/walletConnectors/funkitConnectWallet-7M73CH73.js} +1 -1
  246. package/dist/wallets/walletConnectors/gateWallet/gateWallet.d.ts +3 -0
  247. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +10 -0
  248. package/dist/wallets/walletConnectors/gateWallet-GFLHFAGG.js +6 -0
  249. package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.d.ts +3 -16
  250. package/dist/wallets/walletConnectors/imTokenWallet/imTokenWallet.js +2 -2
  251. package/dist/wallets/walletConnectors/index.d.ts +11 -2
  252. package/dist/wallets/walletConnectors/index.js +111 -77
  253. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.d.ts +1 -6
  254. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.js +2 -1
  255. package/dist/wallets/walletConnectors/kresusWallet/kresusWallet.d.ts +3 -0
  256. package/dist/wallets/walletConnectors/kresusWallet/kresusWallet.js +8 -0
  257. package/dist/wallets/walletConnectors/kresusWallet-4JZQPLDF.js +6 -0
  258. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.d.ts +3 -16
  259. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
  260. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.d.ts +3 -17
  261. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +3 -2
  262. package/dist/wallets/walletConnectors/mewWallet/mewWallet.d.ts +1 -6
  263. package/dist/wallets/walletConnectors/mewWallet/mewWallet.js +2 -1
  264. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.d.ts +3 -16
  265. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
  266. package/dist/wallets/walletConnectors/okxWallet/okxWallet.d.ts +3 -17
  267. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +3 -2
  268. package/dist/wallets/walletConnectors/omniWallet/omniWallet.d.ts +3 -16
  269. package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
  270. package/dist/wallets/walletConnectors/oneInchWallet/oneInchWallet.d.ts +3 -0
  271. package/dist/wallets/walletConnectors/oneInchWallet/oneInchWallet.js +8 -0
  272. package/dist/wallets/walletConnectors/oneInchWallet-MDCYQPYK.js +6 -0
  273. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.d.ts +1 -10
  274. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +2 -1
  275. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.d.ts +1 -6
  276. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.js +2 -1
  277. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.d.ts +1 -6
  278. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.js +2 -1
  279. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.d.ts +3 -17
  280. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +3 -3
  281. package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.d.ts +2 -0
  282. package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.js +8 -0
  283. package/dist/wallets/walletConnectors/ramperWallet-2K5FICMM.js +6 -0
  284. package/dist/wallets/walletConnectors/roninWallet/roninWallet.d.ts +3 -0
  285. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +9 -0
  286. package/dist/wallets/walletConnectors/roninWallet-RYQGWG3X.js +6 -0
  287. package/dist/wallets/walletConnectors/safeWallet/safeWallet.d.ts +1 -6
  288. package/dist/wallets/walletConnectors/safeWallet/safeWallet.js +1 -1
  289. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.d.ts +1 -11
  290. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.js +2 -1
  291. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.d.ts +3 -22
  292. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +3 -2
  293. package/dist/wallets/walletConnectors/subWallet/subWallet.d.ts +3 -16
  294. package/dist/wallets/walletConnectors/subWallet/subWallet.js +3 -2
  295. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.d.ts +1 -11
  296. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.js +2 -1
  297. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.d.ts +1 -11
  298. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.js +2 -1
  299. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.d.ts +3 -17
  300. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +3 -2
  301. package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.d.ts +2 -0
  302. package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.js +8 -0
  303. package/dist/wallets/walletConnectors/tokenaryWallet-FZ7BMUTO.js +6 -0
  304. package/dist/wallets/walletConnectors/trustWallet/trustWallet.d.ts +3 -22
  305. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +3 -3
  306. package/dist/wallets/walletConnectors/trustWallet-FST5ID2K.js +6 -0
  307. package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.d.ts +3 -15
  308. package/dist/wallets/walletConnectors/uniswapWallet/uniswapWallet.js +2 -2
  309. package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.d.ts +3 -13
  310. package/dist/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.js +2 -3
  311. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.d.ts +1 -11
  312. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.js +2 -1
  313. package/dist/wallets/walletConnectors/zealWallet/zealWallet.d.ts +1 -6
  314. package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
  315. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.d.ts +3 -16
  316. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +3 -2
  317. package/dist/xdc-3JFKXD2F.js +6 -0
  318. package/dist/xdefiWallet-QL7LCYNI.js +6 -0
  319. package/dist/zealWallet-K7JBLVKT.js +6 -0
  320. package/dist/zerionWallet-35GMAYN4.js +6 -0
  321. package/dist/zh_CN-EHEYLG7G.js +6 -0
  322. package/package.json +30 -43
  323. package/dist/chunk-7PLQM2DB.js +0 -25656
  324. package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.css.d.ts +0 -7
  325. package/dist/components/FunConnectModal/FunConnectModal.d.ts +0 -6
  326. package/dist/components/FunOnramp/FunOnramp.css.d.ts +0 -7
  327. package/dist/components/FunOnramp/FunOnrampConfirmation.css.d.ts +0 -7
  328. package/dist/components/FunPayments/FunPaymentMeshType.css.d.ts +0 -7
  329. package/dist/components/FunPayments/FunPaymentMoonpayType.css.d.ts +0 -10
  330. package/dist/components/FunPayments/FunPaymentTransferType.css.d.ts +0 -7
  331. package/dist/components/FunPayments/FunPayments.css.d.ts +0 -7
  332. package/dist/components/FunSignInFlow/FunSignInStep.css.d.ts +0 -2
  333. package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.css.d.ts +0 -7
  334. package/dist/components/FunSignInFlow/FunWeb2ConnectingStep/FunWeb2ConnectingStep.d.ts +0 -9
  335. package/dist/components/FunSignInFlow/FunWeb3ConnectingStep.css.d.ts +0 -7
  336. package/dist/components/FunTermsAndConditionsTextButton/FunTermsAndConditionsTextButton.d.ts +0 -2
  337. package/dist/components/FunkitWeb2Provider/FunkitWeb2Provider.d.ts +0 -68
  338. package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.css.d.ts +0 -7
  339. package/dist/components/ProfileDetails/FunWalletProfileViews/FWActivityHistory/FWActivityHistory.d.ts +0 -5
  340. package/dist/components/ProfileDetails/FunWalletProfileViews/FWBridge.d.ts +0 -9
  341. package/dist/components/ProfileDetails/FunWalletProfileViews/FWHome/index.d.ts +0 -6
  342. package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.css.d.ts +0 -7
  343. package/dist/components/ProfileDetails/FunWalletProfileViews/FunArrowItem.d.ts +0 -4
  344. package/dist/components/ProfileDetails/FunWalletProfileViews/FunSelectionSection.d.ts +0 -11
  345. package/dist/components/ProfileDetails/WalletProfileDetails.d.ts +0 -19
  346. package/dist/components/index.css +0 -5238
  347. package/dist/components/index.js +0 -16
  348. package/dist/css/animations.css.d.ts +0 -9
  349. package/dist/hooks/useDebouncedCallback.d.ts +0 -1
  350. package/dist/hooks/useMainnet.d.ts +0 -4
  351. package/dist/types.d.ts +0 -4
  352. package/dist/utils/emailandPhoneValidator.d.ts +0 -5
  353. package/dist/utils/funwallet.d.ts +0 -1
  354. package/dist/utils/getWalletConnectUri.d.ts +0 -2
  355. package/dist/wallets/walletConnectors/@funkitConnectWallet/funkitConnectWallet.d.ts +0 -7
  356. package/dist/wallets/walletConnectors/chunk-3XLDPS4Y.js +0 -102
  357. package/dist/wallets/walletConnectors/chunk-4EKX7Z25.js +0 -114
  358. package/dist/wallets/walletConnectors/chunk-5UETJ33B.js +0 -58
  359. package/dist/wallets/walletConnectors/chunk-5ZLRNFDM.js +0 -57
  360. package/dist/wallets/walletConnectors/chunk-6CW3SAA3.js +0 -61
  361. package/dist/wallets/walletConnectors/chunk-6FQF7H7H.js +0 -112
  362. package/dist/wallets/walletConnectors/chunk-6T5K52ZY.js +0 -158
  363. package/dist/wallets/walletConnectors/chunk-77KYAV4P.js +0 -110
  364. package/dist/wallets/walletConnectors/chunk-7EOFWORX.js +0 -68
  365. package/dist/wallets/walletConnectors/chunk-7WTKIVCW.js +0 -52
  366. package/dist/wallets/walletConnectors/chunk-APZ6YBCA.js +0 -67
  367. package/dist/wallets/walletConnectors/chunk-BNTZHUB6.js +0 -22
  368. package/dist/wallets/walletConnectors/chunk-EHO4MJZJ.js +0 -104
  369. package/dist/wallets/walletConnectors/chunk-FL3REGA5.js +0 -49
  370. package/dist/wallets/walletConnectors/chunk-GHYJ56FA.js +0 -113
  371. package/dist/wallets/walletConnectors/chunk-GLB4HFDR.js +0 -105
  372. package/dist/wallets/walletConnectors/chunk-IEAKLGB6.js +0 -84
  373. package/dist/wallets/walletConnectors/chunk-INSQDNCE.js +0 -24
  374. package/dist/wallets/walletConnectors/chunk-KUZFZL2D.js +0 -60
  375. package/dist/wallets/walletConnectors/chunk-LEWQ7DQV.js +0 -71
  376. package/dist/wallets/walletConnectors/chunk-LL6T7V77.js +0 -81
  377. package/dist/wallets/walletConnectors/chunk-LVMQKSKW.js +0 -125
  378. package/dist/wallets/walletConnectors/chunk-MBFEMLUU.js +0 -48
  379. package/dist/wallets/walletConnectors/chunk-MOWIPEYK.js +0 -226
  380. package/dist/wallets/walletConnectors/chunk-ND76X5A2.js +0 -62
  381. package/dist/wallets/walletConnectors/chunk-NEDPCNTA.js +0 -71
  382. package/dist/wallets/walletConnectors/chunk-OOGGCCFQ.js +0 -60
  383. package/dist/wallets/walletConnectors/chunk-PTF3JKWO.js +0 -123
  384. package/dist/wallets/walletConnectors/chunk-QBKHMTGI.js +0 -52
  385. package/dist/wallets/walletConnectors/chunk-SXUVHZCG.js +0 -58
  386. package/dist/wallets/walletConnectors/chunk-T3RIVRAX.js +0 -119
  387. package/dist/wallets/walletConnectors/chunk-TG2HN6KW.js +0 -82
  388. package/dist/wallets/walletConnectors/chunk-TNC2B7LX.js +0 -49
  389. package/dist/wallets/walletConnectors/chunk-TZR3P22N.js +0 -136
  390. package/dist/wallets/walletConnectors/chunk-U32TVZ7G.js +0 -25
  391. package/dist/wallets/walletConnectors/chunk-UZ5XLPAW.js +0 -45
  392. package/dist/wallets/walletConnectors/chunk-VW5SMBMG.js +0 -71
  393. package/dist/wallets/walletConnectors/chunk-WFTAXMQP.js +0 -100
  394. package/dist/wallets/walletConnectors/chunk-XXTDCRCW.js +0 -52
  395. package/dist/wallets/walletConnectors/chunk-YWKKNHO3.js +0 -117
  396. package/dist/wallets/walletConnectors/trustWallet-XIQD5AVI.js +0 -6
  397. /package/dist/components/FunkitProvider/{FunToastContext.d.ts → FunToastProvider.d.ts} +0 -0
  398. /package/dist/components/ProfileDetails/{FunWalletProfileViews/FWHome/FWHome.css.d.ts → FunProfileViews/Home/Home.css.d.ts} +0 -0
  399. /package/dist/{components/FunCheckoutModal/FunCheckoutConfirmation.css.d.ts → css/modalTransitionStyles.css.d.ts} +0 -0
@@ -82,87 +82,87 @@ declare const themeContractValues: {
82
82
  };
83
83
  };
84
84
  export type ThemeVars = typeof themeContractValues;
85
- export declare const themeVars: import("@vanilla-extract/private").MapLeafNodes<{
85
+ export declare const themeVars: {
86
86
  colors: {
87
- accentColor: string;
88
- accentColorForeground: string;
89
- actionButtonBorder: string;
90
- actionButtonBorderMobile: string;
91
- actionButtonSecondaryBackground: string;
92
- actionButtonDisabled: string;
93
- closeButton: string;
94
- closeButtonBackground: string;
95
- connectButtonBackground: string;
96
- connectButtonBackgroundError: string;
97
- connectButtonInnerBackground: string;
98
- connectButtonText: string;
99
- connectButtonTextError: string;
100
- connectionIndicator: string;
101
- downloadBottomCardBackground: string;
102
- downloadTopCardBackground: string;
103
- error: string;
104
- generalBorder: string;
105
- generalBorderDim: string;
106
- menuItemBackground: string;
107
- modalText: string;
108
- modalTextDim: string;
109
- modalTextSecondary: string;
110
- profileAction: string;
111
- profileActionHover: string;
112
- profileForeground: string;
113
- selectedOptionBorder: string;
114
- standby: string;
115
- solidLine: string;
116
- leftTranslucentLine: string;
117
- rightTranslucentLine: string;
118
- loadingBase: string;
119
- loadingAccent: string;
120
- modalBackdrop: string;
121
- modalBackground: string;
122
- modalBorder: string;
123
- notificationPrimary: string;
124
- textPrimary: string;
125
- textSecondary: string;
126
- textTertiary: string;
127
- textDisabled: string;
128
- textSelection: string;
129
- inputFieldPrimary: string;
130
- inputFieldPlaceholder: string;
131
- inputFieldDisabled: string;
132
- strokePrimary: string;
133
- strokeSecondary: string;
134
- buttonPrimary: string;
135
- buttonProcessing: string;
136
- buttonDisabled: string;
137
- buttonWarning: string;
138
- buttonTextWarning: string;
139
- buttonTextPrimary: string;
140
- buttonTextSecondary: string;
141
- buttonTextDisabled: string;
142
- transparent: string;
87
+ accentColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
88
+ accentColorForeground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
89
+ actionButtonBorder: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
90
+ actionButtonBorderMobile: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
91
+ actionButtonSecondaryBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
92
+ actionButtonDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
93
+ closeButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
94
+ closeButtonBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
95
+ connectButtonBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
96
+ connectButtonBackgroundError: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
97
+ connectButtonInnerBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
98
+ connectButtonText: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
99
+ connectButtonTextError: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
100
+ connectionIndicator: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
101
+ downloadBottomCardBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
102
+ downloadTopCardBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
103
+ error: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
104
+ generalBorder: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
105
+ generalBorderDim: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
106
+ menuItemBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
107
+ modalText: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
108
+ modalTextDim: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
109
+ modalTextSecondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
110
+ profileAction: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
111
+ profileActionHover: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
112
+ profileForeground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
113
+ selectedOptionBorder: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
114
+ standby: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
115
+ solidLine: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
116
+ leftTranslucentLine: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
117
+ rightTranslucentLine: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
118
+ loadingBase: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
119
+ loadingAccent: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
120
+ modalBackdrop: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
121
+ modalBackground: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
122
+ modalBorder: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
123
+ notificationPrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
124
+ textPrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
125
+ textSecondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
126
+ textTertiary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
127
+ textDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
128
+ textSelection: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
129
+ inputFieldPrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
130
+ inputFieldPlaceholder: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
131
+ inputFieldDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
132
+ strokePrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
133
+ strokeSecondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
134
+ buttonPrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
135
+ buttonProcessing: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
136
+ buttonDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
137
+ buttonWarning: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
138
+ buttonTextWarning: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
139
+ buttonTextPrimary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
140
+ buttonTextSecondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
141
+ buttonTextDisabled: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
142
+ transparent: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
143
143
  };
144
144
  fonts: {
145
- body: string;
145
+ body: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
146
146
  };
147
147
  radii: {
148
- actionButton: string;
149
- connectButton: string;
150
- menuButton: string;
151
- modal: string;
152
- modalMobile: string;
148
+ actionButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
149
+ connectButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
150
+ menuButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
151
+ modal: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
152
+ modalMobile: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
153
153
  };
154
154
  shadows: {
155
- connectButton: string;
156
- dialog: string;
157
- profileDetailsAction: string;
158
- selectedOption: string;
159
- selectedWallet: string;
160
- walletLogo: string;
155
+ connectButton: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
156
+ dialog: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
157
+ profileDetailsAction: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
158
+ selectedOption: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
159
+ selectedWallet: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
160
+ walletLogo: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
161
161
  };
162
162
  blurs: {
163
- modalOverlay: string;
163
+ modalOverlay: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
164
164
  };
165
- }, import("@vanilla-extract/private").CSSVarFunction>;
165
+ };
166
166
  export declare const largeScreenMinWidth = 768;
167
167
  declare const responsiveProperties: {
168
168
  conditions: {
@@ -172,7 +172,7 @@ declare const responsiveProperties: {
172
172
  styles: {
173
173
  alignItems: {
174
174
  values: {
175
- "flex-start": {
175
+ center: {
176
176
  defaultClass: string;
177
177
  conditions: {
178
178
  smallScreen: string;
@@ -186,7 +186,7 @@ declare const responsiveProperties: {
186
186
  largeScreen: string;
187
187
  };
188
188
  };
189
- center: {
189
+ "flex-start": {
190
190
  defaultClass: string;
191
191
  conditions: {
192
192
  smallScreen: string;
@@ -197,52 +197,28 @@ declare const responsiveProperties: {
197
197
  };
198
198
  display: {
199
199
  values: {
200
- [x: string]: {
201
- defaultClass: string;
202
- conditions: {
203
- smallScreen: string;
204
- largeScreen: string;
205
- };
206
- };
207
- };
208
- };
209
- };
210
- };
211
- export type ResponsiveValue<Value extends string | number | boolean> = RequiredConditionalValue<typeof responsiveProperties, Value>;
212
- export declare const mapResponsiveValue: <OutputValue extends string | number | boolean | null | undefined, Value extends import("@vanilla-extract/sprinkles").ConditionalValue<{
213
- conditions: {
214
- defaultCondition: "smallScreen";
215
- conditionNames: ("smallScreen" | "largeScreen")[];
216
- };
217
- styles: {
218
- alignItems: {
219
- values: {
220
- "flex-start": {
200
+ none: {
221
201
  defaultClass: string;
222
202
  conditions: {
223
203
  smallScreen: string;
224
204
  largeScreen: string;
225
205
  };
226
206
  };
227
- "flex-end": {
207
+ flex: {
228
208
  defaultClass: string;
229
209
  conditions: {
230
210
  smallScreen: string;
231
211
  largeScreen: string;
232
212
  };
233
213
  };
234
- center: {
214
+ block: {
235
215
  defaultClass: string;
236
216
  conditions: {
237
217
  smallScreen: string;
238
218
  largeScreen: string;
239
219
  };
240
220
  };
241
- };
242
- };
243
- display: {
244
- values: {
245
- [x: string]: {
221
+ inline: {
246
222
  defaultClass: string;
247
223
  conditions: {
248
224
  smallScreen: string;
@@ -252,8 +228,9 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
252
228
  };
253
229
  };
254
230
  };
255
- }, string | number | boolean>>(value: Value, fn: (inputValue: Value extends import("@vanilla-extract/sprinkles/dist/declarations/src/types").ResponsiveArray<1, string | number | boolean | null> | import("@vanilla-extract/sprinkles/dist/declarations/src/types").ResponsiveArray<1 | 2, string | number | boolean | null> | import("@vanilla-extract/sprinkles/dist/declarations/src/types").ResponsiveArray<1 | 3 | 2, string | number | boolean | null> | import("@vanilla-extract/sprinkles/dist/declarations/src/types").ResponsiveArray<1 | 3 | 2 | 4, string | number | boolean | null> | import("@vanilla-extract/sprinkles/dist/declarations/src/types").ResponsiveArray<1 | 3 | 2 | 5 | 4, string | number | boolean | null> | import("@vanilla-extract/sprinkles/dist/declarations/src/types").ResponsiveArray<1 | 3 | 2 | 5 | 4 | 6, string | number | boolean | null> | import("@vanilla-extract/sprinkles/dist/declarations/src/types").ResponsiveArray<1 | 3 | 2 | 5 | 4 | 7 | 6, string | number | boolean | null> | import("@vanilla-extract/sprinkles/dist/declarations/src/types").ResponsiveArray<1 | 3 | 2 | 5 | 4 | 8 | 7 | 6, string | number | boolean | null> ? NonNullable<Value[number]> : Value extends Partial<Record<string, string | number | boolean>> ? NonNullable<Value[keyof Value]> : Value, key: "smallScreen" | "largeScreen") => OutputValue) => Value extends string | number | boolean ? OutputValue : Partial<Record<"smallScreen" | "largeScreen", OutputValue>>;
256
- export declare const normalizeResponsiveValue: <Value extends string | number | boolean>(value: import("@vanilla-extract/sprinkles").ConditionalValue<{
231
+ };
232
+ export type ResponsiveValue<Value extends string | number | boolean> = RequiredConditionalValue<typeof responsiveProperties, Value>;
233
+ export declare const mapResponsiveValue: <OutputValue extends string | number | boolean | null | undefined, Value extends import("@vanilla-extract/sprinkles").ConditionalValue<{
257
234
  conditions: {
258
235
  defaultCondition: "smallScreen";
259
236
  conditionNames: ("smallScreen" | "largeScreen")[];
@@ -261,7 +238,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
261
238
  styles: {
262
239
  alignItems: {
263
240
  values: {
264
- "flex-start": {
241
+ center: {
265
242
  defaultClass: string;
266
243
  conditions: {
267
244
  smallScreen: string;
@@ -275,7 +252,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
275
252
  largeScreen: string;
276
253
  };
277
254
  };
278
- center: {
255
+ "flex-start": {
279
256
  defaultClass: string;
280
257
  conditions: {
281
258
  smallScreen: string;
@@ -286,3243 +263,179 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
286
263
  };
287
264
  display: {
288
265
  values: {
289
- [x: string]: {
266
+ none: {
290
267
  defaultClass: string;
291
268
  conditions: {
292
269
  smallScreen: string;
293
270
  largeScreen: string;
294
271
  };
295
272
  };
296
- };
297
- };
298
- };
299
- }, Value>) => Partial<Record<"smallScreen" | "largeScreen", Value>>;
300
- export declare const sprinkles: import("@vanilla-extract/sprinkles/dist/declarations/src/createSprinkles").SprinklesFn<[{
301
- conditions: {
302
- defaultCondition: "base";
303
- conditionNames: ("base" | "hover" | "active" | "selection")[];
304
- };
305
- styles: {
306
- background: {
307
- values: {
308
- transparent: {
309
- defaultClass: string;
310
- conditions: {
311
- base: string;
312
- hover: string;
313
- active: string;
314
- selection: string;
315
- };
316
- };
317
- accentColor: {
318
- defaultClass: string;
319
- conditions: {
320
- base: string;
321
- hover: string;
322
- active: string;
323
- selection: string;
324
- };
325
- };
326
- accentColorForeground: {
327
- defaultClass: string;
328
- conditions: {
329
- base: string;
330
- hover: string;
331
- active: string;
332
- selection: string;
333
- };
334
- };
335
- actionButtonBorder: {
336
- defaultClass: string;
337
- conditions: {
338
- base: string;
339
- hover: string;
340
- active: string;
341
- selection: string;
342
- };
343
- };
344
- actionButtonBorderMobile: {
345
- defaultClass: string;
346
- conditions: {
347
- base: string;
348
- hover: string;
349
- active: string;
350
- selection: string;
351
- };
352
- };
353
- actionButtonSecondaryBackground: {
354
- defaultClass: string;
355
- conditions: {
356
- base: string;
357
- hover: string;
358
- active: string;
359
- selection: string;
360
- };
361
- };
362
- actionButtonDisabled: {
363
- defaultClass: string;
364
- conditions: {
365
- base: string;
366
- hover: string;
367
- active: string;
368
- selection: string;
369
- };
370
- };
371
- closeButton: {
372
- defaultClass: string;
373
- conditions: {
374
- base: string;
375
- hover: string;
376
- active: string;
377
- selection: string;
378
- };
379
- };
380
- closeButtonBackground: {
381
- defaultClass: string;
382
- conditions: {
383
- base: string;
384
- hover: string;
385
- active: string;
386
- selection: string;
387
- };
388
- };
389
- connectButtonBackground: {
390
- defaultClass: string;
391
- conditions: {
392
- base: string;
393
- hover: string;
394
- active: string;
395
- selection: string;
396
- };
397
- };
398
- connectButtonBackgroundError: {
399
- defaultClass: string;
400
- conditions: {
401
- base: string;
402
- hover: string;
403
- active: string;
404
- selection: string;
405
- };
406
- };
407
- connectButtonInnerBackground: {
408
- defaultClass: string;
409
- conditions: {
410
- base: string;
411
- hover: string;
412
- active: string;
413
- selection: string;
414
- };
415
- };
416
- connectButtonText: {
417
- defaultClass: string;
418
- conditions: {
419
- base: string;
420
- hover: string;
421
- active: string;
422
- selection: string;
423
- };
424
- };
425
- connectButtonTextError: {
426
- defaultClass: string;
427
- conditions: {
428
- base: string;
429
- hover: string;
430
- active: string;
431
- selection: string;
432
- };
433
- };
434
- connectionIndicator: {
435
- defaultClass: string;
436
- conditions: {
437
- base: string;
438
- hover: string;
439
- active: string;
440
- selection: string;
441
- };
442
- };
443
- downloadBottomCardBackground: {
444
- defaultClass: string;
445
- conditions: {
446
- base: string;
447
- hover: string;
448
- active: string;
449
- selection: string;
450
- };
451
- };
452
- downloadTopCardBackground: {
453
- defaultClass: string;
454
- conditions: {
455
- base: string;
456
- hover: string;
457
- active: string;
458
- selection: string;
459
- };
460
- };
461
- error: {
462
- defaultClass: string;
463
- conditions: {
464
- base: string;
465
- hover: string;
466
- active: string;
467
- selection: string;
468
- };
469
- };
470
- generalBorder: {
471
- defaultClass: string;
472
- conditions: {
473
- base: string;
474
- hover: string;
475
- active: string;
476
- selection: string;
477
- };
478
- };
479
- generalBorderDim: {
480
- defaultClass: string;
481
- conditions: {
482
- base: string;
483
- hover: string;
484
- active: string;
485
- selection: string;
486
- };
487
- };
488
- menuItemBackground: {
489
- defaultClass: string;
490
- conditions: {
491
- base: string;
492
- hover: string;
493
- active: string;
494
- selection: string;
495
- };
496
- };
497
- modalText: {
498
- defaultClass: string;
499
- conditions: {
500
- base: string;
501
- hover: string;
502
- active: string;
503
- selection: string;
504
- };
505
- };
506
- modalTextDim: {
507
- defaultClass: string;
508
- conditions: {
509
- base: string;
510
- hover: string;
511
- active: string;
512
- selection: string;
513
- };
514
- };
515
- modalTextSecondary: {
516
- defaultClass: string;
517
- conditions: {
518
- base: string;
519
- hover: string;
520
- active: string;
521
- selection: string;
522
- };
523
- };
524
- profileAction: {
273
+ flex: {
525
274
  defaultClass: string;
526
275
  conditions: {
527
- base: string;
528
- hover: string;
529
- active: string;
530
- selection: string;
276
+ smallScreen: string;
277
+ largeScreen: string;
531
278
  };
532
279
  };
533
- profileActionHover: {
280
+ block: {
534
281
  defaultClass: string;
535
282
  conditions: {
536
- base: string;
537
- hover: string;
538
- active: string;
539
- selection: string;
283
+ smallScreen: string;
284
+ largeScreen: string;
540
285
  };
541
286
  };
542
- profileForeground: {
287
+ inline: {
543
288
  defaultClass: string;
544
289
  conditions: {
545
- base: string;
546
- hover: string;
547
- active: string;
548
- selection: string;
290
+ smallScreen: string;
291
+ largeScreen: string;
549
292
  };
550
293
  };
551
- selectedOptionBorder: {
294
+ };
295
+ };
296
+ };
297
+ }, string | number | boolean>>(value: Value, fn: (inputValue: Value extends import("@vanilla-extract/sprinkles").ResponsiveArray<1, string | number | boolean | null> | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2, string | number | boolean | null> | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 3 | 2, string | number | boolean | null> | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 3 | 2 | 4, string | number | boolean | null> | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 3 | 2 | 5 | 4, string | number | boolean | null> | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 3 | 2 | 5 | 4 | 6, string | number | boolean | null> | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 3 | 2 | 5 | 4 | 6 | 7, string | number | boolean | null> | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 3 | 2 | 5 | 4 | 6 | 7 | 8, string | number | boolean | null> ? NonNullable<Value[number]> : Value extends Partial<Record<string, string | number | boolean>> ? NonNullable<Value[keyof Value]> : Value, key: "smallScreen" | "largeScreen") => OutputValue) => Value extends string | number | boolean ? OutputValue : Partial<Record<"smallScreen" | "largeScreen", OutputValue>>;
298
+ export declare const normalizeResponsiveValue: <Value extends string | number | boolean>(value: import("@vanilla-extract/sprinkles").ConditionalValue<{
299
+ conditions: {
300
+ defaultCondition: "smallScreen";
301
+ conditionNames: ("smallScreen" | "largeScreen")[];
302
+ };
303
+ styles: {
304
+ alignItems: {
305
+ values: {
306
+ center: {
552
307
  defaultClass: string;
553
308
  conditions: {
554
- base: string;
555
- hover: string;
556
- active: string;
557
- selection: string;
309
+ smallScreen: string;
310
+ largeScreen: string;
558
311
  };
559
312
  };
560
- standby: {
313
+ "flex-end": {
561
314
  defaultClass: string;
562
315
  conditions: {
563
- base: string;
564
- hover: string;
565
- active: string;
566
- selection: string;
316
+ smallScreen: string;
317
+ largeScreen: string;
567
318
  };
568
319
  };
569
- solidLine: {
320
+ "flex-start": {
570
321
  defaultClass: string;
571
322
  conditions: {
572
- base: string;
573
- hover: string;
574
- active: string;
575
- selection: string;
323
+ smallScreen: string;
324
+ largeScreen: string;
576
325
  };
577
326
  };
578
- leftTranslucentLine: {
327
+ };
328
+ };
329
+ display: {
330
+ values: {
331
+ none: {
579
332
  defaultClass: string;
580
333
  conditions: {
581
- base: string;
582
- hover: string;
583
- active: string;
584
- selection: string;
334
+ smallScreen: string;
335
+ largeScreen: string;
585
336
  };
586
337
  };
587
- rightTranslucentLine: {
338
+ flex: {
588
339
  defaultClass: string;
589
340
  conditions: {
590
- base: string;
591
- hover: string;
592
- active: string;
593
- selection: string;
341
+ smallScreen: string;
342
+ largeScreen: string;
594
343
  };
595
344
  };
596
- loadingBase: {
345
+ block: {
597
346
  defaultClass: string;
598
347
  conditions: {
599
- base: string;
600
- hover: string;
601
- active: string;
602
- selection: string;
348
+ smallScreen: string;
349
+ largeScreen: string;
603
350
  };
604
351
  };
605
- loadingAccent: {
352
+ inline: {
606
353
  defaultClass: string;
607
354
  conditions: {
608
- base: string;
609
- hover: string;
610
- active: string;
611
- selection: string;
355
+ smallScreen: string;
356
+ largeScreen: string;
612
357
  };
613
358
  };
614
- modalBackdrop: {
615
- defaultClass: string;
616
- conditions: {
617
- base: string;
618
- hover: string;
619
- active: string;
620
- selection: string;
621
- };
622
- };
623
- modalBackground: {
624
- defaultClass: string;
625
- conditions: {
626
- base: string;
627
- hover: string;
628
- active: string;
629
- selection: string;
630
- };
631
- };
632
- modalBorder: {
633
- defaultClass: string;
634
- conditions: {
635
- base: string;
636
- hover: string;
637
- active: string;
638
- selection: string;
639
- };
640
- };
641
- notificationPrimary: {
642
- defaultClass: string;
643
- conditions: {
644
- base: string;
645
- hover: string;
646
- active: string;
647
- selection: string;
648
- };
649
- };
650
- textPrimary: {
651
- defaultClass: string;
652
- conditions: {
653
- base: string;
654
- hover: string;
655
- active: string;
656
- selection: string;
657
- };
658
- };
659
- textSecondary: {
660
- defaultClass: string;
661
- conditions: {
662
- base: string;
663
- hover: string;
664
- active: string;
665
- selection: string;
666
- };
667
- };
668
- textTertiary: {
669
- defaultClass: string;
670
- conditions: {
671
- base: string;
672
- hover: string;
673
- active: string;
674
- selection: string;
675
- };
676
- };
677
- textDisabled: {
678
- defaultClass: string;
679
- conditions: {
680
- base: string;
681
- hover: string;
682
- active: string;
683
- selection: string;
684
- };
685
- };
686
- textSelection: {
687
- defaultClass: string;
688
- conditions: {
689
- base: string;
690
- hover: string;
691
- active: string;
692
- selection: string;
693
- };
694
- };
695
- inputFieldPrimary: {
696
- defaultClass: string;
697
- conditions: {
698
- base: string;
699
- hover: string;
700
- active: string;
701
- selection: string;
702
- };
703
- };
704
- inputFieldPlaceholder: {
705
- defaultClass: string;
706
- conditions: {
707
- base: string;
708
- hover: string;
709
- active: string;
710
- selection: string;
711
- };
712
- };
713
- inputFieldDisabled: {
714
- defaultClass: string;
715
- conditions: {
716
- base: string;
717
- hover: string;
718
- active: string;
719
- selection: string;
720
- };
721
- };
722
- strokePrimary: {
723
- defaultClass: string;
724
- conditions: {
725
- base: string;
726
- hover: string;
727
- active: string;
728
- selection: string;
729
- };
730
- };
731
- strokeSecondary: {
732
- defaultClass: string;
733
- conditions: {
734
- base: string;
735
- hover: string;
736
- active: string;
737
- selection: string;
738
- };
739
- };
740
- buttonPrimary: {
741
- defaultClass: string;
742
- conditions: {
743
- base: string;
744
- hover: string;
745
- active: string;
746
- selection: string;
747
- };
748
- };
749
- buttonProcessing: {
750
- defaultClass: string;
751
- conditions: {
752
- base: string;
753
- hover: string;
754
- active: string;
755
- selection: string;
756
- };
757
- };
758
- buttonDisabled: {
759
- defaultClass: string;
760
- conditions: {
761
- base: string;
762
- hover: string;
763
- active: string;
764
- selection: string;
765
- };
766
- };
767
- buttonWarning: {
768
- defaultClass: string;
769
- conditions: {
770
- base: string;
771
- hover: string;
772
- active: string;
773
- selection: string;
774
- };
775
- };
776
- buttonTextWarning: {
777
- defaultClass: string;
778
- conditions: {
779
- base: string;
780
- hover: string;
781
- active: string;
782
- selection: string;
783
- };
784
- };
785
- buttonTextPrimary: {
786
- defaultClass: string;
787
- conditions: {
788
- base: string;
789
- hover: string;
790
- active: string;
791
- selection: string;
792
- };
793
- };
794
- buttonTextSecondary: {
795
- defaultClass: string;
796
- conditions: {
797
- base: string;
798
- hover: string;
799
- active: string;
800
- selection: string;
801
- };
802
- };
803
- buttonTextDisabled: {
804
- defaultClass: string;
805
- conditions: {
806
- base: string;
807
- hover: string;
808
- active: string;
809
- selection: string;
810
- };
811
- };
812
- };
813
- };
814
- borderColor: {
815
- values: {
816
- transparent: {
817
- defaultClass: string;
818
- conditions: {
819
- base: string;
820
- hover: string;
821
- active: string;
822
- selection: string;
823
- };
824
- };
825
- accentColor: {
826
- defaultClass: string;
827
- conditions: {
828
- base: string;
829
- hover: string;
830
- active: string;
831
- selection: string;
832
- };
833
- };
834
- accentColorForeground: {
835
- defaultClass: string;
836
- conditions: {
837
- base: string;
838
- hover: string;
839
- active: string;
840
- selection: string;
841
- };
842
- };
843
- actionButtonBorder: {
844
- defaultClass: string;
845
- conditions: {
846
- base: string;
847
- hover: string;
848
- active: string;
849
- selection: string;
850
- };
851
- };
852
- actionButtonBorderMobile: {
853
- defaultClass: string;
854
- conditions: {
855
- base: string;
856
- hover: string;
857
- active: string;
858
- selection: string;
859
- };
860
- };
861
- actionButtonSecondaryBackground: {
862
- defaultClass: string;
863
- conditions: {
864
- base: string;
865
- hover: string;
866
- active: string;
867
- selection: string;
868
- };
869
- };
870
- actionButtonDisabled: {
871
- defaultClass: string;
872
- conditions: {
873
- base: string;
874
- hover: string;
875
- active: string;
876
- selection: string;
877
- };
878
- };
879
- closeButton: {
880
- defaultClass: string;
881
- conditions: {
882
- base: string;
883
- hover: string;
884
- active: string;
885
- selection: string;
886
- };
887
- };
888
- closeButtonBackground: {
889
- defaultClass: string;
890
- conditions: {
891
- base: string;
892
- hover: string;
893
- active: string;
894
- selection: string;
895
- };
896
- };
897
- connectButtonBackground: {
898
- defaultClass: string;
899
- conditions: {
900
- base: string;
901
- hover: string;
902
- active: string;
903
- selection: string;
904
- };
905
- };
906
- connectButtonBackgroundError: {
907
- defaultClass: string;
908
- conditions: {
909
- base: string;
910
- hover: string;
911
- active: string;
912
- selection: string;
913
- };
914
- };
915
- connectButtonInnerBackground: {
916
- defaultClass: string;
917
- conditions: {
918
- base: string;
919
- hover: string;
920
- active: string;
921
- selection: string;
922
- };
923
- };
924
- connectButtonText: {
925
- defaultClass: string;
926
- conditions: {
927
- base: string;
928
- hover: string;
929
- active: string;
930
- selection: string;
931
- };
932
- };
933
- connectButtonTextError: {
934
- defaultClass: string;
935
- conditions: {
936
- base: string;
937
- hover: string;
938
- active: string;
939
- selection: string;
940
- };
941
- };
942
- connectionIndicator: {
943
- defaultClass: string;
944
- conditions: {
945
- base: string;
946
- hover: string;
947
- active: string;
948
- selection: string;
949
- };
950
- };
951
- downloadBottomCardBackground: {
952
- defaultClass: string;
953
- conditions: {
954
- base: string;
955
- hover: string;
956
- active: string;
957
- selection: string;
958
- };
959
- };
960
- downloadTopCardBackground: {
961
- defaultClass: string;
962
- conditions: {
963
- base: string;
964
- hover: string;
965
- active: string;
966
- selection: string;
967
- };
968
- };
969
- error: {
970
- defaultClass: string;
971
- conditions: {
972
- base: string;
973
- hover: string;
974
- active: string;
975
- selection: string;
976
- };
977
- };
978
- generalBorder: {
979
- defaultClass: string;
980
- conditions: {
981
- base: string;
982
- hover: string;
983
- active: string;
984
- selection: string;
985
- };
986
- };
987
- generalBorderDim: {
988
- defaultClass: string;
989
- conditions: {
990
- base: string;
991
- hover: string;
992
- active: string;
993
- selection: string;
994
- };
995
- };
996
- menuItemBackground: {
997
- defaultClass: string;
998
- conditions: {
999
- base: string;
1000
- hover: string;
1001
- active: string;
1002
- selection: string;
1003
- };
1004
- };
1005
- modalText: {
1006
- defaultClass: string;
1007
- conditions: {
1008
- base: string;
1009
- hover: string;
1010
- active: string;
1011
- selection: string;
1012
- };
1013
- };
1014
- modalTextDim: {
1015
- defaultClass: string;
1016
- conditions: {
1017
- base: string;
1018
- hover: string;
1019
- active: string;
1020
- selection: string;
1021
- };
1022
- };
1023
- modalTextSecondary: {
1024
- defaultClass: string;
1025
- conditions: {
1026
- base: string;
1027
- hover: string;
1028
- active: string;
1029
- selection: string;
1030
- };
1031
- };
1032
- profileAction: {
1033
- defaultClass: string;
1034
- conditions: {
1035
- base: string;
1036
- hover: string;
1037
- active: string;
1038
- selection: string;
1039
- };
1040
- };
1041
- profileActionHover: {
1042
- defaultClass: string;
1043
- conditions: {
1044
- base: string;
1045
- hover: string;
1046
- active: string;
1047
- selection: string;
1048
- };
1049
- };
1050
- profileForeground: {
1051
- defaultClass: string;
1052
- conditions: {
1053
- base: string;
1054
- hover: string;
1055
- active: string;
1056
- selection: string;
1057
- };
1058
- };
1059
- selectedOptionBorder: {
1060
- defaultClass: string;
1061
- conditions: {
1062
- base: string;
1063
- hover: string;
1064
- active: string;
1065
- selection: string;
1066
- };
1067
- };
1068
- standby: {
1069
- defaultClass: string;
1070
- conditions: {
1071
- base: string;
1072
- hover: string;
1073
- active: string;
1074
- selection: string;
1075
- };
1076
- };
1077
- solidLine: {
1078
- defaultClass: string;
1079
- conditions: {
1080
- base: string;
1081
- hover: string;
1082
- active: string;
1083
- selection: string;
1084
- };
1085
- };
1086
- leftTranslucentLine: {
1087
- defaultClass: string;
1088
- conditions: {
1089
- base: string;
1090
- hover: string;
1091
- active: string;
1092
- selection: string;
1093
- };
1094
- };
1095
- rightTranslucentLine: {
1096
- defaultClass: string;
1097
- conditions: {
1098
- base: string;
1099
- hover: string;
1100
- active: string;
1101
- selection: string;
1102
- };
1103
- };
1104
- loadingBase: {
1105
- defaultClass: string;
1106
- conditions: {
1107
- base: string;
1108
- hover: string;
1109
- active: string;
1110
- selection: string;
1111
- };
1112
- };
1113
- loadingAccent: {
1114
- defaultClass: string;
1115
- conditions: {
1116
- base: string;
1117
- hover: string;
1118
- active: string;
1119
- selection: string;
1120
- };
1121
- };
1122
- modalBackdrop: {
1123
- defaultClass: string;
1124
- conditions: {
1125
- base: string;
1126
- hover: string;
1127
- active: string;
1128
- selection: string;
1129
- };
1130
- };
1131
- modalBackground: {
1132
- defaultClass: string;
1133
- conditions: {
1134
- base: string;
1135
- hover: string;
1136
- active: string;
1137
- selection: string;
1138
- };
1139
- };
1140
- modalBorder: {
1141
- defaultClass: string;
1142
- conditions: {
1143
- base: string;
1144
- hover: string;
1145
- active: string;
1146
- selection: string;
1147
- };
1148
- };
1149
- notificationPrimary: {
1150
- defaultClass: string;
1151
- conditions: {
1152
- base: string;
1153
- hover: string;
1154
- active: string;
1155
- selection: string;
1156
- };
1157
- };
1158
- textPrimary: {
1159
- defaultClass: string;
1160
- conditions: {
1161
- base: string;
1162
- hover: string;
1163
- active: string;
1164
- selection: string;
1165
- };
1166
- };
1167
- textSecondary: {
1168
- defaultClass: string;
1169
- conditions: {
1170
- base: string;
1171
- hover: string;
1172
- active: string;
1173
- selection: string;
1174
- };
1175
- };
1176
- textTertiary: {
1177
- defaultClass: string;
1178
- conditions: {
1179
- base: string;
1180
- hover: string;
1181
- active: string;
1182
- selection: string;
1183
- };
1184
- };
1185
- textDisabled: {
1186
- defaultClass: string;
1187
- conditions: {
1188
- base: string;
1189
- hover: string;
1190
- active: string;
1191
- selection: string;
1192
- };
1193
- };
1194
- textSelection: {
1195
- defaultClass: string;
1196
- conditions: {
1197
- base: string;
1198
- hover: string;
1199
- active: string;
1200
- selection: string;
1201
- };
1202
- };
1203
- inputFieldPrimary: {
1204
- defaultClass: string;
1205
- conditions: {
1206
- base: string;
1207
- hover: string;
1208
- active: string;
1209
- selection: string;
1210
- };
1211
- };
1212
- inputFieldPlaceholder: {
1213
- defaultClass: string;
1214
- conditions: {
1215
- base: string;
1216
- hover: string;
1217
- active: string;
1218
- selection: string;
1219
- };
1220
- };
1221
- inputFieldDisabled: {
1222
- defaultClass: string;
1223
- conditions: {
1224
- base: string;
1225
- hover: string;
1226
- active: string;
1227
- selection: string;
1228
- };
1229
- };
1230
- strokePrimary: {
1231
- defaultClass: string;
1232
- conditions: {
1233
- base: string;
1234
- hover: string;
1235
- active: string;
1236
- selection: string;
1237
- };
1238
- };
1239
- strokeSecondary: {
1240
- defaultClass: string;
1241
- conditions: {
1242
- base: string;
1243
- hover: string;
1244
- active: string;
1245
- selection: string;
1246
- };
1247
- };
1248
- buttonPrimary: {
1249
- defaultClass: string;
1250
- conditions: {
1251
- base: string;
1252
- hover: string;
1253
- active: string;
1254
- selection: string;
1255
- };
1256
- };
1257
- buttonProcessing: {
1258
- defaultClass: string;
1259
- conditions: {
1260
- base: string;
1261
- hover: string;
1262
- active: string;
1263
- selection: string;
1264
- };
1265
- };
1266
- buttonDisabled: {
1267
- defaultClass: string;
1268
- conditions: {
1269
- base: string;
1270
- hover: string;
1271
- active: string;
1272
- selection: string;
1273
- };
1274
- };
1275
- buttonWarning: {
1276
- defaultClass: string;
1277
- conditions: {
1278
- base: string;
1279
- hover: string;
1280
- active: string;
1281
- selection: string;
1282
- };
1283
- };
1284
- buttonTextWarning: {
1285
- defaultClass: string;
1286
- conditions: {
1287
- base: string;
1288
- hover: string;
1289
- active: string;
1290
- selection: string;
1291
- };
1292
- };
1293
- buttonTextPrimary: {
1294
- defaultClass: string;
1295
- conditions: {
1296
- base: string;
1297
- hover: string;
1298
- active: string;
1299
- selection: string;
1300
- };
1301
- };
1302
- buttonTextSecondary: {
1303
- defaultClass: string;
1304
- conditions: {
1305
- base: string;
1306
- hover: string;
1307
- active: string;
1308
- selection: string;
1309
- };
1310
- };
1311
- buttonTextDisabled: {
1312
- defaultClass: string;
1313
- conditions: {
1314
- base: string;
1315
- hover: string;
1316
- active: string;
1317
- selection: string;
1318
- };
1319
- };
1320
- };
1321
- };
1322
- boxShadow: {
1323
- values: {
1324
- connectButton: {
1325
- defaultClass: string;
1326
- conditions: {
1327
- base: string;
1328
- hover: string;
1329
- active: string;
1330
- selection: string;
1331
- };
1332
- };
1333
- dialog: {
1334
- defaultClass: string;
1335
- conditions: {
1336
- base: string;
1337
- hover: string;
1338
- active: string;
1339
- selection: string;
1340
- };
1341
- };
1342
- profileDetailsAction: {
1343
- defaultClass: string;
1344
- conditions: {
1345
- base: string;
1346
- hover: string;
1347
- active: string;
1348
- selection: string;
1349
- };
1350
- };
1351
- selectedOption: {
1352
- defaultClass: string;
1353
- conditions: {
1354
- base: string;
1355
- hover: string;
1356
- active: string;
1357
- selection: string;
1358
- };
1359
- };
1360
- selectedWallet: {
1361
- defaultClass: string;
1362
- conditions: {
1363
- base: string;
1364
- hover: string;
1365
- active: string;
1366
- selection: string;
1367
- };
1368
- };
1369
- walletLogo: {
1370
- defaultClass: string;
1371
- conditions: {
1372
- base: string;
1373
- hover: string;
1374
- active: string;
1375
- selection: string;
1376
- };
1377
- };
1378
- };
1379
- };
1380
- color: {
1381
- values: {
1382
- transparent: {
1383
- defaultClass: string;
1384
- conditions: {
1385
- base: string;
1386
- hover: string;
1387
- active: string;
1388
- selection: string;
1389
- };
1390
- };
1391
- accentColor: {
1392
- defaultClass: string;
1393
- conditions: {
1394
- base: string;
1395
- hover: string;
1396
- active: string;
1397
- selection: string;
1398
- };
1399
- };
1400
- accentColorForeground: {
1401
- defaultClass: string;
1402
- conditions: {
1403
- base: string;
1404
- hover: string;
1405
- active: string;
1406
- selection: string;
1407
- };
1408
- };
1409
- actionButtonBorder: {
1410
- defaultClass: string;
1411
- conditions: {
1412
- base: string;
1413
- hover: string;
1414
- active: string;
1415
- selection: string;
1416
- };
1417
- };
1418
- actionButtonBorderMobile: {
1419
- defaultClass: string;
1420
- conditions: {
1421
- base: string;
1422
- hover: string;
1423
- active: string;
1424
- selection: string;
1425
- };
1426
- };
1427
- actionButtonSecondaryBackground: {
1428
- defaultClass: string;
1429
- conditions: {
1430
- base: string;
1431
- hover: string;
1432
- active: string;
1433
- selection: string;
1434
- };
1435
- };
1436
- actionButtonDisabled: {
1437
- defaultClass: string;
1438
- conditions: {
1439
- base: string;
1440
- hover: string;
1441
- active: string;
1442
- selection: string;
1443
- };
1444
- };
1445
- closeButton: {
1446
- defaultClass: string;
1447
- conditions: {
1448
- base: string;
1449
- hover: string;
1450
- active: string;
1451
- selection: string;
1452
- };
1453
- };
1454
- closeButtonBackground: {
1455
- defaultClass: string;
1456
- conditions: {
1457
- base: string;
1458
- hover: string;
1459
- active: string;
1460
- selection: string;
1461
- };
1462
- };
1463
- connectButtonBackground: {
1464
- defaultClass: string;
1465
- conditions: {
1466
- base: string;
1467
- hover: string;
1468
- active: string;
1469
- selection: string;
1470
- };
1471
- };
1472
- connectButtonBackgroundError: {
1473
- defaultClass: string;
1474
- conditions: {
1475
- base: string;
1476
- hover: string;
1477
- active: string;
1478
- selection: string;
1479
- };
1480
- };
1481
- connectButtonInnerBackground: {
1482
- defaultClass: string;
1483
- conditions: {
1484
- base: string;
1485
- hover: string;
1486
- active: string;
1487
- selection: string;
1488
- };
1489
- };
1490
- connectButtonText: {
1491
- defaultClass: string;
1492
- conditions: {
1493
- base: string;
1494
- hover: string;
1495
- active: string;
1496
- selection: string;
1497
- };
1498
- };
1499
- connectButtonTextError: {
1500
- defaultClass: string;
1501
- conditions: {
1502
- base: string;
1503
- hover: string;
1504
- active: string;
1505
- selection: string;
1506
- };
1507
- };
1508
- connectionIndicator: {
1509
- defaultClass: string;
1510
- conditions: {
1511
- base: string;
1512
- hover: string;
1513
- active: string;
1514
- selection: string;
1515
- };
1516
- };
1517
- downloadBottomCardBackground: {
1518
- defaultClass: string;
1519
- conditions: {
1520
- base: string;
1521
- hover: string;
1522
- active: string;
1523
- selection: string;
1524
- };
1525
- };
1526
- downloadTopCardBackground: {
1527
- defaultClass: string;
1528
- conditions: {
1529
- base: string;
1530
- hover: string;
1531
- active: string;
1532
- selection: string;
1533
- };
1534
- };
1535
- error: {
1536
- defaultClass: string;
1537
- conditions: {
1538
- base: string;
1539
- hover: string;
1540
- active: string;
1541
- selection: string;
1542
- };
1543
- };
1544
- generalBorder: {
1545
- defaultClass: string;
1546
- conditions: {
1547
- base: string;
1548
- hover: string;
1549
- active: string;
1550
- selection: string;
1551
- };
1552
- };
1553
- generalBorderDim: {
1554
- defaultClass: string;
1555
- conditions: {
1556
- base: string;
1557
- hover: string;
1558
- active: string;
1559
- selection: string;
1560
- };
1561
- };
1562
- menuItemBackground: {
1563
- defaultClass: string;
1564
- conditions: {
1565
- base: string;
1566
- hover: string;
1567
- active: string;
1568
- selection: string;
1569
- };
1570
- };
1571
- modalText: {
1572
- defaultClass: string;
1573
- conditions: {
1574
- base: string;
1575
- hover: string;
1576
- active: string;
1577
- selection: string;
1578
- };
1579
- };
1580
- modalTextDim: {
1581
- defaultClass: string;
1582
- conditions: {
1583
- base: string;
1584
- hover: string;
1585
- active: string;
1586
- selection: string;
1587
- };
1588
- };
1589
- modalTextSecondary: {
1590
- defaultClass: string;
1591
- conditions: {
1592
- base: string;
1593
- hover: string;
1594
- active: string;
1595
- selection: string;
1596
- };
1597
- };
1598
- profileAction: {
1599
- defaultClass: string;
1600
- conditions: {
1601
- base: string;
1602
- hover: string;
1603
- active: string;
1604
- selection: string;
1605
- };
1606
- };
1607
- profileActionHover: {
1608
- defaultClass: string;
1609
- conditions: {
1610
- base: string;
1611
- hover: string;
1612
- active: string;
1613
- selection: string;
1614
- };
1615
- };
1616
- profileForeground: {
1617
- defaultClass: string;
1618
- conditions: {
1619
- base: string;
1620
- hover: string;
1621
- active: string;
1622
- selection: string;
1623
- };
1624
- };
1625
- selectedOptionBorder: {
1626
- defaultClass: string;
1627
- conditions: {
1628
- base: string;
1629
- hover: string;
1630
- active: string;
1631
- selection: string;
1632
- };
1633
- };
1634
- standby: {
1635
- defaultClass: string;
1636
- conditions: {
1637
- base: string;
1638
- hover: string;
1639
- active: string;
1640
- selection: string;
1641
- };
1642
- };
1643
- solidLine: {
1644
- defaultClass: string;
1645
- conditions: {
1646
- base: string;
1647
- hover: string;
1648
- active: string;
1649
- selection: string;
1650
- };
1651
- };
1652
- leftTranslucentLine: {
1653
- defaultClass: string;
1654
- conditions: {
1655
- base: string;
1656
- hover: string;
1657
- active: string;
1658
- selection: string;
1659
- };
1660
- };
1661
- rightTranslucentLine: {
1662
- defaultClass: string;
1663
- conditions: {
1664
- base: string;
1665
- hover: string;
1666
- active: string;
1667
- selection: string;
1668
- };
1669
- };
1670
- loadingBase: {
1671
- defaultClass: string;
1672
- conditions: {
1673
- base: string;
1674
- hover: string;
1675
- active: string;
1676
- selection: string;
1677
- };
1678
- };
1679
- loadingAccent: {
1680
- defaultClass: string;
1681
- conditions: {
1682
- base: string;
1683
- hover: string;
1684
- active: string;
1685
- selection: string;
1686
- };
1687
- };
1688
- modalBackdrop: {
1689
- defaultClass: string;
1690
- conditions: {
1691
- base: string;
1692
- hover: string;
1693
- active: string;
1694
- selection: string;
1695
- };
1696
- };
1697
- modalBackground: {
1698
- defaultClass: string;
1699
- conditions: {
1700
- base: string;
1701
- hover: string;
1702
- active: string;
1703
- selection: string;
1704
- };
1705
- };
1706
- modalBorder: {
1707
- defaultClass: string;
1708
- conditions: {
1709
- base: string;
1710
- hover: string;
1711
- active: string;
1712
- selection: string;
1713
- };
1714
- };
1715
- notificationPrimary: {
1716
- defaultClass: string;
1717
- conditions: {
1718
- base: string;
1719
- hover: string;
1720
- active: string;
1721
- selection: string;
1722
- };
1723
- };
1724
- textPrimary: {
1725
- defaultClass: string;
1726
- conditions: {
1727
- base: string;
1728
- hover: string;
1729
- active: string;
1730
- selection: string;
1731
- };
1732
- };
1733
- textSecondary: {
1734
- defaultClass: string;
1735
- conditions: {
1736
- base: string;
1737
- hover: string;
1738
- active: string;
1739
- selection: string;
1740
- };
1741
- };
1742
- textTertiary: {
1743
- defaultClass: string;
1744
- conditions: {
1745
- base: string;
1746
- hover: string;
1747
- active: string;
1748
- selection: string;
1749
- };
1750
- };
1751
- textDisabled: {
1752
- defaultClass: string;
1753
- conditions: {
1754
- base: string;
1755
- hover: string;
1756
- active: string;
1757
- selection: string;
1758
- };
1759
- };
1760
- textSelection: {
1761
- defaultClass: string;
1762
- conditions: {
1763
- base: string;
1764
- hover: string;
1765
- active: string;
1766
- selection: string;
1767
- };
1768
- };
1769
- inputFieldPrimary: {
1770
- defaultClass: string;
1771
- conditions: {
1772
- base: string;
1773
- hover: string;
1774
- active: string;
1775
- selection: string;
1776
- };
1777
- };
1778
- inputFieldPlaceholder: {
1779
- defaultClass: string;
1780
- conditions: {
1781
- base: string;
1782
- hover: string;
1783
- active: string;
1784
- selection: string;
1785
- };
1786
- };
1787
- inputFieldDisabled: {
1788
- defaultClass: string;
1789
- conditions: {
1790
- base: string;
1791
- hover: string;
1792
- active: string;
1793
- selection: string;
1794
- };
1795
- };
1796
- strokePrimary: {
1797
- defaultClass: string;
1798
- conditions: {
1799
- base: string;
1800
- hover: string;
1801
- active: string;
1802
- selection: string;
1803
- };
1804
- };
1805
- strokeSecondary: {
1806
- defaultClass: string;
1807
- conditions: {
1808
- base: string;
1809
- hover: string;
1810
- active: string;
1811
- selection: string;
1812
- };
1813
- };
1814
- buttonPrimary: {
1815
- defaultClass: string;
1816
- conditions: {
1817
- base: string;
1818
- hover: string;
1819
- active: string;
1820
- selection: string;
1821
- };
1822
- };
1823
- buttonProcessing: {
1824
- defaultClass: string;
1825
- conditions: {
1826
- base: string;
1827
- hover: string;
1828
- active: string;
1829
- selection: string;
1830
- };
1831
- };
1832
- buttonDisabled: {
1833
- defaultClass: string;
1834
- conditions: {
1835
- base: string;
1836
- hover: string;
1837
- active: string;
1838
- selection: string;
1839
- };
1840
- };
1841
- buttonWarning: {
1842
- defaultClass: string;
1843
- conditions: {
1844
- base: string;
1845
- hover: string;
1846
- active: string;
1847
- selection: string;
1848
- };
1849
- };
1850
- buttonTextWarning: {
1851
- defaultClass: string;
1852
- conditions: {
1853
- base: string;
1854
- hover: string;
1855
- active: string;
1856
- selection: string;
1857
- };
1858
- };
1859
- buttonTextPrimary: {
1860
- defaultClass: string;
1861
- conditions: {
1862
- base: string;
1863
- hover: string;
1864
- active: string;
1865
- selection: string;
1866
- };
1867
- };
1868
- buttonTextSecondary: {
1869
- defaultClass: string;
1870
- conditions: {
1871
- base: string;
1872
- hover: string;
1873
- active: string;
1874
- selection: string;
1875
- };
1876
- };
1877
- buttonTextDisabled: {
1878
- defaultClass: string;
1879
- conditions: {
1880
- base: string;
1881
- hover: string;
1882
- active: string;
1883
- selection: string;
1884
- };
1885
- };
1886
- };
1887
- };
1888
- };
1889
- }, {
1890
- conditions: {
1891
- defaultCondition: "smallScreen";
1892
- conditionNames: ("smallScreen" | "largeScreen")[];
1893
- };
1894
- styles: {
1895
- alignItems: {
1896
- values: {
1897
- "flex-start": {
1898
- defaultClass: string;
1899
- conditions: {
1900
- smallScreen: string;
1901
- largeScreen: string;
1902
- };
1903
- };
1904
- "flex-end": {
1905
- defaultClass: string;
1906
- conditions: {
1907
- smallScreen: string;
1908
- largeScreen: string;
1909
- };
1910
- };
1911
- center: {
1912
- defaultClass: string;
1913
- conditions: {
1914
- smallScreen: string;
1915
- largeScreen: string;
1916
- };
1917
- };
1918
- };
1919
- };
1920
- display: {
1921
- values: {
1922
- [x: string]: {
1923
- defaultClass: string;
1924
- conditions: {
1925
- smallScreen: string;
1926
- largeScreen: string;
1927
- };
1928
- };
1929
- };
1930
- };
1931
- };
1932
- }, {
1933
- conditions: never;
1934
- styles: {
1935
- readonly alignSelf: {
1936
- values: {
1937
- "flex-start": {
1938
- defaultClass: string;
1939
- };
1940
- "flex-end": {
1941
- defaultClass: string;
1942
- };
1943
- center: {
1944
- defaultClass: string;
1945
- };
1946
- };
1947
- };
1948
- readonly backgroundSize: {
1949
- values: {
1950
- cover: {
1951
- defaultClass: string;
1952
- };
1953
- };
1954
- };
1955
- readonly borderRadius: {
1956
- values: {
1957
- 1: {
1958
- defaultClass: string;
1959
- };
1960
- actionButton: {
1961
- defaultClass: string;
1962
- };
1963
- connectButton: {
1964
- defaultClass: string;
1965
- };
1966
- menuButton: {
1967
- defaultClass: string;
1968
- };
1969
- modal: {
1970
- defaultClass: string;
1971
- };
1972
- modalMobile: {
1973
- defaultClass: string;
1974
- };
1975
- 6: {
1976
- defaultClass: string;
1977
- };
1978
- 10: {
1979
- defaultClass: string;
1980
- };
1981
- 13: {
1982
- defaultClass: string;
1983
- };
1984
- 16: {
1985
- defaultClass: string;
1986
- };
1987
- 24: {
1988
- defaultClass: string;
1989
- };
1990
- "25%": {
1991
- defaultClass: string;
1992
- };
1993
- full: {
1994
- defaultClass: string;
1995
- };
1996
- };
1997
- };
1998
- readonly borderStyle: {
1999
- values: {
2000
- solid: {
2001
- defaultClass: string;
2002
- };
2003
- dotted: {
2004
- defaultClass: string;
2005
- };
2006
- hidden: {
2007
- defaultClass: string;
2008
- };
2009
- };
2010
- };
2011
- readonly borderWidth: {
2012
- values: {
2013
- 0: {
2014
- defaultClass: string;
2015
- };
2016
- 1: {
2017
- defaultClass: string;
2018
- };
2019
- 2: {
2020
- defaultClass: string;
2021
- };
2022
- 4: {
2023
- defaultClass: string;
2024
- };
2025
- };
2026
- };
2027
- readonly cursor: {
2028
- values: {
2029
- pointer: {
2030
- defaultClass: string;
2031
- };
2032
- };
2033
- };
2034
- readonly flexDirection: {
2035
- values: {
2036
- row: {
2037
- defaultClass: string;
2038
- };
2039
- column: {
2040
- defaultClass: string;
2041
- };
2042
- };
2043
- };
2044
- readonly fontFamily: {
2045
- values: {
2046
- body: {
2047
- defaultClass: string;
2048
- };
2049
- };
2050
- };
2051
- readonly fontSize: {
2052
- values: {
2053
- 10: {
2054
- defaultClass: string;
2055
- };
2056
- 13: {
2057
- defaultClass: string;
2058
- };
2059
- 16: {
2060
- defaultClass: string;
2061
- };
2062
- 12: {
2063
- defaultClass: string;
2064
- };
2065
- 14: {
2066
- defaultClass: string;
2067
- };
2068
- 18: {
2069
- defaultClass: string;
2070
- };
2071
- 20: {
2072
- defaultClass: string;
2073
- };
2074
- 23: {
2075
- defaultClass: string;
2076
- };
2077
- 57: {
2078
- defaultClass: string;
2079
- };
2080
- };
2081
- };
2082
- readonly fontWeight: {
2083
- values: {
2084
- regular: {
2085
- defaultClass: string;
2086
- };
2087
- medium: {
2088
- defaultClass: string;
2089
- };
2090
- semibold: {
2091
- defaultClass: string;
2092
- };
2093
- bold: {
2094
- defaultClass: string;
2095
- };
2096
- heavy: {
2097
- defaultClass: string;
2098
- };
2099
- };
2100
- };
2101
- readonly gap: {
2102
- values: {
2103
- 0: {
2104
- defaultClass: string;
2105
- };
2106
- 1: {
2107
- defaultClass: string;
2108
- };
2109
- 2: {
2110
- defaultClass: string;
2111
- };
2112
- 3: {
2113
- defaultClass: string;
2114
- };
2115
- 6: {
2116
- defaultClass: string;
2117
- };
2118
- 10: {
2119
- defaultClass: string;
2120
- };
2121
- 16: {
2122
- defaultClass: string;
2123
- };
2124
- 24: {
2125
- defaultClass: string;
2126
- };
2127
- 4: {
2128
- defaultClass: string;
2129
- };
2130
- 12: {
2131
- defaultClass: string;
2132
- };
2133
- 14: {
2134
- defaultClass: string;
2135
- };
2136
- 18: {
2137
- defaultClass: string;
2138
- };
2139
- 20: {
2140
- defaultClass: string;
2141
- };
2142
- [-1]: {
2143
- defaultClass: string;
2144
- };
2145
- 5: {
2146
- defaultClass: string;
2147
- };
2148
- 8: {
2149
- defaultClass: string;
2150
- };
2151
- 28: {
2152
- defaultClass: string;
2153
- };
2154
- 30: {
2155
- defaultClass: string;
2156
- };
2157
- 32: {
2158
- defaultClass: string;
2159
- };
2160
- 36: {
2161
- defaultClass: string;
2162
- };
2163
- 44: {
2164
- defaultClass: string;
2165
- };
2166
- 64: {
2167
- defaultClass: string;
2168
- };
2169
- };
2170
- };
2171
- readonly height: {
2172
- values: {
2173
- 1: {
2174
- defaultClass: string;
2175
- };
2176
- 2: {
2177
- defaultClass: string;
2178
- };
2179
- 10: {
2180
- defaultClass: string;
2181
- };
2182
- 24: {
2183
- defaultClass: string;
2184
- };
2185
- full: {
2186
- defaultClass: string;
2187
- };
2188
- 4: {
2189
- defaultClass: string;
2190
- };
2191
- 12: {
2192
- defaultClass: string;
2193
- };
2194
- 14: {
2195
- defaultClass: string;
2196
- };
2197
- 20: {
2198
- defaultClass: string;
2199
- };
2200
- 400: {
2201
- defaultClass: string;
2202
- };
2203
- 8: {
2204
- defaultClass: string;
2205
- };
2206
- 28: {
2207
- defaultClass: string;
2208
- };
2209
- 30: {
2210
- defaultClass: string;
2211
- };
2212
- 32: {
2213
- defaultClass: string;
2214
- };
2215
- 36: {
2216
- defaultClass: string;
2217
- };
2218
- 44: {
2219
- defaultClass: string;
2220
- };
2221
- 34: {
2222
- defaultClass: string;
2223
- };
2224
- 40: {
2225
- defaultClass: string;
2226
- };
2227
- 48: {
2228
- defaultClass: string;
2229
- };
2230
- 54: {
2231
- defaultClass: string;
2232
- };
2233
- 60: {
2234
- defaultClass: string;
2235
- };
2236
- 93: {
2237
- defaultClass: string;
2238
- };
2239
- 100: {
2240
- defaultClass: string;
2241
- };
2242
- 108: {
2243
- defaultClass: string;
2244
- };
2245
- 162: {
2246
- defaultClass: string;
2247
- };
2248
- 192: {
2249
- defaultClass: string;
2250
- };
2251
- 200: {
2252
- defaultClass: string;
2253
- };
2254
- 210: {
2255
- defaultClass: string;
2256
- };
2257
- 220: {
2258
- defaultClass: string;
2259
- };
2260
- 230: {
2261
- defaultClass: string;
2262
- };
2263
- 240: {
2264
- defaultClass: string;
2265
- };
2266
- 256: {
2267
- defaultClass: string;
2268
- };
2269
- 320: {
2270
- defaultClass: string;
2271
- };
2272
- 440: {
2273
- defaultClass: string;
2274
- };
2275
- 600: {
2276
- defaultClass: string;
2277
- };
2278
- half: {
2279
- defaultClass: string;
2280
- };
2281
- max: {
2282
- defaultClass: string;
2283
- };
2284
- };
2285
- };
2286
- readonly justifyContent: {
2287
- values: {
2288
- "flex-start": {
2289
- defaultClass: string;
2290
- };
2291
- "flex-end": {
2292
- defaultClass: string;
2293
- };
2294
- center: {
2295
- defaultClass: string;
2296
- };
2297
- "space-between": {
2298
- defaultClass: string;
2299
- };
2300
- "space-around": {
2301
- defaultClass: string;
2302
- };
2303
- };
2304
- };
2305
- readonly textAlign: {
2306
- values: {
2307
- left: {
2308
- defaultClass: string;
2309
- };
2310
- inherit: {
2311
- defaultClass: string;
2312
- };
2313
- center: {
2314
- defaultClass: string;
2315
- };
2316
- };
2317
- };
2318
- readonly marginBottom: {
2319
- values: {
2320
- 0: {
2321
- defaultClass: string;
2322
- };
2323
- 1: {
2324
- defaultClass: string;
2325
- };
2326
- 2: {
2327
- defaultClass: string;
2328
- };
2329
- 3: {
2330
- defaultClass: string;
2331
- };
2332
- 6: {
2333
- defaultClass: string;
2334
- };
2335
- 10: {
2336
- defaultClass: string;
2337
- };
2338
- 16: {
2339
- defaultClass: string;
2340
- };
2341
- 24: {
2342
- defaultClass: string;
2343
- };
2344
- 4: {
2345
- defaultClass: string;
2346
- };
2347
- 12: {
2348
- defaultClass: string;
2349
- };
2350
- 14: {
2351
- defaultClass: string;
2352
- };
2353
- 18: {
2354
- defaultClass: string;
2355
- };
2356
- 20: {
2357
- defaultClass: string;
2358
- };
2359
- [-1]: {
2360
- defaultClass: string;
2361
- };
2362
- 5: {
2363
- defaultClass: string;
2364
- };
2365
- 8: {
2366
- defaultClass: string;
2367
- };
2368
- 28: {
2369
- defaultClass: string;
2370
- };
2371
- 30: {
2372
- defaultClass: string;
2373
- };
2374
- 32: {
2375
- defaultClass: string;
2376
- };
2377
- 36: {
2378
- defaultClass: string;
2379
- };
2380
- 44: {
2381
- defaultClass: string;
2382
- };
2383
- 64: {
2384
- defaultClass: string;
2385
- };
2386
- };
2387
- };
2388
- readonly marginLeft: {
2389
- values: {
2390
- 0: {
2391
- defaultClass: string;
2392
- };
2393
- 1: {
2394
- defaultClass: string;
2395
- };
2396
- 2: {
2397
- defaultClass: string;
2398
- };
2399
- 3: {
2400
- defaultClass: string;
2401
- };
2402
- 6: {
2403
- defaultClass: string;
2404
- };
2405
- 10: {
2406
- defaultClass: string;
2407
- };
2408
- 16: {
2409
- defaultClass: string;
2410
- };
2411
- 24: {
2412
- defaultClass: string;
2413
- };
2414
- 4: {
2415
- defaultClass: string;
2416
- };
2417
- 12: {
2418
- defaultClass: string;
2419
- };
2420
- 14: {
2421
- defaultClass: string;
2422
- };
2423
- 18: {
2424
- defaultClass: string;
2425
- };
2426
- 20: {
2427
- defaultClass: string;
2428
- };
2429
- [-1]: {
2430
- defaultClass: string;
2431
- };
2432
- 5: {
2433
- defaultClass: string;
2434
- };
2435
- 8: {
2436
- defaultClass: string;
2437
- };
2438
- 28: {
2439
- defaultClass: string;
2440
- };
2441
- 30: {
2442
- defaultClass: string;
2443
- };
2444
- 32: {
2445
- defaultClass: string;
2446
- };
2447
- 36: {
2448
- defaultClass: string;
2449
- };
2450
- 44: {
2451
- defaultClass: string;
2452
- };
2453
- 64: {
2454
- defaultClass: string;
2455
- };
2456
- };
2457
- };
2458
- readonly marginRight: {
2459
- values: {
2460
- 0: {
2461
- defaultClass: string;
2462
- };
2463
- 1: {
2464
- defaultClass: string;
2465
- };
2466
- 2: {
2467
- defaultClass: string;
2468
- };
2469
- 3: {
2470
- defaultClass: string;
2471
- };
2472
- 6: {
2473
- defaultClass: string;
2474
- };
2475
- 10: {
2476
- defaultClass: string;
2477
- };
2478
- 16: {
2479
- defaultClass: string;
2480
- };
2481
- 24: {
2482
- defaultClass: string;
2483
- };
2484
- 4: {
2485
- defaultClass: string;
2486
- };
2487
- 12: {
2488
- defaultClass: string;
2489
- };
2490
- 14: {
2491
- defaultClass: string;
2492
- };
2493
- 18: {
2494
- defaultClass: string;
2495
- };
2496
- 20: {
2497
- defaultClass: string;
2498
- };
2499
- [-1]: {
2500
- defaultClass: string;
2501
- };
2502
- 5: {
2503
- defaultClass: string;
2504
- };
2505
- 8: {
2506
- defaultClass: string;
2507
- };
2508
- 28: {
2509
- defaultClass: string;
2510
- };
2511
- 30: {
2512
- defaultClass: string;
2513
- };
2514
- 32: {
2515
- defaultClass: string;
2516
- };
2517
- 36: {
2518
- defaultClass: string;
2519
- };
2520
- 44: {
2521
- defaultClass: string;
2522
- };
2523
- 64: {
2524
- defaultClass: string;
2525
- };
2526
- };
2527
- };
2528
- readonly marginTop: {
2529
- values: {
2530
- 0: {
2531
- defaultClass: string;
2532
- };
2533
- 1: {
2534
- defaultClass: string;
2535
- };
2536
- 2: {
2537
- defaultClass: string;
2538
- };
2539
- 3: {
2540
- defaultClass: string;
2541
- };
2542
- 6: {
2543
- defaultClass: string;
2544
- };
2545
- 10: {
2546
- defaultClass: string;
2547
- };
2548
- 16: {
2549
- defaultClass: string;
2550
- };
2551
- 24: {
2552
- defaultClass: string;
2553
- };
2554
- 4: {
2555
- defaultClass: string;
2556
- };
2557
- 12: {
2558
- defaultClass: string;
2559
- };
2560
- 14: {
2561
- defaultClass: string;
2562
- };
2563
- 18: {
2564
- defaultClass: string;
2565
- };
2566
- 20: {
2567
- defaultClass: string;
2568
- };
2569
- [-1]: {
2570
- defaultClass: string;
2571
- };
2572
- 5: {
2573
- defaultClass: string;
2574
- };
2575
- 8: {
2576
- defaultClass: string;
2577
- };
2578
- 28: {
2579
- defaultClass: string;
2580
- };
2581
- 30: {
2582
- defaultClass: string;
2583
- };
2584
- 32: {
2585
- defaultClass: string;
2586
- };
2587
- 36: {
2588
- defaultClass: string;
2589
- };
2590
- 44: {
2591
- defaultClass: string;
2592
- };
2593
- 64: {
2594
- defaultClass: string;
2595
- };
2596
- };
2597
- };
2598
- readonly minHeight: {
2599
- values: {
2600
- 1: {
2601
- defaultClass: string;
2602
- };
2603
- 2: {
2604
- defaultClass: string;
2605
- };
2606
- 10: {
2607
- defaultClass: string;
2608
- };
2609
- 24: {
2610
- defaultClass: string;
2611
- };
2612
- full: {
2613
- defaultClass: string;
2614
- };
2615
- 4: {
2616
- defaultClass: string;
2617
- };
2618
- 12: {
2619
- defaultClass: string;
2620
- };
2621
- 14: {
2622
- defaultClass: string;
2623
- };
2624
- 20: {
2625
- defaultClass: string;
2626
- };
2627
- 400: {
2628
- defaultClass: string;
2629
- };
2630
- 8: {
2631
- defaultClass: string;
2632
- };
2633
- 28: {
2634
- defaultClass: string;
2635
- };
2636
- 30: {
2637
- defaultClass: string;
2638
- };
2639
- 32: {
2640
- defaultClass: string;
2641
- };
2642
- 36: {
2643
- defaultClass: string;
2644
- };
2645
- 44: {
2646
- defaultClass: string;
2647
- };
2648
- 34: {
2649
- defaultClass: string;
2650
- };
2651
- 40: {
2652
- defaultClass: string;
2653
- };
2654
- 48: {
2655
- defaultClass: string;
2656
- };
2657
- 54: {
2658
- defaultClass: string;
2659
- };
2660
- 60: {
2661
- defaultClass: string;
2662
- };
2663
- 93: {
2664
- defaultClass: string;
2665
- };
2666
- 100: {
2667
- defaultClass: string;
2668
- };
2669
- 108: {
2670
- defaultClass: string;
2671
- };
2672
- 162: {
2673
- defaultClass: string;
2674
- };
2675
- 192: {
2676
- defaultClass: string;
2677
- };
2678
- 200: {
2679
- defaultClass: string;
2680
- };
2681
- 210: {
2682
- defaultClass: string;
2683
- };
2684
- 220: {
2685
- defaultClass: string;
2686
- };
2687
- 230: {
2688
- defaultClass: string;
2689
- };
2690
- 240: {
2691
- defaultClass: string;
2692
- };
2693
- 256: {
2694
- defaultClass: string;
2695
- };
2696
- 320: {
2697
- defaultClass: string;
2698
- };
2699
- 440: {
2700
- defaultClass: string;
2701
- };
2702
- 600: {
2703
- defaultClass: string;
2704
- };
2705
- half: {
2706
- defaultClass: string;
2707
- };
2708
- max: {
2709
- defaultClass: string;
2710
- };
2711
- };
2712
- };
2713
- readonly maxHeight: {
2714
- values: {
2715
- 1: {
2716
- defaultClass: string;
2717
- };
2718
- 2: {
2719
- defaultClass: string;
2720
- };
2721
- 10: {
2722
- defaultClass: string;
2723
- };
2724
- 24: {
2725
- defaultClass: string;
2726
- };
2727
- full: {
2728
- defaultClass: string;
2729
- };
2730
- 4: {
2731
- defaultClass: string;
2732
- };
2733
- 12: {
2734
- defaultClass: string;
2735
- };
2736
- 14: {
2737
- defaultClass: string;
2738
- };
2739
- 20: {
2740
- defaultClass: string;
2741
- };
2742
- 400: {
2743
- defaultClass: string;
2744
- };
2745
- 8: {
2746
- defaultClass: string;
2747
- };
2748
- 28: {
2749
- defaultClass: string;
2750
- };
2751
- 30: {
2752
- defaultClass: string;
2753
- };
2754
- 32: {
2755
- defaultClass: string;
2756
- };
2757
- 36: {
2758
- defaultClass: string;
2759
- };
2760
- 44: {
2761
- defaultClass: string;
2762
- };
2763
- 34: {
2764
- defaultClass: string;
2765
- };
2766
- 40: {
2767
- defaultClass: string;
2768
- };
2769
- 48: {
2770
- defaultClass: string;
2771
- };
2772
- 54: {
2773
- defaultClass: string;
2774
- };
2775
- 60: {
2776
- defaultClass: string;
2777
- };
2778
- 93: {
2779
- defaultClass: string;
2780
- };
2781
- 100: {
2782
- defaultClass: string;
2783
- };
2784
- 108: {
2785
- defaultClass: string;
2786
- };
2787
- 162: {
2788
- defaultClass: string;
2789
- };
2790
- 192: {
2791
- defaultClass: string;
2792
- };
2793
- 200: {
2794
- defaultClass: string;
2795
- };
2796
- 210: {
2797
- defaultClass: string;
2798
- };
2799
- 220: {
2800
- defaultClass: string;
2801
- };
2802
- 230: {
2803
- defaultClass: string;
2804
- };
2805
- 240: {
2806
- defaultClass: string;
2807
- };
2808
- 256: {
2809
- defaultClass: string;
2810
- };
2811
- 320: {
2812
- defaultClass: string;
2813
- };
2814
- 440: {
2815
- defaultClass: string;
2816
- };
2817
- 600: {
2818
- defaultClass: string;
2819
- };
2820
- half: {
2821
- defaultClass: string;
2822
- };
2823
- max: {
2824
- defaultClass: string;
2825
- };
2826
- };
2827
- };
2828
- readonly maxWidth: {
2829
- values: {
2830
- 1: {
2831
- defaultClass: string;
2832
- };
2833
- 2: {
2834
- defaultClass: string;
2835
- };
2836
- 10: {
2837
- defaultClass: string;
2838
- };
2839
- 24: {
2840
- defaultClass: string;
2841
- };
2842
- full: {
2843
- defaultClass: string;
2844
- };
2845
- 4: {
2846
- defaultClass: string;
2847
- };
2848
- 12: {
2849
- defaultClass: string;
2850
- };
2851
- 14: {
2852
- defaultClass: string;
2853
- };
2854
- 20: {
2855
- defaultClass: string;
2856
- };
2857
- 400: {
2858
- defaultClass: string;
2859
- };
2860
- 8: {
2861
- defaultClass: string;
2862
- };
2863
- 28: {
2864
- defaultClass: string;
2865
- };
2866
- 30: {
2867
- defaultClass: string;
2868
- };
2869
- 32: {
2870
- defaultClass: string;
2871
- };
2872
- 36: {
2873
- defaultClass: string;
2874
- };
2875
- 44: {
2876
- defaultClass: string;
2877
- };
2878
- 34: {
2879
- defaultClass: string;
2880
- };
2881
- 40: {
2882
- defaultClass: string;
2883
- };
2884
- 48: {
2885
- defaultClass: string;
2886
- };
2887
- 54: {
2888
- defaultClass: string;
2889
- };
2890
- 60: {
2891
- defaultClass: string;
2892
- };
2893
- 93: {
2894
- defaultClass: string;
2895
- };
2896
- 100: {
2897
- defaultClass: string;
2898
- };
2899
- 108: {
2900
- defaultClass: string;
2901
- };
2902
- 162: {
2903
- defaultClass: string;
2904
- };
2905
- 192: {
2906
- defaultClass: string;
2907
- };
2908
- 200: {
2909
- defaultClass: string;
2910
- };
2911
- 210: {
2912
- defaultClass: string;
2913
- };
2914
- 220: {
2915
- defaultClass: string;
2916
- };
2917
- 230: {
2918
- defaultClass: string;
2919
- };
2920
- 240: {
2921
- defaultClass: string;
2922
- };
2923
- 256: {
2924
- defaultClass: string;
2925
- };
2926
- 320: {
2927
- defaultClass: string;
2928
- };
2929
- 440: {
2930
- defaultClass: string;
2931
- };
2932
- 600: {
2933
- defaultClass: string;
2934
- };
2935
- half: {
2936
- defaultClass: string;
2937
- };
2938
- max: {
2939
- defaultClass: string;
2940
- };
2941
- };
2942
- };
2943
- readonly minWidth: {
2944
- values: {
2945
- 1: {
2946
- defaultClass: string;
2947
- };
2948
- 2: {
2949
- defaultClass: string;
2950
- };
2951
- 10: {
2952
- defaultClass: string;
2953
- };
2954
- 24: {
2955
- defaultClass: string;
2956
- };
2957
- full: {
2958
- defaultClass: string;
2959
- };
2960
- 4: {
2961
- defaultClass: string;
2962
- };
2963
- 12: {
2964
- defaultClass: string;
2965
- };
2966
- 14: {
2967
- defaultClass: string;
2968
- };
2969
- 20: {
2970
- defaultClass: string;
2971
- };
2972
- 400: {
2973
- defaultClass: string;
2974
- };
2975
- 8: {
2976
- defaultClass: string;
2977
- };
2978
- 28: {
2979
- defaultClass: string;
2980
- };
2981
- 30: {
2982
- defaultClass: string;
2983
- };
2984
- 32: {
2985
- defaultClass: string;
2986
- };
2987
- 36: {
2988
- defaultClass: string;
2989
- };
2990
- 44: {
2991
- defaultClass: string;
2992
- };
2993
- 34: {
2994
- defaultClass: string;
2995
- };
2996
- 40: {
2997
- defaultClass: string;
2998
- };
2999
- 48: {
3000
- defaultClass: string;
3001
- };
3002
- 54: {
3003
- defaultClass: string;
3004
- };
3005
- 60: {
3006
- defaultClass: string;
3007
- };
3008
- 93: {
3009
- defaultClass: string;
3010
- };
3011
- 100: {
3012
- defaultClass: string;
3013
- };
3014
- 108: {
3015
- defaultClass: string;
3016
- };
3017
- 162: {
3018
- defaultClass: string;
3019
- };
3020
- 192: {
3021
- defaultClass: string;
3022
- };
3023
- 200: {
3024
- defaultClass: string;
3025
- };
3026
- 210: {
3027
- defaultClass: string;
3028
- };
3029
- 220: {
3030
- defaultClass: string;
3031
- };
3032
- 230: {
3033
- defaultClass: string;
3034
- };
3035
- 240: {
3036
- defaultClass: string;
3037
- };
3038
- 256: {
3039
- defaultClass: string;
3040
- };
3041
- 320: {
3042
- defaultClass: string;
3043
- };
3044
- 440: {
3045
- defaultClass: string;
3046
- };
3047
- 600: {
3048
- defaultClass: string;
3049
- };
3050
- half: {
3051
- defaultClass: string;
3052
- };
3053
- max: {
3054
- defaultClass: string;
3055
- };
3056
- };
3057
- };
3058
- readonly overflow: {
3059
- values: {
3060
- hidden: {
3061
- defaultClass: string;
3062
- };
3063
- };
3064
- };
3065
- readonly paddingBottom: {
3066
- values: {
3067
- 0: {
3068
- defaultClass: string;
3069
- };
3070
- 1: {
3071
- defaultClass: string;
3072
- };
3073
- 2: {
3074
- defaultClass: string;
3075
- };
3076
- 3: {
3077
- defaultClass: string;
3078
- };
3079
- 6: {
3080
- defaultClass: string;
3081
- };
3082
- 10: {
3083
- defaultClass: string;
3084
- };
3085
- 16: {
3086
- defaultClass: string;
3087
- };
3088
- 24: {
3089
- defaultClass: string;
3090
- };
3091
- 4: {
3092
- defaultClass: string;
3093
- };
3094
- 12: {
3095
- defaultClass: string;
3096
- };
3097
- 14: {
3098
- defaultClass: string;
3099
- };
3100
- 18: {
3101
- defaultClass: string;
3102
- };
3103
- 20: {
3104
- defaultClass: string;
3105
- };
3106
- [-1]: {
3107
- defaultClass: string;
3108
- };
3109
- 5: {
3110
- defaultClass: string;
3111
- };
3112
- 8: {
3113
- defaultClass: string;
3114
- };
3115
- 28: {
3116
- defaultClass: string;
3117
- };
3118
- 30: {
3119
- defaultClass: string;
3120
- };
3121
- 32: {
3122
- defaultClass: string;
3123
- };
3124
- 36: {
3125
- defaultClass: string;
3126
- };
3127
- 44: {
3128
- defaultClass: string;
3129
- };
3130
- 64: {
3131
- defaultClass: string;
3132
- };
3133
- };
3134
- };
3135
- readonly paddingLeft: {
3136
- values: {
3137
- 0: {
3138
- defaultClass: string;
3139
- };
3140
- 1: {
3141
- defaultClass: string;
3142
- };
3143
- 2: {
3144
- defaultClass: string;
3145
- };
3146
- 3: {
3147
- defaultClass: string;
3148
- };
3149
- 6: {
3150
- defaultClass: string;
3151
- };
3152
- 10: {
3153
- defaultClass: string;
3154
- };
3155
- 16: {
3156
- defaultClass: string;
3157
- };
3158
- 24: {
3159
- defaultClass: string;
3160
- };
3161
- 4: {
3162
- defaultClass: string;
3163
- };
3164
- 12: {
3165
- defaultClass: string;
3166
- };
3167
- 14: {
3168
- defaultClass: string;
3169
- };
3170
- 18: {
3171
- defaultClass: string;
3172
- };
3173
- 20: {
3174
- defaultClass: string;
3175
- };
3176
- [-1]: {
3177
- defaultClass: string;
3178
- };
3179
- 5: {
3180
- defaultClass: string;
3181
- };
3182
- 8: {
3183
- defaultClass: string;
3184
- };
3185
- 28: {
3186
- defaultClass: string;
3187
- };
3188
- 30: {
3189
- defaultClass: string;
3190
- };
3191
- 32: {
3192
- defaultClass: string;
3193
- };
3194
- 36: {
3195
- defaultClass: string;
3196
- };
3197
- 44: {
3198
- defaultClass: string;
3199
- };
3200
- 64: {
3201
- defaultClass: string;
3202
- };
3203
- };
3204
- };
3205
- readonly paddingRight: {
3206
- values: {
3207
- 0: {
3208
- defaultClass: string;
3209
- };
3210
- 1: {
3211
- defaultClass: string;
3212
- };
3213
- 2: {
3214
- defaultClass: string;
3215
- };
3216
- 3: {
3217
- defaultClass: string;
3218
- };
3219
- 6: {
3220
- defaultClass: string;
3221
- };
3222
- 10: {
3223
- defaultClass: string;
3224
- };
3225
- 16: {
3226
- defaultClass: string;
3227
- };
3228
- 24: {
3229
- defaultClass: string;
3230
- };
3231
- 4: {
3232
- defaultClass: string;
3233
- };
3234
- 12: {
3235
- defaultClass: string;
3236
- };
3237
- 14: {
3238
- defaultClass: string;
3239
- };
3240
- 18: {
3241
- defaultClass: string;
3242
- };
3243
- 20: {
3244
- defaultClass: string;
3245
- };
3246
- [-1]: {
3247
- defaultClass: string;
3248
- };
3249
- 5: {
3250
- defaultClass: string;
3251
- };
3252
- 8: {
3253
- defaultClass: string;
3254
- };
3255
- 28: {
3256
- defaultClass: string;
3257
- };
3258
- 30: {
3259
- defaultClass: string;
3260
- };
3261
- 32: {
3262
- defaultClass: string;
3263
- };
3264
- 36: {
3265
- defaultClass: string;
3266
- };
3267
- 44: {
3268
- defaultClass: string;
3269
- };
3270
- 64: {
3271
- defaultClass: string;
3272
- };
3273
- };
3274
- };
3275
- readonly paddingTop: {
3276
- values: {
3277
- 0: {
3278
- defaultClass: string;
3279
- };
3280
- 1: {
3281
- defaultClass: string;
3282
- };
3283
- 2: {
3284
- defaultClass: string;
3285
- };
3286
- 3: {
3287
- defaultClass: string;
3288
- };
3289
- 6: {
3290
- defaultClass: string;
3291
- };
3292
- 10: {
3293
- defaultClass: string;
3294
- };
3295
- 16: {
3296
- defaultClass: string;
3297
- };
3298
- 24: {
3299
- defaultClass: string;
3300
- };
3301
- 4: {
3302
- defaultClass: string;
3303
- };
3304
- 12: {
3305
- defaultClass: string;
3306
- };
3307
- 14: {
3308
- defaultClass: string;
3309
- };
3310
- 18: {
3311
- defaultClass: string;
3312
- };
3313
- 20: {
3314
- defaultClass: string;
3315
- };
3316
- [-1]: {
3317
- defaultClass: string;
3318
- };
3319
- 5: {
3320
- defaultClass: string;
3321
- };
3322
- 8: {
3323
- defaultClass: string;
3324
- };
3325
- 28: {
3326
- defaultClass: string;
3327
- };
3328
- 30: {
3329
- defaultClass: string;
3330
- };
3331
- 32: {
3332
- defaultClass: string;
3333
- };
3334
- 36: {
3335
- defaultClass: string;
3336
- };
3337
- 44: {
3338
- defaultClass: string;
3339
- };
3340
- 64: {
3341
- defaultClass: string;
3342
- };
3343
- };
3344
- };
3345
- readonly position: {
3346
- values: {
3347
- absolute: {
3348
- defaultClass: string;
3349
- };
3350
- fixed: {
3351
- defaultClass: string;
3352
- };
3353
- relative: {
3354
- defaultClass: string;
3355
- };
3356
- };
3357
- };
3358
- readonly right: {
3359
- values: {
3360
- 0: {
3361
- defaultClass: string;
3362
- };
3363
- };
3364
- };
3365
- readonly transition: {
3366
- values: {
3367
- default: {
3368
- defaultClass: string;
3369
- };
3370
- transform: {
3371
- defaultClass: string;
3372
- };
3373
- };
3374
- };
3375
- readonly userSelect: {
3376
- values: {
3377
- none: {
3378
- defaultClass: string;
3379
- };
3380
- };
3381
- };
3382
- readonly width: {
3383
- values: {
3384
- 1: {
3385
- defaultClass: string;
3386
- };
3387
- 2: {
3388
- defaultClass: string;
3389
- };
3390
- 10: {
3391
- defaultClass: string;
3392
- };
3393
- 24: {
3394
- defaultClass: string;
3395
- };
3396
- full: {
3397
- defaultClass: string;
3398
- };
3399
- 4: {
3400
- defaultClass: string;
3401
- };
3402
- 12: {
3403
- defaultClass: string;
3404
- };
3405
- 14: {
3406
- defaultClass: string;
3407
- };
3408
- 20: {
3409
- defaultClass: string;
3410
- };
3411
- 400: {
3412
- defaultClass: string;
3413
- };
3414
- 8: {
3415
- defaultClass: string;
3416
- };
3417
- 28: {
3418
- defaultClass: string;
3419
- };
3420
- 30: {
3421
- defaultClass: string;
3422
- };
3423
- 32: {
3424
- defaultClass: string;
3425
- };
3426
- 36: {
3427
- defaultClass: string;
3428
- };
3429
- 44: {
3430
- defaultClass: string;
3431
- };
3432
- 34: {
3433
- defaultClass: string;
3434
- };
3435
- 40: {
3436
- defaultClass: string;
3437
- };
3438
- 48: {
3439
- defaultClass: string;
3440
- };
3441
- 54: {
3442
- defaultClass: string;
3443
- };
3444
- 60: {
3445
- defaultClass: string;
3446
- };
3447
- 93: {
3448
- defaultClass: string;
3449
- };
3450
- 100: {
3451
- defaultClass: string;
3452
- };
3453
- 108: {
3454
- defaultClass: string;
3455
- };
3456
- 162: {
3457
- defaultClass: string;
3458
- };
3459
- 192: {
3460
- defaultClass: string;
3461
- };
3462
- 200: {
3463
- defaultClass: string;
3464
- };
3465
- 210: {
3466
- defaultClass: string;
3467
- };
3468
- 220: {
3469
- defaultClass: string;
3470
- };
3471
- 230: {
3472
- defaultClass: string;
3473
- };
3474
- 240: {
3475
- defaultClass: string;
3476
- };
3477
- 256: {
3478
- defaultClass: string;
3479
- };
3480
- 320: {
3481
- defaultClass: string;
3482
- };
3483
- 440: {
3484
- defaultClass: string;
3485
- };
3486
- 600: {
3487
- defaultClass: string;
3488
- };
3489
- half: {
3490
- defaultClass: string;
3491
- };
3492
- max: {
3493
- defaultClass: string;
3494
- };
3495
- };
3496
- };
3497
- readonly backdropFilter: {
3498
- values: {
3499
- modalOverlay: {
3500
- defaultClass: string;
3501
- };
3502
359
  };
3503
360
  };
3504
361
  };
362
+ }, Value>) => Partial<Record<"smallScreen" | "largeScreen", Value>>;
363
+ export declare const sprinkles: ((props: {
364
+ 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" | {
365
+ 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;
366
+ 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;
367
+ 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;
368
+ 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;
369
+ } | undefined;
370
+ 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" | {
371
+ 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;
372
+ 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;
373
+ 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;
374
+ 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;
375
+ } | undefined;
376
+ boxShadow?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | {
377
+ base?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
378
+ hover?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
379
+ active?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
380
+ selection?: "connectButton" | "dialog" | "profileDetailsAction" | "selectedOption" | "selectedWallet" | "walletLogo" | undefined;
381
+ } | undefined;
382
+ 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" | {
383
+ 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;
384
+ 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;
385
+ 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;
386
+ 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;
387
+ } | undefined;
3505
388
  } & {
3506
- styles: {
3507
- margin: {
3508
- mappings: ("marginTop" | "marginBottom" | "marginLeft" | "marginRight")[];
3509
- };
3510
- marginX: {
3511
- mappings: ("marginLeft" | "marginRight")[];
3512
- };
3513
- marginY: {
3514
- mappings: ("marginTop" | "marginBottom")[];
3515
- };
3516
- padding: {
3517
- mappings: ("paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight")[];
3518
- };
3519
- paddingX: {
3520
- mappings: ("paddingLeft" | "paddingRight")[];
3521
- };
3522
- paddingY: {
3523
- mappings: ("paddingTop" | "paddingBottom")[];
3524
- };
3525
- };
3526
- }]>;
389
+ alignItems?: "center" | "flex-end" | "flex-start" | {
390
+ smallScreen?: "center" | "flex-end" | "flex-start" | undefined;
391
+ largeScreen?: "center" | "flex-end" | "flex-start" | undefined;
392
+ } | undefined;
393
+ display?: "none" | "flex" | "block" | "inline" | {
394
+ smallScreen?: "none" | "flex" | "block" | "inline" | undefined;
395
+ largeScreen?: "none" | "flex" | "block" | "inline" | undefined;
396
+ } | undefined;
397
+ } & {
398
+ readonly alignSelf?: "center" | "flex-end" | "flex-start" | undefined;
399
+ readonly backgroundSize?: "cover" | undefined;
400
+ readonly borderRadius?: "1" | "actionButton" | "connectButton" | "menuButton" | "modal" | "modalMobile" | "6" | "10" | "13" | "16" | "24" | "25%" | "full" | undefined;
401
+ readonly borderStyle?: "dotted" | "hidden" | "solid" | undefined;
402
+ readonly borderWidth?: "0" | "1" | "2" | "4" | undefined;
403
+ readonly cursor?: "pointer" | undefined;
404
+ readonly flexDirection?: "column" | "row" | undefined;
405
+ readonly fontFamily?: "body" | undefined;
406
+ readonly fontSize?: "10" | "13" | "16" | "12" | "14" | "18" | "20" | "23" | "57" | undefined;
407
+ readonly fontWeight?: "medium" | "bold" | "regular" | "semibold" | "heavy" | undefined;
408
+ 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;
409
+ 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;
410
+ readonly justifyContent?: "center" | "space-around" | "space-between" | "flex-end" | "flex-start" | undefined;
411
+ readonly textAlign?: "inherit" | "left" | "center" | undefined;
412
+ 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;
413
+ 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;
414
+ 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;
415
+ 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;
416
+ 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;
417
+ 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;
418
+ 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;
419
+ 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;
420
+ readonly overflow?: "hidden" | undefined;
421
+ 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;
422
+ 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;
423
+ 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;
424
+ 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;
425
+ readonly position?: "fixed" | "absolute" | "relative" | undefined;
426
+ readonly right?: "0" | undefined;
427
+ readonly transition?: "transform" | "default" | undefined;
428
+ readonly userSelect?: "none" | undefined;
429
+ 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;
430
+ readonly backdropFilter?: "modalOverlay" | undefined;
431
+ margin?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
432
+ marginX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
433
+ marginY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
434
+ padding?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
435
+ paddingX?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
436
+ paddingY?: "0" | "1" | "2" | "3" | "6" | "10" | "16" | "24" | "4" | "12" | "14" | "18" | "20" | "8" | "28" | "30" | "32" | "36" | "44" | "-1" | "5" | "64" | undefined;
437
+ }) => string) & {
438
+ properties: Set<"alignItems" | "alignSelf" | "backdropFilter" | "backgroundSize" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "justifyContent" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "userSelect" | "width" | "background" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "gap" | "margin" | "overflow" | "padding" | "transition" | "marginX" | "marginY" | "paddingX" | "paddingY">;
439
+ };
3527
440
  export type Sprinkles = Parameters<typeof sprinkles>[0];
3528
441
  export {};