aristid-ds 13.0.0 → 14.0.0-08d7904

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 (366) hide show
  1. package/CHANGELOG.md +155 -4
  2. package/README.md +31 -10
  3. package/dist/Kit/Ant/index.d.ts +1 -0
  4. package/dist/Kit/App/index.js +18 -19
  5. package/dist/Kit/App/types.d.ts +2 -3
  6. package/dist/Kit/DataDisplay/Avatar/index.js +14 -14
  7. package/dist/Kit/DataDisplay/Avatar/types.d.ts +6 -6
  8. package/dist/Kit/DataDisplay/Badge/index.js +8 -9
  9. package/dist/Kit/DataDisplay/Badge/types.d.ts +3 -4
  10. package/dist/Kit/DataDisplay/Collapse/index.js +39 -40
  11. package/dist/Kit/DataDisplay/Collapse/types.d.ts +5 -6
  12. package/dist/Kit/DataDisplay/Comment/Comment.d.ts +3 -0
  13. package/dist/Kit/DataDisplay/Comment/Thread.d.ts +3 -0
  14. package/dist/Kit/DataDisplay/Comment/index.d.ts +2 -0
  15. package/dist/Kit/DataDisplay/Comment/index.js +5 -0
  16. package/dist/Kit/DataDisplay/Comment/types.d.ts +10 -0
  17. package/dist/Kit/DataDisplay/Empty/index.js +2 -3
  18. package/dist/Kit/DataDisplay/Empty/types.d.ts +3 -4
  19. package/dist/Kit/DataDisplay/Error/index.js +20 -21
  20. package/dist/Kit/DataDisplay/Error/types.d.ts +3 -4
  21. package/dist/Kit/DataDisplay/IdCard/index.d.ts +2 -2
  22. package/dist/Kit/DataDisplay/IdCard/index.js +67 -20
  23. package/dist/Kit/DataDisplay/IdCard/types.d.ts +8 -6
  24. package/dist/Kit/DataDisplay/Image/index.js +6 -7
  25. package/dist/Kit/DataDisplay/Image/types.d.ts +3 -5
  26. package/dist/Kit/DataDisplay/ItemCard/index.d.ts +1 -2
  27. package/dist/Kit/DataDisplay/ItemCard/index.js +25 -25
  28. package/dist/Kit/DataDisplay/ItemCard/types.d.ts +6 -7
  29. package/dist/Kit/DataDisplay/ItemList/index.d.ts +1 -2
  30. package/dist/Kit/DataDisplay/ItemList/index.js +31 -30
  31. package/dist/Kit/DataDisplay/ItemList/types.d.ts +4 -5
  32. package/dist/Kit/DataDisplay/RedirectCard/index.d.ts +1 -2
  33. package/dist/Kit/DataDisplay/RedirectCard/index.js +28 -28
  34. package/dist/Kit/DataDisplay/RedirectCard/types.d.ts +2 -3
  35. package/dist/Kit/DataDisplay/Table/DragHandle.d.ts +1 -2
  36. package/dist/Kit/DataDisplay/Table/Table.d.ts +2 -2
  37. package/dist/Kit/DataDisplay/Table/index.js +75 -78
  38. package/dist/Kit/DataDisplay/Table/internalComponents.d.ts +1 -1
  39. package/dist/Kit/DataDisplay/Table/types.d.ts +6 -17
  40. package/dist/Kit/DataDisplay/Tabs/index.js +37 -23
  41. package/dist/Kit/DataDisplay/Tabs/types.d.ts +2 -3
  42. package/dist/Kit/DataDisplay/Tag/Tag.d.ts +1 -2
  43. package/dist/Kit/DataDisplay/Tag/index.js +62 -59
  44. package/dist/Kit/DataDisplay/Tag/types.d.ts +7 -6
  45. package/dist/Kit/DataDisplay/Tooltip/types.d.ts +2 -3
  46. package/dist/Kit/DataDisplay/Tour/index.js +1 -1
  47. package/dist/Kit/DataDisplay/Tour/types.d.ts +1 -2
  48. package/dist/Kit/DataDisplay/Tree/index.js +11 -12
  49. package/dist/Kit/DataDisplay/Tree/types.d.ts +4 -5
  50. package/dist/Kit/DataDisplay/types.d.ts +1 -2
  51. package/dist/Kit/DataEntry/AutoComplete/index.d.ts +2 -3
  52. package/dist/Kit/DataEntry/AutoComplete/index.js +21 -21
  53. package/dist/Kit/DataEntry/AutoComplete/types.d.ts +3 -4
  54. package/dist/Kit/DataEntry/Checkbox/Checkbox.d.ts +1 -2
  55. package/dist/Kit/DataEntry/Checkbox/Group.d.ts +2 -2
  56. package/dist/Kit/DataEntry/Checkbox/index.js +14 -15
  57. package/dist/Kit/DataEntry/Checkbox/types.d.ts +5 -6
  58. package/dist/Kit/DataEntry/ColorPicker/index.d.ts +1 -2
  59. package/dist/Kit/DataEntry/ColorPicker/index.js +69 -63
  60. package/dist/Kit/DataEntry/ColorPicker/types.d.ts +8 -6
  61. package/dist/Kit/DataEntry/DatePicker/DatePicker.d.ts +1 -2
  62. package/dist/Kit/DataEntry/DatePicker/RangePicker.d.ts +1 -13
  63. package/dist/Kit/DataEntry/DatePicker/index.js +29 -27
  64. package/dist/Kit/DataEntry/DatePicker/types.d.ts +7 -7
  65. package/dist/Kit/DataEntry/Filter/index.d.ts +1 -2
  66. package/dist/Kit/DataEntry/Filter/index.js +4 -5
  67. package/dist/Kit/DataEntry/Filter/types.d.ts +2 -3
  68. package/dist/Kit/DataEntry/Input/Input.d.ts +1 -2
  69. package/dist/Kit/DataEntry/Input/Password.d.ts +1 -2
  70. package/dist/Kit/DataEntry/Input/TextArea.d.ts +1 -2
  71. package/dist/Kit/DataEntry/Input/index.d.ts +1 -1
  72. package/dist/Kit/DataEntry/Input/index.js +36 -31
  73. package/dist/Kit/DataEntry/Input/types.d.ts +8 -6
  74. package/dist/Kit/DataEntry/InputNumber/index.d.ts +1 -2
  75. package/dist/Kit/DataEntry/InputNumber/index.js +19 -19
  76. package/dist/Kit/DataEntry/InputNumber/types.d.ts +5 -5
  77. package/dist/Kit/DataEntry/InputWrapper/InputWrapper.d.ts +1 -2
  78. package/dist/Kit/DataEntry/InputWrapper/index.js +1 -1
  79. package/dist/Kit/DataEntry/InputWrapper/types.d.ts +2 -3
  80. package/dist/Kit/DataEntry/Radio/Group.d.ts +1 -2
  81. package/dist/Kit/DataEntry/Radio/Radio.d.ts +1 -2
  82. package/dist/Kit/DataEntry/Radio/context.d.ts +3 -4
  83. package/dist/Kit/DataEntry/Radio/index.d.ts +4 -4
  84. package/dist/Kit/DataEntry/Radio/index.js +18 -19
  85. package/dist/Kit/DataEntry/Radio/types.d.ts +4 -6
  86. package/dist/Kit/DataEntry/Rate/index.d.ts +2 -3
  87. package/dist/Kit/DataEntry/Rate/index.js +5 -6
  88. package/dist/Kit/DataEntry/Rate/types.d.ts +4 -5
  89. package/dist/Kit/DataEntry/RichText/EditorContentCharacterCount/index.js +4 -5
  90. package/dist/Kit/DataEntry/RichText/EditorContentCharacterCount/types.d.ts +2 -3
  91. package/dist/Kit/DataEntry/RichText/MenuBar/ButtonTooltip/index.js +4 -4
  92. package/dist/Kit/DataEntry/RichText/MenuBar/ButtonTooltip/types.d.ts +1 -0
  93. package/dist/Kit/DataEntry/RichText/MenuBar/FontSizeSelect/index.js +4 -5
  94. package/dist/Kit/DataEntry/RichText/MenuBar/FontSizeSelect/types.d.ts +2 -3
  95. package/dist/Kit/DataEntry/RichText/MenuBar/FontStylesButtons/index.js +2 -2
  96. package/dist/Kit/DataEntry/RichText/MenuBar/FontStylesButtons/types.d.ts +1 -2
  97. package/dist/Kit/DataEntry/RichText/MenuBar/IndentListButtons/index.js +1 -1
  98. package/dist/Kit/DataEntry/RichText/MenuBar/IndentListButtons/types.d.ts +1 -2
  99. package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/getLinkMarkAtCursor.d.ts +1 -1
  100. package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/index.js +18 -19
  101. package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/types.d.ts +1 -2
  102. package/dist/Kit/DataEntry/RichText/MenuBar/ListButtons/index.js +2 -2
  103. package/dist/Kit/DataEntry/RichText/MenuBar/ListButtons/types.d.ts +1 -2
  104. package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.d.ts +3 -0
  105. package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.js +11 -0
  106. package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/types.d.ts +4 -0
  107. package/dist/Kit/DataEntry/RichText/MenuBar/TextAlignButtons/index.js +2 -2
  108. package/dist/Kit/DataEntry/RichText/MenuBar/TextAlignButtons/types.d.ts +1 -2
  109. package/dist/Kit/DataEntry/RichText/MenuBar/UndoRedoButtons/index.js +1 -1
  110. package/dist/Kit/DataEntry/RichText/MenuBar/UndoRedoButtons/types.d.ts +1 -2
  111. package/dist/Kit/DataEntry/RichText/MenuBar/getButtonActiveClass.d.ts +1 -1
  112. package/dist/Kit/DataEntry/RichText/MenuBar/index.js +37 -18
  113. package/dist/Kit/DataEntry/RichText/MenuBar/miniLayout.d.ts +3 -0
  114. package/dist/Kit/DataEntry/RichText/MenuBar/types.d.ts +8 -2
  115. package/dist/Kit/DataEntry/RichText/index.d.ts +1 -2
  116. package/dist/Kit/DataEntry/RichText/index.js +52 -47
  117. package/dist/Kit/DataEntry/RichText/types.d.ts +5 -4
  118. package/dist/Kit/DataEntry/SearchInput/index.d.ts +2 -0
  119. package/dist/Kit/DataEntry/SearchInput/index.js +17 -0
  120. package/dist/Kit/DataEntry/SearchInput/types.d.ts +4 -0
  121. package/dist/Kit/DataEntry/Select/index.d.ts +2 -3
  122. package/dist/Kit/DataEntry/Select/index.js +106 -107
  123. package/dist/Kit/DataEntry/Select/renders.d.ts +2 -2
  124. package/dist/Kit/DataEntry/Select/types.d.ts +8 -7
  125. package/dist/Kit/DataEntry/Select/useIcons.d.ts +4 -5
  126. package/dist/Kit/DataEntry/Slider/index.d.ts +2 -3
  127. package/dist/Kit/DataEntry/Slider/index.js +9 -10
  128. package/dist/Kit/DataEntry/Slider/types.d.ts +3 -4
  129. package/dist/Kit/DataEntry/Switch/index.d.ts +1 -2
  130. package/dist/Kit/DataEntry/Switch/index.js +5 -6
  131. package/dist/Kit/DataEntry/Switch/types.d.ts +2 -3
  132. package/dist/Kit/DataEntry/TreeSelect/index.d.ts +3 -0
  133. package/dist/Kit/DataEntry/TreeSelect/index.js +85 -0
  134. package/dist/Kit/DataEntry/TreeSelect/renders.d.ts +7 -0
  135. package/dist/Kit/DataEntry/TreeSelect/types.d.ts +30 -0
  136. package/dist/Kit/DataEntry/TreeSelect/useIcons.d.ts +9 -0
  137. package/dist/Kit/DataEntry/Upload/Upload.d.ts +1 -2
  138. package/dist/Kit/DataEntry/Upload/UploadedItem.d.ts +4 -0
  139. package/dist/Kit/DataEntry/Upload/convertBytes.d.ts +2 -0
  140. package/dist/Kit/DataEntry/Upload/getBase64.d.ts +2 -0
  141. package/dist/Kit/DataEntry/Upload/index.d.ts +2 -8
  142. package/dist/Kit/DataEntry/Upload/index.js +80 -26
  143. package/dist/Kit/DataEntry/Upload/types.d.ts +32 -15
  144. package/dist/Kit/Feedback/Alert/index.js +12 -13
  145. package/dist/Kit/Feedback/Alert/types.d.ts +4 -5
  146. package/dist/Kit/Feedback/Loader/index.js +9 -10
  147. package/dist/Kit/Feedback/Modal/index.d.ts +1 -1
  148. package/dist/Kit/Feedback/Modal/index.js +86 -86
  149. package/dist/Kit/Feedback/Modal/types.d.ts +3 -4
  150. package/dist/Kit/Feedback/Notification/index.js +1 -1
  151. package/dist/Kit/Feedback/Notification/notification-provider.d.ts +1 -2
  152. package/dist/Kit/Feedback/Notification/types.d.ts +1 -2
  153. package/dist/Kit/Feedback/Notification/useKitNotification.d.ts +1 -1
  154. package/dist/Kit/Feedback/Progress/index.js +3 -4
  155. package/dist/Kit/Feedback/Progress/types.d.ts +2 -3
  156. package/dist/Kit/Feedback/Skeleton/KitAvatarSkeleton.d.ts +1 -1
  157. package/dist/Kit/Feedback/Skeleton/KitCustomSkeleton.d.ts +1 -1
  158. package/dist/Kit/Feedback/Skeleton/KitInputSkeleton.d.ts +1 -1
  159. package/dist/Kit/Feedback/Skeleton/KitItemCard.d.ts +1 -1
  160. package/dist/Kit/Feedback/Skeleton/KitItemListSkeleton.d.ts +1 -1
  161. package/dist/Kit/Feedback/Skeleton/index.js +3 -4
  162. package/dist/Kit/Feedback/Skeleton/types.d.ts +1 -2
  163. package/dist/Kit/Feedback/SnackBar/SnackBarProvider.d.ts +3 -1
  164. package/dist/Kit/Feedback/SnackBar/index.d.ts +4 -3
  165. package/dist/Kit/Feedback/SnackBar/index.js +24 -24
  166. package/dist/Kit/Feedback/SnackBar/snack-bar-function.d.ts +2 -2
  167. package/dist/Kit/Feedback/SnackBar/types.d.ts +7 -4
  168. package/dist/Kit/General/Button/Button.d.ts +1 -1
  169. package/dist/Kit/General/Button/SplitButton.d.ts +1 -1
  170. package/dist/Kit/General/Button/index.d.ts +1 -1
  171. package/dist/Kit/General/Button/index.js +58 -59
  172. package/dist/Kit/General/Button/types.d.ts +5 -6
  173. package/dist/Kit/General/DynamicActions/index.js +2 -2
  174. package/dist/Kit/General/DynamicActions/types.d.ts +3 -4
  175. package/dist/Kit/General/Icon/index.js +5 -6
  176. package/dist/Kit/General/Icon/types.d.ts +4 -5
  177. package/dist/Kit/General/Typography/AdvancedLink.d.ts +3 -0
  178. package/dist/Kit/General/Typography/AdvancedParagraph.d.ts +3 -0
  179. package/dist/Kit/General/Typography/AdvancedText.d.ts +3 -0
  180. package/dist/Kit/General/Typography/AdvancedTitle.d.ts +4 -0
  181. package/dist/Kit/General/Typography/Link.d.ts +4 -2
  182. package/dist/Kit/General/Typography/Paragraph.d.ts +4 -2
  183. package/dist/Kit/General/Typography/Text.d.ts +4 -2
  184. package/dist/Kit/General/Typography/Title.d.ts +5 -3
  185. package/dist/Kit/General/Typography/commons.d.ts +11 -1
  186. package/dist/Kit/General/Typography/index.js +117 -49
  187. package/dist/Kit/General/Typography/types.d.ts +34 -8
  188. package/dist/Kit/Layout/Divider/index.js +10 -11
  189. package/dist/Kit/Layout/Divider/types.d.ts +2 -3
  190. package/dist/Kit/Layout/Grid/types.d.ts +2 -3
  191. package/dist/Kit/Layout/PageLayout/index.d.ts +1 -1
  192. package/dist/Kit/Layout/PageLayout/index.js +5 -6
  193. package/dist/Kit/Layout/PageLayout/types.d.ts +2 -3
  194. package/dist/Kit/Layout/Section/index.d.ts +1 -2
  195. package/dist/Kit/Layout/Section/index.js +10 -12
  196. package/dist/Kit/Layout/Section/types.d.ts +2 -3
  197. package/dist/Kit/Layout/Space/index.d.ts +1 -1
  198. package/dist/Kit/Layout/Space/index.js +1 -1
  199. package/dist/Kit/Layout/Space/types.d.ts +4 -5
  200. package/dist/Kit/Navigation/Breadcrumb/index.js +4 -5
  201. package/dist/Kit/Navigation/Breadcrumb/types.d.ts +4 -5
  202. package/dist/Kit/Navigation/DropDown/index.js +45 -31
  203. package/dist/Kit/Navigation/DropDown/types.d.ts +2 -3
  204. package/dist/Kit/Navigation/Header/index.js +33 -33
  205. package/dist/Kit/Navigation/Header/types.d.ts +5 -6
  206. package/dist/Kit/Navigation/PageHeader/index.js +8 -9
  207. package/dist/Kit/Navigation/PageHeader/types.d.ts +3 -4
  208. package/dist/Kit/Navigation/Pagination/index.d.ts +0 -1
  209. package/dist/Kit/Navigation/Pagination/index.js +8 -9
  210. package/dist/Kit/Navigation/Pagination/types.d.ts +2 -3
  211. package/dist/Kit/Navigation/SideMenu/index.d.ts +1 -1
  212. package/dist/Kit/Navigation/SideMenu/index.js +39 -40
  213. package/dist/Kit/Navigation/SideMenu/types.d.ts +3 -4
  214. package/dist/Kit/Navigation/SidePanel/SidePanel.d.ts +2 -3
  215. package/dist/Kit/Navigation/SidePanel/SidePanelContent.d.ts +4 -0
  216. package/dist/Kit/Navigation/SidePanel/SidePanelHeader.d.ts +4 -0
  217. package/dist/Kit/Navigation/SidePanel/index.d.ts +3 -1
  218. package/dist/Kit/Navigation/SidePanel/index.js +74 -53
  219. package/dist/Kit/Navigation/SidePanel/types.d.ts +17 -9
  220. package/dist/Kit/Navigation/Steps/index.js +2 -3
  221. package/dist/Kit/Navigation/Steps/types.d.ts +2 -3
  222. package/dist/Kit/index.d.ts +6 -0
  223. package/dist/Kit/index.js +185 -176
  224. package/dist/assets/Avatar.css +1 -1
  225. package/dist/assets/InputWrapper.css +1 -1
  226. package/dist/assets/KitNotification.css +1 -1
  227. package/dist/assets/Thread.css +1 -0
  228. package/dist/assets/index.css +1 -1
  229. package/dist/assets/index10.css +1 -1
  230. package/dist/assets/index11.css +1 -1
  231. package/dist/assets/index12.css +1 -1
  232. package/dist/assets/index13.css +1 -1
  233. package/dist/assets/index14.css +1 -1
  234. package/dist/assets/index15.css +1 -1
  235. package/dist/assets/index16.css +1 -1
  236. package/dist/assets/index17.css +1 -1
  237. package/dist/assets/index18.css +1 -1
  238. package/dist/assets/index19.css +1 -1
  239. package/dist/assets/index2.css +1 -1
  240. package/dist/assets/index20.css +1 -1
  241. package/dist/assets/index21.css +1 -1
  242. package/dist/assets/index22.css +1 -1
  243. package/dist/assets/index23.css +1 -1
  244. package/dist/assets/index24.css +1 -1
  245. package/dist/assets/index25.css +1 -1
  246. package/dist/assets/index26.css +1 -1
  247. package/dist/assets/index27.css +1 -1
  248. package/dist/assets/index28.css +1 -1
  249. package/dist/assets/index29.css +1 -1
  250. package/dist/assets/index3.css +1 -1
  251. package/dist/assets/index30.css +1 -1
  252. package/dist/assets/index31.css +1 -1
  253. package/dist/assets/index32.css +1 -1
  254. package/dist/assets/index33.css +1 -1
  255. package/dist/assets/index34.css +1 -1
  256. package/dist/assets/index35.css +1 -1
  257. package/dist/assets/index36.css +1 -1
  258. package/dist/assets/index37.css +1 -1
  259. package/dist/assets/index38.css +1 -1
  260. package/dist/assets/index39.css +1 -1
  261. package/dist/assets/index4.css +1 -1
  262. package/dist/assets/index40.css +1 -1
  263. package/dist/assets/index41.css +1 -1
  264. package/dist/assets/index42.css +1 -1
  265. package/dist/assets/index43.css +1 -1
  266. package/dist/assets/index44.css +1 -1
  267. package/dist/assets/index45.css +1 -1
  268. package/dist/assets/index46.css +1 -1
  269. package/dist/assets/index47.css +1 -1
  270. package/dist/assets/index48.css +1 -1
  271. package/dist/assets/index49.css +1 -1
  272. package/dist/assets/index5.css +1 -1
  273. package/dist/assets/index50.css +1 -1
  274. package/dist/assets/index6.css +1 -1
  275. package/dist/assets/index7.css +1 -1
  276. package/dist/assets/index8.css +1 -1
  277. package/dist/assets/index9.css +1 -1
  278. package/dist/assets/styles.css +1 -0
  279. package/dist/assets/styles2.css +1 -0
  280. package/dist/assets/useGetPopupContainer.css +1 -0
  281. package/dist/chunks/Avatar.D0il2_w4.js +46 -0
  282. package/dist/chunks/InputWrapper.C8J9OC0v.js +25 -0
  283. package/dist/chunks/{KitNotification.RhW3PPyX.js → KitNotification.CMrXeIN8.js} +15 -16
  284. package/dist/chunks/SnackBarProvider.D44OffUd.js +23 -0
  285. package/dist/chunks/Thread._mjfB2rc.js +25 -0
  286. package/dist/chunks/constants.CctH0M4n.js +6 -0
  287. package/dist/chunks/{notification-provider.9msrEKBe.js → notification-provider.BBuCJ6Vn.js} +6 -6
  288. package/dist/chunks/styles.module.BiErj37W.js +8 -0
  289. package/dist/chunks/styles.module.Ck2msTF3.js +6 -0
  290. package/dist/chunks/useGetPopupContainer.C150wLrD.js +17 -0
  291. package/dist/index.es.js +189 -180
  292. package/dist/index.umd.js +4 -4
  293. package/dist/theme/aristid/components/DataDisplay/Avatar/index.js +1 -1
  294. package/dist/theme/aristid/components/DataDisplay/Badge/index.js +1 -1
  295. package/dist/theme/aristid/components/DataDisplay/Collapse/index.js +1 -1
  296. package/dist/theme/aristid/components/DataDisplay/Image/index.js +1 -1
  297. package/dist/theme/aristid/components/DataDisplay/ItemList/index.js +1 -1
  298. package/dist/theme/aristid/components/DataDisplay/Tabs/index.js +1 -1
  299. package/dist/theme/aristid/components/DataDisplay/Tag/index.js +1 -1
  300. package/dist/theme/aristid/components/DataDisplay/Tooltip/index.js +1 -1
  301. package/dist/theme/aristid/components/DataDisplay/Tree/index.js +1 -1
  302. package/dist/theme/aristid/components/DataEntry/Checkbox/index.js +1 -1
  303. package/dist/theme/aristid/components/DataEntry/ColorPicker/index.js +1 -1
  304. package/dist/theme/aristid/components/DataEntry/DatePicker/index.js +1 -1
  305. package/dist/theme/aristid/components/DataEntry/Filter/index.js +1 -1
  306. package/dist/theme/aristid/components/DataEntry/Input/index.js +1 -1
  307. package/dist/theme/aristid/components/DataEntry/InputNumber/index.js +1 -1
  308. package/dist/theme/aristid/components/DataEntry/InputWrapper/index.js +1 -1
  309. package/dist/theme/aristid/components/DataEntry/Radio/index.js +1 -1
  310. package/dist/theme/aristid/components/DataEntry/Rate/index.js +1 -1
  311. package/dist/theme/aristid/components/DataEntry/Select/index.js +1 -1
  312. package/dist/theme/aristid/components/DataEntry/Slider/index.js +1 -1
  313. package/dist/theme/aristid/components/DataEntry/Switch/index.js +1 -1
  314. package/dist/theme/aristid/components/Feedback/Alert/index.js +1 -1
  315. package/dist/theme/aristid/components/Feedback/Modal/index.js +3 -4
  316. package/dist/theme/aristid/components/Feedback/Notification/index.js +1 -1
  317. package/dist/theme/aristid/components/Feedback/SnackBar/index.js +1 -1
  318. package/dist/theme/aristid/components/General/Icon/index.js +1 -1
  319. package/dist/theme/aristid/components/General/Typography/index.js +1 -1
  320. package/dist/theme/aristid/components/Layout/Divider/index.js +1 -1
  321. package/dist/theme/aristid/components/Navigation/Breadcrumb/index.js +1 -1
  322. package/dist/theme/aristid/components/Navigation/DropDown/index.js +1 -1
  323. package/dist/theme/aristid/components/Navigation/Header/index.js +1 -1
  324. package/dist/theme/aristid/components/Navigation/Pagination/index.js +1 -1
  325. package/dist/theme/aristid/components/Navigation/Steps/index.js +1 -1
  326. package/dist/theme/aristid/general/height/index.d.ts +3 -0
  327. package/dist/theme/aristid/general/height/index.js +13 -0
  328. package/dist/theme/aristid/general/index.js +4 -2
  329. package/dist/theme/types/components/Feedback/Modal/index.d.ts +0 -1
  330. package/dist/theme/types/components/Navigation/SidePanel/index.d.ts +6 -1
  331. package/dist/theme/types/general/height/index.d.ts +11 -0
  332. package/dist/theme/types/index.d.ts +46 -47
  333. package/dist/theme/useKitTheme.d.ts +1 -2
  334. package/dist/translation/en-US/components/DataEntry/RichText/index.js +2 -1
  335. package/dist/translation/en-US/components/DataEntry/Upload/index.d.ts +2 -0
  336. package/dist/translation/en-US/components/DataEntry/Upload/index.js +11 -0
  337. package/dist/translation/en-US/index.js +6 -4
  338. package/dist/translation/fr-FR/components/DataEntry/RichText/index.js +2 -1
  339. package/dist/translation/fr-FR/components/DataEntry/Upload/index.d.ts +2 -0
  340. package/dist/translation/fr-FR/components/DataEntry/Upload/index.js +11 -0
  341. package/dist/translation/fr-FR/index.js +8 -6
  342. package/dist/translation/types/components/DataEntry/RichText/index.d.ts +1 -0
  343. package/dist/translation/types/components/DataEntry/Upload/index.d.ts +8 -0
  344. package/dist/translation/types/index.d.ts +13 -12
  345. package/dist/translation/useKitLocale.d.ts +1 -2
  346. package/dist/translation/utils/index.d.ts +1 -1
  347. package/dist/translation/utils/index.js +1 -1
  348. package/dist/types.d.ts +1 -2
  349. package/dist/utils/constants.d.ts +3 -0
  350. package/dist/utils/functions/colors.d.ts +2 -0
  351. package/dist/utils/functions/index.d.ts +1 -0
  352. package/dist/utils/functions/index.js +98 -57
  353. package/dist/utils/functions/types.d.ts +1 -2
  354. package/dist/utils/hooks/useGetPopupContainer.d.ts +6 -0
  355. package/package.json +155 -164
  356. package/dist/assets/index51.css +0 -1
  357. package/dist/chunks/Avatar.N2w2jq_C.js +0 -30
  358. package/dist/chunks/InputWrapper.DPygx2dQ.js +0 -23
  359. package/dist/chunks/SnackBarProvider.nqDzpFo3.js +0 -23
  360. package/dist/theme/aristid/components/DataEntry/Upload/index.d.ts +0 -3
  361. package/dist/theme/aristid/components/DataEntry/Upload/index.js +0 -55
  362. package/dist/theme/types/components/DataEntry/Upload/index.d.ts +0 -178
  363. /package/dist/chunks/{css-tokens-generator.q48Dpxx7.js → css-tokens-generator.BlwCHwrh.js} +0 -0
  364. /package/dist/chunks/{getButtonActiveClass.SjojTAbN.js → getButtonActiveClass.CdKy9gg4.js} +0 -0
  365. /package/dist/chunks/{useKitLocale.96CdK3og.js → useKitLocale.DD7mnAZn.js} +0 -0
  366. /package/dist/chunks/{useKitTheme.KSAU-Pdv.js → useKitTheme.C7yw6CDw.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,155 @@
1
1
  # Changelog
2
2
 
3
+ ## [X.Y.Z](https://www.npmjs.com/package/aristid-ds/v/X.Y.Z) (2025-MM-DD)
4
+
5
+ ### ✨ Features
6
+
7
+ - **⚠️ Breaking change - Button**:
8
+ - Remove `checked` prop from segmented button (@evoiron)
9
+ - **⚠️ Breaking change - IdCard**:
10
+ - Replacing `size` options (@fatb38)
11
+ - removing `medium` and `large`
12
+ - adding `xxs-medium`, `xs-medium`, `xs-bold`, `s`, `m`, `l`, `xl`
13
+ - **⚠️ Breaking change - Input (Input,TextArea,Password)**:
14
+ - Rename `readonly` property to `readonlyLight` (@philippechevieux)
15
+ - Add `readonly` property whith a render similar to disabled state (@philippechevieux)
16
+ - **⚠️ Breaking change - DatePicker/RangePicker**:
17
+ - Rename `readonly` property to `readonlyLight` (@philippechevieux)
18
+ - Add `readonly` property whith a render similar to disabled state (@philippechevieux)
19
+ - Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
20
+ - **⚠️ Breaking change - RichText**:
21
+ - Rename `readonly` property to `readonlyLight` (@philippechevieux)
22
+ - Add `readonly` property whith a render similar to disabled state (@philippechevieux)
23
+ - **⚠️ Breaking change - Select**:
24
+ - Rename `readonly` property to `readonlyLight` (@philippechevieux)
25
+ - Add `readonly` property whith a render similar to disabled state (@philippechevieux)
26
+ - Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
27
+ - **⚠️ Breaking change - Avatar**:
28
+ - Replace `size` option by : `xs`, `s`, `m`, `l`, `xl` (@fatb38)
29
+ - **Comment**:
30
+ - Add components Commment and Thread (@baloche)
31
+ - **Header**:
32
+ - Change 'height' to 48px instead of 64px
33
+ - **SideMenu**:
34
+ - Change 'width' to 48px instead of 64px
35
+ - **AutoComplete**:
36
+ - Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
37
+ - **ColorPicker**:
38
+ - Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
39
+ - Add `readonly` property whith a render similar to disabled state (@philippechevieux)
40
+ - **InputNumber**:
41
+ - Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
42
+ - Add `readonly` property whith a render similar to disabled state (@philippechevieux)
43
+ - **SearchInput**:
44
+ - Add component SearchInput (@baloche)
45
+ - **SidePanel**:
46
+ - Add opening and closing animations (@philippechevieux)
47
+ - Add `l` size (@7Remy)
48
+ - Add `useChildrenOnly` property to display the side panel as a container for other components or not. Also export two new components `KitSidePanelHeader` and `KitSidePanelContent` for layout purpose (@philippechevieux)
49
+ - Add `headerExtraButtons` property to display buttons or any components on the right side of the header next to the close button (@philippechevieux)
50
+ - Add `showSeparator` property to display a separator between header and content (@philippechevieux)
51
+ - Add `onCloseAfterAnimation` callback that triggers after the closing animation completes instead of immediately on close (@philippechevieux)
52
+ - Allow user to use `size` property when using `idCardProps` (@philippechevieux)
53
+ - Reduce internal paddings to save space (@philippechevieux)
54
+ - Improve alignments of `KitSidePanelHeader` (@philippechevieux)
55
+ - **IdCard:**
56
+ - Add support for ReactNode in `title` and `descriptions` props to allow custom rendering (@philippechevieux)
57
+ - Add support for prop `avatar` as a ReactNode as an alternative for `avatarProps` (@baloche)
58
+ - **Tabs:**
59
+ - Add `xsmall` size (@florianSimonAristid)
60
+ - **Tag:**
61
+ - Add `small` size (@florianSimonAristid)
62
+ - **Table:**
63
+ - Add `expandable` props to config custom expandable content (@florianSimonAristid)
64
+ - **All components with a DropDown:**
65
+ - All components using a dropdown inside a `SidePanel` component, will render the dropdown inside the `SidePanel`, to avoid issues with the `closeOnOutsideClick` property of `SidePanel` (@evoiron)
66
+ - **Snackbar**
67
+ - Allow multiple snackbar areas (@evoiron)
68
+ - **Button**
69
+ - Add size `m`and `s` to segmented button (@evoiron)
70
+ - **InputWrapper**:
71
+ - Add forwardRef support to enable ref forwarding to the wrapper element (@philippechevieux)
72
+ - **KitPagination:**
73
+ - Reduce size (@florianSimonAristid)
74
+ - **KitTreeSelect:**
75
+ - New TreeSelect component (@evoiron)
76
+
77
+ ### 🐛 Bug Fixes
78
+
79
+ - **Modal:**
80
+ - Fix double execution of close function when clicking the close button due to duplicate onClick handlers on button and icon (@philippechevieux)
81
+ - Fix event propagation on close Modal (@evoiron)
82
+ - Fix title display. If `title` props is a ReactNode, it's now not encapsulated in a `KitTypography` Element (@evoiron)
83
+ - Fix padding of modal header, content and footer (@philippechevieux)
84
+ - **DropDown:**
85
+ - Clicking outside the `DropDown` now closes it even when inside an iframe (@philippechevieux)
86
+ - Keep the `DropDown` open when selecting items (@philippechevieux)
87
+ - Fix double toggle issue when clicking the trigger after closing via blur (@philippechevieux)
88
+ - **Upload:**
89
+ - Fix upload dragger height unexpectedly growing in some cases (@evoiron)
90
+ - **SidePanel**:
91
+ - Export `KitSidePanelHeader` and `KitSidePanelContent` components from the main package entry point (@philippechevieux)
92
+ - Fix CSS structure by extracting nested header and content styles into separate classes for proper component isolation (@philippechevieux)
93
+ - **TagGroup:**
94
+ - Fix event Propagation on click to sidplay hidden tags (@evoiron)
95
+ - **ColorPicker:**
96
+ - Fix clear button displaying when component is disabled or readonly (@philippechevieux)
97
+ - **Breadcrumb:**
98
+ - Fix `KitBreadcrumb` css is broken when displayed a `KitTypography` (@evoiron)
99
+ - Fix `KitBreadcrumb` css is broken when displayed a `KitModal` header (@evoiron)
100
+ - **Table**:
101
+ - Fix header and row borders issue when using `KitTable` with only one column (@philippechevieux)
102
+
103
+ ### 📚 Documentation
104
+
105
+ - **Table**:
106
+ - Add `onRow` usage (@philippechevieux)
107
+ - **Filter**:
108
+ - Update `With custom Action` exemple implementation (@philippechevieux)
109
+
110
+ ## [14.0.0](https://www.npmjs.com/package/aristid-ds/v/14.0.0) (2025-05-20)
111
+
112
+ ### ✨ Features
113
+
114
+ - **Typography**:
115
+ - Original `Text`, `Link`, `Title` and `Paragraph` have been renamed to `AdvancedText`, `AdvancedLink`, `AdvancedTitle` and `AdvancedParagraph`. (@evoiron)
116
+ - `Text`, `Link`, `Title` and `Paragraph` components are now lightweight versions of original ones providing only basic features. (@evoiron)
117
+ - Added `withTooltip` prop for non Advanced versions to add a tooltip which is now not displayed by deefault when content is ellipsed. (@evoiron)
118
+ - **IdCard**:
119
+ - Remove use of `Typography.Text` component (@evoiron)
120
+ - Add `disableTooltip` property to disable tooltip on title and description (@evoiron)
121
+ - **⚠️ Breaking change - Upload**:
122
+ - Remove the following properties: (@philippechevieux)
123
+ - `listType`
124
+ - `itemRender`
125
+ - `openFileDialogOnClick`
126
+ - `loading`
127
+ - `isImageUrl`
128
+ - `imageUrl`
129
+ - `progress`
130
+ - `previewFile`
131
+ - `showUploadList`
132
+ - Update component render (@philippechevieux)
133
+ - **RichText**:
134
+ - Add `mini` property to display a minified version of the component (@renaudamsellem)
135
+ - **SidePanel**:
136
+ - Add opening and closing animations (@philippechevieux)
137
+
138
+ ### 🐛 Bug Fixes
139
+
140
+ - **Modal:**
141
+ - KitModal.setAppElement was defined in typescript but not implemented (@evoiron)
142
+ - **Tag:**
143
+ - Hide `closeIcon` for tags in a group if handleCloseTag is not provided (@philippechevieux)
144
+ - Remove tooltip for other tags in TagGroup (@NicoSourimant)
145
+ - **DatePicker/RangePicker**
146
+ - Fix color of prefix icon when component is `disabled`, in `warning` or `error` status (@philippechevieux)
147
+
148
+ ### 📚 Documentation
149
+
150
+ - **Tree**:
151
+ - Add exemple of a long title with ellipsis (@philippechevieux)
152
+
3
153
  ## [13.0.0](https://www.npmjs.com/package/aristid-ds/v/13.0.0) (2025-02-17)
4
154
 
5
155
  ### ✨ CI
@@ -60,10 +210,6 @@ The following points are the impact of this version upgrade:
60
210
 
61
211
  ### ✨ Features
62
212
 
63
- - **Snackbar**:
64
- - Add `snackbarId` property to allow to update a snackbar (@evoiron)
65
- - **Button**:
66
- - Add `action` type button (@evoiron)
67
213
  - **⚠️ Breaking change - Tree**:
68
214
  - Remove `showLine` and `switcherIcon` properties (@philippechevieux)
69
215
  - Update component render (@philippechevieux)
@@ -72,12 +218,17 @@ The following points are the impact of this version upgrade:
72
218
  - Complete rewriting of the `Progress` component without Ant (@philippechevieux)
73
219
  - Remove all Ant props (@philippechevieux)
74
220
  - `circle` and `dashboard` type are no longer available (@philippechevieux)
221
+ - **Snackbar**:
222
+ - Add `snackbarId` property to allow to update a snackbar (@evoiron)
223
+ - **Button**:
224
+ - Add `action` type button (@evoiron)
75
225
  - **Tabs**:
76
226
  - Add controlled state to handle navigation within tabs (@renaudamsellem)
77
227
  - **SidePanel**:
78
228
  - Add `headerExtra` prop to display extra content above header title (@philippechevieux)
79
229
 
80
230
  ### 🐛 Bug Fixes
231
+
81
232
  - **SidePanel**
82
233
  - Fix `closeOnOutsideClick` behavior to listen to `click` event instead on `mousedeown` (@evoiron)
83
234
  - **ColorPicker**
package/README.md CHANGED
@@ -122,6 +122,15 @@ import {KitButton, Kitcheckbox} from 'aristid-ds';
122
122
 
123
123
  <br/>
124
124
 
125
+ ### Usage via Docker
126
+
127
+ We provide a containerized way to develop on the project. You need to have [Docker](https://www.docker.com/) installed
128
+ on your computer. The docker stack allows you to add stories to storybook and change in live the changes.
129
+
130
+ ```shell
131
+ docker compose up -d
132
+ ```
133
+
125
134
  ## Development
126
135
 
127
136
  ### Code structure
@@ -244,8 +253,8 @@ Every components **style** of the design system can be **override** by tokens.
244
253
  mkdir DESIGN-SYSTEM/src/theme/type/components/DataDisplay/tooltip
245
254
  ```
246
255
 
247
- <br/>
248
- In this file, you have all the tokens type definition. The tokens follow some rules you can find here [TODO]
256
+ <br/>
257
+ In this file, you have all the tokens type definition. The tokens follow some rules you can find here [TODO]
249
258
 
250
259
  2. **Create a token file**
251
260
  The token file is the definition of all tokens with their value. It exports a function that create the theme for the cmponent. You define this file in the `aristid` that is the default theme of the design system.
@@ -263,8 +272,8 @@ Every components **style** of the design system can be **override** by tokens.
263
272
  5. **Component Antd mapper**
264
273
  As we use both `antd` and `design system` tokens, we normalize all token to follow a same model. If your component uses antd tokens, you have to add a mapper in the `src/theme/utils/tokens-mapper` folder. This folder as the same folder structure as the rest of the application.
265
274
 
266
- <br/>
267
- Example of component mapper :
275
+ <br/>
276
+ Example of component mapper :
268
277
 
269
278
  ```tsx
270
279
  // utils/tokens-mapper/DataDisplay/Tag
@@ -277,7 +286,7 @@ Every components **style** of the design system can be **override** by tokens.
277
286
  return {
278
287
  defaultBg: colors.default.background.default,
279
288
  defaultColor: colors.default.typography.default,
280
- borderRadiusSM: border.radius
289
+ borderRadiusSM: border.radius,
281
290
  };
282
291
  };
283
292
  ```
@@ -288,7 +297,7 @@ Every components **style** of the design system can be **override** by tokens.
288
297
  7. **Theme consumption**
289
298
  You can use the theme in your styled component by calling the hook `useKitTheme`. You can get the component theme by calling `theme.components.Tooltip`.
290
299
 
291
- </br>
300
+ </br>
292
301
 
293
302
  ```tsx
294
303
  const {theme} = useKitTheme();
@@ -340,10 +349,10 @@ Every components **style** of the design system can be **override** by tokens.
340
349
  import BasicSource from './basic?raw';
341
350
 
342
351
  export const Sources = {
343
- Basic: BasicSource
352
+ Basic: BasicSource,
344
353
  };
345
354
  export default {
346
- Basic
355
+ Basic,
347
356
  };
348
357
  ```
349
358
 
@@ -409,14 +418,14 @@ Every components **style** of the design system can be **override** by tokens.
409
418
  const meta: Meta<typeof KitTooltip> = {
410
419
  component: KitTooltip,
411
420
  title: 'Design System/DataDisplay/Tooltip',
412
- argTypes: argTypes
421
+ argTypes: argTypes,
413
422
  };
414
423
 
415
424
  export default meta;
416
425
  type Story = StoryObj<typeof KitTooltip>;
417
426
 
418
427
  export const Api: Story = {
419
- render: Template
428
+ render: Template,
420
429
  };
421
430
  ```
422
431
 
@@ -459,6 +468,18 @@ A nightly version of the package is published on daily basis on branch develop (
459
468
 
460
469
  ## Tests
461
470
 
471
+ ### Accessing Chromatic tests locally
472
+
473
+ To access the test files used by Chromatic locally, replace `docs` with `chromatic-test` in the Storybook URL. For example:
474
+
475
+ ```
476
+ http://localhost:6006/?path=/chromatic-test/design-system-datadisplay-idcard--chromatic-test
477
+ ```
478
+
479
+ This will allow you to view and test components in the same context that Chromatic uses for automated testing.
480
+
481
+ ### Performance issue
482
+
462
483
  Tests can be slow when using the Design system. It is caused by jsdom which heavily use Window.GetComputedStyle. To workaround this performance issue, you shoud update the version of jsdom used by you test library (typically jest) to 21.1.0 or even 24.0.0. To achieve this, update your projects package.json and add these lines:
463
484
 
464
485
  if using yarn:
@@ -66,3 +66,4 @@ export { TreeSelect as AntTreeSelect } from 'antd';
66
66
  export { Typography as AntTypography } from 'antd';
67
67
  export { Upload as AntUpload } from 'antd';
68
68
  export { Watermark as AntWatermark } from 'antd';
69
+ export type { UploadFile } from 'antd/lib';
@@ -1,21 +1,20 @@
1
- import "../../assets/index28.css";
2
1
  import { jsx as n, jsxs as f, Fragment as h } from "react/jsx-runtime";
3
2
  import { useState as u, useLayoutEffect as L, useRef as S, useEffect as P } from "react";
4
3
  import { ConfigProvider as C } from "antd";
5
- import { I as b } from "../../chunks/SnackBarProvider.nqDzpFo3.js";
4
+ import { K as b } from "../../chunks/SnackBarProvider.D44OffUd.js";
6
5
  import { toCssVariables as g, uuid as y } from "../../utils/functions/index.js";
7
6
  import a from "lodash/merge";
8
7
  import { Style as m } from "react-style-tag";
9
- import { K as E } from "../../chunks/useKitTheme.KSAU-Pdv.js";
8
+ import { K as E } from "../../chunks/useKitTheme.C7yw6CDw.js";
10
9
  import { KitAristidThemeGeneral as l } from "../../theme/aristid/general/index.js";
11
- import { antdThemeConfig as I } from "../../theme/utils/tokens-mapper/index.js";
10
+ import { antdThemeConfig as T } from "../../theme/utils/tokens-mapper/index.js";
12
11
  import { frFR as d } from "../../translation/fr-FR/index.js";
13
- import { enUS as T } from "../../translation/en-US/index.js";
14
- import { K as $, u as j } from "../../chunks/useKitLocale.96CdK3og.js";
15
- import { mapKitLocaleToAntdLocale as k } from "../../translation/utils/index.js";
16
- import { d as x } from "../../chunks/notification-provider.9msrEKBe.js";
12
+ import { enUS as $ } from "../../translation/en-US/index.js";
13
+ import { K as j, u as k } from "../../chunks/useKitLocale.DD7mnAZn.js";
14
+ import { mapKitLocaleToAntdLocale as x } from "../../translation/utils/index.js";
15
+ import { d as A } from "../../chunks/notification-provider.BBuCJ6Vn.js";
17
16
  import { KitEmpty as p } from "../DataDisplay/Empty/index.js";
18
- const A = "aristid-ds-global", F = (t, e) => {
17
+ import '../../assets/index30.css';const F = "aristid-ds-global", I = (t, e) => {
19
18
  const o = g(t);
20
19
  return `
21
20
  .${e} {
@@ -27,14 +26,14 @@ const A = "aristid-ds-global", F = (t, e) => {
27
26
  return L(() => {
28
27
  const s = g(l, "--general");
29
28
  i(s);
30
- }, []), n(E.Provider, { value: { theme: v, appId: c, spacing: K }, children: r !== null && f(h, { children: [n(m, { id: A, hasSourceMap: !1, children: `
29
+ }, []), n(E.Provider, { value: { theme: v, appId: c, spacing: K }, children: r !== null && f(h, { children: [n(m, { id: F, hasSourceMap: !1, children: `
31
30
  :root {
32
31
  ${Object.keys(r).map((s) => `${s}: ${r[s]}`).join(";")}
33
32
  }
34
- ` }), e && n(m, { hasSourceMap: !1, children: F(a({ general: { utilities: l.utilities } }, e), c) }), t] }) });
33
+ ` }), e && n(m, { hasSourceMap: !1, children: I(a({ general: { utilities: l.utilities } }, e), c) }), t] }) });
35
34
  }, _ = (t, e) => {
36
35
  var o;
37
- const r = S(t || "ds-" + y().substring(0, 8)), i = a(l.spacing, (o = e == null ? void 0 : e.general) === null || o === void 0 ? void 0 : o.spacing);
36
+ const r = S(t || "ds-" + y().substring(0, 8)), i = a(l.spacing, (o = e?.general) === null || o === void 0 ? void 0 : o.spacing);
38
37
  return {
39
38
  theme: l,
40
39
  appId: r.current,
@@ -42,7 +41,7 @@ const A = "aristid-ds-global", F = (t, e) => {
42
41
  };
43
42
  }, M = ({ children: t }) => {
44
43
  const e = N();
45
- return n($.Provider, { value: e, children: t });
44
+ return n(j.Provider, { value: e, children: t });
46
45
  }, N = () => {
47
46
  const [t, e] = u(d);
48
47
  return { locale: t, setKitLocale: (r) => {
@@ -50,19 +49,19 @@ const A = "aristid-ds-global", F = (t, e) => {
50
49
  const i = a(d, r);
51
50
  e(i);
52
51
  } else {
53
- const i = a(T, r);
52
+ const i = a($, r);
54
53
  e(i);
55
54
  }
56
55
  } };
57
- }, te = ({ children: t, locale: e, customTheme: o, id: r }) => n(R, { customTheme: o, id: r, children: n(M, { children: n(O, { locale: e, children: t }) }) }), O = ({ children: t, locale: e }) => {
58
- const { locale: o, setKitLocale: r } = j();
56
+ }, re = ({ children: t, locale: e, customTheme: o, id: r }) => n(R, { customTheme: o, id: r, children: n(M, { children: n(O, { locale: e, children: t }) }) }), O = ({ children: t, locale: e }) => {
57
+ const { locale: o, setKitLocale: r } = k();
59
58
  return P(() => {
60
59
  e !== void 0 && r(e);
61
- }, [e, r]), n(C, { theme: I, locale: k(e), renderEmpty: () => {
60
+ }, [e, r]), n(C, { theme: T, locale: x(e), renderEmpty: () => {
62
61
  var i;
63
62
  return n(p, { className: "default-render", image: p.ASSET_LIST, description: (i = o.Empty) === null || i === void 0 ? void 0 : i.noData });
64
- }, children: f(x, { children: [n(b, {}), t] }) });
63
+ }, children: f(A, { children: [n(b, {}), t] }) });
65
64
  };
66
65
  export {
67
- te as KitApp
66
+ re as KitApp
68
67
  };
@@ -1,6 +1,5 @@
1
- import {KitHTMLAttributes} from '../../types';
2
- import {ReactNode} from 'react';
3
-
1
+ import { KitHTMLAttributes } from '../../types';
2
+ import { ReactNode } from 'react';
4
3
  export interface KitAppProps extends KitHTMLAttributes {
5
4
  children?: ReactNode;
6
5
  }
@@ -1,22 +1,22 @@
1
- import { s as t, K as n } from "../../../chunks/Avatar.N2w2jq_C.js";
2
- import { jsx as u } from "react/jsx-runtime";
3
- import { Avatar as c } from "antd";
4
- import { u as d } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
5
- import A from "classnames";
6
- const K = ({ className: a, disabled: s, max: r, ...v }) => {
7
- var o;
8
- const { appId: l } = d(), p = A(l, t["kit-avatar-group"], a, {
9
- "override-last": !!(r != null && r.count),
1
+ import { s as t, K as u } from "../../../chunks/Avatar.D0il2_w4.js";
2
+ import { jsx as n } from "react/jsx-runtime";
3
+ import { Avatar as d } from "antd";
4
+ import { u as c } from "../../../chunks/useKitTheme.C7yw6CDw.js";
5
+ import K from "classnames";
6
+ const f = ({ className: a, disabled: s, max: o, ...v }) => {
7
+ var r;
8
+ const { appId: l } = c(), p = K(l, t["kit-avatar-group"], a, {
9
+ "override-last": !!o?.count,
10
10
  [t["kit-avatar-group-disabled"]]: s
11
11
  }), e = {
12
- ...r,
12
+ ...o,
13
13
  style: {
14
- ...r == null ? void 0 : r.style,
15
- cursor: ((o = r == null ? void 0 : r.popover) === null || o === void 0 ? void 0 : o.trigger) === "click" ? "pointer" : "initial"
14
+ ...o?.style,
15
+ cursor: ((r = o?.popover) === null || r === void 0 ? void 0 : r.trigger) === "click" ? "pointer" : "initial"
16
16
  }
17
17
  };
18
- return u(c.Group, { ...v, max: e, className: p });
19
- }, f = K, i = n;
18
+ return n(d.Group, { ...v, max: e, className: p });
19
+ }, i = u;
20
20
  i.displayName = "KitAvatar";
21
21
  i.Group = f;
22
22
  export {
@@ -1,9 +1,8 @@
1
- import {AvatarProps} from 'antd';
2
- import {GroupProps} from 'antd/es/avatar';
3
- import {KitHTMLAttributes} from '../../../types';
4
- import {FunctionComponent} from 'react';
5
- import {KitColorProp} from '../../../utils/functions/types';
6
-
1
+ import { AvatarProps } from 'antd';
2
+ import { GroupProps } from 'antd/es/avatar';
3
+ import { KitHTMLAttributes } from '../../../types';
4
+ import { FunctionComponent } from 'react';
5
+ import { KitColorProp } from '../../../utils/functions/types';
7
6
  type AntdAvatarTypesToOmit = '';
8
7
  type AntdAvatarGroupTypesToOmit = '';
9
8
 
@@ -16,6 +15,7 @@ export interface IKitAvatar extends Omit<AvatarProps, AntdAvatarTypesToOmit>, Ki
16
15
  secondaryColorInvert?: boolean;
17
16
  imageFit?: KitImageFit;
18
17
  disabled?: boolean;
18
+ size?: 'xs' | 's' | 'm' | 'l' | 'xl';
19
19
  }
20
20
 
21
21
  export interface IKitAvatarGroup
@@ -1,19 +1,18 @@
1
- import "../../../assets/index.css";
2
- import { jsx as g } from "react/jsx-runtime";
1
+ import { jsx as p } from "react/jsx-runtime";
3
2
  import { useMemo as l } from "react";
4
3
  import { Badge as u } from "antd";
5
- import { u as d } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
6
- import { isValidColor as f, getColor as n, getLighterColor as c } from "../../../utils/functions/index.js";
4
+ import { u as d } from "../../../chunks/useKitTheme.C7yw6CDw.js";
5
+ import { isValidColor as f, getLighterColor as n, getColor as c } from "../../../utils/functions/index.js";
7
6
  import { kitBadgeCssTokens as s } from "../../../theme/aristid/components/DataDisplay/Badge/index.js";
8
7
  import k from "classnames";
9
- const b = {
8
+ import '../../../assets/index.css';const b = {
10
9
  "kit-badge": "_kit-badge_8zlso_2"
11
10
  }, B = (t, o) => !t || !f(t) ? null : {
12
- [s.colors.background.default]: n(t, o),
13
- [s.colors.typography.default]: c(t, o)
11
+ [s.colors.background.default]: c(t, o),
12
+ [s.colors.typography.default]: n(t, o)
14
13
  }, C = ({ color: t, style: o, secondaryColorInvert: e = !1, className: m, ...r }) => {
15
- const { appId: i } = d(), a = l(() => ({ ...o, ...B(t, e) }), [t, e, o]), p = k(i, b["kit-badge"], m);
16
- return g(u, { style: a, ...r, className: p });
14
+ const { appId: i } = d(), a = l(() => ({ ...o, ...B(t, e) }), [t, e, o]), g = k(i, b["kit-badge"], m);
15
+ return p(u, { style: a, ...r, className: g });
17
16
  };
18
17
  C.displayName = "KitBadge";
19
18
  export {
@@ -1,7 +1,6 @@
1
- import {BadgeProps} from 'antd';
2
- import {KitHTMLAttributes} from '../../../types';
3
- import {KitColorProp} from '../../../utils/functions/types';
4
-
1
+ import { BadgeProps } from 'antd';
2
+ import { KitHTMLAttributes } from '../../../types';
3
+ import { KitColorProp } from '../../../utils/functions/types';
5
4
  type AntdBadgeTypesToOmit = 'color' | 'size' | 'offset' | 'text';
6
5
 
7
6
  export interface IKitBadge extends KitHTMLAttributes<HTMLDivElement>, Omit<BadgeProps, AntdBadgeTypesToOmit> {
@@ -1,26 +1,25 @@
1
- import "../../../assets/index37.css";
2
1
  import { jsx as t, jsxs as f } from "react/jsx-runtime";
3
- import { cloneElement as C, useState as N } from "react";
2
+ import { cloneElement as C, useState as y } from "react";
4
3
  import { Collapse as E } from "antd";
5
- import { u as y } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
4
+ import { u as H } from "../../../chunks/useKitTheme.C7yw6CDw.js";
6
5
  import { FontAwesomeIcon as k } from "@fortawesome/react-fontawesome";
7
- import { faChevronDown as _, faEye as A, faEllipsisVertical as I } from "@fortawesome/free-solid-svg-icons";
6
+ import { faChevronDown as _, faEye as T, faEllipsisVertical as A } from "@fortawesome/free-solid-svg-icons";
8
7
  import D from "classnames";
9
8
  import { KitTypography as g } from "../../General/Typography/index.js";
10
- import { KitTag as T } from "../Tag/index.js";
11
- import { KitImage as z } from "../Image/index.js";
9
+ import { KitTag as z } from "../Tag/index.js";
10
+ import { KitImage as I } from "../Image/index.js";
12
11
  import { KitSwitch as S } from "../../DataEntry/Switch/index.js";
13
12
  import { KitTooltip as h } from "../Tooltip/index.js";
14
13
  import { KitButton as v } from "../../General/Button/index.js";
15
14
  import { KitDropDown as b } from "../../Navigation/DropDown/index.js";
16
- import { u as P } from "../../../chunks/useKitLocale.96CdK3og.js";
17
- const u = {
15
+ import { u as P } from "../../../chunks/useKitLocale.DD7mnAZn.js";
16
+ import '../../../assets/index38.css';const u = {
18
17
  "kit-collapse": "_kit-collapse_h05zd_2",
19
18
  "kit-collapse-header": "_kit-collapse-header_h05zd_78",
20
19
  "kit-collapse-header-extra": "_kit-collapse-header-extra_h05zd_113"
21
- }, M = () => t(k, { icon: _ }), K = ({ className: o, expandIcon: e, items: l, collapsible: i, ...a }) => {
22
- const { appId: n } = y();
23
- i === "disabled" && (l == null || l.forEach((r) => {
20
+ }, M = () => t(k, { icon: _ }), w = ({ className: o, expandIcon: e, items: i, collapsible: l, ...a }) => {
21
+ const { appId: n } = H();
22
+ l === "disabled" && i?.forEach((r) => {
24
23
  var s, d;
25
24
  if (r.label !== void 0) {
26
25
  const p = r.label, m = r.extra;
@@ -30,30 +29,30 @@ const u = {
30
29
  disabled: !0
31
30
  }));
32
31
  }
33
- }));
32
+ });
34
33
  const c = D(n, u["kit-collapse"], o);
35
- return t(E, { ...a, className: c, expandIcon: e ?? M, expandIconPosition: "end", collapsible: i, items: l });
34
+ return t(E, { ...a, className: c, expandIcon: e ?? M, expandIconPosition: "end", collapsible: l, items: i });
36
35
  };
37
- K.displayName = "KitCollapse";
36
+ w.displayName = "KitCollapse";
38
37
  const $ = ({ onSwitchChange: o, disabled: e }) => t("div", { className: "kit-collapse-header-switch", onClick: (
39
38
  // We don't want to collapse/extand item when clicking
40
- (l) => l.stopPropagation()
41
- ), children: t(S, { onChange: (l, i) => {
42
- const n = i.target.closest(".ant-collapse-item");
43
- n == null || n.setAttribute("data-item-selected", l.toString()), o(l, i);
39
+ ((i) => i.stopPropagation())
40
+ ), children: t(S, { onChange: (i, l) => {
41
+ const n = l.target.closest(".ant-collapse-item");
42
+ n?.setAttribute("data-item-selected", i.toString()), o(i, l);
44
43
  }, disabled: e }) }), j = ({ imageSrc: o }) => t("div", { className: "kit-collapse-header-image", onClick: (
45
44
  // We don't want to collapse/extand item when clicking
46
- (e) => e.stopPropagation()
47
- ), children: t(z, { src: o, style: { height: "auto", width: "auto", maxHeight: "90px", maxWidth: "50px" }, preview: {
48
- mask: t(k, { icon: A })
49
- } }) }), O = ({ title: o, description: e, tagProps: l, disabled: i }) => {
45
+ ((e) => e.stopPropagation())
46
+ ), children: t(I, { src: o, style: { height: "auto", width: "auto", maxHeight: "90px", maxWidth: "50px" }, preview: {
47
+ mask: t(k, { icon: T })
48
+ } }) }), O = ({ title: o, description: e, tagProps: i, disabled: l }) => {
50
49
  let a = "kit-collapse-header-content";
51
- return a += o !== void 0 && e !== void 0 ? " kit-collapse-header-content-rows" : "", f("div", { className: a, children: [l !== void 0 && t("div", { className: "kit-collapse-header-tag", children: t(T, { ...l, disabled: i ?? l.disabled }) }), o !== void 0 && t(g.Text, { className: "kit-collapse-header-content-title", size: "fontSize5", weight: "bold", ellipsis: { tooltip: !0 }, disabled: i, children: o }), e !== void 0 && t(g.Text, { className: "kit-collapse-header-content-description", size: "fontSize5", ellipsis: { tooltip: !0 }, disabled: i, children: e })] });
52
- }, w = ({ onSwitchChange: o, imageSrc: e, title: l, description: i, tagProps: a, disabled: n = !1 }) => f("div", { className: `${u["kit-collapse-header"]}`, children: [o !== void 0 && t($, { onSwitchChange: o, disabled: n }), e !== void 0 && t(j, { imageSrc: e }), t(O, { title: l, description: i, tagProps: a, disabled: n })] });
53
- w.displayName = "KitHeader";
54
- const B = w, F = ({ actions: o, disabled: e }) => {
55
- var l;
56
- const [i, a] = N(!1), { locale: n } = P(), c = o[0] ? o[0] : null, r = o.length <= 2 && o[1] ? o[1] : null;
50
+ return a += o !== void 0 && e !== void 0 ? " kit-collapse-header-content-rows" : "", f("div", { className: a, children: [i !== void 0 && t("div", { className: "kit-collapse-header-tag", children: t(z, { ...i, disabled: l ?? i.disabled }) }), o !== void 0 && t(g.Text, { className: "kit-collapse-header-content-title", size: "fontSize5", weight: "bold", ellipsis: !0, withTooltip: !0, disabled: l, children: o }), e !== void 0 && t(g.Text, { className: "kit-collapse-header-content-description", size: "fontSize5", ellipsis: !0, withTooltip: !0, disabled: l, children: e })] });
51
+ }, K = ({ onSwitchChange: o, imageSrc: e, title: i, description: l, tagProps: a, disabled: n = !1 }) => f("div", { className: `${u["kit-collapse-header"]}`, children: [o !== void 0 && t($, { onSwitchChange: o, disabled: n }), e !== void 0 && t(j, { imageSrc: e }), t(O, { title: i, description: l, tagProps: a, disabled: n })] });
52
+ K.displayName = "KitHeader";
53
+ const B = ({ actions: o, disabled: e }) => {
54
+ var i;
55
+ const [l, a] = y(!1), { locale: n } = P(), c = o[0] ? o[0] : null, r = o.length <= 2 && o[1] ? o[1] : null;
57
56
  return f("div", { className: "kit-collapse-header-extra-actions", children: [c && t(h, { title: c.label, open: e ? !1 : void 0, children: t(v, { icon: c.icon, disabled: e, onClick: (s) => {
58
57
  s.stopPropagation(), c.onClick && c.onClick(s);
59
58
  } }) }), r && t(h, { title: r.label, open: e ? !1 : void 0, children: t(v, { icon: r.icon, disabled: e, onClick: (s) => {
@@ -61,22 +60,22 @@ const B = w, F = ({ actions: o, disabled: e }) => {
61
60
  } }) }), o.length > 2 && t("div", { onClick: (s) => {
62
61
  s.stopPropagation();
63
62
  }, children: t(b, { menu: {
64
- items: L({ actions: o })
65
- }, trigger: ["click"], onOpenChange: () => a(!1), children: t(h, { title: (l = n.Collapse) === null || l === void 0 ? void 0 : l.more, open: e ? !1 : i, onOpenChange: a, children: t(v, { icon: t(k, { icon: I }), disabled: e }) }) }) })] });
66
- }, L = ({ actions: o }) => {
63
+ items: F({ actions: o })
64
+ }, trigger: ["click"], onOpenChange: () => a(!1), children: t(h, { title: (i = n.Collapse) === null || i === void 0 ? void 0 : i.more, open: e ? !1 : l, onOpenChange: a, children: t(v, { icon: t(k, { icon: A }), disabled: e }) }) }) })] });
65
+ }, F = ({ actions: o }) => {
67
66
  const e = [...o];
68
- return e.splice(0, 1), e.map((i, a) => ({
67
+ return e.splice(0, 1), e.map((l, a) => ({
69
68
  key: a,
70
- icon: i.icon,
71
- label: i.label,
72
- onClick: (n) => i.onClick && i.onClick(n)
69
+ icon: l.icon,
70
+ label: l.label,
71
+ onClick: (n) => l.onClick && l.onClick(n)
73
72
  }));
74
- }, H = ({ actions: o, disabled: e = !1 }) => t("div", { className: `${u["kit-collapse-header-extra"]}`, children: o !== void 0 && t(F, { actions: o, disabled: e }) });
75
- H.displayName = "KitHeaderExtra";
76
- const V = H, x = K;
73
+ }, N = ({ actions: o, disabled: e = !1 }) => t("div", { className: `${u["kit-collapse-header-extra"]}`, children: o !== void 0 && t(B, { actions: o, disabled: e }) });
74
+ N.displayName = "KitHeaderExtra";
75
+ const x = w;
77
76
  x.displayName = "KitCollapse";
78
- x.Header = B;
79
- x.HeaderExtra = V;
77
+ x.Header = K;
78
+ x.HeaderExtra = N;
80
79
  export {
81
80
  x as KitCollapse
82
81
  };
@@ -1,9 +1,8 @@
1
- import {CollapseProps} from 'antd';
2
- import {ReactNode, MouseEvent, ReactInstance, KeyboardEvent, FunctionComponent} from 'react';
3
- import {KitHTMLAttributes} from '../../../types';
4
- import {SwitchChangeEventHandler} from 'antd/es/switch';
5
- import {IKitTag} from '../Tag/types';
6
-
1
+ import { CollapseProps } from 'antd';
2
+ import { ReactNode, MouseEvent, ReactInstance, KeyboardEvent, FunctionComponent } from 'react';
3
+ import { KitHTMLAttributes } from '../../../types';
4
+ import { SwitchChangeEventHandler } from 'antd/es/switch';
5
+ import { IKitTag } from '../Tag/types';
7
6
  type AntdCollapseTypesToOmit = 'bordered' | 'expandIconPosition' | 'ghost';
8
7
 
9
8
  export interface IKitCollapse extends Omit<CollapseProps, AntdCollapseTypesToOmit>, KitHTMLAttributes<HTMLDivElement> {}
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IKitComment } from './types';
3
+ export declare const KitComment: FunctionComponent<IKitComment>;
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IKitThread } from './types';
3
+ export declare const KitThread: FunctionComponent<IKitThread>;
@@ -0,0 +1,2 @@
1
+ export { KitComment } from './Comment';
2
+ export { KitThread } from './Thread';