@brycks/core-front 0.2.7 → 0.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 (777) hide show
  1. package/dist/components/data/InfoItem/InfoItem.cjs +2 -0
  2. package/dist/components/data/InfoItem/InfoItem.cjs.map +1 -0
  3. package/dist/components/data/InfoItem/InfoItem.js +140 -0
  4. package/dist/components/data/InfoItem/InfoItem.js.map +1 -0
  5. package/dist/components/data/List/List.cjs +2 -0
  6. package/dist/components/data/List/List.cjs.map +1 -0
  7. package/dist/components/data/List/List.js +178 -0
  8. package/dist/components/data/List/List.js.map +1 -0
  9. package/dist/components/data/Table/Table.cjs +2 -0
  10. package/dist/components/data/Table/Table.cjs.map +1 -0
  11. package/dist/components/data/Table/Table.js +247 -0
  12. package/dist/components/data/Table/Table.js.map +1 -0
  13. package/dist/components/data.cjs +2 -0
  14. package/dist/components/data.cjs.map +1 -0
  15. package/dist/components/data.d.ts +2 -0
  16. package/dist/components/data.js +20 -0
  17. package/dist/components/data.js.map +1 -0
  18. package/dist/components/feedback/Alert/Alert.cjs +2 -0
  19. package/dist/components/feedback/Alert/Alert.cjs.map +1 -0
  20. package/dist/components/feedback/Alert/Alert.js +204 -0
  21. package/dist/components/feedback/Alert/Alert.js.map +1 -0
  22. package/dist/components/feedback/Drawer/Drawer.cjs +23 -0
  23. package/dist/components/feedback/Drawer/Drawer.cjs.map +1 -0
  24. package/dist/components/feedback/Drawer/Drawer.js +199 -0
  25. package/dist/components/feedback/Drawer/Drawer.js.map +1 -0
  26. package/dist/components/feedback/Modal/Modal.cjs +2 -0
  27. package/dist/components/feedback/Modal/Modal.cjs.map +1 -0
  28. package/dist/components/feedback/Modal/Modal.js +183 -0
  29. package/dist/components/feedback/Modal/Modal.js.map +1 -0
  30. package/dist/components/feedback/Popover/Popover.cjs +7 -0
  31. package/dist/components/feedback/Popover/Popover.cjs.map +1 -0
  32. package/dist/components/feedback/Popover/Popover.js +168 -0
  33. package/dist/components/feedback/Popover/Popover.js.map +1 -0
  34. package/dist/components/feedback/Progress/Progress.cjs +12 -0
  35. package/dist/components/feedback/Progress/Progress.cjs.map +1 -0
  36. package/dist/components/feedback/Progress/Progress.js +172 -0
  37. package/dist/components/feedback/Progress/Progress.js.map +1 -0
  38. package/dist/components/feedback/Toast/Toast.cjs +11 -0
  39. package/dist/components/feedback/Toast/Toast.cjs.map +1 -0
  40. package/dist/components/feedback/Toast/Toast.js +216 -0
  41. package/dist/components/feedback/Toast/Toast.js.map +1 -0
  42. package/dist/components/feedback/Toast/ToastContext.cjs +2 -0
  43. package/dist/components/feedback/Toast/ToastContext.cjs.map +1 -0
  44. package/dist/components/feedback/Toast/ToastContext.js +13 -0
  45. package/dist/components/feedback/Toast/ToastContext.js.map +1 -0
  46. package/dist/components/feedback/Tooltip/Tooltip.cjs +7 -0
  47. package/dist/components/feedback/Tooltip/Tooltip.cjs.map +1 -0
  48. package/dist/components/feedback/Tooltip/Tooltip.js +128 -0
  49. package/dist/components/feedback/Tooltip/Tooltip.js.map +1 -0
  50. package/dist/components/feedback.cjs +2 -0
  51. package/dist/components/feedback.cjs.map +1 -0
  52. package/dist/components/feedback.d.ts +2 -0
  53. package/dist/components/feedback.js +20 -0
  54. package/dist/components/feedback.js.map +1 -0
  55. package/dist/components/form/Checkbox/Checkbox.cjs +2 -0
  56. package/dist/components/form/Checkbox/Checkbox.cjs.map +1 -0
  57. package/dist/components/form/Checkbox/Checkbox.js +144 -0
  58. package/dist/components/form/Checkbox/Checkbox.js.map +1 -0
  59. package/dist/components/form/DateInput/DateInput.cjs +2 -0
  60. package/dist/components/form/DateInput/DateInput.cjs.map +1 -0
  61. package/dist/components/form/DateInput/DateInput.js +119 -0
  62. package/dist/components/form/DateInput/DateInput.js.map +1 -0
  63. package/dist/components/form/DropZone/DropZone.cjs +2 -0
  64. package/dist/components/form/DropZone/DropZone.cjs.map +1 -0
  65. package/dist/components/form/DropZone/DropZone.js +132 -0
  66. package/dist/components/form/DropZone/DropZone.js.map +1 -0
  67. package/dist/components/form/FieldError/FieldError.cjs +2 -0
  68. package/dist/components/form/FieldError/FieldError.cjs.map +1 -0
  69. package/dist/components/form/FieldError/FieldError.js +77 -0
  70. package/dist/components/form/FieldError/FieldError.js.map +1 -0
  71. package/dist/components/form/FileInput/FileInput.cjs +2 -0
  72. package/dist/components/form/FileInput/FileInput.cjs.map +1 -0
  73. package/dist/components/form/FileInput/FileInput.js +163 -0
  74. package/dist/components/form/FileInput/FileInput.js.map +1 -0
  75. package/dist/components/form/Form/Form.cjs +2 -0
  76. package/dist/components/form/Form/Form.cjs.map +1 -0
  77. package/dist/components/form/Form/Form.js +67 -0
  78. package/dist/components/form/Form/Form.js.map +1 -0
  79. package/dist/components/form/FormCard/FormCard.cjs +2 -0
  80. package/dist/components/form/FormCard/FormCard.cjs.map +1 -0
  81. package/dist/components/form/FormCard/FormCard.js +91 -0
  82. package/dist/components/form/FormCard/FormCard.js.map +1 -0
  83. package/dist/components/form/FormField/FormField.cjs +2 -0
  84. package/dist/components/form/FormField/FormField.cjs.map +1 -0
  85. package/dist/components/form/FormField/FormField.js +97 -0
  86. package/dist/components/form/FormField/FormField.js.map +1 -0
  87. package/dist/components/form/FormGroup/FormGroup.cjs +2 -0
  88. package/dist/components/form/FormGroup/FormGroup.cjs.map +1 -0
  89. package/dist/components/form/FormGroup/FormGroup.js +79 -0
  90. package/dist/components/form/FormGroup/FormGroup.js.map +1 -0
  91. package/dist/components/form/FormLabel/FormLabel.cjs +2 -0
  92. package/dist/components/form/FormLabel/FormLabel.cjs.map +1 -0
  93. package/dist/components/form/FormLabel/FormLabel.js +68 -0
  94. package/dist/components/form/FormLabel/FormLabel.js.map +1 -0
  95. package/dist/components/form/Input/Input.cjs +2 -0
  96. package/dist/components/form/Input/Input.cjs.map +1 -0
  97. package/dist/components/form/Input/Input.js +155 -0
  98. package/dist/components/form/Input/Input.js.map +1 -0
  99. package/dist/components/form/Radio/Radio.cjs +2 -0
  100. package/dist/components/form/Radio/Radio.cjs.map +1 -0
  101. package/dist/components/form/Radio/Radio.js +162 -0
  102. package/dist/components/form/Radio/Radio.js.map +1 -0
  103. package/dist/components/form/Select/Select.cjs +2 -0
  104. package/dist/components/form/Select/Select.cjs.map +1 -0
  105. package/dist/components/form/Select/Select.js +114 -0
  106. package/dist/components/form/Select/Select.js.map +1 -0
  107. package/dist/components/form/Slider/Slider.cjs +2 -0
  108. package/dist/components/form/Slider/Slider.cjs.map +1 -0
  109. package/dist/components/form/Slider/Slider.js +147 -0
  110. package/dist/components/form/Slider/Slider.js.map +1 -0
  111. package/dist/components/form/Switch/Switch.cjs +2 -0
  112. package/dist/components/form/Switch/Switch.cjs.map +1 -0
  113. package/dist/components/form/Switch/Switch.js +118 -0
  114. package/dist/components/form/Switch/Switch.js.map +1 -0
  115. package/dist/components/form/TextField/TextField.cjs +2 -0
  116. package/dist/components/form/TextField/TextField.cjs.map +1 -0
  117. package/dist/components/form/TextField/TextField.js +89 -0
  118. package/dist/components/form/TextField/TextField.js.map +1 -0
  119. package/dist/components/form/Textarea/Textarea.cjs +2 -0
  120. package/dist/components/form/Textarea/Textarea.cjs.map +1 -0
  121. package/dist/components/form/Textarea/Textarea.js +121 -0
  122. package/dist/components/form/Textarea/Textarea.js.map +1 -0
  123. package/dist/components/form.cjs +2 -0
  124. package/dist/components/form.cjs.map +1 -0
  125. package/dist/components/form.d.ts +2 -0
  126. package/dist/components/form.js +34 -0
  127. package/dist/components/form.js.map +1 -0
  128. package/dist/components/layout/AspectRatio/AspectRatio.cjs +2 -0
  129. package/dist/components/layout/AspectRatio/AspectRatio.cjs.map +1 -0
  130. package/dist/components/layout/AspectRatio/AspectRatio.js +50 -0
  131. package/dist/components/layout/AspectRatio/AspectRatio.js.map +1 -0
  132. package/dist/components/layout/Box/Box.cjs +2 -0
  133. package/dist/components/layout/Box/Box.cjs.map +1 -0
  134. package/dist/components/layout/Box/Box.js +58 -0
  135. package/dist/components/layout/Box/Box.js.map +1 -0
  136. package/dist/components/layout/Box/Box.styles.cjs +2 -0
  137. package/dist/components/layout/Box/Box.styles.cjs.map +1 -0
  138. package/dist/components/layout/Box/Box.styles.js +30 -0
  139. package/dist/components/layout/Box/Box.styles.js.map +1 -0
  140. package/dist/components/layout/Card/Card.cjs +2 -0
  141. package/dist/components/layout/Card/Card.cjs.map +1 -0
  142. package/dist/components/layout/Card/Card.js +135 -0
  143. package/dist/components/layout/Card/Card.js.map +1 -0
  144. package/dist/components/layout/Container/Container.cjs +2 -0
  145. package/dist/components/layout/Container/Container.cjs.map +1 -0
  146. package/dist/components/layout/Container/Container.js +57 -0
  147. package/dist/components/layout/Container/Container.js.map +1 -0
  148. package/dist/components/layout/Flex/Flex.cjs +2 -0
  149. package/dist/components/layout/Flex/Flex.cjs.map +1 -0
  150. package/dist/components/layout/Flex/Flex.js +101 -0
  151. package/dist/components/layout/Flex/Flex.js.map +1 -0
  152. package/dist/components/layout/Grid/Grid.cjs +2 -0
  153. package/dist/components/layout/Grid/Grid.cjs.map +1 -0
  154. package/dist/components/layout/Grid/Grid.js +92 -0
  155. package/dist/components/layout/Grid/Grid.js.map +1 -0
  156. package/dist/components/layout/Section/Section.cjs +2 -0
  157. package/dist/components/layout/Section/Section.cjs.map +1 -0
  158. package/dist/components/layout/Section/Section.js +85 -0
  159. package/dist/components/layout/Section/Section.js.map +1 -0
  160. package/dist/components/layout/Semantic/Semantic.cjs +2 -0
  161. package/dist/components/layout/Semantic/Semantic.cjs.map +1 -0
  162. package/dist/components/layout/Semantic/Semantic.js +103 -0
  163. package/dist/components/layout/Semantic/Semantic.js.map +1 -0
  164. package/dist/components/layout/Spacer/Spacer.cjs +2 -0
  165. package/dist/components/layout/Spacer/Spacer.cjs.map +1 -0
  166. package/dist/components/layout/Spacer/Spacer.js +38 -0
  167. package/dist/components/layout/Spacer/Spacer.js.map +1 -0
  168. package/dist/components/layout/Stack/Stack.cjs +2 -0
  169. package/dist/components/layout/Stack/Stack.cjs.map +1 -0
  170. package/dist/components/layout/Stack/Stack.js +67 -0
  171. package/dist/components/layout/Stack/Stack.js.map +1 -0
  172. package/dist/components/layout.cjs +2 -0
  173. package/dist/components/layout.cjs.map +1 -0
  174. package/dist/components/layout.d.ts +2 -0
  175. package/dist/components/layout.js +35 -0
  176. package/dist/components/layout.js.map +1 -0
  177. package/dist/components/media/Image/Image.cjs +2 -0
  178. package/dist/components/media/Image/Image.cjs.map +1 -0
  179. package/dist/components/media/Image/Image.js +171 -0
  180. package/dist/components/media/Image/Image.js.map +1 -0
  181. package/dist/components/media/ImageThumbnail/ImageThumbnail.cjs +2 -0
  182. package/dist/components/media/ImageThumbnail/ImageThumbnail.cjs.map +1 -0
  183. package/dist/components/media/ImageThumbnail/ImageThumbnail.js +112 -0
  184. package/dist/components/media/ImageThumbnail/ImageThumbnail.js.map +1 -0
  185. package/dist/components/media/Video/Video.cjs +2 -0
  186. package/dist/components/media/Video/Video.cjs.map +1 -0
  187. package/dist/components/media/Video/Video.js +185 -0
  188. package/dist/components/media/Video/Video.js.map +1 -0
  189. package/dist/components/navigation/Accordion/Accordion.cjs +2 -0
  190. package/dist/components/navigation/Accordion/Accordion.cjs.map +1 -0
  191. package/dist/components/navigation/Accordion/Accordion.js +180 -0
  192. package/dist/components/navigation/Accordion/Accordion.js.map +1 -0
  193. package/dist/components/navigation/Breadcrumb/Breadcrumb.cjs +2 -0
  194. package/dist/components/navigation/Breadcrumb/Breadcrumb.cjs.map +1 -0
  195. package/dist/components/navigation/Breadcrumb/Breadcrumb.js +137 -0
  196. package/dist/components/navigation/Breadcrumb/Breadcrumb.js.map +1 -0
  197. package/dist/components/navigation/Dropdown/Dropdown.cjs +7 -0
  198. package/dist/components/navigation/Dropdown/Dropdown.cjs.map +1 -0
  199. package/dist/components/navigation/Dropdown/Dropdown.js +259 -0
  200. package/dist/components/navigation/Dropdown/Dropdown.js.map +1 -0
  201. package/dist/components/navigation/Menu/Menu.cjs +2 -0
  202. package/dist/components/navigation/Menu/Menu.cjs.map +1 -0
  203. package/dist/components/navigation/Menu/Menu.js +151 -0
  204. package/dist/components/navigation/Menu/Menu.js.map +1 -0
  205. package/dist/components/navigation/Pagination/Pagination.cjs +2 -0
  206. package/dist/components/navigation/Pagination/Pagination.cjs.map +1 -0
  207. package/dist/components/navigation/Pagination/Pagination.js +201 -0
  208. package/dist/components/navigation/Pagination/Pagination.js.map +1 -0
  209. package/dist/components/navigation/Tabs/Tabs.cjs +7 -0
  210. package/dist/components/navigation/Tabs/Tabs.cjs.map +1 -0
  211. package/dist/components/navigation/Tabs/Tabs.js +196 -0
  212. package/dist/components/navigation/Tabs/Tabs.js.map +1 -0
  213. package/dist/components/navigation.cjs +2 -0
  214. package/dist/components/navigation.cjs.map +1 -0
  215. package/dist/components/navigation.d.ts +2 -0
  216. package/dist/components/navigation.js +29 -0
  217. package/dist/components/navigation.js.map +1 -0
  218. package/dist/components/primitives/Button/Button.cjs +2 -0
  219. package/dist/components/primitives/Button/Button.cjs.map +1 -0
  220. package/dist/components/primitives/Button/Button.js +173 -0
  221. package/dist/components/primitives/Button/Button.js.map +1 -0
  222. package/dist/components/primitives/Button/Button.styles.cjs +2 -0
  223. package/dist/components/primitives/Button/Button.styles.cjs.map +1 -0
  224. package/dist/components/primitives/Button/Button.styles.js +321 -0
  225. package/dist/components/primitives/Button/Button.styles.js.map +1 -0
  226. package/dist/components/primitives/Icon/Icon.cjs +2 -0
  227. package/dist/components/primitives/Icon/Icon.cjs.map +1 -0
  228. package/dist/components/primitives/Icon/Icon.js +58 -0
  229. package/dist/components/primitives/Icon/Icon.js.map +1 -0
  230. package/dist/components/primitives/Icon/iconPaths.cjs +2 -0
  231. package/dist/components/primitives/Icon/iconPaths.cjs.map +1 -0
  232. package/dist/components/primitives/Icon/iconPaths.js +63 -0
  233. package/dist/components/primitives/Icon/iconPaths.js.map +1 -0
  234. package/dist/components/typography/Heading/Heading.cjs +2 -0
  235. package/dist/components/typography/Heading/Heading.cjs.map +1 -0
  236. package/dist/components/typography/Heading/Heading.js +65 -0
  237. package/dist/components/typography/Heading/Heading.js.map +1 -0
  238. package/dist/components/typography/Text/Text.cjs +2 -0
  239. package/dist/components/typography/Text/Text.cjs.map +1 -0
  240. package/dist/components/typography/Text/Text.js +88 -0
  241. package/dist/components/typography/Text/Text.js.map +1 -0
  242. package/dist/components/utility/Avatar/Avatar.cjs +2 -0
  243. package/dist/components/utility/Avatar/Avatar.cjs.map +1 -0
  244. package/dist/components/utility/Avatar/Avatar.js +91 -0
  245. package/dist/components/utility/Avatar/Avatar.js.map +1 -0
  246. package/dist/components/utility/Badge/Badge.cjs +2 -0
  247. package/dist/components/utility/Badge/Badge.cjs.map +1 -0
  248. package/dist/components/utility/Badge/Badge.js +90 -0
  249. package/dist/components/utility/Badge/Badge.js.map +1 -0
  250. package/dist/components/utility/Divider/Divider.cjs +2 -0
  251. package/dist/components/utility/Divider/Divider.cjs.map +1 -0
  252. package/dist/components/utility/Divider/Divider.js +87 -0
  253. package/dist/components/utility/Divider/Divider.js.map +1 -0
  254. package/dist/components/utility/EmptyState/EmptyState.cjs +2 -0
  255. package/dist/components/utility/EmptyState/EmptyState.cjs.map +1 -0
  256. package/dist/components/utility/EmptyState/EmptyState.js +132 -0
  257. package/dist/components/utility/EmptyState/EmptyState.js.map +1 -0
  258. package/dist/components/utility/FocusTrap/FocusTrap.cjs +2 -0
  259. package/dist/components/utility/FocusTrap/FocusTrap.cjs.map +1 -0
  260. package/dist/components/utility/FocusTrap/FocusTrap.js +35 -0
  261. package/dist/components/utility/FocusTrap/FocusTrap.js.map +1 -0
  262. package/dist/components/utility/Loader/Loader.cjs +2 -0
  263. package/dist/components/utility/Loader/Loader.cjs.map +1 -0
  264. package/dist/components/utility/Loader/Loader.js +142 -0
  265. package/dist/components/utility/Loader/Loader.js.map +1 -0
  266. package/dist/components/utility/Logo/Logo.cjs +2 -0
  267. package/dist/components/utility/Logo/Logo.cjs.map +1 -0
  268. package/dist/components/utility/Logo/Logo.js +61 -0
  269. package/dist/components/utility/Logo/Logo.js.map +1 -0
  270. package/dist/components/utility/Overlay/Overlay.cjs +7 -0
  271. package/dist/components/utility/Overlay/Overlay.cjs.map +1 -0
  272. package/dist/components/utility/Overlay/Overlay.js +59 -0
  273. package/dist/components/utility/Overlay/Overlay.js.map +1 -0
  274. package/dist/components/utility/Portal/Portal.cjs +2 -0
  275. package/dist/components/utility/Portal/Portal.cjs.map +1 -0
  276. package/dist/components/utility/Portal/Portal.js +18 -0
  277. package/dist/components/utility/Portal/Portal.js.map +1 -0
  278. package/dist/components/utility/ScreenReaderOnly/ScreenReaderOnly.cjs +2 -0
  279. package/dist/components/utility/ScreenReaderOnly/ScreenReaderOnly.cjs.map +1 -0
  280. package/dist/components/utility/ScreenReaderOnly/ScreenReaderOnly.js +53 -0
  281. package/dist/components/utility/ScreenReaderOnly/ScreenReaderOnly.js.map +1 -0
  282. package/dist/components/utility/Skeleton/Skeleton.cjs +2 -0
  283. package/dist/components/utility/Skeleton/Skeleton.cjs.map +1 -0
  284. package/dist/components/utility/Skeleton/Skeleton.js +91 -0
  285. package/dist/components/utility/Skeleton/Skeleton.js.map +1 -0
  286. package/dist/components/utility.cjs +2 -0
  287. package/dist/components/utility.cjs.map +1 -0
  288. package/dist/components/utility.d.ts +2 -0
  289. package/dist/components/utility.js +29 -0
  290. package/dist/components/utility.js.map +1 -0
  291. package/dist/data.d.ts +198 -0
  292. package/dist/design-system/primitives/focus.cjs +2 -0
  293. package/dist/design-system/primitives/focus.cjs.map +1 -0
  294. package/dist/design-system/primitives/focus.js +42 -0
  295. package/dist/design-system/primitives/focus.js.map +1 -0
  296. package/dist/design-system/primitives/layout.cjs +2 -0
  297. package/dist/design-system/primitives/layout.cjs.map +1 -0
  298. package/dist/design-system/primitives/layout.js +79 -0
  299. package/dist/design-system/primitives/layout.js.map +1 -0
  300. package/dist/design-system/primitives/opacity.cjs +2 -0
  301. package/dist/design-system/primitives/opacity.cjs.map +1 -0
  302. package/dist/design-system/primitives/opacity.js +72 -0
  303. package/dist/design-system/primitives/opacity.js.map +1 -0
  304. package/dist/design-system/primitives/sizing.cjs +2 -0
  305. package/dist/design-system/primitives/sizing.cjs.map +1 -0
  306. package/dist/design-system/primitives/sizing.js +118 -0
  307. package/dist/design-system/primitives/sizing.js.map +1 -0
  308. package/dist/design-system/primitives/transitions.cjs +52 -0
  309. package/dist/design-system/primitives/transitions.cjs.map +1 -0
  310. package/dist/design-system/primitives/transitions.js +121 -0
  311. package/dist/design-system/primitives/transitions.js.map +1 -0
  312. package/dist/design-system/primitives/typography.cjs +2 -0
  313. package/dist/design-system/primitives/typography.cjs.map +1 -0
  314. package/dist/design-system/primitives/typography.js +146 -0
  315. package/dist/design-system/primitives/typography.js.map +1 -0
  316. package/dist/design-system/themes/ThemeProvider.cjs +2 -0
  317. package/dist/design-system/themes/ThemeProvider.cjs.map +1 -0
  318. package/dist/design-system/themes/ThemeProvider.js +78 -0
  319. package/dist/design-system/themes/ThemeProvider.js.map +1 -0
  320. package/dist/design-system/themes/cssVariables.cjs +2 -0
  321. package/dist/design-system/themes/cssVariables.cjs.map +1 -0
  322. package/dist/design-system/themes/cssVariables.js +57 -0
  323. package/dist/design-system/themes/cssVariables.js.map +1 -0
  324. package/dist/design-system/themes/darkTheme.cjs +2 -0
  325. package/dist/design-system/themes/darkTheme.cjs.map +1 -0
  326. package/dist/design-system/themes/darkTheme.js +76 -0
  327. package/dist/design-system/themes/darkTheme.js.map +1 -0
  328. package/dist/design-system/themes/lightTheme.cjs +2 -0
  329. package/dist/design-system/themes/lightTheme.cjs.map +1 -0
  330. package/dist/design-system/themes/lightTheme.js +76 -0
  331. package/dist/design-system/themes/lightTheme.js.map +1 -0
  332. package/dist/design-system/tokens/borders.cjs +2 -0
  333. package/dist/design-system/tokens/borders.cjs.map +1 -0
  334. package/dist/design-system/tokens/borders.js +78 -0
  335. package/dist/design-system/tokens/borders.js.map +1 -0
  336. package/dist/design-system/tokens/breakpoints.cjs +2 -0
  337. package/dist/design-system/tokens/breakpoints.cjs.map +1 -0
  338. package/dist/design-system/tokens/breakpoints.js +58 -0
  339. package/dist/design-system/tokens/breakpoints.js.map +1 -0
  340. package/dist/design-system/tokens/colors.cjs +2 -0
  341. package/dist/design-system/tokens/colors.cjs.map +1 -0
  342. package/dist/{colors-B_8a3coi.js → design-system/tokens/colors.js} +16 -16
  343. package/dist/design-system/tokens/colors.js.map +1 -0
  344. package/dist/design-system/tokens/motion.cjs +2 -0
  345. package/dist/design-system/tokens/motion.cjs.map +1 -0
  346. package/dist/design-system/tokens/motion.js +133 -0
  347. package/dist/design-system/tokens/motion.js.map +1 -0
  348. package/dist/design-system/tokens/shadows.cjs +2 -0
  349. package/dist/design-system/tokens/shadows.cjs.map +1 -0
  350. package/dist/design-system/tokens/shadows.js +46 -0
  351. package/dist/design-system/tokens/shadows.js.map +1 -0
  352. package/dist/design-system/tokens/spacing.cjs +2 -0
  353. package/dist/design-system/tokens/spacing.cjs.map +1 -0
  354. package/dist/design-system/tokens/spacing.js +96 -0
  355. package/dist/design-system/tokens/spacing.js.map +1 -0
  356. package/dist/design-system/tokens/typography.cjs +2 -0
  357. package/dist/design-system/tokens/typography.cjs.map +1 -0
  358. package/dist/design-system/tokens/typography.js +199 -0
  359. package/dist/design-system/tokens/typography.js.map +1 -0
  360. package/dist/design-system/tokens/zIndex.cjs +2 -0
  361. package/dist/design-system/tokens/zIndex.cjs.map +1 -0
  362. package/dist/design-system/tokens/zIndex.js +32 -0
  363. package/dist/design-system/tokens/zIndex.js.map +1 -0
  364. package/dist/feedback.d.ts +244 -0
  365. package/dist/form.d.ts +415 -0
  366. package/dist/hooks/useClickOutside.cjs +2 -0
  367. package/dist/hooks/useClickOutside.cjs.map +1 -0
  368. package/dist/hooks/useClickOutside.js +18 -0
  369. package/dist/hooks/useClickOutside.js.map +1 -0
  370. package/dist/hooks/useControllable.cjs +2 -0
  371. package/dist/hooks/useControllable.cjs.map +1 -0
  372. package/dist/hooks/useControllable.js +25 -0
  373. package/dist/hooks/useControllable.js.map +1 -0
  374. package/dist/hooks/useDisclosure.cjs +2 -0
  375. package/dist/hooks/useDisclosure.cjs.map +1 -0
  376. package/dist/hooks/useDisclosure.js +22 -0
  377. package/dist/hooks/useDisclosure.js.map +1 -0
  378. package/dist/hooks/useFocusTrap.cjs +2 -0
  379. package/dist/hooks/useFocusTrap.cjs.map +1 -0
  380. package/dist/hooks/useFocusTrap.js +56 -0
  381. package/dist/hooks/useFocusTrap.js.map +1 -0
  382. package/dist/hooks/useId.cjs +2 -0
  383. package/dist/hooks/useId.cjs.map +1 -0
  384. package/dist/hooks/useId.js +22 -0
  385. package/dist/hooks/useId.js.map +1 -0
  386. package/dist/hooks/useKeyboardNavigation.cjs +2 -0
  387. package/dist/hooks/useKeyboardNavigation.cjs.map +1 -0
  388. package/dist/hooks/useKeyboardNavigation.js +82 -0
  389. package/dist/hooks/useKeyboardNavigation.js.map +1 -0
  390. package/dist/hooks/useMediaQuery.cjs +2 -0
  391. package/dist/hooks/useMediaQuery.cjs.map +1 -0
  392. package/dist/hooks/useMediaQuery.js +33 -0
  393. package/dist/hooks/useMediaQuery.js.map +1 -0
  394. package/dist/hooks.cjs +2 -0
  395. package/dist/hooks.cjs.map +1 -0
  396. package/dist/hooks.d.ts +146 -0
  397. package/dist/hooks.js +23 -0
  398. package/dist/hooks.js.map +1 -0
  399. package/dist/index.cjs +1 -148
  400. package/dist/index.cjs.map +1 -1
  401. package/dist/index.d.ts +4311 -141
  402. package/dist/index.js +291 -8305
  403. package/dist/index.js.map +1 -1
  404. package/dist/layout.d.ts +543 -0
  405. package/dist/navigation.d.ts +290 -0
  406. package/dist/styles.css +1 -1
  407. package/dist/themes.cjs +1 -1
  408. package/dist/themes.d.ts +214 -2
  409. package/dist/themes.js +11 -8
  410. package/dist/themes.js.map +1 -1
  411. package/dist/tokens.cjs +1 -1
  412. package/dist/tokens.cjs.map +1 -1
  413. package/dist/tokens.d.ts +976 -2
  414. package/dist/tokens.js +38 -624
  415. package/dist/tokens.js.map +1 -1
  416. package/dist/utility.d.ts +259 -0
  417. package/dist/utils/lazyComponent.cjs +2 -0
  418. package/dist/utils/lazyComponent.cjs.map +1 -0
  419. package/dist/utils/lazyComponent.js +26 -0
  420. package/dist/utils/lazyComponent.js.map +1 -0
  421. package/dist/utils/styles.cjs +2 -0
  422. package/dist/utils/styles.cjs.map +1 -0
  423. package/dist/utils/styles.js +35 -0
  424. package/dist/utils/styles.js.map +1 -0
  425. package/package.json +37 -1
  426. package/dist/colors-B_8a3coi.js.map +0 -1
  427. package/dist/colors-Bp6ROxvx.cjs +0 -2
  428. package/dist/colors-Bp6ROxvx.cjs.map +0 -1
  429. package/dist/components/data/InfoItem/InfoItem.d.ts +0 -44
  430. package/dist/components/data/InfoItem/InfoItem.d.ts.map +0 -1
  431. package/dist/components/data/InfoItem/index.d.ts +0 -2
  432. package/dist/components/data/InfoItem/index.d.ts.map +0 -1
  433. package/dist/components/data/List/List.d.ts +0 -44
  434. package/dist/components/data/List/List.d.ts.map +0 -1
  435. package/dist/components/data/List/index.d.ts +0 -3
  436. package/dist/components/data/List/index.d.ts.map +0 -1
  437. package/dist/components/data/Table/Table.d.ts +0 -74
  438. package/dist/components/data/Table/Table.d.ts.map +0 -1
  439. package/dist/components/data/Table/index.d.ts +0 -3
  440. package/dist/components/data/Table/index.d.ts.map +0 -1
  441. package/dist/components/data/index.d.ts +0 -7
  442. package/dist/components/data/index.d.ts.map +0 -1
  443. package/dist/components/feedback/Alert/Alert.d.ts +0 -29
  444. package/dist/components/feedback/Alert/Alert.d.ts.map +0 -1
  445. package/dist/components/feedback/Alert/index.d.ts +0 -3
  446. package/dist/components/feedback/Alert/index.d.ts.map +0 -1
  447. package/dist/components/feedback/Drawer/Drawer.d.ts +0 -29
  448. package/dist/components/feedback/Drawer/Drawer.d.ts.map +0 -1
  449. package/dist/components/feedback/Drawer/index.d.ts +0 -3
  450. package/dist/components/feedback/Drawer/index.d.ts.map +0 -1
  451. package/dist/components/feedback/Modal/Modal.d.ts +0 -28
  452. package/dist/components/feedback/Modal/Modal.d.ts.map +0 -1
  453. package/dist/components/feedback/Modal/index.d.ts +0 -3
  454. package/dist/components/feedback/Modal/index.d.ts.map +0 -1
  455. package/dist/components/feedback/Popover/Popover.d.ts +0 -35
  456. package/dist/components/feedback/Popover/Popover.d.ts.map +0 -1
  457. package/dist/components/feedback/Popover/index.d.ts +0 -3
  458. package/dist/components/feedback/Popover/index.d.ts.map +0 -1
  459. package/dist/components/feedback/Progress/Progress.d.ts +0 -30
  460. package/dist/components/feedback/Progress/Progress.d.ts.map +0 -1
  461. package/dist/components/feedback/Progress/index.d.ts +0 -3
  462. package/dist/components/feedback/Progress/index.d.ts.map +0 -1
  463. package/dist/components/feedback/Toast/Toast.d.ts +0 -47
  464. package/dist/components/feedback/Toast/Toast.d.ts.map +0 -1
  465. package/dist/components/feedback/Toast/index.d.ts +0 -3
  466. package/dist/components/feedback/Toast/index.d.ts.map +0 -1
  467. package/dist/components/feedback/Tooltip/Tooltip.d.ts +0 -20
  468. package/dist/components/feedback/Tooltip/Tooltip.d.ts.map +0 -1
  469. package/dist/components/feedback/Tooltip/index.d.ts +0 -3
  470. package/dist/components/feedback/Tooltip/index.d.ts.map +0 -1
  471. package/dist/components/feedback/index.d.ts +0 -13
  472. package/dist/components/feedback/index.d.ts.map +0 -1
  473. package/dist/components/form/Checkbox/Checkbox.d.ts +0 -20
  474. package/dist/components/form/Checkbox/Checkbox.d.ts.map +0 -1
  475. package/dist/components/form/Checkbox/index.d.ts +0 -3
  476. package/dist/components/form/Checkbox/index.d.ts.map +0 -1
  477. package/dist/components/form/DateInput/DateInput.d.ts +0 -28
  478. package/dist/components/form/DateInput/DateInput.d.ts.map +0 -1
  479. package/dist/components/form/DateInput/index.d.ts +0 -3
  480. package/dist/components/form/DateInput/index.d.ts.map +0 -1
  481. package/dist/components/form/DropZone/DropZone.d.ts +0 -27
  482. package/dist/components/form/DropZone/DropZone.d.ts.map +0 -1
  483. package/dist/components/form/DropZone/index.d.ts +0 -2
  484. package/dist/components/form/DropZone/index.d.ts.map +0 -1
  485. package/dist/components/form/FieldError/FieldError.d.ts +0 -18
  486. package/dist/components/form/FieldError/FieldError.d.ts.map +0 -1
  487. package/dist/components/form/FieldError/index.d.ts +0 -3
  488. package/dist/components/form/FieldError/index.d.ts.map +0 -1
  489. package/dist/components/form/FileInput/FileInput.d.ts +0 -33
  490. package/dist/components/form/FileInput/FileInput.d.ts.map +0 -1
  491. package/dist/components/form/FileInput/index.d.ts +0 -3
  492. package/dist/components/form/FileInput/index.d.ts.map +0 -1
  493. package/dist/components/form/Form/Form.d.ts +0 -16
  494. package/dist/components/form/Form/Form.d.ts.map +0 -1
  495. package/dist/components/form/Form/index.d.ts +0 -2
  496. package/dist/components/form/Form/index.d.ts.map +0 -1
  497. package/dist/components/form/FormCard/FormCard.d.ts +0 -20
  498. package/dist/components/form/FormCard/FormCard.d.ts.map +0 -1
  499. package/dist/components/form/FormCard/index.d.ts +0 -2
  500. package/dist/components/form/FormCard/index.d.ts.map +0 -1
  501. package/dist/components/form/FormField/FormField.d.ts +0 -36
  502. package/dist/components/form/FormField/FormField.d.ts.map +0 -1
  503. package/dist/components/form/FormField/index.d.ts +0 -3
  504. package/dist/components/form/FormField/index.d.ts.map +0 -1
  505. package/dist/components/form/FormGroup/FormGroup.d.ts +0 -31
  506. package/dist/components/form/FormGroup/FormGroup.d.ts.map +0 -1
  507. package/dist/components/form/FormGroup/index.d.ts +0 -2
  508. package/dist/components/form/FormGroup/index.d.ts.map +0 -1
  509. package/dist/components/form/FormLabel/FormLabel.d.ts +0 -20
  510. package/dist/components/form/FormLabel/FormLabel.d.ts.map +0 -1
  511. package/dist/components/form/FormLabel/index.d.ts +0 -2
  512. package/dist/components/form/FormLabel/index.d.ts.map +0 -1
  513. package/dist/components/form/Input/Input.d.ts +0 -21
  514. package/dist/components/form/Input/Input.d.ts.map +0 -1
  515. package/dist/components/form/Input/index.d.ts +0 -3
  516. package/dist/components/form/Input/index.d.ts.map +0 -1
  517. package/dist/components/form/Radio/Radio.d.ts +0 -46
  518. package/dist/components/form/Radio/Radio.d.ts.map +0 -1
  519. package/dist/components/form/Radio/index.d.ts +0 -3
  520. package/dist/components/form/Radio/index.d.ts.map +0 -1
  521. package/dist/components/form/Select/Select.d.ts +0 -21
  522. package/dist/components/form/Select/Select.d.ts.map +0 -1
  523. package/dist/components/form/Select/index.d.ts +0 -3
  524. package/dist/components/form/Select/index.d.ts.map +0 -1
  525. package/dist/components/form/Slider/Slider.d.ts +0 -32
  526. package/dist/components/form/Slider/Slider.d.ts.map +0 -1
  527. package/dist/components/form/Slider/index.d.ts +0 -3
  528. package/dist/components/form/Slider/index.d.ts.map +0 -1
  529. package/dist/components/form/Switch/Switch.d.ts +0 -16
  530. package/dist/components/form/Switch/Switch.d.ts.map +0 -1
  531. package/dist/components/form/Switch/index.d.ts +0 -3
  532. package/dist/components/form/Switch/index.d.ts.map +0 -1
  533. package/dist/components/form/TextField/TextField.d.ts +0 -16
  534. package/dist/components/form/TextField/TextField.d.ts.map +0 -1
  535. package/dist/components/form/TextField/index.d.ts +0 -3
  536. package/dist/components/form/TextField/index.d.ts.map +0 -1
  537. package/dist/components/form/Textarea/Textarea.d.ts +0 -27
  538. package/dist/components/form/Textarea/Textarea.d.ts.map +0 -1
  539. package/dist/components/form/Textarea/index.d.ts +0 -3
  540. package/dist/components/form/Textarea/index.d.ts.map +0 -1
  541. package/dist/components/form/index.d.ts +0 -21
  542. package/dist/components/form/index.d.ts.map +0 -1
  543. package/dist/components/index.d.ts +0 -12
  544. package/dist/components/index.d.ts.map +0 -1
  545. package/dist/components/layout/AspectRatio/AspectRatio.d.ts +0 -19
  546. package/dist/components/layout/AspectRatio/AspectRatio.d.ts.map +0 -1
  547. package/dist/components/layout/AspectRatio/index.d.ts +0 -2
  548. package/dist/components/layout/AspectRatio/index.d.ts.map +0 -1
  549. package/dist/components/layout/Box/Box.d.ts +0 -11
  550. package/dist/components/layout/Box/Box.d.ts.map +0 -1
  551. package/dist/components/layout/Box/Box.styles.d.ts +0 -4
  552. package/dist/components/layout/Box/Box.styles.d.ts.map +0 -1
  553. package/dist/components/layout/Box/Box.types.d.ts +0 -38
  554. package/dist/components/layout/Box/Box.types.d.ts.map +0 -1
  555. package/dist/components/layout/Box/index.d.ts +0 -3
  556. package/dist/components/layout/Box/index.d.ts.map +0 -1
  557. package/dist/components/layout/Card/Card.d.ts +0 -40
  558. package/dist/components/layout/Card/Card.d.ts.map +0 -1
  559. package/dist/components/layout/Card/index.d.ts +0 -3
  560. package/dist/components/layout/Card/index.d.ts.map +0 -1
  561. package/dist/components/layout/Container/Container.d.ts +0 -31
  562. package/dist/components/layout/Container/Container.d.ts.map +0 -1
  563. package/dist/components/layout/Container/index.d.ts +0 -3
  564. package/dist/components/layout/Container/index.d.ts.map +0 -1
  565. package/dist/components/layout/Flex/Flex.d.ts +0 -63
  566. package/dist/components/layout/Flex/Flex.d.ts.map +0 -1
  567. package/dist/components/layout/Flex/index.d.ts +0 -3
  568. package/dist/components/layout/Flex/index.d.ts.map +0 -1
  569. package/dist/components/layout/Grid/Grid.d.ts +0 -80
  570. package/dist/components/layout/Grid/Grid.d.ts.map +0 -1
  571. package/dist/components/layout/Grid/index.d.ts +0 -3
  572. package/dist/components/layout/Grid/index.d.ts.map +0 -1
  573. package/dist/components/layout/Section/Section.d.ts +0 -22
  574. package/dist/components/layout/Section/Section.d.ts.map +0 -1
  575. package/dist/components/layout/Section/index.d.ts +0 -3
  576. package/dist/components/layout/Section/index.d.ts.map +0 -1
  577. package/dist/components/layout/Semantic/Semantic.d.ts +0 -32
  578. package/dist/components/layout/Semantic/Semantic.d.ts.map +0 -1
  579. package/dist/components/layout/Semantic/index.d.ts +0 -3
  580. package/dist/components/layout/Semantic/index.d.ts.map +0 -1
  581. package/dist/components/layout/Spacer/Spacer.d.ts +0 -18
  582. package/dist/components/layout/Spacer/Spacer.d.ts.map +0 -1
  583. package/dist/components/layout/Spacer/index.d.ts +0 -3
  584. package/dist/components/layout/Spacer/index.d.ts.map +0 -1
  585. package/dist/components/layout/Stack/Stack.d.ts +0 -13
  586. package/dist/components/layout/Stack/Stack.d.ts.map +0 -1
  587. package/dist/components/layout/Stack/Stack.types.d.ts +0 -33
  588. package/dist/components/layout/Stack/Stack.types.d.ts.map +0 -1
  589. package/dist/components/layout/Stack/index.d.ts +0 -3
  590. package/dist/components/layout/Stack/index.d.ts.map +0 -1
  591. package/dist/components/layout/index.d.ts +0 -16
  592. package/dist/components/layout/index.d.ts.map +0 -1
  593. package/dist/components/media/Image/Image.d.ts +0 -33
  594. package/dist/components/media/Image/Image.d.ts.map +0 -1
  595. package/dist/components/media/Image/index.d.ts +0 -2
  596. package/dist/components/media/Image/index.d.ts.map +0 -1
  597. package/dist/components/media/ImageThumbnail/ImageThumbnail.d.ts +0 -27
  598. package/dist/components/media/ImageThumbnail/ImageThumbnail.d.ts.map +0 -1
  599. package/dist/components/media/ImageThumbnail/index.d.ts +0 -2
  600. package/dist/components/media/ImageThumbnail/index.d.ts.map +0 -1
  601. package/dist/components/media/Video/Video.d.ts +0 -67
  602. package/dist/components/media/Video/Video.d.ts.map +0 -1
  603. package/dist/components/media/Video/index.d.ts +0 -2
  604. package/dist/components/media/Video/index.d.ts.map +0 -1
  605. package/dist/components/media/index.d.ts +0 -8
  606. package/dist/components/media/index.d.ts.map +0 -1
  607. package/dist/components/navigation/Accordion/Accordion.d.ts +0 -41
  608. package/dist/components/navigation/Accordion/Accordion.d.ts.map +0 -1
  609. package/dist/components/navigation/Accordion/index.d.ts +0 -3
  610. package/dist/components/navigation/Accordion/index.d.ts.map +0 -1
  611. package/dist/components/navigation/Breadcrumb/Breadcrumb.d.ts +0 -31
  612. package/dist/components/navigation/Breadcrumb/Breadcrumb.d.ts.map +0 -1
  613. package/dist/components/navigation/Breadcrumb/index.d.ts +0 -3
  614. package/dist/components/navigation/Breadcrumb/index.d.ts.map +0 -1
  615. package/dist/components/navigation/Dropdown/Dropdown.d.ts +0 -47
  616. package/dist/components/navigation/Dropdown/Dropdown.d.ts.map +0 -1
  617. package/dist/components/navigation/Dropdown/index.d.ts +0 -3
  618. package/dist/components/navigation/Dropdown/index.d.ts.map +0 -1
  619. package/dist/components/navigation/Menu/Menu.d.ts +0 -45
  620. package/dist/components/navigation/Menu/Menu.d.ts.map +0 -1
  621. package/dist/components/navigation/Menu/index.d.ts +0 -3
  622. package/dist/components/navigation/Menu/index.d.ts.map +0 -1
  623. package/dist/components/navigation/Pagination/Pagination.d.ts +0 -29
  624. package/dist/components/navigation/Pagination/Pagination.d.ts.map +0 -1
  625. package/dist/components/navigation/Pagination/index.d.ts +0 -3
  626. package/dist/components/navigation/Pagination/index.d.ts.map +0 -1
  627. package/dist/components/navigation/Tabs/Tabs.d.ts +0 -52
  628. package/dist/components/navigation/Tabs/Tabs.d.ts.map +0 -1
  629. package/dist/components/navigation/Tabs/index.d.ts +0 -3
  630. package/dist/components/navigation/Tabs/index.d.ts.map +0 -1
  631. package/dist/components/navigation/index.d.ts +0 -10
  632. package/dist/components/navigation/index.d.ts.map +0 -1
  633. package/dist/components/primitives/Button/Button.d.ts +0 -12
  634. package/dist/components/primitives/Button/Button.d.ts.map +0 -1
  635. package/dist/components/primitives/Button/Button.styles.d.ts +0 -29
  636. package/dist/components/primitives/Button/Button.styles.d.ts.map +0 -1
  637. package/dist/components/primitives/Button/Button.types.d.ts +0 -37
  638. package/dist/components/primitives/Button/Button.types.d.ts.map +0 -1
  639. package/dist/components/primitives/Button/index.d.ts +0 -3
  640. package/dist/components/primitives/Button/index.d.ts.map +0 -1
  641. package/dist/components/primitives/Icon/Icon.d.ts +0 -88
  642. package/dist/components/primitives/Icon/Icon.d.ts.map +0 -1
  643. package/dist/components/primitives/Icon/index.d.ts +0 -3
  644. package/dist/components/primitives/Icon/index.d.ts.map +0 -1
  645. package/dist/components/primitives/index.d.ts +0 -8
  646. package/dist/components/primitives/index.d.ts.map +0 -1
  647. package/dist/components/typography/Heading/Heading.d.ts +0 -38
  648. package/dist/components/typography/Heading/Heading.d.ts.map +0 -1
  649. package/dist/components/typography/Heading/index.d.ts +0 -3
  650. package/dist/components/typography/Heading/index.d.ts.map +0 -1
  651. package/dist/components/typography/Text/Text.d.ts +0 -43
  652. package/dist/components/typography/Text/Text.d.ts.map +0 -1
  653. package/dist/components/typography/Text/index.d.ts +0 -3
  654. package/dist/components/typography/Text/index.d.ts.map +0 -1
  655. package/dist/components/typography/index.d.ts +0 -8
  656. package/dist/components/typography/index.d.ts.map +0 -1
  657. package/dist/components/utility/Avatar/Avatar.d.ts +0 -22
  658. package/dist/components/utility/Avatar/Avatar.d.ts.map +0 -1
  659. package/dist/components/utility/Avatar/index.d.ts +0 -3
  660. package/dist/components/utility/Avatar/index.d.ts.map +0 -1
  661. package/dist/components/utility/Badge/Badge.d.ts +0 -20
  662. package/dist/components/utility/Badge/Badge.d.ts.map +0 -1
  663. package/dist/components/utility/Badge/index.d.ts +0 -3
  664. package/dist/components/utility/Badge/index.d.ts.map +0 -1
  665. package/dist/components/utility/Divider/Divider.d.ts +0 -19
  666. package/dist/components/utility/Divider/Divider.d.ts.map +0 -1
  667. package/dist/components/utility/Divider/index.d.ts +0 -3
  668. package/dist/components/utility/Divider/index.d.ts.map +0 -1
  669. package/dist/components/utility/EmptyState/EmptyState.d.ts +0 -26
  670. package/dist/components/utility/EmptyState/EmptyState.d.ts.map +0 -1
  671. package/dist/components/utility/EmptyState/index.d.ts +0 -3
  672. package/dist/components/utility/EmptyState/index.d.ts.map +0 -1
  673. package/dist/components/utility/FocusTrap/FocusTrap.d.ts +0 -19
  674. package/dist/components/utility/FocusTrap/FocusTrap.d.ts.map +0 -1
  675. package/dist/components/utility/FocusTrap/index.d.ts +0 -3
  676. package/dist/components/utility/FocusTrap/index.d.ts.map +0 -1
  677. package/dist/components/utility/Loader/Loader.d.ts +0 -21
  678. package/dist/components/utility/Loader/Loader.d.ts.map +0 -1
  679. package/dist/components/utility/Loader/index.d.ts +0 -3
  680. package/dist/components/utility/Loader/index.d.ts.map +0 -1
  681. package/dist/components/utility/Logo/Logo.d.ts +0 -14
  682. package/dist/components/utility/Logo/Logo.d.ts.map +0 -1
  683. package/dist/components/utility/Logo/index.d.ts +0 -3
  684. package/dist/components/utility/Logo/index.d.ts.map +0 -1
  685. package/dist/components/utility/Overlay/Overlay.d.ts +0 -25
  686. package/dist/components/utility/Overlay/Overlay.d.ts.map +0 -1
  687. package/dist/components/utility/Overlay/index.d.ts +0 -3
  688. package/dist/components/utility/Overlay/index.d.ts.map +0 -1
  689. package/dist/components/utility/Portal/Portal.d.ts +0 -14
  690. package/dist/components/utility/Portal/Portal.d.ts.map +0 -1
  691. package/dist/components/utility/Portal/index.d.ts +0 -3
  692. package/dist/components/utility/Portal/index.d.ts.map +0 -1
  693. package/dist/components/utility/ScreenReaderOnly/ScreenReaderOnly.d.ts +0 -17
  694. package/dist/components/utility/ScreenReaderOnly/ScreenReaderOnly.d.ts.map +0 -1
  695. package/dist/components/utility/ScreenReaderOnly/index.d.ts +0 -2
  696. package/dist/components/utility/ScreenReaderOnly/index.d.ts.map +0 -1
  697. package/dist/components/utility/Skeleton/Skeleton.d.ts +0 -35
  698. package/dist/components/utility/Skeleton/Skeleton.d.ts.map +0 -1
  699. package/dist/components/utility/Skeleton/index.d.ts +0 -3
  700. package/dist/components/utility/Skeleton/index.d.ts.map +0 -1
  701. package/dist/components/utility/index.d.ts +0 -17
  702. package/dist/components/utility/index.d.ts.map +0 -1
  703. package/dist/cssVariables-BguyVeCi.cjs +0 -2
  704. package/dist/cssVariables-BguyVeCi.cjs.map +0 -1
  705. package/dist/cssVariables-D9uw0uKO.js +0 -273
  706. package/dist/cssVariables-D9uw0uKO.js.map +0 -1
  707. package/dist/design-system/index.d.ts +0 -16
  708. package/dist/design-system/index.d.ts.map +0 -1
  709. package/dist/design-system/primitives/focus.d.ts +0 -67
  710. package/dist/design-system/primitives/focus.d.ts.map +0 -1
  711. package/dist/design-system/primitives/index.d.ts +0 -15
  712. package/dist/design-system/primitives/index.d.ts.map +0 -1
  713. package/dist/design-system/primitives/layout.d.ts +0 -114
  714. package/dist/design-system/primitives/layout.d.ts.map +0 -1
  715. package/dist/design-system/primitives/opacity.d.ts +0 -88
  716. package/dist/design-system/primitives/opacity.d.ts.map +0 -1
  717. package/dist/design-system/primitives/sizing.d.ts +0 -155
  718. package/dist/design-system/primitives/sizing.d.ts.map +0 -1
  719. package/dist/design-system/primitives/transitions.d.ts +0 -92
  720. package/dist/design-system/primitives/transitions.d.ts.map +0 -1
  721. package/dist/design-system/primitives/typography.d.ts +0 -164
  722. package/dist/design-system/primitives/typography.d.ts.map +0 -1
  723. package/dist/design-system/themes/ThemeProvider.d.ts +0 -18
  724. package/dist/design-system/themes/ThemeProvider.d.ts.map +0 -1
  725. package/dist/design-system/themes/cssVariables.d.ts +0 -52
  726. package/dist/design-system/themes/cssVariables.d.ts.map +0 -1
  727. package/dist/design-system/themes/darkTheme.d.ts +0 -3
  728. package/dist/design-system/themes/darkTheme.d.ts.map +0 -1
  729. package/dist/design-system/themes/index.d.ts +0 -11
  730. package/dist/design-system/themes/index.d.ts.map +0 -1
  731. package/dist/design-system/themes/lightTheme.d.ts +0 -3
  732. package/dist/design-system/themes/lightTheme.d.ts.map +0 -1
  733. package/dist/design-system/themes/types.d.ts +0 -134
  734. package/dist/design-system/themes/types.d.ts.map +0 -1
  735. package/dist/design-system/tokens/borders.d.ts +0 -86
  736. package/dist/design-system/tokens/borders.d.ts.map +0 -1
  737. package/dist/design-system/tokens/breakpoints.d.ts +0 -66
  738. package/dist/design-system/tokens/breakpoints.d.ts.map +0 -1
  739. package/dist/design-system/tokens/colors.d.ts +0 -206
  740. package/dist/design-system/tokens/colors.d.ts.map +0 -1
  741. package/dist/design-system/tokens/index.d.ts +0 -23
  742. package/dist/design-system/tokens/index.d.ts.map +0 -1
  743. package/dist/design-system/tokens/motion.d.ts +0 -204
  744. package/dist/design-system/tokens/motion.d.ts.map +0 -1
  745. package/dist/design-system/tokens/shadows.d.ts +0 -55
  746. package/dist/design-system/tokens/shadows.d.ts.map +0 -1
  747. package/dist/design-system/tokens/spacing.d.ts +0 -104
  748. package/dist/design-system/tokens/spacing.d.ts.map +0 -1
  749. package/dist/design-system/tokens/typography.d.ts +0 -214
  750. package/dist/design-system/tokens/typography.d.ts.map +0 -1
  751. package/dist/design-system/tokens/zIndex.d.ts +0 -36
  752. package/dist/design-system/tokens/zIndex.d.ts.map +0 -1
  753. package/dist/hooks/index.d.ts +0 -13
  754. package/dist/hooks/index.d.ts.map +0 -1
  755. package/dist/hooks/useClickOutside.d.ts +0 -9
  756. package/dist/hooks/useClickOutside.d.ts.map +0 -1
  757. package/dist/hooks/useControllable.d.ts +0 -24
  758. package/dist/hooks/useControllable.d.ts.map +0 -1
  759. package/dist/hooks/useDisclosure.d.ts +0 -19
  760. package/dist/hooks/useDisclosure.d.ts.map +0 -1
  761. package/dist/hooks/useFocusTrap.d.ts +0 -21
  762. package/dist/hooks/useFocusTrap.d.ts.map +0 -1
  763. package/dist/hooks/useId.d.ts +0 -9
  764. package/dist/hooks/useId.d.ts.map +0 -1
  765. package/dist/hooks/useKeyboardNavigation.d.ts +0 -35
  766. package/dist/hooks/useKeyboardNavigation.d.ts.map +0 -1
  767. package/dist/hooks/useMediaQuery.d.ts +0 -13
  768. package/dist/hooks/useMediaQuery.d.ts.map +0 -1
  769. package/dist/index.d.ts.map +0 -1
  770. package/dist/types/common.d.ts +0 -90
  771. package/dist/types/common.d.ts.map +0 -1
  772. package/dist/types/index.d.ts +0 -7
  773. package/dist/types/index.d.ts.map +0 -1
  774. package/dist/utils/index.d.ts +0 -7
  775. package/dist/utils/index.d.ts.map +0 -1
  776. package/dist/utils/styles.d.ts +0 -17
  777. package/dist/utils/styles.d.ts.map +0 -1
package/dist/index.d.ts CHANGED
@@ -1,141 +1,4311 @@
1
- export { colors, neutrals, primary, accent, success, warning, error, info, spacing, semanticSpacing, fontFamilies, fontWeights, fontSizes, lineHeights, letterSpacings, textStyles, shadows, focusRings, glows, radii, borderWidths, borderStyles, breakpoints, mediaQueries, containers, zIndex, durations, easings, transitions, animations, } from './design-system/tokens';
2
- export { componentHeights, iconSizes, componentPaddingX, componentPaddingY, componentGap, modalWidths, popoverSizing, controlSizes, switchSizes, sidebarSizes, headerSizes, avatarSizes, iconButtonSizes, quickActionSizes, contentPadding, pageHeaderSpacing, searchInputSizes, statCardSizes, focusRing, focusRingOffset, focusStyles, transition, transitionProperties, duration, easing, keyframes, componentFontSize, componentFontWeight, componentLineHeight, componentTypography, opacity, stateOpacity, scale, } from './design-system/primitives';
3
- export { ThemeProvider, useTheme, useThemeColors, lightTheme, darkTheme, cssVar, } from './design-system/themes';
4
- export type { Theme, ThemeColors, ThemeMode, ThemeContextValue, ThemeConfig, } from './design-system/themes';
5
- export { Box } from './components/layout/Box';
6
- export { Stack, HStack, VStack } from './components/layout/Stack';
7
- export { Grid, GridItem } from './components/layout/Grid';
8
- export { Container } from './components/layout/Container';
9
- export { Card, CardHeader, CardBody, CardFooter } from './components/layout/Card';
10
- export { Section } from './components/layout/Section';
11
- export { Spacer } from './components/layout/Spacer';
12
- export { Flex, FlexItem } from './components/layout/Flex';
13
- export { AspectRatio } from './components/layout/AspectRatio';
14
- export { Image } from './components/media/Image';
15
- export { Video } from './components/media/Video';
16
- export { ImageThumbnail } from './components/media/ImageThumbnail';
17
- export { Text, Code } from './components/typography/Text';
18
- export { Heading, Display } from './components/typography/Heading';
19
- export { Button, IconButton } from './components/primitives/Button';
20
- export { Icon, iconPaths } from './components/primitives/Icon';
21
- export { Input } from './components/form/Input';
22
- export { TextField } from './components/form/TextField';
23
- export { Select } from './components/form/Select';
24
- export { Checkbox } from './components/form/Checkbox';
25
- export { Switch } from './components/form/Switch';
26
- export { Textarea } from './components/form/Textarea';
27
- export { Radio, RadioGroup } from './components/form/Radio';
28
- export { Slider } from './components/form/Slider';
29
- export { DateInput } from './components/form/DateInput';
30
- export { FileInput } from './components/form/FileInput';
31
- export { FormField } from './components/form/FormField';
32
- export { FieldError } from './components/form/FieldError';
33
- export { Form } from './components/form/Form';
34
- export { FormLabel } from './components/form/FormLabel';
35
- export { FormGroup } from './components/form/FormGroup';
36
- export { DropZone } from './components/form/DropZone';
37
- export { FormCard } from './components/form/FormCard';
38
- export { Modal } from './components/feedback/Modal';
39
- export { Alert } from './components/feedback/Alert';
40
- export { Tooltip } from './components/feedback/Tooltip';
41
- export { Toast, ToastProvider, useToast } from './components/feedback/Toast';
42
- export { Drawer } from './components/feedback/Drawer';
43
- export { Popover } from './components/feedback/Popover';
44
- export { Progress } from './components/feedback/Progress';
45
- export { Tabs, TabList, Tab, TabPanels, TabPanel } from './components/navigation/Tabs';
46
- export { Accordion, AccordionItem, AccordionTrigger, AccordionContent } from './components/navigation/Accordion';
47
- export { Dropdown, DropdownItem, DropdownDivider, DropdownLabel } from './components/navigation/Dropdown';
48
- export { Menu, MenuItem, MenuGroup, MenuDivider } from './components/navigation/Menu';
49
- export { Pagination } from './components/navigation/Pagination';
50
- export { Breadcrumb, BreadcrumbItem } from './components/navigation/Breadcrumb';
51
- export { Table, TableHead, TableBody, TableRow, TableHeader, TableCell, TableFoot, TableCaption } from './components/data/Table';
52
- export { List, ListItem, ListDivider, ListHeader } from './components/data/List';
53
- export { InfoItem, InfoList } from './components/data/InfoItem';
54
- export { Badge } from './components/utility/Badge';
55
- export { Loader, Spinner } from './components/utility/Loader';
56
- export { Skeleton, SkeletonText } from './components/utility/Skeleton';
57
- export { Divider } from './components/utility/Divider';
58
- export { EmptyState, EmptyStateIcon } from './components/utility/EmptyState';
59
- export { Portal } from './components/utility/Portal';
60
- export { FocusTrap } from './components/utility/FocusTrap';
61
- export { Overlay } from './components/utility/Overlay';
62
- export { ScreenReaderOnly, SrOnly } from './components/utility/ScreenReaderOnly';
63
- export { Avatar } from './components/utility/Avatar';
64
- export { Logo } from './components/utility/Logo';
65
- export { Header, Nav, Aside, Main, Footer, Article } from './components/layout/Semantic';
66
- export type { BoxProps, BoxOwnProps } from './components/layout/Box';
67
- export type { StackProps, StackOwnProps } from './components/layout/Stack';
68
- export type { GridProps, GridOwnProps, GridItemProps, GridItemOwnProps } from './components/layout/Grid';
69
- export type { ContainerProps, ContainerOwnProps } from './components/layout/Container';
70
- export type { CardProps, CardHeaderProps, CardBodyProps, CardFooterProps, CardVariant, CardPadding } from './components/layout/Card';
71
- export type { SectionProps, SectionSpacing } from './components/layout/Section';
72
- export type { SpacerProps } from './components/layout/Spacer';
73
- export type { FlexProps, FlexItemProps } from './components/layout/Flex';
74
- export type { AspectRatioProps, AspectRatioPreset } from './components/layout/AspectRatio';
75
- export type { ImageProps, ImageFit, ImageLoading } from './components/media/Image';
76
- export type { VideoProps, VideoRef, VideoFit, VideoPreload } from './components/media/Video';
77
- export type { ImageThumbnailProps } from './components/media/ImageThumbnail';
78
- export type { TextProps, TextOwnProps } from './components/typography/Text';
79
- export type { HeadingProps, HeadingOwnProps, HeadingLevel } from './components/typography/Heading';
80
- export type { ButtonProps, ButtonOwnProps, ButtonVariant, ButtonIntent, ButtonSize } from './components/primitives/Button';
81
- export type { IconProps, IconSize, IconName } from './components/primitives/Icon';
82
- export type { InputProps, InputSize, InputVariant } from './components/form/Input';
83
- export type { TextFieldProps } from './components/form/TextField';
84
- export type { SelectProps, SelectSize, SelectVariant } from './components/form/Select';
85
- export type { CheckboxProps, CheckboxSize } from './components/form/Checkbox';
86
- export type { SwitchProps, SwitchSize } from './components/form/Switch';
87
- export type { TextareaProps, TextareaSize, TextareaVariant } from './components/form/Textarea';
88
- export type { RadioProps, RadioSize, RadioGroupProps } from './components/form/Radio';
89
- export type { SliderProps, SliderSize } from './components/form/Slider';
90
- export type { DateInputProps, DateInputSize, DateInputVariant, DateInputType } from './components/form/DateInput';
91
- export type { FileInputProps, FileInputSize, FileInputVariant } from './components/form/FileInput';
92
- export type { FormFieldProps, FormFieldSize } from './components/form/FormField';
93
- export type { FieldErrorProps, FieldErrorSize } from './components/form/FieldError';
94
- export type { FormProps, FormGap } from './components/form/Form';
95
- export type { FormLabelProps, FormLabelSize } from './components/form/FormLabel';
96
- export type { FormGroupProps, FormGroupGap } from './components/form/FormGroup';
97
- export type { DropZoneProps } from './components/form/DropZone';
98
- export type { FormCardProps, FormCardIntent } from './components/form/FormCard';
99
- export type { ModalProps, ModalSize } from './components/feedback/Modal';
100
- export type { AlertProps, AlertIntent, AlertVariant } from './components/feedback/Alert';
101
- export type { TooltipProps, TooltipPlacement } from './components/feedback/Tooltip';
102
- export type { ToastProps, ToastIntent, ToastPosition, ToastProviderProps } from './components/feedback/Toast';
103
- export type { DrawerProps, DrawerPlacement, DrawerSize } from './components/feedback/Drawer';
104
- export type { PopoverProps, PopoverPlacement, PopoverTrigger } from './components/feedback/Popover';
105
- export type { ProgressProps, ProgressSize, ProgressVariant, ProgressIntent } from './components/feedback/Progress';
106
- export type { TabsProps, TabListProps, TabProps, TabPanelsProps, TabPanelProps, TabsSize, TabsVariant, TabsOrientation } from './components/navigation/Tabs';
107
- export type { AccordionProps, AccordionItemProps, AccordionTriggerProps, AccordionContentProps, AccordionVariant } from './components/navigation/Accordion';
108
- export type { DropdownProps, DropdownItemProps, DropdownDividerProps, DropdownLabelProps, DropdownPlacement } from './components/navigation/Dropdown';
109
- export type { MenuProps, MenuItemProps, MenuGroupProps, MenuDividerProps, MenuSize } from './components/navigation/Menu';
110
- export type { PaginationProps, PaginationSize, PaginationVariant } from './components/navigation/Pagination';
111
- export type { BreadcrumbProps, BreadcrumbItemProps, BreadcrumbSize } from './components/navigation/Breadcrumb';
112
- export type { TableProps, TableHeadProps, TableBodyProps, TableRowProps, TableHeaderProps, TableCellProps, TableFootProps, TableCaptionProps, TableSize, TableVariant } from './components/data/Table';
113
- export type { ListProps, ListItemProps, ListDividerProps, ListHeaderProps, ListSize, ListVariant } from './components/data/List';
114
- export type { InfoItemProps, InfoItemLayout, InfoItemSize, InfoListProps } from './components/data/InfoItem';
115
- export type { BadgeProps, BadgeVariant, BadgeIntent, BadgeSize } from './components/utility/Badge';
116
- export type { LoaderProps, LoaderSize, LoaderVariant } from './components/utility/Loader';
117
- export type { SkeletonProps, SkeletonVariant, SkeletonTextProps } from './components/utility/Skeleton';
118
- export type { DividerProps, DividerOrientation, DividerVariant } from './components/utility/Divider';
119
- export type { EmptyStateProps } from './components/utility/EmptyState';
120
- export type { PortalProps } from './components/utility/Portal';
121
- export type { FocusTrapProps } from './components/utility/FocusTrap';
122
- export type { OverlayProps } from './components/utility/Overlay';
123
- export type { ScreenReaderOnlyProps } from './components/utility/ScreenReaderOnly';
124
- export type { AvatarProps, AvatarSize } from './components/utility/Avatar';
125
- export type { LogoProps, LogoSize } from './components/utility/Logo';
126
- export type { HeaderProps, NavProps, AsideProps, MainProps, FooterProps, ArticleProps } from './components/layout/Semantic';
127
- export { useMediaQuery, useIsMobile, useIsTablet, useIsDesktop, usePrefersReducedMotion, usePrefersDarkMode, } from './hooks/useMediaQuery';
128
- export { useDisclosure } from './hooks/useDisclosure';
129
- export type { UseDisclosureReturn, UseDisclosureOptions } from './hooks/useDisclosure';
130
- export { useClickOutside } from './hooks/useClickOutside';
131
- export type { UseClickOutsideOptions } from './hooks/useClickOutside';
132
- export { useKeyboardNavigation } from './hooks/useKeyboardNavigation';
133
- export type { UseKeyboardNavigationOptions, UseKeyboardNavigationReturn } from './hooks/useKeyboardNavigation';
134
- export { useFocusTrap } from './hooks/useFocusTrap';
135
- export type { UseFocusTrapOptions, UseFocusTrapReturn } from './hooks/useFocusTrap';
136
- export { useId, useIds } from './hooks/useId';
137
- export { useControllable } from './hooks/useControllable';
138
- export type { UseControllableOptions, UseControllableReturn } from './hooks/useControllable';
139
- export { cx, getSpacingValue, spacingToCss, buildSpacingStyles, generateId, hexToRgba, } from './utils/styles';
140
- export type { Size, Intent, ComponentState, BaseProps, SpacingProps, FlexProps as FlexLayoutProps, ResponsiveValue, } from './types/common';
141
- //# sourceMappingURL=index.d.ts.map
1
+ import { ButtonHTMLAttributes } from 'react';
2
+ import { ComponentPropsWithoutRef } from 'react';
3
+ import { ComponentPropsWithRef } from 'react';
4
+ import { ComponentType } from 'react';
5
+ import { CSSProperties } from 'react';
6
+ import { default as default_2 } from 'react';
7
+ import { ElementType } from 'react';
8
+ import { FormHTMLAttributes } from 'react';
9
+ import { ForwardRefExoticComponent } from 'react';
10
+ import { HTMLAttributes } from 'react';
11
+ import { ImgHTMLAttributes } from 'react';
12
+ import { InputHTMLAttributes } from 'react';
13
+ import { JSX } from 'react/jsx-runtime';
14
+ import { LabelHTMLAttributes } from 'react';
15
+ import { LazyExoticComponent } from 'react';
16
+ import { MouseEvent as MouseEvent_2 } from 'react';
17
+ import { ReactElement } from 'react';
18
+ import { ReactNode } from 'react';
19
+ import { RefAttributes } from 'react';
20
+ import { RefObject } from 'react';
21
+ import { SelectHTMLAttributes } from 'react';
22
+ import { SVGAttributes } from 'react';
23
+ import { SyntheticEvent } from 'react';
24
+ import { TdHTMLAttributes } from 'react';
25
+ import { TextareaHTMLAttributes } from 'react';
26
+ import { ThHTMLAttributes } from 'react';
27
+ import { VideoHTMLAttributes } from 'react';
28
+
29
+ /** Accent colors - warm coral for emphasis */
30
+ export declare const accent: {
31
+ readonly 50: "#FFF5F3";
32
+ readonly 100: "#FFE8E3";
33
+ readonly 200: "#FFD5CC";
34
+ readonly 300: "#FFB5A6";
35
+ readonly 400: "#FF8A71";
36
+ readonly 500: "#F86545";
37
+ readonly 600: "#E54A28";
38
+ readonly 700: "#C13A1D";
39
+ readonly 800: "#9F331C";
40
+ readonly 900: "#842F1D";
41
+ readonly 950: "#48140A";
42
+ };
43
+
44
+ export declare const Accordion: ForwardRefExoticComponent<AccordionProps & RefAttributes<HTMLDivElement>>;
45
+
46
+ export declare const AccordionContent: ForwardRefExoticComponent<AccordionContentProps & RefAttributes<HTMLDivElement>>;
47
+
48
+ export declare interface AccordionContentProps extends HTMLAttributes<HTMLDivElement> {
49
+ /** Custom class name */
50
+ className?: string;
51
+ }
52
+
53
+ export declare const AccordionItem: ForwardRefExoticComponent<AccordionItemProps & RefAttributes<HTMLDivElement>>;
54
+
55
+ export declare interface AccordionItemProps extends HTMLAttributes<HTMLDivElement> {
56
+ /** Item value (unique identifier) */
57
+ value: string;
58
+ /** Whether the item is disabled */
59
+ disabled?: boolean;
60
+ /** Custom class name */
61
+ className?: string;
62
+ }
63
+
64
+ export declare interface AccordionProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> {
65
+ /** Expanded items (controlled) */
66
+ value?: string[];
67
+ /** Default expanded items (uncontrolled) */
68
+ defaultValue?: string[];
69
+ /** Callback when items change */
70
+ onChange?: (value: string[]) => void;
71
+ /** Allow multiple items to be expanded */
72
+ allowMultiple?: boolean;
73
+ /** Accordion variant */
74
+ variant?: AccordionVariant;
75
+ /** Custom class name */
76
+ className?: string;
77
+ /** Test ID */
78
+ testId?: string;
79
+ }
80
+
81
+ export declare const AccordionTrigger: ForwardRefExoticComponent<AccordionTriggerProps & RefAttributes<HTMLButtonElement>>;
82
+
83
+ export declare interface AccordionTriggerProps extends HTMLAttributes<HTMLButtonElement> {
84
+ /** Icon to show (replaces default chevron) */
85
+ icon?: ReactNode;
86
+ /** Custom class name */
87
+ className?: string;
88
+ }
89
+
90
+ export declare type AccordionVariant = 'default' | 'bordered' | 'separated';
91
+
92
+ export declare const Alert: default_2.ForwardRefExoticComponent<AlertProps & default_2.RefAttributes<HTMLDivElement>>;
93
+
94
+ export declare type AlertIntent = 'info' | 'success' | 'warning' | 'error';
95
+
96
+ export declare interface AlertProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
97
+ /** Visual intent/status */
98
+ intent?: AlertIntent;
99
+ /** Visual variant */
100
+ variant?: AlertVariant;
101
+ /** Alert title */
102
+ title?: ReactNode;
103
+ /** Custom icon */
104
+ icon?: ReactNode;
105
+ /** Whether to show default icon */
106
+ showIcon?: boolean;
107
+ /** Action element (button, link) */
108
+ action?: ReactNode;
109
+ /** Whether alert can be dismissed */
110
+ isDismissible?: boolean;
111
+ /** Callback when dismissed */
112
+ onDismiss?: () => void;
113
+ /** Custom class name */
114
+ className?: string;
115
+ /** Test ID */
116
+ testId?: string;
117
+ /** Alert content */
118
+ children?: ReactNode;
119
+ }
120
+
121
+ export declare type AlertVariant = 'subtle' | 'solid' | 'outline';
122
+
123
+ /** Animation keyframe names for CSS animations */
124
+ export declare const animations: {
125
+ /** Fade in */
126
+ readonly fadeIn: {
127
+ readonly from: {
128
+ readonly opacity: 0;
129
+ };
130
+ readonly to: {
131
+ readonly opacity: 1;
132
+ };
133
+ };
134
+ /** Fade out */
135
+ readonly fadeOut: {
136
+ readonly from: {
137
+ readonly opacity: 1;
138
+ };
139
+ readonly to: {
140
+ readonly opacity: 0;
141
+ };
142
+ };
143
+ /** Scale up */
144
+ readonly scaleIn: {
145
+ readonly from: {
146
+ readonly opacity: 0;
147
+ readonly transform: "scale(0.95)";
148
+ };
149
+ readonly to: {
150
+ readonly opacity: 1;
151
+ readonly transform: "scale(1)";
152
+ };
153
+ };
154
+ /** Scale down */
155
+ readonly scaleOut: {
156
+ readonly from: {
157
+ readonly opacity: 1;
158
+ readonly transform: "scale(1)";
159
+ };
160
+ readonly to: {
161
+ readonly opacity: 0;
162
+ readonly transform: "scale(0.95)";
163
+ };
164
+ };
165
+ /** Slide up */
166
+ readonly slideUp: {
167
+ readonly from: {
168
+ readonly opacity: 0;
169
+ readonly transform: "translateY(10px)";
170
+ };
171
+ readonly to: {
172
+ readonly opacity: 1;
173
+ readonly transform: "translateY(0)";
174
+ };
175
+ };
176
+ /** Slide down */
177
+ readonly slideDown: {
178
+ readonly from: {
179
+ readonly opacity: 0;
180
+ readonly transform: "translateY(-10px)";
181
+ };
182
+ readonly to: {
183
+ readonly opacity: 1;
184
+ readonly transform: "translateY(0)";
185
+ };
186
+ };
187
+ /** Slide left */
188
+ readonly slideLeft: {
189
+ readonly from: {
190
+ readonly opacity: 0;
191
+ readonly transform: "translateX(10px)";
192
+ };
193
+ readonly to: {
194
+ readonly opacity: 1;
195
+ readonly transform: "translateX(0)";
196
+ };
197
+ };
198
+ /** Slide right */
199
+ readonly slideRight: {
200
+ readonly from: {
201
+ readonly opacity: 0;
202
+ readonly transform: "translateX(-10px)";
203
+ };
204
+ readonly to: {
205
+ readonly opacity: 1;
206
+ readonly transform: "translateX(0)";
207
+ };
208
+ };
209
+ /** Spin */
210
+ readonly spin: {
211
+ readonly from: {
212
+ readonly transform: "rotate(0deg)";
213
+ };
214
+ readonly to: {
215
+ readonly transform: "rotate(360deg)";
216
+ };
217
+ };
218
+ /** Pulse */
219
+ readonly pulse: {
220
+ readonly '0%': {
221
+ readonly opacity: 1;
222
+ };
223
+ readonly '50%': {
224
+ readonly opacity: 0.5;
225
+ };
226
+ readonly '100%': {
227
+ readonly opacity: 1;
228
+ };
229
+ };
230
+ /** Shake - for errors */
231
+ readonly shake: {
232
+ readonly '0%, 100%': {
233
+ readonly transform: "translateX(0)";
234
+ };
235
+ readonly '10%, 30%, 50%, 70%, 90%': {
236
+ readonly transform: "translateX(-4px)";
237
+ };
238
+ readonly '20%, 40%, 60%, 80%': {
239
+ readonly transform: "translateX(4px)";
240
+ };
241
+ };
242
+ };
243
+
244
+ export declare const Article: ForwardRefExoticComponent<SemanticProps & RefAttributes<HTMLElement>>;
245
+
246
+ export declare type ArticleProps = SemanticProps;
247
+
248
+ export declare const Aside: ForwardRefExoticComponent<AsideProps & RefAttributes<HTMLElement>>;
249
+
250
+ export declare interface AsideProps extends SemanticProps {
251
+ 'aria-label'?: string;
252
+ }
253
+
254
+ export declare const AspectRatio: ForwardRefExoticComponent<AspectRatioProps & RefAttributes<HTMLDivElement>>;
255
+
256
+ /** Common aspect ratio presets */
257
+ export declare type AspectRatioPreset = '1:1' | '4:3' | '3:2' | '16:9' | '21:9' | '2:3' | '3:4' | '9:16';
258
+
259
+ export declare interface AspectRatioProps extends HTMLAttributes<HTMLDivElement> {
260
+ /**
261
+ * Aspect ratio as a preset string or custom number.
262
+ * Number represents width/height (e.g., 16/9 = 1.777...)
263
+ * @default '16:9'
264
+ */
265
+ ratio?: AspectRatioPreset | number;
266
+ /** Content to render inside the ratio container */
267
+ children?: ReactNode;
268
+ /** Custom class name */
269
+ className?: string;
270
+ /** Test ID */
271
+ testId?: string;
272
+ }
273
+
274
+ export declare const Avatar: ForwardRefExoticComponent<AvatarProps & RefAttributes<HTMLButtonElement | HTMLDivElement>>;
275
+
276
+ export declare interface AvatarProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'children'> {
277
+ /** Size of the avatar */
278
+ size?: AvatarSize;
279
+ /** Name to display initials from */
280
+ name?: string;
281
+ /** Image source URL */
282
+ src?: string;
283
+ /** Alt text for the image */
284
+ alt?: string;
285
+ /** Custom content to render inside */
286
+ children?: ReactNode;
287
+ /** Whether the avatar is interactive (button) or static (div) */
288
+ interactive?: boolean;
289
+ /** Custom class name */
290
+ className?: string;
291
+ /** Test ID */
292
+ testId?: string;
293
+ }
294
+
295
+ export declare type AvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
296
+
297
+ /**
298
+ * Avatar dimensions
299
+ */
300
+ export declare const avatarSizes: {
301
+ /** 24px - Extra small */
302
+ readonly xs: number;
303
+ /** 32px - Small */
304
+ readonly sm: number;
305
+ /** 36px - Medium (default) */
306
+ readonly md: 36;
307
+ /** 40px - Large */
308
+ readonly lg: number;
309
+ /** 48px - Extra large */
310
+ readonly xl: number;
311
+ /** 64px - 2x large (for hero sections) */
312
+ readonly '2xl': number;
313
+ };
314
+
315
+ export declare const Badge: ForwardRefExoticComponent<BadgeProps & RefAttributes<HTMLSpanElement>>;
316
+
317
+ export declare type BadgeIntent = 'neutral' | 'primary' | 'accent' | 'success' | 'warning' | 'error' | 'info';
318
+
319
+ export declare interface BadgeProps extends HTMLAttributes<HTMLSpanElement> {
320
+ /** Visual variant */
321
+ variant?: BadgeVariant;
322
+ /** Color intent */
323
+ intent?: BadgeIntent;
324
+ /** Size */
325
+ size?: BadgeSize;
326
+ /** Custom class name */
327
+ className?: string;
328
+ /** Test ID */
329
+ testId?: string;
330
+ /** Badge content */
331
+ children?: ReactNode;
332
+ }
333
+
334
+ export declare type BadgeSize = 'sm' | 'md' | 'lg';
335
+
336
+ export declare type BadgeVariant = 'solid' | 'subtle' | 'outline';
337
+
338
+ /** Props that can be spread to elements */
339
+ export declare interface BaseProps {
340
+ /** Custom class name */
341
+ className?: string;
342
+ /** Custom inline styles */
343
+ style?: CSSProperties;
344
+ /** Test ID for testing */
345
+ testId?: string;
346
+ /** Children */
347
+ children?: ReactNode;
348
+ }
349
+
350
+ /** Semantic border styles */
351
+ export declare const borderStyles: {
352
+ /** Subtle divider */
353
+ readonly subtle: {
354
+ readonly width: 1;
355
+ readonly style: "solid";
356
+ readonly color: "rgba(0, 0, 0, 0.06)";
357
+ };
358
+ /** Default border */
359
+ readonly default: {
360
+ readonly width: 1;
361
+ readonly style: "solid";
362
+ readonly color: "rgba(0, 0, 0, 0.1)";
363
+ };
364
+ /** Strong border - more visible */
365
+ readonly strong: {
366
+ readonly width: 1;
367
+ readonly style: "solid";
368
+ readonly color: "rgba(0, 0, 0, 0.15)";
369
+ };
370
+ /** Focus border */
371
+ readonly focus: {
372
+ readonly width: 2;
373
+ readonly style: "solid";
374
+ readonly color: "rgba(85, 120, 244, 0.5)";
375
+ };
376
+ /** Error border */
377
+ readonly error: {
378
+ readonly width: 1;
379
+ readonly style: "solid";
380
+ readonly color: "rgba(239, 68, 68, 0.5)";
381
+ };
382
+ /** Success border */
383
+ readonly success: {
384
+ readonly width: 1;
385
+ readonly style: "solid";
386
+ readonly color: "rgba(16, 185, 129, 0.5)";
387
+ };
388
+ };
389
+
390
+ /** Border width scale */
391
+ export declare const borderWidths: {
392
+ /** No border */
393
+ readonly 0: 0;
394
+ /** 1px - hairline border */
395
+ readonly DEFAULT: 1;
396
+ /** 2px - medium border */
397
+ readonly 2: 2;
398
+ /** 3px - thick border */
399
+ readonly 3: 3;
400
+ /** 4px - heavy border */
401
+ readonly 4: 4;
402
+ };
403
+
404
+ export declare const Box: BoxComponent;
405
+
406
+ declare interface BoxComponent {
407
+ <E extends ElementType = 'div'>(props: BoxProps<E> & {
408
+ ref?: ComponentPropsWithRef<E>['ref'];
409
+ }): default_2.JSX.Element | null;
410
+ displayName?: string;
411
+ }
412
+
413
+ export declare interface BoxOwnProps extends SpacingProps {
414
+ /** The element type to render */
415
+ as?: ElementType;
416
+ /** Custom class name */
417
+ className?: string;
418
+ /** Custom inline styles */
419
+ style?: CSSProperties;
420
+ /** Display property */
421
+ display?: CSSProperties['display'];
422
+ /** Position property */
423
+ position?: CSSProperties['position'];
424
+ /** Width */
425
+ width?: CSSProperties['width'];
426
+ /** Height */
427
+ height?: CSSProperties['height'];
428
+ /** Min width */
429
+ minWidth?: CSSProperties['minWidth'];
430
+ /** Max width */
431
+ maxWidth?: CSSProperties['maxWidth'];
432
+ /** Min height */
433
+ minHeight?: CSSProperties['minHeight'];
434
+ /** Max height */
435
+ maxHeight?: CSSProperties['maxHeight'];
436
+ /** Overflow */
437
+ overflow?: CSSProperties['overflow'];
438
+ /** Background color (CSS variable or direct value) */
439
+ bg?: string;
440
+ /** Border radius */
441
+ radius?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | 'full';
442
+ /** Box shadow */
443
+ shadow?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
444
+ /** Test ID */
445
+ testId?: string;
446
+ }
447
+
448
+ export declare type BoxProps<E extends ElementType = 'div'> = BoxOwnProps & Omit<ComponentPropsWithoutRef<E>, keyof BoxOwnProps>;
449
+
450
+ export declare const Breadcrumb: ForwardRefExoticComponent<BreadcrumbProps & RefAttributes<HTMLElement>>;
451
+
452
+ export declare const BreadcrumbItem: ForwardRefExoticComponent<BreadcrumbItemProps & RefAttributes<HTMLElement>>;
453
+
454
+ export declare interface BreadcrumbItemProps extends HTMLAttributes<HTMLElement> {
455
+ /** Render as link or custom element */
456
+ as?: ElementType;
457
+ /** Link href (when as="a") */
458
+ href?: string;
459
+ /** Icon before the label */
460
+ icon?: ReactNode;
461
+ /** Whether this is the current page (auto-set by parent) */
462
+ isCurrentPage?: boolean;
463
+ /** Size (auto-set by parent) */
464
+ size?: BreadcrumbSize;
465
+ /** Custom class name */
466
+ className?: string;
467
+ }
468
+
469
+ export declare interface BreadcrumbProps extends HTMLAttributes<HTMLElement> {
470
+ /** Custom separator between items */
471
+ separator?: ReactNode;
472
+ /** Breadcrumb size */
473
+ size?: BreadcrumbSize;
474
+ /** Maximum items to show (rest collapsed) */
475
+ maxItems?: number;
476
+ /** Custom class name */
477
+ className?: string;
478
+ /** Test ID */
479
+ testId?: string;
480
+ }
481
+
482
+ export declare type BreadcrumbSize = 'sm' | 'md' | 'lg';
483
+
484
+ /** Breakpoint values in pixels */
485
+ export declare const breakpoints: {
486
+ /** Mobile portrait - 320px+ */
487
+ readonly xs: 320;
488
+ /** Mobile landscape - 480px+ */
489
+ readonly sm: 480;
490
+ /** Tablet portrait - 640px+ */
491
+ readonly md: 640;
492
+ /** Tablet landscape - 768px+ */
493
+ readonly lg: 768;
494
+ /** Desktop - 1024px+ */
495
+ readonly xl: 1024;
496
+ /** Large desktop - 1280px+ */
497
+ readonly '2xl': 1280;
498
+ /** Extra large screens - 1536px+ */
499
+ readonly '3xl': 1536;
500
+ /** Ultra wide - 1920px+ */
501
+ readonly '4xl': 1920;
502
+ };
503
+
504
+ /** Build spacing styles from props */
505
+ export declare function buildSpacingStyles(props: SpacingProps): CSSProperties;
506
+
507
+ export declare const Button: ButtonComponent;
508
+
509
+ declare interface ButtonComponent {
510
+ <E extends ElementType = 'button'>(props: ButtonProps<E> & {
511
+ ref?: ComponentPropsWithRef<E>['ref'];
512
+ }): default_2.JSX.Element | null;
513
+ displayName?: string;
514
+ }
515
+
516
+ /** Button color intents */
517
+ export declare type ButtonIntent = 'primary' | 'accent' | 'neutral' | 'success' | 'warning' | 'error';
518
+
519
+ export declare interface ButtonOwnProps {
520
+ /** Visual style variant */
521
+ variant?: ButtonVariant;
522
+ /** Color intent */
523
+ intent?: ButtonIntent;
524
+ /** Size */
525
+ size?: ButtonSize;
526
+ /** Full width button */
527
+ fullWidth?: boolean;
528
+ /** Loading state */
529
+ isLoading?: boolean;
530
+ /** Disabled state */
531
+ isDisabled?: boolean;
532
+ /** Left icon/element */
533
+ leftIcon?: ReactNode;
534
+ /** Right icon/element */
535
+ rightIcon?: ReactNode;
536
+ /** Icon-only button (square, no text) */
537
+ isIconOnly?: boolean;
538
+ /** Custom class name */
539
+ className?: string;
540
+ /** Children */
541
+ children?: ReactNode;
542
+ /** Test ID */
543
+ testId?: string;
544
+ }
545
+
546
+ export declare type ButtonProps<E extends ElementType = 'button'> = ButtonOwnProps & Omit<ComponentPropsWithoutRef<E>, keyof ButtonOwnProps> & {
547
+ as?: E;
548
+ };
549
+
550
+ /** Button sizes */
551
+ export declare type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
552
+
553
+ /** Button visual variants */
554
+ export declare type ButtonVariant = 'solid' | 'outline' | 'ghost' | 'soft' | 'link';
555
+
556
+ export declare const Card: ForwardRefExoticComponent<CardProps & RefAttributes<HTMLDivElement>>;
557
+
558
+ export declare const CardBody: ForwardRefExoticComponent<CardBodyProps & RefAttributes<HTMLDivElement>>;
559
+
560
+ export declare interface CardBodyProps extends HTMLAttributes<HTMLDivElement> {
561
+ /** Custom class name */
562
+ className?: string;
563
+ }
564
+
565
+ export declare const CardFooter: ForwardRefExoticComponent<CardFooterProps & RefAttributes<HTMLDivElement>>;
566
+
567
+ export declare interface CardFooterProps extends HTMLAttributes<HTMLDivElement> {
568
+ /** Whether to show a divider above the footer */
569
+ divider?: boolean;
570
+ /** Footer alignment */
571
+ align?: 'left' | 'center' | 'right' | 'between';
572
+ /** Custom class name */
573
+ className?: string;
574
+ }
575
+
576
+ export declare const CardHeader: ForwardRefExoticComponent<CardHeaderProps & RefAttributes<HTMLDivElement>>;
577
+
578
+ export declare interface CardHeaderProps extends HTMLAttributes<HTMLDivElement> {
579
+ /** Whether to show a divider below the header */
580
+ divider?: boolean;
581
+ /** Custom class name */
582
+ className?: string;
583
+ }
584
+
585
+ export declare type CardPadding = 'none' | 'sm' | 'md' | 'lg' | 'xl';
586
+
587
+ export declare interface CardProps extends HTMLAttributes<HTMLDivElement> {
588
+ /** Card variant */
589
+ variant?: CardVariant;
590
+ /** Card padding */
591
+ padding?: CardPadding;
592
+ /** Whether the card is interactive (adds hover effect) */
593
+ interactive?: boolean;
594
+ /** Whether the card is selected */
595
+ selected?: boolean;
596
+ /** Custom class name */
597
+ className?: string;
598
+ /** Test ID */
599
+ testId?: string;
600
+ }
601
+
602
+ export declare type CardVariant = 'elevated' | 'outline' | 'filled' | 'ghost';
603
+
604
+ export declare const Checkbox: ForwardRefExoticComponent<CheckboxProps & RefAttributes<HTMLInputElement>>;
605
+
606
+ export declare interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'> {
607
+ /** Checkbox size */
608
+ size?: CheckboxSize;
609
+ /** Label text */
610
+ label?: ReactNode;
611
+ /** Description below label */
612
+ description?: ReactNode;
613
+ /** Error state */
614
+ isInvalid?: boolean;
615
+ /** Indeterminate state */
616
+ isIndeterminate?: boolean;
617
+ /** Custom class name */
618
+ className?: string;
619
+ /** Test ID */
620
+ testId?: string;
621
+ }
622
+
623
+ export declare type CheckboxSize = 'sm' | 'md' | 'lg';
624
+
625
+ export declare const Code: TextComponent & {
626
+ displayName: string;
627
+ };
628
+
629
+ /** Complete color palette export */
630
+ export declare const colors: {
631
+ readonly neutrals: {
632
+ readonly white: "#FFFFFF";
633
+ readonly gray50: "#FAFAFA";
634
+ readonly gray100: "#F5F5F7";
635
+ readonly gray200: "#E8E8ED";
636
+ readonly gray300: "#D2D2D7";
637
+ readonly gray400: "#AEAEB2";
638
+ readonly gray500: "#8E8E93";
639
+ readonly gray600: "#636366";
640
+ readonly gray700: "#48484A";
641
+ readonly gray800: "#3A3A3C";
642
+ readonly gray900: "#2C2C2E";
643
+ readonly gray950: "#1D1D1F";
644
+ readonly black: "#000000";
645
+ };
646
+ readonly primary: {
647
+ readonly 50: "#EEF4FF";
648
+ readonly 100: "#E0EBFF";
649
+ readonly 200: "#C7DAFF";
650
+ readonly 300: "#A4C1FF";
651
+ readonly 400: "#7A9FFF";
652
+ readonly 500: "#5578F4";
653
+ readonly 600: "#3B5CE9";
654
+ readonly 700: "#2D47D6";
655
+ readonly 800: "#2A3CAD";
656
+ readonly 900: "#283889";
657
+ readonly 950: "#1A2352";
658
+ };
659
+ readonly accent: {
660
+ readonly 50: "#FFF5F3";
661
+ readonly 100: "#FFE8E3";
662
+ readonly 200: "#FFD5CC";
663
+ readonly 300: "#FFB5A6";
664
+ readonly 400: "#FF8A71";
665
+ readonly 500: "#F86545";
666
+ readonly 600: "#E54A28";
667
+ readonly 700: "#C13A1D";
668
+ readonly 800: "#9F331C";
669
+ readonly 900: "#842F1D";
670
+ readonly 950: "#48140A";
671
+ };
672
+ readonly success: {
673
+ readonly 50: "#ECFDF5";
674
+ readonly 100: "#D1FAE5";
675
+ readonly 200: "#A7F3D0";
676
+ readonly 300: "#6EE7B7";
677
+ readonly 400: "#34D399";
678
+ readonly 500: "#10B981";
679
+ readonly 600: "#059669";
680
+ readonly 700: "#047857";
681
+ readonly 800: "#065F46";
682
+ readonly 900: "#064E3B";
683
+ readonly 950: "#022C22";
684
+ };
685
+ readonly warning: {
686
+ readonly 50: "#FFFBEB";
687
+ readonly 100: "#FEF3C7";
688
+ readonly 200: "#FDE68A";
689
+ readonly 300: "#FCD34D";
690
+ readonly 400: "#FBBF24";
691
+ readonly 500: "#F59E0B";
692
+ readonly 600: "#D97706";
693
+ readonly 700: "#B45309";
694
+ readonly 800: "#92400E";
695
+ readonly 900: "#78350F";
696
+ readonly 950: "#451A03";
697
+ };
698
+ readonly error: {
699
+ readonly 50: "#FEF2F2";
700
+ readonly 100: "#FEE2E2";
701
+ readonly 200: "#FECACA";
702
+ readonly 300: "#FCA5A5";
703
+ readonly 400: "#F87171";
704
+ readonly 500: "#EF4444";
705
+ readonly 600: "#DC2626";
706
+ readonly 700: "#B91C1C";
707
+ readonly 800: "#991B1B";
708
+ readonly 900: "#7F1D1D";
709
+ readonly 950: "#450A0A";
710
+ };
711
+ readonly info: {
712
+ readonly 50: "#ECFEFF";
713
+ readonly 100: "#CFFAFE";
714
+ readonly 200: "#A5F3FC";
715
+ readonly 300: "#67E8F9";
716
+ readonly 400: "#22D3EE";
717
+ readonly 500: "#06B6D4";
718
+ readonly 600: "#0891B2";
719
+ readonly 700: "#0E7490";
720
+ readonly 800: "#155E75";
721
+ readonly 900: "#164E63";
722
+ readonly 950: "#083344";
723
+ };
724
+ };
725
+
726
+ /**
727
+ * Font sizes mapped to component size variants.
728
+ * Ensures consistent text sizing across all components.
729
+ */
730
+ export declare const componentFontSize: {
731
+ /** 11px - Extra small labels, badges */
732
+ readonly xs: 11;
733
+ /** 12px - Small text, captions, helper text */
734
+ readonly sm: 12;
735
+ /** 14px - Default component text */
736
+ readonly md: 14;
737
+ /** 15px - Large component text */
738
+ readonly lg: 15;
739
+ /** 16px - Extra large component text */
740
+ readonly xl: 16;
741
+ };
742
+
743
+ /**
744
+ * Font weights for component states.
745
+ */
746
+ export declare const componentFontWeight: {
747
+ /** 400 - Regular body text */
748
+ readonly regular: 400;
749
+ /** 500 - Labels, emphasized text */
750
+ readonly medium: 500;
751
+ /** 600 - Headings, titles */
752
+ readonly semibold: 600;
753
+ /** 700 - Strong emphasis */
754
+ readonly bold: 700;
755
+ };
756
+
757
+ /**
758
+ * Standard gap values for component internals.
759
+ */
760
+ export declare const componentGap: {
761
+ /** 4px - Tight spacing between icons and text */
762
+ readonly xs: 4;
763
+ /** 6px */
764
+ readonly sm: number;
765
+ /** 8px - Default internal spacing */
766
+ readonly md: number;
767
+ /** 10px */
768
+ readonly lg: number;
769
+ /** 12px - Spacious internal spacing */
770
+ readonly xl: number;
771
+ };
772
+
773
+ /**
774
+ * Standard component heights for interactive elements.
775
+ * Based on touch-target guidelines (minimum 44px for accessibility).
776
+ */
777
+ export declare const componentHeights: {
778
+ /** 24px - Micro elements (tags, small badges) */
779
+ readonly xs: number;
780
+ /** 32px - Small inputs, compact buttons */
781
+ readonly sm: number;
782
+ /** 40px - Default size for most interactive elements */
783
+ readonly md: number;
784
+ /** 48px - Large inputs, prominent buttons */
785
+ readonly lg: number;
786
+ /** 56px - Extra large, hero CTAs */
787
+ readonly xl: number;
788
+ };
789
+
790
+ /**
791
+ * Line heights for component text.
792
+ */
793
+ export declare const componentLineHeight: {
794
+ /** 1 - Single line, badges */
795
+ readonly none: 1;
796
+ /** 1.25 - Tight, headings */
797
+ readonly tight: 1.25;
798
+ /** 1.4 - Slightly relaxed, labels */
799
+ readonly snug: 1.4;
800
+ /** 1.5 - Default body text */
801
+ readonly normal: 1.5;
802
+ /** 1.6 - Relaxed, helper text */
803
+ readonly relaxed: 1.6;
804
+ };
805
+
806
+ /**
807
+ * Standard padding for interactive components (horizontal).
808
+ * Follows a progressive scale for visual balance.
809
+ */
810
+ export declare const componentPaddingX: {
811
+ /** 8px */
812
+ readonly xs: number;
813
+ /** 12px */
814
+ readonly sm: number;
815
+ /** 16px */
816
+ readonly md: number;
817
+ /** 20px */
818
+ readonly lg: number;
819
+ /** 24px */
820
+ readonly xl: number;
821
+ };
822
+
823
+ /**
824
+ * Standard padding for interactive components (vertical).
825
+ */
826
+ export declare const componentPaddingY: {
827
+ /** 4px */
828
+ readonly xs: 4;
829
+ /** 6px */
830
+ readonly sm: number;
831
+ /** 8px */
832
+ readonly md: number;
833
+ /** 10px */
834
+ readonly lg: number;
835
+ /** 12px */
836
+ readonly xl: number;
837
+ };
838
+
839
+ /** Component state */
840
+ export declare interface ComponentState {
841
+ isHovered?: boolean;
842
+ isFocused?: boolean;
843
+ isPressed?: boolean;
844
+ isDisabled?: boolean;
845
+ isLoading?: boolean;
846
+ }
847
+
848
+ /**
849
+ * Pre-composed typography styles for common component elements.
850
+ */
851
+ export declare const componentTypography: {
852
+ /** Form field labels */
853
+ readonly label: {
854
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
855
+ readonly fontSize: 12;
856
+ readonly fontWeight: 500;
857
+ readonly lineHeight: 1.5;
858
+ };
859
+ /** Helper/hint text below inputs */
860
+ readonly helperText: {
861
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
862
+ readonly fontSize: 11;
863
+ readonly fontWeight: 400;
864
+ readonly lineHeight: 1.6;
865
+ };
866
+ /** Error messages */
867
+ readonly errorText: {
868
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
869
+ readonly fontSize: 11;
870
+ readonly fontWeight: 400;
871
+ readonly lineHeight: 1.6;
872
+ };
873
+ /** Button text - small */
874
+ readonly buttonSm: {
875
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
876
+ readonly fontSize: 12;
877
+ readonly fontWeight: 500;
878
+ readonly lineHeight: 1;
879
+ };
880
+ /** Button text - medium (default) */
881
+ readonly buttonMd: {
882
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
883
+ readonly fontSize: 14;
884
+ readonly fontWeight: 500;
885
+ readonly lineHeight: 1;
886
+ };
887
+ /** Button text - large */
888
+ readonly buttonLg: {
889
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
890
+ readonly fontSize: 15;
891
+ readonly fontWeight: 500;
892
+ readonly lineHeight: 1;
893
+ };
894
+ /** Badge text */
895
+ readonly badge: {
896
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
897
+ readonly fontSize: 11;
898
+ readonly fontWeight: 500;
899
+ readonly lineHeight: 1;
900
+ };
901
+ /** Tooltip text */
902
+ readonly tooltip: {
903
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
904
+ readonly fontSize: 11;
905
+ readonly fontWeight: 500;
906
+ readonly lineHeight: 1.4;
907
+ };
908
+ /** Alert title */
909
+ readonly alertTitle: {
910
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
911
+ readonly fontSize: 14;
912
+ readonly fontWeight: 600;
913
+ readonly lineHeight: 1.25;
914
+ };
915
+ /** Alert description */
916
+ readonly alertDescription: {
917
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
918
+ readonly fontSize: 14;
919
+ readonly fontWeight: 400;
920
+ readonly lineHeight: 1.5;
921
+ };
922
+ /** Modal title */
923
+ readonly modalTitle: {
924
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
925
+ readonly fontSize: 18;
926
+ readonly fontWeight: 600;
927
+ readonly lineHeight: 1.25;
928
+ };
929
+ /** Modal description */
930
+ readonly modalDescription: {
931
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
932
+ readonly fontSize: 14;
933
+ readonly fontWeight: 400;
934
+ readonly lineHeight: 1.5;
935
+ };
936
+ /** Empty state title */
937
+ readonly emptyStateTitle: {
938
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
939
+ readonly fontSize: 18;
940
+ readonly fontWeight: 600;
941
+ readonly lineHeight: 1.25;
942
+ };
943
+ /** Empty state description */
944
+ readonly emptyStateDescription: {
945
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
946
+ readonly fontSize: 14;
947
+ readonly fontWeight: 400;
948
+ readonly lineHeight: 1.5;
949
+ };
950
+ /** Divider label */
951
+ readonly dividerLabel: {
952
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
953
+ readonly fontSize: 11;
954
+ readonly fontWeight: 500;
955
+ readonly lineHeight: 1.5;
956
+ };
957
+ };
958
+
959
+ export declare const Container: ContainerComponent;
960
+
961
+ declare interface ContainerComponent {
962
+ <E extends ElementType = 'div'>(props: ContainerProps<E> & {
963
+ ref?: ComponentPropsWithRef<E>['ref'];
964
+ }): default_2.JSX.Element | null;
965
+ displayName?: string;
966
+ }
967
+
968
+ export declare interface ContainerOwnProps extends SpacingProps {
969
+ /** The element type to render */
970
+ as?: ElementType;
971
+ /** Custom class name */
972
+ className?: string;
973
+ /** Custom inline styles */
974
+ style?: CSSProperties;
975
+ /** Container size / max-width */
976
+ size?: keyof typeof containers;
977
+ /** Whether to center the container */
978
+ centered?: boolean;
979
+ /** Whether to add default horizontal padding */
980
+ padded?: boolean;
981
+ /** Children */
982
+ children?: ReactNode;
983
+ /** Test ID */
984
+ testId?: string;
985
+ }
986
+
987
+ export declare type ContainerProps<E extends ElementType = 'div'> = ContainerOwnProps & Omit<ComponentPropsWithoutRef<E>, keyof ContainerOwnProps>;
988
+
989
+ /** Container max-widths aligned with breakpoints */
990
+ export declare const containers: {
991
+ readonly xs: 320;
992
+ readonly sm: 480;
993
+ readonly md: 640;
994
+ readonly lg: 768;
995
+ readonly xl: 1024;
996
+ readonly '2xl': 1280;
997
+ readonly '3xl': 1440;
998
+ readonly full: "100%";
999
+ };
1000
+
1001
+ /**
1002
+ * Content area padding
1003
+ */
1004
+ export declare const contentPadding: {
1005
+ /** Mobile padding: 16px */
1006
+ readonly mobile: number;
1007
+ /** Tablet padding: 20px */
1008
+ readonly tablet: number;
1009
+ /** Desktop padding: 24px */
1010
+ readonly desktop: number;
1011
+ /** Large screen padding: 32px */
1012
+ readonly wide: number;
1013
+ };
1014
+
1015
+ /**
1016
+ * Checkbox and radio sizes.
1017
+ */
1018
+ export declare const controlSizes: {
1019
+ readonly sm: {
1020
+ readonly box: 16;
1021
+ readonly icon: 10;
1022
+ };
1023
+ readonly md: {
1024
+ readonly box: 18;
1025
+ readonly icon: 12;
1026
+ };
1027
+ readonly lg: {
1028
+ readonly box: 22;
1029
+ readonly icon: 14;
1030
+ };
1031
+ };
1032
+
1033
+ /**
1034
+ * Creates a lazy component that loads on interaction (hover/focus).
1035
+ * Useful for components that are likely to be used soon.
1036
+ *
1037
+ * @example
1038
+ * ```tsx
1039
+ * const { Component: Modal, triggerProps } = createInteractionLazyComponent(
1040
+ * () => import('./Modal')
1041
+ * )
1042
+ *
1043
+ * // The trigger will preload Modal on hover/focus
1044
+ * <button {...triggerProps}>Open Modal</button>
1045
+ * ```
1046
+ */
1047
+ export declare function createInteractionLazyComponent<T extends ComponentType<unknown>>(importFn: () => Promise<{
1048
+ default: T;
1049
+ }>): {
1050
+ Component: LazyExoticComponent<T>;
1051
+ triggerProps: {
1052
+ onMouseEnter: () => void;
1053
+ onFocus: () => void;
1054
+ };
1055
+ preload: () => Promise<{
1056
+ default: T;
1057
+ }>;
1058
+ };
1059
+
1060
+ /**
1061
+ * Creates a lazy-loaded component with preloading capability.
1062
+ *
1063
+ * @example
1064
+ * ```tsx
1065
+ * const Modal = createLazyComponent(() => import('./Modal'))
1066
+ *
1067
+ * // Preload before showing
1068
+ * Modal.preload()
1069
+ * ```
1070
+ */
1071
+ export declare function createLazyComponent<T extends ComponentType<unknown>>(importFn: () => Promise<{
1072
+ default: T;
1073
+ }>): LazyExoticComponent<T> & {
1074
+ preload: () => Promise<{
1075
+ default: T;
1076
+ }>;
1077
+ };
1078
+
1079
+ /** CSS variable names mapped to theme paths */
1080
+ export declare const cssVar: {
1081
+ readonly bgApp: "var(--brycks-background-app)";
1082
+ readonly bgSubtle: "var(--brycks-background-subtle)";
1083
+ readonly bgMuted: "var(--brycks-background-muted)";
1084
+ readonly bgElevated: "var(--brycks-background-elevated)";
1085
+ readonly bgOverlay: "var(--brycks-background-overlay)";
1086
+ readonly bgInverse: "var(--brycks-background-inverse)";
1087
+ readonly fgDefault: "var(--brycks-foreground-default)";
1088
+ readonly fgMuted: "var(--brycks-foreground-muted)";
1089
+ readonly fgSubtle: "var(--brycks-foreground-subtle)";
1090
+ readonly fgDisabled: "var(--brycks-foreground-disabled)";
1091
+ readonly fgInverse: "var(--brycks-foreground-inverse)";
1092
+ readonly fgLink: "var(--brycks-foreground-link)";
1093
+ readonly borderDefault: "var(--brycks-border-default)";
1094
+ readonly borderMuted: "var(--brycks-border-muted)";
1095
+ readonly borderStrong: "var(--brycks-border-strong)";
1096
+ readonly borderFocus: "var(--brycks-border-focus)";
1097
+ readonly primaryDefault: "var(--brycks-primary-default)";
1098
+ readonly primaryHover: "var(--brycks-primary-hover)";
1099
+ readonly primaryActive: "var(--brycks-primary-active)";
1100
+ readonly primaryMuted: "var(--brycks-primary-muted)";
1101
+ readonly primaryForeground: "var(--brycks-primary-foreground)";
1102
+ readonly accentDefault: "var(--brycks-accent-default)";
1103
+ readonly accentHover: "var(--brycks-accent-hover)";
1104
+ readonly accentActive: "var(--brycks-accent-active)";
1105
+ readonly accentMuted: "var(--brycks-accent-muted)";
1106
+ readonly accentForeground: "var(--brycks-accent-foreground)";
1107
+ readonly successDefault: "var(--brycks-success-default)";
1108
+ readonly successHover: "var(--brycks-success-hover)";
1109
+ readonly successMuted: "var(--brycks-success-muted)";
1110
+ readonly successForeground: "var(--brycks-success-foreground)";
1111
+ readonly warningDefault: "var(--brycks-warning-default)";
1112
+ readonly warningHover: "var(--brycks-warning-hover)";
1113
+ readonly warningMuted: "var(--brycks-warning-muted)";
1114
+ readonly warningForeground: "var(--brycks-warning-foreground)";
1115
+ readonly errorDefault: "var(--brycks-error-default)";
1116
+ readonly errorHover: "var(--brycks-error-hover)";
1117
+ readonly errorMuted: "var(--brycks-error-muted)";
1118
+ readonly errorForeground: "var(--brycks-error-foreground)";
1119
+ readonly infoDefault: "var(--brycks-info-default)";
1120
+ readonly infoHover: "var(--brycks-info-hover)";
1121
+ readonly infoMuted: "var(--brycks-info-muted)";
1122
+ readonly infoForeground: "var(--brycks-info-foreground)";
1123
+ };
1124
+
1125
+ /** Merge class names, filtering out falsy values */
1126
+ export declare function cx(...classes: (string | boolean | undefined | null)[]): string;
1127
+
1128
+ export declare const darkTheme: Theme;
1129
+
1130
+ export declare const DateInput: ForwardRefExoticComponent<DateInputProps & RefAttributes<HTMLInputElement>>;
1131
+
1132
+ export declare interface DateInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'> {
1133
+ /** Input size */
1134
+ size?: DateInputSize;
1135
+ /** Input variant */
1136
+ variant?: DateInputVariant;
1137
+ /** Type of date input */
1138
+ type?: DateInputType;
1139
+ /** Input label */
1140
+ label?: ReactNode;
1141
+ /** Helper text below input */
1142
+ helperText?: ReactNode;
1143
+ /** Error message */
1144
+ error?: ReactNode;
1145
+ /** Whether the input is invalid */
1146
+ isInvalid?: boolean;
1147
+ /** Icon on the left side */
1148
+ leftIcon?: ReactNode;
1149
+ /** Custom class name */
1150
+ className?: string;
1151
+ /** Test ID */
1152
+ testId?: string;
1153
+ }
1154
+
1155
+ export declare type DateInputSize = 'sm' | 'md' | 'lg';
1156
+
1157
+ export declare type DateInputType = 'date' | 'datetime-local' | 'time' | 'month' | 'week';
1158
+
1159
+ export declare type DateInputVariant = 'outline' | 'filled' | 'flushed';
1160
+
1161
+ export declare const Display: HeadingComponent;
1162
+
1163
+ export declare const Divider: ForwardRefExoticComponent<DividerProps & RefAttributes<HTMLDivElement>>;
1164
+
1165
+ export declare type DividerOrientation = 'horizontal' | 'vertical';
1166
+
1167
+ export declare interface DividerProps extends HTMLAttributes<HTMLDivElement> {
1168
+ /** Divider orientation */
1169
+ orientation?: DividerOrientation;
1170
+ /** Visual variant */
1171
+ variant?: DividerVariant;
1172
+ /** Label text in the middle */
1173
+ label?: ReactNode;
1174
+ /** Label position */
1175
+ labelPosition?: 'start' | 'center' | 'end';
1176
+ /** Custom class name */
1177
+ className?: string;
1178
+ /** Test ID */
1179
+ testId?: string;
1180
+ }
1181
+
1182
+ export declare type DividerVariant = 'solid' | 'dashed' | 'dotted';
1183
+
1184
+ export declare const Drawer: ForwardRefExoticComponent<DrawerProps & RefAttributes<HTMLDivElement>>;
1185
+
1186
+ export declare type DrawerPlacement = 'left' | 'right' | 'top' | 'bottom';
1187
+
1188
+ export declare interface DrawerProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
1189
+ /** Whether the drawer is open */
1190
+ isOpen: boolean;
1191
+ /** Callback when drawer should close */
1192
+ onClose: () => void;
1193
+ /** Drawer placement */
1194
+ placement?: DrawerPlacement;
1195
+ /** Drawer size */
1196
+ size?: DrawerSize;
1197
+ /** Drawer title */
1198
+ title?: ReactNode;
1199
+ /** Whether to close on overlay click */
1200
+ closeOnOverlayClick?: boolean;
1201
+ /** Whether to close on escape key */
1202
+ closeOnEscape?: boolean;
1203
+ /** Whether to show close button */
1204
+ showCloseButton?: boolean;
1205
+ /** Whether to show overlay */
1206
+ showOverlay?: boolean;
1207
+ /** Custom class name */
1208
+ className?: string;
1209
+ /** Test ID */
1210
+ testId?: string;
1211
+ }
1212
+
1213
+ export declare type DrawerSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
1214
+
1215
+ export declare const Dropdown: ForwardRefExoticComponent<DropdownProps & RefAttributes<HTMLDivElement>>;
1216
+
1217
+ export declare const DropdownDivider: ForwardRefExoticComponent<DropdownDividerProps & RefAttributes<HTMLDivElement>>;
1218
+
1219
+ export declare interface DropdownDividerProps extends HTMLAttributes<HTMLDivElement> {
1220
+ /** Custom class name */
1221
+ className?: string;
1222
+ }
1223
+
1224
+ export declare const DropdownItem: ForwardRefExoticComponent<DropdownItemProps & RefAttributes<HTMLDivElement>>;
1225
+
1226
+ export declare interface DropdownItemProps extends HTMLAttributes<HTMLDivElement> {
1227
+ /** Whether the item is disabled */
1228
+ disabled?: boolean;
1229
+ /** Icon before the label */
1230
+ icon?: ReactNode;
1231
+ /** Shortcut text */
1232
+ shortcut?: string;
1233
+ /** Whether the item is destructive */
1234
+ destructive?: boolean;
1235
+ /** Custom class name */
1236
+ className?: string;
1237
+ }
1238
+
1239
+ export declare const DropdownLabel: ForwardRefExoticComponent<DropdownLabelProps & RefAttributes<HTMLDivElement>>;
1240
+
1241
+ export declare interface DropdownLabelProps extends HTMLAttributes<HTMLDivElement> {
1242
+ /** Custom class name */
1243
+ className?: string;
1244
+ }
1245
+
1246
+ export declare type DropdownPlacement = 'bottom-start' | 'bottom-end' | 'top-start' | 'top-end';
1247
+
1248
+ export declare interface DropdownProps extends HTMLAttributes<HTMLDivElement> {
1249
+ /** Trigger element */
1250
+ trigger: ReactElement;
1251
+ /** Whether the dropdown is open (controlled) */
1252
+ isOpen?: boolean;
1253
+ /** Default open state (uncontrolled) */
1254
+ defaultOpen?: boolean;
1255
+ /** Callback when open state changes */
1256
+ onOpenChange?: (isOpen: boolean) => void;
1257
+ /** Dropdown placement */
1258
+ placement?: DropdownPlacement;
1259
+ /** Offset from trigger */
1260
+ offset?: number;
1261
+ /** Whether to close on item select */
1262
+ closeOnSelect?: boolean;
1263
+ /** Custom class name */
1264
+ className?: string;
1265
+ /** Test ID */
1266
+ testId?: string;
1267
+ }
1268
+
1269
+ export declare const DropZone: ForwardRefExoticComponent<DropZoneProps & RefAttributes<HTMLDivElement>>;
1270
+
1271
+ export declare interface DropZoneProps {
1272
+ /** Callback when files are selected or dropped */
1273
+ onFiles?: (files: File[]) => void;
1274
+ /** Accepted file types (e.g., "image/*", ".pdf,.doc") */
1275
+ accept?: string;
1276
+ /** Whether multiple files can be selected */
1277
+ multiple?: boolean;
1278
+ /** Maximum file size in bytes */
1279
+ maxSize?: number;
1280
+ /** Whether the drop zone is disabled */
1281
+ disabled?: boolean;
1282
+ /** Main text content */
1283
+ children?: ReactNode;
1284
+ /** Icon to display */
1285
+ icon?: ReactNode;
1286
+ /** Helper text shown below main content */
1287
+ helperText?: string;
1288
+ /** Error message */
1289
+ error?: string;
1290
+ /** Custom class name */
1291
+ className?: string;
1292
+ /** Test ID */
1293
+ testId?: string;
1294
+ }
1295
+
1296
+ /**
1297
+ * Duration values in milliseconds for use in JS.
1298
+ */
1299
+ export declare const duration: {
1300
+ readonly instant: 50;
1301
+ readonly fast: 100;
1302
+ readonly quick: 150;
1303
+ readonly default: 200;
1304
+ readonly smooth: 300;
1305
+ readonly slow: 400;
1306
+ readonly slower: 500;
1307
+ };
1308
+
1309
+ /** Duration scale in milliseconds */
1310
+ export declare const durations: {
1311
+ /** Instant - for micro-interactions */
1312
+ readonly instant: 0;
1313
+ /** 50ms - nearly instant */
1314
+ readonly faster: 50;
1315
+ /** 100ms - very fast, state changes */
1316
+ readonly fast: 100;
1317
+ /** 150ms - quick, hover states */
1318
+ readonly quick: 150;
1319
+ /** 200ms - default transitions */
1320
+ readonly normal: 200;
1321
+ /** 300ms - medium, focus changes */
1322
+ readonly relaxed: 300;
1323
+ /** 400ms - slow, content reveals */
1324
+ readonly slow: 400;
1325
+ /** 500ms - slower, modal openings */
1326
+ readonly slower: 500;
1327
+ /** 700ms - very slow, page transitions */
1328
+ readonly lazy: 700;
1329
+ /** 1000ms - dramatic reveals */
1330
+ readonly dramatic: 1000;
1331
+ };
1332
+
1333
+ /**
1334
+ * Easing functions for use in JS animations.
1335
+ */
1336
+ export declare const easing: {
1337
+ readonly linear: "linear";
1338
+ readonly ease: "ease";
1339
+ readonly easeIn: "cubic-bezier(0.4, 0, 1, 1)";
1340
+ readonly easeOut: "cubic-bezier(0, 0, 0.2, 1)";
1341
+ readonly easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
1342
+ readonly spring: "cubic-bezier(0.34, 1.56, 0.64, 1)";
1343
+ readonly softSpring: "cubic-bezier(0.22, 1, 0.36, 1)";
1344
+ readonly smooth: "cubic-bezier(0.25, 0.1, 0.25, 1)";
1345
+ readonly snappy: "cubic-bezier(0.2, 0, 0, 1)";
1346
+ };
1347
+
1348
+ /** Easing functions - natural, Apple-inspired curves */
1349
+ export declare const easings: {
1350
+ /** Linear - constant speed */
1351
+ readonly linear: "linear";
1352
+ /** Ease - subtle acceleration/deceleration */
1353
+ readonly ease: "ease";
1354
+ /** Ease in - slow start */
1355
+ readonly easeIn: "cubic-bezier(0.4, 0, 1, 1)";
1356
+ /** Ease out - slow end (most common) */
1357
+ readonly easeOut: "cubic-bezier(0, 0, 0.2, 1)";
1358
+ /** Ease in-out - slow start and end */
1359
+ readonly easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
1360
+ /** Apple-style spring - bouncy, natural feel */
1361
+ readonly spring: "cubic-bezier(0.34, 1.56, 0.64, 1)";
1362
+ /** Soft spring - subtle bounce */
1363
+ readonly softSpring: "cubic-bezier(0.22, 1, 0.36, 1)";
1364
+ /** Smooth - very smooth deceleration */
1365
+ readonly smooth: "cubic-bezier(0.25, 0.1, 0.25, 1)";
1366
+ /** Snappy - quick with soft landing */
1367
+ readonly snappy: "cubic-bezier(0.2, 0, 0, 1)";
1368
+ /** Expressive - dramatic entrance */
1369
+ readonly expressive: "cubic-bezier(0.19, 1, 0.22, 1)";
1370
+ /** Bounce - playful */
1371
+ readonly bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
1372
+ };
1373
+
1374
+ export declare const EmptyState: ForwardRefExoticComponent<EmptyStateProps & RefAttributes<HTMLDivElement>>;
1375
+
1376
+ /** Default empty state icon */
1377
+ export declare function EmptyStateIcon({ size }: {
1378
+ size?: number;
1379
+ }): JSX.Element;
1380
+
1381
+ export declare namespace EmptyStateIcon {
1382
+ var displayName: string;
1383
+ }
1384
+
1385
+ export declare interface EmptyStateProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
1386
+ /** Icon or illustration */
1387
+ icon?: ReactNode;
1388
+ /** Title text */
1389
+ title?: ReactNode;
1390
+ /** Description text */
1391
+ description?: ReactNode;
1392
+ /** Action element (button, link) */
1393
+ action?: ReactNode;
1394
+ /** Secondary action */
1395
+ secondaryAction?: ReactNode;
1396
+ /** Custom class name */
1397
+ className?: string;
1398
+ /** Test ID */
1399
+ testId?: string;
1400
+ }
1401
+
1402
+ /** Error - refined red */
1403
+ export declare const error: {
1404
+ readonly 50: "#FEF2F2";
1405
+ readonly 100: "#FEE2E2";
1406
+ readonly 200: "#FECACA";
1407
+ readonly 300: "#FCA5A5";
1408
+ readonly 400: "#F87171";
1409
+ readonly 500: "#EF4444";
1410
+ readonly 600: "#DC2626";
1411
+ readonly 700: "#B91C1C";
1412
+ readonly 800: "#991B1B";
1413
+ readonly 900: "#7F1D1D";
1414
+ readonly 950: "#450A0A";
1415
+ };
1416
+
1417
+ export declare const FieldError: ForwardRefExoticComponent<FieldErrorProps & RefAttributes<HTMLSpanElement>>;
1418
+
1419
+ export declare interface FieldErrorProps extends Omit<HTMLAttributes<HTMLSpanElement>, 'children'> {
1420
+ /** Error size */
1421
+ size?: FieldErrorSize;
1422
+ /** Error message */
1423
+ children: ReactNode;
1424
+ /** Whether to show the error icon */
1425
+ showIcon?: boolean;
1426
+ /** Custom icon */
1427
+ icon?: ReactNode;
1428
+ /** Custom class name */
1429
+ className?: string;
1430
+ /** Test ID */
1431
+ testId?: string;
1432
+ }
1433
+
1434
+ export declare type FieldErrorSize = 'sm' | 'md' | 'lg';
1435
+
1436
+ export declare const FileInput: ForwardRefExoticComponent<FileInputProps & RefAttributes<HTMLInputElement>>;
1437
+
1438
+ export declare interface FileInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type' | 'onChange' | 'value'> {
1439
+ /** Input size */
1440
+ size?: FileInputSize;
1441
+ /** Input variant */
1442
+ variant?: FileInputVariant;
1443
+ /** Accepted file types (e.g., "image/*,.pdf") */
1444
+ accept?: string;
1445
+ /** Whether multiple files can be selected */
1446
+ multiple?: boolean;
1447
+ /** Maximum file size in bytes */
1448
+ maxSize?: number;
1449
+ /** Label text */
1450
+ label?: ReactNode;
1451
+ /** Description text inside dropzone */
1452
+ description?: ReactNode;
1453
+ /** Error message */
1454
+ error?: ReactNode;
1455
+ /** Whether the input is invalid */
1456
+ isInvalid?: boolean;
1457
+ /** Callback when files are selected */
1458
+ onChange?: (files: File[]) => void;
1459
+ /** Icon to display in dropzone */
1460
+ icon?: ReactNode;
1461
+ /** Custom class name */
1462
+ className?: string;
1463
+ /** Test ID */
1464
+ testId?: string;
1465
+ }
1466
+
1467
+ export declare type FileInputSize = 'sm' | 'md' | 'lg';
1468
+
1469
+ export declare type FileInputVariant = 'default' | 'dropzone';
1470
+
1471
+ export declare const Flex: ForwardRefExoticComponent<FlexProps & RefAttributes<HTMLDivElement>>;
1472
+
1473
+ declare type FlexAlign = 'start' | 'end' | 'center' | 'baseline' | 'stretch';
1474
+
1475
+ declare type FlexDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
1476
+
1477
+ export declare const FlexItem: ForwardRefExoticComponent<FlexItemProps & RefAttributes<HTMLDivElement>>;
1478
+
1479
+ export declare interface FlexItemProps extends HTMLAttributes<HTMLDivElement> {
1480
+ /** Flex grow */
1481
+ grow?: number;
1482
+ /** Flex shrink */
1483
+ shrink?: number;
1484
+ /** Flex basis */
1485
+ basis?: string | number;
1486
+ /** Align self */
1487
+ alignSelf?: FlexAlign;
1488
+ /** Order */
1489
+ order?: number;
1490
+ /** Children */
1491
+ children?: ReactNode;
1492
+ /** Custom class name */
1493
+ className?: string;
1494
+ /** Custom styles */
1495
+ style?: CSSProperties;
1496
+ /** Test ID */
1497
+ testId?: string;
1498
+ }
1499
+
1500
+ declare type FlexJustify = 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
1501
+
1502
+ /** Flex layout props */
1503
+ export declare interface FlexLayoutProps {
1504
+ /** Flex direction */
1505
+ direction?: CSSProperties['flexDirection'];
1506
+ /** Flex wrap */
1507
+ wrap?: CSSProperties['flexWrap'];
1508
+ /** Justify content */
1509
+ justify?: CSSProperties['justifyContent'];
1510
+ /** Align items */
1511
+ align?: CSSProperties['alignItems'];
1512
+ /** Gap between items */
1513
+ gap?: SpacingKey;
1514
+ }
1515
+
1516
+ export declare interface FlexProps extends HTMLAttributes<HTMLDivElement> {
1517
+ /** Flex direction */
1518
+ direction?: FlexDirection;
1519
+ /** Flex wrap */
1520
+ wrap?: FlexWrap;
1521
+ /** Justify content */
1522
+ justify?: FlexJustify;
1523
+ /** Align items */
1524
+ align?: FlexAlign;
1525
+ /** Gap between items */
1526
+ gap?: SpacingKey_3;
1527
+ /** Row gap */
1528
+ rowGap?: SpacingKey_3;
1529
+ /** Column gap */
1530
+ columnGap?: SpacingKey_3;
1531
+ /** Whether to display inline */
1532
+ inline?: boolean;
1533
+ /** Flex grow */
1534
+ grow?: number;
1535
+ /** Flex shrink */
1536
+ shrink?: number;
1537
+ /** Flex basis */
1538
+ basis?: string | number;
1539
+ /** Children */
1540
+ children?: ReactNode;
1541
+ /** Custom class name */
1542
+ className?: string;
1543
+ /** Custom styles */
1544
+ style?: CSSProperties;
1545
+ /** Test ID */
1546
+ testId?: string;
1547
+ }
1548
+
1549
+ declare type FlexWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
1550
+
1551
+ /**
1552
+ * Focus ring box-shadow values.
1553
+ * Uses CSS variables for theme-aware colors.
1554
+ */
1555
+ export declare const focusRing: {
1556
+ /** Default focus ring - primary color */
1557
+ readonly default: "0 0 0 3px var(--brycks-focus-ring-color, rgba(85, 120, 244, 0.35))";
1558
+ /** Error state focus ring */
1559
+ readonly error: "0 0 0 3px var(--brycks-focus-ring-error, rgba(239, 68, 68, 0.35))";
1560
+ /** Success state focus ring */
1561
+ readonly success: "0 0 0 3px var(--brycks-focus-ring-success, rgba(16, 185, 129, 0.35))";
1562
+ /** Subtle focus ring - for nested elements */
1563
+ readonly subtle: "0 0 0 2px var(--brycks-focus-ring-color, rgba(85, 120, 244, 0.25))";
1564
+ /** None - explicitly no focus ring */
1565
+ readonly none: "none";
1566
+ };
1567
+
1568
+ /**
1569
+ * Focus ring with offset (for elements with borders).
1570
+ */
1571
+ export declare const focusRingOffset: {
1572
+ readonly default: "0 0 0 2px var(--brycks-background-app), 0 0 0 4px var(--brycks-primary-default)";
1573
+ readonly error: "0 0 0 2px var(--brycks-background-app), 0 0 0 4px var(--brycks-error-default)";
1574
+ };
1575
+
1576
+ /** Focus ring shadows - for accessibility */
1577
+ export declare const focusRings: {
1578
+ /** Default focus ring - primary color */
1579
+ readonly default: "0 0 0 3px rgba(85, 120, 244, 0.35)";
1580
+ /** Strong focus ring - higher visibility */
1581
+ readonly strong: "0 0 0 4px rgba(85, 120, 244, 0.45)";
1582
+ /** Error focus ring */
1583
+ readonly error: "0 0 0 3px rgba(239, 68, 68, 0.35)";
1584
+ /** Success focus ring */
1585
+ readonly success: "0 0 0 3px rgba(16, 185, 129, 0.35)";
1586
+ /** Focus within container */
1587
+ readonly within: "0 0 0 2px rgba(85, 120, 244, 0.2)";
1588
+ };
1589
+
1590
+ /**
1591
+ * Complete focus styles object for spreading.
1592
+ */
1593
+ export declare const focusStyles: {
1594
+ /** Outline-based focus (native) */
1595
+ readonly outline: {
1596
+ readonly outline: "2px solid var(--brycks-border-focus)";
1597
+ readonly outlineOffset: "2px";
1598
+ };
1599
+ /** Box-shadow based focus (custom) */
1600
+ readonly ring: {
1601
+ readonly outline: "none";
1602
+ readonly boxShadow: "0 0 0 3px var(--brycks-focus-ring-color, rgba(85, 120, 244, 0.35))";
1603
+ };
1604
+ /** Error state focus */
1605
+ readonly ringError: {
1606
+ readonly outline: "none";
1607
+ readonly boxShadow: "0 0 0 3px var(--brycks-focus-ring-error, rgba(239, 68, 68, 0.35))";
1608
+ };
1609
+ /** Remove focus styles (use sparingly) */
1610
+ readonly none: {
1611
+ readonly outline: "none";
1612
+ readonly boxShadow: "none";
1613
+ };
1614
+ };
1615
+
1616
+ export declare const FocusTrap: ForwardRefExoticComponent<FocusTrapProps & RefAttributes<HTMLDivElement>>;
1617
+
1618
+ export declare interface FocusTrapProps {
1619
+ /** Content to trap focus within */
1620
+ children: ReactNode;
1621
+ /** Whether the focus trap is active */
1622
+ enabled?: boolean;
1623
+ /** Whether to auto-focus the first element */
1624
+ autoFocus?: boolean;
1625
+ /** Whether to restore focus on unmount */
1626
+ restoreFocus?: boolean;
1627
+ /** Initial element to focus (selector) */
1628
+ initialFocus?: string;
1629
+ /** Custom class name */
1630
+ className?: string;
1631
+ /** Custom inline styles */
1632
+ style?: CSSProperties;
1633
+ }
1634
+
1635
+ /** Font family stacks */
1636
+ export declare const fontFamilies: {
1637
+ /** Primary font - clean, modern sans-serif */
1638
+ readonly sans: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
1639
+ /** Monospace for code */
1640
+ readonly mono: "'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace";
1641
+ /** Display font for large headings (optional) */
1642
+ readonly display: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
1643
+ };
1644
+
1645
+ declare type FontSize = keyof typeof fontSizes;
1646
+
1647
+ /** Font sizes in pixels */
1648
+ export declare const fontSizes: {
1649
+ /** 11px - Micro text, labels */
1650
+ readonly xs: 11;
1651
+ /** 12px - Small text, captions */
1652
+ readonly sm: 12;
1653
+ /** 14px - Body small, secondary text */
1654
+ readonly base: 14;
1655
+ /** 16px - Body default */
1656
+ readonly md: 16;
1657
+ /** 18px - Body large, lead text */
1658
+ readonly lg: 18;
1659
+ /** 20px - Heading 6 */
1660
+ readonly xl: 20;
1661
+ /** 24px - Heading 5 */
1662
+ readonly '2xl': 24;
1663
+ /** 28px - Heading 4 */
1664
+ readonly '3xl': 28;
1665
+ /** 32px - Heading 3 */
1666
+ readonly '4xl': 32;
1667
+ /** 40px - Heading 2 */
1668
+ readonly '5xl': 40;
1669
+ /** 48px - Heading 1 */
1670
+ readonly '6xl': 48;
1671
+ /** 60px - Display small */
1672
+ readonly '7xl': 60;
1673
+ /** 72px - Display medium */
1674
+ readonly '8xl': 72;
1675
+ /** 96px - Display large */
1676
+ readonly '9xl': 96;
1677
+ };
1678
+
1679
+ declare type FontWeight = keyof typeof fontWeights;
1680
+
1681
+ /** Font weights */
1682
+ export declare const fontWeights: {
1683
+ /** 400 - Regular body text */
1684
+ readonly regular: 400;
1685
+ /** 500 - Medium emphasis */
1686
+ readonly medium: 500;
1687
+ /** 600 - Semi-bold for subheadings */
1688
+ readonly semibold: 600;
1689
+ /** 700 - Bold for headings */
1690
+ readonly bold: 700;
1691
+ };
1692
+
1693
+ export declare const Footer: ForwardRefExoticComponent<FooterProps & RefAttributes<HTMLElement>>;
1694
+
1695
+ export declare interface FooterProps extends SemanticProps {
1696
+ role?: 'contentinfo' | 'none';
1697
+ }
1698
+
1699
+ export declare const Form: ForwardRefExoticComponent<FormProps & RefAttributes<HTMLFormElement>>;
1700
+
1701
+ export declare const FormCard: ForwardRefExoticComponent<FormCardProps & RefAttributes<HTMLDivElement>>;
1702
+
1703
+ export declare type FormCardIntent = 'neutral' | 'primary' | 'success' | 'warning' | 'error' | 'info';
1704
+
1705
+ export declare interface FormCardProps extends HTMLAttributes<HTMLDivElement> {
1706
+ /** Card title */
1707
+ title?: string;
1708
+ /** Icon displayed before title */
1709
+ icon?: ReactNode;
1710
+ /** Color intent for the icon circle */
1711
+ iconIntent?: FormCardIntent;
1712
+ /** Additional content in the header (e.g., counter, badge) */
1713
+ headerExtra?: ReactNode;
1714
+ /** Card body content */
1715
+ children?: ReactNode;
1716
+ /** Custom class name */
1717
+ className?: string;
1718
+ /** Test ID */
1719
+ testId?: string;
1720
+ }
1721
+
1722
+ export declare const FormField: ForwardRefExoticComponent<FormFieldProps & RefAttributes<HTMLDivElement>>;
1723
+
1724
+ export declare interface FormFieldProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children'> {
1725
+ /** Field size */
1726
+ size?: FormFieldSize;
1727
+ /** Field label */
1728
+ label?: ReactNode;
1729
+ /** Whether the field is required */
1730
+ required?: boolean;
1731
+ /** Helper text below the field */
1732
+ helperText?: ReactNode;
1733
+ /** Error message (also sets invalid state) */
1734
+ error?: ReactNode;
1735
+ /** Whether the field is invalid */
1736
+ isInvalid?: boolean;
1737
+ /** Whether the field is disabled */
1738
+ disabled?: boolean;
1739
+ /** Custom ID for the field (auto-generated if not provided) */
1740
+ fieldId?: string;
1741
+ /** Field orientation */
1742
+ orientation?: 'vertical' | 'horizontal';
1743
+ /** Label width for horizontal orientation */
1744
+ labelWidth?: number | string;
1745
+ /** Custom class name */
1746
+ className?: string;
1747
+ /** Children (form input) */
1748
+ children: ReactNode | ((props: {
1749
+ id: string;
1750
+ 'aria-describedby'?: string;
1751
+ 'aria-invalid'?: boolean;
1752
+ }) => ReactNode);
1753
+ /** Test ID */
1754
+ testId?: string;
1755
+ }
1756
+
1757
+ export declare type FormFieldSize = 'sm' | 'md' | 'lg';
1758
+
1759
+ export declare type FormGap = 'sm' | 'md' | 'lg' | 'xl';
1760
+
1761
+ export declare const FormGroup: ForwardRefExoticComponent<FormGroupProps & RefAttributes<HTMLDivElement>>;
1762
+
1763
+ export declare type FormGroupGap = 'none' | 'xs' | 'sm' | 'md';
1764
+
1765
+ export declare interface FormGroupProps extends HTMLAttributes<HTMLDivElement> {
1766
+ /** Label text for the form field */
1767
+ label?: ReactNode;
1768
+ /** Form field ID - auto-generated if not provided */
1769
+ fieldId?: string;
1770
+ /** Label size */
1771
+ labelSize?: FormLabelSize;
1772
+ /** Whether the field is required */
1773
+ required?: boolean;
1774
+ /** Whether the field is disabled */
1775
+ disabled?: boolean;
1776
+ /** Optional description text below the label */
1777
+ description?: ReactNode;
1778
+ /** Error message to display */
1779
+ error?: ReactNode;
1780
+ /** Helper text to display below the input */
1781
+ helperText?: ReactNode;
1782
+ /** Gap between label and input */
1783
+ gap?: FormGroupGap;
1784
+ /** Children (the form input) */
1785
+ children: ReactNode;
1786
+ /** Custom class name */
1787
+ className?: string;
1788
+ /** Test ID */
1789
+ testId?: string;
1790
+ }
1791
+
1792
+ export declare const FormLabel: ForwardRefExoticComponent<FormLabelProps & RefAttributes<HTMLLabelElement>>;
1793
+
1794
+ export declare interface FormLabelProps extends LabelHTMLAttributes<HTMLLabelElement> {
1795
+ /** Label text */
1796
+ children: ReactNode;
1797
+ /** Label size */
1798
+ size?: FormLabelSize;
1799
+ /** Whether the field is required */
1800
+ required?: boolean;
1801
+ /** Whether the field is disabled */
1802
+ disabled?: boolean;
1803
+ /** Optional description text */
1804
+ description?: ReactNode;
1805
+ /** Custom class name */
1806
+ className?: string;
1807
+ /** Test ID */
1808
+ testId?: string;
1809
+ }
1810
+
1811
+ export declare type FormLabelSize = 'sm' | 'md' | 'lg';
1812
+
1813
+ export declare interface FormProps extends FormHTMLAttributes<HTMLFormElement> {
1814
+ /** Gap between form groups */
1815
+ gap?: FormGap;
1816
+ /** Disable the form */
1817
+ disabled?: boolean;
1818
+ /** Form children */
1819
+ children: ReactNode;
1820
+ /** Custom class name */
1821
+ className?: string;
1822
+ /** Test ID */
1823
+ testId?: string;
1824
+ }
1825
+
1826
+ export declare function generateId(prefix?: string): string;
1827
+
1828
+ /** Convert spacing key to pixel value */
1829
+ export declare function getSpacingValue(key: keyof typeof spacing): number;
1830
+
1831
+ /** Glow effects - for special elements */
1832
+ export declare const glows: {
1833
+ /** Subtle primary glow */
1834
+ readonly primary: "0 0 20px rgba(85, 120, 244, 0.15), 0 0 40px rgba(85, 120, 244, 0.1)";
1835
+ /** Subtle accent glow */
1836
+ readonly accent: "0 0 20px rgba(248, 101, 69, 0.15), 0 0 40px rgba(248, 101, 69, 0.1)";
1837
+ /** Success glow */
1838
+ readonly success: "0 0 20px rgba(16, 185, 129, 0.15), 0 0 40px rgba(16, 185, 129, 0.1)";
1839
+ /** Soft white glow - for dark mode highlights */
1840
+ readonly white: "0 0 30px rgba(255, 255, 255, 0.1)";
1841
+ };
1842
+
1843
+ export declare const Grid: GridComponent;
1844
+
1845
+ declare interface GridComponent {
1846
+ <E extends ElementType = 'div'>(props: GridProps<E> & {
1847
+ ref?: ComponentPropsWithRef<E>['ref'];
1848
+ }): default_2.JSX.Element | null;
1849
+ displayName?: string;
1850
+ }
1851
+
1852
+ export declare const GridItem: GridItemComponent;
1853
+
1854
+ declare interface GridItemComponent {
1855
+ <E extends ElementType = 'div'>(props: GridItemProps<E> & {
1856
+ ref?: ComponentPropsWithRef<E>['ref'];
1857
+ }): default_2.JSX.Element | null;
1858
+ displayName?: string;
1859
+ }
1860
+
1861
+ /** Grid Item Component */
1862
+ export declare interface GridItemOwnProps {
1863
+ /** Column span */
1864
+ colSpan?: number | 'full';
1865
+ /** Row span */
1866
+ rowSpan?: number;
1867
+ /** Column start */
1868
+ colStart?: number;
1869
+ /** Column end */
1870
+ colEnd?: number;
1871
+ /** Row start */
1872
+ rowStart?: number;
1873
+ /** Row end */
1874
+ rowEnd?: number;
1875
+ /** Custom class name */
1876
+ className?: string;
1877
+ /** Custom inline styles */
1878
+ style?: CSSProperties;
1879
+ /** Children */
1880
+ children?: ReactNode;
1881
+ /** Test ID */
1882
+ testId?: string;
1883
+ }
1884
+
1885
+ export declare type GridItemProps<E extends ElementType = 'div'> = GridItemOwnProps & Omit<ComponentPropsWithoutRef<E>, keyof GridItemOwnProps> & {
1886
+ as?: E;
1887
+ };
1888
+
1889
+ export declare interface GridOwnProps extends SpacingProps {
1890
+ /** The element type to render */
1891
+ as?: ElementType;
1892
+ /** Custom class name */
1893
+ className?: string;
1894
+ /** Custom inline styles */
1895
+ style?: CSSProperties;
1896
+ /** Number of columns */
1897
+ columns?: number | string;
1898
+ /** Number of rows */
1899
+ rows?: number | string;
1900
+ /** Gap between items */
1901
+ gap?: SpacingKey;
1902
+ /** Column gap */
1903
+ gapX?: SpacingKey;
1904
+ /** Row gap */
1905
+ gapY?: SpacingKey;
1906
+ /** Align items */
1907
+ align?: CSSProperties['alignItems'];
1908
+ /** Justify items */
1909
+ justify?: CSSProperties['justifyItems'];
1910
+ /** Template columns (CSS value) */
1911
+ templateColumns?: string;
1912
+ /** Template rows (CSS value) */
1913
+ templateRows?: string;
1914
+ /** Auto flow */
1915
+ flow?: CSSProperties['gridAutoFlow'];
1916
+ /** Whether to render as inline-grid */
1917
+ inline?: boolean;
1918
+ /** Children */
1919
+ children?: ReactNode;
1920
+ /** Test ID */
1921
+ testId?: string;
1922
+ }
1923
+
1924
+ export declare type GridProps<E extends ElementType = 'div'> = GridOwnProps & Omit<ComponentPropsWithoutRef<E>, keyof GridOwnProps>;
1925
+
1926
+ export declare const Header: ForwardRefExoticComponent<HeaderProps & RefAttributes<HTMLElement>>;
1927
+
1928
+ export declare interface HeaderProps extends SemanticProps {
1929
+ role?: 'banner' | 'none';
1930
+ }
1931
+
1932
+ /**
1933
+ * Header dimensions
1934
+ */
1935
+ export declare const headerSizes: {
1936
+ /** Standard header height: 64px */
1937
+ readonly height: number;
1938
+ /** Compact header height: 48px */
1939
+ readonly compact: number;
1940
+ };
1941
+
1942
+ export declare const Heading: HeadingComponent;
1943
+
1944
+ declare interface HeadingComponent {
1945
+ <E extends ElementType = 'h2'>(props: HeadingProps<E> & {
1946
+ ref?: ComponentPropsWithRef<E>['ref'];
1947
+ }): default_2.JSX.Element | null;
1948
+ displayName?: string;
1949
+ }
1950
+
1951
+ export declare type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
1952
+
1953
+ export declare interface HeadingOwnProps {
1954
+ /** The element type to render */
1955
+ as?: ElementType;
1956
+ /** Heading level (1-6) - determines semantic element and default styling */
1957
+ level?: HeadingLevel;
1958
+ /** Visual size override - use a different visual style than the semantic level */
1959
+ size?: HeadingLevel | 'display' | 'displayLarge' | 'displaySmall';
1960
+ /** Font weight override */
1961
+ weight?: FontWeight;
1962
+ /** Text alignment */
1963
+ align?: CSSProperties['textAlign'];
1964
+ /** Text color (CSS variable or direct value) */
1965
+ color?: string;
1966
+ /** Whether text should truncate with ellipsis */
1967
+ truncate?: boolean;
1968
+ /** Custom class name */
1969
+ className?: string;
1970
+ /** Custom inline styles */
1971
+ style?: CSSProperties;
1972
+ /** Children */
1973
+ children?: ReactNode;
1974
+ /** Test ID */
1975
+ testId?: string;
1976
+ }
1977
+
1978
+ export declare type HeadingProps<E extends ElementType = 'h2'> = HeadingOwnProps & Omit<ComponentPropsWithoutRef<E>, keyof HeadingOwnProps>;
1979
+
1980
+ /** Convert hex color to rgba */
1981
+ export declare function hexToRgba(hex: string, alpha: number): string;
1982
+
1983
+ export declare const HStack: StackComponent;
1984
+
1985
+ export declare const Icon: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1986
+
1987
+ export declare const IconButton: ButtonComponent;
1988
+
1989
+ /**
1990
+ * Icon button sizes (square buttons with icons)
1991
+ */
1992
+ export declare const iconButtonSizes: {
1993
+ /** 28px */
1994
+ readonly xs: 28;
1995
+ /** 32px */
1996
+ readonly sm: number;
1997
+ /** 36px */
1998
+ readonly md: 36;
1999
+ /** 40px */
2000
+ readonly lg: number;
2001
+ /** 48px */
2002
+ readonly xl: number;
2003
+ };
2004
+
2005
+ /** Helper type for icon names */
2006
+ export declare type IconName = keyof typeof iconPaths;
2007
+
2008
+ /**
2009
+ * Icon Paths
2010
+ *
2011
+ * Common SVG path data for icons.
2012
+ */
2013
+ export declare const iconPaths: {
2014
+ readonly close: "M18 6L6 18M6 6l12 12";
2015
+ readonly check: "M20 6L9 17l-5-5";
2016
+ readonly chevronDown: "M6 9l6 6 6-6";
2017
+ readonly chevronUp: "M18 15l-6-6-6 6";
2018
+ readonly chevronLeft: "M15 18l-6-6 6-6";
2019
+ readonly chevronRight: "M9 18l6-6-6-6";
2020
+ readonly plus: "M12 5v14m-7-7h14";
2021
+ readonly minus: "M5 12h14";
2022
+ readonly search: "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z";
2023
+ readonly menu: "M4 6h16M4 12h16M4 18h16";
2024
+ readonly info: "M12 16v-4m0-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z";
2025
+ readonly warning: "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z";
2026
+ readonly error: "M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z";
2027
+ readonly success: "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z";
2028
+ readonly eye: "M15 12a3 3 0 11-6 0 3 3 0 016 0z M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z";
2029
+ readonly eyeOff: "M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.543-7a9.97 9.97 0 011.563-3.029m5.858.908a3 3 0 114.243 4.243M9.878 9.878l4.242 4.242M9.88 9.88l-3.29-3.29m7.532 7.532l3.29 3.29M3 3l3.59 3.59m0 0A9.953 9.953 0 0112 5c4.478 0 8.268 2.943 9.543 7a10.025 10.025 0 01-4.132 5.411m0 0L21 21";
2030
+ readonly calendar: "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z";
2031
+ readonly upload: "M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z";
2032
+ readonly download: "M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4";
2033
+ readonly trash: "M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16";
2034
+ readonly edit: "M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z";
2035
+ readonly copy: "M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z";
2036
+ readonly externalLink: "M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14";
2037
+ readonly settings: "M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z";
2038
+ readonly user: "M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z";
2039
+ readonly logout: "M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1";
2040
+ readonly arrowLeft: "M10 19l-7-7m0 0l7-7m-7 7h18";
2041
+ readonly arrowRight: "M14 5l7 7m0 0l-7 7m7-7H3";
2042
+ readonly arrowUp: "M5 10l7-7m0 0l7 7m-7-7v18";
2043
+ readonly arrowDown: "M19 14l-7 7m0 0l-7-7m7 7V3";
2044
+ readonly refresh: "M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15";
2045
+ readonly filter: "M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z";
2046
+ readonly sort: "M3 4h13M3 8h9m-9 4h6m4 0l4-4m0 0l4 4m-4-4v12";
2047
+ readonly home: "M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6";
2048
+ readonly folder: "M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z";
2049
+ readonly file: "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z";
2050
+ readonly bell: "M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9";
2051
+ readonly mail: "M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z";
2052
+ readonly lock: "M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z";
2053
+ readonly unlock: "M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z";
2054
+ readonly star: "M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z";
2055
+ readonly heart: "M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z";
2056
+ readonly share: "M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z";
2057
+ readonly link: "M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1";
2058
+ readonly code: "M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4";
2059
+ readonly terminal: "M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z";
2060
+ readonly database: "M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4";
2061
+ readonly cloud: "M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z";
2062
+ readonly sun: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z";
2063
+ readonly moon: "M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z";
2064
+ readonly grip: "M4 6a2 2 0 114 0 2 2 0 01-4 0zM10 6a2 2 0 114 0 2 2 0 01-4 0zM16 6a2 2 0 114 0 2 2 0 01-4 0zM4 12a2 2 0 114 0 2 2 0 01-4 0zM10 12a2 2 0 114 0 2 2 0 01-4 0zM16 12a2 2 0 114 0 2 2 0 01-4 0zM4 18a2 2 0 114 0 2 2 0 01-4 0zM10 18a2 2 0 114 0 2 2 0 01-4 0zM16 18a2 2 0 114 0 2 2 0 01-4 0z";
2065
+ readonly moreHorizontal: "M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z";
2066
+ readonly moreVertical: "M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z";
2067
+ readonly layout: "M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z";
2068
+ readonly car: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9L18 10l-1.6-3.2c-.4-.8-1.2-1.3-2.1-1.3H9.7c-.9 0-1.7.5-2.1 1.3L6 10l-2.5 1.1C2.7 11.3 2 12.1 2 13v3c0 .6.4 1 1 1h2M7 17h10M7 17a2 2 0 11-4 0 2 2 0 014 0zm12 0a2 2 0 11-4 0 2 2 0 014 0z";
2069
+ readonly page: "M4 4a2 2 0 012-2h8l6 6v12a2 2 0 01-2 2H6a2 2 0 01-2-2V4zm10 0v6h6";
2070
+ readonly gridVertical: "M9 4a1 1 0 110 2 1 1 0 010-2zm6 0a1 1 0 110 2 1 1 0 010-2zm-6 5a1 1 0 110 2 1 1 0 010-2zm6 0a1 1 0 110 2 1 1 0 010-2zm-6 5a1 1 0 110 2 1 1 0 010-2zm6 0a1 1 0 110 2 1 1 0 010-2zm-6 5a1 1 0 110 2 1 1 0 010-2zm6 0a1 1 0 110 2 1 1 0 010-2z";
2071
+ };
2072
+
2073
+ export declare interface IconProps extends Omit<SVGAttributes<SVGSVGElement>, 'children'> {
2074
+ /** Icon size */
2075
+ size?: IconSize;
2076
+ /** Custom size in pixels */
2077
+ customSize?: number;
2078
+ /** Icon color (uses currentColor by default) */
2079
+ color?: string;
2080
+ /** SVG path data or children */
2081
+ path?: string;
2082
+ /** Multiple paths */
2083
+ paths?: string[];
2084
+ /** SVG viewBox */
2085
+ viewBox?: string;
2086
+ /** Fill rule for paths */
2087
+ fillRule?: 'nonzero' | 'evenodd';
2088
+ /** Custom class name */
2089
+ className?: string;
2090
+ /** Test ID */
2091
+ testId?: string;
2092
+ /** Accessibility label */
2093
+ label?: string;
2094
+ /** Custom SVG children (overrides path/paths) */
2095
+ children?: ReactNode;
2096
+ }
2097
+
2098
+ export declare type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
2099
+
2100
+ /**
2101
+ * Icon sizes that align with component heights.
2102
+ */
2103
+ export declare const iconSizes: {
2104
+ /** 12px */
2105
+ readonly xs: number;
2106
+ /** 16px */
2107
+ readonly sm: number;
2108
+ /** 20px */
2109
+ readonly md: number;
2110
+ /** 24px */
2111
+ readonly lg: number;
2112
+ /** 32px */
2113
+ readonly xl: number;
2114
+ };
2115
+
2116
+ declare const Image_2: ForwardRefExoticComponent<ImageProps & RefAttributes<HTMLImageElement>>;
2117
+ export { Image_2 as Image }
2118
+
2119
+ export declare type ImageFit = 'cover' | 'contain' | 'fill' | 'none' | 'scale-down';
2120
+
2121
+ export declare type ImageLoading = 'lazy' | 'eager';
2122
+
2123
+ export declare interface ImageProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'placeholder'> {
2124
+ /** Image source URL */
2125
+ src: string;
2126
+ /** Alternative text for accessibility (required) */
2127
+ alt: string;
2128
+ /** Aspect ratio (width/height). If set, maintains ratio */
2129
+ aspectRatio?: number | string;
2130
+ /** How the image should fit within its container */
2131
+ fit?: ImageFit;
2132
+ /** Loading strategy */
2133
+ loading?: ImageLoading;
2134
+ /** Fallback content or URL when image fails to load */
2135
+ fallback?: ReactNode | string;
2136
+ /** Placeholder shown while loading */
2137
+ placeholder?: ReactNode | string;
2138
+ /** Border radius using design tokens */
2139
+ radius?: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
2140
+ /** Whether to show a subtle background while loading */
2141
+ showBackground?: boolean;
2142
+ /** Callback when image loads successfully */
2143
+ onLoad?: (event: SyntheticEvent<HTMLImageElement>) => void;
2144
+ /** Callback when image fails to load */
2145
+ onError?: (event: SyntheticEvent<HTMLImageElement>) => void;
2146
+ /** Custom class name */
2147
+ className?: string;
2148
+ /** Test ID */
2149
+ testId?: string;
2150
+ }
2151
+
2152
+ export declare const ImageThumbnail: ForwardRefExoticComponent<ImageThumbnailProps & RefAttributes<HTMLButtonElement>>;
2153
+
2154
+ export declare interface ImageThumbnailProps {
2155
+ /** Image source URL */
2156
+ src: string;
2157
+ /** Alternative text for accessibility */
2158
+ alt: string;
2159
+ /** Whether this thumbnail is selected */
2160
+ isSelected?: boolean;
2161
+ /** Badge content (e.g., "COVER", "PRIMARY") */
2162
+ badge?: ReactNode;
2163
+ /** Callback when thumbnail is clicked */
2164
+ onClick?: (event: MouseEvent_2<HTMLButtonElement>) => void;
2165
+ /** Callback when delete button is clicked */
2166
+ onDelete?: (event: MouseEvent_2<HTMLButtonElement>) => void;
2167
+ /** Size of the thumbnail */
2168
+ size?: 'sm' | 'md' | 'lg';
2169
+ /** Aspect ratio of the thumbnail */
2170
+ aspectRatio?: '1' | '4/3' | '16/9';
2171
+ /** Whether the thumbnail is disabled */
2172
+ disabled?: boolean;
2173
+ /** Custom class name */
2174
+ className?: string;
2175
+ /** Test ID */
2176
+ testId?: string;
2177
+ }
2178
+
2179
+ /** Info - calm cyan */
2180
+ export declare const info: {
2181
+ readonly 50: "#ECFEFF";
2182
+ readonly 100: "#CFFAFE";
2183
+ readonly 200: "#A5F3FC";
2184
+ readonly 300: "#67E8F9";
2185
+ readonly 400: "#22D3EE";
2186
+ readonly 500: "#06B6D4";
2187
+ readonly 600: "#0891B2";
2188
+ readonly 700: "#0E7490";
2189
+ readonly 800: "#155E75";
2190
+ readonly 900: "#164E63";
2191
+ readonly 950: "#083344";
2192
+ };
2193
+
2194
+ export declare const InfoItem: ForwardRefExoticComponent<InfoItemProps & RefAttributes<HTMLDivElement>>;
2195
+
2196
+ export declare type InfoItemLayout = 'vertical' | 'horizontal' | 'inline';
2197
+
2198
+ export declare interface InfoItemProps extends HTMLAttributes<HTMLDivElement> {
2199
+ /** Label text */
2200
+ label: ReactNode;
2201
+ /** Value to display */
2202
+ value?: ReactNode;
2203
+ /** Children (alternative to value prop) */
2204
+ children?: ReactNode;
2205
+ /** Layout direction */
2206
+ layout?: InfoItemLayout;
2207
+ /** Size variant */
2208
+ size?: InfoItemSize;
2209
+ /** Hide if value is empty */
2210
+ hideEmpty?: boolean;
2211
+ /** Custom label width (for horizontal layout) */
2212
+ labelWidth?: string | number;
2213
+ /** Custom class name */
2214
+ className?: string;
2215
+ /** Test ID */
2216
+ testId?: string;
2217
+ }
2218
+
2219
+ export declare type InfoItemSize = 'sm' | 'md' | 'lg';
2220
+
2221
+ export declare const InfoList: ForwardRefExoticComponent<InfoListProps & RefAttributes<HTMLDListElement>>;
2222
+
2223
+ /**
2224
+ * InfoList Component
2225
+ *
2226
+ * A container for multiple InfoItem components.
2227
+ * Provides consistent spacing and layout for info items.
2228
+ */
2229
+ export declare interface InfoListProps extends HTMLAttributes<HTMLDListElement> {
2230
+ /** Gap between items */
2231
+ gap?: 'sm' | 'md' | 'lg';
2232
+ /** Number of columns */
2233
+ columns?: 1 | 2 | 3 | 4;
2234
+ /** Children (InfoItem components) */
2235
+ children: ReactNode;
2236
+ /** Custom class name */
2237
+ className?: string;
2238
+ /** Test ID */
2239
+ testId?: string;
2240
+ }
2241
+
2242
+ export declare const Input: ForwardRefExoticComponent<InputProps & RefAttributes<HTMLInputElement>>;
2243
+
2244
+ export declare interface InputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size'> {
2245
+ /** Input size */
2246
+ size?: InputSize;
2247
+ /** Visual variant */
2248
+ variant?: InputVariant;
2249
+ /** Error state */
2250
+ isInvalid?: boolean;
2251
+ /** Left element/icon */
2252
+ leftElement?: ReactNode;
2253
+ /** Right element/icon */
2254
+ rightElement?: ReactNode;
2255
+ /** Custom class name */
2256
+ className?: string;
2257
+ /** Test ID */
2258
+ testId?: string;
2259
+ }
2260
+
2261
+ export declare type InputSize = 'sm' | 'md' | 'lg';
2262
+
2263
+ export declare type InputVariant = 'outline' | 'filled' | 'flushed';
2264
+
2265
+ /** Color intent variants */
2266
+ export declare type Intent = 'primary' | 'accent' | 'success' | 'warning' | 'error' | 'info';
2267
+
2268
+ /**
2269
+ * CSS animation keyframes (as strings for style injection).
2270
+ */
2271
+ export declare const keyframes: {
2272
+ readonly fadeIn: "\n @keyframes brycks-fade-in {\n from { opacity: 0; }\n to { opacity: 1; }\n }\n ";
2273
+ readonly fadeOut: "\n @keyframes brycks-fade-out {\n from { opacity: 1; }\n to { opacity: 0; }\n }\n ";
2274
+ readonly scaleIn: "\n @keyframes brycks-scale-in {\n from { opacity: 0; transform: scale(0.95); }\n to { opacity: 1; transform: scale(1); }\n }\n ";
2275
+ readonly scaleOut: "\n @keyframes brycks-scale-out {\n from { opacity: 1; transform: scale(1); }\n to { opacity: 0; transform: scale(0.95); }\n }\n ";
2276
+ readonly slideUp: "\n @keyframes brycks-slide-up {\n from { opacity: 0; transform: translateY(8px); }\n to { opacity: 1; transform: translateY(0); }\n }\n ";
2277
+ readonly slideDown: "\n @keyframes brycks-slide-down {\n from { opacity: 0; transform: translateY(-8px); }\n to { opacity: 1; transform: translateY(0); }\n }\n ";
2278
+ readonly spin: "\n @keyframes brycks-spin {\n from { transform: rotate(0deg); }\n to { transform: rotate(360deg); }\n }\n ";
2279
+ readonly pulse: "\n @keyframes brycks-pulse {\n 0%, 100% { opacity: 1; }\n 50% { opacity: 0.5; }\n }\n ";
2280
+ readonly shimmer: "\n @keyframes brycks-shimmer {\n 0% { transform: translateX(-100%); }\n 100% { transform: translateX(100%); }\n }\n ";
2281
+ readonly bounce: "\n @keyframes brycks-bounce {\n 0%, 80%, 100% { transform: scale(0); opacity: 0.5; }\n 40% { transform: scale(1); opacity: 1; }\n }\n ";
2282
+ };
2283
+
2284
+ /**
2285
+ * Type for lazy component with preload capability.
2286
+ */
2287
+ export declare type LazyComponentWithPreload<T extends ComponentType<unknown>> = LazyExoticComponent<T> & {
2288
+ preload: () => Promise<{
2289
+ default: T;
2290
+ }>;
2291
+ };
2292
+
2293
+ /** Letter spacing (tracking) */
2294
+ export declare const letterSpacings: {
2295
+ /** Tighter - for large display text */
2296
+ readonly tighter: "-0.05em";
2297
+ /** Tight - for headings */
2298
+ readonly tight: "-0.025em";
2299
+ /** Normal - default */
2300
+ readonly normal: "0em";
2301
+ /** Wide - for small caps, labels */
2302
+ readonly wide: "0.025em";
2303
+ /** Wider - for all caps text */
2304
+ readonly wider: "0.05em";
2305
+ /** Widest - for very small text */
2306
+ readonly widest: "0.1em";
2307
+ };
2308
+
2309
+ export declare const lightTheme: Theme;
2310
+
2311
+ declare type LineHeight = keyof typeof lineHeights;
2312
+
2313
+ /** Line heights */
2314
+ export declare const lineHeights: {
2315
+ /** Tight - for large headings */
2316
+ readonly none: 1;
2317
+ readonly tight: 1.15;
2318
+ /** Snug - for medium headings */
2319
+ readonly snug: 1.25;
2320
+ /** Normal - for body text */
2321
+ readonly normal: 1.5;
2322
+ /** Relaxed - for small text, better readability */
2323
+ readonly relaxed: 1.625;
2324
+ /** Loose - for captions, labels */
2325
+ readonly loose: 1.75;
2326
+ };
2327
+
2328
+ export declare const List: ForwardRefExoticComponent<ListProps & RefAttributes<HTMLUListElement>>;
2329
+
2330
+ export declare const ListDivider: ForwardRefExoticComponent<ListDividerProps & RefAttributes<HTMLLIElement>>;
2331
+
2332
+ export declare interface ListDividerProps extends HTMLAttributes<HTMLLIElement> {
2333
+ /** Custom class name */
2334
+ className?: string;
2335
+ }
2336
+
2337
+ export declare const ListHeader: ForwardRefExoticComponent<ListHeaderProps & RefAttributes<HTMLLIElement>>;
2338
+
2339
+ export declare interface ListHeaderProps extends HTMLAttributes<HTMLLIElement> {
2340
+ /** Custom class name */
2341
+ className?: string;
2342
+ }
2343
+
2344
+ export declare const ListItem: ForwardRefExoticComponent<ListItemProps & RefAttributes<HTMLLIElement>>;
2345
+
2346
+ export declare interface ListItemProps extends HTMLAttributes<HTMLLIElement> {
2347
+ /** Icon or avatar on the left */
2348
+ leftElement?: ReactNode;
2349
+ /** Element on the right (badge, button, etc.) */
2350
+ rightElement?: ReactNode;
2351
+ /** Secondary text below the main content */
2352
+ secondary?: ReactNode;
2353
+ /** Whether the item is selected */
2354
+ selected?: boolean;
2355
+ /** Whether the item is disabled */
2356
+ disabled?: boolean;
2357
+ /** Whether the item is clickable */
2358
+ clickable?: boolean;
2359
+ /** Custom class name */
2360
+ className?: string;
2361
+ }
2362
+
2363
+ export declare interface ListProps extends HTMLAttributes<HTMLUListElement> {
2364
+ /** List size */
2365
+ size?: ListSize;
2366
+ /** List variant */
2367
+ variant?: ListVariant;
2368
+ /** Whether list items are interactive */
2369
+ interactive?: boolean;
2370
+ /** Custom class name */
2371
+ className?: string;
2372
+ /** Test ID */
2373
+ testId?: string;
2374
+ }
2375
+
2376
+ export declare type ListSize = 'sm' | 'md' | 'lg';
2377
+
2378
+ export declare type ListVariant = 'default' | 'bordered' | 'separated';
2379
+
2380
+ export declare const Loader: ForwardRefExoticComponent<LoaderProps & RefAttributes<HTMLDivElement>>;
2381
+
2382
+ export declare interface LoaderProps extends HTMLAttributes<HTMLDivElement> {
2383
+ /** Loader size */
2384
+ size?: LoaderSize;
2385
+ /** Loader variant */
2386
+ variant?: LoaderVariant;
2387
+ /** Color (CSS value) */
2388
+ color?: string;
2389
+ /** Accessible label */
2390
+ label?: string;
2391
+ /** Custom class name */
2392
+ className?: string;
2393
+ /** Test ID */
2394
+ testId?: string;
2395
+ }
2396
+
2397
+ export declare type LoaderSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
2398
+
2399
+ export declare type LoaderVariant = 'spinner' | 'dots' | 'pulse';
2400
+
2401
+ export declare const Logo: ForwardRefExoticComponent<LogoProps & RefAttributes<HTMLDivElement>>;
2402
+
2403
+ export declare interface LogoProps extends HTMLAttributes<HTMLDivElement> {
2404
+ /** Size of the logo */
2405
+ size?: LogoSize;
2406
+ /** Content to display (usually a letter or icon) */
2407
+ children?: ReactNode;
2408
+ /** Custom class name */
2409
+ className?: string;
2410
+ /** Test ID */
2411
+ testId?: string;
2412
+ }
2413
+
2414
+ export declare type LogoSize = 'sm' | 'md' | 'lg' | 'xl';
2415
+
2416
+ export declare const Main: ForwardRefExoticComponent<MainProps & RefAttributes<HTMLElement>>;
2417
+
2418
+ export declare interface MainProps extends SemanticProps {
2419
+ id?: string;
2420
+ }
2421
+
2422
+ /** Media query helpers */
2423
+ export declare const mediaQueries: {
2424
+ readonly xs: "@media (min-width: 320px)";
2425
+ readonly sm: "@media (min-width: 480px)";
2426
+ readonly md: "@media (min-width: 640px)";
2427
+ readonly lg: "@media (min-width: 768px)";
2428
+ readonly xl: "@media (min-width: 1024px)";
2429
+ readonly '2xl': "@media (min-width: 1280px)";
2430
+ readonly '3xl': "@media (min-width: 1536px)";
2431
+ readonly '4xl': "@media (min-width: 1920px)";
2432
+ /** Max-width queries (mobile-first overrides) */
2433
+ readonly maxXs: `@media (max-width: ${number}px)`;
2434
+ readonly maxSm: `@media (max-width: ${number}px)`;
2435
+ readonly maxMd: `@media (max-width: ${number}px)`;
2436
+ readonly maxLg: `@media (max-width: ${number}px)`;
2437
+ readonly maxXl: `@media (max-width: ${number}px)`;
2438
+ readonly max2xl: `@media (max-width: ${number}px)`;
2439
+ /** Preference queries */
2440
+ readonly prefersReducedMotion: "@media (prefers-reduced-motion: reduce)";
2441
+ readonly prefersDark: "@media (prefers-color-scheme: dark)";
2442
+ readonly prefersLight: "@media (prefers-color-scheme: light)";
2443
+ readonly prefersHighContrast: "@media (prefers-contrast: high)";
2444
+ /** Device specific */
2445
+ readonly hover: "@media (hover: hover)";
2446
+ readonly touch: "@media (hover: none) and (pointer: coarse)";
2447
+ readonly fine: "@media (pointer: fine)";
2448
+ };
2449
+
2450
+ export declare const Menu: ForwardRefExoticComponent<MenuProps & RefAttributes<HTMLElement>>;
2451
+
2452
+ export declare const MenuDivider: ForwardRefExoticComponent<MenuDividerProps & RefAttributes<HTMLDivElement>>;
2453
+
2454
+ export declare interface MenuDividerProps extends HTMLAttributes<HTMLDivElement> {
2455
+ /** Custom class name */
2456
+ className?: string;
2457
+ }
2458
+
2459
+ export declare const MenuGroup: ForwardRefExoticComponent<MenuGroupProps & RefAttributes<HTMLDivElement>>;
2460
+
2461
+ export declare interface MenuGroupProps extends HTMLAttributes<HTMLDivElement> {
2462
+ /** Group label */
2463
+ label?: string;
2464
+ /** Custom class name */
2465
+ className?: string;
2466
+ }
2467
+
2468
+ export declare const MenuItem: ForwardRefExoticComponent<MenuItemProps & RefAttributes<HTMLButtonElement>>;
2469
+
2470
+ export declare interface MenuItemProps extends Omit<HTMLAttributes<HTMLButtonElement>, 'onClick'> {
2471
+ /** Item value (unique identifier) */
2472
+ value: string;
2473
+ /** Icon before the label */
2474
+ icon?: ReactNode;
2475
+ /** Badge/count after the label */
2476
+ badge?: ReactNode;
2477
+ /** Whether the item is disabled */
2478
+ disabled?: boolean;
2479
+ /** Callback when clicked */
2480
+ onClick?: (value: string) => void;
2481
+ /** Custom class name */
2482
+ className?: string;
2483
+ }
2484
+
2485
+ export declare interface MenuProps extends Omit<HTMLAttributes<HTMLElement>, 'onChange'> {
2486
+ /** Currently active item */
2487
+ activeItem?: string | null;
2488
+ /** Callback when active item changes */
2489
+ onChange?: (value: string | null) => void;
2490
+ /** Menu size */
2491
+ size?: MenuSize;
2492
+ /** Whether the menu is collapsed (icons only) */
2493
+ collapsed?: boolean;
2494
+ /** Custom class name */
2495
+ className?: string;
2496
+ /** Test ID */
2497
+ testId?: string;
2498
+ }
2499
+
2500
+ export declare type MenuSize = 'sm' | 'md' | 'lg';
2501
+
2502
+ export declare const Modal: ForwardRefExoticComponent<ModalProps & RefAttributes<HTMLDivElement>>;
2503
+
2504
+ export declare interface ModalProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
2505
+ /** Whether the modal is open */
2506
+ isOpen: boolean;
2507
+ /** Callback when modal should close */
2508
+ onClose: () => void;
2509
+ /** Modal size */
2510
+ size?: ModalSize;
2511
+ /** Modal title */
2512
+ title?: ReactNode;
2513
+ /** Modal description */
2514
+ description?: ReactNode;
2515
+ /** Whether to close on overlay click */
2516
+ closeOnOverlayClick?: boolean;
2517
+ /** Whether to close on escape key */
2518
+ closeOnEscape?: boolean;
2519
+ /** Whether to show close button */
2520
+ showCloseButton?: boolean;
2521
+ /** Custom class name */
2522
+ className?: string;
2523
+ /** Test ID */
2524
+ testId?: string;
2525
+ /** Modal content */
2526
+ children?: ReactNode;
2527
+ }
2528
+
2529
+ export declare type ModalSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
2530
+
2531
+ /**
2532
+ * Modal/dialog width presets.
2533
+ */
2534
+ export declare const modalWidths: {
2535
+ /** 400px - Small dialogs, confirmations */
2536
+ readonly sm: 400;
2537
+ /** 500px - Medium dialogs */
2538
+ readonly md: 500;
2539
+ /** 640px - Large dialogs */
2540
+ readonly lg: 640;
2541
+ /** 800px - Extra large dialogs */
2542
+ readonly xl: 800;
2543
+ /** Full width minus margins */
2544
+ readonly full: "calc(100vw - 48px)";
2545
+ };
2546
+
2547
+ export declare const Nav: ForwardRefExoticComponent<NavProps & RefAttributes<HTMLElement>>;
2548
+
2549
+ export declare interface NavProps extends SemanticProps {
2550
+ 'aria-label'?: string;
2551
+ }
2552
+
2553
+ /** Base neutral palette - grayscale with subtle warmth */
2554
+ export declare const neutrals: {
2555
+ readonly white: "#FFFFFF";
2556
+ readonly gray50: "#FAFAFA";
2557
+ readonly gray100: "#F5F5F7";
2558
+ readonly gray200: "#E8E8ED";
2559
+ readonly gray300: "#D2D2D7";
2560
+ readonly gray400: "#AEAEB2";
2561
+ readonly gray500: "#8E8E93";
2562
+ readonly gray600: "#636366";
2563
+ readonly gray700: "#48484A";
2564
+ readonly gray800: "#3A3A3C";
2565
+ readonly gray900: "#2C2C2E";
2566
+ readonly gray950: "#1D1D1F";
2567
+ readonly black: "#000000";
2568
+ };
2569
+
2570
+ /**
2571
+ * Opacity scale for various visual states.
2572
+ */
2573
+ export declare const opacity: {
2574
+ /** 0 - Fully transparent */
2575
+ readonly transparent: 0;
2576
+ /** 0.05 - Barely visible */
2577
+ readonly 5: 0.05;
2578
+ /** 0.1 - Subtle hint */
2579
+ readonly 10: 0.1;
2580
+ /** 0.15 - Light overlay */
2581
+ readonly 15: 0.15;
2582
+ /** 0.2 - Soft background */
2583
+ readonly 20: 0.2;
2584
+ /** 0.25 - Quarter visible */
2585
+ readonly 25: 0.25;
2586
+ /** 0.3 - Light emphasis */
2587
+ readonly 30: 0.3;
2588
+ /** 0.4 - Medium-light */
2589
+ readonly 40: 0.4;
2590
+ /** 0.5 - Half visible (disabled) */
2591
+ readonly 50: 0.5;
2592
+ /** 0.6 - Medium */
2593
+ readonly 60: 0.6;
2594
+ /** 0.7 - Medium-strong */
2595
+ readonly 70: 0.7;
2596
+ /** 0.75 - Three-quarter visible */
2597
+ readonly 75: 0.75;
2598
+ /** 0.8 - Strong */
2599
+ readonly 80: 0.8;
2600
+ /** 0.9 - Almost opaque */
2601
+ readonly 90: 0.9;
2602
+ /** 0.95 - Nearly opaque */
2603
+ readonly 95: 0.95;
2604
+ /** 1 - Fully opaque */
2605
+ readonly opaque: 1;
2606
+ };
2607
+
2608
+ export declare const Overlay: ForwardRefExoticComponent<OverlayProps & RefAttributes<HTMLDivElement>>;
2609
+
2610
+ export declare interface OverlayProps extends HTMLAttributes<HTMLDivElement> {
2611
+ /** Whether the overlay is visible */
2612
+ isOpen: boolean;
2613
+ /** Callback when overlay is clicked */
2614
+ onClose?: () => void;
2615
+ /** Whether clicking the overlay closes it */
2616
+ closeOnClick?: boolean;
2617
+ /** Whether to apply backdrop blur */
2618
+ blur?: boolean;
2619
+ /** Blur intensity (in pixels) */
2620
+ blurAmount?: number;
2621
+ /** Background opacity (0-1) */
2622
+ opacity?: number;
2623
+ /** Whether to use a portal */
2624
+ usePortal?: boolean;
2625
+ /** Z-index for the overlay */
2626
+ zIndex?: number;
2627
+ /** Custom class name */
2628
+ className?: string;
2629
+ /** Test ID */
2630
+ testId?: string;
2631
+ }
2632
+
2633
+ /**
2634
+ * Page header spacing
2635
+ */
2636
+ export declare const pageHeaderSpacing: {
2637
+ /** Bottom margin: 24px */
2638
+ readonly marginBottom: number;
2639
+ };
2640
+
2641
+ export declare const Pagination: ForwardRefExoticComponent<PaginationProps & RefAttributes<HTMLElement>>;
2642
+
2643
+ export declare interface PaginationProps extends Omit<HTMLAttributes<HTMLElement>, 'onChange'> {
2644
+ /** Current page (1-indexed) */
2645
+ page: number;
2646
+ /** Total number of pages */
2647
+ totalPages: number;
2648
+ /** Callback when page changes */
2649
+ onChange: (page: number) => void;
2650
+ /** Pagination size */
2651
+ size?: PaginationSize;
2652
+ /** Pagination variant */
2653
+ variant?: PaginationVariant;
2654
+ /** Number of sibling pages to show on each side */
2655
+ siblingCount?: number;
2656
+ /** Whether to show first/last buttons */
2657
+ showFirstLast?: boolean;
2658
+ /** Whether to show prev/next buttons */
2659
+ showPrevNext?: boolean;
2660
+ /** Whether the component is disabled */
2661
+ disabled?: boolean;
2662
+ /** Custom class name */
2663
+ className?: string;
2664
+ /** Test ID */
2665
+ testId?: string;
2666
+ }
2667
+
2668
+ export declare type PaginationSize = 'sm' | 'md' | 'lg';
2669
+
2670
+ export declare type PaginationVariant = 'default' | 'simple' | 'minimal';
2671
+
2672
+ export declare const Popover: default_2.ForwardRefExoticComponent<PopoverProps & default_2.RefAttributes<HTMLDivElement>>;
2673
+
2674
+ export declare type PopoverPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end';
2675
+
2676
+ export declare interface PopoverProps extends Omit<HTMLAttributes<HTMLDivElement>, 'content'> {
2677
+ /** Popover content */
2678
+ content: ReactNode;
2679
+ /** Trigger element */
2680
+ children: ReactElement;
2681
+ /** Placement relative to trigger */
2682
+ placement?: PopoverPlacement;
2683
+ /** How to trigger the popover */
2684
+ trigger?: PopoverTrigger;
2685
+ /** Whether the popover is open (controlled) */
2686
+ isOpen?: boolean;
2687
+ /** Default open state (uncontrolled) */
2688
+ defaultOpen?: boolean;
2689
+ /** Callback when open state changes */
2690
+ onOpenChange?: (isOpen: boolean) => void;
2691
+ /** Offset from trigger in pixels */
2692
+ offset?: number;
2693
+ /** Delay before showing (hover trigger) */
2694
+ openDelay?: number;
2695
+ /** Delay before hiding (hover trigger) */
2696
+ closeDelay?: number;
2697
+ /** Whether to close on outside click */
2698
+ closeOnOutsideClick?: boolean;
2699
+ /** Whether to show arrow */
2700
+ showArrow?: boolean;
2701
+ /** Custom class name for content */
2702
+ className?: string;
2703
+ /** Test ID */
2704
+ testId?: string;
2705
+ }
2706
+
2707
+ /**
2708
+ * Tooltip and popover constraints.
2709
+ */
2710
+ export declare const popoverSizing: {
2711
+ /** Default tooltip max width */
2712
+ readonly tooltipMaxWidth: 300;
2713
+ /** Default popover max width */
2714
+ readonly popoverMaxWidth: 400;
2715
+ /** Arrow size for tooltips */
2716
+ readonly arrowSize: number;
2717
+ /** Gap between trigger and popover */
2718
+ readonly offset: number;
2719
+ };
2720
+
2721
+ export declare type PopoverTrigger = 'click' | 'hover';
2722
+
2723
+ export declare function Portal({ children, container, disabled }: PortalProps): JSX.Element | null;
2724
+
2725
+ export declare namespace Portal {
2726
+ var displayName: string;
2727
+ }
2728
+
2729
+ export declare interface PortalProps {
2730
+ /** Content to render in the portal */
2731
+ children: ReactNode;
2732
+ /** Container element or selector to render into */
2733
+ container?: HTMLElement | string;
2734
+ /** Whether the portal is disabled (renders inline) */
2735
+ disabled?: boolean;
2736
+ }
2737
+
2738
+ /**
2739
+ * Preloads multiple components in parallel.
2740
+ * Useful for preloading a group of related components.
2741
+ *
2742
+ * @example
2743
+ * ```tsx
2744
+ * // Preload all form components before navigating to form page
2745
+ * preloadComponents([
2746
+ * () => import('./Input'),
2747
+ * () => import('./Select'),
2748
+ * () => import('./Checkbox'),
2749
+ * ])
2750
+ * ```
2751
+ */
2752
+ export declare function preloadComponents(importFns: Array<() => Promise<{
2753
+ default: ComponentType<unknown>;
2754
+ }>>): Promise<void>;
2755
+
2756
+ /** Primary brand colors - sophisticated blue */
2757
+ export declare const primary: {
2758
+ readonly 50: "#EEF4FF";
2759
+ readonly 100: "#E0EBFF";
2760
+ readonly 200: "#C7DAFF";
2761
+ readonly 300: "#A4C1FF";
2762
+ readonly 400: "#7A9FFF";
2763
+ readonly 500: "#5578F4";
2764
+ readonly 600: "#3B5CE9";
2765
+ readonly 700: "#2D47D6";
2766
+ readonly 800: "#2A3CAD";
2767
+ readonly 900: "#283889";
2768
+ readonly 950: "#1A2352";
2769
+ };
2770
+
2771
+ export declare const Progress: ForwardRefExoticComponent<ProgressProps & RefAttributes<HTMLDivElement>>;
2772
+
2773
+ export declare type ProgressIntent = 'primary' | 'success' | 'warning' | 'error';
2774
+
2775
+ export declare interface ProgressProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children'> {
2776
+ /** Current value (0-100) */
2777
+ value?: number;
2778
+ /** Maximum value */
2779
+ max?: number;
2780
+ /** Progress size */
2781
+ size?: ProgressSize;
2782
+ /** Progress variant */
2783
+ variant?: ProgressVariant;
2784
+ /** Progress intent/color */
2785
+ intent?: ProgressIntent;
2786
+ /** Whether to show the value label */
2787
+ showValue?: boolean;
2788
+ /** Whether the progress is indeterminate */
2789
+ indeterminate?: boolean;
2790
+ /** Format value for display */
2791
+ formatValue?: (value: number, max: number) => string;
2792
+ /** Label text */
2793
+ label?: string;
2794
+ /** Custom class name */
2795
+ className?: string;
2796
+ /** Test ID */
2797
+ testId?: string;
2798
+ }
2799
+
2800
+ export declare type ProgressSize = 'xs' | 'sm' | 'md' | 'lg';
2801
+
2802
+ export declare type ProgressVariant = 'linear' | 'circular';
2803
+
2804
+ /**
2805
+ * Quick action card dimensions
2806
+ */
2807
+ export declare const quickActionSizes: {
2808
+ /** Icon container size: 48px */
2809
+ readonly iconContainer: number;
2810
+ /** Default padding: 16px */
2811
+ readonly padding: number;
2812
+ };
2813
+
2814
+ /** Border radius scale */
2815
+ export declare const radii: {
2816
+ /** No radius - sharp corners */
2817
+ readonly none: 0;
2818
+ /** 2px - very subtle rounding */
2819
+ readonly xs: 2;
2820
+ /** 4px - subtle rounding */
2821
+ readonly sm: 4;
2822
+ /** 6px - slight rounding */
2823
+ readonly md: 6;
2824
+ /** 8px - default rounding */
2825
+ readonly DEFAULT: 8;
2826
+ /** 10px - medium rounding */
2827
+ readonly lg: 10;
2828
+ /** 12px - noticeable rounding */
2829
+ readonly xl: 12;
2830
+ /** 16px - prominent rounding */
2831
+ readonly '2xl': 16;
2832
+ /** 20px - heavy rounding */
2833
+ readonly '3xl': 20;
2834
+ /** 24px - very heavy rounding */
2835
+ readonly '4xl': 24;
2836
+ /** 9999px - full/pill shape */
2837
+ readonly full: 9999;
2838
+ };
2839
+
2840
+ export declare const Radio: ForwardRefExoticComponent<RadioProps & RefAttributes<HTMLInputElement>>;
2841
+
2842
+ export declare function RadioGroup({ name, value: controlledValue, defaultValue, onChange, disabled, size, orientation, gap, children, className, style, }: RadioGroupProps): JSX.Element;
2843
+
2844
+ export declare namespace RadioGroup {
2845
+ var displayName: string;
2846
+ }
2847
+
2848
+ export declare interface RadioGroupProps {
2849
+ /** Radio group name */
2850
+ name: string;
2851
+ /** Current value */
2852
+ value?: string;
2853
+ /** Default value (uncontrolled) */
2854
+ defaultValue?: string;
2855
+ /** Callback when value changes */
2856
+ onChange?: (value: string) => void;
2857
+ /** Whether the group is disabled */
2858
+ disabled?: boolean;
2859
+ /** Radio size */
2860
+ size?: RadioSize;
2861
+ /** Orientation */
2862
+ orientation?: 'horizontal' | 'vertical';
2863
+ /** Gap between items */
2864
+ gap?: number;
2865
+ /** Children (Radio components) */
2866
+ children: ReactNode;
2867
+ /** Custom class name */
2868
+ className?: string;
2869
+ /** Custom styles */
2870
+ style?: CSSProperties;
2871
+ }
2872
+
2873
+ export declare interface RadioProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'> {
2874
+ /** Radio size */
2875
+ size?: RadioSize;
2876
+ /** Radio label */
2877
+ label?: ReactNode;
2878
+ /** Description below the label */
2879
+ description?: ReactNode;
2880
+ /** Whether the radio is invalid */
2881
+ isInvalid?: boolean;
2882
+ /** Custom class name */
2883
+ className?: string;
2884
+ /** Test ID */
2885
+ testId?: string;
2886
+ }
2887
+
2888
+ export declare type RadioSize = 'sm' | 'md' | 'lg';
2889
+
2890
+ /** Responsive value wrapper */
2891
+ export declare type ResponsiveValue<T> = T | {
2892
+ base?: T;
2893
+ sm?: T;
2894
+ md?: T;
2895
+ lg?: T;
2896
+ xl?: T;
2897
+ '2xl'?: T;
2898
+ };
2899
+
2900
+ /**
2901
+ * Scale transform values for interactive states.
2902
+ */
2903
+ export declare const scale: {
2904
+ /** Pressed state - subtle shrink */
2905
+ readonly pressed: 0.98;
2906
+ /** Strong pressed - more noticeable */
2907
+ readonly pressedStrong: 0.95;
2908
+ /** Checkbox pressed */
2909
+ readonly controlPressed: 0.92;
2910
+ /** Hidden/initial state for animations */
2911
+ readonly hidden: 0.95;
2912
+ /** Normal state */
2913
+ readonly normal: 1;
2914
+ /** Slight grow on hover */
2915
+ readonly hover: 1.02;
2916
+ /** Emphasized grow */
2917
+ readonly emphasized: 1.05;
2918
+ };
2919
+
2920
+ export declare const ScreenReaderOnly: ForwardRefExoticComponent<ScreenReaderOnlyProps & RefAttributes<HTMLSpanElement>>;
2921
+
2922
+ export declare interface ScreenReaderOnlyProps extends HTMLAttributes<HTMLSpanElement> {
2923
+ /** Content to be read by screen readers */
2924
+ children: ReactNode;
2925
+ /** Whether to make content focusable (shows on focus) */
2926
+ focusable?: boolean;
2927
+ /** Custom class name */
2928
+ className?: string;
2929
+ /** Test ID */
2930
+ testId?: string;
2931
+ }
2932
+
2933
+ /**
2934
+ * Search input dimensions
2935
+ */
2936
+ export declare const searchInputSizes: {
2937
+ /** Minimum width: 240px */
2938
+ readonly minWidth: 240;
2939
+ /** Icon left offset: 12px */
2940
+ readonly iconLeft: number;
2941
+ /** Input left padding to accommodate icon: 36px */
2942
+ readonly paddingLeft: 36;
2943
+ };
2944
+
2945
+ export declare const Section: ForwardRefExoticComponent<SectionProps & RefAttributes<HTMLElement>>;
2946
+
2947
+ export declare interface SectionProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
2948
+ /** Section title */
2949
+ title?: ReactNode;
2950
+ /** Section description */
2951
+ description?: ReactNode;
2952
+ /** Title level for accessibility */
2953
+ titleLevel?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
2954
+ /** Spacing between sections */
2955
+ spacing?: SectionSpacing;
2956
+ /** Whether to show a divider above the section */
2957
+ divider?: boolean;
2958
+ /** Actions to display in the header (right side) */
2959
+ actions?: ReactNode;
2960
+ /** Custom class name */
2961
+ className?: string;
2962
+ /** Test ID */
2963
+ testId?: string;
2964
+ }
2965
+
2966
+ export declare type SectionSpacing = 'none' | 'sm' | 'md' | 'lg' | 'xl';
2967
+
2968
+ export declare const Select: ForwardRefExoticComponent<SelectProps & RefAttributes<HTMLSelectElement>>;
2969
+
2970
+ export declare interface SelectProps extends Omit<SelectHTMLAttributes<HTMLSelectElement>, 'size'> {
2971
+ /** Select size */
2972
+ size?: SelectSize;
2973
+ /** Visual variant */
2974
+ variant?: SelectVariant;
2975
+ /** Error state */
2976
+ isInvalid?: boolean;
2977
+ /** Placeholder option */
2978
+ placeholder?: string;
2979
+ /** Custom class name */
2980
+ className?: string;
2981
+ /** Test ID */
2982
+ testId?: string;
2983
+ /** Children (option elements) */
2984
+ children?: ReactNode;
2985
+ }
2986
+
2987
+ export declare type SelectSize = 'sm' | 'md' | 'lg';
2988
+
2989
+ export declare type SelectVariant = 'outline' | 'filled';
2990
+
2991
+ declare interface SemanticProps extends HTMLAttributes<HTMLElement> {
2992
+ children?: ReactNode;
2993
+ className?: string;
2994
+ style?: CSSProperties;
2995
+ testId?: string;
2996
+ }
2997
+
2998
+ /** Semantic spacing aliases */
2999
+ export declare const semanticSpacing: {
3000
+ /** Component internal padding - tight */
3001
+ readonly componentPaddingXs: number;
3002
+ /** Component internal padding - default */
3003
+ readonly componentPaddingSm: number;
3004
+ /** Component internal padding - comfortable */
3005
+ readonly componentPaddingMd: number;
3006
+ /** Component internal padding - spacious */
3007
+ readonly componentPaddingLg: number;
3008
+ /** Gap between inline elements */
3009
+ readonly inlineGapXs: 4;
3010
+ readonly inlineGapSm: number;
3011
+ readonly inlineGapMd: number;
3012
+ readonly inlineGapLg: number;
3013
+ /** Gap between stacked elements */
3014
+ readonly stackGapXs: number;
3015
+ readonly stackGapSm: number;
3016
+ readonly stackGapMd: number;
3017
+ readonly stackGapLg: number;
3018
+ readonly stackGapXl: number;
3019
+ /** Page/section margins */
3020
+ readonly sectionGapSm: number;
3021
+ readonly sectionGapMd: number;
3022
+ readonly sectionGapLg: number;
3023
+ readonly sectionGapXl: number;
3024
+ /** Container padding */
3025
+ readonly containerPaddingSm: number;
3026
+ readonly containerPaddingMd: number;
3027
+ readonly containerPaddingLg: number;
3028
+ };
3029
+
3030
+ /** Shadow scale - from subtle to elevated */
3031
+ export declare const shadows: {
3032
+ /** No shadow */
3033
+ readonly none: "none";
3034
+ /** Extra small - subtle lift, perfect for cards on hover */
3035
+ readonly xs: "0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 3px 0 rgba(0, 0, 0, 0.06)";
3036
+ /** Small - light elevation for cards, inputs */
3037
+ readonly sm: "0 1px 3px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.06), 0 0 1px 0 rgba(0, 0, 0, 0.04)";
3038
+ /** Medium - default card shadow */
3039
+ readonly md: "0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 4px 8px -1px rgba(0, 0, 0, 0.06), 0 8px 16px -2px rgba(0, 0, 0, 0.06)";
3040
+ /** Large - dropdown, popover shadows */
3041
+ readonly lg: "0 4px 6px -2px rgba(0, 0, 0, 0.03), 0 8px 16px -4px rgba(0, 0, 0, 0.08), 0 16px 32px -8px rgba(0, 0, 0, 0.08)";
3042
+ /** Extra large - modal shadows */
3043
+ readonly xl: "0 8px 16px -4px rgba(0, 0, 0, 0.04), 0 16px 32px -8px rgba(0, 0, 0, 0.08), 0 32px 64px -16px rgba(0, 0, 0, 0.12)";
3044
+ /** 2XL - floating panels, notifications */
3045
+ readonly '2xl': "0 12px 24px -6px rgba(0, 0, 0, 0.05), 0 24px 48px -12px rgba(0, 0, 0, 0.1), 0 48px 96px -24px rgba(0, 0, 0, 0.15)";
3046
+ /** Inner shadow - for inset effects */
3047
+ readonly inner: "inset 0 2px 4px 0 rgba(0, 0, 0, 0.05)";
3048
+ /** Inner shadow - stronger, for pressed states */
3049
+ readonly innerStrong: "inset 0 2px 6px 0 rgba(0, 0, 0, 0.1)";
3050
+ };
3051
+
3052
+ /**
3053
+ * Sidebar dimensions
3054
+ */
3055
+ export declare const sidebarSizes: {
3056
+ /** Collapsed sidebar width: 72px */
3057
+ readonly collapsed: 72;
3058
+ /** Expanded sidebar width: 240px */
3059
+ readonly expanded: 240;
3060
+ /** Logo size: 32px */
3061
+ readonly logoSize: number;
3062
+ /** Nav icon size: 20px */
3063
+ readonly navIconSize: number;
3064
+ };
3065
+
3066
+ /** Size variants */
3067
+ export declare type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
3068
+
3069
+ export declare const Skeleton: ForwardRefExoticComponent<SkeletonProps & RefAttributes<HTMLDivElement>>;
3070
+
3071
+ export declare interface SkeletonProps extends HTMLAttributes<HTMLDivElement> {
3072
+ /** Skeleton variant */
3073
+ variant?: SkeletonVariant;
3074
+ /** Width */
3075
+ width?: string | number;
3076
+ /** Height */
3077
+ height?: string | number;
3078
+ /** Border radius (for rectangular variant) */
3079
+ radius?: string | number;
3080
+ /** Whether to animate */
3081
+ animate?: boolean;
3082
+ /** Custom class name */
3083
+ className?: string;
3084
+ /** Test ID */
3085
+ testId?: string;
3086
+ }
3087
+
3088
+ export declare function SkeletonText({ lines, gap, lastLineWidth, className, }: SkeletonTextProps): JSX.Element;
3089
+
3090
+ export declare namespace SkeletonText {
3091
+ var displayName: string;
3092
+ }
3093
+
3094
+ /** Text skeleton with multiple lines */
3095
+ export declare interface SkeletonTextProps {
3096
+ /** Number of lines */
3097
+ lines?: number;
3098
+ /** Gap between lines */
3099
+ gap?: number;
3100
+ /** Last line width percentage */
3101
+ lastLineWidth?: string;
3102
+ /** Custom class name */
3103
+ className?: string;
3104
+ }
3105
+
3106
+ export declare type SkeletonVariant = 'text' | 'circular' | 'rectangular';
3107
+
3108
+ export declare const Slider: ForwardRefExoticComponent<SliderProps & RefAttributes<HTMLInputElement>>;
3109
+
3110
+ export declare interface SliderProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type' | 'onChange'> {
3111
+ /** Slider size */
3112
+ size?: SliderSize;
3113
+ /** Minimum value */
3114
+ min?: number;
3115
+ /** Maximum value */
3116
+ max?: number;
3117
+ /** Step increment */
3118
+ step?: number;
3119
+ /** Current value (controlled) */
3120
+ value?: number;
3121
+ /** Default value (uncontrolled) */
3122
+ defaultValue?: number;
3123
+ /** Callback when value changes */
3124
+ onChange?: (value: number) => void;
3125
+ /** Whether to show the value label */
3126
+ showValue?: boolean;
3127
+ /** Format the value for display */
3128
+ formatValue?: (value: number) => string;
3129
+ /** Label for the slider */
3130
+ label?: string;
3131
+ /** Whether the slider is disabled */
3132
+ disabled?: boolean;
3133
+ /** Custom class name */
3134
+ className?: string;
3135
+ /** Test ID */
3136
+ testId?: string;
3137
+ }
3138
+
3139
+ export declare type SliderSize = 'sm' | 'md' | 'lg';
3140
+
3141
+ export declare const Spacer: ForwardRefExoticComponent<SpacerProps & RefAttributes<HTMLDivElement>>;
3142
+
3143
+ export declare interface SpacerProps extends HTMLAttributes<HTMLDivElement> {
3144
+ /** Fixed size in spacing tokens */
3145
+ size?: SpacingKey_2;
3146
+ /** Custom size in pixels */
3147
+ customSize?: number;
3148
+ /** Whether to expand to fill available space (flex: 1) */
3149
+ flex?: boolean;
3150
+ /** Direction of the spacer */
3151
+ direction?: 'horizontal' | 'vertical';
3152
+ /** Custom class name */
3153
+ className?: string;
3154
+ }
3155
+
3156
+ declare type Spacing = typeof spacing;
3157
+
3158
+ /** Spacing scale - values in pixels */
3159
+ export declare const spacing: {
3160
+ /** 0px */
3161
+ readonly 0: 0;
3162
+ /** 1px - hairline */
3163
+ readonly px: 1;
3164
+ /** 2px - micro */
3165
+ readonly 0.5: number;
3166
+ /** 4px - tiny */
3167
+ readonly 1: 4;
3168
+ /** 6px */
3169
+ readonly 1.5: number;
3170
+ /** 8px - extra small */
3171
+ readonly 2: number;
3172
+ /** 10px */
3173
+ readonly 2.5: number;
3174
+ /** 12px - small */
3175
+ readonly 3: number;
3176
+ /** 14px */
3177
+ readonly 3.5: number;
3178
+ /** 16px - medium (base) */
3179
+ readonly 4: number;
3180
+ /** 20px */
3181
+ readonly 5: number;
3182
+ /** 24px - large */
3183
+ readonly 6: number;
3184
+ /** 28px */
3185
+ readonly 7: number;
3186
+ /** 32px - extra large */
3187
+ readonly 8: number;
3188
+ /** 36px */
3189
+ readonly 9: number;
3190
+ /** 40px */
3191
+ readonly 10: number;
3192
+ /** 44px */
3193
+ readonly 11: number;
3194
+ /** 48px - 2x large */
3195
+ readonly 12: number;
3196
+ /** 56px */
3197
+ readonly 14: number;
3198
+ /** 64px - 3x large */
3199
+ readonly 16: number;
3200
+ /** 80px */
3201
+ readonly 20: number;
3202
+ /** 96px - 4x large */
3203
+ readonly 24: number;
3204
+ /** 112px */
3205
+ readonly 28: number;
3206
+ /** 128px */
3207
+ readonly 32: number;
3208
+ /** 160px */
3209
+ readonly 40: number;
3210
+ /** 192px */
3211
+ readonly 48: number;
3212
+ /** 224px */
3213
+ readonly 56: number;
3214
+ /** 256px */
3215
+ readonly 64: number;
3216
+ /** 320px */
3217
+ readonly 80: number;
3218
+ /** 384px */
3219
+ readonly 96: number;
3220
+ };
3221
+
3222
+ declare type SpacingKey = keyof Spacing;
3223
+
3224
+ declare type SpacingKey_2 = keyof typeof spacing;
3225
+
3226
+ declare type SpacingKey_3 = keyof typeof spacing;
3227
+
3228
+ /** Spacing props for components */
3229
+ export declare interface SpacingProps {
3230
+ /** Margin all sides */
3231
+ m?: SpacingKey;
3232
+ /** Margin horizontal (left + right) */
3233
+ mx?: SpacingKey;
3234
+ /** Margin vertical (top + bottom) */
3235
+ my?: SpacingKey;
3236
+ /** Margin top */
3237
+ mt?: SpacingKey;
3238
+ /** Margin right */
3239
+ mr?: SpacingKey;
3240
+ /** Margin bottom */
3241
+ mb?: SpacingKey;
3242
+ /** Margin left */
3243
+ ml?: SpacingKey;
3244
+ /** Padding all sides */
3245
+ p?: SpacingKey;
3246
+ /** Padding horizontal (left + right) */
3247
+ px?: SpacingKey;
3248
+ /** Padding vertical (top + bottom) */
3249
+ py?: SpacingKey;
3250
+ /** Padding top */
3251
+ pt?: SpacingKey;
3252
+ /** Padding right */
3253
+ pr?: SpacingKey;
3254
+ /** Padding bottom */
3255
+ pb?: SpacingKey;
3256
+ /** Padding left */
3257
+ pl?: SpacingKey;
3258
+ }
3259
+
3260
+ /** Convert spacing key to CSS value with px unit */
3261
+ export declare function spacingToCss(key: keyof typeof spacing | undefined): string | undefined;
3262
+
3263
+ /** Alias for Loader */
3264
+ export declare const Spinner: ForwardRefExoticComponent<LoaderProps & RefAttributes<HTMLDivElement>>;
3265
+
3266
+ /**
3267
+ * Alias for ScreenReaderOnly with a shorter name
3268
+ */
3269
+ export declare const SrOnly: ForwardRefExoticComponent<ScreenReaderOnlyProps & RefAttributes<HTMLSpanElement>>;
3270
+
3271
+ export declare const Stack: StackComponent;
3272
+
3273
+ declare interface StackComponent {
3274
+ <E extends ElementType = 'div'>(props: StackProps<E> & {
3275
+ ref?: ComponentPropsWithRef<E>['ref'];
3276
+ }): default_2.JSX.Element | null;
3277
+ displayName?: string;
3278
+ }
3279
+
3280
+ export declare interface StackOwnProps extends SpacingProps {
3281
+ /** The element type to render */
3282
+ as?: ElementType;
3283
+ /** Custom class name */
3284
+ className?: string;
3285
+ /** Custom inline styles */
3286
+ style?: CSSProperties;
3287
+ /** Stack direction */
3288
+ direction?: 'row' | 'column' | 'row-reverse' | 'column-reverse';
3289
+ /** Gap between items */
3290
+ gap?: SpacingKey;
3291
+ /** Horizontal gap (for row direction) */
3292
+ gapX?: SpacingKey;
3293
+ /** Vertical gap (for column direction) */
3294
+ gapY?: SpacingKey;
3295
+ /** Align items */
3296
+ align?: CSSProperties['alignItems'];
3297
+ /** Justify content */
3298
+ justify?: CSSProperties['justifyContent'];
3299
+ /** Flex wrap */
3300
+ wrap?: CSSProperties['flexWrap'];
3301
+ /** Whether to render as inline-flex */
3302
+ inline?: boolean;
3303
+ /** Children */
3304
+ children?: ReactNode;
3305
+ /** Test ID */
3306
+ testId?: string;
3307
+ }
3308
+
3309
+ export declare type StackProps<E extends ElementType = 'div'> = StackOwnProps & Omit<ComponentPropsWithoutRef<E>, keyof StackOwnProps>;
3310
+
3311
+ /**
3312
+ * Stat card dimensions
3313
+ */
3314
+ export declare const statCardSizes: {
3315
+ /** Icon container size: 48px */
3316
+ readonly iconContainer: number;
3317
+ };
3318
+
3319
+ /**
3320
+ * Semantic opacity values for common states.
3321
+ */
3322
+ export declare const stateOpacity: {
3323
+ /** Disabled elements */
3324
+ readonly disabled: 0.5;
3325
+ /** Placeholder text */
3326
+ readonly placeholder: 0.5;
3327
+ /** Hover overlay */
3328
+ readonly hoverOverlay: 0.05;
3329
+ /** Active/pressed overlay */
3330
+ readonly activeOverlay: 0.1;
3331
+ /** Modal backdrop */
3332
+ readonly backdrop: 0.4;
3333
+ /** Loading state */
3334
+ readonly loading: 0.7;
3335
+ /** Secondary text */
3336
+ readonly muted: 0.6;
3337
+ /** Subtle decorative elements */
3338
+ readonly subtle: 0.3;
3339
+ };
3340
+
3341
+ /** Success - calm green */
3342
+ export declare const success: {
3343
+ readonly 50: "#ECFDF5";
3344
+ readonly 100: "#D1FAE5";
3345
+ readonly 200: "#A7F3D0";
3346
+ readonly 300: "#6EE7B7";
3347
+ readonly 400: "#34D399";
3348
+ readonly 500: "#10B981";
3349
+ readonly 600: "#059669";
3350
+ readonly 700: "#047857";
3351
+ readonly 800: "#065F46";
3352
+ readonly 900: "#064E3B";
3353
+ readonly 950: "#022C22";
3354
+ };
3355
+
3356
+ export declare const Switch: ForwardRefExoticComponent<SwitchProps & RefAttributes<HTMLInputElement>>;
3357
+
3358
+ export declare interface SwitchProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'> {
3359
+ /** Switch size */
3360
+ size?: SwitchSize;
3361
+ /** Label text */
3362
+ label?: ReactNode;
3363
+ /** Description below label */
3364
+ description?: ReactNode;
3365
+ /** Custom class name */
3366
+ className?: string;
3367
+ /** Test ID */
3368
+ testId?: string;
3369
+ }
3370
+
3371
+ export declare type SwitchSize = 'sm' | 'md' | 'lg';
3372
+
3373
+ /**
3374
+ * Switch/toggle sizes.
3375
+ */
3376
+ export declare const switchSizes: {
3377
+ readonly sm: {
3378
+ readonly width: 36;
3379
+ readonly height: 20;
3380
+ readonly thumb: 16;
3381
+ };
3382
+ readonly md: {
3383
+ readonly width: 44;
3384
+ readonly height: 24;
3385
+ readonly thumb: 20;
3386
+ };
3387
+ readonly lg: {
3388
+ readonly width: 52;
3389
+ readonly height: 28;
3390
+ readonly thumb: 24;
3391
+ };
3392
+ };
3393
+
3394
+ export declare const Tab: ForwardRefExoticComponent<TabProps & RefAttributes<HTMLButtonElement>>;
3395
+
3396
+ export declare const Table: ForwardRefExoticComponent<TableProps & RefAttributes<HTMLTableElement>>;
3397
+
3398
+ export declare const TableBody: ForwardRefExoticComponent<TableBodyProps & RefAttributes<HTMLTableSectionElement>>;
3399
+
3400
+ export declare interface TableBodyProps extends HTMLAttributes<HTMLTableSectionElement> {
3401
+ /** Custom class name */
3402
+ className?: string;
3403
+ }
3404
+
3405
+ export declare const TableCaption: ForwardRefExoticComponent<TableCaptionProps & RefAttributes<HTMLTableCaptionElement>>;
3406
+
3407
+ export declare interface TableCaptionProps extends HTMLAttributes<HTMLTableCaptionElement> {
3408
+ /** Caption placement */
3409
+ placement?: 'top' | 'bottom';
3410
+ /** Custom class name */
3411
+ className?: string;
3412
+ }
3413
+
3414
+ export declare const TableCell: ForwardRefExoticComponent<TableCellProps & RefAttributes<HTMLTableCellElement>>;
3415
+
3416
+ export declare interface TableCellProps extends TdHTMLAttributes<HTMLTableCellElement> {
3417
+ /** Text alignment */
3418
+ align?: 'left' | 'center' | 'right';
3419
+ /** Whether to truncate text */
3420
+ truncate?: boolean;
3421
+ /** Custom class name */
3422
+ className?: string;
3423
+ }
3424
+
3425
+ export declare const TableFoot: ForwardRefExoticComponent<TableFootProps & RefAttributes<HTMLTableSectionElement>>;
3426
+
3427
+ export declare interface TableFootProps extends HTMLAttributes<HTMLTableSectionElement> {
3428
+ /** Custom class name */
3429
+ className?: string;
3430
+ }
3431
+
3432
+ export declare const TableHead: ForwardRefExoticComponent<TableHeadProps & RefAttributes<HTMLTableSectionElement>>;
3433
+
3434
+ export declare const TableHeader: ForwardRefExoticComponent<TableHeaderProps & RefAttributes<HTMLTableCellElement>>;
3435
+
3436
+ export declare interface TableHeaderProps extends ThHTMLAttributes<HTMLTableCellElement> {
3437
+ /** Whether the column is sortable */
3438
+ sortable?: boolean;
3439
+ /** Sort direction */
3440
+ sortDirection?: 'asc' | 'desc' | null;
3441
+ /** Callback when sort is requested */
3442
+ onSort?: () => void;
3443
+ /** Text alignment */
3444
+ align?: 'left' | 'center' | 'right';
3445
+ /** Custom class name */
3446
+ className?: string;
3447
+ }
3448
+
3449
+ export declare interface TableHeadProps extends HTMLAttributes<HTMLTableSectionElement> {
3450
+ /** Whether the header is sticky */
3451
+ sticky?: boolean;
3452
+ /** Custom class name */
3453
+ className?: string;
3454
+ }
3455
+
3456
+ export declare interface TableProps extends HTMLAttributes<HTMLTableElement> {
3457
+ /** Table size */
3458
+ size?: TableSize;
3459
+ /** Table variant */
3460
+ variant?: TableVariant;
3461
+ /** Whether the table has a sticky header */
3462
+ stickyHeader?: boolean;
3463
+ /** Whether the table is in a loading state */
3464
+ loading?: boolean;
3465
+ /** Custom class name */
3466
+ className?: string;
3467
+ /** Test ID */
3468
+ testId?: string;
3469
+ }
3470
+
3471
+ export declare const TableRow: ForwardRefExoticComponent<TableRowProps & RefAttributes<HTMLTableRowElement>>;
3472
+
3473
+ export declare interface TableRowProps extends HTMLAttributes<HTMLTableRowElement> {
3474
+ /** Whether the row is selected */
3475
+ selected?: boolean;
3476
+ /** Whether the row is clickable */
3477
+ clickable?: boolean;
3478
+ /** Custom class name */
3479
+ className?: string;
3480
+ }
3481
+
3482
+ export declare type TableSize = 'sm' | 'md' | 'lg';
3483
+
3484
+ export declare type TableVariant = 'default' | 'striped' | 'bordered';
3485
+
3486
+ export declare const TabList: ForwardRefExoticComponent<TabListProps & RefAttributes<HTMLDivElement>>;
3487
+
3488
+ export declare interface TabListProps extends HTMLAttributes<HTMLDivElement> {
3489
+ /** Custom class name */
3490
+ className?: string;
3491
+ }
3492
+
3493
+ export declare const TabPanel: ForwardRefExoticComponent<TabPanelProps & RefAttributes<HTMLDivElement>>;
3494
+
3495
+ export declare interface TabPanelProps extends HTMLAttributes<HTMLDivElement> {
3496
+ /** Panel value (must match a Tab value) */
3497
+ value: string;
3498
+ /** Custom class name */
3499
+ className?: string;
3500
+ }
3501
+
3502
+ export declare const TabPanels: ForwardRefExoticComponent<TabPanelsProps & RefAttributes<HTMLDivElement>>;
3503
+
3504
+ export declare interface TabPanelsProps extends HTMLAttributes<HTMLDivElement> {
3505
+ /** Custom class name */
3506
+ className?: string;
3507
+ }
3508
+
3509
+ export declare interface TabProps extends Omit<HTMLAttributes<HTMLButtonElement>, 'onClick'> {
3510
+ /** Tab value */
3511
+ value: string;
3512
+ /** Whether the tab is disabled */
3513
+ disabled?: boolean;
3514
+ /** Icon before the label */
3515
+ icon?: ReactNode;
3516
+ /** Custom class name */
3517
+ className?: string;
3518
+ }
3519
+
3520
+ export declare const Tabs: ForwardRefExoticComponent<TabsProps & RefAttributes<HTMLDivElement>>;
3521
+
3522
+ export declare type TabsOrientation = 'horizontal' | 'vertical';
3523
+
3524
+ export declare interface TabsProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> {
3525
+ /** Currently selected tab value */
3526
+ value?: string;
3527
+ /** Default value (uncontrolled) */
3528
+ defaultValue?: string;
3529
+ /** Callback when tab changes */
3530
+ onChange?: (value: string) => void;
3531
+ /** Tab size */
3532
+ size?: TabsSize;
3533
+ /** Tab variant */
3534
+ variant?: TabsVariant;
3535
+ /** Tab orientation */
3536
+ orientation?: TabsOrientation;
3537
+ /** Custom class name */
3538
+ className?: string;
3539
+ /** Test ID */
3540
+ testId?: string;
3541
+ }
3542
+
3543
+ export declare type TabsSize = 'sm' | 'md' | 'lg';
3544
+
3545
+ export declare type TabsVariant = 'line' | 'enclosed' | 'soft';
3546
+
3547
+ declare const Text_2: TextComponent & {
3548
+ displayName: string;
3549
+ };
3550
+ export { Text_2 as Text }
3551
+
3552
+ export declare const Textarea: ForwardRefExoticComponent<TextareaProps & RefAttributes<HTMLTextAreaElement>>;
3553
+
3554
+ export declare interface TextareaProps extends Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'size'> {
3555
+ /** Textarea size */
3556
+ size?: TextareaSize;
3557
+ /** Visual variant */
3558
+ variant?: TextareaVariant;
3559
+ /** Error state */
3560
+ isInvalid?: boolean;
3561
+ /** Auto resize based on content */
3562
+ autoResize?: boolean;
3563
+ /** Minimum rows */
3564
+ minRows?: number;
3565
+ /** Maximum rows */
3566
+ maxRows?: number;
3567
+ /** Show character count */
3568
+ showCount?: boolean;
3569
+ /** Max character length */
3570
+ maxLength?: number;
3571
+ /** Custom class name */
3572
+ className?: string;
3573
+ /** Test ID */
3574
+ testId?: string;
3575
+ }
3576
+
3577
+ export declare type TextareaSize = 'sm' | 'md' | 'lg';
3578
+
3579
+ export declare type TextareaVariant = 'outline' | 'filled';
3580
+
3581
+ declare type TextComponent = <E extends ElementType = 'p'>(props: TextProps<E> & {
3582
+ ref?: ComponentPropsWithRef<E>['ref'];
3583
+ }) => default_2.JSX.Element | null;
3584
+
3585
+ export declare const TextField: ForwardRefExoticComponent<TextFieldProps & RefAttributes<HTMLInputElement>>;
3586
+
3587
+ export declare interface TextFieldProps extends InputProps {
3588
+ /** Field label */
3589
+ label?: ReactNode;
3590
+ /** Helper text below the input */
3591
+ helperText?: ReactNode;
3592
+ /** Error message (also sets isInvalid) */
3593
+ errorMessage?: ReactNode;
3594
+ /** Whether the field is required */
3595
+ isRequired?: boolean;
3596
+ /** Whether to hide the label visually (still accessible) */
3597
+ hideLabel?: boolean;
3598
+ }
3599
+
3600
+ export declare interface TextOwnProps {
3601
+ /** Text style preset */
3602
+ variant?: 'body' | 'bodyLarge' | 'bodySmall' | 'label' | 'caption' | 'overline' | 'code';
3603
+ /** Font size */
3604
+ size?: FontSize;
3605
+ /** Font weight */
3606
+ weight?: FontWeight;
3607
+ /** Line height */
3608
+ leading?: LineHeight;
3609
+ /** Text alignment */
3610
+ align?: CSSProperties['textAlign'];
3611
+ /** Text color (CSS variable or direct value) */
3612
+ color?: string;
3613
+ /** Whether text should truncate with ellipsis */
3614
+ truncate?: boolean;
3615
+ /** Max number of lines before truncating */
3616
+ lineClamp?: number;
3617
+ /** Custom class name */
3618
+ className?: string;
3619
+ /** Custom inline styles */
3620
+ style?: CSSProperties;
3621
+ /** Children */
3622
+ children?: ReactNode;
3623
+ /** Test ID */
3624
+ testId?: string;
3625
+ }
3626
+
3627
+ export declare type TextProps<E extends ElementType = 'p'> = TextOwnProps & Omit<ComponentPropsWithoutRef<E>, keyof TextOwnProps> & {
3628
+ /** The element type to render */
3629
+ as?: E;
3630
+ };
3631
+
3632
+ /** Pre-composed text styles */
3633
+ export declare const textStyles: {
3634
+ /** Display styles - for hero sections */
3635
+ readonly displayLarge: {
3636
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3637
+ readonly fontSize: 96;
3638
+ readonly fontWeight: 700;
3639
+ readonly lineHeight: 1;
3640
+ readonly letterSpacing: "-0.05em";
3641
+ };
3642
+ readonly displayMedium: {
3643
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3644
+ readonly fontSize: 72;
3645
+ readonly fontWeight: 700;
3646
+ readonly lineHeight: 1;
3647
+ readonly letterSpacing: "-0.05em";
3648
+ };
3649
+ readonly displaySmall: {
3650
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3651
+ readonly fontSize: 60;
3652
+ readonly fontWeight: 700;
3653
+ readonly lineHeight: 1.15;
3654
+ readonly letterSpacing: "-0.025em";
3655
+ };
3656
+ /** Heading styles */
3657
+ readonly h1: {
3658
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3659
+ readonly fontSize: 48;
3660
+ readonly fontWeight: 700;
3661
+ readonly lineHeight: 1.15;
3662
+ readonly letterSpacing: "-0.025em";
3663
+ };
3664
+ readonly h2: {
3665
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3666
+ readonly fontSize: 40;
3667
+ readonly fontWeight: 700;
3668
+ readonly lineHeight: 1.15;
3669
+ readonly letterSpacing: "-0.025em";
3670
+ };
3671
+ readonly h3: {
3672
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3673
+ readonly fontSize: 32;
3674
+ readonly fontWeight: 600;
3675
+ readonly lineHeight: 1.25;
3676
+ readonly letterSpacing: "-0.025em";
3677
+ };
3678
+ readonly h4: {
3679
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3680
+ readonly fontSize: 28;
3681
+ readonly fontWeight: 600;
3682
+ readonly lineHeight: 1.25;
3683
+ readonly letterSpacing: "0em";
3684
+ };
3685
+ readonly h5: {
3686
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3687
+ readonly fontSize: 24;
3688
+ readonly fontWeight: 600;
3689
+ readonly lineHeight: 1.25;
3690
+ readonly letterSpacing: "0em";
3691
+ };
3692
+ readonly h6: {
3693
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3694
+ readonly fontSize: 20;
3695
+ readonly fontWeight: 600;
3696
+ readonly lineHeight: 1.25;
3697
+ readonly letterSpacing: "0em";
3698
+ };
3699
+ /** Body text styles */
3700
+ readonly bodyLarge: {
3701
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3702
+ readonly fontSize: 18;
3703
+ readonly fontWeight: 400;
3704
+ readonly lineHeight: 1.5;
3705
+ readonly letterSpacing: "0em";
3706
+ };
3707
+ readonly bodyDefault: {
3708
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3709
+ readonly fontSize: 16;
3710
+ readonly fontWeight: 400;
3711
+ readonly lineHeight: 1.5;
3712
+ readonly letterSpacing: "0em";
3713
+ };
3714
+ readonly bodySmall: {
3715
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3716
+ readonly fontSize: 14;
3717
+ readonly fontWeight: 400;
3718
+ readonly lineHeight: 1.5;
3719
+ readonly letterSpacing: "0em";
3720
+ };
3721
+ /** Utility text styles */
3722
+ readonly label: {
3723
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3724
+ readonly fontSize: 12;
3725
+ readonly fontWeight: 500;
3726
+ readonly lineHeight: 1.5;
3727
+ readonly letterSpacing: "0.025em";
3728
+ };
3729
+ readonly caption: {
3730
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3731
+ readonly fontSize: 11;
3732
+ readonly fontWeight: 400;
3733
+ readonly lineHeight: 1.625;
3734
+ readonly letterSpacing: "0.025em";
3735
+ };
3736
+ readonly overline: {
3737
+ readonly fontFamily: "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif";
3738
+ readonly fontSize: 11;
3739
+ readonly fontWeight: 600;
3740
+ readonly lineHeight: 1.5;
3741
+ readonly letterSpacing: "0.1em";
3742
+ readonly textTransform: "uppercase";
3743
+ };
3744
+ /** Code styles */
3745
+ readonly code: {
3746
+ readonly fontFamily: "'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace";
3747
+ readonly fontSize: 12;
3748
+ readonly fontWeight: 400;
3749
+ readonly lineHeight: 1.625;
3750
+ readonly letterSpacing: "0em";
3751
+ };
3752
+ };
3753
+
3754
+ /** Complete theme definition */
3755
+ export declare interface Theme {
3756
+ /** Theme name identifier */
3757
+ name: 'light' | 'dark' | string;
3758
+ /** Theme colors */
3759
+ colors: ThemeColors;
3760
+ }
3761
+
3762
+ /**
3763
+ * Brycks Design System - Theme Types
3764
+ *
3765
+ * Type definitions for the theme system.
3766
+ */
3767
+ /** Semantic color tokens that change between themes */
3768
+ export declare interface ThemeColors {
3769
+ /** Background colors */
3770
+ background: {
3771
+ /** Main app background */
3772
+ app: string;
3773
+ /** Subtle background - for sections */
3774
+ subtle: string;
3775
+ /** Muted background - for cards, inputs */
3776
+ muted: string;
3777
+ /** Elevated background - for raised elements */
3778
+ elevated: string;
3779
+ /** Overlay background - for modals, drawers */
3780
+ overlay: string;
3781
+ /** Inverse background */
3782
+ inverse: string;
3783
+ };
3784
+ /** Foreground/text colors */
3785
+ foreground: {
3786
+ /** Primary text color */
3787
+ default: string;
3788
+ /** Muted/secondary text */
3789
+ muted: string;
3790
+ /** Subtle/tertiary text */
3791
+ subtle: string;
3792
+ /** Disabled text */
3793
+ disabled: string;
3794
+ /** Inverse text (on dark/light backgrounds) */
3795
+ inverse: string;
3796
+ /** Link text */
3797
+ link: string;
3798
+ };
3799
+ /** Border colors */
3800
+ border: {
3801
+ /** Default border */
3802
+ default: string;
3803
+ /** Muted border - subtle dividers */
3804
+ muted: string;
3805
+ /** Strong border - more visible */
3806
+ strong: string;
3807
+ /** Focus border */
3808
+ focus: string;
3809
+ };
3810
+ /** Primary brand colors (contextual) */
3811
+ primary: {
3812
+ /** Default primary */
3813
+ default: string;
3814
+ /** Hover state */
3815
+ hover: string;
3816
+ /** Active/pressed state */
3817
+ active: string;
3818
+ /** Muted primary - for backgrounds */
3819
+ muted: string;
3820
+ /** Soft variant hover - for soft button hover */
3821
+ softHover: string;
3822
+ /** Primary text on primary background */
3823
+ foreground: string;
3824
+ };
3825
+ /** Accent colors (contextual) */
3826
+ accent: {
3827
+ default: string;
3828
+ hover: string;
3829
+ active: string;
3830
+ muted: string;
3831
+ softHover: string;
3832
+ foreground: string;
3833
+ };
3834
+ /** Semantic status colors */
3835
+ success: {
3836
+ default: string;
3837
+ hover: string;
3838
+ muted: string;
3839
+ softHover: string;
3840
+ foreground: string;
3841
+ };
3842
+ warning: {
3843
+ default: string;
3844
+ hover: string;
3845
+ muted: string;
3846
+ softHover: string;
3847
+ foreground: string;
3848
+ };
3849
+ error: {
3850
+ default: string;
3851
+ hover: string;
3852
+ muted: string;
3853
+ softHover: string;
3854
+ foreground: string;
3855
+ };
3856
+ info: {
3857
+ default: string;
3858
+ hover: string;
3859
+ muted: string;
3860
+ softHover: string;
3861
+ foreground: string;
3862
+ };
3863
+ }
3864
+
3865
+ /** Theme configuration for customization */
3866
+ export declare interface ThemeConfig {
3867
+ /** Light theme overrides */
3868
+ light?: Partial<ThemeColors>;
3869
+ /** Dark theme overrides */
3870
+ dark?: Partial<ThemeColors>;
3871
+ /** Default mode */
3872
+ defaultMode?: ThemeMode;
3873
+ }
3874
+
3875
+ /** Theme context value */
3876
+ export declare interface ThemeContextValue {
3877
+ /** Current theme */
3878
+ theme: Theme;
3879
+ /** Current mode */
3880
+ mode: ThemeMode;
3881
+ /** Resolved mode (light or dark, never system) */
3882
+ resolvedMode: 'light' | 'dark';
3883
+ /** Set theme mode */
3884
+ setMode: (mode: ThemeMode) => void;
3885
+ /** Toggle between light and dark */
3886
+ toggleMode: () => void;
3887
+ }
3888
+
3889
+ /** Theme mode */
3890
+ export declare type ThemeMode = 'light' | 'dark' | 'system';
3891
+
3892
+ export declare function ThemeProvider({ children, config, skipCSSVariables, }: ThemeProviderProps): JSX.Element;
3893
+
3894
+ declare interface ThemeProviderProps {
3895
+ /** Child components */
3896
+ children: ReactNode;
3897
+ /** Theme configuration for customization */
3898
+ config?: ThemeConfig;
3899
+ /** Skip injecting CSS variables (for SSR or custom handling) */
3900
+ skipCSSVariables?: boolean;
3901
+ }
3902
+
3903
+ export declare const Toast: ForwardRefExoticComponent<ToastProps & RefAttributes<HTMLDivElement>>;
3904
+
3905
+ declare interface ToastContextValue {
3906
+ toasts: ToastItem[];
3907
+ addToast: (props: Omit<ToastProps, 'isOpen' | 'onClose'>) => string;
3908
+ removeToast: (id: string) => void;
3909
+ removeAll: () => void;
3910
+ }
3911
+
3912
+ export declare type ToastIntent = 'info' | 'success' | 'warning' | 'error';
3913
+
3914
+ declare interface ToastItem {
3915
+ id: string;
3916
+ props: Omit<ToastProps, 'isOpen' | 'onClose'>;
3917
+ }
3918
+
3919
+ export declare type ToastPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
3920
+
3921
+ export declare interface ToastProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
3922
+ /** Toast intent/type */
3923
+ intent?: ToastIntent;
3924
+ /** Toast title */
3925
+ title?: ReactNode;
3926
+ /** Toast description */
3927
+ description?: ReactNode;
3928
+ /** Whether the toast is visible */
3929
+ isOpen?: boolean;
3930
+ /** Duration in ms before auto-dismiss (0 = no auto-dismiss) */
3931
+ duration?: number;
3932
+ /** Callback when toast should close */
3933
+ onClose?: () => void;
3934
+ /** Whether to show close button */
3935
+ showCloseButton?: boolean;
3936
+ /** Action button */
3937
+ action?: ReactNode;
3938
+ /** Custom icon */
3939
+ icon?: ReactNode;
3940
+ /** Custom class name */
3941
+ className?: string;
3942
+ /** Test ID */
3943
+ testId?: string;
3944
+ }
3945
+
3946
+ export declare function ToastProvider({ children, position, maxToasts, }: ToastProviderProps): JSX.Element;
3947
+
3948
+ export declare interface ToastProviderProps {
3949
+ children: ReactNode;
3950
+ position?: ToastPosition;
3951
+ maxToasts?: number;
3952
+ }
3953
+
3954
+ export declare const Tooltip: ForwardRefExoticComponent<TooltipProps & RefAttributes<HTMLDivElement>>;
3955
+
3956
+ export declare type TooltipPlacement = 'top' | 'bottom' | 'left' | 'right';
3957
+
3958
+ export declare interface TooltipProps extends Omit<HTMLAttributes<HTMLDivElement>, 'content'> {
3959
+ /** Tooltip content */
3960
+ content: ReactNode;
3961
+ /** Placement relative to trigger */
3962
+ placement?: TooltipPlacement;
3963
+ /** Delay before showing (ms) */
3964
+ delay?: number;
3965
+ /** Whether tooltip is disabled */
3966
+ isDisabled?: boolean;
3967
+ /** Custom class name */
3968
+ className?: string;
3969
+ /** Test ID */
3970
+ testId?: string;
3971
+ /** Trigger element */
3972
+ children: ReactNode;
3973
+ }
3974
+
3975
+ /**
3976
+ * Pre-composed CSS transition strings for common use cases.
3977
+ */
3978
+ export declare const transition: {
3979
+ /** No transition */
3980
+ readonly none: "none";
3981
+ /** Ultra-fast - for micro-interactions (50ms) */
3982
+ readonly instant: "all 50ms cubic-bezier(0, 0, 0.2, 1)";
3983
+ /** Fast - for hover states, toggles (100ms) */
3984
+ readonly fast: "all 100ms cubic-bezier(0, 0, 0.2, 1)";
3985
+ /** Quick - standard interactive feedback (150ms) */
3986
+ readonly quick: "all 150ms cubic-bezier(0, 0, 0.2, 1)";
3987
+ /** Default - most state changes (200ms) */
3988
+ readonly default: "all 200ms cubic-bezier(0, 0, 0.2, 1)";
3989
+ /** Smooth - focus states, form elements (300ms) */
3990
+ readonly smooth: "all 300ms cubic-bezier(0.25, 0.1, 0.25, 1)";
3991
+ /** Slow - reveals, modals (400ms) */
3992
+ readonly slow: "all 400ms cubic-bezier(0, 0, 0.2, 1)";
3993
+ /** Spring - bouncy, tactile feel (300ms) */
3994
+ readonly spring: "all 300ms cubic-bezier(0.22, 1, 0.36, 1)";
3995
+ /** Colors only - optimized for color transitions */
3996
+ readonly colors: "color 100ms cubic-bezier(0, 0, 0.2, 1), background-color 100ms cubic-bezier(0, 0, 0.2, 1), border-color 100ms cubic-bezier(0, 0, 0.2, 1)";
3997
+ /** Transform only - for scale, translate */
3998
+ readonly transform: "transform 200ms cubic-bezier(0, 0, 0.2, 1)";
3999
+ /** Opacity only - for fade effects */
4000
+ readonly opacity: "opacity 200ms cubic-bezier(0, 0, 0.2, 1)";
4001
+ /** Shadow only - for elevation changes */
4002
+ readonly shadow: "box-shadow 200ms cubic-bezier(0, 0, 0.2, 1)";
4003
+ };
4004
+
4005
+ /**
4006
+ * CSS transition property groups.
4007
+ */
4008
+ export declare const transitionProperties: {
4009
+ readonly all: "all";
4010
+ readonly colors: "color, background-color, border-color, fill, stroke";
4011
+ readonly opacity: "opacity";
4012
+ readonly shadow: "box-shadow";
4013
+ readonly transform: "transform";
4014
+ readonly dimensions: "width, height, padding, margin";
4015
+ };
4016
+
4017
+ /** Pre-composed transition presets */
4018
+ export declare const transitions: {
4019
+ /** No transition */
4020
+ readonly none: "none";
4021
+ /** Default - for most interactions */
4022
+ readonly default: "all 200ms cubic-bezier(0, 0, 0.2, 1)";
4023
+ /** Fast - for hover states, micro-interactions */
4024
+ readonly fast: "all 100ms cubic-bezier(0, 0, 0.2, 1)";
4025
+ /** Quick - for quick feedback */
4026
+ readonly quick: "all 150ms cubic-bezier(0, 0, 0.2, 1)";
4027
+ /** Smooth - for focus states */
4028
+ readonly smooth: "all 300ms cubic-bezier(0.25, 0.1, 0.25, 1)";
4029
+ /** Spring - for interactive elements */
4030
+ readonly spring: "all 300ms cubic-bezier(0.22, 1, 0.36, 1)";
4031
+ /** Slow - for reveals, modals */
4032
+ readonly slow: "all 400ms cubic-bezier(0, 0, 0.2, 1)";
4033
+ /** Transform only */
4034
+ readonly transform: "transform 200ms cubic-bezier(0, 0, 0.2, 1)";
4035
+ /** Opacity only */
4036
+ readonly opacity: "opacity 200ms cubic-bezier(0, 0, 0.2, 1)";
4037
+ /** Colors only */
4038
+ readonly colors: "color 100ms cubic-bezier(0, 0, 0.2, 1), background-color 100ms cubic-bezier(0, 0, 0.2, 1), border-color 100ms cubic-bezier(0, 0, 0.2, 1)";
4039
+ /** Shadow only */
4040
+ readonly shadow: "box-shadow 200ms cubic-bezier(0, 0, 0.2, 1)";
4041
+ };
4042
+
4043
+ export declare function useClickOutside<T extends HTMLElement = HTMLElement>(handler: (event: MouseEvent | TouchEvent) => void, options?: UseClickOutsideOptions): RefObject<T | null>;
4044
+
4045
+ export declare interface UseClickOutsideOptions {
4046
+ /** Whether the listener is active */
4047
+ enabled?: boolean;
4048
+ /** Event type to listen for */
4049
+ eventType?: 'mousedown' | 'mouseup' | 'click';
4050
+ }
4051
+
4052
+ export declare function useControllable<T>(options: UseControllableOptions<T>): UseControllableReturn<T>;
4053
+
4054
+ /**
4055
+ * useControllable Hook
4056
+ *
4057
+ * Manages controlled vs uncontrolled state pattern.
4058
+ * Allows components to work in both controlled and uncontrolled modes.
4059
+ */
4060
+ export declare interface UseControllableOptions<T> {
4061
+ /** Controlled value (if provided, component is controlled) */
4062
+ value?: T;
4063
+ /** Default value for uncontrolled mode */
4064
+ defaultValue: T;
4065
+ /** Callback when value changes */
4066
+ onChange?: (value: T) => void;
4067
+ }
4068
+
4069
+ export declare interface UseControllableReturn<T> {
4070
+ /** Current value */
4071
+ value: T;
4072
+ /** Set the value */
4073
+ setValue: (value: T | ((prev: T) => T)) => void;
4074
+ /** Whether the component is controlled */
4075
+ isControlled: boolean;
4076
+ }
4077
+
4078
+ export declare function useDisclosure(options?: UseDisclosureOptions): UseDisclosureReturn;
4079
+
4080
+ export declare interface UseDisclosureOptions {
4081
+ defaultIsOpen?: boolean;
4082
+ onOpen?: () => void;
4083
+ onClose?: () => void;
4084
+ }
4085
+
4086
+ /**
4087
+ * useDisclosure Hook
4088
+ *
4089
+ * Manages open/closed state for modals, popovers, drawers, etc.
4090
+ */
4091
+ export declare interface UseDisclosureReturn {
4092
+ isOpen: boolean;
4093
+ onOpen: () => void;
4094
+ onClose: () => void;
4095
+ onToggle: () => void;
4096
+ setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
4097
+ }
4098
+
4099
+ export declare function useFocusTrap<T extends HTMLElement = HTMLDivElement>(options?: UseFocusTrapOptions): UseFocusTrapReturn<T>;
4100
+
4101
+ export declare interface UseFocusTrapOptions {
4102
+ /** Whether the focus trap is active */
4103
+ enabled?: boolean;
4104
+ /** Whether to auto-focus the first element */
4105
+ autoFocus?: boolean;
4106
+ /** Whether to restore focus on unmount */
4107
+ restoreFocus?: boolean;
4108
+ /** Initial element to focus (selector or element) */
4109
+ initialFocus?: string | HTMLElement | null;
4110
+ }
4111
+
4112
+ export declare interface UseFocusTrapReturn<T extends HTMLElement> {
4113
+ /** Ref to attach to the container */
4114
+ ref: RefObject<T | null>;
4115
+ /** Manually focus the first focusable element */
4116
+ focusFirst: () => void;
4117
+ /** Manually focus the last focusable element */
4118
+ focusLast: () => void;
4119
+ }
4120
+
4121
+ /**
4122
+ * useId Hook
4123
+ *
4124
+ * Generates a stable unique ID for accessibility attributes.
4125
+ * Falls back to custom implementation for React < 18.
4126
+ */
4127
+ export declare function useId(prefix?: string): string;
4128
+
4129
+ export declare function useIds(count: number, prefix?: string): string[];
4130
+
4131
+ export declare function useIsDesktop(): boolean;
4132
+
4133
+ /** Pre-built responsive hooks */
4134
+ export declare function useIsMobile(): boolean;
4135
+
4136
+ export declare function useIsTablet(): boolean;
4137
+
4138
+ export declare function useKeyboardNavigation(options: UseKeyboardNavigationOptions): UseKeyboardNavigationReturn;
4139
+
4140
+ /**
4141
+ * useKeyboardNavigation Hook
4142
+ *
4143
+ * Handles keyboard navigation for lists, menus, and other navigable components.
4144
+ */
4145
+ export declare interface UseKeyboardNavigationOptions {
4146
+ /** Total number of items */
4147
+ itemCount: number;
4148
+ /** Initial focused index */
4149
+ initialIndex?: number;
4150
+ /** Whether navigation wraps around */
4151
+ loop?: boolean;
4152
+ /** Orientation of the list */
4153
+ orientation?: 'horizontal' | 'vertical' | 'both';
4154
+ /** Callback when index changes */
4155
+ onIndexChange?: (index: number) => void;
4156
+ /** Callback when item is selected */
4157
+ onSelect?: (index: number) => void;
4158
+ }
4159
+
4160
+ export declare interface UseKeyboardNavigationReturn {
4161
+ /** Current focused index */
4162
+ focusedIndex: number;
4163
+ /** Set focused index */
4164
+ setFocusedIndex: (index: number) => void;
4165
+ /** Handle keyboard events */
4166
+ handleKeyDown: (event: React.KeyboardEvent) => void;
4167
+ /** Get props for an item */
4168
+ getItemProps: (index: number) => {
4169
+ tabIndex: number;
4170
+ 'data-focused': boolean;
4171
+ onFocus: () => void;
4172
+ };
4173
+ }
4174
+
4175
+ /**
4176
+ * useMediaQuery Hook
4177
+ *
4178
+ * React hook for responsive design with media queries.
4179
+ */
4180
+ export declare function useMediaQuery(query: string): boolean;
4181
+
4182
+ export declare function usePrefersDarkMode(): boolean;
4183
+
4184
+ export declare function usePrefersReducedMotion(): boolean;
4185
+
4186
+ /** Hook to access theme context */
4187
+ export declare function useTheme(): ThemeContextValue;
4188
+
4189
+ /** Hook to get current theme colors */
4190
+ export declare function useThemeColors(): ThemeColors;
4191
+
4192
+ export declare function useToast(): ToastContextValue;
4193
+
4194
+ export declare const Video: ForwardRefExoticComponent<VideoProps & RefAttributes<VideoRef>>;
4195
+
4196
+ export declare type VideoFit = 'cover' | 'contain' | 'fill' | 'none' | 'scale-down';
4197
+
4198
+ export declare type VideoPreload = 'none' | 'metadata' | 'auto';
4199
+
4200
+ export declare interface VideoProps extends Omit<VideoHTMLAttributes<HTMLVideoElement>, 'autoPlay'> {
4201
+ /** Video source URL */
4202
+ src: string;
4203
+ /** Poster image URL shown before playback */
4204
+ poster?: string;
4205
+ /** Aspect ratio (width/height) */
4206
+ aspectRatio?: number | string;
4207
+ /** How the video should fit within its container */
4208
+ fit?: VideoFit;
4209
+ /** Preload behavior */
4210
+ preload?: VideoPreload;
4211
+ /**
4212
+ * Autoplay behavior.
4213
+ * - true: Autoplay (muted, respects reduced motion)
4214
+ * - 'muted': Autoplay muted only
4215
+ * - false: No autoplay
4216
+ * @default false
4217
+ */
4218
+ autoPlay?: boolean | 'muted';
4219
+ /** Loop video playback */
4220
+ loop?: boolean;
4221
+ /** Show native controls */
4222
+ controls?: boolean;
4223
+ /** Start muted */
4224
+ muted?: boolean;
4225
+ /** Play inline on mobile (vs fullscreen) */
4226
+ playsInline?: boolean;
4227
+ /** Border radius using design tokens */
4228
+ radius?: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
4229
+ /** Callback when video starts playing */
4230
+ onPlay?: (event: SyntheticEvent<HTMLVideoElement>) => void;
4231
+ /** Callback when video pauses */
4232
+ onPause?: (event: SyntheticEvent<HTMLVideoElement>) => void;
4233
+ /** Callback when video ends */
4234
+ onEnded?: (event: SyntheticEvent<HTMLVideoElement>) => void;
4235
+ /** Callback when video can play */
4236
+ onCanPlay?: (event: SyntheticEvent<HTMLVideoElement>) => void;
4237
+ /** Callback on error */
4238
+ onError?: (event: SyntheticEvent<HTMLVideoElement>) => void;
4239
+ /** Custom class name */
4240
+ className?: string;
4241
+ /** Test ID */
4242
+ testId?: string;
4243
+ }
4244
+
4245
+ export declare interface VideoRef {
4246
+ /** Play the video */
4247
+ play: () => Promise<void>;
4248
+ /** Pause the video */
4249
+ pause: () => void;
4250
+ /** Toggle play/pause */
4251
+ toggle: () => void;
4252
+ /** Seek to time in seconds */
4253
+ seek: (time: number) => void;
4254
+ /** Get current time in seconds */
4255
+ getCurrentTime: () => number;
4256
+ /** Get duration in seconds */
4257
+ getDuration: () => number;
4258
+ /** Check if video is playing */
4259
+ isPlaying: () => boolean;
4260
+ /** Get the underlying video element */
4261
+ getElement: () => HTMLVideoElement | null;
4262
+ }
4263
+
4264
+ export declare const VStack: StackComponent;
4265
+
4266
+ /** Warning - warm amber */
4267
+ export declare const warning: {
4268
+ readonly 50: "#FFFBEB";
4269
+ readonly 100: "#FEF3C7";
4270
+ readonly 200: "#FDE68A";
4271
+ readonly 300: "#FCD34D";
4272
+ readonly 400: "#FBBF24";
4273
+ readonly 500: "#F59E0B";
4274
+ readonly 600: "#D97706";
4275
+ readonly 700: "#B45309";
4276
+ readonly 800: "#92400E";
4277
+ readonly 900: "#78350F";
4278
+ readonly 950: "#451A03";
4279
+ };
4280
+
4281
+ /** Z-index scale */
4282
+ export declare const zIndex: {
4283
+ /** Hidden - below everything */
4284
+ readonly hide: -1;
4285
+ /** Auto - default stacking */
4286
+ readonly auto: "auto";
4287
+ /** Base - normal content */
4288
+ readonly base: 0;
4289
+ /** Docked - sticky elements */
4290
+ readonly docked: 10;
4291
+ /** Dropdown - menus, selects */
4292
+ readonly dropdown: 1000;
4293
+ /** Sticky - sticky headers */
4294
+ readonly sticky: 1100;
4295
+ /** Banner - notification banners */
4296
+ readonly banner: 1200;
4297
+ /** Overlay - backdrop overlays */
4298
+ readonly overlay: 1300;
4299
+ /** Modal - dialog windows */
4300
+ readonly modal: 1400;
4301
+ /** Popover - popovers, tooltips */
4302
+ readonly popover: 1500;
4303
+ /** Skiplink - accessibility skip links */
4304
+ readonly skipLink: 1600;
4305
+ /** Toast - notification toasts */
4306
+ readonly toast: 1700;
4307
+ /** Tooltip - tooltips (highest) */
4308
+ readonly tooltip: 1800;
4309
+ };
4310
+
4311
+ export { }