@rango-dev/ui 0.15.1-next.9 → 0.17.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 +4 -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
@@ -89,6 +89,8 @@ export declare const ButtonBase: import("@stitches/react/types/styled-component"
89
89
  md: string;
90
90
  xl: string;
91
91
  lg: string;
92
+ primary: string;
93
+ secondary: string;
92
94
  };
93
95
  fontSizes: {
94
96
  10: string;
@@ -105,7 +107,10 @@ export declare const ButtonBase: import("@stitches/react/types/styled-component"
105
107
  40: string;
106
108
  48: string;
107
109
  };
108
- fonts: {};
110
+ fonts: {
111
+ primary: string;
112
+ widget: string;
113
+ };
109
114
  fontWeights: {
110
115
  regular: number;
111
116
  medium: number;
@@ -240,6 +245,8 @@ export declare const Content: import("@stitches/react/types/styled-component").S
240
245
  md: string;
241
246
  xl: string;
242
247
  lg: string;
248
+ primary: string;
249
+ secondary: string;
243
250
  };
244
251
  fontSizes: {
245
252
  10: string;
@@ -256,7 +263,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
256
263
  40: string;
257
264
  48: string;
258
265
  };
259
- fonts: {};
266
+ fonts: {
267
+ primary: string;
268
+ widget: string;
269
+ };
260
270
  fontWeights: {
261
271
  regular: number;
262
272
  medium: number;
@@ -388,6 +398,8 @@ export declare const RippleContainer: import("@stitches/react/types/styled-compo
388
398
  md: string;
389
399
  xl: string;
390
400
  lg: string;
401
+ primary: string;
402
+ secondary: string;
391
403
  };
392
404
  fontSizes: {
393
405
  10: string;
@@ -404,7 +416,10 @@ export declare const RippleContainer: import("@stitches/react/types/styled-compo
404
416
  40: string;
405
417
  48: string;
406
418
  };
407
- fonts: {};
419
+ fonts: {
420
+ primary: string;
421
+ widget: string;
422
+ };
408
423
  fontWeights: {
409
424
  regular: number;
410
425
  medium: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+arB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAclB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAclB,CAAC;AASH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,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;
@@ -234,6 +239,8 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
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 ChainImageContainer: import("@stitches/react/types/styled-c
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":"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"}
@@ -86,6 +86,8 @@ export declare const CheckboxContainer: import("@stitches/react/types/styled-com
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 CheckboxContainer: import("@stitches/react/types/styled-com
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 CheckboxRoot: 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 CheckboxRoot: 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;
@@ -382,6 +392,8 @@ export declare const CheckboxIndicator: import("@stitches/react/types/styled-com
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 CheckboxIndicator: import("@stitches/react/types/styled-com
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;
@@ -530,6 +545,8 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
530
545
  md: string;
531
546
  xl: string;
532
547
  lg: string;
548
+ primary: string;
549
+ secondary: string;
533
550
  };
534
551
  fontSizes: {
535
552
  10: string;
@@ -546,7 +563,10 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
546
563
  40: string;
547
564
  48: string;
548
565
  };
549
- fonts: {};
566
+ fonts: {
567
+ primary: string;
568
+ widget: string;
569
+ };
550
570
  fontWeights: {
551
571
  regular: number;
552
572
  medium: number;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI5B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC"}
1
+ {"version":3,"file":"Checkbox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAI1D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAiBvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI5B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC"}
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  import type { CheckboxProps } from '@radix-ui/react-checkbox';
2
3
  type RadixCheckboxProps = Pick<CheckboxProps, 'defaultChecked' | 'checked' | 'disabled' | 'name' | 'onCheckedChange'>;
3
4
  interface WithLabelProps {
4
5
  id: string;
5
- label: string;
6
+ label: React.ReactNode;
6
7
  }
7
8
  interface ComponentProps {
8
9
  id?: never;
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,KAAK,kBAAkB,GAAG,IAAI,CAC5B,aAAa,EACb,gBAAgB,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,GAAG,iBAAiB,CACvE,CAAC;AAEF,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf;AACD,UAAU,cAAc;IACtB,EAAE,CAAC,EAAE,KAAK,CAAC;IACX,KAAK,CAAC,EAAE,KAAK,CAAC;CACf;AAED,MAAM,MAAM,SAAS,GAAG,kBAAkB,GAAG,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"Checkbox.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,KAAK,kBAAkB,GAAG,IAAI,CAC5B,aAAa,EACb,gBAAgB,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,GAAG,iBAAiB,CACvE,CAAC;AAEF,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB;AACD,UAAU,cAAc;IACtB,EAAE,CAAC,EAAE,KAAK,CAAC;IACX,KAAK,CAAC,EAAE,KAAK,CAAC;CACf;AAED,MAAM,MAAM,SAAS,GAAG,kBAAkB,GAAG,CAAC,cAAc,GAAG,cAAc,CAAC,CAAC"}
@@ -86,6 +86,8 @@ export declare const ChipContainer: import("@stitches/react/types/styled-compone
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 ChipContainer: import("@stitches/react/types/styled-compone
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":"Chip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chip/Chip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4BxB,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"}
@@ -0,0 +1,5 @@
1
+ import type { CollapsibleProps } from './Collapsible.types';
2
+ import type { PropsWithChildren } from 'react';
3
+ import React from 'react';
4
+ export declare function CollapsibleComponent(props: PropsWithChildren<CollapsibleProps>): React.JSX.Element;
5
+ //# sourceMappingURL=Collapsible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Collapsible.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/Collapsible.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,qBAS3C"}
@@ -0,0 +1,23 @@
1
+ import type { CollapsibleProps } from './Collapsible.types';
2
+ import React from 'react';
3
+ import { CollapsibleComponent as Collapsible } from './Collapsible';
4
+ declare const _default: {
5
+ title: string;
6
+ component: typeof Collapsible;
7
+ args: {
8
+ open: boolean;
9
+ trigger: React.JSX.Element;
10
+ };
11
+ argTypes: {
12
+ open: {
13
+ name: string;
14
+ defaultValue: boolean;
15
+ control: {
16
+ type: string;
17
+ };
18
+ };
19
+ };
20
+ };
21
+ export default _default;
22
+ export declare const Main: (args: CollapsibleProps) => React.JSX.Element;
23
+ //# sourceMappingURL=Collapsible.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Collapsible.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/Collapsible.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,EAAE,oBAAoB,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;AAEpE,wBAqBE;AAEF,eAAO,MAAM,IAAI,SAAU,gBAAgB,sBAa1C,CAAC"}
@@ -0,0 +1,156 @@
1
+ /// <reference types="react" />
2
+ import * as Collapsible from '@radix-ui/react-collapsible';
3
+ export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
4
+ sm: string;
5
+ md: string;
6
+ lg: string;
7
+ }, import("@stitches/react/types/css-util").CSS<{
8
+ sm: string;
9
+ md: string;
10
+ lg: string;
11
+ }, {
12
+ colors: {
13
+ primary500: string;
14
+ primary600: string;
15
+ secondary100: string;
16
+ secondary200: string;
17
+ secondary300: string;
18
+ secondary400: string;
19
+ secondary500: string;
20
+ secondary600: string;
21
+ secondary700: string;
22
+ secondary800: string;
23
+ secondary900: string;
24
+ neutral100: string;
25
+ neutral200: string;
26
+ neutral300: string;
27
+ neutral400: string;
28
+ neutral500: string;
29
+ neutral600: string;
30
+ neutral700: string;
31
+ neutral800: string;
32
+ neutral900: string;
33
+ error100: string;
34
+ error300: string;
35
+ error500: string;
36
+ error600: string;
37
+ error700: string;
38
+ warning100: string;
39
+ warning300: string;
40
+ warning500: string;
41
+ warning600: string;
42
+ warning700: string;
43
+ info100: string;
44
+ info300: string;
45
+ info500: string;
46
+ info600: string;
47
+ info700: string;
48
+ success100: string;
49
+ success300: string;
50
+ success500: string;
51
+ success600: string;
52
+ success700: string;
53
+ background: string;
54
+ foreground: string;
55
+ };
56
+ space: {
57
+ 0: string;
58
+ 5: string;
59
+ 10: string;
60
+ 15: string;
61
+ 20: string;
62
+ 25: string;
63
+ 30: string;
64
+ 40: string;
65
+ 46: string;
66
+ 50: string;
67
+ 60: string;
68
+ 70: string;
69
+ 80: string;
70
+ 90: string;
71
+ 100: string;
72
+ 2: string;
73
+ 4: string;
74
+ 6: string;
75
+ 8: string;
76
+ 12: string;
77
+ 16: string;
78
+ 24: string;
79
+ 28: string;
80
+ 32: string;
81
+ };
82
+ radii: {
83
+ xs: string;
84
+ sm: string;
85
+ xm: string;
86
+ md: string;
87
+ xl: string;
88
+ lg: string;
89
+ primary: string;
90
+ secondary: string;
91
+ };
92
+ fontSizes: {
93
+ 10: string;
94
+ 12: string;
95
+ 14: string;
96
+ 16: string;
97
+ 18: string;
98
+ 20: string;
99
+ 22: string;
100
+ 24: string;
101
+ 28: string;
102
+ 32: string;
103
+ 36: string;
104
+ 40: string;
105
+ 48: string;
106
+ };
107
+ fonts: {
108
+ primary: string;
109
+ widget: string;
110
+ };
111
+ fontWeights: {
112
+ regular: number;
113
+ medium: number;
114
+ semiBold: number;
115
+ bold: number;
116
+ };
117
+ lineHeights: {
118
+ 12: string;
119
+ 16: string;
120
+ 20: string;
121
+ 24: string;
122
+ 26: string;
123
+ 28: string;
124
+ 30: string;
125
+ 36: string;
126
+ 40: string;
127
+ 44: string;
128
+ 52: string;
129
+ 64: string;
130
+ };
131
+ letterSpacings: {};
132
+ sizes: {
133
+ 4: string;
134
+ 6: string;
135
+ 8: string;
136
+ 12: string;
137
+ 16: string;
138
+ 18: string;
139
+ 20: string;
140
+ 24: string;
141
+ 28: string;
142
+ 32: string;
143
+ 36: string;
144
+ 40: string;
145
+ 45: string;
146
+ 48: string;
147
+ };
148
+ borderWidths: {};
149
+ borderStyles: {};
150
+ shadows: {
151
+ s: string;
152
+ };
153
+ zIndices: {};
154
+ transitions: {};
155
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
156
+ //# sourceMappingURL=Collapsible.styles.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,7 @@
1
+ import type React from 'react';
2
+ export interface CollapsibleProps {
3
+ trigger: React.ReactNode;
4
+ open: boolean;
5
+ onOpenChange: (open: boolean) => void;
6
+ }
7
+ //# sourceMappingURL=Collapsible.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Collapsible.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/Collapsible.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC"}
@@ -0,0 +1,2 @@
1
+ export { CollapsibleComponent as Collapsible } from './Collapsible';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collapsible/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -84,6 +84,8 @@ export declare const BackDrop: 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 BackDrop: 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;
@@ -234,6 +239,8 @@ export declare const DrawerContainer: 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 DrawerContainer: 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;
@@ -382,6 +392,8 @@ export declare const DrawerHeader: import("@stitches/react/types/styled-componen
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 DrawerHeader: import("@stitches/react/types/styled-componen
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;
@@ -530,6 +545,8 @@ export declare const Body: import("@stitches/react/types/styled-component").Styl
530
545
  md: string;
531
546
  xl: string;
532
547
  lg: string;
548
+ primary: string;
549
+ secondary: string;
533
550
  };
534
551
  fontSizes: {
535
552
  10: string;
@@ -546,7 +563,10 @@ export declare const Body: import("@stitches/react/types/styled-component").Styl
546
563
  40: string;
547
564
  48: string;
548
565
  };
549
- fonts: {};
566
+ fonts: {
567
+ primary: string;
568
+ widget: string;
569
+ };
550
570
  fontWeights: {
551
571
  regular: number;
552
572
  medium: number;
@@ -678,6 +698,8 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
678
698
  md: string;
679
699
  xl: string;
680
700
  lg: string;
701
+ primary: string;
702
+ secondary: string;
681
703
  };
682
704
  fontSizes: {
683
705
  10: string;
@@ -694,7 +716,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
694
716
  40: string;
695
717
  48: string;
696
718
  };
697
- fonts: {};
719
+ fonts: {
720
+ primary: string;
721
+ widget: string;
722
+ };
698
723
  fontWeights: {
699
724
  regular: number;
700
725
  medium: number;
@@ -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"}
@@ -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 Suffix: import("@stitches/react/types/styled-component").St
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 Suffix: import("@stitches/react/types/styled-component").St
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;
@@ -1 +1 @@
1
- {"version":3,"file":"Header.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Header/Header.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
1
+ {"version":3,"file":"Header.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Header/Header.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
@@ -85,6 +85,8 @@ export declare const CloseIcon: import("@stitches/react/types/styled-component")
85
85
  md: string;
86
86
  xl: string;
87
87
  lg: string;
88
+ primary: string;
89
+ secondary: string;
88
90
  };
89
91
  fontSizes: {
90
92
  10: string;
@@ -101,7 +103,10 @@ export declare const CloseIcon: import("@stitches/react/types/styled-component")
101
103
  40: string;
102
104
  48: string;
103
105
  };
104
- fonts: {};
106
+ fonts: {
107
+ primary: string;
108
+ widget: string;
109
+ };
105
110
  fontWeights: {
106
111
  regular: number;
107
112
  medium: number;
@@ -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"}