@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 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;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUf,CAAC"}
1
+ {"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUf,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;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC"}
1
+ {"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC"}
@@ -13,8 +13,10 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
13
13
  lg: string;
14
14
  }, {
15
15
  colors: {
16
+ primary: string;
16
17
  primary500: string;
17
18
  primary600: string;
19
+ secondary: string;
18
20
  secondary100: string;
19
21
  secondary200: string;
20
22
  secondary300: string;
@@ -24,6 +26,7 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
24
26
  secondary700: string;
25
27
  secondary800: string;
26
28
  secondary900: string;
29
+ neutral: string;
27
30
  neutral100: string;
28
31
  neutral200: string;
29
32
  neutral300: string;
@@ -166,8 +169,10 @@ export declare const ListContainer: import("@stitches/react/types/styled-compone
166
169
  lg: string;
167
170
  }, {
168
171
  colors: {
172
+ primary: string;
169
173
  primary500: string;
170
174
  primary600: string;
175
+ secondary: string;
171
176
  secondary100: string;
172
177
  secondary200: string;
173
178
  secondary300: string;
@@ -177,6 +182,7 @@ export declare const ListContainer: import("@stitches/react/types/styled-compone
177
182
  secondary700: string;
178
183
  secondary800: string;
179
184
  secondary900: string;
185
+ neutral: string;
180
186
  neutral100: string;
181
187
  neutral200: string;
182
188
  neutral300: string;
@@ -321,8 +327,10 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
321
327
  lg: string;
322
328
  }, {
323
329
  colors: {
330
+ primary: string;
324
331
  primary500: string;
325
332
  primary600: string;
333
+ secondary: string;
326
334
  secondary100: string;
327
335
  secondary200: string;
328
336
  secondary300: string;
@@ -332,6 +340,7 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
332
340
  secondary700: string;
333
341
  secondary800: string;
334
342
  secondary900: string;
343
+ neutral: string;
335
344
  neutral100: string;
336
345
  neutral200: string;
337
346
  neutral300: string;
@@ -474,8 +483,10 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
474
483
  lg: string;
475
484
  }, {
476
485
  colors: {
486
+ primary: string;
477
487
  primary500: string;
478
488
  primary600: string;
489
+ secondary: string;
479
490
  secondary100: string;
480
491
  secondary200: string;
481
492
  secondary300: string;
@@ -485,6 +496,7 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
485
496
  secondary700: string;
486
497
  secondary800: string;
487
498
  secondary900: string;
499
+ neutral: string;
488
500
  neutral100: string;
489
501
  neutral200: string;
490
502
  neutral300: string;
@@ -627,8 +639,10 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
627
639
  lg: string;
628
640
  }, {
629
641
  colors: {
642
+ primary: string;
630
643
  primary500: string;
631
644
  primary600: string;
645
+ secondary: string;
632
646
  secondary100: string;
633
647
  secondary200: string;
634
648
  secondary300: string;
@@ -638,6 +652,7 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
638
652
  secondary700: string;
639
653
  secondary800: string;
640
654
  secondary900: string;
655
+ neutral: string;
641
656
  neutral100: string;
642
657
  neutral200: string;
643
658
  neutral300: string;
@@ -782,8 +797,10 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
782
797
  lg: string;
783
798
  }, {
784
799
  colors: {
800
+ primary: string;
785
801
  primary500: string;
786
802
  primary600: string;
803
+ secondary: string;
787
804
  secondary100: string;
788
805
  secondary200: string;
789
806
  secondary300: string;
@@ -793,6 +810,7 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
793
810
  secondary700: string;
794
811
  secondary800: string;
795
812
  secondary900: string;
813
+ neutral: string;
796
814
  neutral100: string;
797
815
  neutral200: string;
798
816
  neutral300: string;
@@ -935,8 +953,10 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
935
953
  lg: string;
936
954
  }, {
937
955
  colors: {
956
+ primary: string;
938
957
  primary500: string;
939
958
  primary600: string;
959
+ secondary: string;
940
960
  secondary100: string;
941
961
  secondary200: string;
942
962
  secondary300: string;
@@ -946,6 +966,7 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
946
966
  secondary700: string;
947
967
  secondary800: string;
948
968
  secondary900: string;
969
+ neutral: string;
949
970
  neutral100: string;
950
971
  neutral200: string;
951
972
  neutral300: string;
@@ -1090,8 +1111,10 @@ export declare const CollapsibleRoot: import("@stitches/react/types/styled-compo
1090
1111
  lg: string;
1091
1112
  }, {
1092
1113
  colors: {
1114
+ primary: string;
1093
1115
  primary500: string;
1094
1116
  primary600: string;
1117
+ secondary: string;
1095
1118
  secondary100: string;
1096
1119
  secondary200: string;
1097
1120
  secondary300: string;
@@ -1101,6 +1124,7 @@ export declare const CollapsibleRoot: import("@stitches/react/types/styled-compo
1101
1124
  secondary700: string;
1102
1125
  secondary800: string;
1103
1126
  secondary900: string;
1127
+ neutral: string;
1104
1128
  neutral100: string;
1105
1129
  neutral200: string;
1106
1130
  neutral300: string;
@@ -1522,8 +1546,10 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
1522
1546
  lg: string;
1523
1547
  }, {
1524
1548
  colors: {
1549
+ primary: string;
1525
1550
  primary500: string;
1526
1551
  primary600: string;
1552
+ secondary: string;
1527
1553
  secondary100: string;
1528
1554
  secondary200: string;
1529
1555
  secondary300: string;
@@ -1533,6 +1559,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
1533
1559
  secondary700: string;
1534
1560
  secondary800: string;
1535
1561
  secondary900: string;
1562
+ neutral: string;
1536
1563
  neutral100: string;
1537
1564
  neutral200: string;
1538
1565
  neutral300: string;
@@ -1675,8 +1702,10 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
1675
1702
  lg: string;
1676
1703
  }, {
1677
1704
  colors: {
1705
+ primary: string;
1678
1706
  primary500: string;
1679
1707
  primary600: string;
1708
+ secondary: string;
1680
1709
  secondary100: string;
1681
1710
  secondary200: string;
1682
1711
  secondary300: string;
@@ -1686,6 +1715,7 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
1686
1715
  secondary700: string;
1687
1716
  secondary800: string;
1688
1717
  secondary900: string;
1718
+ neutral: string;
1689
1719
  neutral100: string;
1690
1720
  neutral200: string;
1691
1721
  neutral300: string;
@@ -1830,8 +1860,10 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
1830
1860
  lg: string;
1831
1861
  }, {
1832
1862
  colors: {
1863
+ primary: string;
1833
1864
  primary500: string;
1834
1865
  primary600: string;
1866
+ secondary: string;
1835
1867
  secondary100: string;
1836
1868
  secondary200: string;
1837
1869
  secondary300: string;
@@ -1841,6 +1873,7 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
1841
1873
  secondary700: string;
1842
1874
  secondary800: string;
1843
1875
  secondary900: string;
1876
+ neutral: string;
1844
1877
  neutral100: string;
1845
1878
  neutral200: string;
1846
1879
  neutral300: string;
@@ -1983,8 +2016,10 @@ export declare const ConfirmButton: import("@stitches/react/types/styled-compone
1983
2016
  lg: string;
1984
2017
  }, {
1985
2018
  colors: {
2019
+ primary: string;
1986
2020
  primary500: string;
1987
2021
  primary600: string;
2022
+ secondary: string;
1988
2023
  secondary100: string;
1989
2024
  secondary200: string;
1990
2025
  secondary300: string;
@@ -1994,6 +2029,7 @@ export declare const ConfirmButton: import("@stitches/react/types/styled-compone
1994
2029
  secondary700: string;
1995
2030
  secondary800: string;
1996
2031
  secondary900: string;
2032
+ neutral: string;
1997
2033
  neutral100: string;
1998
2034
  neutral200: string;
1999
2035
  neutral300: string;
@@ -2145,8 +2181,10 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
2145
2181
  lg: string;
2146
2182
  }, {
2147
2183
  colors: {
2184
+ primary: string;
2148
2185
  primary500: string;
2149
2186
  primary600: string;
2187
+ secondary: string;
2150
2188
  secondary100: string;
2151
2189
  secondary200: string;
2152
2190
  secondary300: string;
@@ -2156,6 +2194,7 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
2156
2194
  secondary700: string;
2157
2195
  secondary800: string;
2158
2196
  secondary900: string;
2197
+ neutral: string;
2159
2198
  neutral100: string;
2160
2199
  neutral200: string;
2161
2200
  neutral300: string;
@@ -2300,8 +2339,10 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
2300
2339
  lg: string;
2301
2340
  }, {
2302
2341
  colors: {
2342
+ primary: string;
2303
2343
  primary500: string;
2304
2344
  primary600: string;
2345
+ secondary: string;
2305
2346
  secondary100: string;
2306
2347
  secondary200: string;
2307
2348
  secondary300: string;
@@ -2311,6 +2352,7 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
2311
2352
  secondary700: string;
2312
2353
  secondary800: string;
2313
2354
  secondary900: string;
2355
+ neutral: string;
2314
2356
  neutral100: string;
2315
2357
  neutral200: string;
2316
2358
  neutral300: string;
@@ -2453,8 +2495,10 @@ export declare const Wallets: import("@stitches/react/types/styled-component").S
2453
2495
  lg: string;
2454
2496
  }, {
2455
2497
  colors: {
2498
+ primary: string;
2456
2499
  primary500: string;
2457
2500
  primary600: string;
2501
+ secondary: string;
2458
2502
  secondary100: string;
2459
2503
  secondary200: string;
2460
2504
  secondary300: string;
@@ -2464,6 +2508,7 @@ export declare const Wallets: import("@stitches/react/types/styled-component").S
2464
2508
  secondary700: string;
2465
2509
  secondary800: string;
2466
2510
  secondary900: string;
2511
+ neutral: string;
2467
2512
  neutral100: string;
2468
2513
  neutral200: string;
2469
2514
  neutral300: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
@@ -8,8 +8,10 @@ export declare const LogoContainer: 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 LogoContainer: 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 Spinner: import("@stitches/react/types/styled-component").S
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 Spinner: import("@stitches/react/types/styled-component").S
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 WalletImageContainer: 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 WalletImageContainer: 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;
@@ -1 +1 @@
1
- {"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
1
+ {"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
@@ -11,8 +11,10 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
11
11
  lg: string;
12
12
  }, {
13
13
  colors: {
14
+ primary: string;
14
15
  primary500: string;
15
16
  primary600: string;
17
+ secondary: string;
16
18
  secondary100: string;
17
19
  secondary200: string;
18
20
  secondary300: string;
@@ -22,6 +24,7 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
22
24
  secondary700: string;
23
25
  secondary800: string;
24
26
  secondary900: string;
27
+ neutral: string;
25
28
  neutral100: string;
26
29
  neutral200: string;
27
30
  neutral300: string;
@@ -164,8 +167,10 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
164
167
  lg: string;
165
168
  }, {
166
169
  colors: {
170
+ primary: string;
167
171
  primary500: string;
168
172
  primary600: string;
173
+ secondary: string;
169
174
  secondary100: string;
170
175
  secondary200: string;
171
176
  secondary300: string;
@@ -175,6 +180,7 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
175
180
  secondary700: string;
176
181
  secondary800: string;
177
182
  secondary900: string;
183
+ neutral: string;
178
184
  neutral100: string;
179
185
  neutral200: string;
180
186
  neutral300: string;
@@ -317,8 +323,10 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
317
323
  lg: string;
318
324
  }, {
319
325
  colors: {
326
+ primary: string;
320
327
  primary500: string;
321
328
  primary600: string;
329
+ secondary: string;
322
330
  secondary100: string;
323
331
  secondary200: string;
324
332
  secondary300: string;
@@ -328,6 +336,7 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
328
336
  secondary700: string;
329
337
  secondary800: string;
330
338
  secondary900: string;
339
+ neutral: string;
331
340
  neutral100: string;
332
341
  neutral200: string;
333
342
  neutral300: string;
@@ -470,8 +479,10 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
470
479
  lg: string;
471
480
  }, {
472
481
  colors: {
482
+ primary: string;
473
483
  primary500: string;
474
484
  primary600: string;
485
+ secondary: string;
475
486
  secondary100: string;
476
487
  secondary200: string;
477
488
  secondary300: string;
@@ -481,6 +492,7 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
481
492
  secondary700: string;
482
493
  secondary800: string;
483
494
  secondary900: string;
495
+ neutral: string;
484
496
  neutral100: string;
485
497
  neutral200: string;
486
498
  neutral300: string;
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtC,CAAC"}
1
+ {"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtC,CAAC"}
@@ -10,8 +10,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
10
10
  lg: string;
11
11
  }, {
12
12
  colors: {
13
+ primary: string;
13
14
  primary500: string;
14
15
  primary600: string;
16
+ secondary: string;
15
17
  secondary100: string;
16
18
  secondary200: string;
17
19
  secondary300: string;
@@ -21,6 +23,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
21
23
  secondary700: string;
22
24
  secondary800: string;
23
25
  secondary900: string;
26
+ neutral: string;
24
27
  neutral100: string;
25
28
  neutral200: string;
26
29
  neutral300: string;
@@ -165,8 +168,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
165
168
  lg: string;
166
169
  }, {
167
170
  colors: {
171
+ primary: string;
168
172
  primary500: string;
169
173
  primary600: string;
174
+ secondary: string;
170
175
  secondary100: string;
171
176
  secondary200: string;
172
177
  secondary300: string;
@@ -176,6 +181,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
176
181
  secondary700: string;
177
182
  secondary800: string;
178
183
  secondary900: string;
184
+ neutral: string;
179
185
  neutral100: string;
180
186
  neutral200: string;
181
187
  neutral300: string;
@@ -318,8 +324,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
318
324
  lg: string;
319
325
  }, {
320
326
  colors: {
327
+ primary: string;
321
328
  primary500: string;
322
329
  primary600: string;
330
+ secondary: string;
323
331
  secondary100: string;
324
332
  secondary200: string;
325
333
  secondary300: string;
@@ -329,6 +337,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
329
337
  secondary700: string;
330
338
  secondary800: string;
331
339
  secondary900: string;
340
+ neutral: string;
332
341
  neutral100: string;
333
342
  neutral200: string;
334
343
  neutral300: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqBpB,CAAC;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQjB,CAAC"}
1
+ {"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqBpB,CAAC;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQjB,CAAC"}
@@ -9,8 +9,10 @@ export declare const CustomeListItem: import("@stitches/react/types/styled-compo
9
9
  lg: string;
10
10
  }, {
11
11
  colors: {
12
+ primary: string;
12
13
  primary500: string;
13
14
  primary600: string;
15
+ secondary: string;
14
16
  secondary100: string;
15
17
  secondary200: string;
16
18
  secondary300: string;
@@ -20,6 +22,7 @@ export declare const CustomeListItem: import("@stitches/react/types/styled-compo
20
22
  secondary700: string;
21
23
  secondary800: string;
22
24
  secondary900: string;
25
+ neutral: string;
23
26
  neutral100: string;
24
27
  neutral200: string;
25
28
  neutral300: string;
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingLiquiditySourceList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,CAAC"}
1
+ {"version":3,"file":"LoadingLiquiditySourceList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,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 StepContainer: 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 StepContainer: 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 StepSeparator: import("@stitches/react/types/styled-compone
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 StepSeparator: import("@stitches/react/types/styled-compone
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":"LoadingSwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoCpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+BxB,CAAC;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKxB,CAAC"}
1
+ {"version":3,"file":"LoadingSwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoCpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+BxB,CAAC;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKxB,CAAC"}