@rango-dev/widget-embedded 0.14.1-next.2 → 0.14.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 (167) hide show
  1. package/dist/Widget.d.ts.map +1 -1
  2. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +8 -0
  3. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  4. package/dist/components/BlockchainsSection/BlockchainsSection.d.ts.map +1 -1
  5. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +4 -0
  6. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  7. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +60 -0
  8. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  9. package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
  10. package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -1
  11. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +12 -0
  12. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
  13. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +16 -0
  14. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  15. package/dist/components/Layout/Layout.styles.d.ts +12 -0
  16. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  17. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +4 -0
  18. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
  19. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +12 -0
  20. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  21. package/dist/components/NoRoutes/NoRoutes.styles.d.ts +12 -0
  22. package/dist/components/NoRoutes/NoRoutes.styles.d.ts.map +1 -1
  23. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +16 -0
  24. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
  25. package/dist/components/RouteErrors/RouteErrors.styles.d.ts +16 -0
  26. package/dist/components/RouteErrors/RouteErrors.styles.d.ts.map +1 -1
  27. package/dist/components/SearchInput/SearchInput.styles.d.ts +4 -0
  28. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
  29. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +16 -0
  30. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
  31. package/dist/components/Slippage/Slippage.styles.d.ts +16 -0
  32. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  33. package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
  34. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  35. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +24 -0
  36. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  37. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +4 -0
  38. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  39. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +4 -0
  40. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  41. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +16 -0
  42. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
  43. package/dist/components/TokenList/TokenList.styles.d.ts +40 -0
  44. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  45. package/dist/components/WalletModal/WalletModalContent.styles.d.ts +16 -0
  46. package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
  47. package/dist/constants/configs.d.ts +2 -0
  48. package/dist/constants/configs.d.ts.map +1 -0
  49. package/dist/constants/errors.d.ts +1 -1
  50. package/dist/constants/errors.d.ts.map +1 -1
  51. package/dist/constants/fonts.d.ts +2 -0
  52. package/dist/constants/fonts.d.ts.map +1 -0
  53. package/dist/{constants.d.ts → constants/index.d.ts} +1 -1
  54. package/dist/constants/index.d.ts.map +1 -0
  55. package/dist/constants/languages.d.ts +11 -0
  56. package/dist/constants/languages.d.ts.map +1 -0
  57. package/dist/constants/messages.d.ts +1 -1
  58. package/dist/constants/messages.d.ts.map +1 -1
  59. package/dist/hooks/useLanguage.d.ts +11 -0
  60. package/dist/hooks/useLanguage.d.ts.map +1 -0
  61. package/dist/hooks/usePrepareBlockchainList/index.d.ts +2 -0
  62. package/dist/hooks/usePrepareBlockchainList/index.d.ts.map +1 -0
  63. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts +2 -0
  64. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts.map +1 -0
  65. package/dist/hooks/{usePrepareBlockchainList.d.ts → usePrepareBlockchainList/usePrepareBlockchainList.d.ts} +1 -9
  66. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts.map +1 -0
  67. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +10 -0
  68. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts.map +1 -0
  69. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts +3 -0
  70. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts.map +1 -0
  71. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.d.ts +2 -0
  72. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.d.ts.map +1 -0
  73. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts +11 -0
  74. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts.map +1 -0
  75. package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
  76. package/dist/hooks/useTheme.d.ts +2 -2
  77. package/dist/hooks/useTheme.d.ts.map +1 -1
  78. package/dist/index.d.ts +9 -6
  79. package/dist/index.d.ts.map +1 -1
  80. package/dist/index.js +1 -1
  81. package/dist/index.js.map +4 -4
  82. package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
  83. package/dist/pages/Home.d.ts.map +1 -1
  84. package/dist/pages/LanguagePage.d.ts.map +1 -1
  85. package/dist/store/bestRoute.d.ts.map +1 -1
  86. package/dist/store/settings.d.ts +15 -6
  87. package/dist/store/settings.d.ts.map +1 -1
  88. package/dist/types/config.d.ts +11 -13
  89. package/dist/types/config.d.ts.map +1 -1
  90. package/dist/utils/colors.d.ts +11 -0
  91. package/dist/utils/colors.d.ts.map +1 -0
  92. package/dist/utils/common.d.ts +0 -4
  93. package/dist/utils/common.d.ts.map +1 -1
  94. package/dist/utils/configs.d.ts +2 -0
  95. package/dist/utils/configs.d.ts.map +1 -1
  96. package/dist/utils/hash.d.ts +2 -0
  97. package/dist/utils/hash.d.ts.map +1 -0
  98. package/dist/utils/meta.d.ts +3 -1
  99. package/dist/utils/meta.d.ts.map +1 -1
  100. package/dist/utils/routing.d.ts +8 -1
  101. package/dist/utils/routing.d.ts.map +1 -1
  102. package/dist/utils/swap.d.ts.map +1 -1
  103. package/dist/utils/time.d.ts.map +1 -1
  104. package/dist/utils/ui.d.ts +13 -0
  105. package/dist/utils/ui.d.ts.map +1 -0
  106. package/dist/utils/wallets.d.ts +0 -1
  107. package/dist/utils/wallets.d.ts.map +1 -1
  108. package/package.json +6 -6
  109. package/src/Widget.tsx +15 -3
  110. package/src/components/BlockchainsSection/BlockchainsSection.tsx +21 -6
  111. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +5 -11
  112. package/src/components/ConfirmWalletsModal/WalletList.tsx +35 -24
  113. package/src/components/Layout/Layout.styles.ts +7 -2
  114. package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +1 -1
  115. package/src/components/NoRoutes/NoRoutes.helper.ts +4 -4
  116. package/src/components/NoRoutes/NoRoutes.tsx +2 -2
  117. package/src/components/NotificationContent/NotificationContent.tsx +1 -1
  118. package/src/components/NotificationContent/NotificationNotFound.tsx +1 -1
  119. package/src/components/RouteErrors/RouteErrors.tsx +2 -2
  120. package/src/components/RouteErrors/RouteErrorsModal.tsx +6 -6
  121. package/src/components/RouteErrors/RouteErrorsModalItem.tsx +1 -1
  122. package/src/components/Slippage/SlippageTooltipContent.tsx +1 -1
  123. package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +5 -6
  124. package/src/components/SwapDetails/SwapDetails.tsx +6 -10
  125. package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +1 -1
  126. package/src/components/SwapsGroup/SwapsGroup.tsx +2 -2
  127. package/src/components/TokenList/TokenList.styles.ts +1 -1
  128. package/src/components/TokenList/TokenList.tsx +2 -2
  129. package/src/constants/configs.ts +1 -0
  130. package/src/constants/errors.ts +44 -41
  131. package/src/constants/fonts.ts +1 -0
  132. package/src/constants/languages.ts +19 -0
  133. package/src/constants/messages.ts +7 -5
  134. package/src/hooks/useConfirmSwap.ts +1 -1
  135. package/src/hooks/useLanguage.ts +27 -0
  136. package/src/hooks/usePrepareBlockchainList/index.ts +1 -0
  137. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.ts +1 -0
  138. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.ts +108 -0
  139. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.ts +3101 -0
  140. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.ts +273 -0
  141. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.ts +38 -0
  142. package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.ts +12 -0
  143. package/src/hooks/useSyncStoresWithConfig.ts +49 -1
  144. package/src/hooks/useTheme.ts +44 -26
  145. package/src/index.ts +33 -26
  146. package/src/pages/ConfirmSwapPage.tsx +9 -18
  147. package/src/pages/Home.tsx +6 -7
  148. package/src/pages/LanguagePage.tsx +16 -39
  149. package/src/pages/SettingsPage.tsx +1 -1
  150. package/src/store/bestRoute.ts +12 -38
  151. package/src/store/settings.ts +46 -4
  152. package/src/types/config.ts +10 -12
  153. package/src/utils/colors.ts +109 -0
  154. package/src/utils/common.ts +0 -49
  155. package/src/utils/configs.ts +3 -0
  156. package/src/utils/hash.ts +27 -0
  157. package/src/utils/meta.ts +11 -1
  158. package/src/utils/routing.ts +58 -0
  159. package/src/utils/settings.ts +1 -1
  160. package/src/utils/swap.ts +15 -20
  161. package/src/utils/time.ts +2 -4
  162. package/src/utils/ui.ts +72 -0
  163. package/src/utils/wallets.ts +4 -25
  164. package/dist/constants.d.ts.map +0 -1
  165. package/dist/hooks/usePrepareBlockchainList.d.ts.map +0 -1
  166. package/src/hooks/usePrepareBlockchainList.ts +0 -125
  167. /package/src/{constants.ts → constants/index.ts} +0 -0
@@ -8,8 +8,10 @@ export declare const SettingsContainer: import("@stitches/react/types/styled-com
8
8
  lg: string;
9
9
  }, {
10
10
  colors: {
11
+ primary: string;
11
12
  primary500: string;
12
13
  primary600: string;
14
+ secondary: string;
13
15
  secondary100: string;
14
16
  secondary200: string;
15
17
  secondary300: string;
@@ -19,6 +21,7 @@ export declare const SettingsContainer: import("@stitches/react/types/styled-com
19
21
  secondary700: string;
20
22
  secondary800: string;
21
23
  secondary900: string;
24
+ neutral: string;
22
25
  neutral100: string;
23
26
  neutral200: string;
24
27
  neutral300: string;
@@ -38,6 +41,7 @@ export declare const SettingsContainer: import("@stitches/react/types/styled-com
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -161,8 +165,10 @@ export declare const LiquiditySourceList: import("@stitches/react/types/styled-c
161
165
  lg: string;
162
166
  }, {
163
167
  colors: {
168
+ primary: string;
164
169
  primary500: string;
165
170
  primary600: string;
171
+ secondary: string;
166
172
  secondary100: string;
167
173
  secondary200: string;
168
174
  secondary300: string;
@@ -172,6 +178,7 @@ export declare const LiquiditySourceList: import("@stitches/react/types/styled-c
172
178
  secondary700: string;
173
179
  secondary800: string;
174
180
  secondary900: string;
181
+ neutral: string;
175
182
  neutral100: string;
176
183
  neutral200: string;
177
184
  neutral300: string;
@@ -191,6 +198,7 @@ export declare const LiquiditySourceList: import("@stitches/react/types/styled-c
191
198
  warning500: string;
192
199
  warning600: string;
193
200
  warning700: string;
201
+ info: string;
194
202
  info100: string;
195
203
  info300: string;
196
204
  info500: string;
@@ -314,8 +322,10 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
314
322
  lg: string;
315
323
  }, {
316
324
  colors: {
325
+ primary: string;
317
326
  primary500: string;
318
327
  primary600: string;
328
+ secondary: string;
319
329
  secondary100: string;
320
330
  secondary200: string;
321
331
  secondary300: string;
@@ -325,6 +335,7 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
325
335
  secondary700: string;
326
336
  secondary800: string;
327
337
  secondary900: string;
338
+ neutral: string;
328
339
  neutral100: string;
329
340
  neutral200: string;
330
341
  neutral300: string;
@@ -344,6 +355,7 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
344
355
  warning500: string;
345
356
  warning600: string;
346
357
  warning700: string;
358
+ info: string;
347
359
  info100: string;
348
360
  info300: string;
349
361
  info500: string;
@@ -467,8 +479,10 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
467
479
  lg: string;
468
480
  }, {
469
481
  colors: {
482
+ primary: string;
470
483
  primary500: string;
471
484
  primary600: string;
485
+ secondary: string;
472
486
  secondary100: string;
473
487
  secondary200: string;
474
488
  secondary300: string;
@@ -478,6 +492,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
478
492
  secondary700: string;
479
493
  secondary800: string;
480
494
  secondary900: string;
495
+ neutral: string;
481
496
  neutral100: string;
482
497
  neutral200: string;
483
498
  neutral300: string;
@@ -497,6 +512,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
497
512
  warning500: string;
498
513
  warning600: string;
499
514
  warning700: string;
515
+ info: string;
500
516
  info100: string;
501
517
  info300: string;
502
518
  info500: 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,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC"}
@@ -8,8 +8,10 @@ export declare const BaseContainer: import("@stitches/react/types/styled-compone
8
8
  lg: string;
9
9
  }, {
10
10
  colors: {
11
+ primary: string;
11
12
  primary500: string;
12
13
  primary600: string;
14
+ secondary: string;
13
15
  secondary100: string;
14
16
  secondary200: string;
15
17
  secondary300: string;
@@ -19,6 +21,7 @@ export declare const BaseContainer: import("@stitches/react/types/styled-compone
19
21
  secondary700: string;
20
22
  secondary800: string;
21
23
  secondary900: string;
24
+ neutral: string;
22
25
  neutral100: string;
23
26
  neutral200: string;
24
27
  neutral300: string;
@@ -38,6 +41,7 @@ export declare const BaseContainer: import("@stitches/react/types/styled-compone
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -161,8 +165,10 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
161
165
  lg: string;
162
166
  }, {
163
167
  colors: {
168
+ primary: string;
164
169
  primary500: string;
165
170
  primary600: string;
171
+ secondary: string;
166
172
  secondary100: string;
167
173
  secondary200: string;
168
174
  secondary300: string;
@@ -172,6 +178,7 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
172
178
  secondary700: string;
173
179
  secondary800: string;
174
180
  secondary900: string;
181
+ neutral: string;
175
182
  neutral100: string;
176
183
  neutral200: string;
177
184
  neutral300: string;
@@ -191,6 +198,7 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
191
198
  warning500: string;
192
199
  warning600: string;
193
200
  warning700: string;
201
+ info: string;
194
202
  info100: string;
195
203
  info300: string;
196
204
  info500: string;
@@ -314,8 +322,10 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
314
322
  lg: string;
315
323
  }, {
316
324
  colors: {
325
+ primary: string;
317
326
  primary500: string;
318
327
  primary600: string;
328
+ secondary: string;
319
329
  secondary100: string;
320
330
  secondary200: string;
321
331
  secondary300: string;
@@ -325,6 +335,7 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
325
335
  secondary700: string;
326
336
  secondary800: string;
327
337
  secondary900: string;
338
+ neutral: string;
328
339
  neutral100: string;
329
340
  neutral200: string;
330
341
  neutral300: string;
@@ -344,6 +355,7 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
344
355
  warning500: string;
345
356
  warning600: string;
346
357
  warning700: string;
358
+ info: string;
347
359
  info100: string;
348
360
  info300: string;
349
361
  info500: string;
@@ -467,8 +479,10 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
467
479
  lg: string;
468
480
  }, {
469
481
  colors: {
482
+ primary: string;
470
483
  primary500: string;
471
484
  primary600: string;
485
+ secondary: string;
472
486
  secondary100: string;
473
487
  secondary200: string;
474
488
  secondary300: string;
@@ -478,6 +492,7 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
478
492
  secondary700: string;
479
493
  secondary800: string;
480
494
  secondary900: string;
495
+ neutral: string;
481
496
  neutral100: string;
482
497
  neutral200: string;
483
498
  neutral300: string;
@@ -497,6 +512,7 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
497
512
  warning500: string;
498
513
  warning600: string;
499
514
  warning700: string;
515
+ info: string;
500
516
  info100: string;
501
517
  info300: string;
502
518
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKf,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnC,CAAC"}
1
+ {"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKf,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnC,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,qBAsD5E"}
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,qBAqD5E"}
@@ -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;AA0C3D,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBA4WlD"}
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;AA0C3D,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAwWlD"}
@@ -8,8 +8,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
8
8
  lg: string;
9
9
  }, {
10
10
  colors: {
11
+ primary: string;
11
12
  primary500: string;
12
13
  primary600: string;
14
+ secondary: string;
13
15
  secondary100: string;
14
16
  secondary200: string;
15
17
  secondary300: string;
@@ -19,6 +21,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
19
21
  secondary700: string;
20
22
  secondary800: string;
21
23
  secondary900: string;
24
+ neutral: string;
22
25
  neutral100: string;
23
26
  neutral200: string;
24
27
  neutral300: string;
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -161,8 +165,10 @@ export declare const HeaderDetails: import("@stitches/react/types/styled-compone
161
165
  lg: string;
162
166
  }, {
163
167
  colors: {
168
+ primary: string;
164
169
  primary500: string;
165
170
  primary600: string;
171
+ secondary: string;
166
172
  secondary100: string;
167
173
  secondary200: string;
168
174
  secondary300: string;
@@ -172,6 +178,7 @@ export declare const HeaderDetails: import("@stitches/react/types/styled-compone
172
178
  secondary700: string;
173
179
  secondary800: string;
174
180
  secondary900: string;
181
+ neutral: string;
175
182
  neutral100: string;
176
183
  neutral200: string;
177
184
  neutral300: string;
@@ -191,6 +198,7 @@ export declare const HeaderDetails: import("@stitches/react/types/styled-compone
191
198
  warning500: string;
192
199
  warning600: string;
193
200
  warning700: string;
201
+ info: string;
194
202
  info100: string;
195
203
  info300: string;
196
204
  info500: string;
@@ -314,8 +322,10 @@ export declare const StepsList: import("@stitches/react/types/styled-component")
314
322
  lg: string;
315
323
  }, {
316
324
  colors: {
325
+ primary: string;
317
326
  primary500: string;
318
327
  primary600: string;
328
+ secondary: string;
319
329
  secondary100: string;
320
330
  secondary200: string;
321
331
  secondary300: string;
@@ -325,6 +335,7 @@ export declare const StepsList: import("@stitches/react/types/styled-component")
325
335
  secondary700: string;
326
336
  secondary800: string;
327
337
  secondary900: string;
338
+ neutral: string;
328
339
  neutral100: string;
329
340
  neutral200: string;
330
341
  neutral300: string;
@@ -344,6 +355,7 @@ export declare const StepsList: import("@stitches/react/types/styled-component")
344
355
  warning500: string;
345
356
  warning600: string;
346
357
  warning700: string;
358
+ info: string;
347
359
  info100: string;
348
360
  info300: string;
349
361
  info500: string;
@@ -467,8 +479,10 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
467
479
  lg: string;
468
480
  }, {
469
481
  colors: {
482
+ primary: string;
470
483
  primary500: string;
471
484
  primary600: string;
485
+ secondary: string;
472
486
  secondary100: string;
473
487
  secondary200: string;
474
488
  secondary300: string;
@@ -478,6 +492,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
478
492
  secondary700: string;
479
493
  secondary800: string;
480
494
  secondary900: string;
495
+ neutral: string;
481
496
  neutral100: string;
482
497
  neutral200: string;
483
498
  neutral300: string;
@@ -497,6 +512,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
497
512
  warning500: string;
498
513
  warning600: string;
499
514
  warning700: string;
515
+ info: string;
500
516
  info100: string;
501
517
  info300: string;
502
518
  info500: string;
@@ -620,8 +636,10 @@ export declare const PlaceholderContainer: import("@stitches/react/types/styled-
620
636
  lg: string;
621
637
  }, {
622
638
  colors: {
639
+ primary: string;
623
640
  primary500: string;
624
641
  primary600: string;
642
+ secondary: string;
625
643
  secondary100: string;
626
644
  secondary200: string;
627
645
  secondary300: string;
@@ -631,6 +649,7 @@ export declare const PlaceholderContainer: import("@stitches/react/types/styled-
631
649
  secondary700: string;
632
650
  secondary800: string;
633
651
  secondary900: string;
652
+ neutral: string;
634
653
  neutral100: string;
635
654
  neutral200: string;
636
655
  neutral300: string;
@@ -650,6 +669,7 @@ export declare const PlaceholderContainer: import("@stitches/react/types/styled-
650
669
  warning500: string;
651
670
  warning600: string;
652
671
  warning700: string;
672
+ info: string;
653
673
  info100: string;
654
674
  info300: string;
655
675
  info500: string;
@@ -773,8 +793,10 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
773
793
  lg: string;
774
794
  }, {
775
795
  colors: {
796
+ primary: string;
776
797
  primary500: string;
777
798
  primary600: string;
799
+ secondary: string;
778
800
  secondary100: string;
779
801
  secondary200: string;
780
802
  secondary300: string;
@@ -784,6 +806,7 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
784
806
  secondary700: string;
785
807
  secondary800: string;
786
808
  secondary900: string;
809
+ neutral: string;
787
810
  neutral100: string;
788
811
  neutral200: string;
789
812
  neutral300: string;
@@ -803,6 +826,7 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
803
826
  warning500: string;
804
827
  warning600: string;
805
828
  warning700: string;
829
+ info: string;
806
830
  info100: string;
807
831
  info300: string;
808
832
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuCpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK/B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC"}
1
+ {"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuCpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK/B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC"}
@@ -8,8 +8,10 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
8
8
  lg: string;
9
9
  }, {
10
10
  colors: {
11
+ primary: string;
11
12
  primary500: string;
12
13
  primary600: string;
14
+ secondary: string;
13
15
  secondary100: string;
14
16
  secondary200: string;
15
17
  secondary300: string;
@@ -19,6 +21,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
19
21
  secondary700: string;
20
22
  secondary800: string;
21
23
  secondary900: string;
24
+ neutral: string;
22
25
  neutral100: string;
23
26
  neutral200: string;
24
27
  neutral300: string;
@@ -38,6 +41,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: 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"}
1
+ {"version":3,"file":"SwapDetailsAlerts.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
@@ -8,8 +8,10 @@ export declare const WalletContainer: import("@stitches/react/types/styled-compo
8
8
  lg: string;
9
9
  }, {
10
10
  colors: {
11
+ primary: string;
11
12
  primary500: string;
12
13
  primary600: string;
14
+ secondary: string;
13
15
  secondary100: string;
14
16
  secondary200: string;
15
17
  secondary300: string;
@@ -19,6 +21,7 @@ export declare const WalletContainer: import("@stitches/react/types/styled-compo
19
21
  secondary700: string;
20
22
  secondary800: string;
21
23
  secondary900: string;
24
+ neutral: string;
22
25
  neutral100: string;
23
26
  neutral200: string;
24
27
  neutral300: string;
@@ -38,6 +41,7 @@ export declare const WalletContainer: import("@stitches/react/types/styled-compo
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: 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"}
1
+ {"version":3,"file":"SwapDetailsModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC"}
@@ -8,8 +8,10 @@ export declare const Group: import("@stitches/react/types/styled-component").Sty
8
8
  lg: string;
9
9
  }, {
10
10
  colors: {
11
+ primary: string;
11
12
  primary500: string;
12
13
  primary600: string;
14
+ secondary: string;
13
15
  secondary100: string;
14
16
  secondary200: string;
15
17
  secondary300: string;
@@ -19,6 +21,7 @@ export declare const Group: import("@stitches/react/types/styled-component").Sty
19
21
  secondary700: string;
20
22
  secondary800: string;
21
23
  secondary900: string;
24
+ neutral: string;
22
25
  neutral100: string;
23
26
  neutral200: string;
24
27
  neutral300: string;
@@ -38,6 +41,7 @@ export declare const Group: import("@stitches/react/types/styled-component").Sty
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -161,8 +165,10 @@ export declare const Time: import("@stitches/react/types/styled-component").Styl
161
165
  lg: string;
162
166
  }, {
163
167
  colors: {
168
+ primary: string;
164
169
  primary500: string;
165
170
  primary600: string;
171
+ secondary: string;
166
172
  secondary100: string;
167
173
  secondary200: string;
168
174
  secondary300: string;
@@ -172,6 +178,7 @@ export declare const Time: import("@stitches/react/types/styled-component").Styl
172
178
  secondary700: string;
173
179
  secondary800: string;
174
180
  secondary900: string;
181
+ neutral: string;
175
182
  neutral100: string;
176
183
  neutral200: string;
177
184
  neutral300: string;
@@ -191,6 +198,7 @@ export declare const Time: import("@stitches/react/types/styled-component").Styl
191
198
  warning500: string;
192
199
  warning600: string;
193
200
  warning700: string;
201
+ info: string;
194
202
  info100: string;
195
203
  info300: string;
196
204
  info500: string;
@@ -314,8 +322,10 @@ export declare const SwapList: import("@stitches/react/types/styled-component").
314
322
  lg: string;
315
323
  }, {
316
324
  colors: {
325
+ primary: string;
317
326
  primary500: string;
318
327
  primary600: string;
328
+ secondary: string;
319
329
  secondary100: string;
320
330
  secondary200: string;
321
331
  secondary300: string;
@@ -325,6 +335,7 @@ export declare const SwapList: import("@stitches/react/types/styled-component").
325
335
  secondary700: string;
326
336
  secondary800: string;
327
337
  secondary900: string;
338
+ neutral: string;
328
339
  neutral100: string;
329
340
  neutral200: string;
330
341
  neutral300: string;
@@ -344,6 +355,7 @@ export declare const SwapList: import("@stitches/react/types/styled-component").
344
355
  warning500: string;
345
356
  warning600: string;
346
357
  warning700: string;
358
+ info: string;
347
359
  info100: string;
348
360
  info300: string;
349
361
  info500: string;
@@ -467,8 +479,10 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
467
479
  lg: string;
468
480
  }, {
469
481
  colors: {
482
+ primary: string;
470
483
  primary500: string;
471
484
  primary600: string;
485
+ secondary: string;
472
486
  secondary100: string;
473
487
  secondary200: string;
474
488
  secondary300: string;
@@ -478,6 +492,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
478
492
  secondary700: string;
479
493
  secondary800: string;
480
494
  secondary900: string;
495
+ neutral: string;
481
496
  neutral100: string;
482
497
  neutral200: string;
483
498
  neutral300: string;
@@ -497,6 +512,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
497
512
  warning500: string;
498
513
  warning600: string;
499
514
  warning700: string;
515
+ info: string;
500
516
  info100: string;
501
517
  info300: string;
502
518
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SwapsGroup.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapsGroup/SwapsGroup.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAInB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}
1
+ {"version":3,"file":"SwapsGroup.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapsGroup/SwapsGroup.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAInB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}