@rango-dev/ui 0.17.1-next.0 → 0.17.1-next.10

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 (185) hide show
  1. package/dist/index.js +6 -6
  2. package/dist/index.js.map +4 -4
  3. package/dist/translations/es.d.ts.map +1 -1
  4. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +12 -0
  5. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
  6. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +36 -0
  7. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -1
  8. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +8 -0
  9. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -1
  10. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +4 -0
  11. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +1 -1
  12. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +4 -0
  13. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
  14. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +8 -0
  15. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
  16. package/dist/widget/ui/src/components/Button/Button.styles.d.ts +12 -0
  17. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
  18. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +8 -0
  19. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
  20. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +16 -0
  21. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
  22. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +4 -0
  23. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
  24. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +4 -0
  25. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
  26. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +20 -0
  27. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
  28. package/dist/widget/ui/src/components/Flags/English.d.ts +4 -0
  29. package/dist/widget/ui/src/components/Flags/English.d.ts.map +1 -0
  30. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts +2 -0
  31. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts.map +1 -0
  32. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts +4 -0
  33. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts.map +1 -0
  34. package/dist/widget/ui/src/components/Flags/French.d.ts +4 -0
  35. package/dist/widget/ui/src/components/Flags/French.d.ts.map +1 -0
  36. package/dist/widget/ui/src/components/Flags/Japanese.d.ts +4 -0
  37. package/dist/widget/ui/src/components/Flags/Japanese.d.ts.map +1 -0
  38. package/dist/widget/ui/src/components/Flags/Spanish.d.ts +4 -0
  39. package/dist/widget/ui/src/components/Flags/Spanish.d.ts.map +1 -0
  40. package/dist/widget/ui/src/components/Flags/index.d.ts +7 -0
  41. package/dist/widget/ui/src/components/Flags/index.d.ts.map +1 -0
  42. package/dist/widget/ui/src/components/Header/Header.styles.d.ts +8 -0
  43. package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
  44. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +1 -1
  45. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -1
  46. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +4 -0
  47. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
  48. package/dist/widget/ui/src/components/Icon/common.d.ts +8 -0
  49. package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
  50. package/dist/widget/ui/src/components/List/List.styles.d.ts +4 -0
  51. package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
  52. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +4 -0
  53. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
  54. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +4 -0
  55. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
  56. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +4 -0
  57. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
  58. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +12 -0
  59. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
  60. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +24 -0
  61. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
  62. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +4 -0
  63. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
  64. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +8 -0
  65. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
  66. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +4 -0
  67. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
  68. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +8 -0
  69. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
  70. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +16 -0
  71. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
  72. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +4 -0
  73. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -1
  74. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +4 -0
  75. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
  76. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +12 -0
  77. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
  78. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +4 -0
  79. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
  80. package/dist/widget/ui/src/components/StepDetail/StepDetail.d.ts +2 -1
  81. package/dist/widget/ui/src/components/StepDetail/StepDetail.d.ts.map +1 -1
  82. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +20 -0
  83. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
  84. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +4 -0
  85. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
  86. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +4 -0
  87. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
  88. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +24 -0
  89. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
  90. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +36 -0
  91. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
  92. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +8 -0
  93. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
  94. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +12 -0
  95. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
  96. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +12 -0
  97. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
  98. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +8 -4
  99. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
  100. package/dist/widget/ui/src/components/Wallet/Content.d.ts +1 -1
  101. package/dist/widget/ui/src/components/Wallet/Content.d.ts.map +1 -1
  102. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +20 -0
  103. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
  104. package/dist/widget/ui/src/components/common/FilledCircle.d.ts +4 -0
  105. package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
  106. package/dist/widget/ui/src/components/common/styles.d.ts +4 -0
  107. package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
  108. package/dist/widget/ui/src/components/index.d.ts +1 -1
  109. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  110. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +40 -0
  111. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
  112. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +12 -0
  113. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
  114. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +8 -0
  115. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
  116. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +4 -0
  117. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
  118. package/dist/widget/ui/src/icons/Colors.d.ts +5 -0
  119. package/dist/widget/ui/src/icons/Colors.d.ts.map +1 -0
  120. package/dist/widget/ui/src/icons/CustomColors.d.ts +5 -0
  121. package/dist/widget/ui/src/icons/CustomColors.d.ts.map +1 -0
  122. package/dist/widget/ui/src/icons/Style.d.ts.map +1 -1
  123. package/dist/widget/ui/src/icons/index.d.ts +2 -0
  124. package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
  125. package/dist/widget/ui/src/theme.d.ts +62 -0
  126. package/dist/widget/ui/src/theme.d.ts.map +1 -1
  127. package/package.json +6 -6
  128. package/src/components/Alert/Alert.styles.ts +2 -2
  129. package/src/components/BestRoute/BestRoute.styles.ts +1 -0
  130. package/src/components/BestRoute/BestRoute.tsx +1 -1
  131. package/src/components/BestRoute/BestRouteSkeleton.styles.ts +1 -1
  132. package/src/components/BottomLogo/BottomLogo.tsx +2 -2
  133. package/src/components/Button/Button.styles.tsx +6 -6
  134. package/src/components/Checkbox/Checkbox.styles.ts +1 -1
  135. package/src/components/Chip/Chip.tsx +1 -1
  136. package/src/components/Flags/English.tsx +35 -0
  137. package/src/components/Flags/Flags.constants.ts +1 -0
  138. package/src/components/Flags/Flags.types.ts +3 -0
  139. package/src/components/Flags/French.tsx +26 -0
  140. package/src/components/Flags/Japanese.tsx +25 -0
  141. package/src/components/Flags/Spanish.tsx +85 -0
  142. package/src/components/Flags/index.ts +8 -0
  143. package/src/components/I18nManager/I18nManager.tsx +16 -7
  144. package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +2 -2
  145. package/src/components/ListItem/ListItem.tsx +1 -1
  146. package/src/components/MessageBox/DefaultMessageBox.tsx +1 -1
  147. package/src/components/NotFound/NotFound.tsx +1 -1
  148. package/src/components/PriceImpact/PriceImpact.tsx +2 -2
  149. package/src/components/Radio/Radio.styles.tsx +1 -1
  150. package/src/components/RoutesOverview/RoutesOverview.tsx +1 -1
  151. package/src/components/StepDetail/StepDetail.tsx +7 -4
  152. package/src/components/StepDetails/StepDetails.tsx +2 -2
  153. package/src/components/SvgIcon/SvgIcon.style.ts +2 -6
  154. package/src/components/SwapListItem/SwapListItem.tsx +1 -1
  155. package/src/components/SwapListItem/SwapToken.tsx +3 -3
  156. package/src/components/Switch/Switch.styles.tsx +2 -2
  157. package/src/components/TextField/TextField.styles.ts +2 -2
  158. package/src/components/TokenAmount/TokenAmount.tsx +2 -2
  159. package/src/components/TokenList/TokenItem.tsx +1 -1
  160. package/src/components/TokenPreview/TokenPreview.tsx +2 -2
  161. package/src/components/Wallet/Content.tsx +5 -3
  162. package/src/components/Wallet/SelectableWallet.tsx +1 -1
  163. package/src/components/Wallet/Wallet.helpers.ts +2 -2
  164. package/src/components/index.ts +1 -1
  165. package/src/containers/SwapHistory/SwapHistory.tsx +4 -4
  166. package/src/containers/SwapInput/SwapInput.tsx +3 -3
  167. package/src/containers/SwapInput/TokenSection.styles.ts +2 -2
  168. package/src/containers/SwapInput/TokenSection.tsx +1 -1
  169. package/src/containers/TokenInfo/TokenInfo.tsx +4 -4
  170. package/src/containers/Warnings/BalanceErrors.tsx +1 -1
  171. package/src/icons/Colors.tsx +33 -0
  172. package/src/icons/CustomColors.tsx +21 -0
  173. package/src/icons/LogoWithText.tsx +16 -16
  174. package/src/icons/Style.tsx +29 -25
  175. package/src/icons/index.ts +2 -0
  176. package/src/theme.ts +36 -28
  177. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.d.ts +0 -10
  178. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.d.ts.map +0 -1
  179. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.stories.d.ts +0 -6
  180. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.stories.d.ts.map +0 -1
  181. package/dist/widget/ui/src/components/ColorPicker/index.d.ts +0 -2
  182. package/dist/widget/ui/src/components/ColorPicker/index.d.ts.map +0 -1
  183. package/src/components/ColorPicker/ColorPicker.stories.tsx +0 -46
  184. package/src/components/ColorPicker/ColorPicker.tsx +0 -107
  185. package/src/components/ColorPicker/index.ts +0 -1
@@ -8,8 +8,10 @@ export declare const TokenContainer: import("@stitches/react/types/styled-compon
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 TokenContainer: import("@stitches/react/types/styled-compon
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 TokenContainer: import("@stitches/react/types/styled-compon
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 Images: import("@stitches/react/types/styled-component").St
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 Images: import("@stitches/react/types/styled-component").St
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 Images: import("@stitches/react/types/styled-component").St
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;
@@ -316,8 +324,10 @@ export declare const Layout: import("@stitches/react/types/styled-component").St
316
324
  lg: string;
317
325
  }, {
318
326
  colors: {
327
+ primary: string;
319
328
  primary500: string;
320
329
  primary600: string;
330
+ secondary: string;
321
331
  secondary100: string;
322
332
  secondary200: string;
323
333
  secondary300: string;
@@ -327,6 +337,7 @@ export declare const Layout: import("@stitches/react/types/styled-component").St
327
337
  secondary700: string;
328
338
  secondary800: string;
329
339
  secondary900: string;
340
+ neutral: string;
330
341
  neutral100: string;
331
342
  neutral200: string;
332
343
  neutral300: string;
@@ -346,6 +357,7 @@ export declare const Layout: import("@stitches/react/types/styled-component").St
346
357
  warning500: string;
347
358
  warning600: string;
348
359
  warning700: string;
360
+ info: string;
349
361
  info100: string;
350
362
  info300: string;
351
363
  info500: string;
@@ -469,8 +481,10 @@ export declare const TopSection: import("@stitches/react/types/styled-component"
469
481
  lg: string;
470
482
  }, {
471
483
  colors: {
484
+ primary: string;
472
485
  primary500: string;
473
486
  primary600: string;
487
+ secondary: string;
474
488
  secondary100: string;
475
489
  secondary200: string;
476
490
  secondary300: string;
@@ -480,6 +494,7 @@ export declare const TopSection: import("@stitches/react/types/styled-component"
480
494
  secondary700: string;
481
495
  secondary800: string;
482
496
  secondary900: string;
497
+ neutral: string;
483
498
  neutral100: string;
484
499
  neutral200: string;
485
500
  neutral300: string;
@@ -499,6 +514,7 @@ export declare const TopSection: import("@stitches/react/types/styled-component"
499
514
  warning500: string;
500
515
  warning600: string;
501
516
  warning700: string;
517
+ info: string;
502
518
  info100: string;
503
519
  info300: string;
504
520
  info500: string;
@@ -622,8 +638,10 @@ export declare const TokenInfo: import("@stitches/react/types/styled-component")
622
638
  lg: string;
623
639
  }, {
624
640
  colors: {
641
+ primary: string;
625
642
  primary500: string;
626
643
  primary600: string;
644
+ secondary: string;
627
645
  secondary100: string;
628
646
  secondary200: string;
629
647
  secondary300: string;
@@ -633,6 +651,7 @@ export declare const TokenInfo: import("@stitches/react/types/styled-component")
633
651
  secondary700: string;
634
652
  secondary800: string;
635
653
  secondary900: string;
654
+ neutral: string;
636
655
  neutral100: string;
637
656
  neutral200: string;
638
657
  neutral300: string;
@@ -652,6 +671,7 @@ export declare const TokenInfo: import("@stitches/react/types/styled-component")
652
671
  warning500: string;
653
672
  warning600: string;
654
673
  warning700: string;
674
+ info: string;
655
675
  info100: string;
656
676
  info300: string;
657
677
  info500: string;
@@ -775,8 +795,10 @@ export declare const Icon: import("@stitches/react/types/styled-component").Styl
775
795
  lg: string;
776
796
  }, {
777
797
  colors: {
798
+ primary: string;
778
799
  primary500: string;
779
800
  primary600: string;
801
+ secondary: string;
780
802
  secondary100: string;
781
803
  secondary200: string;
782
804
  secondary300: string;
@@ -786,6 +808,7 @@ export declare const Icon: import("@stitches/react/types/styled-component").Styl
786
808
  secondary700: string;
787
809
  secondary800: string;
788
810
  secondary900: string;
811
+ neutral: string;
789
812
  neutral100: string;
790
813
  neutral200: string;
791
814
  neutral300: string;
@@ -805,6 +828,7 @@ export declare const Icon: import("@stitches/react/types/styled-component").Styl
805
828
  warning500: string;
806
829
  warning600: string;
807
830
  warning700: string;
831
+ info: string;
808
832
  info100: string;
809
833
  info300: string;
810
834
  info500: string;
@@ -928,8 +952,10 @@ export declare const LayoutLoading: import("@stitches/react/types/styled-compone
928
952
  lg: string;
929
953
  }, {
930
954
  colors: {
955
+ primary: string;
931
956
  primary500: string;
932
957
  primary600: string;
958
+ secondary: string;
933
959
  secondary100: string;
934
960
  secondary200: string;
935
961
  secondary300: string;
@@ -939,6 +965,7 @@ export declare const LayoutLoading: import("@stitches/react/types/styled-compone
939
965
  secondary700: string;
940
966
  secondary800: string;
941
967
  secondary900: string;
968
+ neutral: string;
942
969
  neutral100: string;
943
970
  neutral200: string;
944
971
  neutral300: string;
@@ -958,6 +985,7 @@ export declare const LayoutLoading: import("@stitches/react/types/styled-compone
958
985
  warning500: string;
959
986
  warning600: string;
960
987
  warning700: string;
988
+ info: string;
961
989
  info100: string;
962
990
  info300: string;
963
991
  info500: string;
@@ -1081,8 +1109,10 @@ export declare const IconLoading: import("@stitches/react/types/styled-component
1081
1109
  lg: string;
1082
1110
  }, {
1083
1111
  colors: {
1112
+ primary: string;
1084
1113
  primary500: string;
1085
1114
  primary600: string;
1115
+ secondary: string;
1086
1116
  secondary100: string;
1087
1117
  secondary200: string;
1088
1118
  secondary300: string;
@@ -1092,6 +1122,7 @@ export declare const IconLoading: import("@stitches/react/types/styled-component
1092
1122
  secondary700: string;
1093
1123
  secondary800: string;
1094
1124
  secondary900: string;
1125
+ neutral: string;
1095
1126
  neutral100: string;
1096
1127
  neutral200: string;
1097
1128
  neutral300: string;
@@ -1111,6 +1142,7 @@ export declare const IconLoading: import("@stitches/react/types/styled-component
1111
1142
  warning500: string;
1112
1143
  warning600: string;
1113
1144
  warning700: string;
1145
+ info: string;
1114
1146
  info100: string;
1115
1147
  info300: string;
1116
1148
  info500: string;
@@ -1234,8 +1266,10 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
1234
1266
  lg: string;
1235
1267
  }, {
1236
1268
  colors: {
1269
+ primary: string;
1237
1270
  primary500: string;
1238
1271
  primary600: string;
1272
+ secondary: string;
1239
1273
  secondary100: string;
1240
1274
  secondary200: string;
1241
1275
  secondary300: string;
@@ -1245,6 +1279,7 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
1245
1279
  secondary700: string;
1246
1280
  secondary800: string;
1247
1281
  secondary900: string;
1282
+ neutral: string;
1248
1283
  neutral100: string;
1249
1284
  neutral200: string;
1250
1285
  neutral300: string;
@@ -1264,6 +1299,7 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
1264
1299
  warning500: string;
1265
1300
  warning600: string;
1266
1301
  warning700: string;
1302
+ info: string;
1267
1303
  info100: string;
1268
1304
  info300: string;
1269
1305
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKzB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIrB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK3B,CAAC"}
1
+ {"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKzB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIrB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK3B,CAAC"}
@@ -10,8 +10,10 @@ export declare const StyledSwitchRoot: import("@stitches/react/types/styled-comp
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 StyledSwitchRoot: import("@stitches/react/types/styled-comp
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;
@@ -40,6 +43,7 @@ export declare const StyledSwitchRoot: import("@stitches/react/types/styled-comp
40
43
  warning500: string;
41
44
  warning600: string;
42
45
  warning700: string;
46
+ info: string;
43
47
  info100: string;
44
48
  info300: string;
45
49
  info500: string;
@@ -163,8 +167,10 @@ export declare const StyledSwitchThumb: import("@stitches/react/types/styled-com
163
167
  lg: string;
164
168
  }, {
165
169
  colors: {
170
+ primary: string;
166
171
  primary500: string;
167
172
  primary600: string;
173
+ secondary: string;
168
174
  secondary100: string;
169
175
  secondary200: string;
170
176
  secondary300: string;
@@ -174,6 +180,7 @@ export declare const StyledSwitchThumb: import("@stitches/react/types/styled-com
174
180
  secondary700: string;
175
181
  secondary800: string;
176
182
  secondary900: string;
183
+ neutral: string;
177
184
  neutral100: string;
178
185
  neutral200: string;
179
186
  neutral300: string;
@@ -193,6 +200,7 @@ export declare const StyledSwitchThumb: import("@stitches/react/types/styled-com
193
200
  warning500: string;
194
201
  warning600: string;
195
202
  warning700: string;
203
+ info: string;
196
204
  info100: string;
197
205
  info300: string;
198
206
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Switch/Switch.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuB3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgB5B,CAAC"}
1
+ {"version":3,"file":"Switch.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Switch/Switch.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuB3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgB5B,CAAC"}
@@ -13,8 +13,10 @@ export declare const InputContainer: import("@stitches/react/types/styled-compon
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 InputContainer: import("@stitches/react/types/styled-compon
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;
@@ -43,6 +46,7 @@ export declare const InputContainer: import("@stitches/react/types/styled-compon
43
46
  warning500: string;
44
47
  warning600: string;
45
48
  warning700: string;
49
+ info: string;
46
50
  info100: string;
47
51
  info300: string;
48
52
  info500: string;
@@ -168,8 +172,10 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
168
172
  lg: string;
169
173
  }, {
170
174
  colors: {
175
+ primary: string;
171
176
  primary500: string;
172
177
  primary600: string;
178
+ secondary: string;
173
179
  secondary100: string;
174
180
  secondary200: string;
175
181
  secondary300: string;
@@ -179,6 +185,7 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
179
185
  secondary700: string;
180
186
  secondary800: string;
181
187
  secondary900: string;
188
+ neutral: string;
182
189
  neutral100: string;
183
190
  neutral200: string;
184
191
  neutral300: string;
@@ -198,6 +205,7 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
198
205
  warning500: string;
199
206
  warning600: string;
200
207
  warning700: string;
208
+ info: string;
201
209
  info100: string;
202
210
  info300: string;
203
211
  info500: string;
@@ -321,8 +329,10 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
321
329
  lg: string;
322
330
  }, {
323
331
  colors: {
332
+ primary: string;
324
333
  primary500: string;
325
334
  primary600: string;
335
+ secondary: string;
326
336
  secondary100: string;
327
337
  secondary200: string;
328
338
  secondary300: string;
@@ -332,6 +342,7 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
332
342
  secondary700: string;
333
343
  secondary800: string;
334
344
  secondary900: string;
345
+ neutral: string;
335
346
  neutral100: string;
336
347
  neutral200: string;
337
348
  neutral300: string;
@@ -351,6 +362,7 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
351
362
  warning500: string;
352
363
  warning600: string;
353
364
  warning700: string;
365
+ info: string;
354
366
  info100: string;
355
367
  info300: string;
356
368
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgFzB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkChB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC"}
1
+ {"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgFzB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkChB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC"}
@@ -11,8 +11,10 @@ export declare const TooltipContent: import("@stitches/react/types/styled-compon
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 TooltipContent: import("@stitches/react/types/styled-compon
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;
@@ -41,6 +44,7 @@ export declare const TooltipContent: import("@stitches/react/types/styled-compon
41
44
  warning500: string;
42
45
  warning600: string;
43
46
  warning700: string;
47
+ info: string;
44
48
  info100: string;
45
49
  info300: string;
46
50
  info500: string;
@@ -164,8 +168,10 @@ export declare const TooltipArrow: import("@stitches/react/types/styled-componen
164
168
  lg: string;
165
169
  }, {
166
170
  colors: {
171
+ primary: string;
167
172
  primary500: string;
168
173
  primary600: string;
174
+ secondary: string;
169
175
  secondary100: string;
170
176
  secondary200: string;
171
177
  secondary300: string;
@@ -175,6 +181,7 @@ export declare const TooltipArrow: import("@stitches/react/types/styled-componen
175
181
  secondary700: string;
176
182
  secondary800: string;
177
183
  secondary900: string;
184
+ neutral: string;
178
185
  neutral100: string;
179
186
  neutral200: string;
180
187
  neutral300: string;
@@ -194,6 +201,7 @@ export declare const TooltipArrow: import("@stitches/react/types/styled-componen
194
201
  warning500: string;
195
202
  warning600: string;
196
203
  warning700: string;
204
+ info: string;
197
205
  info100: string;
198
206
  info300: string;
199
207
  info500: string;
@@ -317,8 +325,10 @@ export declare const TooltipTypography: import("@stitches/react/types/styled-com
317
325
  lg: string;
318
326
  }, {
319
327
  colors: {
328
+ primary: string;
320
329
  primary500: string;
321
330
  primary600: string;
331
+ secondary: string;
322
332
  secondary100: string;
323
333
  secondary200: string;
324
334
  secondary300: string;
@@ -328,6 +338,7 @@ export declare const TooltipTypography: import("@stitches/react/types/styled-com
328
338
  secondary700: string;
329
339
  secondary800: string;
330
340
  secondary900: string;
341
+ neutral: string;
331
342
  neutral100: string;
332
343
  neutral200: string;
333
344
  neutral300: string;
@@ -347,6 +358,7 @@ export declare const TooltipTypography: import("@stitches/react/types/styled-com
347
358
  warning500: string;
348
359
  warning600: string;
349
360
  warning700: string;
361
+ info: string;
350
362
  info100: string;
351
363
  info300: string;
352
364
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAGxD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEzB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}
1
+ {"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAGxD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEzB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}
@@ -3,10 +3,10 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
3
3
  size?: "small" | "medium" | "large" | "xmedium" | "xsmall" | undefined;
4
4
  align?: "center" | "left" | "right" | undefined;
5
5
  noWrap?: boolean | "true" | undefined;
6
- ml?: 12 | 4 | 8 | 2 | "4" | "8" | "12" | "2" | undefined;
7
- mt?: 12 | 4 | 8 | 2 | "4" | "8" | "12" | "2" | undefined;
8
- mr?: 12 | 4 | 8 | 2 | "4" | "8" | "12" | "2" | undefined;
9
- mb?: 12 | 4 | 8 | 2 | "4" | "8" | "12" | "2" | undefined;
6
+ ml?: 2 | 12 | 4 | 8 | "4" | "8" | "12" | "2" | undefined;
7
+ mt?: 2 | 12 | 4 | 8 | "4" | "8" | "12" | "2" | undefined;
8
+ mr?: 2 | 12 | 4 | 8 | "4" | "8" | "12" | "2" | undefined;
9
+ mb?: 2 | 12 | 4 | 8 | "4" | "8" | "12" | "2" | undefined;
10
10
  }, {
11
11
  sm: string;
12
12
  md: string;
@@ -17,8 +17,10 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
17
17
  lg: string;
18
18
  }, {
19
19
  colors: {
20
+ primary: string;
20
21
  primary500: string;
21
22
  primary600: string;
23
+ secondary: string;
22
24
  secondary100: string;
23
25
  secondary200: string;
24
26
  secondary300: string;
@@ -28,6 +30,7 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
28
30
  secondary700: string;
29
31
  secondary800: string;
30
32
  secondary900: string;
33
+ neutral: string;
31
34
  neutral100: string;
32
35
  neutral200: string;
33
36
  neutral300: string;
@@ -47,6 +50,7 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
47
50
  warning500: string;
48
51
  warning600: string;
49
52
  warning700: string;
53
+ info: string;
50
54
  info100: string;
51
55
  info300: string;
52
56
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Typography/Typography.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmQ9B,CAAC"}
1
+ {"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Typography/Typography.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmQ9B,CAAC"}
@@ -1,5 +1,5 @@
1
+ import type { ContentProps } from './Wallet.types';
1
2
  import React from 'react';
2
- import { ContentProps } from './Wallet.types';
3
3
  declare function Content(props: ContentProps): React.JSX.Element;
4
4
  export default Content;
5
5
  //# sourceMappingURL=Content.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Content.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAK9C,iBAAS,OAAO,CAAC,KAAK,EAAE,YAAY,qBAuBnC;AAED,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Content.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,iBAAS,OAAO,CAAC,KAAK,EAAE,YAAY,qBAuBnC;AAED,eAAe,OAAO,CAAC"}
@@ -9,8 +9,10 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
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 WalletImageContainer: import("@stitches/react/types/styled-
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;
@@ -39,6 +42,7 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
39
42
  warning500: string;
40
43
  warning600: string;
41
44
  warning700: string;
45
+ info: string;
42
46
  info100: string;
43
47
  info300: string;
44
48
  info500: string;
@@ -162,8 +166,10 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
162
166
  lg: string;
163
167
  }, {
164
168
  colors: {
169
+ primary: string;
165
170
  primary500: string;
166
171
  primary600: string;
172
+ secondary: string;
167
173
  secondary100: string;
168
174
  secondary200: string;
169
175
  secondary300: string;
@@ -173,6 +179,7 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
173
179
  secondary700: string;
174
180
  secondary800: string;
175
181
  secondary900: string;
182
+ neutral: string;
176
183
  neutral100: string;
177
184
  neutral200: string;
178
185
  neutral300: string;
@@ -192,6 +199,7 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
192
199
  warning500: string;
193
200
  warning600: string;
194
201
  warning700: string;
202
+ info: string;
195
203
  info100: string;
196
204
  info300: string;
197
205
  info500: string;
@@ -315,8 +323,10 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
315
323
  lg: string;
316
324
  }, {
317
325
  colors: {
326
+ primary: string;
318
327
  primary500: string;
319
328
  primary600: string;
329
+ secondary: string;
320
330
  secondary100: string;
321
331
  secondary200: string;
322
332
  secondary300: string;
@@ -326,6 +336,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
326
336
  secondary700: string;
327
337
  secondary800: string;
328
338
  secondary900: string;
339
+ neutral: string;
329
340
  neutral100: string;
330
341
  neutral200: string;
331
342
  neutral300: string;
@@ -345,6 +356,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
345
356
  warning500: string;
346
357
  warning600: string;
347
358
  warning700: string;
359
+ info: string;
348
360
  info100: string;
349
361
  info300: string;
350
362
  info500: string;
@@ -470,8 +482,10 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
470
482
  lg: string;
471
483
  }, {
472
484
  colors: {
485
+ primary: string;
473
486
  primary500: string;
474
487
  primary600: string;
488
+ secondary: string;
475
489
  secondary100: string;
476
490
  secondary200: string;
477
491
  secondary300: string;
@@ -481,6 +495,7 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
481
495
  secondary700: string;
482
496
  secondary800: string;
483
497
  secondary900: string;
498
+ neutral: string;
484
499
  neutral100: string;
485
500
  neutral200: string;
486
501
  neutral300: string;
@@ -500,6 +515,7 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
500
515
  warning500: string;
501
516
  warning600: string;
502
517
  warning700: string;
518
+ info: string;
503
519
  info100: string;
504
520
  info300: string;
505
521
  info500: string;
@@ -623,8 +639,10 @@ export declare const LoadingButton: import("@stitches/react/types/styled-compone
623
639
  lg: string;
624
640
  }, {
625
641
  colors: {
642
+ primary: string;
626
643
  primary500: string;
627
644
  primary600: string;
645
+ secondary: string;
628
646
  secondary100: string;
629
647
  secondary200: string;
630
648
  secondary300: string;
@@ -634,6 +652,7 @@ export declare const LoadingButton: import("@stitches/react/types/styled-compone
634
652
  secondary700: string;
635
653
  secondary800: string;
636
654
  secondary900: string;
655
+ neutral: string;
637
656
  neutral100: string;
638
657
  neutral200: string;
639
658
  neutral300: string;
@@ -653,6 +672,7 @@ export declare const LoadingButton: import("@stitches/react/types/styled-compone
653
672
  warning500: string;
654
673
  warning600: string;
655
674
  warning700: string;
675
+ info: string;
656
676
  info100: string;
657
677
  info300: string;
658
678
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Wallet.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4CvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUxB,CAAC"}
1
+ {"version":3,"file":"Wallet.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4CvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUxB,CAAC"}