aristid-ds 16.2.0 → 17.0.0-4cff210

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 (201) hide show
  1. package/CHANGELOG.md +69 -0
  2. package/README.md +1 -1
  3. package/dist/Kit/App/index.js +1 -1
  4. package/dist/Kit/DataDisplay/Avatar/index.js +1 -1
  5. package/dist/Kit/DataDisplay/Badge/index.js +1 -1
  6. package/dist/Kit/DataDisplay/Badge/types.d.ts +2 -0
  7. package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
  8. package/dist/Kit/DataDisplay/Collapse/types.d.ts +1 -0
  9. package/dist/Kit/DataDisplay/Comment/index.js +1 -1
  10. package/dist/Kit/DataDisplay/Comment/types.d.ts +1 -0
  11. package/dist/Kit/DataDisplay/Empty/index.js +1 -1
  12. package/dist/Kit/DataDisplay/Error/index.js +1 -1
  13. package/dist/Kit/DataDisplay/IdCard/index.js +1 -1
  14. package/dist/Kit/DataDisplay/ItemCard/index.js +1 -1
  15. package/dist/Kit/DataDisplay/ItemCard/types.d.ts +4 -4
  16. package/dist/Kit/DataDisplay/ItemList/index.js +1 -1
  17. package/dist/Kit/DataDisplay/RedirectCard/index.js +1 -1
  18. package/dist/Kit/DataDisplay/Table/KitTableExpandButton.d.ts +1 -1
  19. package/dist/Kit/DataDisplay/Table/Table.d.ts +1 -1
  20. package/dist/Kit/DataDisplay/Table/index.js +1 -1
  21. package/dist/Kit/DataDisplay/Tabs/index.js +1 -1
  22. package/dist/Kit/DataDisplay/Tag/index.js +1 -1
  23. package/dist/Kit/DataDisplay/Tag/types.d.ts +7 -1
  24. package/dist/Kit/DataDisplay/Tag/useTagGroup.d.ts +3 -12
  25. package/dist/Kit/DataDisplay/Tree/index.js +1 -1
  26. package/dist/Kit/DataDisplay/Tree/types.d.ts +1 -1
  27. package/dist/Kit/DataDisplay/types.d.ts +3 -0
  28. package/dist/Kit/DataEntry/AutoComplete/index.js +60 -2
  29. package/dist/Kit/DataEntry/AutoComplete/types.d.ts +3 -2
  30. package/dist/Kit/DataEntry/Checkbox/index.js +1 -1
  31. package/dist/Kit/DataEntry/ColorPicker/index.js +1 -1
  32. package/dist/Kit/DataEntry/DatePicker/DatePicker.d.ts +1 -1
  33. package/dist/Kit/DataEntry/DatePicker/RangePicker.d.ts +2 -2
  34. package/dist/Kit/DataEntry/DatePicker/index.js +1 -1
  35. package/dist/Kit/DataEntry/DatePicker/preset/useActiveDatePickerPreset.d.ts +2 -2
  36. package/dist/Kit/DataEntry/DatePicker/types.d.ts +7 -3
  37. package/dist/Kit/DataEntry/Filter/index.js +1 -1
  38. package/dist/Kit/DataEntry/Input/index.js +1 -1
  39. package/dist/Kit/DataEntry/Input/types.d.ts +5 -2
  40. package/dist/Kit/DataEntry/InputNumber/index.d.ts +1 -1
  41. package/dist/Kit/DataEntry/InputNumber/index.js +1 -1
  42. package/dist/Kit/DataEntry/InputNumber/types.d.ts +3 -2
  43. package/dist/Kit/DataEntry/InputWrapper/index.js +1 -1
  44. package/dist/Kit/DataEntry/InputWrapper/types.d.ts +8 -1
  45. package/dist/Kit/DataEntry/Radio/index.js +1 -1
  46. package/dist/Kit/DataEntry/Rate/index.d.ts +1 -1
  47. package/dist/Kit/DataEntry/Rate/index.js +1 -1
  48. package/dist/Kit/DataEntry/RichText/MenuBar/FontSizeSelect/index.js +1 -1
  49. package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/index.js +1 -1
  50. package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.js +5 -5
  51. package/dist/Kit/DataEntry/RichText/MenuBar/index.js +1 -1
  52. package/dist/Kit/DataEntry/RichText/index.js +1 -1
  53. package/dist/Kit/DataEntry/SearchInput/index.js +1 -1
  54. package/dist/Kit/DataEntry/Select/index.js +1 -1
  55. package/dist/Kit/DataEntry/Select/renders.d.ts +1 -1
  56. package/dist/Kit/DataEntry/Select/types.d.ts +3 -1
  57. package/dist/Kit/DataEntry/Slider/index.d.ts +1 -1
  58. package/dist/Kit/DataEntry/TreeSelect/index.js +1 -1
  59. package/dist/Kit/DataEntry/TreeSelect/renders.d.ts +1 -1
  60. package/dist/Kit/DataEntry/TreeSelect/types.d.ts +4 -1
  61. package/dist/Kit/DataEntry/Upload/index.js +1 -1
  62. package/dist/Kit/Feedback/Alert/index.js +1 -1
  63. package/dist/Kit/Feedback/Alert/types.d.ts +9 -5
  64. package/dist/Kit/Feedback/Loader/index.js +1 -1
  65. package/dist/Kit/Feedback/Loader/types.d.ts +1 -1
  66. package/dist/Kit/Feedback/Modal/index.js +1 -1
  67. package/dist/Kit/Feedback/Notification/index.js +1 -1
  68. package/dist/Kit/Feedback/Progress/index.js +1 -1
  69. package/dist/Kit/Feedback/SnackBar/index.js +1 -1
  70. package/dist/Kit/General/Button/index.js +1 -1
  71. package/dist/Kit/General/DynamicActions/index.js +1 -1
  72. package/dist/Kit/General/Icon/types.d.ts +1 -2
  73. package/dist/Kit/General/Typography/index.js +1 -1
  74. package/dist/Kit/General/Typography/types.d.ts +1 -1
  75. package/dist/Kit/Layout/Divider/types.d.ts +2 -1
  76. package/dist/Kit/Layout/PageLayout/index.js +1 -1
  77. package/dist/Kit/Layout/Space/index.js +18 -12
  78. package/dist/Kit/Navigation/DropDown/index.js +16 -15
  79. package/dist/Kit/Navigation/Header/index.js +1 -1
  80. package/dist/Kit/Navigation/PageHeader/index.js +1 -1
  81. package/dist/Kit/Navigation/PageHeader/types.d.ts +1 -0
  82. package/dist/Kit/Navigation/Pagination/index.js +1 -1
  83. package/dist/Kit/Navigation/SideMenu/index.js +1 -1
  84. package/dist/Kit/Navigation/SidePanel/index.js +1 -1
  85. package/dist/Kit/Navigation/Steps/index.js +1 -1
  86. package/dist/Kit/Navigation/Steps/types.d.ts +2 -1
  87. package/dist/Kit/index.js +47 -47
  88. package/dist/assets/App.css +1 -1
  89. package/dist/assets/Avatar.css +1 -1
  90. package/dist/assets/Badge.css +1 -1
  91. package/dist/assets/Button.css +1 -1
  92. package/dist/assets/Checkbox.css +1 -1
  93. package/dist/assets/Collapse.css +1 -1
  94. package/dist/assets/DatePicker.css +1 -1
  95. package/dist/assets/ItemCard.css +1 -1
  96. package/dist/assets/Loader.css +1 -1
  97. package/dist/assets/Pagination.css +1 -1
  98. package/dist/assets/Radio.css +1 -1
  99. package/dist/assets/SideMenu.css +1 -1
  100. package/dist/assets/Steps.css +1 -1
  101. package/dist/assets/Table.css +1 -1
  102. package/dist/assets/Tag.css +1 -1
  103. package/dist/assets/Tree.css +1 -1
  104. package/dist/assets/styles.css +1 -1
  105. package/dist/chunks/{Alert.CptjyHNo.js → Alert.CLGWsecl.js} +1 -1
  106. package/dist/chunks/{App.B-o65pBo.js → App.DMKfu33b.js} +1 -1
  107. package/dist/chunks/{Avatar.C7Y05jlE.js → Avatar.Cod8BuVs.js} +5 -4
  108. package/dist/chunks/{Avatar.BkWsGZQz.js → Avatar.DMy3wRdr.js} +1 -1
  109. package/dist/chunks/Badge.lE7m-vaK.js +36 -0
  110. package/dist/chunks/{Button.W4yUc4_g.js → Button.BwZ9TVAy.js} +8 -8
  111. package/dist/chunks/{Checkbox.CD7_4xKA.js → Checkbox.UZ_xOkpB.js} +59 -58
  112. package/dist/chunks/{Collapse.Kx-SBhE4.js → Collapse.vT1_PdNF.js} +62 -51
  113. package/dist/chunks/{ColorPicker.CiLVQ7ma.js → ColorPicker.CIfnJxzt.js} +1 -1
  114. package/dist/chunks/Comment.C28oythd.js +48 -0
  115. package/dist/chunks/{DatePicker.s-w_Yoy_.js → DatePicker.B6MnduRh.js} +7 -7
  116. package/dist/chunks/{DynamicActions.DLAChqhe.js → DynamicActions.Cm8BsY8r.js} +1 -1
  117. package/dist/chunks/{Empty.kKYv59Zi.js → Empty.ChbH81Kb.js} +1 -1
  118. package/dist/chunks/{Error.BUEl7nbL.js → Error.B1hGHo8i.js} +2 -2
  119. package/dist/chunks/{Filter.CEQpPFYE.js → Filter.BZGFrvpc.js} +2 -2
  120. package/dist/chunks/{FontSizeSelect.XLWRKIOf.js → FontSizeSelect.Rc82wPGZ.js} +1 -1
  121. package/dist/chunks/{Header.BJgzh9IF.js → Header.JF6d9mYk.js} +2 -2
  122. package/dist/chunks/{IdCard.BBfDw0-e.js → IdCard.CWE38g68.js} +3 -1
  123. package/dist/chunks/{Input.CtZ4tgRD.js → Input.DrLszrjk.js} +2 -2
  124. package/dist/chunks/{InputNumber.BEYbLzDt.js → InputNumber.CUVPnyxG.js} +1 -1
  125. package/dist/chunks/{InputWrapper.DuqdZ-tp.js → InputWrapper.By9kN0xU.js} +2 -1
  126. package/dist/chunks/ItemCard.DncAlF3n.js +188 -0
  127. package/dist/chunks/ItemList.B4WlfX8P.js +129 -0
  128. package/dist/chunks/{LinkButton.BBk_vytt.js → LinkButton.BVCE_uhb.js} +3 -3
  129. package/dist/chunks/Loader.BL2-LOk7.js +35 -0
  130. package/dist/chunks/{MenuBar.pdIb57up.js → MenuBar.CMHSAtol.js} +4 -4
  131. package/dist/chunks/{Modal.CvtoS2TF.js → Modal.CsGHowNT.js} +3 -3
  132. package/dist/chunks/{Notification.DRllbqkG.js → Notification.D-vgkwp1.js} +3 -2
  133. package/dist/chunks/PageHeader.BsBe2qmv.js +61 -0
  134. package/dist/chunks/{PageLayout.BS_4gV3M.js → PageLayout.CiTYo1o-.js} +2 -2
  135. package/dist/chunks/{Pagination.D4RHg4eu.js → Pagination.D0KoqOs0.js} +1 -1
  136. package/dist/chunks/{Progress.ZWy41SUW.js → Progress.5NGz8Onb.js} +2 -1
  137. package/dist/chunks/Radio.CEJd1j6E.js +118 -0
  138. package/dist/chunks/Rate.66ssppnZ.js +34 -0
  139. package/dist/chunks/{RedirectCard.DvR9Spw2.js → RedirectCard.C9L2Ym_b.js} +3 -2
  140. package/dist/chunks/{RichText.BR_A94YI.js → RichText.mJKHbN6t.js} +15 -11
  141. package/dist/chunks/{SearchInput.CZnUAGz5.js → SearchInput.CNgLpnTf.js} +1 -1
  142. package/dist/chunks/{Select.CepppHZ6.js → Select.Dvvh95ro.js} +86 -80
  143. package/dist/chunks/SideMenu.CSrmEHB_.js +137 -0
  144. package/dist/chunks/{SidePanel.CaUEt3pC.js → SidePanel.CTtyKSw5.js} +2 -2
  145. package/dist/chunks/{SnackBar.Dvnae0aa.js → SnackBar.Bdq4XTnk.js} +4 -4
  146. package/dist/chunks/{Steps.CF_4sPDw.js → Steps.Cv9QH9E2.js} +10 -6
  147. package/dist/chunks/{Table.DvFA660k.js → Table.COyj-GZ5.js} +11 -14
  148. package/dist/chunks/{Tabs.YH0DNmKq.js → Tabs.BHToGNhL.js} +4 -3
  149. package/dist/chunks/Tag.DpZkKUUo.js +158 -0
  150. package/dist/chunks/{Tree.DI2X_dWa.js → Tree.UCxeoAGW.js} +1 -1
  151. package/dist/chunks/TreeSelect.DGS8xoKm.js +169 -0
  152. package/dist/chunks/{Typography.LjOcXtjO.js → Typography.DVDv9LwQ.js} +12 -4
  153. package/dist/chunks/{Upload.C_TOub0N.js → Upload.BGoYUqae.js} +7 -5
  154. package/dist/chunks/{styles.module.Bfe7jTpt.js → styles.module.I-VT2CFc.js} +1 -1
  155. package/dist/index.es.js +47 -47
  156. package/dist/index.umd.js +3 -3
  157. package/dist/translation/en-US/components/DataDisplay/Collapse/index.js +5 -1
  158. package/dist/translation/en-US/components/Feedback/Progress/index.d.ts +2 -0
  159. package/dist/translation/en-US/components/Feedback/Progress/index.js +4 -0
  160. package/dist/translation/en-US/components/Navigation/PageHeader/index.d.ts +2 -0
  161. package/dist/translation/en-US/components/Navigation/PageHeader/index.js +4 -0
  162. package/dist/translation/en-US/components/Navigation/SideMenu/index.d.ts +2 -0
  163. package/dist/translation/en-US/components/Navigation/SideMenu/index.js +7 -0
  164. package/dist/translation/en-US/index.js +18 -12
  165. package/dist/translation/fr-FR/components/DataDisplay/Collapse/index.js +5 -1
  166. package/dist/translation/fr-FR/components/Feedback/Progress/index.d.ts +2 -0
  167. package/dist/translation/fr-FR/components/Feedback/Progress/index.js +4 -0
  168. package/dist/translation/fr-FR/components/Navigation/PageHeader/index.d.ts +2 -0
  169. package/dist/translation/fr-FR/components/Navigation/PageHeader/index.js +4 -0
  170. package/dist/translation/fr-FR/components/Navigation/SideMenu/index.d.ts +2 -0
  171. package/dist/translation/fr-FR/components/Navigation/SideMenu/index.js +7 -0
  172. package/dist/translation/fr-FR/index.js +18 -12
  173. package/dist/translation/pt-PT/components/DataDisplay/Collapse/index.js +5 -1
  174. package/dist/translation/pt-PT/components/Feedback/Progress/index.d.ts +2 -0
  175. package/dist/translation/pt-PT/components/Feedback/Progress/index.js +4 -0
  176. package/dist/translation/pt-PT/components/Navigation/PageHeader/index.d.ts +2 -0
  177. package/dist/translation/pt-PT/components/Navigation/PageHeader/index.js +4 -0
  178. package/dist/translation/pt-PT/components/Navigation/SideMenu/index.d.ts +2 -0
  179. package/dist/translation/pt-PT/components/Navigation/SideMenu/index.js +7 -0
  180. package/dist/translation/pt-PT/index.js +18 -12
  181. package/dist/translation/types/components/DataDisplay/Collapse/index.d.ts +2 -0
  182. package/dist/translation/types/components/Feedback/Progress/index.d.ts +3 -0
  183. package/dist/translation/types/components/Navigation/PageHeader/index.d.ts +3 -0
  184. package/dist/translation/types/components/Navigation/SideMenu/index.d.ts +4 -0
  185. package/dist/translation/types/index.d.ts +6 -0
  186. package/dist/utils/hooks/useGetPopupContainer.d.ts +2 -2
  187. package/package.json +151 -151
  188. package/dist/Kit/DataEntry/DatePicker/preset/useActiveRangePickerPreset.d.ts +0 -17
  189. package/dist/assets/AutoComplete.css +0 -1
  190. package/dist/chunks/AutoComplete.DjcjDCwe.js +0 -55
  191. package/dist/chunks/Badge.BmH3YSz4.js +0 -57
  192. package/dist/chunks/Comment.Cd7i1Ope.js +0 -47
  193. package/dist/chunks/ItemCard.CZWby7um.js +0 -160
  194. package/dist/chunks/ItemList.D3ZOFW5C.js +0 -112
  195. package/dist/chunks/Loader.C-wRwi_O.js +0 -16
  196. package/dist/chunks/PageHeader.StAURUeV.js +0 -54
  197. package/dist/chunks/Radio.DWGDlt8U.js +0 -117
  198. package/dist/chunks/Rate.Dmfwlgev.js +0 -27
  199. package/dist/chunks/SideMenu.BFZc2x69.js +0 -135
  200. package/dist/chunks/Tag.B9K2nEub.js +0 -158
  201. package/dist/chunks/TreeSelect.k8HffaA-.js +0 -161
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # Changelog
2
2
 
3
+ ## [X.X.X](https://www.npmjs.com/package/aristid-ds/v/X.X.X) (2026-XX-XX)
4
+
5
+ ### ✨ Features
6
+
7
+ - **ItemList:**
8
+ - Use `KitTooltip` instead of the native HTML `title` on action buttons, and add `aria-label` for accessibility (@philippechevieux)
9
+
10
+ ### 🐛 Bug Fixes
11
+
12
+ - **Table:**
13
+ - Fix fixed columns (`fixed: 'left'`/`'right'`) losing `position: sticky` under Ant Design 6, which shifted the fixed header cell and prevented columns from sticking on horizontal scroll (@philippechevieux)
14
+ - **ItemCard:**
15
+ - Fix cards overlapping each other when placed in a CSS grid layout without an explicit width (@evoiron)
16
+ - Fix the activate switch staying enabled while the card is in a loading state (@evoiron)
17
+ - **Tag:**
18
+ - Fix tags not being evenly spaced in the "+N others" popup opened from a truncated `Tag.Group` (@evoiron)
19
+ - **Badge:**
20
+ - Fix z-index issue with badge using `dot` prop (@philippechevieux)
21
+
22
+ ## [17.0.0](https://www.npmjs.com/package/aristid-ds/v/17.0.0) (2026-07-08)
23
+
24
+ ### ✨ Features
25
+
26
+ - **⚠️ Breaking change - Badge**
27
+ - Replace dynamic offsets by predefined offsets and allow custom offsets (@baloche)
28
+ - **Comment:**
29
+ - Add `inThread` prop, and now renders as li in a `Thread` component, as a `div` otherwise (@evoiron)
30
+ - **Rate:**
31
+ - Fix a11y errors (@evoiron)
32
+ - **⚠️ Breaking change - TreeSelect:**
33
+ - Remove `treeCheckable` prop. Checkboxes are now shown when mode is set to multiple (@evoiron)
34
+ - Fix scrollbar appearing in dropdown when opening treeSelect (@evoiron)
35
+ - **Loader:**
36
+ - Add AI type to `Loader` (@evoiron)
37
+ - **ItemCard:**
38
+ - Add `actionsLimit` and `Loader` props to `ItemCard` (@evoiron)
39
+
40
+ ### 🐛 Bug Fixes
41
+
42
+ - **SideMenu:**
43
+ - Align item text to start (@philippechevieux)
44
+ - **RichText:**
45
+ - Fix a11y errors: add an accessible name to the editor (`aria-input-field-name`) and make the read-only scrollable region keyboard-focusable (`scrollable-region-focusable`) (@evoiron)
46
+ - **Tag:**
47
+ - Fix tag group blinking between full list and truncated list in some cases (@evoiron)
48
+
49
+ ### 📦 Upgrade
50
+
51
+ - Upgrade Ant Design from `5.22.2` to `5.29.3` (@philippechevieux)
52
+ - Resolve antd deprecation warnings ahead of v6 (public component props unchanged)
53
+ - **InputNumber**: the forwarded `ref` is now typed as antd's `InputNumberRef` (previously `HTMLInputElement`)
54
+ - **⚠️ Breaking change** — Upgrade Ant Design from `5.29.3` to `6.4.5` (@philippechevieux)
55
+ - **Divider**: the title alignment prop `orientation` is renamed to `titlePlacement`. In v6 `orientation` now controls the divider direction (`horizontal` / `vertical`)
56
+ - Adopt antd's new `@rc-component/*` scope (`rc-util` → `@rc-component/util`, internal `rc-*` imports rewritten to `@rc-component/*`)
57
+
3
58
  ## [16.2.0](https://www.npmjs.com/package/aristid-ds/v/16.2.0) (2026-06-19)
4
59
 
5
60
  ### 🐛 Bug Fixes
@@ -11,6 +66,16 @@
11
66
  - Fix actions alignment problem on small screens (@evoiron)
12
67
  - **Tests:**
13
68
  - Add e2e and accessibility tests for components (@evoiron)
69
+ - **a11y:**
70
+ - fix color contrast issues for components Avatar, IdCard, Tabs, Tag, InputWrapper, TreeSelect, Typography (@evoiron)
71
+ - **Collapse:**
72
+ - fix some accessibility issues (@evoiron)
73
+ - **ItemCard:**
74
+ - fix some accessibility issues (@evoiron)
75
+ - **Upload:**
76
+ - fix some accessibility issues (@evoiron)
77
+ - **Progress:**
78
+ - fix some accessibility issues (@evoiron)
14
79
 
15
80
  ## [16.1.0](https://www.npmjs.com/package/aristid-ds/v/16.1.0) (2026-06-10)
16
81
 
@@ -173,6 +238,10 @@
173
238
  - Fix search feature (@evoiron)
174
239
  - Fix wrong height for select/TreeSelect with multiple attribute (@alechapelain)
175
240
  - Fix wrong tag size not matching select size (@alechapelain)
241
+ - **Avatar:**
242
+ - Fix a11y color-contrast error (@evoiron)
243
+ - **Tooltip:**
244
+ - Fix a11y flaky test due to css animations (@evoiron)
176
245
 
177
246
  ### 📝 Documentation
178
247
 
package/README.md CHANGED
@@ -134,5 +134,5 @@ With npm + Jest:
134
134
 
135
135
  - [Storybook](https://storybook.aristid.com) — component documentation and live examples
136
136
  - [CONTRIBUTING.md](./CONTRIBUTING.md) — how to add components, locales, run tests, commit conventions
137
- - [AGENTS.md](./AGENTS.md) — AI assistant context for working on this repo
137
+ - [CLAUDE.md](./CLAUDE.md) — AI assistant context for working on this repo
138
138
  - [docs/ADR.md](./docs/ADR.md) — architecture decision records
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../chunks/App.B-o65pBo.js";
1
+ import { t as e } from "../../chunks/App.DMKfu33b.js";
2
2
  export { e as KitApp };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Avatar.BkWsGZQz.js";
1
+ import { t as e } from "../../../chunks/Avatar.DMy3wRdr.js";
2
2
  export { e as KitAvatar };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Badge.BmH3YSz4.js";
1
+ import { t as e } from "../../../chunks/Badge.lE7m-vaK.js";
2
2
  export { e as KitBadge };
@@ -1,9 +1,11 @@
1
1
  import { BadgeProps } from 'antd';
2
2
  import { KitHTMLAttributes } from '../../../types';
3
3
  import { KitColorProp } from '../../../utils/functions/types';
4
+ import { IKitBorder } from '../../../theme/types/general/border';
4
5
  type AntdBadgeTypesToOmit = 'color' | 'size' | 'offset' | 'text';
5
6
 
6
7
  export interface IKitBadge extends KitHTMLAttributes<HTMLDivElement>, Omit<BadgeProps, AntdBadgeTypesToOmit> {
7
8
  color?: KitColorProp;
8
9
  secondaryColorInvert?: boolean;
10
+ offset?: BadgeProps['offset'] | Exclude<keyof IKitBorder['radius'], 'square' | 'pills'>;
9
11
  }
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Collapse.Kx-SBhE4.js";
1
+ import { t as e } from "../../../chunks/Collapse.vT1_PdNF.js";
2
2
  export { e as KitCollapse };
@@ -19,6 +19,7 @@ export interface IKitHeader {
19
19
  export interface IKitHeaderSwitch {
20
20
  onSwitchChange: NonNullable<IKitHeader['onSwitchChange']>;
21
21
  disabled: NonNullable<IKitHeader['disabled']>;
22
+ label?: IKitHeader['title'];
22
23
  }
23
24
 
24
25
  export interface IKitHeaderImage {
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../../chunks/Comment.Cd7i1Ope.js";
1
+ import { n as e, t } from "../../../chunks/Comment.C28oythd.js";
2
2
  export { e as KitComment, t as KitThread };
@@ -5,6 +5,7 @@ export interface IKitComment extends KitHTMLAttributes<HTMLDivElement> {
5
5
  date: Date;
6
6
  content: string;
7
7
  isCurrentUser?: boolean;
8
+ inThread?: boolean;
8
9
  }
9
10
 
10
11
  export type IKitThread = KitHTMLAttributes<HTMLDivElement>;
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Empty.kKYv59Zi.js";
1
+ import { t as e } from "../../../chunks/Empty.ChbH81Kb.js";
2
2
  export { e as KitEmpty };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Error.BUEl7nbL.js";
1
+ import { t as e } from "../../../chunks/Error.B1hGHo8i.js";
2
2
  export { e as KitError };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/IdCard.BBfDw0-e.js";
1
+ import { t as e } from "../../../chunks/IdCard.CWE38g68.js";
2
2
  export { e as KitIdCard };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/ItemCard.CZWby7um.js";
1
+ import { t as e } from "../../../chunks/ItemCard.DncAlF3n.js";
2
2
  export { e as KitItemCard };
@@ -18,15 +18,14 @@ export type IKitItemCard = {
18
18
  breadcrumbItems?: IKitBreadcrumbItem[];
19
19
  draggableHandler?: ReactNode;
20
20
  selected?: boolean;
21
+ loading?: boolean;
21
22
  onSelect?: (e: CheckboxChangeEvent) => void;
22
23
  activateLabel?: string;
23
24
  activated?: boolean;
24
25
  onActivate?: SwitchChangeEventHandler;
25
26
  extra?: ReactNode;
26
- actions?:
27
- | [IKitActionButton]
28
- | [IKitActionButton, IKitActionButton]
29
- | [IKitActionButton, IKitActionButton, IKitActionButton];
27
+ actions?: IKitActionButton[];
28
+ actionsLimit?: number;
30
29
  imageCover?: boolean;
31
30
  };
32
31
 
@@ -34,4 +33,5 @@ export type IKitItemCardActions = {
34
33
  display: IKitItemCard['display'];
35
34
  disabled: IKitItemCard['disabled'];
36
35
  actions: IKitItemCard['actions'];
36
+ threshold?: number;
37
37
  };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/ItemList.D3ZOFW5C.js";
1
+ import { t as e } from "../../../chunks/ItemList.B4WlfX8P.js";
2
2
  export { e as KitItemList };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/RedirectCard.DvR9Spw2.js";
1
+ import { t as e } from "../../../chunks/RedirectCard.C9L2Ym_b.js";
2
2
  export { e as KitRedirectCard };
@@ -1,2 +1,2 @@
1
- import { RenderExpandIconProps } from 'rc-table/lib/interface';
1
+ import { RenderExpandIconProps } from '@rc-component/table/lib/interface';
2
2
  export declare function KitTableExpandButton<T>({ record, expanded, onExpand, expandable }: RenderExpandIconProps<T>): import("react/jsx-runtime").JSX.Element | null;
@@ -1,3 +1,3 @@
1
1
  import { IKitTable } from './types';
2
- import { DefaultRecordType } from 'rc-table/lib/interface';
2
+ import { DefaultRecordType } from '@rc-component/table/lib/interface';
3
3
  export declare function KitTable<T extends DefaultRecordType>({ className, style, cellsBackgroundColor, backgroundColor, borderedRows, columns, onChange, components, showDragHandle, showHeader, dragHandleElement, headerLineSize, lineSize, ...tableProps }: IKitTable<T>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../../chunks/Table.DvFA660k.js";
1
+ import { n as e, t } from "../../../chunks/Table.COyj-GZ5.js";
2
2
  export { t as KitTable, e as KitTableExpandButton };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Tabs.YH0DNmKq.js";
1
+ import { t as e } from "../../../chunks/Tabs.BHToGNhL.js";
2
2
  export { e as KitTabs };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Tag.B9K2nEub.js";
1
+ import { t as e } from "../../../chunks/Tag.DpZkKUUo.js";
2
2
  export { e as KitTag };
@@ -1,6 +1,6 @@
1
1
  import { TagProps } from 'antd';
2
2
  import { KitHTMLAttributes } from '../../../types';
3
- import { CSSProperties, ReactNode } from 'react';
3
+ import { CSSProperties, ReactNode, RefObject } from 'react';
4
4
  import { IKitIdCard } from '../IdCard/types';
5
5
  import { IKitAvatar } from '../Avatar/types';
6
6
  export type KitTagType = 'primary' | 'secondary' | 'neutral' | 'error' | 'success' | 'ai';
@@ -11,6 +11,12 @@ type KitHTMLAttributesToOmit = 'color';
11
11
 
12
12
  type KitIdCardToOmit = 'title' | 'disabled' | 'size' | 'avatarProps';
13
13
 
14
+ type TagGroupProps = {
15
+ tags: IKitTagConfig[];
16
+ containerRef: RefObject<HTMLDivElement>;
17
+ measureRef: RefObject<HTMLDivElement>;
18
+ };
19
+
14
20
  export type IKitTag = Omit<TagProps, AntdTagPropsToOmit> &
15
21
  Omit<KitHTMLAttributes<HTMLSpanElement>, KitHTMLAttributesToOmit> & {
16
22
  type?: KitTagType;
@@ -1,14 +1,5 @@
1
- import { RefObject } from 'react';
2
- import { IKitTagConfig } from './types';
3
- type TagGroupProps = {
4
- tags: IKitTagConfig[];
5
- containerRef: RefObject<HTMLDivElement>;
6
- measureRef: RefObject<HTMLDivElement>;
7
- handleCloseTag?: (index: number) => void;
8
- };
9
- export declare const useTagGroup: ({ tags, containerRef, measureRef, handleCloseTag }: TagGroupProps) => {
10
- measureTags: import("react/jsx-runtime").JSX.Element;
11
- visibleTags: IKitTagConfig[];
1
+ import { TagGroupProps } from './types';
2
+ export declare const useTagGroup: ({ tags, containerRef, measureRef }: TagGroupProps) => {
3
+ visibleTags: import('./types').IKitTagConfig[];
12
4
  hiddenCount: number;
13
5
  };
14
- export {};
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Tree.DI2X_dWa.js";
1
+ import { t as e } from "../../../chunks/Tree.UCxeoAGW.js";
2
2
  export { e as KitTree };
@@ -1,4 +1,4 @@
1
- import { BasicDataNode } from 'rc-tree';
1
+ import { BasicDataNode } from '@rc-component/tree';
2
2
  import { TreeProps } from 'antd';
3
3
  import { DataNode } from 'antd/es/tree';
4
4
  import { KitHTMLAttributes } from '../../../types';
@@ -7,4 +7,7 @@ export interface IKitActionButton {
7
7
  disabled?: boolean;
8
8
  title?: string;
9
9
  className?: string;
10
+ // antd 5.29 added a `data-${string}` index signature to MenuItemType (DataAttributes).
11
+ // Mirror it so action buttons stay assignable to KitDropDown's `menu.items`.
12
+ [dataAttribute: `data-${string}`]: unknown;
10
13
  }
@@ -1,2 +1,60 @@
1
- import { t as e } from "../../../chunks/AutoComplete.DjcjDCwe.js";
2
- export { e as KitAutoComplete };
1
+ import { t as e } from "../../../chunks/InputWrapper.By9kN0xU.js";
2
+ import { t } from "../../../chunks/useGetPopupContainer.C6KjVnVk.js";
3
+ import { t as n } from "../../../chunks/Input.DrLszrjk.js";
4
+ import { jsx as r } from "react/jsx-runtime";
5
+ import { forwardRef as i, useRef as a, useState as o } from "react";
6
+ import { AutoComplete as s } from "antd";
7
+ import c from "classnames";
8
+ import { FontAwesomeIcon as l } from "@fortawesome/react-fontawesome";
9
+ import { faMagnifyingGlass as u } from "@fortawesome/free-solid-svg-icons";
10
+ //#region src/Kit/DataEntry/AutoComplete/index.tsx
11
+ var d = (e, t, n) => c(e, "ant-select-dropdown", "kit-select-dropdown-bottom", {
12
+ "kit-select-dropdown-focus": t,
13
+ "kit-select-dropdown-error": n === "error",
14
+ "kit-select-dropdown-warning": n === "warning"
15
+ }), f = i(({ allowClear: i, label: c, helper: f, htmlFor: p, autoFocus: m, defaultValue: h, disabled: g, placeholder: _, status: v, value: y, getPopupContainer: b, onFocus: x, onBlur: S, popupClassName: C, wrapperClassName: w, required: T, actions: E, size: D = "large", extra: O, ...k }, A) => {
16
+ let [j, M] = o(!1), N = a(null), P = A ?? N, F = t(P, b), I = (e) => {
17
+ M(!0), x && x(e);
18
+ }, L = (e) => {
19
+ M(!1), S && S(e);
20
+ }, R = typeof k.classNames == "function" ? void 0 : k.classNames;
21
+ return r(e, {
22
+ label: c,
23
+ helper: f,
24
+ htmlFor: p,
25
+ disabled: g,
26
+ status: v,
27
+ className: w,
28
+ extra: O ?? E,
29
+ children: r(s, {
30
+ ...k,
31
+ id: k.id ?? p,
32
+ disabled: g,
33
+ ref: P,
34
+ getPopupContainer: F,
35
+ classNames: {
36
+ ...R,
37
+ popup: {
38
+ ...R?.popup,
39
+ root: d(C, j, v)
40
+ }
41
+ },
42
+ children: r(n, {
43
+ prefix: r(l, { icon: u }),
44
+ allowClear: i,
45
+ autoFocus: m,
46
+ required: T,
47
+ size: D,
48
+ defaultValue: h,
49
+ placeholder: _,
50
+ status: v,
51
+ value: y,
52
+ onBlur: L,
53
+ onFocus: I
54
+ })
55
+ })
56
+ });
57
+ });
58
+ f.displayName = "KitAutoComplete";
59
+ //#endregion
60
+ export { f as KitAutoComplete };
@@ -1,10 +1,11 @@
1
1
  import { AutoCompleteProps } from 'antd';
2
2
  import { KitHTMLAttributes } from '../../../types';
3
- import { IKitInputWrapperBase } from '../InputWrapper/types';
3
+ import { IKitInputWrapperBase, KitInputStatus } from '../InputWrapper/types';
4
4
  export interface IKitAutoComplete
5
- extends AutoCompleteProps<T, E>, KitHTMLAttributes<HTMLInputElement>, IKitInputWrapperBase {
5
+ extends Omit<AutoCompleteProps<T, E>, 'status'>, KitHTMLAttributes<HTMLInputElement>, IKitInputWrapperBase {
6
6
  allowClear?: boolean;
7
7
  placeholder?: string;
8
8
  wrapperClassName?: string;
9
9
  required?: boolean;
10
+ status?: KitInputStatus;
10
11
  }
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Checkbox.CD7_4xKA.js";
1
+ import { t as e } from "../../../chunks/Checkbox.UZ_xOkpB.js";
2
2
  export { e as KitCheckbox };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/ColorPicker.CiLVQ7ma.js";
1
+ import { t as e } from "../../../chunks/ColorPicker.CIfnJxzt.js";
2
2
  export { e as KitColorPicker };
@@ -1,4 +1,4 @@
1
- import { PickerRef } from 'rc-picker';
1
+ import { PickerRef } from '@rc-component/picker';
2
2
  import { IKitDatePicker } from './types';
3
3
  declare const KitDatePicker: import('react').ForwardRefExoticComponent<Omit<IKitDatePicker, "ref"> & import('react').RefAttributes<PickerRef>>;
4
4
  export default KitDatePicker;
@@ -1,3 +1,3 @@
1
- import { PickerRef } from 'rc-picker';
2
- declare const KitRangePicker: import('react').ForwardRefExoticComponent<Omit<import('antd/es/date-picker').RangePickerProps, "readOnly"> & import('./types').IInternalRangerPicker & import('../InputWrapper/types').IKitInputWrapperBase & import('react').RefAttributes<PickerRef>>;
1
+ import { PickerRef } from '@rc-component/picker';
2
+ declare const KitRangePicker: import('react').ForwardRefExoticComponent<Omit<import('antd/es/date-picker').RangePickerProps, "status" | "readOnly"> & import('./types').IInternalRangerPicker & import('../InputWrapper/types').IKitInputWrapperBase & import('react').RefAttributes<PickerRef>>;
3
3
  export default KitRangePicker;
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/DatePicker.s-w_Yoy_.js";
1
+ import { t as e } from "../../../chunks/DatePicker.B6MnduRh.js";
2
2
  export { e as KitDatePicker };
@@ -11,7 +11,7 @@ export declare const useActiveDatePickerPreset: ({ presets, picker, showTime, on
11
11
  label: import("react/jsx-runtime").JSX.Element;
12
12
  value: import('dayjs').Dayjs | (() => import('dayjs').Dayjs);
13
13
  }[] | undefined;
14
- onChange: (date: import('dayjs').Dayjs, dateString: string | string[]) => void;
15
- onCalendarChange: (date: import('dayjs').Dayjs | import('dayjs').Dayjs[], dateString: string | string[], info: import('rc-picker/lib/interface').BaseInfo) => void;
14
+ onChange: (date: import('dayjs').Dayjs | import('dayjs').Dayjs[] | null, dateString: string | string[] | null) => void;
15
+ onCalendarChange: (date: import('dayjs').Dayjs | import('dayjs').Dayjs[], dateString: string | string[], info: import('@rc-component/picker/interface').BaseInfo) => void;
16
16
  };
17
17
  export {};
@@ -1,5 +1,5 @@
1
1
  import { DatePickerProps, RangePickerProps } from 'antd/es/date-picker';
2
- import { IKitInputWrapperBase } from '../InputWrapper/types';
2
+ import { IKitInputWrapperBase, KitInputStatus } from '../InputWrapper/types';
3
3
  // Use "never" instead of Omit properties to avoid issues with Antd type/interface declarations
4
4
  interface IInternalDatePicker {
5
5
  size?: 'small' | 'middle' | 'large';
@@ -11,9 +11,10 @@ interface IInternalDatePicker {
11
11
  required?: boolean;
12
12
  readonlyLight?: boolean;
13
13
  readonly?: boolean;
14
+ status?: KitInputStatus;
14
15
  }
15
16
 
16
- interface IDatePickerProps extends Omit<DatePickerProps, 'picker' | 'readOnly'> {
17
+ interface IDatePickerProps extends Omit<DatePickerProps, 'picker' | 'readOnly' | 'status'> {
17
18
  picker?: 'time' | 'date' | 'week' | 'month' | 'year' | 'quarter';
18
19
  showTime?: boolean | object;
19
20
  }
@@ -27,6 +28,9 @@ interface IInternalRangerPicker {
27
28
  required?: boolean;
28
29
  readonlyLight?: boolean;
29
30
  readonly?: boolean;
31
+ status?: KitInputStatus;
30
32
  }
31
33
 
32
- export type IKitRangePicker = Omit<RangePickerProps, 'readOnly'> & IInternalRangerPicker & IKitInputWrapperBase;
34
+ export type IKitRangePicker = Omit<RangePickerProps, 'readOnly' | 'status'> &
35
+ IInternalRangerPicker &
36
+ IKitInputWrapperBase;
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Filter.CEQpPFYE.js";
1
+ import { t as e } from "../../../chunks/Filter.BZGFrvpc.js";
2
2
  export { e as KitFilter };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Input.CtZ4tgRD.js";
1
+ import { t as e } from "../../../chunks/Input.DrLszrjk.js";
2
2
  export { e as KitInput };
@@ -1,8 +1,8 @@
1
1
  import { InputProps } from 'antd';
2
2
  import { PasswordProps, TextAreaProps } from 'antd/es/input';
3
3
  import { KitHTMLAttributes } from '../../../types';
4
- import { IKitInputWrapper, IKitInputWrapperBase } from '../InputWrapper/types';
5
- type AntdInputTypesToOmit = 'styles' | 'bordered' | 'addonBefore' | 'addonAfter' | 'readOnly';
4
+ import { IKitInputWrapper, IKitInputWrapperBase, KitInputStatus } from '../InputWrapper/types';
5
+ type AntdInputTypesToOmit = 'styles' | 'bordered' | 'addonBefore' | 'addonAfter' | 'readOnly' | 'status';
6
6
 
7
7
  export interface IKitInput
8
8
  extends
@@ -17,6 +17,7 @@ export interface IKitInput
17
17
  readonlyLight?: boolean;
18
18
  enableSpellCheck?: boolean;
19
19
  AI?: boolean;
20
+ status?: KitInputStatus;
20
21
  }
21
22
 
22
23
  export interface IKitTextArea
@@ -31,6 +32,7 @@ export interface IKitTextArea
31
32
  readonlyLight?: boolean;
32
33
  enableSpellCheck?: boolean;
33
34
  AI?: boolean;
35
+ status?: KitInputStatus;
34
36
  }
35
37
 
36
38
  export interface IKitPassword
@@ -42,4 +44,5 @@ export interface IKitPassword
42
44
  wrapperClassName?: string;
43
45
  required?: boolean;
44
46
  readonly?: boolean;
47
+ status?: KitInputStatus;
45
48
  }
@@ -1,2 +1,2 @@
1
1
  import { KitInputNumberProps } from './types';
2
- export declare const KitInputNumber: import('react').ForwardRefExoticComponent<KitInputNumberProps & import('react').RefAttributes<HTMLInputElement>>;
2
+ export declare const KitInputNumber: import('react').ForwardRefExoticComponent<KitInputNumberProps & import('react').RefAttributes<import('@rc-component/input-number').InputNumberRef>>;
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/InputNumber.BEYbLzDt.js";
1
+ import { t as e } from "../../../chunks/InputNumber.CUVPnyxG.js";
2
2
  export { e as KitInputNumber };
@@ -1,7 +1,7 @@
1
1
  import { InputNumberProps } from 'antd';
2
2
  import { KitHTMLAttributes } from '../../../types';
3
- import { IKitInputWrapperBase } from '../InputWrapper/types';
4
- type AntdInputNumberTypesToOmit = 'addonBefore' | 'addonAfter' | 'borderless' | 'suffix' | 'readOnly';
3
+ import { IKitInputWrapperBase, KitInputStatus } from '../InputWrapper/types';
4
+ type AntdInputNumberTypesToOmit = 'addonBefore' | 'addonAfter' | 'borderless' | 'suffix' | 'readOnly' | 'status';
5
5
 
6
6
  export interface KitInputNumberProps
7
7
  extends
@@ -11,4 +11,5 @@ export interface KitInputNumberProps
11
11
  wrapperClassName?: string;
12
12
  required?: boolean;
13
13
  readonly?: boolean;
14
+ status?: KitInputStatus;
14
15
  }
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/InputWrapper.DuqdZ-tp.js";
1
+ import { t as e } from "../../../chunks/InputWrapper.By9kN0xU.js";
2
2
  export { e as KitInputWrapper };
@@ -1,5 +1,12 @@
1
1
  import { KitHTMLAttributes } from '../../../types';
2
2
  import { ReactNode } from 'react';
3
+ /**
4
+ * Only `error` and `warning` have a dedicated rendering in KitInputWrapper.
5
+ * antd v6 widens its `InputStatus` to also include `success`/`validating`, but we
6
+ * intentionally don't expose those since the wrapper has no rendering for them.
7
+ */
8
+ export type KitInputStatus = '' | 'warning' | 'error';
9
+
3
10
  export interface IKitInputWrapperBase {
4
11
  label?: string;
5
12
  helper?: string;
@@ -14,7 +21,7 @@ export interface IKitInputWrapperBase {
14
21
  export interface IKitInputWrapper extends IKitInputWrapperBase, KitHTMLAttributes<HTMLDivElement> {
15
22
  childrenOnly?: boolean;
16
23
  disabled?: boolean;
17
- status?: '' | 'warning' | 'error';
24
+ status?: KitInputStatus;
18
25
  className?: string;
19
26
  bordered?: boolean;
20
27
  hoverable?: boolean;
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Radio.DWGDlt8U.js";
1
+ import { t as e } from "../../../chunks/Radio.CEJd1j6E.js";
2
2
  export { e as KitRadio };
@@ -1,3 +1,3 @@
1
1
  import { IKitRate } from './types';
2
- import { RateRef } from 'rc-rate/es/Rate';
2
+ import { RateRef } from '@rc-component/rate/es/Rate';
3
3
  export declare const KitRate: import('react').ForwardRefExoticComponent<IKitRate & import('react').RefAttributes<RateRef>>;
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/Rate.Dmfwlgev.js";
1
+ import { t as e } from "../../../chunks/Rate.66ssppnZ.js";
2
2
  export { e as KitRate };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../../../chunks/FontSizeSelect.XLWRKIOf.js";
1
+ import { t as e } from "../../../../../chunks/FontSizeSelect.Rc82wPGZ.js";
2
2
  export { e as KitFontSizeSelect };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../../../chunks/LinkButton.BBk_vytt.js";
1
+ import { t as e } from "../../../../../chunks/LinkButton.BVCE_uhb.js";
2
2
  export { e as KitLinkButton };
@@ -1,20 +1,20 @@
1
1
  import { t as e } from "../../../../../chunks/Divider.BmAL40z9.js";
2
2
  import { KitFontStylesButtons as t } from "../FontStylesButtons/index.js";
3
3
  import { KitTextAlignButtons as n } from "../TextAlignButtons/index.js";
4
- import { t as r } from "../../../../../chunks/LinkButton.BBk_vytt.js";
4
+ import { t as r } from "../../../../../chunks/LinkButton.BVCE_uhb.js";
5
5
  import { KitListButtons as i } from "../ListButtons/index.js";
6
6
  import { KitIndentListButtons as a } from "../IndentListButtons/index.js";
7
7
  import { Fragment as o, jsx as s, jsxs as c } from "react/jsx-runtime";
8
8
  //#region src/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.tsx
9
9
  var l = ({ editor: l }) => c(o, { children: [
10
10
  s(t, { editor: l }),
11
- s(e, { type: "vertical" }),
11
+ s(e, { orientation: "vertical" }),
12
12
  s(n, { editor: l }),
13
- s(e, { type: "vertical" }),
13
+ s(e, { orientation: "vertical" }),
14
14
  s(r, { editor: l }),
15
- s(e, { type: "vertical" }),
15
+ s(e, { orientation: "vertical" }),
16
16
  s(i, { editor: l }),
17
- s(e, { type: "vertical" }),
17
+ s(e, { orientation: "vertical" }),
18
18
  s(a, { editor: l })
19
19
  ] });
20
20
  //#endregion
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../../chunks/MenuBar.pdIb57up.js";
1
+ import { t as e } from "../../../../chunks/MenuBar.CMHSAtol.js";
2
2
  export { e as KitMenuBar };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/RichText.BR_A94YI.js";
1
+ import { t as e } from "../../../chunks/RichText.mJKHbN6t.js";
2
2
  export { e as KitRichText };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/SearchInput.CZnUAGz5.js";
1
+ import { t as e } from "../../../chunks/SearchInput.CNgLpnTf.js";
2
2
  export { e as KitSearchInput };