@ahrowe/ui 0.35.0 → 0.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (727) hide show
  1. package/README.md +100 -71
  2. package/dist/cjs-types/common/accordion/accordion.d.ts +4 -0
  3. package/dist/cjs-types/common/accordion/accordion.types.d.ts +21 -0
  4. package/dist/cjs-types/common/accordion/index.d.ts +2 -0
  5. package/dist/cjs-types/common/actionButtons/actionButtons.d.ts +2 -0
  6. package/dist/cjs-types/common/actionButtons/actionButtons.types.d.ts +34 -0
  7. package/dist/cjs-types/common/actionButtons/index.d.ts +2 -0
  8. package/dist/cjs-types/common/actionIcon/actionIcon.d.ts +4 -0
  9. package/dist/cjs-types/common/actionIcon/actionIcon.types.d.ts +15 -0
  10. package/dist/cjs-types/common/actionIcon/index.d.ts +2 -0
  11. package/dist/cjs-types/common/alert/alert.d.ts +4 -0
  12. package/dist/cjs-types/common/alert/alert.types.d.ts +30 -0
  13. package/dist/cjs-types/common/alert/index.d.ts +2 -0
  14. package/dist/cjs-types/common/animatedIcon/animatedIcon.d.ts +3 -0
  15. package/dist/cjs-types/common/animatedIcon/animatedIcon.types.d.ts +25 -0
  16. package/dist/cjs-types/common/animatedIcon/index.d.ts +2 -0
  17. package/dist/cjs-types/common/animatedLogo/animatedLogo.d.ts +4 -0
  18. package/dist/cjs-types/common/animatedLogo/animatedLogo.types.d.ts +35 -0
  19. package/dist/cjs-types/common/animatedLogo/index.d.ts +2 -0
  20. package/dist/cjs-types/common/animatedText/animatedText.d.ts +4 -0
  21. package/dist/cjs-types/common/animatedText/animatedText.types.d.ts +65 -0
  22. package/dist/cjs-types/common/animatedText/index.d.ts +2 -0
  23. package/dist/cjs-types/common/avatar/avatar.d.ts +4 -0
  24. package/dist/cjs-types/common/avatar/avatar.types.d.ts +26 -0
  25. package/dist/cjs-types/common/avatar/avatarGroup.d.ts +4 -0
  26. package/dist/cjs-types/common/avatar/index.d.ts +3 -0
  27. package/dist/cjs-types/common/badge/badge.d.ts +4 -0
  28. package/dist/cjs-types/common/badge/badge.types.d.ts +31 -0
  29. package/dist/cjs-types/common/badge/index.d.ts +2 -0
  30. package/dist/cjs-types/common/bodyEnd/bodyEnd.d.ts +4 -0
  31. package/dist/cjs-types/common/bodyEnd/bodyEnd.types.d.ts +4 -0
  32. package/dist/cjs-types/common/bodyEnd/index.d.ts +2 -0
  33. package/dist/cjs-types/common/breadcrumb/breadcrumb.d.ts +4 -0
  34. package/dist/cjs-types/common/breadcrumb/breadcrumb.types.d.ts +33 -0
  35. package/dist/cjs-types/common/breadcrumb/index.d.ts +2 -0
  36. package/dist/cjs-types/common/button/button.d.ts +9 -0
  37. package/dist/cjs-types/common/button/button.types.d.ts +42 -0
  38. package/dist/cjs-types/common/button/index.d.ts +2 -0
  39. package/dist/cjs-types/common/buttonGroup/buttonGroup.d.ts +4 -0
  40. package/dist/cjs-types/common/buttonGroup/buttonGroup.types.d.ts +12 -0
  41. package/dist/cjs-types/common/buttonGroup/index.d.ts +2 -0
  42. package/dist/cjs-types/common/card/Card.d.ts +4 -0
  43. package/dist/cjs-types/common/card/CardActions.d.ts +4 -0
  44. package/dist/cjs-types/common/card/CardContent.d.ts +4 -0
  45. package/dist/cjs-types/common/card/CardHeader.d.ts +4 -0
  46. package/dist/cjs-types/common/card/CardMedia.d.ts +4 -0
  47. package/dist/cjs-types/common/card/card.types.d.ts +55 -0
  48. package/dist/cjs-types/common/card/index.d.ts +6 -0
  49. package/dist/cjs-types/common/carousel/carousel.d.ts +4 -0
  50. package/dist/cjs-types/common/carousel/carousel.types.d.ts +35 -0
  51. package/dist/cjs-types/common/carousel/index.d.ts +2 -0
  52. package/dist/cjs-types/common/checkbox/checkbox.d.ts +4 -0
  53. package/dist/cjs-types/common/checkbox/checkbox.types.d.ts +27 -0
  54. package/dist/cjs-types/common/checkbox/index.d.ts +2 -0
  55. package/dist/cjs-types/common/chip/chip.d.ts +4 -0
  56. package/dist/cjs-types/common/chip/chip.types.d.ts +35 -0
  57. package/dist/cjs-types/common/chip/chipContainer.d.ts +4 -0
  58. package/dist/cjs-types/common/chip/index.d.ts +3 -0
  59. package/dist/cjs-types/common/colorPicker/colorPicker.d.ts +4 -0
  60. package/dist/cjs-types/common/colorPicker/colorPicker.types.d.ts +25 -0
  61. package/dist/cjs-types/common/colorPicker/index.d.ts +2 -0
  62. package/dist/cjs-types/common/colorPicker/toHex.d.ts +11 -0
  63. package/dist/cjs-types/common/configProvider/configProvider.d.ts +13 -0
  64. package/dist/cjs-types/common/configProvider/configProvider.types.d.ts +133 -0
  65. package/dist/cjs-types/common/configProvider/index.d.ts +6 -0
  66. package/dist/cjs-types/common/configProvider/presentation.types.d.ts +14 -0
  67. package/dist/cjs-types/common/configProvider/useComponentDefaults.d.ts +17 -0
  68. package/dist/cjs-types/common/configProvider/useLabels.d.ts +22 -0
  69. package/dist/cjs-types/common/configProvider/usePresentationDefault.d.ts +8 -0
  70. package/dist/cjs-types/common/confirmModal/confirmModal.d.ts +4 -0
  71. package/dist/cjs-types/common/confirmModal/confirmModal.types.d.ts +24 -0
  72. package/dist/cjs-types/common/confirmModal/index.d.ts +2 -0
  73. package/dist/cjs-types/common/datePicker/components/datePickerMonth/datePickerMonth.d.ts +2 -0
  74. package/dist/cjs-types/common/datePicker/components/datePickerMonth/datePickerMonth.types.d.ts +23 -0
  75. package/dist/cjs-types/common/datePicker/components/datePickerMonth/index.d.ts +1 -0
  76. package/dist/cjs-types/common/datePicker/dateFunctions.d.ts +44 -0
  77. package/dist/cjs-types/common/datePicker/datePicker.d.ts +3 -0
  78. package/dist/cjs-types/common/datePicker/datePicker.types.d.ts +60 -0
  79. package/dist/cjs-types/common/datePicker/index.d.ts +2 -0
  80. package/dist/cjs-types/common/divider/divider.d.ts +4 -0
  81. package/dist/cjs-types/common/divider/divider.types.d.ts +21 -0
  82. package/dist/cjs-types/common/divider/index.d.ts +2 -0
  83. package/dist/cjs-types/common/drawer/drawer.d.ts +4 -0
  84. package/dist/cjs-types/common/drawer/drawer.types.d.ts +15 -0
  85. package/dist/cjs-types/common/drawer/index.d.ts +2 -0
  86. package/dist/cjs-types/common/dropZone/dropZone.d.ts +4 -0
  87. package/dist/cjs-types/common/dropZone/dropZone.types.d.ts +90 -0
  88. package/dist/cjs-types/common/dropZone/index.d.ts +2 -0
  89. package/dist/cjs-types/common/dropdown/dropdown.d.ts +4 -0
  90. package/dist/cjs-types/common/dropdown/dropdown.types.d.ts +47 -0
  91. package/dist/cjs-types/common/dropdown/index.d.ts +2 -0
  92. package/dist/cjs-types/common/emptyState/emptyState.d.ts +3 -0
  93. package/dist/cjs-types/common/emptyState/emptyState.types.d.ts +20 -0
  94. package/dist/cjs-types/common/emptyState/index.d.ts +2 -0
  95. package/dist/cjs-types/common/errorBoundary/errorBoundary.d.ts +14 -0
  96. package/dist/cjs-types/common/errorBoundary/errorBoundary.types.d.ts +57 -0
  97. package/dist/cjs-types/common/errorBoundary/index.d.ts +2 -0
  98. package/dist/cjs-types/common/fab/components/fabBase/fabBase.d.ts +3 -0
  99. package/dist/cjs-types/common/fab/components/fabBase/fabBase.types.d.ts +12 -0
  100. package/dist/cjs-types/common/fab/components/fabBase/index.d.ts +1 -0
  101. package/dist/cjs-types/common/fab/fab.d.ts +3 -0
  102. package/dist/cjs-types/common/fab/fab.types.d.ts +22 -0
  103. package/dist/cjs-types/common/fab/index.d.ts +2 -0
  104. package/dist/cjs-types/common/flip/flip.d.ts +3 -0
  105. package/dist/cjs-types/common/flip/flip.types.d.ts +44 -0
  106. package/dist/cjs-types/common/flip/index.d.ts +2 -0
  107. package/dist/cjs-types/common/floorPlan/floorPlan.faces.d.ts +33 -0
  108. package/dist/cjs-types/common/floorPlan/floorPlan.fixtures.d.ts +35 -0
  109. package/dist/cjs-types/common/floorPlan/floorPlan.geometry.d.ts +111 -0
  110. package/dist/cjs-types/common/floorPlan/floorPlan.graph.d.ts +184 -0
  111. package/dist/cjs-types/common/floorPlan/floorPlan.hit.d.ts +26 -0
  112. package/dist/cjs-types/common/floorPlan/floorPlan.json.d.ts +23 -0
  113. package/dist/cjs-types/common/floorPlan/floorPlan.mesh.d.ts +36 -0
  114. package/dist/cjs-types/common/floorPlan/floorPlan.path.d.ts +59 -0
  115. package/dist/cjs-types/common/floorPlan/floorPlan.plan.d.ts +98 -0
  116. package/dist/cjs-types/common/floorPlan/floorPlan.rooms.d.ts +47 -0
  117. package/dist/cjs-types/common/floorPlan/floorPlan.snap.d.ts +101 -0
  118. package/dist/cjs-types/common/floorPlan/floorPlan.triangulate.d.ts +11 -0
  119. package/dist/cjs-types/common/floorPlan/floorPlan.types.d.ts +276 -0
  120. package/dist/cjs-types/common/floorPlan/index.d.ts +30 -0
  121. package/dist/cjs-types/common/floorPlan/legacySvg.d.ts +27 -0
  122. package/dist/cjs-types/common/hooks/useAnchorTracking.d.ts +40 -0
  123. package/dist/cjs-types/common/hooks/useCoarsePointer.d.ts +3 -0
  124. package/dist/cjs-types/common/hooks/useFocusBoundary.d.ts +20 -0
  125. package/dist/cjs-types/common/hooks/useMediaQuery.d.ts +9 -0
  126. package/dist/cjs-types/common/hooks/useOverlay.d.ts +26 -0
  127. package/dist/cjs-types/common/hooks/useScrollEdges.d.ts +18 -0
  128. package/dist/cjs-types/common/hooks/useSheet.d.ts +19 -0
  129. package/dist/cjs-types/common/hooks/useSwipeDismiss.d.ts +33 -0
  130. package/dist/cjs-types/common/hooks/useVisualViewportSize.d.ts +13 -0
  131. package/dist/cjs-types/common/iconPicker/iconPicker.d.ts +3 -0
  132. package/dist/cjs-types/common/iconPicker/iconPicker.types.d.ts +23 -0
  133. package/dist/cjs-types/common/iconPicker/index.d.ts +2 -0
  134. package/dist/cjs-types/common/idleManager/idleManager.d.ts +3 -0
  135. package/dist/cjs-types/common/idleManager/idleManager.types.d.ts +8 -0
  136. package/dist/cjs-types/common/idleManager/index.d.ts +2 -0
  137. package/dist/cjs-types/common/infiniteBlock/useInfiniteScroll.d.ts +5 -0
  138. package/dist/cjs-types/common/input/index.d.ts +2 -0
  139. package/dist/cjs-types/common/input/input.d.ts +4 -0
  140. package/dist/cjs-types/common/input/input.types.d.ts +84 -0
  141. package/dist/cjs-types/common/inputDropdown/index.d.ts +2 -0
  142. package/dist/cjs-types/common/inputDropdown/inputDropdown.d.ts +3 -0
  143. package/dist/cjs-types/common/inputDropdown/inputDropdown.types.d.ts +36 -0
  144. package/dist/cjs-types/common/interactableDiv/index.d.ts +2 -0
  145. package/dist/cjs-types/common/interactableDiv/interactableDiv.d.ts +8 -0
  146. package/dist/cjs-types/common/kanbanBoard/KanbanBoard.d.ts +3 -0
  147. package/dist/cjs-types/common/kanbanBoard/KanbanColumn.d.ts +45 -0
  148. package/dist/cjs-types/common/kanbanBoard/KanbanItem.d.ts +3 -0
  149. package/dist/cjs-types/common/kanbanBoard/index.d.ts +3 -0
  150. package/dist/cjs-types/common/kanbanBoard/kanbanBoard.types.d.ts +129 -0
  151. package/dist/cjs-types/common/kanbanBoard/kanbanBoard.utils.d.ts +60 -0
  152. package/dist/cjs-types/common/klipyPicker/components/gifPreview/gifPreview.d.ts +3 -0
  153. package/dist/cjs-types/common/klipyPicker/components/gifPreview/gifPreview.types.d.ts +7 -0
  154. package/dist/cjs-types/common/klipyPicker/components/gifPreview/index.d.ts +1 -0
  155. package/dist/cjs-types/common/klipyPicker/components/gifView/gifView.d.ts +3 -0
  156. package/dist/cjs-types/common/klipyPicker/components/gifView/gifView.types.d.ts +4 -0
  157. package/dist/cjs-types/common/klipyPicker/components/gifView/index.d.ts +1 -0
  158. package/dist/cjs-types/common/klipyPicker/index.d.ts +2 -0
  159. package/dist/cjs-types/common/klipyPicker/klipyPicker.d.ts +3 -0
  160. package/dist/cjs-types/common/klipyPicker/klipyPicker.types.d.ts +15 -0
  161. package/dist/cjs-types/common/loading/iconLoading/iconLoading.d.ts +5 -0
  162. package/dist/cjs-types/common/loading/iconLoading/index.d.ts +2 -0
  163. package/dist/cjs-types/common/loading/index.d.ts +2 -0
  164. package/dist/cjs-types/common/loading/spinnerLoading/index.d.ts +2 -0
  165. package/dist/cjs-types/common/loading/spinnerLoading/spinnerLoading.d.ts +6 -0
  166. package/dist/cjs-types/common/maskedInput/index.d.ts +2 -0
  167. package/dist/cjs-types/common/maskedInput/mask.d.ts +48 -0
  168. package/dist/cjs-types/common/maskedInput/maskedInput.d.ts +13 -0
  169. package/dist/cjs-types/common/maskedInput/maskedInput.types.d.ts +38 -0
  170. package/dist/cjs-types/common/menu/index.d.ts +2 -0
  171. package/dist/cjs-types/common/menu/menu.d.ts +14 -0
  172. package/dist/cjs-types/common/menu/menu.types.d.ts +55 -0
  173. package/dist/cjs-types/common/modal/index.d.ts +2 -0
  174. package/dist/cjs-types/common/modal/modal.d.ts +3 -0
  175. package/dist/cjs-types/common/modal/modal.types.d.ts +31 -0
  176. package/dist/cjs-types/common/multiSelect/index.d.ts +2 -0
  177. package/dist/cjs-types/common/multiSelect/multiSelect.d.ts +4 -0
  178. package/dist/cjs-types/common/multiSelect/multiSelect.types.d.ts +69 -0
  179. package/dist/cjs-types/common/numberInput/index.d.ts +3 -0
  180. package/dist/cjs-types/common/numberInput/numberInput.d.ts +5 -0
  181. package/dist/cjs-types/common/numberInput/numberInput.types.d.ts +76 -0
  182. package/dist/cjs-types/common/numberInput/useStepRepeat.d.ts +17 -0
  183. package/dist/cjs-types/common/optionPicker/index.d.ts +2 -0
  184. package/dist/cjs-types/common/optionPicker/optionPicker.d.ts +4 -0
  185. package/dist/cjs-types/common/optionPicker/optionPicker.types.d.ts +16 -0
  186. package/dist/cjs-types/common/otpInput/index.d.ts +2 -0
  187. package/dist/cjs-types/common/otpInput/otpInput.d.ts +4 -0
  188. package/dist/cjs-types/common/otpInput/otpInput.types.d.ts +60 -0
  189. package/dist/cjs-types/common/overscroll/index.d.ts +2 -0
  190. package/dist/cjs-types/common/overscroll/overscroll.d.ts +2 -0
  191. package/dist/cjs-types/common/overscroll/overscroll.types.d.ts +14 -0
  192. package/dist/cjs-types/common/pagination/index.d.ts +2 -0
  193. package/dist/cjs-types/common/pagination/pagination.d.ts +4 -0
  194. package/dist/cjs-types/common/pagination/pagination.types.d.ts +45 -0
  195. package/dist/cjs-types/common/planCanvas/index.d.ts +2 -0
  196. package/dist/cjs-types/common/planCanvas/planCanvas.d.ts +7 -0
  197. package/dist/cjs-types/common/planCanvas/planCanvas.types.d.ts +64 -0
  198. package/dist/cjs-types/common/popover/index.d.ts +2 -0
  199. package/dist/cjs-types/common/popover/popover.d.ts +3 -0
  200. package/dist/cjs-types/common/popover/popover.types.d.ts +94 -0
  201. package/dist/cjs-types/common/popover/usePopoverPosition.d.ts +44 -0
  202. package/dist/cjs-types/common/progressBar/index.d.ts +2 -0
  203. package/dist/cjs-types/common/progressBar/progressBar.d.ts +5 -0
  204. package/dist/cjs-types/common/progressBar/progressBar.types.d.ts +18 -0
  205. package/dist/cjs-types/common/radioGroup/index.d.ts +2 -0
  206. package/dist/cjs-types/common/radioGroup/radioGroup.d.ts +4 -0
  207. package/dist/cjs-types/common/radioGroup/radioGroup.types.d.ts +45 -0
  208. package/dist/cjs-types/common/rating/index.d.ts +2 -0
  209. package/dist/cjs-types/common/rating/rating.d.ts +4 -0
  210. package/dist/cjs-types/common/rating/rating.types.d.ts +19 -0
  211. package/dist/cjs-types/common/revealLens/index.d.ts +2 -0
  212. package/dist/cjs-types/common/revealLens/revealLens.d.ts +4 -0
  213. package/dist/cjs-types/common/revealLens/revealLens.types.d.ts +24 -0
  214. package/dist/cjs-types/common/ripple/index.d.ts +2 -0
  215. package/dist/cjs-types/common/ripple/ripple.d.ts +5 -0
  216. package/dist/cjs-types/common/ripple/ripple.types.d.ts +16 -0
  217. package/dist/cjs-types/common/roomDrawer/index.d.ts +2 -0
  218. package/dist/cjs-types/common/roomDrawer/roomDrawer.d.ts +3 -0
  219. package/dist/cjs-types/common/roomDrawer/roomDrawer.types.d.ts +308 -0
  220. package/dist/cjs-types/common/roomDrawer/usePlanHistory.d.ts +24 -0
  221. package/dist/cjs-types/common/roomViewer/index.d.ts +2 -0
  222. package/dist/cjs-types/common/roomViewer/roomViewer.d.ts +10 -0
  223. package/dist/cjs-types/common/roomViewer/roomViewer.types.d.ts +91 -0
  224. package/dist/cjs-types/common/scrollFade/index.d.ts +2 -0
  225. package/dist/cjs-types/common/scrollFade/scrollFade.d.ts +4 -0
  226. package/dist/cjs-types/common/scrollFade/scrollFade.types.d.ts +20 -0
  227. package/dist/cjs-types/common/scrollbarProvider/index.d.ts +2 -0
  228. package/dist/cjs-types/common/scrollbarProvider/scrollbarProvider.d.ts +7 -0
  229. package/dist/cjs-types/common/searchInput/index.d.ts +2 -0
  230. package/dist/cjs-types/common/searchInput/searchInput.d.ts +3 -0
  231. package/dist/cjs-types/common/searchInput/searchInput.types.d.ts +28 -0
  232. package/dist/cjs-types/common/sectionHeader/index.d.ts +2 -0
  233. package/dist/cjs-types/common/sectionHeader/sectionHeader.d.ts +4 -0
  234. package/dist/cjs-types/common/sectionHeader/sectionHeader.types.d.ts +27 -0
  235. package/dist/cjs-types/common/sheetBackdrop/index.d.ts +2 -0
  236. package/dist/cjs-types/common/sheetBackdrop/sheetBackdrop.d.ts +16 -0
  237. package/dist/cjs-types/common/sheetBackdrop/sheetBackdrop.types.d.ts +7 -0
  238. package/dist/cjs-types/common/skeleton/index.d.ts +2 -0
  239. package/dist/cjs-types/common/skeleton/skeleton.d.ts +4 -0
  240. package/dist/cjs-types/common/skeleton/skeleton.types.d.ts +22 -0
  241. package/dist/cjs-types/common/slider/index.d.ts +2 -0
  242. package/dist/cjs-types/common/slider/slider.d.ts +3 -0
  243. package/dist/cjs-types/common/slider/slider.types.d.ts +68 -0
  244. package/dist/cjs-types/common/splitButton/index.d.ts +2 -0
  245. package/dist/cjs-types/common/splitButton/splitButton.d.ts +3 -0
  246. package/dist/cjs-types/common/splitButton/splitButton.types.d.ts +35 -0
  247. package/dist/cjs-types/common/stepper/index.d.ts +2 -0
  248. package/dist/cjs-types/common/stepper/stepper.d.ts +3 -0
  249. package/dist/cjs-types/common/stepper/stepper.types.d.ts +77 -0
  250. package/dist/cjs-types/common/sticky/index.d.ts +1 -0
  251. package/dist/cjs-types/common/sticky/sticky.d.ts +3 -0
  252. package/dist/cjs-types/common/sticky/sticky.types.d.ts +22 -0
  253. package/dist/cjs-types/common/sticky/stickyStack.d.ts +46 -0
  254. package/dist/cjs-types/common/switch/index.d.ts +2 -0
  255. package/dist/cjs-types/common/switch/switch.d.ts +4 -0
  256. package/dist/cjs-types/common/switch/switch.types.d.ts +21 -0
  257. package/dist/cjs-types/common/tabHeader/index.d.ts +2 -0
  258. package/dist/cjs-types/common/tabHeader/tabHeader.d.ts +4 -0
  259. package/dist/cjs-types/common/tabHeader/tabHeader.types.d.ts +20 -0
  260. package/dist/cjs-types/common/textarea/index.d.ts +2 -0
  261. package/dist/cjs-types/common/textarea/textarea.d.ts +3 -0
  262. package/dist/cjs-types/common/textarea/textarea.types.d.ts +2 -0
  263. package/dist/cjs-types/common/themeProvider/defaultTheme.d.ts +7 -0
  264. package/dist/cjs-types/common/themeProvider/index.d.ts +4 -0
  265. package/dist/cjs-types/common/themeProvider/lightTheme.d.ts +13 -0
  266. package/dist/cjs-types/common/themeProvider/theme.types.d.ts +272 -0
  267. package/dist/cjs-types/common/themeProvider/themeProvider.d.ts +38 -0
  268. package/dist/cjs-types/common/themeProvider/themeVariablesContext.d.ts +11 -0
  269. package/dist/cjs-types/common/themeProvider/useTheme.d.ts +4 -0
  270. package/dist/cjs-types/common/tilt/index.d.ts +4 -0
  271. package/dist/cjs-types/common/tilt/tilt.d.ts +3 -0
  272. package/dist/cjs-types/common/tilt/tilt.types.d.ts +40 -0
  273. package/dist/cjs-types/common/tilt/tiltMath.d.ts +24 -0
  274. package/dist/cjs-types/common/tiltGroup/index.d.ts +3 -0
  275. package/dist/cjs-types/common/tiltGroup/tiltGroup.d.ts +6 -0
  276. package/dist/cjs-types/common/tiltGroup/tiltGroup.types.d.ts +16 -0
  277. package/dist/cjs-types/common/timeInput/components/clockDial/clockDial.d.ts +3 -0
  278. package/dist/cjs-types/common/timeInput/components/clockDial/clockDial.types.d.ts +24 -0
  279. package/dist/cjs-types/common/timeInput/components/clockDial/index.d.ts +1 -0
  280. package/dist/cjs-types/common/timeInput/index.d.ts +1 -0
  281. package/dist/cjs-types/common/timeInput/timeFunctions.d.ts +36 -0
  282. package/dist/cjs-types/common/timeInput/timeInput.d.ts +3 -0
  283. package/dist/cjs-types/common/timeInput/timeInput.types.d.ts +44 -0
  284. package/dist/cjs-types/common/timeline/index.d.ts +2 -0
  285. package/dist/cjs-types/common/timeline/timeline.d.ts +3 -0
  286. package/dist/cjs-types/common/timeline/timeline.types.d.ts +51 -0
  287. package/dist/cjs-types/common/timer/index.d.ts +2 -0
  288. package/dist/cjs-types/common/timer/timer.chime.d.ts +1 -0
  289. package/dist/cjs-types/common/timer/timer.d.ts +3 -0
  290. package/dist/cjs-types/common/timer/timer.types.d.ts +110 -0
  291. package/dist/cjs-types/common/toast/index.d.ts +3 -0
  292. package/dist/cjs-types/common/toast/toast.d.ts +11 -0
  293. package/dist/cjs-types/common/toast/toast.types.d.ts +50 -0
  294. package/dist/cjs-types/common/toast/toastProvider.d.ts +8 -0
  295. package/dist/cjs-types/common/toast/toastService.d.ts +7 -0
  296. package/dist/cjs-types/common/tooltip/index.d.ts +2 -0
  297. package/dist/cjs-types/common/tooltip/tooltip.d.ts +3 -0
  298. package/dist/cjs-types/common/tooltip/tooltip.types.d.ts +17 -0
  299. package/dist/cjs-types/common/tree/flattenTree.d.ts +3 -0
  300. package/dist/cjs-types/common/tree/index.d.ts +3 -0
  301. package/dist/cjs-types/common/tree/tree.d.ts +4 -0
  302. package/dist/cjs-types/common/tree/tree.types.d.ts +67 -0
  303. package/dist/cjs-types/common/types/actions.types.d.ts +7 -0
  304. package/dist/cjs-types/common/types/baseProps.types.d.ts +29 -0
  305. package/dist/cjs-types/common/types/icon.types.d.ts +17 -0
  306. package/dist/cjs-types/common/types/slots.types.d.ts +4 -0
  307. package/dist/cjs-types/common/utils/activationKey.d.ts +9 -0
  308. package/dist/cjs-types/common/utils/interactiveTarget.d.ts +7 -0
  309. package/dist/cjs-types/common/utils/listNavigation.d.ts +49 -0
  310. package/dist/cjs-types/common/utils/mergeRefs.d.ts +12 -0
  311. package/dist/cjs-types/common/utils/renderIcon.d.ts +29 -0
  312. package/dist/cjs-types/common/utils/scrollAncestors.d.ts +2 -0
  313. package/dist/cjs-types/common/utils/visualViewport.d.ts +7 -0
  314. package/dist/cjs-types/common/virtualList/index.d.ts +2 -0
  315. package/dist/cjs-types/common/virtualList/useColumnResize.d.ts +59 -0
  316. package/dist/cjs-types/common/virtualList/useColumns.d.ts +52 -0
  317. package/dist/cjs-types/common/virtualList/useHeaderNavigation.d.ts +22 -0
  318. package/dist/cjs-types/common/virtualList/useRowDrag.d.ts +58 -0
  319. package/dist/cjs-types/common/virtualList/useRowNavigation.d.ts +50 -0
  320. package/dist/cjs-types/common/virtualList/useSelection.d.ts +24 -0
  321. package/dist/cjs-types/common/virtualList/useSorting.d.ts +26 -0
  322. package/dist/cjs-types/common/virtualList/useVirtualWindow.d.ts +36 -0
  323. package/dist/cjs-types/common/virtualList/virtualList.d.ts +5 -0
  324. package/dist/cjs-types/common/virtualList/virtualList.types.d.ts +317 -0
  325. package/dist/cjs-types/common/virtualList/virtualList.utils.d.ts +126 -0
  326. package/dist/cjs-types/common/virtualList/virtualListHeader.d.ts +35 -0
  327. package/dist/cjs-types/common/virtualList/virtualRow.d.ts +62 -0
  328. package/dist/cjs-types/common/wizard/index.d.ts +1 -0
  329. package/dist/cjs-types/common/wizard/wizard.d.ts +3 -0
  330. package/dist/cjs-types/common/wizard/wizard.types.d.ts +12 -0
  331. package/dist/cjs-types/hooks/useWindowSize.d.ts +6 -0
  332. package/dist/cjs-types/index.d.ts +154 -0
  333. package/dist/cjs-types/package.json +3 -0
  334. package/dist/cjs-types/services/formValidation/FormValidatorGroupWithForm.d.ts +18 -0
  335. package/dist/cjs-types/services/formValidation/index.d.ts +5 -0
  336. package/dist/cjs-types/services/formValidation/useFormValidatorGroup.d.ts +10 -0
  337. package/dist/cjs-types/services/formValidation/validatableComponent.d.ts +36 -0
  338. package/dist/cjs-types/services/klipy.d.ts +36 -0
  339. package/dist/cjs-types/services/localization.d.ts +3 -0
  340. package/dist/esm/common/carousel/carousel.mjs +1 -1
  341. package/dist/esm/common/carousel/carousel.mjs.map +1 -1
  342. package/dist/esm/common/carousel/carousel.module.mjs.map +1 -1
  343. package/dist/esm/common/confirmModal/confirmModal.mjs +1 -1
  344. package/dist/esm/common/confirmModal/confirmModal.mjs.map +1 -1
  345. package/dist/esm/common/datePicker/datePicker.mjs +1 -1
  346. package/dist/esm/common/datePicker/datePicker.mjs.map +1 -1
  347. package/dist/esm/common/drawer/drawer.module.mjs.map +1 -1
  348. package/dist/esm/common/dropdown/dropdown.mjs +1 -1
  349. package/dist/esm/common/dropdown/dropdown.mjs.map +1 -1
  350. package/dist/esm/common/dropdown/dropdown.module.mjs +1 -1
  351. package/dist/esm/common/dropdown/dropdown.module.mjs.map +1 -1
  352. package/dist/esm/common/hooks/useScrollEdges.mjs +2 -0
  353. package/dist/esm/common/hooks/useScrollEdges.mjs.map +1 -0
  354. package/dist/esm/common/infiniteBlock/useInfiniteScroll.mjs +2 -0
  355. package/dist/esm/common/infiniteBlock/useInfiniteScroll.mjs.map +1 -0
  356. package/dist/esm/common/inputDropdown/inputDropdown.mjs +1 -1
  357. package/dist/esm/common/inputDropdown/inputDropdown.mjs.map +1 -1
  358. package/dist/esm/common/interactableDiv/interactableDiv.mjs +1 -1
  359. package/dist/esm/common/interactableDiv/interactableDiv.mjs.map +1 -1
  360. package/dist/esm/common/klipyPicker/components/gifPreview/gifPreview.module.mjs.map +1 -1
  361. package/dist/esm/common/klipyPicker/components/gifView/gifView.module.mjs.map +1 -1
  362. package/dist/esm/common/maskedInput/mask.mjs +2 -0
  363. package/dist/esm/common/maskedInput/mask.mjs.map +1 -0
  364. package/dist/esm/common/maskedInput/maskedInput.mjs +2 -0
  365. package/dist/esm/common/maskedInput/maskedInput.mjs.map +1 -0
  366. package/dist/esm/common/modal/modal.mjs +1 -1
  367. package/dist/esm/common/modal/modal.mjs.map +1 -1
  368. package/dist/esm/common/modal/modal.module.mjs +1 -1
  369. package/dist/esm/common/modal/modal.module.mjs.map +1 -1
  370. package/dist/esm/common/multiSelect/multiSelect.mjs +1 -1
  371. package/dist/esm/common/multiSelect/multiSelect.mjs.map +1 -1
  372. package/dist/esm/common/radioGroup/radioGroup.types.mjs.map +1 -1
  373. package/dist/esm/common/rating/rating.module.mjs.map +1 -1
  374. package/dist/esm/common/ripple/ripple.mjs +1 -1
  375. package/dist/esm/common/ripple/ripple.mjs.map +1 -1
  376. package/dist/esm/common/scrollFade/scrollFade.mjs +2 -0
  377. package/dist/esm/common/scrollFade/scrollFade.mjs.map +1 -0
  378. package/dist/esm/common/scrollFade/scrollFade.module.mjs +2 -0
  379. package/dist/esm/common/scrollFade/scrollFade.module.mjs.map +1 -0
  380. package/dist/esm/common/scrollFade/scrollFade.types.mjs +2 -0
  381. package/dist/esm/common/scrollFade/scrollFade.types.mjs.map +1 -0
  382. package/dist/esm/common/styles/scrollFade.module.mjs +2 -0
  383. package/dist/esm/common/styles/scrollFade.module.mjs.map +1 -0
  384. package/dist/esm/common/styles/sheet.module.mjs.map +1 -1
  385. package/dist/esm/common/timeInput/timeInput.mjs +1 -1
  386. package/dist/esm/common/timeInput/timeInput.mjs.map +1 -1
  387. package/dist/esm/common/utils/interactiveTarget.mjs +2 -0
  388. package/dist/esm/common/utils/interactiveTarget.mjs.map +1 -0
  389. package/dist/esm/common/utils/listNavigation.mjs +2 -0
  390. package/dist/esm/common/utils/listNavigation.mjs.map +1 -0
  391. package/dist/esm/common/wizard/wizard.module.mjs.map +1 -1
  392. package/dist/esm/index.mjs +1 -1
  393. package/dist/esm/og.png +0 -0
  394. package/dist/index.cjs +3 -3
  395. package/dist/index.cjs.map +1 -1
  396. package/dist/mcp.js +341 -56
  397. package/dist/og.png +0 -0
  398. package/dist/style.css +1 -1
  399. package/dist/types/common/accordion/accordion.d.ts +1 -1
  400. package/dist/types/common/accordion/accordion.types.d.ts +1 -1
  401. package/dist/types/common/accordion/index.d.ts +2 -2
  402. package/dist/types/common/actionButtons/actionButtons.d.ts +1 -1
  403. package/dist/types/common/actionButtons/actionButtons.types.d.ts +3 -3
  404. package/dist/types/common/actionButtons/index.d.ts +2 -2
  405. package/dist/types/common/actionIcon/actionIcon.d.ts +1 -1
  406. package/dist/types/common/actionIcon/actionIcon.types.d.ts +2 -2
  407. package/dist/types/common/actionIcon/index.d.ts +2 -2
  408. package/dist/types/common/alert/alert.d.ts +1 -1
  409. package/dist/types/common/alert/alert.types.d.ts +2 -2
  410. package/dist/types/common/alert/index.d.ts +2 -2
  411. package/dist/types/common/animatedIcon/animatedIcon.d.ts +1 -1
  412. package/dist/types/common/animatedIcon/animatedIcon.types.d.ts +1 -1
  413. package/dist/types/common/animatedIcon/index.d.ts +2 -2
  414. package/dist/types/common/animatedLogo/animatedLogo.d.ts +1 -1
  415. package/dist/types/common/animatedLogo/animatedLogo.types.d.ts +1 -1
  416. package/dist/types/common/animatedLogo/index.d.ts +2 -2
  417. package/dist/types/common/animatedText/animatedText.d.ts +1 -1
  418. package/dist/types/common/animatedText/animatedText.types.d.ts +1 -1
  419. package/dist/types/common/animatedText/index.d.ts +2 -2
  420. package/dist/types/common/avatar/avatar.d.ts +1 -1
  421. package/dist/types/common/avatar/avatar.types.d.ts +2 -2
  422. package/dist/types/common/avatar/avatarGroup.d.ts +1 -1
  423. package/dist/types/common/avatar/index.d.ts +3 -3
  424. package/dist/types/common/badge/badge.d.ts +1 -1
  425. package/dist/types/common/badge/badge.types.d.ts +1 -1
  426. package/dist/types/common/badge/index.d.ts +2 -2
  427. package/dist/types/common/bodyEnd/bodyEnd.d.ts +1 -1
  428. package/dist/types/common/bodyEnd/index.d.ts +2 -2
  429. package/dist/types/common/breadcrumb/breadcrumb.d.ts +1 -1
  430. package/dist/types/common/breadcrumb/breadcrumb.types.d.ts +2 -2
  431. package/dist/types/common/breadcrumb/index.d.ts +2 -2
  432. package/dist/types/common/button/button.d.ts +1 -1
  433. package/dist/types/common/button/button.types.d.ts +2 -2
  434. package/dist/types/common/button/index.d.ts +2 -2
  435. package/dist/types/common/buttonGroup/buttonGroup.d.ts +1 -1
  436. package/dist/types/common/buttonGroup/buttonGroup.types.d.ts +1 -1
  437. package/dist/types/common/buttonGroup/index.d.ts +2 -2
  438. package/dist/types/common/card/Card.d.ts +1 -1
  439. package/dist/types/common/card/CardActions.d.ts +1 -1
  440. package/dist/types/common/card/CardContent.d.ts +1 -1
  441. package/dist/types/common/card/CardHeader.d.ts +1 -1
  442. package/dist/types/common/card/CardMedia.d.ts +1 -1
  443. package/dist/types/common/card/card.types.d.ts +3 -3
  444. package/dist/types/common/card/index.d.ts +6 -6
  445. package/dist/types/common/carousel/carousel.d.ts +1 -1
  446. package/dist/types/common/carousel/carousel.types.d.ts +1 -1
  447. package/dist/types/common/carousel/index.d.ts +2 -2
  448. package/dist/types/common/checkbox/checkbox.d.ts +1 -1
  449. package/dist/types/common/checkbox/checkbox.types.d.ts +2 -2
  450. package/dist/types/common/checkbox/index.d.ts +2 -2
  451. package/dist/types/common/chip/chip.d.ts +1 -1
  452. package/dist/types/common/chip/chip.types.d.ts +1 -1
  453. package/dist/types/common/chip/chipContainer.d.ts +1 -1
  454. package/dist/types/common/chip/index.d.ts +3 -3
  455. package/dist/types/common/colorPicker/colorPicker.d.ts +1 -1
  456. package/dist/types/common/colorPicker/colorPicker.types.d.ts +1 -1
  457. package/dist/types/common/colorPicker/index.d.ts +2 -2
  458. package/dist/types/common/configProvider/configProvider.d.ts +2 -2
  459. package/dist/types/common/configProvider/configProvider.types.d.ts +44 -44
  460. package/dist/types/common/configProvider/index.d.ts +6 -6
  461. package/dist/types/common/configProvider/useComponentDefaults.d.ts +1 -1
  462. package/dist/types/common/configProvider/useLabels.d.ts +1 -1
  463. package/dist/types/common/configProvider/usePresentationDefault.d.ts +1 -1
  464. package/dist/types/common/confirmModal/confirmModal.d.ts +1 -1
  465. package/dist/types/common/confirmModal/confirmModal.types.d.ts +2 -2
  466. package/dist/types/common/confirmModal/index.d.ts +2 -2
  467. package/dist/types/common/datePicker/components/datePickerMonth/datePickerMonth.d.ts +1 -1
  468. package/dist/types/common/datePicker/components/datePickerMonth/index.d.ts +1 -1
  469. package/dist/types/common/datePicker/datePicker.d.ts +1 -1
  470. package/dist/types/common/datePicker/datePicker.types.d.ts +2 -2
  471. package/dist/types/common/datePicker/index.d.ts +2 -2
  472. package/dist/types/common/divider/divider.d.ts +1 -1
  473. package/dist/types/common/divider/divider.types.d.ts +1 -1
  474. package/dist/types/common/divider/index.d.ts +2 -2
  475. package/dist/types/common/drawer/drawer.d.ts +1 -1
  476. package/dist/types/common/drawer/drawer.types.d.ts +1 -1
  477. package/dist/types/common/drawer/index.d.ts +2 -2
  478. package/dist/types/common/dropZone/dropZone.d.ts +1 -1
  479. package/dist/types/common/dropZone/dropZone.types.d.ts +1 -1
  480. package/dist/types/common/dropZone/index.d.ts +2 -2
  481. package/dist/types/common/dropdown/dropdown.d.ts +1 -1
  482. package/dist/types/common/dropdown/dropdown.types.d.ts +3 -3
  483. package/dist/types/common/dropdown/index.d.ts +2 -2
  484. package/dist/types/common/emptyState/emptyState.d.ts +1 -1
  485. package/dist/types/common/emptyState/emptyState.types.d.ts +2 -2
  486. package/dist/types/common/emptyState/index.d.ts +2 -2
  487. package/dist/types/common/errorBoundary/errorBoundary.d.ts +1 -1
  488. package/dist/types/common/errorBoundary/errorBoundary.types.d.ts +1 -1
  489. package/dist/types/common/errorBoundary/index.d.ts +2 -2
  490. package/dist/types/common/fab/components/fabBase/fabBase.d.ts +1 -1
  491. package/dist/types/common/fab/components/fabBase/fabBase.types.d.ts +1 -1
  492. package/dist/types/common/fab/components/fabBase/index.d.ts +1 -1
  493. package/dist/types/common/fab/fab.d.ts +1 -1
  494. package/dist/types/common/fab/fab.types.d.ts +2 -2
  495. package/dist/types/common/fab/index.d.ts +2 -2
  496. package/dist/types/common/flip/flip.d.ts +1 -1
  497. package/dist/types/common/flip/flip.types.d.ts +1 -1
  498. package/dist/types/common/flip/index.d.ts +2 -2
  499. package/dist/types/common/floorPlan/floorPlan.faces.d.ts +2 -2
  500. package/dist/types/common/floorPlan/floorPlan.fixtures.d.ts +1 -1
  501. package/dist/types/common/floorPlan/floorPlan.geometry.d.ts +1 -1
  502. package/dist/types/common/floorPlan/floorPlan.graph.d.ts +1 -1
  503. package/dist/types/common/floorPlan/floorPlan.hit.d.ts +1 -1
  504. package/dist/types/common/floorPlan/floorPlan.json.d.ts +1 -1
  505. package/dist/types/common/floorPlan/floorPlan.mesh.d.ts +1 -1
  506. package/dist/types/common/floorPlan/floorPlan.path.d.ts +1 -1
  507. package/dist/types/common/floorPlan/floorPlan.plan.d.ts +1 -1
  508. package/dist/types/common/floorPlan/floorPlan.rooms.d.ts +1 -1
  509. package/dist/types/common/floorPlan/floorPlan.snap.d.ts +1 -1
  510. package/dist/types/common/floorPlan/floorPlan.triangulate.d.ts +1 -1
  511. package/dist/types/common/floorPlan/index.d.ts +22 -22
  512. package/dist/types/common/floorPlan/legacySvg.d.ts +2 -2
  513. package/dist/types/common/hooks/useScrollEdges.d.ts +18 -0
  514. package/dist/types/common/hooks/useSheet.d.ts +1 -1
  515. package/dist/types/common/iconPicker/iconPicker.d.ts +1 -1
  516. package/dist/types/common/iconPicker/iconPicker.types.d.ts +2 -2
  517. package/dist/types/common/iconPicker/index.d.ts +2 -1
  518. package/dist/types/common/idleManager/idleManager.d.ts +1 -1
  519. package/dist/types/common/idleManager/index.d.ts +2 -1
  520. package/dist/types/common/infiniteBlock/useInfiniteScroll.d.ts +5 -0
  521. package/dist/types/common/input/index.d.ts +2 -2
  522. package/dist/types/common/input/input.d.ts +1 -1
  523. package/dist/types/common/input/input.types.d.ts +2 -2
  524. package/dist/types/common/inputDropdown/index.d.ts +2 -1
  525. package/dist/types/common/inputDropdown/inputDropdown.d.ts +1 -1
  526. package/dist/types/common/inputDropdown/inputDropdown.types.d.ts +2 -2
  527. package/dist/types/common/interactableDiv/index.d.ts +1 -1
  528. package/dist/types/common/interactableDiv/interactableDiv.d.ts +1 -1
  529. package/dist/types/common/kanbanBoard/KanbanBoard.d.ts +1 -1
  530. package/dist/types/common/kanbanBoard/KanbanColumn.d.ts +1 -1
  531. package/dist/types/common/kanbanBoard/KanbanItem.d.ts +1 -1
  532. package/dist/types/common/kanbanBoard/index.d.ts +3 -3
  533. package/dist/types/common/kanbanBoard/kanbanBoard.types.d.ts +1 -1
  534. package/dist/types/common/kanbanBoard/kanbanBoard.utils.d.ts +1 -1
  535. package/dist/types/common/klipyPicker/components/gifPreview/gifPreview.d.ts +1 -1
  536. package/dist/types/common/klipyPicker/components/gifPreview/gifPreview.types.d.ts +1 -1
  537. package/dist/types/common/klipyPicker/components/gifPreview/index.d.ts +1 -1
  538. package/dist/types/common/klipyPicker/components/gifView/gifView.d.ts +1 -1
  539. package/dist/types/common/klipyPicker/components/gifView/index.d.ts +1 -1
  540. package/dist/types/common/klipyPicker/index.d.ts +2 -2
  541. package/dist/types/common/klipyPicker/klipyPicker.d.ts +1 -1
  542. package/dist/types/common/klipyPicker/klipyPicker.types.d.ts +1 -1
  543. package/dist/types/common/loading/index.d.ts +2 -2
  544. package/dist/types/common/loading/spinnerLoading/index.d.ts +1 -1
  545. package/dist/types/common/maskedInput/index.d.ts +2 -0
  546. package/dist/types/common/maskedInput/mask.d.ts +48 -0
  547. package/dist/types/common/maskedInput/maskedInput.d.ts +13 -0
  548. package/dist/types/common/maskedInput/maskedInput.types.d.ts +38 -0
  549. package/dist/types/common/menu/index.d.ts +2 -2
  550. package/dist/types/common/menu/menu.d.ts +1 -1
  551. package/dist/types/common/menu/menu.types.d.ts +4 -4
  552. package/dist/types/common/modal/index.d.ts +2 -2
  553. package/dist/types/common/modal/modal.d.ts +1 -1
  554. package/dist/types/common/modal/modal.types.d.ts +6 -3
  555. package/dist/types/common/multiSelect/index.d.ts +2 -2
  556. package/dist/types/common/multiSelect/multiSelect.d.ts +1 -1
  557. package/dist/types/common/multiSelect/multiSelect.types.d.ts +3 -3
  558. package/dist/types/common/numberInput/index.d.ts +2 -2
  559. package/dist/types/common/numberInput/numberInput.d.ts +2 -2
  560. package/dist/types/common/numberInput/numberInput.types.d.ts +2 -2
  561. package/dist/types/common/optionPicker/index.d.ts +2 -2
  562. package/dist/types/common/optionPicker/optionPicker.d.ts +1 -1
  563. package/dist/types/common/optionPicker/optionPicker.types.d.ts +1 -1
  564. package/dist/types/common/otpInput/index.d.ts +2 -2
  565. package/dist/types/common/otpInput/otpInput.d.ts +1 -1
  566. package/dist/types/common/otpInput/otpInput.types.d.ts +2 -2
  567. package/dist/types/common/overscroll/index.d.ts +2 -2
  568. package/dist/types/common/overscroll/overscroll.d.ts +1 -1
  569. package/dist/types/common/pagination/index.d.ts +2 -2
  570. package/dist/types/common/pagination/pagination.d.ts +1 -1
  571. package/dist/types/common/pagination/pagination.types.d.ts +2 -2
  572. package/dist/types/common/planCanvas/index.d.ts +2 -2
  573. package/dist/types/common/planCanvas/planCanvas.d.ts +1 -1
  574. package/dist/types/common/planCanvas/planCanvas.types.d.ts +2 -2
  575. package/dist/types/common/popover/index.d.ts +2 -2
  576. package/dist/types/common/popover/popover.d.ts +1 -1
  577. package/dist/types/common/popover/popover.types.d.ts +2 -2
  578. package/dist/types/common/popover/usePopoverPosition.d.ts +1 -1
  579. package/dist/types/common/progressBar/index.d.ts +2 -2
  580. package/dist/types/common/progressBar/progressBar.d.ts +1 -1
  581. package/dist/types/common/progressBar/progressBar.types.d.ts +1 -1
  582. package/dist/types/common/radioGroup/index.d.ts +2 -2
  583. package/dist/types/common/radioGroup/radioGroup.d.ts +1 -1
  584. package/dist/types/common/radioGroup/radioGroup.types.d.ts +3 -3
  585. package/dist/types/common/rating/index.d.ts +2 -2
  586. package/dist/types/common/rating/rating.d.ts +1 -1
  587. package/dist/types/common/rating/rating.types.d.ts +2 -2
  588. package/dist/types/common/revealLens/index.d.ts +2 -2
  589. package/dist/types/common/revealLens/revealLens.d.ts +1 -1
  590. package/dist/types/common/revealLens/revealLens.types.d.ts +1 -1
  591. package/dist/types/common/ripple/index.d.ts +2 -2
  592. package/dist/types/common/ripple/ripple.d.ts +1 -1
  593. package/dist/types/common/ripple/ripple.types.d.ts +1 -1
  594. package/dist/types/common/roomDrawer/index.d.ts +2 -2
  595. package/dist/types/common/roomDrawer/roomDrawer.d.ts +1 -1
  596. package/dist/types/common/roomDrawer/roomDrawer.types.d.ts +3 -3
  597. package/dist/types/common/roomDrawer/usePlanHistory.d.ts +2 -2
  598. package/dist/types/common/roomViewer/index.d.ts +2 -2
  599. package/dist/types/common/roomViewer/roomViewer.d.ts +1 -1
  600. package/dist/types/common/roomViewer/roomViewer.types.d.ts +3 -3
  601. package/dist/types/common/scrollFade/index.d.ts +2 -0
  602. package/dist/types/common/scrollFade/scrollFade.d.ts +4 -0
  603. package/dist/types/common/scrollFade/scrollFade.types.d.ts +20 -0
  604. package/dist/types/common/scrollbarProvider/index.d.ts +1 -1
  605. package/dist/types/common/searchInput/index.d.ts +2 -2
  606. package/dist/types/common/searchInput/searchInput.d.ts +1 -1
  607. package/dist/types/common/searchInput/searchInput.types.d.ts +1 -1
  608. package/dist/types/common/sectionHeader/index.d.ts +2 -2
  609. package/dist/types/common/sectionHeader/sectionHeader.d.ts +1 -1
  610. package/dist/types/common/sectionHeader/sectionHeader.types.d.ts +3 -3
  611. package/dist/types/common/sheetBackdrop/index.d.ts +2 -2
  612. package/dist/types/common/sheetBackdrop/sheetBackdrop.d.ts +1 -1
  613. package/dist/types/common/skeleton/index.d.ts +2 -2
  614. package/dist/types/common/skeleton/skeleton.d.ts +1 -1
  615. package/dist/types/common/skeleton/skeleton.types.d.ts +1 -1
  616. package/dist/types/common/slider/index.d.ts +2 -2
  617. package/dist/types/common/slider/slider.d.ts +1 -1
  618. package/dist/types/common/slider/slider.types.d.ts +2 -2
  619. package/dist/types/common/splitButton/index.d.ts +2 -2
  620. package/dist/types/common/splitButton/splitButton.d.ts +1 -1
  621. package/dist/types/common/splitButton/splitButton.types.d.ts +4 -4
  622. package/dist/types/common/stepper/index.d.ts +2 -2
  623. package/dist/types/common/stepper/stepper.d.ts +1 -1
  624. package/dist/types/common/stepper/stepper.types.d.ts +2 -2
  625. package/dist/types/common/sticky/index.d.ts +1 -1
  626. package/dist/types/common/sticky/sticky.d.ts +1 -1
  627. package/dist/types/common/sticky/sticky.types.d.ts +1 -1
  628. package/dist/types/common/switch/index.d.ts +2 -2
  629. package/dist/types/common/switch/switch.d.ts +1 -1
  630. package/dist/types/common/switch/switch.types.d.ts +2 -2
  631. package/dist/types/common/tabHeader/index.d.ts +2 -2
  632. package/dist/types/common/tabHeader/tabHeader.d.ts +1 -1
  633. package/dist/types/common/tabHeader/tabHeader.types.d.ts +2 -2
  634. package/dist/types/common/textarea/index.d.ts +2 -2
  635. package/dist/types/common/textarea/textarea.d.ts +1 -1
  636. package/dist/types/common/textarea/textarea.types.d.ts +1 -1
  637. package/dist/types/common/themeProvider/defaultTheme.d.ts +1 -1
  638. package/dist/types/common/themeProvider/index.d.ts +4 -4
  639. package/dist/types/common/themeProvider/lightTheme.d.ts +1 -1
  640. package/dist/types/common/themeProvider/theme.types.d.ts +28 -0
  641. package/dist/types/common/themeProvider/themeProvider.d.ts +1 -1
  642. package/dist/types/common/tilt/index.d.ts +4 -4
  643. package/dist/types/common/tilt/tilt.d.ts +1 -1
  644. package/dist/types/common/tilt/tilt.types.d.ts +2 -2
  645. package/dist/types/common/tiltGroup/index.d.ts +3 -3
  646. package/dist/types/common/tiltGroup/tiltGroup.d.ts +1 -1
  647. package/dist/types/common/tiltGroup/tiltGroup.types.d.ts +1 -1
  648. package/dist/types/common/timeInput/components/clockDial/clockDial.d.ts +1 -1
  649. package/dist/types/common/timeInput/components/clockDial/clockDial.types.d.ts +3 -3
  650. package/dist/types/common/timeInput/components/clockDial/index.d.ts +1 -1
  651. package/dist/types/common/timeInput/index.d.ts +1 -1
  652. package/dist/types/common/timeInput/timeInput.d.ts +1 -1
  653. package/dist/types/common/timeInput/timeInput.types.d.ts +2 -2
  654. package/dist/types/common/timeline/index.d.ts +2 -2
  655. package/dist/types/common/timeline/timeline.d.ts +1 -1
  656. package/dist/types/common/timeline/timeline.types.d.ts +2 -2
  657. package/dist/types/common/timer/index.d.ts +2 -2
  658. package/dist/types/common/timer/timer.d.ts +1 -1
  659. package/dist/types/common/timer/timer.types.d.ts +2 -2
  660. package/dist/types/common/toast/index.d.ts +3 -3
  661. package/dist/types/common/toast/toast.d.ts +1 -1
  662. package/dist/types/common/toast/toast.types.d.ts +1 -1
  663. package/dist/types/common/toast/toastProvider.d.ts +1 -1
  664. package/dist/types/common/toast/toastService.d.ts +1 -1
  665. package/dist/types/common/tooltip/index.d.ts +2 -2
  666. package/dist/types/common/tooltip/tooltip.d.ts +1 -1
  667. package/dist/types/common/tree/flattenTree.d.ts +1 -1
  668. package/dist/types/common/tree/index.d.ts +3 -3
  669. package/dist/types/common/tree/tree.d.ts +1 -1
  670. package/dist/types/common/tree/tree.types.d.ts +2 -2
  671. package/dist/types/common/types/actions.types.d.ts +1 -1
  672. package/dist/types/common/types/slots.types.d.ts +1 -1
  673. package/dist/types/common/utils/interactiveTarget.d.ts +7 -0
  674. package/dist/types/common/utils/listNavigation.d.ts +49 -0
  675. package/dist/types/common/utils/renderIcon.d.ts +1 -1
  676. package/dist/types/common/virtualList/index.d.ts +2 -2
  677. package/dist/types/common/virtualList/useColumnResize.d.ts +1 -1
  678. package/dist/types/common/virtualList/useColumns.d.ts +1 -1
  679. package/dist/types/common/virtualList/useRowDrag.d.ts +1 -1
  680. package/dist/types/common/virtualList/useRowNavigation.d.ts +1 -1
  681. package/dist/types/common/virtualList/useSorting.d.ts +1 -1
  682. package/dist/types/common/virtualList/useVirtualWindow.d.ts +1 -1
  683. package/dist/types/common/virtualList/virtualList.d.ts +2 -2
  684. package/dist/types/common/virtualList/virtualList.types.d.ts +1 -1
  685. package/dist/types/common/virtualList/virtualList.utils.d.ts +1 -1
  686. package/dist/types/common/virtualList/virtualListHeader.d.ts +4 -4
  687. package/dist/types/common/virtualList/virtualRow.d.ts +1 -1
  688. package/dist/types/common/wizard/index.d.ts +1 -1
  689. package/dist/types/common/wizard/wizard.d.ts +1 -1
  690. package/dist/types/common/wizard/wizard.types.d.ts +1 -1
  691. package/dist/types/index.d.ts +153 -153
  692. package/dist/types/services/formValidation/index.d.ts +3 -3
  693. package/dist/types/services/formValidation/useFormValidatorGroup.d.ts +1 -1
  694. package/docs/ActionIcon.md +2 -0
  695. package/docs/CLAUDE.md +123 -230
  696. package/docs/Card.md +1 -1
  697. package/docs/Divider.md +2 -0
  698. package/docs/Dropdown.md +20 -0
  699. package/docs/IdleManager.md +38 -8
  700. package/docs/InputDropdown.md +11 -0
  701. package/docs/InteractableDiv.md +7 -1
  702. package/docs/KlipyPicker.md +1 -1
  703. package/docs/Loading.md +3 -1
  704. package/docs/Menu.md +2 -0
  705. package/docs/Modal.md +34 -10
  706. package/docs/MultiSelect.md +2 -2
  707. package/docs/Pagination.md +1 -1
  708. package/docs/Popover.md +2 -0
  709. package/docs/RadioGroup.md +1 -1
  710. package/docs/Rating.md +2 -0
  711. package/docs/Ripple.md +3 -0
  712. package/docs/RoomViewer.md +3 -5
  713. package/docs/ScrollFade.md +77 -0
  714. package/docs/ScrollbarProvider.md +2 -0
  715. package/docs/Slider.md +1 -1
  716. package/docs/Timer.md +1 -1
  717. package/docs/Wizard.md +1 -1
  718. package/package.json +33 -11
  719. package/dist/esm/common/infiniteBlock/infiniteBlock.mjs +0 -2
  720. package/dist/esm/common/infiniteBlock/infiniteBlock.mjs.map +0 -1
  721. package/dist/esm/common/infiniteBlock/infiniteBlock.module.mjs +0 -2
  722. package/dist/esm/common/infiniteBlock/infiniteBlock.module.mjs.map +0 -1
  723. package/dist/types/common/infiniteBlock/index.d.ts +0 -1
  724. package/dist/types/common/infiniteBlock/infiniteBlock.d.ts +0 -4
  725. package/dist/types/common/infiniteBlock/infiniteBlock.types.d.ts +0 -13
  726. package/docs/Icon.md +0 -27
  727. package/docs/InfiniteBlock.md +0 -23
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A React UI component library with theming, form validation, and a full component suite.
4
4
 
5
+ **[Browse the components](https://ahrowe.com/packages/ui/demo/)**, with live props and a theme editor.
6
+
5
7
  ## Install
6
8
 
7
9
  ```bash
@@ -18,64 +20,94 @@ function App() {
18
20
  return (
19
21
  <ThemeProvider>
20
22
  App content here
21
- {/* Components that render through a portal (Modal, Tooltip, Popover, Toast, Menu) look for this. */}
23
+ {/* Modal, Tooltip, Popover, Toast and Menu portal render into this. */}
22
24
  <div id="bodyEnd" />
23
25
  </ThemeProvider>
24
26
  );
25
27
  }
26
28
  ```
27
29
 
28
- `ThemeProvider` is not optional: it injects the CSS variables every component paints with, and
29
- without it they render unstyled. The package ships two themes, `defaultTheme` (dark) and
30
- `lightTheme` (its light sibling); pass your own to `themes` to replace them.
30
+ `ThemeProvider` is required. It injects the CSS variables the components paint with, so without it
31
+ they render unstyled. Two themes ship, `defaultTheme` (dark) and `lightTheme`. Pass your own to
32
+ `themes` to replace them.
31
33
 
32
- ## What to know before installing
34
+ ## Before you install
33
35
 
34
- **React 19 or newer.** Components take `ref` as a plain prop rather than through `forwardRef`,
35
- which only works from React 19 on.
36
+ Things that might rule the package out.
36
37
 
37
- **One stylesheet, all or nothing.** `@ahrowe/ui/style.css` is a single 136 KB file (26 KB
38
- gzipped) covering every component; there is no per-component CSS to import. It is wrapped in
39
- `@layer ahrowe-ui`, so your own unlayered styles override it whatever order the two load in.
38
+ - **React 19 or newer.** Refs are plain props here, no `forwardRef`, and that only works from 19 on.
39
+ - **Modern browsers.** Chrome and Edge 111, Firefox 114, Safari 16.4. Nothing is transpiled below
40
+ that and no polyfill ships. Two details want a newer Firefox: ScrollFade's edge fade eases from
41
+ 128 and snaps before it, and OptionPicker rings the whole group from 121. Both still work either
42
+ way. CI only runs Chromium.
43
+ - **One stylesheet.** `@ahrowe/ui/style.css` is 138 KB, 26 KB gzipped, and covers everything. There
44
+ is no per-component CSS. It sits in `@layer ahrowe-ui`, so your own unlayered CSS wins no matter
45
+ which loads first.
46
+ - **No right to left.** The stylesheets use `margin-left` and friends rather than logical
47
+ properties, so nothing mirrors.
48
+ - **0.x.** A minor can break something, a patch does not. The changelog is written by hand and says
49
+ what to change. 1.0 waits until the API stops moving, so pin the minor if that matters to you.
50
+ - **Server components.** Every module is `'use client'`. Nothing renders on the server, but you can
51
+ import it into an RSC app without a wrapper.
40
52
 
41
- **Left to right only.** The stylesheets use physical CSS properties (`margin-left`, `left`), not
42
- logical ones, so the library does not mirror for right-to-left languages.
53
+ ### Accessibility
43
54
 
44
- **Server components.** Every module is marked `'use client'`. The components are all interactive,
45
- so none of them can render on the server, but they can be imported into a React Server Components
46
- app (Next.js App Router and the like) without a wrapper.
55
+ Native elements where they exist, ARIA roles and state where they do not. Everything works from
56
+ the keyboard. Groups that act as one control (RadioGroup, OptionPicker, Menu, Tree) take a single
57
+ tab stop and move with the arrow keys, and `:focus-visible` keeps a ring off mouse clicks.
47
58
 
48
- ## Claude Code Integration
59
+ Modal traps focus, closes on Escape and hands focus back. Popover does not trap, on purpose, but
60
+ Escape still returns you to the trigger. Stack overlays and only the top one hears Escape.
49
61
 
50
- Add one line to your project's `CLAUDE.md` and Claude will have full awareness of all components, props, and usage patterns:
62
+ Animation respects `prefers-reduced-motion`. The loading spinners and Toast's countdown bar keep
63
+ moving, because a frozen one would be lying.
51
64
 
52
- ```
53
- @node_modules/@ahrowe/ui/docs/CLAUDE.md
54
- ```
65
+ None of this is audited. No axe run in CI, no screen reader matrix, and contrast comes from the
66
+ theme you pass rather than from the library.
55
67
 
56
- Claude will know:
57
- - All available components and when to use each one
58
- - Full prop APIs with TypeScript types
59
- - ThemeProvider setup and CSS variable system
60
- - FormValidator integration for form components
61
- - Slot customisation (`classNames` / `styles` props)
68
+ ## Claude Code
62
69
 
63
- ### MCP Server (advanced)
70
+ The docs ship inside the package and Claude reads them out of `node_modules`. Three ways in.
64
71
 
65
- For richer integration — component search, dynamic docs — add the MCP server to your `.claude/settings.json`:
72
+ **The plugin** installs a skill and the MCP server together. The skill costs one line of context
73
+ until Claude actually works on UI.
74
+
75
+ ```bash
76
+ /plugin marketplace add AndreasWeinzierl/ahrowe-ui
77
+ /plugin install ahrowe-ui@ahrowe
78
+ ```
79
+
80
+ For a whole team at once, commit this to the project's `.claude/settings.json` instead:
66
81
 
67
82
  ```json
68
83
  {
69
- "mcpServers": {
70
- "ahrowe-ui": {
71
- "command": "npx",
72
- "args": ["ahrowe-ui-mcp"]
73
- }
74
- }
84
+ "extraKnownMarketplaces": {
85
+ "ahrowe": { "source": { "source": "github", "repo": "AndreasWeinzierl/ahrowe-ui" } }
86
+ },
87
+ "enabledPlugins": [{ "name": "ahrowe-ui", "marketplace": "ahrowe" }]
75
88
  }
76
89
  ```
77
90
 
78
- This gives Claude three tools: `list_components`, `get_component_docs`, and `search_components`.
91
+ **The docs index** is one line in your own `CLAUDE.md`:
92
+
93
+ ```
94
+ @node_modules/@ahrowe/ui/docs/CLAUDE.md
95
+ ```
96
+
97
+ It holds the rules common to every component and a table pointing at `docs/<Name>.md`, which
98
+ Claude opens when it needs one. This one loads in every session, where the plugin's skill only
99
+ wakes up for UI work.
100
+
101
+ **The MCP server** on its own:
102
+
103
+ ```bash
104
+ claude mcp add --transport stdio ahrowe-ui --scope project -- npx --no ahrowe-ui-mcp
105
+ ```
106
+
107
+ `search_components` finds a component from a description, `get_component_docs` returns one doc and
108
+ `list_components` lists them all. Each doc is a resource too, so you can drop one in yourself with
109
+ `@ahrowe-ui:ahrowe-ui://docs/Button`. The `ahrowe-ui-mcp` bin comes with the package, so it only
110
+ runs where `@ahrowe/ui` is installed.
79
111
 
80
112
  ## Components
81
113
 
@@ -86,75 +118,78 @@ This gives Claude three tools: `list_components`, `get_component_docs`, and `sea
86
118
  | `Accordion` | Collapsible sections for progressive disclosure — FAQs, settings panels, long-form content that users expand on demand |
87
119
  | `ActionButtons` | Standardised Submit / Cancel button pair for forms, dialogs, and drawer footers |
88
120
  | `ActionIcon` | Clickable icon button without a label — toolbar actions, table row actions, icon-only controls |
89
- | `Alert` | A persistent inline status message, used for form-level errors, page/section banners, empty-config warnings, and "here's what changed" notices |
121
+ | `Alert`, `AlertStyleType` | A persistent inline status message, used for form-level errors, page/section banners, empty-config warnings, and "here's what changed" notices |
90
122
  | `AnimatedLogo` | A self-drawing SVG mark for splash/loading screens, empty states, or anywhere a brand or icon mark should feel alive rather than static |
91
- | `AnimatedText` | Decorative text entrance or emphasis effect, for hero headlines, empty-state messages, "premium"/"new" callouts, loading/decoding states |
92
- | `Avatar` + `AvatarGroup` | User or entity image — profile pictures, comment authors, member lists |
93
- | `Badge` | Small count or status indicator — unread counts, notification dots, "new" markers |
123
+ | `AnimatedText`, `AnimatedTextVariant`, `AnimatedTextUnit` | Decorative text entrance or emphasis effect, for hero headlines, empty-state messages, "premium"/"new" callouts, loading/decoding states |
124
+ | `Avatar`, `AvatarGroup` | User or entity image — profile pictures, comment authors, member lists |
125
+ | `Badge`, `BadgeStyleType`, `BadgePosition` | Small count or status indicator — unread counts, notification dots, "new" markers |
94
126
  | `BodyEnd` | Renders children via a React portal into a `#bodyEnd` DOM node |
95
127
  | `Breadcrumb` | A trail showing the current page's position within a hierarchy, with links back to each ancestor, such as a file browser path, a category/subcategory drill-down, or a multi-level settings page |
96
- | `Button` | Primary interactive action trigger |
97
- | `ButtonGroup` | Joins a row (or column) of buttons into a single seamless control, merging their borders and rounding only the outer corners |
98
- | `Card` + `CardHeader` + `CardMedia` + `CardContent` + `CardActions` | Surface container for grouping related content — list items, profile cards, dashboard tiles, product listings |
128
+ | `Button`, `ButtonStyleType`, `ButtonSize`, `ButtonType` | Primary interactive action trigger |
129
+ | `ButtonGroup`, `ButtonGroupOrientation` | Joins a row (or column) of buttons into a single seamless control, merging their borders and rounding only the outer corners |
130
+ | `Card`, `CardStyleType`, `CardHeader`, `CardMedia`, `CardContent`, `CardActions` | Surface container for grouping related content — list items, profile cards, dashboard tiles, product listings |
99
131
  | `Carousel` | A slide track for stepping through a set of items one at a time, with arrows, dots, and drag/swipe support, plus optional autoplay |
100
132
  | `Checkbox` | Boolean toggle input — settings, multi-select lists, accept terms, feature flags |
101
- | `Chip` + `ChipContainer` | Compact tag, label, or filter token — selected items, applied filters, category badges, user avatars with remove |
133
+ | `Chip`, `ChipContainer`, `ChipStyleType` | Compact tag, label, or filter token — selected items, applied filters, category badges, user avatars with remove |
102
134
  | `ColorPicker` | Hex colour selection — theme editors, annotation tools, customisation panels |
103
135
  | `ConfigProvider` | Set global **default props** for library components once, near the root of your app, instead of repeating the same prop on every instance |
104
136
  | `ConfirmModal` | Confirmation dialog before destructive or irreversible actions — delete, archive, send, overwrite |
105
137
  | `DatePicker` | Date selection input — booking forms, birth date fields, date range pickers, deadline selectors |
106
- | `Divider` | A rule that separates sections of content — horizontal by default, filling the width of its parent |
138
+ | `Divider`, `DividerTextPosition`, `DividerOrientation` | A rule that separates sections of content — horizontal by default, filling the width of its parent |
107
139
  | `Drawer` | Inline horizontal panel that collapses and expands by animating its width — side panels, navigation rails, detail/filter panes that slide open beside the main content |
108
- | `DropZone` | Drag-and-drop file upload area, optionally click-to-open the native picker |
140
+ | `DropZone`, `DropZoneReturnType`, `DropZoneStatus` | Drag-and-drop file upload area, optionally click-to-open the native picker |
109
141
  | `Dropdown` | Single-value selection from a list — country pickers, status selectors, category filters, any select-style input |
110
142
  | `EmptyState` | Placeholder shown when a list, table, or search result has no items — empty inboxes, no search matches, freshly-created sections |
111
143
  | `ErrorBoundary` | Wrap any subtree whose render errors shouldn't take down the rest of the app — a widget, a route, a third-party embed, a list row |
112
144
  | `Fab` | Floating action button — primary screen action (create, add, compose), optionally with a speed-dial sub-menu |
113
145
  | `Flip` | Flip a front/back pair of content 180°, like a physical playing card |
114
- | `IconLoading` + `SpinnerLoading` | Loading indicators for async operations — page loads, data fetching, button actions (when not using Button's built-in `isLoading`) |
146
+ | `emptyFloorPlan`, `addWall`, `derivePlan` | The shared data model behind `RoomDrawer` and `RoomViewer` |
147
+ | `FormValidator`, `Validators`, `useFormValidator` | Track and validate a single form field's value, dirty/touched state, and errors |
148
+ | `useFormValidatorGroup`, `FormValidatorGroup`, `FormValidator`, `Validators` | Manage a whole form — multiple fields, a single submit handler, validate-on-submit, dirty/touched tracking across the form, and mapping server-side errors back onto the right fields |
115
149
  | `IconPicker` | Pick one item from a visual icon/image grid — category selectors, emoji-style pickers, avatar selectors, anything where each option is best represented by an icon or image rather than text alone |
116
- | `IdleManager` | Detects user inactivity — auto-logout, session timeout warnings, auto-save triggers, pausing background processes |
117
- | `InfiniteBlock` | Infinite scroll container — load more items as the user scrolls to the bottom |
118
- | `Input` | Text input with floating label, validation state, and type variants |
150
+ | `IdleManager` | Show something only once the user has stopped interacting — a screen saver, a session-timeout warning, an "are you still there?" prompt, an idle dashboard view |
151
+ | `Input`, `InputType` | Text input with floating label, validation state, and type variants |
119
152
  | `InputDropdown` | Combobox-style input — the user can type to filter and also pick from a dropdown list |
120
153
  | `InteractableDiv` | Accessible `<div>` that behaves like a button — click and keyboard (Enter/Space) events, with proper ARIA semantics |
121
- | `KanbanBoard` + `KanbanColumn` | Drag-and-drop board with columns — task management, workflow stages, status boards (e.g |
154
+ | `KanbanBoard`, `KanbanColumn` | Drag-and-drop board with columns — task management, workflow stages, status boards (e.g. Todo / In Progress / Done) |
122
155
  | `KlipyPicker` | GIF picker backed by the Klipy API — chat reactions, message composers, content authoring tools |
156
+ | `IconLoading`, `SpinnerLoading` | Loading indicators for async operations — page loads, data fetching, button actions (when not using Button's built-in `isLoading`) |
123
157
  | `Menu` | A list of actions hanging off a trigger — a row's "more" button, a toolbar overflow, a context menu on a card |
124
158
  | `Modal` | Full overlay dialog — forms, detail views, confirmations, wizards that need to block the rest of the UI |
125
159
  | `MultiSelect` | Pick several options from a list |
126
160
  | `NumberInput` | Numeric input with formatting — prices, quantities, percentages, phone numbers with separators |
127
161
  | `OptionPicker` | Segmented control for picking exactly one option from a small set — view modes, sort directions, simple tab-like switches |
128
- | `OtpInput` | A one-time-passcode / verification-code input, rendered as one box per character |
162
+ | `OtpInput`, `OtpInputCharset` | A one-time-passcode / verification-code input, rendered as one box per character |
129
163
  | `Overscroll` | Mobile-style collapsing header that shrinks as the user scrolls — profile pages, detail screens, anywhere a large hero area should yield space to content on scroll |
130
164
  | `Pagination` | Move through server-paged results a page at a time — a results list, an admin table, a report |
131
- | `Popover` | Any panel anchored to a trigger: |
132
- | `ProgressBar` | Visual progress indicator — file uploads, multi-step completion, storage usage, stacked stats (e.g |
133
- | `RadioGroup` | Single-choice selection from a small, always-visible set of options — plan pickers, shipping methods, yes/no/maybe, settings with 2–5 mutually exclusive choices |
165
+ | `Popover` | Any panel anchored to a trigger: profile cards, quick forms, action menus, pickers, filter dropdowns |
166
+ | `ProgressBar` | Visual progress indicator — file uploads, multi-step completion, storage usage, stacked stats (e.g. budget breakdown) |
167
+ | `RadioGroup`, `RadioGroupOrientation` | Single-choice selection from a small, always-visible set of options — plan pickers, shipping methods, yes/no/maybe, settings with 2–5 mutually exclusive choices |
134
168
  | `Rating` | A star rating input or display, for review scores, feedback prompts, and quality indicators |
135
169
  | `RevealLens` | A two-layer reveal/magnifier effect — an `overlay` covers a `background` by default, and moving the pointer over the component uncovers the `background` in an area around the cursor |
136
170
  | `Ripple` | Material-style ink ripple effect on any interactive element — buttons, list items, cards, tiles |
137
171
  | `RoomDrawer` | An interactive floor plan editor |
138
- | `RoomViewer` | to show a floor plan someone can look at and click, without letting them change it — a building directory, a booking screen, a dashboard beside a room list |
172
+ | `RoomViewer` | Shows a floor plan someone can look at and click, without letting them change it — a building directory, a booking screen, a dashboard beside a room list |
173
+ | `ScrollFade`, `ScrollFadeAxis` | A scrollable box whose content dissolves at the edge it is scrolling past, instead of being cut off mid-line against it |
139
174
  | `ScrollbarProvider` | Applies custom scrollbar styling to a scrollable region — use to keep scrollbar appearance consistent with the theme |
140
175
  | `SearchInput` | Search field with built-in debouncing and an optional result count line — list filters, search-as-you-type pages |
141
- | `SectionHeader` | A reusable heading block for the top of a page, panel, card, or any section — a title with an optional subtitle, a leading icon or thumbnail, and a trailing actions area |
142
- | `Skeleton` | Content-shaped loading placeholder, shown while real content is being fetched — more polished than a spinner for content-heavy pages (lists, cards, profile headers) |
143
- | `Slider` | Let the user pick a number from a continuous or stepped range by dragging a thumb: |
144
- | `SplitButton` | A primary action button with a small attached dropdown for closely related secondary actions, e.g |
176
+ | `SectionHeader`, `SectionHeaderSize` | A reusable heading block for the top of a page, panel, card, or any section — a title with an optional subtitle, a leading icon or thumbnail, and a trailing actions area |
177
+ | `Skeleton`, `SkeletonVariant`, `SkeletonAnimation` | Content-shaped loading placeholder, shown while real content is being fetched — more polished than a spinner for content-heavy pages (lists, cards, profile headers) |
178
+ | `Slider` | Let the user pick a number from a continuous or stepped range by dragging a thumb: volume, brightness, price ranges, zoom, quality presets |
179
+ | `SplitButton` | A primary action button with a small attached dropdown for closely related secondary actions, e.g. "Save ▾" opening "Save as draft" / "Save and close" |
145
180
  | `Stepper` | Step progress indicator for multi-step forms, onboarding flows, and checkout wizards |
146
181
  | `Sticky` | Pin a piece of content to the top of the viewport once the page scrolls past it — section headers, toolbars, filter bars, table headers |
147
182
  | `Switch` | Sliding boolean toggle — settings panels, feature flags, preference lists |
148
183
  | `TabHeader` | A horizontal row of tabs to switch between sibling views or sections — settings panels, dashboards, detail pages |
149
184
  | `Textarea` | Multiline text input — comments, descriptions, notes, code snippets, long-form content |
150
185
  | `ThemeProvider` | Required wrapper for the entire component library |
151
- | `Tilt` + `TiltGroup` | Wrap content that should tilt toward the cursor in 3D |
186
+ | `Tilt`, `TiltGroup` | Wrap content that should tilt toward the cursor in 3D |
152
187
  | `TimeInput` | Time-of-day selection — appointment times, opening hours, shift starts, reminders |
153
- | `Timeline` | A vertical list of dated events, connected by a line, for audit logs, activity feeds, order status history, and deploy logs |
188
+ | `Timeline`, `TimelineAlignment`, `TimelineItemStatus` | A vertical list of dated events, connected by a line, for audit logs, activity feeds, order status history, and deploy logs |
154
189
  | `Timer` | A countdown timer with a depleting ring, add/remove-time and pause/cancel controls, and an imperative ref API |
155
- | `ToastProvider` | Non-blocking notifications — save confirmations, error alerts, info messages, warnings |
190
+ | `ToastProvider`, `showToast` | Non-blocking notifications — save confirmations, error alerts, info messages, warnings |
156
191
  | `Tooltip` | Contextual help, info icons, field explanations, error pointers |
157
- | `Tree` | A hierarchical list the user can expand, collapse and pick from: |
192
+ | `Tree`, `flattenTree` | A hierarchical list the user can expand, collapse and pick from: categories, nested locations, folder structures, org charts |
158
193
  | `VirtualList` | Efficiently render large lists or tables — thousands of rows rendered with a virtualised scroll window so only visible rows are in the DOM |
159
194
  | `Wizard` | Animated step container for multi-step forms and flows |
160
195
 
@@ -162,11 +197,5 @@ This gives Claude three tools: `list_components`, `get_component_docs`, and `sea
162
197
 
163
198
  ## Services
164
199
 
165
- | Export | Description |
166
- |--------|-------------|
167
- | `FormValidator` | Per-field validation state |
168
- | `FormValidatorGroup` | Group of validators |
169
- | `Validators` | Built-in validator functions |
170
- | `useFormValidator` | Hook for FormValidator |
171
- | `useFormValidatorGroup` | Hook for FormValidatorGroup |
172
- | `mapLocale`, `setLocale`, `getLocale` | Localisation helpers |
200
+ Localisation helpers `mapLocale`, `setLocale` and `getLocale` are exported alongside the components.
201
+ `FormValidator`, `FormValidatorGroup` and `Validators` are in the table above.
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { AccordionProps } from './accordion.types.js';
3
+ declare function Accordion(props: AccordionProps): ReactElement;
4
+ export default Accordion;
@@ -0,0 +1,21 @@
1
+ import { CSSProperties, ReactNode } from 'react';
2
+ import { SlotClassNames, SlotStyles, HtmlProps } from '../types/slots.types.js';
3
+ export declare enum AccordionStyleType {
4
+ Default = "default",
5
+ Primary = "primary",
6
+ Plain = "plain"
7
+ }
8
+ export type AccordionSlots = 'root' | 'header' | 'title' | 'icon' | 'body' | 'bodyInner';
9
+ export interface AccordionProps extends HtmlProps {
10
+ title?: string;
11
+ children?: ReactNode;
12
+ expanded?: boolean | null;
13
+ onHeaderClicked?: (id: string, isExpanded: boolean) => void;
14
+ styleType?: AccordionStyleType;
15
+ startOpen?: boolean;
16
+ hideHeader?: boolean;
17
+ className?: string;
18
+ style?: CSSProperties;
19
+ classNames?: SlotClassNames<AccordionSlots>;
20
+ styles?: SlotStyles<AccordionSlots>;
21
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './accordion.js';
2
+ export * from './accordion.types.js';
@@ -0,0 +1,2 @@
1
+ import { ActionButtonsProps } from './actionButtons.types.js';
2
+ export default function ActionButtons(props: ActionButtonsProps): import("react").JSX.Element;
@@ -0,0 +1,34 @@
1
+ import { CSSProperties, ReactElement } from 'react';
2
+ import { ButtonStyleType } from '../button/index.js';
3
+ import { SlotClassNames, SlotStyles, HtmlProps } from '../types/slots.types.js';
4
+ import { IconContent } from '../types/icon.types.js';
5
+ export type ActionButtonsSlots = 'root' | 'submitButton' | 'cancelButton';
6
+ /** Text ActionButtons renders of its own, for translating it. */
7
+ export interface ActionButtonsLabels {
8
+ /** The confirming button (default `Save`). */
9
+ submit?: ReactElement | number | string;
10
+ /** The dismissing button (default `Cancel`). */
11
+ cancel?: ReactElement | number | string;
12
+ }
13
+ export interface ActionButtonsProps extends HtmlProps {
14
+ onSubmit?: () => void;
15
+ onClose?: () => void;
16
+ submitButtonStyle?: ButtonStyleType;
17
+ isSubmitButtonLoading?: boolean;
18
+ isSubmitButtonDisabled?: boolean;
19
+ submitButtonIcon?: IconContent;
20
+ cancelButtonStyle?: ButtonStyleType;
21
+ isCancelButtonLoading?: boolean;
22
+ isCancelButtonDisabled?: boolean;
23
+ cancelButtonIcon?: IconContent;
24
+ hidePrimaryButton?: boolean;
25
+ hideSecondaryButton?: boolean;
26
+ noMargin?: boolean;
27
+ stackButtons?: boolean;
28
+ className?: string;
29
+ style?: CSSProperties;
30
+ classNames?: SlotClassNames<ActionButtonsSlots>;
31
+ styles?: SlotStyles<ActionButtonsSlots>;
32
+ /** Overrides the text ActionButtons renders of its own. Merged per key. */
33
+ labels?: ActionButtonsLabels;
34
+ }
@@ -0,0 +1,2 @@
1
+ export { default as ActionButtons } from './actionButtons.js';
2
+ export * from './actionButtons.types.js';
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ActionIconProps } from './actionIcon.types.js';
3
+ declare function ActionIcon({ icon, className, style, title, onClick, classNames, styles: slotStyles, ...rest }: ActionIconProps): ReactElement;
4
+ export default ActionIcon;
@@ -0,0 +1,15 @@
1
+ import { default as React, CSSProperties } from 'react';
2
+ import { IconContent } from '../types/icon.types.js';
3
+ import { SlotClassNames, SlotStyles, HtmlProps } from '../types/slots.types.js';
4
+ export type ActionIconSlots = 'root' | 'icon';
5
+ export interface ActionIconProps extends HtmlProps {
6
+ icon: IconContent;
7
+ className?: string;
8
+ style?: CSSProperties;
9
+ title?: string;
10
+ onClick?: (event: React.MouseEvent<HTMLDivElement>) => void;
11
+ /** Ref to the root element. */
12
+ ref?: React.Ref<HTMLDivElement>;
13
+ classNames?: SlotClassNames<ActionIconSlots>;
14
+ styles?: SlotStyles<ActionIconSlots>;
15
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './actionIcon.js';
2
+ export * from './actionIcon.types.js';
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { AlertProps } from './alert.types.js';
3
+ declare function Alert(props: AlertProps): ReactElement;
4
+ export default Alert;
@@ -0,0 +1,30 @@
1
+ import { CSSProperties, ReactNode } from 'react';
2
+ import { IconContent } from '../types/icon.types.js';
3
+ import { SlotClassNames, SlotStyles, HtmlProps } from '../types/slots.types.js';
4
+ export declare enum AlertStyleType {
5
+ Default = "default",
6
+ Info = "info",
7
+ Success = "success",
8
+ Warn = "warn",
9
+ Error = "error"
10
+ }
11
+ export type AlertSlots = 'root' | 'icon' | 'content' | 'title' | 'description' | 'closeButton';
12
+ /** Text Alert renders of its own, for translating it. */
13
+ export interface AlertLabels {
14
+ /** Close button, read out by screen readers. */
15
+ dismiss?: string;
16
+ }
17
+ export interface AlertProps extends Omit<HtmlProps, 'title'> {
18
+ title?: ReactNode;
19
+ children?: ReactNode;
20
+ styleType?: AlertStyleType;
21
+ icon?: IconContent;
22
+ hideIcon?: boolean;
23
+ onClose?: () => void;
24
+ className?: string;
25
+ style?: CSSProperties;
26
+ classNames?: SlotClassNames<AlertSlots>;
27
+ styles?: SlotStyles<AlertSlots>;
28
+ /** Overrides the text Alert renders of its own. Merged per key. */
29
+ labels?: AlertLabels;
30
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './alert.js';
2
+ export * from './alert.types.js';
@@ -0,0 +1,3 @@
1
+ import { AnimatedIconProps } from './animatedIcon.types.js';
2
+ declare function AnimatedIcon({ icon, duration, spin, className, style, onClick, onMouseEnter, onMouseLeave, classNames, styles: slotStyles, ...rest }: AnimatedIconProps): import("react").JSX.Element;
3
+ export default AnimatedIcon;
@@ -0,0 +1,25 @@
1
+ import { CSSProperties, MouseEvent } from 'react';
2
+ import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
3
+ import { SlotClassNames, SlotStyles, HtmlProps } from '../types/slots.types.js';
4
+ export type AnimatedIconSlots = 'root' | 'icon';
5
+ export interface AnimatedIconProps extends HtmlProps {
6
+ /** The icon to display. Changing this crossfades from whatever icon was showing before. */
7
+ icon: IconDefinition;
8
+ /** Transition duration in ms (default `200`) */
9
+ duration?: number;
10
+ /**
11
+ * Swaps icons by rotating the whole icon a further 360° each change and crossfading, the
12
+ * style originally built for `Fab`'s open/close icon, instead of the default of each icon
13
+ * individually rotating in from the opposite direction. Reads as more energetic/"spinny" —
14
+ * good for a toggle a user taps repeatedly (open/close, play/pause), less so for something
15
+ * that swaps only once in a while (default `false`).
16
+ */
17
+ spin?: boolean;
18
+ className?: string;
19
+ style?: CSSProperties;
20
+ onClick?: (event: MouseEvent<HTMLSpanElement>) => void;
21
+ onMouseEnter?: (event: MouseEvent<HTMLSpanElement>) => void;
22
+ onMouseLeave?: (event: MouseEvent<HTMLSpanElement>) => void;
23
+ classNames?: SlotClassNames<AnimatedIconSlots>;
24
+ styles?: SlotStyles<AnimatedIconSlots>;
25
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './animatedIcon.js';
2
+ export * from './animatedIcon.types.js';
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { AnimatedLogoProps } from './animatedLogo.types.js';
3
+ declare function AnimatedLogo(props: AnimatedLogoProps): ReactElement;
4
+ export default AnimatedLogo;
@@ -0,0 +1,35 @@
1
+ import { CSSProperties, SVGAttributes } from 'react';
2
+ import { SlotClassNames, SlotStyles, DataProps } from '../types/slots.types.js';
3
+ export type AnimatedLogoSlots = 'path';
4
+ /**
5
+ * The root here is an `<svg>`, not an HTML element, so the native attributes come from
6
+ * `SVGAttributes` rather than `HtmlProps` — `data-*` still has to be added separately.
7
+ *
8
+ * `color`, `scale`, `path` and `fill` are omitted from that set: all four are real SVG
9
+ * presentation attributes, and all four are used here with a different meaning or type
10
+ * (`fill` is a boolean toggle, `path` is the `d` data, `scale` is an animation flag).
11
+ */
12
+ export interface AnimatedLogoProps extends DataProps, Omit<SVGAttributes<SVGSVGElement>, 'color' | 'scale' | 'path' | 'fill'> {
13
+ /** SVG path `d` data to draw and fill. Defaults to the AhroweUI mark. */
14
+ path?: string;
15
+ /** `viewBox` matching the coordinate space of `path`. Defaults to the AhroweUI mark's viewBox. */
16
+ viewBox?: string;
17
+ /** Width/height of the SVG (any valid CSS size). Defaults to `96`. */
18
+ size?: number | string;
19
+ /** Overrides the stroke/fill colour. Defaults to `var(--primary-color)`. */
20
+ color?: string;
21
+ /** Length of one draw-fill cycle, in seconds. Defaults to `4.2`. */
22
+ duration?: number;
23
+ /** Repeats the draw-fill-retract cycle forever. When `false`, plays once and holds filled. Defaults to `true`. */
24
+ loop?: boolean;
25
+ /** Fills the interior once the outline is drawn. When `false`, only the stroke draws (and, with `loop`, retracts) — the interior is never filled. Defaults to `true`. */
26
+ fill?: boolean;
27
+ /** Spins the mark from 180° to 0° while the outline draws, then fills afterward. Defaults to `false`. */
28
+ spin?: boolean;
29
+ /** Scales the mark from 0 to 1 while the outline draws, then fills afterward. Defaults to `false`. */
30
+ scale?: boolean;
31
+ className?: string;
32
+ style?: CSSProperties;
33
+ classNames?: SlotClassNames<AnimatedLogoSlots>;
34
+ styles?: SlotStyles<AnimatedLogoSlots>;
35
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './animatedLogo.js';
2
+ export * from './animatedLogo.types.js';
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { AnimatedTextProps } from './animatedText.types.js';
3
+ declare function AnimatedText({ text, variant, unit, staggerDelay, duration, triggerOnView, className, style, classNames, styles: slotStyles, ...rest }: AnimatedTextProps): ReactElement;
4
+ export default AnimatedText;
@@ -0,0 +1,65 @@
1
+ import { CSSProperties } from 'react';
2
+ import { SlotClassNames, SlotStyles, HtmlProps } from '../types/slots.types.js';
3
+ /** Which animation plays across the text. */
4
+ export declare enum AnimatedTextVariant {
5
+ /** Each unit rises up from below its baseline, staggered left to right. */
6
+ RiseUp = "rise-up",
7
+ /** Each unit fades in from a blur, staggered left to right. */
8
+ BlurIn = "blur-in",
9
+ /** Each unit drops in from above with a spring overshoot, staggered left to right. */
10
+ Bounce = "bounce",
11
+ /** Each unit pops in in order, like it's being typed, with a blinking cursor at the end. */
12
+ Typewriter = "typewriter",
13
+ /** Each unit resolves from random characters to its real value, staggered left to right. */
14
+ Scramble = "scramble",
15
+ /** Each unit briefly RGB-splits and jitters before settling, staggered left to right. */
16
+ Glitch = "glitch",
17
+ /** Every unit continuously bobs up and down in a travelling wave, on a loop. */
18
+ Wave = "wave",
19
+ /** A highlight sweeps across the text, left to right, on a loop. */
20
+ Shine = "shine",
21
+ /** A marker-style highlight block wipes in behind the whole string, once, left to right. */
22
+ Highlight = "highlight"
23
+ }
24
+ /**
25
+ * What gets staggered and animated as one entrance unit. Applies to every variant except
26
+ * `Shine` and `Highlight`, which always animate the whole string as a single run.
27
+ */
28
+ export declare enum AnimatedTextUnit {
29
+ /** Every letter animates on its own. */
30
+ Letter = "letter",
31
+ /** Every word animates as a whole block. */
32
+ Word = "word"
33
+ }
34
+ export type AnimatedTextSlots = 'letter' | 'cursor';
35
+ export interface AnimatedTextProps extends HtmlProps {
36
+ /** The text to animate. Split and animated one unit at a time for every variant but `Shine`/`Highlight`. */
37
+ text: string;
38
+ /** Which animation plays (default `RiseUp`). */
39
+ variant?: AnimatedTextVariant;
40
+ /** Whether entrance/loop variants stagger by letter or by word (default `Letter`). Ignored by `Shine`/`Highlight`. */
41
+ unit?: AnimatedTextUnit;
42
+ /**
43
+ * Delay in ms between each unit's animation start. Applies to every variant except `Shine`
44
+ * and `Highlight`, which animate as a single run (default `40`).
45
+ */
46
+ staggerDelay?: number;
47
+ /**
48
+ * Duration in ms of one animation cycle: a single unit's entrance for `RiseUp`/`BlurIn`/
49
+ * `Bounce`/`Glitch` (default `500`), one bob cycle for `Wave` (default `1200`), one sweep of
50
+ * the highlight for `Shine` (default `2000`), or the one-shot wipe-in for `Highlight` (default
51
+ * `600`). Ignored by `Typewriter` and `Scramble`, since each unit resolves instantly; use
52
+ * `staggerDelay` to control their pacing.
53
+ */
54
+ duration?: number;
55
+ /**
56
+ * When `true` (default), the animation doesn't start until the component first scrolls into
57
+ * the viewport. Set to `false` to play immediately on mount, e.g. for text already in view
58
+ * above the fold.
59
+ */
60
+ triggerOnView?: boolean;
61
+ className?: string;
62
+ style?: CSSProperties;
63
+ classNames?: SlotClassNames<AnimatedTextSlots>;
64
+ styles?: SlotStyles<AnimatedTextSlots>;
65
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './animatedText.js';
2
+ export * from './animatedText.types.js';
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { AvatarProps } from './avatar.types.js';
3
+ declare function Avatar({ src, alt, name, icon, content, status, className, style, classNames, styles: slotStyles, ...rest }: AvatarProps): ReactElement;
4
+ export default Avatar;
@@ -0,0 +1,26 @@
1
+ import { CSSProperties, ReactNode } from 'react';
2
+ import { IconContent } from '../types/icon.types.js';
3
+ import { SlotClassNames, SlotStyles, HtmlProps } from '../types/slots.types.js';
4
+ export type AvatarStatus = 'online' | 'away' | 'busy' | 'offline';
5
+ export type AvatarSlots = 'image' | 'fallback' | 'status';
6
+ export interface AvatarProps extends Omit<HtmlProps, 'content'> {
7
+ src?: string;
8
+ alt?: string;
9
+ name?: string;
10
+ icon?: IconContent;
11
+ content?: ReactNode;
12
+ status?: AvatarStatus;
13
+ className?: string;
14
+ style?: CSSProperties;
15
+ classNames?: SlotClassNames<AvatarSlots>;
16
+ styles?: SlotStyles<AvatarSlots>;
17
+ }
18
+ export type AvatarGroupSlots = 'item' | 'overflow';
19
+ export interface AvatarGroupProps extends HtmlProps {
20
+ children?: ReactNode;
21
+ max?: number;
22
+ className?: string;
23
+ style?: CSSProperties;
24
+ classNames?: SlotClassNames<AvatarGroupSlots>;
25
+ styles?: SlotStyles<AvatarGroupSlots>;
26
+ }
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { AvatarGroupProps } from './avatar.types.js';
3
+ declare function AvatarGroup({ children, max, className, style, classNames, styles: slotStyles, ...rest }: AvatarGroupProps): ReactElement;
4
+ export default AvatarGroup;
@@ -0,0 +1,3 @@
1
+ export { default } from './avatar.js';
2
+ export { default as AvatarGroup } from './avatarGroup.js';
3
+ export * from './avatar.types.js';
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { BadgeProps } from './badge.types.js';
3
+ declare function Badge(props: BadgeProps): ReactElement;
4
+ export default Badge;