@rango-dev/ui 0.28.2-next.0 → 0.28.2-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 (195) hide show
  1. package/dist/index.js +6 -6
  2. package/dist/index.js.map +4 -4
  3. package/dist/translations/en.d.ts.map +1 -1
  4. package/dist/translations/es.d.ts.map +1 -1
  5. package/dist/translations/fr.d.ts.map +1 -1
  6. package/dist/translations/ja.d.ts.map +1 -1
  7. package/dist/translations/pt.d.ts +2 -0
  8. package/dist/translations/pt.d.ts.map +1 -0
  9. package/dist/widget/ui/src/components/Alert/Alert.d.ts.map +1 -1
  10. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts +3 -2
  11. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts.map +1 -1
  12. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +12 -8
  13. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
  14. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts +5 -2
  15. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts.map +1 -1
  16. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +1 -0
  17. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
  18. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +2 -0
  19. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
  20. package/dist/widget/ui/src/components/Button/Button.d.ts +6 -6
  21. package/dist/widget/ui/src/components/Button/Button.styles.d.ts +4 -1
  22. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
  23. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +2 -0
  24. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
  25. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +4 -0
  26. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
  27. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +1 -0
  28. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
  29. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +1 -0
  30. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
  31. package/dist/widget/ui/src/components/Divider/Divider.d.ts +1 -1
  32. package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -1
  33. package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts +3 -2
  34. package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts.map +1 -1
  35. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +5 -0
  36. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
  37. package/dist/widget/ui/src/components/Flags/Portuguese.d.ts +4 -0
  38. package/dist/widget/ui/src/components/Flags/Portuguese.d.ts.map +1 -0
  39. package/dist/widget/ui/src/components/Flags/index.d.ts +2 -1
  40. package/dist/widget/ui/src/components/Flags/index.d.ts.map +1 -1
  41. package/dist/widget/ui/src/components/Header/Header.styles.d.ts +2 -0
  42. package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
  43. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +1 -0
  44. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -1
  45. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +1 -0
  46. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
  47. package/dist/widget/ui/src/components/Icon/common.d.ts +4 -2
  48. package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
  49. package/dist/widget/ui/src/components/List/List.styles.d.ts +1 -0
  50. package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
  51. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +1 -0
  52. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
  53. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +1 -0
  54. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
  55. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +1 -0
  56. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
  57. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +4 -1
  58. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
  59. package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
  60. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +6 -0
  61. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
  62. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +6 -1
  63. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -1
  64. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +1 -0
  65. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
  66. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +2 -0
  67. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
  68. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +2 -0
  69. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
  70. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +4 -0
  71. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -1
  72. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts +2 -1
  73. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -1
  74. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +2 -0
  75. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
  76. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +5 -1
  77. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
  78. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +2 -0
  79. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts.map +1 -1
  80. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +1 -0
  81. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
  82. package/dist/widget/ui/src/components/Select/Select.d.ts +4 -0
  83. package/dist/widget/ui/src/components/Select/Select.d.ts.map +1 -0
  84. package/dist/widget/ui/src/components/Select/Select.types.d.ts +12 -0
  85. package/dist/widget/ui/src/components/Select/Select.types.d.ts.map +1 -0
  86. package/dist/widget/ui/src/components/Select/index.d.ts +2 -0
  87. package/dist/widget/ui/src/components/Select/index.d.ts.map +1 -0
  88. package/dist/widget/ui/src/components/Select/select.styles.d.ts +492 -0
  89. package/dist/widget/ui/src/components/Select/select.styles.d.ts.map +1 -0
  90. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +3 -0
  91. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
  92. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +1 -0
  93. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
  94. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +10 -4
  95. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
  96. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +2 -1
  97. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
  98. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +1 -0
  99. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
  100. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +6 -0
  101. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
  102. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +9 -0
  103. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
  104. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +2 -0
  105. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
  106. package/dist/widget/ui/src/components/TextField/TextField.d.ts +1 -1
  107. package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts +1 -1
  108. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +3 -0
  109. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
  110. package/dist/widget/ui/src/components/Toast/Toast.Provider.d.ts.map +1 -1
  111. package/dist/widget/ui/src/components/Toast/Toast.d.ts.map +1 -1
  112. package/dist/widget/ui/src/components/Toast/Toast.helpers.d.ts +4 -0
  113. package/dist/widget/ui/src/components/Toast/Toast.helpers.d.ts.map +1 -1
  114. package/dist/widget/ui/src/components/Toast/Toast.stories.d.ts +4 -3
  115. package/dist/widget/ui/src/components/Toast/Toast.stories.d.ts.map +1 -1
  116. package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts +174 -4
  117. package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts.map +1 -1
  118. package/dist/widget/ui/src/components/Toast/Toast.types.d.ts +14 -14
  119. package/dist/widget/ui/src/components/Toast/Toast.types.d.ts.map +1 -1
  120. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +4 -1
  121. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
  122. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +3 -0
  123. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
  124. package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts +164 -0
  125. package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts.map +1 -0
  126. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +1 -0
  127. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
  128. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts +1 -1
  129. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts.map +1 -1
  130. package/dist/widget/ui/src/components/Typography/index.d.ts +1 -0
  131. package/dist/widget/ui/src/components/Typography/index.d.ts.map +1 -1
  132. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +5 -0
  133. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
  134. package/dist/widget/ui/src/components/common/FilledCircle.d.ts +1 -0
  135. package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
  136. package/dist/widget/ui/src/components/common/Image.d.ts +1 -0
  137. package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
  138. package/dist/widget/ui/src/components/common/styles.d.ts +1 -0
  139. package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
  140. package/dist/widget/ui/src/components/index.d.ts +1 -0
  141. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  142. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +1 -1
  143. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +10 -0
  144. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
  145. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +18 -7
  146. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
  147. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +11 -6
  148. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
  149. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +1 -0
  150. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
  151. package/dist/widget/ui/src/icons/Autorenew.d.ts +5 -0
  152. package/dist/widget/ui/src/icons/Autorenew.d.ts.map +1 -0
  153. package/dist/widget/ui/src/icons/Exit.d.ts +5 -0
  154. package/dist/widget/ui/src/icons/Exit.d.ts.map +1 -0
  155. package/dist/widget/ui/src/icons/Swap.d.ts +5 -0
  156. package/dist/widget/ui/src/icons/Swap.d.ts.map +1 -0
  157. package/dist/widget/ui/src/icons/index.d.ts +3 -0
  158. package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
  159. package/dist/widget/ui/src/theme.d.ts +25 -13
  160. package/dist/widget/ui/src/theme.d.ts.map +1 -1
  161. package/package.json +5 -4
  162. package/readme.md +3 -1
  163. package/src/components/Alert/Alert.helpers.ts +13 -2
  164. package/src/components/Alert/Alert.styles.ts +7 -8
  165. package/src/components/Alert/Alert.tsx +8 -6
  166. package/src/components/Alert/Alert.types.ts +5 -2
  167. package/src/components/Divider/Divider.tsx +2 -1
  168. package/src/components/Flags/Portuguese.tsx +34 -0
  169. package/src/components/Flags/index.ts +2 -1
  170. package/src/components/I18nManager/I18nManager.tsx +2 -0
  171. package/src/components/Modal/Modal.tsx +25 -12
  172. package/src/components/Modal/Modal.types.ts +6 -1
  173. package/src/components/QuoteCost/QuoteCost.styles.ts +0 -1
  174. package/src/components/QuoteCost/QuoteCost.types.ts +1 -1
  175. package/src/components/Select/Select.tsx +85 -0
  176. package/src/components/Select/Select.types.ts +10 -0
  177. package/src/components/Select/index.ts +1 -0
  178. package/src/components/Select/select.styles.ts +100 -0
  179. package/src/components/TextField/TextField.styles.ts +1 -0
  180. package/src/components/Toast/Toast.Provider.tsx +82 -44
  181. package/src/components/Toast/Toast.helpers.ts +5 -0
  182. package/src/components/Toast/Toast.stories.tsx +18 -21
  183. package/src/components/Toast/Toast.styles.ts +278 -38
  184. package/src/components/Toast/Toast.tsx +84 -32
  185. package/src/components/Toast/Toast.types.ts +19 -17
  186. package/src/components/Typography/NotSelectableTypography.ts +7 -0
  187. package/src/components/Typography/Typography.types.tsx +1 -1
  188. package/src/components/Typography/index.ts +1 -0
  189. package/src/components/index.ts +1 -0
  190. package/src/containers/ConnectWalletsModal/ConnectWalletsModal.tsx +3 -1
  191. package/src/icons/Autorenew.tsx +20 -0
  192. package/src/icons/Exit.tsx +20 -0
  193. package/src/icons/Swap.tsx +20 -0
  194. package/src/icons/index.ts +3 -0
  195. package/src/theme.ts +4 -1
@@ -1 +1 @@
1
- {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../translations/en.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAulb,CAAC"}
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../translations/en.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAA20b,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../translations/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAA6hd,CAAC"}
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../translations/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAixd,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../translations/fr.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAA2vd,CAAC"}
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../translations/fr.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAA++d,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../translations/ja.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAA68W,CAAC"}
1
+ {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../translations/ja.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAisX,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const messages: any;
2
+ //# sourceMappingURL=pt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../translations/pt.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAA25b,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,wBAAgB,KAAK,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBA0CxD;yBA1Ce,KAAK"}
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,wBAAgB,KAAK,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBA4CxD;yBA5Ce,KAAK"}
@@ -1,3 +1,4 @@
1
- import type { Type } from './Alert.types';
2
- export declare const getColor: (type: Type, variant: 'alarm' | 'regular') => string | undefined;
1
+ import type { PropTypes, Type } from './Alert.types';
2
+ export declare const getColor: (type: Type, variant: PropTypes['variant']) => string | undefined;
3
+ export declare const mapVariantToSize: (variant: PropTypes['variant']) => "small" | "xsmall";
3
4
  //# sourceMappingURL=Alert.helpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,eAAO,MAAM,QAAQ,SAAU,IAAI,WAAW,OAAO,GAAG,SAAS,uBAchE,CAAC"}
1
+ {"version":3,"file":"Alert.helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErD,eAAO,MAAM,QAAQ,SAAU,IAAI,WAAW,SAAS,CAAC,SAAS,CAAC,uBAcjE,CAAC;AAEF,eAAO,MAAM,gBAAgB,YAAa,SAAS,CAAC,SAAS,CAAC,uBAS7D,CAAC"}
@@ -1,6 +1,6 @@
1
1
  export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2
- type?: "success" | "warning" | "error" | "info" | "loading" | undefined;
3
- variant?: "alarm" | "regular" | undefined;
2
+ type?: "info" | "success" | "warning" | "error" | "loading" | undefined;
3
+ variant?: "regular" | "alarm" | undefined;
4
4
  }, {
5
5
  xs: string;
6
6
  sm: string;
@@ -146,6 +146,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
146
146
  18: string;
147
147
  20: string;
148
148
  24: string;
149
+ 26: string;
149
150
  28: string;
150
151
  30: string;
151
152
  32: string;
@@ -163,7 +164,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
163
164
  transitions: {};
164
165
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
165
166
  export declare const Main: import("@stitches/react/types/styled-component").StyledComponent<"div", {
166
- variant?: "alarm" | "regular" | undefined;
167
+ variant?: "regular" | "alarm" | undefined;
167
168
  }, {
168
169
  xs: string;
169
170
  sm: string;
@@ -309,6 +310,7 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
309
310
  18: string;
310
311
  20: string;
311
312
  24: string;
313
+ 26: string;
312
314
  28: string;
313
315
  30: string;
314
316
  32: string;
@@ -325,10 +327,7 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
325
327
  zIndices: {};
326
328
  transitions: {};
327
329
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
328
- export declare const IconHighlight: import("@stitches/react/types/styled-component").StyledComponent<"div", {
329
- type?: "success" | "warning" | "error" | "info" | "loading" | undefined;
330
- align?: "center" | undefined;
331
- }, {
330
+ export declare const TitleContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
332
331
  xs: string;
333
332
  sm: string;
334
333
  md: string;
@@ -473,6 +472,7 @@ export declare const IconHighlight: import("@stitches/react/types/styled-compone
473
472
  18: string;
474
473
  20: string;
475
474
  24: string;
475
+ 26: string;
476
476
  28: string;
477
477
  30: string;
478
478
  32: string;
@@ -489,7 +489,10 @@ export declare const IconHighlight: import("@stitches/react/types/styled-compone
489
489
  zIndices: {};
490
490
  transitions: {};
491
491
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
492
- export declare const titleStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
492
+ export declare const IconHighlight: import("@stitches/react/types/styled-component").StyledComponent<"div", {
493
+ type?: "info" | "success" | "warning" | "error" | "loading" | undefined;
494
+ align?: "center" | undefined;
495
+ }, {
493
496
  xs: string;
494
497
  sm: string;
495
498
  md: string;
@@ -634,6 +637,7 @@ export declare const titleStyles: import("@stitches/react/types/styled-component
634
637
  18: string;
635
638
  20: string;
636
639
  24: string;
640
+ 26: string;
637
641
  28: string;
638
642
  30: string;
639
643
  32: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwFpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqDxB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAItB,CAAC"}
1
+ {"version":3,"file":"Alert.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuFpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcf,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIzB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqDxB,CAAC"}
@@ -1,4 +1,6 @@
1
- import type { CSSProperties, ReactNode } from 'react';
1
+ import type { BaseAlign } from '../Typography/Typography.types';
2
+ import type { ReactNode } from 'react';
3
+ import type { CSS } from 'src/theme';
2
4
  export type Type = 'success' | 'warning' | 'error' | 'info' | 'loading';
3
5
  export interface PropTypes {
4
6
  type: Type;
@@ -6,6 +8,7 @@ export interface PropTypes {
6
8
  footer?: ReactNode;
7
9
  action?: ReactNode;
8
10
  variant?: 'alarm' | 'regular';
9
- containerStyles?: CSSProperties;
11
+ containerStyles?: CSS;
12
+ titleAlign?: BaseAlign;
10
13
  }
11
14
  //# sourceMappingURL=Alert.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,MAAM,MAAM,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;AAExE,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,eAAe,CAAC,EAAE,aAAa,CAAC;CACjC"}
1
+ {"version":3,"file":"Alert.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAErC,MAAM,MAAM,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;AAExE,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB"}
@@ -145,6 +145,7 @@ export declare const Chip: import("@stitches/react/types/styled-component").Styl
145
145
  18: string;
146
146
  20: string;
147
147
  24: string;
148
+ 26: string;
148
149
  28: string;
149
150
  30: string;
150
151
  32: string;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAyCf,CAAC"}
1
+ {"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAyCf,CAAC"}
@@ -143,6 +143,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
143
143
  18: string;
144
144
  20: string;
145
145
  24: string;
146
+ 26: string;
146
147
  28: string;
147
148
  30: string;
148
149
  32: string;
@@ -304,6 +305,7 @@ export declare const StyledAnchor: import("@stitches/react/types/styled-componen
304
305
  18: string;
305
306
  20: string;
306
307
  24: string;
308
+ 26: string;
307
309
  28: string;
308
310
  30: string;
309
311
  32: string;
@@ -1 +1 @@
1
- {"version":3,"file":"BottomLogo.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BottomLogo/BottomLogo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC"}
1
+ {"version":3,"file":"BottomLogo.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BottomLogo/BottomLogo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC"}
@@ -56,13 +56,13 @@ declare const Button: React.ForwardRefExoticComponent<{
56
56
  "aria-braillelabel"?: string | undefined;
57
57
  "aria-brailleroledescription"?: string | undefined;
58
58
  "aria-busy"?: (boolean | "true" | "false") | undefined;
59
- "aria-checked"?: boolean | "mixed" | "true" | "false" | undefined;
59
+ "aria-checked"?: boolean | "true" | "mixed" | "false" | undefined;
60
60
  "aria-colcount"?: number | undefined;
61
61
  "aria-colindex"?: number | undefined;
62
62
  "aria-colindextext"?: string | undefined;
63
63
  "aria-colspan"?: number | undefined;
64
64
  "aria-controls"?: string | undefined;
65
- "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
65
+ "aria-current"?: boolean | "time" | "true" | "page" | "false" | "step" | "location" | "date" | undefined;
66
66
  "aria-describedby"?: string | undefined;
67
67
  "aria-description"?: string | undefined;
68
68
  "aria-details"?: string | undefined;
@@ -72,7 +72,7 @@ declare const Button: React.ForwardRefExoticComponent<{
72
72
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
73
73
  "aria-flowto"?: string | undefined;
74
74
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
75
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
75
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "listbox" | "false" | "tree" | undefined;
76
76
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
77
77
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
78
78
  "aria-keyshortcuts"?: string | undefined;
@@ -83,11 +83,11 @@ declare const Button: React.ForwardRefExoticComponent<{
83
83
  "aria-modal"?: (boolean | "true" | "false") | undefined;
84
84
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
85
85
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
86
- "aria-orientation"?: "vertical" | "horizontal" | undefined;
86
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
87
87
  "aria-owns"?: string | undefined;
88
88
  "aria-placeholder"?: string | undefined;
89
89
  "aria-posinset"?: number | undefined;
90
- "aria-pressed"?: boolean | "mixed" | "true" | "false" | undefined;
90
+ "aria-pressed"?: boolean | "true" | "mixed" | "false" | undefined;
91
91
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
92
92
  "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
93
93
  "aria-required"?: (boolean | "true" | "false") | undefined;
@@ -271,7 +271,7 @@ declare const Button: React.ForwardRefExoticComponent<{
271
271
  } & {
272
272
  size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
273
273
  variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
274
- type?: "success" | "warning" | "error" | "primary" | "secondary" | undefined;
274
+ type?: "primary" | "secondary" | "success" | "warning" | "error" | undefined;
275
275
  loading?: boolean | undefined;
276
276
  disabled?: boolean | undefined;
277
277
  prefix?: React.ReactNode;
@@ -2,7 +2,7 @@ export declare const ButtonBase: import("@stitches/react/types/styled-component"
2
2
  size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
3
3
  variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
4
4
  fullWidth?: boolean | "true" | undefined;
5
- type?: "success" | "warning" | "error" | "primary" | "secondary" | undefined;
5
+ type?: "primary" | "secondary" | "success" | "warning" | "error" | undefined;
6
6
  }, {
7
7
  xs: string;
8
8
  sm: string;
@@ -148,6 +148,7 @@ export declare const ButtonBase: import("@stitches/react/types/styled-component"
148
148
  18: string;
149
149
  20: string;
150
150
  24: string;
151
+ 26: string;
151
152
  28: string;
152
153
  30: string;
153
154
  32: string;
@@ -312,6 +313,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
312
313
  18: string;
313
314
  20: string;
314
315
  24: string;
316
+ 26: string;
315
317
  28: string;
316
318
  30: string;
317
319
  32: string;
@@ -473,6 +475,7 @@ export declare const RippleContainer: import("@stitches/react/types/styled-compo
473
475
  18: string;
474
476
  20: string;
475
477
  24: string;
478
+ 26: string;
476
479
  28: string;
477
480
  30: string;
478
481
  32: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAygBrB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAelB,CAAC;AASH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
1
+ {"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAygBrB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAelB,CAAC;AASH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
@@ -143,6 +143,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
143
143
  18: string;
144
144
  20: string;
145
145
  24: string;
146
+ 26: string;
146
147
  28: string;
147
148
  30: string;
148
149
  32: string;
@@ -306,6 +307,7 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
306
307
  18: string;
307
308
  20: string;
308
309
  24: string;
310
+ 26: string;
309
311
  28: string;
310
312
  30: string;
311
313
  32: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ChainToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChainToken/ChainToken.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqB9B,CAAC"}
1
+ {"version":3,"file":"ChainToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChainToken/ChainToken.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqB9B,CAAC"}
@@ -145,6 +145,7 @@ export declare const CheckboxContainer: import("@stitches/react/types/styled-com
145
145
  18: string;
146
146
  20: string;
147
147
  24: string;
148
+ 26: string;
148
149
  28: string;
149
150
  30: string;
150
151
  32: string;
@@ -306,6 +307,7 @@ export declare const CheckboxRoot: import("@stitches/react/types/styled-componen
306
307
  18: string;
307
308
  20: string;
308
309
  24: string;
310
+ 26: string;
309
311
  28: string;
310
312
  30: string;
311
313
  32: string;
@@ -467,6 +469,7 @@ export declare const CheckboxIndicator: import("@stitches/react/types/styled-com
467
469
  18: string;
468
470
  20: string;
469
471
  24: string;
472
+ 26: string;
470
473
  28: string;
471
474
  30: string;
472
475
  32: string;
@@ -628,6 +631,7 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
628
631
  18: string;
629
632
  20: string;
630
633
  24: string;
634
+ 26: string;
631
635
  28: string;
632
636
  30: string;
633
637
  32: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAyBvB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAyBvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI5B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC"}
@@ -145,6 +145,7 @@ export declare const ChipContainer: import("@stitches/react/types/styled-compone
145
145
  18: string;
146
146
  20: string;
147
147
  24: string;
148
+ 26: string;
148
149
  28: string;
149
150
  30: string;
150
151
  32: 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"}
@@ -145,6 +145,7 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
145
145
  18: string;
146
146
  20: string;
147
147
  24: string;
148
+ 26: string;
148
149
  28: string;
149
150
  30: string;
150
151
  32: 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"}
@@ -1,4 +1,4 @@
1
1
  import type { PropTypes } from './Divider.types';
2
2
  import React from 'react';
3
- export declare function Divider({ size, direction, }: PropTypes): React.JSX.Element;
3
+ export declare function Divider({ size, direction, ...props }: PropTypes): React.JSX.Element;
4
4
  //# sourceMappingURL=Divider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,OAAO,CAAC,EACtB,IAAmB,EACnB,SAAsB,GACvB,EAAE,SAAS,qBAEX"}
1
+ {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,OAAO,CAAC,EACtB,IAAmB,EACnB,SAAsB,EACtB,GAAG,KAAK,EACT,EAAE,SAAS,qBAEX"}
@@ -1,6 +1,6 @@
1
1
  export declare const DividerContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2
- size?: 2 | 10 | 12 | 16 | 18 | 20 | 24 | 32 | 30 | 4 | 8 | "2" | "4" | "8" | "10" | "12" | "16" | "18" | "20" | "24" | "30" | "32" | undefined;
3
- direction?: "vertical" | "horizontal" | undefined;
2
+ size?: 2 | 10 | 12 | 16 | 18 | 20 | 24 | 32 | 30 | 4 | 8 | "2" | "4" | "8" | "12" | "10" | "16" | "18" | "20" | "24" | "30" | "32" | undefined;
3
+ direction?: "horizontal" | "vertical" | undefined;
4
4
  }, {
5
5
  xs: string;
6
6
  sm: string;
@@ -146,6 +146,7 @@ export declare const DividerContainer: import("@stitches/react/types/styled-comp
146
146
  18: string;
147
147
  20: string;
148
148
  24: string;
149
+ 26: string;
149
150
  28: string;
150
151
  30: string;
151
152
  32: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Divider.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Divider/Divider.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiL3B,CAAC"}
1
+ {"version":3,"file":"Divider.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Divider/Divider.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiL3B,CAAC"}
@@ -143,6 +143,7 @@ export declare const BackDrop: import("@stitches/react/types/styled-component").
143
143
  18: string;
144
144
  20: string;
145
145
  24: string;
146
+ 26: string;
146
147
  28: string;
147
148
  30: string;
148
149
  32: string;
@@ -306,6 +307,7 @@ export declare const DrawerContainer: import("@stitches/react/types/styled-compo
306
307
  18: string;
307
308
  20: string;
308
309
  24: string;
310
+ 26: string;
309
311
  28: string;
310
312
  30: string;
311
313
  32: string;
@@ -467,6 +469,7 @@ export declare const DrawerHeader: import("@stitches/react/types/styled-componen
467
469
  18: string;
468
470
  20: string;
469
471
  24: string;
472
+ 26: string;
470
473
  28: string;
471
474
  30: string;
472
475
  32: string;
@@ -628,6 +631,7 @@ export declare const Body: import("@stitches/react/types/styled-component").Styl
628
631
  18: string;
629
632
  20: string;
630
633
  24: string;
634
+ 26: string;
631
635
  28: string;
632
636
  30: string;
633
637
  32: string;
@@ -789,6 +793,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
789
793
  18: string;
790
794
  20: string;
791
795
  24: string;
796
+ 26: string;
792
797
  28: string;
793
798
  30: string;
794
799
  32: 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 Portuguese(props: FlagPropTypes): React.JSX.Element;
4
+ //# sourceMappingURL=Portuguese.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Portuguese.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Flags/Portuguese.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,aAAa,qBA2BtD"}
@@ -1,7 +1,8 @@
1
1
  import English from './English';
2
2
  import French from './French';
3
3
  import Japanese from './Japanese';
4
+ import Portuguese from './Portuguese';
4
5
  import Spanish from './Spanish';
5
6
  export type { FlagPropTypes } from './Flags.types';
6
- export { English, Spanish, Japanese, French };
7
+ export { English, Spanish, Japanese, French, Portuguese };
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,OAAO,MAAM,WAAW,CAAC;AAEhC,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC"}
@@ -144,6 +144,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
144
144
  18: string;
145
145
  20: string;
146
146
  24: string;
147
+ 26: string;
147
148
  28: string;
148
149
  30: string;
149
150
  32: string;
@@ -305,6 +306,7 @@ export declare const Suffix: import("@stitches/react/types/styled-component").St
305
306
  18: string;
306
307
  20: string;
307
308
  24: string;
309
+ 26: string;
308
310
  28: string;
309
311
  30: string;
310
312
  32: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Header.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Header/Header.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,kBAAkB,cAM7B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6CpB,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":"AAMA,eAAO,MAAM,kBAAkB,cAM7B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6CpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
@@ -5,6 +5,7 @@ declare const messages: {
5
5
  es: any;
6
6
  ja: any;
7
7
  fr: any;
8
+ pt: any;
8
9
  };
9
10
  export type Language = keyof typeof messages;
10
11
  interface PropTypes {
@@ -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,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"}
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;AAerD,QAAA,MAAM,QAAQ;;;;;;CAMb,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"}
@@ -144,6 +144,7 @@ export declare const CloseIcon: import("@stitches/react/types/styled-component")
144
144
  18: string;
145
145
  20: string;
146
146
  24: string;
147
+ 26: string;
147
148
  28: string;
148
149
  30: string;
149
150
  32: 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"}
@@ -1,5 +1,5 @@
1
1
  export declare const SvgWithStrokeColor: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
2
- color?: "success" | "warning" | "error" | "primary" | "black" | "white" | undefined;
2
+ color?: "primary" | "success" | "warning" | "error" | "black" | "white" | undefined;
3
3
  disabled?: boolean | "true" | undefined;
4
4
  }, {
5
5
  xs: string;
@@ -146,6 +146,7 @@ export declare const SvgWithStrokeColor: import("@stitches/react/types/styled-co
146
146
  18: string;
147
147
  20: string;
148
148
  24: string;
149
+ 26: string;
149
150
  28: string;
150
151
  30: string;
151
152
  32: string;
@@ -163,7 +164,7 @@ export declare const SvgWithStrokeColor: import("@stitches/react/types/styled-co
163
164
  transitions: {};
164
165
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
165
166
  export declare const SvgWithFillColor: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
166
- color?: "success" | "warning" | "error" | "primary" | "black" | "white" | undefined;
167
+ color?: "primary" | "success" | "warning" | "error" | "black" | "white" | undefined;
167
168
  disabled?: boolean | "true" | undefined;
168
169
  }, {
169
170
  xs: string;
@@ -310,6 +311,7 @@ export declare const SvgWithFillColor: import("@stitches/react/types/styled-comp
310
311
  18: string;
311
312
  20: string;
312
313
  24: string;
314
+ 26: string;
313
315
  28: string;
314
316
  30: string;
315
317
  32: 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"}
@@ -143,6 +143,7 @@ export declare const BaseList: import("@stitches/react/types/styled-component").
143
143
  18: string;
144
144
  20: string;
145
145
  24: string;
146
+ 26: string;
146
147
  28: string;
147
148
  30: string;
148
149
  32: 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"}
@@ -145,6 +145,7 @@ export declare const BaseListItem: import("@stitches/react/types/styled-componen
145
145
  18: string;
146
146
  20: string;
147
147
  24: string;
148
+ 26: string;
148
149
  28: string;
149
150
  30: string;
150
151
  32: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA0DvB,CAAC"}
1
+ {"version":3,"file":"ListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItem/ListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA0DvB,CAAC"}