@rango-dev/widget-embedded 0.17.1-next.9 → 0.18.0

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 (355) hide show
  1. package/CHANGELOG.md +116 -0
  2. package/dist/QueueManager.d.ts +3 -1
  3. package/dist/QueueManager.d.ts.map +1 -1
  4. package/dist/components/AppRouter.d.ts.map +1 -1
  5. package/dist/components/AppRoutes.d.ts.map +1 -1
  6. package/dist/components/BlockchainsSection/BlockchainsSection.d.ts.map +1 -1
  7. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +1 -1
  8. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  9. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +690 -61
  10. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  11. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
  12. package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -1
  13. package/dist/components/Layout/Layout.d.ts.map +1 -1
  14. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  15. package/dist/components/Layout/Layout.types.d.ts +2 -2
  16. package/dist/components/Layout/Layout.types.d.ts.map +1 -1
  17. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -1
  18. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +1727 -0
  19. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  20. package/dist/components/NoResult/NoResult.d.ts.map +1 -1
  21. package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
  22. package/dist/components/Quote/Quote.d.ts.map +1 -1
  23. package/dist/components/Quote/Quote.styles.d.ts +793 -5
  24. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  25. package/dist/components/Quote/Quote.types.d.ts +0 -1
  26. package/dist/components/Quote/Quote.types.d.ts.map +1 -1
  27. package/dist/components/Quote/QuoteSummary.styles.d.ts +157 -0
  28. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
  29. package/dist/components/Quote/index.d.ts +0 -1
  30. package/dist/components/Quote/index.d.ts.map +1 -1
  31. package/dist/components/QuoteSkeleton/QuoteSkeleton.d.ts.map +1 -0
  32. package/dist/components/{Quote → QuoteSkeleton}/QuoteSkeleton.styles.d.ts +314 -0
  33. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -0
  34. package/dist/components/QuoteSkeleton/QuoteSkeleton.types.d.ts.map +1 -0
  35. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.d.ts +4 -0
  36. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.d.ts.map +1 -0
  37. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +1571 -0
  38. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -0
  39. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.types.d.ts +6 -0
  40. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.types.d.ts.map +1 -0
  41. package/dist/components/QuoteSkeleton/StepSkeleton.d.ts +4 -0
  42. package/dist/components/QuoteSkeleton/StepSkeleton.d.ts.map +1 -0
  43. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +786 -0
  44. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -0
  45. package/dist/components/QuoteSkeleton/StepSkeleton.types.d.ts +4 -0
  46. package/dist/components/QuoteSkeleton/StepSkeleton.types.d.ts.map +1 -0
  47. package/dist/components/QuoteSkeleton/index.d.ts +4 -0
  48. package/dist/components/QuoteSkeleton/index.d.ts.map +1 -0
  49. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.d.ts.map +1 -1
  50. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts.map +1 -1
  51. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
  52. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts +1 -0
  53. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts.map +1 -1
  54. package/dist/components/Slippage/Slippage.d.ts.map +1 -1
  55. package/dist/components/Slippage/Slippage.styles.d.ts +158 -0
  56. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  57. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
  58. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  59. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -1
  60. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
  61. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +628 -0
  62. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  63. package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts.map +1 -1
  64. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
  65. package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts +1 -1
  66. package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts.map +1 -1
  67. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +1 -1
  68. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -1
  69. package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
  70. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +157 -0
  71. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
  72. package/dist/components/TokenList/TokenList.d.ts.map +1 -1
  73. package/dist/components/TokenList/TokenList.helpers.d.ts +2 -2
  74. package/dist/components/TokenList/TokenList.helpers.d.ts.map +1 -1
  75. package/dist/components/TokenList/TokenList.styles.d.ts +1100 -1
  76. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  77. package/dist/components/TokenList/TokenList.types.d.ts +4 -9
  78. package/dist/components/TokenList/TokenList.types.d.ts.map +1 -1
  79. package/dist/components/TokenList/index.d.ts +0 -1
  80. package/dist/components/TokenList/index.d.ts.map +1 -1
  81. package/dist/components/UpdateUrl.d.ts.map +1 -1
  82. package/dist/constants/errors.d.ts.map +1 -1
  83. package/dist/constants/index.d.ts +1 -0
  84. package/dist/constants/index.d.ts.map +1 -1
  85. package/dist/constants/navigationRoutes.d.ts +1 -2
  86. package/dist/constants/navigationRoutes.d.ts.map +1 -1
  87. package/dist/containers/App/App.d.ts +3 -0
  88. package/dist/containers/App/App.d.ts.map +1 -0
  89. package/dist/containers/App/App.styles.d.ts +158 -0
  90. package/dist/containers/App/App.styles.d.ts.map +1 -0
  91. package/dist/containers/App/index.d.ts +2 -0
  92. package/dist/containers/App/index.d.ts.map +1 -0
  93. package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -1
  94. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +316 -0
  95. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
  96. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +3 -0
  97. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -1
  98. package/dist/containers/Wallets/Wallets.d.ts +6 -0
  99. package/dist/containers/Wallets/Wallets.d.ts.map +1 -0
  100. package/dist/containers/Wallets/Wallets.types.d.ts +11 -0
  101. package/dist/containers/Wallets/Wallets.types.d.ts.map +1 -0
  102. package/dist/containers/Wallets/index.d.ts +2 -0
  103. package/dist/containers/Wallets/index.d.ts.map +1 -0
  104. package/dist/containers/Widget/Widget.d.ts +5 -0
  105. package/dist/containers/Widget/Widget.d.ts.map +1 -0
  106. package/dist/containers/Widget/Widget.types.d.ts +5 -0
  107. package/dist/containers/Widget/Widget.types.d.ts.map +1 -0
  108. package/dist/containers/Widget/index.d.ts +3 -0
  109. package/dist/containers/Widget/index.d.ts.map +1 -0
  110. package/dist/containers/WidgetInfo/WidgetInfo.d.ts +6 -0
  111. package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -0
  112. package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts +20 -0
  113. package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts.map +1 -0
  114. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +21 -0
  115. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -0
  116. package/dist/containers/WidgetInfo/index.d.ts +2 -0
  117. package/dist/containers/WidgetInfo/index.d.ts.map +1 -0
  118. package/dist/containers/WidgetProvider/WidgetProvider.d.ts +5 -0
  119. package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -0
  120. package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts +7 -0
  121. package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts.map +1 -0
  122. package/dist/containers/WidgetProvider/index.d.ts +2 -0
  123. package/dist/containers/WidgetProvider/index.d.ts.map +1 -0
  124. package/dist/hooks/useConfirmSwap/useConfirmSwap.d.ts.map +1 -1
  125. package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts +6 -3
  126. package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts.map +1 -1
  127. package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts +1 -1
  128. package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts.map +1 -1
  129. package/dist/hooks/useLanguage.d.ts +1 -1
  130. package/dist/hooks/useLanguage.d.ts.map +1 -1
  131. package/dist/hooks/useNavigateBack.d.ts +1 -3
  132. package/dist/hooks/useNavigateBack.d.ts.map +1 -1
  133. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts +1 -1
  134. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts +2 -2
  135. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts.map +1 -1
  136. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +3 -5
  137. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts.map +1 -1
  138. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts +1 -0
  139. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts.map +1 -1
  140. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts +5 -1
  141. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts.map +1 -1
  142. package/dist/hooks/useSwapInput.d.ts.map +1 -1
  143. package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
  144. package/dist/hooks/useTheme.d.ts +1 -1
  145. package/dist/hooks/useTheme.d.ts.map +1 -1
  146. package/dist/index.d.ts +20 -8
  147. package/dist/index.d.ts.map +1 -1
  148. package/dist/index.js +1 -1
  149. package/dist/index.js.map +4 -4
  150. package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
  151. package/dist/pages/HistoryPage.d.ts.map +1 -1
  152. package/dist/pages/Home.d.ts.map +1 -1
  153. package/dist/pages/LanguagePage.d.ts.map +1 -1
  154. package/dist/pages/LiquiditySourcePage.d.ts.map +1 -1
  155. package/dist/pages/SelectBlockchainPage.d.ts.map +1 -1
  156. package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
  157. package/dist/pages/SettingsPage.d.ts.map +1 -1
  158. package/dist/pages/SwapDetailsPage.d.ts.map +1 -1
  159. package/dist/pages/ThemePage.d.ts.map +1 -1
  160. package/dist/pages/WalletsPage.d.ts.map +1 -1
  161. package/dist/store/AppStore.d.ts +37 -1
  162. package/dist/store/AppStore.d.ts.map +1 -1
  163. package/dist/store/app.d.ts +39 -2
  164. package/dist/store/app.d.ts.map +1 -1
  165. package/dist/store/notification.d.ts +4 -3
  166. package/dist/store/notification.d.ts.map +1 -1
  167. package/dist/store/quote.d.ts +9 -9
  168. package/dist/store/quote.d.ts.map +1 -1
  169. package/dist/store/slices/config.d.ts.map +1 -1
  170. package/dist/store/slices/data.d.ts +2 -2
  171. package/dist/store/slices/data.d.ts.map +1 -1
  172. package/dist/store/slices/settings.d.ts +39 -0
  173. package/dist/store/slices/settings.d.ts.map +1 -0
  174. package/dist/store/ui.d.ts +2 -1
  175. package/dist/store/ui.d.ts.map +1 -1
  176. package/dist/store/wallets.d.ts +9 -5
  177. package/dist/store/wallets.d.ts.map +1 -1
  178. package/dist/types/config.d.ts +36 -3
  179. package/dist/types/config.d.ts.map +1 -1
  180. package/dist/types/swap.d.ts +4 -14
  181. package/dist/types/swap.d.ts.map +1 -1
  182. package/dist/types/wallets.d.ts +15 -1
  183. package/dist/types/wallets.d.ts.map +1 -1
  184. package/dist/utils/colors.d.ts.map +1 -1
  185. package/dist/utils/configs.d.ts +1 -0
  186. package/dist/utils/configs.d.ts.map +1 -1
  187. package/dist/utils/meta.d.ts +2 -1
  188. package/dist/utils/meta.d.ts.map +1 -1
  189. package/dist/utils/providers.d.ts +2 -2
  190. package/dist/utils/providers.d.ts.map +1 -1
  191. package/dist/utils/queue.d.ts +2 -2
  192. package/dist/utils/queue.d.ts.map +1 -1
  193. package/dist/utils/quote.d.ts +1 -1
  194. package/dist/utils/quote.d.ts.map +1 -1
  195. package/dist/utils/settings.d.ts +4 -1
  196. package/dist/utils/settings.d.ts.map +1 -1
  197. package/dist/utils/swap.d.ts +13 -5
  198. package/dist/utils/swap.d.ts.map +1 -1
  199. package/dist/utils/time.d.ts +1 -1
  200. package/dist/utils/time.d.ts.map +1 -1
  201. package/dist/utils/wallets.d.ts +7 -8
  202. package/dist/utils/wallets.d.ts.map +1 -1
  203. package/package.json +12 -10
  204. package/src/QueueManager.tsx +4 -3
  205. package/src/components/AppRouter.tsx +2 -27
  206. package/src/components/AppRoutes.tsx +54 -33
  207. package/src/components/BlockchainList/BlockchainList.styles.ts +2 -2
  208. package/src/components/BlockchainsSection/BlockchainsSection.styles.ts +1 -1
  209. package/src/components/BlockchainsSection/BlockchainsSection.tsx +19 -10
  210. package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +29 -10
  211. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +15 -7
  212. package/src/components/ConfirmWalletsModal/WalletList.tsx +3 -3
  213. package/src/components/HeaderButtons/HomeButtons.tsx +28 -18
  214. package/src/components/Layout/Layout.styles.ts +2 -0
  215. package/src/components/Layout/Layout.tsx +20 -7
  216. package/src/components/Layout/Layout.types.ts +2 -2
  217. package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +65 -61
  218. package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +28 -34
  219. package/src/components/NoResult/NoResult.helpers.ts +12 -12
  220. package/src/components/NoResult/NoResult.tsx +2 -5
  221. package/src/components/NotificationContent/NotificationContent.tsx +2 -1
  222. package/src/components/Quote/Quote.styles.ts +49 -12
  223. package/src/components/Quote/Quote.tsx +107 -38
  224. package/src/components/Quote/Quote.types.ts +0 -1
  225. package/src/components/Quote/QuoteSummary.styles.ts +9 -8
  226. package/src/components/Quote/QuoteSummary.tsx +2 -2
  227. package/src/components/Quote/index.ts +0 -1
  228. package/src/components/QuoteSkeleton/QuoteSkeleton.styles.ts +42 -0
  229. package/src/components/QuoteSkeleton/QuoteSkeleton.tsx +30 -0
  230. package/src/components/QuoteSkeleton/QuoteSummarySkeleton.styles.ts +57 -0
  231. package/src/components/QuoteSkeleton/QuoteSummarySkeleton.tsx +76 -0
  232. package/src/components/QuoteSkeleton/QuoteSummarySkeleton.types.ts +6 -0
  233. package/src/components/QuoteSkeleton/StepSkeleton.styles.ts +33 -0
  234. package/src/components/QuoteSkeleton/StepSkeleton.tsx +44 -0
  235. package/src/components/QuoteSkeleton/StepSkeleton.types.ts +1 -0
  236. package/src/components/QuoteSkeleton/index.ts +3 -0
  237. package/src/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.tsx +1 -1
  238. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.ts +11 -4
  239. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +8 -1
  240. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.tsx +13 -13
  241. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.ts +1 -0
  242. package/src/components/QuoteWarningsAndErrors/SlippageWariningModal.tsx +3 -3
  243. package/src/components/Slippage/Slippage.styles.ts +15 -5
  244. package/src/components/Slippage/Slippage.tsx +11 -10
  245. package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +5 -8
  246. package/src/components/SwapDetails/SwapDetails.helpers.tsx +1 -1
  247. package/src/components/SwapDetails/SwapDetails.styles.ts +36 -33
  248. package/src/components/SwapDetails/SwapDetails.tsx +28 -39
  249. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.tsx +1 -1
  250. package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +4 -3
  251. package/src/components/SwapDetailsModal/SwapDetailsModal.Cancel.tsx +2 -2
  252. package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +14 -8
  253. package/src/components/SwapDetailsModal/SwapDetailsModal.helpers.tsx +1 -1
  254. package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +1 -1
  255. package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +1 -1
  256. package/src/components/SwapsGroup/SwapsGroup.styles.ts +10 -1
  257. package/src/components/SwapsGroup/SwapsGroup.tsx +3 -5
  258. package/src/components/TokenList/TokenList.helpers.ts +2 -2
  259. package/src/components/TokenList/TokenList.styles.ts +74 -38
  260. package/src/components/TokenList/TokenList.tsx +30 -20
  261. package/src/components/TokenList/TokenList.types.ts +4 -10
  262. package/src/components/TokenList/index.ts +0 -1
  263. package/src/components/UpdateUrl.tsx +0 -5
  264. package/src/constants/errors.ts +9 -5
  265. package/src/constants/index.ts +1 -0
  266. package/src/constants/navigationRoutes.ts +7 -8
  267. package/src/containers/App/App.styles.ts +18 -0
  268. package/src/containers/App/App.tsx +52 -0
  269. package/src/containers/App/index.ts +1 -0
  270. package/src/containers/QuoteInfo/QuoteInfo.styles.ts +17 -1
  271. package/src/containers/QuoteInfo/QuoteInfo.tsx +46 -44
  272. package/src/containers/QuoteInfo/QuoteInfo.types.ts +3 -0
  273. package/src/{Wallets.tsx → containers/Wallets/Wallets.tsx} +25 -31
  274. package/src/containers/Wallets/Wallets.types.ts +12 -0
  275. package/src/containers/Wallets/index.ts +1 -0
  276. package/src/containers/Widget/Widget.tsx +19 -0
  277. package/src/containers/Widget/Widget.types.ts +5 -0
  278. package/src/containers/Widget/index.ts +2 -0
  279. package/src/containers/WidgetInfo/WidgetInfo.helpers.ts +64 -0
  280. package/src/containers/WidgetInfo/WidgetInfo.tsx +62 -0
  281. package/src/containers/WidgetInfo/WidgetInfo.types.ts +21 -0
  282. package/src/containers/WidgetInfo/index.ts +1 -0
  283. package/src/containers/WidgetProvider/WidgetProvider.tsx +28 -0
  284. package/src/containers/WidgetProvider/WidgetProvider.types.ts +7 -0
  285. package/src/containers/WidgetProvider/index.ts +1 -0
  286. package/src/hooks/useConfirmSwap/useConfirmSwap.helpers.ts +15 -11
  287. package/src/hooks/useConfirmSwap/useConfirmSwap.ts +21 -20
  288. package/src/hooks/useConfirmSwap/useConfirmSwap.types.ts +1 -1
  289. package/src/hooks/useLanguage.ts +4 -5
  290. package/src/hooks/useNavigateBack.ts +3 -52
  291. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.ts +1 -1
  292. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.ts +37 -7
  293. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.ts +60 -0
  294. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.ts +78 -3
  295. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.ts +15 -6
  296. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.ts +6 -1
  297. package/src/hooks/useSwapInput.ts +86 -28
  298. package/src/hooks/useSyncStoresWithConfig.ts +18 -5
  299. package/src/hooks/useTheme.ts +4 -5
  300. package/src/index.ts +53 -5
  301. package/src/pages/ConfirmSwapPage.tsx +61 -33
  302. package/src/pages/HistoryPage.tsx +2 -7
  303. package/src/pages/Home.tsx +55 -81
  304. package/src/pages/LanguagePage.tsx +0 -5
  305. package/src/pages/LiquiditySourcePage.tsx +3 -7
  306. package/src/pages/SelectBlockchainPage.tsx +26 -18
  307. package/src/pages/SelectSwapItemsPage.tsx +13 -26
  308. package/src/pages/SettingsPage.tsx +26 -17
  309. package/src/pages/SwapDetailsPage.tsx +3 -4
  310. package/src/pages/ThemePage.tsx +2 -7
  311. package/src/pages/WalletsPage.tsx +5 -8
  312. package/src/services/httpService.ts +1 -1
  313. package/src/store/AppStore.tsx +7 -1
  314. package/src/store/app.ts +31 -5
  315. package/src/store/quote.ts +3 -4
  316. package/src/store/slices/config.ts +1 -0
  317. package/src/store/slices/data.ts +10 -6
  318. package/src/store/slices/settings.ts +168 -0
  319. package/src/store/wallets.ts +57 -29
  320. package/src/types/config.ts +48 -3
  321. package/src/types/swap.ts +4 -13
  322. package/src/types/wallets.ts +18 -1
  323. package/src/utils/colors.ts +2 -1
  324. package/src/utils/configs.ts +2 -1
  325. package/src/utils/date.ts +1 -1
  326. package/src/utils/meta.ts +8 -1
  327. package/src/utils/providers.ts +8 -5
  328. package/src/utils/queue.ts +2 -2
  329. package/src/utils/quote.ts +7 -7
  330. package/src/utils/settings.ts +11 -5
  331. package/src/utils/swap.ts +46 -40
  332. package/src/utils/time.ts +1 -1
  333. package/src/utils/wallets.ts +127 -144
  334. package/dist/Wallets.d.ts +0 -18
  335. package/dist/Wallets.d.ts.map +0 -1
  336. package/dist/Widget.d.ts +0 -9
  337. package/dist/Widget.d.ts.map +0 -1
  338. package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts +0 -4
  339. package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts.map +0 -1
  340. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts +0 -4
  341. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts.map +0 -1
  342. package/dist/components/Quote/QuoteSkeleton.d.ts.map +0 -1
  343. package/dist/components/Quote/QuoteSkeleton.styles.d.ts.map +0 -1
  344. package/dist/components/Quote/QuoteSkeleton.types.d.ts.map +0 -1
  345. package/dist/store/settings.d.ts +0 -82
  346. package/dist/store/settings.d.ts.map +0 -1
  347. package/src/Widget.tsx +0 -106
  348. package/src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx +0 -41
  349. package/src/components/LoadingSwapDetails/LoadingSwapDetails.types.ts +0 -3
  350. package/src/components/Quote/QuoteSkeleton.styles.ts +0 -110
  351. package/src/components/Quote/QuoteSkeleton.tsx +0 -108
  352. package/src/store/settings.ts +0 -161
  353. /package/dist/components/{Quote → QuoteSkeleton}/QuoteSkeleton.d.ts +0 -0
  354. /package/dist/components/{Quote → QuoteSkeleton}/QuoteSkeleton.types.d.ts +0 -0
  355. /package/src/components/{Quote → QuoteSkeleton}/QuoteSkeleton.types.ts +0 -0
@@ -476,6 +476,321 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
476
476
  zIndices: {};
477
477
  transitions: {};
478
478
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
479
+ export declare const ShowMoreWallets: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"button", {
480
+ selected?: boolean | "true" | undefined;
481
+ }, {
482
+ sm: string;
483
+ md: string;
484
+ lg: string;
485
+ }, import("@stitches/react/types/css-util").CSS<{
486
+ sm: string;
487
+ md: string;
488
+ lg: string;
489
+ }, {
490
+ colors: {
491
+ primary: string;
492
+ primary500: string;
493
+ primary600: string;
494
+ secondary: string;
495
+ secondary100: string;
496
+ secondary200: string;
497
+ secondary300: string;
498
+ secondary400: string;
499
+ secondary500: string;
500
+ secondary600: string;
501
+ secondary700: string;
502
+ secondary800: string;
503
+ secondary900: string;
504
+ neutral: string;
505
+ neutral100: string;
506
+ neutral200: string;
507
+ neutral300: string;
508
+ neutral400: string;
509
+ neutral500: string;
510
+ neutral600: string;
511
+ neutral700: string;
512
+ neutral800: string;
513
+ neutral900: string;
514
+ error100: string;
515
+ error300: string;
516
+ error500: string;
517
+ error600: string;
518
+ error700: string;
519
+ warning100: string;
520
+ warning300: string;
521
+ warning500: string;
522
+ warning600: string;
523
+ warning700: string;
524
+ info: string;
525
+ info100: string;
526
+ info300: string;
527
+ info500: string;
528
+ info600: string;
529
+ info700: string;
530
+ success100: string;
531
+ success300: string;
532
+ success500: string;
533
+ success600: string;
534
+ success700: string;
535
+ background: string;
536
+ foreground: string;
537
+ };
538
+ space: {
539
+ 0: string;
540
+ 5: string;
541
+ 10: string;
542
+ 15: string;
543
+ 20: string;
544
+ 25: string;
545
+ 30: string;
546
+ 40: string;
547
+ 46: string;
548
+ 50: string;
549
+ 60: string;
550
+ 70: string;
551
+ 80: string;
552
+ 90: string;
553
+ 100: string;
554
+ 2: string;
555
+ 4: string;
556
+ 6: string;
557
+ 8: string;
558
+ 12: string;
559
+ 16: string;
560
+ 24: string;
561
+ 28: string;
562
+ 32: string;
563
+ };
564
+ radii: {
565
+ xs: string;
566
+ sm: string;
567
+ xm: string;
568
+ md: string;
569
+ xl: string;
570
+ lg: string;
571
+ primary: string;
572
+ secondary: string;
573
+ };
574
+ fontSizes: {
575
+ 10: string;
576
+ 12: string;
577
+ 14: string;
578
+ 16: string;
579
+ 18: string;
580
+ 20: string;
581
+ 22: string;
582
+ 24: string;
583
+ 28: string;
584
+ 32: string;
585
+ 36: string;
586
+ 40: string;
587
+ 48: string;
588
+ };
589
+ fonts: {
590
+ primary: string;
591
+ widget: string;
592
+ };
593
+ fontWeights: {
594
+ regular: number;
595
+ medium: number;
596
+ semiBold: number;
597
+ bold: number;
598
+ };
599
+ lineHeights: {
600
+ 12: string;
601
+ 16: string;
602
+ 20: string;
603
+ 24: string;
604
+ 26: string;
605
+ 28: string;
606
+ 30: string;
607
+ 36: string;
608
+ 40: string;
609
+ 44: string;
610
+ 52: string;
611
+ 64: string;
612
+ };
613
+ letterSpacings: {};
614
+ sizes: {
615
+ 4: string;
616
+ 6: string;
617
+ 8: string;
618
+ 12: string;
619
+ 16: string;
620
+ 18: string;
621
+ 20: string;
622
+ 24: string;
623
+ 28: string;
624
+ 32: string;
625
+ 36: string;
626
+ 40: string;
627
+ 45: string;
628
+ 48: string;
629
+ };
630
+ borderWidths: {};
631
+ borderStyles: {};
632
+ shadows: {
633
+ s: string;
634
+ };
635
+ zIndices: {};
636
+ transitions: {};
637
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {}, {
638
+ sm: string;
639
+ md: string;
640
+ lg: string;
641
+ }, import("@stitches/react/types/css-util").CSS<{
642
+ sm: string;
643
+ md: string;
644
+ lg: string;
645
+ }, {
646
+ colors: {
647
+ primary: string;
648
+ primary500: string;
649
+ primary600: string;
650
+ secondary: string;
651
+ secondary100: string;
652
+ secondary200: string;
653
+ secondary300: string;
654
+ secondary400: string;
655
+ secondary500: string;
656
+ secondary600: string;
657
+ secondary700: string;
658
+ secondary800: string;
659
+ secondary900: string;
660
+ neutral: string;
661
+ neutral100: string;
662
+ neutral200: string;
663
+ neutral300: string;
664
+ neutral400: string;
665
+ neutral500: string;
666
+ neutral600: string;
667
+ neutral700: string;
668
+ neutral800: string;
669
+ neutral900: string;
670
+ error100: string;
671
+ error300: string;
672
+ error500: string;
673
+ error600: string;
674
+ error700: string;
675
+ warning100: string;
676
+ warning300: string;
677
+ warning500: string;
678
+ warning600: string;
679
+ warning700: string;
680
+ info: string;
681
+ info100: string;
682
+ info300: string;
683
+ info500: string;
684
+ info600: string;
685
+ info700: string;
686
+ success100: string;
687
+ success300: string;
688
+ success500: string;
689
+ success600: string;
690
+ success700: string;
691
+ background: string;
692
+ foreground: string;
693
+ };
694
+ space: {
695
+ 0: string;
696
+ 5: string;
697
+ 10: string;
698
+ 15: string;
699
+ 20: string;
700
+ 25: string;
701
+ 30: string;
702
+ 40: string;
703
+ 46: string;
704
+ 50: string;
705
+ 60: string;
706
+ 70: string;
707
+ 80: string;
708
+ 90: string;
709
+ 100: string;
710
+ 2: string;
711
+ 4: string;
712
+ 6: string;
713
+ 8: string;
714
+ 12: string;
715
+ 16: string;
716
+ 24: string;
717
+ 28: string;
718
+ 32: string;
719
+ };
720
+ radii: {
721
+ xs: string;
722
+ sm: string;
723
+ xm: string;
724
+ md: string;
725
+ xl: string;
726
+ lg: string;
727
+ primary: string;
728
+ secondary: string;
729
+ };
730
+ fontSizes: {
731
+ 10: string;
732
+ 12: string;
733
+ 14: string;
734
+ 16: string;
735
+ 18: string;
736
+ 20: string;
737
+ 22: string;
738
+ 24: string;
739
+ 28: string;
740
+ 32: string;
741
+ 36: string;
742
+ 40: string;
743
+ 48: string;
744
+ };
745
+ fonts: {
746
+ primary: string;
747
+ widget: string;
748
+ };
749
+ fontWeights: {
750
+ regular: number;
751
+ medium: number;
752
+ semiBold: number;
753
+ bold: number;
754
+ };
755
+ lineHeights: {
756
+ 12: string;
757
+ 16: string;
758
+ 20: string;
759
+ 24: string;
760
+ 26: string;
761
+ 28: string;
762
+ 30: string;
763
+ 36: string;
764
+ 40: string;
765
+ 44: string;
766
+ 52: string;
767
+ 64: string;
768
+ };
769
+ letterSpacings: {};
770
+ sizes: {
771
+ 4: string;
772
+ 6: string;
773
+ 8: string;
774
+ 12: string;
775
+ 16: string;
776
+ 18: string;
777
+ 20: string;
778
+ 24: string;
779
+ 28: string;
780
+ 32: string;
781
+ 36: string;
782
+ 40: string;
783
+ 45: string;
784
+ 48: string;
785
+ };
786
+ borderWidths: {};
787
+ borderStyles: {};
788
+ shadows: {
789
+ s: string;
790
+ };
791
+ zIndices: {};
792
+ transitions: {};
793
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
479
794
  export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
480
795
  sm: string;
481
796
  md: string;
@@ -633,7 +948,166 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
633
948
  zIndices: {};
634
949
  transitions: {};
635
950
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
636
- export declare const ShowMoreHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
951
+ export declare const ShowMoreHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
952
+ sm: string;
953
+ md: string;
954
+ lg: string;
955
+ }, import("@stitches/react/types/css-util").CSS<{
956
+ sm: string;
957
+ md: string;
958
+ lg: string;
959
+ }, {
960
+ colors: {
961
+ primary: string;
962
+ primary500: string;
963
+ primary600: string;
964
+ secondary: string;
965
+ secondary100: string;
966
+ secondary200: string;
967
+ secondary300: string;
968
+ secondary400: string;
969
+ secondary500: string;
970
+ secondary600: string;
971
+ secondary700: string;
972
+ secondary800: string;
973
+ secondary900: string;
974
+ neutral: string;
975
+ neutral100: string;
976
+ neutral200: string;
977
+ neutral300: string;
978
+ neutral400: string;
979
+ neutral500: string;
980
+ neutral600: string;
981
+ neutral700: string;
982
+ neutral800: string;
983
+ neutral900: string;
984
+ error100: string;
985
+ error300: string;
986
+ error500: string;
987
+ error600: string;
988
+ error700: string;
989
+ warning100: string;
990
+ warning300: string;
991
+ warning500: string;
992
+ warning600: string;
993
+ warning700: string;
994
+ info: string;
995
+ info100: string;
996
+ info300: string;
997
+ info500: string;
998
+ info600: string;
999
+ info700: string;
1000
+ success100: string;
1001
+ success300: string;
1002
+ success500: string;
1003
+ success600: string;
1004
+ success700: string;
1005
+ background: string;
1006
+ foreground: string;
1007
+ };
1008
+ space: {
1009
+ 0: string;
1010
+ 5: string;
1011
+ 10: string;
1012
+ 15: string;
1013
+ 20: string;
1014
+ 25: string;
1015
+ 30: string;
1016
+ 40: string;
1017
+ 46: string;
1018
+ 50: string;
1019
+ 60: string;
1020
+ 70: string;
1021
+ 80: string;
1022
+ 90: string;
1023
+ 100: string;
1024
+ 2: string;
1025
+ 4: string;
1026
+ 6: string;
1027
+ 8: string;
1028
+ 12: string;
1029
+ 16: string;
1030
+ 24: string;
1031
+ 28: string;
1032
+ 32: string;
1033
+ };
1034
+ radii: {
1035
+ xs: string;
1036
+ sm: string;
1037
+ xm: string;
1038
+ md: string;
1039
+ xl: string;
1040
+ lg: string;
1041
+ primary: string;
1042
+ secondary: string;
1043
+ };
1044
+ fontSizes: {
1045
+ 10: string;
1046
+ 12: string;
1047
+ 14: string;
1048
+ 16: string;
1049
+ 18: string;
1050
+ 20: string;
1051
+ 22: string;
1052
+ 24: string;
1053
+ 28: string;
1054
+ 32: string;
1055
+ 36: string;
1056
+ 40: string;
1057
+ 48: string;
1058
+ };
1059
+ fonts: {
1060
+ primary: string;
1061
+ widget: string;
1062
+ };
1063
+ fontWeights: {
1064
+ regular: number;
1065
+ medium: number;
1066
+ semiBold: number;
1067
+ bold: number;
1068
+ };
1069
+ lineHeights: {
1070
+ 12: string;
1071
+ 16: string;
1072
+ 20: string;
1073
+ 24: string;
1074
+ 26: string;
1075
+ 28: string;
1076
+ 30: string;
1077
+ 36: string;
1078
+ 40: string;
1079
+ 44: string;
1080
+ 52: string;
1081
+ 64: string;
1082
+ };
1083
+ letterSpacings: {};
1084
+ sizes: {
1085
+ 4: string;
1086
+ 6: string;
1087
+ 8: string;
1088
+ 12: string;
1089
+ 16: string;
1090
+ 18: string;
1091
+ 20: string;
1092
+ 24: string;
1093
+ 28: string;
1094
+ 32: string;
1095
+ 36: string;
1096
+ 40: string;
1097
+ 45: string;
1098
+ 48: string;
1099
+ };
1100
+ borderWidths: {};
1101
+ borderStyles: {};
1102
+ shadows: {
1103
+ s: string;
1104
+ };
1105
+ zIndices: {};
1106
+ transitions: {};
1107
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1108
+ export declare const NavigateBack: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
1109
+ children?: import("react").ReactNode;
1110
+ } & import("react").RefAttributes<HTMLButtonElement>>, {}, {
637
1111
  sm: string;
638
1112
  md: string;
639
1113
  lg: string;
@@ -790,9 +1264,7 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
790
1264
  zIndices: {};
791
1265
  transitions: {};
792
1266
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
793
- export declare const NavigateBack: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
794
- children?: import("react").ReactNode;
795
- } & import("react").RefAttributes<HTMLButtonElement>>, {}, {
1267
+ export declare const WalletsContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
796
1268
  sm: string;
797
1269
  md: string;
798
1270
  lg: string;
@@ -949,7 +1421,7 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
949
1421
  zIndices: {};
950
1422
  transitions: {};
951
1423
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
952
- export declare const WalletsContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1424
+ export declare const walletsListStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
953
1425
  sm: string;
954
1426
  md: string;
955
1427
  lg: string;
@@ -1281,7 +1753,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
1281
1753
  accessKey?: string | undefined;
1282
1754
  autoFocus?: boolean | undefined;
1283
1755
  className?: string | undefined;
1284
- contentEditable?: boolean | "inherit" | "true" | "false" | undefined;
1756
+ contentEditable?: boolean | "inherit" | "true" | "false" | "plaintext-only" | undefined;
1285
1757
  contextMenu?: string | undefined;
1286
1758
  dir?: string | undefined;
1287
1759
  draggable?: boolean | "true" | "false" | undefined;
@@ -1313,61 +1785,61 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
1313
1785
  results?: number | undefined;
1314
1786
  security?: string | undefined;
1315
1787
  unselectable?: "on" | "off" | undefined;
1316
- inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1788
+ inputMode?: "search" | "decimal" | "text" | "none" | "tel" | "url" | "email" | "numeric" | undefined;
1317
1789
  is?: string | undefined;
1318
- 'aria-activedescendant'?: string | undefined;
1319
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
1320
- 'aria-autocomplete'?: "both" | "none" | "inline" | "list" | undefined;
1321
- 'aria-braillelabel'?: string | undefined;
1322
- 'aria-brailleroledescription'?: string | undefined;
1323
- 'aria-busy'?: boolean | "true" | "false" | undefined;
1324
- 'aria-checked'?: boolean | "mixed" | "true" | "false" | undefined;
1325
- 'aria-colcount'?: number | undefined;
1326
- 'aria-colindex'?: number | undefined;
1327
- 'aria-colindextext'?: string | undefined;
1328
- 'aria-colspan'?: number | undefined;
1329
- 'aria-controls'?: string | undefined;
1330
- 'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
1331
- 'aria-describedby'?: string | undefined;
1332
- 'aria-description'?: string | undefined;
1333
- 'aria-details'?: string | undefined;
1334
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
1335
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1336
- 'aria-errormessage'?: string | undefined;
1337
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
1338
- 'aria-flowto'?: string | undefined;
1339
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
1340
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
1341
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
1342
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1343
- 'aria-keyshortcuts'?: string | undefined;
1344
- 'aria-label'?: string | undefined;
1345
- 'aria-labelledby'?: string | undefined;
1346
- 'aria-level'?: number | undefined;
1347
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1348
- 'aria-modal'?: boolean | "true" | "false" | undefined;
1349
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
1350
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
1351
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
1352
- 'aria-owns'?: string | undefined;
1353
- 'aria-placeholder'?: string | undefined;
1354
- 'aria-posinset'?: number | undefined;
1355
- 'aria-pressed'?: boolean | "mixed" | "true" | "false" | undefined;
1356
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
1357
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1358
- 'aria-required'?: boolean | "true" | "false" | undefined;
1359
- 'aria-roledescription'?: string | undefined;
1360
- 'aria-rowcount'?: number | undefined;
1361
- 'aria-rowindex'?: number | undefined;
1362
- 'aria-rowindextext'?: string | undefined;
1363
- 'aria-rowspan'?: number | undefined;
1364
- 'aria-selected'?: boolean | "true" | "false" | undefined;
1365
- 'aria-setsize'?: number | undefined;
1366
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1367
- 'aria-valuemax'?: number | undefined;
1368
- 'aria-valuemin'?: number | undefined;
1369
- 'aria-valuenow'?: number | undefined;
1370
- 'aria-valuetext'?: string | undefined;
1790
+ "aria-activedescendant"?: string | undefined;
1791
+ "aria-atomic"?: boolean | "true" | "false" | undefined;
1792
+ "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
1793
+ "aria-braillelabel"?: string | undefined;
1794
+ "aria-brailleroledescription"?: string | undefined;
1795
+ "aria-busy"?: boolean | "true" | "false" | undefined;
1796
+ "aria-checked"?: boolean | "mixed" | "true" | "false" | undefined;
1797
+ "aria-colcount"?: number | undefined;
1798
+ "aria-colindex"?: number | undefined;
1799
+ "aria-colindextext"?: string | undefined;
1800
+ "aria-colspan"?: number | undefined;
1801
+ "aria-controls"?: string | undefined;
1802
+ "aria-current"?: boolean | "time" | "page" | "true" | "step" | "false" | "location" | "date" | undefined;
1803
+ "aria-describedby"?: string | undefined;
1804
+ "aria-description"?: string | undefined;
1805
+ "aria-details"?: string | undefined;
1806
+ "aria-disabled"?: boolean | "true" | "false" | undefined;
1807
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1808
+ "aria-errormessage"?: string | undefined;
1809
+ "aria-expanded"?: boolean | "true" | "false" | undefined;
1810
+ "aria-flowto"?: string | undefined;
1811
+ "aria-grabbed"?: boolean | "true" | "false" | undefined;
1812
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
1813
+ "aria-hidden"?: boolean | "true" | "false" | undefined;
1814
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1815
+ "aria-keyshortcuts"?: string | undefined;
1816
+ "aria-label"?: string | undefined;
1817
+ "aria-labelledby"?: string | undefined;
1818
+ "aria-level"?: number | undefined;
1819
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
1820
+ "aria-modal"?: boolean | "true" | "false" | undefined;
1821
+ "aria-multiline"?: boolean | "true" | "false" | undefined;
1822
+ "aria-multiselectable"?: boolean | "true" | "false" | undefined;
1823
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
1824
+ "aria-owns"?: string | undefined;
1825
+ "aria-placeholder"?: string | undefined;
1826
+ "aria-posinset"?: number | undefined;
1827
+ "aria-pressed"?: boolean | "mixed" | "true" | "false" | undefined;
1828
+ "aria-readonly"?: boolean | "true" | "false" | undefined;
1829
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1830
+ "aria-required"?: boolean | "true" | "false" | undefined;
1831
+ "aria-roledescription"?: string | undefined;
1832
+ "aria-rowcount"?: number | undefined;
1833
+ "aria-rowindex"?: number | undefined;
1834
+ "aria-rowindextext"?: string | undefined;
1835
+ "aria-rowspan"?: number | undefined;
1836
+ "aria-selected"?: boolean | "true" | "false" | undefined;
1837
+ "aria-setsize"?: number | undefined;
1838
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1839
+ "aria-valuemax"?: number | undefined;
1840
+ "aria-valuemin"?: number | undefined;
1841
+ "aria-valuenow"?: number | undefined;
1842
+ "aria-valuetext"?: string | undefined;
1371
1843
  dangerouslySetInnerHTML?: {
1372
1844
  __html: string | TrustedHTML;
1373
1845
  } | undefined;
@@ -1536,7 +2008,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
1536
2008
  } & {
1537
2009
  size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
1538
2010
  variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
1539
- type?: "primary" | "secondary" | "success" | "error" | "warning" | undefined;
2011
+ type?: "success" | "warning" | "error" | "primary" | "secondary" | undefined;
1540
2012
  loading?: boolean | undefined;
1541
2013
  disabled?: boolean | undefined;
1542
2014
  prefix?: import("react").ReactNode;
@@ -1858,6 +2330,163 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
1858
2330
  zIndices: {};
1859
2331
  transitions: {};
1860
2332
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2333
+ export declare const alarmsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
2334
+ sm: string;
2335
+ md: string;
2336
+ lg: string;
2337
+ }, import("@stitches/react/types/css-util").CSS<{
2338
+ sm: string;
2339
+ md: string;
2340
+ lg: string;
2341
+ }, {
2342
+ colors: {
2343
+ primary: string;
2344
+ primary500: string;
2345
+ primary600: string;
2346
+ secondary: string;
2347
+ secondary100: string;
2348
+ secondary200: string;
2349
+ secondary300: string;
2350
+ secondary400: string;
2351
+ secondary500: string;
2352
+ secondary600: string;
2353
+ secondary700: string;
2354
+ secondary800: string;
2355
+ secondary900: string;
2356
+ neutral: string;
2357
+ neutral100: string;
2358
+ neutral200: string;
2359
+ neutral300: string;
2360
+ neutral400: string;
2361
+ neutral500: string;
2362
+ neutral600: string;
2363
+ neutral700: string;
2364
+ neutral800: string;
2365
+ neutral900: string;
2366
+ error100: string;
2367
+ error300: string;
2368
+ error500: string;
2369
+ error600: string;
2370
+ error700: string;
2371
+ warning100: string;
2372
+ warning300: string;
2373
+ warning500: string;
2374
+ warning600: string;
2375
+ warning700: string;
2376
+ info: string;
2377
+ info100: string;
2378
+ info300: string;
2379
+ info500: string;
2380
+ info600: string;
2381
+ info700: string;
2382
+ success100: string;
2383
+ success300: string;
2384
+ success500: string;
2385
+ success600: string;
2386
+ success700: string;
2387
+ background: string;
2388
+ foreground: string;
2389
+ };
2390
+ space: {
2391
+ 0: string;
2392
+ 5: string;
2393
+ 10: string;
2394
+ 15: string;
2395
+ 20: string;
2396
+ 25: string;
2397
+ 30: string;
2398
+ 40: string;
2399
+ 46: string;
2400
+ 50: string;
2401
+ 60: string;
2402
+ 70: string;
2403
+ 80: string;
2404
+ 90: string;
2405
+ 100: string;
2406
+ 2: string;
2407
+ 4: string;
2408
+ 6: string;
2409
+ 8: string;
2410
+ 12: string;
2411
+ 16: string;
2412
+ 24: string;
2413
+ 28: string;
2414
+ 32: string;
2415
+ };
2416
+ radii: {
2417
+ xs: string;
2418
+ sm: string;
2419
+ xm: string;
2420
+ md: string;
2421
+ xl: string;
2422
+ lg: string;
2423
+ primary: string;
2424
+ secondary: string;
2425
+ };
2426
+ fontSizes: {
2427
+ 10: string;
2428
+ 12: string;
2429
+ 14: string;
2430
+ 16: string;
2431
+ 18: string;
2432
+ 20: string;
2433
+ 22: string;
2434
+ 24: string;
2435
+ 28: string;
2436
+ 32: string;
2437
+ 36: string;
2438
+ 40: string;
2439
+ 48: string;
2440
+ };
2441
+ fonts: {
2442
+ primary: string;
2443
+ widget: string;
2444
+ };
2445
+ fontWeights: {
2446
+ regular: number;
2447
+ medium: number;
2448
+ semiBold: number;
2449
+ bold: number;
2450
+ };
2451
+ lineHeights: {
2452
+ 12: string;
2453
+ 16: string;
2454
+ 20: string;
2455
+ 24: string;
2456
+ 26: string;
2457
+ 28: string;
2458
+ 30: string;
2459
+ 36: string;
2460
+ 40: string;
2461
+ 44: string;
2462
+ 52: string;
2463
+ 64: string;
2464
+ };
2465
+ letterSpacings: {};
2466
+ sizes: {
2467
+ 4: string;
2468
+ 6: string;
2469
+ 8: string;
2470
+ 12: string;
2471
+ 16: string;
2472
+ 18: string;
2473
+ 20: string;
2474
+ 24: string;
2475
+ 28: string;
2476
+ 32: string;
2477
+ 36: string;
2478
+ 40: string;
2479
+ 45: string;
2480
+ 48: string;
2481
+ };
2482
+ borderWidths: {};
2483
+ borderStyles: {};
2484
+ shadows: {
2485
+ s: string;
2486
+ };
2487
+ zIndices: {};
2488
+ transitions: {};
2489
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1861
2490
  export declare const ExpandedIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1862
2491
  orientation?: "down" | "up" | undefined;
1863
2492
  }, {