@rango-dev/widget-embedded 0.0.0-experimental-936229e8-20251208

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 (1173) hide show
  1. package/CHANGELOG.md +878 -0
  2. package/dist/QueueManager.d.ts +7 -0
  3. package/dist/QueueManager.d.ts.map +1 -0
  4. package/dist/components/AppRouter.d.ts +4 -0
  5. package/dist/components/AppRouter.d.ts.map +1 -0
  6. package/dist/components/AppRoutes.d.ts +3 -0
  7. package/dist/components/AppRoutes.d.ts.map +1 -0
  8. package/dist/components/BlockchainList/BlockchainList.d.ts +4 -0
  9. package/dist/components/BlockchainList/BlockchainList.d.ts.map +1 -0
  10. package/dist/components/BlockchainList/BlockchainList.helpers.d.ts +3 -0
  11. package/dist/components/BlockchainList/BlockchainList.helpers.d.ts.map +1 -0
  12. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +480 -0
  13. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -0
  14. package/dist/components/BlockchainList/BlockchainList.types.d.ts +9 -0
  15. package/dist/components/BlockchainList/BlockchainList.types.d.ts.map +1 -0
  16. package/dist/components/BlockchainList/LoadingBlockchainList.d.ts +3 -0
  17. package/dist/components/BlockchainList/LoadingBlockchainList.d.ts.map +1 -0
  18. package/dist/components/BlockchainList/index.d.ts +2 -0
  19. package/dist/components/BlockchainList/index.d.ts.map +1 -0
  20. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.d.ts +4 -0
  21. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.d.ts.map +1 -0
  22. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.d.ts +483 -0
  23. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.d.ts.map +1 -0
  24. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.types.d.ts +12 -0
  25. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.types.d.ts.map +1 -0
  26. package/dist/components/BlockchainSelectorButton/index.d.ts +2 -0
  27. package/dist/components/BlockchainSelectorButton/index.d.ts.map +1 -0
  28. package/dist/components/BlockchainsSection/BlockchainsSection.d.ts +4 -0
  29. package/dist/components/BlockchainsSection/BlockchainsSection.d.ts.map +1 -0
  30. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +161 -0
  31. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -0
  32. package/dist/components/BlockchainsSection/BlockchainsSection.types.d.ts +9 -0
  33. package/dist/components/BlockchainsSection/BlockchainsSection.types.d.ts.map +1 -0
  34. package/dist/components/BlockchainsSection/index.d.ts +2 -0
  35. package/dist/components/BlockchainsSection/index.d.ts.map +1 -0
  36. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +1763 -0
  37. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -0
  38. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts +4 -0
  39. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -0
  40. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts +9 -0
  41. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts.map +1 -0
  42. package/dist/components/ConfirmWalletsModal/WalletList.d.ts +4 -0
  43. package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -0
  44. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +481 -0
  45. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -0
  46. package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts +11 -0
  47. package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts.map +1 -0
  48. package/dist/components/CustomCollapsible/CustomCollapsible.d.ts +5 -0
  49. package/dist/components/CustomCollapsible/CustomCollapsible.d.ts.map +1 -0
  50. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts +649 -0
  51. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts.map +1 -0
  52. package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts +10 -0
  53. package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts.map +1 -0
  54. package/dist/components/CustomDestination/CustomDestination.d.ts +4 -0
  55. package/dist/components/CustomDestination/CustomDestination.d.ts.map +1 -0
  56. package/dist/components/CustomDestination/CustomDestination.styles.d.ts +494 -0
  57. package/dist/components/CustomDestination/CustomDestination.styles.d.ts.map +1 -0
  58. package/dist/components/CustomDestination/CustomDestination.types.d.ts +7 -0
  59. package/dist/components/CustomDestination/CustomDestination.types.d.ts.map +1 -0
  60. package/dist/components/CustomTokenModal/CustomTokenModal.constants.d.ts +2 -0
  61. package/dist/components/CustomTokenModal/CustomTokenModal.constants.d.ts.map +1 -0
  62. package/dist/components/CustomTokenModal/CustomTokenModal.d.ts +4 -0
  63. package/dist/components/CustomTokenModal/CustomTokenModal.d.ts.map +1 -0
  64. package/dist/components/CustomTokenModal/CustomTokenModal.helpers.d.ts +3 -0
  65. package/dist/components/CustomTokenModal/CustomTokenModal.helpers.d.ts.map +1 -0
  66. package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts +1085 -0
  67. package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts.map +1 -0
  68. package/dist/components/CustomTokenModal/CustomTokenModal.types.d.ts +10 -0
  69. package/dist/components/CustomTokenModal/CustomTokenModal.types.d.ts.map +1 -0
  70. package/dist/components/CustomTokenModal/index.d.ts +2 -0
  71. package/dist/components/CustomTokenModal/index.d.ts.map +1 -0
  72. package/dist/components/FilterSelector/FilterSelector.d.ts +4 -0
  73. package/dist/components/FilterSelector/FilterSelector.d.ts.map +1 -0
  74. package/dist/components/FilterSelector/FilterSelector.style.d.ts +967 -0
  75. package/dist/components/FilterSelector/FilterSelector.style.d.ts.map +1 -0
  76. package/dist/components/FilterSelector/FilterSelector.type.d.ts +14 -0
  77. package/dist/components/FilterSelector/FilterSelector.type.d.ts.map +1 -0
  78. package/dist/components/FilterSelector/FilterSelectorContent.d.ts +4 -0
  79. package/dist/components/FilterSelector/FilterSelectorContent.d.ts.map +1 -0
  80. package/dist/components/FilterSelector/index.d.ts +2 -0
  81. package/dist/components/FilterSelector/index.d.ts.map +1 -0
  82. package/dist/components/HeaderButtons/BackButton.d.ts +5 -0
  83. package/dist/components/HeaderButtons/BackButton.d.ts.map +1 -0
  84. package/dist/components/HeaderButtons/CancelButton.d.ts +5 -0
  85. package/dist/components/HeaderButtons/CancelButton.d.ts.map +1 -0
  86. package/dist/components/HeaderButtons/HeaderButtons.d.ts +4 -0
  87. package/dist/components/HeaderButtons/HeaderButtons.d.ts.map +1 -0
  88. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +1287 -0
  89. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -0
  90. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +13 -0
  91. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts.map +1 -0
  92. package/dist/components/HeaderButtons/InProgressTransactionBadge.d.ts +4 -0
  93. package/dist/components/HeaderButtons/InProgressTransactionBadge.d.ts.map +1 -0
  94. package/dist/components/HeaderButtons/NotificationsBadge.d.ts +3 -0
  95. package/dist/components/HeaderButtons/NotificationsBadge.d.ts.map +1 -0
  96. package/dist/components/HeaderButtons/RefreshButton.d.ts +6 -0
  97. package/dist/components/HeaderButtons/RefreshButton.d.ts.map +1 -0
  98. package/dist/components/HeaderButtons/WalletButton.d.ts +5 -0
  99. package/dist/components/HeaderButtons/WalletButton.d.ts.map +1 -0
  100. package/dist/components/HeaderButtons/index.d.ts +5 -0
  101. package/dist/components/HeaderButtons/index.d.ts.map +1 -0
  102. package/dist/components/HistoryGroupedList/HistoryGroupedList.d.ts +4 -0
  103. package/dist/components/HistoryGroupedList/HistoryGroupedList.d.ts.map +1 -0
  104. package/dist/components/HistoryGroupedList/HistoryGroupedList.helpers.d.ts +2 -0
  105. package/dist/components/HistoryGroupedList/HistoryGroupedList.helpers.d.ts.map +1 -0
  106. package/dist/components/HistoryGroupedList/HistoryGroupedList.styles.d.ts +961 -0
  107. package/dist/components/HistoryGroupedList/HistoryGroupedList.styles.d.ts.map +1 -0
  108. package/dist/components/HistoryGroupedList/HistoryGroupedList.types.d.ts +13 -0
  109. package/dist/components/HistoryGroupedList/HistoryGroupedList.types.d.ts.map +1 -0
  110. package/dist/components/HistoryGroupedList/index.d.ts +2 -0
  111. package/dist/components/HistoryGroupedList/index.d.ts.map +1 -0
  112. package/dist/components/ImportCustomToken/ImportCustomToken.d.ts +4 -0
  113. package/dist/components/ImportCustomToken/ImportCustomToken.d.ts.map +1 -0
  114. package/dist/components/ImportCustomToken/ImportCustomToken.types.d.ts +15 -0
  115. package/dist/components/ImportCustomToken/ImportCustomToken.types.d.ts.map +1 -0
  116. package/dist/components/ImportCustomToken/index.d.ts +2 -0
  117. package/dist/components/ImportCustomToken/index.d.ts.map +1 -0
  118. package/dist/components/Layout/Layout.constants.d.ts +6 -0
  119. package/dist/components/Layout/Layout.constants.d.ts.map +1 -0
  120. package/dist/components/Layout/Layout.d.ts +6 -0
  121. package/dist/components/Layout/Layout.d.ts.map +1 -0
  122. package/dist/components/Layout/Layout.helpers.d.ts +2 -0
  123. package/dist/components/Layout/Layout.helpers.d.ts.map +1 -0
  124. package/dist/components/Layout/Layout.styles.d.ts +804 -0
  125. package/dist/components/Layout/Layout.styles.d.ts.map +1 -0
  126. package/dist/components/Layout/Layout.types.d.ts +19 -0
  127. package/dist/components/Layout/Layout.types.d.ts.map +1 -0
  128. package/dist/components/Layout/PageContainer.d.ts +165 -0
  129. package/dist/components/Layout/PageContainer.d.ts.map +1 -0
  130. package/dist/components/Layout/ScrollableArea.d.ts +163 -0
  131. package/dist/components/Layout/ScrollableArea.d.ts.map +1 -0
  132. package/dist/components/Layout/index.d.ts +4 -0
  133. package/dist/components/Layout/index.d.ts.map +1 -0
  134. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.d.ts +3 -0
  135. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.d.ts.map +1 -0
  136. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +162 -0
  137. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -0
  138. package/dist/components/LoadingLiquiditySourceList/index.d.ts +2 -0
  139. package/dist/components/LoadingLiquiditySourceList/index.d.ts.map +1 -0
  140. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts +3 -0
  141. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -0
  142. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +2081 -0
  143. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -0
  144. package/dist/components/LoadingSwapDetails/index.d.ts +2 -0
  145. package/dist/components/LoadingSwapDetails/index.d.ts.map +1 -0
  146. package/dist/components/NamespaceItem/NamespaceItem.d.ts +4 -0
  147. package/dist/components/NamespaceItem/NamespaceItem.d.ts.map +1 -0
  148. package/dist/components/NamespaceItem/NamespaceItem.helpers.d.ts +3 -0
  149. package/dist/components/NamespaceItem/NamespaceItem.helpers.d.ts.map +1 -0
  150. package/dist/components/NamespaceItem/NamespaceItem.styles.d.ts +1452 -0
  151. package/dist/components/NamespaceItem/NamespaceItem.styles.d.ts.map +1 -0
  152. package/dist/components/NamespaceItem/NamespaceItem.types.d.ts +13 -0
  153. package/dist/components/NamespaceItem/NamespaceItem.types.d.ts.map +1 -0
  154. package/dist/components/NamespaceItem/NamespaceUnsupportedItem.d.ts +4 -0
  155. package/dist/components/NamespaceItem/NamespaceUnsupportedItem.d.ts.map +1 -0
  156. package/dist/components/NamespaceItem/SupportedChainsList.d.ts +4 -0
  157. package/dist/components/NamespaceItem/SupportedChainsList.d.ts.map +1 -0
  158. package/dist/components/NamespaceItem/SupportedChainsList.styles.d.ts +323 -0
  159. package/dist/components/NamespaceItem/SupportedChainsList.styles.d.ts.map +1 -0
  160. package/dist/components/NamespaceItem/SupportedChainsList.types.d.ts +5 -0
  161. package/dist/components/NamespaceItem/SupportedChainsList.types.d.ts.map +1 -0
  162. package/dist/components/NamespaceItem/index.d.ts +2 -0
  163. package/dist/components/NamespaceItem/index.d.ts.map +1 -0
  164. package/dist/components/NoResult/NoResult.d.ts +4 -0
  165. package/dist/components/NoResult/NoResult.d.ts.map +1 -0
  166. package/dist/components/NoResult/NoResult.helpers.d.ts +12 -0
  167. package/dist/components/NoResult/NoResult.helpers.d.ts.map +1 -0
  168. package/dist/components/NoResult/NoResult.styles.d.ts +645 -0
  169. package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -0
  170. package/dist/components/NoResult/NoResult.types.d.ts +22 -0
  171. package/dist/components/NoResult/NoResult.types.d.ts.map +1 -0
  172. package/dist/components/NoResult/index.d.ts +2 -0
  173. package/dist/components/NoResult/index.d.ts.map +1 -0
  174. package/dist/components/NotificationContent/NotificationContent.d.ts +3 -0
  175. package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -0
  176. package/dist/components/NotificationContent/index.d.ts +2 -0
  177. package/dist/components/NotificationContent/index.d.ts.map +1 -0
  178. package/dist/components/Quote/Quote.d.ts +4 -0
  179. package/dist/components/Quote/Quote.d.ts.map +1 -0
  180. package/dist/components/Quote/Quote.styles.d.ts +3667 -0
  181. package/dist/components/Quote/Quote.styles.d.ts.map +1 -0
  182. package/dist/components/Quote/Quote.types.d.ts +57 -0
  183. package/dist/components/Quote/Quote.types.d.ts.map +1 -0
  184. package/dist/components/Quote/QuoteCostDetails.d.ts +4 -0
  185. package/dist/components/Quote/QuoteCostDetails.d.ts.map +1 -0
  186. package/dist/components/Quote/QuoteCostDetails.styles.d.ts +801 -0
  187. package/dist/components/Quote/QuoteCostDetails.styles.d.ts.map +1 -0
  188. package/dist/components/Quote/QuoteSummary.d.ts +11 -0
  189. package/dist/components/Quote/QuoteSummary.d.ts.map +1 -0
  190. package/dist/components/Quote/QuoteSummary.styles.d.ts +321 -0
  191. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -0
  192. package/dist/components/Quote/QuoteTrigger.d.ts +4 -0
  193. package/dist/components/Quote/QuoteTrigger.d.ts.map +1 -0
  194. package/dist/components/Quote/index.d.ts +3 -0
  195. package/dist/components/Quote/index.d.ts.map +1 -0
  196. package/dist/components/QuoteSkeleton/QuoteSkeleton.d.ts +4 -0
  197. package/dist/components/QuoteSkeleton/QuoteSkeleton.d.ts.map +1 -0
  198. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +646 -0
  199. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -0
  200. package/dist/components/QuoteSkeleton/QuoteSkeleton.types.d.ts +7 -0
  201. package/dist/components/QuoteSkeleton/QuoteSkeleton.types.d.ts.map +1 -0
  202. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.d.ts +4 -0
  203. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.d.ts.map +1 -0
  204. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +1601 -0
  205. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -0
  206. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.types.d.ts +6 -0
  207. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.types.d.ts.map +1 -0
  208. package/dist/components/QuoteSkeleton/StepSkeleton.d.ts +4 -0
  209. package/dist/components/QuoteSkeleton/StepSkeleton.d.ts.map +1 -0
  210. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +803 -0
  211. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -0
  212. package/dist/components/QuoteSkeleton/StepSkeleton.types.d.ts +4 -0
  213. package/dist/components/QuoteSkeleton/StepSkeleton.types.d.ts.map +1 -0
  214. package/dist/components/QuoteSkeleton/index.d.ts +4 -0
  215. package/dist/components/QuoteSkeleton/index.d.ts.map +1 -0
  216. package/dist/components/QuoteWarningsAndErrors/HighValueLossWarningModal.d.ts +12 -0
  217. package/dist/components/QuoteWarningsAndErrors/HighValueLossWarningModal.d.ts.map +1 -0
  218. package/dist/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.d.ts +4 -0
  219. package/dist/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.d.ts.map +1 -0
  220. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.d.ts +4 -0
  221. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.d.ts.map +1 -0
  222. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts +11 -0
  223. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts.map +1 -0
  224. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +1403 -0
  225. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -0
  226. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts +26 -0
  227. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts.map +1 -0
  228. package/dist/components/QuoteWarningsAndErrors/SlippageWariningModal.d.ts +12 -0
  229. package/dist/components/QuoteWarningsAndErrors/SlippageWariningModal.d.ts.map +1 -0
  230. package/dist/components/QuoteWarningsAndErrors/UnknownPriceWarningModal.d.ts +12 -0
  231. package/dist/components/QuoteWarningsAndErrors/UnknownPriceWarningModal.d.ts.map +1 -0
  232. package/dist/components/QuoteWarningsAndErrors/index.d.ts +2 -0
  233. package/dist/components/QuoteWarningsAndErrors/index.d.ts.map +1 -0
  234. package/dist/components/Quotes/Quotes.d.ts +4 -0
  235. package/dist/components/Quotes/Quotes.d.ts.map +1 -0
  236. package/dist/components/Quotes/Quotes.styles.d.ts +481 -0
  237. package/dist/components/Quotes/Quotes.styles.d.ts.map +1 -0
  238. package/dist/components/Quotes/Quotes.types.d.ts +11 -0
  239. package/dist/components/Quotes/Quotes.types.d.ts.map +1 -0
  240. package/dist/components/Quotes/SelectStrategy.d.ts +5 -0
  241. package/dist/components/Quotes/SelectStrategy.d.ts.map +1 -0
  242. package/dist/components/Quotes/index.d.ts +2 -0
  243. package/dist/components/Quotes/index.d.ts.map +1 -0
  244. package/dist/components/RefreshModal/RefreshModal.d.ts +4 -0
  245. package/dist/components/RefreshModal/RefreshModal.d.ts.map +1 -0
  246. package/dist/components/RefreshModal/RefreshModal.styles.d.ts +441 -0
  247. package/dist/components/RefreshModal/RefreshModal.styles.d.ts.map +1 -0
  248. package/dist/components/RefreshModal/RefreshModal.types.d.ts +5 -0
  249. package/dist/components/RefreshModal/RefreshModal.types.d.ts.map +1 -0
  250. package/dist/components/RefreshModal/index.d.ts +2 -0
  251. package/dist/components/RefreshModal/index.d.ts.map +1 -0
  252. package/dist/components/SameTokensWarning/SameTokensWarning.d.ts +3 -0
  253. package/dist/components/SameTokensWarning/SameTokensWarning.d.ts.map +1 -0
  254. package/dist/components/SameTokensWarning/SameTokensWarning.styles.d.ts +161 -0
  255. package/dist/components/SameTokensWarning/SameTokensWarning.styles.d.ts.map +1 -0
  256. package/dist/components/SameTokensWarning/index.d.ts +2 -0
  257. package/dist/components/SameTokensWarning/index.d.ts.map +1 -0
  258. package/dist/components/SearchInput/SearchInput.d.ts +4 -0
  259. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
  260. package/dist/components/SearchInput/SearchInput.styles.d.ts +321 -0
  261. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -0
  262. package/dist/components/SearchInput/SearchInput.types.d.ts +14 -0
  263. package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -0
  264. package/dist/components/SearchInput/index.d.ts +2 -0
  265. package/dist/components/SearchInput/index.d.ts.map +1 -0
  266. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +483 -0
  267. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -0
  268. package/dist/components/SettingsContainer/index.d.ts +2 -0
  269. package/dist/components/SettingsContainer/index.d.ts.map +1 -0
  270. package/dist/components/Slippage/Slippage.d.ts +3 -0
  271. package/dist/components/Slippage/Slippage.d.ts.map +1 -0
  272. package/dist/components/Slippage/Slippage.styles.d.ts +802 -0
  273. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -0
  274. package/dist/components/Slippage/SlippageTooltipContent.d.ts +3 -0
  275. package/dist/components/Slippage/SlippageTooltipContent.d.ts.map +1 -0
  276. package/dist/components/Slippage/index.d.ts +2 -0
  277. package/dist/components/Slippage/index.d.ts.map +1 -0
  278. package/dist/components/SlippageWarningsAndErrors/SlippageWarningsAndErrors.d.ts +4 -0
  279. package/dist/components/SlippageWarningsAndErrors/SlippageWarningsAndErrors.d.ts.map +1 -0
  280. package/dist/components/SlippageWarningsAndErrors/SlippageWarningsAndErrors.helpers.d.ts +8 -0
  281. package/dist/components/SlippageWarningsAndErrors/SlippageWarningsAndErrors.helpers.d.ts.map +1 -0
  282. package/dist/components/SlippageWarningsAndErrors/SlippageWarningsAndErrors.types.d.ts +4 -0
  283. package/dist/components/SlippageWarningsAndErrors/SlippageWarningsAndErrors.types.d.ts.map +1 -0
  284. package/dist/components/StatefulConnectModal/StatefulConnectModal.d.ts +14 -0
  285. package/dist/components/StatefulConnectModal/StatefulConnectModal.d.ts.map +1 -0
  286. package/dist/components/StatefulConnectModal/helpers.d.ts +13 -0
  287. package/dist/components/StatefulConnectModal/helpers.d.ts.map +1 -0
  288. package/dist/components/StatefulConnectModal/index.d.ts +3 -0
  289. package/dist/components/StatefulConnectModal/index.d.ts.map +1 -0
  290. package/dist/components/SwapDetails/RequestIdRow.d.ts +4 -0
  291. package/dist/components/SwapDetails/RequestIdRow.d.ts.map +1 -0
  292. package/dist/components/SwapDetails/SwapDateRow.d.ts +4 -0
  293. package/dist/components/SwapDetails/SwapDateRow.d.ts.map +1 -0
  294. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts +4 -0
  295. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -0
  296. package/dist/components/SwapDetails/SwapDetails.d.ts +4 -0
  297. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -0
  298. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +8 -0
  299. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -0
  300. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +2565 -0
  301. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -0
  302. package/dist/components/SwapDetails/SwapDetails.types.d.ts +19 -0
  303. package/dist/components/SwapDetails/SwapDetails.types.d.ts.map +1 -0
  304. package/dist/components/SwapDetails/index.d.ts +2 -0
  305. package/dist/components/SwapDetails/index.d.ts.map +1 -0
  306. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.d.ts +4 -0
  307. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.d.ts.map +1 -0
  308. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.d.ts +4 -0
  309. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.d.ts.map +1 -0
  310. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts +4 -0
  311. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts.map +1 -0
  312. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +485 -0
  313. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -0
  314. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts +23 -0
  315. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts.map +1 -0
  316. package/dist/components/SwapDetailsAlerts/index.d.ts +3 -0
  317. package/dist/components/SwapDetailsAlerts/index.d.ts.map +1 -0
  318. package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts +4 -0
  319. package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts.map +1 -0
  320. package/dist/components/SwapDetailsModal/SwapDetailsModal.Cancel.d.ts +4 -0
  321. package/dist/components/SwapDetailsModal/SwapDetailsModal.Cancel.d.ts.map +1 -0
  322. package/dist/components/SwapDetailsModal/SwapDetailsModal.ConnectWallet.d.ts +4 -0
  323. package/dist/components/SwapDetailsModal/SwapDetailsModal.ConnectWallet.d.ts.map +1 -0
  324. package/dist/components/SwapDetailsModal/SwapDetailsModal.Delete.d.ts +4 -0
  325. package/dist/components/SwapDetailsModal/SwapDetailsModal.Delete.d.ts.map +1 -0
  326. package/dist/components/SwapDetailsModal/SwapDetailsModal.InstallWallet.d.ts +4 -0
  327. package/dist/components/SwapDetailsModal/SwapDetailsModal.InstallWallet.d.ts.map +1 -0
  328. package/dist/components/SwapDetailsModal/SwapDetailsModal.NetworkState.d.ts +4 -0
  329. package/dist/components/SwapDetailsModal/SwapDetailsModal.NetworkState.d.ts.map +1 -0
  330. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts +4 -0
  331. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -0
  332. package/dist/components/SwapDetailsModal/SwapDetailsModal.d.ts +4 -0
  333. package/dist/components/SwapDetailsModal/SwapDetailsModal.d.ts.map +1 -0
  334. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +641 -0
  335. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -0
  336. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +71 -0
  337. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -0
  338. package/dist/components/SwapDetailsModal/index.d.ts +4 -0
  339. package/dist/components/SwapDetailsModal/index.d.ts.map +1 -0
  340. package/dist/components/SwapMetrics/SwapMetrics.constants.d.ts +5 -0
  341. package/dist/components/SwapMetrics/SwapMetrics.constants.d.ts.map +1 -0
  342. package/dist/components/SwapMetrics/SwapMetrics.d.ts +4 -0
  343. package/dist/components/SwapMetrics/SwapMetrics.d.ts.map +1 -0
  344. package/dist/components/SwapMetrics/SwapMetrics.helpers.d.ts +11 -0
  345. package/dist/components/SwapMetrics/SwapMetrics.helpers.d.ts.map +1 -0
  346. package/dist/components/SwapMetrics/SwapMetrics.styles.d.ts +483 -0
  347. package/dist/components/SwapMetrics/SwapMetrics.styles.d.ts.map +1 -0
  348. package/dist/components/SwapMetrics/SwapMetrics.types.d.ts +27 -0
  349. package/dist/components/SwapMetrics/SwapMetrics.types.d.ts.map +1 -0
  350. package/dist/components/SwapMetrics/index.d.ts +2 -0
  351. package/dist/components/SwapMetrics/index.d.ts.map +1 -0
  352. package/dist/components/SwitchFromAndTo/SwitchFromAndTo.d.ts +3 -0
  353. package/dist/components/SwitchFromAndTo/SwitchFromAndTo.d.ts.map +1 -0
  354. package/dist/components/SwitchFromAndTo/SwitchFromAndTo.styles.d.ts +322 -0
  355. package/dist/components/SwitchFromAndTo/SwitchFromAndTo.styles.d.ts.map +1 -0
  356. package/dist/components/SwitchFromAndTo/index.d.ts +2 -0
  357. package/dist/components/SwitchFromAndTo/index.d.ts.map +1 -0
  358. package/dist/components/TokenList/LoadingTokenList.d.ts +4 -0
  359. package/dist/components/TokenList/LoadingTokenList.d.ts.map +1 -0
  360. package/dist/components/TokenList/TokenList.d.ts +4 -0
  361. package/dist/components/TokenList/TokenList.d.ts.map +1 -0
  362. package/dist/components/TokenList/TokenList.helpers.d.ts +3 -0
  363. package/dist/components/TokenList/TokenList.helpers.d.ts.map +1 -0
  364. package/dist/components/TokenList/TokenList.styles.d.ts +3208 -0
  365. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -0
  366. package/dist/components/TokenList/TokenList.types.d.ts +43 -0
  367. package/dist/components/TokenList/TokenList.types.d.ts.map +1 -0
  368. package/dist/components/TokenList/index.d.ts +2 -0
  369. package/dist/components/TokenList/index.d.ts.map +1 -0
  370. package/dist/components/WalletStatefulConnect/ConnectStatus.d.ts +4 -0
  371. package/dist/components/WalletStatefulConnect/ConnectStatus.d.ts.map +1 -0
  372. package/dist/components/WalletStatefulConnect/ConnectStatus.styles.d.ts +481 -0
  373. package/dist/components/WalletStatefulConnect/ConnectStatus.styles.d.ts.map +1 -0
  374. package/dist/components/WalletStatefulConnect/ConnectStatus.types.d.ts +8 -0
  375. package/dist/components/WalletStatefulConnect/ConnectStatus.types.d.ts.map +1 -0
  376. package/dist/components/WalletStatefulConnect/DerivationPath.d.ts +4 -0
  377. package/dist/components/WalletStatefulConnect/DerivationPath.d.ts.map +1 -0
  378. package/dist/components/WalletStatefulConnect/DerivationPath.helpers.d.ts +5 -0
  379. package/dist/components/WalletStatefulConnect/DerivationPath.helpers.d.ts.map +1 -0
  380. package/dist/components/WalletStatefulConnect/DerivationPath.styles.d.ts +768 -0
  381. package/dist/components/WalletStatefulConnect/DerivationPath.styles.d.ts.map +1 -0
  382. package/dist/components/WalletStatefulConnect/DerivationPath.types.d.ts +6 -0
  383. package/dist/components/WalletStatefulConnect/DerivationPath.types.d.ts.map +1 -0
  384. package/dist/components/WalletStatefulConnect/Detached.d.ts +4 -0
  385. package/dist/components/WalletStatefulConnect/Detached.d.ts.map +1 -0
  386. package/dist/components/WalletStatefulConnect/Detached.styles.d.ts +161 -0
  387. package/dist/components/WalletStatefulConnect/Detached.styles.d.ts.map +1 -0
  388. package/dist/components/WalletStatefulConnect/Detached.types.d.ts +14 -0
  389. package/dist/components/WalletStatefulConnect/Detached.types.d.ts.map +1 -0
  390. package/dist/components/WalletStatefulConnect/ExperimentalChain.d.ts +9 -0
  391. package/dist/components/WalletStatefulConnect/ExperimentalChain.d.ts.map +1 -0
  392. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.d.ts +4 -0
  393. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.d.ts.map +1 -0
  394. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.helpers.d.ts +8 -0
  395. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.helpers.d.ts.map +1 -0
  396. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.types.d.ts +6 -0
  397. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.types.d.ts.map +1 -0
  398. package/dist/components/WalletStatefulConnect/NamespaceDetachedItem.d.ts +4 -0
  399. package/dist/components/WalletStatefulConnect/NamespaceDetachedItem.d.ts.map +1 -0
  400. package/dist/components/WalletStatefulConnect/NamespaceListItem.d.ts +4 -0
  401. package/dist/components/WalletStatefulConnect/NamespaceListItem.d.ts.map +1 -0
  402. package/dist/components/WalletStatefulConnect/Namespaces.d.ts +4 -0
  403. package/dist/components/WalletStatefulConnect/Namespaces.d.ts.map +1 -0
  404. package/dist/components/WalletStatefulConnect/Namespaces.styles.d.ts +601 -0
  405. package/dist/components/WalletStatefulConnect/Namespaces.styles.d.ts.map +1 -0
  406. package/dist/components/WalletStatefulConnect/Namespaces.types.d.ts +33 -0
  407. package/dist/components/WalletStatefulConnect/Namespaces.types.d.ts.map +1 -0
  408. package/dist/components/WalletStatefulConnect/index.d.ts +6 -0
  409. package/dist/components/WalletStatefulConnect/index.d.ts.map +1 -0
  410. package/dist/components/common/ActivateTabAlert/ActivateTabAlert.d.ts +4 -0
  411. package/dist/components/common/ActivateTabAlert/ActivateTabAlert.d.ts.map +1 -0
  412. package/dist/components/common/ActivateTabAlert/ActivateTabAlert.types.d.ts +4 -0
  413. package/dist/components/common/ActivateTabAlert/ActivateTabAlert.types.d.ts.map +1 -0
  414. package/dist/components/common/ActivateTabAlert/index.d.ts +2 -0
  415. package/dist/components/common/ActivateTabAlert/index.d.ts.map +1 -0
  416. package/dist/components/common/ActivateTabModal/ActivateTabModal.d.ts +4 -0
  417. package/dist/components/common/ActivateTabModal/ActivateTabModal.d.ts.map +1 -0
  418. package/dist/components/common/ActivateTabModal/ActivateTabModal.types.d.ts +6 -0
  419. package/dist/components/common/ActivateTabModal/ActivateTabModal.types.d.ts.map +1 -0
  420. package/dist/components/common/ActivateTabModal/index.d.ts +2 -0
  421. package/dist/components/common/ActivateTabModal/index.d.ts.map +1 -0
  422. package/dist/components/common/WatermarkedModal/WatermarkedModal.d.ts +5 -0
  423. package/dist/components/common/WatermarkedModal/WatermarkedModal.d.ts.map +1 -0
  424. package/dist/components/common/WatermarkedModal/index.d.ts +2 -0
  425. package/dist/components/common/WatermarkedModal/index.d.ts.map +1 -0
  426. package/dist/constants/configs.d.ts +3 -0
  427. package/dist/constants/configs.d.ts.map +1 -0
  428. package/dist/constants/customTokens.d.ts +3 -0
  429. package/dist/constants/customTokens.d.ts.map +1 -0
  430. package/dist/constants/errors.d.ts +33 -0
  431. package/dist/constants/errors.d.ts.map +1 -0
  432. package/dist/constants/fonts.d.ts +7 -0
  433. package/dist/constants/fonts.d.ts.map +1 -0
  434. package/dist/constants/index.d.ts +12 -0
  435. package/dist/constants/index.d.ts.map +1 -0
  436. package/dist/constants/languages.d.ts +10 -0
  437. package/dist/constants/languages.d.ts.map +1 -0
  438. package/dist/constants/messages.d.ts +7 -0
  439. package/dist/constants/messages.d.ts.map +1 -0
  440. package/dist/constants/navigationRoutes.d.ts +19 -0
  441. package/dist/constants/navigationRoutes.d.ts.map +1 -0
  442. package/dist/constants/numbers.d.ts +3 -0
  443. package/dist/constants/numbers.d.ts.map +1 -0
  444. package/dist/constants/profileBanner.d.ts +3 -0
  445. package/dist/constants/profileBanner.d.ts.map +1 -0
  446. package/dist/constants/quote.d.ts +25 -0
  447. package/dist/constants/quote.d.ts.map +1 -0
  448. package/dist/constants/routing.d.ts +13 -0
  449. package/dist/constants/routing.d.ts.map +1 -0
  450. package/dist/constants/searchFor.d.ts +7 -0
  451. package/dist/constants/searchFor.d.ts.map +1 -0
  452. package/dist/constants/searchParams.d.ts +12 -0
  453. package/dist/constants/searchParams.d.ts.map +1 -0
  454. package/dist/constants/settings.d.ts +6 -0
  455. package/dist/constants/settings.d.ts.map +1 -0
  456. package/dist/constants/swapSettings.d.ts +6 -0
  457. package/dist/constants/swapSettings.d.ts.map +1 -0
  458. package/dist/constants/wallets.d.ts +4 -0
  459. package/dist/constants/wallets.d.ts.map +1 -0
  460. package/dist/containers/App/App.d.ts +3 -0
  461. package/dist/containers/App/App.d.ts.map +1 -0
  462. package/dist/containers/App/App.styles.d.ts +161 -0
  463. package/dist/containers/App/App.styles.d.ts.map +1 -0
  464. package/dist/containers/App/index.d.ts +2 -0
  465. package/dist/containers/App/index.d.ts.map +1 -0
  466. package/dist/containers/ExpandedQuotes/ExpandedQuotes.d.ts +5 -0
  467. package/dist/containers/ExpandedQuotes/ExpandedQuotes.d.ts.map +1 -0
  468. package/dist/containers/ExpandedQuotes/ExpandedQuotes.styles.d.ts +323 -0
  469. package/dist/containers/ExpandedQuotes/ExpandedQuotes.styles.d.ts.map +1 -0
  470. package/dist/containers/ExpandedQuotes/ExpandedQuotes.types.d.ts +9 -0
  471. package/dist/containers/ExpandedQuotes/ExpandedQuotes.types.d.ts.map +1 -0
  472. package/dist/containers/ExpandedQuotes/index.d.ts +2 -0
  473. package/dist/containers/ExpandedQuotes/index.d.ts.map +1 -0
  474. package/dist/containers/Inputs/Inputs.d.ts +4 -0
  475. package/dist/containers/Inputs/Inputs.d.ts.map +1 -0
  476. package/dist/containers/Inputs/Inputs.styles.d.ts +321 -0
  477. package/dist/containers/Inputs/Inputs.styles.d.ts.map +1 -0
  478. package/dist/containers/Inputs/Inputs.types.d.ts +8 -0
  479. package/dist/containers/Inputs/Inputs.types.d.ts.map +1 -0
  480. package/dist/containers/Inputs/index.d.ts +2 -0
  481. package/dist/containers/Inputs/index.d.ts.map +1 -0
  482. package/dist/containers/QuoteInfo/QuoteInfo.d.ts +4 -0
  483. package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -0
  484. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +483 -0
  485. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -0
  486. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +20 -0
  487. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -0
  488. package/dist/containers/QuoteInfo/index.d.ts +2 -0
  489. package/dist/containers/QuoteInfo/index.d.ts.map +1 -0
  490. package/dist/containers/Refuel/Refuel.d.ts +5 -0
  491. package/dist/containers/Refuel/Refuel.d.ts.map +1 -0
  492. package/dist/containers/Refuel/Refuel.types.d.ts +5 -0
  493. package/dist/containers/Refuel/Refuel.types.d.ts.map +1 -0
  494. package/dist/containers/Refuel/index.d.ts +2 -0
  495. package/dist/containers/Refuel/index.d.ts.map +1 -0
  496. package/dist/containers/Settings/Lists.d.ts +3 -0
  497. package/dist/containers/Settings/Lists.d.ts.map +1 -0
  498. package/dist/containers/Wallets/Wallets.d.ts +6 -0
  499. package/dist/containers/Wallets/Wallets.d.ts.map +1 -0
  500. package/dist/containers/Wallets/Wallets.helpers.d.ts +4 -0
  501. package/dist/containers/Wallets/Wallets.helpers.d.ts.map +1 -0
  502. package/dist/containers/Wallets/Wallets.types.d.ts +28 -0
  503. package/dist/containers/Wallets/Wallets.types.d.ts.map +1 -0
  504. package/dist/containers/Wallets/index.d.ts +2 -0
  505. package/dist/containers/Wallets/index.d.ts.map +1 -0
  506. package/dist/containers/Wallets/useUpdates.d.ts +12 -0
  507. package/dist/containers/Wallets/useUpdates.d.ts.map +1 -0
  508. package/dist/containers/Widget/Widget.d.ts +5 -0
  509. package/dist/containers/Widget/Widget.d.ts.map +1 -0
  510. package/dist/containers/Widget/Widget.types.d.ts +5 -0
  511. package/dist/containers/Widget/Widget.types.d.ts.map +1 -0
  512. package/dist/containers/Widget/index.d.ts +3 -0
  513. package/dist/containers/Widget/index.d.ts.map +1 -0
  514. package/dist/containers/WidgetInfo/WidgetInfo.d.ts +6 -0
  515. package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -0
  516. package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts +22 -0
  517. package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts.map +1 -0
  518. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +34 -0
  519. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -0
  520. package/dist/containers/WidgetInfo/index.d.ts +2 -0
  521. package/dist/containers/WidgetInfo/index.d.ts.map +1 -0
  522. package/dist/containers/WidgetProvider/WidgetProvider.d.ts +5 -0
  523. package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -0
  524. package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts +7 -0
  525. package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts.map +1 -0
  526. package/dist/containers/WidgetProvider/index.d.ts +2 -0
  527. package/dist/containers/WidgetProvider/index.d.ts.map +1 -0
  528. package/dist/globalStyles.d.ts +2 -0
  529. package/dist/globalStyles.d.ts.map +1 -0
  530. package/dist/hooks/useBootstrap/index.d.ts +2 -0
  531. package/dist/hooks/useBootstrap/index.d.ts.map +1 -0
  532. package/dist/hooks/useBootstrap/useBootstrap.d.ts +2 -0
  533. package/dist/hooks/useBootstrap/useBootstrap.d.ts.map +1 -0
  534. package/dist/hooks/useConfirmSwap/index.d.ts +2 -0
  535. package/dist/hooks/useConfirmSwap/index.d.ts.map +1 -0
  536. package/dist/hooks/useConfirmSwap/useConfirmSwap.d.ts +3 -0
  537. package/dist/hooks/useConfirmSwap/useConfirmSwap.d.ts.map +1 -0
  538. package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts +23 -0
  539. package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts.map +1 -0
  540. package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts +17 -0
  541. package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts.map +1 -0
  542. package/dist/hooks/useFetch.d.ts +12 -0
  543. package/dist/hooks/useFetch.d.ts.map +1 -0
  544. package/dist/hooks/useFetchAllQuotes.d.ts +4 -0
  545. package/dist/hooks/useFetchAllQuotes.d.ts.map +1 -0
  546. package/dist/hooks/useFetchApiConfig.d.ts +7 -0
  547. package/dist/hooks/useFetchApiConfig.d.ts.map +1 -0
  548. package/dist/hooks/useFetchConfirmQuote.d.ts +4 -0
  549. package/dist/hooks/useFetchConfirmQuote.d.ts.map +1 -0
  550. package/dist/hooks/useFetchCustomToken.d.ts +20 -0
  551. package/dist/hooks/useFetchCustomToken.d.ts.map +1 -0
  552. package/dist/hooks/useFontLoader.d.ts +5 -0
  553. package/dist/hooks/useFontLoader.d.ts.map +1 -0
  554. package/dist/hooks/useForceAutoConnect.d.ts +2 -0
  555. package/dist/hooks/useForceAutoConnect.d.ts.map +1 -0
  556. package/dist/hooks/useIframe/index.d.ts +2 -0
  557. package/dist/hooks/useIframe/index.d.ts.map +1 -0
  558. package/dist/hooks/useIframe/useIframe.d.ts +9 -0
  559. package/dist/hooks/useIframe/useIframe.d.ts.map +1 -0
  560. package/dist/hooks/useIframe/useIframe.helpers.d.ts +2 -0
  561. package/dist/hooks/useIframe/useIframe.helpers.d.ts.map +1 -0
  562. package/dist/hooks/useIframe/useIframe.types.d.ts +10 -0
  563. package/dist/hooks/useIframe/useIframe.types.d.ts.map +1 -0
  564. package/dist/hooks/useLanguage.d.ts +12 -0
  565. package/dist/hooks/useLanguage.d.ts.map +1 -0
  566. package/dist/hooks/useNavigateBack.d.ts +2 -0
  567. package/dist/hooks/useNavigateBack.d.ts.map +1 -0
  568. package/dist/hooks/usePrepareBlockchainList/index.d.ts +2 -0
  569. package/dist/hooks/usePrepareBlockchainList/index.d.ts.map +1 -0
  570. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts +2 -0
  571. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts.map +1 -0
  572. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts +10 -0
  573. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts.map +1 -0
  574. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +8 -0
  575. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts.map +1 -0
  576. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts +4 -0
  577. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts.map +1 -0
  578. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.d.ts +2 -0
  579. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.d.ts.map +1 -0
  580. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts +15 -0
  581. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts.map +1 -0
  582. package/dist/hooks/usePrevious.d.ts +2 -0
  583. package/dist/hooks/usePrevious.d.ts.map +1 -0
  584. package/dist/hooks/useScreenDetect.d.ts +9 -0
  585. package/dist/hooks/useScreenDetect.d.ts.map +1 -0
  586. package/dist/hooks/useSearchCustomTokens/index.d.ts +2 -0
  587. package/dist/hooks/useSearchCustomTokens/index.d.ts.map +1 -0
  588. package/dist/hooks/useSearchCustomTokens/types.d.ts +9 -0
  589. package/dist/hooks/useSearchCustomTokens/types.d.ts.map +1 -0
  590. package/dist/hooks/useSearchCustomTokens/useSearchCustomTokens.constants.d.ts +2 -0
  591. package/dist/hooks/useSearchCustomTokens/useSearchCustomTokens.constants.d.ts.map +1 -0
  592. package/dist/hooks/useSearchCustomTokens/useSearchCustomTokens.d.ts +3 -0
  593. package/dist/hooks/useSearchCustomTokens/useSearchCustomTokens.d.ts.map +1 -0
  594. package/dist/hooks/useStatefulConnect/index.d.ts +6 -0
  595. package/dist/hooks/useStatefulConnect/index.d.ts.map +1 -0
  596. package/dist/hooks/useStatefulConnect/useStatefulConnect.d.ts +27 -0
  597. package/dist/hooks/useStatefulConnect/useStatefulConnect.d.ts.map +1 -0
  598. package/dist/hooks/useStatefulConnect/useStatefulConnect.helpers.d.ts +8 -0
  599. package/dist/hooks/useStatefulConnect/useStatefulConnect.helpers.d.ts.map +1 -0
  600. package/dist/hooks/useStatefulConnect/useStatefulConnect.state.d.ts +14 -0
  601. package/dist/hooks/useStatefulConnect/useStatefulConnect.state.d.ts.map +1 -0
  602. package/dist/hooks/useStatefulConnect/useStatefulConnect.types.d.ts +57 -0
  603. package/dist/hooks/useStatefulConnect/useStatefulConnect.types.d.ts.map +1 -0
  604. package/dist/hooks/useSubscribeToWidgetEvents/index.d.ts +2 -0
  605. package/dist/hooks/useSubscribeToWidgetEvents/index.d.ts.map +1 -0
  606. package/dist/hooks/useSubscribeToWidgetEvents/useSubscribeToWidgetEvents.d.ts +2 -0
  607. package/dist/hooks/useSubscribeToWidgetEvents/useSubscribeToWidgetEvents.d.ts.map +1 -0
  608. package/dist/hooks/useSwapInput.d.ts +14 -0
  609. package/dist/hooks/useSwapInput.d.ts.map +1 -0
  610. package/dist/hooks/useSwapMode.d.ts +11 -0
  611. package/dist/hooks/useSwapMode.d.ts.map +1 -0
  612. package/dist/hooks/useSyncNotifications/index.d.ts +2 -0
  613. package/dist/hooks/useSyncNotifications/index.d.ts.map +1 -0
  614. package/dist/hooks/useSyncNotifications/useSyncNotifications.d.ts +2 -0
  615. package/dist/hooks/useSyncNotifications/useSyncNotifications.d.ts.map +1 -0
  616. package/dist/hooks/useSyncStoresWithConfig.d.ts +2 -0
  617. package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -0
  618. package/dist/hooks/useSyncUrlAndStore/index.d.ts +2 -0
  619. package/dist/hooks/useSyncUrlAndStore/index.d.ts.map +1 -0
  620. package/dist/hooks/useSyncUrlAndStore/useSyncUrlAndStore.d.ts +2 -0
  621. package/dist/hooks/useSyncUrlAndStore/useSyncUrlAndStore.d.ts.map +1 -0
  622. package/dist/hooks/useSyncUrlAndStore/useSyncUrlAndStore.helpers.d.ts +4 -0
  623. package/dist/hooks/useSyncUrlAndStore/useSyncUrlAndStore.helpers.d.ts.map +1 -0
  624. package/dist/hooks/useTheme.d.ts +6 -0
  625. package/dist/hooks/useTheme.d.ts.map +1 -0
  626. package/dist/hooks/useUpdateQuoteInputs/index.d.ts +2 -0
  627. package/dist/hooks/useUpdateQuoteInputs/index.d.ts.map +1 -0
  628. package/dist/hooks/useUpdateQuoteInputs/useUpdateQuoteInputs.d.ts +3 -0
  629. package/dist/hooks/useUpdateQuoteInputs/useUpdateQuoteInputs.d.ts.map +1 -0
  630. package/dist/hooks/useWalletList.d.ts +18 -0
  631. package/dist/hooks/useWalletList.d.ts.map +1 -0
  632. package/dist/hooks/useWalletProviders/index.d.ts +2 -0
  633. package/dist/hooks/useWalletProviders/index.d.ts.map +1 -0
  634. package/dist/hooks/useWalletProviders/useWalletProviders.d.ts +6 -0
  635. package/dist/hooks/useWalletProviders/useWalletProviders.d.ts.map +1 -0
  636. package/dist/hooks/useWalletProviders/useWalletProviders.helpers.d.ts +4 -0
  637. package/dist/hooks/useWalletProviders/useWalletProviders.helpers.d.ts.map +1 -0
  638. package/dist/hooks/useWidgetEvents/index.d.ts +2 -0
  639. package/dist/hooks/useWidgetEvents/index.d.ts.map +1 -0
  640. package/dist/hooks/useWidgetEvents/useWidgetEvents.d.ts +3 -0
  641. package/dist/hooks/useWidgetEvents/useWidgetEvents.d.ts.map +1 -0
  642. package/dist/index.d.ts +55 -0
  643. package/dist/index.d.ts.map +1 -0
  644. package/dist/index.js +3 -0
  645. package/dist/index.js.map +7 -0
  646. package/dist/libs/tabManager/index.d.ts +3 -0
  647. package/dist/libs/tabManager/index.d.ts.map +1 -0
  648. package/dist/libs/tabManager/tabManager.constants.d.ts +4 -0
  649. package/dist/libs/tabManager/tabManager.constants.d.ts.map +1 -0
  650. package/dist/libs/tabManager/tabManager.d.ts +64 -0
  651. package/dist/libs/tabManager/tabManager.d.ts.map +1 -0
  652. package/dist/libs/tabManager/tabManager.types.d.ts +30 -0
  653. package/dist/libs/tabManager/tabManager.types.d.ts.map +1 -0
  654. package/dist/pages/AddCustomTokenPage.d.ts +3 -0
  655. package/dist/pages/AddCustomTokenPage.d.ts.map +1 -0
  656. package/dist/pages/ConfirmSwapPage.d.ts +3 -0
  657. package/dist/pages/ConfirmSwapPage.d.ts.map +1 -0
  658. package/dist/pages/CustomTokensPage.d.ts +3 -0
  659. package/dist/pages/CustomTokensPage.d.ts.map +1 -0
  660. package/dist/pages/HistoryPage.d.ts +3 -0
  661. package/dist/pages/HistoryPage.d.ts.map +1 -0
  662. package/dist/pages/Home.d.ts +4 -0
  663. package/dist/pages/Home.d.ts.map +1 -0
  664. package/dist/pages/LanguagePage.d.ts +3 -0
  665. package/dist/pages/LanguagePage.d.ts.map +1 -0
  666. package/dist/pages/LiquiditySourcePage.d.ts +7 -0
  667. package/dist/pages/LiquiditySourcePage.d.ts.map +1 -0
  668. package/dist/pages/Routes.d.ts +3 -0
  669. package/dist/pages/Routes.d.ts.map +1 -0
  670. package/dist/pages/SelectBlockchainPage.d.ts +8 -0
  671. package/dist/pages/SelectBlockchainPage.d.ts.map +1 -0
  672. package/dist/pages/SelectSwapItemPage/SelectSwapItemPage.constants.d.ts +3 -0
  673. package/dist/pages/SelectSwapItemPage/SelectSwapItemPage.constants.d.ts.map +1 -0
  674. package/dist/pages/SelectSwapItemPage/SelectSwapItemPage.helpers.d.ts +4 -0
  675. package/dist/pages/SelectSwapItemPage/SelectSwapItemPage.helpers.d.ts.map +1 -0
  676. package/dist/pages/SelectSwapItemPage/SelectSwapItemsPage.d.ts +7 -0
  677. package/dist/pages/SelectSwapItemPage/SelectSwapItemsPage.d.ts.map +1 -0
  678. package/dist/pages/SelectSwapItemPage/index.d.ts +2 -0
  679. package/dist/pages/SelectSwapItemPage/index.d.ts.map +1 -0
  680. package/dist/pages/SettingsPage.d.ts +3 -0
  681. package/dist/pages/SettingsPage.d.ts.map +1 -0
  682. package/dist/pages/SwapDetailsPage.d.ts +3 -0
  683. package/dist/pages/SwapDetailsPage.d.ts.map +1 -0
  684. package/dist/pages/WalletsPage.d.ts +3 -0
  685. package/dist/pages/WalletsPage.d.ts.map +1 -0
  686. package/dist/services/cacheService.d.ts +21 -0
  687. package/dist/services/cacheService.d.ts.map +1 -0
  688. package/dist/services/eventEmitter.d.ts +4 -0
  689. package/dist/services/eventEmitter.d.ts.map +1 -0
  690. package/dist/services/httpService.d.ts +3 -0
  691. package/dist/services/httpService.d.ts.map +1 -0
  692. package/dist/store/AppStore.d.ts +51 -0
  693. package/dist/store/AppStore.d.ts.map +1 -0
  694. package/dist/store/app.d.ts +47 -0
  695. package/dist/store/app.d.ts.map +1 -0
  696. package/dist/store/middlewares/keepLastUpdated.d.ts +8 -0
  697. package/dist/store/middlewares/keepLastUpdated.d.ts.map +1 -0
  698. package/dist/store/notification.d.ts +59 -0
  699. package/dist/store/notification.d.ts.map +1 -0
  700. package/dist/store/quote.d.ts +238 -0
  701. package/dist/store/quote.d.ts.map +1 -0
  702. package/dist/store/selectors.d.ts +12 -0
  703. package/dist/store/selectors.d.ts.map +1 -0
  704. package/dist/store/slices/config.d.ts +32 -0
  705. package/dist/store/slices/config.d.ts.map +1 -0
  706. package/dist/store/slices/data.d.ts +36 -0
  707. package/dist/store/slices/data.d.ts.map +1 -0
  708. package/dist/store/slices/data.test.d.ts +2 -0
  709. package/dist/store/slices/data.test.d.ts.map +1 -0
  710. package/dist/store/slices/settings.d.ts +49 -0
  711. package/dist/store/slices/settings.d.ts.map +1 -0
  712. package/dist/store/slices/types.d.ts +6 -0
  713. package/dist/store/slices/types.d.ts.map +1 -0
  714. package/dist/store/slices/wallets.d.ts +95 -0
  715. package/dist/store/slices/wallets.d.ts.map +1 -0
  716. package/dist/store/ui.d.ts +37 -0
  717. package/dist/store/ui.d.ts.map +1 -0
  718. package/dist/store/utils/data.d.ts +23 -0
  719. package/dist/store/utils/data.d.ts.map +1 -0
  720. package/dist/store/utils/data.test.d.ts +2 -0
  721. package/dist/store/utils/data.test.d.ts.map +1 -0
  722. package/dist/store/utils/index.d.ts +2 -0
  723. package/dist/store/utils/index.d.ts.map +1 -0
  724. package/dist/store/utils/wallets.d.ts +37 -0
  725. package/dist/store/utils/wallets.d.ts.map +1 -0
  726. package/dist/test-utils/fixtures.d.ts +31 -0
  727. package/dist/test-utils/fixtures.d.ts.map +1 -0
  728. package/dist/types/config.d.ts +261 -0
  729. package/dist/types/config.d.ts.map +1 -0
  730. package/dist/types/event.d.ts +74 -0
  731. package/dist/types/event.d.ts.map +1 -0
  732. package/dist/types/index.d.ts +6 -0
  733. package/dist/types/index.d.ts.map +1 -0
  734. package/dist/types/notification.d.ts +21 -0
  735. package/dist/types/notification.d.ts.map +1 -0
  736. package/dist/types/quote.d.ts +100 -0
  737. package/dist/types/quote.d.ts.map +1 -0
  738. package/dist/types/swap.d.ts +14 -0
  739. package/dist/types/swap.d.ts.map +1 -0
  740. package/dist/types/wallets.d.ts +25 -0
  741. package/dist/types/wallets.d.ts.map +1 -0
  742. package/dist/utils/colors.d.ts +10 -0
  743. package/dist/utils/colors.d.ts.map +1 -0
  744. package/dist/utils/common.d.ts +22 -0
  745. package/dist/utils/common.d.ts.map +1 -0
  746. package/dist/utils/configs.d.ts +23 -0
  747. package/dist/utils/configs.d.ts.map +1 -0
  748. package/dist/utils/date.d.ts +3 -0
  749. package/dist/utils/date.d.ts.map +1 -0
  750. package/dist/utils/events.d.ts +8 -0
  751. package/dist/utils/events.d.ts.map +1 -0
  752. package/dist/utils/hash.d.ts +2 -0
  753. package/dist/utils/hash.d.ts.map +1 -0
  754. package/dist/utils/meta.d.ts +11 -0
  755. package/dist/utils/meta.d.ts.map +1 -0
  756. package/dist/utils/numbers.d.ts +13 -0
  757. package/dist/utils/numbers.d.ts.map +1 -0
  758. package/dist/utils/providers.d.ts +25 -0
  759. package/dist/utils/providers.d.ts.map +1 -0
  760. package/dist/utils/queue.d.ts +4 -0
  761. package/dist/utils/queue.d.ts.map +1 -0
  762. package/dist/utils/quote.d.ts +32 -0
  763. package/dist/utils/quote.d.ts.map +1 -0
  764. package/dist/utils/sanitizers.d.ts +27 -0
  765. package/dist/utils/sanitizers.d.ts.map +1 -0
  766. package/dist/utils/sanitizers.test.d.ts +2 -0
  767. package/dist/utils/sanitizers.test.d.ts.map +1 -0
  768. package/dist/utils/settings.d.ts +20 -0
  769. package/dist/utils/settings.d.ts.map +1 -0
  770. package/dist/utils/swap.d.ts +89 -0
  771. package/dist/utils/swap.d.ts.map +1 -0
  772. package/dist/utils/time.d.ts +4 -0
  773. package/dist/utils/time.d.ts.map +1 -0
  774. package/dist/utils/ui.d.ts +19 -0
  775. package/dist/utils/ui.d.ts.map +1 -0
  776. package/dist/utils/validation.d.ts +26 -0
  777. package/dist/utils/validation.d.ts.map +1 -0
  778. package/dist/utils/validation.test.d.ts +2 -0
  779. package/dist/utils/validation.test.d.ts.map +1 -0
  780. package/dist/utils/wallets.d.ts +36 -0
  781. package/dist/utils/wallets.d.ts.map +1 -0
  782. package/dist/widget-embedded.build.json +1 -0
  783. package/package.json +57 -0
  784. package/readme.md +4 -0
  785. package/src/QueueManager.tsx +120 -0
  786. package/src/components/AppRouter.tsx +11 -0
  787. package/src/components/AppRoutes.tsx +137 -0
  788. package/src/components/BlockchainList/BlockchainList.helpers.ts +18 -0
  789. package/src/components/BlockchainList/BlockchainList.styles.ts +22 -0
  790. package/src/components/BlockchainList/BlockchainList.tsx +86 -0
  791. package/src/components/BlockchainList/BlockchainList.types.ts +9 -0
  792. package/src/components/BlockchainList/LoadingBlockchainList.tsx +20 -0
  793. package/src/components/BlockchainList/index.ts +1 -0
  794. package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.ts +49 -0
  795. package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.tsx +48 -0
  796. package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.types.ts +11 -0
  797. package/src/components/BlockchainSelectorButton/index.ts +1 -0
  798. package/src/components/BlockchainsSection/BlockchainsSection.styles.ts +7 -0
  799. package/src/components/BlockchainsSection/BlockchainsSection.tsx +134 -0
  800. package/src/components/BlockchainsSection/BlockchainsSection.types.ts +9 -0
  801. package/src/components/BlockchainsSection/index.ts +1 -0
  802. package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +57 -0
  803. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +485 -0
  804. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.types.ts +9 -0
  805. package/src/components/ConfirmWalletsModal/WalletList.styles.ts +34 -0
  806. package/src/components/ConfirmWalletsModal/WalletList.tsx +283 -0
  807. package/src/components/ConfirmWalletsModal/WalletList.type.ts +11 -0
  808. package/src/components/CustomCollapsible/CustomCollapsible.styles.ts +76 -0
  809. package/src/components/CustomCollapsible/CustomCollapsible.tsx +46 -0
  810. package/src/components/CustomCollapsible/CustomCollapsible.types.ts +10 -0
  811. package/src/components/CustomDestination/CustomDestination.styles.ts +47 -0
  812. package/src/components/CustomDestination/CustomDestination.tsx +157 -0
  813. package/src/components/CustomDestination/CustomDestination.types.ts +7 -0
  814. package/src/components/CustomTokenModal/CustomTokenModal.constants.ts +2 -0
  815. package/src/components/CustomTokenModal/CustomTokenModal.helpers.ts +19 -0
  816. package/src/components/CustomTokenModal/CustomTokenModal.styles.ts +74 -0
  817. package/src/components/CustomTokenModal/CustomTokenModal.tsx +131 -0
  818. package/src/components/CustomTokenModal/CustomTokenModal.types.ts +10 -0
  819. package/src/components/CustomTokenModal/index.ts +1 -0
  820. package/src/components/FilterSelector/FilterSelector.style.ts +95 -0
  821. package/src/components/FilterSelector/FilterSelector.tsx +43 -0
  822. package/src/components/FilterSelector/FilterSelector.type.ts +15 -0
  823. package/src/components/FilterSelector/FilterSelectorContent.tsx +65 -0
  824. package/src/components/FilterSelector/index.ts +1 -0
  825. package/src/components/HeaderButtons/BackButton.tsx +20 -0
  826. package/src/components/HeaderButtons/CancelButton.tsx +25 -0
  827. package/src/components/HeaderButtons/HeaderButtons.styles.ts +96 -0
  828. package/src/components/HeaderButtons/HeaderButtons.tsx +106 -0
  829. package/src/components/HeaderButtons/HeaderButtons.types.ts +12 -0
  830. package/src/components/HeaderButtons/InProgressTransactionBadge.tsx +26 -0
  831. package/src/components/HeaderButtons/NotificationsBadge.tsx +32 -0
  832. package/src/components/HeaderButtons/RefreshButton.tsx +83 -0
  833. package/src/components/HeaderButtons/WalletButton.tsx +49 -0
  834. package/src/components/HeaderButtons/index.ts +4 -0
  835. package/src/components/HistoryGroupedList/HistoryGroupedList.helpers.ts +19 -0
  836. package/src/components/HistoryGroupedList/HistoryGroupedList.styles.ts +44 -0
  837. package/src/components/HistoryGroupedList/HistoryGroupedList.tsx +174 -0
  838. package/src/components/HistoryGroupedList/HistoryGroupedList.types.ts +14 -0
  839. package/src/components/HistoryGroupedList/index.ts +1 -0
  840. package/src/components/ImportCustomToken/ImportCustomToken.tsx +121 -0
  841. package/src/components/ImportCustomToken/ImportCustomToken.types.ts +18 -0
  842. package/src/components/ImportCustomToken/index.ts +1 -0
  843. package/src/components/Layout/Layout.constants.ts +5 -0
  844. package/src/components/Layout/Layout.helpers.ts +16 -0
  845. package/src/components/Layout/Layout.styles.ts +79 -0
  846. package/src/components/Layout/Layout.tsx +226 -0
  847. package/src/components/Layout/Layout.types.ts +21 -0
  848. package/src/components/Layout/PageContainer.tsx +24 -0
  849. package/src/components/Layout/ScrollableArea.tsx +11 -0
  850. package/src/components/Layout/index.ts +3 -0
  851. package/src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts +5 -0
  852. package/src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.tsx +23 -0
  853. package/src/components/LoadingLiquiditySourceList/index.ts +1 -0
  854. package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +76 -0
  855. package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +47 -0
  856. package/src/components/LoadingSwapDetails/index.ts +1 -0
  857. package/src/components/NamespaceItem/NamespaceItem.helpers.ts +9 -0
  858. package/src/components/NamespaceItem/NamespaceItem.styles.ts +93 -0
  859. package/src/components/NamespaceItem/NamespaceItem.tsx +117 -0
  860. package/src/components/NamespaceItem/NamespaceItem.types.ts +14 -0
  861. package/src/components/NamespaceItem/NamespaceUnsupportedItem.tsx +42 -0
  862. package/src/components/NamespaceItem/SupportedChainsList.styles.ts +25 -0
  863. package/src/components/NamespaceItem/SupportedChainsList.tsx +58 -0
  864. package/src/components/NamespaceItem/SupportedChainsList.types.ts +5 -0
  865. package/src/components/NamespaceItem/index.ts +1 -0
  866. package/src/components/NoResult/NoResult.helpers.ts +69 -0
  867. package/src/components/NoResult/NoResult.styles.ts +33 -0
  868. package/src/components/NoResult/NoResult.tsx +93 -0
  869. package/src/components/NoResult/NoResult.types.ts +24 -0
  870. package/src/components/NoResult/index.ts +1 -0
  871. package/src/components/NotificationContent/NotificationContent.tsx +37 -0
  872. package/src/components/NotificationContent/index.ts +1 -0
  873. package/src/components/Quote/Quote.styles.ts +401 -0
  874. package/src/components/Quote/Quote.tsx +554 -0
  875. package/src/components/Quote/Quote.types.ts +55 -0
  876. package/src/components/Quote/QuoteCostDetails.styles.ts +49 -0
  877. package/src/components/Quote/QuoteCostDetails.tsx +235 -0
  878. package/src/components/Quote/QuoteSummary.styles.ts +16 -0
  879. package/src/components/Quote/QuoteSummary.tsx +64 -0
  880. package/src/components/Quote/QuoteTrigger.tsx +216 -0
  881. package/src/components/Quote/index.ts +2 -0
  882. package/src/components/QuoteSkeleton/QuoteSkeleton.styles.ts +50 -0
  883. package/src/components/QuoteSkeleton/QuoteSkeleton.tsx +30 -0
  884. package/src/components/QuoteSkeleton/QuoteSkeleton.types.ts +7 -0
  885. package/src/components/QuoteSkeleton/QuoteSummarySkeleton.styles.ts +55 -0
  886. package/src/components/QuoteSkeleton/QuoteSummarySkeleton.tsx +96 -0
  887. package/src/components/QuoteSkeleton/QuoteSummarySkeleton.types.ts +6 -0
  888. package/src/components/QuoteSkeleton/StepSkeleton.styles.ts +40 -0
  889. package/src/components/QuoteSkeleton/StepSkeleton.tsx +44 -0
  890. package/src/components/QuoteSkeleton/StepSkeleton.types.ts +1 -0
  891. package/src/components/QuoteSkeleton/index.ts +3 -0
  892. package/src/components/QuoteWarningsAndErrors/HighValueLossWarningModal.tsx +105 -0
  893. package/src/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.tsx +40 -0
  894. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.ts +119 -0
  895. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +57 -0
  896. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.tsx +142 -0
  897. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.ts +28 -0
  898. package/src/components/QuoteWarningsAndErrors/SlippageWariningModal.tsx +83 -0
  899. package/src/components/QuoteWarningsAndErrors/UnknownPriceWarningModal.tsx +45 -0
  900. package/src/components/QuoteWarningsAndErrors/index.ts +1 -0
  901. package/src/components/Quotes/Quotes.styles.ts +18 -0
  902. package/src/components/Quotes/Quotes.tsx +154 -0
  903. package/src/components/Quotes/Quotes.types.ts +11 -0
  904. package/src/components/Quotes/SelectStrategy.tsx +51 -0
  905. package/src/components/Quotes/index.ts +1 -0
  906. package/src/components/RefreshModal/RefreshModal.styles.ts +9 -0
  907. package/src/components/RefreshModal/RefreshModal.tsx +41 -0
  908. package/src/components/RefreshModal/RefreshModal.types.ts +4 -0
  909. package/src/components/RefreshModal/index.ts +1 -0
  910. package/src/components/SameTokensWarning/SameTokensWarning.styles.ts +7 -0
  911. package/src/components/SameTokensWarning/SameTokensWarning.tsx +31 -0
  912. package/src/components/SameTokensWarning/index.ts +1 -0
  913. package/src/components/SearchInput/SearchInput.styles.ts +21 -0
  914. package/src/components/SearchInput/SearchInput.tsx +62 -0
  915. package/src/components/SearchInput/SearchInput.types.ts +14 -0
  916. package/src/components/SearchInput/index.ts +1 -0
  917. package/src/components/SettingsContainer/SettingsContainer.style.ts +30 -0
  918. package/src/components/SettingsContainer/index.ts +5 -0
  919. package/src/components/Slippage/Slippage.styles.ts +35 -0
  920. package/src/components/Slippage/Slippage.tsx +134 -0
  921. package/src/components/Slippage/SlippageTooltipContent.tsx +23 -0
  922. package/src/components/Slippage/index.ts +1 -0
  923. package/src/components/SlippageWarningsAndErrors/SlippageWarningsAndErrors.helpers.ts +33 -0
  924. package/src/components/SlippageWarningsAndErrors/SlippageWarningsAndErrors.tsx +48 -0
  925. package/src/components/SlippageWarningsAndErrors/SlippageWarningsAndErrors.types.ts +3 -0
  926. package/src/components/StatefulConnectModal/StatefulConnectModal.tsx +215 -0
  927. package/src/components/StatefulConnectModal/helpers.ts +29 -0
  928. package/src/components/StatefulConnectModal/index.ts +2 -0
  929. package/src/components/SwapDetails/RequestIdRow.tsx +73 -0
  930. package/src/components/SwapDetails/SwapDateRow.tsx +21 -0
  931. package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +71 -0
  932. package/src/components/SwapDetails/SwapDetails.helpers.tsx +138 -0
  933. package/src/components/SwapDetails/SwapDetails.styles.ts +115 -0
  934. package/src/components/SwapDetails/SwapDetails.tsx +554 -0
  935. package/src/components/SwapDetails/SwapDetails.types.ts +19 -0
  936. package/src/components/SwapDetails/index.ts +1 -0
  937. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.tsx +46 -0
  938. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.tsx +67 -0
  939. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts +31 -0
  940. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +90 -0
  941. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +31 -0
  942. package/src/components/SwapDetailsAlerts/index.ts +2 -0
  943. package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +140 -0
  944. package/src/components/SwapDetailsModal/SwapDetailsModal.Cancel.tsx +36 -0
  945. package/src/components/SwapDetailsModal/SwapDetailsModal.ConnectWallet.tsx +177 -0
  946. package/src/components/SwapDetailsModal/SwapDetailsModal.Delete.tsx +38 -0
  947. package/src/components/SwapDetailsModal/SwapDetailsModal.InstallWallet.tsx +52 -0
  948. package/src/components/SwapDetailsModal/SwapDetailsModal.NetworkState.tsx +31 -0
  949. package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +49 -0
  950. package/src/components/SwapDetailsModal/SwapDetailsModal.styles.ts +29 -0
  951. package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +61 -0
  952. package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +84 -0
  953. package/src/components/SwapDetailsModal/index.ts +3 -0
  954. package/src/components/SwapMetrics/SwapMetrics.constants.ts +4 -0
  955. package/src/components/SwapMetrics/SwapMetrics.helpers.ts +80 -0
  956. package/src/components/SwapMetrics/SwapMetrics.styles.ts +32 -0
  957. package/src/components/SwapMetrics/SwapMetrics.tsx +134 -0
  958. package/src/components/SwapMetrics/SwapMetrics.types.ts +26 -0
  959. package/src/components/SwapMetrics/index.ts +1 -0
  960. package/src/components/SwitchFromAndTo/SwitchFromAndTo.styles.ts +48 -0
  961. package/src/components/SwitchFromAndTo/SwitchFromAndTo.tsx +33 -0
  962. package/src/components/SwitchFromAndTo/index.ts +1 -0
  963. package/src/components/TokenList/LoadingTokenList.tsx +34 -0
  964. package/src/components/TokenList/TokenList.helpers.ts +11 -0
  965. package/src/components/TokenList/TokenList.styles.ts +211 -0
  966. package/src/components/TokenList/TokenList.tsx +390 -0
  967. package/src/components/TokenList/TokenList.types.ts +51 -0
  968. package/src/components/TokenList/index.ts +1 -0
  969. package/src/components/WalletStatefulConnect/ConnectStatus.styles.ts +38 -0
  970. package/src/components/WalletStatefulConnect/ConnectStatus.tsx +66 -0
  971. package/src/components/WalletStatefulConnect/ConnectStatus.types.ts +11 -0
  972. package/src/components/WalletStatefulConnect/DerivationPath.helpers.ts +24 -0
  973. package/src/components/WalletStatefulConnect/DerivationPath.styles.ts +21 -0
  974. package/src/components/WalletStatefulConnect/DerivationPath.tsx +147 -0
  975. package/src/components/WalletStatefulConnect/DerivationPath.types.ts +6 -0
  976. package/src/components/WalletStatefulConnect/Detached.styles.ts +6 -0
  977. package/src/components/WalletStatefulConnect/Detached.tsx +193 -0
  978. package/src/components/WalletStatefulConnect/Detached.types.ts +13 -0
  979. package/src/components/WalletStatefulConnect/ExperimentalChain.tsx +39 -0
  980. package/src/components/WalletStatefulConnect/ExperimentalChainStatus.helpers.ts +53 -0
  981. package/src/components/WalletStatefulConnect/ExperimentalChainStatus.tsx +36 -0
  982. package/src/components/WalletStatefulConnect/ExperimentalChainStatus.types.ts +5 -0
  983. package/src/components/WalletStatefulConnect/NamespaceDetachedItem.tsx +100 -0
  984. package/src/components/WalletStatefulConnect/NamespaceListItem.tsx +24 -0
  985. package/src/components/WalletStatefulConnect/Namespaces.styles.ts +11 -0
  986. package/src/components/WalletStatefulConnect/Namespaces.tsx +194 -0
  987. package/src/components/WalletStatefulConnect/Namespaces.types.tsx +39 -0
  988. package/src/components/WalletStatefulConnect/index.ts +5 -0
  989. package/src/components/common/ActivateTabAlert/ActivateTabAlert.tsx +25 -0
  990. package/src/components/common/ActivateTabAlert/ActivateTabAlert.types.ts +3 -0
  991. package/src/components/common/ActivateTabAlert/index.ts +1 -0
  992. package/src/components/common/ActivateTabModal/ActivateTabModal.tsx +39 -0
  993. package/src/components/common/ActivateTabModal/ActivateTabModal.types.ts +5 -0
  994. package/src/components/common/ActivateTabModal/index.ts +1 -0
  995. package/src/components/common/WatermarkedModal/WatermarkedModal.tsx +18 -0
  996. package/src/components/common/WatermarkedModal/index.ts +1 -0
  997. package/src/constants/configs.ts +2 -0
  998. package/src/constants/customTokens.ts +9 -0
  999. package/src/constants/errors.ts +62 -0
  1000. package/src/constants/fonts.ts +85 -0
  1001. package/src/constants/index.ts +11 -0
  1002. package/src/constants/languages.ts +100 -0
  1003. package/src/constants/messages.ts +10 -0
  1004. package/src/constants/navigationRoutes.ts +18 -0
  1005. package/src/constants/numbers.ts +3 -0
  1006. package/src/constants/profileBanner.ts +3 -0
  1007. package/src/constants/quote.ts +60 -0
  1008. package/src/constants/routing.ts +17 -0
  1009. package/src/constants/searchFor.ts +6 -0
  1010. package/src/constants/searchParams.ts +18 -0
  1011. package/src/constants/settings.ts +5 -0
  1012. package/src/constants/swapSettings.ts +13 -0
  1013. package/src/constants/wallets.ts +5 -0
  1014. package/src/containers/App/App.styles.ts +16 -0
  1015. package/src/containers/App/App.tsx +25 -0
  1016. package/src/containers/App/index.ts +1 -0
  1017. package/src/containers/ExpandedQuotes/ExpandedQuotes.styles.ts +44 -0
  1018. package/src/containers/ExpandedQuotes/ExpandedQuotes.tsx +78 -0
  1019. package/src/containers/ExpandedQuotes/ExpandedQuotes.types.ts +9 -0
  1020. package/src/containers/ExpandedQuotes/index.ts +1 -0
  1021. package/src/containers/Inputs/Inputs.styles.ts +12 -0
  1022. package/src/containers/Inputs/Inputs.tsx +185 -0
  1023. package/src/containers/Inputs/Inputs.types.ts +8 -0
  1024. package/src/containers/Inputs/index.ts +1 -0
  1025. package/src/containers/QuoteInfo/QuoteInfo.styles.ts +26 -0
  1026. package/src/containers/QuoteInfo/QuoteInfo.tsx +78 -0
  1027. package/src/containers/QuoteInfo/QuoteInfo.types.ts +20 -0
  1028. package/src/containers/QuoteInfo/index.ts +1 -0
  1029. package/src/containers/Refuel/Refuel.tsx +25 -0
  1030. package/src/containers/Refuel/Refuel.types.ts +5 -0
  1031. package/src/containers/Refuel/index.ts +1 -0
  1032. package/src/containers/Settings/Lists.tsx +315 -0
  1033. package/src/containers/Wallets/Wallets.helpers.ts +26 -0
  1034. package/src/containers/Wallets/Wallets.tsx +121 -0
  1035. package/src/containers/Wallets/Wallets.types.ts +39 -0
  1036. package/src/containers/Wallets/index.ts +1 -0
  1037. package/src/containers/Wallets/useUpdates.ts +248 -0
  1038. package/src/containers/Widget/Widget.tsx +25 -0
  1039. package/src/containers/Widget/Widget.types.ts +5 -0
  1040. package/src/containers/Widget/index.ts +2 -0
  1041. package/src/containers/WidgetInfo/WidgetInfo.helpers.ts +73 -0
  1042. package/src/containers/WidgetInfo/WidgetInfo.tsx +107 -0
  1043. package/src/containers/WidgetInfo/WidgetInfo.types.ts +34 -0
  1044. package/src/containers/WidgetInfo/index.ts +1 -0
  1045. package/src/containers/WidgetProvider/WidgetProvider.tsx +53 -0
  1046. package/src/containers/WidgetProvider/WidgetProvider.types.ts +7 -0
  1047. package/src/containers/WidgetProvider/index.ts +1 -0
  1048. package/src/globalStyles.ts +7 -0
  1049. package/src/hooks/useBootstrap/index.ts +1 -0
  1050. package/src/hooks/useBootstrap/useBootstrap.ts +102 -0
  1051. package/src/hooks/useConfirmSwap/index.ts +1 -0
  1052. package/src/hooks/useConfirmSwap/useConfirmSwap.helpers.ts +155 -0
  1053. package/src/hooks/useConfirmSwap/useConfirmSwap.ts +157 -0
  1054. package/src/hooks/useConfirmSwap/useConfirmSwap.types.ts +19 -0
  1055. package/src/hooks/useFetch.ts +59 -0
  1056. package/src/hooks/useFetchAllQuotes.ts +21 -0
  1057. package/src/hooks/useFetchApiConfig.ts +37 -0
  1058. package/src/hooks/useFetchConfirmQuote.ts +21 -0
  1059. package/src/hooks/useFetchCustomToken.ts +141 -0
  1060. package/src/hooks/useFontLoader.ts +40 -0
  1061. package/src/hooks/useForceAutoConnect.ts +27 -0
  1062. package/src/hooks/useIframe/index.ts +1 -0
  1063. package/src/hooks/useIframe/useIframe.helpers.ts +3 -0
  1064. package/src/hooks/useIframe/useIframe.ts +55 -0
  1065. package/src/hooks/useIframe/useIframe.types.ts +13 -0
  1066. package/src/hooks/useLanguage.ts +28 -0
  1067. package/src/hooks/useNavigateBack.ts +6 -0
  1068. package/src/hooks/usePrepareBlockchainList/index.ts +1 -0
  1069. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.ts +1 -0
  1070. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.ts +138 -0
  1071. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.ts +3292 -0
  1072. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.ts +348 -0
  1073. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.ts +47 -0
  1074. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.ts +17 -0
  1075. package/src/hooks/usePrevious.ts +13 -0
  1076. package/src/hooks/useScreenDetect.ts +55 -0
  1077. package/src/hooks/useSearchCustomTokens/index.ts +1 -0
  1078. package/src/hooks/useSearchCustomTokens/types.ts +9 -0
  1079. package/src/hooks/useSearchCustomTokens/useSearchCustomTokens.constants.ts +1 -0
  1080. package/src/hooks/useSearchCustomTokens/useSearchCustomTokens.ts +81 -0
  1081. package/src/hooks/useStatefulConnect/index.ts +10 -0
  1082. package/src/hooks/useStatefulConnect/useStatefulConnect.helpers.ts +13 -0
  1083. package/src/hooks/useStatefulConnect/useStatefulConnect.state.ts +60 -0
  1084. package/src/hooks/useStatefulConnect/useStatefulConnect.ts +390 -0
  1085. package/src/hooks/useStatefulConnect/useStatefulConnect.types.ts +72 -0
  1086. package/src/hooks/useSubscribeToWidgetEvents/index.ts +1 -0
  1087. package/src/hooks/useSubscribeToWidgetEvents/useSubscribeToWidgetEvents.ts +134 -0
  1088. package/src/hooks/useSwapInput.ts +289 -0
  1089. package/src/hooks/useSwapMode.ts +20 -0
  1090. package/src/hooks/useSyncNotifications/index.ts +1 -0
  1091. package/src/hooks/useSyncNotifications/useSyncNotifications.ts +25 -0
  1092. package/src/hooks/useSyncStoresWithConfig.ts +138 -0
  1093. package/src/hooks/useSyncUrlAndStore/index.ts +1 -0
  1094. package/src/hooks/useSyncUrlAndStore/useSyncUrlAndStore.helpers.ts +23 -0
  1095. package/src/hooks/useSyncUrlAndStore/useSyncUrlAndStore.ts +185 -0
  1096. package/src/hooks/useTheme.ts +104 -0
  1097. package/src/hooks/useUpdateQuoteInputs/index.ts +1 -0
  1098. package/src/hooks/useUpdateQuoteInputs/useUpdateQuoteInputs.ts +50 -0
  1099. package/src/hooks/useWalletList.ts +144 -0
  1100. package/src/hooks/useWalletProviders/index.ts +1 -0
  1101. package/src/hooks/useWalletProviders/useWalletProviders.helpers.ts +19 -0
  1102. package/src/hooks/useWalletProviders/useWalletProviders.ts +30 -0
  1103. package/src/hooks/useWidgetEvents/index.ts +1 -0
  1104. package/src/hooks/useWidgetEvents/useWidgetEvents.ts +9 -0
  1105. package/src/index.ts +192 -0
  1106. package/src/libs/tabManager/index.ts +2 -0
  1107. package/src/libs/tabManager/tabManager.constants.ts +3 -0
  1108. package/src/libs/tabManager/tabManager.ts +225 -0
  1109. package/src/libs/tabManager/tabManager.types.ts +29 -0
  1110. package/src/pages/AddCustomTokenPage.tsx +153 -0
  1111. package/src/pages/ConfirmSwapPage.tsx +324 -0
  1112. package/src/pages/CustomTokensPage.tsx +191 -0
  1113. package/src/pages/HistoryPage.tsx +311 -0
  1114. package/src/pages/Home.tsx +313 -0
  1115. package/src/pages/LanguagePage.tsx +69 -0
  1116. package/src/pages/LiquiditySourcePage.tsx +177 -0
  1117. package/src/pages/Routes.tsx +71 -0
  1118. package/src/pages/SelectBlockchainPage.tsx +114 -0
  1119. package/src/pages/SelectSwapItemPage/SelectSwapItemPage.constants.ts +2 -0
  1120. package/src/pages/SelectSwapItemPage/SelectSwapItemPage.helpers.ts +51 -0
  1121. package/src/pages/SelectSwapItemPage/SelectSwapItemsPage.tsx +160 -0
  1122. package/src/pages/SelectSwapItemPage/index.ts +1 -0
  1123. package/src/pages/SettingsPage.tsx +67 -0
  1124. package/src/pages/SwapDetailsPage.tsx +78 -0
  1125. package/src/pages/WalletsPage.tsx +110 -0
  1126. package/src/services/cacheService.ts +35 -0
  1127. package/src/services/eventEmitter.ts +11 -0
  1128. package/src/services/httpService.ts +13 -0
  1129. package/src/store/AppStore.tsx +46 -0
  1130. package/src/store/app.ts +66 -0
  1131. package/src/store/middlewares/keepLastUpdated.ts +26 -0
  1132. package/src/store/notification.ts +138 -0
  1133. package/src/store/quote.ts +407 -0
  1134. package/src/store/selectors.ts +21 -0
  1135. package/src/store/slices/config.ts +235 -0
  1136. package/src/store/slices/data.test.ts +456 -0
  1137. package/src/store/slices/data.ts +394 -0
  1138. package/src/store/slices/settings.ts +229 -0
  1139. package/src/store/slices/types.ts +9 -0
  1140. package/src/store/slices/wallets.ts +843 -0
  1141. package/src/store/ui.ts +65 -0
  1142. package/src/store/utils/data.test.ts +188 -0
  1143. package/src/store/utils/data.ts +150 -0
  1144. package/src/store/utils/index.ts +1 -0
  1145. package/src/store/utils/wallets.ts +245 -0
  1146. package/src/test-utils/fixtures.ts +265 -0
  1147. package/src/types/config.ts +284 -0
  1148. package/src/types/event.ts +105 -0
  1149. package/src/types/index.ts +5 -0
  1150. package/src/types/notification.ts +26 -0
  1151. package/src/types/quote.ts +133 -0
  1152. package/src/types/swap.ts +19 -0
  1153. package/src/types/wallets.ts +29 -0
  1154. package/src/utils/colors.ts +180 -0
  1155. package/src/utils/common.ts +297 -0
  1156. package/src/utils/configs.ts +95 -0
  1157. package/src/utils/date.ts +81 -0
  1158. package/src/utils/events.ts +27 -0
  1159. package/src/utils/hash.ts +27 -0
  1160. package/src/utils/meta.ts +72 -0
  1161. package/src/utils/numbers.ts +138 -0
  1162. package/src/utils/providers.ts +121 -0
  1163. package/src/utils/queue.ts +24 -0
  1164. package/src/utils/quote.ts +404 -0
  1165. package/src/utils/sanitizers.test.ts +122 -0
  1166. package/src/utils/sanitizers.ts +41 -0
  1167. package/src/utils/settings.ts +124 -0
  1168. package/src/utils/swap.ts +826 -0
  1169. package/src/utils/time.ts +33 -0
  1170. package/src/utils/ui.ts +89 -0
  1171. package/src/utils/validation.test.ts +121 -0
  1172. package/src/utils/validation.ts +45 -0
  1173. package/src/utils/wallets.ts +551 -0
@@ -0,0 +1,3667 @@
1
+ import * as Collapsible from '@radix-ui/react-collapsible';
2
+ export declare const EXPANDABLE_QUOTE_TRANSITION_DURATION = 300;
3
+ export declare const QuoteContainer: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>, {
4
+ selected?: boolean | "true" | "false" | undefined;
5
+ listItem?: boolean | "true" | "false" | undefined;
6
+ }, {
7
+ xs: string;
8
+ sm: string;
9
+ md: string;
10
+ lg: string;
11
+ }, import("@stitches/react/types/css-util").CSS<{
12
+ xs: string;
13
+ sm: string;
14
+ md: string;
15
+ lg: string;
16
+ }, {
17
+ colors: {
18
+ primary: string;
19
+ primary500: string;
20
+ primary550: string;
21
+ secondary: string;
22
+ secondary100: string;
23
+ secondary150: string;
24
+ secondary200: string;
25
+ secondary250: string;
26
+ secondary500: string;
27
+ secondary550: string;
28
+ neutral: string;
29
+ neutral100: string;
30
+ neutral200: string;
31
+ neutral300: string;
32
+ neutral400: string;
33
+ neutral500: string;
34
+ neutral600: string;
35
+ neutral700: string;
36
+ neutral800: string;
37
+ neutral900: string;
38
+ error100: string;
39
+ error300: string;
40
+ error500: string;
41
+ error600: string;
42
+ error700: string;
43
+ warning100: string;
44
+ warning300: string;
45
+ warning500: string;
46
+ warning600: string;
47
+ warning700: string;
48
+ info: string;
49
+ info100: string;
50
+ info300: string;
51
+ info500: string;
52
+ info600: string;
53
+ info700: string;
54
+ success100: string;
55
+ success300: string;
56
+ success500: string;
57
+ success600: string;
58
+ success700: string;
59
+ background: string;
60
+ foreground: string;
61
+ };
62
+ space: {
63
+ 0: string;
64
+ 5: string;
65
+ 10: string;
66
+ 15: string;
67
+ 20: string;
68
+ 25: string;
69
+ 30: string;
70
+ 40: string;
71
+ 46: string;
72
+ 50: string;
73
+ 60: string;
74
+ 70: string;
75
+ 80: string;
76
+ 90: string;
77
+ 100: string;
78
+ 2: string;
79
+ 4: string;
80
+ 6: string;
81
+ 8: string;
82
+ 12: string;
83
+ 16: string;
84
+ 24: string;
85
+ 28: string;
86
+ 32: string;
87
+ 36: string;
88
+ };
89
+ radii: {
90
+ xs: string;
91
+ sm: string;
92
+ xm: string;
93
+ md: string;
94
+ xl: string;
95
+ lg: string;
96
+ primary: string;
97
+ secondary: string;
98
+ };
99
+ fontSizes: {
100
+ 10: string;
101
+ 12: string;
102
+ 14: string;
103
+ 16: string;
104
+ 18: string;
105
+ 20: string;
106
+ 22: string;
107
+ 24: string;
108
+ 28: string;
109
+ 32: string;
110
+ 36: string;
111
+ 40: string;
112
+ 48: string;
113
+ };
114
+ fonts: {
115
+ primary: string;
116
+ widget: string;
117
+ };
118
+ fontWeights: {
119
+ regular: number;
120
+ medium: number;
121
+ semiBold: number;
122
+ bold: number;
123
+ };
124
+ lineHeights: {
125
+ 12: string;
126
+ 16: string;
127
+ 20: string;
128
+ 24: string;
129
+ 26: string;
130
+ 28: string;
131
+ 30: string;
132
+ 36: string;
133
+ 40: string;
134
+ 44: string;
135
+ 52: string;
136
+ 64: string;
137
+ };
138
+ letterSpacings: {};
139
+ sizes: {
140
+ 4: string;
141
+ 6: string;
142
+ 8: string;
143
+ 10: string;
144
+ 12: string;
145
+ 16: string;
146
+ 18: string;
147
+ 20: string;
148
+ 24: string;
149
+ 26: string;
150
+ 28: string;
151
+ 30: string;
152
+ 32: string;
153
+ 36: string;
154
+ 40: string;
155
+ 45: string;
156
+ 48: string;
157
+ };
158
+ borderWidths: {};
159
+ borderStyles: {};
160
+ shadows: {
161
+ mainContainer: string;
162
+ };
163
+ zIndices: {};
164
+ transitions: {};
165
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
166
+ export declare const stepsDetailsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
167
+ xs: string;
168
+ sm: string;
169
+ md: string;
170
+ lg: string;
171
+ }, import("@stitches/react/types/css-util").CSS<{
172
+ xs: string;
173
+ sm: string;
174
+ md: string;
175
+ lg: string;
176
+ }, {
177
+ colors: {
178
+ primary: string;
179
+ primary500: string;
180
+ primary550: string;
181
+ secondary: string;
182
+ secondary100: string;
183
+ secondary150: string;
184
+ secondary200: string;
185
+ secondary250: string;
186
+ secondary500: string;
187
+ secondary550: string;
188
+ neutral: string;
189
+ neutral100: string;
190
+ neutral200: string;
191
+ neutral300: string;
192
+ neutral400: string;
193
+ neutral500: string;
194
+ neutral600: string;
195
+ neutral700: string;
196
+ neutral800: string;
197
+ neutral900: string;
198
+ error100: string;
199
+ error300: string;
200
+ error500: string;
201
+ error600: string;
202
+ error700: string;
203
+ warning100: string;
204
+ warning300: string;
205
+ warning500: string;
206
+ warning600: string;
207
+ warning700: string;
208
+ info: string;
209
+ info100: string;
210
+ info300: string;
211
+ info500: string;
212
+ info600: string;
213
+ info700: string;
214
+ success100: string;
215
+ success300: string;
216
+ success500: string;
217
+ success600: string;
218
+ success700: string;
219
+ background: string;
220
+ foreground: string;
221
+ };
222
+ space: {
223
+ 0: string;
224
+ 5: string;
225
+ 10: string;
226
+ 15: string;
227
+ 20: string;
228
+ 25: string;
229
+ 30: string;
230
+ 40: string;
231
+ 46: string;
232
+ 50: string;
233
+ 60: string;
234
+ 70: string;
235
+ 80: string;
236
+ 90: string;
237
+ 100: string;
238
+ 2: string;
239
+ 4: string;
240
+ 6: string;
241
+ 8: string;
242
+ 12: string;
243
+ 16: string;
244
+ 24: string;
245
+ 28: string;
246
+ 32: string;
247
+ 36: string;
248
+ };
249
+ radii: {
250
+ xs: string;
251
+ sm: string;
252
+ xm: string;
253
+ md: string;
254
+ xl: string;
255
+ lg: string;
256
+ primary: string;
257
+ secondary: string;
258
+ };
259
+ fontSizes: {
260
+ 10: string;
261
+ 12: string;
262
+ 14: string;
263
+ 16: string;
264
+ 18: string;
265
+ 20: string;
266
+ 22: string;
267
+ 24: string;
268
+ 28: string;
269
+ 32: string;
270
+ 36: string;
271
+ 40: string;
272
+ 48: string;
273
+ };
274
+ fonts: {
275
+ primary: string;
276
+ widget: string;
277
+ };
278
+ fontWeights: {
279
+ regular: number;
280
+ medium: number;
281
+ semiBold: number;
282
+ bold: number;
283
+ };
284
+ lineHeights: {
285
+ 12: string;
286
+ 16: string;
287
+ 20: string;
288
+ 24: string;
289
+ 26: string;
290
+ 28: string;
291
+ 30: string;
292
+ 36: string;
293
+ 40: string;
294
+ 44: string;
295
+ 52: string;
296
+ 64: string;
297
+ };
298
+ letterSpacings: {};
299
+ sizes: {
300
+ 4: string;
301
+ 6: string;
302
+ 8: string;
303
+ 10: string;
304
+ 12: string;
305
+ 16: string;
306
+ 18: string;
307
+ 20: string;
308
+ 24: string;
309
+ 26: string;
310
+ 28: string;
311
+ 30: string;
312
+ 32: string;
313
+ 36: string;
314
+ 40: string;
315
+ 45: string;
316
+ 48: string;
317
+ };
318
+ borderWidths: {};
319
+ borderStyles: {};
320
+ shadows: {
321
+ mainContainer: string;
322
+ };
323
+ zIndices: {};
324
+ transitions: {};
325
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
326
+ export declare const AllRoutesButton: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<{
327
+ id?: string | undefined | undefined;
328
+ slot?: string | undefined | undefined;
329
+ style?: React.CSSProperties | undefined;
330
+ title?: string | undefined | undefined;
331
+ children?: React.ReactNode;
332
+ color?: string | undefined | undefined;
333
+ content?: string | undefined | undefined;
334
+ translate?: "yes" | "no" | undefined | undefined;
335
+ hidden?: boolean | undefined | undefined;
336
+ defaultChecked?: boolean | undefined | undefined;
337
+ defaultValue?: string | number | readonly string[] | undefined;
338
+ suppressContentEditableWarning?: boolean | undefined | undefined;
339
+ suppressHydrationWarning?: boolean | undefined | undefined;
340
+ accessKey?: string | undefined | undefined;
341
+ autoFocus?: boolean | undefined | undefined;
342
+ className?: string | undefined | undefined;
343
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
344
+ contextMenu?: string | undefined | undefined;
345
+ dir?: string | undefined | undefined;
346
+ draggable?: (boolean | "true" | "false") | undefined;
347
+ lang?: string | undefined | undefined;
348
+ nonce?: string | undefined | undefined;
349
+ placeholder?: string | undefined | undefined;
350
+ spellCheck?: (boolean | "true" | "false") | undefined;
351
+ tabIndex?: number | undefined | undefined;
352
+ radioGroup?: string | undefined | undefined;
353
+ role?: React.AriaRole | undefined;
354
+ about?: string | undefined | undefined;
355
+ datatype?: string | undefined | undefined;
356
+ inlist?: any;
357
+ property?: string | undefined | undefined;
358
+ rel?: string | undefined | undefined;
359
+ resource?: string | undefined | undefined;
360
+ rev?: string | undefined | undefined;
361
+ typeof?: string | undefined | undefined;
362
+ vocab?: string | undefined | undefined;
363
+ autoCapitalize?: string | undefined | undefined;
364
+ autoCorrect?: string | undefined | undefined;
365
+ autoSave?: string | undefined | undefined;
366
+ itemProp?: string | undefined | undefined;
367
+ itemScope?: boolean | undefined | undefined;
368
+ itemType?: string | undefined | undefined;
369
+ itemID?: string | undefined | undefined;
370
+ itemRef?: string | undefined | undefined;
371
+ results?: number | undefined | undefined;
372
+ security?: string | undefined | undefined;
373
+ unselectable?: "on" | "off" | undefined | undefined;
374
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
375
+ is?: string | undefined | undefined;
376
+ "aria-activedescendant"?: string | undefined | undefined;
377
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
378
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
379
+ "aria-braillelabel"?: string | undefined | undefined;
380
+ "aria-brailleroledescription"?: string | undefined | undefined;
381
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
382
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
383
+ "aria-colcount"?: number | undefined | undefined;
384
+ "aria-colindex"?: number | undefined | undefined;
385
+ "aria-colindextext"?: string | undefined | undefined;
386
+ "aria-colspan"?: number | undefined | undefined;
387
+ "aria-controls"?: string | undefined | undefined;
388
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
389
+ "aria-describedby"?: string | undefined | undefined;
390
+ "aria-description"?: string | undefined | undefined;
391
+ "aria-details"?: string | undefined | undefined;
392
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
393
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
394
+ "aria-errormessage"?: string | undefined | undefined;
395
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
396
+ "aria-flowto"?: string | undefined | undefined;
397
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
398
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
399
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
400
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
401
+ "aria-keyshortcuts"?: string | undefined | undefined;
402
+ "aria-label"?: string | undefined | undefined;
403
+ "aria-labelledby"?: string | undefined | undefined;
404
+ "aria-level"?: number | undefined | undefined;
405
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
406
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
407
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
408
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
409
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
410
+ "aria-owns"?: string | undefined | undefined;
411
+ "aria-placeholder"?: string | undefined | undefined;
412
+ "aria-posinset"?: number | undefined | undefined;
413
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
414
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
415
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
416
+ "aria-required"?: (boolean | "true" | "false") | undefined;
417
+ "aria-roledescription"?: string | undefined | undefined;
418
+ "aria-rowcount"?: number | undefined | undefined;
419
+ "aria-rowindex"?: number | undefined | undefined;
420
+ "aria-rowindextext"?: string | undefined | undefined;
421
+ "aria-rowspan"?: number | undefined | undefined;
422
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
423
+ "aria-setsize"?: number | undefined | undefined;
424
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
425
+ "aria-valuemax"?: number | undefined | undefined;
426
+ "aria-valuemin"?: number | undefined | undefined;
427
+ "aria-valuenow"?: number | undefined | undefined;
428
+ "aria-valuetext"?: string | undefined | undefined;
429
+ dangerouslySetInnerHTML?: {
430
+ __html: string | TrustedHTML;
431
+ } | undefined | undefined;
432
+ onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
433
+ onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
434
+ onCut?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
435
+ onCutCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
436
+ onPaste?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
437
+ onPasteCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
438
+ onCompositionEnd?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
439
+ onCompositionEndCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
440
+ onCompositionStart?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
441
+ onCompositionStartCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
442
+ onCompositionUpdate?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
443
+ onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
444
+ onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
445
+ onFocusCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
446
+ onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
447
+ onBlurCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
448
+ onChange?: React.FormEventHandler<HTMLButtonElement> | undefined;
449
+ onChangeCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
450
+ onBeforeInput?: React.FormEventHandler<HTMLButtonElement> | undefined;
451
+ onBeforeInputCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
452
+ onInput?: React.FormEventHandler<HTMLButtonElement> | undefined;
453
+ onInputCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
454
+ onReset?: React.FormEventHandler<HTMLButtonElement> | undefined;
455
+ onResetCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
456
+ onSubmit?: React.FormEventHandler<HTMLButtonElement> | undefined;
457
+ onSubmitCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
458
+ onInvalid?: React.FormEventHandler<HTMLButtonElement> | undefined;
459
+ onInvalidCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
460
+ onLoad?: React.ReactEventHandler<HTMLButtonElement> | undefined;
461
+ onLoadCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
462
+ onError?: React.ReactEventHandler<HTMLButtonElement> | undefined;
463
+ onErrorCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
464
+ onKeyDown?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
465
+ onKeyDownCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
466
+ onKeyPress?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
467
+ onKeyPressCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
468
+ onKeyUp?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
469
+ onKeyUpCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
470
+ onAbort?: React.ReactEventHandler<HTMLButtonElement> | undefined;
471
+ onAbortCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
472
+ onCanPlay?: React.ReactEventHandler<HTMLButtonElement> | undefined;
473
+ onCanPlayCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
474
+ onCanPlayThrough?: React.ReactEventHandler<HTMLButtonElement> | undefined;
475
+ onCanPlayThroughCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
476
+ onDurationChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
477
+ onDurationChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
478
+ onEmptied?: React.ReactEventHandler<HTMLButtonElement> | undefined;
479
+ onEmptiedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
480
+ onEncrypted?: React.ReactEventHandler<HTMLButtonElement> | undefined;
481
+ onEncryptedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
482
+ onEnded?: React.ReactEventHandler<HTMLButtonElement> | undefined;
483
+ onEndedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
484
+ onLoadedData?: React.ReactEventHandler<HTMLButtonElement> | undefined;
485
+ onLoadedDataCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
486
+ onLoadedMetadata?: React.ReactEventHandler<HTMLButtonElement> | undefined;
487
+ onLoadedMetadataCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
488
+ onLoadStart?: React.ReactEventHandler<HTMLButtonElement> | undefined;
489
+ onLoadStartCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
490
+ onPause?: React.ReactEventHandler<HTMLButtonElement> | undefined;
491
+ onPauseCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
492
+ onPlay?: React.ReactEventHandler<HTMLButtonElement> | undefined;
493
+ onPlayCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
494
+ onPlaying?: React.ReactEventHandler<HTMLButtonElement> | undefined;
495
+ onPlayingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
496
+ onProgress?: React.ReactEventHandler<HTMLButtonElement> | undefined;
497
+ onProgressCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
498
+ onRateChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
499
+ onRateChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
500
+ onResize?: React.ReactEventHandler<HTMLButtonElement> | undefined;
501
+ onResizeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
502
+ onSeeked?: React.ReactEventHandler<HTMLButtonElement> | undefined;
503
+ onSeekedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
504
+ onSeeking?: React.ReactEventHandler<HTMLButtonElement> | undefined;
505
+ onSeekingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
506
+ onStalled?: React.ReactEventHandler<HTMLButtonElement> | undefined;
507
+ onStalledCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
508
+ onSuspend?: React.ReactEventHandler<HTMLButtonElement> | undefined;
509
+ onSuspendCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
510
+ onTimeUpdate?: React.ReactEventHandler<HTMLButtonElement> | undefined;
511
+ onTimeUpdateCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
512
+ onVolumeChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
513
+ onVolumeChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
514
+ onWaiting?: React.ReactEventHandler<HTMLButtonElement> | undefined;
515
+ onWaitingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
516
+ onAuxClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
517
+ onAuxClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
518
+ onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
519
+ onClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
520
+ onContextMenu?: React.MouseEventHandler<HTMLButtonElement> | undefined;
521
+ onContextMenuCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
522
+ onDoubleClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
523
+ onDoubleClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
524
+ onDrag?: React.DragEventHandler<HTMLButtonElement> | undefined;
525
+ onDragCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
526
+ onDragEnd?: React.DragEventHandler<HTMLButtonElement> | undefined;
527
+ onDragEndCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
528
+ onDragEnter?: React.DragEventHandler<HTMLButtonElement> | undefined;
529
+ onDragEnterCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
530
+ onDragExit?: React.DragEventHandler<HTMLButtonElement> | undefined;
531
+ onDragExitCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
532
+ onDragLeave?: React.DragEventHandler<HTMLButtonElement> | undefined;
533
+ onDragLeaveCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
534
+ onDragOver?: React.DragEventHandler<HTMLButtonElement> | undefined;
535
+ onDragOverCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
536
+ onDragStart?: React.DragEventHandler<HTMLButtonElement> | undefined;
537
+ onDragStartCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
538
+ onDrop?: React.DragEventHandler<HTMLButtonElement> | undefined;
539
+ onDropCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
540
+ onMouseDown?: React.MouseEventHandler<HTMLButtonElement> | undefined;
541
+ onMouseDownCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
542
+ onMouseEnter?: React.MouseEventHandler<HTMLButtonElement> | undefined;
543
+ onMouseLeave?: React.MouseEventHandler<HTMLButtonElement> | undefined;
544
+ onMouseMove?: React.MouseEventHandler<HTMLButtonElement> | undefined;
545
+ onMouseMoveCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
546
+ onMouseOut?: React.MouseEventHandler<HTMLButtonElement> | undefined;
547
+ onMouseOutCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
548
+ onMouseOver?: React.MouseEventHandler<HTMLButtonElement> | undefined;
549
+ onMouseOverCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
550
+ onMouseUp?: React.MouseEventHandler<HTMLButtonElement> | undefined;
551
+ onMouseUpCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
552
+ onSelect?: React.ReactEventHandler<HTMLButtonElement> | undefined;
553
+ onSelectCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
554
+ onTouchCancel?: React.TouchEventHandler<HTMLButtonElement> | undefined;
555
+ onTouchCancelCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
556
+ onTouchEnd?: React.TouchEventHandler<HTMLButtonElement> | undefined;
557
+ onTouchEndCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
558
+ onTouchMove?: React.TouchEventHandler<HTMLButtonElement> | undefined;
559
+ onTouchMoveCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
560
+ onTouchStart?: React.TouchEventHandler<HTMLButtonElement> | undefined;
561
+ onTouchStartCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
562
+ onPointerDown?: React.PointerEventHandler<HTMLButtonElement> | undefined;
563
+ onPointerDownCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
564
+ onPointerMove?: React.PointerEventHandler<HTMLButtonElement> | undefined;
565
+ onPointerMoveCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
566
+ onPointerUp?: React.PointerEventHandler<HTMLButtonElement> | undefined;
567
+ onPointerUpCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
568
+ onPointerCancel?: React.PointerEventHandler<HTMLButtonElement> | undefined;
569
+ onPointerCancelCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
570
+ onPointerEnter?: React.PointerEventHandler<HTMLButtonElement> | undefined;
571
+ onPointerEnterCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
572
+ onPointerLeave?: React.PointerEventHandler<HTMLButtonElement> | undefined;
573
+ onPointerLeaveCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
574
+ onPointerOver?: React.PointerEventHandler<HTMLButtonElement> | undefined;
575
+ onPointerOverCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
576
+ onPointerOut?: React.PointerEventHandler<HTMLButtonElement> | undefined;
577
+ onPointerOutCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
578
+ onGotPointerCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
579
+ onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
580
+ onLostPointerCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
581
+ onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
582
+ onScroll?: React.UIEventHandler<HTMLButtonElement> | undefined;
583
+ onScrollCapture?: React.UIEventHandler<HTMLButtonElement> | undefined;
584
+ onWheel?: React.WheelEventHandler<HTMLButtonElement> | undefined;
585
+ onWheelCapture?: React.WheelEventHandler<HTMLButtonElement> | undefined;
586
+ onAnimationStart?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
587
+ onAnimationStartCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
588
+ onAnimationEnd?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
589
+ onAnimationEndCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
590
+ onAnimationIteration?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
591
+ onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
592
+ onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
593
+ onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
594
+ } & {
595
+ size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
596
+ variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
597
+ type?: "primary" | "secondary" | "success" | "warning" | "error" | undefined;
598
+ loading?: boolean;
599
+ disabled?: boolean;
600
+ prefix?: React.ReactNode;
601
+ suffix?: React.ReactNode;
602
+ fullWidth?: boolean;
603
+ disableRipple?: boolean;
604
+ } & {
605
+ children?: React.ReactNode | undefined;
606
+ } & import("react").RefAttributes<HTMLButtonElement>>, {}, {
607
+ xs: string;
608
+ sm: string;
609
+ md: string;
610
+ lg: string;
611
+ }, import("@stitches/react/types/css-util").CSS<{
612
+ xs: string;
613
+ sm: string;
614
+ md: string;
615
+ lg: string;
616
+ }, {
617
+ colors: {
618
+ primary: string;
619
+ primary500: string;
620
+ primary550: string;
621
+ secondary: string;
622
+ secondary100: string;
623
+ secondary150: string;
624
+ secondary200: string;
625
+ secondary250: string;
626
+ secondary500: string;
627
+ secondary550: string;
628
+ neutral: string;
629
+ neutral100: string;
630
+ neutral200: string;
631
+ neutral300: string;
632
+ neutral400: string;
633
+ neutral500: string;
634
+ neutral600: string;
635
+ neutral700: string;
636
+ neutral800: string;
637
+ neutral900: string;
638
+ error100: string;
639
+ error300: string;
640
+ error500: string;
641
+ error600: string;
642
+ error700: string;
643
+ warning100: string;
644
+ warning300: string;
645
+ warning500: string;
646
+ warning600: string;
647
+ warning700: string;
648
+ info: string;
649
+ info100: string;
650
+ info300: string;
651
+ info500: string;
652
+ info600: string;
653
+ info700: string;
654
+ success100: string;
655
+ success300: string;
656
+ success500: string;
657
+ success600: string;
658
+ success700: string;
659
+ background: string;
660
+ foreground: string;
661
+ };
662
+ space: {
663
+ 0: string;
664
+ 5: string;
665
+ 10: string;
666
+ 15: string;
667
+ 20: string;
668
+ 25: string;
669
+ 30: string;
670
+ 40: string;
671
+ 46: string;
672
+ 50: string;
673
+ 60: string;
674
+ 70: string;
675
+ 80: string;
676
+ 90: string;
677
+ 100: string;
678
+ 2: string;
679
+ 4: string;
680
+ 6: string;
681
+ 8: string;
682
+ 12: string;
683
+ 16: string;
684
+ 24: string;
685
+ 28: string;
686
+ 32: string;
687
+ 36: string;
688
+ };
689
+ radii: {
690
+ xs: string;
691
+ sm: string;
692
+ xm: string;
693
+ md: string;
694
+ xl: string;
695
+ lg: string;
696
+ primary: string;
697
+ secondary: string;
698
+ };
699
+ fontSizes: {
700
+ 10: string;
701
+ 12: string;
702
+ 14: string;
703
+ 16: string;
704
+ 18: string;
705
+ 20: string;
706
+ 22: string;
707
+ 24: string;
708
+ 28: string;
709
+ 32: string;
710
+ 36: string;
711
+ 40: string;
712
+ 48: string;
713
+ };
714
+ fonts: {
715
+ primary: string;
716
+ widget: string;
717
+ };
718
+ fontWeights: {
719
+ regular: number;
720
+ medium: number;
721
+ semiBold: number;
722
+ bold: number;
723
+ };
724
+ lineHeights: {
725
+ 12: string;
726
+ 16: string;
727
+ 20: string;
728
+ 24: string;
729
+ 26: string;
730
+ 28: string;
731
+ 30: string;
732
+ 36: string;
733
+ 40: string;
734
+ 44: string;
735
+ 52: string;
736
+ 64: string;
737
+ };
738
+ letterSpacings: {};
739
+ sizes: {
740
+ 4: string;
741
+ 6: string;
742
+ 8: string;
743
+ 10: string;
744
+ 12: string;
745
+ 16: string;
746
+ 18: string;
747
+ 20: string;
748
+ 24: string;
749
+ 26: string;
750
+ 28: string;
751
+ 30: string;
752
+ 32: string;
753
+ 36: string;
754
+ 40: string;
755
+ 45: string;
756
+ 48: string;
757
+ };
758
+ borderWidths: {};
759
+ borderStyles: {};
760
+ shadows: {
761
+ mainContainer: string;
762
+ };
763
+ zIndices: {};
764
+ transitions: {};
765
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
766
+ export declare const SummaryContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
767
+ selected?: boolean | "true" | "false" | undefined;
768
+ basic?: boolean | "true" | undefined;
769
+ listItem?: boolean | "true" | "false" | undefined;
770
+ }, {
771
+ xs: string;
772
+ sm: string;
773
+ md: string;
774
+ lg: string;
775
+ }, import("@stitches/react/types/css-util").CSS<{
776
+ xs: string;
777
+ sm: string;
778
+ md: string;
779
+ lg: string;
780
+ }, {
781
+ colors: {
782
+ primary: string;
783
+ primary500: string;
784
+ primary550: string;
785
+ secondary: string;
786
+ secondary100: string;
787
+ secondary150: string;
788
+ secondary200: string;
789
+ secondary250: string;
790
+ secondary500: string;
791
+ secondary550: string;
792
+ neutral: string;
793
+ neutral100: string;
794
+ neutral200: string;
795
+ neutral300: string;
796
+ neutral400: string;
797
+ neutral500: string;
798
+ neutral600: string;
799
+ neutral700: string;
800
+ neutral800: string;
801
+ neutral900: string;
802
+ error100: string;
803
+ error300: string;
804
+ error500: string;
805
+ error600: string;
806
+ error700: string;
807
+ warning100: string;
808
+ warning300: string;
809
+ warning500: string;
810
+ warning600: string;
811
+ warning700: string;
812
+ info: 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
+ 36: string;
852
+ };
853
+ radii: {
854
+ xs: string;
855
+ sm: string;
856
+ xm: string;
857
+ md: string;
858
+ xl: string;
859
+ lg: string;
860
+ primary: string;
861
+ secondary: string;
862
+ };
863
+ fontSizes: {
864
+ 10: string;
865
+ 12: string;
866
+ 14: string;
867
+ 16: string;
868
+ 18: string;
869
+ 20: string;
870
+ 22: string;
871
+ 24: string;
872
+ 28: string;
873
+ 32: string;
874
+ 36: string;
875
+ 40: string;
876
+ 48: string;
877
+ };
878
+ fonts: {
879
+ primary: string;
880
+ widget: string;
881
+ };
882
+ fontWeights: {
883
+ regular: number;
884
+ medium: number;
885
+ semiBold: number;
886
+ bold: number;
887
+ };
888
+ lineHeights: {
889
+ 12: string;
890
+ 16: string;
891
+ 20: string;
892
+ 24: string;
893
+ 26: string;
894
+ 28: string;
895
+ 30: string;
896
+ 36: string;
897
+ 40: string;
898
+ 44: string;
899
+ 52: string;
900
+ 64: string;
901
+ };
902
+ letterSpacings: {};
903
+ sizes: {
904
+ 4: string;
905
+ 6: string;
906
+ 8: string;
907
+ 10: string;
908
+ 12: string;
909
+ 16: string;
910
+ 18: string;
911
+ 20: string;
912
+ 24: string;
913
+ 26: string;
914
+ 28: string;
915
+ 30: string;
916
+ 32: string;
917
+ 36: string;
918
+ 40: string;
919
+ 45: string;
920
+ 48: string;
921
+ };
922
+ borderWidths: {};
923
+ borderStyles: {};
924
+ shadows: {
925
+ mainContainer: string;
926
+ };
927
+ zIndices: {};
928
+ transitions: {};
929
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
930
+ export declare const summaryStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
931
+ xs: string;
932
+ sm: string;
933
+ md: string;
934
+ lg: string;
935
+ }, import("@stitches/react/types/css-util").CSS<{
936
+ xs: string;
937
+ sm: string;
938
+ md: string;
939
+ lg: string;
940
+ }, {
941
+ colors: {
942
+ primary: string;
943
+ primary500: string;
944
+ primary550: string;
945
+ secondary: string;
946
+ secondary100: string;
947
+ secondary150: string;
948
+ secondary200: string;
949
+ secondary250: string;
950
+ secondary500: string;
951
+ secondary550: string;
952
+ neutral: string;
953
+ neutral100: string;
954
+ neutral200: string;
955
+ neutral300: string;
956
+ neutral400: string;
957
+ neutral500: string;
958
+ neutral600: string;
959
+ neutral700: string;
960
+ neutral800: string;
961
+ neutral900: string;
962
+ error100: string;
963
+ error300: string;
964
+ error500: string;
965
+ error600: string;
966
+ error700: string;
967
+ warning100: string;
968
+ warning300: string;
969
+ warning500: string;
970
+ warning600: string;
971
+ warning700: string;
972
+ info: string;
973
+ info100: string;
974
+ info300: string;
975
+ info500: string;
976
+ info600: string;
977
+ info700: string;
978
+ success100: string;
979
+ success300: string;
980
+ success500: string;
981
+ success600: string;
982
+ success700: string;
983
+ background: string;
984
+ foreground: string;
985
+ };
986
+ space: {
987
+ 0: string;
988
+ 5: string;
989
+ 10: string;
990
+ 15: string;
991
+ 20: string;
992
+ 25: string;
993
+ 30: string;
994
+ 40: string;
995
+ 46: string;
996
+ 50: string;
997
+ 60: string;
998
+ 70: string;
999
+ 80: string;
1000
+ 90: string;
1001
+ 100: string;
1002
+ 2: string;
1003
+ 4: string;
1004
+ 6: string;
1005
+ 8: string;
1006
+ 12: string;
1007
+ 16: string;
1008
+ 24: string;
1009
+ 28: string;
1010
+ 32: string;
1011
+ 36: string;
1012
+ };
1013
+ radii: {
1014
+ xs: string;
1015
+ sm: string;
1016
+ xm: string;
1017
+ md: string;
1018
+ xl: string;
1019
+ lg: string;
1020
+ primary: string;
1021
+ secondary: string;
1022
+ };
1023
+ fontSizes: {
1024
+ 10: string;
1025
+ 12: string;
1026
+ 14: string;
1027
+ 16: string;
1028
+ 18: string;
1029
+ 20: string;
1030
+ 22: string;
1031
+ 24: string;
1032
+ 28: string;
1033
+ 32: string;
1034
+ 36: string;
1035
+ 40: string;
1036
+ 48: string;
1037
+ };
1038
+ fonts: {
1039
+ primary: string;
1040
+ widget: string;
1041
+ };
1042
+ fontWeights: {
1043
+ regular: number;
1044
+ medium: number;
1045
+ semiBold: number;
1046
+ bold: number;
1047
+ };
1048
+ lineHeights: {
1049
+ 12: string;
1050
+ 16: string;
1051
+ 20: string;
1052
+ 24: string;
1053
+ 26: string;
1054
+ 28: string;
1055
+ 30: string;
1056
+ 36: string;
1057
+ 40: string;
1058
+ 44: string;
1059
+ 52: string;
1060
+ 64: string;
1061
+ };
1062
+ letterSpacings: {};
1063
+ sizes: {
1064
+ 4: string;
1065
+ 6: string;
1066
+ 8: string;
1067
+ 10: string;
1068
+ 12: string;
1069
+ 16: string;
1070
+ 18: string;
1071
+ 20: string;
1072
+ 24: string;
1073
+ 26: string;
1074
+ 28: string;
1075
+ 30: string;
1076
+ 32: string;
1077
+ 36: string;
1078
+ 40: string;
1079
+ 45: string;
1080
+ 48: string;
1081
+ };
1082
+ borderWidths: {};
1083
+ borderStyles: {};
1084
+ shadows: {
1085
+ mainContainer: string;
1086
+ };
1087
+ zIndices: {};
1088
+ transitions: {};
1089
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1090
+ export declare const summaryHeaderStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
1091
+ xs: string;
1092
+ sm: string;
1093
+ md: string;
1094
+ lg: string;
1095
+ }, import("@stitches/react/types/css-util").CSS<{
1096
+ xs: string;
1097
+ sm: string;
1098
+ md: string;
1099
+ lg: string;
1100
+ }, {
1101
+ colors: {
1102
+ primary: string;
1103
+ primary500: string;
1104
+ primary550: string;
1105
+ secondary: string;
1106
+ secondary100: string;
1107
+ secondary150: string;
1108
+ secondary200: string;
1109
+ secondary250: string;
1110
+ secondary500: string;
1111
+ secondary550: string;
1112
+ neutral: string;
1113
+ neutral100: string;
1114
+ neutral200: string;
1115
+ neutral300: string;
1116
+ neutral400: string;
1117
+ neutral500: string;
1118
+ neutral600: string;
1119
+ neutral700: string;
1120
+ neutral800: string;
1121
+ neutral900: string;
1122
+ error100: string;
1123
+ error300: string;
1124
+ error500: string;
1125
+ error600: string;
1126
+ error700: string;
1127
+ warning100: string;
1128
+ warning300: string;
1129
+ warning500: string;
1130
+ warning600: string;
1131
+ warning700: string;
1132
+ info: string;
1133
+ info100: string;
1134
+ info300: string;
1135
+ info500: string;
1136
+ info600: string;
1137
+ info700: string;
1138
+ success100: string;
1139
+ success300: string;
1140
+ success500: string;
1141
+ success600: string;
1142
+ success700: string;
1143
+ background: string;
1144
+ foreground: string;
1145
+ };
1146
+ space: {
1147
+ 0: string;
1148
+ 5: string;
1149
+ 10: string;
1150
+ 15: string;
1151
+ 20: string;
1152
+ 25: string;
1153
+ 30: string;
1154
+ 40: string;
1155
+ 46: string;
1156
+ 50: string;
1157
+ 60: string;
1158
+ 70: string;
1159
+ 80: string;
1160
+ 90: string;
1161
+ 100: string;
1162
+ 2: string;
1163
+ 4: string;
1164
+ 6: string;
1165
+ 8: string;
1166
+ 12: string;
1167
+ 16: string;
1168
+ 24: string;
1169
+ 28: string;
1170
+ 32: string;
1171
+ 36: string;
1172
+ };
1173
+ radii: {
1174
+ xs: string;
1175
+ sm: string;
1176
+ xm: string;
1177
+ md: string;
1178
+ xl: string;
1179
+ lg: string;
1180
+ primary: string;
1181
+ secondary: string;
1182
+ };
1183
+ fontSizes: {
1184
+ 10: string;
1185
+ 12: string;
1186
+ 14: string;
1187
+ 16: string;
1188
+ 18: string;
1189
+ 20: string;
1190
+ 22: string;
1191
+ 24: string;
1192
+ 28: string;
1193
+ 32: string;
1194
+ 36: string;
1195
+ 40: string;
1196
+ 48: string;
1197
+ };
1198
+ fonts: {
1199
+ primary: string;
1200
+ widget: string;
1201
+ };
1202
+ fontWeights: {
1203
+ regular: number;
1204
+ medium: number;
1205
+ semiBold: number;
1206
+ bold: number;
1207
+ };
1208
+ lineHeights: {
1209
+ 12: string;
1210
+ 16: string;
1211
+ 20: string;
1212
+ 24: string;
1213
+ 26: string;
1214
+ 28: string;
1215
+ 30: string;
1216
+ 36: string;
1217
+ 40: string;
1218
+ 44: string;
1219
+ 52: string;
1220
+ 64: string;
1221
+ };
1222
+ letterSpacings: {};
1223
+ sizes: {
1224
+ 4: string;
1225
+ 6: string;
1226
+ 8: string;
1227
+ 10: string;
1228
+ 12: string;
1229
+ 16: string;
1230
+ 18: string;
1231
+ 20: string;
1232
+ 24: string;
1233
+ 26: string;
1234
+ 28: string;
1235
+ 30: string;
1236
+ 32: string;
1237
+ 36: string;
1238
+ 40: string;
1239
+ 45: string;
1240
+ 48: string;
1241
+ };
1242
+ borderWidths: {};
1243
+ borderStyles: {};
1244
+ shadows: {
1245
+ mainContainer: string;
1246
+ };
1247
+ zIndices: {};
1248
+ transitions: {};
1249
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1250
+ export declare const rowStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
1251
+ xs: string;
1252
+ sm: string;
1253
+ md: string;
1254
+ lg: string;
1255
+ }, import("@stitches/react/types/css-util").CSS<{
1256
+ xs: string;
1257
+ sm: string;
1258
+ md: string;
1259
+ lg: string;
1260
+ }, {
1261
+ colors: {
1262
+ primary: string;
1263
+ primary500: string;
1264
+ primary550: string;
1265
+ secondary: string;
1266
+ secondary100: string;
1267
+ secondary150: string;
1268
+ secondary200: string;
1269
+ secondary250: string;
1270
+ secondary500: string;
1271
+ secondary550: string;
1272
+ neutral: string;
1273
+ neutral100: string;
1274
+ neutral200: string;
1275
+ neutral300: string;
1276
+ neutral400: string;
1277
+ neutral500: string;
1278
+ neutral600: string;
1279
+ neutral700: string;
1280
+ neutral800: string;
1281
+ neutral900: string;
1282
+ error100: string;
1283
+ error300: string;
1284
+ error500: string;
1285
+ error600: string;
1286
+ error700: string;
1287
+ warning100: string;
1288
+ warning300: string;
1289
+ warning500: string;
1290
+ warning600: string;
1291
+ warning700: string;
1292
+ info: string;
1293
+ info100: string;
1294
+ info300: string;
1295
+ info500: string;
1296
+ info600: string;
1297
+ info700: string;
1298
+ success100: string;
1299
+ success300: string;
1300
+ success500: string;
1301
+ success600: string;
1302
+ success700: string;
1303
+ background: string;
1304
+ foreground: string;
1305
+ };
1306
+ space: {
1307
+ 0: string;
1308
+ 5: string;
1309
+ 10: string;
1310
+ 15: string;
1311
+ 20: string;
1312
+ 25: string;
1313
+ 30: string;
1314
+ 40: string;
1315
+ 46: string;
1316
+ 50: string;
1317
+ 60: string;
1318
+ 70: string;
1319
+ 80: string;
1320
+ 90: string;
1321
+ 100: string;
1322
+ 2: string;
1323
+ 4: string;
1324
+ 6: string;
1325
+ 8: string;
1326
+ 12: string;
1327
+ 16: string;
1328
+ 24: string;
1329
+ 28: string;
1330
+ 32: string;
1331
+ 36: string;
1332
+ };
1333
+ radii: {
1334
+ xs: string;
1335
+ sm: string;
1336
+ xm: string;
1337
+ md: string;
1338
+ xl: string;
1339
+ lg: string;
1340
+ primary: string;
1341
+ secondary: string;
1342
+ };
1343
+ fontSizes: {
1344
+ 10: string;
1345
+ 12: string;
1346
+ 14: string;
1347
+ 16: string;
1348
+ 18: string;
1349
+ 20: string;
1350
+ 22: string;
1351
+ 24: string;
1352
+ 28: string;
1353
+ 32: string;
1354
+ 36: string;
1355
+ 40: string;
1356
+ 48: string;
1357
+ };
1358
+ fonts: {
1359
+ primary: string;
1360
+ widget: string;
1361
+ };
1362
+ fontWeights: {
1363
+ regular: number;
1364
+ medium: number;
1365
+ semiBold: number;
1366
+ bold: number;
1367
+ };
1368
+ lineHeights: {
1369
+ 12: string;
1370
+ 16: string;
1371
+ 20: string;
1372
+ 24: string;
1373
+ 26: string;
1374
+ 28: string;
1375
+ 30: string;
1376
+ 36: string;
1377
+ 40: string;
1378
+ 44: string;
1379
+ 52: string;
1380
+ 64: string;
1381
+ };
1382
+ letterSpacings: {};
1383
+ sizes: {
1384
+ 4: string;
1385
+ 6: string;
1386
+ 8: string;
1387
+ 10: string;
1388
+ 12: string;
1389
+ 16: string;
1390
+ 18: string;
1391
+ 20: string;
1392
+ 24: string;
1393
+ 26: string;
1394
+ 28: string;
1395
+ 30: string;
1396
+ 32: string;
1397
+ 36: string;
1398
+ 40: string;
1399
+ 45: string;
1400
+ 48: string;
1401
+ };
1402
+ borderWidths: {};
1403
+ borderStyles: {};
1404
+ shadows: {
1405
+ mainContainer: string;
1406
+ };
1407
+ zIndices: {};
1408
+ transitions: {};
1409
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1410
+ export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {
1411
+ error?: boolean | "true" | "false" | undefined;
1412
+ selected?: boolean | "true" | "false" | undefined;
1413
+ listItem?: boolean | "true" | "false" | undefined;
1414
+ }, {
1415
+ xs: string;
1416
+ sm: string;
1417
+ md: string;
1418
+ lg: string;
1419
+ }, import("@stitches/react/types/css-util").CSS<{
1420
+ xs: string;
1421
+ sm: string;
1422
+ md: string;
1423
+ lg: string;
1424
+ }, {
1425
+ colors: {
1426
+ primary: string;
1427
+ primary500: string;
1428
+ primary550: string;
1429
+ secondary: string;
1430
+ secondary100: string;
1431
+ secondary150: string;
1432
+ secondary200: string;
1433
+ secondary250: string;
1434
+ secondary500: string;
1435
+ secondary550: string;
1436
+ neutral: string;
1437
+ neutral100: string;
1438
+ neutral200: string;
1439
+ neutral300: string;
1440
+ neutral400: string;
1441
+ neutral500: string;
1442
+ neutral600: string;
1443
+ neutral700: string;
1444
+ neutral800: string;
1445
+ neutral900: string;
1446
+ error100: string;
1447
+ error300: string;
1448
+ error500: string;
1449
+ error600: string;
1450
+ error700: string;
1451
+ warning100: string;
1452
+ warning300: string;
1453
+ warning500: string;
1454
+ warning600: string;
1455
+ warning700: string;
1456
+ info: string;
1457
+ info100: string;
1458
+ info300: string;
1459
+ info500: string;
1460
+ info600: string;
1461
+ info700: string;
1462
+ success100: string;
1463
+ success300: string;
1464
+ success500: string;
1465
+ success600: string;
1466
+ success700: string;
1467
+ background: string;
1468
+ foreground: string;
1469
+ };
1470
+ space: {
1471
+ 0: string;
1472
+ 5: string;
1473
+ 10: string;
1474
+ 15: string;
1475
+ 20: string;
1476
+ 25: string;
1477
+ 30: string;
1478
+ 40: string;
1479
+ 46: string;
1480
+ 50: string;
1481
+ 60: string;
1482
+ 70: string;
1483
+ 80: string;
1484
+ 90: string;
1485
+ 100: string;
1486
+ 2: string;
1487
+ 4: string;
1488
+ 6: string;
1489
+ 8: string;
1490
+ 12: string;
1491
+ 16: string;
1492
+ 24: string;
1493
+ 28: string;
1494
+ 32: string;
1495
+ 36: string;
1496
+ };
1497
+ radii: {
1498
+ xs: string;
1499
+ sm: string;
1500
+ xm: string;
1501
+ md: string;
1502
+ xl: string;
1503
+ lg: string;
1504
+ primary: string;
1505
+ secondary: string;
1506
+ };
1507
+ fontSizes: {
1508
+ 10: string;
1509
+ 12: string;
1510
+ 14: string;
1511
+ 16: string;
1512
+ 18: string;
1513
+ 20: string;
1514
+ 22: string;
1515
+ 24: string;
1516
+ 28: string;
1517
+ 32: string;
1518
+ 36: string;
1519
+ 40: string;
1520
+ 48: string;
1521
+ };
1522
+ fonts: {
1523
+ primary: string;
1524
+ widget: string;
1525
+ };
1526
+ fontWeights: {
1527
+ regular: number;
1528
+ medium: number;
1529
+ semiBold: number;
1530
+ bold: number;
1531
+ };
1532
+ lineHeights: {
1533
+ 12: string;
1534
+ 16: string;
1535
+ 20: string;
1536
+ 24: string;
1537
+ 26: string;
1538
+ 28: string;
1539
+ 30: string;
1540
+ 36: string;
1541
+ 40: string;
1542
+ 44: string;
1543
+ 52: string;
1544
+ 64: string;
1545
+ };
1546
+ letterSpacings: {};
1547
+ sizes: {
1548
+ 4: string;
1549
+ 6: string;
1550
+ 8: string;
1551
+ 10: string;
1552
+ 12: string;
1553
+ 16: string;
1554
+ 18: string;
1555
+ 20: string;
1556
+ 24: string;
1557
+ 26: string;
1558
+ 28: string;
1559
+ 30: string;
1560
+ 32: string;
1561
+ 36: string;
1562
+ 40: string;
1563
+ 45: string;
1564
+ 48: string;
1565
+ };
1566
+ borderWidths: {};
1567
+ borderStyles: {};
1568
+ shadows: {
1569
+ mainContainer: string;
1570
+ };
1571
+ zIndices: {};
1572
+ transitions: {};
1573
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1574
+ export declare const ImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1575
+ state?: "error" | "warning" | undefined;
1576
+ }, {
1577
+ xs: string;
1578
+ sm: string;
1579
+ md: string;
1580
+ lg: string;
1581
+ }, import("@stitches/react/types/css-util").CSS<{
1582
+ xs: string;
1583
+ sm: string;
1584
+ md: string;
1585
+ lg: string;
1586
+ }, {
1587
+ colors: {
1588
+ primary: string;
1589
+ primary500: string;
1590
+ primary550: string;
1591
+ secondary: string;
1592
+ secondary100: string;
1593
+ secondary150: string;
1594
+ secondary200: string;
1595
+ secondary250: string;
1596
+ secondary500: string;
1597
+ secondary550: string;
1598
+ neutral: string;
1599
+ neutral100: string;
1600
+ neutral200: string;
1601
+ neutral300: string;
1602
+ neutral400: string;
1603
+ neutral500: string;
1604
+ neutral600: string;
1605
+ neutral700: string;
1606
+ neutral800: string;
1607
+ neutral900: string;
1608
+ error100: string;
1609
+ error300: string;
1610
+ error500: string;
1611
+ error600: string;
1612
+ error700: string;
1613
+ warning100: string;
1614
+ warning300: string;
1615
+ warning500: string;
1616
+ warning600: string;
1617
+ warning700: string;
1618
+ info: string;
1619
+ info100: string;
1620
+ info300: string;
1621
+ info500: string;
1622
+ info600: string;
1623
+ info700: string;
1624
+ success100: string;
1625
+ success300: string;
1626
+ success500: string;
1627
+ success600: string;
1628
+ success700: string;
1629
+ background: string;
1630
+ foreground: string;
1631
+ };
1632
+ space: {
1633
+ 0: string;
1634
+ 5: string;
1635
+ 10: string;
1636
+ 15: string;
1637
+ 20: string;
1638
+ 25: string;
1639
+ 30: string;
1640
+ 40: string;
1641
+ 46: string;
1642
+ 50: string;
1643
+ 60: string;
1644
+ 70: string;
1645
+ 80: string;
1646
+ 90: string;
1647
+ 100: string;
1648
+ 2: string;
1649
+ 4: string;
1650
+ 6: string;
1651
+ 8: string;
1652
+ 12: string;
1653
+ 16: string;
1654
+ 24: string;
1655
+ 28: string;
1656
+ 32: string;
1657
+ 36: string;
1658
+ };
1659
+ radii: {
1660
+ xs: string;
1661
+ sm: string;
1662
+ xm: string;
1663
+ md: string;
1664
+ xl: string;
1665
+ lg: string;
1666
+ primary: string;
1667
+ secondary: string;
1668
+ };
1669
+ fontSizes: {
1670
+ 10: string;
1671
+ 12: string;
1672
+ 14: string;
1673
+ 16: string;
1674
+ 18: string;
1675
+ 20: string;
1676
+ 22: string;
1677
+ 24: string;
1678
+ 28: string;
1679
+ 32: string;
1680
+ 36: string;
1681
+ 40: string;
1682
+ 48: string;
1683
+ };
1684
+ fonts: {
1685
+ primary: string;
1686
+ widget: string;
1687
+ };
1688
+ fontWeights: {
1689
+ regular: number;
1690
+ medium: number;
1691
+ semiBold: number;
1692
+ bold: number;
1693
+ };
1694
+ lineHeights: {
1695
+ 12: string;
1696
+ 16: string;
1697
+ 20: string;
1698
+ 24: string;
1699
+ 26: string;
1700
+ 28: string;
1701
+ 30: string;
1702
+ 36: string;
1703
+ 40: string;
1704
+ 44: string;
1705
+ 52: string;
1706
+ 64: string;
1707
+ };
1708
+ letterSpacings: {};
1709
+ sizes: {
1710
+ 4: string;
1711
+ 6: string;
1712
+ 8: string;
1713
+ 10: string;
1714
+ 12: string;
1715
+ 16: string;
1716
+ 18: string;
1717
+ 20: string;
1718
+ 24: string;
1719
+ 26: string;
1720
+ 28: string;
1721
+ 30: string;
1722
+ 32: string;
1723
+ 36: string;
1724
+ 40: string;
1725
+ 45: string;
1726
+ 48: string;
1727
+ };
1728
+ borderWidths: {};
1729
+ borderStyles: {};
1730
+ shadows: {
1731
+ mainContainer: string;
1732
+ };
1733
+ zIndices: {};
1734
+ transitions: {};
1735
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1736
+ export declare const Content: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>, {
1737
+ open?: boolean | "true" | "false" | undefined;
1738
+ }, {
1739
+ xs: string;
1740
+ sm: string;
1741
+ md: string;
1742
+ lg: string;
1743
+ }, import("@stitches/react/types/css-util").CSS<{
1744
+ xs: string;
1745
+ sm: string;
1746
+ md: string;
1747
+ lg: string;
1748
+ }, {
1749
+ colors: {
1750
+ primary: string;
1751
+ primary500: string;
1752
+ primary550: string;
1753
+ secondary: string;
1754
+ secondary100: string;
1755
+ secondary150: string;
1756
+ secondary200: string;
1757
+ secondary250: string;
1758
+ secondary500: string;
1759
+ secondary550: string;
1760
+ neutral: string;
1761
+ neutral100: string;
1762
+ neutral200: string;
1763
+ neutral300: string;
1764
+ neutral400: string;
1765
+ neutral500: string;
1766
+ neutral600: string;
1767
+ neutral700: string;
1768
+ neutral800: string;
1769
+ neutral900: string;
1770
+ error100: string;
1771
+ error300: string;
1772
+ error500: string;
1773
+ error600: string;
1774
+ error700: string;
1775
+ warning100: string;
1776
+ warning300: string;
1777
+ warning500: string;
1778
+ warning600: string;
1779
+ warning700: string;
1780
+ info: string;
1781
+ info100: string;
1782
+ info300: string;
1783
+ info500: string;
1784
+ info600: string;
1785
+ info700: string;
1786
+ success100: string;
1787
+ success300: string;
1788
+ success500: string;
1789
+ success600: string;
1790
+ success700: string;
1791
+ background: string;
1792
+ foreground: string;
1793
+ };
1794
+ space: {
1795
+ 0: string;
1796
+ 5: string;
1797
+ 10: string;
1798
+ 15: string;
1799
+ 20: string;
1800
+ 25: string;
1801
+ 30: string;
1802
+ 40: string;
1803
+ 46: string;
1804
+ 50: string;
1805
+ 60: string;
1806
+ 70: string;
1807
+ 80: string;
1808
+ 90: string;
1809
+ 100: string;
1810
+ 2: string;
1811
+ 4: string;
1812
+ 6: string;
1813
+ 8: string;
1814
+ 12: string;
1815
+ 16: string;
1816
+ 24: string;
1817
+ 28: string;
1818
+ 32: string;
1819
+ 36: string;
1820
+ };
1821
+ radii: {
1822
+ xs: string;
1823
+ sm: string;
1824
+ xm: string;
1825
+ md: string;
1826
+ xl: string;
1827
+ lg: string;
1828
+ primary: string;
1829
+ secondary: string;
1830
+ };
1831
+ fontSizes: {
1832
+ 10: string;
1833
+ 12: string;
1834
+ 14: string;
1835
+ 16: string;
1836
+ 18: string;
1837
+ 20: string;
1838
+ 22: string;
1839
+ 24: string;
1840
+ 28: string;
1841
+ 32: string;
1842
+ 36: string;
1843
+ 40: string;
1844
+ 48: string;
1845
+ };
1846
+ fonts: {
1847
+ primary: string;
1848
+ widget: string;
1849
+ };
1850
+ fontWeights: {
1851
+ regular: number;
1852
+ medium: number;
1853
+ semiBold: number;
1854
+ bold: number;
1855
+ };
1856
+ lineHeights: {
1857
+ 12: string;
1858
+ 16: string;
1859
+ 20: string;
1860
+ 24: string;
1861
+ 26: string;
1862
+ 28: string;
1863
+ 30: string;
1864
+ 36: string;
1865
+ 40: string;
1866
+ 44: string;
1867
+ 52: string;
1868
+ 64: string;
1869
+ };
1870
+ letterSpacings: {};
1871
+ sizes: {
1872
+ 4: string;
1873
+ 6: string;
1874
+ 8: string;
1875
+ 10: string;
1876
+ 12: string;
1877
+ 16: string;
1878
+ 18: string;
1879
+ 20: string;
1880
+ 24: string;
1881
+ 26: string;
1882
+ 28: string;
1883
+ 30: string;
1884
+ 32: string;
1885
+ 36: string;
1886
+ 40: string;
1887
+ 45: string;
1888
+ 48: string;
1889
+ };
1890
+ borderWidths: {};
1891
+ borderStyles: {};
1892
+ shadows: {
1893
+ mainContainer: string;
1894
+ };
1895
+ zIndices: {};
1896
+ transitions: {};
1897
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {}, {
1898
+ xs: string;
1899
+ sm: string;
1900
+ md: string;
1901
+ lg: string;
1902
+ }, import("@stitches/react/types/css-util").CSS<{
1903
+ xs: string;
1904
+ sm: string;
1905
+ md: string;
1906
+ lg: string;
1907
+ }, {
1908
+ colors: {
1909
+ primary: string;
1910
+ primary500: string;
1911
+ primary550: string;
1912
+ secondary: string;
1913
+ secondary100: string;
1914
+ secondary150: string;
1915
+ secondary200: string;
1916
+ secondary250: string;
1917
+ secondary500: string;
1918
+ secondary550: string;
1919
+ neutral: string;
1920
+ neutral100: string;
1921
+ neutral200: string;
1922
+ neutral300: string;
1923
+ neutral400: string;
1924
+ neutral500: string;
1925
+ neutral600: string;
1926
+ neutral700: string;
1927
+ neutral800: string;
1928
+ neutral900: string;
1929
+ error100: string;
1930
+ error300: string;
1931
+ error500: string;
1932
+ error600: string;
1933
+ error700: string;
1934
+ warning100: string;
1935
+ warning300: string;
1936
+ warning500: string;
1937
+ warning600: string;
1938
+ warning700: string;
1939
+ info: string;
1940
+ info100: string;
1941
+ info300: string;
1942
+ info500: string;
1943
+ info600: string;
1944
+ info700: string;
1945
+ success100: string;
1946
+ success300: string;
1947
+ success500: string;
1948
+ success600: string;
1949
+ success700: string;
1950
+ background: string;
1951
+ foreground: string;
1952
+ };
1953
+ space: {
1954
+ 0: string;
1955
+ 5: string;
1956
+ 10: string;
1957
+ 15: string;
1958
+ 20: string;
1959
+ 25: string;
1960
+ 30: string;
1961
+ 40: string;
1962
+ 46: string;
1963
+ 50: string;
1964
+ 60: string;
1965
+ 70: string;
1966
+ 80: string;
1967
+ 90: string;
1968
+ 100: string;
1969
+ 2: string;
1970
+ 4: string;
1971
+ 6: string;
1972
+ 8: string;
1973
+ 12: string;
1974
+ 16: string;
1975
+ 24: string;
1976
+ 28: string;
1977
+ 32: string;
1978
+ 36: string;
1979
+ };
1980
+ radii: {
1981
+ xs: string;
1982
+ sm: string;
1983
+ xm: string;
1984
+ md: string;
1985
+ xl: string;
1986
+ lg: string;
1987
+ primary: string;
1988
+ secondary: string;
1989
+ };
1990
+ fontSizes: {
1991
+ 10: string;
1992
+ 12: string;
1993
+ 14: string;
1994
+ 16: string;
1995
+ 18: string;
1996
+ 20: string;
1997
+ 22: string;
1998
+ 24: string;
1999
+ 28: string;
2000
+ 32: string;
2001
+ 36: string;
2002
+ 40: string;
2003
+ 48: string;
2004
+ };
2005
+ fonts: {
2006
+ primary: string;
2007
+ widget: string;
2008
+ };
2009
+ fontWeights: {
2010
+ regular: number;
2011
+ medium: number;
2012
+ semiBold: number;
2013
+ bold: number;
2014
+ };
2015
+ lineHeights: {
2016
+ 12: string;
2017
+ 16: string;
2018
+ 20: string;
2019
+ 24: string;
2020
+ 26: string;
2021
+ 28: string;
2022
+ 30: string;
2023
+ 36: string;
2024
+ 40: string;
2025
+ 44: string;
2026
+ 52: string;
2027
+ 64: string;
2028
+ };
2029
+ letterSpacings: {};
2030
+ sizes: {
2031
+ 4: string;
2032
+ 6: string;
2033
+ 8: string;
2034
+ 10: string;
2035
+ 12: string;
2036
+ 16: string;
2037
+ 18: string;
2038
+ 20: string;
2039
+ 24: string;
2040
+ 26: string;
2041
+ 28: string;
2042
+ 30: string;
2043
+ 32: string;
2044
+ 36: string;
2045
+ 40: string;
2046
+ 45: string;
2047
+ 48: string;
2048
+ };
2049
+ borderWidths: {};
2050
+ borderStyles: {};
2051
+ shadows: {
2052
+ mainContainer: string;
2053
+ };
2054
+ zIndices: {};
2055
+ transitions: {};
2056
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2057
+ export declare const IconContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2058
+ orientation?: "down" | "up" | undefined;
2059
+ }, {
2060
+ xs: string;
2061
+ sm: string;
2062
+ md: string;
2063
+ lg: string;
2064
+ }, import("@stitches/react/types/css-util").CSS<{
2065
+ xs: string;
2066
+ sm: string;
2067
+ md: string;
2068
+ lg: string;
2069
+ }, {
2070
+ colors: {
2071
+ primary: string;
2072
+ primary500: string;
2073
+ primary550: string;
2074
+ secondary: string;
2075
+ secondary100: string;
2076
+ secondary150: string;
2077
+ secondary200: string;
2078
+ secondary250: string;
2079
+ secondary500: string;
2080
+ secondary550: string;
2081
+ neutral: string;
2082
+ neutral100: string;
2083
+ neutral200: string;
2084
+ neutral300: string;
2085
+ neutral400: string;
2086
+ neutral500: string;
2087
+ neutral600: string;
2088
+ neutral700: string;
2089
+ neutral800: string;
2090
+ neutral900: string;
2091
+ error100: string;
2092
+ error300: string;
2093
+ error500: string;
2094
+ error600: string;
2095
+ error700: string;
2096
+ warning100: string;
2097
+ warning300: string;
2098
+ warning500: string;
2099
+ warning600: string;
2100
+ warning700: string;
2101
+ info: string;
2102
+ info100: string;
2103
+ info300: string;
2104
+ info500: string;
2105
+ info600: string;
2106
+ info700: string;
2107
+ success100: string;
2108
+ success300: string;
2109
+ success500: string;
2110
+ success600: string;
2111
+ success700: string;
2112
+ background: string;
2113
+ foreground: string;
2114
+ };
2115
+ space: {
2116
+ 0: string;
2117
+ 5: string;
2118
+ 10: string;
2119
+ 15: string;
2120
+ 20: string;
2121
+ 25: string;
2122
+ 30: string;
2123
+ 40: string;
2124
+ 46: string;
2125
+ 50: string;
2126
+ 60: string;
2127
+ 70: string;
2128
+ 80: string;
2129
+ 90: string;
2130
+ 100: string;
2131
+ 2: string;
2132
+ 4: string;
2133
+ 6: string;
2134
+ 8: string;
2135
+ 12: string;
2136
+ 16: string;
2137
+ 24: string;
2138
+ 28: string;
2139
+ 32: string;
2140
+ 36: string;
2141
+ };
2142
+ radii: {
2143
+ xs: string;
2144
+ sm: string;
2145
+ xm: string;
2146
+ md: string;
2147
+ xl: string;
2148
+ lg: string;
2149
+ primary: string;
2150
+ secondary: string;
2151
+ };
2152
+ fontSizes: {
2153
+ 10: string;
2154
+ 12: string;
2155
+ 14: string;
2156
+ 16: string;
2157
+ 18: string;
2158
+ 20: string;
2159
+ 22: string;
2160
+ 24: string;
2161
+ 28: string;
2162
+ 32: string;
2163
+ 36: string;
2164
+ 40: string;
2165
+ 48: string;
2166
+ };
2167
+ fonts: {
2168
+ primary: string;
2169
+ widget: string;
2170
+ };
2171
+ fontWeights: {
2172
+ regular: number;
2173
+ medium: number;
2174
+ semiBold: number;
2175
+ bold: number;
2176
+ };
2177
+ lineHeights: {
2178
+ 12: string;
2179
+ 16: string;
2180
+ 20: string;
2181
+ 24: string;
2182
+ 26: string;
2183
+ 28: string;
2184
+ 30: string;
2185
+ 36: string;
2186
+ 40: string;
2187
+ 44: string;
2188
+ 52: string;
2189
+ 64: string;
2190
+ };
2191
+ letterSpacings: {};
2192
+ sizes: {
2193
+ 4: string;
2194
+ 6: string;
2195
+ 8: string;
2196
+ 10: string;
2197
+ 12: string;
2198
+ 16: string;
2199
+ 18: string;
2200
+ 20: string;
2201
+ 24: string;
2202
+ 26: string;
2203
+ 28: string;
2204
+ 30: string;
2205
+ 32: string;
2206
+ 36: string;
2207
+ 40: string;
2208
+ 45: string;
2209
+ 48: string;
2210
+ };
2211
+ borderWidths: {};
2212
+ borderStyles: {};
2213
+ shadows: {
2214
+ mainContainer: string;
2215
+ };
2216
+ zIndices: {};
2217
+ transitions: {};
2218
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2219
+ export declare const Separator: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2220
+ xs: string;
2221
+ sm: string;
2222
+ md: string;
2223
+ lg: string;
2224
+ }, import("@stitches/react/types/css-util").CSS<{
2225
+ xs: string;
2226
+ sm: string;
2227
+ md: string;
2228
+ lg: string;
2229
+ }, {
2230
+ colors: {
2231
+ primary: string;
2232
+ primary500: string;
2233
+ primary550: string;
2234
+ secondary: string;
2235
+ secondary100: string;
2236
+ secondary150: string;
2237
+ secondary200: string;
2238
+ secondary250: string;
2239
+ secondary500: string;
2240
+ secondary550: string;
2241
+ neutral: string;
2242
+ neutral100: string;
2243
+ neutral200: string;
2244
+ neutral300: string;
2245
+ neutral400: string;
2246
+ neutral500: string;
2247
+ neutral600: string;
2248
+ neutral700: string;
2249
+ neutral800: string;
2250
+ neutral900: string;
2251
+ error100: string;
2252
+ error300: string;
2253
+ error500: string;
2254
+ error600: string;
2255
+ error700: string;
2256
+ warning100: string;
2257
+ warning300: string;
2258
+ warning500: string;
2259
+ warning600: string;
2260
+ warning700: string;
2261
+ info: string;
2262
+ info100: string;
2263
+ info300: string;
2264
+ info500: string;
2265
+ info600: string;
2266
+ info700: string;
2267
+ success100: string;
2268
+ success300: string;
2269
+ success500: string;
2270
+ success600: string;
2271
+ success700: string;
2272
+ background: string;
2273
+ foreground: string;
2274
+ };
2275
+ space: {
2276
+ 0: string;
2277
+ 5: string;
2278
+ 10: string;
2279
+ 15: string;
2280
+ 20: string;
2281
+ 25: string;
2282
+ 30: string;
2283
+ 40: string;
2284
+ 46: string;
2285
+ 50: string;
2286
+ 60: string;
2287
+ 70: string;
2288
+ 80: string;
2289
+ 90: string;
2290
+ 100: string;
2291
+ 2: string;
2292
+ 4: string;
2293
+ 6: string;
2294
+ 8: string;
2295
+ 12: string;
2296
+ 16: string;
2297
+ 24: string;
2298
+ 28: string;
2299
+ 32: string;
2300
+ 36: string;
2301
+ };
2302
+ radii: {
2303
+ xs: string;
2304
+ sm: string;
2305
+ xm: string;
2306
+ md: string;
2307
+ xl: string;
2308
+ lg: string;
2309
+ primary: string;
2310
+ secondary: string;
2311
+ };
2312
+ fontSizes: {
2313
+ 10: string;
2314
+ 12: string;
2315
+ 14: string;
2316
+ 16: string;
2317
+ 18: string;
2318
+ 20: string;
2319
+ 22: string;
2320
+ 24: string;
2321
+ 28: string;
2322
+ 32: string;
2323
+ 36: string;
2324
+ 40: string;
2325
+ 48: string;
2326
+ };
2327
+ fonts: {
2328
+ primary: string;
2329
+ widget: string;
2330
+ };
2331
+ fontWeights: {
2332
+ regular: number;
2333
+ medium: number;
2334
+ semiBold: number;
2335
+ bold: number;
2336
+ };
2337
+ lineHeights: {
2338
+ 12: string;
2339
+ 16: string;
2340
+ 20: string;
2341
+ 24: string;
2342
+ 26: string;
2343
+ 28: string;
2344
+ 30: string;
2345
+ 36: string;
2346
+ 40: string;
2347
+ 44: string;
2348
+ 52: string;
2349
+ 64: string;
2350
+ };
2351
+ letterSpacings: {};
2352
+ sizes: {
2353
+ 4: string;
2354
+ 6: string;
2355
+ 8: string;
2356
+ 10: string;
2357
+ 12: string;
2358
+ 16: string;
2359
+ 18: string;
2360
+ 20: string;
2361
+ 24: string;
2362
+ 26: string;
2363
+ 28: string;
2364
+ 30: string;
2365
+ 32: string;
2366
+ 36: string;
2367
+ 40: string;
2368
+ 45: string;
2369
+ 48: string;
2370
+ };
2371
+ borderWidths: {};
2372
+ borderStyles: {};
2373
+ shadows: {
2374
+ mainContainer: string;
2375
+ };
2376
+ zIndices: {};
2377
+ transitions: {};
2378
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2379
+ export declare const HorizontalSeparator: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2380
+ xs: string;
2381
+ sm: string;
2382
+ md: string;
2383
+ lg: string;
2384
+ }, import("@stitches/react/types/css-util").CSS<{
2385
+ xs: string;
2386
+ sm: string;
2387
+ md: string;
2388
+ lg: string;
2389
+ }, {
2390
+ colors: {
2391
+ primary: string;
2392
+ primary500: string;
2393
+ primary550: string;
2394
+ secondary: string;
2395
+ secondary100: string;
2396
+ secondary150: string;
2397
+ secondary200: string;
2398
+ secondary250: string;
2399
+ secondary500: string;
2400
+ secondary550: string;
2401
+ neutral: string;
2402
+ neutral100: string;
2403
+ neutral200: string;
2404
+ neutral300: string;
2405
+ neutral400: string;
2406
+ neutral500: string;
2407
+ neutral600: string;
2408
+ neutral700: string;
2409
+ neutral800: string;
2410
+ neutral900: string;
2411
+ error100: string;
2412
+ error300: string;
2413
+ error500: string;
2414
+ error600: string;
2415
+ error700: string;
2416
+ warning100: string;
2417
+ warning300: string;
2418
+ warning500: string;
2419
+ warning600: string;
2420
+ warning700: string;
2421
+ info: string;
2422
+ info100: string;
2423
+ info300: string;
2424
+ info500: string;
2425
+ info600: string;
2426
+ info700: string;
2427
+ success100: string;
2428
+ success300: string;
2429
+ success500: string;
2430
+ success600: string;
2431
+ success700: string;
2432
+ background: string;
2433
+ foreground: string;
2434
+ };
2435
+ space: {
2436
+ 0: string;
2437
+ 5: string;
2438
+ 10: string;
2439
+ 15: string;
2440
+ 20: string;
2441
+ 25: string;
2442
+ 30: string;
2443
+ 40: string;
2444
+ 46: string;
2445
+ 50: string;
2446
+ 60: string;
2447
+ 70: string;
2448
+ 80: string;
2449
+ 90: string;
2450
+ 100: string;
2451
+ 2: string;
2452
+ 4: string;
2453
+ 6: string;
2454
+ 8: string;
2455
+ 12: string;
2456
+ 16: string;
2457
+ 24: string;
2458
+ 28: string;
2459
+ 32: string;
2460
+ 36: string;
2461
+ };
2462
+ radii: {
2463
+ xs: string;
2464
+ sm: string;
2465
+ xm: string;
2466
+ md: string;
2467
+ xl: string;
2468
+ lg: string;
2469
+ primary: string;
2470
+ secondary: string;
2471
+ };
2472
+ fontSizes: {
2473
+ 10: string;
2474
+ 12: string;
2475
+ 14: string;
2476
+ 16: string;
2477
+ 18: string;
2478
+ 20: string;
2479
+ 22: string;
2480
+ 24: string;
2481
+ 28: string;
2482
+ 32: string;
2483
+ 36: string;
2484
+ 40: string;
2485
+ 48: string;
2486
+ };
2487
+ fonts: {
2488
+ primary: string;
2489
+ widget: string;
2490
+ };
2491
+ fontWeights: {
2492
+ regular: number;
2493
+ medium: number;
2494
+ semiBold: number;
2495
+ bold: number;
2496
+ };
2497
+ lineHeights: {
2498
+ 12: string;
2499
+ 16: string;
2500
+ 20: string;
2501
+ 24: string;
2502
+ 26: string;
2503
+ 28: string;
2504
+ 30: string;
2505
+ 36: string;
2506
+ 40: string;
2507
+ 44: string;
2508
+ 52: string;
2509
+ 64: string;
2510
+ };
2511
+ letterSpacings: {};
2512
+ sizes: {
2513
+ 4: string;
2514
+ 6: string;
2515
+ 8: string;
2516
+ 10: string;
2517
+ 12: string;
2518
+ 16: string;
2519
+ 18: string;
2520
+ 20: string;
2521
+ 24: string;
2522
+ 26: string;
2523
+ 28: string;
2524
+ 30: string;
2525
+ 32: string;
2526
+ 36: string;
2527
+ 40: string;
2528
+ 45: string;
2529
+ 48: string;
2530
+ };
2531
+ borderWidths: {};
2532
+ borderStyles: {};
2533
+ shadows: {
2534
+ mainContainer: string;
2535
+ };
2536
+ zIndices: {};
2537
+ transitions: {};
2538
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2539
+ export declare const BasicInfoOutput: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2540
+ xs: string;
2541
+ sm: string;
2542
+ md: string;
2543
+ lg: string;
2544
+ }, import("@stitches/react/types/css-util").CSS<{
2545
+ xs: string;
2546
+ sm: string;
2547
+ md: string;
2548
+ lg: string;
2549
+ }, {
2550
+ colors: {
2551
+ primary: string;
2552
+ primary500: string;
2553
+ primary550: string;
2554
+ secondary: string;
2555
+ secondary100: string;
2556
+ secondary150: string;
2557
+ secondary200: string;
2558
+ secondary250: string;
2559
+ secondary500: string;
2560
+ secondary550: string;
2561
+ neutral: string;
2562
+ neutral100: string;
2563
+ neutral200: string;
2564
+ neutral300: string;
2565
+ neutral400: string;
2566
+ neutral500: string;
2567
+ neutral600: string;
2568
+ neutral700: string;
2569
+ neutral800: string;
2570
+ neutral900: string;
2571
+ error100: string;
2572
+ error300: string;
2573
+ error500: string;
2574
+ error600: string;
2575
+ error700: string;
2576
+ warning100: string;
2577
+ warning300: string;
2578
+ warning500: string;
2579
+ warning600: string;
2580
+ warning700: string;
2581
+ info: string;
2582
+ info100: string;
2583
+ info300: string;
2584
+ info500: string;
2585
+ info600: string;
2586
+ info700: string;
2587
+ success100: string;
2588
+ success300: string;
2589
+ success500: string;
2590
+ success600: string;
2591
+ success700: string;
2592
+ background: string;
2593
+ foreground: string;
2594
+ };
2595
+ space: {
2596
+ 0: string;
2597
+ 5: string;
2598
+ 10: string;
2599
+ 15: string;
2600
+ 20: string;
2601
+ 25: string;
2602
+ 30: string;
2603
+ 40: string;
2604
+ 46: string;
2605
+ 50: string;
2606
+ 60: string;
2607
+ 70: string;
2608
+ 80: string;
2609
+ 90: string;
2610
+ 100: string;
2611
+ 2: string;
2612
+ 4: string;
2613
+ 6: string;
2614
+ 8: string;
2615
+ 12: string;
2616
+ 16: string;
2617
+ 24: string;
2618
+ 28: string;
2619
+ 32: string;
2620
+ 36: string;
2621
+ };
2622
+ radii: {
2623
+ xs: string;
2624
+ sm: string;
2625
+ xm: string;
2626
+ md: string;
2627
+ xl: string;
2628
+ lg: string;
2629
+ primary: string;
2630
+ secondary: string;
2631
+ };
2632
+ fontSizes: {
2633
+ 10: string;
2634
+ 12: string;
2635
+ 14: string;
2636
+ 16: string;
2637
+ 18: string;
2638
+ 20: string;
2639
+ 22: string;
2640
+ 24: string;
2641
+ 28: string;
2642
+ 32: string;
2643
+ 36: string;
2644
+ 40: string;
2645
+ 48: string;
2646
+ };
2647
+ fonts: {
2648
+ primary: string;
2649
+ widget: string;
2650
+ };
2651
+ fontWeights: {
2652
+ regular: number;
2653
+ medium: number;
2654
+ semiBold: number;
2655
+ bold: number;
2656
+ };
2657
+ lineHeights: {
2658
+ 12: string;
2659
+ 16: string;
2660
+ 20: string;
2661
+ 24: string;
2662
+ 26: string;
2663
+ 28: string;
2664
+ 30: string;
2665
+ 36: string;
2666
+ 40: string;
2667
+ 44: string;
2668
+ 52: string;
2669
+ 64: string;
2670
+ };
2671
+ letterSpacings: {};
2672
+ sizes: {
2673
+ 4: string;
2674
+ 6: string;
2675
+ 8: string;
2676
+ 10: string;
2677
+ 12: string;
2678
+ 16: string;
2679
+ 18: string;
2680
+ 20: string;
2681
+ 24: string;
2682
+ 26: string;
2683
+ 28: string;
2684
+ 30: string;
2685
+ 32: string;
2686
+ 36: string;
2687
+ 40: string;
2688
+ 45: string;
2689
+ 48: string;
2690
+ };
2691
+ borderWidths: {};
2692
+ borderStyles: {};
2693
+ shadows: {
2694
+ mainContainer: string;
2695
+ };
2696
+ zIndices: {};
2697
+ transitions: {};
2698
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2699
+ export declare const TokenNameText: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui").TypographyPropTypes & {
2700
+ children?: React.ReactNode | undefined;
2701
+ } & import("react").RefAttributes<HTMLSpanElement>>, {}, {
2702
+ xs: string;
2703
+ sm: string;
2704
+ md: string;
2705
+ lg: string;
2706
+ }, import("@stitches/react/types/css-util").CSS<{
2707
+ xs: string;
2708
+ sm: string;
2709
+ md: string;
2710
+ lg: string;
2711
+ }, {
2712
+ colors: {
2713
+ primary: string;
2714
+ primary500: string;
2715
+ primary550: string;
2716
+ secondary: string;
2717
+ secondary100: string;
2718
+ secondary150: string;
2719
+ secondary200: string;
2720
+ secondary250: string;
2721
+ secondary500: string;
2722
+ secondary550: string;
2723
+ neutral: string;
2724
+ neutral100: string;
2725
+ neutral200: string;
2726
+ neutral300: string;
2727
+ neutral400: string;
2728
+ neutral500: string;
2729
+ neutral600: string;
2730
+ neutral700: string;
2731
+ neutral800: string;
2732
+ neutral900: string;
2733
+ error100: string;
2734
+ error300: string;
2735
+ error500: string;
2736
+ error600: string;
2737
+ error700: string;
2738
+ warning100: string;
2739
+ warning300: string;
2740
+ warning500: string;
2741
+ warning600: string;
2742
+ warning700: string;
2743
+ info: string;
2744
+ info100: string;
2745
+ info300: string;
2746
+ info500: string;
2747
+ info600: string;
2748
+ info700: string;
2749
+ success100: string;
2750
+ success300: string;
2751
+ success500: string;
2752
+ success600: string;
2753
+ success700: string;
2754
+ background: string;
2755
+ foreground: string;
2756
+ };
2757
+ space: {
2758
+ 0: string;
2759
+ 5: string;
2760
+ 10: string;
2761
+ 15: string;
2762
+ 20: string;
2763
+ 25: string;
2764
+ 30: string;
2765
+ 40: string;
2766
+ 46: string;
2767
+ 50: string;
2768
+ 60: string;
2769
+ 70: string;
2770
+ 80: string;
2771
+ 90: string;
2772
+ 100: string;
2773
+ 2: string;
2774
+ 4: string;
2775
+ 6: string;
2776
+ 8: string;
2777
+ 12: string;
2778
+ 16: string;
2779
+ 24: string;
2780
+ 28: string;
2781
+ 32: string;
2782
+ 36: string;
2783
+ };
2784
+ radii: {
2785
+ xs: string;
2786
+ sm: string;
2787
+ xm: string;
2788
+ md: string;
2789
+ xl: string;
2790
+ lg: string;
2791
+ primary: string;
2792
+ secondary: string;
2793
+ };
2794
+ fontSizes: {
2795
+ 10: string;
2796
+ 12: string;
2797
+ 14: string;
2798
+ 16: string;
2799
+ 18: string;
2800
+ 20: string;
2801
+ 22: string;
2802
+ 24: string;
2803
+ 28: string;
2804
+ 32: string;
2805
+ 36: string;
2806
+ 40: string;
2807
+ 48: string;
2808
+ };
2809
+ fonts: {
2810
+ primary: string;
2811
+ widget: string;
2812
+ };
2813
+ fontWeights: {
2814
+ regular: number;
2815
+ medium: number;
2816
+ semiBold: number;
2817
+ bold: number;
2818
+ };
2819
+ lineHeights: {
2820
+ 12: string;
2821
+ 16: string;
2822
+ 20: string;
2823
+ 24: string;
2824
+ 26: string;
2825
+ 28: string;
2826
+ 30: string;
2827
+ 36: string;
2828
+ 40: string;
2829
+ 44: string;
2830
+ 52: string;
2831
+ 64: string;
2832
+ };
2833
+ letterSpacings: {};
2834
+ sizes: {
2835
+ 4: string;
2836
+ 6: string;
2837
+ 8: string;
2838
+ 10: string;
2839
+ 12: string;
2840
+ 16: string;
2841
+ 18: string;
2842
+ 20: string;
2843
+ 24: string;
2844
+ 26: string;
2845
+ 28: string;
2846
+ 30: string;
2847
+ 32: string;
2848
+ 36: string;
2849
+ 40: string;
2850
+ 45: string;
2851
+ 48: string;
2852
+ };
2853
+ borderWidths: {};
2854
+ borderStyles: {};
2855
+ shadows: {
2856
+ mainContainer: string;
2857
+ };
2858
+ zIndices: {};
2859
+ transitions: {};
2860
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2861
+ export declare const AmountText: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui").TypographyPropTypes & {
2862
+ children?: React.ReactNode | undefined;
2863
+ } & import("react").RefAttributes<HTMLSpanElement>>, {}, {
2864
+ xs: string;
2865
+ sm: string;
2866
+ md: string;
2867
+ lg: string;
2868
+ }, import("@stitches/react/types/css-util").CSS<{
2869
+ xs: string;
2870
+ sm: string;
2871
+ md: string;
2872
+ lg: string;
2873
+ }, {
2874
+ colors: {
2875
+ primary: string;
2876
+ primary500: string;
2877
+ primary550: string;
2878
+ secondary: string;
2879
+ secondary100: string;
2880
+ secondary150: string;
2881
+ secondary200: string;
2882
+ secondary250: string;
2883
+ secondary500: string;
2884
+ secondary550: string;
2885
+ neutral: string;
2886
+ neutral100: string;
2887
+ neutral200: string;
2888
+ neutral300: string;
2889
+ neutral400: string;
2890
+ neutral500: string;
2891
+ neutral600: string;
2892
+ neutral700: string;
2893
+ neutral800: string;
2894
+ neutral900: string;
2895
+ error100: string;
2896
+ error300: string;
2897
+ error500: string;
2898
+ error600: string;
2899
+ error700: string;
2900
+ warning100: string;
2901
+ warning300: string;
2902
+ warning500: string;
2903
+ warning600: string;
2904
+ warning700: string;
2905
+ info: string;
2906
+ info100: string;
2907
+ info300: string;
2908
+ info500: string;
2909
+ info600: string;
2910
+ info700: string;
2911
+ success100: string;
2912
+ success300: string;
2913
+ success500: string;
2914
+ success600: string;
2915
+ success700: string;
2916
+ background: string;
2917
+ foreground: string;
2918
+ };
2919
+ space: {
2920
+ 0: string;
2921
+ 5: string;
2922
+ 10: string;
2923
+ 15: string;
2924
+ 20: string;
2925
+ 25: string;
2926
+ 30: string;
2927
+ 40: string;
2928
+ 46: string;
2929
+ 50: string;
2930
+ 60: string;
2931
+ 70: string;
2932
+ 80: string;
2933
+ 90: string;
2934
+ 100: string;
2935
+ 2: string;
2936
+ 4: string;
2937
+ 6: string;
2938
+ 8: string;
2939
+ 12: string;
2940
+ 16: string;
2941
+ 24: string;
2942
+ 28: string;
2943
+ 32: string;
2944
+ 36: string;
2945
+ };
2946
+ radii: {
2947
+ xs: string;
2948
+ sm: string;
2949
+ xm: string;
2950
+ md: string;
2951
+ xl: string;
2952
+ lg: string;
2953
+ primary: string;
2954
+ secondary: string;
2955
+ };
2956
+ fontSizes: {
2957
+ 10: string;
2958
+ 12: string;
2959
+ 14: string;
2960
+ 16: string;
2961
+ 18: string;
2962
+ 20: string;
2963
+ 22: string;
2964
+ 24: string;
2965
+ 28: string;
2966
+ 32: string;
2967
+ 36: string;
2968
+ 40: string;
2969
+ 48: string;
2970
+ };
2971
+ fonts: {
2972
+ primary: string;
2973
+ widget: string;
2974
+ };
2975
+ fontWeights: {
2976
+ regular: number;
2977
+ medium: number;
2978
+ semiBold: number;
2979
+ bold: number;
2980
+ };
2981
+ lineHeights: {
2982
+ 12: string;
2983
+ 16: string;
2984
+ 20: string;
2985
+ 24: string;
2986
+ 26: string;
2987
+ 28: string;
2988
+ 30: string;
2989
+ 36: string;
2990
+ 40: string;
2991
+ 44: string;
2992
+ 52: string;
2993
+ 64: string;
2994
+ };
2995
+ letterSpacings: {};
2996
+ sizes: {
2997
+ 4: string;
2998
+ 6: string;
2999
+ 8: string;
3000
+ 10: string;
3001
+ 12: string;
3002
+ 16: string;
3003
+ 18: string;
3004
+ 20: string;
3005
+ 24: string;
3006
+ 26: string;
3007
+ 28: string;
3008
+ 30: string;
3009
+ 32: string;
3010
+ 36: string;
3011
+ 40: string;
3012
+ 45: string;
3013
+ 48: string;
3014
+ };
3015
+ borderWidths: {};
3016
+ borderStyles: {};
3017
+ shadows: {
3018
+ mainContainer: string;
3019
+ };
3020
+ zIndices: {};
3021
+ transitions: {};
3022
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
3023
+ export declare const MoreStep: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3024
+ state?: "error" | "warning" | undefined;
3025
+ }, {
3026
+ xs: string;
3027
+ sm: string;
3028
+ md: string;
3029
+ lg: string;
3030
+ }, import("@stitches/react/types/css-util").CSS<{
3031
+ xs: string;
3032
+ sm: string;
3033
+ md: string;
3034
+ lg: string;
3035
+ }, {
3036
+ colors: {
3037
+ primary: string;
3038
+ primary500: string;
3039
+ primary550: string;
3040
+ secondary: string;
3041
+ secondary100: string;
3042
+ secondary150: string;
3043
+ secondary200: string;
3044
+ secondary250: string;
3045
+ secondary500: string;
3046
+ secondary550: string;
3047
+ neutral: string;
3048
+ neutral100: string;
3049
+ neutral200: string;
3050
+ neutral300: string;
3051
+ neutral400: string;
3052
+ neutral500: string;
3053
+ neutral600: string;
3054
+ neutral700: string;
3055
+ neutral800: string;
3056
+ neutral900: string;
3057
+ error100: string;
3058
+ error300: string;
3059
+ error500: string;
3060
+ error600: string;
3061
+ error700: string;
3062
+ warning100: string;
3063
+ warning300: string;
3064
+ warning500: string;
3065
+ warning600: string;
3066
+ warning700: string;
3067
+ info: string;
3068
+ info100: string;
3069
+ info300: string;
3070
+ info500: string;
3071
+ info600: string;
3072
+ info700: string;
3073
+ success100: string;
3074
+ success300: string;
3075
+ success500: string;
3076
+ success600: string;
3077
+ success700: string;
3078
+ background: string;
3079
+ foreground: string;
3080
+ };
3081
+ space: {
3082
+ 0: string;
3083
+ 5: string;
3084
+ 10: string;
3085
+ 15: string;
3086
+ 20: string;
3087
+ 25: string;
3088
+ 30: string;
3089
+ 40: string;
3090
+ 46: string;
3091
+ 50: string;
3092
+ 60: string;
3093
+ 70: string;
3094
+ 80: string;
3095
+ 90: string;
3096
+ 100: string;
3097
+ 2: string;
3098
+ 4: string;
3099
+ 6: string;
3100
+ 8: string;
3101
+ 12: string;
3102
+ 16: string;
3103
+ 24: string;
3104
+ 28: string;
3105
+ 32: string;
3106
+ 36: string;
3107
+ };
3108
+ radii: {
3109
+ xs: string;
3110
+ sm: string;
3111
+ xm: string;
3112
+ md: string;
3113
+ xl: string;
3114
+ lg: string;
3115
+ primary: string;
3116
+ secondary: string;
3117
+ };
3118
+ fontSizes: {
3119
+ 10: string;
3120
+ 12: string;
3121
+ 14: string;
3122
+ 16: string;
3123
+ 18: string;
3124
+ 20: string;
3125
+ 22: string;
3126
+ 24: string;
3127
+ 28: string;
3128
+ 32: string;
3129
+ 36: string;
3130
+ 40: string;
3131
+ 48: string;
3132
+ };
3133
+ fonts: {
3134
+ primary: string;
3135
+ widget: string;
3136
+ };
3137
+ fontWeights: {
3138
+ regular: number;
3139
+ medium: number;
3140
+ semiBold: number;
3141
+ bold: number;
3142
+ };
3143
+ lineHeights: {
3144
+ 12: string;
3145
+ 16: string;
3146
+ 20: string;
3147
+ 24: string;
3148
+ 26: string;
3149
+ 28: string;
3150
+ 30: string;
3151
+ 36: string;
3152
+ 40: string;
3153
+ 44: string;
3154
+ 52: string;
3155
+ 64: string;
3156
+ };
3157
+ letterSpacings: {};
3158
+ sizes: {
3159
+ 4: string;
3160
+ 6: string;
3161
+ 8: string;
3162
+ 10: string;
3163
+ 12: string;
3164
+ 16: string;
3165
+ 18: string;
3166
+ 20: string;
3167
+ 24: string;
3168
+ 26: string;
3169
+ 28: string;
3170
+ 30: string;
3171
+ 32: string;
3172
+ 36: string;
3173
+ 40: string;
3174
+ 45: string;
3175
+ 48: string;
3176
+ };
3177
+ borderWidths: {};
3178
+ borderStyles: {};
3179
+ shadows: {
3180
+ mainContainer: string;
3181
+ };
3182
+ zIndices: {};
3183
+ transitions: {};
3184
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
3185
+ export declare const TagContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3186
+ xs: string;
3187
+ sm: string;
3188
+ md: string;
3189
+ lg: string;
3190
+ }, import("@stitches/react/types/css-util").CSS<{
3191
+ xs: string;
3192
+ sm: string;
3193
+ md: string;
3194
+ lg: string;
3195
+ }, {
3196
+ colors: {
3197
+ primary: string;
3198
+ primary500: string;
3199
+ primary550: string;
3200
+ secondary: string;
3201
+ secondary100: string;
3202
+ secondary150: string;
3203
+ secondary200: string;
3204
+ secondary250: string;
3205
+ secondary500: string;
3206
+ secondary550: string;
3207
+ neutral: string;
3208
+ neutral100: string;
3209
+ neutral200: string;
3210
+ neutral300: string;
3211
+ neutral400: string;
3212
+ neutral500: string;
3213
+ neutral600: string;
3214
+ neutral700: string;
3215
+ neutral800: string;
3216
+ neutral900: string;
3217
+ error100: string;
3218
+ error300: string;
3219
+ error500: string;
3220
+ error600: string;
3221
+ error700: string;
3222
+ warning100: string;
3223
+ warning300: string;
3224
+ warning500: string;
3225
+ warning600: string;
3226
+ warning700: string;
3227
+ info: string;
3228
+ info100: string;
3229
+ info300: string;
3230
+ info500: string;
3231
+ info600: string;
3232
+ info700: string;
3233
+ success100: string;
3234
+ success300: string;
3235
+ success500: string;
3236
+ success600: string;
3237
+ success700: string;
3238
+ background: string;
3239
+ foreground: string;
3240
+ };
3241
+ space: {
3242
+ 0: string;
3243
+ 5: string;
3244
+ 10: string;
3245
+ 15: string;
3246
+ 20: string;
3247
+ 25: string;
3248
+ 30: string;
3249
+ 40: string;
3250
+ 46: string;
3251
+ 50: string;
3252
+ 60: string;
3253
+ 70: string;
3254
+ 80: string;
3255
+ 90: string;
3256
+ 100: string;
3257
+ 2: string;
3258
+ 4: string;
3259
+ 6: string;
3260
+ 8: string;
3261
+ 12: string;
3262
+ 16: string;
3263
+ 24: string;
3264
+ 28: string;
3265
+ 32: string;
3266
+ 36: string;
3267
+ };
3268
+ radii: {
3269
+ xs: string;
3270
+ sm: string;
3271
+ xm: string;
3272
+ md: string;
3273
+ xl: string;
3274
+ lg: string;
3275
+ primary: string;
3276
+ secondary: string;
3277
+ };
3278
+ fontSizes: {
3279
+ 10: string;
3280
+ 12: string;
3281
+ 14: string;
3282
+ 16: string;
3283
+ 18: string;
3284
+ 20: string;
3285
+ 22: string;
3286
+ 24: string;
3287
+ 28: string;
3288
+ 32: string;
3289
+ 36: string;
3290
+ 40: string;
3291
+ 48: string;
3292
+ };
3293
+ fonts: {
3294
+ primary: string;
3295
+ widget: string;
3296
+ };
3297
+ fontWeights: {
3298
+ regular: number;
3299
+ medium: number;
3300
+ semiBold: number;
3301
+ bold: number;
3302
+ };
3303
+ lineHeights: {
3304
+ 12: string;
3305
+ 16: string;
3306
+ 20: string;
3307
+ 24: string;
3308
+ 26: string;
3309
+ 28: string;
3310
+ 30: string;
3311
+ 36: string;
3312
+ 40: string;
3313
+ 44: string;
3314
+ 52: string;
3315
+ 64: string;
3316
+ };
3317
+ letterSpacings: {};
3318
+ sizes: {
3319
+ 4: string;
3320
+ 6: string;
3321
+ 8: string;
3322
+ 10: string;
3323
+ 12: string;
3324
+ 16: string;
3325
+ 18: string;
3326
+ 20: string;
3327
+ 24: string;
3328
+ 26: string;
3329
+ 28: string;
3330
+ 30: string;
3331
+ 32: string;
3332
+ 36: string;
3333
+ 40: string;
3334
+ 45: string;
3335
+ 48: string;
3336
+ };
3337
+ borderWidths: {};
3338
+ borderStyles: {};
3339
+ shadows: {
3340
+ mainContainer: string;
3341
+ };
3342
+ zIndices: {};
3343
+ transitions: {};
3344
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
3345
+ export declare const Line: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3346
+ xs: string;
3347
+ sm: string;
3348
+ md: string;
3349
+ lg: string;
3350
+ }, import("@stitches/react/types/css-util").CSS<{
3351
+ xs: string;
3352
+ sm: string;
3353
+ md: string;
3354
+ lg: string;
3355
+ }, {
3356
+ colors: {
3357
+ primary: string;
3358
+ primary500: string;
3359
+ primary550: string;
3360
+ secondary: string;
3361
+ secondary100: string;
3362
+ secondary150: string;
3363
+ secondary200: string;
3364
+ secondary250: string;
3365
+ secondary500: string;
3366
+ secondary550: string;
3367
+ neutral: string;
3368
+ neutral100: string;
3369
+ neutral200: string;
3370
+ neutral300: string;
3371
+ neutral400: string;
3372
+ neutral500: string;
3373
+ neutral600: string;
3374
+ neutral700: string;
3375
+ neutral800: string;
3376
+ neutral900: string;
3377
+ error100: string;
3378
+ error300: string;
3379
+ error500: string;
3380
+ error600: string;
3381
+ error700: string;
3382
+ warning100: string;
3383
+ warning300: string;
3384
+ warning500: string;
3385
+ warning600: string;
3386
+ warning700: string;
3387
+ info: string;
3388
+ info100: string;
3389
+ info300: string;
3390
+ info500: string;
3391
+ info600: string;
3392
+ info700: string;
3393
+ success100: string;
3394
+ success300: string;
3395
+ success500: string;
3396
+ success600: string;
3397
+ success700: string;
3398
+ background: string;
3399
+ foreground: string;
3400
+ };
3401
+ space: {
3402
+ 0: string;
3403
+ 5: string;
3404
+ 10: string;
3405
+ 15: string;
3406
+ 20: string;
3407
+ 25: string;
3408
+ 30: string;
3409
+ 40: string;
3410
+ 46: string;
3411
+ 50: string;
3412
+ 60: string;
3413
+ 70: string;
3414
+ 80: string;
3415
+ 90: string;
3416
+ 100: string;
3417
+ 2: string;
3418
+ 4: string;
3419
+ 6: string;
3420
+ 8: string;
3421
+ 12: string;
3422
+ 16: string;
3423
+ 24: string;
3424
+ 28: string;
3425
+ 32: string;
3426
+ 36: string;
3427
+ };
3428
+ radii: {
3429
+ xs: string;
3430
+ sm: string;
3431
+ xm: string;
3432
+ md: string;
3433
+ xl: string;
3434
+ lg: string;
3435
+ primary: string;
3436
+ secondary: string;
3437
+ };
3438
+ fontSizes: {
3439
+ 10: string;
3440
+ 12: string;
3441
+ 14: string;
3442
+ 16: string;
3443
+ 18: string;
3444
+ 20: string;
3445
+ 22: string;
3446
+ 24: string;
3447
+ 28: string;
3448
+ 32: string;
3449
+ 36: string;
3450
+ 40: string;
3451
+ 48: string;
3452
+ };
3453
+ fonts: {
3454
+ primary: string;
3455
+ widget: string;
3456
+ };
3457
+ fontWeights: {
3458
+ regular: number;
3459
+ medium: number;
3460
+ semiBold: number;
3461
+ bold: number;
3462
+ };
3463
+ lineHeights: {
3464
+ 12: string;
3465
+ 16: string;
3466
+ 20: string;
3467
+ 24: string;
3468
+ 26: string;
3469
+ 28: string;
3470
+ 30: string;
3471
+ 36: string;
3472
+ 40: string;
3473
+ 44: string;
3474
+ 52: string;
3475
+ 64: string;
3476
+ };
3477
+ letterSpacings: {};
3478
+ sizes: {
3479
+ 4: string;
3480
+ 6: string;
3481
+ 8: string;
3482
+ 10: string;
3483
+ 12: string;
3484
+ 16: string;
3485
+ 18: string;
3486
+ 20: string;
3487
+ 24: string;
3488
+ 26: string;
3489
+ 28: string;
3490
+ 30: string;
3491
+ 32: string;
3492
+ 36: string;
3493
+ 40: string;
3494
+ 45: string;
3495
+ 48: string;
3496
+ };
3497
+ borderWidths: {};
3498
+ borderStyles: {};
3499
+ shadows: {
3500
+ mainContainer: string;
3501
+ };
3502
+ zIndices: {};
3503
+ transitions: {};
3504
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
3505
+ export declare const UsdValueText: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui").TypographyPropTypes & {
3506
+ children?: React.ReactNode | undefined;
3507
+ } & import("react").RefAttributes<HTMLSpanElement>>, {}, {
3508
+ xs: string;
3509
+ sm: string;
3510
+ md: string;
3511
+ lg: string;
3512
+ }, import("@stitches/react/types/css-util").CSS<{
3513
+ xs: string;
3514
+ sm: string;
3515
+ md: string;
3516
+ lg: string;
3517
+ }, {
3518
+ colors: {
3519
+ primary: string;
3520
+ primary500: string;
3521
+ primary550: string;
3522
+ secondary: string;
3523
+ secondary100: string;
3524
+ secondary150: string;
3525
+ secondary200: string;
3526
+ secondary250: string;
3527
+ secondary500: string;
3528
+ secondary550: string;
3529
+ neutral: string;
3530
+ neutral100: string;
3531
+ neutral200: string;
3532
+ neutral300: string;
3533
+ neutral400: string;
3534
+ neutral500: string;
3535
+ neutral600: string;
3536
+ neutral700: string;
3537
+ neutral800: string;
3538
+ neutral900: string;
3539
+ error100: string;
3540
+ error300: string;
3541
+ error500: string;
3542
+ error600: string;
3543
+ error700: string;
3544
+ warning100: string;
3545
+ warning300: string;
3546
+ warning500: string;
3547
+ warning600: string;
3548
+ warning700: string;
3549
+ info: string;
3550
+ info100: string;
3551
+ info300: string;
3552
+ info500: string;
3553
+ info600: string;
3554
+ info700: string;
3555
+ success100: string;
3556
+ success300: string;
3557
+ success500: string;
3558
+ success600: string;
3559
+ success700: string;
3560
+ background: string;
3561
+ foreground: string;
3562
+ };
3563
+ space: {
3564
+ 0: string;
3565
+ 5: string;
3566
+ 10: string;
3567
+ 15: string;
3568
+ 20: string;
3569
+ 25: string;
3570
+ 30: string;
3571
+ 40: string;
3572
+ 46: string;
3573
+ 50: string;
3574
+ 60: string;
3575
+ 70: string;
3576
+ 80: string;
3577
+ 90: string;
3578
+ 100: string;
3579
+ 2: string;
3580
+ 4: string;
3581
+ 6: string;
3582
+ 8: string;
3583
+ 12: string;
3584
+ 16: string;
3585
+ 24: string;
3586
+ 28: string;
3587
+ 32: string;
3588
+ 36: string;
3589
+ };
3590
+ radii: {
3591
+ xs: string;
3592
+ sm: string;
3593
+ xm: string;
3594
+ md: string;
3595
+ xl: string;
3596
+ lg: string;
3597
+ primary: string;
3598
+ secondary: string;
3599
+ };
3600
+ fontSizes: {
3601
+ 10: string;
3602
+ 12: string;
3603
+ 14: string;
3604
+ 16: string;
3605
+ 18: string;
3606
+ 20: string;
3607
+ 22: string;
3608
+ 24: string;
3609
+ 28: string;
3610
+ 32: string;
3611
+ 36: string;
3612
+ 40: string;
3613
+ 48: string;
3614
+ };
3615
+ fonts: {
3616
+ primary: string;
3617
+ widget: string;
3618
+ };
3619
+ fontWeights: {
3620
+ regular: number;
3621
+ medium: number;
3622
+ semiBold: number;
3623
+ bold: number;
3624
+ };
3625
+ lineHeights: {
3626
+ 12: string;
3627
+ 16: string;
3628
+ 20: string;
3629
+ 24: string;
3630
+ 26: string;
3631
+ 28: string;
3632
+ 30: string;
3633
+ 36: string;
3634
+ 40: string;
3635
+ 44: string;
3636
+ 52: string;
3637
+ 64: string;
3638
+ };
3639
+ letterSpacings: {};
3640
+ sizes: {
3641
+ 4: string;
3642
+ 6: string;
3643
+ 8: string;
3644
+ 10: string;
3645
+ 12: string;
3646
+ 16: string;
3647
+ 18: string;
3648
+ 20: string;
3649
+ 24: string;
3650
+ 26: string;
3651
+ 28: string;
3652
+ 30: string;
3653
+ 32: string;
3654
+ 36: string;
3655
+ 40: string;
3656
+ 45: string;
3657
+ 48: string;
3658
+ };
3659
+ borderWidths: {};
3660
+ borderStyles: {};
3661
+ shadows: {
3662
+ mainContainer: string;
3663
+ };
3664
+ zIndices: {};
3665
+ transitions: {};
3666
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
3667
+ //# sourceMappingURL=Quote.styles.d.ts.map