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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +169 -1
  2. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  3. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +4 -0
  4. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  5. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +514 -1088
  6. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  7. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
  8. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +12 -0
  9. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
  10. package/dist/components/CustomCollapsible/CustomCollapsible.d.ts +5 -0
  11. package/dist/components/CustomCollapsible/CustomCollapsible.d.ts.map +1 -0
  12. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts +654 -0
  13. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts.map +1 -0
  14. package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts +10 -0
  15. package/dist/components/CustomCollapsible/CustomCollapsible.types.d.ts.map +1 -0
  16. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +179 -0
  17. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  18. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +0 -2
  19. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts.map +1 -1
  20. package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -1
  21. package/dist/components/HeaderButtons/RefreshButton.d.ts +6 -0
  22. package/dist/components/HeaderButtons/RefreshButton.d.ts.map +1 -0
  23. package/dist/components/Layout/Layout.d.ts +2 -3
  24. package/dist/components/Layout/Layout.d.ts.map +1 -1
  25. package/dist/components/Layout/Layout.helpers.d.ts +2 -0
  26. package/dist/components/Layout/Layout.helpers.d.ts.map +1 -0
  27. package/dist/components/Layout/Layout.styles.d.ts +14 -4
  28. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  29. package/dist/components/Layout/Layout.types.d.ts +6 -3
  30. package/dist/components/Layout/Layout.types.d.ts.map +1 -1
  31. package/dist/components/Layout/PageContainer.d.ts +166 -0
  32. package/dist/components/Layout/PageContainer.d.ts.map +1 -0
  33. package/dist/components/Layout/ScrollableArea.d.ts +164 -0
  34. package/dist/components/Layout/ScrollableArea.d.ts.map +1 -0
  35. package/dist/components/Layout/index.d.ts +2 -0
  36. package/dist/components/Layout/index.d.ts.map +1 -1
  37. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +4 -0
  38. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
  39. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +56 -0
  40. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  41. package/dist/components/NoResult/NoResult.styles.d.ts +12 -0
  42. package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
  43. package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
  44. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +16 -0
  45. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
  46. package/dist/components/Quote/Quote.d.ts.map +1 -1
  47. package/dist/components/Quote/Quote.styles.d.ts +386 -2
  48. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  49. package/dist/components/Quote/Quote.types.d.ts +19 -0
  50. package/dist/components/Quote/Quote.types.d.ts.map +1 -1
  51. package/dist/components/Quote/QuoteCostDetails.d.ts +4 -0
  52. package/dist/components/Quote/QuoteCostDetails.d.ts.map +1 -0
  53. package/dist/components/Quote/QuoteCostDetails.styles.d.ts +806 -0
  54. package/dist/components/Quote/QuoteCostDetails.styles.d.ts.map +1 -0
  55. package/dist/components/Quote/QuoteSummary.d.ts.map +1 -1
  56. package/dist/components/Quote/QuoteSummary.styles.d.ts +8 -0
  57. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
  58. package/dist/components/Quote/QuoteTrigger .d.ts +4 -0
  59. package/dist/components/Quote/QuoteTrigger .d.ts.map +1 -0
  60. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +16 -0
  61. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
  62. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +40 -0
  63. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
  64. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +20 -0
  65. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
  66. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +16 -0
  67. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
  68. package/dist/components/SearchInput/SearchInput.styles.d.ts +4 -0
  69. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
  70. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +11 -156
  71. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
  72. package/dist/components/SettingsContainer/index.d.ts +1 -1
  73. package/dist/components/SettingsContainer/index.d.ts.map +1 -1
  74. package/dist/components/Slippage/Slippage.styles.d.ts +20 -0
  75. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  76. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
  77. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  78. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -1
  79. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
  80. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +523 -1
  81. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  82. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts.map +1 -1
  83. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +4 -0
  84. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  85. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts +2 -1
  86. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts.map +1 -1
  87. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +4 -0
  88. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  89. package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
  90. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +20 -0
  91. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
  92. package/dist/components/TokenList/TokenList.styles.d.ts +68 -0
  93. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  94. package/dist/components/WalletModal/WalletModalContent.styles.d.ts +16 -0
  95. package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
  96. package/dist/components/WidgetEvents.d.ts.map +1 -1
  97. package/dist/constants/index.d.ts +1 -0
  98. package/dist/constants/index.d.ts.map +1 -1
  99. package/dist/constants/quote.d.ts +12 -0
  100. package/dist/constants/quote.d.ts.map +1 -0
  101. package/dist/containers/App/App.d.ts.map +1 -1
  102. package/dist/containers/App/App.styles.d.ts +4 -0
  103. package/dist/containers/App/App.styles.d.ts.map +1 -1
  104. package/dist/containers/QuoteInfo/QuoteInfo.d.ts +1 -1
  105. package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -1
  106. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +10 -314
  107. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
  108. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +0 -7
  109. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -1
  110. package/dist/containers/Wallets/Wallets.d.ts.map +1 -1
  111. package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -1
  112. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +5 -0
  113. package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -1
  114. package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -1
  115. package/dist/hooks/useLanguage.d.ts +2 -1
  116. package/dist/hooks/useLanguage.d.ts.map +1 -1
  117. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +2 -2
  118. package/dist/hooks/useSwapInput.d.ts.map +1 -1
  119. package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
  120. package/dist/index.d.ts +6 -6
  121. package/dist/index.d.ts.map +1 -1
  122. package/dist/index.js +2 -1
  123. package/dist/index.js.map +4 -4
  124. package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
  125. package/dist/pages/HistoryPage.d.ts.map +1 -1
  126. package/dist/pages/Home.d.ts.map +1 -1
  127. package/dist/pages/LanguagePage.d.ts.map +1 -1
  128. package/dist/pages/LiquiditySourcePage.d.ts.map +1 -1
  129. package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
  130. package/dist/pages/SettingsPage.d.ts.map +1 -1
  131. package/dist/pages/ThemePage.d.ts.map +1 -1
  132. package/dist/pages/WalletsPage.d.ts.map +1 -1
  133. package/dist/store/AppStore.d.ts +2 -2
  134. package/dist/store/app.d.ts +2 -2
  135. package/dist/store/slices/data.d.ts.map +1 -1
  136. package/dist/store/slices/settings.d.ts +2 -2
  137. package/dist/store/slices/settings.d.ts.map +1 -1
  138. package/dist/types/config.d.ts +16 -3
  139. package/dist/types/config.d.ts.map +1 -1
  140. package/dist/types/notification.d.ts +1 -2
  141. package/dist/types/notification.d.ts.map +1 -1
  142. package/dist/utils/configs.d.ts +8 -0
  143. package/dist/utils/configs.d.ts.map +1 -1
  144. package/dist/utils/date.d.ts.map +1 -1
  145. package/dist/utils/quote.d.ts +5 -1
  146. package/dist/utils/quote.d.ts.map +1 -1
  147. package/dist/utils/settings.d.ts +1 -1
  148. package/dist/utils/swap.d.ts +5 -1
  149. package/dist/utils/swap.d.ts.map +1 -1
  150. package/dist/utils/ui.d.ts +2 -0
  151. package/dist/utils/ui.d.ts.map +1 -1
  152. package/package.json +6 -6
  153. package/src/components/BlockchainList/BlockchainList.styles.ts +4 -3
  154. package/src/components/BlockchainList/BlockchainList.tsx +1 -1
  155. package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +27 -96
  156. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +25 -40
  157. package/src/components/CustomCollapsible/CustomCollapsible.styles.ts +75 -0
  158. package/src/components/CustomCollapsible/CustomCollapsible.tsx +55 -0
  159. package/src/components/CustomCollapsible/CustomCollapsible.types.ts +10 -0
  160. package/src/components/HeaderButtons/HeaderButtons.styles.ts +16 -1
  161. package/src/components/HeaderButtons/HeaderButtons.types.ts +0 -2
  162. package/src/components/HeaderButtons/HomeButtons.tsx +19 -33
  163. package/src/components/HeaderButtons/RefreshButton.tsx +81 -0
  164. package/src/components/Layout/Layout.helpers.ts +16 -0
  165. package/src/components/Layout/Layout.styles.ts +17 -31
  166. package/src/components/Layout/Layout.tsx +23 -21
  167. package/src/components/Layout/Layout.types.ts +9 -8
  168. package/src/components/Layout/PageContainer.tsx +24 -0
  169. package/src/components/Layout/ScrollableArea.tsx +11 -0
  170. package/src/components/Layout/index.ts +2 -0
  171. package/src/components/NotificationContent/NotificationContent.tsx +10 -1
  172. package/src/components/Quote/Quote.styles.ts +44 -5
  173. package/src/components/Quote/Quote.tsx +10 -77
  174. package/src/components/Quote/Quote.types.ts +22 -0
  175. package/src/components/Quote/QuoteCostDetails.styles.ts +50 -0
  176. package/src/components/Quote/QuoteCostDetails.tsx +218 -0
  177. package/src/components/Quote/QuoteSummary.tsx +3 -2
  178. package/src/components/Quote/QuoteTrigger .tsx +215 -0
  179. package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +0 -1
  180. package/src/components/SettingsContainer/SettingsContainer.style.ts +0 -5
  181. package/src/components/SettingsContainer/index.ts +0 -1
  182. package/src/components/Slippage/Slippage.tsx +5 -5
  183. package/src/components/Slippage/SlippageTooltipContent.tsx +1 -1
  184. package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +12 -13
  185. package/src/components/SwapDetails/SwapDetails.helpers.tsx +43 -3
  186. package/src/components/SwapDetails/SwapDetails.styles.ts +18 -6
  187. package/src/components/SwapDetails/SwapDetails.tsx +13 -5
  188. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +13 -7
  189. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +2 -0
  190. package/src/components/SwapsGroup/SwapsGroup.tsx +18 -7
  191. package/src/components/TokenList/TokenList.styles.ts +2 -0
  192. package/src/components/TokenList/TokenList.tsx +1 -1
  193. package/src/components/WidgetEvents.tsx +2 -14
  194. package/src/constants/index.ts +1 -0
  195. package/src/constants/quote.ts +23 -0
  196. package/src/containers/App/App.styles.ts +2 -0
  197. package/src/containers/App/App.tsx +1 -4
  198. package/src/containers/QuoteInfo/QuoteInfo.styles.ts +0 -15
  199. package/src/containers/QuoteInfo/QuoteInfo.tsx +30 -77
  200. package/src/containers/QuoteInfo/QuoteInfo.types.ts +0 -7
  201. package/src/containers/Wallets/Wallets.tsx +11 -2
  202. package/src/containers/WidgetInfo/WidgetInfo.tsx +8 -0
  203. package/src/containers/WidgetInfo/WidgetInfo.types.ts +5 -0
  204. package/src/containers/WidgetProvider/WidgetProvider.tsx +2 -1
  205. package/src/hooks/useLanguage.ts +6 -4
  206. package/src/hooks/useSwapInput.ts +6 -2
  207. package/src/hooks/useSyncStoresWithConfig.ts +17 -34
  208. package/src/index.ts +4 -2
  209. package/src/pages/ConfirmSwapPage.tsx +59 -50
  210. package/src/pages/HistoryPage.tsx +4 -11
  211. package/src/pages/Home.tsx +40 -38
  212. package/src/pages/LanguagePage.tsx +3 -4
  213. package/src/pages/LiquiditySourcePage.tsx +8 -6
  214. package/src/pages/SelectBlockchainPage.tsx +41 -41
  215. package/src/pages/SelectSwapItemsPage.tsx +45 -39
  216. package/src/pages/SettingsPage.tsx +3 -4
  217. package/src/pages/ThemePage.tsx +3 -4
  218. package/src/pages/WalletsPage.tsx +12 -13
  219. package/src/store/slices/data.ts +5 -7
  220. package/src/store/slices/settings.ts +3 -3
  221. package/src/types/config.ts +16 -3
  222. package/src/types/notification.ts +0 -7
  223. package/src/utils/configs.ts +41 -0
  224. package/src/utils/date.ts +5 -4
  225. package/src/utils/quote.ts +18 -1
  226. package/src/utils/swap.ts +35 -0
  227. package/src/utils/ui.ts +20 -0
@@ -1,8 +1,10 @@
1
1
  export declare const Alerts: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
+ xs: string;
2
3
  sm: string;
3
4
  md: string;
4
5
  lg: string;
5
6
  }, import("@stitches/react/types/css-util").CSS<{
7
+ xs: string;
6
8
  sm: string;
7
9
  md: string;
8
10
  lg: string;
@@ -135,12 +137,14 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
135
137
  4: string;
136
138
  6: string;
137
139
  8: string;
140
+ 10: string;
138
141
  12: string;
139
142
  16: string;
140
143
  18: string;
141
144
  20: string;
142
145
  24: string;
143
146
  28: string;
147
+ 30: string;
144
148
  32: string;
145
149
  36: string;
146
150
  40: string;
@@ -156,10 +160,12 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
156
160
  transitions: {};
157
161
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
158
162
  export declare const Flex: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
163
+ xs: string;
159
164
  sm: string;
160
165
  md: string;
161
166
  lg: string;
162
167
  }, import("@stitches/react/types/css-util").CSS<{
168
+ xs: string;
163
169
  sm: string;
164
170
  md: string;
165
171
  lg: string;
@@ -292,12 +298,14 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
292
298
  4: string;
293
299
  6: string;
294
300
  8: string;
301
+ 10: string;
295
302
  12: string;
296
303
  16: string;
297
304
  18: string;
298
305
  20: string;
299
306
  24: string;
300
307
  28: string;
308
+ 30: string;
301
309
  32: string;
302
310
  36: string;
303
311
  40: string;
@@ -313,10 +321,12 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
313
321
  transitions: {};
314
322
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
315
323
  export declare const Item: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
324
+ xs: string;
316
325
  sm: string;
317
326
  md: string;
318
327
  lg: string;
319
328
  }, import("@stitches/react/types/css-util").CSS<{
329
+ xs: string;
320
330
  sm: string;
321
331
  md: string;
322
332
  lg: string;
@@ -449,12 +459,14 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
449
459
  4: string;
450
460
  6: string;
451
461
  8: string;
462
+ 10: string;
452
463
  12: string;
453
464
  16: string;
454
465
  18: string;
455
466
  20: string;
456
467
  24: string;
457
468
  28: string;
469
+ 30: string;
458
470
  32: string;
459
471
  36: string;
460
472
  40: string;
@@ -470,10 +482,12 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
470
482
  transitions: {};
471
483
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
472
484
  export declare const Action: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
485
+ xs: string;
473
486
  sm: string;
474
487
  md: string;
475
488
  lg: string;
476
489
  }, import("@stitches/react/types/css-util").CSS<{
490
+ xs: string;
477
491
  sm: string;
478
492
  md: string;
479
493
  lg: string;
@@ -606,12 +620,14 @@ export declare const Action: import("@stitches/react/types/styled-component").St
606
620
  4: string;
607
621
  6: string;
608
622
  8: string;
623
+ 10: string;
609
624
  12: string;
610
625
  16: string;
611
626
  18: string;
612
627
  20: string;
613
628
  24: string;
614
629
  28: string;
630
+ 30: string;
615
631
  32: string;
616
632
  36: string;
617
633
  40: string;
@@ -1 +1 @@
1
- {"version":3,"file":"QuoteWarningsAndErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAaf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
1
+ {"version":3,"file":"QuoteWarningsAndErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAaf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
@@ -1,8 +1,10 @@
1
1
  export declare const IconWrapper: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
+ xs: string;
2
3
  sm: string;
3
4
  md: string;
4
5
  lg: string;
5
6
  }, import("@stitches/react/types/css-util").CSS<{
7
+ xs: string;
6
8
  sm: string;
7
9
  md: string;
8
10
  lg: string;
@@ -135,12 +137,14 @@ export declare const IconWrapper: import("@stitches/react/types/styled-component
135
137
  4: string;
136
138
  6: string;
137
139
  8: string;
140
+ 10: string;
138
141
  12: string;
139
142
  16: string;
140
143
  18: string;
141
144
  20: string;
142
145
  24: string;
143
146
  28: string;
147
+ 30: string;
144
148
  32: string;
145
149
  36: string;
146
150
  40: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC"}
1
+ {"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC"}
@@ -1,8 +1,10 @@
1
- export declare const SettingsContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1
+ export declare const LiquiditySourceList: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {
2
+ xs: string;
2
3
  sm: string;
3
4
  md: string;
4
5
  lg: string;
5
6
  }, import("@stitches/react/types/css-util").CSS<{
7
+ xs: string;
6
8
  sm: string;
7
9
  md: string;
8
10
  lg: string;
@@ -135,169 +137,14 @@ export declare const SettingsContainer: import("@stitches/react/types/styled-com
135
137
  4: string;
136
138
  6: string;
137
139
  8: string;
138
- 12: string;
139
- 16: string;
140
- 18: string;
141
- 20: string;
142
- 24: string;
143
- 28: string;
144
- 32: string;
145
- 36: string;
146
- 40: string;
147
- 45: string;
148
- 48: string;
149
- };
150
- borderWidths: {};
151
- borderStyles: {};
152
- shadows: {
153
- s: string;
154
- };
155
- zIndices: {};
156
- transitions: {};
157
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
158
- export declare const LiquiditySourceList: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {
159
- sm: string;
160
- md: string;
161
- lg: string;
162
- }, import("@stitches/react/types/css-util").CSS<{
163
- sm: string;
164
- md: string;
165
- lg: string;
166
- }, {
167
- colors: {
168
- primary: string;
169
- primary500: string;
170
- primary600: string;
171
- secondary: string;
172
- secondary100: string;
173
- secondary200: string;
174
- secondary300: string;
175
- secondary400: string;
176
- secondary500: string;
177
- secondary600: string;
178
- secondary700: string;
179
- secondary800: string;
180
- secondary900: string;
181
- neutral: string;
182
- neutral100: string;
183
- neutral200: string;
184
- neutral300: string;
185
- neutral400: string;
186
- neutral500: string;
187
- neutral600: string;
188
- neutral700: string;
189
- neutral800: string;
190
- neutral900: string;
191
- error100: string;
192
- error300: string;
193
- error500: string;
194
- error600: string;
195
- error700: string;
196
- warning100: string;
197
- warning300: string;
198
- warning500: string;
199
- warning600: string;
200
- warning700: string;
201
- info: string;
202
- info100: string;
203
- info300: string;
204
- info500: string;
205
- info600: string;
206
- info700: string;
207
- success100: string;
208
- success300: string;
209
- success500: string;
210
- success600: string;
211
- success700: string;
212
- background: string;
213
- foreground: string;
214
- };
215
- space: {
216
- 0: string;
217
- 5: string;
218
- 10: string;
219
- 15: string;
220
- 20: string;
221
- 25: string;
222
- 30: string;
223
- 40: string;
224
- 46: string;
225
- 50: string;
226
- 60: string;
227
- 70: string;
228
- 80: string;
229
- 90: string;
230
- 100: string;
231
- 2: string;
232
- 4: string;
233
- 6: string;
234
- 8: string;
235
- 12: string;
236
- 16: string;
237
- 24: string;
238
- 28: string;
239
- 32: string;
240
- };
241
- radii: {
242
- xs: string;
243
- sm: string;
244
- xm: string;
245
- md: string;
246
- xl: string;
247
- lg: string;
248
- primary: string;
249
- secondary: string;
250
- };
251
- fontSizes: {
252
140
  10: string;
253
141
  12: string;
254
- 14: string;
255
142
  16: string;
256
143
  18: string;
257
144
  20: string;
258
- 22: string;
259
- 24: string;
260
- 28: string;
261
- 32: string;
262
- 36: string;
263
- 40: string;
264
- 48: string;
265
- };
266
- fonts: {
267
- primary: string;
268
- widget: string;
269
- };
270
- fontWeights: {
271
- regular: number;
272
- medium: number;
273
- semiBold: number;
274
- bold: number;
275
- };
276
- lineHeights: {
277
- 12: string;
278
- 16: string;
279
- 20: string;
280
145
  24: string;
281
- 26: string;
282
146
  28: string;
283
147
  30: string;
284
- 36: string;
285
- 40: string;
286
- 44: string;
287
- 52: string;
288
- 64: string;
289
- };
290
- letterSpacings: {};
291
- sizes: {
292
- 4: string;
293
- 6: string;
294
- 8: string;
295
- 12: string;
296
- 16: string;
297
- 18: string;
298
- 20: string;
299
- 24: string;
300
- 28: string;
301
148
  32: string;
302
149
  36: string;
303
150
  40: string;
@@ -313,10 +160,12 @@ export declare const LiquiditySourceList: import("@stitches/react/types/styled-c
313
160
  transitions: {};
314
161
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
315
162
  export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
163
+ xs: string;
316
164
  sm: string;
317
165
  md: string;
318
166
  lg: string;
319
167
  }, import("@stitches/react/types/css-util").CSS<{
168
+ xs: string;
320
169
  sm: string;
321
170
  md: string;
322
171
  lg: string;
@@ -449,12 +298,14 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
449
298
  4: string;
450
299
  6: string;
451
300
  8: string;
301
+ 10: string;
452
302
  12: string;
453
303
  16: string;
454
304
  18: string;
455
305
  20: string;
456
306
  24: string;
457
307
  28: string;
308
+ 30: string;
458
309
  32: string;
459
310
  36: string;
460
311
  40: string;
@@ -470,10 +321,12 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
470
321
  transitions: {};
471
322
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
472
323
  export declare const NotFoundContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
324
+ xs: string;
473
325
  sm: string;
474
326
  md: string;
475
327
  lg: string;
476
328
  }, import("@stitches/react/types/css-util").CSS<{
329
+ xs: string;
477
330
  sm: string;
478
331
  md: string;
479
332
  lg: string;
@@ -606,12 +459,14 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
606
459
  4: string;
607
460
  6: string;
608
461
  8: string;
462
+ 10: string;
609
463
  12: string;
610
464
  16: string;
611
465
  18: string;
612
466
  20: string;
613
467
  24: string;
614
468
  28: string;
469
+ 30: string;
615
470
  32: string;
616
471
  36: string;
617
472
  40: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SettingsContainer.style.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/SettingsContainer.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC"}
1
+ {"version":3,"file":"SettingsContainer.style.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/SettingsContainer.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC"}
@@ -1,2 +1,2 @@
1
- export { SettingsContainer, LiquiditySourceList, LiquiditySourceSuffix, NotFoundContainer, } from './SettingsContainer.style';
1
+ export { LiquiditySourceList, LiquiditySourceSuffix, NotFoundContainer, } from './SettingsContainer.style';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC"}
@@ -1,9 +1,11 @@
1
1
  import { Chip } from '@rango-dev/ui';
2
2
  export declare const BaseContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3
+ xs: string;
3
4
  sm: string;
4
5
  md: string;
5
6
  lg: string;
6
7
  }, import("@stitches/react/types/css-util").CSS<{
8
+ xs: string;
7
9
  sm: string;
8
10
  md: string;
9
11
  lg: string;
@@ -136,12 +138,14 @@ export declare const BaseContainer: import("@stitches/react/types/styled-compone
136
138
  4: string;
137
139
  6: string;
138
140
  8: string;
141
+ 10: string;
139
142
  12: string;
140
143
  16: string;
141
144
  18: string;
142
145
  20: string;
143
146
  24: string;
144
147
  28: string;
148
+ 30: string;
145
149
  32: string;
146
150
  36: string;
147
151
  40: string;
@@ -157,10 +161,12 @@ export declare const BaseContainer: import("@stitches/react/types/styled-compone
157
161
  transitions: {};
158
162
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
159
163
  export declare const SlippageChipsContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
164
+ xs: string;
160
165
  sm: string;
161
166
  md: string;
162
167
  lg: string;
163
168
  }, import("@stitches/react/types/css-util").CSS<{
169
+ xs: string;
164
170
  sm: string;
165
171
  md: string;
166
172
  lg: string;
@@ -293,12 +299,14 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
293
299
  4: string;
294
300
  6: string;
295
301
  8: string;
302
+ 10: string;
296
303
  12: string;
297
304
  16: string;
298
305
  18: string;
299
306
  20: string;
300
307
  24: string;
301
308
  28: string;
309
+ 30: string;
302
310
  32: string;
303
311
  36: string;
304
312
  40: string;
@@ -314,10 +322,12 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
314
322
  transitions: {};
315
323
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
316
324
  export declare const Head: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
325
+ xs: string;
317
326
  sm: string;
318
327
  md: string;
319
328
  lg: string;
320
329
  }, import("@stitches/react/types/css-util").CSS<{
330
+ xs: string;
321
331
  sm: string;
322
332
  md: string;
323
333
  lg: string;
@@ -450,12 +460,14 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
450
460
  4: string;
451
461
  6: string;
452
462
  8: string;
463
+ 10: string;
453
464
  12: string;
454
465
  16: string;
455
466
  18: string;
456
467
  20: string;
457
468
  24: string;
458
469
  28: string;
470
+ 30: string;
459
471
  32: string;
460
472
  36: string;
461
473
  40: string;
@@ -471,10 +483,12 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
471
483
  transitions: {};
472
484
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
473
485
  export declare const SlippageTooltipContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
486
+ xs: string;
474
487
  sm: string;
475
488
  md: string;
476
489
  lg: string;
477
490
  }, import("@stitches/react/types/css-util").CSS<{
491
+ xs: string;
478
492
  sm: string;
479
493
  md: string;
480
494
  lg: string;
@@ -607,12 +621,14 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
607
621
  4: string;
608
622
  6: string;
609
623
  8: string;
624
+ 10: string;
610
625
  12: string;
611
626
  16: string;
612
627
  18: string;
613
628
  20: string;
614
629
  24: string;
615
630
  28: string;
631
+ 30: string;
616
632
  32: string;
617
633
  36: string;
618
634
  40: string;
@@ -628,10 +644,12 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
628
644
  transitions: {};
629
645
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
630
646
  export declare const SlippageChip: import("@stitches/react/types/styled-component").StyledComponent<typeof Chip, {}, {
647
+ xs: string;
631
648
  sm: string;
632
649
  md: string;
633
650
  lg: string;
634
651
  }, import("@stitches/react/types/css-util").CSS<{
652
+ xs: string;
635
653
  sm: string;
636
654
  md: string;
637
655
  lg: string;
@@ -764,12 +782,14 @@ export declare const SlippageChip: import("@stitches/react/types/styled-componen
764
782
  4: string;
765
783
  6: string;
766
784
  8: string;
785
+ 10: string;
767
786
  12: string;
768
787
  16: string;
769
788
  18: string;
770
789
  20: string;
771
790
  24: string;
772
791
  28: string;
792
+ 30: string;
773
793
  32: string;
774
794
  36: string;
775
795
  40: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAqB,MAAM,eAAe,CAAC;AAExD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKf,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGvB,CAAC"}
1
+ {"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAqB,MAAM,eAAe,CAAC;AAExD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKf,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetails.Placeholder.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.Placeholder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;AAU3E,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,qBAkD5E"}
1
+ {"version":3,"file":"SwapDetails.Placeholder.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.Placeholder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qBAAqB,CAAC;AAI3E,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,qBAsD5E"}
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAsB5D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAkD3D,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAqWlD"}
1
+ {"version":3,"file":"SwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAuB5D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAmD3D,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBA2WlD"}
@@ -3,6 +3,6 @@ import type { Step, StepDetailsProps } from '@rango-dev/ui';
3
3
  import type { PendingSwapStep } from 'rango-types';
4
4
  export declare const RESET_INTERVAL = 2000;
5
5
  export declare const SECONDS = 60;
6
- export declare const getSteps: ({ swap, blockchains, ...args }: GetStep) => Step[];
6
+ export declare const getSteps: ({ swap, blockchains, swappers, ...args }: GetStep) => Step[];
7
7
  export declare function getStepState(step: PendingSwapStep): StepDetailsProps['state'];
8
8
  //# sourceMappingURL=SwapDetails.helpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetails.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAanD,eAAO,MAAM,cAAc,OAAQ,CAAC;AACpC,eAAO,MAAM,OAAO,KAAK,CAAC;AAE1B,eAAO,MAAM,QAAQ,mCAAoC,OAAO,KAAG,IAAI,EAoDtE,CAAC;AAEF,wBAAgB,YAAY,CAAC,IAAI,EAAE,eAAe,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAqB7E"}
1
+ {"version":3,"file":"SwapDetails.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAgBnD,eAAO,MAAM,cAAc,OAAQ,CAAC;AACpC,eAAO,MAAM,OAAO,KAAK,CAAC;AAE1B,eAAO,MAAM,QAAQ,6CAKlB,OAAO,KAAG,IAAI,EAoFhB,CAAC;AAEF,wBAAgB,YAAY,CAAC,IAAI,EAAE,eAAe,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAqB7E"}