@rango-dev/widget-embedded 0.14.1-next.6 → 0.14.1-next.7

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 (66) hide show
  1. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +6 -0
  2. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  3. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +3 -0
  4. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  5. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +45 -0
  6. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  7. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +9 -0
  8. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
  9. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +12 -0
  10. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  11. package/dist/components/Layout/Layout.styles.d.ts +9 -0
  12. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  13. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +3 -0
  14. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
  15. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +9 -0
  16. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  17. package/dist/components/NoRoutes/NoRoutes.styles.d.ts +9 -0
  18. package/dist/components/NoRoutes/NoRoutes.styles.d.ts.map +1 -1
  19. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +12 -0
  20. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
  21. package/dist/components/RouteErrors/RouteErrors.styles.d.ts +12 -0
  22. package/dist/components/RouteErrors/RouteErrors.styles.d.ts.map +1 -1
  23. package/dist/components/SearchInput/SearchInput.styles.d.ts +3 -0
  24. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
  25. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +12 -0
  26. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
  27. package/dist/components/Slippage/Slippage.styles.d.ts +12 -0
  28. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  29. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +18 -0
  30. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  31. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +3 -0
  32. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  33. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +3 -0
  34. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  35. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +12 -0
  36. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
  37. package/dist/components/TokenList/TokenList.styles.d.ts +30 -0
  38. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  39. package/dist/components/WalletModal/WalletModalContent.styles.d.ts +12 -0
  40. package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
  41. package/dist/constants/fonts.d.ts +2 -0
  42. package/dist/constants/fonts.d.ts.map +1 -0
  43. package/dist/{constants.d.ts → constants/index.d.ts} +1 -1
  44. package/dist/constants/index.d.ts.map +1 -0
  45. package/dist/hooks/useTheme.d.ts +1 -1
  46. package/dist/hooks/useTheme.d.ts.map +1 -1
  47. package/dist/index.d.ts +9 -6
  48. package/dist/index.d.ts.map +1 -1
  49. package/dist/index.js +1 -1
  50. package/dist/index.js.map +4 -4
  51. package/dist/types/config.d.ts +4 -10
  52. package/dist/types/config.d.ts.map +1 -1
  53. package/dist/utils/colors.d.ts +11 -0
  54. package/dist/utils/colors.d.ts.map +1 -0
  55. package/dist/utils/common.d.ts +0 -4
  56. package/dist/utils/common.d.ts.map +1 -1
  57. package/package.json +2 -2
  58. package/src/components/TokenList/TokenList.tsx +1 -1
  59. package/src/constants/fonts.ts +1 -0
  60. package/src/hooks/useTheme.ts +51 -11
  61. package/src/index.ts +33 -26
  62. package/src/types/config.ts +4 -10
  63. package/src/utils/colors.ts +93 -0
  64. package/src/utils/common.ts +0 -49
  65. package/dist/constants.d.ts.map +0 -1
  66. /package/src/{constants.ts → constants/index.ts} +0 -0
@@ -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;
@@ -161,8 +164,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
161
164
  lg: string;
162
165
  }, {
163
166
  colors: {
167
+ primary: string;
164
168
  primary500: string;
165
169
  primary600: string;
170
+ secondary: string;
166
171
  secondary100: string;
167
172
  secondary200: string;
168
173
  secondary300: string;
@@ -172,6 +177,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
172
177
  secondary700: string;
173
178
  secondary800: string;
174
179
  secondary900: string;
180
+ neutral: string;
175
181
  neutral100: string;
176
182
  neutral200: string;
177
183
  neutral300: string;
@@ -314,8 +320,10 @@ export declare const PrefixIcon: import("@stitches/react/types/styled-component"
314
320
  lg: string;
315
321
  }, {
316
322
  colors: {
323
+ primary: string;
317
324
  primary500: string;
318
325
  primary600: string;
326
+ secondary: string;
319
327
  secondary100: string;
320
328
  secondary200: string;
321
329
  secondary300: string;
@@ -325,6 +333,7 @@ export declare const PrefixIcon: import("@stitches/react/types/styled-component"
325
333
  secondary700: string;
326
334
  secondary800: string;
327
335
  secondary900: string;
336
+ neutral: string;
328
337
  neutral100: string;
329
338
  neutral200: string;
330
339
  neutral300: string;
@@ -1 +1 @@
1
- {"version":3,"file":"NoRoutes.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NoRoutes/NoRoutes.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAErB,CAAC"}
1
+ {"version":3,"file":"NoRoutes.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NoRoutes/NoRoutes.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAErB,CAAC"}
@@ -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;
@@ -161,8 +164,10 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
161
164
  lg: string;
162
165
  }, {
163
166
  colors: {
167
+ primary: string;
164
168
  primary500: string;
165
169
  primary600: string;
170
+ secondary: string;
166
171
  secondary100: string;
167
172
  secondary200: string;
168
173
  secondary300: string;
@@ -172,6 +177,7 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
172
177
  secondary700: string;
173
178
  secondary800: string;
174
179
  secondary900: string;
180
+ neutral: string;
175
181
  neutral100: string;
176
182
  neutral200: string;
177
183
  neutral300: string;
@@ -314,8 +320,10 @@ export declare const Images: import("@stitches/react/types/styled-component").St
314
320
  lg: string;
315
321
  }, {
316
322
  colors: {
323
+ primary: string;
317
324
  primary500: string;
318
325
  primary600: string;
326
+ secondary: string;
319
327
  secondary100: string;
320
328
  secondary200: string;
321
329
  secondary300: string;
@@ -325,6 +333,7 @@ export declare const Images: import("@stitches/react/types/styled-component").St
325
333
  secondary700: string;
326
334
  secondary800: string;
327
335
  secondary900: string;
336
+ neutral: string;
328
337
  neutral100: string;
329
338
  neutral200: string;
330
339
  neutral300: string;
@@ -467,8 +476,10 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
467
476
  lg: string;
468
477
  }, {
469
478
  colors: {
479
+ primary: string;
470
480
  primary500: string;
471
481
  primary600: string;
482
+ secondary: string;
472
483
  secondary100: string;
473
484
  secondary200: string;
474
485
  secondary300: string;
@@ -478,6 +489,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
478
489
  secondary700: string;
479
490
  secondary800: string;
480
491
  secondary900: string;
492
+ neutral: string;
481
493
  neutral100: string;
482
494
  neutral200: string;
483
495
  neutral300: string;
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ5B,CAAC"}
1
+ {"version":3,"file":"NotificationContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ5B,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;
@@ -161,8 +164,10 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
161
164
  lg: string;
162
165
  }, {
163
166
  colors: {
167
+ primary: string;
164
168
  primary500: string;
165
169
  primary600: string;
170
+ secondary: string;
166
171
  secondary100: string;
167
172
  secondary200: string;
168
173
  secondary300: string;
@@ -172,6 +177,7 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
172
177
  secondary700: string;
173
178
  secondary800: string;
174
179
  secondary900: string;
180
+ neutral: string;
175
181
  neutral100: string;
176
182
  neutral200: string;
177
183
  neutral300: string;
@@ -314,8 +320,10 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
314
320
  lg: string;
315
321
  }, {
316
322
  colors: {
323
+ primary: string;
317
324
  primary500: string;
318
325
  primary600: string;
326
+ secondary: string;
319
327
  secondary100: string;
320
328
  secondary200: string;
321
329
  secondary300: string;
@@ -325,6 +333,7 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
325
333
  secondary700: string;
326
334
  secondary800: string;
327
335
  secondary900: string;
336
+ neutral: string;
328
337
  neutral100: string;
329
338
  neutral200: string;
330
339
  neutral300: string;
@@ -467,8 +476,10 @@ export declare const Action: import("@stitches/react/types/styled-component").St
467
476
  lg: string;
468
477
  }, {
469
478
  colors: {
479
+ primary: string;
470
480
  primary500: string;
471
481
  primary600: string;
482
+ secondary: string;
472
483
  secondary100: string;
473
484
  secondary200: string;
474
485
  secondary300: string;
@@ -478,6 +489,7 @@ export declare const Action: import("@stitches/react/types/styled-component").St
478
489
  secondary700: string;
479
490
  secondary800: string;
480
491
  secondary900: string;
492
+ neutral: string;
481
493
  neutral100: string;
482
494
  neutral200: string;
483
495
  neutral300: string;
@@ -1 +1 @@
1
- {"version":3,"file":"RouteErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
1
+ {"version":3,"file":"RouteErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
@@ -8,8 +8,10 @@ export declare const IconWrapper: 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 IconWrapper: 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;
@@ -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"}
@@ -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;
@@ -161,8 +164,10 @@ export declare const LiquiditySourceList: import("@stitches/react/types/styled-c
161
164
  lg: string;
162
165
  }, {
163
166
  colors: {
167
+ primary: string;
164
168
  primary500: string;
165
169
  primary600: string;
170
+ secondary: string;
166
171
  secondary100: string;
167
172
  secondary200: string;
168
173
  secondary300: string;
@@ -172,6 +177,7 @@ export declare const LiquiditySourceList: import("@stitches/react/types/styled-c
172
177
  secondary700: string;
173
178
  secondary800: string;
174
179
  secondary900: string;
180
+ neutral: string;
175
181
  neutral100: string;
176
182
  neutral200: string;
177
183
  neutral300: string;
@@ -314,8 +320,10 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
314
320
  lg: string;
315
321
  }, {
316
322
  colors: {
323
+ primary: string;
317
324
  primary500: string;
318
325
  primary600: string;
326
+ secondary: string;
319
327
  secondary100: string;
320
328
  secondary200: string;
321
329
  secondary300: string;
@@ -325,6 +333,7 @@ export declare const LiquiditySourceSuffix: import("@stitches/react/types/styled
325
333
  secondary700: string;
326
334
  secondary800: string;
327
335
  secondary900: string;
336
+ neutral: string;
328
337
  neutral100: string;
329
338
  neutral200: string;
330
339
  neutral300: string;
@@ -467,8 +476,10 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
467
476
  lg: string;
468
477
  }, {
469
478
  colors: {
479
+ primary: string;
470
480
  primary500: string;
471
481
  primary600: string;
482
+ secondary: string;
472
483
  secondary100: string;
473
484
  secondary200: string;
474
485
  secondary300: string;
@@ -478,6 +489,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
478
489
  secondary700: string;
479
490
  secondary800: string;
480
491
  secondary900: string;
492
+ neutral: string;
481
493
  neutral100: string;
482
494
  neutral200: string;
483
495
  neutral300: 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;
@@ -161,8 +164,10 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
161
164
  lg: string;
162
165
  }, {
163
166
  colors: {
167
+ primary: string;
164
168
  primary500: string;
165
169
  primary600: string;
170
+ secondary: string;
166
171
  secondary100: string;
167
172
  secondary200: string;
168
173
  secondary300: string;
@@ -172,6 +177,7 @@ export declare const SlippageChipsContainer: import("@stitches/react/types/style
172
177
  secondary700: string;
173
178
  secondary800: string;
174
179
  secondary900: string;
180
+ neutral: string;
175
181
  neutral100: string;
176
182
  neutral200: string;
177
183
  neutral300: string;
@@ -314,8 +320,10 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
314
320
  lg: string;
315
321
  }, {
316
322
  colors: {
323
+ primary: string;
317
324
  primary500: string;
318
325
  primary600: string;
326
+ secondary: string;
319
327
  secondary100: string;
320
328
  secondary200: string;
321
329
  secondary300: string;
@@ -325,6 +333,7 @@ export declare const Head: import("@stitches/react/types/styled-component").Styl
325
333
  secondary700: string;
326
334
  secondary800: string;
327
335
  secondary900: string;
336
+ neutral: string;
328
337
  neutral100: string;
329
338
  neutral200: string;
330
339
  neutral300: string;
@@ -467,8 +476,10 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
467
476
  lg: string;
468
477
  }, {
469
478
  colors: {
479
+ primary: string;
470
480
  primary500: string;
471
481
  primary600: string;
482
+ secondary: string;
472
483
  secondary100: string;
473
484
  secondary200: string;
474
485
  secondary300: string;
@@ -478,6 +489,7 @@ export declare const SlippageTooltipContainer: import("@stitches/react/types/sty
478
489
  secondary700: string;
479
490
  secondary800: string;
480
491
  secondary900: string;
492
+ neutral: string;
481
493
  neutral100: string;
482
494
  neutral200: string;
483
495
  neutral300: 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"}
@@ -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;
@@ -161,8 +164,10 @@ export declare const HeaderDetails: import("@stitches/react/types/styled-compone
161
164
  lg: string;
162
165
  }, {
163
166
  colors: {
167
+ primary: string;
164
168
  primary500: string;
165
169
  primary600: string;
170
+ secondary: string;
166
171
  secondary100: string;
167
172
  secondary200: string;
168
173
  secondary300: string;
@@ -172,6 +177,7 @@ export declare const HeaderDetails: import("@stitches/react/types/styled-compone
172
177
  secondary700: string;
173
178
  secondary800: string;
174
179
  secondary900: string;
180
+ neutral: string;
175
181
  neutral100: string;
176
182
  neutral200: string;
177
183
  neutral300: string;
@@ -314,8 +320,10 @@ export declare const StepsList: import("@stitches/react/types/styled-component")
314
320
  lg: string;
315
321
  }, {
316
322
  colors: {
323
+ primary: string;
317
324
  primary500: string;
318
325
  primary600: string;
326
+ secondary: string;
319
327
  secondary100: string;
320
328
  secondary200: string;
321
329
  secondary300: string;
@@ -325,6 +333,7 @@ export declare const StepsList: import("@stitches/react/types/styled-component")
325
333
  secondary700: string;
326
334
  secondary800: string;
327
335
  secondary900: string;
336
+ neutral: string;
328
337
  neutral100: string;
329
338
  neutral200: string;
330
339
  neutral300: string;
@@ -467,8 +476,10 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
467
476
  lg: string;
468
477
  }, {
469
478
  colors: {
479
+ primary: string;
470
480
  primary500: string;
471
481
  primary600: string;
482
+ secondary: string;
472
483
  secondary100: string;
473
484
  secondary200: string;
474
485
  secondary300: string;
@@ -478,6 +489,7 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
478
489
  secondary700: string;
479
490
  secondary800: string;
480
491
  secondary900: string;
492
+ neutral: string;
481
493
  neutral100: string;
482
494
  neutral200: string;
483
495
  neutral300: string;
@@ -620,8 +632,10 @@ export declare const PlaceholderContainer: import("@stitches/react/types/styled-
620
632
  lg: string;
621
633
  }, {
622
634
  colors: {
635
+ primary: string;
623
636
  primary500: string;
624
637
  primary600: string;
638
+ secondary: string;
625
639
  secondary100: string;
626
640
  secondary200: string;
627
641
  secondary300: string;
@@ -631,6 +645,7 @@ export declare const PlaceholderContainer: import("@stitches/react/types/styled-
631
645
  secondary700: string;
632
646
  secondary800: string;
633
647
  secondary900: string;
648
+ neutral: string;
634
649
  neutral100: string;
635
650
  neutral200: string;
636
651
  neutral300: string;
@@ -773,8 +788,10 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
773
788
  lg: string;
774
789
  }, {
775
790
  colors: {
791
+ primary: string;
776
792
  primary500: string;
777
793
  primary600: string;
794
+ secondary: string;
778
795
  secondary100: string;
779
796
  secondary200: string;
780
797
  secondary300: string;
@@ -784,6 +801,7 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
784
801
  secondary700: string;
785
802
  secondary800: string;
786
803
  secondary900: string;
804
+ neutral: string;
787
805
  neutral100: string;
788
806
  neutral200: string;
789
807
  neutral300: 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;
@@ -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;
@@ -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;
@@ -161,8 +164,10 @@ export declare const Time: import("@stitches/react/types/styled-component").Styl
161
164
  lg: string;
162
165
  }, {
163
166
  colors: {
167
+ primary: string;
164
168
  primary500: string;
165
169
  primary600: string;
170
+ secondary: string;
166
171
  secondary100: string;
167
172
  secondary200: string;
168
173
  secondary300: string;
@@ -172,6 +177,7 @@ export declare const Time: import("@stitches/react/types/styled-component").Styl
172
177
  secondary700: string;
173
178
  secondary800: string;
174
179
  secondary900: string;
180
+ neutral: string;
175
181
  neutral100: string;
176
182
  neutral200: string;
177
183
  neutral300: string;
@@ -314,8 +320,10 @@ export declare const SwapList: import("@stitches/react/types/styled-component").
314
320
  lg: string;
315
321
  }, {
316
322
  colors: {
323
+ primary: string;
317
324
  primary500: string;
318
325
  primary600: string;
326
+ secondary: string;
319
327
  secondary100: string;
320
328
  secondary200: string;
321
329
  secondary300: string;
@@ -325,6 +333,7 @@ export declare const SwapList: import("@stitches/react/types/styled-component").
325
333
  secondary700: string;
326
334
  secondary800: string;
327
335
  secondary900: string;
336
+ neutral: string;
328
337
  neutral100: string;
329
338
  neutral200: string;
330
339
  neutral300: string;
@@ -467,8 +476,10 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
467
476
  lg: string;
468
477
  }, {
469
478
  colors: {
479
+ primary: string;
470
480
  primary500: string;
471
481
  primary600: string;
482
+ secondary: string;
472
483
  secondary100: string;
473
484
  secondary200: string;
474
485
  secondary300: string;
@@ -478,6 +489,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
478
489
  secondary700: string;
479
490
  secondary800: string;
480
491
  secondary900: string;
492
+ neutral: string;
481
493
  neutral100: string;
482
494
  neutral200: string;
483
495
  neutral300: 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"}