@rango-dev/widget-embedded 0.31.1-next.2 → 0.32.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 (193) hide show
  1. package/dist/components/AppRoutes.d.ts.map +1 -1
  2. package/dist/components/BlockchainList/BlockchainList.d.ts.map +1 -1
  3. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +4 -1
  4. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  5. package/dist/components/BlockchainList/BlockchainList.types.d.ts +1 -0
  6. package/dist/components/BlockchainList/BlockchainList.types.d.ts.map +1 -1
  7. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.d.ts +4 -0
  8. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.d.ts.map +1 -0
  9. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.d.ts +483 -0
  10. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.d.ts.map +1 -0
  11. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.types.d.ts +12 -0
  12. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.types.d.ts.map +1 -0
  13. package/dist/components/BlockchainSelectorButton/index.d.ts +2 -0
  14. package/dist/components/BlockchainSelectorButton/index.d.ts.map +1 -0
  15. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +1 -0
  16. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  17. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +11 -0
  18. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  19. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +3 -0
  20. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
  21. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts +4 -0
  22. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts.map +1 -1
  23. package/dist/components/CustomDestination/CustomDestination.d.ts.map +1 -1
  24. package/dist/components/CustomDestination/CustomDestination.styles.d.ts +5 -2
  25. package/dist/components/CustomDestination/CustomDestination.styles.d.ts.map +1 -1
  26. package/dist/components/CustomTokenModal/CustomTokenModal.d.ts +4 -0
  27. package/dist/components/CustomTokenModal/CustomTokenModal.d.ts.map +1 -0
  28. package/dist/components/CustomTokenModal/CustomTokenModal.helpers.d.ts +3 -0
  29. package/dist/components/CustomTokenModal/CustomTokenModal.helpers.d.ts.map +1 -0
  30. package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts +323 -0
  31. package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts.map +1 -0
  32. package/dist/components/CustomTokenModal/CustomTokenModal.types.d.ts +9 -0
  33. package/dist/components/CustomTokenModal/CustomTokenModal.types.d.ts.map +1 -0
  34. package/dist/components/CustomTokenModal/index.d.ts +2 -0
  35. package/dist/components/CustomTokenModal/index.d.ts.map +1 -0
  36. package/dist/components/FilterSelector/FilterSelector.style.d.ts +6 -0
  37. package/dist/components/FilterSelector/FilterSelector.style.d.ts.map +1 -1
  38. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +8 -0
  39. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  40. package/dist/components/HistoryGroupedList/HistoryGroupedList.styles.d.ts +6 -0
  41. package/dist/components/HistoryGroupedList/HistoryGroupedList.styles.d.ts.map +1 -1
  42. package/dist/components/Layout/Layout.styles.d.ts +4 -0
  43. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  44. package/dist/components/Layout/PageContainer.d.ts +1 -0
  45. package/dist/components/Layout/PageContainer.d.ts.map +1 -1
  46. package/dist/components/Layout/ScrollableArea.d.ts +1 -0
  47. package/dist/components/Layout/ScrollableArea.d.ts.map +1 -1
  48. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +1 -0
  49. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
  50. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +14 -0
  51. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  52. package/dist/components/NoResult/NoResult.styles.d.ts +4 -0
  53. package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
  54. package/dist/components/Quote/Quote.styles.d.ts +22 -1
  55. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  56. package/dist/components/Quote/QuoteCostDetails.styles.d.ts +5 -0
  57. package/dist/components/Quote/QuoteCostDetails.styles.d.ts.map +1 -1
  58. package/dist/components/Quote/QuoteSummary.styles.d.ts +2 -0
  59. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
  60. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +4 -0
  61. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
  62. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +10 -0
  63. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
  64. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +5 -0
  65. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
  66. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +4 -0
  67. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
  68. package/dist/components/Quotes/Quotes.styles.d.ts +3 -0
  69. package/dist/components/Quotes/Quotes.styles.d.ts.map +1 -1
  70. package/dist/components/RefreshModal/RefreshModal.styles.d.ts +2 -1
  71. package/dist/components/RefreshModal/RefreshModal.styles.d.ts.map +1 -1
  72. package/dist/components/SearchInput/SearchInput.styles.d.ts +1 -0
  73. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
  74. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +3 -0
  75. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
  76. package/dist/components/Slippage/Slippage.styles.d.ts +5 -0
  77. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  78. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +15 -0
  79. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  80. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +3 -0
  81. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  82. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +2 -0
  83. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  84. package/dist/components/SwitchFromAndTo/SwitchFromAndTo.styles.d.ts +2 -0
  85. package/dist/components/SwitchFromAndTo/SwitchFromAndTo.styles.d.ts.map +1 -1
  86. package/dist/components/TokenList/TokenList.d.ts.map +1 -1
  87. package/dist/components/TokenList/TokenList.styles.d.ts +18 -0
  88. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  89. package/dist/components/TokenList/TokenList.types.d.ts +5 -2
  90. package/dist/components/TokenList/TokenList.types.d.ts.map +1 -1
  91. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.styles.d.ts +2 -0
  92. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.styles.d.ts.map +1 -1
  93. package/dist/components/WalletModal/WalletModalContent.styles.d.ts +4 -0
  94. package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
  95. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.styles.d.ts +1 -0
  96. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.styles.d.ts.map +1 -1
  97. package/dist/constants/customTokens.d.ts +2 -0
  98. package/dist/constants/customTokens.d.ts.map +1 -0
  99. package/dist/constants/navigationRoutes.d.ts +2 -0
  100. package/dist/constants/navigationRoutes.d.ts.map +1 -1
  101. package/dist/constants/searchParams.d.ts +1 -0
  102. package/dist/constants/searchParams.d.ts.map +1 -1
  103. package/dist/containers/App/App.styles.d.ts +1 -0
  104. package/dist/containers/App/App.styles.d.ts.map +1 -1
  105. package/dist/containers/ExpandedQuotes/ExpandedQuotes.styles.d.ts +2 -0
  106. package/dist/containers/ExpandedQuotes/ExpandedQuotes.styles.d.ts.map +1 -1
  107. package/dist/containers/Inputs/Inputs.styles.d.ts +2 -0
  108. package/dist/containers/Inputs/Inputs.styles.d.ts.map +1 -1
  109. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +3 -0
  110. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
  111. package/dist/containers/Settings/Lists.d.ts.map +1 -1
  112. package/dist/hooks/useFetchCustomToken.d.ts +16 -0
  113. package/dist/hooks/useFetchCustomToken.d.ts.map +1 -0
  114. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +2 -2
  115. package/dist/hooks/useSwapInput.d.ts.map +1 -1
  116. package/dist/hooks/useSyncUrlAndStore/useSyncUrlAndStore.d.ts.map +1 -1
  117. package/dist/hooks/useTheme.d.ts +1 -0
  118. package/dist/hooks/useTheme.d.ts.map +1 -1
  119. package/dist/index.js +2 -2
  120. package/dist/index.js.map +4 -4
  121. package/dist/pages/AddCustomTokenPage.d.ts +3 -0
  122. package/dist/pages/AddCustomTokenPage.d.ts.map +1 -0
  123. package/dist/pages/CustomTokensPage.d.ts +3 -0
  124. package/dist/pages/CustomTokensPage.d.ts.map +1 -0
  125. package/dist/pages/SelectBlockchainPage.d.ts +2 -1
  126. package/dist/pages/SelectBlockchainPage.d.ts.map +1 -1
  127. package/dist/store/AppStore.d.ts +2 -0
  128. package/dist/store/AppStore.d.ts.map +1 -1
  129. package/dist/store/app.d.ts +2 -0
  130. package/dist/store/app.d.ts.map +1 -1
  131. package/dist/store/quote.d.ts.map +1 -1
  132. package/dist/store/slices/data.d.ts +4 -3
  133. package/dist/store/slices/data.d.ts.map +1 -1
  134. package/dist/store/slices/settings.d.ts +7 -2
  135. package/dist/store/slices/settings.d.ts.map +1 -1
  136. package/dist/store/utils/data.d.ts +4 -1
  137. package/dist/store/utils/data.d.ts.map +1 -1
  138. package/dist/types/config.d.ts +3 -1
  139. package/dist/types/config.d.ts.map +1 -1
  140. package/dist/utils/meta.d.ts +1 -0
  141. package/dist/utils/meta.d.ts.map +1 -1
  142. package/dist/utils/quote.d.ts +1 -0
  143. package/dist/utils/quote.d.ts.map +1 -1
  144. package/dist/utils/settings.d.ts +3 -2
  145. package/dist/utils/settings.d.ts.map +1 -1
  146. package/dist/utils/swap.d.ts.map +1 -1
  147. package/dist/widget-embedded.build.json +1 -1
  148. package/package.json +4 -4
  149. package/src/components/AppRoutes.tsx +30 -0
  150. package/src/components/BlockchainList/BlockchainList.styles.ts +3 -1
  151. package/src/components/BlockchainList/BlockchainList.tsx +26 -17
  152. package/src/components/BlockchainList/BlockchainList.types.ts +1 -0
  153. package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.ts +49 -0
  154. package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.tsx +47 -0
  155. package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.types.ts +11 -0
  156. package/src/components/BlockchainSelectorButton/index.ts +1 -0
  157. package/src/components/CustomDestination/CustomDestination.tsx +5 -3
  158. package/src/components/CustomTokenModal/CustomTokenModal.helpers.ts +19 -0
  159. package/src/components/CustomTokenModal/CustomTokenModal.styles.ts +57 -0
  160. package/src/components/CustomTokenModal/CustomTokenModal.tsx +92 -0
  161. package/src/components/CustomTokenModal/CustomTokenModal.types.ts +9 -0
  162. package/src/components/CustomTokenModal/index.ts +1 -0
  163. package/src/components/TokenList/TokenList.styles.ts +1 -0
  164. package/src/components/TokenList/TokenList.tsx +76 -51
  165. package/src/components/TokenList/TokenList.types.ts +5 -2
  166. package/src/constants/customTokens.ts +6 -0
  167. package/src/constants/navigationRoutes.ts +2 -0
  168. package/src/constants/searchParams.ts +3 -0
  169. package/src/containers/Settings/Lists.tsx +25 -1
  170. package/src/hooks/useFetchCustomToken.ts +114 -0
  171. package/src/hooks/useSwapInput.ts +8 -3
  172. package/src/hooks/useSyncUrlAndStore/useSyncUrlAndStore.ts +6 -1
  173. package/src/hooks/useTheme.ts +5 -1
  174. package/src/pages/AddCustomTokenPage.tsx +210 -0
  175. package/src/pages/CustomTokensPage.tsx +184 -0
  176. package/src/pages/HistoryPage.tsx +2 -2
  177. package/src/pages/LiquiditySourcePage.tsx +2 -2
  178. package/src/pages/SelectBlockchainPage.tsx +15 -8
  179. package/src/pages/SelectSwapItemsPage.tsx +1 -1
  180. package/src/store/app.ts +1 -0
  181. package/src/store/quote.ts +12 -2
  182. package/src/store/slices/data.ts +61 -8
  183. package/src/store/slices/settings.ts +35 -2
  184. package/src/store/utils/data.ts +26 -1
  185. package/src/store/wallets.ts +1 -1
  186. package/src/types/config.ts +4 -1
  187. package/src/utils/meta.ts +12 -1
  188. package/src/utils/quote.ts +16 -3
  189. package/src/utils/settings.ts +13 -1
  190. package/src/utils/swap.ts +7 -7
  191. package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts +0 -3
  192. package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +0 -1
  193. package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +0 -10
@@ -79,6 +79,7 @@ export declare const StepContent: import("@stitches/react/types/styled-component
79
79
  24: string;
80
80
  28: string;
81
81
  32: string;
82
+ 36: string;
82
83
  };
83
84
  radii: {
84
85
  xs: string;
@@ -240,6 +241,7 @@ export declare const StepTokens: import("@stitches/react/types/styled-component"
240
241
  24: string;
241
242
  28: string;
242
243
  32: string;
244
+ 36: string;
243
245
  };
244
246
  radii: {
245
247
  xs: string;
@@ -399,6 +401,7 @@ export declare const StepTokenInfo: import("@stitches/react/types/styled-compone
399
401
  24: string;
400
402
  28: string;
401
403
  32: string;
404
+ 36: string;
402
405
  };
403
406
  radii: {
404
407
  xs: string;
@@ -558,6 +561,7 @@ export declare const StepIconContainer: import("@stitches/react/types/styled-com
558
561
  24: string;
559
562
  28: string;
560
563
  32: string;
564
+ 36: string;
561
565
  };
562
566
  radii: {
563
567
  xs: string;
@@ -717,6 +721,7 @@ export declare const StepTitle: import("@stitches/react/types/styled-component")
717
721
  24: string;
718
722
  28: string;
719
723
  32: string;
724
+ 36: string;
720
725
  };
721
726
  radii: {
722
727
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"StepSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteSkeleton/StepSkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAarB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGpB,CAAC"}
1
+ {"version":3,"file":"StepSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteSkeleton/StepSkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAarB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGpB,CAAC"}
@@ -79,6 +79,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
79
79
  24: string;
80
80
  28: string;
81
81
  32: string;
82
+ 36: string;
82
83
  };
83
84
  radii: {
84
85
  xs: string;
@@ -238,6 +239,7 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
238
239
  24: string;
239
240
  28: string;
240
241
  32: string;
242
+ 36: string;
241
243
  };
242
244
  radii: {
243
245
  xs: string;
@@ -397,6 +399,7 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
397
399
  24: string;
398
400
  28: string;
399
401
  32: string;
402
+ 36: string;
400
403
  };
401
404
  radii: {
402
405
  xs: string;
@@ -556,6 +559,7 @@ export declare const Action: import("@stitches/react/types/styled-component").St
556
559
  24: string;
557
560
  28: string;
558
561
  32: string;
562
+ 36: string;
559
563
  };
560
564
  radii: {
561
565
  xs: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,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"}
@@ -79,6 +79,7 @@ export declare const ErrorsContainer: import("@stitches/react/types/styled-compo
79
79
  24: string;
80
80
  28: string;
81
81
  32: string;
82
+ 36: string;
82
83
  };
83
84
  radii: {
84
85
  xs: string;
@@ -238,6 +239,7 @@ export declare const StrategyContent: import("@stitches/react/types/styled-compo
238
239
  24: string;
239
240
  28: string;
240
241
  32: string;
242
+ 36: string;
241
243
  };
242
244
  radii: {
243
245
  xs: string;
@@ -397,6 +399,7 @@ export declare const SelectContainer: import("@stitches/react/types/styled-compo
397
399
  24: string;
398
400
  28: string;
399
401
  32: string;
402
+ 36: string;
400
403
  };
401
404
  radii: {
402
405
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Quotes.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Quotes/Quotes.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,CAAC"}
1
+ {"version":3,"file":"Quotes.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Quotes/Quotes.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,CAAC"}
@@ -271,7 +271,7 @@ export declare const RefreshButton: import("@stitches/react/types/styled-compone
271
271
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
272
272
  } & {
273
273
  size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
274
- variant?: "default" | "ghost" | "contained" | "outlined" | undefined;
274
+ variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
275
275
  type?: "primary" | "secondary" | "success" | "error" | "warning" | undefined;
276
276
  loading?: boolean | undefined;
277
277
  disabled?: boolean | undefined;
@@ -362,6 +362,7 @@ export declare const RefreshButton: import("@stitches/react/types/styled-compone
362
362
  24: string;
363
363
  28: string;
364
364
  32: string;
365
+ 36: string;
365
366
  };
366
367
  radii: {
367
368
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"RefreshModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RefreshModal/RefreshModal.styles.ts"],"names":[],"mappings":";;;AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMxB,CAAC"}
1
+ {"version":3,"file":"RefreshModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RefreshModal/RefreshModal.styles.ts"],"names":[],"mappings":";;;AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMxB,CAAC"}
@@ -79,6 +79,7 @@ export declare const IconWrapper: import("@stitches/react/types/styled-component
79
79
  24: string;
80
80
  28: string;
81
81
  32: string;
82
+ 36: string;
82
83
  };
83
84
  radii: {
84
85
  xs: 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"}
@@ -81,6 +81,7 @@ export declare const LiquiditySourceList: import("@stitches/react/types/styled-c
81
81
  24: string;
82
82
  28: string;
83
83
  32: string;
84
+ 36: string;
84
85
  };
85
86
  radii: {
86
87
  xs: string;
@@ -240,6 +241,7 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
240
241
  24: string;
241
242
  28: string;
242
243
  32: string;
244
+ 36: string;
243
245
  };
244
246
  radii: {
245
247
  xs: string;
@@ -399,6 +401,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
399
401
  24: string;
400
402
  28: string;
401
403
  32: string;
404
+ 36: string;
402
405
  };
403
406
  radii: {
404
407
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SettingsContainer.style.d.ts","sourceRoot":"","sources":["../../../src/components/SettingsContainer/SettingsContainer.style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAa9B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAa9B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC"}
@@ -80,6 +80,7 @@ export declare const BaseContainer: import("@stitches/react/types/styled-compone
80
80
  24: string;
81
81
  28: string;
82
82
  32: string;
83
+ 36: string;
83
84
  };
84
85
  radii: {
85
86
  xs: string;
@@ -239,6 +240,7 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
239
240
  24: string;
240
241
  28: string;
241
242
  32: string;
243
+ 36: string;
242
244
  };
243
245
  radii: {
244
246
  xs: string;
@@ -398,6 +400,7 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
398
400
  24: string;
399
401
  28: string;
400
402
  32: string;
403
+ 36: string;
401
404
  };
402
405
  radii: {
403
406
  xs: string;
@@ -557,6 +560,7 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
557
560
  24: string;
558
561
  28: string;
559
562
  32: string;
563
+ 36: string;
560
564
  };
561
565
  radii: {
562
566
  xs: string;
@@ -716,6 +720,7 @@ export declare const SlippageChip: import("@stitches/react/types/styled-componen
716
720
  24: string;
717
721
  28: string;
718
722
  32: string;
723
+ 36: string;
719
724
  };
720
725
  radii: {
721
726
  xs: 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"}
@@ -80,6 +80,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
80
80
  24: string;
81
81
  28: string;
82
82
  32: string;
83
+ 36: string;
83
84
  };
84
85
  radii: {
85
86
  xs: string;
@@ -239,6 +240,7 @@ export declare const HeaderDetails: import("@stitches/react/types/styled-compone
239
240
  24: string;
240
241
  28: string;
241
242
  32: string;
243
+ 36: string;
242
244
  };
243
245
  radii: {
244
246
  xs: string;
@@ -398,6 +400,7 @@ export declare const StepsList: import("@stitches/react/types/styled-component")
398
400
  24: string;
399
401
  28: string;
400
402
  32: string;
403
+ 36: string;
401
404
  };
402
405
  radii: {
403
406
  xs: string;
@@ -556,6 +559,7 @@ export declare const StepsList: import("@stitches/react/types/styled-component")
556
559
  24: string;
557
560
  28: string;
558
561
  32: string;
562
+ 36: string;
559
563
  };
560
564
  radii: {
561
565
  xs: string;
@@ -715,6 +719,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
715
719
  24: string;
716
720
  28: string;
717
721
  32: string;
722
+ 36: string;
718
723
  };
719
724
  radii: {
720
725
  xs: string;
@@ -874,6 +879,7 @@ export declare const PlaceholderContainer: import("@stitches/react/types/styled-
874
879
  24: string;
875
880
  28: string;
876
881
  32: string;
882
+ 36: string;
877
883
  };
878
884
  radii: {
879
885
  xs: string;
@@ -1033,6 +1039,7 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
1033
1039
  24: string;
1034
1040
  28: string;
1035
1041
  32: string;
1042
+ 36: string;
1036
1043
  };
1037
1044
  radii: {
1038
1045
  xs: string;
@@ -1192,6 +1199,7 @@ export declare const rowStyles: import("@stitches/react/types/styled-component")
1192
1199
  24: string;
1193
1200
  28: string;
1194
1201
  32: string;
1202
+ 36: string;
1195
1203
  };
1196
1204
  radii: {
1197
1205
  xs: string;
@@ -1351,6 +1359,7 @@ export declare const datePlaceholderStyles: import("@stitches/react/types/styled
1351
1359
  24: string;
1352
1360
  28: string;
1353
1361
  32: string;
1362
+ 36: string;
1354
1363
  };
1355
1364
  radii: {
1356
1365
  xs: string;
@@ -1510,6 +1519,7 @@ export declare const requestIdStyles: import("@stitches/react/types/styled-compo
1510
1519
  24: string;
1511
1520
  28: string;
1512
1521
  32: string;
1522
+ 36: string;
1513
1523
  };
1514
1524
  radii: {
1515
1525
  xs: string;
@@ -1669,6 +1679,7 @@ export declare const outputStyles: import("@stitches/react/types/styled-componen
1669
1679
  24: string;
1670
1680
  28: string;
1671
1681
  32: string;
1682
+ 36: string;
1672
1683
  };
1673
1684
  radii: {
1674
1685
  xs: string;
@@ -1828,6 +1839,7 @@ export declare const titleStepsStyles: import("@stitches/react/types/styled-comp
1828
1839
  24: string;
1829
1840
  28: string;
1830
1841
  32: string;
1842
+ 36: string;
1831
1843
  };
1832
1844
  radii: {
1833
1845
  xs: string;
@@ -1987,6 +1999,7 @@ export declare const StyledLink: import("@stitches/react/types/styled-component"
1987
1999
  24: string;
1988
2000
  28: string;
1989
2001
  32: string;
2002
+ 36: string;
1990
2003
  };
1991
2004
  radii: {
1992
2005
  xs: string;
@@ -2146,6 +2159,7 @@ export declare const ErrorMessages: import("@stitches/react/types/styled-compone
2146
2159
  24: string;
2147
2160
  28: string;
2148
2161
  32: string;
2162
+ 36: string;
2149
2163
  };
2150
2164
  radii: {
2151
2165
  xs: string;
@@ -2305,6 +2319,7 @@ export declare const MessageText: import("@stitches/react/types/styled-component
2305
2319
  24: string;
2306
2320
  28: string;
2307
2321
  32: string;
2322
+ 36: string;
2308
2323
  };
2309
2324
  radii: {
2310
2325
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"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"}
@@ -79,6 +79,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
79
79
  24: string;
80
80
  28: string;
81
81
  32: string;
82
+ 36: string;
82
83
  };
83
84
  radii: {
84
85
  xs: string;
@@ -240,6 +241,7 @@ export declare const ActionIcon: import("@stitches/react/types/styled-component"
240
241
  24: string;
241
242
  28: string;
242
243
  32: string;
244
+ 36: string;
243
245
  };
244
246
  radii: {
245
247
  xs: string;
@@ -401,6 +403,7 @@ export declare const AlertFooter: import("@stitches/react/types/styled-component
401
403
  24: string;
402
404
  28: string;
403
405
  32: string;
406
+ 36: string;
404
407
  };
405
408
  radii: {
406
409
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetailsAlerts.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASrB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtB,CAAC"}
1
+ {"version":3,"file":"SwapDetailsAlerts.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASrB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtB,CAAC"}
@@ -79,6 +79,7 @@ export declare const WalletContainer: import("@stitches/react/types/styled-compo
79
79
  24: string;
80
80
  28: string;
81
81
  32: string;
82
+ 36: string;
82
83
  };
83
84
  radii: {
84
85
  xs: string;
@@ -238,6 +239,7 @@ export declare const TooltipErrorContent: import("@stitches/react/types/styled-c
238
239
  24: string;
239
240
  28: string;
240
241
  32: string;
242
+ 36: string;
241
243
  };
242
244
  radii: {
243
245
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetailsModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9B,CAAC"}
1
+ {"version":3,"file":"SwapDetailsModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9B,CAAC"}
@@ -80,6 +80,7 @@ export declare const SwitchButtonContainer: import("@stitches/react/types/styled
80
80
  24: string;
81
81
  28: string;
82
82
  32: string;
83
+ 36: string;
83
84
  };
84
85
  radii: {
85
86
  xs: string;
@@ -239,6 +240,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
239
240
  24: string;
240
241
  28: string;
241
242
  32: string;
243
+ 36: string;
242
244
  };
243
245
  radii: {
244
246
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SwitchFromAndTo.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwitchFromAndTo/SwitchFromAndTo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yBAAyB,MAAM,CAAC;AAiB7C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMhC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoBvB,CAAC"}
1
+ {"version":3,"file":"SwitchFromAndTo.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwitchFromAndTo/SwitchFromAndTo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yBAAyB,MAAM,CAAC;AAiB7C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMhC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoBvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TokenList.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAmB,MAAM,mBAAmB,CAAC;AAgBpE,OAAO,KAA8B,MAAM,OAAO,CAAC;AA4EnD,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,qBA8KzC"}
1
+ {"version":3,"file":"TokenList.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAmB,MAAM,mBAAmB,CAAC;AAgBpE,OAAO,KAA8B,MAAM,OAAO,CAAC;AA4EnD,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,qBAuMzC"}
@@ -80,6 +80,7 @@ export declare const tokenNameStyles: import("@stitches/react/types/styled-compo
80
80
  24: string;
81
81
  28: string;
82
82
  32: string;
83
+ 36: string;
83
84
  };
84
85
  radii: {
85
86
  xs: string;
@@ -239,6 +240,7 @@ export declare const descriptionStyles: import("@stitches/react/types/styled-com
239
240
  24: string;
240
241
  28: string;
241
242
  32: string;
243
+ 36: string;
242
244
  };
243
245
  radii: {
244
246
  xs: string;
@@ -398,6 +400,7 @@ export declare const tokenTitleStyles: import("@stitches/react/types/styled-comp
398
400
  24: string;
399
401
  28: string;
400
402
  32: string;
403
+ 36: string;
401
404
  };
402
405
  radii: {
403
406
  xs: string;
@@ -557,6 +560,7 @@ export declare const tokenAddressStyles: import("@stitches/react/types/styled-co
557
560
  24: string;
558
561
  28: string;
559
562
  32: string;
563
+ 36: string;
560
564
  };
561
565
  radii: {
562
566
  xs: string;
@@ -716,6 +720,7 @@ export declare const tokenWithoutNameStyles: import("@stitches/react/types/style
716
720
  24: string;
717
721
  28: string;
718
722
  32: string;
723
+ 36: string;
719
724
  };
720
725
  radii: {
721
726
  xs: string;
@@ -875,6 +880,7 @@ export declare const usdValueStyles: import("@stitches/react/types/styled-compon
875
880
  24: string;
876
881
  28: string;
877
882
  32: string;
883
+ 36: string;
878
884
  };
879
885
  radii: {
880
886
  xs: string;
@@ -1034,6 +1040,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
1034
1040
  24: string;
1035
1041
  28: string;
1036
1042
  32: string;
1043
+ 36: string;
1037
1044
  };
1038
1045
  radii: {
1039
1046
  xs: string;
@@ -1193,6 +1200,7 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
1193
1200
  24: string;
1194
1201
  28: string;
1195
1202
  32: string;
1203
+ 36: string;
1196
1204
  };
1197
1205
  radii: {
1198
1206
  xs: string;
@@ -1352,6 +1360,7 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
1352
1360
  24: string;
1353
1361
  28: string;
1354
1362
  32: string;
1363
+ 36: string;
1355
1364
  };
1356
1365
  radii: {
1357
1366
  xs: string;
@@ -1511,6 +1520,7 @@ export declare const Tag: import("@stitches/react/types/styled-component").Style
1511
1520
  24: string;
1512
1521
  28: string;
1513
1522
  32: string;
1523
+ 36: string;
1514
1524
  };
1515
1525
  radii: {
1516
1526
  xs: string;
@@ -1670,6 +1680,7 @@ export declare const TagTitle: import("@stitches/react/types/styled-component").
1670
1680
  24: string;
1671
1681
  28: string;
1672
1682
  32: string;
1683
+ 36: string;
1673
1684
  };
1674
1685
  radii: {
1675
1686
  xs: string;
@@ -1829,6 +1840,7 @@ export declare const BalanceContainer: import("@stitches/react/types/styled-comp
1829
1840
  24: string;
1830
1841
  28: string;
1831
1842
  32: string;
1843
+ 36: string;
1832
1844
  };
1833
1845
  radii: {
1834
1846
  xs: string;
@@ -1988,6 +2000,7 @@ export declare const End: import("@stitches/react/types/styled-component").Style
1988
2000
  24: string;
1989
2001
  28: string;
1990
2002
  32: string;
2003
+ 36: string;
1991
2004
  };
1992
2005
  radii: {
1993
2006
  xs: string;
@@ -2147,6 +2160,7 @@ export declare const Description: import("@stitches/react/types/styled-component
2147
2160
  24: string;
2148
2161
  28: string;
2149
2162
  32: string;
2163
+ 36: string;
2150
2164
  };
2151
2165
  radii: {
2152
2166
  xs: string;
@@ -2306,6 +2320,7 @@ export declare const ImageSection: import("@stitches/react/types/styled-componen
2306
2320
  24: string;
2307
2321
  28: string;
2308
2322
  32: string;
2323
+ 36: string;
2309
2324
  };
2310
2325
  radii: {
2311
2326
  xs: string;
@@ -2465,6 +2480,7 @@ export declare const Pin: import("@stitches/react/types/styled-component").Style
2465
2480
  24: string;
2466
2481
  28: string;
2467
2482
  32: string;
2483
+ 36: string;
2468
2484
  };
2469
2485
  radii: {
2470
2486
  xs: string;
@@ -2624,6 +2640,7 @@ export declare const TokenBalance: import("@stitches/react/types/styled-componen
2624
2640
  24: string;
2625
2641
  28: string;
2626
2642
  32: string;
2643
+ 36: string;
2627
2644
  };
2628
2645
  radii: {
2629
2646
  xs: string;
@@ -2783,6 +2800,7 @@ export declare const StyledLink: import("@stitches/react/types/styled-component"
2783
2800
  24: string;
2784
2801
  28: string;
2785
2802
  32: string;
2803
+ 36: string;
2786
2804
  };
2787
2805
  radii: {
2788
2806
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,UAAU,EACX,MAAM,eAAe,CAAC;AAEvB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ1B,CAAC;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK3B,CAAC;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiB7B,CAAC;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAU,CAAC;AAC9C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAQ,CAAC;AAEpC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAShB,CAAC;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkCf,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMd,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAyB,CAAC;AAE/C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAa3B,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAId,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvB,CAAC;AACH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOd,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIrB,CAAC"}
1
+ {"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,UAAU,EACX,MAAM,eAAe,CAAC;AAEvB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ1B,CAAC;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK3B,CAAC;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiB7B,CAAC;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAU,CAAC;AAC9C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAQ,CAAC;AAEpC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAShB,CAAC;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkCf,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMd,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAyB,CAAC;AAE/C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAa3B,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAId,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvB,CAAC;AACH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOd,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIrB,CAAC"}
@@ -1,10 +1,13 @@
1
1
  import type { Token } from 'rango-sdk';
2
+ import type { ReactElement } from 'react';
2
3
  export interface PropTypes {
3
4
  list: Token[];
4
5
  searchedFor?: string;
5
- onChange: (token: Token) => void;
6
+ onChange?: (token: Token) => void;
6
7
  selectedBlockchain?: string;
7
- type: 'source' | 'destination';
8
+ type: 'source' | 'destination' | 'custom-token';
9
+ action?: (token: Token) => ReactElement;
10
+ showTitle?: boolean;
8
11
  }
9
12
  export interface LoadingTokenListProps {
10
13
  size: number;
@@ -1 +1 @@
1
- {"version":3,"file":"TokenList.types.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,KAAK,EAAE,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,IAAI,EAAE,QAAQ,GAAG,aAAa,CAAC;CAChC;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,KAAK,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE,QAAQ,CAAC;CAChC;AAED,KAAK,MAAM,GAAG;IACZ,CAAC,CAAC,EAAE,MAAM,GACN,MAAM,GACN;QACE,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACN,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AACF,KAAK,QAAQ,GAAG;IACd,CAAC,CAAC,EAAE,MAAM,GACN,MAAM,GACN;QACE,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACN,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
1
+ {"version":3,"file":"TokenList.types.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AACvC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1C,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,KAAK,EAAE,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,IAAI,EAAE,QAAQ,GAAG,aAAa,GAAG,cAAc,CAAC;IAChD,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,YAAY,CAAC;IACxC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,KAAK,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE,QAAQ,CAAC;CAChC;AAED,KAAK,MAAM,GAAG;IACZ,CAAC,CAAC,EAAE,MAAM,GACN,MAAM,GACN;QACE,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACN,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AACF,KAAK,QAAQ,GAAG;IACd,CAAC,CAAC,EAAE,MAAM,GACN,MAAM,GACN;QACE,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACN,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -80,6 +80,7 @@ export declare const InputsContainer: import("@stitches/react/types/styled-compo
80
80
  24: string;
81
81
  28: string;
82
82
  32: string;
83
+ 36: string;
83
84
  };
84
85
  radii: {
85
86
  xs: string;
@@ -239,6 +240,7 @@ export declare const InputLabel: import("@stitches/react/types/styled-component"
239
240
  24: string;
240
241
  28: string;
241
242
  32: string;
243
+ 36: string;
242
244
  };
243
245
  radii: {
244
246
  xs: string;