aristid-ds 16.2.0 → 17.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. package/CHANGELOG.md +50 -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.85bpGcH7.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.DineX-8_.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.BqMbNcsH.js} +2 -2
  120. package/dist/chunks/{FontSizeSelect.XLWRKIOf.js → FontSizeSelect.Rc82wPGZ.js} +1 -1
  121. package/dist/chunks/{Header.BJgzh9IF.js → Header.DwTjCAR4.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.CdfDmmnw.js +188 -0
  127. package/dist/chunks/{ItemList.D3ZOFW5C.js → ItemList.DAwKyhy1.js} +3 -3
  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.DxAVdp5a.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.v3Ly7XpX.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.CodO0Y9t.js} +3 -3
  148. package/dist/chunks/{Tabs.YH0DNmKq.js → Tabs.CUVbsW1C.js} +4 -3
  149. package/dist/chunks/Tag.ucduTbaH.js +157 -0
  150. package/dist/chunks/{Tree.DI2X_dWa.js → Tree.UCxeoAGW.js} +1 -1
  151. package/dist/chunks/TreeSelect.-QrLhdAJ.js +169 -0
  152. package/dist/chunks/{Typography.LjOcXtjO.js → Typography.DVDv9LwQ.js} +12 -4
  153. package/dist/chunks/{Upload.C_TOub0N.js → Upload.B93h1Ueu.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 +3 -3
  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/Loader.C-wRwi_O.js +0 -16
  195. package/dist/chunks/PageHeader.StAURUeV.js +0 -54
  196. package/dist/chunks/Radio.DWGDlt8U.js +0 -117
  197. package/dist/chunks/Rate.Dmfwlgev.js +0 -27
  198. package/dist/chunks/SideMenu.BFZc2x69.js +0 -135
  199. package/dist/chunks/Tag.B9K2nEub.js +0 -158
  200. package/dist/chunks/TreeSelect.k8HffaA-.js +0 -161
@@ -0,0 +1,48 @@
1
+ import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
+ import { n as t } from "./useKitLocale.45Rjhfd0.js";
3
+ import { t as n } from "./utils.BCUGiErz.js";
4
+ import { t as r } from "./IdCard.CWE38g68.js";
5
+ import { jsx as i, jsxs as a } from "react/jsx-runtime";
6
+ import { Children as o, cloneElement as s, isValidElement as c, useMemo as l } from "react";
7
+ import { Card as u } from "antd";
8
+ import d from "classnames";
9
+ import '../assets/Comment.css';//#region src/Kit/DataDisplay/Comment/styles.module.scss
10
+ var f = {
11
+ "kit-thread": "_kit-thread_19ehf_2",
12
+ "kit-comment": "_kit-comment_19ehf_9"
13
+ }, p = ({ content: o, date: s, name: c, avatar: p, className: m, isCurrentUser: h, inThread: g, ..._ }) => {
14
+ let { appId: v } = e(), { locale: y } = t(), b = l(() => new Intl.DateTimeFormat(n(y).locale, {
15
+ dateStyle: "long",
16
+ timeStyle: "short"
17
+ }), [y]), x = d(v, f["kit-comment"], { "current-user": h }, m);
18
+ return a(g ? "li" : "div", {
19
+ ..._,
20
+ className: x,
21
+ children: [i("div", {
22
+ className: "header",
23
+ children: i(r, {
24
+ avatar: p,
25
+ title: c,
26
+ description: b.format(s)
27
+ })
28
+ }), i(u, {
29
+ className: "content",
30
+ tabIndex: 0,
31
+ children: i("p", { dangerouslySetInnerHTML: { __html: o } })
32
+ })]
33
+ });
34
+ };
35
+ p.displayName = "KitComment";
36
+ //#endregion
37
+ //#region src/Kit/DataDisplay/Comment/Thread.tsx
38
+ var m = (e) => c(e) && e.type?.displayName === "KitComment", h = ({ className: t, ...n }) => {
39
+ let { appId: r } = e(), a = d(r, f["kit-thread"], t), c = l(() => o.map(n.children, (e) => m(e) ? s(e, { inThread: !0 }) : e), [n.children]);
40
+ return i("ul", {
41
+ ...n,
42
+ className: a,
43
+ children: c
44
+ });
45
+ };
46
+ h.displayName = "KitThread";
47
+ //#endregion
48
+ export { p as n, h as t };
@@ -1,6 +1,6 @@
1
1
  import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
- import { t } from "./Typography.LjOcXtjO.js";
3
- import { t as n } from "./InputWrapper.DuqdZ-tp.js";
2
+ import { t } from "./Typography.DVDv9LwQ.js";
3
+ import { t as n } from "./InputWrapper.By9kN0xU.js";
4
4
  import { t as r } from "./useGetPopupContainer.C6KjVnVk.js";
5
5
  import { Fragment as i, jsx as a, jsxs as o } from "react/jsx-runtime";
6
6
  import { forwardRef as s, useCallback as c, useEffect as l, useMemo as u, useRef as d, useState as f } from "react";
@@ -10,8 +10,8 @@ import { FontAwesomeIcon as h } from "@fortawesome/react-fontawesome";
10
10
  import { faArrowRight as g, faCalendar as _, faCheck as v, faChevronLeft as y, faChevronRight as b, faCircleXmark as x, faClock as S } from "@fortawesome/free-solid-svg-icons";
11
11
  import '../assets/DatePicker.css';//#region src/Kit/DataEntry/DatePicker/styles.module.scss
12
12
  var C = {
13
- "kit-datepicker": "_kit-datepicker_1vl3v_1",
14
- "kit-rangepicker": "_kit-rangepicker_1vl3v_209"
13
+ "kit-datepicker": "_kit-datepicker_f2fle_1",
14
+ "kit-rangepicker": "_kit-rangepicker_f2fle_206"
15
15
  }, w = () => o("div", {
16
16
  className: "double-chevron",
17
17
  children: [a(h, {
@@ -48,7 +48,7 @@ var C = {
48
48
  year: "year"
49
49
  }[e], k = (e, t, n) => !e || !t ? -1 : e.findIndex((e) => {
50
50
  let r = typeof e.value == "function" ? e.value() : e.value;
51
- return t.isSame(r, n);
51
+ return Array.isArray(t) || Array.isArray(r) ? !1 : t.isSame(r, n);
52
52
  }), A = (e, t, n) => !e || !t?.[0] || !t?.[1] ? -1 : e.findIndex((e) => {
53
53
  let [r, i] = typeof e.value == "function" ? e.value() : e.value;
54
54
  return !r || !i ? !1 : t[0].isSame(r, n) && t[1].isSame(i, n);
@@ -112,7 +112,7 @@ var C = {
112
112
  icon: x
113
113
  }) },
114
114
  prefix: q,
115
- suffixIcon: M ? void 0 : s,
115
+ suffixIcon: s ?? null,
116
116
  className: K,
117
117
  prevIcon: a(h, {
118
118
  className: "chevron-icon",
@@ -210,7 +210,7 @@ var C = {
210
210
  disabled: P || F || V.disabled,
211
211
  variant: P ? "borderless" : void 0,
212
212
  placeholder: !P && !F ? M : void 0,
213
- suffixIcon: O ? void 0 : v,
213
+ suffixIcon: v ?? null,
214
214
  allowClear: O && { clearIcon: a(h, {
215
215
  "aria-label": "clear",
216
216
  icon: x
@@ -1,6 +1,6 @@
1
1
  import { n as e } from "./useKitLocale.45Rjhfd0.js";
2
2
  import { KitTooltip as t } from "../Kit/DataDisplay/Tooltip/index.js";
3
- import { t as n } from "./Button.W4yUc4_g.js";
3
+ import { t as n } from "./Button.BwZ9TVAy.js";
4
4
  import { KitDropDown as r } from "../Kit/Navigation/DropDown/index.js";
5
5
  import { Fragment as i, jsx as a, jsxs as o } from "react/jsx-runtime";
6
6
  import { FontAwesomeIcon as s } from "@fortawesome/react-fontawesome";
@@ -1,5 +1,5 @@
1
1
  import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
- import { t } from "./Typography.LjOcXtjO.js";
2
+ import { t } from "./Typography.DVDv9LwQ.js";
3
3
  import { KitSpace as n } from "../Kit/Layout/Space/index.js";
4
4
  import { jsx as r, jsxs as i } from "react/jsx-runtime";
5
5
  import { Empty as a } from "antd";
@@ -1,8 +1,8 @@
1
1
  import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
2
  import { n as t } from "./useKitLocale.45Rjhfd0.js";
3
- import { t as n } from "./Typography.LjOcXtjO.js";
3
+ import { t as n } from "./Typography.DVDv9LwQ.js";
4
4
  import { KitSpace as r } from "../Kit/Layout/Space/index.js";
5
- import { t as i } from "./Loader.C-wRwi_O.js";
5
+ import { t as i } from "./Loader.BL2-LOk7.js";
6
6
  import { jsx as a, jsxs as o } from "react/jsx-runtime";
7
7
  import { Suspense as s } from "react";
8
8
  import { Empty as c } from "antd";
@@ -1,7 +1,7 @@
1
1
  import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
- import { t } from "./Typography.LjOcXtjO.js";
2
+ import { t } from "./Typography.DVDv9LwQ.js";
3
3
  import { KitTooltip as n } from "../Kit/DataDisplay/Tooltip/index.js";
4
- import { t as r } from "./Badge.BmH3YSz4.js";
4
+ import { t as r } from "./Badge.85bpGcH7.js";
5
5
  import { KitDropDown as i } from "../Kit/Navigation/DropDown/index.js";
6
6
  import { jsx as a } from "react/jsx-runtime";
7
7
  import { createElement as o, forwardRef as s, useEffect as c, useRef as l, useState as u } from "react";
@@ -1,5 +1,5 @@
1
1
  import { n as e } from "./useKitLocale.45Rjhfd0.js";
2
- import { t } from "./Typography.LjOcXtjO.js";
2
+ import { t } from "./Typography.DVDv9LwQ.js";
3
3
  import { KitDropDown as n } from "../Kit/Navigation/DropDown/index.js";
4
4
  import { Fragment as r, jsx as i, jsxs as a } from "react/jsx-runtime";
5
5
  import { useState as o } from "react";
@@ -1,7 +1,7 @@
1
1
  import { r as e } from "./functions.BxvU3RXB.js";
2
2
  import { n as t } from "./useKitTheme.Bcv-etUA.js";
3
- import { t as n } from "./IdCard.BBfDw0-e.js";
4
- import { t as r } from "./Tag.B9K2nEub.js";
3
+ import { t as n } from "./IdCard.CWE38g68.js";
4
+ import { t as r } from "./Tag.ucduTbaH.js";
5
5
  import { KitDropDown as i } from "../Kit/Navigation/DropDown/index.js";
6
6
  import { jsx as a, jsxs as o } from "react/jsx-runtime";
7
7
  import { useState as s } from "react";
@@ -1,7 +1,7 @@
1
1
  import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
2
  import { n as t, t as n } from "./useEllipsisTooltip.C5oDYb06.js";
3
3
  import { KitTooltip as r } from "../Kit/DataDisplay/Tooltip/index.js";
4
- import { t as i } from "./Avatar.C7Y05jlE.js";
4
+ import { t as i } from "./Avatar.Cod8BuVs.js";
5
5
  import { jsx as a, jsxs as o } from "react/jsx-runtime";
6
6
  import s from "classnames";
7
7
  import '../assets/IdCard.css';//#region src/Kit/DataDisplay/IdCard/styles.module.scss
@@ -50,6 +50,7 @@ var c = { "kit-id-card": "_kit-id-card_3vw8m_1" }, l = [
50
50
  className: o,
51
51
  ref: c,
52
52
  onMouseEnter: u,
53
+ "aria-disabled": i,
53
54
  children: e
54
55
  })
55
56
  });
@@ -64,6 +65,7 @@ var c = { "kit-id-card": "_kit-id-card_3vw8m_1" }, l = [
64
65
  className: o,
65
66
  ref: c,
66
67
  onMouseEnter: d,
68
+ "aria-disabled": i,
67
69
  children: e
68
70
  })
69
71
  });
@@ -1,8 +1,8 @@
1
1
  import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
- import { t } from "./Typography.LjOcXtjO.js";
2
+ import { t } from "./Typography.DVDv9LwQ.js";
3
3
  import { KitSpace as n } from "../Kit/Layout/Space/index.js";
4
4
  import { n as r } from "./useKitSpellCheckConfig.C5xhCJ-X.js";
5
- import { t as i } from "./InputWrapper.DuqdZ-tp.js";
5
+ import { t as i } from "./InputWrapper.By9kN0xU.js";
6
6
  import { KitDropDown as a } from "../Kit/Navigation/DropDown/index.js";
7
7
  import { t as o } from "./Divider.BmAL40z9.js";
8
8
  import { Fragment as s, jsx as c, jsxs as l } from "react/jsx-runtime";
@@ -1,5 +1,5 @@
1
1
  import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
- import { t } from "./InputWrapper.DuqdZ-tp.js";
2
+ import { t } from "./InputWrapper.By9kN0xU.js";
3
3
  import { jsx as n } from "react/jsx-runtime";
4
4
  import { forwardRef as r, useState as i } from "react";
5
5
  import { InputNumber as a } from "antd";
@@ -1,5 +1,5 @@
1
1
  import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
- import { t } from "./Typography.LjOcXtjO.js";
2
+ import { t } from "./Typography.DVDv9LwQ.js";
3
3
  import { Fragment as n, jsx as r, jsxs as i } from "react/jsx-runtime";
4
4
  import { forwardRef as a } from "react";
5
5
  import o from "classnames";
@@ -22,6 +22,7 @@ var d = { "kit-input-wrapper": "_kit-input-wrapper_15w0g_1" }, f = a(({ children
22
22
  ref: O,
23
23
  className: j,
24
24
  ...D,
25
+ "aria-disabled": h,
25
26
  children: [
26
27
  N && i("div", {
27
28
  className: "kit-input-wrapper-label",
@@ -0,0 +1,188 @@
1
+ import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
+ import { n as t } from "./useKitLocale.45Rjhfd0.js";
3
+ import { t as n } from "./Typography.DVDv9LwQ.js";
4
+ import { KitTooltip as r } from "../Kit/DataDisplay/Tooltip/index.js";
5
+ import { t as i } from "./Checkbox.UZ_xOkpB.js";
6
+ import { t as a } from "./Switch.6L3-gRH2.js";
7
+ import { t as o } from "./Breadcrumb.DIt0b2vn.js";
8
+ import { t as s } from "./Tag.ucduTbaH.js";
9
+ import { t as c } from "./Button.BwZ9TVAy.js";
10
+ import { KitDropDown as l } from "../Kit/Navigation/DropDown/index.js";
11
+ import { t as u } from "./Loader.BL2-LOk7.js";
12
+ import { Fragment as d, jsx as f, jsxs as p } from "react/jsx-runtime";
13
+ import { forwardRef as m, useEffect as h, useState as g } from "react";
14
+ import _ from "classnames";
15
+ import { FontAwesomeIcon as v } from "@fortawesome/react-fontawesome";
16
+ import { faEllipsis as y, faImage as b } from "@fortawesome/free-solid-svg-icons";
17
+ import { useDebouncedCallback as x } from "use-debounce";
18
+ import '../assets/ItemCard.css';//#region src/Kit/DataDisplay/ItemCard/styles.module.scss
19
+ var S = { "kit-item-card": "_kit-item-card_4sm8o_1" }, C = () => {
20
+ let [e, t] = g(window.innerWidth), [n, r] = g(window.innerHeight), i = x(() => {
21
+ t(window.innerWidth), r(window.innerHeight);
22
+ }, 100);
23
+ return h(() => (i(), window.addEventListener("resize", i), () => window.removeEventListener("resize", i)), [i]), {
24
+ width: e,
25
+ height: n
26
+ };
27
+ }, w = 1300, T = ({ display: e = "card", disabled: n = !1, actions: i, threshold: a = 3 }) => {
28
+ let { locale: o } = t(), { width: s } = C();
29
+ return !i || i?.length === 0 ? null : f("div", {
30
+ className: "kit-item-card-actions",
31
+ children: e === "list" && s < w ? f(l, {
32
+ disabled: n,
33
+ menu: { items: i },
34
+ children: f(c, {
35
+ title: o.General?.more,
36
+ icon: f(v, { icon: y })
37
+ })
38
+ }) : i?.length <= a ? i.map((e) => f(r, {
39
+ title: e.label,
40
+ children: f(c, {
41
+ "aria-label": e.label,
42
+ icon: e.icon,
43
+ onClick: e.onClick,
44
+ disabled: e.disabled || n
45
+ })
46
+ }, e.key)) : p(d, { children: [Array(a - 1).fill(!0).map((e, t) => f(r, {
47
+ title: i[t].label,
48
+ children: f(c, {
49
+ "aria-label": i[t].label,
50
+ icon: i[t].icon,
51
+ onClick: i[t].onClick,
52
+ disabled: i[t].disabled || n
53
+ })
54
+ }, i[t].key)), f(l, {
55
+ disabled: n,
56
+ menu: { items: i.slice(a - 1) },
57
+ children: f(c, {
58
+ title: o.General?.more,
59
+ "aria-label": o.General?.more,
60
+ icon: f(v, { icon: y }),
61
+ disabled: n
62
+ })
63
+ })] })
64
+ });
65
+ }, E = 900, D = m(({ className: t, style: r, imageSrc: c, icon: l, tagGroup: d, breadcrumbItems: m, title: h, description: g, draggableHandler: y, selected: x, loading: w, onSelect: D, activateLabel: O, activated: k, onActivate: A, extra: j, actions: M, actionsLimit: N, display: P = "card", disabled: F = !1, imageAlt: I = "", imageCover: L = !1 }, R) => {
66
+ let { appId: z } = e(), { width: B } = C(), V = P === "list" && B > E, H = P === "card" || B <= E, U = D !== void 0, W = y !== void 0, G = c !== void 0, K = l !== void 0, q = d !== void 0, J = m !== void 0, Y = h !== void 0 || g !== void 0 || H, X = j !== void 0, Z = A !== void 0, Q = M !== void 0, $ = [
67
+ q,
68
+ J,
69
+ X
70
+ ].filter(Boolean).length, ee = _(S["kit-item-card"], t, z, {
71
+ "kit-item-card-display-list": V,
72
+ "kit-item-card-display-card": H,
73
+ [`kit-item-card-display-list-with-${$}-rows`]: V && $ > 0,
74
+ "kit-item-card-display-card-checkbox-or-draggable-handler": H && (U || W),
75
+ "kit-item-card-disabled": F,
76
+ "kit-item-card-selected": x,
77
+ "kit-item-card-loading": w,
78
+ "kit-item-card-with-actions": Q,
79
+ "kit-item-card-image-cover": L
80
+ });
81
+ F && q && (d.tags = d.tags.map((e) => ({
82
+ ...e,
83
+ disabled: F
84
+ })), d.othersTagDisabled = !0);
85
+ let te = f("div", {
86
+ className: "kit-item-card-checkbox",
87
+ children: f(i, {
88
+ onChange: D,
89
+ checked: x,
90
+ disabled: F,
91
+ "aria-label": h
92
+ })
93
+ }), ne = f("div", {
94
+ className: "kit-item-card-draggable-handler",
95
+ children: y
96
+ }), re = f("div", {
97
+ className: "kit-item-card-loader",
98
+ children: f(u, {})
99
+ });
100
+ return p("div", {
101
+ tabIndex: F ? -1 : 0,
102
+ className: ee,
103
+ style: r,
104
+ ref: R,
105
+ children: [
106
+ U && te,
107
+ W && ne,
108
+ p("div", {
109
+ className: "kit-item-card-image",
110
+ children: [
111
+ G ? f("img", {
112
+ src: c,
113
+ alt: I
114
+ }) : f("div", {
115
+ className: "kit-item-card-image-placeholder",
116
+ children: K ? l : f(v, { icon: b })
117
+ }),
118
+ f("div", { className: "kit-item-card-actions-mask" }),
119
+ Q && H && f(T, {
120
+ actions: M,
121
+ disabled: F,
122
+ display: "card",
123
+ threshold: N
124
+ }),
125
+ w && re
126
+ ]
127
+ }),
128
+ q && f("div", {
129
+ className: "kit-item-card-tags",
130
+ style: { width: P === "card" ? "inherit" : "auto" },
131
+ children: f(s.Group, {
132
+ tags: d.tags,
133
+ othersTagType: d.othersTagType,
134
+ othersTagDisabled: d.othersTagDisabled
135
+ })
136
+ }),
137
+ J && f("div", {
138
+ className: "kit-item-card-breadcrumb",
139
+ children: f(o, { items: m })
140
+ }),
141
+ Y && p("div", {
142
+ className: "kit-item-card-content",
143
+ children: [h && f(n.AdvancedTitle, {
144
+ level: "h3",
145
+ ellipsis: {
146
+ tooltip: !0,
147
+ rows: 2
148
+ },
149
+ disabled: F,
150
+ children: h
151
+ }), g && f(n.AdvancedParagraph, {
152
+ ellipsis: {
153
+ tooltip: !0,
154
+ rows: 2
155
+ },
156
+ disabled: F,
157
+ children: g
158
+ })]
159
+ }),
160
+ X && f("div", {
161
+ className: "kit-item-card-extra",
162
+ children: j
163
+ }),
164
+ Q && V && f(T, {
165
+ actions: M,
166
+ disabled: F,
167
+ display: P,
168
+ threshold: N
169
+ }),
170
+ Z && p("div", {
171
+ className: "kit-item-card-switch",
172
+ children: [f(a, {
173
+ onChange: A,
174
+ checked: k,
175
+ disabled: F,
176
+ "aria-label": O
177
+ }), f(n.Text, {
178
+ disabled: F,
179
+ ellipsis: !0,
180
+ children: O
181
+ })]
182
+ })
183
+ ]
184
+ });
185
+ });
186
+ D.displayName = "KitItemCard";
187
+ //#endregion
188
+ export { D as t };
@@ -1,9 +1,9 @@
1
1
  import { o as e } from "./functions.BxvU3RXB.js";
2
2
  import { n as t } from "./useKitTheme.Bcv-etUA.js";
3
3
  import { n } from "./useKitLocale.45Rjhfd0.js";
4
- import { t as r } from "./IdCard.BBfDw0-e.js";
5
- import { t as i } from "./Checkbox.CD7_4xKA.js";
6
- import { t as a } from "./Button.W4yUc4_g.js";
4
+ import { t as r } from "./IdCard.CWE38g68.js";
5
+ import { t as i } from "./Checkbox.UZ_xOkpB.js";
6
+ import { t as a } from "./Button.BwZ9TVAy.js";
7
7
  import { KitDropDown as o } from "../Kit/Navigation/DropDown/index.js";
8
8
  import { Fragment as s, jsx as c, jsxs as l } from "react/jsx-runtime";
9
9
  import { forwardRef as u, useState as d } from "react";
@@ -1,8 +1,8 @@
1
1
  import { n as e } from "./useKitLocale.45Rjhfd0.js";
2
2
  import { KitSpace as t } from "../Kit/Layout/Space/index.js";
3
- import { t as n } from "./Modal.CvtoS2TF.js";
4
- import { t as r } from "./Button.W4yUc4_g.js";
5
- import { t as i } from "./Input.CtZ4tgRD.js";
3
+ import { t as n } from "./Modal.CsGHowNT.js";
4
+ import { t as r } from "./Button.BwZ9TVAy.js";
5
+ import { t as i } from "./Input.DrLszrjk.js";
6
6
  import { KitButtonTooltip as a } from "../Kit/DataEntry/RichText/MenuBar/ButtonTooltip/index.js";
7
7
  import { Fragment as o, jsx as s, jsxs as c } from "react/jsx-runtime";
8
8
  import { useEffect as l, useState as u } from "react";
@@ -0,0 +1,35 @@
1
+ import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
3
+ import r from "classnames";
4
+ import { FontAwesomeIcon as i } from "@fortawesome/react-fontawesome";
5
+ import { faWandMagicSparkles as a } from "@fortawesome/free-solid-svg-icons";
6
+ import '../assets/Loader.css';var o = {
7
+ loader: "_loader_c7y0n_1",
8
+ "kit-ai-loader": "_kit-ai-loader_c7y0n_57"
9
+ }, s = ({ type: s = "animated", infinite: c = !1, value: l = 0, className: u, style: d, ...f }) => {
10
+ let { appId: p } = e();
11
+ if (s === "ai") return n("span", {
12
+ role: "status",
13
+ className: r(p, o["kit-ai-loader"], u),
14
+ style: d,
15
+ children: [
16
+ t("div", { className: "kit-ai-loader-circle" }),
17
+ t("div", { className: "kit-ai-loader-spinner" }),
18
+ t(i, {
19
+ icon: a,
20
+ className: "kit-ai-loader-icon"
21
+ })
22
+ ]
23
+ });
24
+ let m = r(p, o.loader, s, { infinite: c }, u), h = {
25
+ "--components-Loader-width": l ?? 0,
26
+ ...d
27
+ };
28
+ return t("span", {
29
+ className: m,
30
+ ...f,
31
+ style: h
32
+ });
33
+ };
34
+ //#endregion
35
+ export { s as t };
@@ -3,7 +3,7 @@ import { n as t } from "./useKitLocale.45Rjhfd0.js";
3
3
  import { t as n } from "./Divider.BmAL40z9.js";
4
4
  import { KitButtonTooltip as r } from "../Kit/DataEntry/RichText/MenuBar/ButtonTooltip/index.js";
5
5
  import { KitUndoRedoButtons as i } from "../Kit/DataEntry/RichText/MenuBar/UndoRedoButtons/index.js";
6
- import { t as a } from "./FontSizeSelect.XLWRKIOf.js";
6
+ import { t as a } from "./FontSizeSelect.Rc82wPGZ.js";
7
7
  import { AntPopover as o } from "../Kit/Ant/index.js";
8
8
  import { KitMenuActionList as s } from "../Kit/DataEntry/RichText/MenuBar/MenuActionList/index.js";
9
9
  import { jsx as c, jsxs as l } from "react/jsx-runtime";
@@ -24,7 +24,7 @@ var m = {
24
24
  placement: "bottom",
25
25
  zIndex: 1010,
26
26
  arrow: !1,
27
- overlayClassName: m["kit-rich-text-menu-popover"],
27
+ classNames: { root: m["kit-rich-text-menu-popover"] },
28
28
  content: c("div", {
29
29
  className: "kit-rich-text-menu-popover-options",
30
30
  children: c(s, { editor: e })
@@ -45,9 +45,9 @@ var m = {
45
45
  className: u(r, m["kit-rich-text-menu-bar"], "menu-bar"),
46
46
  children: [
47
47
  c(i, { editor: t }),
48
- c(n, { type: "vertical" }),
48
+ c(n, { orientation: "vertical" }),
49
49
  c(a, { editor: t }),
50
- c(n, { type: "vertical" }),
50
+ c(n, { orientation: "vertical" }),
51
51
  c(s, { editor: t }),
52
52
  c(h, { editor: t })
53
53
  ]
@@ -1,11 +1,11 @@
1
1
  import { f as e } from "./functions.BxvU3RXB.js";
2
2
  import { n as t } from "./useKitTheme.Bcv-etUA.js";
3
- import { t as n } from "./App.B-o65pBo.js";
3
+ import { t as n } from "./App.DMKfu33b.js";
4
4
  import { n as r } from "./useKitLocale.45Rjhfd0.js";
5
- import { t as i } from "./Typography.LjOcXtjO.js";
5
+ import { t as i } from "./Typography.DVDv9LwQ.js";
6
6
  import { KitTooltip as a } from "../Kit/DataDisplay/Tooltip/index.js";
7
7
  import { KitSpace as o } from "../Kit/Layout/Space/index.js";
8
- import { t as s } from "./Button.W4yUc4_g.js";
8
+ import { t as s } from "./Button.BwZ9TVAy.js";
9
9
  import { t as c } from "./Icon.CxPVsgjL.js";
10
10
  import { Fragment as l, jsx as u, jsxs as d } from "react/jsx-runtime";
11
11
  import f from "classnames";
@@ -1,9 +1,9 @@
1
1
  import { f as e } from "./functions.BxvU3RXB.js";
2
2
  import { utilitiesCssTokens as t } from "../theme/aristid/general/utilities/index.js";
3
3
  import { n } from "./useKitLocale.45Rjhfd0.js";
4
- import { t as r } from "./Typography.LjOcXtjO.js";
4
+ import { t as r } from "./Typography.DVDv9LwQ.js";
5
5
  import { KitTooltip as i } from "../Kit/DataDisplay/Tooltip/index.js";
6
- import { t as a } from "./Button.W4yUc4_g.js";
6
+ import { t as a } from "./Button.BwZ9TVAy.js";
7
7
  import { t as o } from "./Icon.CxPVsgjL.js";
8
8
  import { kitNotificationCssTokens as s } from "../theme/aristid/components/Feedback/Notification/index.js";
9
9
  import { jsx as c, jsxs as l } from "react/jsx-runtime";
@@ -94,6 +94,7 @@ var b = () => ({
94
94
  children: [s, U && c(i, {
95
95
  title: j ?? R?.General?.close,
96
96
  children: c(a, {
97
+ "aria-label": j ?? R?.General?.close,
97
98
  type: "tertiary",
98
99
  size: "s",
99
100
  icon: c(p, { icon: v }),
@@ -0,0 +1,61 @@
1
+ import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
+ import { n as t } from "./useKitLocale.45Rjhfd0.js";
3
+ import { t as n } from "./Typography.DVDv9LwQ.js";
4
+ import { KitSpace as r } from "../Kit/Layout/Space/index.js";
5
+ import { t as i } from "./Button.BwZ9TVAy.js";
6
+ import { t as a } from "./Input.DrLszrjk.js";
7
+ import { jsx as o, jsxs as s } from "react/jsx-runtime";
8
+ import { cloneElement as c, useMemo as l } from "react";
9
+ import u from "classnames";
10
+ import { FontAwesomeIcon as d } from "@fortawesome/react-fontawesome";
11
+ import { faMagnifyingGlass as f, faPlus as p } from "@fortawesome/free-solid-svg-icons";
12
+ import '../assets/PageHeader.css';//#region src/Kit/Navigation/PageHeader/styles.module.scss
13
+ var m = { "kit-page-header": "_kit-page-header_1nyjq_1" }, h = (e, t, n) => !e && !t ? null : o("div", {
14
+ className: "kit-page-header-actions",
15
+ children: s(r, { children: [e ? e.map((e, t) => {
16
+ switch (e.type.displayName) {
17
+ case "KitButton": return c(e, {
18
+ type: "segmented",
19
+ key: t,
20
+ ...e.props
21
+ });
22
+ default: return null;
23
+ }
24
+ }) : null, t && o(i, {
25
+ type: "primary",
26
+ "aria-label": n,
27
+ className: "kit-page-header-plus-button",
28
+ onClick: t,
29
+ icon: o(d, { icon: p })
30
+ })] })
31
+ }), g = ({ title: r, search: i, breadcrumb: p, actions: g, onPlusClick: _, plusAriaLabel: v, className: y, ...b }) => {
32
+ let { appId: x } = e(), { locale: S } = t(), C = p ? c(p, { className: "kit-page-header-breadcrumb" }) : null, w = l(() => h(g, _, v ?? S.PageHeader?.plus), [
33
+ g,
34
+ _,
35
+ v,
36
+ S.PageHeader?.plus
37
+ ]), T = u(x, m["kit-page-header"], y);
38
+ return s("div", {
39
+ ...b,
40
+ className: T,
41
+ children: [
42
+ r && o(n.Title, {
43
+ level: "h2",
44
+ className: "kit-page-header-title",
45
+ children: r
46
+ }),
47
+ i && o("div", {
48
+ className: "kit-page-header-search",
49
+ children: o(a, {
50
+ ...i,
51
+ prefix: o(d, { icon: f })
52
+ })
53
+ }),
54
+ C,
55
+ w
56
+ ]
57
+ });
58
+ };
59
+ g.displayName = "KitPageHeader";
60
+ //#endregion
61
+ export { g as t };
@@ -1,5 +1,5 @@
1
- import { t as e } from "./Header.BJgzh9IF.js";
2
- import { t } from "./SideMenu.BFZc2x69.js";
1
+ import { t as e } from "./Header.DwTjCAR4.js";
2
+ import { t } from "./SideMenu.CSrmEHB_.js";
3
3
  import { jsx as n, jsxs as r } from "react/jsx-runtime";
4
4
  import i from "classnames";
5
5
  import '../assets/PageLayout.css';var a = {
@@ -3,7 +3,7 @@ import { jsx as t } from "react/jsx-runtime";
3
3
  import { Pagination as n } from "antd";
4
4
  import r from "classnames";
5
5
  import '../assets/Pagination.css';//#region src/Kit/Navigation/Pagination/styles.module.scss
6
- var i = { "kit-pagination": "_kit-pagination_pja2p_1" }, a = ({ className: a, ...o }) => {
6
+ var i = { "kit-pagination": "_kit-pagination_1y3su_1" }, a = ({ className: a, ...o }) => {
7
7
  let { appId: s } = e(), c = (e, t, n) => o.itemRender ? o.itemRender(e, t, n) : n, l = r(s, i["kit-pagination"], a);
8
8
  return t(n, {
9
9
  ...o,
@@ -1,6 +1,6 @@
1
1
  import { n as e } from "./useKitTheme.Bcv-etUA.js";
2
2
  import { n as t } from "./useKitLocale.45Rjhfd0.js";
3
- import { t as n } from "./Typography.LjOcXtjO.js";
3
+ import { t as n } from "./Typography.DVDv9LwQ.js";
4
4
  import { KitTooltip as r } from "../Kit/DataDisplay/Tooltip/index.js";
5
5
  import { jsx as i, jsxs as a } from "react/jsx-runtime";
6
6
  import o from "antd/locale/en_US";
@@ -13,6 +13,7 @@ import '../assets/Progress.css';var d = (e) => Math.min(Math.max(e, 0), 100), f
13
13
  className: S,
14
14
  style: d,
15
15
  role: "progressbar",
16
+ "aria-label": h ?? x.Progress?.label,
16
17
  "aria-valuenow": m,
17
18
  "aria-valuemin": 0,
18
19
  "aria-valuemax": 100,