@rango-dev/widget-embedded 0.12.1-next.3 → 0.12.1-next.30

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 (469) hide show
  1. package/dist/Wallets.d.ts +4 -3
  2. package/dist/Wallets.d.ts.map +1 -1
  3. package/dist/Widget.d.ts +3 -2
  4. package/dist/Widget.d.ts.map +1 -1
  5. package/dist/components/AppRouter.d.ts +3 -2
  6. package/dist/components/AppRouter.d.ts.map +1 -1
  7. package/dist/components/AppRoutes.d.ts +1 -1
  8. package/dist/components/AppRoutes.d.ts.map +1 -1
  9. package/dist/components/BlockchainList/BlockchainList.d.ts +4 -0
  10. package/dist/components/BlockchainList/BlockchainList.d.ts.map +1 -0
  11. package/dist/components/BlockchainList/BlockchainList.helpers.d.ts +4 -0
  12. package/dist/components/BlockchainList/BlockchainList.helpers.d.ts.map +1 -0
  13. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +307 -0
  14. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -0
  15. package/dist/components/BlockchainList/BlockchainList.types.d.ts +8 -0
  16. package/dist/components/BlockchainList/BlockchainList.types.d.ts.map +1 -0
  17. package/dist/components/BlockchainList/LoadingBlockchainList.d.ts +3 -0
  18. package/dist/components/BlockchainList/LoadingBlockchainList.d.ts.map +1 -0
  19. package/dist/components/BlockchainList/index.d.ts +2 -0
  20. package/dist/components/BlockchainList/index.d.ts.map +1 -0
  21. package/dist/components/BlockchainsSection/BlockchainSection.helpers.d.ts +3 -0
  22. package/dist/components/BlockchainsSection/BlockchainSection.helpers.d.ts.map +1 -0
  23. package/dist/components/BlockchainsSection/BlockchainsSection.d.ts +4 -0
  24. package/dist/components/BlockchainsSection/BlockchainsSection.d.ts.map +1 -0
  25. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +154 -0
  26. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -0
  27. package/dist/components/BlockchainsSection/BlockchainsSection.types.d.ts +9 -0
  28. package/dist/components/BlockchainsSection/BlockchainsSection.types.d.ts.map +1 -0
  29. package/dist/components/BlockchainsSection/index.d.ts +2 -0
  30. package/dist/components/BlockchainsSection/index.d.ts.map +1 -0
  31. package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts +6 -0
  32. package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +1 -0
  33. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +2599 -0
  34. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -0
  35. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts +4 -0
  36. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -0
  37. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts +11 -0
  38. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts.map +1 -0
  39. package/dist/components/ConfirmWalletsModal/WalletList.d.ts +4 -0
  40. package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -0
  41. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +460 -0
  42. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -0
  43. package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts +12 -0
  44. package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts.map +1 -0
  45. package/dist/components/HeaderButtons/BackButton.d.ts +5 -0
  46. package/dist/components/HeaderButtons/BackButton.d.ts.map +1 -0
  47. package/dist/components/HeaderButtons/CancelButton.d.ts +5 -0
  48. package/dist/components/HeaderButtons/CancelButton.d.ts.map +1 -0
  49. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +616 -0
  50. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -0
  51. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +13 -0
  52. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts.map +1 -0
  53. package/dist/components/HeaderButtons/HomeButtons.d.ts +4 -0
  54. package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -0
  55. package/dist/components/HeaderButtons/UnreadNotificationsBadge.d.ts +3 -0
  56. package/dist/components/HeaderButtons/UnreadNotificationsBadge.d.ts.map +1 -0
  57. package/dist/components/HeaderButtons/WalletButton.d.ts +5 -0
  58. package/dist/components/HeaderButtons/WalletButton.d.ts.map +1 -0
  59. package/dist/components/HeaderButtons/index.d.ts +5 -0
  60. package/dist/components/HeaderButtons/index.d.ts.map +1 -0
  61. package/dist/components/Layout/Layout.d.ts +7 -0
  62. package/dist/components/Layout/Layout.d.ts.map +1 -0
  63. package/dist/components/Layout/Layout.styles.d.ts +464 -0
  64. package/dist/components/Layout/Layout.styles.d.ts.map +1 -0
  65. package/dist/components/Layout/Layout.types.d.ts +17 -0
  66. package/dist/components/Layout/Layout.types.d.ts.map +1 -0
  67. package/dist/components/Layout/index.d.ts +2 -0
  68. package/dist/components/Layout/index.d.ts.map +1 -0
  69. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.d.ts +3 -0
  70. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.d.ts.map +1 -0
  71. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +155 -0
  72. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -0
  73. package/dist/components/LoadingLiquiditySourceList/index.d.ts +2 -0
  74. package/dist/components/LoadingLiquiditySourceList/index.d.ts.map +1 -0
  75. package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts +4 -0
  76. package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts.map +1 -0
  77. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts +3 -0
  78. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -0
  79. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +460 -0
  80. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -0
  81. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts +4 -0
  82. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts.map +1 -0
  83. package/dist/components/LoadingSwapDetails/index.d.ts +2 -0
  84. package/dist/components/LoadingSwapDetails/index.d.ts.map +1 -0
  85. package/dist/components/NoRoutes/NoRoutes.d.ts +4 -0
  86. package/dist/components/NoRoutes/NoRoutes.d.ts.map +1 -0
  87. package/dist/components/NoRoutes/NoRoutes.helper.d.ts +3 -0
  88. package/dist/components/NoRoutes/NoRoutes.helper.d.ts.map +1 -0
  89. package/dist/components/NoRoutes/NoRoutes.styles.d.ts +460 -0
  90. package/dist/components/NoRoutes/NoRoutes.styles.d.ts.map +1 -0
  91. package/dist/components/NoRoutes/NoRoutes.types.d.ts +20 -0
  92. package/dist/components/NoRoutes/NoRoutes.types.d.ts.map +1 -0
  93. package/dist/components/NoRoutes/index.d.ts +2 -0
  94. package/dist/components/NoRoutes/index.d.ts.map +1 -0
  95. package/dist/components/NotificationContent/NotificationContent.d.ts +3 -0
  96. package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -0
  97. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +613 -0
  98. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -0
  99. package/dist/components/NotificationContent/NotificationNotFound.d.ts +3 -0
  100. package/dist/components/NotificationContent/NotificationNotFound.d.ts.map +1 -0
  101. package/dist/components/NotificationContent/index.d.ts +2 -0
  102. package/dist/components/NotificationContent/index.d.ts.map +1 -0
  103. package/dist/components/RouteErrors/RouteErrors.d.ts +4 -0
  104. package/dist/components/RouteErrors/RouteErrors.d.ts.map +1 -0
  105. package/dist/components/RouteErrors/RouteErrors.styles.d.ts +613 -0
  106. package/dist/components/RouteErrors/RouteErrors.styles.d.ts.map +1 -0
  107. package/dist/components/RouteErrors/RouteErrors.types.d.ts +24 -0
  108. package/dist/components/RouteErrors/RouteErrors.types.d.ts.map +1 -0
  109. package/dist/components/RouteErrors/RouteErrorsModal.d.ts +4 -0
  110. package/dist/components/RouteErrors/RouteErrorsModal.d.ts.map +1 -0
  111. package/dist/components/RouteErrors/RouteErrorsModalItem.d.ts +4 -0
  112. package/dist/components/RouteErrors/RouteErrorsModalItem.d.ts.map +1 -0
  113. package/dist/components/RouteErrors/index.d.ts +2 -0
  114. package/dist/components/RouteErrors/index.d.ts.map +1 -0
  115. package/dist/components/SearchInput/SearchInput.d.ts +4 -0
  116. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
  117. package/dist/components/SearchInput/SearchInput.styles.d.ts +154 -0
  118. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -0
  119. package/dist/components/SearchInput/SearchInput.types.d.ts +10 -0
  120. package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -0
  121. package/dist/components/SearchInput/index.d.ts +2 -0
  122. package/dist/components/SearchInput/index.d.ts.map +1 -0
  123. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +613 -0
  124. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -0
  125. package/dist/components/SettingsContainer/index.d.ts +2 -0
  126. package/dist/components/SettingsContainer/index.d.ts.map +1 -0
  127. package/dist/components/Slippage/Slippage.d.ts +3 -0
  128. package/dist/components/Slippage/Slippage.d.ts.map +1 -0
  129. package/dist/components/Slippage/Slippage.styles.d.ts +613 -0
  130. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -0
  131. package/dist/components/Slippage/SlippageTooltipContent.d.ts +3 -0
  132. package/dist/components/Slippage/SlippageTooltipContent.d.ts.map +1 -0
  133. package/dist/components/Slippage/index.d.ts +2 -0
  134. package/dist/components/Slippage/index.d.ts.map +1 -0
  135. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts +4 -0
  136. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -0
  137. package/dist/components/SwapDetails/SwapDetails.d.ts +4 -0
  138. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -0
  139. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +8 -0
  140. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -0
  141. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +919 -0
  142. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -0
  143. package/dist/components/SwapDetails/SwapDetails.types.d.ts +12 -0
  144. package/dist/components/SwapDetails/SwapDetails.types.d.ts.map +1 -0
  145. package/dist/components/SwapDetails/index.d.ts +2 -0
  146. package/dist/components/SwapDetails/index.d.ts.map +1 -0
  147. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.d.ts +4 -0
  148. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.d.ts.map +1 -0
  149. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.d.ts +4 -0
  150. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.d.ts.map +1 -0
  151. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts +4 -0
  152. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts.map +1 -0
  153. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +154 -0
  154. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -0
  155. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts +20 -0
  156. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts.map +1 -0
  157. package/dist/components/SwapDetailsAlerts/index.d.ts +3 -0
  158. package/dist/components/SwapDetailsAlerts/index.d.ts.map +1 -0
  159. package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts +4 -0
  160. package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts.map +1 -0
  161. package/dist/components/SwapDetailsModal/SwapDetailsModal.Cancel.d.ts +4 -0
  162. package/dist/components/SwapDetailsModal/SwapDetailsModal.Cancel.d.ts.map +1 -0
  163. package/dist/components/SwapDetailsModal/SwapDetailsModal.Delete.d.ts +4 -0
  164. package/dist/components/SwapDetailsModal/SwapDetailsModal.Delete.d.ts.map +1 -0
  165. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts +4 -0
  166. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -0
  167. package/dist/components/SwapDetailsModal/SwapDetailsModal.d.ts +4 -0
  168. package/dist/components/SwapDetailsModal/SwapDetailsModal.d.ts.map +1 -0
  169. package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts +4 -0
  170. package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts.map +1 -0
  171. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +154 -0
  172. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -0
  173. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +46 -0
  174. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -0
  175. package/dist/components/SwapDetailsModal/index.d.ts +4 -0
  176. package/dist/components/SwapDetailsModal/index.d.ts.map +1 -0
  177. package/dist/components/SwapsGroup/SwapsGroup.d.ts +4 -0
  178. package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -0
  179. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +613 -0
  180. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -0
  181. package/dist/components/SwapsGroup/SwapsGroup.types.d.ts +12 -0
  182. package/dist/components/SwapsGroup/SwapsGroup.types.d.ts.map +1 -0
  183. package/dist/components/SwapsGroup/index.d.ts +2 -0
  184. package/dist/components/SwapsGroup/index.d.ts.map +1 -0
  185. package/dist/components/SwitchFromAndTo.d.ts +1 -1
  186. package/dist/components/SwitchFromAndTo.d.ts.map +1 -1
  187. package/dist/components/TokenList/LoadingTokenList.d.ts +4 -0
  188. package/dist/components/TokenList/LoadingTokenList.d.ts.map +1 -0
  189. package/dist/components/TokenList/TokenList.d.ts +4 -0
  190. package/dist/components/TokenList/TokenList.d.ts.map +1 -0
  191. package/dist/components/TokenList/TokenList.helpers.d.ts +3 -0
  192. package/dist/components/TokenList/TokenList.helpers.d.ts.map +1 -0
  193. package/dist/components/TokenList/TokenList.styles.d.ts +1532 -0
  194. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -0
  195. package/dist/components/TokenList/TokenList.types.d.ts +41 -0
  196. package/dist/components/TokenList/TokenList.types.d.ts.map +1 -0
  197. package/dist/components/TokenList/index.d.ts +3 -0
  198. package/dist/components/TokenList/index.d.ts.map +1 -0
  199. package/dist/components/UpdateUrl.d.ts.map +1 -1
  200. package/dist/components/WalletModal/WalletModal.d.ts +4 -0
  201. package/dist/components/WalletModal/WalletModal.d.ts.map +1 -0
  202. package/dist/components/WalletModal/WalletModal.types.d.ts +10 -0
  203. package/dist/components/WalletModal/WalletModal.types.d.ts.map +1 -0
  204. package/dist/components/WalletModal/WalletModalContent.d.ts +4 -0
  205. package/dist/components/WalletModal/WalletModalContent.d.ts.map +1 -0
  206. package/dist/components/WalletModal/WalletModalContent.styles.d.ts +613 -0
  207. package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -0
  208. package/dist/components/WalletModal/index.d.ts +2 -0
  209. package/dist/components/WalletModal/index.d.ts.map +1 -0
  210. package/dist/components/WidgetEvents.d.ts.map +1 -1
  211. package/dist/constants/errors.d.ts +29 -0
  212. package/dist/constants/errors.d.ts.map +1 -1
  213. package/dist/constants/messages.d.ts +7 -0
  214. package/dist/constants/messages.d.ts.map +1 -0
  215. package/dist/constants/navigationRoutes.d.ts +8 -4
  216. package/dist/constants/navigationRoutes.d.ts.map +1 -1
  217. package/dist/constants/routing.d.ts +13 -0
  218. package/dist/constants/routing.d.ts.map +1 -0
  219. package/dist/constants/searchParams.d.ts +2 -2
  220. package/dist/constants/searchParams.d.ts.map +1 -1
  221. package/dist/constants/swapSettings.d.ts.map +1 -1
  222. package/dist/constants/wallets.d.ts +3 -0
  223. package/dist/constants/wallets.d.ts.map +1 -0
  224. package/dist/constants/warnings.d.ts +3 -0
  225. package/dist/constants/warnings.d.ts.map +1 -0
  226. package/dist/globalStyles.d.ts +1 -1
  227. package/dist/globalStyles.d.ts.map +1 -1
  228. package/dist/hooks/useConfirmSwap.d.ts +14 -6
  229. package/dist/hooks/useConfirmSwap.d.ts.map +1 -1
  230. package/dist/hooks/useFetchBestRoute.d.ts +9 -0
  231. package/dist/hooks/useFetchBestRoute.d.ts.map +1 -0
  232. package/dist/hooks/useNavigateBack.d.ts.map +1 -1
  233. package/dist/hooks/useSwapInput.d.ts +12 -0
  234. package/dist/hooks/useSwapInput.d.ts.map +1 -0
  235. package/dist/hooks/useTheme.d.ts +3 -29
  236. package/dist/hooks/useTheme.d.ts.map +1 -1
  237. package/dist/hooks/useWalletList.d.ts +20 -0
  238. package/dist/hooks/useWalletList.d.ts.map +1 -0
  239. package/dist/index.js +1 -1
  240. package/dist/index.js.map +4 -4
  241. package/dist/pages/ConfirmSwapPage.d.ts +6 -3
  242. package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
  243. package/dist/pages/HistoryPage.d.ts.map +1 -1
  244. package/dist/pages/Home.d.ts.map +1 -1
  245. package/dist/pages/LanguagePage.d.ts +3 -0
  246. package/dist/pages/LanguagePage.d.ts.map +1 -0
  247. package/dist/pages/LiquiditySourcePage.d.ts +8 -0
  248. package/dist/pages/LiquiditySourcePage.d.ts.map +1 -0
  249. package/dist/pages/SelectBlockchainPage.d.ts +8 -0
  250. package/dist/pages/SelectBlockchainPage.d.ts.map +1 -0
  251. package/dist/pages/SelectSwapItemsPage.d.ts +11 -0
  252. package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -0
  253. package/dist/pages/SettingsPage.d.ts.map +1 -1
  254. package/dist/pages/SwapDetailsPage.d.ts.map +1 -1
  255. package/dist/pages/ThemePage.d.ts +3 -0
  256. package/dist/pages/ThemePage.d.ts.map +1 -0
  257. package/dist/pages/WalletsPage.d.ts +4 -2
  258. package/dist/pages/WalletsPage.d.ts.map +1 -1
  259. package/dist/store/bestRoute.d.ts +32 -19
  260. package/dist/store/bestRoute.d.ts.map +1 -1
  261. package/dist/store/meta.d.ts +10 -3
  262. package/dist/store/meta.d.ts.map +1 -1
  263. package/dist/store/notification.d.ts +38 -0
  264. package/dist/store/notification.d.ts.map +1 -0
  265. package/dist/store/settings.d.ts +2 -2
  266. package/dist/store/settings.d.ts.map +1 -1
  267. package/dist/store/ui.d.ts +0 -2
  268. package/dist/store/ui.d.ts.map +1 -1
  269. package/dist/store/wallets.d.ts +14 -12
  270. package/dist/store/wallets.d.ts.map +1 -1
  271. package/dist/types/config.d.ts +11 -6
  272. package/dist/types/config.d.ts.map +1 -1
  273. package/dist/types/notification.d.ts +22 -0
  274. package/dist/types/notification.d.ts.map +1 -0
  275. package/dist/types/routing.d.ts +30 -23
  276. package/dist/types/routing.d.ts.map +1 -1
  277. package/dist/types/swap.d.ts +8 -1
  278. package/dist/types/swap.d.ts.map +1 -1
  279. package/dist/utils/common.d.ts +6 -0
  280. package/dist/utils/common.d.ts.map +1 -1
  281. package/dist/utils/configs.d.ts +2 -0
  282. package/dist/utils/configs.d.ts.map +1 -1
  283. package/dist/utils/date.d.ts +1 -1
  284. package/dist/utils/date.d.ts.map +1 -1
  285. package/dist/utils/meta.d.ts +3 -0
  286. package/dist/utils/meta.d.ts.map +1 -0
  287. package/dist/utils/numbers.d.ts +5 -2
  288. package/dist/utils/numbers.d.ts.map +1 -1
  289. package/dist/utils/routing.d.ts +10 -7
  290. package/dist/utils/routing.d.ts.map +1 -1
  291. package/dist/utils/settings.d.ts +10 -0
  292. package/dist/utils/settings.d.ts.map +1 -0
  293. package/dist/utils/swap.d.ts +29 -14
  294. package/dist/utils/swap.d.ts.map +1 -1
  295. package/dist/utils/time.d.ts +2 -2
  296. package/dist/utils/time.d.ts.map +1 -1
  297. package/dist/utils/wallets.d.ts +20 -14
  298. package/dist/utils/wallets.d.ts.map +1 -1
  299. package/package.json +8 -8
  300. package/src/Wallets.tsx +23 -17
  301. package/src/Widget.tsx +92 -28
  302. package/src/components/AppRouter.tsx +35 -6
  303. package/src/components/AppRoutes.tsx +54 -19
  304. package/src/components/BlockchainList/BlockchainList.helpers.ts +37 -0
  305. package/src/components/BlockchainList/BlockchainList.styles.ts +19 -0
  306. package/src/components/BlockchainList/BlockchainList.tsx +73 -0
  307. package/src/components/BlockchainList/BlockchainList.types.ts +8 -0
  308. package/src/components/BlockchainList/LoadingBlockchainList.tsx +20 -0
  309. package/src/components/BlockchainList/index.ts +1 -0
  310. package/src/components/BlockchainsSection/BlockchainSection.helpers.ts +20 -0
  311. package/src/components/BlockchainsSection/BlockchainsSection.styles.ts +7 -0
  312. package/src/components/BlockchainsSection/BlockchainsSection.tsx +105 -0
  313. package/src/components/BlockchainsSection/BlockchainsSection.types.ts +9 -0
  314. package/src/components/BlockchainsSection/index.ts +1 -0
  315. package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +86 -0
  316. package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +210 -0
  317. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +494 -0
  318. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.types.ts +11 -0
  319. package/src/components/ConfirmWalletsModal/WalletList.styles.ts +34 -0
  320. package/src/components/ConfirmWalletsModal/WalletList.tsx +294 -0
  321. package/src/components/ConfirmWalletsModal/WalletList.type.ts +12 -0
  322. package/src/components/HeaderButtons/BackButton.tsx +16 -0
  323. package/src/components/HeaderButtons/CancelButton.tsx +21 -0
  324. package/src/components/HeaderButtons/HeaderButtons.styles.ts +40 -0
  325. package/src/components/HeaderButtons/HeaderButtons.types.ts +12 -0
  326. package/src/components/HeaderButtons/HomeButtons.tsx +81 -0
  327. package/src/components/HeaderButtons/UnreadNotificationsBadge.tsx +20 -0
  328. package/src/components/HeaderButtons/WalletButton.tsx +23 -0
  329. package/src/components/HeaderButtons/index.ts +4 -0
  330. package/src/components/Layout/Layout.styles.ts +53 -0
  331. package/src/components/Layout/Layout.tsx +74 -0
  332. package/src/components/Layout/Layout.types.ts +20 -0
  333. package/src/components/Layout/index.ts +1 -0
  334. package/src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts +5 -0
  335. package/src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.tsx +23 -0
  336. package/src/components/LoadingLiquiditySourceList/index.ts +1 -0
  337. package/src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx +41 -0
  338. package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +78 -0
  339. package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +53 -0
  340. package/src/components/LoadingSwapDetails/LoadingSwapDetails.types.ts +3 -0
  341. package/src/components/LoadingSwapDetails/index.ts +1 -0
  342. package/src/components/NoRoutes/NoRoutes.helper.ts +52 -0
  343. package/src/components/NoRoutes/NoRoutes.styles.ts +15 -0
  344. package/src/components/NoRoutes/NoRoutes.tsx +81 -0
  345. package/src/components/NoRoutes/NoRoutes.types.ts +21 -0
  346. package/src/components/NoRoutes/index.ts +1 -0
  347. package/src/components/NotificationContent/NotificationContent.styles.ts +34 -0
  348. package/src/components/NotificationContent/NotificationContent.tsx +108 -0
  349. package/src/components/NotificationContent/NotificationNotFound.tsx +17 -0
  350. package/src/components/NotificationContent/index.ts +1 -0
  351. package/src/components/RouteErrors/RouteErrors.styles.ts +28 -0
  352. package/src/components/RouteErrors/RouteErrors.tsx +79 -0
  353. package/src/components/RouteErrors/RouteErrors.types.ts +29 -0
  354. package/src/components/RouteErrors/RouteErrorsModal.tsx +129 -0
  355. package/src/components/RouteErrors/RouteErrorsModalItem.tsx +24 -0
  356. package/src/components/RouteErrors/index.ts +1 -0
  357. package/src/components/SearchInput/SearchInput.styles.ts +9 -0
  358. package/src/components/SearchInput/SearchInput.tsx +51 -0
  359. package/src/components/SearchInput/SearchInput.types.ts +10 -0
  360. package/src/components/SearchInput/index.ts +1 -0
  361. package/src/components/SettingsContainer/SettingsContainer.style.ts +27 -0
  362. package/src/components/SettingsContainer/index.ts +6 -0
  363. package/src/components/Slippage/Slippage.styles.ts +24 -0
  364. package/src/components/Slippage/Slippage.tsx +94 -0
  365. package/src/components/Slippage/SlippageTooltipContent.tsx +23 -0
  366. package/src/components/Slippage/index.ts +1 -0
  367. package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +79 -0
  368. package/src/components/SwapDetails/SwapDetails.helpers.tsx +85 -0
  369. package/src/components/SwapDetails/SwapDetails.styles.ts +72 -0
  370. package/src/components/SwapDetails/SwapDetails.tsx +428 -0
  371. package/src/components/SwapDetails/SwapDetails.types.ts +12 -0
  372. package/src/components/SwapDetails/index.ts +1 -0
  373. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.tsx +36 -0
  374. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.tsx +55 -0
  375. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts +7 -0
  376. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +74 -0
  377. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +28 -0
  378. package/src/components/SwapDetailsAlerts/index.ts +2 -0
  379. package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +101 -0
  380. package/src/components/SwapDetailsModal/SwapDetailsModal.Cancel.tsx +34 -0
  381. package/src/components/SwapDetailsModal/SwapDetailsModal.Delete.tsx +34 -0
  382. package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +34 -0
  383. package/src/components/SwapDetailsModal/SwapDetailsModal.helpers.tsx +22 -0
  384. package/src/components/SwapDetailsModal/SwapDetailsModal.styles.ts +6 -0
  385. package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +45 -0
  386. package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +54 -0
  387. package/src/components/SwapDetailsModal/index.ts +3 -0
  388. package/src/components/SwapsGroup/SwapsGroup.styles.ts +26 -0
  389. package/src/components/SwapsGroup/SwapsGroup.tsx +126 -0
  390. package/src/components/SwapsGroup/SwapsGroup.types.ts +13 -0
  391. package/src/components/SwapsGroup/index.ts +1 -0
  392. package/src/components/SwitchFromAndTo.tsx +23 -41
  393. package/src/components/TokenList/LoadingTokenList.tsx +34 -0
  394. package/src/components/TokenList/TokenList.helpers.ts +13 -0
  395. package/src/components/TokenList/TokenList.styles.ts +121 -0
  396. package/src/components/TokenList/TokenList.tsx +271 -0
  397. package/src/components/TokenList/TokenList.types.ts +48 -0
  398. package/src/components/TokenList/index.ts +2 -0
  399. package/src/components/UpdateUrl.tsx +40 -22
  400. package/src/components/WalletModal/WalletModal.tsx +20 -0
  401. package/src/components/WalletModal/WalletModal.types.ts +11 -0
  402. package/src/components/WalletModal/WalletModalContent.styles.ts +44 -0
  403. package/src/components/WalletModal/WalletModalContent.tsx +54 -0
  404. package/src/components/WalletModal/index.ts +1 -0
  405. package/src/components/WidgetEvents.tsx +37 -5
  406. package/src/constants/errors.ts +56 -1
  407. package/src/constants/messages.ts +8 -0
  408. package/src/constants/navigationRoutes.ts +8 -4
  409. package/src/constants/routing.ts +17 -0
  410. package/src/constants/searchParams.ts +2 -2
  411. package/src/constants/swapSettings.ts +5 -1
  412. package/src/constants/wallets.ts +3 -0
  413. package/src/constants/warnings.ts +26 -0
  414. package/src/globalStyles.ts +1 -4
  415. package/src/hooks/useConfirmSwap.ts +251 -220
  416. package/src/hooks/useFetchBestRoute.ts +38 -0
  417. package/src/hooks/useNavigateBack.ts +25 -9
  418. package/src/hooks/useSwapInput.ts +116 -0
  419. package/src/hooks/useTheme.ts +35 -74
  420. package/src/hooks/useWalletList.ts +125 -0
  421. package/src/pages/ConfirmSwapPage.tsx +499 -228
  422. package/src/pages/HistoryPage.tsx +104 -15
  423. package/src/pages/Home.tsx +405 -110
  424. package/src/pages/LanguagePage.tsx +83 -0
  425. package/src/pages/LiquiditySourcePage.tsx +159 -0
  426. package/src/pages/SelectBlockchainPage.tsx +81 -0
  427. package/src/pages/SelectSwapItemsPage.tsx +169 -0
  428. package/src/pages/SettingsPage.tsx +165 -72
  429. package/src/pages/SwapDetailsPage.tsx +40 -141
  430. package/src/pages/ThemePage.tsx +96 -0
  431. package/src/pages/WalletsPage.tsx +79 -124
  432. package/src/store/bestRoute.ts +85 -180
  433. package/src/store/meta.ts +23 -3
  434. package/src/store/notification.ts +77 -0
  435. package/src/store/settings.ts +20 -13
  436. package/src/store/ui.ts +1 -5
  437. package/src/store/wallets.ts +92 -76
  438. package/src/types/config.ts +12 -7
  439. package/src/types/notification.ts +33 -0
  440. package/src/types/routing.ts +29 -28
  441. package/src/types/swap.ts +9 -1
  442. package/src/utils/common.ts +56 -3
  443. package/src/utils/configs.ts +3 -0
  444. package/src/utils/date.ts +15 -18
  445. package/src/utils/meta.ts +9 -0
  446. package/src/utils/numbers.ts +66 -20
  447. package/src/utils/routing.ts +105 -27
  448. package/src/utils/settings.ts +57 -0
  449. package/src/utils/swap.ts +244 -117
  450. package/src/utils/time.ts +69 -36
  451. package/src/utils/wallets.ts +165 -116
  452. package/dist/components/ConfirmSwapErrors.d.ts +0 -4
  453. package/dist/components/ConfirmSwapErrors.d.ts.map +0 -1
  454. package/dist/components/ConfirmSwapWarnings.d.ts +0 -3
  455. package/dist/components/ConfirmSwapWarnings.d.ts.map +0 -1
  456. package/dist/components/Layout.d.ts +0 -7
  457. package/dist/components/Layout.d.ts.map +0 -1
  458. package/dist/pages/LiquiditySourcesPage.d.ts +0 -7
  459. package/dist/pages/LiquiditySourcesPage.d.ts.map +0 -1
  460. package/dist/pages/SelectChainPage.d.ts +0 -8
  461. package/dist/pages/SelectChainPage.d.ts.map +0 -1
  462. package/dist/pages/SelectTokenPage.d.ts +0 -15
  463. package/dist/pages/SelectTokenPage.d.ts.map +0 -1
  464. package/src/components/ConfirmSwapErrors.tsx +0 -34
  465. package/src/components/ConfirmSwapWarnings.tsx +0 -22
  466. package/src/components/Layout.tsx +0 -105
  467. package/src/pages/LiquiditySourcesPage.tsx +0 -63
  468. package/src/pages/SelectChainPage.tsx +0 -42
  469. package/src/pages/SelectTokenPage.tsx +0 -64
@@ -0,0 +1,2599 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
4
+ import * as Collapsible from '@radix-ui/react-collapsible';
5
+ export declare const EXPANDABLE_TRANSITION_DURATION = 300;
6
+ export declare const Title: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
7
+ sm: string;
8
+ md: string;
9
+ lg: string;
10
+ }, import("@stitches/react/types/css-util").CSS<{
11
+ sm: string;
12
+ md: string;
13
+ lg: string;
14
+ }, {
15
+ colors: {
16
+ primary500: string;
17
+ primary600: string;
18
+ secondary100: string;
19
+ secondary200: string;
20
+ secondary300: string;
21
+ secondary400: string;
22
+ secondary500: string;
23
+ secondary600: string;
24
+ secondary700: string;
25
+ secondary800: string;
26
+ secondary900: string;
27
+ neutral100: string;
28
+ neutral200: string;
29
+ neutral300: string;
30
+ neutral400: string;
31
+ neutral500: string;
32
+ neutral600: string;
33
+ neutral700: string;
34
+ neutral800: string;
35
+ neutral900: string;
36
+ error100: string;
37
+ error300: string;
38
+ error500: string;
39
+ error600: string;
40
+ error700: string;
41
+ warning100: string;
42
+ warning300: string;
43
+ warning500: string;
44
+ warning600: string;
45
+ warning700: string;
46
+ info100: string;
47
+ info300: string;
48
+ info500: string;
49
+ info600: string;
50
+ info700: string;
51
+ success100: string;
52
+ success300: string;
53
+ success500: string;
54
+ success600: string;
55
+ success700: string;
56
+ background: string;
57
+ foreground: string;
58
+ };
59
+ space: {
60
+ 0: string;
61
+ 5: string;
62
+ 10: string;
63
+ 15: string;
64
+ 20: string;
65
+ 25: string;
66
+ 30: string;
67
+ 40: string;
68
+ 46: string;
69
+ 50: string;
70
+ 60: string;
71
+ 70: string;
72
+ 80: string;
73
+ 90: string;
74
+ 100: string;
75
+ 2: string;
76
+ 4: string;
77
+ 6: string;
78
+ 8: string;
79
+ 12: string;
80
+ 16: string;
81
+ 24: string;
82
+ 28: string;
83
+ 32: string;
84
+ };
85
+ radii: {
86
+ xs: string;
87
+ sm: string;
88
+ xm: string;
89
+ md: string;
90
+ xl: string;
91
+ lg: string;
92
+ primary: string;
93
+ secondary: string;
94
+ };
95
+ fontSizes: {
96
+ 10: string;
97
+ 12: string;
98
+ 14: string;
99
+ 16: string;
100
+ 18: string;
101
+ 20: string;
102
+ 22: string;
103
+ 24: string;
104
+ 28: string;
105
+ 32: string;
106
+ 36: string;
107
+ 40: string;
108
+ 48: string;
109
+ };
110
+ fonts: {
111
+ primary: string;
112
+ widget: string;
113
+ };
114
+ fontWeights: {
115
+ regular: number;
116
+ medium: number;
117
+ semiBold: number;
118
+ bold: number;
119
+ };
120
+ lineHeights: {
121
+ 12: string;
122
+ 16: string;
123
+ 20: string;
124
+ 24: string;
125
+ 26: string;
126
+ 28: string;
127
+ 30: string;
128
+ 36: string;
129
+ 40: string;
130
+ 44: string;
131
+ 52: string;
132
+ 64: string;
133
+ };
134
+ letterSpacings: {};
135
+ sizes: {
136
+ 4: string;
137
+ 6: string;
138
+ 8: string;
139
+ 12: string;
140
+ 16: string;
141
+ 18: string;
142
+ 20: string;
143
+ 24: string;
144
+ 28: string;
145
+ 32: string;
146
+ 36: string;
147
+ 40: string;
148
+ 45: string;
149
+ 48: string;
150
+ };
151
+ borderWidths: {};
152
+ borderStyles: {};
153
+ shadows: {
154
+ s: string;
155
+ };
156
+ zIndices: {};
157
+ transitions: {};
158
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
159
+ export declare const ListContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
160
+ sm: string;
161
+ md: string;
162
+ lg: string;
163
+ }, import("@stitches/react/types/css-util").CSS<{
164
+ sm: string;
165
+ md: string;
166
+ lg: string;
167
+ }, {
168
+ colors: {
169
+ primary500: string;
170
+ primary600: string;
171
+ secondary100: string;
172
+ secondary200: string;
173
+ secondary300: string;
174
+ secondary400: string;
175
+ secondary500: string;
176
+ secondary600: string;
177
+ secondary700: string;
178
+ secondary800: string;
179
+ secondary900: string;
180
+ neutral100: string;
181
+ neutral200: string;
182
+ neutral300: string;
183
+ neutral400: string;
184
+ neutral500: string;
185
+ neutral600: string;
186
+ neutral700: string;
187
+ neutral800: string;
188
+ neutral900: string;
189
+ error100: string;
190
+ error300: string;
191
+ error500: string;
192
+ error600: string;
193
+ error700: string;
194
+ warning100: string;
195
+ warning300: string;
196
+ warning500: string;
197
+ warning600: string;
198
+ warning700: string;
199
+ info100: string;
200
+ info300: string;
201
+ info500: string;
202
+ info600: string;
203
+ info700: string;
204
+ success100: string;
205
+ success300: string;
206
+ success500: string;
207
+ success600: string;
208
+ success700: string;
209
+ background: string;
210
+ foreground: string;
211
+ };
212
+ space: {
213
+ 0: string;
214
+ 5: string;
215
+ 10: string;
216
+ 15: string;
217
+ 20: string;
218
+ 25: string;
219
+ 30: string;
220
+ 40: string;
221
+ 46: string;
222
+ 50: string;
223
+ 60: string;
224
+ 70: string;
225
+ 80: string;
226
+ 90: string;
227
+ 100: string;
228
+ 2: string;
229
+ 4: string;
230
+ 6: string;
231
+ 8: string;
232
+ 12: string;
233
+ 16: string;
234
+ 24: string;
235
+ 28: string;
236
+ 32: string;
237
+ };
238
+ radii: {
239
+ xs: string;
240
+ sm: string;
241
+ xm: string;
242
+ md: string;
243
+ xl: string;
244
+ lg: string;
245
+ primary: string;
246
+ secondary: string;
247
+ };
248
+ fontSizes: {
249
+ 10: string;
250
+ 12: string;
251
+ 14: string;
252
+ 16: string;
253
+ 18: string;
254
+ 20: string;
255
+ 22: string;
256
+ 24: string;
257
+ 28: string;
258
+ 32: string;
259
+ 36: string;
260
+ 40: string;
261
+ 48: string;
262
+ };
263
+ fonts: {
264
+ primary: string;
265
+ widget: string;
266
+ };
267
+ fontWeights: {
268
+ regular: number;
269
+ medium: number;
270
+ semiBold: number;
271
+ bold: number;
272
+ };
273
+ lineHeights: {
274
+ 12: string;
275
+ 16: string;
276
+ 20: string;
277
+ 24: string;
278
+ 26: string;
279
+ 28: string;
280
+ 30: string;
281
+ 36: string;
282
+ 40: string;
283
+ 44: string;
284
+ 52: string;
285
+ 64: string;
286
+ };
287
+ letterSpacings: {};
288
+ sizes: {
289
+ 4: string;
290
+ 6: string;
291
+ 8: string;
292
+ 12: string;
293
+ 16: string;
294
+ 18: string;
295
+ 20: string;
296
+ 24: string;
297
+ 28: string;
298
+ 32: string;
299
+ 36: string;
300
+ 40: string;
301
+ 45: string;
302
+ 48: string;
303
+ };
304
+ borderWidths: {};
305
+ borderStyles: {};
306
+ shadows: {
307
+ s: string;
308
+ };
309
+ zIndices: {};
310
+ transitions: {};
311
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
312
+ export declare const WalletButton: import("@stitches/react/types/styled-component").StyledComponent<"button", {
313
+ selected?: boolean | "true" | undefined;
314
+ }, {
315
+ sm: string;
316
+ md: string;
317
+ lg: string;
318
+ }, import("@stitches/react/types/css-util").CSS<{
319
+ sm: string;
320
+ md: string;
321
+ lg: string;
322
+ }, {
323
+ colors: {
324
+ primary500: string;
325
+ primary600: string;
326
+ secondary100: string;
327
+ secondary200: string;
328
+ secondary300: string;
329
+ secondary400: string;
330
+ secondary500: string;
331
+ secondary600: string;
332
+ secondary700: string;
333
+ secondary800: string;
334
+ secondary900: string;
335
+ neutral100: string;
336
+ neutral200: string;
337
+ neutral300: string;
338
+ neutral400: string;
339
+ neutral500: string;
340
+ neutral600: string;
341
+ neutral700: string;
342
+ neutral800: string;
343
+ neutral900: string;
344
+ error100: string;
345
+ error300: string;
346
+ error500: string;
347
+ error600: string;
348
+ error700: string;
349
+ warning100: string;
350
+ warning300: string;
351
+ warning500: string;
352
+ warning600: string;
353
+ warning700: string;
354
+ info100: string;
355
+ info300: string;
356
+ info500: string;
357
+ info600: string;
358
+ info700: string;
359
+ success100: string;
360
+ success300: string;
361
+ success500: string;
362
+ success600: string;
363
+ success700: string;
364
+ background: string;
365
+ foreground: string;
366
+ };
367
+ space: {
368
+ 0: string;
369
+ 5: string;
370
+ 10: string;
371
+ 15: string;
372
+ 20: string;
373
+ 25: string;
374
+ 30: string;
375
+ 40: string;
376
+ 46: string;
377
+ 50: string;
378
+ 60: string;
379
+ 70: string;
380
+ 80: string;
381
+ 90: string;
382
+ 100: string;
383
+ 2: string;
384
+ 4: string;
385
+ 6: string;
386
+ 8: string;
387
+ 12: string;
388
+ 16: string;
389
+ 24: string;
390
+ 28: string;
391
+ 32: string;
392
+ };
393
+ radii: {
394
+ xs: string;
395
+ sm: string;
396
+ xm: string;
397
+ md: string;
398
+ xl: string;
399
+ lg: string;
400
+ primary: string;
401
+ secondary: string;
402
+ };
403
+ fontSizes: {
404
+ 10: string;
405
+ 12: string;
406
+ 14: string;
407
+ 16: string;
408
+ 18: string;
409
+ 20: string;
410
+ 22: string;
411
+ 24: string;
412
+ 28: string;
413
+ 32: string;
414
+ 36: string;
415
+ 40: string;
416
+ 48: string;
417
+ };
418
+ fonts: {
419
+ primary: string;
420
+ widget: string;
421
+ };
422
+ fontWeights: {
423
+ regular: number;
424
+ medium: number;
425
+ semiBold: number;
426
+ bold: number;
427
+ };
428
+ lineHeights: {
429
+ 12: string;
430
+ 16: string;
431
+ 20: string;
432
+ 24: string;
433
+ 26: string;
434
+ 28: string;
435
+ 30: string;
436
+ 36: string;
437
+ 40: string;
438
+ 44: string;
439
+ 52: string;
440
+ 64: string;
441
+ };
442
+ letterSpacings: {};
443
+ sizes: {
444
+ 4: string;
445
+ 6: string;
446
+ 8: string;
447
+ 12: string;
448
+ 16: string;
449
+ 18: string;
450
+ 20: string;
451
+ 24: string;
452
+ 28: string;
453
+ 32: string;
454
+ 36: string;
455
+ 40: string;
456
+ 45: string;
457
+ 48: string;
458
+ };
459
+ borderWidths: {};
460
+ borderStyles: {};
461
+ shadows: {
462
+ s: string;
463
+ };
464
+ zIndices: {};
465
+ transitions: {};
466
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
467
+ export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
468
+ sm: string;
469
+ md: string;
470
+ lg: string;
471
+ }, import("@stitches/react/types/css-util").CSS<{
472
+ sm: string;
473
+ md: string;
474
+ lg: string;
475
+ }, {
476
+ colors: {
477
+ primary500: string;
478
+ primary600: string;
479
+ secondary100: string;
480
+ secondary200: string;
481
+ secondary300: string;
482
+ secondary400: string;
483
+ secondary500: string;
484
+ secondary600: string;
485
+ secondary700: string;
486
+ secondary800: string;
487
+ secondary900: string;
488
+ neutral100: string;
489
+ neutral200: string;
490
+ neutral300: string;
491
+ neutral400: string;
492
+ neutral500: string;
493
+ neutral600: string;
494
+ neutral700: string;
495
+ neutral800: string;
496
+ neutral900: string;
497
+ error100: string;
498
+ error300: string;
499
+ error500: string;
500
+ error600: string;
501
+ error700: string;
502
+ warning100: string;
503
+ warning300: string;
504
+ warning500: string;
505
+ warning600: string;
506
+ warning700: string;
507
+ info100: string;
508
+ info300: string;
509
+ info500: string;
510
+ info600: string;
511
+ info700: string;
512
+ success100: string;
513
+ success300: string;
514
+ success500: string;
515
+ success600: string;
516
+ success700: string;
517
+ background: string;
518
+ foreground: string;
519
+ };
520
+ space: {
521
+ 0: string;
522
+ 5: string;
523
+ 10: string;
524
+ 15: string;
525
+ 20: string;
526
+ 25: string;
527
+ 30: string;
528
+ 40: string;
529
+ 46: string;
530
+ 50: string;
531
+ 60: string;
532
+ 70: string;
533
+ 80: string;
534
+ 90: string;
535
+ 100: string;
536
+ 2: string;
537
+ 4: string;
538
+ 6: string;
539
+ 8: string;
540
+ 12: string;
541
+ 16: string;
542
+ 24: string;
543
+ 28: string;
544
+ 32: string;
545
+ };
546
+ radii: {
547
+ xs: string;
548
+ sm: string;
549
+ xm: string;
550
+ md: string;
551
+ xl: string;
552
+ lg: string;
553
+ primary: string;
554
+ secondary: string;
555
+ };
556
+ fontSizes: {
557
+ 10: string;
558
+ 12: string;
559
+ 14: string;
560
+ 16: string;
561
+ 18: string;
562
+ 20: string;
563
+ 22: string;
564
+ 24: string;
565
+ 28: string;
566
+ 32: string;
567
+ 36: string;
568
+ 40: string;
569
+ 48: string;
570
+ };
571
+ fonts: {
572
+ primary: string;
573
+ widget: string;
574
+ };
575
+ fontWeights: {
576
+ regular: number;
577
+ medium: number;
578
+ semiBold: number;
579
+ bold: number;
580
+ };
581
+ lineHeights: {
582
+ 12: string;
583
+ 16: string;
584
+ 20: string;
585
+ 24: string;
586
+ 26: string;
587
+ 28: string;
588
+ 30: string;
589
+ 36: string;
590
+ 40: string;
591
+ 44: string;
592
+ 52: string;
593
+ 64: string;
594
+ };
595
+ letterSpacings: {};
596
+ sizes: {
597
+ 4: string;
598
+ 6: string;
599
+ 8: string;
600
+ 12: string;
601
+ 16: string;
602
+ 18: string;
603
+ 20: string;
604
+ 24: string;
605
+ 28: string;
606
+ 32: string;
607
+ 36: string;
608
+ 40: string;
609
+ 45: string;
610
+ 48: string;
611
+ };
612
+ borderWidths: {};
613
+ borderStyles: {};
614
+ shadows: {
615
+ s: string;
616
+ };
617
+ zIndices: {};
618
+ transitions: {};
619
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
620
+ export declare const ShowMoreHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
621
+ sm: string;
622
+ md: string;
623
+ lg: string;
624
+ }, import("@stitches/react/types/css-util").CSS<{
625
+ sm: string;
626
+ md: string;
627
+ lg: string;
628
+ }, {
629
+ colors: {
630
+ primary500: string;
631
+ primary600: string;
632
+ secondary100: string;
633
+ secondary200: string;
634
+ secondary300: string;
635
+ secondary400: string;
636
+ secondary500: string;
637
+ secondary600: string;
638
+ secondary700: string;
639
+ secondary800: string;
640
+ secondary900: string;
641
+ neutral100: string;
642
+ neutral200: string;
643
+ neutral300: string;
644
+ neutral400: string;
645
+ neutral500: string;
646
+ neutral600: string;
647
+ neutral700: string;
648
+ neutral800: string;
649
+ neutral900: string;
650
+ error100: string;
651
+ error300: string;
652
+ error500: string;
653
+ error600: string;
654
+ error700: string;
655
+ warning100: string;
656
+ warning300: string;
657
+ warning500: string;
658
+ warning600: string;
659
+ warning700: string;
660
+ info100: string;
661
+ info300: string;
662
+ info500: string;
663
+ info600: string;
664
+ info700: string;
665
+ success100: string;
666
+ success300: string;
667
+ success500: string;
668
+ success600: string;
669
+ success700: string;
670
+ background: string;
671
+ foreground: string;
672
+ };
673
+ space: {
674
+ 0: string;
675
+ 5: string;
676
+ 10: string;
677
+ 15: string;
678
+ 20: string;
679
+ 25: string;
680
+ 30: string;
681
+ 40: string;
682
+ 46: string;
683
+ 50: string;
684
+ 60: string;
685
+ 70: string;
686
+ 80: string;
687
+ 90: string;
688
+ 100: string;
689
+ 2: string;
690
+ 4: string;
691
+ 6: string;
692
+ 8: string;
693
+ 12: string;
694
+ 16: string;
695
+ 24: string;
696
+ 28: string;
697
+ 32: string;
698
+ };
699
+ radii: {
700
+ xs: string;
701
+ sm: string;
702
+ xm: string;
703
+ md: string;
704
+ xl: string;
705
+ lg: string;
706
+ primary: string;
707
+ secondary: string;
708
+ };
709
+ fontSizes: {
710
+ 10: string;
711
+ 12: string;
712
+ 14: string;
713
+ 16: string;
714
+ 18: string;
715
+ 20: string;
716
+ 22: string;
717
+ 24: string;
718
+ 28: string;
719
+ 32: string;
720
+ 36: string;
721
+ 40: string;
722
+ 48: string;
723
+ };
724
+ fonts: {
725
+ primary: string;
726
+ widget: string;
727
+ };
728
+ fontWeights: {
729
+ regular: number;
730
+ medium: number;
731
+ semiBold: number;
732
+ bold: number;
733
+ };
734
+ lineHeights: {
735
+ 12: string;
736
+ 16: string;
737
+ 20: string;
738
+ 24: string;
739
+ 26: string;
740
+ 28: string;
741
+ 30: string;
742
+ 36: string;
743
+ 40: string;
744
+ 44: string;
745
+ 52: string;
746
+ 64: string;
747
+ };
748
+ letterSpacings: {};
749
+ sizes: {
750
+ 4: string;
751
+ 6: string;
752
+ 8: string;
753
+ 12: string;
754
+ 16: string;
755
+ 18: string;
756
+ 20: string;
757
+ 24: string;
758
+ 28: string;
759
+ 32: string;
760
+ 36: string;
761
+ 40: string;
762
+ 45: string;
763
+ 48: string;
764
+ };
765
+ borderWidths: {};
766
+ borderStyles: {};
767
+ shadows: {
768
+ s: string;
769
+ };
770
+ zIndices: {};
771
+ transitions: {};
772
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
773
+ export declare const NavigateBack: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
774
+ children?: import("react").ReactNode;
775
+ } & import("react").RefAttributes<HTMLButtonElement>>, {}, {
776
+ sm: string;
777
+ md: string;
778
+ lg: string;
779
+ }, import("@stitches/react/types/css-util").CSS<{
780
+ sm: string;
781
+ md: string;
782
+ lg: string;
783
+ }, {
784
+ colors: {
785
+ primary500: string;
786
+ primary600: string;
787
+ secondary100: string;
788
+ secondary200: string;
789
+ secondary300: string;
790
+ secondary400: string;
791
+ secondary500: string;
792
+ secondary600: string;
793
+ secondary700: string;
794
+ secondary800: string;
795
+ secondary900: string;
796
+ neutral100: string;
797
+ neutral200: string;
798
+ neutral300: string;
799
+ neutral400: string;
800
+ neutral500: string;
801
+ neutral600: string;
802
+ neutral700: string;
803
+ neutral800: string;
804
+ neutral900: string;
805
+ error100: string;
806
+ error300: string;
807
+ error500: string;
808
+ error600: string;
809
+ error700: string;
810
+ warning100: string;
811
+ warning300: string;
812
+ warning500: string;
813
+ warning600: string;
814
+ warning700: string;
815
+ info100: string;
816
+ info300: string;
817
+ info500: string;
818
+ info600: string;
819
+ info700: string;
820
+ success100: string;
821
+ success300: string;
822
+ success500: string;
823
+ success600: string;
824
+ success700: string;
825
+ background: string;
826
+ foreground: string;
827
+ };
828
+ space: {
829
+ 0: string;
830
+ 5: string;
831
+ 10: string;
832
+ 15: string;
833
+ 20: string;
834
+ 25: string;
835
+ 30: string;
836
+ 40: string;
837
+ 46: string;
838
+ 50: string;
839
+ 60: string;
840
+ 70: string;
841
+ 80: string;
842
+ 90: string;
843
+ 100: string;
844
+ 2: string;
845
+ 4: string;
846
+ 6: string;
847
+ 8: string;
848
+ 12: string;
849
+ 16: string;
850
+ 24: string;
851
+ 28: string;
852
+ 32: string;
853
+ };
854
+ radii: {
855
+ xs: string;
856
+ sm: string;
857
+ xm: string;
858
+ md: string;
859
+ xl: string;
860
+ lg: string;
861
+ primary: string;
862
+ secondary: string;
863
+ };
864
+ fontSizes: {
865
+ 10: string;
866
+ 12: string;
867
+ 14: string;
868
+ 16: string;
869
+ 18: string;
870
+ 20: string;
871
+ 22: string;
872
+ 24: string;
873
+ 28: string;
874
+ 32: string;
875
+ 36: string;
876
+ 40: string;
877
+ 48: string;
878
+ };
879
+ fonts: {
880
+ primary: string;
881
+ widget: string;
882
+ };
883
+ fontWeights: {
884
+ regular: number;
885
+ medium: number;
886
+ semiBold: number;
887
+ bold: number;
888
+ };
889
+ lineHeights: {
890
+ 12: string;
891
+ 16: string;
892
+ 20: string;
893
+ 24: string;
894
+ 26: string;
895
+ 28: string;
896
+ 30: string;
897
+ 36: string;
898
+ 40: string;
899
+ 44: string;
900
+ 52: string;
901
+ 64: string;
902
+ };
903
+ letterSpacings: {};
904
+ sizes: {
905
+ 4: string;
906
+ 6: string;
907
+ 8: string;
908
+ 12: string;
909
+ 16: string;
910
+ 18: string;
911
+ 20: string;
912
+ 24: string;
913
+ 28: string;
914
+ 32: string;
915
+ 36: string;
916
+ 40: string;
917
+ 45: string;
918
+ 48: string;
919
+ };
920
+ borderWidths: {};
921
+ borderStyles: {};
922
+ shadows: {
923
+ s: string;
924
+ };
925
+ zIndices: {};
926
+ transitions: {};
927
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
928
+ export declare const WalletsContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
929
+ sm: string;
930
+ md: string;
931
+ lg: string;
932
+ }, import("@stitches/react/types/css-util").CSS<{
933
+ sm: string;
934
+ md: string;
935
+ lg: string;
936
+ }, {
937
+ colors: {
938
+ primary500: string;
939
+ primary600: string;
940
+ secondary100: string;
941
+ secondary200: string;
942
+ secondary300: string;
943
+ secondary400: string;
944
+ secondary500: string;
945
+ secondary600: string;
946
+ secondary700: string;
947
+ secondary800: string;
948
+ secondary900: string;
949
+ neutral100: string;
950
+ neutral200: string;
951
+ neutral300: string;
952
+ neutral400: string;
953
+ neutral500: string;
954
+ neutral600: string;
955
+ neutral700: string;
956
+ neutral800: string;
957
+ neutral900: string;
958
+ error100: string;
959
+ error300: string;
960
+ error500: string;
961
+ error600: string;
962
+ error700: string;
963
+ warning100: string;
964
+ warning300: string;
965
+ warning500: string;
966
+ warning600: string;
967
+ warning700: string;
968
+ info100: string;
969
+ info300: string;
970
+ info500: string;
971
+ info600: string;
972
+ info700: string;
973
+ success100: string;
974
+ success300: string;
975
+ success500: string;
976
+ success600: string;
977
+ success700: string;
978
+ background: string;
979
+ foreground: string;
980
+ };
981
+ space: {
982
+ 0: string;
983
+ 5: string;
984
+ 10: string;
985
+ 15: string;
986
+ 20: string;
987
+ 25: string;
988
+ 30: string;
989
+ 40: string;
990
+ 46: string;
991
+ 50: string;
992
+ 60: string;
993
+ 70: string;
994
+ 80: string;
995
+ 90: string;
996
+ 100: string;
997
+ 2: string;
998
+ 4: string;
999
+ 6: string;
1000
+ 8: string;
1001
+ 12: string;
1002
+ 16: string;
1003
+ 24: string;
1004
+ 28: string;
1005
+ 32: string;
1006
+ };
1007
+ radii: {
1008
+ xs: string;
1009
+ sm: string;
1010
+ xm: string;
1011
+ md: string;
1012
+ xl: string;
1013
+ lg: string;
1014
+ primary: string;
1015
+ secondary: string;
1016
+ };
1017
+ fontSizes: {
1018
+ 10: string;
1019
+ 12: string;
1020
+ 14: string;
1021
+ 16: string;
1022
+ 18: string;
1023
+ 20: string;
1024
+ 22: string;
1025
+ 24: string;
1026
+ 28: string;
1027
+ 32: string;
1028
+ 36: string;
1029
+ 40: string;
1030
+ 48: string;
1031
+ };
1032
+ fonts: {
1033
+ primary: string;
1034
+ widget: string;
1035
+ };
1036
+ fontWeights: {
1037
+ regular: number;
1038
+ medium: number;
1039
+ semiBold: number;
1040
+ bold: number;
1041
+ };
1042
+ lineHeights: {
1043
+ 12: string;
1044
+ 16: string;
1045
+ 20: string;
1046
+ 24: string;
1047
+ 26: string;
1048
+ 28: string;
1049
+ 30: string;
1050
+ 36: string;
1051
+ 40: string;
1052
+ 44: string;
1053
+ 52: string;
1054
+ 64: string;
1055
+ };
1056
+ letterSpacings: {};
1057
+ sizes: {
1058
+ 4: string;
1059
+ 6: string;
1060
+ 8: string;
1061
+ 12: string;
1062
+ 16: string;
1063
+ 18: string;
1064
+ 20: string;
1065
+ 24: string;
1066
+ 28: string;
1067
+ 32: string;
1068
+ 36: string;
1069
+ 40: string;
1070
+ 45: string;
1071
+ 48: string;
1072
+ };
1073
+ borderWidths: {};
1074
+ borderStyles: {};
1075
+ shadows: {
1076
+ s: string;
1077
+ };
1078
+ zIndices: {};
1079
+ transitions: {};
1080
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1081
+ export declare const CollapsibleRoot: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>, {
1082
+ selected?: boolean | "true" | undefined;
1083
+ }, {
1084
+ sm: string;
1085
+ md: string;
1086
+ lg: string;
1087
+ }, import("@stitches/react/types/css-util").CSS<{
1088
+ sm: string;
1089
+ md: string;
1090
+ lg: string;
1091
+ }, {
1092
+ colors: {
1093
+ primary500: string;
1094
+ primary600: string;
1095
+ secondary100: string;
1096
+ secondary200: string;
1097
+ secondary300: string;
1098
+ secondary400: string;
1099
+ secondary500: string;
1100
+ secondary600: string;
1101
+ secondary700: string;
1102
+ secondary800: string;
1103
+ secondary900: string;
1104
+ neutral100: string;
1105
+ neutral200: string;
1106
+ neutral300: string;
1107
+ neutral400: string;
1108
+ neutral500: string;
1109
+ neutral600: string;
1110
+ neutral700: string;
1111
+ neutral800: string;
1112
+ neutral900: string;
1113
+ error100: string;
1114
+ error300: string;
1115
+ error500: string;
1116
+ error600: string;
1117
+ error700: string;
1118
+ warning100: string;
1119
+ warning300: string;
1120
+ warning500: string;
1121
+ warning600: string;
1122
+ warning700: string;
1123
+ info100: string;
1124
+ info300: string;
1125
+ info500: string;
1126
+ info600: string;
1127
+ info700: string;
1128
+ success100: string;
1129
+ success300: string;
1130
+ success500: string;
1131
+ success600: string;
1132
+ success700: string;
1133
+ background: string;
1134
+ foreground: string;
1135
+ };
1136
+ space: {
1137
+ 0: string;
1138
+ 5: string;
1139
+ 10: string;
1140
+ 15: string;
1141
+ 20: string;
1142
+ 25: string;
1143
+ 30: string;
1144
+ 40: string;
1145
+ 46: string;
1146
+ 50: string;
1147
+ 60: string;
1148
+ 70: string;
1149
+ 80: string;
1150
+ 90: string;
1151
+ 100: string;
1152
+ 2: string;
1153
+ 4: string;
1154
+ 6: string;
1155
+ 8: string;
1156
+ 12: string;
1157
+ 16: string;
1158
+ 24: string;
1159
+ 28: string;
1160
+ 32: string;
1161
+ };
1162
+ radii: {
1163
+ xs: string;
1164
+ sm: string;
1165
+ xm: string;
1166
+ md: string;
1167
+ xl: string;
1168
+ lg: string;
1169
+ primary: string;
1170
+ secondary: string;
1171
+ };
1172
+ fontSizes: {
1173
+ 10: string;
1174
+ 12: string;
1175
+ 14: string;
1176
+ 16: string;
1177
+ 18: string;
1178
+ 20: string;
1179
+ 22: string;
1180
+ 24: string;
1181
+ 28: string;
1182
+ 32: string;
1183
+ 36: string;
1184
+ 40: string;
1185
+ 48: string;
1186
+ };
1187
+ fonts: {
1188
+ primary: string;
1189
+ widget: string;
1190
+ };
1191
+ fontWeights: {
1192
+ regular: number;
1193
+ medium: number;
1194
+ semiBold: number;
1195
+ bold: number;
1196
+ };
1197
+ lineHeights: {
1198
+ 12: string;
1199
+ 16: string;
1200
+ 20: string;
1201
+ 24: string;
1202
+ 26: string;
1203
+ 28: string;
1204
+ 30: string;
1205
+ 36: string;
1206
+ 40: string;
1207
+ 44: string;
1208
+ 52: string;
1209
+ 64: string;
1210
+ };
1211
+ letterSpacings: {};
1212
+ sizes: {
1213
+ 4: string;
1214
+ 6: string;
1215
+ 8: string;
1216
+ 12: string;
1217
+ 16: string;
1218
+ 18: string;
1219
+ 20: string;
1220
+ 24: string;
1221
+ 28: string;
1222
+ 32: string;
1223
+ 36: string;
1224
+ 40: string;
1225
+ 45: string;
1226
+ 48: string;
1227
+ };
1228
+ borderWidths: {};
1229
+ borderStyles: {};
1230
+ shadows: {
1231
+ s: string;
1232
+ };
1233
+ zIndices: {};
1234
+ transitions: {};
1235
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1236
+ export declare const CustomDestinationButton: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<{
1237
+ slot?: string | undefined;
1238
+ style?: import("react").CSSProperties | undefined;
1239
+ title?: string | undefined;
1240
+ children?: import("react").ReactNode;
1241
+ color?: string | undefined;
1242
+ content?: string | undefined;
1243
+ translate?: "yes" | "no" | undefined;
1244
+ hidden?: boolean | undefined;
1245
+ defaultChecked?: boolean | undefined;
1246
+ defaultValue?: string | number | readonly string[] | undefined;
1247
+ suppressContentEditableWarning?: boolean | undefined;
1248
+ suppressHydrationWarning?: boolean | undefined;
1249
+ accessKey?: string | undefined;
1250
+ autoFocus?: boolean | undefined;
1251
+ className?: string | undefined;
1252
+ contentEditable?: boolean | "inherit" | "true" | "false" | undefined;
1253
+ contextMenu?: string | undefined;
1254
+ dir?: string | undefined;
1255
+ draggable?: boolean | "true" | "false" | undefined;
1256
+ id?: string | undefined;
1257
+ lang?: string | undefined;
1258
+ nonce?: string | undefined;
1259
+ placeholder?: string | undefined;
1260
+ spellCheck?: boolean | "true" | "false" | undefined;
1261
+ tabIndex?: number | undefined;
1262
+ radioGroup?: string | undefined;
1263
+ role?: import("react").AriaRole | undefined;
1264
+ about?: string | undefined;
1265
+ datatype?: string | undefined;
1266
+ inlist?: any;
1267
+ property?: string | undefined;
1268
+ rel?: string | undefined;
1269
+ resource?: string | undefined;
1270
+ rev?: string | undefined;
1271
+ typeof?: string | undefined;
1272
+ vocab?: string | undefined;
1273
+ autoCapitalize?: string | undefined;
1274
+ autoCorrect?: string | undefined;
1275
+ autoSave?: string | undefined;
1276
+ itemProp?: string | undefined;
1277
+ itemScope?: boolean | undefined;
1278
+ itemType?: string | undefined;
1279
+ itemID?: string | undefined;
1280
+ itemRef?: string | undefined;
1281
+ results?: number | undefined;
1282
+ security?: string | undefined;
1283
+ unselectable?: "on" | "off" | undefined;
1284
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1285
+ is?: string | undefined;
1286
+ 'aria-activedescendant'?: string | undefined;
1287
+ 'aria-atomic'?: boolean | "true" | "false" | undefined;
1288
+ 'aria-autocomplete'?: "both" | "none" | "inline" | "list" | undefined;
1289
+ 'aria-braillelabel'?: string | undefined;
1290
+ 'aria-brailleroledescription'?: string | undefined;
1291
+ 'aria-busy'?: boolean | "true" | "false" | undefined;
1292
+ 'aria-checked'?: boolean | "mixed" | "true" | "false" | undefined;
1293
+ 'aria-colcount'?: number | undefined;
1294
+ 'aria-colindex'?: number | undefined;
1295
+ 'aria-colindextext'?: string | undefined;
1296
+ 'aria-colspan'?: number | undefined;
1297
+ 'aria-controls'?: string | undefined;
1298
+ 'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
1299
+ 'aria-describedby'?: string | undefined;
1300
+ 'aria-description'?: string | undefined;
1301
+ 'aria-details'?: string | undefined;
1302
+ 'aria-disabled'?: boolean | "true" | "false" | undefined;
1303
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1304
+ 'aria-errormessage'?: string | undefined;
1305
+ 'aria-expanded'?: boolean | "true" | "false" | undefined;
1306
+ 'aria-flowto'?: string | undefined;
1307
+ 'aria-grabbed'?: boolean | "true" | "false" | undefined;
1308
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
1309
+ 'aria-hidden'?: boolean | "true" | "false" | undefined;
1310
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1311
+ 'aria-keyshortcuts'?: string | undefined;
1312
+ 'aria-label'?: string | undefined;
1313
+ 'aria-labelledby'?: string | undefined;
1314
+ 'aria-level'?: number | undefined;
1315
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1316
+ 'aria-modal'?: boolean | "true" | "false" | undefined;
1317
+ 'aria-multiline'?: boolean | "true" | "false" | undefined;
1318
+ 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
1319
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
1320
+ 'aria-owns'?: string | undefined;
1321
+ 'aria-placeholder'?: string | undefined;
1322
+ 'aria-posinset'?: number | undefined;
1323
+ 'aria-pressed'?: boolean | "mixed" | "true" | "false" | undefined;
1324
+ 'aria-readonly'?: boolean | "true" | "false" | undefined;
1325
+ 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1326
+ 'aria-required'?: boolean | "true" | "false" | undefined;
1327
+ 'aria-roledescription'?: string | undefined;
1328
+ 'aria-rowcount'?: number | undefined;
1329
+ 'aria-rowindex'?: number | undefined;
1330
+ 'aria-rowindextext'?: string | undefined;
1331
+ 'aria-rowspan'?: number | undefined;
1332
+ 'aria-selected'?: boolean | "true" | "false" | undefined;
1333
+ 'aria-setsize'?: number | undefined;
1334
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1335
+ 'aria-valuemax'?: number | undefined;
1336
+ 'aria-valuemin'?: number | undefined;
1337
+ 'aria-valuenow'?: number | undefined;
1338
+ 'aria-valuetext'?: string | undefined;
1339
+ dangerouslySetInnerHTML?: {
1340
+ __html: string | TrustedHTML;
1341
+ } | undefined;
1342
+ onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
1343
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
1344
+ onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
1345
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
1346
+ onPaste?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
1347
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
1348
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
1349
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
1350
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
1351
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
1352
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
1353
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
1354
+ onFocus?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
1355
+ onFocusCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
1356
+ onBlur?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
1357
+ onBlurCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
1358
+ onChange?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1359
+ onChangeCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1360
+ onBeforeInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1361
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1362
+ onInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1363
+ onInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1364
+ onReset?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1365
+ onResetCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1366
+ onSubmit?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1367
+ onSubmitCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1368
+ onInvalid?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1369
+ onInvalidCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
1370
+ onLoad?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1371
+ onLoadCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1372
+ onError?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1373
+ onErrorCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1374
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
1375
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
1376
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
1377
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
1378
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
1379
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
1380
+ onAbort?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1381
+ onAbortCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1382
+ onCanPlay?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1383
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1384
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1385
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1386
+ onDurationChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1387
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1388
+ onEmptied?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1389
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1390
+ onEncrypted?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1391
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1392
+ onEnded?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1393
+ onEndedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1394
+ onLoadedData?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1395
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1396
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1397
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1398
+ onLoadStart?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1399
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1400
+ onPause?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1401
+ onPauseCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1402
+ onPlay?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1403
+ onPlayCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1404
+ onPlaying?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1405
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1406
+ onProgress?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1407
+ onProgressCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1408
+ onRateChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1409
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1410
+ onResize?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1411
+ onResizeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1412
+ onSeeked?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1413
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1414
+ onSeeking?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1415
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1416
+ onStalled?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1417
+ onStalledCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1418
+ onSuspend?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1419
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1420
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1421
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1422
+ onVolumeChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1423
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1424
+ onWaiting?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1425
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1426
+ onAuxClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1427
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1428
+ onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1429
+ onClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1430
+ onContextMenu?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1431
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1432
+ onDoubleClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1433
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1434
+ onDrag?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1435
+ onDragCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1436
+ onDragEnd?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1437
+ onDragEndCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1438
+ onDragEnter?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1439
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1440
+ onDragExit?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1441
+ onDragExitCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1442
+ onDragLeave?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1443
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1444
+ onDragOver?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1445
+ onDragOverCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1446
+ onDragStart?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1447
+ onDragStartCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1448
+ onDrop?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1449
+ onDropCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
1450
+ onMouseDown?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1451
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1452
+ onMouseEnter?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1453
+ onMouseLeave?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1454
+ onMouseMove?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1455
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1456
+ onMouseOut?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1457
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1458
+ onMouseOver?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1459
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1460
+ onMouseUp?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1461
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
1462
+ onSelect?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1463
+ onSelectCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
1464
+ onTouchCancel?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
1465
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
1466
+ onTouchEnd?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
1467
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
1468
+ onTouchMove?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
1469
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
1470
+ onTouchStart?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
1471
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
1472
+ onPointerDown?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1473
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1474
+ onPointerMove?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1475
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1476
+ onPointerUp?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1477
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1478
+ onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1479
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1480
+ onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1481
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1482
+ onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1483
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1484
+ onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1485
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1486
+ onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1487
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1488
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1489
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1490
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1491
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
1492
+ onScroll?: import("react").UIEventHandler<HTMLButtonElement> | undefined;
1493
+ onScrollCapture?: import("react").UIEventHandler<HTMLButtonElement> | undefined;
1494
+ onWheel?: import("react").WheelEventHandler<HTMLButtonElement> | undefined;
1495
+ onWheelCapture?: import("react").WheelEventHandler<HTMLButtonElement> | undefined;
1496
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
1497
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
1498
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
1499
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
1500
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
1501
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
1502
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
1503
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
1504
+ } & {
1505
+ size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
1506
+ variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
1507
+ type?: "success" | "primary" | "secondary" | "error" | "warning" | undefined;
1508
+ loading?: boolean | undefined;
1509
+ disabled?: boolean | undefined;
1510
+ prefix?: import("react").ReactNode;
1511
+ suffix?: import("react").ReactNode;
1512
+ fullWidth?: boolean | undefined;
1513
+ } & {
1514
+ children?: import("react").ReactNode;
1515
+ } & import("react").RefAttributes<HTMLButtonElement>>, {}, {
1516
+ sm: string;
1517
+ md: string;
1518
+ lg: string;
1519
+ }, import("@stitches/react/types/css-util").CSS<{
1520
+ sm: string;
1521
+ md: string;
1522
+ lg: string;
1523
+ }, {
1524
+ colors: {
1525
+ primary500: string;
1526
+ primary600: string;
1527
+ secondary100: string;
1528
+ secondary200: string;
1529
+ secondary300: string;
1530
+ secondary400: string;
1531
+ secondary500: string;
1532
+ secondary600: string;
1533
+ secondary700: string;
1534
+ secondary800: string;
1535
+ secondary900: string;
1536
+ neutral100: string;
1537
+ neutral200: string;
1538
+ neutral300: string;
1539
+ neutral400: string;
1540
+ neutral500: string;
1541
+ neutral600: string;
1542
+ neutral700: string;
1543
+ neutral800: string;
1544
+ neutral900: string;
1545
+ error100: string;
1546
+ error300: string;
1547
+ error500: string;
1548
+ error600: string;
1549
+ error700: string;
1550
+ warning100: string;
1551
+ warning300: string;
1552
+ warning500: string;
1553
+ warning600: string;
1554
+ warning700: string;
1555
+ info100: string;
1556
+ info300: string;
1557
+ info500: string;
1558
+ info600: string;
1559
+ info700: string;
1560
+ success100: string;
1561
+ success300: string;
1562
+ success500: string;
1563
+ success600: string;
1564
+ success700: string;
1565
+ background: string;
1566
+ foreground: string;
1567
+ };
1568
+ space: {
1569
+ 0: string;
1570
+ 5: string;
1571
+ 10: string;
1572
+ 15: string;
1573
+ 20: string;
1574
+ 25: string;
1575
+ 30: string;
1576
+ 40: string;
1577
+ 46: string;
1578
+ 50: string;
1579
+ 60: string;
1580
+ 70: string;
1581
+ 80: string;
1582
+ 90: string;
1583
+ 100: string;
1584
+ 2: string;
1585
+ 4: string;
1586
+ 6: string;
1587
+ 8: string;
1588
+ 12: string;
1589
+ 16: string;
1590
+ 24: string;
1591
+ 28: string;
1592
+ 32: string;
1593
+ };
1594
+ radii: {
1595
+ xs: string;
1596
+ sm: string;
1597
+ xm: string;
1598
+ md: string;
1599
+ xl: string;
1600
+ lg: string;
1601
+ primary: string;
1602
+ secondary: string;
1603
+ };
1604
+ fontSizes: {
1605
+ 10: string;
1606
+ 12: string;
1607
+ 14: string;
1608
+ 16: string;
1609
+ 18: string;
1610
+ 20: string;
1611
+ 22: string;
1612
+ 24: string;
1613
+ 28: string;
1614
+ 32: string;
1615
+ 36: string;
1616
+ 40: string;
1617
+ 48: string;
1618
+ };
1619
+ fonts: {
1620
+ primary: string;
1621
+ widget: string;
1622
+ };
1623
+ fontWeights: {
1624
+ regular: number;
1625
+ medium: number;
1626
+ semiBold: number;
1627
+ bold: number;
1628
+ };
1629
+ lineHeights: {
1630
+ 12: string;
1631
+ 16: string;
1632
+ 20: string;
1633
+ 24: string;
1634
+ 26: string;
1635
+ 28: string;
1636
+ 30: string;
1637
+ 36: string;
1638
+ 40: string;
1639
+ 44: string;
1640
+ 52: string;
1641
+ 64: string;
1642
+ };
1643
+ letterSpacings: {};
1644
+ sizes: {
1645
+ 4: string;
1646
+ 6: string;
1647
+ 8: string;
1648
+ 12: string;
1649
+ 16: string;
1650
+ 18: string;
1651
+ 20: string;
1652
+ 24: string;
1653
+ 28: string;
1654
+ 32: string;
1655
+ 36: string;
1656
+ 40: string;
1657
+ 45: string;
1658
+ 48: string;
1659
+ };
1660
+ borderWidths: {};
1661
+ borderStyles: {};
1662
+ shadows: {
1663
+ s: string;
1664
+ };
1665
+ zIndices: {};
1666
+ transitions: {};
1667
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1668
+ export declare const CustomDestination: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1669
+ sm: string;
1670
+ md: string;
1671
+ lg: string;
1672
+ }, import("@stitches/react/types/css-util").CSS<{
1673
+ sm: string;
1674
+ md: string;
1675
+ lg: string;
1676
+ }, {
1677
+ colors: {
1678
+ primary500: string;
1679
+ primary600: string;
1680
+ secondary100: string;
1681
+ secondary200: string;
1682
+ secondary300: string;
1683
+ secondary400: string;
1684
+ secondary500: string;
1685
+ secondary600: string;
1686
+ secondary700: string;
1687
+ secondary800: string;
1688
+ secondary900: string;
1689
+ neutral100: string;
1690
+ neutral200: string;
1691
+ neutral300: string;
1692
+ neutral400: string;
1693
+ neutral500: string;
1694
+ neutral600: string;
1695
+ neutral700: string;
1696
+ neutral800: string;
1697
+ neutral900: string;
1698
+ error100: string;
1699
+ error300: string;
1700
+ error500: string;
1701
+ error600: string;
1702
+ error700: string;
1703
+ warning100: string;
1704
+ warning300: string;
1705
+ warning500: string;
1706
+ warning600: string;
1707
+ warning700: string;
1708
+ info100: string;
1709
+ info300: string;
1710
+ info500: string;
1711
+ info600: string;
1712
+ info700: string;
1713
+ success100: string;
1714
+ success300: string;
1715
+ success500: string;
1716
+ success600: string;
1717
+ success700: string;
1718
+ background: string;
1719
+ foreground: string;
1720
+ };
1721
+ space: {
1722
+ 0: string;
1723
+ 5: string;
1724
+ 10: string;
1725
+ 15: string;
1726
+ 20: string;
1727
+ 25: string;
1728
+ 30: string;
1729
+ 40: string;
1730
+ 46: string;
1731
+ 50: string;
1732
+ 60: string;
1733
+ 70: string;
1734
+ 80: string;
1735
+ 90: string;
1736
+ 100: string;
1737
+ 2: string;
1738
+ 4: string;
1739
+ 6: string;
1740
+ 8: string;
1741
+ 12: string;
1742
+ 16: string;
1743
+ 24: string;
1744
+ 28: string;
1745
+ 32: string;
1746
+ };
1747
+ radii: {
1748
+ xs: string;
1749
+ sm: string;
1750
+ xm: string;
1751
+ md: string;
1752
+ xl: string;
1753
+ lg: string;
1754
+ primary: string;
1755
+ secondary: string;
1756
+ };
1757
+ fontSizes: {
1758
+ 10: string;
1759
+ 12: string;
1760
+ 14: string;
1761
+ 16: string;
1762
+ 18: string;
1763
+ 20: string;
1764
+ 22: string;
1765
+ 24: string;
1766
+ 28: string;
1767
+ 32: string;
1768
+ 36: string;
1769
+ 40: string;
1770
+ 48: string;
1771
+ };
1772
+ fonts: {
1773
+ primary: string;
1774
+ widget: string;
1775
+ };
1776
+ fontWeights: {
1777
+ regular: number;
1778
+ medium: number;
1779
+ semiBold: number;
1780
+ bold: number;
1781
+ };
1782
+ lineHeights: {
1783
+ 12: string;
1784
+ 16: string;
1785
+ 20: string;
1786
+ 24: string;
1787
+ 26: string;
1788
+ 28: string;
1789
+ 30: string;
1790
+ 36: string;
1791
+ 40: string;
1792
+ 44: string;
1793
+ 52: string;
1794
+ 64: string;
1795
+ };
1796
+ letterSpacings: {};
1797
+ sizes: {
1798
+ 4: string;
1799
+ 6: string;
1800
+ 8: string;
1801
+ 12: string;
1802
+ 16: string;
1803
+ 18: string;
1804
+ 20: string;
1805
+ 24: string;
1806
+ 28: string;
1807
+ 32: string;
1808
+ 36: string;
1809
+ 40: string;
1810
+ 45: string;
1811
+ 48: string;
1812
+ };
1813
+ borderWidths: {};
1814
+ borderStyles: {};
1815
+ shadows: {
1816
+ s: string;
1817
+ };
1818
+ zIndices: {};
1819
+ transitions: {};
1820
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1821
+ export declare const ExpandedIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1822
+ orientation?: "down" | "up" | undefined;
1823
+ }, {
1824
+ sm: string;
1825
+ md: string;
1826
+ lg: string;
1827
+ }, import("@stitches/react/types/css-util").CSS<{
1828
+ sm: string;
1829
+ md: string;
1830
+ lg: string;
1831
+ }, {
1832
+ colors: {
1833
+ primary500: string;
1834
+ primary600: string;
1835
+ secondary100: string;
1836
+ secondary200: string;
1837
+ secondary300: string;
1838
+ secondary400: string;
1839
+ secondary500: string;
1840
+ secondary600: string;
1841
+ secondary700: string;
1842
+ secondary800: string;
1843
+ secondary900: string;
1844
+ neutral100: string;
1845
+ neutral200: string;
1846
+ neutral300: string;
1847
+ neutral400: string;
1848
+ neutral500: string;
1849
+ neutral600: string;
1850
+ neutral700: string;
1851
+ neutral800: string;
1852
+ neutral900: string;
1853
+ error100: string;
1854
+ error300: string;
1855
+ error500: string;
1856
+ error600: string;
1857
+ error700: string;
1858
+ warning100: string;
1859
+ warning300: string;
1860
+ warning500: string;
1861
+ warning600: string;
1862
+ warning700: string;
1863
+ info100: string;
1864
+ info300: string;
1865
+ info500: string;
1866
+ info600: string;
1867
+ info700: string;
1868
+ success100: string;
1869
+ success300: string;
1870
+ success500: string;
1871
+ success600: string;
1872
+ success700: string;
1873
+ background: string;
1874
+ foreground: string;
1875
+ };
1876
+ space: {
1877
+ 0: string;
1878
+ 5: string;
1879
+ 10: string;
1880
+ 15: string;
1881
+ 20: string;
1882
+ 25: string;
1883
+ 30: string;
1884
+ 40: string;
1885
+ 46: string;
1886
+ 50: string;
1887
+ 60: string;
1888
+ 70: string;
1889
+ 80: string;
1890
+ 90: string;
1891
+ 100: string;
1892
+ 2: string;
1893
+ 4: string;
1894
+ 6: string;
1895
+ 8: string;
1896
+ 12: string;
1897
+ 16: string;
1898
+ 24: string;
1899
+ 28: string;
1900
+ 32: string;
1901
+ };
1902
+ radii: {
1903
+ xs: string;
1904
+ sm: string;
1905
+ xm: string;
1906
+ md: string;
1907
+ xl: string;
1908
+ lg: string;
1909
+ primary: string;
1910
+ secondary: string;
1911
+ };
1912
+ fontSizes: {
1913
+ 10: string;
1914
+ 12: string;
1915
+ 14: string;
1916
+ 16: string;
1917
+ 18: string;
1918
+ 20: string;
1919
+ 22: string;
1920
+ 24: string;
1921
+ 28: string;
1922
+ 32: string;
1923
+ 36: string;
1924
+ 40: string;
1925
+ 48: string;
1926
+ };
1927
+ fonts: {
1928
+ primary: string;
1929
+ widget: string;
1930
+ };
1931
+ fontWeights: {
1932
+ regular: number;
1933
+ medium: number;
1934
+ semiBold: number;
1935
+ bold: number;
1936
+ };
1937
+ lineHeights: {
1938
+ 12: string;
1939
+ 16: string;
1940
+ 20: string;
1941
+ 24: string;
1942
+ 26: string;
1943
+ 28: string;
1944
+ 30: string;
1945
+ 36: string;
1946
+ 40: string;
1947
+ 44: string;
1948
+ 52: string;
1949
+ 64: string;
1950
+ };
1951
+ letterSpacings: {};
1952
+ sizes: {
1953
+ 4: string;
1954
+ 6: string;
1955
+ 8: string;
1956
+ 12: string;
1957
+ 16: string;
1958
+ 18: string;
1959
+ 20: string;
1960
+ 24: string;
1961
+ 28: string;
1962
+ 32: string;
1963
+ 36: string;
1964
+ 40: string;
1965
+ 45: string;
1966
+ 48: string;
1967
+ };
1968
+ borderWidths: {};
1969
+ borderStyles: {};
1970
+ shadows: {
1971
+ s: string;
1972
+ };
1973
+ zIndices: {};
1974
+ transitions: {};
1975
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1976
+ export declare const ConfirmButton: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1977
+ sm: string;
1978
+ md: string;
1979
+ lg: string;
1980
+ }, import("@stitches/react/types/css-util").CSS<{
1981
+ sm: string;
1982
+ md: string;
1983
+ lg: string;
1984
+ }, {
1985
+ colors: {
1986
+ primary500: string;
1987
+ primary600: string;
1988
+ secondary100: string;
1989
+ secondary200: string;
1990
+ secondary300: string;
1991
+ secondary400: string;
1992
+ secondary500: string;
1993
+ secondary600: string;
1994
+ secondary700: string;
1995
+ secondary800: string;
1996
+ secondary900: string;
1997
+ neutral100: string;
1998
+ neutral200: string;
1999
+ neutral300: string;
2000
+ neutral400: string;
2001
+ neutral500: string;
2002
+ neutral600: string;
2003
+ neutral700: string;
2004
+ neutral800: string;
2005
+ neutral900: string;
2006
+ error100: string;
2007
+ error300: string;
2008
+ error500: string;
2009
+ error600: string;
2010
+ error700: string;
2011
+ warning100: string;
2012
+ warning300: string;
2013
+ warning500: string;
2014
+ warning600: string;
2015
+ warning700: string;
2016
+ info100: string;
2017
+ info300: string;
2018
+ info500: string;
2019
+ info600: string;
2020
+ info700: string;
2021
+ success100: string;
2022
+ success300: string;
2023
+ success500: string;
2024
+ success600: string;
2025
+ success700: string;
2026
+ background: string;
2027
+ foreground: string;
2028
+ };
2029
+ space: {
2030
+ 0: string;
2031
+ 5: string;
2032
+ 10: string;
2033
+ 15: string;
2034
+ 20: string;
2035
+ 25: string;
2036
+ 30: string;
2037
+ 40: string;
2038
+ 46: string;
2039
+ 50: string;
2040
+ 60: string;
2041
+ 70: string;
2042
+ 80: string;
2043
+ 90: string;
2044
+ 100: string;
2045
+ 2: string;
2046
+ 4: string;
2047
+ 6: string;
2048
+ 8: string;
2049
+ 12: string;
2050
+ 16: string;
2051
+ 24: string;
2052
+ 28: string;
2053
+ 32: string;
2054
+ };
2055
+ radii: {
2056
+ xs: string;
2057
+ sm: string;
2058
+ xm: string;
2059
+ md: string;
2060
+ xl: string;
2061
+ lg: string;
2062
+ primary: string;
2063
+ secondary: string;
2064
+ };
2065
+ fontSizes: {
2066
+ 10: string;
2067
+ 12: string;
2068
+ 14: string;
2069
+ 16: string;
2070
+ 18: string;
2071
+ 20: string;
2072
+ 22: string;
2073
+ 24: string;
2074
+ 28: string;
2075
+ 32: string;
2076
+ 36: string;
2077
+ 40: string;
2078
+ 48: string;
2079
+ };
2080
+ fonts: {
2081
+ primary: string;
2082
+ widget: string;
2083
+ };
2084
+ fontWeights: {
2085
+ regular: number;
2086
+ medium: number;
2087
+ semiBold: number;
2088
+ bold: number;
2089
+ };
2090
+ lineHeights: {
2091
+ 12: string;
2092
+ 16: string;
2093
+ 20: string;
2094
+ 24: string;
2095
+ 26: string;
2096
+ 28: string;
2097
+ 30: string;
2098
+ 36: string;
2099
+ 40: string;
2100
+ 44: string;
2101
+ 52: string;
2102
+ 64: string;
2103
+ };
2104
+ letterSpacings: {};
2105
+ sizes: {
2106
+ 4: string;
2107
+ 6: string;
2108
+ 8: string;
2109
+ 12: string;
2110
+ 16: string;
2111
+ 18: string;
2112
+ 20: string;
2113
+ 24: string;
2114
+ 28: string;
2115
+ 32: string;
2116
+ 36: string;
2117
+ 40: string;
2118
+ 45: string;
2119
+ 48: string;
2120
+ };
2121
+ borderWidths: {};
2122
+ borderStyles: {};
2123
+ shadows: {
2124
+ s: string;
2125
+ };
2126
+ zIndices: {};
2127
+ transitions: {};
2128
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2129
+ export declare const StyledTextField: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<{
2130
+ label?: string | undefined;
2131
+ prefix?: import("react").ReactNode;
2132
+ suffix?: import("react").ReactNode;
2133
+ size?: "small" | "large" | undefined;
2134
+ variant?: "contained" | "outlined" | "ghost" | undefined;
2135
+ fullWidth?: boolean | undefined;
2136
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
2137
+ children?: import("react").ReactNode;
2138
+ } & import("react").RefAttributes<HTMLInputElement>>, {}, {
2139
+ sm: string;
2140
+ md: string;
2141
+ lg: string;
2142
+ }, import("@stitches/react/types/css-util").CSS<{
2143
+ sm: string;
2144
+ md: string;
2145
+ lg: string;
2146
+ }, {
2147
+ colors: {
2148
+ primary500: string;
2149
+ primary600: string;
2150
+ secondary100: string;
2151
+ secondary200: string;
2152
+ secondary300: string;
2153
+ secondary400: string;
2154
+ secondary500: string;
2155
+ secondary600: string;
2156
+ secondary700: string;
2157
+ secondary800: string;
2158
+ secondary900: string;
2159
+ neutral100: string;
2160
+ neutral200: string;
2161
+ neutral300: string;
2162
+ neutral400: string;
2163
+ neutral500: string;
2164
+ neutral600: string;
2165
+ neutral700: string;
2166
+ neutral800: string;
2167
+ neutral900: string;
2168
+ error100: string;
2169
+ error300: string;
2170
+ error500: string;
2171
+ error600: string;
2172
+ error700: string;
2173
+ warning100: string;
2174
+ warning300: string;
2175
+ warning500: string;
2176
+ warning600: string;
2177
+ warning700: string;
2178
+ info100: string;
2179
+ info300: string;
2180
+ info500: string;
2181
+ info600: string;
2182
+ info700: string;
2183
+ success100: string;
2184
+ success300: string;
2185
+ success500: string;
2186
+ success600: string;
2187
+ success700: string;
2188
+ background: string;
2189
+ foreground: string;
2190
+ };
2191
+ space: {
2192
+ 0: string;
2193
+ 5: string;
2194
+ 10: string;
2195
+ 15: string;
2196
+ 20: string;
2197
+ 25: string;
2198
+ 30: string;
2199
+ 40: string;
2200
+ 46: string;
2201
+ 50: string;
2202
+ 60: string;
2203
+ 70: string;
2204
+ 80: string;
2205
+ 90: string;
2206
+ 100: string;
2207
+ 2: string;
2208
+ 4: string;
2209
+ 6: string;
2210
+ 8: string;
2211
+ 12: string;
2212
+ 16: string;
2213
+ 24: string;
2214
+ 28: string;
2215
+ 32: string;
2216
+ };
2217
+ radii: {
2218
+ xs: string;
2219
+ sm: string;
2220
+ xm: string;
2221
+ md: string;
2222
+ xl: string;
2223
+ lg: string;
2224
+ primary: string;
2225
+ secondary: string;
2226
+ };
2227
+ fontSizes: {
2228
+ 10: string;
2229
+ 12: string;
2230
+ 14: string;
2231
+ 16: string;
2232
+ 18: string;
2233
+ 20: string;
2234
+ 22: string;
2235
+ 24: string;
2236
+ 28: string;
2237
+ 32: string;
2238
+ 36: string;
2239
+ 40: string;
2240
+ 48: string;
2241
+ };
2242
+ fonts: {
2243
+ primary: string;
2244
+ widget: string;
2245
+ };
2246
+ fontWeights: {
2247
+ regular: number;
2248
+ medium: number;
2249
+ semiBold: number;
2250
+ bold: number;
2251
+ };
2252
+ lineHeights: {
2253
+ 12: string;
2254
+ 16: string;
2255
+ 20: string;
2256
+ 24: string;
2257
+ 26: string;
2258
+ 28: string;
2259
+ 30: string;
2260
+ 36: string;
2261
+ 40: string;
2262
+ 44: string;
2263
+ 52: string;
2264
+ 64: string;
2265
+ };
2266
+ letterSpacings: {};
2267
+ sizes: {
2268
+ 4: string;
2269
+ 6: string;
2270
+ 8: string;
2271
+ 12: string;
2272
+ 16: string;
2273
+ 18: string;
2274
+ 20: string;
2275
+ 24: string;
2276
+ 28: string;
2277
+ 32: string;
2278
+ 36: string;
2279
+ 40: string;
2280
+ 45: string;
2281
+ 48: string;
2282
+ };
2283
+ borderWidths: {};
2284
+ borderStyles: {};
2285
+ shadows: {
2286
+ s: string;
2287
+ };
2288
+ zIndices: {};
2289
+ transitions: {};
2290
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2291
+ export declare const CollapsibleContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>, {
2292
+ open?: boolean | "true" | "false" | undefined;
2293
+ }, {
2294
+ sm: string;
2295
+ md: string;
2296
+ lg: string;
2297
+ }, import("@stitches/react/types/css-util").CSS<{
2298
+ sm: string;
2299
+ md: string;
2300
+ lg: string;
2301
+ }, {
2302
+ colors: {
2303
+ primary500: string;
2304
+ primary600: string;
2305
+ secondary100: string;
2306
+ secondary200: string;
2307
+ secondary300: string;
2308
+ secondary400: string;
2309
+ secondary500: string;
2310
+ secondary600: string;
2311
+ secondary700: string;
2312
+ secondary800: string;
2313
+ secondary900: string;
2314
+ neutral100: string;
2315
+ neutral200: string;
2316
+ neutral300: string;
2317
+ neutral400: string;
2318
+ neutral500: string;
2319
+ neutral600: string;
2320
+ neutral700: string;
2321
+ neutral800: string;
2322
+ neutral900: string;
2323
+ error100: string;
2324
+ error300: string;
2325
+ error500: string;
2326
+ error600: string;
2327
+ error700: string;
2328
+ warning100: string;
2329
+ warning300: string;
2330
+ warning500: string;
2331
+ warning600: string;
2332
+ warning700: string;
2333
+ info100: string;
2334
+ info300: string;
2335
+ info500: string;
2336
+ info600: string;
2337
+ info700: string;
2338
+ success100: string;
2339
+ success300: string;
2340
+ success500: string;
2341
+ success600: string;
2342
+ success700: string;
2343
+ background: string;
2344
+ foreground: string;
2345
+ };
2346
+ space: {
2347
+ 0: string;
2348
+ 5: string;
2349
+ 10: string;
2350
+ 15: string;
2351
+ 20: string;
2352
+ 25: string;
2353
+ 30: string;
2354
+ 40: string;
2355
+ 46: string;
2356
+ 50: string;
2357
+ 60: string;
2358
+ 70: string;
2359
+ 80: string;
2360
+ 90: string;
2361
+ 100: string;
2362
+ 2: string;
2363
+ 4: string;
2364
+ 6: string;
2365
+ 8: string;
2366
+ 12: string;
2367
+ 16: string;
2368
+ 24: string;
2369
+ 28: string;
2370
+ 32: string;
2371
+ };
2372
+ radii: {
2373
+ xs: string;
2374
+ sm: string;
2375
+ xm: string;
2376
+ md: string;
2377
+ xl: string;
2378
+ lg: string;
2379
+ primary: string;
2380
+ secondary: string;
2381
+ };
2382
+ fontSizes: {
2383
+ 10: string;
2384
+ 12: string;
2385
+ 14: string;
2386
+ 16: string;
2387
+ 18: string;
2388
+ 20: string;
2389
+ 22: string;
2390
+ 24: string;
2391
+ 28: string;
2392
+ 32: string;
2393
+ 36: string;
2394
+ 40: string;
2395
+ 48: string;
2396
+ };
2397
+ fonts: {
2398
+ primary: string;
2399
+ widget: string;
2400
+ };
2401
+ fontWeights: {
2402
+ regular: number;
2403
+ medium: number;
2404
+ semiBold: number;
2405
+ bold: number;
2406
+ };
2407
+ lineHeights: {
2408
+ 12: string;
2409
+ 16: string;
2410
+ 20: string;
2411
+ 24: string;
2412
+ 26: string;
2413
+ 28: string;
2414
+ 30: string;
2415
+ 36: string;
2416
+ 40: string;
2417
+ 44: string;
2418
+ 52: string;
2419
+ 64: string;
2420
+ };
2421
+ letterSpacings: {};
2422
+ sizes: {
2423
+ 4: string;
2424
+ 6: string;
2425
+ 8: string;
2426
+ 12: string;
2427
+ 16: string;
2428
+ 18: string;
2429
+ 20: string;
2430
+ 24: string;
2431
+ 28: string;
2432
+ 32: string;
2433
+ 36: string;
2434
+ 40: string;
2435
+ 45: string;
2436
+ 48: string;
2437
+ };
2438
+ borderWidths: {};
2439
+ borderStyles: {};
2440
+ shadows: {
2441
+ s: string;
2442
+ };
2443
+ zIndices: {};
2444
+ transitions: {};
2445
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2446
+ export declare const Wallets: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2447
+ sm: string;
2448
+ md: string;
2449
+ lg: string;
2450
+ }, import("@stitches/react/types/css-util").CSS<{
2451
+ sm: string;
2452
+ md: string;
2453
+ lg: string;
2454
+ }, {
2455
+ colors: {
2456
+ primary500: string;
2457
+ primary600: string;
2458
+ secondary100: string;
2459
+ secondary200: string;
2460
+ secondary300: string;
2461
+ secondary400: string;
2462
+ secondary500: string;
2463
+ secondary600: string;
2464
+ secondary700: string;
2465
+ secondary800: string;
2466
+ secondary900: string;
2467
+ neutral100: string;
2468
+ neutral200: string;
2469
+ neutral300: string;
2470
+ neutral400: string;
2471
+ neutral500: string;
2472
+ neutral600: string;
2473
+ neutral700: string;
2474
+ neutral800: string;
2475
+ neutral900: string;
2476
+ error100: string;
2477
+ error300: string;
2478
+ error500: string;
2479
+ error600: string;
2480
+ error700: string;
2481
+ warning100: string;
2482
+ warning300: string;
2483
+ warning500: string;
2484
+ warning600: string;
2485
+ warning700: string;
2486
+ info100: string;
2487
+ info300: string;
2488
+ info500: string;
2489
+ info600: string;
2490
+ info700: string;
2491
+ success100: string;
2492
+ success300: string;
2493
+ success500: string;
2494
+ success600: string;
2495
+ success700: string;
2496
+ background: string;
2497
+ foreground: string;
2498
+ };
2499
+ space: {
2500
+ 0: string;
2501
+ 5: string;
2502
+ 10: string;
2503
+ 15: string;
2504
+ 20: string;
2505
+ 25: string;
2506
+ 30: string;
2507
+ 40: string;
2508
+ 46: string;
2509
+ 50: string;
2510
+ 60: string;
2511
+ 70: string;
2512
+ 80: string;
2513
+ 90: string;
2514
+ 100: string;
2515
+ 2: string;
2516
+ 4: string;
2517
+ 6: string;
2518
+ 8: string;
2519
+ 12: string;
2520
+ 16: string;
2521
+ 24: string;
2522
+ 28: string;
2523
+ 32: string;
2524
+ };
2525
+ radii: {
2526
+ xs: string;
2527
+ sm: string;
2528
+ xm: string;
2529
+ md: string;
2530
+ xl: string;
2531
+ lg: string;
2532
+ primary: string;
2533
+ secondary: string;
2534
+ };
2535
+ fontSizes: {
2536
+ 10: string;
2537
+ 12: string;
2538
+ 14: string;
2539
+ 16: string;
2540
+ 18: string;
2541
+ 20: string;
2542
+ 22: string;
2543
+ 24: string;
2544
+ 28: string;
2545
+ 32: string;
2546
+ 36: string;
2547
+ 40: string;
2548
+ 48: string;
2549
+ };
2550
+ fonts: {
2551
+ primary: string;
2552
+ widget: string;
2553
+ };
2554
+ fontWeights: {
2555
+ regular: number;
2556
+ medium: number;
2557
+ semiBold: number;
2558
+ bold: number;
2559
+ };
2560
+ lineHeights: {
2561
+ 12: string;
2562
+ 16: string;
2563
+ 20: string;
2564
+ 24: string;
2565
+ 26: string;
2566
+ 28: string;
2567
+ 30: string;
2568
+ 36: string;
2569
+ 40: string;
2570
+ 44: string;
2571
+ 52: string;
2572
+ 64: string;
2573
+ };
2574
+ letterSpacings: {};
2575
+ sizes: {
2576
+ 4: string;
2577
+ 6: string;
2578
+ 8: string;
2579
+ 12: string;
2580
+ 16: string;
2581
+ 18: string;
2582
+ 20: string;
2583
+ 24: string;
2584
+ 28: string;
2585
+ 32: string;
2586
+ 36: string;
2587
+ 40: string;
2588
+ 45: string;
2589
+ 48: string;
2590
+ };
2591
+ borderWidths: {};
2592
+ borderStyles: {};
2593
+ shadows: {
2594
+ s: string;
2595
+ };
2596
+ zIndices: {};
2597
+ transitions: {};
2598
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2599
+ //# sourceMappingURL=ConfirmWallets.styles.d.ts.map