@rango-dev/widget-embedded 0.12.1-next.2 → 0.12.1-next.21

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