@jordan-mace/chaser-design-system 1.2.8 → 1.2.9

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 (307) hide show
  1. package/dist/index.d.mts +1834 -0
  2. package/dist/index.mjs +4729 -0
  3. package/dist/styles/layers.css.d.mts +6 -0
  4. package/dist/styles/layers.css.mjs +7 -0
  5. package/dist/styles/reset.css.d.mts +1 -0
  6. package/dist/styles/reset.css.mjs +24 -0
  7. package/dist/styles/sprinkles.css.d.mts +246 -0
  8. package/dist/styles/sprinkles.css.mjs +200 -0
  9. package/dist/styles/theme.css.d.mts +41 -0
  10. package/dist/styles/theme.css.mjs +50 -0
  11. package/package.json +18 -9
  12. package/src/components/Box/reset.css.ts +2 -2
  13. package/src/index.ts +6 -1
  14. package/dist/components/Accordion/Accordion.d.ts +0 -15
  15. package/dist/components/Accordion/Accordion.js +0 -43
  16. package/dist/components/Accordion/index.d.ts +0 -1
  17. package/dist/components/Accordion/index.js +0 -1
  18. package/dist/components/Accordion/styles.css.d.ts +0 -7
  19. package/dist/components/Accordion/styles.css.js +0 -65
  20. package/dist/components/Alert/Alert.d.ts +0 -10
  21. package/dist/components/Alert/Alert.js +0 -8
  22. package/dist/components/Alert/index.d.ts +0 -1
  23. package/dist/components/Alert/index.js +0 -1
  24. package/dist/components/Alert/styles.css.d.ts +0 -4
  25. package/dist/components/Alert/styles.css.js +0 -54
  26. package/dist/components/AspectRatio/AspectRatio.d.ts +0 -9
  27. package/dist/components/AspectRatio/AspectRatio.js +0 -12
  28. package/dist/components/AspectRatio/index.d.ts +0 -2
  29. package/dist/components/AspectRatio/index.js +0 -1
  30. package/dist/components/Avatar/Avatar.d.ts +0 -11
  31. package/dist/components/Avatar/Avatar.js +0 -13
  32. package/dist/components/Avatar/index.d.ts +0 -1
  33. package/dist/components/Avatar/index.js +0 -1
  34. package/dist/components/Avatar/styles.css.d.ts +0 -4
  35. package/dist/components/Avatar/styles.css.js +0 -151
  36. package/dist/components/Badge/Badge.d.ts +0 -12
  37. package/dist/components/Badge/Badge.js +0 -8
  38. package/dist/components/Badge/index.d.ts +0 -2
  39. package/dist/components/Badge/index.js +0 -1
  40. package/dist/components/Badge/styles.css.d.ts +0 -5
  41. package/dist/components/Badge/styles.css.js +0 -77
  42. package/dist/components/Box/Box.d.ts +0 -11
  43. package/dist/components/Box/Box.js +0 -54
  44. package/dist/components/Box/index.d.ts +0 -2
  45. package/dist/components/Box/index.js +0 -1
  46. package/dist/components/Box/reset.css.d.ts +0 -1
  47. package/dist/components/Box/reset.css.js +0 -15
  48. package/dist/components/Breadcrumb/Breadcrumb.d.ts +0 -13
  49. package/dist/components/Breadcrumb/Breadcrumb.js +0 -8
  50. package/dist/components/Breadcrumb/index.d.ts +0 -1
  51. package/dist/components/Breadcrumb/index.js +0 -1
  52. package/dist/components/Breadcrumb/styles.css.d.ts +0 -6
  53. package/dist/components/Breadcrumb/styles.css.js +0 -50
  54. package/dist/components/Button/Button.d.ts +0 -10
  55. package/dist/components/Button/Button.js +0 -8
  56. package/dist/components/Button/index.d.ts +0 -1
  57. package/dist/components/Button/index.js +0 -1
  58. package/dist/components/Button/styles.css.d.ts +0 -2
  59. package/dist/components/Button/styles.css.js +0 -30
  60. package/dist/components/Card/Card.d.ts +0 -9
  61. package/dist/components/Card/Card.js +0 -8
  62. package/dist/components/Card/index.d.ts +0 -1
  63. package/dist/components/Card/index.js +0 -1
  64. package/dist/components/Card/styles.css.d.ts +0 -2
  65. package/dist/components/Card/styles.css.js +0 -25
  66. package/dist/components/Checkbox/Checkbox.d.ts +0 -151
  67. package/dist/components/Checkbox/Checkbox.js +0 -25
  68. package/dist/components/Checkbox/index.d.ts +0 -1
  69. package/dist/components/Checkbox/index.js +0 -1
  70. package/dist/components/Checkbox/styles.css.d.ts +0 -3
  71. package/dist/components/Checkbox/styles.css.js +0 -31
  72. package/dist/components/Collapse/Collapse.d.ts +0 -12
  73. package/dist/components/Collapse/Collapse.js +0 -56
  74. package/dist/components/Collapse/index.d.ts +0 -2
  75. package/dist/components/Collapse/index.js +0 -1
  76. package/dist/components/Collapse/styles.css.d.ts +0 -3
  77. package/dist/components/Collapse/styles.css.js +0 -36
  78. package/dist/components/Combobox/Combobox.d.ts +0 -24
  79. package/dist/components/Combobox/Combobox.js +0 -111
  80. package/dist/components/Combobox/index.d.ts +0 -2
  81. package/dist/components/Combobox/index.js +0 -1
  82. package/dist/components/Combobox/styles.css.d.ts +0 -13
  83. package/dist/components/Combobox/styles.css.js +0 -142
  84. package/dist/components/Container/Container.d.ts +0 -163
  85. package/dist/components/Container/Container.js +0 -21
  86. package/dist/components/Container/index.d.ts +0 -2
  87. package/dist/components/Container/index.js +0 -1
  88. package/dist/components/Divider/Divider.d.ts +0 -10
  89. package/dist/components/Divider/Divider.js +0 -10
  90. package/dist/components/Divider/index.d.ts +0 -2
  91. package/dist/components/Divider/index.js +0 -1
  92. package/dist/components/Divider/styles.css.d.ts +0 -4
  93. package/dist/components/Divider/styles.css.js +0 -41
  94. package/dist/components/Drawer/Drawer.d.ts +0 -18
  95. package/dist/components/Drawer/Drawer.js +0 -65
  96. package/dist/components/Drawer/index.d.ts +0 -2
  97. package/dist/components/Drawer/index.js +0 -1
  98. package/dist/components/Drawer/styles.css.d.ts +0 -8
  99. package/dist/components/Drawer/styles.css.js +0 -125
  100. package/dist/components/DropdownMenu/DropdownMenu.d.ts +0 -24
  101. package/dist/components/DropdownMenu/DropdownMenu.js +0 -46
  102. package/dist/components/DropdownMenu/index.d.ts +0 -2
  103. package/dist/components/DropdownMenu/index.js +0 -1
  104. package/dist/components/DropdownMenu/styles.css.d.ts +0 -9
  105. package/dist/components/DropdownMenu/styles.css.js +0 -93
  106. package/dist/components/EmptyState/EmptyState.d.ts +0 -10
  107. package/dist/components/EmptyState/EmptyState.js +0 -8
  108. package/dist/components/EmptyState/index.d.ts +0 -2
  109. package/dist/components/EmptyState/index.js +0 -1
  110. package/dist/components/EmptyState/styles.css.d.ts +0 -5
  111. package/dist/components/EmptyState/styles.css.js +0 -30
  112. package/dist/components/FileUpload/FileUpload.d.ts +0 -28
  113. package/dist/components/FileUpload/FileUpload.js +0 -106
  114. package/dist/components/FileUpload/index.d.ts +0 -2
  115. package/dist/components/FileUpload/index.js +0 -1
  116. package/dist/components/FileUpload/styles.css.d.ts +0 -19
  117. package/dist/components/FileUpload/styles.css.js +0 -145
  118. package/dist/components/Form/Form.d.ts +0 -7
  119. package/dist/components/Form/Form.js +0 -8
  120. package/dist/components/Form/FormInput.d.ts +0 -5
  121. package/dist/components/Form/FormInput.js +0 -9
  122. package/dist/components/Form/index.d.ts +0 -2
  123. package/dist/components/Form/index.js +0 -2
  124. package/dist/components/Form/styles.css.d.ts +0 -2
  125. package/dist/components/Form/styles.css.js +0 -11
  126. package/dist/components/Grid/Grid.d.ts +0 -162
  127. package/dist/components/Grid/Grid.js +0 -25
  128. package/dist/components/Grid/index.d.ts +0 -2
  129. package/dist/components/Grid/index.js +0 -1
  130. package/dist/components/Icon/Icon.d.ts +0 -12
  131. package/dist/components/Icon/Icon.js +0 -21
  132. package/dist/components/Icon/index.d.ts +0 -1
  133. package/dist/components/Icon/index.js +0 -1
  134. package/dist/components/Icon/styles.css.d.ts +0 -1
  135. package/dist/components/Icon/styles.css.js +0 -9
  136. package/dist/components/Input/Input.d.ts +0 -8
  137. package/dist/components/Input/Input.js +0 -9
  138. package/dist/components/Input/index.d.ts +0 -1
  139. package/dist/components/Input/index.js +0 -1
  140. package/dist/components/Input/styles.css.d.ts +0 -2
  141. package/dist/components/Input/styles.css.js +0 -8
  142. package/dist/components/Kbd/Kbd.d.ts +0 -7
  143. package/dist/components/Kbd/Kbd.js +0 -6
  144. package/dist/components/Kbd/index.d.ts +0 -2
  145. package/dist/components/Kbd/index.js +0 -1
  146. package/dist/components/Kbd/styles.css.d.ts +0 -1
  147. package/dist/components/Kbd/styles.css.js +0 -16
  148. package/dist/components/List/List.d.ts +0 -6
  149. package/dist/components/List/List.js +0 -7
  150. package/dist/components/List/ListItem.d.ts +0 -6
  151. package/dist/components/List/ListItem.js +0 -7
  152. package/dist/components/List/index.d.ts +0 -2
  153. package/dist/components/List/index.js +0 -2
  154. package/dist/components/List/styles.css.d.ts +0 -2
  155. package/dist/components/List/styles.css.js +0 -11
  156. package/dist/components/Modal/Modal.d.ts +0 -15
  157. package/dist/components/Modal/Modal.js +0 -35
  158. package/dist/components/Modal/index.d.ts +0 -2
  159. package/dist/components/Modal/index.js +0 -1
  160. package/dist/components/Modal/styles.css.d.ts +0 -7
  161. package/dist/components/Modal/styles.css.js +0 -92
  162. package/dist/components/Navbar/Navbar.d.ts +0 -7
  163. package/dist/components/Navbar/Navbar.js +0 -8
  164. package/dist/components/Navbar/NavbarItem.d.ts +0 -7
  165. package/dist/components/Navbar/NavbarItem.js +0 -8
  166. package/dist/components/Navbar/index.d.ts +0 -2
  167. package/dist/components/Navbar/index.js +0 -2
  168. package/dist/components/Navbar/styles.css.d.ts +0 -2
  169. package/dist/components/Navbar/styles.css.js +0 -3
  170. package/dist/components/NumberInput/NumberInput.d.ts +0 -21
  171. package/dist/components/NumberInput/NumberInput.js +0 -39
  172. package/dist/components/NumberInput/index.d.ts +0 -2
  173. package/dist/components/NumberInput/index.js +0 -1
  174. package/dist/components/NumberInput/styles.css.d.ts +0 -10
  175. package/dist/components/NumberInput/styles.css.js +0 -117
  176. package/dist/components/Pagination/Pagination.d.ts +0 -12
  177. package/dist/components/Pagination/Pagination.js +0 -50
  178. package/dist/components/Pagination/index.d.ts +0 -2
  179. package/dist/components/Pagination/index.js +0 -1
  180. package/dist/components/Pagination/styles.css.d.ts +0 -4
  181. package/dist/components/Pagination/styles.css.js +0 -44
  182. package/dist/components/Popover/Popover.d.ts +0 -19
  183. package/dist/components/Popover/Popover.js +0 -56
  184. package/dist/components/Popover/index.d.ts +0 -2
  185. package/dist/components/Popover/index.js +0 -1
  186. package/dist/components/Popover/styles.css.d.ts +0 -11
  187. package/dist/components/Popover/styles.css.js +0 -185
  188. package/dist/components/Progress/Progress.d.ts +0 -11
  189. package/dist/components/Progress/Progress.js +0 -9
  190. package/dist/components/Progress/index.d.ts +0 -1
  191. package/dist/components/Progress/index.js +0 -1
  192. package/dist/components/Progress/styles.css.d.ts +0 -4
  193. package/dist/components/Progress/styles.css.js +0 -71
  194. package/dist/components/Radio/Radio.d.ts +0 -161
  195. package/dist/components/Radio/Radio.js +0 -25
  196. package/dist/components/Radio/index.d.ts +0 -1
  197. package/dist/components/Radio/index.js +0 -1
  198. package/dist/components/Radio/styles.css.d.ts +0 -5
  199. package/dist/components/Radio/styles.css.js +0 -42
  200. package/dist/components/ScrollArea/ScrollArea.d.ts +0 -11
  201. package/dist/components/ScrollArea/ScrollArea.js +0 -12
  202. package/dist/components/ScrollArea/index.d.ts +0 -2
  203. package/dist/components/ScrollArea/index.js +0 -1
  204. package/dist/components/ScrollArea/styles.css.d.ts +0 -3
  205. package/dist/components/ScrollArea/styles.css.js +0 -25
  206. package/dist/components/Select/Select.d.ts +0 -158
  207. package/dist/components/Select/Select.js +0 -10
  208. package/dist/components/Select/index.d.ts +0 -1
  209. package/dist/components/Select/index.js +0 -1
  210. package/dist/components/Select/styles.css.d.ts +0 -4
  211. package/dist/components/Select/styles.css.js +0 -82
  212. package/dist/components/Separator/Separator.d.ts +0 -9
  213. package/dist/components/Separator/Separator.js +0 -8
  214. package/dist/components/Separator/index.d.ts +0 -2
  215. package/dist/components/Separator/index.js +0 -1
  216. package/dist/components/Separator/styles.css.d.ts +0 -4
  217. package/dist/components/Separator/styles.css.js +0 -28
  218. package/dist/components/Skeleton/Skeleton.d.ts +0 -15
  219. package/dist/components/Skeleton/Skeleton.js +0 -13
  220. package/dist/components/Skeleton/index.d.ts +0 -2
  221. package/dist/components/Skeleton/index.js +0 -1
  222. package/dist/components/Skeleton/styles.css.d.ts +0 -4
  223. package/dist/components/Skeleton/styles.css.js +0 -56
  224. package/dist/components/Spinner/Spinner.d.ts +0 -11
  225. package/dist/components/Spinner/Spinner.js +0 -8
  226. package/dist/components/Spinner/index.d.ts +0 -2
  227. package/dist/components/Spinner/index.js +0 -1
  228. package/dist/components/Spinner/styles.css.d.ts +0 -4
  229. package/dist/components/Spinner/styles.css.js +0 -55
  230. package/dist/components/Stack/Stack.d.ts +0 -167
  231. package/dist/components/Stack/Stack.js +0 -24
  232. package/dist/components/Stack/index.d.ts +0 -2
  233. package/dist/components/Stack/index.js +0 -1
  234. package/dist/components/Stepper/Stepper.d.ts +0 -19
  235. package/dist/components/Stepper/Stepper.js +0 -25
  236. package/dist/components/Stepper/index.d.ts +0 -2
  237. package/dist/components/Stepper/index.js +0 -1
  238. package/dist/components/Stepper/styles.css.d.ts +0 -14
  239. package/dist/components/Stepper/styles.css.js +0 -104
  240. package/dist/components/Table/Table.d.ts +0 -41
  241. package/dist/components/Table/Table.js +0 -39
  242. package/dist/components/Table/index.d.ts +0 -1
  243. package/dist/components/Table/index.js +0 -1
  244. package/dist/components/Table/styles.css.d.ts +0 -8
  245. package/dist/components/Table/styles.css.js +0 -49
  246. package/dist/components/Tabs/Tabs.d.ts +0 -29
  247. package/dist/components/Tabs/Tabs.js +0 -52
  248. package/dist/components/Tabs/index.d.ts +0 -1
  249. package/dist/components/Tabs/index.js +0 -1
  250. package/dist/components/Tabs/styles.css.d.ts +0 -6
  251. package/dist/components/Tabs/styles.css.js +0 -100
  252. package/dist/components/Tag/Tag.d.ts +0 -16
  253. package/dist/components/Tag/Tag.js +0 -18
  254. package/dist/components/Tag/index.d.ts +0 -1
  255. package/dist/components/Tag/index.js +0 -1
  256. package/dist/components/Tag/styles.css.d.ts +0 -3
  257. package/dist/components/Tag/styles.css.js +0 -93
  258. package/dist/components/Text/Header.d.ts +0 -8
  259. package/dist/components/Text/Header.js +0 -8
  260. package/dist/components/Text/P.d.ts +0 -7
  261. package/dist/components/Text/P.js +0 -8
  262. package/dist/components/Text/index.d.ts +0 -2
  263. package/dist/components/Text/index.js +0 -2
  264. package/dist/components/Text/styles.css.d.ts +0 -2
  265. package/dist/components/Text/styles.css.js +0 -13
  266. package/dist/components/TextArea/TextArea.d.ts +0 -8
  267. package/dist/components/TextArea/TextArea.js +0 -9
  268. package/dist/components/TextArea/index.d.ts +0 -2
  269. package/dist/components/TextArea/index.js +0 -1
  270. package/dist/components/TextArea/styles.css.d.ts +0 -2
  271. package/dist/components/TextArea/styles.css.js +0 -10
  272. package/dist/components/Toast/Toast.d.ts +0 -34
  273. package/dist/components/Toast/Toast.js +0 -177
  274. package/dist/components/Toast/index.d.ts +0 -1
  275. package/dist/components/Toast/index.js +0 -1
  276. package/dist/components/Toast/styles.css.d.ts +0 -21
  277. package/dist/components/Toast/styles.css.js +0 -192
  278. package/dist/components/Toggle/Toggle.d.ts +0 -11
  279. package/dist/components/Toggle/Toggle.js +0 -17
  280. package/dist/components/Toggle/index.d.ts +0 -2
  281. package/dist/components/Toggle/index.js +0 -1
  282. package/dist/components/Toggle/styles.css.d.ts +0 -12
  283. package/dist/components/Toggle/styles.css.js +0 -118
  284. package/dist/components/Tooltip/Tooltip.d.ts +0 -11
  285. package/dist/components/Tooltip/Tooltip.js +0 -16
  286. package/dist/components/Tooltip/index.d.ts +0 -2
  287. package/dist/components/Tooltip/index.js +0 -1
  288. package/dist/components/Tooltip/styles.css.d.ts +0 -8
  289. package/dist/components/Tooltip/styles.css.js +0 -86
  290. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +0 -8
  291. package/dist/components/VisuallyHidden/VisuallyHidden.js +0 -9
  292. package/dist/components/VisuallyHidden/index.d.ts +0 -2
  293. package/dist/components/VisuallyHidden/index.js +0 -1
  294. package/dist/components/VisuallyHidden/styles.css.d.ts +0 -1
  295. package/dist/components/VisuallyHidden/styles.css.js +0 -12
  296. package/dist/components/index.d.ts +0 -68
  297. package/dist/components/index.js +0 -47
  298. package/dist/index.d.ts +0 -1
  299. package/dist/index.js +0 -1
  300. package/dist/styles/layers.css.d.ts +0 -3
  301. package/dist/styles/layers.css.js +0 -3
  302. package/dist/styles/sprinkles.css.d.ts +0 -241
  303. package/dist/styles/sprinkles.css.js +0 -165
  304. package/dist/styles/theme.css.d.ts +0 -38
  305. package/dist/styles/theme.css.js +0 -51
  306. package/dist/styles/utils.d.ts +0 -2
  307. package/dist/styles/utils.js +0 -7
@@ -0,0 +1,1834 @@
1
+ import { Sprinkles } from "./styles/sprinkles.css.mjs";
2
+ import "./styles/layers.css.mjs";
3
+ import "./styles/reset.css.mjs";
4
+ import "./styles/theme.css.mjs";
5
+ import * as _vanilla_extract_sprinkles0 from "@vanilla-extract/sprinkles";
6
+ import React, { ReactNode } from "react";
7
+
8
+ //#region src/components/Button/Button.d.ts
9
+ type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & Sprinkles & {
10
+ variant: 'primary' | 'secondary';
11
+ children?: React.ReactNode;
12
+ label?: string;
13
+ fullWidth?: boolean;
14
+ };
15
+ declare const Button: ({
16
+ label,
17
+ ...props
18
+ }: ButtonProps) => React.JSX.Element;
19
+ //#endregion
20
+ //#region src/components/List/List.d.ts
21
+ declare const List: ({
22
+ children,
23
+ ...props
24
+ }: {
25
+ children: React.ReactNode;
26
+ } & Sprinkles) => React.JSX.Element;
27
+ //#endregion
28
+ //#region src/components/List/ListItem.d.ts
29
+ declare const ListItem: ({
30
+ children,
31
+ ...props
32
+ }: {
33
+ children: React.ReactNode;
34
+ } & Sprinkles) => React.JSX.Element;
35
+ //#endregion
36
+ //#region src/components/Input/Input.d.ts
37
+ type InputProps = React.InputHTMLAttributes<HTMLInputElement> & Sprinkles & {
38
+ label?: string;
39
+ fullWidth?: boolean;
40
+ };
41
+ declare const Input: (props: InputProps) => React.JSX.Element;
42
+ //#endregion
43
+ //#region src/components/Form/Form.d.ts
44
+ type FormProps = React.FormHTMLAttributes<HTMLFormElement> & Sprinkles & {
45
+ children?: React.ReactNode;
46
+ };
47
+ declare const Form: (props: FormProps) => React.JSX.Element;
48
+ //#endregion
49
+ //#region src/components/Form/FormInput.d.ts
50
+ type FormInputProps = React.InputHTMLAttributes<HTMLInputElement> & InputProps;
51
+ declare const FormInput: (props: FormInputProps) => React.JSX.Element;
52
+ //#endregion
53
+ //#region src/components/Navbar/Navbar.d.ts
54
+ type NavbarProps = React.HTMLAttributes<HTMLElement> & Sprinkles & {
55
+ children?: React.ReactNode;
56
+ };
57
+ declare const Navbar: (props: NavbarProps) => React.JSX.Element;
58
+ //#endregion
59
+ //#region src/components/Navbar/NavbarItem.d.ts
60
+ type NavbarItemProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
61
+ children?: React.ReactNode;
62
+ };
63
+ declare const NavbarItem: (props: NavbarItemProps) => React.JSX.Element;
64
+ //#endregion
65
+ //#region src/components/Card/Card.d.ts
66
+ type CardProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
67
+ variant?: 'elevated' | 'outlined' | 'filled';
68
+ children?: React.ReactNode;
69
+ padding?: 'none' | 'small' | 'medium' | 'large';
70
+ };
71
+ declare const Card: ({
72
+ variant,
73
+ padding,
74
+ ...props
75
+ }: CardProps) => React.JSX.Element;
76
+ //#endregion
77
+ //#region src/components/Alert/Alert.d.ts
78
+ type AlertProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
79
+ severity?: 'success' | 'warning' | 'error' | 'info';
80
+ dismissible?: boolean;
81
+ onDismiss?: () => void;
82
+ children?: React.ReactNode;
83
+ };
84
+ declare const Alert: ({
85
+ severity,
86
+ dismissible,
87
+ onDismiss,
88
+ children,
89
+ ...props
90
+ }: AlertProps) => React.JSX.Element;
91
+ //#endregion
92
+ //#region src/components/Text/P.d.ts
93
+ type PProps = React.HTMLAttributes<HTMLParagraphElement> & Sprinkles & {
94
+ children: React.ReactNode;
95
+ };
96
+ declare const P: (props: PProps) => React.JSX.Element;
97
+ //#endregion
98
+ //#region src/components/Text/Header.d.ts
99
+ type HeaderProps = React.HTMLAttributes<HTMLHeadingElement> & Sprinkles & {
100
+ variant: 'h1' | 'h2' | 'h3';
101
+ children?: React.ReactNode;
102
+ };
103
+ declare const Header: ({
104
+ variant,
105
+ children,
106
+ className
107
+ }: HeaderProps) => React.JSX.Element;
108
+ //#endregion
109
+ //#region src/components/Modal/Modal.d.ts
110
+ type ModalSize = 'small' | 'medium' | 'large' | 'full';
111
+ type ModalPropsType = React.HTMLAttributes<HTMLDialogElement> & {
112
+ isOpen: boolean;
113
+ onClose: () => void;
114
+ title?: string;
115
+ size?: ModalSize;
116
+ children?: React.ReactNode;
117
+ footer?: React.ReactNode;
118
+ showCloseButton?: boolean;
119
+ };
120
+ type ModalProps = ModalPropsType & Sprinkles;
121
+ declare const Modal: ({
122
+ isOpen,
123
+ onClose,
124
+ title,
125
+ size,
126
+ children,
127
+ footer,
128
+ showCloseButton,
129
+ ...props
130
+ }: ModalProps) => React.JSX.Element;
131
+ //#endregion
132
+ //#region src/components/Badge/Badge.d.ts
133
+ type BadgeVariant = 'default' | 'success' | 'warning' | 'error' | 'info';
134
+ type BadgeSize = 'small' | 'medium' | 'large';
135
+ type BadgeProps = React.HTMLAttributes<HTMLSpanElement> & Sprinkles & {
136
+ variant?: BadgeVariant;
137
+ size?: BadgeSize;
138
+ dot?: boolean;
139
+ children?: React.ReactNode;
140
+ };
141
+ declare const Badge: ({
142
+ variant,
143
+ size,
144
+ dot,
145
+ children,
146
+ ...props
147
+ }: BadgeProps) => React.JSX.Element;
148
+ //#endregion
149
+ //#region src/components/Divider/Divider.d.ts
150
+ type DividerOrientation = 'horizontal' | 'vertical';
151
+ type DividerSize = 'small' | 'medium' | 'large';
152
+ type DividerProps = React.HTMLAttributes<HTMLHRElement> & Sprinkles & {
153
+ orientation?: DividerOrientation;
154
+ size?: DividerSize;
155
+ };
156
+ declare const Divider: ({
157
+ orientation,
158
+ size,
159
+ ...props
160
+ }: DividerProps) => React.JSX.Element;
161
+ //#endregion
162
+ //#region src/components/Spinner/Spinner.d.ts
163
+ type SpinnerColor = 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info';
164
+ type SpinnerSize = 'small' | 'medium' | 'large';
165
+ type SpinnerProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
166
+ color?: SpinnerColor;
167
+ size?: SpinnerSize;
168
+ role?: string;
169
+ };
170
+ declare const Spinner: ({
171
+ color,
172
+ size,
173
+ role,
174
+ ...props
175
+ }: SpinnerProps) => React.JSX.Element;
176
+ //#endregion
177
+ //#region src/components/Tooltip/Tooltip.d.ts
178
+ type TooltipPosition = 'top' | 'bottom' | 'left' | 'right';
179
+ type TooltipProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
180
+ content: string;
181
+ position?: TooltipPosition;
182
+ showArrow?: boolean;
183
+ children: React.ReactNode;
184
+ };
185
+ declare const Tooltip: ({
186
+ content,
187
+ position,
188
+ showArrow,
189
+ children,
190
+ ...props
191
+ }: TooltipProps) => React.JSX.Element;
192
+ //#endregion
193
+ //#region src/components/Toggle/Toggle.d.ts
194
+ type ToggleSize = 'small' | 'medium' | 'large';
195
+ type ToggleProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size' | 'checked' | 'onChange'> & Sprinkles & {
196
+ checked?: boolean;
197
+ onChange?: (checked: boolean) => void;
198
+ size?: ToggleSize;
199
+ label?: string;
200
+ };
201
+ declare const Toggle: ({
202
+ checked,
203
+ onChange,
204
+ size,
205
+ label,
206
+ disabled,
207
+ id,
208
+ ...props
209
+ }: ToggleProps) => React.JSX.Element;
210
+ //#endregion
211
+ //#region src/components/Checkbox/Checkbox.d.ts
212
+ declare const Checkbox: React.ForwardRefExoticComponent<Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & {
213
+ display?: ("flex" | "none" | "block" | "inline" | {
214
+ mobile?: "flex" | "none" | "block" | "inline" | undefined;
215
+ tablet?: "flex" | "none" | "block" | "inline" | undefined;
216
+ desktop?: "flex" | "none" | "block" | "inline" | undefined;
217
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "flex" | "none" | "block" | "inline" | null>;
218
+ width?: ("auto" | "100%" | "50%" | "25%" | {
219
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
220
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
221
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
222
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
223
+ height?: ("auto" | "100%" | "50%" | "25%" | {
224
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
225
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
226
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
227
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
228
+ flexDirection?: ("column" | "row" | {
229
+ mobile?: "column" | "row" | undefined;
230
+ tablet?: "column" | "row" | undefined;
231
+ desktop?: "column" | "row" | undefined;
232
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "column" | "row" | null>;
233
+ justifyContent?: ("space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | {
234
+ mobile?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
235
+ tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
236
+ desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
237
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | null>;
238
+ alignItems?: ("stretch" | "center" | "flex-end" | "flex-start" | {
239
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
240
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
241
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
242
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null>;
243
+ paddingTop?: ("auto" | "medium" | "none" | "large" | "small" | {
244
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
245
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
246
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
247
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
248
+ paddingBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
249
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
250
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
251
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
252
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
253
+ paddingLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
254
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
255
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
256
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
257
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
258
+ paddingRight?: ("auto" | "medium" | "none" | "large" | "small" | {
259
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
260
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
261
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
262
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
263
+ marginLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
264
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
265
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
266
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
267
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
268
+ marginRight?: ("auto" | "medium" | "none" | "large" | "small" | {
269
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
270
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
271
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
272
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
273
+ marginTop?: ("auto" | "medium" | "none" | "large" | "small" | {
274
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
275
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
276
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
277
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
278
+ marginBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
279
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
280
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
281
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
282
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
283
+ borderLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
284
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
285
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
286
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
287
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
288
+ borderRight?: ("auto" | "medium" | "none" | "large" | "small" | {
289
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
290
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
291
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
292
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
293
+ borderTop?: ("auto" | "medium" | "none" | "large" | "small" | {
294
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
295
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
296
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
297
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
298
+ borderBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
299
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
300
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
301
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
302
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
303
+ borderRadius?: ("auto" | "medium" | "none" | "large" | "small" | {
304
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
305
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
306
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
307
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
308
+ gap?: ("auto" | "medium" | "none" | "large" | "small" | {
309
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
310
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
311
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
312
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
313
+ padding?: ("auto" | "medium" | "none" | "large" | "small" | {
314
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
315
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
316
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
317
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
318
+ border?: ("auto" | "medium" | "none" | "large" | "small" | {
319
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
320
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
321
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
322
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
323
+ paddingX?: ("auto" | "medium" | "none" | "large" | "small" | {
324
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
325
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
326
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
327
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
328
+ paddingY?: ("auto" | "medium" | "none" | "large" | "small" | {
329
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
330
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
331
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
332
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
333
+ marginX?: ("auto" | "medium" | "none" | "large" | "small" | {
334
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
335
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
336
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
337
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
338
+ marginY?: ("auto" | "medium" | "none" | "large" | "small" | {
339
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
340
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
341
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
342
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
343
+ placeItems?: _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null> | ("stretch" | "center" | "flex-end" | "flex-start" | {
344
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
345
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
346
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
347
+ } | undefined);
348
+ } & {
349
+ color?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
350
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
351
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
352
+ } | undefined;
353
+ background?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
354
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
355
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
356
+ } | undefined;
357
+ } & {
358
+ label?: string;
359
+ indeterminate?: boolean;
360
+ } & React.RefAttributes<HTMLInputElement>>;
361
+ //#endregion
362
+ //#region src/components/Radio/Radio.d.ts
363
+ type RadioGroupProps = {
364
+ children: React.ReactNode;
365
+ name: string;
366
+ value?: string;
367
+ onChange?: (value: string) => void;
368
+ layout?: 'vertical' | 'horizontal';
369
+ className?: string;
370
+ };
371
+ declare const RadioComponent: React.ForwardRefExoticComponent<Omit<React.InputHTMLAttributes<HTMLInputElement>, "type" | "value" | "onChange"> & {
372
+ display?: ("flex" | "none" | "block" | "inline" | {
373
+ mobile?: "flex" | "none" | "block" | "inline" | undefined;
374
+ tablet?: "flex" | "none" | "block" | "inline" | undefined;
375
+ desktop?: "flex" | "none" | "block" | "inline" | undefined;
376
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "flex" | "none" | "block" | "inline" | null>;
377
+ width?: ("auto" | "100%" | "50%" | "25%" | {
378
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
379
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
380
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
381
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
382
+ height?: ("auto" | "100%" | "50%" | "25%" | {
383
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
384
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
385
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
386
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
387
+ flexDirection?: ("column" | "row" | {
388
+ mobile?: "column" | "row" | undefined;
389
+ tablet?: "column" | "row" | undefined;
390
+ desktop?: "column" | "row" | undefined;
391
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "column" | "row" | null>;
392
+ justifyContent?: ("space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | {
393
+ mobile?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
394
+ tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
395
+ desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
396
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | null>;
397
+ alignItems?: ("stretch" | "center" | "flex-end" | "flex-start" | {
398
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
399
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
400
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
401
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null>;
402
+ paddingTop?: ("auto" | "medium" | "none" | "large" | "small" | {
403
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
404
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
405
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
406
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
407
+ paddingBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
408
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
409
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
410
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
411
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
412
+ paddingLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
413
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
414
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
415
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
416
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
417
+ paddingRight?: ("auto" | "medium" | "none" | "large" | "small" | {
418
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
419
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
420
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
421
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
422
+ marginLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
423
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
424
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
425
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
426
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
427
+ marginRight?: ("auto" | "medium" | "none" | "large" | "small" | {
428
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
429
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
430
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
431
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
432
+ marginTop?: ("auto" | "medium" | "none" | "large" | "small" | {
433
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
434
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
435
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
436
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
437
+ marginBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
438
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
439
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
440
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
441
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
442
+ borderLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
443
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
444
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
445
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
446
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
447
+ borderRight?: ("auto" | "medium" | "none" | "large" | "small" | {
448
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
449
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
450
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
451
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
452
+ borderTop?: ("auto" | "medium" | "none" | "large" | "small" | {
453
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
454
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
455
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
456
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
457
+ borderBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
458
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
459
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
460
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
461
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
462
+ borderRadius?: ("auto" | "medium" | "none" | "large" | "small" | {
463
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
464
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
465
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
466
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
467
+ gap?: ("auto" | "medium" | "none" | "large" | "small" | {
468
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
469
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
470
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
471
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
472
+ padding?: ("auto" | "medium" | "none" | "large" | "small" | {
473
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
474
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
475
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
476
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
477
+ border?: ("auto" | "medium" | "none" | "large" | "small" | {
478
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
479
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
480
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
481
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
482
+ paddingX?: ("auto" | "medium" | "none" | "large" | "small" | {
483
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
484
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
485
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
486
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
487
+ paddingY?: ("auto" | "medium" | "none" | "large" | "small" | {
488
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
489
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
490
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
491
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
492
+ marginX?: ("auto" | "medium" | "none" | "large" | "small" | {
493
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
494
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
495
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
496
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
497
+ marginY?: ("auto" | "medium" | "none" | "large" | "small" | {
498
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
499
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
500
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
501
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
502
+ placeItems?: _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null> | ("stretch" | "center" | "flex-end" | "flex-start" | {
503
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
504
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
505
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
506
+ } | undefined);
507
+ } & {
508
+ color?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
509
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
510
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
511
+ } | undefined;
512
+ background?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
513
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
514
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
515
+ } | undefined;
516
+ } & {
517
+ label?: string;
518
+ value: string;
519
+ } & React.RefAttributes<HTMLInputElement>> & {
520
+ Group: ({
521
+ children,
522
+ name,
523
+ value,
524
+ onChange,
525
+ layout,
526
+ className
527
+ }: RadioGroupProps) => React.JSX.Element;
528
+ };
529
+ //#endregion
530
+ //#region src/components/Select/Select.d.ts
531
+ type SelectOption = {
532
+ value: string;
533
+ label: string;
534
+ disabled?: boolean;
535
+ };
536
+ declare const Select: React.ForwardRefExoticComponent<Omit<React.SelectHTMLAttributes<HTMLSelectElement>, "size"> & {
537
+ display?: ("flex" | "none" | "block" | "inline" | {
538
+ mobile?: "flex" | "none" | "block" | "inline" | undefined;
539
+ tablet?: "flex" | "none" | "block" | "inline" | undefined;
540
+ desktop?: "flex" | "none" | "block" | "inline" | undefined;
541
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "flex" | "none" | "block" | "inline" | null>;
542
+ width?: ("auto" | "100%" | "50%" | "25%" | {
543
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
544
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
545
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
546
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
547
+ height?: ("auto" | "100%" | "50%" | "25%" | {
548
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
549
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
550
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
551
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
552
+ flexDirection?: ("column" | "row" | {
553
+ mobile?: "column" | "row" | undefined;
554
+ tablet?: "column" | "row" | undefined;
555
+ desktop?: "column" | "row" | undefined;
556
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "column" | "row" | null>;
557
+ justifyContent?: ("space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | {
558
+ mobile?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
559
+ tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
560
+ desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
561
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | null>;
562
+ alignItems?: ("stretch" | "center" | "flex-end" | "flex-start" | {
563
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
564
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
565
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
566
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null>;
567
+ paddingTop?: ("auto" | "medium" | "none" | "large" | "small" | {
568
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
569
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
570
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
571
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
572
+ paddingBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
573
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
574
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
575
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
576
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
577
+ paddingLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
578
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
579
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
580
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
581
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
582
+ paddingRight?: ("auto" | "medium" | "none" | "large" | "small" | {
583
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
584
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
585
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
586
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
587
+ marginLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
588
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
589
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
590
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
591
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
592
+ marginRight?: ("auto" | "medium" | "none" | "large" | "small" | {
593
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
594
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
595
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
596
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
597
+ marginTop?: ("auto" | "medium" | "none" | "large" | "small" | {
598
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
599
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
600
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
601
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
602
+ marginBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
603
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
604
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
605
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
606
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
607
+ borderLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
608
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
609
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
610
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
611
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
612
+ borderRight?: ("auto" | "medium" | "none" | "large" | "small" | {
613
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
614
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
615
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
616
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
617
+ borderTop?: ("auto" | "medium" | "none" | "large" | "small" | {
618
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
619
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
620
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
621
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
622
+ borderBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
623
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
624
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
625
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
626
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
627
+ borderRadius?: ("auto" | "medium" | "none" | "large" | "small" | {
628
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
629
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
630
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
631
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
632
+ gap?: ("auto" | "medium" | "none" | "large" | "small" | {
633
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
634
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
635
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
636
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
637
+ padding?: ("auto" | "medium" | "none" | "large" | "small" | {
638
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
639
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
640
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
641
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
642
+ border?: ("auto" | "medium" | "none" | "large" | "small" | {
643
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
644
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
645
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
646
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
647
+ paddingX?: ("auto" | "medium" | "none" | "large" | "small" | {
648
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
649
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
650
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
651
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
652
+ paddingY?: ("auto" | "medium" | "none" | "large" | "small" | {
653
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
654
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
655
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
656
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
657
+ marginX?: ("auto" | "medium" | "none" | "large" | "small" | {
658
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
659
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
660
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
661
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
662
+ marginY?: ("auto" | "medium" | "none" | "large" | "small" | {
663
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
664
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
665
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
666
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
667
+ placeItems?: _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null> | ("stretch" | "center" | "flex-end" | "flex-start" | {
668
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
669
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
670
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
671
+ } | undefined);
672
+ } & {
673
+ color?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
674
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
675
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
676
+ } | undefined;
677
+ background?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
678
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
679
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
680
+ } | undefined;
681
+ } & {
682
+ label?: string;
683
+ options: SelectOption[];
684
+ error?: boolean;
685
+ fullWidth?: boolean;
686
+ } & React.RefAttributes<HTMLSelectElement>>;
687
+ //#endregion
688
+ //#region src/components/Tabs/Tabs.d.ts
689
+ type TabsProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
690
+ children: React.ReactNode;
691
+ defaultValue?: string;
692
+ orientation?: 'horizontal' | 'vertical';
693
+ onChange?: (value: string) => void;
694
+ };
695
+ type TabListProps = {
696
+ children: React.ReactNode;
697
+ className?: string;
698
+ };
699
+ type TabProps = {
700
+ value: string;
701
+ children: React.ReactNode;
702
+ disabled?: boolean;
703
+ className?: string;
704
+ };
705
+ type TabPanelProps = {
706
+ value: string;
707
+ children: React.ReactNode;
708
+ className?: string;
709
+ };
710
+ declare const TabsComponent: (({
711
+ children,
712
+ defaultValue,
713
+ orientation,
714
+ onChange,
715
+ className,
716
+ ...props
717
+ }: TabsProps) => React.JSX.Element) & {
718
+ List: ({
719
+ children,
720
+ className
721
+ }: TabListProps) => React.JSX.Element;
722
+ Tab: ({
723
+ value,
724
+ children,
725
+ disabled,
726
+ className
727
+ }: TabProps) => React.JSX.Element;
728
+ Panel: ({
729
+ value,
730
+ children,
731
+ className
732
+ }: TabPanelProps) => React.JSX.Element | null;
733
+ };
734
+ //#endregion
735
+ //#region src/components/Avatar/Avatar.d.ts
736
+ type AvatarProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
737
+ alt?: string;
738
+ src?: string;
739
+ size?: 'small' | 'medium' | 'large' | 'xlarge';
740
+ children?: React.ReactNode;
741
+ fallback?: string;
742
+ };
743
+ declare const Avatar: ({
744
+ alt,
745
+ className,
746
+ src,
747
+ size,
748
+ children,
749
+ fallback
750
+ }: AvatarProps) => React.JSX.Element;
751
+ //#endregion
752
+ //#region src/components/Tag/Tag.d.ts
753
+ type TagProps = React.HTMLAttributes<HTMLSpanElement> & Sprinkles & {
754
+ children: React.ReactNode;
755
+ variant?: 'default' | 'primary' | 'success' | 'warning' | 'error';
756
+ onRemove?: () => void;
757
+ removable?: boolean;
758
+ };
759
+ type TagGroupProps = {
760
+ children: React.ReactNode;
761
+ className?: string;
762
+ };
763
+ declare const TagComponent: (({
764
+ children,
765
+ variant,
766
+ onRemove,
767
+ removable,
768
+ className
769
+ }: TagProps) => React.JSX.Element) & {
770
+ Group: ({
771
+ children,
772
+ className
773
+ }: TagGroupProps) => React.JSX.Element;
774
+ };
775
+ //#endregion
776
+ //#region src/components/Breadcrumb/Breadcrumb.d.ts
777
+ type BreadcrumbItem = {
778
+ label: string;
779
+ href?: string;
780
+ current?: boolean;
781
+ };
782
+ type BreadcrumbProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
783
+ items: BreadcrumbItem[];
784
+ separator?: string;
785
+ };
786
+ declare const Breadcrumb: ({
787
+ items,
788
+ className,
789
+ separator
790
+ }: BreadcrumbProps) => React.JSX.Element;
791
+ //#endregion
792
+ //#region src/components/Accordion/Accordion.d.ts
793
+ type AccordionProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
794
+ children: React.ReactNode;
795
+ allowMultiple?: boolean;
796
+ };
797
+ type AccordionItemProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
798
+ value: string;
799
+ title: string;
800
+ children: React.ReactNode;
801
+ };
802
+ declare const AccordionComponent: (({
803
+ children,
804
+ allowMultiple,
805
+ ...props
806
+ }: AccordionProps) => React.JSX.Element) & {
807
+ Item: ({
808
+ value,
809
+ title,
810
+ children,
811
+ ...props
812
+ }: AccordionItemProps) => React.JSX.Element;
813
+ };
814
+ //#endregion
815
+ //#region src/components/Progress/Progress.d.ts
816
+ type ProgressProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
817
+ value: number;
818
+ max?: number;
819
+ label?: string;
820
+ showPercentage?: boolean;
821
+ variant?: 'default' | 'success' | 'warning' | 'error';
822
+ };
823
+ declare const Progress: ({
824
+ value,
825
+ max,
826
+ label,
827
+ showPercentage,
828
+ variant,
829
+ className
830
+ }: ProgressProps) => React.JSX.Element;
831
+ //#endregion
832
+ //#region src/components/Icon/Icon.d.ts
833
+ type IconProps = React.HTMLAttributes<HTMLSpanElement> & Sprinkles & {
834
+ name?: string;
835
+ children?: React.ReactNode;
836
+ color?: string;
837
+ };
838
+ declare const IconComponent: {
839
+ ({
840
+ name,
841
+ children,
842
+ className,
843
+ color
844
+ }: IconProps): React.JSX.Element | null;
845
+ displayName: string;
846
+ };
847
+ //#endregion
848
+ //#region src/components/Toast/Toast.d.ts
849
+ type ToastPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
850
+ type ToastVariant = 'success' | 'error' | 'warning' | 'info';
851
+ type ToastOptions = {
852
+ duration?: number;
853
+ closable?: boolean;
854
+ position?: ToastPosition;
855
+ onClose?: () => void;
856
+ };
857
+ type ToastContextType = {
858
+ addToast: (message: string, variant?: ToastVariant, options?: ToastOptions) => string;
859
+ removeToast: (id: string) => void;
860
+ handleDismissAll: () => void;
861
+ handleResumeAll: () => void;
862
+ };
863
+ type ToastProviderProps = {
864
+ children: ReactNode;
865
+ position?: ToastPosition;
866
+ maxVisible?: number;
867
+ stacking?: 'stack' | 'replace';
868
+ };
869
+ declare const ToastProvider: ({
870
+ children,
871
+ position,
872
+ maxVisible,
873
+ stacking
874
+ }: ToastProviderProps) => React.JSX.Element;
875
+ declare const useToast: () => ToastContextType;
876
+ type ToastComponentProps = {
877
+ message: string;
878
+ variant?: ToastVariant;
879
+ options?: ToastOptions;
880
+ className?: string;
881
+ };
882
+ declare const Toast: {
883
+ ({
884
+ message,
885
+ variant,
886
+ options,
887
+ className
888
+ }: ToastComponentProps): null;
889
+ displayName: string;
890
+ };
891
+ //#endregion
892
+ //#region src/components/Box/Box.d.ts
893
+ type BoxProps = Sprinkles & {
894
+ as?: React.ElementType;
895
+ children?: React.ReactNode;
896
+ className?: string;
897
+ [key: string]: unknown;
898
+ };
899
+ declare const Box: React.ForwardRefExoticComponent<Omit<BoxProps, "ref"> & React.RefAttributes<HTMLElement>>;
900
+ //#endregion
901
+ //#region src/components/Table/Table.d.ts
902
+ type TableProps = React.HTMLAttributes<HTMLTableElement> & Sprinkles & {
903
+ children: React.ReactNode;
904
+ striped?: boolean;
905
+ };
906
+ type TheadProps = {
907
+ children: React.ReactNode;
908
+ className?: string;
909
+ };
910
+ type TbodyProps = {
911
+ children: React.ReactNode;
912
+ className?: string;
913
+ };
914
+ type TfootProps = {
915
+ children: React.ReactNode;
916
+ className?: string;
917
+ };
918
+ type TrProps = {
919
+ children: React.ReactNode;
920
+ className?: string;
921
+ };
922
+ type ThProps = {
923
+ children?: React.ReactNode;
924
+ className?: string;
925
+ };
926
+ type TdProps = {
927
+ children?: React.ReactNode;
928
+ className?: string;
929
+ colSpan?: number;
930
+ rowSpan?: number;
931
+ };
932
+ declare const Table: (({
933
+ children,
934
+ striped,
935
+ className,
936
+ ...props
937
+ }: TableProps) => React.JSX.Element) & {
938
+ Thead: ({
939
+ children,
940
+ className
941
+ }: TheadProps) => React.JSX.Element;
942
+ Tbody: ({
943
+ children,
944
+ className
945
+ }: TbodyProps) => React.JSX.Element;
946
+ Tfoot: ({
947
+ children,
948
+ className
949
+ }: TfootProps) => React.JSX.Element;
950
+ Tr: ({
951
+ children,
952
+ className
953
+ }: TrProps) => React.JSX.Element;
954
+ Th: ({
955
+ children,
956
+ className
957
+ }: ThProps) => React.JSX.Element;
958
+ Td: ({
959
+ children,
960
+ className,
961
+ colSpan,
962
+ rowSpan
963
+ }: TdProps) => React.JSX.Element;
964
+ };
965
+ //#endregion
966
+ //#region src/components/TextArea/TextArea.d.ts
967
+ type TextAreaProps = React.TextareaHTMLAttributes<HTMLTextAreaElement> & Sprinkles & {
968
+ label?: string;
969
+ fullWidth?: boolean;
970
+ };
971
+ declare const TextArea: (props: TextAreaProps) => React.JSX.Element;
972
+ //#endregion
973
+ //#region src/components/Pagination/Pagination.d.ts
974
+ type PaginationProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
975
+ currentPage: number;
976
+ totalPages: number;
977
+ onPageChange: (page: number) => void;
978
+ siblingCount?: number;
979
+ showFirstLast?: boolean;
980
+ showPrevNext?: boolean;
981
+ };
982
+ declare const Pagination: ({
983
+ currentPage,
984
+ totalPages,
985
+ onPageChange,
986
+ siblingCount,
987
+ showFirstLast,
988
+ showPrevNext,
989
+ ...props
990
+ }: PaginationProps) => React.JSX.Element;
991
+ //#endregion
992
+ //#region src/components/Skeleton/Skeleton.d.ts
993
+ type SkeletonVariant = 'text' | 'circle' | 'rectangle';
994
+ type SkeletonSize = 'small' | 'medium' | 'large';
995
+ type SkeletonAnimation = 'shimmer' | 'pulse' | 'none';
996
+ type SkeletonProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
997
+ variant?: SkeletonVariant;
998
+ size?: SkeletonSize;
999
+ animation?: SkeletonAnimation;
1000
+ width?: string | number;
1001
+ height?: string | number;
1002
+ count?: number;
1003
+ };
1004
+ declare const Skeleton: ({
1005
+ variant,
1006
+ size,
1007
+ animation,
1008
+ width,
1009
+ height,
1010
+ count,
1011
+ className,
1012
+ ...props
1013
+ }: SkeletonProps) => React.JSX.Element;
1014
+ //#endregion
1015
+ //#region src/components/Drawer/Drawer.d.ts
1016
+ type DrawerPosition = 'left' | 'right' | 'top' | 'bottom';
1017
+ type DrawerSize = 'small' | 'medium' | 'large' | 'full';
1018
+ type DrawerPropsBase = React.HTMLAttributes<HTMLDivElement> & {
1019
+ isOpen: boolean;
1020
+ onClose: () => void;
1021
+ title?: string;
1022
+ position?: DrawerPosition;
1023
+ size?: DrawerSize;
1024
+ children?: React.ReactNode;
1025
+ footer?: React.ReactNode;
1026
+ showCloseButton?: boolean;
1027
+ closeOnOverlayClick?: boolean;
1028
+ };
1029
+ type DrawerProps = DrawerPropsBase & Sprinkles;
1030
+ declare const Drawer: ({
1031
+ isOpen,
1032
+ onClose,
1033
+ title,
1034
+ position,
1035
+ size,
1036
+ children,
1037
+ footer,
1038
+ showCloseButton,
1039
+ closeOnOverlayClick,
1040
+ className,
1041
+ ...props
1042
+ }: DrawerProps) => React.JSX.Element | null;
1043
+ //#endregion
1044
+ //#region src/components/DropdownMenu/DropdownMenu.d.ts
1045
+ type DropdownMenuPosition = 'bottomLeft' | 'bottomRight' | 'topLeft' | 'topRight';
1046
+ type DropdownMenuItemVariant = 'default' | 'destructive' | 'disabled';
1047
+ interface DropdownMenuItemProps {
1048
+ label: string;
1049
+ onClick?: () => void;
1050
+ variant?: DropdownMenuItemVariant;
1051
+ icon?: React.ReactNode;
1052
+ disabled?: boolean;
1053
+ }
1054
+ interface DropdownMenuGroupProps {
1055
+ label?: string;
1056
+ items: DropdownMenuItemProps[];
1057
+ }
1058
+ type DropdownMenuProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
1059
+ trigger: React.ReactNode;
1060
+ items?: DropdownMenuItemProps[];
1061
+ groups?: DropdownMenuGroupProps[];
1062
+ position?: DropdownMenuPosition;
1063
+ closeOnItemClick?: boolean;
1064
+ };
1065
+ declare const DropdownMenu: ({
1066
+ trigger,
1067
+ items,
1068
+ groups,
1069
+ position,
1070
+ closeOnItemClick,
1071
+ className,
1072
+ ...props
1073
+ }: DropdownMenuProps) => React.JSX.Element;
1074
+ //#endregion
1075
+ //#region src/components/Popover/Popover.d.ts
1076
+ type PopoverPosition = 'top' | 'bottom' | 'left' | 'right' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
1077
+ type PopoverTriggerType = 'click' | 'hover';
1078
+ type PopoverProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
1079
+ trigger: React.ReactNode;
1080
+ children: React.ReactNode;
1081
+ position?: PopoverPosition;
1082
+ title?: string;
1083
+ footer?: React.ReactNode;
1084
+ showArrow?: boolean;
1085
+ triggerType?: PopoverTriggerType;
1086
+ closeOnClickOutside?: boolean;
1087
+ closeOnEscape?: boolean;
1088
+ defaultOpen?: boolean;
1089
+ onOpenChange?: (isOpen: boolean) => void;
1090
+ };
1091
+ declare const Popover: ({
1092
+ trigger,
1093
+ children,
1094
+ position,
1095
+ title,
1096
+ footer,
1097
+ showArrow,
1098
+ triggerType,
1099
+ closeOnClickOutside,
1100
+ closeOnEscape,
1101
+ defaultOpen,
1102
+ onOpenChange,
1103
+ className,
1104
+ ...props
1105
+ }: PopoverProps) => React.JSX.Element;
1106
+ //#endregion
1107
+ //#region src/components/Stepper/Stepper.d.ts
1108
+ type StepperOrientation = 'horizontal' | 'vertical';
1109
+ type StepStatus = 'pending' | 'current' | 'completed';
1110
+ interface Step {
1111
+ title: string;
1112
+ description?: string;
1113
+ status?: StepStatus;
1114
+ }
1115
+ type StepperProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
1116
+ steps: Step[];
1117
+ currentStep?: number;
1118
+ orientation?: StepperOrientation;
1119
+ showConnectors?: boolean;
1120
+ onStepClick?: (stepIndex: number) => void;
1121
+ clickable?: boolean;
1122
+ };
1123
+ declare const Stepper: ({
1124
+ steps,
1125
+ currentStep,
1126
+ orientation,
1127
+ showConnectors,
1128
+ onStepClick,
1129
+ clickable,
1130
+ className,
1131
+ ...props
1132
+ }: StepperProps) => React.JSX.Element;
1133
+ //#endregion
1134
+ //#region src/components/Combobox/Combobox.d.ts
1135
+ interface ComboboxOption {
1136
+ value: string;
1137
+ label: string;
1138
+ disabled?: boolean;
1139
+ }
1140
+ type ComboboxProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'value'> & Sprinkles & {
1141
+ label?: string;
1142
+ options: ComboboxOption[];
1143
+ value?: string;
1144
+ onChange?: (value: string, option: ComboboxOption | null) => void;
1145
+ onInputChange?: (inputValue: string) => void;
1146
+ placeholder?: string;
1147
+ hint?: string;
1148
+ error?: boolean;
1149
+ errorMessage?: string;
1150
+ fullWidth?: boolean;
1151
+ clearable?: boolean;
1152
+ disabled?: boolean;
1153
+ filterFn?: (option: ComboboxOption, inputValue: string) => boolean;
1154
+ };
1155
+ declare const Combobox: ({
1156
+ label,
1157
+ options,
1158
+ value,
1159
+ onChange,
1160
+ onInputChange,
1161
+ placeholder,
1162
+ hint,
1163
+ error,
1164
+ errorMessage,
1165
+ fullWidth,
1166
+ clearable,
1167
+ disabled,
1168
+ filterFn,
1169
+ className,
1170
+ ...props
1171
+ }: ComboboxProps) => React.JSX.Element;
1172
+ //#endregion
1173
+ //#region src/components/NumberInput/NumberInput.d.ts
1174
+ type NumberInputPosition = 'right' | 'left';
1175
+ type NumberInputProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'value' | 'min' | 'max'> & Sprinkles & {
1176
+ label?: string;
1177
+ value?: number | '';
1178
+ onChange?: (value: number | '') => void;
1179
+ min?: number;
1180
+ max?: number;
1181
+ step?: number;
1182
+ stepperPosition?: NumberInputPosition;
1183
+ placeholder?: string;
1184
+ hint?: string;
1185
+ error?: boolean;
1186
+ errorMessage?: string;
1187
+ fullWidth?: boolean;
1188
+ disabled?: boolean;
1189
+ allowEmpty?: boolean;
1190
+ };
1191
+ declare const NumberInput: ({
1192
+ label,
1193
+ value,
1194
+ onChange,
1195
+ min,
1196
+ max,
1197
+ step,
1198
+ stepperPosition,
1199
+ placeholder,
1200
+ hint,
1201
+ error,
1202
+ errorMessage,
1203
+ fullWidth,
1204
+ disabled,
1205
+ allowEmpty,
1206
+ className,
1207
+ ...props
1208
+ }: NumberInputProps) => React.JSX.Element;
1209
+ //#endregion
1210
+ //#region src/components/FileUpload/FileUpload.d.ts
1211
+ interface FileUploadFile {
1212
+ id: string;
1213
+ file: File;
1214
+ name: string;
1215
+ size: number;
1216
+ progress: number;
1217
+ status: 'uploading' | 'success' | 'error';
1218
+ errorMessage?: string;
1219
+ }
1220
+ type FileUploadProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
1221
+ label?: string;
1222
+ files?: FileUploadFile[];
1223
+ onFilesChange?: (files: FileUploadFile[]) => void;
1224
+ onFileAdd?: (files: File[]) => void;
1225
+ onFileRemove?: (fileId: string) => void;
1226
+ accept?: string;
1227
+ multiple?: boolean;
1228
+ maxFileSize?: number;
1229
+ maxFiles?: number;
1230
+ disabled?: boolean;
1231
+ dropzoneText?: string;
1232
+ hint?: string;
1233
+ showProgress?: boolean;
1234
+ };
1235
+ declare const FileUpload: ({
1236
+ label,
1237
+ files,
1238
+ onFilesChange,
1239
+ onFileAdd,
1240
+ onFileRemove,
1241
+ accept,
1242
+ multiple,
1243
+ maxFileSize,
1244
+ maxFiles,
1245
+ disabled,
1246
+ dropzoneText,
1247
+ hint,
1248
+ showProgress,
1249
+ className,
1250
+ ...props
1251
+ }: FileUploadProps) => React.JSX.Element;
1252
+ //#endregion
1253
+ //#region src/components/Stack/Stack.d.ts
1254
+ type StackDirection = 'row' | 'column';
1255
+ type StackAlign = 'start' | 'center' | 'end' | 'stretch';
1256
+ type StackJustify = 'start' | 'center' | 'end' | 'between' | 'around' | 'evenly';
1257
+ type StackProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
1258
+ direction?: StackDirection;
1259
+ align?: StackAlign;
1260
+ justify?: StackJustify;
1261
+ gap?: 'none' | 'small' | 'medium' | 'large';
1262
+ wrap?: boolean;
1263
+ children?: React.ReactNode;
1264
+ };
1265
+ declare const Stack: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
1266
+ display?: ("flex" | "none" | "block" | "inline" | {
1267
+ mobile?: "flex" | "none" | "block" | "inline" | undefined;
1268
+ tablet?: "flex" | "none" | "block" | "inline" | undefined;
1269
+ desktop?: "flex" | "none" | "block" | "inline" | undefined;
1270
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "flex" | "none" | "block" | "inline" | null>;
1271
+ width?: ("auto" | "100%" | "50%" | "25%" | {
1272
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
1273
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
1274
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
1275
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
1276
+ height?: ("auto" | "100%" | "50%" | "25%" | {
1277
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
1278
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
1279
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
1280
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
1281
+ flexDirection?: ("column" | "row" | {
1282
+ mobile?: "column" | "row" | undefined;
1283
+ tablet?: "column" | "row" | undefined;
1284
+ desktop?: "column" | "row" | undefined;
1285
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "column" | "row" | null>;
1286
+ justifyContent?: ("space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | {
1287
+ mobile?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1288
+ tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1289
+ desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1290
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | null>;
1291
+ alignItems?: ("stretch" | "center" | "flex-end" | "flex-start" | {
1292
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1293
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1294
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1295
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null>;
1296
+ paddingTop?: ("auto" | "medium" | "none" | "large" | "small" | {
1297
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1298
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1299
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1300
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1301
+ paddingBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
1302
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1303
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1304
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1305
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1306
+ paddingLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
1307
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1308
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1309
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1310
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1311
+ paddingRight?: ("auto" | "medium" | "none" | "large" | "small" | {
1312
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1313
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1314
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1315
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1316
+ marginLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
1317
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1318
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1319
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1320
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1321
+ marginRight?: ("auto" | "medium" | "none" | "large" | "small" | {
1322
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1323
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1324
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1325
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1326
+ marginTop?: ("auto" | "medium" | "none" | "large" | "small" | {
1327
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1328
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1329
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1330
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1331
+ marginBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
1332
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1333
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1334
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1335
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1336
+ borderLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
1337
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1338
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1339
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1340
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1341
+ borderRight?: ("auto" | "medium" | "none" | "large" | "small" | {
1342
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1343
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1344
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1345
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1346
+ borderTop?: ("auto" | "medium" | "none" | "large" | "small" | {
1347
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1348
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1349
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1350
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1351
+ borderBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
1352
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1353
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1354
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1355
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1356
+ borderRadius?: ("auto" | "medium" | "none" | "large" | "small" | {
1357
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1358
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1359
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1360
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1361
+ gap?: ("auto" | "medium" | "none" | "large" | "small" | {
1362
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1363
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1364
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1365
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1366
+ padding?: ("auto" | "medium" | "none" | "large" | "small" | {
1367
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1368
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1369
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1370
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1371
+ border?: ("auto" | "medium" | "none" | "large" | "small" | {
1372
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1373
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1374
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1375
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1376
+ paddingX?: ("auto" | "medium" | "none" | "large" | "small" | {
1377
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1378
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1379
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1380
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1381
+ paddingY?: ("auto" | "medium" | "none" | "large" | "small" | {
1382
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1383
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1384
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1385
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1386
+ marginX?: ("auto" | "medium" | "none" | "large" | "small" | {
1387
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1388
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1389
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1390
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1391
+ marginY?: ("auto" | "medium" | "none" | "large" | "small" | {
1392
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1393
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1394
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1395
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1396
+ placeItems?: _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null> | ("stretch" | "center" | "flex-end" | "flex-start" | {
1397
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1398
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1399
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1400
+ } | undefined);
1401
+ } & {
1402
+ color?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
1403
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1404
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1405
+ } | undefined;
1406
+ background?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
1407
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1408
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1409
+ } | undefined;
1410
+ } & {
1411
+ direction?: StackDirection;
1412
+ align?: StackAlign;
1413
+ justify?: StackJustify;
1414
+ gap?: "none" | "small" | "medium" | "large";
1415
+ wrap?: boolean;
1416
+ children?: React.ReactNode;
1417
+ } & React.RefAttributes<HTMLElement>>;
1418
+ //#endregion
1419
+ //#region src/components/Grid/Grid.d.ts
1420
+ type GridColumns = 1 | 2 | 3 | 4 | 5 | 6 | 12;
1421
+ type GridGap = 'none' | 'small' | 'medium' | 'large';
1422
+ type GridProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
1423
+ columns?: GridColumns;
1424
+ gap?: GridGap;
1425
+ minChildWidth?: string;
1426
+ children?: React.ReactNode;
1427
+ };
1428
+ declare const Grid: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
1429
+ display?: ("flex" | "none" | "block" | "inline" | {
1430
+ mobile?: "flex" | "none" | "block" | "inline" | undefined;
1431
+ tablet?: "flex" | "none" | "block" | "inline" | undefined;
1432
+ desktop?: "flex" | "none" | "block" | "inline" | undefined;
1433
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "flex" | "none" | "block" | "inline" | null>;
1434
+ width?: ("auto" | "100%" | "50%" | "25%" | {
1435
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
1436
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
1437
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
1438
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
1439
+ height?: ("auto" | "100%" | "50%" | "25%" | {
1440
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
1441
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
1442
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
1443
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
1444
+ flexDirection?: ("column" | "row" | {
1445
+ mobile?: "column" | "row" | undefined;
1446
+ tablet?: "column" | "row" | undefined;
1447
+ desktop?: "column" | "row" | undefined;
1448
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "column" | "row" | null>;
1449
+ justifyContent?: ("space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | {
1450
+ mobile?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1451
+ tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1452
+ desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1453
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | null>;
1454
+ alignItems?: ("stretch" | "center" | "flex-end" | "flex-start" | {
1455
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1456
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1457
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1458
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null>;
1459
+ paddingTop?: ("auto" | "medium" | "none" | "large" | "small" | {
1460
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1461
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1462
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1463
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1464
+ paddingBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
1465
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1466
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1467
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1468
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1469
+ paddingLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
1470
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1471
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1472
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1473
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1474
+ paddingRight?: ("auto" | "medium" | "none" | "large" | "small" | {
1475
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1476
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1477
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1478
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1479
+ marginLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
1480
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1481
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1482
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1483
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1484
+ marginRight?: ("auto" | "medium" | "none" | "large" | "small" | {
1485
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1486
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1487
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1488
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1489
+ marginTop?: ("auto" | "medium" | "none" | "large" | "small" | {
1490
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1491
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1492
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1493
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1494
+ marginBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
1495
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1496
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1497
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1498
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1499
+ borderLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
1500
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1501
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1502
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1503
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1504
+ borderRight?: ("auto" | "medium" | "none" | "large" | "small" | {
1505
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1506
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1507
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1508
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1509
+ borderTop?: ("auto" | "medium" | "none" | "large" | "small" | {
1510
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1511
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1512
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1513
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1514
+ borderBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
1515
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1516
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1517
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1518
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1519
+ borderRadius?: ("auto" | "medium" | "none" | "large" | "small" | {
1520
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1521
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1522
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1523
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1524
+ gap?: ("auto" | "medium" | "none" | "large" | "small" | {
1525
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1526
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1527
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1528
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1529
+ padding?: ("auto" | "medium" | "none" | "large" | "small" | {
1530
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1531
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1532
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1533
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1534
+ border?: ("auto" | "medium" | "none" | "large" | "small" | {
1535
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1536
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1537
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1538
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1539
+ paddingX?: ("auto" | "medium" | "none" | "large" | "small" | {
1540
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1541
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1542
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1543
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1544
+ paddingY?: ("auto" | "medium" | "none" | "large" | "small" | {
1545
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1546
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1547
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1548
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1549
+ marginX?: ("auto" | "medium" | "none" | "large" | "small" | {
1550
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1551
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1552
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1553
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1554
+ marginY?: ("auto" | "medium" | "none" | "large" | "small" | {
1555
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1556
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1557
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1558
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1559
+ placeItems?: _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null> | ("stretch" | "center" | "flex-end" | "flex-start" | {
1560
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1561
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1562
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1563
+ } | undefined);
1564
+ } & {
1565
+ color?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
1566
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1567
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1568
+ } | undefined;
1569
+ background?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
1570
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1571
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1572
+ } | undefined;
1573
+ } & {
1574
+ columns?: GridColumns;
1575
+ gap?: GridGap;
1576
+ minChildWidth?: string;
1577
+ children?: React.ReactNode;
1578
+ } & React.RefAttributes<HTMLElement>>;
1579
+ //#endregion
1580
+ //#region src/components/Container/Container.d.ts
1581
+ type ContainerSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
1582
+ type ContainerProps = Sprinkles & {
1583
+ size?: ContainerSize;
1584
+ centerContent?: boolean;
1585
+ children?: React.ReactNode;
1586
+ className?: string;
1587
+ style?: React.CSSProperties;
1588
+ };
1589
+ declare const Container: React.ForwardRefExoticComponent<{
1590
+ display?: ("flex" | "none" | "block" | "inline" | {
1591
+ mobile?: "flex" | "none" | "block" | "inline" | undefined;
1592
+ tablet?: "flex" | "none" | "block" | "inline" | undefined;
1593
+ desktop?: "flex" | "none" | "block" | "inline" | undefined;
1594
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "flex" | "none" | "block" | "inline" | null>;
1595
+ width?: ("auto" | "100%" | "50%" | "25%" | {
1596
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
1597
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
1598
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
1599
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
1600
+ height?: ("auto" | "100%" | "50%" | "25%" | {
1601
+ mobile?: "auto" | "100%" | "50%" | "25%" | undefined;
1602
+ tablet?: "auto" | "100%" | "50%" | "25%" | undefined;
1603
+ desktop?: "auto" | "100%" | "50%" | "25%" | undefined;
1604
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "100%" | "50%" | "25%" | null>;
1605
+ flexDirection?: ("column" | "row" | {
1606
+ mobile?: "column" | "row" | undefined;
1607
+ tablet?: "column" | "row" | undefined;
1608
+ desktop?: "column" | "row" | undefined;
1609
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "column" | "row" | null>;
1610
+ justifyContent?: ("space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | {
1611
+ mobile?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1612
+ tablet?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1613
+ desktop?: "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1614
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "space-around" | "space-between" | "stretch" | "center" | "flex-end" | "flex-start" | null>;
1615
+ alignItems?: ("stretch" | "center" | "flex-end" | "flex-start" | {
1616
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1617
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1618
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1619
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null>;
1620
+ paddingTop?: ("auto" | "medium" | "none" | "large" | "small" | {
1621
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1622
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1623
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1624
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1625
+ paddingBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
1626
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1627
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1628
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1629
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1630
+ paddingLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
1631
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1632
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1633
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1634
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1635
+ paddingRight?: ("auto" | "medium" | "none" | "large" | "small" | {
1636
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1637
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1638
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1639
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1640
+ marginLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
1641
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1642
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1643
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1644
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1645
+ marginRight?: ("auto" | "medium" | "none" | "large" | "small" | {
1646
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1647
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1648
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1649
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1650
+ marginTop?: ("auto" | "medium" | "none" | "large" | "small" | {
1651
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1652
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1653
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1654
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1655
+ marginBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
1656
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1657
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1658
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1659
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1660
+ borderLeft?: ("auto" | "medium" | "none" | "large" | "small" | {
1661
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1662
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1663
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1664
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1665
+ borderRight?: ("auto" | "medium" | "none" | "large" | "small" | {
1666
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1667
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1668
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1669
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1670
+ borderTop?: ("auto" | "medium" | "none" | "large" | "small" | {
1671
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1672
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1673
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1674
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1675
+ borderBottom?: ("auto" | "medium" | "none" | "large" | "small" | {
1676
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1677
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1678
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1679
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1680
+ borderRadius?: ("auto" | "medium" | "none" | "large" | "small" | {
1681
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1682
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1683
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1684
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1685
+ gap?: ("auto" | "medium" | "none" | "large" | "small" | {
1686
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1687
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1688
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1689
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1690
+ padding?: ("auto" | "medium" | "none" | "large" | "small" | {
1691
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1692
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1693
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1694
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1695
+ border?: ("auto" | "medium" | "none" | "large" | "small" | {
1696
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1697
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1698
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1699
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1700
+ paddingX?: ("auto" | "medium" | "none" | "large" | "small" | {
1701
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1702
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1703
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1704
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1705
+ paddingY?: ("auto" | "medium" | "none" | "large" | "small" | {
1706
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1707
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1708
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1709
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1710
+ marginX?: ("auto" | "medium" | "none" | "large" | "small" | {
1711
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1712
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1713
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1714
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1715
+ marginY?: ("auto" | "medium" | "none" | "large" | "small" | {
1716
+ mobile?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1717
+ tablet?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1718
+ desktop?: "auto" | "medium" | "none" | "large" | "small" | undefined;
1719
+ } | undefined) | _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "auto" | "medium" | "none" | "large" | "small" | null>;
1720
+ placeItems?: _vanilla_extract_sprinkles0.ResponsiveArray<2 | 3 | 1, "stretch" | "center" | "flex-end" | "flex-start" | null> | ("stretch" | "center" | "flex-end" | "flex-start" | {
1721
+ mobile?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1722
+ tablet?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1723
+ desktop?: "stretch" | "center" | "flex-end" | "flex-start" | undefined;
1724
+ } | undefined);
1725
+ } & {
1726
+ color?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
1727
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1728
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1729
+ } | undefined;
1730
+ background?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | {
1731
+ lightMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1732
+ darkMode?: "c1-50" | "c1-100" | "c1-150" | "c1-200" | "c1-250" | "c1-300" | "c1-350" | "c1-400" | "c1-450" | "c1-500" | "c1-550" | "c1-600" | "c1-650" | "c1-700" | "c1-750" | "c1-800" | "c1-850" | "c1-900" | "c2-50" | "c2-100" | "c2-150" | "c2-200" | "c2-250" | "c2-300" | "c2-350" | "c2-400" | "c2-450" | "c2-500" | "c2-550" | "c2-600" | "c2-650" | "c2-700" | "c2-750" | "c2-800" | "c2-850" | "c2-900" | "c3-50" | "c3-100" | "c3-150" | "c3-200" | "c3-250" | "c3-300" | "c3-350" | "c3-400" | "c3-450" | "c3-500" | "c3-550" | "c3-600" | "c3-650" | "c3-700" | "c3-750" | "c3-800" | "c3-850" | "c3-900" | "c4-50" | "c4-100" | "c4-150" | "c4-200" | "c4-250" | "c4-300" | "c4-350" | "c4-400" | "c4-450" | "c4-500" | "c4-550" | "c4-600" | "c4-650" | "c4-700" | "c4-750" | "c4-800" | "c4-850" | "c4-900" | "c5-50" | "c5-100" | "c5-150" | "c5-200" | "c5-250" | "c5-300" | "c5-350" | "c5-400" | "c5-450" | "c5-500" | "c5-550" | "c5-600" | "c5-650" | "c5-700" | "c5-750" | "c5-800" | "c5-850" | "c5-900" | undefined;
1733
+ } | undefined;
1734
+ } & {
1735
+ size?: ContainerSize;
1736
+ centerContent?: boolean;
1737
+ children?: React.ReactNode;
1738
+ className?: string;
1739
+ style?: React.CSSProperties;
1740
+ } & React.RefAttributes<HTMLElement>>;
1741
+ //#endregion
1742
+ //#region src/components/AspectRatio/AspectRatio.d.ts
1743
+ type AspectRatioValue = '1/1' | '4/3' | '16/9' | '21/9' | number;
1744
+ interface AspectRatioProps extends BoxProps {
1745
+ ratio?: AspectRatioValue;
1746
+ children?: React.ReactNode;
1747
+ }
1748
+ declare const AspectRatio: React.ForwardRefExoticComponent<Omit<AspectRatioProps, "ref"> & React.RefAttributes<HTMLElement>>;
1749
+ //#endregion
1750
+ //#region src/components/Collapse/Collapse.d.ts
1751
+ type CollapseAnimation = 'height' | 'opacity' | 'both';
1752
+ type CollapseProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
1753
+ isOpen: boolean;
1754
+ children: React.ReactNode;
1755
+ animation?: CollapseAnimation;
1756
+ duration?: number;
1757
+ onAnimationEnd?: () => void;
1758
+ };
1759
+ declare const Collapse: ({
1760
+ isOpen,
1761
+ children,
1762
+ animation,
1763
+ duration,
1764
+ className,
1765
+ onAnimationEnd
1766
+ }: CollapseProps) => React.JSX.Element | null;
1767
+ //#endregion
1768
+ //#region src/components/VisuallyHidden/VisuallyHidden.d.ts
1769
+ type VisuallyHiddenProps = Sprinkles & {
1770
+ children: React.ReactNode;
1771
+ as?: React.ElementType;
1772
+ };
1773
+ declare const VisuallyHidden: ({
1774
+ children,
1775
+ as: Component,
1776
+ ...props
1777
+ }: VisuallyHiddenProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
1778
+ //#endregion
1779
+ //#region src/components/EmptyState/EmptyState.d.ts
1780
+ type EmptyStateProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
1781
+ icon?: React.ReactNode;
1782
+ title?: string;
1783
+ description?: string;
1784
+ action?: React.ReactNode;
1785
+ };
1786
+ declare const EmptyState: ({
1787
+ icon,
1788
+ title,
1789
+ description,
1790
+ action,
1791
+ className
1792
+ }: EmptyStateProps) => React.JSX.Element;
1793
+ //#endregion
1794
+ //#region src/components/Separator/Separator.d.ts
1795
+ type SeparatorOrientation = 'horizontal' | 'vertical';
1796
+ type SeparatorProps = React.HTMLAttributes<HTMLHRElement> & Sprinkles & {
1797
+ orientation?: SeparatorOrientation;
1798
+ decorative?: boolean;
1799
+ };
1800
+ declare const Separator: ({
1801
+ orientation,
1802
+ decorative,
1803
+ className,
1804
+ ...props
1805
+ }: SeparatorProps) => React.JSX.Element;
1806
+ //#endregion
1807
+ //#region src/components/ScrollArea/ScrollArea.d.ts
1808
+ type ScrollAreaOrientation = 'vertical' | 'horizontal' | 'both';
1809
+ type ScrollAreaProps = React.HTMLAttributes<HTMLDivElement> & Sprinkles & {
1810
+ children: React.ReactNode;
1811
+ orientation?: ScrollAreaOrientation;
1812
+ maxHeight?: string | number;
1813
+ maxWidth?: string | number;
1814
+ };
1815
+ declare const ScrollArea: ({
1816
+ children,
1817
+ orientation,
1818
+ maxHeight,
1819
+ maxWidth,
1820
+ className,
1821
+ ...props
1822
+ }: ScrollAreaProps) => React.JSX.Element;
1823
+ //#endregion
1824
+ //#region src/components/Kbd/Kbd.d.ts
1825
+ type KbdProps = React.HTMLAttributes<HTMLElement> & Sprinkles & {
1826
+ children: React.ReactNode;
1827
+ };
1828
+ declare const Kbd: ({
1829
+ children,
1830
+ className,
1831
+ ...props
1832
+ }: KbdProps) => React.JSX.Element;
1833
+ //#endregion
1834
+ export { AccordionComponent as Accordion, Alert, AspectRatio, type AspectRatioProps, type AspectRatioValue, Avatar, Badge, Box, type BoxProps, Breadcrumb, Button, Card, Checkbox, Collapse, type CollapseAnimation, type CollapseProps, Combobox, type ComboboxOption, type ComboboxProps, Container, type ContainerProps, type ContainerSize, Divider, Drawer, type DrawerPosition, type DrawerProps, type DrawerSize, DropdownMenu, type DropdownMenuGroupProps, type DropdownMenuItemProps, type DropdownMenuItemVariant, type DropdownMenuPosition, type DropdownMenuProps, EmptyState, type EmptyStateProps, FileUpload, type FileUploadFile, type FileUploadProps, Form, FormInput, Grid, type GridColumns, type GridGap, type GridProps, Header, IconComponent as Icon, Input, Kbd, type KbdProps, List, ListItem, Modal, Navbar, NavbarItem, NumberInput, type NumberInputPosition, type NumberInputProps, P, Pagination, type PaginationProps, Popover, type PopoverPosition, type PopoverProps, type PopoverTriggerType, Progress, RadioComponent as Radio, ScrollArea, type ScrollAreaOrientation, type ScrollAreaProps, Select, Separator, type SeparatorOrientation, type SeparatorProps, Skeleton, type SkeletonAnimation, type SkeletonProps, type SkeletonSize, type SkeletonVariant, Spinner, Stack, type StackAlign, type StackDirection, type StackJustify, type StackProps, type Step, type StepStatus, Stepper, type StepperOrientation, type StepperProps, Table, TabsComponent as Tabs, TagComponent as Tag, TextArea, type TextAreaProps, Toast, ToastProvider, Toggle, Tooltip, VisuallyHidden, type VisuallyHiddenProps, useToast };