aristid-ds 17.1.0 → 18.0.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 (741) hide show
  1. package/CHANGELOG.md +152 -0
  2. package/README.md +16 -1
  3. package/dist/.storybook/aristidTheme.d.ts +2 -0
  4. package/dist/.storybook/components/Accessibility/A11YPanel.d.ts +10 -0
  5. package/dist/.storybook/components/Accessibility/AccessibilityManager.d.ts +22 -0
  6. package/dist/.storybook/components/Accessibility/Report/Elements.d.ts +3 -0
  7. package/dist/.storybook/components/Accessibility/Report/HighlightToggle.d.ts +9 -0
  8. package/dist/.storybook/components/Accessibility/Report/Info.d.ts +3 -0
  9. package/dist/.storybook/components/Accessibility/Report/Item.d.ts +3 -0
  10. package/dist/.storybook/components/Accessibility/Report/Rules.d.ts +9 -0
  11. package/dist/.storybook/components/Accessibility/Report/Tags.d.ts +3 -0
  12. package/dist/.storybook/components/Accessibility/Report/index.d.ts +3 -0
  13. package/dist/.storybook/components/Accessibility/Tabs.d.ts +3 -0
  14. package/dist/.storybook/components/BackToTop.d.ts +7 -0
  15. package/dist/.storybook/components/CustomCanvas.d.ts +12 -0
  16. package/dist/.storybook/components/DesignTokens/Row.d.ts +5 -0
  17. package/dist/.storybook/components/DesignTokens/SectionRow.d.ts +5 -0
  18. package/dist/.storybook/components/DesignTokens/index.d.ts +5 -0
  19. package/dist/.storybook/components/Figma/FigmaImage.d.ts +4 -0
  20. package/dist/.storybook/components/Figma/useGetFigmaImage.d.ts +11 -0
  21. package/dist/.storybook/components/ImagePreview.d.ts +2 -0
  22. package/dist/.storybook/components/InfoBox.d.ts +2 -0
  23. package/dist/.storybook/components/LocaleSelector.d.ts +5 -0
  24. package/dist/.storybook/components/PackageVersionNumber.d.ts +3 -0
  25. package/dist/.storybook/components/Shared/FlagIcon.d.ts +7 -0
  26. package/dist/.storybook/components/Shared/Icon.d.ts +16 -0
  27. package/dist/.storybook/components/TableOfContents.d.ts +9 -0
  28. package/dist/.storybook/components/ThemeEditor/Block/Component.d.ts +6 -0
  29. package/dist/.storybook/components/ThemeEditor/Block/Field.d.ts +6 -0
  30. package/dist/.storybook/components/ThemeEditor/Block/Header.d.ts +5 -0
  31. package/dist/.storybook/components/ThemeEditor/Block/MainHeader.d.ts +4 -0
  32. package/dist/.storybook/components/ThemeEditor/Block/Section.d.ts +6 -0
  33. package/dist/.storybook/components/ThemeEditor/Block/Tokens.d.ts +4 -0
  34. package/dist/.storybook/components/ThemeEditor/Context.d.ts +4 -0
  35. package/dist/.storybook/components/ThemeEditor/Editor.d.ts +5 -0
  36. package/dist/.storybook/components/ThemeEditor/index.d.ts +4 -0
  37. package/dist/.storybook/components/ThemeEditor/util.d.ts +4 -0
  38. package/dist/.storybook/components/cleanSource.d.ts +2 -0
  39. package/dist/.storybook/constants.d.ts +5 -0
  40. package/dist/.storybook/main.d.ts +3 -0
  41. package/dist/.storybook/manager.d.ts +1 -0
  42. package/dist/.storybook/preview.d.ts +36 -0
  43. package/dist/Kit/App/index.d.ts +1 -1
  44. package/dist/Kit/App/index.js +1 -1
  45. package/dist/Kit/DataDisplay/Avatar/index.js +1 -1
  46. package/dist/Kit/DataDisplay/Badge/index.js +1 -1
  47. package/dist/Kit/DataDisplay/Card/Actions.d.ts +3 -0
  48. package/dist/Kit/DataDisplay/Card/Image.d.ts +3 -0
  49. package/dist/Kit/DataDisplay/Card/Media.d.ts +3 -0
  50. package/dist/Kit/DataDisplay/Card/index.d.ts +9 -0
  51. package/dist/Kit/DataDisplay/Card/index.js +2 -0
  52. package/dist/Kit/DataDisplay/Card/types.d.ts +40 -0
  53. package/dist/Kit/DataDisplay/Carousel/CarouselArrow.d.ts +3 -0
  54. package/dist/Kit/DataDisplay/Carousel/CarouselBulletNav.d.ts +3 -0
  55. package/dist/Kit/DataDisplay/Carousel/index.d.ts +3 -0
  56. package/dist/Kit/DataDisplay/Carousel/index.js +2 -0
  57. package/dist/Kit/DataDisplay/Carousel/types.d.ts +59 -0
  58. package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
  59. package/dist/Kit/DataDisplay/Comment/index.js +1 -1
  60. package/dist/Kit/DataDisplay/Comment/types.d.ts +3 -2
  61. package/dist/Kit/DataDisplay/Empty/index.js +1 -1
  62. package/dist/Kit/DataDisplay/Error/index.js +1 -1
  63. package/dist/Kit/DataDisplay/IdCard/index.js +1 -1
  64. package/dist/Kit/DataDisplay/Image/index.js +1 -1
  65. package/dist/Kit/DataDisplay/ItemCard/index.d.ts +4 -0
  66. package/dist/Kit/DataDisplay/ItemCard/index.js +1 -1
  67. package/dist/Kit/DataDisplay/ItemCard/types.d.ts +6 -0
  68. package/dist/Kit/DataDisplay/ItemList/index.js +1 -1
  69. package/dist/Kit/DataDisplay/RedirectCard/index.js +1 -1
  70. package/dist/Kit/DataDisplay/{Tabs → Tab}/Tab.d.ts +5 -5
  71. package/dist/Kit/DataDisplay/Tab/index.d.ts +4 -0
  72. package/dist/Kit/DataDisplay/Tab/index.js +2 -0
  73. package/dist/Kit/DataDisplay/{Tabs → Tab}/types.d.ts +1 -1
  74. package/dist/Kit/DataDisplay/{Tabs → Tab}/useOverflowTabs.d.ts +2 -3
  75. package/dist/Kit/DataDisplay/Table/KitTableExpandButton.d.ts +1 -1
  76. package/dist/Kit/DataDisplay/Table/SortIcon.d.ts +2 -2
  77. package/dist/Kit/DataDisplay/Table/Table.d.ts +1 -1
  78. package/dist/Kit/DataDisplay/Table/index.js +1 -1
  79. package/dist/Kit/DataDisplay/Table/types.d.ts +7 -4
  80. package/dist/Kit/DataDisplay/Tag/index.js +1 -1
  81. package/dist/Kit/DataDisplay/Tag/types.d.ts +3 -3
  82. package/dist/Kit/DataDisplay/Tooltip/index.js +1 -1
  83. package/dist/Kit/DataDisplay/Tree/index.js +1 -1
  84. package/dist/Kit/DataEntry/AutoComplete/index.js +5 -5
  85. package/dist/Kit/DataEntry/Checkbox/Group.d.ts +1 -1
  86. package/dist/Kit/DataEntry/Checkbox/index.d.ts +4 -3
  87. package/dist/Kit/DataEntry/Checkbox/index.js +1 -1
  88. package/dist/Kit/DataEntry/ColorPicker/index.js +1 -1
  89. package/dist/Kit/DataEntry/DatePicker/RangePicker.d.ts +1 -1
  90. package/dist/Kit/DataEntry/DatePicker/index.js +1 -1
  91. package/dist/Kit/DataEntry/DatePicker/preset/PresetLabel.d.ts +1 -1
  92. package/dist/Kit/DataEntry/DatePicker/preset/presetUtils.d.ts +3 -3
  93. package/dist/Kit/DataEntry/DatePicker/preset/useActiveDatePickerPreset.d.ts +4 -4
  94. package/dist/Kit/DataEntry/DatePicker/preset/useActiveRangePickerPreset.d.ts +15 -0
  95. package/dist/Kit/DataEntry/Filter/FilterButton.d.ts +3 -4
  96. package/dist/Kit/DataEntry/Filter/index.js +1 -1
  97. package/dist/Kit/DataEntry/Input/index.js +1 -1
  98. package/dist/Kit/DataEntry/InputNumber/index.d.ts +1 -1
  99. package/dist/Kit/DataEntry/InputNumber/index.js +1 -1
  100. package/dist/Kit/DataEntry/InputWrapper/index.js +1 -1
  101. package/dist/Kit/DataEntry/Radio/Group.d.ts +1 -1
  102. package/dist/Kit/DataEntry/Radio/index.d.ts +4 -3
  103. package/dist/Kit/DataEntry/Radio/index.js +1 -1
  104. package/dist/Kit/DataEntry/Rate/index.js +1 -1
  105. package/dist/Kit/DataEntry/RichText/EditorContentCharacterCount/index.js +1 -1
  106. package/dist/Kit/DataEntry/RichText/MenuBar/FontSizeSelect/index.js +1 -1
  107. package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/index.js +1 -1
  108. package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.js +1 -1
  109. package/dist/Kit/DataEntry/RichText/MenuBar/index.js +1 -1
  110. package/dist/Kit/DataEntry/RichText/index.js +1 -1
  111. package/dist/Kit/DataEntry/SearchInput/index.js +1 -1
  112. package/dist/Kit/DataEntry/Select/index.js +1 -1
  113. package/dist/Kit/DataEntry/Select/renders.d.ts +4 -4
  114. package/dist/Kit/DataEntry/Select/types.d.ts +2 -0
  115. package/dist/Kit/DataEntry/TreeSelect/index.js +1 -1
  116. package/dist/Kit/DataEntry/TreeSelect/renders.d.ts +3 -3
  117. package/dist/Kit/DataEntry/TreeSelect/types.d.ts +11 -1
  118. package/dist/Kit/DataEntry/TreeSelect/useIcons.d.ts +3 -3
  119. package/dist/Kit/DataEntry/Upload/convertBytes.d.ts +1 -1
  120. package/dist/Kit/DataEntry/Upload/index.js +1 -1
  121. package/dist/Kit/Feedback/Alert/index.js +1 -1
  122. package/dist/Kit/Feedback/Loader/index.js +1 -1
  123. package/dist/Kit/Feedback/Loader/types.d.ts +0 -1
  124. package/dist/Kit/Feedback/Modal/ConfirmDialog.d.ts +1 -1
  125. package/dist/Kit/Feedback/Modal/index.d.ts +4 -4
  126. package/dist/Kit/Feedback/Modal/index.js +1 -1
  127. package/dist/Kit/Feedback/Notification/index.js +1 -1
  128. package/dist/Kit/Feedback/Progress/index.js +1 -1
  129. package/dist/Kit/Feedback/SnackBar/index.d.ts +2 -3
  130. package/dist/Kit/Feedback/SnackBar/index.js +1 -1
  131. package/dist/Kit/General/Button/index.js +1 -1
  132. package/dist/Kit/General/Button/types.d.ts +6 -16
  133. package/dist/Kit/General/DynamicActions/index.js +1 -1
  134. package/dist/Kit/General/Icon/index.js +1 -1
  135. package/dist/Kit/{Layout → General}/Space/index.js +1 -1
  136. package/dist/Kit/General/Typography/Link.d.ts +1 -2
  137. package/dist/Kit/General/Typography/Paragraph.d.ts +1 -2
  138. package/dist/Kit/General/Typography/Text.d.ts +1 -2
  139. package/dist/Kit/General/Typography/Title.d.ts +1 -2
  140. package/dist/Kit/General/Typography/index.js +1 -1
  141. package/dist/Kit/General/Typography/types.d.ts +1 -1
  142. package/dist/Kit/Layout/PageLayout/index.d.ts +1 -2
  143. package/dist/Kit/Layout/PageLayout/index.js +1 -1
  144. package/dist/Kit/Layout/Section/index.js +1 -1
  145. package/dist/Kit/Navigation/Breadcrumb/index.d.ts +2 -0
  146. package/dist/Kit/Navigation/Breadcrumb/index.js +2 -2
  147. package/dist/Kit/Navigation/Breadcrumb/types.d.ts +16 -0
  148. package/dist/Kit/Navigation/DropDown/index.js +50 -38
  149. package/dist/Kit/Navigation/Header/index.js +1 -1
  150. package/dist/Kit/Navigation/Header/types.d.ts +4 -1
  151. package/dist/Kit/Navigation/PageHeader/index.js +1 -1
  152. package/dist/Kit/Navigation/Pagination/index.js +1 -1
  153. package/dist/Kit/Navigation/SideMenu/SideMenuPanel.d.ts +9 -0
  154. package/dist/Kit/Navigation/SideMenu/index.d.ts +1 -2
  155. package/dist/Kit/Navigation/SideMenu/index.js +1 -1
  156. package/dist/Kit/Navigation/SideMenu/types.d.ts +9 -3
  157. package/dist/Kit/Navigation/SidePanel/index.d.ts +3 -4
  158. package/dist/Kit/Navigation/SidePanel/index.js +1 -1
  159. package/dist/Kit/Navigation/Step/index.d.ts +3 -0
  160. package/dist/Kit/Navigation/Step/index.js +2 -0
  161. package/dist/Kit/Navigation/{Steps → Step}/types.d.ts +3 -3
  162. package/dist/Kit/index.d.ts +5 -3
  163. package/dist/Kit/index.js +62 -60
  164. package/dist/assets/Alert.css +1 -1
  165. package/dist/assets/App.css +1 -1
  166. package/dist/assets/Breadcrumb.css +1 -1
  167. package/dist/assets/Button.css +1 -1
  168. package/dist/assets/Card.css +1 -0
  169. package/dist/assets/Carousel.css +1 -0
  170. package/dist/assets/Checkbox.css +1 -1
  171. package/dist/assets/ColorPicker.css +1 -1
  172. package/dist/assets/DatePicker.css +1 -1
  173. package/dist/assets/Error.css +1 -1
  174. package/dist/assets/Header.css +1 -1
  175. package/dist/assets/Input.css +1 -1
  176. package/dist/assets/InputNumber.css +1 -1
  177. package/dist/assets/InputWrapper.css +1 -1
  178. package/dist/assets/ItemCard.css +1 -1
  179. package/dist/assets/ItemList.css +1 -1
  180. package/dist/assets/Notification.css +1 -1
  181. package/dist/assets/Pagination.css +1 -1
  182. package/dist/assets/Radio.css +1 -1
  183. package/dist/assets/RichText.css +1 -1
  184. package/dist/assets/SearchInput.css +1 -1
  185. package/dist/assets/SideMenu.css +1 -1
  186. package/dist/assets/Step.css +1 -0
  187. package/dist/assets/Tab.css +1 -0
  188. package/dist/assets/Table.css +1 -1
  189. package/dist/assets/Tag.css +1 -1
  190. package/dist/assets/Tree.css +1 -1
  191. package/dist/assets/empty/empty-client.d.ts +1 -1
  192. package/dist/assets/empty/empty-folder.d.ts +1 -1
  193. package/dist/assets/empty/empty-list.d.ts +1 -1
  194. package/dist/assets/empty/empty-modal.d.ts +1 -1
  195. package/dist/assets/empty/empty-no-comment.d.ts +1 -1
  196. package/dist/assets/empty/empty-page-error.d.ts +1 -1
  197. package/dist/assets/empty/empty-page.d.ts +1 -1
  198. package/dist/assets/empty/empty-result-error.d.ts +1 -1
  199. package/dist/assets/empty/empty-result.d.ts +1 -1
  200. package/dist/assets/empty/empty-tasks-error.d.ts +1 -1
  201. package/dist/assets/empty/empty-tasks.d.ts +1 -1
  202. package/dist/assets/error/common-error.d.ts +1 -1
  203. package/dist/assets/logo/aristid.d.ts +1 -1
  204. package/dist/assets/styles.css +1 -1
  205. package/dist/chunks/{Alert.DBSUI1YQ.js → Alert.CWPj0p6T.js} +3 -3
  206. package/dist/chunks/{App.DMKfu33b.js → App.z0iV0Qc7.js} +32 -30
  207. package/dist/chunks/{Avatar.DMy3wRdr.js → Avatar.6goY3SB_.js} +1 -1
  208. package/dist/chunks/{Avatar.Cod8BuVs.js → Avatar.DdYc8NdZ.js} +17 -17
  209. package/dist/chunks/{Badge.lE7m-vaK.js → Badge.BtZ23RAp.js} +1 -1
  210. package/dist/chunks/Breadcrumb.DCjrG3eV.js +92 -0
  211. package/dist/chunks/{Button.BwZ9TVAy.js → Button.C_up9l08.js} +4 -4
  212. package/dist/chunks/Card.C4sgWXwg.js +117 -0
  213. package/dist/chunks/Carousel.C8dAA2OV.js +108 -0
  214. package/dist/chunks/{Checkbox.UZ_xOkpB.js → Checkbox.FWdMlzkC.js} +9 -9
  215. package/dist/chunks/{Collapse.UQswQLdu.js → Collapse.BIqUp35S.js} +24 -21
  216. package/dist/chunks/{ColorPicker.CIfnJxzt.js → ColorPicker.00e1Nl6m.js} +8 -8
  217. package/dist/chunks/{Comment.C28oythd.js → Comment.nsZKV96B.js} +1 -1
  218. package/dist/chunks/{DatePicker.B6MnduRh.js → DatePicker.DQLSx8H7.js} +32 -24
  219. package/dist/chunks/{DynamicActions.Cm8BsY8r.js → DynamicActions.C3Zm3Fyd.js} +1 -1
  220. package/dist/chunks/{EditorContentCharacterCount.UlQyKE4A.js → EditorContentCharacterCount.B95VjET4.js} +9 -9
  221. package/dist/chunks/{Empty.ChbH81Kb.js → Empty.Bf3xf7pX.js} +26 -23
  222. package/dist/chunks/{Error.B1hGHo8i.js → Error.CQcXMqMj.js} +4 -4
  223. package/dist/chunks/{Filter.BZGFrvpc.js → Filter.DlRXD1Y8.js} +2 -2
  224. package/dist/chunks/{FontSizeSelect.Rc82wPGZ.js → FontSizeSelect.BiPsgdAJ.js} +3 -3
  225. package/dist/chunks/{Header.Dy-_xRYz.js → Header.BvBGqggQ.js} +109 -68
  226. package/dist/chunks/{Icon.CxPVsgjL.js → Icon.CtN8l7M5.js} +1 -1
  227. package/dist/chunks/{IdCard.CWE38g68.js → IdCard.C5wlxMU0.js} +1 -1
  228. package/dist/chunks/{Image.kjyHNj64.js → Image.D0S0Dh_t.js} +8 -8
  229. package/dist/chunks/{Input.CpnF5RXW.js → Input.CuI1f8Of.js} +23 -21
  230. package/dist/chunks/{InputNumber.CUVPnyxG.js → InputNumber.KbDJNVlF.js} +2 -2
  231. package/dist/chunks/{InputWrapper.By9kN0xU.js → InputWrapper.CgCK6VXn.js} +2 -2
  232. package/dist/chunks/ItemCard.oS_xLgzf.js +191 -0
  233. package/dist/chunks/{ItemList.B4WlfX8P.js → ItemList.BeD2lBMG.js} +19 -18
  234. package/dist/chunks/{LinkButton.D9hS3_Ah.js → LinkButton.D2EjYMyx.js} +7 -7
  235. package/dist/chunks/{Loader.BL2-LOk7.js → Loader.C6ehUos5.js} +16 -13
  236. package/dist/chunks/{MenuBar.CMHSAtol.js → MenuBar.BHwf-T2N.js} +6 -4
  237. package/dist/chunks/{Modal.CsGHowNT.js → Modal.D5p8WHoU.js} +41 -42
  238. package/dist/chunks/{Notification.0bSpwSG0.js → Notification.xDc4Zy8b.js} +6 -8
  239. package/dist/chunks/{PageHeader.DrBzIAkD.js → PageHeader.CuClzURb.js} +23 -18
  240. package/dist/chunks/{PageLayout.BxWR52f1.js → PageLayout.C1NGYXAv.js} +2 -2
  241. package/dist/chunks/{Pagination.D0KoqOs0.js → Pagination.CNVI0_Tn.js} +1 -1
  242. package/dist/chunks/{Progress.5NGz8Onb.js → Progress.B_hSc03T.js} +26 -24
  243. package/dist/chunks/{Radio.CEJd1j6E.js → Radio.C-3_XFwE.js} +11 -7
  244. package/dist/chunks/{Rate.66ssppnZ.js → Rate.DS5JQlN8.js} +3 -3
  245. package/dist/chunks/{RedirectCard.C9L2Ym_b.js → RedirectCard.DBn8rMBe.js} +12 -9
  246. package/dist/chunks/{RichText.DnxqGaDh.js → RichText.CY32Z5-0.js} +16 -16
  247. package/dist/chunks/{SearchInput.Bfq_95YB.js → SearchInput.hJb578WX.js} +3 -3
  248. package/dist/chunks/{Section.DX_VJj4c.js → Section.Dxs5OVdP.js} +8 -5
  249. package/dist/chunks/Select.CJTBYcRS.js +234 -0
  250. package/dist/chunks/SideMenu.VmbMasDm.js +182 -0
  251. package/dist/chunks/{SidePanel.CTtyKSw5.js → SidePanel.BlnFx2zR.js} +29 -27
  252. package/dist/chunks/SnackBar.WvadvnjV.js +85 -0
  253. package/dist/chunks/{SnackBarProvider.Uz7S9Dwk.js → SnackBarProvider.CB_AQx8J.js} +2 -1
  254. package/dist/chunks/{Steps.Cv9QH9E2.js → Step.BPIkh932.js} +4 -4
  255. package/dist/chunks/{Tabs.BHToGNhL.js → Tab.CzaEc0T4.js} +15 -13
  256. package/dist/chunks/{Table.COyj-GZ5.js → Table.CbZbizEE.js} +62 -52
  257. package/dist/chunks/Tag.DTf60YFx.js +189 -0
  258. package/dist/chunks/{Tree.UCxeoAGW.js → Tree.DsZlXvPv.js} +1 -1
  259. package/dist/chunks/TreeSelect.DF4Atwuf.js +192 -0
  260. package/dist/chunks/{Typography.DVDv9LwQ.js → Typography.B2r2IB4O.js} +37 -29
  261. package/dist/chunks/{Upload.BGoYUqae.js → Upload.DAKaTCLQ.js} +5 -5
  262. package/dist/chunks/{constants.CdyH-Cnj.js → constants.B9eph6zG.js} +0 -1
  263. package/dist/chunks/{css-tokens-generator.sn_lhdr4.js → css-tokens-generator.sG4y0Vqz.js} +1 -1
  264. package/dist/chunks/{functions.BxvU3RXB.js → functions.CjAakEnI.js} +4 -2
  265. package/dist/chunks/{styles.module.I-VT2CFc.js → styles.module.hjwkYOo4.js} +1 -1
  266. package/dist/chunks/useWindowSize.DT_P5zE3.js +14 -0
  267. package/dist/index.es.js +62 -60
  268. package/dist/index.umd.js +4 -4
  269. package/dist/node_modules/dayjs/locale/fr.d.ts +32 -0
  270. package/dist/node_modules/dayjs/locale/pt.d.ts +32 -0
  271. package/dist/spellCheck/components/SpellCheckCorrectionHighlight.d.ts +1 -1
  272. package/dist/spellCheck/components/SpellCheckOverlay.d.ts +1 -1
  273. package/dist/spellCheck/components/SpellCheckWrapper.d.ts +2 -2
  274. package/dist/spellCheck/spell-check-context.d.ts +1 -1
  275. package/dist/spellCheck/useKitSpellCheckConfig.d.ts +1 -1
  276. package/dist/spellCheck/useSpellChecking.d.ts +1 -1
  277. package/dist/src/Kit/Ant/index.d.ts +69 -0
  278. package/dist/src/Kit/App/index.d.ts +14 -0
  279. package/dist/src/Kit/DataDisplay/Avatar/Avatar.d.ts +4 -0
  280. package/dist/src/Kit/DataDisplay/Avatar/AvatarGroup.d.ts +4 -0
  281. package/dist/src/Kit/DataDisplay/Avatar/index.d.ts +2 -0
  282. package/dist/src/Kit/DataDisplay/Badge/index.d.ts +3 -0
  283. package/dist/src/Kit/DataDisplay/Card/Actions.d.ts +3 -0
  284. package/dist/src/Kit/DataDisplay/Card/Image.d.ts +3 -0
  285. package/dist/src/Kit/DataDisplay/Card/Media.d.ts +3 -0
  286. package/dist/src/Kit/DataDisplay/Card/index.d.ts +9 -0
  287. package/dist/src/Kit/DataDisplay/Carousel/CarouselArrow.d.ts +3 -0
  288. package/dist/src/Kit/DataDisplay/Carousel/CarouselBulletNav.d.ts +3 -0
  289. package/dist/src/Kit/DataDisplay/Carousel/index.d.ts +3 -0
  290. package/dist/src/Kit/DataDisplay/Collapse/Collapse.d.ts +4 -0
  291. package/dist/src/Kit/DataDisplay/Collapse/Header.d.ts +4 -0
  292. package/dist/src/Kit/DataDisplay/Collapse/HeaderExtra.d.ts +4 -0
  293. package/dist/src/Kit/DataDisplay/Collapse/index.d.ts +2 -0
  294. package/dist/src/Kit/DataDisplay/Comment/Comment.d.ts +3 -0
  295. package/dist/src/Kit/DataDisplay/Comment/Thread.d.ts +3 -0
  296. package/dist/src/Kit/DataDisplay/Comment/index.d.ts +2 -0
  297. package/dist/src/Kit/DataDisplay/Empty/Empty.d.ts +4 -0
  298. package/dist/src/Kit/DataDisplay/Empty/index.d.ts +2 -0
  299. package/dist/src/Kit/DataDisplay/Error/index.d.ts +3 -0
  300. package/dist/src/Kit/DataDisplay/IdCard/index.d.ts +3 -0
  301. package/dist/src/Kit/DataDisplay/Image/index.d.ts +2 -0
  302. package/dist/src/Kit/DataDisplay/ItemCard/ItemCardActions.d.ts +3 -0
  303. package/dist/src/Kit/DataDisplay/ItemCard/index.d.ts +6 -0
  304. package/dist/src/Kit/DataDisplay/ItemList/index.d.ts +2 -0
  305. package/dist/src/Kit/DataDisplay/RedirectCard/RedirectCardActions.d.ts +3 -0
  306. package/dist/src/Kit/DataDisplay/RedirectCard/index.d.ts +2 -0
  307. package/dist/src/Kit/DataDisplay/Tab/Tab.d.ts +10 -0
  308. package/dist/src/Kit/DataDisplay/Tab/index.d.ts +4 -0
  309. package/dist/src/Kit/DataDisplay/Tab/useOverflowTabs.d.ts +17 -0
  310. package/dist/src/Kit/DataDisplay/Table/DragHandle.d.ts +2 -0
  311. package/dist/src/Kit/DataDisplay/Table/KitTableExpandButton.d.ts +2 -0
  312. package/dist/src/Kit/DataDisplay/Table/SortIcon.d.ts +4 -0
  313. package/dist/src/Kit/DataDisplay/Table/Table.d.ts +3 -0
  314. package/dist/src/Kit/DataDisplay/Table/index.d.ts +3 -0
  315. package/dist/src/Kit/DataDisplay/Table/internalComponents.d.ts +3 -0
  316. package/dist/src/Kit/DataDisplay/Tag/Group.d.ts +4 -0
  317. package/dist/src/Kit/DataDisplay/Tag/Tag.d.ts +2 -0
  318. package/dist/src/Kit/DataDisplay/Tag/index.d.ts +7 -0
  319. package/dist/src/Kit/DataDisplay/Tag/useTagGroup.d.ts +5 -0
  320. package/dist/src/Kit/DataDisplay/Tooltip/index.d.ts +3 -0
  321. package/dist/src/Kit/DataDisplay/Tour/index.d.ts +3 -0
  322. package/dist/src/Kit/DataDisplay/Tree/index.d.ts +3 -0
  323. package/dist/src/Kit/DataEntry/AutoComplete/index.d.ts +3 -0
  324. package/dist/src/Kit/DataEntry/CheckableTile/CheckIndicator.d.ts +7 -0
  325. package/dist/src/Kit/DataEntry/CheckableTile/CheckableTile.d.ts +3 -0
  326. package/dist/src/Kit/DataEntry/CheckableTile/TileContent.d.ts +5 -0
  327. package/dist/src/Kit/DataEntry/CheckableTile/index.d.ts +2 -0
  328. package/dist/src/Kit/DataEntry/Checkbox/Checkbox.d.ts +4 -0
  329. package/dist/src/Kit/DataEntry/Checkbox/Group.d.ts +6 -0
  330. package/dist/src/Kit/DataEntry/Checkbox/index.d.ts +9 -0
  331. package/dist/src/Kit/DataEntry/ColorPicker/ColorPickerInternalText.d.ts +3 -0
  332. package/dist/src/Kit/DataEntry/ColorPicker/index.d.ts +2 -0
  333. package/dist/src/Kit/DataEntry/DatePicker/DatePicker.d.ts +4 -0
  334. package/dist/src/Kit/DataEntry/DatePicker/RangePicker.d.ts +3 -0
  335. package/dist/src/Kit/DataEntry/DatePicker/index.d.ts +7 -0
  336. package/dist/src/Kit/DataEntry/DatePicker/preset/PresetLabel.d.ts +7 -0
  337. package/dist/src/Kit/DataEntry/DatePicker/preset/constants.d.ts +1 -0
  338. package/dist/src/Kit/DataEntry/DatePicker/preset/presetUtils.d.ts +21 -0
  339. package/dist/src/Kit/DataEntry/DatePicker/preset/useActiveDatePickerPreset.d.ts +17 -0
  340. package/dist/src/Kit/DataEntry/DatePicker/preset/useActiveRangePickerPreset.d.ts +15 -0
  341. package/dist/src/Kit/DataEntry/Filter/FilterButton.d.ts +4 -0
  342. package/dist/src/Kit/DataEntry/Filter/index.d.ts +2 -0
  343. package/dist/src/Kit/DataEntry/Input/Input.d.ts +4 -0
  344. package/dist/src/Kit/DataEntry/Input/Password.d.ts +4 -0
  345. package/dist/src/Kit/DataEntry/Input/TextArea.d.ts +4 -0
  346. package/dist/src/Kit/DataEntry/Input/index.d.ts +9 -0
  347. package/dist/src/Kit/DataEntry/InputNumber/index.d.ts +2 -0
  348. package/dist/src/Kit/DataEntry/InputWrapper/InputWrapper.d.ts +3 -0
  349. package/dist/src/Kit/DataEntry/InputWrapper/index.d.ts +1 -0
  350. package/dist/src/Kit/DataEntry/Radio/Group.d.ts +3 -0
  351. package/dist/src/Kit/DataEntry/Radio/Radio.d.ts +4 -0
  352. package/dist/src/Kit/DataEntry/Radio/context.d.ts +4 -0
  353. package/dist/src/Kit/DataEntry/Radio/index.d.ts +9 -0
  354. package/dist/src/Kit/DataEntry/Rate/index.d.ts +3 -0
  355. package/dist/src/Kit/DataEntry/RichText/EditorContentCharacterCount/index.d.ts +3 -0
  356. package/dist/src/Kit/DataEntry/RichText/Mention/MentionList.d.ts +6 -0
  357. package/dist/src/Kit/DataEntry/RichText/Mention/renderSuggestion.d.ts +7 -0
  358. package/dist/src/Kit/DataEntry/RichText/MenuBar/ButtonTooltip/index.d.ts +3 -0
  359. package/dist/src/Kit/DataEntry/RichText/MenuBar/FontSizeSelect/index.d.ts +3 -0
  360. package/dist/src/Kit/DataEntry/RichText/MenuBar/FontStylesButtons/index.d.ts +3 -0
  361. package/dist/src/Kit/DataEntry/RichText/MenuBar/IndentListButtons/index.d.ts +3 -0
  362. package/dist/src/Kit/DataEntry/RichText/MenuBar/LinkButton/LinkModal.d.ts +3 -0
  363. package/dist/src/Kit/DataEntry/RichText/MenuBar/LinkButton/getLinkMarkAtCursor.d.ts +3 -0
  364. package/dist/src/Kit/DataEntry/RichText/MenuBar/LinkButton/index.d.ts +3 -0
  365. package/dist/src/Kit/DataEntry/RichText/MenuBar/ListButtons/index.d.ts +3 -0
  366. package/dist/src/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.d.ts +3 -0
  367. package/dist/src/Kit/DataEntry/RichText/MenuBar/ShowMoreButton.d.ts +3 -0
  368. package/dist/src/Kit/DataEntry/RichText/MenuBar/TextAlignButtons/index.d.ts +3 -0
  369. package/dist/src/Kit/DataEntry/RichText/MenuBar/UndoRedoButtons/index.d.ts +3 -0
  370. package/dist/src/Kit/DataEntry/RichText/MenuBar/getButtonActiveClass.d.ts +2 -0
  371. package/dist/src/Kit/DataEntry/RichText/MenuBar/index.d.ts +3 -0
  372. package/dist/src/Kit/DataEntry/RichText/index.d.ts +2 -0
  373. package/dist/src/Kit/DataEntry/SearchInput/index.d.ts +3 -0
  374. package/dist/src/Kit/DataEntry/Select/guard.d.ts +2 -0
  375. package/dist/src/Kit/DataEntry/Select/index.d.ts +3 -0
  376. package/dist/src/Kit/DataEntry/Select/renders.d.ts +10 -0
  377. package/dist/src/Kit/DataEntry/Slider/index.d.ts +3 -0
  378. package/dist/src/Kit/DataEntry/Switch/index.d.ts +2 -0
  379. package/dist/src/Kit/DataEntry/TreeSelect/index.d.ts +3 -0
  380. package/dist/src/Kit/DataEntry/TreeSelect/renders.d.ts +7 -0
  381. package/dist/src/Kit/DataEntry/TreeSelect/useIcons.d.ts +9 -0
  382. package/dist/src/Kit/DataEntry/Upload/Dragger.d.ts +4 -0
  383. package/dist/src/Kit/DataEntry/Upload/Upload.d.ts +4 -0
  384. package/dist/src/Kit/DataEntry/Upload/UploadedItem.d.ts +4 -0
  385. package/dist/src/Kit/DataEntry/Upload/convertBytes.d.ts +2 -0
  386. package/dist/src/Kit/DataEntry/Upload/defaultItemRender.d.ts +5 -0
  387. package/dist/src/Kit/DataEntry/Upload/getBase64.d.ts +2 -0
  388. package/dist/src/Kit/DataEntry/Upload/index.d.ts +2 -0
  389. package/dist/src/Kit/Feedback/Alert/Alert.d.ts +4 -0
  390. package/dist/src/Kit/Feedback/Alert/AlertDetails.d.ts +4 -0
  391. package/dist/src/Kit/Feedback/Alert/index.d.ts +2 -0
  392. package/dist/src/Kit/Feedback/Loader/index.d.ts +3 -0
  393. package/dist/src/Kit/Feedback/Loader/types.d.ts +7 -0
  394. package/dist/src/Kit/Feedback/Modal/ConfirmDialog.d.ts +3 -0
  395. package/dist/src/Kit/Feedback/Modal/Modal.d.ts +4 -0
  396. package/dist/src/Kit/Feedback/Modal/ModalContent.d.ts +4 -0
  397. package/dist/src/Kit/Feedback/Modal/ModalFooter.d.ts +3 -0
  398. package/dist/src/Kit/Feedback/Modal/ModalHeader.d.ts +4 -0
  399. package/dist/src/Kit/Feedback/Modal/confirm.d.ts +10 -0
  400. package/dist/src/Kit/Feedback/Modal/index.d.ts +7 -0
  401. package/dist/src/Kit/Feedback/Notification/Notification.d.ts +4 -0
  402. package/dist/src/Kit/Feedback/Notification/index.d.ts +2 -0
  403. package/dist/src/Kit/Feedback/Notification/style.d.ts +20 -0
  404. package/dist/src/Kit/Feedback/Progress/Progress.d.ts +3 -0
  405. package/dist/src/Kit/Feedback/Progress/ProgressWrapper.d.ts +3 -0
  406. package/dist/src/Kit/Feedback/Progress/SegmentedProgress.d.ts +3 -0
  407. package/dist/src/Kit/Feedback/Progress/index.d.ts +2 -0
  408. package/dist/src/Kit/Feedback/Progress/utils.d.ts +3 -0
  409. package/dist/src/Kit/Feedback/Skeleton/KitAvatarSkeleton.d.ts +3 -0
  410. package/dist/src/Kit/Feedback/Skeleton/KitCustomSkeleton.d.ts +3 -0
  411. package/dist/src/Kit/Feedback/Skeleton/KitInputSkeleton.d.ts +3 -0
  412. package/dist/src/Kit/Feedback/Skeleton/KitItemCard.d.ts +3 -0
  413. package/dist/src/Kit/Feedback/Skeleton/KitItemListSkeleton.d.ts +3 -0
  414. package/dist/src/Kit/Feedback/Skeleton/index.d.ts +12 -0
  415. package/dist/src/Kit/Feedback/SnackBar/SnackBar.d.ts +4 -0
  416. package/dist/src/Kit/Feedback/SnackBar/SnackBarProvider.d.ts +4 -0
  417. package/dist/src/Kit/Feedback/SnackBar/index.d.ts +3 -0
  418. package/dist/src/Kit/Feedback/SnackBar/snack-bar-function.d.ts +3 -0
  419. package/dist/src/Kit/General/Button/Button.d.ts +2 -0
  420. package/dist/src/Kit/General/Button/SplitButton.d.ts +2 -0
  421. package/dist/src/Kit/General/Button/index.d.ts +2 -0
  422. package/dist/src/Kit/General/DynamicActions/DynamicActions.d.ts +3 -0
  423. package/dist/src/Kit/General/DynamicActions/EllipsisButton.d.ts +3 -0
  424. package/dist/src/Kit/General/DynamicActions/index.d.ts +7 -0
  425. package/dist/src/Kit/General/Icon/index.d.ts +3 -0
  426. package/dist/src/Kit/General/Space/index.d.ts +8 -0
  427. package/dist/src/Kit/General/Typography/AdvancedLink.d.ts +3 -0
  428. package/dist/src/Kit/General/Typography/AdvancedParagraph.d.ts +3 -0
  429. package/dist/src/Kit/General/Typography/AdvancedText.d.ts +3 -0
  430. package/dist/src/Kit/General/Typography/AdvancedTitle.d.ts +4 -0
  431. package/dist/src/Kit/General/Typography/Link.d.ts +4 -0
  432. package/dist/src/Kit/General/Typography/Paragraph.d.ts +4 -0
  433. package/dist/src/Kit/General/Typography/Text.d.ts +4 -0
  434. package/dist/src/Kit/General/Typography/Title.d.ts +4 -0
  435. package/dist/src/Kit/General/Typography/commons.d.ts +17 -0
  436. package/dist/src/Kit/General/Typography/index.d.ts +2 -0
  437. package/dist/src/Kit/Layout/Divider/index.d.ts +3 -0
  438. package/dist/src/Kit/Layout/Grid/Col.d.ts +3 -0
  439. package/dist/src/Kit/Layout/Grid/Row.d.ts +3 -0
  440. package/dist/src/Kit/Layout/Grid/index.d.ts +2 -0
  441. package/dist/src/Kit/Layout/PageLayout/PageLayout.d.ts +3 -0
  442. package/dist/src/Kit/Layout/PageLayout/index.d.ts +1 -0
  443. package/dist/src/Kit/Layout/Section/index.d.ts +3 -0
  444. package/dist/src/Kit/Navigation/Breadcrumb/index.d.ts +5 -0
  445. package/dist/src/Kit/Navigation/DropDown/index.d.ts +3 -0
  446. package/dist/src/Kit/Navigation/Header/Header.d.ts +4 -0
  447. package/dist/src/Kit/Navigation/Header/Profile.d.ts +4 -0
  448. package/dist/src/Kit/Navigation/Header/index.d.ts +8 -0
  449. package/dist/src/Kit/Navigation/PageHeader/index.d.ts +3 -0
  450. package/dist/src/Kit/Navigation/Pagination/index.d.ts +2 -0
  451. package/dist/src/Kit/Navigation/SideMenu/SideMenu.d.ts +4 -0
  452. package/dist/src/Kit/Navigation/SideMenu/SideMenuItem.d.ts +4 -0
  453. package/dist/src/Kit/Navigation/SideMenu/SideMenuPanel.d.ts +9 -0
  454. package/dist/src/Kit/Navigation/SideMenu/index.d.ts +1 -0
  455. package/dist/src/Kit/Navigation/SidePanel/SidePanel.d.ts +3 -0
  456. package/dist/src/Kit/Navigation/SidePanel/SidePanelContent.d.ts +4 -0
  457. package/dist/src/Kit/Navigation/SidePanel/SidePanelHeader.d.ts +4 -0
  458. package/dist/src/Kit/Navigation/SidePanel/index.d.ts +3 -0
  459. package/dist/src/Kit/Navigation/Step/index.d.ts +3 -0
  460. package/dist/src/Kit/index.d.ts +65 -0
  461. package/dist/src/assets/empty/empty-client.d.ts +1 -0
  462. package/dist/src/assets/empty/empty-folder.d.ts +1 -0
  463. package/dist/src/assets/empty/empty-list.d.ts +1 -0
  464. package/dist/src/assets/empty/empty-modal.d.ts +1 -0
  465. package/dist/src/assets/empty/empty-no-comment.d.ts +1 -0
  466. package/dist/src/assets/empty/empty-page-error.d.ts +1 -0
  467. package/dist/src/assets/empty/empty-page.d.ts +1 -0
  468. package/dist/src/assets/empty/empty-result-error.d.ts +1 -0
  469. package/dist/src/assets/empty/empty-result.d.ts +1 -0
  470. package/dist/src/assets/empty/empty-tasks-error.d.ts +1 -0
  471. package/dist/src/assets/empty/empty-tasks.d.ts +1 -0
  472. package/dist/src/assets/error/common-error.d.ts +1 -0
  473. package/dist/src/assets/error/error-401.d.ts +3 -0
  474. package/dist/src/assets/error/error-403.d.ts +3 -0
  475. package/dist/src/assets/error/error-404.d.ts +3 -0
  476. package/dist/src/assets/error/error-500.d.ts +3 -0
  477. package/dist/src/assets/error/error-502.d.ts +3 -0
  478. package/dist/src/assets/error/error-503.d.ts +3 -0
  479. package/dist/src/assets/icons/chevrons/LeftChevrons.d.ts +3 -0
  480. package/dist/src/assets/icons/chevrons/RightChevrons.d.ts +3 -0
  481. package/dist/src/assets/logo/aristid.d.ts +1 -0
  482. package/dist/src/hooks/useSecureClick/index.d.ts +3 -0
  483. package/dist/src/hooks/useWindowSize.d.ts +5 -0
  484. package/dist/src/index.d.ts +6 -0
  485. package/dist/src/spellCheck/components/SpellCheckCorrectionHighlight.d.ts +9 -0
  486. package/dist/src/spellCheck/components/SpellCheckOverlay.d.ts +12 -0
  487. package/dist/src/spellCheck/components/SpellCheckWrapper.d.ts +7 -0
  488. package/dist/src/spellCheck/spell-check-context.d.ts +8 -0
  489. package/dist/src/spellCheck/useKitSpellCheckConfig.d.ts +9 -0
  490. package/dist/src/spellCheck/useSpellChecking.d.ts +14 -0
  491. package/dist/src/spellCheck/utils/computeHighlights.d.ts +6 -0
  492. package/dist/src/spellCheck/utils/getScrollableAncestor.d.ts +5 -0
  493. package/dist/src/spellCheck/utils/isClippedByAncestor.d.ts +6 -0
  494. package/dist/src/spellCheck/utils/setNativeInputValue.d.ts +6 -0
  495. package/dist/src/spellCheck/utils/useDisableNativeSpellCheck.d.ts +11 -0
  496. package/dist/src/spellCheck/utils/useHighlightRects.d.ts +23 -0
  497. package/dist/src/theme/aristid/components/DataDisplay/Avatar/index.d.ts +3 -0
  498. package/dist/src/theme/aristid/components/DataDisplay/Badge/index.d.ts +2 -0
  499. package/dist/src/theme/aristid/components/DataDisplay/Carousel/index.d.ts +2 -0
  500. package/dist/src/theme/aristid/components/DataDisplay/Collapse/index.d.ts +2 -0
  501. package/dist/src/theme/aristid/components/DataDisplay/Image/index.d.ts +2 -0
  502. package/dist/src/theme/aristid/components/DataDisplay/ItemList/index.d.ts +2 -0
  503. package/dist/src/theme/aristid/components/DataDisplay/Tab/index.d.ts +2 -0
  504. package/dist/src/theme/aristid/components/DataDisplay/Tag/index.d.ts +2 -0
  505. package/dist/src/theme/aristid/components/DataDisplay/Tooltip/index.d.ts +2 -0
  506. package/dist/src/theme/aristid/components/DataDisplay/Tree/index.d.ts +2 -0
  507. package/dist/src/theme/aristid/components/DataEntry/Checkbox/index.d.ts +2 -0
  508. package/dist/src/theme/aristid/components/DataEntry/ColorPicker/index.d.ts +2 -0
  509. package/dist/src/theme/aristid/components/DataEntry/DatePicker/index.d.ts +2 -0
  510. package/dist/src/theme/aristid/components/DataEntry/Filter/index.d.ts +2 -0
  511. package/dist/src/theme/aristid/components/DataEntry/Input/index.d.ts +4 -0
  512. package/dist/src/theme/aristid/components/DataEntry/InputNumber/index.d.ts +2 -0
  513. package/dist/src/theme/aristid/components/DataEntry/InputWrapper/index.d.ts +2 -0
  514. package/dist/src/theme/aristid/components/DataEntry/Radio/index.d.ts +2 -0
  515. package/dist/src/theme/aristid/components/DataEntry/Rate/index.d.ts +2 -0
  516. package/dist/src/theme/aristid/components/DataEntry/Select/index.d.ts +4 -0
  517. package/dist/src/theme/aristid/components/DataEntry/Slider/index.d.ts +2 -0
  518. package/dist/src/theme/aristid/components/DataEntry/Switch/index.d.ts +2 -0
  519. package/dist/src/theme/aristid/components/Feedback/Alert/index.d.ts +2 -0
  520. package/dist/src/theme/aristid/components/Feedback/Modal/index.d.ts +2 -0
  521. package/dist/src/theme/aristid/components/Feedback/Notification/index.d.ts +2 -0
  522. package/dist/src/theme/aristid/components/Feedback/SnackBar/index.d.ts +2 -0
  523. package/dist/src/theme/aristid/components/General/Button/index.d.ts +2 -0
  524. package/dist/src/theme/aristid/components/General/Icon/index.d.ts +2 -0
  525. package/dist/src/theme/aristid/components/General/Typography/index.d.ts +2 -0
  526. package/dist/src/theme/aristid/components/Layout/Divider/index.d.ts +2 -0
  527. package/dist/src/theme/aristid/components/Navigation/Breadcrumb/index.d.ts +2 -0
  528. package/dist/src/theme/aristid/components/Navigation/DropDown/index.d.ts +2 -0
  529. package/dist/src/theme/aristid/components/Navigation/Header/index.d.ts +2 -0
  530. package/dist/src/theme/aristid/components/Navigation/Pagination/index.d.ts +2 -0
  531. package/dist/src/theme/aristid/components/Navigation/Step/index.d.ts +2 -0
  532. package/dist/src/theme/aristid/general/border/index.d.ts +3 -0
  533. package/dist/src/theme/aristid/general/colors/index.d.ts +3 -0
  534. package/dist/src/theme/aristid/general/height/index.d.ts +3 -0
  535. package/dist/src/theme/aristid/general/index.d.ts +2 -0
  536. package/dist/src/theme/aristid/general/spacing/index.d.ts +3 -0
  537. package/dist/src/theme/aristid/general/typography/index.d.ts +3 -0
  538. package/dist/src/theme/aristid/general/utilities/index.d.ts +3 -0
  539. package/dist/src/theme/theme-context.d.ts +6 -0
  540. package/dist/src/theme/useKitTheme.d.ts +13 -0
  541. package/dist/src/theme/utils/css-tokens-generator.d.ts +1 -0
  542. package/dist/src/theme/utils/tokens-mapper/DataDisplay/Badge/index.d.ts +8 -0
  543. package/dist/src/theme/utils/tokens-mapper/DataDisplay/Collapse/index.d.ts +3 -0
  544. package/dist/{theme/utils/tokens-mapper/DataDisplay/Tabs → src/theme/utils/tokens-mapper/DataDisplay/Tab}/index.d.ts +1 -1
  545. package/dist/src/theme/utils/tokens-mapper/DataDisplay/Table/index.d.ts +4 -0
  546. package/dist/src/theme/utils/tokens-mapper/DataDisplay/Tooltip/index.d.ts +7 -0
  547. package/dist/src/theme/utils/tokens-mapper/DataDisplay/Tree/index.d.ts +9 -0
  548. package/dist/src/theme/utils/tokens-mapper/DataDisplay/index.d.ts +6 -0
  549. package/dist/src/theme/utils/tokens-mapper/DataEntry/Checkbox/index.d.ts +6 -0
  550. package/dist/src/theme/utils/tokens-mapper/DataEntry/ColorPicker/index.d.ts +7 -0
  551. package/dist/src/theme/utils/tokens-mapper/DataEntry/DatePicker/index.d.ts +15 -0
  552. package/dist/src/theme/utils/tokens-mapper/DataEntry/Form/index.d.ts +3 -0
  553. package/dist/src/theme/utils/tokens-mapper/DataEntry/Input/index.d.ts +9 -0
  554. package/dist/src/theme/utils/tokens-mapper/DataEntry/InputNumber/index.d.ts +10 -0
  555. package/dist/src/theme/utils/tokens-mapper/DataEntry/Radio/index.d.ts +4 -0
  556. package/dist/src/theme/utils/tokens-mapper/DataEntry/Rate/index.d.ts +3 -0
  557. package/dist/src/theme/utils/tokens-mapper/DataEntry/Select/index.d.ts +8 -0
  558. package/dist/src/theme/utils/tokens-mapper/DataEntry/Slider/index.d.ts +10 -0
  559. package/dist/src/theme/utils/tokens-mapper/Feedback/Alert/index.d.ts +12 -0
  560. package/dist/src/theme/utils/tokens-mapper/Feedback/index.d.ts +1 -0
  561. package/dist/src/theme/utils/tokens-mapper/Layout/Divider/index.d.ts +5 -0
  562. package/dist/src/theme/utils/tokens-mapper/Layout/index.d.ts +1 -0
  563. package/dist/src/theme/utils/tokens-mapper/Navigation/Pagination/index.d.ts +15 -0
  564. package/dist/{theme/utils/tokens-mapper/Navigation/Steps → src/theme/utils/tokens-mapper/Navigation/Step}/index.d.ts +1 -1
  565. package/dist/src/theme/utils/tokens-mapper/Navigation/index.d.ts +2 -0
  566. package/dist/src/theme/utils/tokens-mapper/index.d.ts +2 -0
  567. package/dist/src/translation/en-US/components/DataDisplay/Carousel/index.d.ts +2 -0
  568. package/dist/src/translation/en-US/components/DataDisplay/Collapse/index.d.ts +2 -0
  569. package/dist/src/translation/en-US/components/DataDisplay/Empty/index.d.ts +2 -0
  570. package/dist/src/translation/en-US/components/DataDisplay/Error/index.d.ts +2 -0
  571. package/dist/src/translation/en-US/components/DataDisplay/Image/index.d.ts +2 -0
  572. package/dist/src/translation/en-US/components/DataDisplay/ItemList/index.d.ts +2 -0
  573. package/dist/src/translation/en-US/components/DataDisplay/Tab/index.d.ts +2 -0
  574. package/dist/src/translation/en-US/components/DataEntry/ColorPicker/index.d.ts +2 -0
  575. package/dist/src/translation/en-US/components/DataEntry/RichText/index.d.ts +2 -0
  576. package/dist/src/translation/en-US/components/DataEntry/SearchInput/index.d.ts +2 -0
  577. package/dist/src/translation/en-US/components/DataEntry/Upload/index.d.ts +2 -0
  578. package/dist/src/translation/en-US/components/Feedback/Alert/index.d.ts +2 -0
  579. package/dist/src/translation/en-US/components/Feedback/Progress/index.d.ts +2 -0
  580. package/dist/src/translation/en-US/components/General/Button/index.d.ts +2 -0
  581. package/dist/src/translation/en-US/components/Navigation/PageHeader/index.d.ts +2 -0
  582. package/dist/src/translation/en-US/components/Navigation/SideMenu/index.d.ts +2 -0
  583. package/dist/src/translation/en-US/general/index.d.ts +2 -0
  584. package/dist/src/translation/en-US/index.d.ts +2 -0
  585. package/dist/src/translation/fr-FR/components/DataDisplay/Carousel/index.d.ts +2 -0
  586. package/dist/src/translation/fr-FR/components/DataDisplay/Collapse/index.d.ts +2 -0
  587. package/dist/src/translation/fr-FR/components/DataDisplay/Empty/index.d.ts +2 -0
  588. package/dist/src/translation/fr-FR/components/DataDisplay/Error/index.d.ts +2 -0
  589. package/dist/src/translation/fr-FR/components/DataDisplay/Image/index.d.ts +2 -0
  590. package/dist/src/translation/fr-FR/components/DataDisplay/ItemList/index.d.ts +2 -0
  591. package/dist/src/translation/fr-FR/components/DataDisplay/Tab/index.d.ts +2 -0
  592. package/dist/src/translation/fr-FR/components/DataEntry/ColorPicker/index.d.ts +2 -0
  593. package/dist/src/translation/fr-FR/components/DataEntry/RichText/index.d.ts +2 -0
  594. package/dist/src/translation/fr-FR/components/DataEntry/SearchInput/index.d.ts +2 -0
  595. package/dist/src/translation/fr-FR/components/DataEntry/Upload/index.d.ts +2 -0
  596. package/dist/src/translation/fr-FR/components/Feedback/Alert/index.d.ts +2 -0
  597. package/dist/src/translation/fr-FR/components/Feedback/Progress/index.d.ts +2 -0
  598. package/dist/src/translation/fr-FR/components/General/Button/index.d.ts +2 -0
  599. package/dist/src/translation/fr-FR/components/Navigation/PageHeader/index.d.ts +2 -0
  600. package/dist/src/translation/fr-FR/components/Navigation/SideMenu/index.d.ts +2 -0
  601. package/dist/src/translation/fr-FR/general/index.d.ts +2 -0
  602. package/dist/src/translation/fr-FR/index.d.ts +2 -0
  603. package/dist/src/translation/locale-context.d.ts +4 -0
  604. package/dist/src/translation/pt-PT/components/DataDisplay/Carousel/index.d.ts +2 -0
  605. package/dist/src/translation/pt-PT/components/DataDisplay/Collapse/index.d.ts +2 -0
  606. package/dist/src/translation/pt-PT/components/DataDisplay/Empty/index.d.ts +2 -0
  607. package/dist/src/translation/pt-PT/components/DataDisplay/Error/index.d.ts +2 -0
  608. package/dist/src/translation/pt-PT/components/DataDisplay/Image/index.d.ts +2 -0
  609. package/dist/src/translation/pt-PT/components/DataDisplay/ItemList/index.d.ts +2 -0
  610. package/dist/src/translation/pt-PT/components/DataDisplay/Tab/index.d.ts +2 -0
  611. package/dist/src/translation/pt-PT/components/DataEntry/ColorPicker/index.d.ts +2 -0
  612. package/dist/src/translation/pt-PT/components/DataEntry/RichText/index.d.ts +2 -0
  613. package/dist/src/translation/pt-PT/components/DataEntry/SearchInput/index.d.ts +2 -0
  614. package/dist/src/translation/pt-PT/components/DataEntry/Upload/index.d.ts +2 -0
  615. package/dist/src/translation/pt-PT/components/Feedback/Alert/index.d.ts +2 -0
  616. package/dist/src/translation/pt-PT/components/Feedback/Progress/index.d.ts +2 -0
  617. package/dist/src/translation/pt-PT/components/General/Button/index.d.ts +2 -0
  618. package/dist/src/translation/pt-PT/components/Navigation/PageHeader/index.d.ts +2 -0
  619. package/dist/src/translation/pt-PT/components/Navigation/SideMenu/index.d.ts +2 -0
  620. package/dist/src/translation/pt-PT/general/index.d.ts +2 -0
  621. package/dist/src/translation/pt-PT/index.d.ts +2 -0
  622. package/dist/src/translation/useKitLocale.d.ts +11 -0
  623. package/dist/src/translation/utils/getLanguageCode.d.ts +1 -0
  624. package/dist/src/translation/utils/index.d.ts +2 -0
  625. package/dist/src/translation/utils/localesByLang.d.ts +13 -0
  626. package/dist/src/utils/constants.d.ts +6 -0
  627. package/dist/src/utils/functions/colors.d.ts +2 -0
  628. package/dist/src/utils/functions/index.d.ts +22 -0
  629. package/dist/src/utils/hooks/useClickOutside.d.ts +8 -0
  630. package/dist/src/utils/hooks/useEllipsisTooltip.d.ts +14 -0
  631. package/dist/src/utils/hooks/useGetPopupContainer.d.ts +6 -0
  632. package/dist/src/utils/hooks/useKeyboardShortcut.d.ts +7 -0
  633. package/dist/theme/aristid/components/DataDisplay/Avatar/index.js +1 -1
  634. package/dist/theme/aristid/components/DataDisplay/Badge/index.js +1 -1
  635. package/dist/theme/aristid/components/DataDisplay/Carousel/index.d.ts +2 -0
  636. package/dist/theme/aristid/components/DataDisplay/Carousel/index.js +21 -0
  637. package/dist/theme/aristid/components/DataDisplay/Collapse/index.js +1 -1
  638. package/dist/theme/aristid/components/DataDisplay/Image/index.js +1 -1
  639. package/dist/theme/aristid/components/DataDisplay/ItemList/index.js +1 -1
  640. package/dist/theme/aristid/components/DataDisplay/Tab/index.d.ts +2 -0
  641. package/dist/theme/aristid/components/DataDisplay/{Tabs → Tab}/index.js +4 -4
  642. package/dist/theme/aristid/components/DataDisplay/Tag/index.js +1 -1
  643. package/dist/theme/aristid/components/DataDisplay/Tooltip/index.js +1 -1
  644. package/dist/theme/aristid/components/DataDisplay/Tree/index.js +1 -1
  645. package/dist/theme/aristid/components/DataEntry/Checkbox/index.js +1 -1
  646. package/dist/theme/aristid/components/DataEntry/ColorPicker/index.js +1 -1
  647. package/dist/theme/aristid/components/DataEntry/DatePicker/index.js +1 -1
  648. package/dist/theme/aristid/components/DataEntry/Filter/index.js +1 -1
  649. package/dist/theme/aristid/components/DataEntry/Input/index.js +1 -1
  650. package/dist/theme/aristid/components/DataEntry/InputNumber/index.js +1 -1
  651. package/dist/theme/aristid/components/DataEntry/InputWrapper/index.js +1 -1
  652. package/dist/theme/aristid/components/DataEntry/Radio/index.js +1 -1
  653. package/dist/theme/aristid/components/DataEntry/Rate/index.js +1 -1
  654. package/dist/theme/aristid/components/DataEntry/Select/index.js +1 -1
  655. package/dist/theme/aristid/components/DataEntry/Slider/index.js +1 -1
  656. package/dist/theme/aristid/components/DataEntry/Switch/index.js +1 -1
  657. package/dist/theme/aristid/components/Feedback/Alert/index.js +1 -1
  658. package/dist/theme/aristid/components/Feedback/Modal/index.js +1 -1
  659. package/dist/theme/aristid/components/Feedback/Notification/index.js +1 -1
  660. package/dist/theme/aristid/components/Feedback/SnackBar/index.js +1 -1
  661. package/dist/theme/aristid/components/General/Icon/index.js +1 -1
  662. package/dist/theme/aristid/components/General/Typography/index.js +1 -1
  663. package/dist/theme/aristid/components/Layout/Divider/index.js +1 -1
  664. package/dist/theme/aristid/components/Navigation/Breadcrumb/index.js +11 -5
  665. package/dist/theme/aristid/components/Navigation/DropDown/index.js +1 -1
  666. package/dist/theme/aristid/components/Navigation/Header/index.js +1 -1
  667. package/dist/theme/aristid/components/Navigation/Pagination/index.js +1 -1
  668. package/dist/theme/aristid/components/Navigation/Step/index.d.ts +2 -0
  669. package/dist/theme/aristid/components/Navigation/{Steps → Step}/index.js +4 -4
  670. package/dist/theme/aristid/general/colors/index.js +17 -15
  671. package/dist/theme/aristid/general/utilities/index.js +6 -6
  672. package/dist/theme/types/components/DataDisplay/Carousel/index.d.ts +85 -0
  673. package/dist/theme/types/components/DataDisplay/{Tabs → Tab}/index.d.ts +2 -2
  674. package/dist/theme/types/components/General/Button/index.d.ts +1 -1
  675. package/dist/theme/types/components/Navigation/Breadcrumb/index.d.ts +20 -0
  676. package/dist/theme/types/components/Navigation/{Steps → Step}/index.d.ts +2 -2
  677. package/dist/theme/types/general/colors/index.d.ts +5 -0
  678. package/dist/theme/types/index.d.ts +6 -4
  679. package/dist/theme/useKitTheme.d.ts +1 -1
  680. package/dist/theme/utils/tokens-mapper/DataDisplay/Tab/index.d.ts +10 -0
  681. package/dist/theme/utils/tokens-mapper/DataDisplay/{Tabs → Tab}/index.js +3 -3
  682. package/dist/theme/utils/tokens-mapper/DataDisplay/index.d.ts +1 -1
  683. package/dist/theme/utils/tokens-mapper/DataDisplay/index.js +2 -2
  684. package/dist/theme/utils/tokens-mapper/Feedback/Alert/index.js +2 -2
  685. package/dist/theme/utils/tokens-mapper/Navigation/Step/index.d.ts +11 -0
  686. package/dist/theme/utils/tokens-mapper/Navigation/{Steps → Step}/index.js +3 -3
  687. package/dist/theme/utils/tokens-mapper/Navigation/index.d.ts +1 -1
  688. package/dist/theme/utils/tokens-mapper/Navigation/index.js +2 -2
  689. package/dist/theme/utils/tokens-mapper/index.js +2 -2
  690. package/dist/translation/en-US/components/DataDisplay/Carousel/index.d.ts +2 -0
  691. package/dist/translation/en-US/components/DataDisplay/Carousel/index.js +9 -0
  692. package/dist/translation/en-US/components/DataDisplay/Tab/index.d.ts +2 -0
  693. package/dist/translation/en-US/components/DataDisplay/Tab/index.js +4 -0
  694. package/dist/translation/en-US/index.js +34 -32
  695. package/dist/translation/fr-FR/components/DataDisplay/Carousel/index.d.ts +2 -0
  696. package/dist/translation/fr-FR/components/DataDisplay/Carousel/index.js +9 -0
  697. package/dist/translation/fr-FR/components/DataDisplay/Tab/index.d.ts +2 -0
  698. package/dist/translation/fr-FR/components/DataDisplay/Tab/index.js +4 -0
  699. package/dist/translation/fr-FR/index.js +28 -26
  700. package/dist/translation/locale-context.d.ts +1 -1
  701. package/dist/translation/pt-PT/components/DataDisplay/Carousel/index.d.ts +2 -0
  702. package/dist/translation/pt-PT/components/DataDisplay/Carousel/index.js +9 -0
  703. package/dist/translation/pt-PT/components/DataDisplay/Tab/index.d.ts +2 -0
  704. package/dist/translation/pt-PT/components/DataDisplay/Tab/index.js +4 -0
  705. package/dist/translation/pt-PT/index.js +30 -28
  706. package/dist/translation/types/components/DataDisplay/Carousel/index.d.ts +6 -0
  707. package/dist/translation/types/components/DataDisplay/Tab/index.d.ts +3 -0
  708. package/dist/translation/types/index.d.ts +4 -2
  709. package/dist/translation/utils/index.d.ts +1 -1
  710. package/dist/translation/utils/localesByLang.d.ts +3 -3
  711. package/dist/types.d.ts +2 -0
  712. package/dist/utils/functions/index.d.ts +3 -3
  713. package/dist/utils/functions/index.js +1 -1
  714. package/dist/utils/hooks/useClickOutside.d.ts +1 -1
  715. package/dist/utils/hooks/useEllipsisTooltip.d.ts +1 -1
  716. package/dist/utils/hooks/useGetPopupContainer.d.ts +2 -2
  717. package/package.json +68 -51
  718. package/dist/Kit/DataDisplay/Tabs/index.d.ts +0 -4
  719. package/dist/Kit/DataDisplay/Tabs/index.js +0 -2
  720. package/dist/Kit/Navigation/Steps/index.d.ts +0 -3
  721. package/dist/Kit/Navigation/Steps/index.js +0 -2
  722. package/dist/assets/Steps.css +0 -1
  723. package/dist/assets/Tabs.css +0 -1
  724. package/dist/chunks/Breadcrumb.DIt0b2vn.js +0 -28
  725. package/dist/chunks/ItemCard.IfukwSXw.js +0 -188
  726. package/dist/chunks/Select.BN-Gg1B9.js +0 -226
  727. package/dist/chunks/SideMenu.ImYCXDC3.js +0 -137
  728. package/dist/chunks/SnackBar.Bdq4XTnk.js +0 -78
  729. package/dist/chunks/Tag.C48VnN6a.js +0 -158
  730. package/dist/chunks/TreeSelect.B6ts83Xs.js +0 -169
  731. package/dist/theme/aristid/components/DataDisplay/Tabs/index.d.ts +0 -2
  732. package/dist/theme/aristid/components/Navigation/Steps/index.d.ts +0 -2
  733. package/dist/translation/en-US/components/DataDisplay/Tabs/index.d.ts +0 -2
  734. package/dist/translation/en-US/components/DataDisplay/Tabs/index.js +0 -4
  735. package/dist/translation/fr-FR/components/DataDisplay/Tabs/index.d.ts +0 -2
  736. package/dist/translation/fr-FR/components/DataDisplay/Tabs/index.js +0 -4
  737. package/dist/translation/pt-PT/components/DataDisplay/Tabs/index.d.ts +0 -2
  738. package/dist/translation/pt-PT/components/DataDisplay/Tabs/index.js +0 -4
  739. package/dist/translation/types/components/DataDisplay/Tabs/index.d.ts +0 -3
  740. /package/dist/Kit/{Layout → General}/Space/index.d.ts +0 -0
  741. /package/dist/Kit/{Layout → General}/Space/types.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,157 @@
1
1
  # Changelog
2
2
 
3
+ ## [18.0.0](https://www.npmjs.com/package/aristid-ds/v/18.0.0) (2026-09-01)
4
+
5
+ ### ✨ Features
6
+
7
+ - **Card:**
8
+ - Add the `KitCard` component: a generic, non-interactive card container (background, border, radius, shadow, padding, hover outline) for free content via `children` — not focusable or clickable by default (@evoiron)
9
+ - Add `Card.Actions`, displaying up to three action buttons with overflow collapsed into a dropdown (@evoiron)
10
+ - Add `Card.Image`, displaying a cover image (or a fallback icon) as a full-width banner or, with `display="list"`, a fixed-width thumbnail (@evoiron)
11
+ - Add `Card.Media`, behaving like `Card.Image` but rendering a video (with native controls, always contained rather than cropped) instead (@evoiron)
12
+ - Support `children` on `Card.Image`, rendered centered over the image behind a darkening mask shown on hover (@evoiron)
13
+ - Add the `poster` prop to `Card.Media`, shown before the video starts playing (@evoiron)
14
+ - **ItemCard:**
15
+ - Deprecate `KitItemCard` in favor of `Card` (compose `KitIdCard`, `Card.Image`/`Card.Media` and `Card.Actions`) — logs a console warning, removal planned for a future major version (@evoiron)
16
+ - **Breadcrumb:**
17
+ - Truncate long segment labels to 20 characters with tooltip and `aria-label` (@philippechevieux)
18
+ - Add optional `ellipsis` prop to collapse segments beyond 4 (@philippechevieux)
19
+ - Add a `size` prop (`'s' | 'm'`) to support a smaller breadcrumb variant (@mel-dalavekia)
20
+ - **Colors:**
21
+ - Update the `error` ramp step 400 (`--general-colors-secondary-error-400`, aliased by `--general-utilities-error-default` and `--general-utilities-text-error`) failing the WCAG AA contrast check: `#EB0D18` becomes `#E80A15`, raising the ratio on the error input background from 4.41 to 4.53 with no perceptible visual change (@philippechevieux)
22
+ - Darken the whole `secondary.warning` (orange) ramp for accessibility: `100` `#FFF4E6`→`#FEF8EE`, `200` `#FFD8A8`→`#F9DAAF`, `300` `#FFA94D`→`#EF9B48`, `400` `#FF922B`→`#EB7E24`, `500` `#FD7E14`→`#DC651A`, `600` `#F76707`→`#BC4F18`, `700` `#360F00`→`#3F190B` (@philippechevieux)
23
+ - Repoint the `text.warning` alias from `warning.default` (ramp `400`) to `warning.dark` (ramp `600`): warning text on the warning surface only reached 2.64:1, it now reaches 4.65:1 and passes WCAG AA (@philippechevieux)
24
+ - Improve the accessibility of the `Grey` palette: add `--general-colors-neutral-grey-50` (`#F3F7F8`) and re-value the 7 existing shades — `100` → `#E0E9ED`, `200` → `#C5D4DC`, `300` → `#9CB6C4`, `400` → `#6C8FA4`, `500` → `#567A91`, `600` → `#3D5061`, `700` → `#1E262E` (@philippechevieux)
25
+ - Remap the neutral semantic aliases onto the new scale: `neutral-light` → `grey-50`, `neutral-dark` → `grey-500`, `neutral-deepDark` → `grey-700` (`neutral-medium` stays on `grey-200`), and point `--general-utilities-disabled` at `grey-500` so disabled texts, placeholders and character counts reach the WCAG AA contrast ratio (4.58:1 on white, was 2.27:1) (@philippechevieux)
26
+ - **Accessibility**:
27
+ - Render placeholder text in italic on every data entry component — `Input`, `Input.TextArea`, `Input.Password`, `SearchInput`, `AutoComplete`, `InputNumber`, `DatePicker`, `RangePicker`, `Select`, `TreeSelect`, `ColorPicker` and `RichText` — in all sizes and including the AI variants, so the empty (default) state is visually distinct from filled content now that the placeholder grey is darker (@philippechevieux)
28
+ - **DropDown:**
29
+ - Highlight the open path (menu items and submenus) and mark the selected item with a check (@philippechevieux)
30
+ - Top-align each submenu panel with its trigger and offset it by `spacing.s`, bridging the gap so hover doesn't close the menu (@philippechevieux)
31
+ - Give a hovered submenu the same background highlight as a menu item, instead of a bordered frame (@philippechevieux)
32
+ - **Carousel:**
33
+ - Add the `KitCarousel` component: slides browsed horizontally with the current one centered, floating previous/next buttons and a bullet navigation (@philippechevieux)
34
+ - **Tag:**
35
+ - Add `warning` and `ai-secondary` types (@philippechevieux)
36
+ - **SideMenu:**
37
+ - Add a double-menu layout: any item can declare a `panel`/`panelTitle`, shown beside the rail when that item is active. Selecting an item with a panel swaps its content and collapses the rail; selecting one without hides the previous panel (@philippechevieux)
38
+ - **Table:**
39
+ - Add the `xs` value to the `lineSize` prop (32px rows) for dense data tables (@philippechevieux)
40
+ - **Select:**
41
+ - Add `closable` prop to prevent removing selected items without greying the tag (@philippechevieux)
42
+ - **TreeSelect:**
43
+ - Expose the `showCheckedStrategy` prop, so consumers can keep a parent node's tag visible once all its children are also checked (@philippechevieux)
44
+ - Add `closable` prop to prevent removing selected nodes without greying the tag (@philippechevieux)
45
+ - **Header:**
46
+ - Add the `menuAriaLabel` prop on `KitHeader` and `Header.Profile` (@philippechevieux)
47
+ - **⚠️ Breaking change - Header:**
48
+ - Render the component as a `<header>` element (`banner` landmark) instead of a `<div>`. Update any selector targeting `div.kit-header` and any handler or ref typed against `HTMLDivElement` (@philippechevieux)
49
+ - **⚠️ Breaking change - Table:**
50
+ - Rename the `headerLineSize` values so a letter means the same height as on `lineSize`: `l` → `m` (56px), `m` → `s` (48px), `s` → `xs` (32px). Heights are unchanged; the default header is now `m` (still 56px). Update any `headerLineSize="l" | "m" | "s"` usage — the old values no longer match and silently fall back to 56px (@mel-dalavekia)
51
+ - **⚠️ Breaking change - Steps:**
52
+ - Rename the component to `Step`: `KitSteps` → `KitStep`, `IKitSteps` → `IKitStep` (the item type moves from `IKitStep` to `IKitStepItem`), the `kit-steps` CSS class → `kit-step`, and the `--components-Steps-*` CSS variables → `--components-Step-*`. Update any `import {KitSteps} from 'aristid-ds'`, `IKitSteps`/`IKitStep` type usage, and custom `--components-Steps-*` overrides (@evoiron)
53
+ - **⚠️ Breaking change - Tabs:**
54
+ - Rename the component to `Tab`: `KitTabs` → `KitTab`, `IKitTabs` → `IKitTab`, the `kit-tabs`/`kit-tabs-wrapper` CSS classes → `kit-tab-list`/`kit-tab-list-wrapper`, and the locale key `IKitLocale.Tabs` → `IKitLocale.Tab`. Update any `import {KitTabs} from 'aristid-ds'`, `IKitTabs` type usage, and custom selectors targeting `.kit-tabs`/`.kit-tabs-wrapper`. The antd-only `--components-Tabs-*` theme tokens (for antd's native `Tabs` component, unrelated to this wrapper) are unaffected (@evoiron)
55
+ - **Space:**
56
+ - Move the component to `General` category (@evoiron)
57
+ - **⚠️ Breaking change - PageHeader:**
58
+ - The component is now deprecated (@evoiron)
59
+ - **⚠️ Breaking change - AutoComplete:**
60
+ - The component is now deprecated (@evoiron)
61
+
62
+ ### 🐛 Bug Fixes
63
+
64
+ - **Header:**
65
+ - Stop mutating the `avatarProps` object passed to `profileCardProps` / `profileMenuCardProps`: the forced `square` shape no longer leaks into the caller's own object (@philippechevieux)
66
+ - Fix the profile dropdown menu to display action buttons instead of a custom card (@philippechevieux)
67
+ - Fix the trigger active state background color (@philippechevieux)
68
+ - Fix arrow alignment on block redirect buttons (@philippechevieux)
69
+ - Fix the App menu dropdown opening on hover instead of click only (@philippechevieux)
70
+ - Fix the focus state styling masking the hover color on Profile and App menu triggers (@philippechevieux)
71
+ - Add keyboard support (Enter/Space to open, Escape to close) and ARIA attributes for menu accessibility (@philippechevieux)
72
+ - **RedirectCard:**
73
+ - The card is now activable with Enter or Space, not the mouse only (@philippechevieux)
74
+ - **SnackBar:**
75
+ - The close button is now reachable with Tab, activable with Enter or Space, and announced with a `Close` label (@philippechevieux)
76
+ - **Button:**
77
+ - Fix the focus ring being offset to the right on the primary split button (all sizes): Ant Design 6 wraps the dropdown trigger in a `span.ant-dropdown-trigger`, breaking the adjacent-sibling selector that hides the divider when the main button is focused (@philippechevieux)
78
+ - Fix the `link` type in `danger` state showing a rounded, blue-and-red underline instead of a single straight red line on hover/active (@philippechevieux)
79
+ - Remove deprecated unused `text` type (@frykten)
80
+ - ⚠️ Add `box-sizing: border-box` (@frykten)
81
+ - ⚠️ Move all button types to `display: inline-flex` (use the property `block` to get a `display: flex`) (@frykten)
82
+ - Fix the focus outline not appearing on `primary` and `tertiary` type buttons (@frykten)
83
+ - **Alert:**
84
+ - Fix the icon and single-line message not being vertically centered against each other on a message-only alert (no description) (@philippechevieux)
85
+ - Fix the icon being misaligned on a description-only alert (no message): the empty title row still reserved its vertical spacing, so the description was pushed down away from the icon (@philippechevieux)
86
+ - Fix the icons' & borders' color for the "Info" type (@frykten)
87
+ - **Checkbox:**
88
+ - Fix the `disabled` states rendering with no background at all; they now use `--general-utilities-neutral-light` (@philippechevieux)
89
+ - Fix the check and dash icons of the `disabled` states using `--general-utilities-border` instead of `--general-utilities-disabled` (@philippechevieux)
90
+ - Fix the unchecked `danger` state having a white background instead of `--general-utilities-error-light` (@philippechevieux)
91
+ - **Radio:**
92
+ - Fix the `disabled` states rendering with no background at all; they now use `--general-utilities-neutral-light` (@philippechevieux)
93
+ - Fix the unchecked `danger` state having a white background instead of `--general-utilities-error-light` (@philippechevieux)
94
+ - **Select:**
95
+ - Fix the select collapsing to its content width under Ant Design 6 when no explicit width is set; it now fills its `KitInputWrapper` by default while an inline `style` width still takes precedence (@7Remy)
96
+ - Honour per-item `disabled` property from rc-select: disabled options render greyed tags with no close icon and cannot be unchecked from the dropdown or via Backspace (@philippechevieux)
97
+ - Apply proper styling to disabled options in the dropdown (background + text tokens) instead of flat `opacity: 0.5` (@philippechevieux)
98
+ - Fix the search caret sticking to the top of the row instead of centering against the tags in `multiple` mode once `oneLineTags`' `+N` overflow indicator appears (@evoiron)
99
+ - **TreeSelect:**
100
+ - Fix the tree select collapsing to its content width under Ant Design 6 when no explicit width is set; it now fills its `KitInputWrapper` by default while an inline `style` width still takes precedence (@7Remy)
101
+ - Fix search being cleared when re-clicking the input while a search was already in progress; the dropdown now stays open and the search value is preserved (@philippechevieux)
102
+ - Fix multi-character search returning no result by defaulting `treeNodeFilterProp` to `title` (was antd's `value`), so nodes are filtered on their displayed label (@philippechevieux)
103
+ - Fix the dropdown staying open after selecting a node in single mode; it now closes on selection while multiple mode still stays open to check several nodes in a row (@philippechevieux)
104
+ - Fix the selected value showing through the search text in single mode: the design-system content color was cancelling the transparency Ant Design 6 uses to hide the value behind the search input (@philippechevieux)
105
+ - Honour per-item `disabled` property from rc-tree-select: disabled nodes render greyed tags with no close icon and cannot be unchecked from the dropdown or via Backspace (@philippechevieux)
106
+ - **⚠️ Breaking change - TreeSelect:**
107
+ - Remove `fieldNames`, `treeDataSimpleMode`, and `treeData` from antd's type exports; `treeData` is now strictly typed as `IKitTreeSelectNode[]`. Migrate by passing a plain recursive array (`value`/`title`/`children`) — a `treeDataSimpleMode` flat list or `fieldNames`-remapped keys are no longer accepted (@philippechevieux)
108
+ - **Tree:**
109
+ - Fix token reference in mixins: `--general-colors-neutral-light` → `--general-utilities-neutral-light` (@philippechevieux)
110
+ - Align the disabled tree checkbox on `KitCheckbox`: it kept a white background and a `--general-utilities-border` check icon (@philippechevieux)
111
+ - **DatePicker:**
112
+ - Fix the aria-prohibited-attr error on rangepicker separator element (@7evoiron)
113
+ - **SideMenu:**
114
+ - Fix the `width.closed` token being ignored due to a typo in the SCSS variable name (`width-close`) (@philippechevieux)
115
+ - **Table:**
116
+ - Fix the selection cell only being clickable on the 16px checkbox instead of across the entire cell (@philippechevieux)
117
+ - Fix a click in the selection cell also firing the row's `onRow` `onClick` handler: the cell now only toggles the selection, as a click on the checkbox itself already did (@philippechevieux)
118
+ - Fix `align`-based text alignment (e.g. `align: 'center'`) being ignored on header cells (@frykten)
119
+ - ⚠️ Ant-cell classes are not duplicated, verify the header/body cell rendering for a possible visual diff if you wrote specific CSS selectors on these `.ant-table-cell, .ant-table-cell-ellipsis, .ant-table-selection-column` (@frykten)
120
+ - Fix horizontal scrollbar appearing when table is empty with `scroll={{x: 'max-content'}}` (@mel-dalavekia)
121
+ - **Tests:**
122
+ - fix upload e2e tests. paths had unnecessary `public/` and caused warnings (@evoiron)
123
+ - **ItemCard:**
124
+ - Fix the hover-revealed action overlay disappearing while the overflow "more" dropdown is open and the pointer moves onto a menu item (the menu renders in a portal outside the hovered image, so CSS `:hover` alone dropped the overlay); it now also opens on click (`trigger={['click']}`) instead of hover, and stays visible for as long as the dropdown is open (@evoiron)
125
+ - Fix the overflow "more" dropdown staying open after clicking one of its menu items (`KitDropDown` deliberately doesn't close itself on an item click) — it now closes as soon as the clicked action's own `onClick` has run (@evoiron)
126
+ - **Tag:**
127
+ - Fix `Tag.Group` hiding tags that fit when its parent is a flex item, an inline-block or a float (@philippechevieux)
128
+ - Announce `Tag.Group` as a list of tags whose `+N others` control is a real button (@philippechevieux)
129
+ - Fix the `+N others` dialog and the tags it lists being invisible to assistive technologies (@philippechevieux)
130
+ - ⚠️ A `Tag` now takes a tab stop only when `onClick` is set, and is then activated with `Enter` or `Space` like a native button (@philippechevieux)
131
+ - **Modal:**
132
+ - Fix `KitModal.confirm` overriding the `appElement` given by the caller and hiding the dialog itself from assistive technologies (@philippechevieux)
133
+ - ⚠️ Hiding the page behind a modal from assistive technologies now requires the application to declare its root once through `KitModal.setAppElement` (@philippechevieux)
134
+ - Fix ESM consumers resolving the package to its UMD build instead of the ESM one (@philippechevieux)
135
+
136
+ ### 📝 Documentation
137
+
138
+ - Fix the Storybook table of contents listing the titles of the components used as demo data (`KitRedirectCard`, `KitItemCard`…) alongside the real chapters (@philippechevieux)
139
+ - Add the `Theme customisation` exemple in KitApp page (@evoiron)
140
+ - Move `Icons` page to `Assets` category (@evoiron)
141
+ - Rename `Icons` page to `Icon` (@evoiron)
142
+ - Rename `Colors` page to `Color` (@evoiron)
143
+ - Add `Radius` and `Shadow` pages (@evoiron)
144
+
145
+ ### 📦 Upgrade
146
+
147
+ - Remove the `styled-components` dependency: Storybook's own tooling (Theme Editor, Design Tokens page, canvas chrome…) now uses plain SCSS instead of CSS-in-JS; no `Kit` component ever depended on it (@evoiron)
148
+ - Upgrade React from `18.3.1` to `19.2.8` (@philippechevieux)
149
+ - The `react` and `react-dom` peer range widens to `^18.2.0 || ^19.0.0`: React is externalized from the bundles, so consumers staying on 18 are unaffected
150
+ - **Tabs**: fix the tab refs never being registered when running on React 19
151
+ - **⚠️ Breaking change** — `Comment`, `Thread`, `Button` and `SideMenu` items type their HTML props against the element they actually render (`HTMLElement`, `HTMLUListElement`, `HTMLButtonElement`) instead of `HTMLDivElement`
152
+ - `onScrollEnd` is no longer exposed by any `Kit` props type, alongside `onScroll` which was already omitted
153
+ - Load every SCSS file with `@use` instead of the deprecated `@import`, which Dart Sass 3 will remove; the generated CSS is unchanged (@philippechevieux)
154
+
3
155
  ## [17.1.0](https://www.npmjs.com/package/aristid-ds/v/17.1.0) (2026-07-23)
4
156
 
5
157
  ### ✨ Features
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  A React component library built on top of [Ant Design](https://ant.design/), providing ~58 components with a token-based theming system and multi-locale support.
13
13
 
14
- **Package:** `aristid-ds` · **Stack:** React 18, TypeScript 5, Ant Design 5, Vite 7, Storybook 8
14
+ **Package:** `aristid-ds` · **Stack:** React 18 or 19, TypeScript 5, Ant Design 6, Vite 8, Storybook 10
15
15
 
16
16
  ---
17
17
 
@@ -136,3 +136,18 @@ With npm + Jest:
136
136
  - [CONTRIBUTING.md](./CONTRIBUTING.md) — how to add components, locales, run tests, commit conventions
137
137
  - [CLAUDE.md](./CLAUDE.md) — AI assistant context for working on this repo
138
138
  - [docs/ADR.md](./docs/ADR.md) — architecture decision records
139
+
140
+ ## AI tooling (Claude Code)
141
+
142
+ This repo ships Claude Code tooling to help work on components — see [CLAUDE.md](./CLAUDE.md) for details.
143
+
144
+ **Start here:** run **`/art-ds-task <Jira key>`** (e.g. `/art-ds-task DS-483`, optional Figma URL as a
145
+ second argument). It runs a preflight, reads the ticket, delegates to the engineer agent, and opens the
146
+ PR — see [CLAUDE.md § Orchestrated workflow](./CLAUDE.md#orchestrated-workflow--art-ds-task).
147
+
148
+ Under the hood:
149
+
150
+ - a **`ard-ds-engineer`** agent that fixes / improves / refactors a Kit component end-to-end
151
+ (reproduce → fix → self-verify → commit + push + PR); see [CLAUDE.md § Repo agent](./CLAUDE.md#repo-agent);
152
+ - repo-local **skills** in [`.claude/skills/`](./.claude/skills) (orchestrate a task, preflight,
153
+ read a ticket, create / fix / verify a component, update the changelog).
@@ -0,0 +1,2 @@
1
+ declare const _default: import("storybook/theming").ThemeVars;
2
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import { FunctionComponent } from 'react';
2
+ export declare enum RuleType {
3
+ VIOLATION = 0,
4
+ PASS = 1,
5
+ INCOMPLETION = 2
6
+ }
7
+ export declare const A11YPanel: FunctionComponent<{
8
+ id: string;
9
+ onChanged: Function;
10
+ }>;
@@ -0,0 +1,22 @@
1
+ import axe from 'axe-core';
2
+ import { Results, subscriptionCallback } from './types';
3
+ declare class AccessibilityManager {
4
+ #private;
5
+ static active: boolean;
6
+ results: Results;
7
+ running: boolean;
8
+ private constructor();
9
+ static get instance(): AccessibilityManager;
10
+ private shiftQueue;
11
+ private setResult;
12
+ subscribe(resultId: string, id: string, callback: subscriptionCallback): void;
13
+ unsubscribe(resultId: string, id: string): void;
14
+ invalidate(id: string, nodeId: string): void;
15
+ rerun(id: string): void;
16
+ addItem(id: string, nodeId: axe.Selector): void;
17
+ toggleHighlight(id: string, target: string[], highlight: boolean): void;
18
+ setTab(id: string, index: number): void;
19
+ private runTests;
20
+ private processNextItem;
21
+ }
22
+ export default AccessibilityManager;
@@ -0,0 +1,3 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { ElementsProps } from './types';
3
+ export declare const Elements: FunctionComponent<ElementsProps>;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { ToggleProps } from './types';
3
+ export declare enum CheckBoxStates {
4
+ CHECKED = 0,
5
+ UNCHECKED = 1,
6
+ INDETERMINATE = 2
7
+ }
8
+ declare const HighlightToggle: React.FunctionComponent<ToggleProps>;
9
+ export default HighlightToggle;
@@ -0,0 +1,3 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { InfoProps } from './types';
3
+ export declare const Info: FunctionComponent<InfoProps>;
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ItemProps } from './types';
3
+ export declare const Item: FunctionComponent<ItemProps>;
@@ -0,0 +1,9 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { RulesProps } from './types';
3
+ export declare enum ImpactValue {
4
+ MINOR = "minor",
5
+ MODERATE = "moderate",
6
+ SERIOUS = "serious",
7
+ CRITICAL = "critical"
8
+ }
9
+ export declare const Rules: FunctionComponent<RulesProps>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { TagsProps } from './types';
3
+ export declare const Tags: FunctionComponent<TagsProps>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionComponent } from 'react';
2
+ import { ReportProps } from './types';
3
+ export declare const Report: FunctionComponent<ReportProps>;
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { TabsProps } from './types';
3
+ export declare const Tabs: FunctionComponent<TabsProps>;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import './BackToTop.scss';
3
+ declare const BackToTop: ({ children, ...rest }: {
4
+ [x: string]: any;
5
+ children?: null | undefined;
6
+ }) => React.JSX.Element | null;
7
+ export default BackToTop;
@@ -0,0 +1,12 @@
1
+ export const toggleClassName: "cc-toggle";
2
+ export default CustomCanvas;
3
+ declare function CustomCanvas({ id, withSource, content, source, backgroundColor, a11y, ...props }: {
4
+ [x: string]: any;
5
+ id: any;
6
+ withSource: any;
7
+ content: any;
8
+ source: any;
9
+ backgroundColor: any;
10
+ a11y?: boolean | undefined;
11
+ }): React.JSX.Element;
12
+ import React from 'react';
@@ -0,0 +1,5 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IRow } from './types';
3
+ import './Row.scss';
4
+ declare const Row: FunctionComponent<IRow>;
5
+ export default Row;
@@ -0,0 +1,5 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ISection } from './types';
3
+ import './SectionRow.scss';
4
+ declare const SectionRow: FunctionComponent<ISection>;
5
+ export default SectionRow;
@@ -0,0 +1,5 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ITokensList } from './types';
3
+ import './index.scss';
4
+ declare const TokensList: FunctionComponent<ITokensList>;
5
+ export default TokensList;
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IFigmaImage } from './types';
3
+ declare const FigmaImage: FunctionComponent<IFigmaImage>;
4
+ export default FigmaImage;
@@ -0,0 +1,11 @@
1
+ export declare const figmaURLPattern: RegExp;
2
+ declare const useGetFigmaImage: ({ src }: {
3
+ src: any;
4
+ }) => {
5
+ status: "loading" | "fetched" | "failed";
6
+ src: any;
7
+ error: any;
8
+ };
9
+ declare const setAccessToken: (key: any) => any;
10
+ export { setAccessToken };
11
+ export default useGetFigmaImage;
@@ -0,0 +1,2 @@
1
+ export default ImagePreview;
2
+ declare function ImagePreview(props: any): import("node_modules/@types/react").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default InfoBox;
2
+ declare function InfoBox(props: any): import("node_modules/@types/react").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import './LocaleSelector.scss';
3
+ export declare const LocaleSelector: ({ context }: {
4
+ context: any;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'react';
2
+ import './PackageVersionNumber.scss';
3
+ export declare const PackageVersionNumber: FunctionComponent;
@@ -0,0 +1,7 @@
1
+ import { ImgHTMLAttributes } from 'react';
2
+ export type FlagIconCode = string;
3
+ export interface FlagIconProps extends ImgHTMLAttributes<HTMLImageElement> {
4
+ code: FlagIconCode;
5
+ size?: number;
6
+ }
7
+ export declare const FlagIcon: ({ code, alt, size, width, height, ...props }: FlagIconProps) => import("react").JSX.Element;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import React__default from 'react';
3
+ import './Icon.scss';
4
+ interface StorybookIconProps extends React__default.SVGAttributes<SVGElement> {
5
+ children?: never;
6
+ color?: string;
7
+ size?: number;
8
+ }
9
+ declare const ICONS: {
10
+ readonly [key: string]: React.ForwardRefExoticComponent<StorybookIconProps & React.RefAttributes<SVGSVGElement>>;
11
+ };
12
+ interface IconProps extends StorybookIconProps {
13
+ icon: keyof typeof ICONS;
14
+ }
15
+ declare const Icon: ({ icon, className, ...props }: IconProps) => React.JSX.Element | null;
16
+ export default Icon;
@@ -0,0 +1,9 @@
1
+ import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
2
+ import tocbot from 'tocbot';
3
+ import './TableOfContents.scss';
4
+ interface ITableOfContents extends Omit<ComponentPropsWithoutRef<'nav'>, 'title'> {
5
+ title?: ReactNode;
6
+ config?: tocbot.IStaticOptions;
7
+ }
8
+ declare const TableOfContents: React.ForwardRefExoticComponent<ITableOfContents & React.RefAttributes<HTMLElement>>;
9
+ export default TableOfContents;
@@ -0,0 +1,6 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IComponentBlock } from '../types';
3
+ import './Component.scss';
4
+ export declare const componentWrapperClassName = "editor-component";
5
+ declare const Component: FunctionComponent<IComponentBlock>;
6
+ export default Component;
@@ -0,0 +1,6 @@
1
+ import React, { FunctionComponent } from 'react';
2
+ import { IField } from '../types';
3
+ import './Field.scss';
4
+ export declare const LinkButton: FunctionComponent<React.AnchorHTMLAttributes<HTMLAnchorElement>>;
5
+ declare const Field: FunctionComponent<IField>;
6
+ export default Field;
@@ -0,0 +1,5 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IHeader } from '../types';
3
+ import './Header.scss';
4
+ declare const Header: FunctionComponent<IHeader>;
5
+ export default Header;
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent, HTMLAttributes } from 'react';
2
+ import './MainHeader.scss';
3
+ declare const MainHeader: FunctionComponent<HTMLAttributes<HTMLDivElement>>;
4
+ export default MainHeader;
@@ -0,0 +1,6 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ISection } from '../types';
3
+ import './Section.scss';
4
+ export declare const sectionClassName = "section";
5
+ declare const Section: FunctionComponent<ISection>;
6
+ export default Section;
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IToken } from '../types';
3
+ declare const Tokens: FunctionComponent<IToken>;
4
+ export default Tokens;
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IEditorContext, IEditorProvider } from './types';
3
+ export declare const EditorContext: import("react").Context<IEditorContext>;
4
+ export declare const EditorProvider: FunctionComponent<IEditorProvider>;
@@ -0,0 +1,5 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IEditor } from './types';
3
+ import './Editor.scss';
4
+ declare const Editor: FunctionComponent<IEditor>;
5
+ export default Editor;
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IEditorWrapper } from './types';
3
+ declare const EditorWrapper: FunctionComponent<IEditorWrapper>;
4
+ export default EditorWrapper;
@@ -0,0 +1,4 @@
1
+ import { IKitTheme } from '../../../src/theme/types';
2
+ import { JSONValue } from './types';
3
+ export declare const getThemeData: (theme: Partial<IKitTheme>, path: string) => JSONValue | undefined;
4
+ export declare const getValue: (theme: JSONValue, path: string) => JSONValue | undefined;
@@ -0,0 +1,2 @@
1
+ declare const cleanSource: (src: string) => string;
2
+ export default cleanSource;
@@ -0,0 +1,5 @@
1
+ export declare const SUBSCRIBE_A11Y_MANAGER_ID: {
2
+ PANEL: string;
3
+ TAB: string;
4
+ TOGGLE: (toggleId: string | undefined) => string;
5
+ };
@@ -0,0 +1,3 @@
1
+ import type { StorybookConfig } from '@storybook/react-vite';
2
+ declare const config: StorybookConfig;
3
+ export default config;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,36 @@
1
+ import React from 'react';
2
+ import type { Preview } from '@storybook/react-vite';
3
+ import './preview.scss';
4
+ export declare const parameters: {
5
+ controls: {
6
+ matchers: {
7
+ color: RegExp;
8
+ date: RegExp;
9
+ };
10
+ };
11
+ options: {
12
+ storySort: {
13
+ method: string;
14
+ };
15
+ };
16
+ docs: {
17
+ container: ({ children, context }: {
18
+ children: any;
19
+ context: any;
20
+ }) => React.JSX.Element;
21
+ };
22
+ };
23
+ export declare const globalTypes: {
24
+ componentsLocale: {
25
+ name: string;
26
+ description: string;
27
+ defaultValue: {
28
+ locale: string;
29
+ };
30
+ toolbar: {
31
+ items: never[];
32
+ };
33
+ };
34
+ };
35
+ declare const preview: Preview;
36
+ export default preview;
@@ -9,5 +9,5 @@ type KitAppProps = {
9
9
  children?: ReactNode;
10
10
  id?: string;
11
11
  };
12
- export declare const KitApp: ({ children, locale, customTheme, id, spellCheck }: KitAppProps) => import("react/jsx-runtime").JSX.Element;
12
+ export declare const KitApp: ({ children, locale, customTheme, id, spellCheck }: KitAppProps) => import("react").JSX.Element;
13
13
  export {};
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../chunks/App.DMKfu33b.js";
1
+ import { t as e } from "../../chunks/App.z0iV0Qc7.js";
2
2
  export { e as KitApp };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Avatar.DMy3wRdr.js";
1
+ import { t as e } from "../../../chunks/Avatar.6goY3SB_.js";
2
2
  export { e as KitAvatar };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Badge.lE7m-vaK.js";
1
+ import { t as e } from "../../../chunks/Badge.BtZ23RAp.js";
2
2
  export { e as KitBadge };
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IKitCardActions } from './types';
3
+ export declare const CardActions: FunctionComponent<IKitCardActions>;
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IKitCardImage } from './types';
3
+ export declare const CardImage: FunctionComponent<IKitCardImage>;
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IKitCardMedia } from './types';
3
+ export declare const CardMedia: FunctionComponent<IKitCardMedia>;
@@ -0,0 +1,9 @@
1
+ import { ForwardRefExoticComponent, FunctionComponent } from 'react';
2
+ import { IKitCard, IKitCardActions, IKitCardImage, IKitCardMedia } from './types';
3
+ type CompoundedComponent = ForwardRefExoticComponent<IKitCard> & {
4
+ Actions: FunctionComponent<IKitCardActions>;
5
+ Image: FunctionComponent<IKitCardImage>;
6
+ Media: FunctionComponent<IKitCardMedia>;
7
+ };
8
+ export declare const KitCard: CompoundedComponent;
9
+ export {};
@@ -0,0 +1,2 @@
1
+ import { t as e } from "../../../chunks/Card.C4sgWXwg.js";
2
+ export { e as KitCard };