@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
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import * as Collapsible from '@radix-ui/react-collapsible';
3
+ import { Typography } from '@rango-dev/ui';
3
4
  export declare const EXPANDABLE_QUOTE_TRANSITION_DURATION = 300;
4
5
  export declare const QuoteContainer: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>, {
5
6
  recommended?: boolean | "true" | "false" | undefined;
@@ -160,10 +161,641 @@ export declare const QuoteContainer: import("@stitches/react/types/styled-compon
160
161
  zIndices: {};
161
162
  transitions: {};
162
163
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
164
+ export declare const stepsDetailsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
165
+ sm: string;
166
+ md: string;
167
+ lg: string;
168
+ }, import("@stitches/react/types/css-util").CSS<{
169
+ sm: string;
170
+ md: string;
171
+ lg: string;
172
+ }, {
173
+ colors: {
174
+ primary: string;
175
+ primary500: string;
176
+ primary600: string;
177
+ secondary: string;
178
+ secondary100: string;
179
+ secondary200: string;
180
+ secondary300: string;
181
+ secondary400: string;
182
+ secondary500: string;
183
+ secondary600: string;
184
+ secondary700: string;
185
+ secondary800: string;
186
+ secondary900: string;
187
+ neutral: string;
188
+ neutral100: string;
189
+ neutral200: string;
190
+ neutral300: string;
191
+ neutral400: string;
192
+ neutral500: string;
193
+ neutral600: string;
194
+ neutral700: string;
195
+ neutral800: string;
196
+ neutral900: string;
197
+ error100: string;
198
+ error300: string;
199
+ error500: string;
200
+ error600: string;
201
+ error700: string;
202
+ warning100: string;
203
+ warning300: string;
204
+ warning500: string;
205
+ warning600: string;
206
+ warning700: string;
207
+ info: string;
208
+ info100: string;
209
+ info300: string;
210
+ info500: string;
211
+ info600: string;
212
+ info700: string;
213
+ success100: string;
214
+ success300: string;
215
+ success500: string;
216
+ success600: string;
217
+ success700: string;
218
+ background: string;
219
+ foreground: string;
220
+ };
221
+ space: {
222
+ 0: string;
223
+ 5: string;
224
+ 10: string;
225
+ 15: string;
226
+ 20: string;
227
+ 25: string;
228
+ 30: string;
229
+ 40: string;
230
+ 46: string;
231
+ 50: string;
232
+ 60: string;
233
+ 70: string;
234
+ 80: string;
235
+ 90: string;
236
+ 100: string;
237
+ 2: string;
238
+ 4: string;
239
+ 6: string;
240
+ 8: string;
241
+ 12: string;
242
+ 16: string;
243
+ 24: string;
244
+ 28: string;
245
+ 32: string;
246
+ };
247
+ radii: {
248
+ xs: string;
249
+ sm: string;
250
+ xm: string;
251
+ md: string;
252
+ xl: string;
253
+ lg: string;
254
+ primary: string;
255
+ secondary: string;
256
+ };
257
+ fontSizes: {
258
+ 10: string;
259
+ 12: string;
260
+ 14: string;
261
+ 16: string;
262
+ 18: string;
263
+ 20: string;
264
+ 22: string;
265
+ 24: string;
266
+ 28: string;
267
+ 32: string;
268
+ 36: string;
269
+ 40: string;
270
+ 48: string;
271
+ };
272
+ fonts: {
273
+ primary: string;
274
+ widget: string;
275
+ };
276
+ fontWeights: {
277
+ regular: number;
278
+ medium: number;
279
+ semiBold: number;
280
+ bold: number;
281
+ };
282
+ lineHeights: {
283
+ 12: string;
284
+ 16: string;
285
+ 20: string;
286
+ 24: string;
287
+ 26: string;
288
+ 28: string;
289
+ 30: string;
290
+ 36: string;
291
+ 40: string;
292
+ 44: string;
293
+ 52: string;
294
+ 64: string;
295
+ };
296
+ letterSpacings: {};
297
+ sizes: {
298
+ 4: string;
299
+ 6: string;
300
+ 8: string;
301
+ 12: string;
302
+ 16: string;
303
+ 18: string;
304
+ 20: string;
305
+ 24: string;
306
+ 28: string;
307
+ 32: string;
308
+ 36: string;
309
+ 40: string;
310
+ 45: string;
311
+ 48: string;
312
+ };
313
+ borderWidths: {};
314
+ borderStyles: {};
315
+ shadows: {
316
+ s: string;
317
+ };
318
+ zIndices: {};
319
+ transitions: {};
320
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
163
321
  export declare const SummaryContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
164
322
  recommended?: boolean | "true" | "false" | undefined;
165
- basic?: boolean | "true" | undefined;
166
- listItem?: boolean | "true" | "false" | undefined;
323
+ basic?: boolean | "true" | undefined;
324
+ listItem?: boolean | "true" | "false" | undefined;
325
+ }, {
326
+ sm: string;
327
+ md: string;
328
+ lg: string;
329
+ }, import("@stitches/react/types/css-util").CSS<{
330
+ sm: string;
331
+ md: string;
332
+ lg: string;
333
+ }, {
334
+ colors: {
335
+ primary: string;
336
+ primary500: string;
337
+ primary600: string;
338
+ secondary: string;
339
+ secondary100: string;
340
+ secondary200: string;
341
+ secondary300: string;
342
+ secondary400: string;
343
+ secondary500: string;
344
+ secondary600: string;
345
+ secondary700: string;
346
+ secondary800: string;
347
+ secondary900: string;
348
+ neutral: string;
349
+ neutral100: string;
350
+ neutral200: string;
351
+ neutral300: string;
352
+ neutral400: string;
353
+ neutral500: string;
354
+ neutral600: string;
355
+ neutral700: string;
356
+ neutral800: string;
357
+ neutral900: string;
358
+ error100: string;
359
+ error300: string;
360
+ error500: string;
361
+ error600: string;
362
+ error700: string;
363
+ warning100: string;
364
+ warning300: string;
365
+ warning500: string;
366
+ warning600: string;
367
+ warning700: string;
368
+ info: string;
369
+ info100: string;
370
+ info300: string;
371
+ info500: string;
372
+ info600: string;
373
+ info700: string;
374
+ success100: string;
375
+ success300: string;
376
+ success500: string;
377
+ success600: string;
378
+ success700: string;
379
+ background: string;
380
+ foreground: string;
381
+ };
382
+ space: {
383
+ 0: string;
384
+ 5: string;
385
+ 10: string;
386
+ 15: string;
387
+ 20: string;
388
+ 25: string;
389
+ 30: string;
390
+ 40: string;
391
+ 46: string;
392
+ 50: string;
393
+ 60: string;
394
+ 70: string;
395
+ 80: string;
396
+ 90: string;
397
+ 100: string;
398
+ 2: string;
399
+ 4: string;
400
+ 6: string;
401
+ 8: string;
402
+ 12: string;
403
+ 16: string;
404
+ 24: string;
405
+ 28: string;
406
+ 32: string;
407
+ };
408
+ radii: {
409
+ xs: string;
410
+ sm: string;
411
+ xm: string;
412
+ md: string;
413
+ xl: string;
414
+ lg: string;
415
+ primary: string;
416
+ secondary: string;
417
+ };
418
+ fontSizes: {
419
+ 10: string;
420
+ 12: string;
421
+ 14: string;
422
+ 16: string;
423
+ 18: string;
424
+ 20: string;
425
+ 22: string;
426
+ 24: string;
427
+ 28: string;
428
+ 32: string;
429
+ 36: string;
430
+ 40: string;
431
+ 48: string;
432
+ };
433
+ fonts: {
434
+ primary: string;
435
+ widget: string;
436
+ };
437
+ fontWeights: {
438
+ regular: number;
439
+ medium: number;
440
+ semiBold: number;
441
+ bold: number;
442
+ };
443
+ lineHeights: {
444
+ 12: string;
445
+ 16: string;
446
+ 20: string;
447
+ 24: string;
448
+ 26: string;
449
+ 28: string;
450
+ 30: string;
451
+ 36: string;
452
+ 40: string;
453
+ 44: string;
454
+ 52: string;
455
+ 64: string;
456
+ };
457
+ letterSpacings: {};
458
+ sizes: {
459
+ 4: string;
460
+ 6: string;
461
+ 8: string;
462
+ 12: string;
463
+ 16: string;
464
+ 18: string;
465
+ 20: string;
466
+ 24: string;
467
+ 28: string;
468
+ 32: string;
469
+ 36: string;
470
+ 40: string;
471
+ 45: string;
472
+ 48: string;
473
+ };
474
+ borderWidths: {};
475
+ borderStyles: {};
476
+ shadows: {
477
+ s: string;
478
+ };
479
+ zIndices: {};
480
+ transitions: {};
481
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
482
+ export declare const summaryStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
483
+ sm: string;
484
+ md: string;
485
+ lg: string;
486
+ }, import("@stitches/react/types/css-util").CSS<{
487
+ sm: string;
488
+ md: string;
489
+ lg: string;
490
+ }, {
491
+ colors: {
492
+ primary: string;
493
+ primary500: string;
494
+ primary600: string;
495
+ secondary: string;
496
+ secondary100: string;
497
+ secondary200: string;
498
+ secondary300: string;
499
+ secondary400: string;
500
+ secondary500: string;
501
+ secondary600: string;
502
+ secondary700: string;
503
+ secondary800: string;
504
+ secondary900: string;
505
+ neutral: string;
506
+ neutral100: string;
507
+ neutral200: string;
508
+ neutral300: string;
509
+ neutral400: string;
510
+ neutral500: string;
511
+ neutral600: string;
512
+ neutral700: string;
513
+ neutral800: string;
514
+ neutral900: string;
515
+ error100: string;
516
+ error300: string;
517
+ error500: string;
518
+ error600: string;
519
+ error700: string;
520
+ warning100: string;
521
+ warning300: string;
522
+ warning500: string;
523
+ warning600: string;
524
+ warning700: string;
525
+ info: string;
526
+ info100: string;
527
+ info300: string;
528
+ info500: string;
529
+ info600: string;
530
+ info700: string;
531
+ success100: string;
532
+ success300: string;
533
+ success500: string;
534
+ success600: string;
535
+ success700: string;
536
+ background: string;
537
+ foreground: string;
538
+ };
539
+ space: {
540
+ 0: string;
541
+ 5: string;
542
+ 10: string;
543
+ 15: string;
544
+ 20: string;
545
+ 25: string;
546
+ 30: string;
547
+ 40: string;
548
+ 46: string;
549
+ 50: string;
550
+ 60: string;
551
+ 70: string;
552
+ 80: string;
553
+ 90: string;
554
+ 100: string;
555
+ 2: string;
556
+ 4: string;
557
+ 6: string;
558
+ 8: string;
559
+ 12: string;
560
+ 16: string;
561
+ 24: string;
562
+ 28: string;
563
+ 32: string;
564
+ };
565
+ radii: {
566
+ xs: string;
567
+ sm: string;
568
+ xm: string;
569
+ md: string;
570
+ xl: string;
571
+ lg: string;
572
+ primary: string;
573
+ secondary: string;
574
+ };
575
+ fontSizes: {
576
+ 10: string;
577
+ 12: string;
578
+ 14: string;
579
+ 16: string;
580
+ 18: string;
581
+ 20: string;
582
+ 22: string;
583
+ 24: string;
584
+ 28: string;
585
+ 32: string;
586
+ 36: string;
587
+ 40: string;
588
+ 48: string;
589
+ };
590
+ fonts: {
591
+ primary: string;
592
+ widget: string;
593
+ };
594
+ fontWeights: {
595
+ regular: number;
596
+ medium: number;
597
+ semiBold: number;
598
+ bold: number;
599
+ };
600
+ lineHeights: {
601
+ 12: string;
602
+ 16: string;
603
+ 20: string;
604
+ 24: string;
605
+ 26: string;
606
+ 28: string;
607
+ 30: string;
608
+ 36: string;
609
+ 40: string;
610
+ 44: string;
611
+ 52: string;
612
+ 64: string;
613
+ };
614
+ letterSpacings: {};
615
+ sizes: {
616
+ 4: string;
617
+ 6: string;
618
+ 8: string;
619
+ 12: string;
620
+ 16: string;
621
+ 18: string;
622
+ 20: string;
623
+ 24: string;
624
+ 28: string;
625
+ 32: string;
626
+ 36: string;
627
+ 40: string;
628
+ 45: string;
629
+ 48: string;
630
+ };
631
+ borderWidths: {};
632
+ borderStyles: {};
633
+ shadows: {
634
+ s: string;
635
+ };
636
+ zIndices: {};
637
+ transitions: {};
638
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
639
+ export declare const basicInfoStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
640
+ sm: string;
641
+ md: string;
642
+ lg: string;
643
+ }, import("@stitches/react/types/css-util").CSS<{
644
+ sm: string;
645
+ md: string;
646
+ lg: string;
647
+ }, {
648
+ colors: {
649
+ primary: string;
650
+ primary500: string;
651
+ primary600: string;
652
+ secondary: string;
653
+ secondary100: string;
654
+ secondary200: string;
655
+ secondary300: string;
656
+ secondary400: string;
657
+ secondary500: string;
658
+ secondary600: string;
659
+ secondary700: string;
660
+ secondary800: string;
661
+ secondary900: string;
662
+ neutral: string;
663
+ neutral100: string;
664
+ neutral200: string;
665
+ neutral300: string;
666
+ neutral400: string;
667
+ neutral500: string;
668
+ neutral600: string;
669
+ neutral700: string;
670
+ neutral800: string;
671
+ neutral900: string;
672
+ error100: string;
673
+ error300: string;
674
+ error500: string;
675
+ error600: string;
676
+ error700: string;
677
+ warning100: string;
678
+ warning300: string;
679
+ warning500: string;
680
+ warning600: string;
681
+ warning700: string;
682
+ info: string;
683
+ info100: string;
684
+ info300: string;
685
+ info500: string;
686
+ info600: string;
687
+ info700: string;
688
+ success100: string;
689
+ success300: string;
690
+ success500: string;
691
+ success600: string;
692
+ success700: string;
693
+ background: string;
694
+ foreground: string;
695
+ };
696
+ space: {
697
+ 0: string;
698
+ 5: string;
699
+ 10: string;
700
+ 15: string;
701
+ 20: string;
702
+ 25: string;
703
+ 30: string;
704
+ 40: string;
705
+ 46: string;
706
+ 50: string;
707
+ 60: string;
708
+ 70: string;
709
+ 80: string;
710
+ 90: string;
711
+ 100: string;
712
+ 2: string;
713
+ 4: string;
714
+ 6: string;
715
+ 8: string;
716
+ 12: string;
717
+ 16: string;
718
+ 24: string;
719
+ 28: string;
720
+ 32: string;
721
+ };
722
+ radii: {
723
+ xs: string;
724
+ sm: string;
725
+ xm: string;
726
+ md: string;
727
+ xl: string;
728
+ lg: string;
729
+ primary: string;
730
+ secondary: string;
731
+ };
732
+ fontSizes: {
733
+ 10: string;
734
+ 12: string;
735
+ 14: string;
736
+ 16: string;
737
+ 18: string;
738
+ 20: string;
739
+ 22: string;
740
+ 24: string;
741
+ 28: string;
742
+ 32: string;
743
+ 36: string;
744
+ 40: string;
745
+ 48: string;
746
+ };
747
+ fonts: {
748
+ primary: string;
749
+ widget: string;
750
+ };
751
+ fontWeights: {
752
+ regular: number;
753
+ medium: number;
754
+ semiBold: number;
755
+ bold: number;
756
+ };
757
+ lineHeights: {
758
+ 12: string;
759
+ 16: string;
760
+ 20: string;
761
+ 24: string;
762
+ 26: string;
763
+ 28: string;
764
+ 30: string;
765
+ 36: string;
766
+ 40: string;
767
+ 44: string;
768
+ 52: string;
769
+ 64: string;
770
+ };
771
+ letterSpacings: {};
772
+ sizes: {
773
+ 4: string;
774
+ 6: string;
775
+ 8: string;
776
+ 12: string;
777
+ 16: string;
778
+ 18: string;
779
+ 20: string;
780
+ 24: string;
781
+ 28: string;
782
+ 32: string;
783
+ 36: string;
784
+ 40: string;
785
+ 45: string;
786
+ 48: string;
787
+ };
788
+ borderWidths: {};
789
+ borderStyles: {};
790
+ shadows: {
791
+ s: string;
792
+ };
793
+ zIndices: {};
794
+ transitions: {};
795
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
796
+ export declare const Chains: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {
797
+ error?: boolean | "true" | "false" | undefined;
798
+ recommended?: boolean | "true" | "false" | undefined;
167
799
  }, {
168
800
  sm: string;
169
801
  md: string;
@@ -321,9 +953,8 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
321
953
  zIndices: {};
322
954
  transitions: {};
323
955
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
324
- export declare const Chains: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {
325
- error?: boolean | "true" | "false" | undefined;
326
- recommended?: boolean | "true" | "false" | undefined;
956
+ export declare const ChainImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
957
+ state?: "warning" | "error" | undefined;
327
958
  }, {
328
959
  sm: string;
329
960
  md: string;
@@ -1426,4 +2057,161 @@ export declare const FrameIcon: import("@stitches/react/types/styled-component")
1426
2057
  zIndices: {};
1427
2058
  transitions: {};
1428
2059
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2060
+ export declare const BasicInfoOutput: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
2061
+ sm: string;
2062
+ md: string;
2063
+ lg: string;
2064
+ }, import("@stitches/react/types/css-util").CSS<{
2065
+ sm: string;
2066
+ md: string;
2067
+ lg: string;
2068
+ }, {
2069
+ colors: {
2070
+ primary: string;
2071
+ primary500: string;
2072
+ primary600: string;
2073
+ secondary: string;
2074
+ secondary100: string;
2075
+ secondary200: string;
2076
+ secondary300: string;
2077
+ secondary400: string;
2078
+ secondary500: string;
2079
+ secondary600: string;
2080
+ secondary700: string;
2081
+ secondary800: string;
2082
+ secondary900: string;
2083
+ neutral: string;
2084
+ neutral100: string;
2085
+ neutral200: string;
2086
+ neutral300: string;
2087
+ neutral400: string;
2088
+ neutral500: string;
2089
+ neutral600: string;
2090
+ neutral700: string;
2091
+ neutral800: string;
2092
+ neutral900: string;
2093
+ error100: string;
2094
+ error300: string;
2095
+ error500: string;
2096
+ error600: string;
2097
+ error700: string;
2098
+ warning100: string;
2099
+ warning300: string;
2100
+ warning500: string;
2101
+ warning600: string;
2102
+ warning700: string;
2103
+ info: string;
2104
+ info100: string;
2105
+ info300: string;
2106
+ info500: string;
2107
+ info600: string;
2108
+ info700: string;
2109
+ success100: string;
2110
+ success300: string;
2111
+ success500: string;
2112
+ success600: string;
2113
+ success700: string;
2114
+ background: string;
2115
+ foreground: string;
2116
+ };
2117
+ space: {
2118
+ 0: string;
2119
+ 5: string;
2120
+ 10: string;
2121
+ 15: string;
2122
+ 20: string;
2123
+ 25: string;
2124
+ 30: string;
2125
+ 40: string;
2126
+ 46: string;
2127
+ 50: string;
2128
+ 60: string;
2129
+ 70: string;
2130
+ 80: string;
2131
+ 90: string;
2132
+ 100: string;
2133
+ 2: string;
2134
+ 4: string;
2135
+ 6: string;
2136
+ 8: string;
2137
+ 12: string;
2138
+ 16: string;
2139
+ 24: string;
2140
+ 28: string;
2141
+ 32: string;
2142
+ };
2143
+ radii: {
2144
+ xs: string;
2145
+ sm: string;
2146
+ xm: string;
2147
+ md: string;
2148
+ xl: string;
2149
+ lg: string;
2150
+ primary: string;
2151
+ secondary: string;
2152
+ };
2153
+ fontSizes: {
2154
+ 10: string;
2155
+ 12: string;
2156
+ 14: string;
2157
+ 16: string;
2158
+ 18: string;
2159
+ 20: string;
2160
+ 22: string;
2161
+ 24: string;
2162
+ 28: string;
2163
+ 32: string;
2164
+ 36: string;
2165
+ 40: string;
2166
+ 48: string;
2167
+ };
2168
+ fonts: {
2169
+ primary: string;
2170
+ widget: string;
2171
+ };
2172
+ fontWeights: {
2173
+ regular: number;
2174
+ medium: number;
2175
+ semiBold: number;
2176
+ bold: number;
2177
+ };
2178
+ lineHeights: {
2179
+ 12: string;
2180
+ 16: string;
2181
+ 20: string;
2182
+ 24: string;
2183
+ 26: string;
2184
+ 28: string;
2185
+ 30: string;
2186
+ 36: string;
2187
+ 40: string;
2188
+ 44: string;
2189
+ 52: string;
2190
+ 64: string;
2191
+ };
2192
+ letterSpacings: {};
2193
+ sizes: {
2194
+ 4: string;
2195
+ 6: string;
2196
+ 8: string;
2197
+ 12: string;
2198
+ 16: string;
2199
+ 18: string;
2200
+ 20: string;
2201
+ 24: string;
2202
+ 28: string;
2203
+ 32: string;
2204
+ 36: string;
2205
+ 40: string;
2206
+ 45: string;
2207
+ 48: string;
2208
+ };
2209
+ borderWidths: {};
2210
+ borderStyles: {};
2211
+ shadows: {
2212
+ s: string;
2213
+ };
2214
+ zIndices: {};
2215
+ transitions: {};
2216
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1429
2217
  //# sourceMappingURL=Quote.styles.d.ts.map