@rango-dev/ui 0.15.1-next.8 → 0.16.0

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 (220) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/dist/index.js +6 -6
  3. package/dist/index.js.map +4 -4
  4. package/dist/translations/en.d.ts.map +1 -1
  5. package/dist/translations/es.d.ts.map +1 -1
  6. package/dist/translations/fr.d.ts.map +1 -1
  7. package/dist/translations/jp.d.ts.map +1 -1
  8. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +18 -3
  9. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
  10. package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts.map +1 -1
  11. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +55 -9
  12. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -1
  13. package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts +1 -0
  14. package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts.map +1 -1
  15. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +12 -2
  16. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -1
  17. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +6 -1
  18. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +1 -1
  19. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts +5 -0
  20. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts.map +1 -0
  21. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +156 -0
  22. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -0
  23. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts +6 -0
  24. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts.map +1 -0
  25. package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts +2 -0
  26. package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts.map +1 -0
  27. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +12 -2
  28. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
  29. package/dist/widget/ui/src/components/Button/Button.styles.d.ts +18 -3
  30. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
  31. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +12 -2
  32. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
  33. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +24 -4
  34. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
  35. package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts +2 -1
  36. package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts.map +1 -1
  37. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +6 -1
  38. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
  39. package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts +5 -0
  40. package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts.map +1 -0
  41. package/dist/widget/ui/src/components/Collapsible/Collapsible.stories.d.ts +23 -0
  42. package/dist/widget/ui/src/components/Collapsible/Collapsible.stories.d.ts.map +1 -0
  43. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +156 -0
  44. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -0
  45. package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts +7 -0
  46. package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts.map +1 -0
  47. package/dist/widget/ui/src/components/Collapsible/index.d.ts +2 -0
  48. package/dist/widget/ui/src/components/Collapsible/index.d.ts.map +1 -0
  49. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +30 -5
  50. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
  51. package/dist/widget/ui/src/components/Header/Header.styles.d.ts +12 -2
  52. package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
  53. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +6 -1
  54. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
  55. package/dist/widget/ui/src/components/Icon/common.d.ts +14 -4
  56. package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
  57. package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +3 -5
  58. package/dist/widget/ui/src/components/IconButton/IconButton.d.ts.map +1 -1
  59. package/dist/widget/ui/src/components/List/List.styles.d.ts +6 -1
  60. package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
  61. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +6 -1
  62. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
  63. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +6 -1
  64. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
  65. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +6 -1
  66. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
  67. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +18 -3
  68. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
  69. package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
  70. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +36 -6
  71. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
  72. package/dist/widget/ui/src/components/Modal/index.d.ts +1 -0
  73. package/dist/widget/ui/src/components/Modal/index.d.ts.map +1 -1
  74. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +6 -1
  75. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
  76. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +12 -2
  77. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
  78. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +6 -1
  79. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
  80. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +12 -2
  81. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
  82. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +24 -4
  83. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
  84. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +6 -1
  85. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -1
  86. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +6 -1
  87. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
  88. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts +4 -0
  89. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -0
  90. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +4 -0
  91. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -0
  92. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +460 -0
  93. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -0
  94. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts +15 -0
  95. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts.map +1 -0
  96. package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts +3 -0
  97. package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts.map +1 -0
  98. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +6 -1
  99. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
  100. package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -1
  101. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +30 -5
  102. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
  103. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +7 -2
  104. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
  105. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +6 -1
  106. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
  107. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +36 -6
  108. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
  109. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +54 -9
  110. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
  111. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +12 -2
  112. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
  113. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +18 -3
  114. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
  115. package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -1
  116. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +314 -1
  117. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
  118. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +6 -1
  119. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
  120. package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts.map +1 -1
  121. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +30 -5
  122. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
  123. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +1 -0
  124. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -1
  125. package/dist/widget/ui/src/components/common/FilledCircle.d.ts +6 -1
  126. package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
  127. package/dist/widget/ui/src/components/common/styles.d.ts +6 -1
  128. package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
  129. package/dist/widget/ui/src/components/index.d.ts +3 -0
  130. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  131. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +60 -10
  132. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
  133. package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
  134. package/dist/widget/ui/src/containers/SwapInput/SwapInput.stories.d.ts.map +1 -1
  135. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +18 -3
  136. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
  137. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +4 -6
  138. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
  139. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +13 -5
  140. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
  141. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +6 -1
  142. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
  143. package/dist/widget/ui/src/hooks/index.d.ts +0 -1
  144. package/dist/widget/ui/src/hooks/index.d.ts.map +1 -1
  145. package/dist/widget/ui/src/icons/BorderRadius.d.ts +5 -0
  146. package/dist/widget/ui/src/icons/BorderRadius.d.ts.map +1 -0
  147. package/dist/widget/ui/src/icons/Desktop.d.ts +5 -0
  148. package/dist/widget/ui/src/icons/Desktop.d.ts.map +1 -0
  149. package/dist/widget/ui/src/icons/Font.d.ts +5 -0
  150. package/dist/widget/ui/src/icons/Font.d.ts.map +1 -0
  151. package/dist/widget/ui/src/icons/LogoWithText.d.ts +5 -0
  152. package/dist/widget/ui/src/icons/LogoWithText.d.ts.map +1 -0
  153. package/dist/widget/ui/src/icons/index.d.ts +5 -1
  154. package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
  155. package/dist/widget/ui/src/theme.d.ts +60 -10
  156. package/dist/widget/ui/src/theme.d.ts.map +1 -1
  157. package/package.json +2 -2
  158. package/src/components/BestRoute/BestRoute.styles.ts +55 -9
  159. package/src/components/BestRoute/BestRoute.tsx +10 -3
  160. package/src/components/BestRoute/BestRoute.types.ts +1 -0
  161. package/src/components/BestRoute/BestRouteSkeleton.styles.ts +6 -2
  162. package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +43 -0
  163. package/src/components/BlockchainsChip/BlockchainsChip.tsx +15 -0
  164. package/src/components/BlockchainsChip/BlockchainsChip.types.ts +4 -0
  165. package/src/components/BlockchainsChip/index.ts +1 -0
  166. package/src/components/Button/Button.styles.tsx +122 -32
  167. package/src/components/ChainToken/ChainToken.tsx +3 -3
  168. package/src/components/Checkbox/Checkbox.styles.ts +7 -6
  169. package/src/components/Checkbox/Checkbox.types.ts +1 -1
  170. package/src/components/Chip/Chip.styles.ts +14 -4
  171. package/src/components/Collapsible/Collapsible.stories.tsx +46 -0
  172. package/src/components/Collapsible/Collapsible.styles.ts +9 -0
  173. package/src/components/Collapsible/Collapsible.tsx +21 -0
  174. package/src/components/Collapsible/Collapsible.types.ts +7 -0
  175. package/src/components/Collapsible/index.ts +1 -0
  176. package/src/components/Header/Header.styles.ts +8 -4
  177. package/src/components/IconButton/IconButton.tsx +8 -2
  178. package/src/components/ListItem/ListItem.styles.ts +7 -2
  179. package/src/components/ListItemButton/ListItemButton.styles.ts +9 -3
  180. package/src/components/MessageBox/CollapsibleMessageBox.styles.tsx +14 -2
  181. package/src/components/MessageBox/MessageBox.styles.tsx +26 -6
  182. package/src/components/Modal/Modal.styles.ts +4 -4
  183. package/src/components/Modal/Modal.tsx +2 -10
  184. package/src/components/Modal/index.ts +1 -0
  185. package/src/components/Radio/Radio.styles.tsx +7 -6
  186. package/src/components/RouteCost/RouteCost.tsx +1 -1
  187. package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +35 -0
  188. package/src/components/SelectableCategoryList/SelectableCategoryList.styles.ts +21 -0
  189. package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +76 -0
  190. package/src/components/SelectableCategoryList/SelectableCategoryList.types.ts +16 -0
  191. package/src/components/SelectableCategoryList/index.ts +2 -0
  192. package/src/components/StepDetails/StepDetails.styles.ts +5 -2
  193. package/src/components/StepDetails/StepDetails.tsx +11 -1
  194. package/src/components/SwapListItem/SwapListItem.styles.ts +17 -4
  195. package/src/components/SwapListItem/SwapToken.tsx +4 -4
  196. package/src/components/Switch/Switch.styles.tsx +7 -7
  197. package/src/components/TextField/TextField.styles.ts +10 -3
  198. package/src/components/Tooltip/Tooltip.styles.ts +10 -0
  199. package/src/components/Tooltip/Tooltip.tsx +9 -4
  200. package/src/components/Wallet/ClickableWallet.tsx +1 -1
  201. package/src/components/Wallet/Wallet.helpers.ts +11 -9
  202. package/src/components/Wallet/Wallet.styles.ts +20 -3
  203. package/src/components/Wallet/Wallet.types.ts +1 -0
  204. package/src/components/index.ts +3 -0
  205. package/src/containers/SwapInput/SwapInput.stories.tsx +1 -0
  206. package/src/containers/SwapInput/SwapInput.styles.ts +5 -1
  207. package/src/containers/SwapInput/SwapInput.tsx +7 -4
  208. package/src/containers/SwapInput/SwapInput.types.ts +4 -7
  209. package/src/containers/SwapInput/TokenSection.styles.ts +21 -17
  210. package/src/containers/SwapInput/TokenSection.tsx +2 -2
  211. package/src/hooks/index.ts +0 -1
  212. package/src/icons/BorderRadius.tsx +21 -0
  213. package/src/icons/Desktop.tsx +271 -0
  214. package/src/icons/Font.tsx +27 -0
  215. package/src/icons/LogoWithText.tsx +159 -0
  216. package/src/icons/index.ts +5 -1
  217. package/src/theme.ts +6 -1
  218. package/dist/widget/ui/src/hooks/usePaddingRight.d.ts +0 -8
  219. package/dist/widget/ui/src/hooks/usePaddingRight.d.ts.map +0 -1
  220. package/src/hooks/usePaddingRight.ts +0 -41
@@ -1,5 +1,5 @@
1
1
  export declare const SvgWithStrokeColor: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
2
- color?: "success" | "warning" | "error" | "black" | "white" | "primary" | undefined;
2
+ color?: "success" | "warning" | "error" | "primary" | "black" | "white" | undefined;
3
3
  disabled?: boolean | "true" | undefined;
4
4
  }, {
5
5
  sm: string;
@@ -87,6 +87,8 @@ export declare const SvgWithStrokeColor: import("@stitches/react/types/styled-co
87
87
  md: string;
88
88
  xl: string;
89
89
  lg: string;
90
+ primary: string;
91
+ secondary: string;
90
92
  };
91
93
  fontSizes: {
92
94
  10: string;
@@ -103,7 +105,10 @@ export declare const SvgWithStrokeColor: import("@stitches/react/types/styled-co
103
105
  40: string;
104
106
  48: string;
105
107
  };
106
- fonts: {};
108
+ fonts: {
109
+ primary: string;
110
+ widget: string;
111
+ };
107
112
  fontWeights: {
108
113
  regular: number;
109
114
  medium: number;
@@ -150,7 +155,7 @@ export declare const SvgWithStrokeColor: import("@stitches/react/types/styled-co
150
155
  transitions: {};
151
156
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
152
157
  export declare const SvgWithFillColor: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
153
- color?: "success" | "warning" | "error" | "black" | "white" | "primary" | undefined;
158
+ color?: "success" | "warning" | "error" | "primary" | "black" | "white" | undefined;
154
159
  disabled?: boolean | "true" | undefined;
155
160
  }, {
156
161
  sm: string;
@@ -238,6 +243,8 @@ export declare const SvgWithFillColor: import("@stitches/react/types/styled-comp
238
243
  md: string;
239
244
  xl: string;
240
245
  lg: string;
246
+ primary: string;
247
+ secondary: string;
241
248
  };
242
249
  fontSizes: {
243
250
  10: string;
@@ -254,7 +261,10 @@ export declare const SvgWithFillColor: import("@stitches/react/types/styled-comp
254
261
  40: string;
255
262
  48: string;
256
263
  };
257
- fonts: {};
264
+ fonts: {
265
+ primary: string;
266
+ widget: string;
267
+ };
258
268
  fontWeights: {
259
269
  regular: number;
260
270
  medium: number;
@@ -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"}
@@ -1,9 +1,7 @@
1
1
  import type { PropTypes } from './IconButton.types';
2
- import type { PropsWithChildren } from 'react';
3
2
  import React from 'react';
4
- declare function IconButton(props: PropsWithChildren<PropTypes>): React.JSX.Element;
5
- declare namespace IconButton {
6
- var toString: () => string;
7
- }
3
+ declare const IconButton: React.ForwardRefExoticComponent<PropTypes & {
4
+ children?: React.ReactNode;
5
+ } & React.RefAttributes<HTMLButtonElement>>;
8
6
  export { IconButton };
9
7
  //# sourceMappingURL=IconButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,iBAAS,UAAU,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBActD;kBAdQ,UAAU;;;AAkBnB,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAGpD,OAAO,KAAK,MAAM,OAAO,CAAC;AAyB1B,QAAA,MAAM,UAAU;;2CAAwC,CAAC;AAIzD,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -84,6 +84,8 @@ export declare const BaseList: import("@stitches/react/types/styled-component").
84
84
  md: string;
85
85
  xl: string;
86
86
  lg: string;
87
+ primary: string;
88
+ secondary: string;
87
89
  };
88
90
  fontSizes: {
89
91
  10: string;
@@ -100,7 +102,10 @@ export declare const BaseList: import("@stitches/react/types/styled-component").
100
102
  40: string;
101
103
  48: string;
102
104
  };
103
- fonts: {};
105
+ fonts: {
106
+ primary: string;
107
+ widget: string;
108
+ };
104
109
  fontWeights: {
105
110
  regular: number;
106
111
  medium: number;
@@ -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"}
@@ -86,6 +86,8 @@ export declare const BaseListItem: import("@stitches/react/types/styled-componen
86
86
  md: string;
87
87
  xl: string;
88
88
  lg: string;
89
+ primary: string;
90
+ secondary: string;
89
91
  };
90
92
  fontSizes: {
91
93
  10: string;
@@ -102,7 +104,10 @@ export declare const BaseListItem: import("@stitches/react/types/styled-componen
102
104
  40: string;
103
105
  48: string;
104
106
  };
105
- fonts: {};
107
+ fonts: {
108
+ primary: string;
109
+ widget: string;
110
+ };
106
111
  fontWeights: {
107
112
  regular: number;
108
113
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"ListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItem/ListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4CvB,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"}
@@ -87,6 +87,8 @@ export declare const BaseListItemButton: import("@stitches/react/types/styled-co
87
87
  md: string;
88
88
  xl: string;
89
89
  lg: string;
90
+ primary: string;
91
+ secondary: string;
90
92
  };
91
93
  fontSizes: {
92
94
  10: string;
@@ -103,7 +105,10 @@ export declare const BaseListItemButton: import("@stitches/react/types/styled-co
103
105
  40: string;
104
106
  48: string;
105
107
  };
106
- fonts: {};
108
+ fonts: {
109
+ primary: string;
110
+ widget: string;
111
+ };
107
112
  fontWeights: {
108
113
  regular: number;
109
114
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"ListItemButton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItemButton/ListItemButton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAyC7B,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"}
@@ -86,6 +86,8 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
86
86
  md: string;
87
87
  xl: string;
88
88
  lg: string;
89
+ primary: string;
90
+ secondary: string;
89
91
  };
90
92
  fontSizes: {
91
93
  10: string;
@@ -102,7 +104,10 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
102
104
  40: string;
103
105
  48: string;
104
106
  };
105
- fonts: {};
107
+ fonts: {
108
+ primary: string;
109
+ widget: string;
110
+ };
106
111
  fontWeights: {
107
112
  regular: number;
108
113
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"CollapsibleMessageBox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageBox/CollapsibleMessageBox.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAI3D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBlB,CAAC"}
1
+ {"version":3,"file":"CollapsibleMessageBox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageBox/CollapsibleMessageBox.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAI3D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4BlB,CAAC"}
@@ -84,6 +84,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
84
84
  md: string;
85
85
  xl: string;
86
86
  lg: string;
87
+ primary: string;
88
+ secondary: string;
87
89
  };
88
90
  fontSizes: {
89
91
  10: string;
@@ -100,7 +102,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
100
102
  40: string;
101
103
  48: string;
102
104
  };
103
- fonts: {};
105
+ fonts: {
106
+ primary: string;
107
+ widget: string;
108
+ };
104
109
  fontWeights: {
105
110
  regular: number;
106
111
  medium: number;
@@ -232,6 +237,8 @@ export declare const Description: import("@stitches/react/types/styled-component
232
237
  md: string;
233
238
  xl: string;
234
239
  lg: string;
240
+ primary: string;
241
+ secondary: string;
235
242
  };
236
243
  fontSizes: {
237
244
  10: string;
@@ -248,7 +255,10 @@ export declare const Description: import("@stitches/react/types/styled-component
248
255
  40: string;
249
256
  48: string;
250
257
  };
251
- fonts: {};
258
+ fonts: {
259
+ primary: string;
260
+ widget: string;
261
+ };
252
262
  fontWeights: {
253
263
  regular: number;
254
264
  medium: number;
@@ -382,6 +392,8 @@ export declare const IconHighlight: import("@stitches/react/types/styled-compone
382
392
  md: string;
383
393
  xl: string;
384
394
  lg: string;
395
+ primary: string;
396
+ secondary: string;
385
397
  };
386
398
  fontSizes: {
387
399
  10: string;
@@ -398,7 +410,10 @@ export declare const IconHighlight: import("@stitches/react/types/styled-compone
398
410
  40: string;
399
411
  48: string;
400
412
  };
401
- fonts: {};
413
+ fonts: {
414
+ primary: string;
415
+ widget: string;
416
+ };
402
417
  fontWeights: {
403
418
  regular: number;
404
419
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"MessageBox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageBox/MessageBox.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEtB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA0BxB,CAAC"}
1
+ {"version":3,"file":"MessageBox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/MessageBox/MessageBox.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEtB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA8CxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/Modal.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,KAAsC,MAAM,OAAO,CAAC;AAwB3D,wBAAgB,KAAK,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBAyGxD"}
1
+ {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/Modal.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,KAAsC,MAAM,OAAO,CAAC;AAqB3D,wBAAgB,KAAK,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBAoGxD"}
@@ -87,6 +87,8 @@ export declare const BackDrop: import("@stitches/react/types/styled-component").
87
87
  md: string;
88
88
  xl: string;
89
89
  lg: string;
90
+ primary: string;
91
+ secondary: string;
90
92
  };
91
93
  fontSizes: {
92
94
  10: string;
@@ -103,7 +105,10 @@ export declare const BackDrop: import("@stitches/react/types/styled-component").
103
105
  40: string;
104
106
  48: string;
105
107
  };
106
- fonts: {};
108
+ fonts: {
109
+ primary: string;
110
+ widget: string;
111
+ };
107
112
  fontWeights: {
108
113
  regular: number;
109
114
  medium: number;
@@ -238,6 +243,8 @@ export declare const ModalContainer: import("@stitches/react/types/styled-compon
238
243
  md: string;
239
244
  xl: string;
240
245
  lg: string;
246
+ primary: string;
247
+ secondary: string;
241
248
  };
242
249
  fontSizes: {
243
250
  10: string;
@@ -254,7 +261,10 @@ export declare const ModalContainer: import("@stitches/react/types/styled-compon
254
261
  40: string;
255
262
  48: string;
256
263
  };
257
- fonts: {};
264
+ fonts: {
265
+ primary: string;
266
+ widget: string;
267
+ };
258
268
  fontWeights: {
259
269
  regular: number;
260
270
  medium: number;
@@ -386,6 +396,8 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
386
396
  md: string;
387
397
  xl: string;
388
398
  lg: string;
399
+ primary: string;
400
+ secondary: string;
389
401
  };
390
402
  fontSizes: {
391
403
  10: string;
@@ -402,7 +414,10 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
402
414
  40: string;
403
415
  48: string;
404
416
  };
405
- fonts: {};
417
+ fonts: {
418
+ primary: string;
419
+ widget: string;
420
+ };
406
421
  fontWeights: {
407
422
  regular: number;
408
423
  medium: number;
@@ -536,6 +551,8 @@ export declare const ModalHeader: import("@stitches/react/types/styled-component
536
551
  md: string;
537
552
  xl: string;
538
553
  lg: string;
554
+ primary: string;
555
+ secondary: string;
539
556
  };
540
557
  fontSizes: {
541
558
  10: string;
@@ -552,7 +569,10 @@ export declare const ModalHeader: import("@stitches/react/types/styled-component
552
569
  40: string;
553
570
  48: string;
554
571
  };
555
- fonts: {};
572
+ fonts: {
573
+ primary: string;
574
+ widget: string;
575
+ };
556
576
  fontWeights: {
557
577
  regular: number;
558
578
  medium: number;
@@ -684,6 +704,8 @@ export declare const Content: import("@stitches/react/types/styled-component").S
684
704
  md: string;
685
705
  xl: string;
686
706
  lg: string;
707
+ primary: string;
708
+ secondary: string;
687
709
  };
688
710
  fontSizes: {
689
711
  10: string;
@@ -700,7 +722,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
700
722
  40: string;
701
723
  48: string;
702
724
  };
703
- fonts: {};
725
+ fonts: {
726
+ primary: string;
727
+ widget: string;
728
+ };
704
729
  fontWeights: {
705
730
  regular: number;
706
731
  medium: number;
@@ -832,6 +857,8 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
832
857
  md: string;
833
858
  xl: string;
834
859
  lg: string;
860
+ primary: string;
861
+ secondary: string;
835
862
  };
836
863
  fontSizes: {
837
864
  10: string;
@@ -848,7 +875,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
848
875
  40: string;
849
876
  48: string;
850
877
  };
851
- fonts: {};
878
+ fonts: {
879
+ primary: string;
880
+ widget: string;
881
+ };
852
882
  fontWeights: {
853
883
  regular: number;
854
884
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/Modal.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+BnB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwBzB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOf,CAAC;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAatB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOjB,CAAC"}
1
+ {"version":3,"file":"Modal.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/Modal.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+BnB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwBzB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOf,CAAC;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAatB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOjB,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export { Modal } from './Modal';
2
+ export { ModalHeader } from './Modal.styles';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -84,6 +84,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
84
84
  md: string;
85
85
  xl: string;
86
86
  lg: string;
87
+ primary: string;
88
+ secondary: string;
87
89
  };
88
90
  fontSizes: {
89
91
  10: string;
@@ -100,7 +102,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
100
102
  40: string;
101
103
  48: string;
102
104
  };
103
- fonts: {};
105
+ fonts: {
106
+ primary: string;
107
+ widget: string;
108
+ };
104
109
  fontWeights: {
105
110
  regular: number;
106
111
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"NotFound.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/NotFound/NotFound.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC"}
1
+ {"version":3,"file":"NotFound.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/NotFound/NotFound.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC"}
@@ -86,6 +86,8 @@ export declare const PopoverContainer: import("@stitches/react/types/styled-comp
86
86
  md: string;
87
87
  xl: string;
88
88
  lg: string;
89
+ primary: string;
90
+ secondary: string;
89
91
  };
90
92
  fontSizes: {
91
93
  10: string;
@@ -102,7 +104,10 @@ export declare const PopoverContainer: import("@stitches/react/types/styled-comp
102
104
  40: string;
103
105
  48: string;
104
106
  };
105
- fonts: {};
107
+ fonts: {
108
+ primary: string;
109
+ widget: string;
110
+ };
106
111
  fontWeights: {
107
112
  regular: number;
108
113
  medium: number;
@@ -234,6 +239,8 @@ export declare const PopoverArrow: import("@stitches/react/types/styled-componen
234
239
  md: string;
235
240
  xl: string;
236
241
  lg: string;
242
+ primary: string;
243
+ secondary: string;
237
244
  };
238
245
  fontSizes: {
239
246
  10: string;
@@ -250,7 +257,10 @@ export declare const PopoverArrow: import("@stitches/react/types/styled-componen
250
257
  40: string;
251
258
  48: string;
252
259
  };
253
- fonts: {};
260
+ fonts: {
261
+ primary: string;
262
+ widget: string;
263
+ };
254
264
  fontWeights: {
255
265
  regular: number;
256
266
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Popover/Popover.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAIxD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI3B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIvB,CAAC"}
1
+ {"version":3,"file":"Popover.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Popover/Popover.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAIxD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI3B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIvB,CAAC"}
@@ -84,6 +84,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
84
84
  md: string;
85
85
  xl: string;
86
86
  lg: string;
87
+ primary: string;
88
+ secondary: string;
87
89
  };
88
90
  fontSizes: {
89
91
  10: string;
@@ -100,7 +102,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
100
102
  40: string;
101
103
  48: string;
102
104
  };
103
- fonts: {};
105
+ fonts: {
106
+ primary: string;
107
+ widget: string;
108
+ };
104
109
  fontWeights: {
105
110
  regular: number;
106
111
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"PriceImpact.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/PriceImpact/PriceImpact.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC"}
1
+ {"version":3,"file":"PriceImpact.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/PriceImpact/PriceImpact.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC"}
@@ -86,6 +86,8 @@ export declare const StyledItem: import("@stitches/react/types/styled-component"
86
86
  md: string;
87
87
  xl: string;
88
88
  lg: string;
89
+ primary: string;
90
+ secondary: string;
89
91
  };
90
92
  fontSizes: {
91
93
  10: string;
@@ -102,7 +104,10 @@ export declare const StyledItem: import("@stitches/react/types/styled-component"
102
104
  40: string;
103
105
  48: string;
104
106
  };
105
- fonts: {};
107
+ fonts: {
108
+ primary: string;
109
+ widget: string;
110
+ };
106
111
  fontWeights: {
107
112
  regular: number;
108
113
  medium: number;
@@ -234,6 +239,8 @@ export declare const StyledIndicator: import("@stitches/react/types/styled-compo
234
239
  md: string;
235
240
  xl: string;
236
241
  lg: string;
242
+ primary: string;
243
+ secondary: string;
237
244
  };
238
245
  fontSizes: {
239
246
  10: string;
@@ -250,7 +257,10 @@ export declare const StyledIndicator: import("@stitches/react/types/styled-compo
250
257
  40: string;
251
258
  48: string;
252
259
  };
253
- fonts: {};
260
+ fonts: {
261
+ primary: string;
262
+ widget: string;
263
+ };
254
264
  fontWeights: {
255
265
  regular: number;
256
266
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Radio.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Radio/Radio.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAIrD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBrB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
1
+ {"version":3,"file":"Radio.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Radio/Radio.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAIrD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiBrB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
@@ -88,6 +88,8 @@ export declare const RadioRoot: import("@stitches/react/types/styled-component")
88
88
  md: string;
89
89
  xl: string;
90
90
  lg: string;
91
+ primary: string;
92
+ secondary: string;
91
93
  };
92
94
  fontSizes: {
93
95
  10: string;
@@ -104,7 +106,10 @@ export declare const RadioRoot: import("@stitches/react/types/styled-component")
104
106
  40: string;
105
107
  48: string;
106
108
  };
107
- fonts: {};
109
+ fonts: {
110
+ primary: string;
111
+ widget: string;
112
+ };
108
113
  fontWeights: {
109
114
  regular: number;
110
115
  medium: number;
@@ -236,6 +241,8 @@ export declare const ItemContainer: import("@stitches/react/types/styled-compone
236
241
  md: string;
237
242
  xl: string;
238
243
  lg: string;
244
+ primary: string;
245
+ secondary: string;
239
246
  };
240
247
  fontSizes: {
241
248
  10: string;
@@ -252,7 +259,10 @@ export declare const ItemContainer: import("@stitches/react/types/styled-compone
252
259
  40: string;
253
260
  48: string;
254
261
  };
255
- fonts: {};
262
+ fonts: {
263
+ primary: string;
264
+ widget: string;
265
+ };
256
266
  fontWeights: {
257
267
  regular: number;
258
268
  medium: number;
@@ -384,6 +394,8 @@ export declare const Container: import("@stitches/react/types/styled-component")
384
394
  md: string;
385
395
  xl: string;
386
396
  lg: string;
397
+ primary: string;
398
+ secondary: string;
387
399
  };
388
400
  fontSizes: {
389
401
  10: string;
@@ -400,7 +412,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
400
412
  40: string;
401
413
  48: string;
402
414
  };
403
- fonts: {};
415
+ fonts: {
416
+ primary: string;
417
+ widget: string;
418
+ };
404
419
  fontWeights: {
405
420
  regular: number;
406
421
  medium: number;
@@ -532,6 +547,8 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
532
547
  md: string;
533
548
  xl: string;
534
549
  lg: string;
550
+ primary: string;
551
+ secondary: string;
535
552
  };
536
553
  fontSizes: {
537
554
  10: string;
@@ -548,7 +565,10 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
548
565
  40: string;
549
566
  48: string;
550
567
  };
551
- fonts: {};
568
+ fonts: {
569
+ primary: string;
570
+ widget: string;
571
+ };
552
572
  fontWeights: {
553
573
  regular: number;
554
574
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"RadioGroup.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RadioGroup/RadioGroup.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAI1D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOhB,CAAC"}
1
+ {"version":3,"file":"RadioGroup.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RadioGroup/RadioGroup.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAI1D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOhB,CAAC"}