@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
@@ -10,8 +10,10 @@ export declare const CheckboxContainer: import("@stitches/react/types/styled-com
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 CheckboxContainer: import("@stitches/react/types/styled-com
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 CheckboxContainer: import("@stitches/react/types/styled-com
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 CheckboxRoot: 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 CheckboxRoot: 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 CheckboxRoot: 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;
@@ -316,8 +324,10 @@ export declare const CheckboxIndicator: import("@stitches/react/types/styled-com
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 CheckboxIndicator: import("@stitches/react/types/styled-com
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 CheckboxIndicator: import("@stitches/react/types/styled-com
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 Label: import("@stitches/react/types/styled-component").Sty
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 Label: import("@stitches/react/types/styled-component").Sty
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 Label: import("@stitches/react/types/styled-component").Sty
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;
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAI1D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiBvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI5B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC"}
1
+ {"version":3,"file":"Checkbox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAI1D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiBvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI5B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC"}
@@ -10,8 +10,10 @@ export declare const ChipContainer: import("@stitches/react/types/styled-compone
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 ChipContainer: import("@stitches/react/types/styled-compone
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 ChipContainer: import("@stitches/react/types/styled-compone
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":"Chip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chip/Chip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsCxB,CAAC"}
1
+ {"version":3,"file":"Chip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chip/Chip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsCxB,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":"Collapsible.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/Collapsible.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAI3D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIlB,CAAC"}
1
+ {"version":3,"file":"Collapsible.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/Collapsible.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAI3D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIlB,CAAC"}
@@ -8,8 +8,10 @@ export declare const BackDrop: 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 BackDrop: 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 BackDrop: 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;
@@ -163,8 +167,10 @@ export declare const DrawerContainer: 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 DrawerContainer: 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 DrawerContainer: 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;
@@ -316,8 +324,10 @@ export declare const DrawerHeader: import("@stitches/react/types/styled-componen
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 DrawerHeader: import("@stitches/react/types/styled-componen
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 DrawerHeader: import("@stitches/react/types/styled-componen
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 Body: import("@stitches/react/types/styled-component").Styl
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 Body: import("@stitches/react/types/styled-component").Styl
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 Body: import("@stitches/react/types/styled-component").Styl
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 Footer: import("@stitches/react/types/styled-component").St
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 Footer: import("@stitches/react/types/styled-component").St
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 Footer: import("@stitches/react/types/styled-component").St
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;
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drawer/Drawer.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASnB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsC1B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGf,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC"}
1
+ {"version":3,"file":"Drawer.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drawer/Drawer.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASnB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsC1B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGf,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlagPropTypes } from './Flags.types';
2
+ import React from 'react';
3
+ export default function English(props: FlagPropTypes): React.JSX.Element;
4
+ //# sourceMappingURL=English.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"English.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Flags/English.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,EAAE,aAAa,qBA4BnD"}
@@ -0,0 +1,2 @@
1
+ export declare const DEFAULT_SIZE = "1em";
2
+ //# sourceMappingURL=Flags.constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flags.constants.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Flags/Flags.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ export type FlagPropTypes = {
2
+ size?: number;
3
+ };
4
+ //# sourceMappingURL=Flags.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flags.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Flags/Flags.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlagPropTypes } from './Flags.types';
2
+ import React from 'react';
3
+ export default function French(props: FlagPropTypes): React.JSX.Element;
4
+ //# sourceMappingURL=French.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"French.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Flags/French.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,KAAK,EAAE,aAAa,qBAmBlD"}
@@ -0,0 +1,4 @@
1
+ import type { FlagPropTypes } from './Flags.types';
2
+ import React from 'react';
3
+ export default function Japanese(props: FlagPropTypes): React.JSX.Element;
4
+ //# sourceMappingURL=Japanese.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Japanese.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Flags/Japanese.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,aAAa,qBAkBpD"}
@@ -0,0 +1,4 @@
1
+ import type { FlagPropTypes } from './Flags.types';
2
+ import React from 'react';
3
+ export default function Spanish(props: FlagPropTypes): React.JSX.Element;
4
+ //# sourceMappingURL=Spanish.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Spanish.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Flags/Spanish.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,EAAE,aAAa,qBA8EnD"}
@@ -0,0 +1,7 @@
1
+ import English from './English';
2
+ import French from './French';
3
+ import Japanese from './Japanese';
4
+ import Spanish from './Spanish';
5
+ export type { FlagPropTypes } from './Flags.types';
6
+ export { English, Spanish, Japanese, French };
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Flags/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,OAAO,MAAM,WAAW,CAAC;AAEhC,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,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 Suffix: 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 Suffix: 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 Suffix: 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;
@@ -1 +1 @@
1
- {"version":3,"file":"Header.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Header/Header.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
1
+ {"version":3,"file":"Header.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Header/Header.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
@@ -8,7 +8,7 @@ declare const messages: {
8
8
  };
9
9
  export type Language = keyof typeof messages;
10
10
  interface PropTypes {
11
- language?: Language;
11
+ language: Language;
12
12
  }
13
13
  declare function I18nManager(props: PropsWithChildren<PropTypes>): React.JSX.Element;
14
14
  export { I18nManager };
@@ -1 +1 @@
1
- {"version":3,"file":"I18nManager.d.ts","sourceRoot":"","sources":["../../../../../../src/components/I18nManager/I18nManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI/C,OAAO,KAAoB,MAAM,OAAO,CAAC;AAezC,QAAA,MAAM,QAAQ;;;;;CAKb,CAAC;AAIF,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,QAAQ,CAAC;AAC7C,UAAU,SAAS;IACjB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB;AAED,iBAAS,WAAW,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBAMvD;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"I18nManager.d.ts","sourceRoot":"","sources":["../../../../../../src/components/I18nManager/I18nManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI/C,OAAO,KAAgC,MAAM,OAAO,CAAC;AAcrD,QAAA,MAAM,QAAQ;;;;;CAKb,CAAC;AAIF,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,QAAQ,CAAC;AAC7C,UAAU,SAAS;IACjB,QAAQ,EAAE,QAAQ,CAAC;CACpB;AAED,iBAAS,WAAW,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBAgBvD;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -9,8 +9,10 @@ export declare const CloseIcon: import("@stitches/react/types/styled-component")
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 CloseIcon: import("@stitches/react/types/styled-component")
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 CloseIcon: import("@stitches/react/types/styled-component")
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;
@@ -1 +1 @@
1
- {"version":3,"file":"CloseIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/CloseIcon.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGpB,CAAC"}
1
+ {"version":3,"file":"CloseIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/CloseIcon.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGpB,CAAC"}
@@ -11,8 +11,10 @@ export declare const SvgWithStrokeColor: 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 SvgWithStrokeColor: 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 SvgWithStrokeColor: 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;
@@ -167,8 +171,10 @@ export declare const SvgWithFillColor: import("@stitches/react/types/styled-comp
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 SvgWithFillColor: import("@stitches/react/types/styled-comp
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 SvgWithFillColor: import("@stitches/react/types/styled-comp
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;
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/common.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqC7B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqC3B,CAAC"}
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/common.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqC7B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqC3B,CAAC"}
@@ -8,8 +8,10 @@ export declare const BaseList: 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 BaseList: 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 BaseList: 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":"List.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/List/List.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAInB,CAAC"}
1
+ {"version":3,"file":"List.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/List/List.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAInB,CAAC"}
@@ -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"}