@rango-dev/ui 0.17.1-next.1 → 0.17.1-next.11

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 (201) hide show
  1. package/dist/index.js +6 -6
  2. package/dist/index.js.map +4 -4
  3. package/dist/translations/en/messages.d.ts +2 -0
  4. package/dist/translations/en/messages.d.ts.map +1 -0
  5. package/dist/translations/es/messages.d.ts +2 -0
  6. package/dist/translations/es/messages.d.ts.map +1 -0
  7. package/dist/translations/fr/messages.d.ts +2 -0
  8. package/dist/translations/fr/messages.d.ts.map +1 -0
  9. package/dist/translations/ja/messages.d.ts +2 -0
  10. package/dist/translations/ja/messages.d.ts.map +1 -0
  11. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +12 -0
  12. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
  13. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +36 -0
  14. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -1
  15. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +8 -0
  16. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -1
  17. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +4 -0
  18. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +1 -1
  19. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +4 -0
  20. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
  21. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +8 -0
  22. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
  23. package/dist/widget/ui/src/components/Button/Button.styles.d.ts +12 -0
  24. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
  25. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +8 -0
  26. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
  27. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +16 -0
  28. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
  29. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +4 -0
  30. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
  31. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +4 -0
  32. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
  33. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +20 -0
  34. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
  35. package/dist/widget/ui/src/components/Flags/English.d.ts +4 -0
  36. package/dist/widget/ui/src/components/Flags/English.d.ts.map +1 -0
  37. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts +2 -0
  38. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts.map +1 -0
  39. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts +4 -0
  40. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts.map +1 -0
  41. package/dist/widget/ui/src/components/Flags/French.d.ts +4 -0
  42. package/dist/widget/ui/src/components/Flags/French.d.ts.map +1 -0
  43. package/dist/widget/ui/src/components/Flags/Japanese.d.ts +4 -0
  44. package/dist/widget/ui/src/components/Flags/Japanese.d.ts.map +1 -0
  45. package/dist/widget/ui/src/components/Flags/Spanish.d.ts +4 -0
  46. package/dist/widget/ui/src/components/Flags/Spanish.d.ts.map +1 -0
  47. package/dist/widget/ui/src/components/Flags/index.d.ts +7 -0
  48. package/dist/widget/ui/src/components/Flags/index.d.ts.map +1 -0
  49. package/dist/widget/ui/src/components/Header/Header.styles.d.ts +8 -0
  50. package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
  51. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +2 -2
  52. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -1
  53. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +4 -0
  54. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
  55. package/dist/widget/ui/src/components/Icon/common.d.ts +8 -0
  56. package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
  57. package/dist/widget/ui/src/components/List/List.styles.d.ts +4 -0
  58. package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
  59. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +4 -0
  60. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
  61. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +4 -0
  62. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
  63. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +4 -0
  64. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
  65. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +12 -0
  66. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
  67. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +24 -0
  68. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
  69. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +4 -0
  70. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
  71. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +8 -0
  72. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
  73. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +4 -0
  74. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
  75. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +8 -0
  76. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
  77. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +16 -0
  78. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
  79. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +4 -0
  80. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -1
  81. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +4 -0
  82. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
  83. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +12 -0
  84. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
  85. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +4 -0
  86. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
  87. package/dist/widget/ui/src/components/StepDetail/StepDetail.d.ts +2 -1
  88. package/dist/widget/ui/src/components/StepDetail/StepDetail.d.ts.map +1 -1
  89. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +20 -0
  90. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
  91. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +4 -0
  92. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
  93. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +4 -0
  94. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
  95. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +24 -0
  96. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
  97. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +36 -0
  98. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
  99. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +8 -0
  100. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
  101. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +12 -0
  102. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
  103. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +12 -0
  104. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
  105. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +8 -4
  106. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
  107. package/dist/widget/ui/src/components/Wallet/Content.d.ts +1 -1
  108. package/dist/widget/ui/src/components/Wallet/Content.d.ts.map +1 -1
  109. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +20 -0
  110. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
  111. package/dist/widget/ui/src/components/common/FilledCircle.d.ts +4 -0
  112. package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
  113. package/dist/widget/ui/src/components/common/styles.d.ts +4 -0
  114. package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
  115. package/dist/widget/ui/src/components/index.d.ts +1 -1
  116. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  117. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +40 -0
  118. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
  119. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +12 -0
  120. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
  121. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +8 -0
  122. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
  123. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +4 -0
  124. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
  125. package/dist/widget/ui/src/icons/Colors.d.ts +5 -0
  126. package/dist/widget/ui/src/icons/Colors.d.ts.map +1 -0
  127. package/dist/widget/ui/src/icons/CustomColors.d.ts +5 -0
  128. package/dist/widget/ui/src/icons/CustomColors.d.ts.map +1 -0
  129. package/dist/widget/ui/src/icons/Style.d.ts.map +1 -1
  130. package/dist/widget/ui/src/icons/index.d.ts +2 -0
  131. package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
  132. package/dist/widget/ui/src/theme.d.ts +62 -0
  133. package/dist/widget/ui/src/theme.d.ts.map +1 -1
  134. package/package.json +6 -6
  135. package/src/components/Alert/Alert.styles.ts +2 -2
  136. package/src/components/BestRoute/BestRoute.styles.ts +1 -0
  137. package/src/components/BestRoute/BestRoute.tsx +1 -1
  138. package/src/components/BestRoute/BestRouteSkeleton.styles.ts +1 -1
  139. package/src/components/BottomLogo/BottomLogo.tsx +2 -2
  140. package/src/components/Button/Button.styles.tsx +6 -6
  141. package/src/components/Checkbox/Checkbox.styles.ts +1 -1
  142. package/src/components/Chip/Chip.tsx +1 -1
  143. package/src/components/Flags/English.tsx +35 -0
  144. package/src/components/Flags/Flags.constants.ts +1 -0
  145. package/src/components/Flags/Flags.types.ts +3 -0
  146. package/src/components/Flags/French.tsx +26 -0
  147. package/src/components/Flags/Japanese.tsx +25 -0
  148. package/src/components/Flags/Spanish.tsx +85 -0
  149. package/src/components/Flags/index.ts +8 -0
  150. package/src/components/I18nManager/I18nManager.tsx +21 -12
  151. package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +2 -2
  152. package/src/components/ListItem/ListItem.tsx +1 -1
  153. package/src/components/MessageBox/DefaultMessageBox.tsx +1 -1
  154. package/src/components/NotFound/NotFound.tsx +1 -1
  155. package/src/components/PriceImpact/PriceImpact.tsx +2 -2
  156. package/src/components/Radio/Radio.styles.tsx +1 -1
  157. package/src/components/RoutesOverview/RoutesOverview.tsx +1 -1
  158. package/src/components/StepDetail/StepDetail.tsx +7 -4
  159. package/src/components/StepDetails/StepDetails.tsx +2 -2
  160. package/src/components/SvgIcon/SvgIcon.style.ts +2 -6
  161. package/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx +1 -1
  162. package/src/components/SwapListItem/SwapListItem.tsx +1 -1
  163. package/src/components/SwapListItem/SwapToken.tsx +3 -3
  164. package/src/components/Switch/Switch.styles.tsx +2 -2
  165. package/src/components/TextField/TextField.styles.ts +2 -2
  166. package/src/components/TokenAmount/TokenAmount.tsx +2 -2
  167. package/src/components/TokenList/TokenItem.tsx +1 -1
  168. package/src/components/TokenPreview/TokenPreview.tsx +2 -2
  169. package/src/components/Wallet/Content.tsx +5 -3
  170. package/src/components/Wallet/SelectableWallet.tsx +1 -1
  171. package/src/components/Wallet/Wallet.helpers.ts +2 -2
  172. package/src/components/index.ts +1 -1
  173. package/src/containers/SwapHistory/SwapHistory.tsx +4 -4
  174. package/src/containers/SwapInput/SwapInput.tsx +3 -3
  175. package/src/containers/SwapInput/TokenSection.styles.ts +2 -2
  176. package/src/containers/SwapInput/TokenSection.tsx +1 -1
  177. package/src/containers/TokenInfo/TokenInfo.tsx +4 -4
  178. package/src/containers/Warnings/BalanceErrors.tsx +1 -1
  179. package/src/icons/Colors.tsx +33 -0
  180. package/src/icons/CustomColors.tsx +21 -0
  181. package/src/icons/LogoWithText.tsx +16 -16
  182. package/src/icons/Style.tsx +29 -25
  183. package/src/icons/index.ts +2 -0
  184. package/src/theme.ts +36 -28
  185. package/dist/translations/en.d.ts +0 -2
  186. package/dist/translations/en.d.ts.map +0 -1
  187. package/dist/translations/es.d.ts +0 -2
  188. package/dist/translations/es.d.ts.map +0 -1
  189. package/dist/translations/fr.d.ts +0 -2
  190. package/dist/translations/fr.d.ts.map +0 -1
  191. package/dist/translations/jp.d.ts +0 -2
  192. package/dist/translations/jp.d.ts.map +0 -1
  193. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.d.ts +0 -10
  194. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.d.ts.map +0 -1
  195. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.stories.d.ts +0 -6
  196. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.stories.d.ts.map +0 -1
  197. package/dist/widget/ui/src/components/ColorPicker/index.d.ts +0 -2
  198. package/dist/widget/ui/src/components/ColorPicker/index.d.ts.map +0 -1
  199. package/src/components/ColorPicker/ColorPicker.stories.tsx +0 -46
  200. package/src/components/ColorPicker/ColorPicker.tsx +0 -107
  201. package/src/components/ColorPicker/index.ts +0 -1
@@ -10,8 +10,10 @@ export declare const BaseListItem: import("@stitches/react/types/styled-componen
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 BaseListItem: import("@stitches/react/types/styled-componen
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 BaseListItem: import("@stitches/react/types/styled-componen
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;
@@ -1 +1 @@
1
- {"version":3,"file":"ListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItem/ListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiDvB,CAAC"}
1
+ {"version":3,"file":"ListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItem/ListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiDvB,CAAC"}
@@ -11,8 +11,10 @@ export declare const BaseListItemButton: import("@stitches/react/types/styled-co
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 BaseListItemButton: import("@stitches/react/types/styled-co
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 BaseListItemButton: import("@stitches/react/types/styled-co
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;
@@ -1 +1 @@
1
- {"version":3,"file":"ListItemButton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItemButton/ListItemButton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+C7B,CAAC"}
1
+ {"version":3,"file":"ListItemButton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItemButton/ListItemButton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+C7B,CAAC"}
@@ -10,8 +10,10 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
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 Trigger: import("@stitches/react/types/styled-component").S
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 Trigger: import("@stitches/react/types/styled-component").S
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;
@@ -1 +1 @@
1
- {"version":3,"file":"CollapsibleMessageBox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageBox/CollapsibleMessageBox.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAI3D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4BlB,CAAC"}
1
+ {"version":3,"file":"CollapsibleMessageBox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageBox/CollapsibleMessageBox.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAI3D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4BlB,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;
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -161,8 +165,10 @@ export declare const Description: import("@stitches/react/types/styled-component
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 Description: import("@stitches/react/types/styled-component
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 Description: import("@stitches/react/types/styled-component
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 IconHighlight: import("@stitches/react/types/styled-compone
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 IconHighlight: import("@stitches/react/types/styled-compone
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 IconHighlight: import("@stitches/react/types/styled-compone
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;
@@ -1 +1 @@
1
- {"version":3,"file":"MessageBox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageBox/MessageBox.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEtB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA8CxB,CAAC"}
1
+ {"version":3,"file":"MessageBox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageBox/MessageBox.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEtB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA8CxB,CAAC"}
@@ -11,8 +11,10 @@ export declare const BackDrop: import("@stitches/react/types/styled-component").
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 BackDrop: import("@stitches/react/types/styled-component").
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 BackDrop: import("@stitches/react/types/styled-component").
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;
@@ -167,8 +171,10 @@ export declare const ModalContainer: import("@stitches/react/types/styled-compon
167
171
  lg: string;
168
172
  }, {
169
173
  colors: {
174
+ primary: string;
170
175
  primary500: string;
171
176
  primary600: string;
177
+ secondary: string;
172
178
  secondary100: string;
173
179
  secondary200: string;
174
180
  secondary300: string;
@@ -178,6 +184,7 @@ export declare const ModalContainer: import("@stitches/react/types/styled-compon
178
184
  secondary700: string;
179
185
  secondary800: string;
180
186
  secondary900: string;
187
+ neutral: string;
181
188
  neutral100: string;
182
189
  neutral200: string;
183
190
  neutral300: string;
@@ -197,6 +204,7 @@ export declare const ModalContainer: import("@stitches/react/types/styled-compon
197
204
  warning500: string;
198
205
  warning600: string;
199
206
  warning700: string;
207
+ info: string;
200
208
  info100: string;
201
209
  info300: string;
202
210
  info500: string;
@@ -320,8 +328,10 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
320
328
  lg: string;
321
329
  }, {
322
330
  colors: {
331
+ primary: string;
323
332
  primary500: string;
324
333
  primary600: string;
334
+ secondary: string;
325
335
  secondary100: string;
326
336
  secondary200: string;
327
337
  secondary300: string;
@@ -331,6 +341,7 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
331
341
  secondary700: string;
332
342
  secondary800: string;
333
343
  secondary900: string;
344
+ neutral: string;
334
345
  neutral100: string;
335
346
  neutral200: string;
336
347
  neutral300: string;
@@ -350,6 +361,7 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
350
361
  warning500: string;
351
362
  warning600: string;
352
363
  warning700: string;
364
+ info: string;
353
365
  info100: string;
354
366
  info300: string;
355
367
  info500: string;
@@ -475,8 +487,10 @@ export declare const ModalHeader: import("@stitches/react/types/styled-component
475
487
  lg: string;
476
488
  }, {
477
489
  colors: {
490
+ primary: string;
478
491
  primary500: string;
479
492
  primary600: string;
493
+ secondary: string;
480
494
  secondary100: string;
481
495
  secondary200: string;
482
496
  secondary300: string;
@@ -486,6 +500,7 @@ export declare const ModalHeader: import("@stitches/react/types/styled-component
486
500
  secondary700: string;
487
501
  secondary800: string;
488
502
  secondary900: string;
503
+ neutral: string;
489
504
  neutral100: string;
490
505
  neutral200: string;
491
506
  neutral300: string;
@@ -505,6 +520,7 @@ export declare const ModalHeader: import("@stitches/react/types/styled-component
505
520
  warning500: string;
506
521
  warning600: string;
507
522
  warning700: string;
523
+ info: string;
508
524
  info100: string;
509
525
  info300: string;
510
526
  info500: string;
@@ -628,8 +644,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
628
644
  lg: string;
629
645
  }, {
630
646
  colors: {
647
+ primary: string;
631
648
  primary500: string;
632
649
  primary600: string;
650
+ secondary: string;
633
651
  secondary100: string;
634
652
  secondary200: string;
635
653
  secondary300: string;
@@ -639,6 +657,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
639
657
  secondary700: string;
640
658
  secondary800: string;
641
659
  secondary900: string;
660
+ neutral: string;
642
661
  neutral100: string;
643
662
  neutral200: string;
644
663
  neutral300: string;
@@ -658,6 +677,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
658
677
  warning500: string;
659
678
  warning600: string;
660
679
  warning700: string;
680
+ info: string;
661
681
  info100: string;
662
682
  info300: string;
663
683
  info500: string;
@@ -781,8 +801,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
781
801
  lg: string;
782
802
  }, {
783
803
  colors: {
804
+ primary: string;
784
805
  primary500: string;
785
806
  primary600: string;
807
+ secondary: string;
786
808
  secondary100: string;
787
809
  secondary200: string;
788
810
  secondary300: string;
@@ -792,6 +814,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
792
814
  secondary700: string;
793
815
  secondary800: string;
794
816
  secondary900: string;
817
+ neutral: string;
795
818
  neutral100: string;
796
819
  neutral200: string;
797
820
  neutral300: string;
@@ -811,6 +834,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
811
834
  warning500: string;
812
835
  warning600: string;
813
836
  warning700: string;
837
+ info: string;
814
838
  info100: string;
815
839
  info300: string;
816
840
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/Modal.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+BnB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwBzB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOf,CAAC;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAatB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOjB,CAAC"}
1
+ {"version":3,"file":"Modal.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/Modal.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+BnB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwBzB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOf,CAAC;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAatB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOjB,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;
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"NotFound.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/NotFound/NotFound.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC"}
1
+ {"version":3,"file":"NotFound.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/NotFound/NotFound.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC"}
@@ -10,8 +10,10 @@ export declare const PopoverContainer: 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 PopoverContainer: 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 PopoverContainer: 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 PopoverArrow: import("@stitches/react/types/styled-componen
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 PopoverArrow: import("@stitches/react/types/styled-componen
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 PopoverArrow: import("@stitches/react/types/styled-componen
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":"Popover.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Popover/Popover.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAIxD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI3B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIvB,CAAC"}
1
+ {"version":3,"file":"Popover.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Popover/Popover.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAIxD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI3B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIvB,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;
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"PriceImpact.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/PriceImpact/PriceImpact.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC"}
1
+ {"version":3,"file":"PriceImpact.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/PriceImpact/PriceImpact.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC"}
@@ -10,8 +10,10 @@ export declare const StyledItem: 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 StyledItem: 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;
@@ -40,6 +43,7 @@ export declare const StyledItem: import("@stitches/react/types/styled-component"
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 StyledIndicator: import("@stitches/react/types/styled-compo
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 StyledIndicator: import("@stitches/react/types/styled-compo
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 StyledIndicator: import("@stitches/react/types/styled-compo
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":"Radio.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Radio/Radio.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAIrD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiBrB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
1
+ {"version":3,"file":"Radio.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Radio/Radio.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAIrD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiBrB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
@@ -12,8 +12,10 @@ export declare const RadioRoot: import("@stitches/react/types/styled-component")
12
12
  lg: string;
13
13
  }, {
14
14
  colors: {
15
+ primary: string;
15
16
  primary500: string;
16
17
  primary600: string;
18
+ secondary: string;
17
19
  secondary100: string;
18
20
  secondary200: string;
19
21
  secondary300: string;
@@ -23,6 +25,7 @@ export declare const RadioRoot: import("@stitches/react/types/styled-component")
23
25
  secondary700: string;
24
26
  secondary800: string;
25
27
  secondary900: string;
28
+ neutral: string;
26
29
  neutral100: string;
27
30
  neutral200: string;
28
31
  neutral300: string;
@@ -42,6 +45,7 @@ export declare const RadioRoot: import("@stitches/react/types/styled-component")
42
45
  warning500: string;
43
46
  warning600: string;
44
47
  warning700: string;
48
+ info: string;
45
49
  info100: string;
46
50
  info300: string;
47
51
  info500: string;
@@ -165,8 +169,10 @@ export declare const ItemContainer: import("@stitches/react/types/styled-compone
165
169
  lg: string;
166
170
  }, {
167
171
  colors: {
172
+ primary: string;
168
173
  primary500: string;
169
174
  primary600: string;
175
+ secondary: string;
170
176
  secondary100: string;
171
177
  secondary200: string;
172
178
  secondary300: string;
@@ -176,6 +182,7 @@ export declare const ItemContainer: import("@stitches/react/types/styled-compone
176
182
  secondary700: string;
177
183
  secondary800: string;
178
184
  secondary900: string;
185
+ neutral: string;
179
186
  neutral100: string;
180
187
  neutral200: string;
181
188
  neutral300: string;
@@ -195,6 +202,7 @@ export declare const ItemContainer: import("@stitches/react/types/styled-compone
195
202
  warning500: string;
196
203
  warning600: string;
197
204
  warning700: string;
205
+ info: string;
198
206
  info100: string;
199
207
  info300: string;
200
208
  info500: string;
@@ -318,8 +326,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
318
326
  lg: string;
319
327
  }, {
320
328
  colors: {
329
+ primary: string;
321
330
  primary500: string;
322
331
  primary600: string;
332
+ secondary: string;
323
333
  secondary100: string;
324
334
  secondary200: string;
325
335
  secondary300: string;
@@ -329,6 +339,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
329
339
  secondary700: string;
330
340
  secondary800: string;
331
341
  secondary900: string;
342
+ neutral: string;
332
343
  neutral100: string;
333
344
  neutral200: string;
334
345
  neutral300: string;
@@ -348,6 +359,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
348
359
  warning500: string;
349
360
  warning600: string;
350
361
  warning700: string;
362
+ info: string;
351
363
  info100: string;
352
364
  info300: string;
353
365
  info500: string;
@@ -471,8 +483,10 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
471
483
  lg: string;
472
484
  }, {
473
485
  colors: {
486
+ primary: string;
474
487
  primary500: string;
475
488
  primary600: string;
489
+ secondary: string;
476
490
  secondary100: string;
477
491
  secondary200: string;
478
492
  secondary300: string;
@@ -482,6 +496,7 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
482
496
  secondary700: string;
483
497
  secondary800: string;
484
498
  secondary900: string;
499
+ neutral: string;
485
500
  neutral100: string;
486
501
  neutral200: string;
487
502
  neutral300: string;
@@ -501,6 +516,7 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
501
516
  warning500: string;
502
517
  warning600: string;
503
518
  warning700: string;
519
+ info: string;
504
520
  info100: string;
505
521
  info300: string;
506
522
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"RadioGroup.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RadioGroup/RadioGroup.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAI1D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOhB,CAAC"}
1
+ {"version":3,"file":"RadioGroup.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RadioGroup/RadioGroup.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAI1D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOhB,CAAC"}