aristid-ds 3.0.0 → 4.0.0-444d9d7

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 (138) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +19 -0
  3. package/dist/Kit/App/index.js +16 -13
  4. package/dist/Kit/DataDisplay/Avatar/index.js +14 -27
  5. package/dist/Kit/DataDisplay/Avatar/types.d.ts +7 -1
  6. package/dist/Kit/DataDisplay/Card/index.js +2 -2
  7. package/dist/Kit/DataDisplay/Card/types.d.ts +3 -9
  8. package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
  9. package/dist/Kit/DataDisplay/Empty/index.js +18 -18
  10. package/dist/Kit/DataDisplay/Error/index.d.ts +3 -0
  11. package/dist/Kit/DataDisplay/Error/index.js +30 -0
  12. package/dist/Kit/DataDisplay/Error/types.d.ts +10 -0
  13. package/dist/Kit/DataDisplay/IdCard/index.js +16 -15
  14. package/dist/Kit/DataDisplay/IdCard/types.d.ts +3 -2
  15. package/dist/Kit/DataDisplay/Image/index.js +22 -8
  16. package/dist/Kit/DataDisplay/ItemCard/index.js +2 -2
  17. package/dist/Kit/DataDisplay/ItemList/index.d.ts +2 -2
  18. package/dist/Kit/DataDisplay/ItemList/index.js +20 -7
  19. package/dist/Kit/DataDisplay/ItemList/types.d.ts +9 -16
  20. package/dist/Kit/DataDisplay/LegacyCard/index.js +2 -2
  21. package/dist/Kit/DataDisplay/Table/SortIcon.d.ts +4 -0
  22. package/dist/Kit/DataDisplay/Table/index.d.ts +3 -0
  23. package/dist/Kit/DataDisplay/Table/index.js +62 -0
  24. package/dist/Kit/DataDisplay/Table/internalComponents.d.ts +3 -0
  25. package/dist/Kit/DataDisplay/Table/types.d.ts +84 -0
  26. package/dist/Kit/DataDisplay/Tabs/index.js +1 -1
  27. package/dist/Kit/DataDisplay/Tag/index.js +1 -1
  28. package/dist/Kit/DataDisplay/Tree/index.js +1 -1
  29. package/dist/Kit/DataDisplay/index.d.ts +2 -0
  30. package/dist/Kit/DataDisplay/index.js +21 -17
  31. package/dist/Kit/DataDisplay/types.d.ts +8 -0
  32. package/dist/Kit/DataEntry/AutoComplete/index.js +1 -1
  33. package/dist/Kit/DataEntry/Checkbox/index.js +12 -12
  34. package/dist/Kit/DataEntry/ColorPicker/index.js +1 -1
  35. package/dist/Kit/DataEntry/DatePicker/index.js +15 -15
  36. package/dist/Kit/DataEntry/Input/index.d.ts +3 -2
  37. package/dist/Kit/DataEntry/Input/index.js +1 -1
  38. package/dist/Kit/DataEntry/InputNumber/index.js +1 -1
  39. package/dist/Kit/DataEntry/Radio/index.js +1 -1
  40. package/dist/Kit/DataEntry/Rate/index.js +1 -1
  41. package/dist/Kit/DataEntry/Select/guard.d.ts +3 -0
  42. package/dist/Kit/DataEntry/Select/index.d.ts +2 -2
  43. package/dist/Kit/DataEntry/Select/index.js +3 -8
  44. package/dist/Kit/DataEntry/Select/renders.d.ts +15 -0
  45. package/dist/Kit/DataEntry/Select/types.d.ts +27 -8
  46. package/dist/Kit/DataEntry/Select/useIcons.d.ts +12 -0
  47. package/dist/Kit/DataEntry/Slider/index.js +1 -1
  48. package/dist/Kit/DataEntry/Switch/index.js +1 -1
  49. package/dist/Kit/DataEntry/Upload/index.js +1 -1
  50. package/dist/Kit/DataEntry/index.js +1 -1
  51. package/dist/Kit/Feedback/Alert/index.js +1 -1
  52. package/dist/Kit/Feedback/Modal/index.js +60 -65
  53. package/dist/Kit/Feedback/Notification/index.js +1 -1
  54. package/dist/Kit/Feedback/Progress/index.js +1 -1
  55. package/dist/Kit/Feedback/SnackBar/index.js +1 -1
  56. package/dist/Kit/Feedback/index.js +1 -1
  57. package/dist/Kit/General/Button/index.js +1 -1
  58. package/dist/Kit/General/Icon/index.js +1 -1
  59. package/dist/Kit/General/Typography/index.js +1 -1
  60. package/dist/Kit/Layout/Divider/index.js +1 -1
  61. package/dist/Kit/Layout/Section/index.js +1 -1
  62. package/dist/Kit/Navigation/Breadcrumb/index.js +1 -1
  63. package/dist/Kit/Navigation/Header/index.js +1 -1
  64. package/dist/Kit/Navigation/Header/types.d.ts +1 -0
  65. package/dist/Kit/Navigation/Menu/index.js +1 -1
  66. package/dist/Kit/Navigation/PageHeader/index.js +2 -2
  67. package/dist/Kit/Navigation/Pagination/index.js +1 -1
  68. package/dist/Kit/Navigation/Steps/index.js +1 -1
  69. package/dist/Kit/Navigation/index.js +1 -1
  70. package/dist/Kit/index.d.ts +3 -3
  71. package/dist/Kit/index.js +155 -151
  72. package/dist/assets/Avatar.css +1 -0
  73. package/dist/assets/error/error-404.d.ts +1 -0
  74. package/dist/assets/index10.css +1 -1
  75. package/dist/assets/index11.css +1 -1
  76. package/dist/assets/index12.css +1 -1
  77. package/dist/assets/index13.css +1 -1
  78. package/dist/assets/index14.css +1 -1
  79. package/dist/assets/index15.css +1 -1
  80. package/dist/assets/index16.css +1 -1
  81. package/dist/assets/index17.css +1 -1
  82. package/dist/assets/index18.css +1 -1
  83. package/dist/assets/index19.css +1 -1
  84. package/dist/assets/index2.css +1 -1
  85. package/dist/assets/index20.css +1 -1
  86. package/dist/assets/index21.css +1 -1
  87. package/dist/assets/index22.css +1 -1
  88. package/dist/assets/index23.css +1 -1
  89. package/dist/assets/index24.css +1 -1
  90. package/dist/assets/index25.css +1 -1
  91. package/dist/assets/index26.css +1 -1
  92. package/dist/assets/index27.css +1 -1
  93. package/dist/assets/index28.css +1 -1
  94. package/dist/assets/index29.css +1 -1
  95. package/dist/assets/index3.css +1 -1
  96. package/dist/assets/index30.css +1 -1
  97. package/dist/assets/index31.css +1 -1
  98. package/dist/assets/index32.css +1 -0
  99. package/dist/assets/index4.css +1 -1
  100. package/dist/assets/index5.css +1 -1
  101. package/dist/assets/index6.css +1 -1
  102. package/dist/assets/index7.css +1 -1
  103. package/dist/assets/index8.css +1 -1
  104. package/dist/assets/index9.css +1 -1
  105. package/dist/assets/styles.css +1 -1
  106. package/dist/assets/styles2.css +1 -1
  107. package/dist/chunks/Avatar.T61rZsdN.js +30 -0
  108. package/dist/chunks/{KitNotification.ZqndZ_Jo.js → KitNotification.-Rnvel2X.js} +1 -1
  109. package/dist/chunks/index.fpOPRlkO.js +531 -0
  110. package/dist/chunks/{styles.module.cDfGpFWX.js → styles.module.tkXR5gsa.js} +1 -1
  111. package/dist/chunks/{styles.module.h70MuyQF.js → styles.module.x1Oajwjm.js} +1 -1
  112. package/dist/chunks/useKitLocale.96CdK3og.js +11 -0
  113. package/dist/index.d.ts +1 -0
  114. package/dist/index.es.js +164 -158
  115. package/dist/index.umd.js +6 -6
  116. package/dist/theme/utils/tokens-mapper/DataDisplay/Table/index.d.ts +5 -0
  117. package/dist/theme/utils/tokens-mapper/DataDisplay/Table/index.js +10 -0
  118. package/dist/theme/utils/tokens-mapper/DataDisplay/index.d.ts +1 -0
  119. package/dist/theme/utils/tokens-mapper/DataDisplay/index.js +6 -4
  120. package/dist/theme/utils/tokens-mapper/DataEntry/Form/index.d.ts +3 -0
  121. package/dist/theme/utils/tokens-mapper/DataEntry/Form/index.js +7 -0
  122. package/dist/theme/utils/tokens-mapper/DataEntry/Select/index.d.ts +1 -0
  123. package/dist/theme/utils/tokens-mapper/DataEntry/Select/index.js +5 -4
  124. package/dist/theme/utils/tokens-mapper/index.js +36 -32
  125. package/dist/translation/en-US/components/DataDisplay/Error/index.d.ts +2 -0
  126. package/dist/translation/en-US/components/DataDisplay/Error/index.js +6 -0
  127. package/dist/translation/en-US/index.js +6 -4
  128. package/dist/translation/fr-FR/components/DataDisplay/Error/index.d.ts +2 -0
  129. package/dist/translation/fr-FR/components/DataDisplay/Error/index.js +6 -0
  130. package/dist/translation/fr-FR/index.js +12 -10
  131. package/dist/translation/types/components/DataDisplay/Error/index.d.ts +3 -0
  132. package/dist/translation/types/index.d.ts +2 -0
  133. package/dist/utils/functions/index.js +27 -27
  134. package/package.json +4 -3
  135. package/dist/chunks/index.5Ttd0fY8.js +0 -496
  136. package/dist/chunks/index.91q8JHRn.js +0 -31
  137. package/dist/theme/utils/index.d.ts +0 -1
  138. package/dist/theme/utils/index.js +0 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Changelog
2
2
 
3
+ ## [X.X.X](https://www.npmjs.com/package/aristid-ds/v/x.x.x) (2024-xx-xx)
4
+ ### ✨ Features
5
+ * **ItemList:**
6
+ * Add `disabled`property (@Delmotte-Vincent)
7
+ * Add highlight style on component `focus` (@Delmotte-Vincent)
8
+ * **⚠️ Breaking change - IdCard:**
9
+ * Change `avatar` property to `avatarProps`. `avatarProps` are `KitAvatar`'s props. (@Delmotte-Vincent)
10
+ * Add `disabled`property (@Delmotte-Vincent)
11
+ * **Avatar:**
12
+ * Add `disabled` property (@Delmotte-Vincent)
13
+ * **Avatar.Group:**
14
+ * Add `disabled` property (@Delmotte-Vincent)
15
+ * **Header.Profile:**
16
+ * Add `alt` property (@philippechevieux)
17
+ * **Error:**
18
+ * Add a new component `KitError` to manage error page (@P0ppoff)
19
+ * **Table:**
20
+ * Add a new component `Table` to display a collection of structured data (@philippechevieux)
21
+
22
+ ### 🐛 Bug Fixes
23
+ * **Avatar:**
24
+ * Fix incorrect digram when label contains accented characters (@evoiron)
25
+ * **Empty:**
26
+ * Removing console errors on svg attributes (kebab-case instead of camelCase) (@fatb38)
27
+
28
+ ### 📚 Documentation
29
+ * Add an example for searching with a Select (@philippechevieux)
30
+
31
+ ## [4.0.0](https://www.npmjs.com/package/aristid-ds/v/4.0.0) (2024-03-28)
32
+ ### ✨ Features
33
+ * **Select:**
34
+ * Add `idCard` property to option to display a `KitIdCard` instead of the label (@philippechevieux)
35
+ * **Avatar:**
36
+ * Add a new property `imageFit` to change how image will fit (@philippechevieux)
37
+
38
+ ### 🐛 Bug Fixes
39
+ * **IdCard:**
40
+ * Add default ellipsis to `title` and `description` (@philippechevieux)
41
+ * Add missing exports for `useKitLocale`, `KitEmpty`, `KitIdCard`, `KitInputWrapper` and `KitSection` (@philippechevieux)
42
+ * **DatePicker / RangePicker:**
43
+ * Fix calendar icon disapearing on hover when a default value is set (@evoiron)
44
+ * **⚠️ Breaking change - ItemList:**
45
+ * Refactor ItemList (@P0ppoff / @Delmotte-Vincent / @renaudamsellem / @philippechevieux)
46
+ * **Modal:**
47
+ * Remove use of getComputedStyle which can be time consuming in tests (@evoiron)
48
+
3
49
  ## [3.0.0](https://www.npmjs.com/package/aristid-ds/v/3.0.0) (2024-03-15)
4
50
  ### ✨ Features
5
51
  * **Empty:**
package/README.md CHANGED
@@ -460,6 +460,25 @@ A nightly version of the package is published on daily basis on branch develop (
460
460
  ```
461
461
  **Note:** Though it is useful to test upcoming feature, this version should **NEVER** be used in production
462
462
 
463
+ ## Tests
464
+ 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:
465
+
466
+ if using yarn:
467
+ ```sh
468
+ "resolutions": {
469
+ "jsdom": "21.1.0"
470
+ }
471
+ ```
472
+
473
+ if using npm and jest:
474
+ ```sh
475
+ "overrides": {
476
+ "jest-environment-jsdom": {
477
+ "jsdom": "21.1.0"
478
+ }
479
+ }
480
+ ```
481
+
463
482
  ## Important
464
483
  Every import of antd library should pass by `antd` or `ant/es`. `lib` import will lead to issues in the build process.
465
484
 
@@ -1,5 +1,5 @@
1
- import "../../assets/index20.css";
2
- import { jsx as n, jsxs as d, Fragment as K } from "react/jsx-runtime";
1
+ import "../../assets/index21.css";
2
+ import { jsx as n, jsxs as d, Fragment as g } from "react/jsx-runtime";
3
3
  import { useState as f, useLayoutEffect as h, useRef as L, useEffect as S } from "react";
4
4
  import { ConfigProvider as P } from "antd";
5
5
  import { K as C } from "../../chunks/SnackBarProvider.xMKXdZ88.js";
@@ -10,17 +10,20 @@ import { Style as E } from "react-style-tag";
10
10
  import { K as T } from "../../chunks/useKitTheme.KSAU-Pdv.js";
11
11
  import { KitAristidThemeGeneral as m } from "../../theme/aristid/general/index.js";
12
12
  import { antdThemeConfig as k } from "../../theme/utils/tokens-mapper/index.js";
13
- import { frFR as c } from "../../translation/fr-FR/index.js";
13
+ import { frFR as p } from "../../translation/fr-FR/index.js";
14
14
  import { enUS as x } from "../../translation/en-US/index.js";
15
- import { a as A, u as F } from "../../chunks/index.91q8JHRn.js";
15
+ import { K as A, u as F } from "../../chunks/useKitLocale.96CdK3og.js";
16
16
  import { mapKitLocaleToAntdLocale as I } from "../../translation/utils/index.js";
17
17
  import { d as $ } from "../../chunks/notification-provider.9tbQyfg7.js";
18
18
  import "../DataDisplay/Avatar/index.js";
19
19
  import "../DataDisplay/Badge/index.js";
20
- import "../../chunks/index.5Ttd0fY8.js";
21
- import { KitEmpty as p } from "../DataDisplay/Empty/index.js";
20
+ import "../../chunks/index.fpOPRlkO.js";
21
+ import { KitEmpty as c } from "../DataDisplay/Empty/index.js";
22
+ import "../DataDisplay/Error/index.js";
22
23
  import "../DataDisplay/IdCard/index.js";
24
+ import "../DataDisplay/Image/index.js";
23
25
  import "../DataDisplay/LegacyCard/index.js";
26
+ import "../DataDisplay/Table/index.js";
24
27
  import "../DataDisplay/Tabs/index.js";
25
28
  import "../DataDisplay/Tree/index.js";
26
29
  import "../DataDisplay/Tooltip/index.js";
@@ -30,11 +33,11 @@ const j = b`
30
33
  ${(o) => u(o.customTheme)};
31
34
  }
32
35
  `, R = "aristid-ds-global", _ = ({ children: o, customTheme: r, id: i }) => {
33
- const [t, e] = f(null), { theme: v, appId: l, spacing: g } = G(i, r);
36
+ const [t, e] = f(null), { theme: v, appId: l, spacing: K } = G(i, r);
34
37
  return h(() => {
35
38
  const s = u(m, "--general");
36
39
  e(s);
37
- }, []), n(T.Provider, { value: { theme: v, appId: l, spacing: g }, children: t !== null && d(K, { children: [n(E, { id: R, hasSourceMap: !1, children: `
40
+ }, []), n(T.Provider, { value: { theme: v, appId: l, spacing: K }, children: t !== null && d(g, { children: [n(E, { id: R, hasSourceMap: !1, children: `
38
41
  :root{
39
42
  ${Object.keys(t).map((s) => `${s}: ${t[s]}`).join(";")}
40
43
  }
@@ -47,25 +50,25 @@ const j = b`
47
50
  const r = U();
48
51
  return n(A.Provider, { value: r, children: o });
49
52
  }, U = () => {
50
- const [o, r] = f(c);
53
+ const [o, r] = f(p);
51
54
  return { locale: o, setKitLocale: (t) => {
52
55
  if (t.locale === "frFR") {
53
- const e = a(c, t);
56
+ const e = a(p, t);
54
57
  r(e);
55
58
  } else {
56
59
  const e = a(x, t);
57
60
  r(e);
58
61
  }
59
62
  } };
60
- }, fr = ({ children: o, locale: r, customTheme: i, id: t }) => n(_, { customTheme: i, id: t, children: n(N, { children: n(V, { locale: r, children: o }) }) }), V = ({ children: o, locale: r }) => {
63
+ }, Kr = ({ children: o, locale: r, customTheme: i, id: t }) => n(_, { customTheme: i, id: t, children: n(N, { children: n(V, { locale: r, children: o }) }) }), V = ({ children: o, locale: r }) => {
61
64
  const { locale: i, setKitLocale: t } = F();
62
65
  return S(() => {
63
66
  r !== void 0 && t(r);
64
67
  }, [r, t]), n(P, { theme: k, locale: I(r), renderEmpty: () => {
65
68
  var e;
66
- return n(p, { className: "default-render", image: p.ASSET_LIST, description: (e = i.Empty) === null || e === void 0 ? void 0 : e.noData });
69
+ return n(c, { className: "default-render", image: c.ASSET_LIST, description: (e = i.Empty) === null || e === void 0 ? void 0 : e.noData });
67
70
  }, children: d($, { children: [n(C, {}), o] }) });
68
71
  };
69
72
  export {
70
- fr as KitApp
73
+ Kr as KitApp
71
74
  };
@@ -1,32 +1,19 @@
1
- import "../../../assets/index21.css";
2
- import { jsx as m } from "react/jsx-runtime";
3
- import { useMemo as y } from "react";
4
- import { Avatar as p } from "antd";
1
+ import { s as a, K as m } from "../../../chunks/Avatar.T61rZsdN.js";
2
+ import { jsx as c } from "react/jsx-runtime";
3
+ import { Avatar as l } from "antd";
5
4
  import { u as n } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
6
- import { getInitials as C, isValidColor as K, getColor as _, isSecondaryColor as x, getLighterColor as h, getContrastColor as N } from "../../../utils/functions/index.js";
7
- import { kitAvatarCssTokens as e } from "../../../theme/aristid/components/DataDisplay/Avatar/index.js";
8
- import l from "classnames";
9
- const u = {
10
- "kit-avatar": "_kit-avatar_w3aj4_2",
11
- "kit-avatar-group": "_kit-avatar-group_w3aj4_7"
12
- }, j = (t, a) => !t || !K(t) ? null : {
13
- [e.colors.background.default]: _(t, a),
14
- [e.colors.typography.default]: x(t) ? h(t, a) : N(t)
15
- }, c = ({ label: t, initialsMaxChars: a, color: r, className: i, style: o, secondaryColorInvert: s = !1, children: g, ...f }) => {
16
- const { appId: d } = n(), k = y(() => ({ ...o, ...j(r, s) }), [r, s, o]), A = l(d, u["kit-avatar"], i);
17
- return m(p, { style: k, className: A, ...f, children: t !== void 0 ? C(t, a) : g });
18
- };
19
- c.displayName = "KitAvatar";
20
- const G = ({ className: t, maxCount: a, ...r }) => {
21
- const { appId: i } = n(), o = l(i, u["kit-avatar-group"], t, {
22
- "override-last": a
5
+ import v from "classnames";
6
+ const u = ({ className: i, disabled: s, maxCount: r, ...t }) => {
7
+ const { appId: e } = n(), p = v(e, a["kit-avatar-group"], i, {
8
+ "override-last": r,
9
+ [a["kit-avatar-group-disabled"]]: s
23
10
  });
24
- return m(p.Group, { ...r, maxCount: a, className: o, maxStyle: {
25
- cursor: r.maxPopoverTrigger === "click" ? "pointer" : "initial"
11
+ return c(l.Group, { ...t, maxCount: r, className: p, maxStyle: {
12
+ cursor: t.maxPopoverTrigger === "click" ? "pointer" : "initial"
26
13
  } });
27
- }, S = G, v = c;
28
- v.displayName = "KitAvatar";
29
- v.Group = S;
14
+ }, A = u, o = m;
15
+ o.displayName = "KitAvatar";
16
+ o.Group = A;
30
17
  export {
31
- v as KitAvatar
18
+ o as KitAvatar
32
19
  };
@@ -7,16 +7,22 @@ import {KitColorProp} from '../../../utils/functions/types';
7
7
  type AntdAvatarTypesToOmit = '';
8
8
  type AntdAvatarGroupTypesToOmit = 'maxStyle';
9
9
 
10
+ type KitImageFit = 'cover' | 'contain' | 'fill';
11
+
10
12
  export interface IKitAvatar extends Omit<AvatarProps, AntdAvatarTypesToOmit>, KitHTMLAttributes<HTMLSpanElement> {
11
13
  label?: string;
12
14
  initialsMaxChars?: number;
13
15
  color?: KitColorProp;
14
16
  secondaryColorInvert?: boolean;
17
+ imageFit?: KitImageFit;
18
+ disabled?: boolean;
15
19
  }
16
20
 
17
21
  export interface IKitAvatarGroup
18
22
  extends Omit<GroupProps, AntdAvatarGroupTypesToOmit>,
19
- KitHTMLAttributes<HTMLDivElement> {}
23
+ KitHTMLAttributes<HTMLDivElement> {
24
+ disabled?: boolean;
25
+ }
20
26
 
21
27
  export type KitAvatarCompoundedComponent = FunctionComponent<IKitAvatar> & {
22
28
  Group: FunctionComponent<IKitAvatarGroup>;
@@ -8,7 +8,7 @@ import "../../DataEntry/Input/index.js";
8
8
  import "../../DataEntry/InputNumber/index.js";
9
9
  import "../../DataEntry/Radio/index.js";
10
10
  import "../../DataEntry/Rate/index.js";
11
- import { K as y } from "../../../chunks/index.5Ttd0fY8.js";
11
+ import { K as y } from "../../../chunks/index.fpOPRlkO.js";
12
12
  import "../../DataEntry/Switch/index.js";
13
13
  import "../../DataEntry/DatePicker/index.js";
14
14
  import "../../DataEntry/AutoComplete/index.js";
@@ -22,7 +22,7 @@ import "../../Navigation/DropDown/index.js";
22
22
  import "../../Navigation/Steps/index.js";
23
23
  import "antd";
24
24
  import "../../../chunks/useKitTheme.KSAU-Pdv.js";
25
- import "../../../chunks/styles.module.h70MuyQF.js";
25
+ import "../../../chunks/styles.module.x1Oajwjm.js";
26
26
  export {
27
27
  y as KitCard
28
28
  };
@@ -1,11 +1,12 @@
1
- import {CSSProperties, ReactNode} from 'react';
1
+ import {CSSProperties} from 'react';
2
2
  import {IKitTagConfig} from '../../DataDisplay/Tag/types';
3
3
  import {CheckboxChangeEvent} from 'antd/es/checkbox';
4
4
  import {SwitchChangeEventHandler} from 'antd/es/switch';
5
+ import {IKitActionButton} from '../../DataDisplay/types';
5
6
 
6
7
  export interface IKitCard {
7
8
  title: string;
8
- actions?: IKitCardAction[];
9
+ actions?: IKitActionButton[];
9
10
  activated?: boolean;
10
11
  brandingBar?: boolean;
11
12
  className?: string;
@@ -20,13 +21,6 @@ export interface IKitCard {
20
21
  tags?: IKitTagConfig[];
21
22
  }
22
23
 
23
- export interface IKitCardAction {
24
- key: string;
25
- label: string;
26
- icon: ReactNode;
27
- onClick: (e: unknown) => void;
28
- }
29
-
30
24
  export interface IStyledKitCard {
31
25
  $brandingBar: boolean;
32
26
  }
@@ -1,4 +1,4 @@
1
- import { b as e } from "../../../chunks/index.5Ttd0fY8.js";
1
+ import { b as e } from "../../../chunks/index.fpOPRlkO.js";
2
2
  export {
3
3
  e as KitCollapse
4
4
  };
@@ -1,27 +1,27 @@
1
- import "../../../assets/index30.css";
1
+ import "../../../assets/index31.css";
2
2
  import { jsxs as e, jsx as a } from "react/jsx-runtime";
3
3
  import { Empty as m } from "antd";
4
4
  import { u } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
5
- import g from "classnames";
6
5
  import { KitTypography as o } from "../../General/Typography/index.js";
7
- import { KitSpace as w } from "../../Layout/Space/index.js";
8
- const x = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "41 42 124 106", children: [a("path", { className: "fill-100", d: "M150.941 132.426V66.624a4 4 0 0 0-4-4H99.969a4 4 0 0 1-4-4V57.1a4 4 0 0 0-4-4H44.997a4 4 0 0 0-4 4v75.325a4 4 0 0 0 4 4h101.944a4 4 0 0 0 4-4Z" }), e("g", { filter: "url(#filter-folder)", children: [a("path", { className: "fill-white", d: "M71.978 144V91.68a4 4 0 0 1 4-4h35.507a3.892 3.892 0 0 0 3.892-3.891 3.891 3.891 0 0 1 3.891-3.892h35.507a4 4 0 0 1 4 4V144a4 4 0 0 1-4 4H75.978a4 4 0 0 1-4-4Z" }), a("path", { className: "stroke-400", d: "M72.478 91.68V144a3.5 3.5 0 0 0 3.5 3.5h78.797a3.5 3.5 0 0 0 3.5-3.5V83.897a3.5 3.5 0 0 0-3.5-3.5h-35.507a3.391 3.391 0 0 0-3.391 3.392 4.392 4.392 0 0 1-4.392 4.392H75.978a3.5 3.5 0 0 0-3.5 3.5Z" })] }), a("path", { className: "fill-200", d: "M55 108a4 4 0 0 1 4-4h34a4 4 0 0 1 0 8H59a4 4 0 0 1-4-4ZM55 121a4 4 0 0 1 4-4h66a4 4 0 0 1 0 8H59a4 4 0 0 1-4-4Z" }), a("path", { className: "fill-400", d: "M165 82a8 8 0 1 0-16 0 8 8 0 0 0 16 0ZM71.996 54.571a2.67 2.67 0 0 0-3.777 0l-11.33 11.33a2.67 2.67 0 0 0 3.776 3.778l11.33-11.331a2.67 2.67 0 0 0 0-3.777Z" }), a("path", { className: "fill-white stroke-400", "stroke-width": "2", d: "M74.113 43c-5.347 0-9.683 4.335-9.683 9.683 0 5.347 4.335 9.683 9.683 9.683s9.683-4.336 9.683-9.683c0-5.348-4.335-9.683-9.683-9.683Z" }), a("defs", { children: e("filter", { id: "filter-folder", width: "102.798", height: "84.103", x: "63.978", y: "74.897", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_64030" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5857_64030", result: "shape" })] }) })] }), M = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "17 46 161 108", children: [a("path", { className: "fill-100", d: "M17 110a8 8 0 0 1 8-8h72a8 8 0 0 1 8 8v30a8 8 0 0 1-8 8H25a8 8 0 0 1-8-8v-30Z" }), a("path", { className: "fill-200", d: "M33 118a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6H36a3 3 0 0 1-3-3ZM89 118a8 8 0 1 0-16 0 8 8 0 0 0 16 0Z" }), a("path", { className: "fill-white", d: "M33 137a3 3 0 0 1 3-3h50a3 3 0 1 1 0 6H36a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-100", d: "M114 61a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v44a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V61Z" }), a("path", { className: "fill-200", d: "M154 69a8 8 0 1 0-16 0 8 8 0 0 0 16 0ZM130 88a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6h-26a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-white", d: "M130 102a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6h-26a3 3 0 0 1-3-3Z" }), a("path", { className: "stroke-400", "stroke-linecap": "round", "stroke-width": "2", d: "M47 140.529V149a4 4 0 0 0 4 4h8.47M140.529 153H149a4 4 0 0 0 4-4v-8.471M59.47 47H51a4 4 0 0 0-4 4v8.47M153 59.47V51a4 4 0 0 0-4-4h-8.471" }), e("g", { filter: "url(#filter-list)", children: [a("path", { className: "fill-white", d: "M47 90a8 8 0 0 1 8-8h90a8 8 0 0 1 8 8v20a8 8 0 0 1-8 8H55a8 8 0 0 1-8-8V90Z" }), a("path", { className: "stroke-400", d: "M47.5 90a7.5 7.5 0 0 1 7.5-7.5h90a7.5 7.5 0 0 1 7.5 7.5v20a7.5 7.5 0 0 1-7.5 7.5H55a7.5 7.5 0 0 1-7.5-7.5V90Z" }), a("path", { className: "fill-400", d: "M79 98a8 8 0 1 0-16 0 8 8 0 0 0 16 0Z" }), a("path", { className: "fill-200", d: "M87 93a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6H90a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-100", d: "M87 107a3 3 0 0 1 3-3h44a3 3 0 1 1 0 6H90a3 3 0 0 1-3-3Z" })] }), a("defs", { children: e("filter", { id: "filter-list", width: "122", height: "52", x: "39", y: "77", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_63975" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5857_63975", result: "shape" })] }) })] }), N = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "16.4 44.4 167.2 105.6", children: [a("rect", { width: "30.8", height: "14.3", x: "16.4", y: "56.5", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "49.4", y: "56.5", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "82.4", y: "56.5", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "86.8", y: "135.7", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "119.8", y: "135.7", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "152.8", y: "135.7", className: "fill-100", rx: "4.4" }), e("g", { filter: "url(#filter-modal)", children: [a("path", { className: "fill-white", d: "M42.8 74.1a8.8 8.8 0 0 1 8.8-8.8h96.8a8.8 8.8 0 0 1 8.8 8.8v58.3a8.8 8.8 0 0 1-8.8 8.8H51.6a8.8 8.8 0 0 1-8.8-8.8V74.1Z", "shape-rendering": "crispEdges" }), a("path", { className: "stroke-400", "stroke-width": "1.1", d: "M43.35 74.1a8.25 8.25 0 0 1 8.25-8.25h96.8a8.25 8.25 0 0 1 8.25 8.25v58.3a8.25 8.25 0 0 1-8.25 8.25H51.6a8.25 8.25 0 0 1-8.25-8.25V74.1Z", "shape-rendering": "crispEdges" }), a("path", { className: "fill-200", d: "M51.6 77.4a3.3 3.3 0 0 1 3.3-3.3h61.6a3.3 3.3 0 1 1 0 6.6H54.9a3.3 3.3 0 0 1-3.3-3.3Z" }), a("path", { className: "fill-100", d: "M51.6 86.2a3.3 3.3 0 0 1 3.3-3.3h28.6a3.3 3.3 0 0 1 0 6.6H54.9a3.3 3.3 0 0 1-3.3-3.3Z" }), a("rect", { width: "29.7", height: "13.2", x: "52.15", y: "92.25", className: "fill-white stroke-400", "stroke-width": "1.1", rx: "3.85" }), a("rect", { width: "29.7", height: "13.2", x: "85.15", y: "92.25", className: "fill-white stroke-400", "stroke-width": "1.1", rx: "3.85" }), e("g", { filter: "url(#filter-modal-bis)", children: [a("rect", { width: "30.8", height: "14.3", x: "117.6", y: "91.7", className: "fill-white", rx: "4.4" }), a("rect", { width: "29.7", height: "13.2", x: "118.15", y: "92.25", className: "stroke-400", "stroke-width": "1.1", rx: "3.85" })] }), a("path", { className: "stroke-400 fill-400", d: "M145.891 111.225c.275.241.343.584.24.928a.867.867 0 0 1-.79.516h-4.366l2.028 4.262c.206.413 0 .894-.412 1.1a.775.775 0 0 1-1.066-.378l-2.028-4.228-2.853 3.369a.834.834 0 0 1-.619.309.984.984 0 0 1-.309-.069c-.31-.103-.516-.412-.516-.756v-12.719c0-.343.172-.618.481-.756a.578.578 0 0 1 .344-.103c.172 0 .378.103.516.206l9.35 8.319Z" })] }), a("path", { className: "fill-white stroke-400", "stroke-width": "2.2", d: "M148.292 47.15c1.27-2.2 4.446-2.2 5.716 0l15.718 27.225c1.27 2.2-.317 4.95-2.858 4.95h-31.436c-2.541 0-4.128-2.75-2.858-4.95l15.718-27.225Z" }), a("path", { className: "fill-400", d: "M149.752 68.216v-.196c.004-.671.063-1.207.177-1.606.119-.399.29-.721.515-.967.225-.246.495-.468.812-.668.236-.153.447-.313.634-.477.187-.166.336-.348.446-.547.111-.204.166-.43.166-.68 0-.264-.063-.497-.189-.696a1.256 1.256 0 0 0-.509-.46 1.503 1.503 0 0 0-.697-.162c-.248 0-.482.056-.703.167a1.346 1.346 0 0 0-.543.484c-.141.21-.217.474-.229.788H147.3c.019-.767.202-1.4.549-1.9a3.144 3.144 0 0 1 1.377-1.122 4.683 4.683 0 0 1 1.892-.374c.759 0 1.43.127 2.013.38.583.25 1.04.612 1.372 1.088.331.476.497 1.05.497 1.721 0 .45-.074.848-.223 1.197a2.922 2.922 0 0 1-.612.921 4.744 4.744 0 0 1-.931.72c-.302.18-.549.368-.744.564a1.92 1.92 0 0 0-.428.68c-.092.257-.139.573-.143.95v.195h-2.167Zm1.132 3.684c-.381 0-.707-.134-.977-.403a1.328 1.328 0 0 1-.395-.978 1.302 1.302 0 0 1 .395-.968c.27-.268.596-.403.977-.403.362 0 .68.135.955.403a1.327 1.327 0 0 1 .217 1.664 1.492 1.492 0 0 1-.497.5 1.294 1.294 0 0 1-.675.185Z" }), e("defs", { children: [e("filter", { id: "filter-modal", width: "130.4", height: "91.9", x: "34.8", y: "60.3", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5874_69211" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5874_69211", result: "shape" })] }), e("filter", { id: "filter-modal-bis", width: "46.8", height: "30.3", x: "109.6", y: "86.7", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0.592157 0 0 0 0 0.72549 0 0 0 0 0.992157 0 0 0 1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5874_69211" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5874_69211", result: "shape" })] })] })] }), y = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "44 21 128 151", children: [a("path", { className: "fill-100", d: "M60 111a8 8 0 0 1 8-8h96a8 8 0 0 1 8 8v53a8 8 0 0 1-8 8H68a8 8 0 0 1-8-8v-53Z" }), e("g", { filter: "url(#filter-page)", children: [a("path", { className: "fill-white", d: "M44 52a8 8 0 0 1 8-8h96a8 8 0 0 1 8 8v96a8 8 0 0 1-8 8H52a8 8 0 0 1-8-8V52Z" }), a("path", { className: "stroke-400", d: "M44.5 52a7.5 7.5 0 0 1 7.5-7.5h96a7.5 7.5 0 0 1 7.5 7.5v96a7.5 7.5 0 0 1-7.5 7.5H52a7.5 7.5 0 0 1-7.5-7.5V52Z" }), a("rect", { width: "44", height: "37", x: "52", y: "52", className: "fill-100", rx: "4" }), a("path", { className: "fill-200", d: "M52 96a3 3 0 0 1 3-3h18a3 3 0 1 1 0 6H55a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-100", d: "M52 104a3 3 0 0 1 3-3h18a3 3 0 1 1 0 6H55a3 3 0 0 1-3-3Z" }), a("rect", { width: "44", height: "37", x: "52", y: "111", className: "fill-200", rx: "4" }), a("path", { className: "fill-100", d: "M104 55a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6h-26a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-200", d: "M104 63a3 3 0 0 1 3-3h38a3 3 0 1 1 0 6h-38a3 3 0 0 1-3-3Z" }), a("rect", { width: "44", height: "74", x: "104", y: "74", className: "fill-200", rx: "4" })] }), a("path", { className: "fill-white stroke-400", "stroke-width": "2", d: "M141.902 23.5c1.155-2 4.041-2 5.196 0l14.29 24.75c1.154 2-.289 4.5-2.599 4.5h-28.578c-2.31 0-3.753-2.5-2.598-4.5l14.289-24.75Z" }), a("path", { className: "fill-400", d: "m145.625 35-.222 8.148h-2.079L143.097 35h2.528Zm-1.261 11.784c-.375 0-.697-.133-.966-.398a1.297 1.297 0 0 1-.398-.966c-.004-.37.129-.689.398-.954s.591-.398.966-.398c.36 0 .676.133.949.398a1.303 1.303 0 0 1 .215 1.642c-.125.205-.289.37-.494.494a1.29 1.29 0 0 1-.67.182Z" }), a("defs", { children: e("filter", { id: "filter-page", width: "128", height: "128", x: "36", y: "39", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_63996" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5857_63996", result: "shape" })] }) })] }), c = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "45.01 39 109.78 129.06", children: [a("path", { className: "fill-100", d: "M89.038 52.737a8 8 0 0 1 10.928-2.928l50.107 28.929a8 8 0 0 1 2.928 10.928l-42.953 74.396a8 8 0 0 1-10.928 2.929l-50.107-28.929a8.001 8.001 0 0 1-2.928-10.929l42.953-74.396Z" }), a("path", { className: "fill-100", d: "M74.605 56.807a8 8 0 0 1 9.798-5.656l55.887 14.974a8 8 0 0 1 5.657 9.798l-22.234 82.979a8 8 0 0 1-9.798 5.657l-55.887-14.975a8 8 0 0 1-5.657-9.798l22.234-82.978Z" }), e("g", { filter: "url(#filter-result)", children: [a("path", { className: "fill-white", d: "M62.643 64.731a8 8 0 0 1 8-8h57.894a8 8 0 0 1 8 8v85.179a8 8 0 0 1-8 8H70.643a8 8 0 0 1-8-8V64.731Z", "shape-rendering": "crispEdges" }), a("path", { className: "stroke-400", d: "M63.143 64.731a7.5 7.5 0 0 1 7.5-7.5h57.894a7.5 7.5 0 0 1 7.5 7.5v85.179a7.5 7.5 0 0 1-7.5 7.5H70.643a7.5 7.5 0 0 1-7.5-7.5V64.731Z", "shape-rendering": "crispEdges" }), a("path", { className: "fill-100", d: "M45.559 73.123a3 3 0 0 1 3-3h26a3 3 0 0 1 0 6h-26a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-200", d: "M45.559 81.123a3 3 0 0 1 3-3h34a3 3 0 0 1 0 6h-34a3 3 0 0 1-3-3Z" })] }), a("rect", { width: "24", height: "8", x: "127", y: "123", className: "fill-400", rx: "4" }), a("rect", { width: "40", height: "12", x: "111", y: "133", className: "fill-200", rx: "4" }), a("path", { className: "fill-white stroke-400", "stroke-width": "2", d: "M133.902 41.5c1.155-2 4.041-2 5.196 0l14.29 24.75c1.154 2-.289 4.5-2.599 4.5h-28.578c-2.31 0-3.753-2.5-2.598-4.5l14.289-24.75Z" }), a("path", { className: "fill-400", d: "M135.229 60.65v-.177c.004-.61.058-1.097.161-1.46.108-.363.264-.656.468-.88a3.62 3.62 0 0 1 .738-.606c.215-.14.407-.285.577-.435.17-.15.305-.315.405-.497.101-.185.151-.39.151-.617 0-.241-.057-.452-.171-.634a1.15 1.15 0 0 0-.463-.418 1.37 1.37 0 0 0-.634-.147c-.225 0-.438.05-.639.152a1.222 1.222 0 0 0-.494.44c-.128.191-.197.43-.208.716H133c.017-.697.184-1.273.499-1.726a2.862 2.862 0 0 1 1.252-1.02 4.255 4.255 0 0 1 1.72-.341c.69 0 1.3.115 1.83.345.53.227.945.557 1.247.99.301.432.452.954.452 1.564 0 .408-.068.771-.203 1.089a2.643 2.643 0 0 1-.556.837c-.239.24-.521.459-.847.654a3.43 3.43 0 0 0-.675.513 1.726 1.726 0 0 0-.39.617 2.67 2.67 0 0 0-.13.864v.178h-1.97Zm1.029 3.35c-.346 0-.642-.122-.888-.366a1.209 1.209 0 0 1-.359-.89 1.185 1.185 0 0 1 .359-.88c.246-.243.542-.365.888-.365.329 0 .619.122.868.366a1.205 1.205 0 0 1 .198 1.512c-.115.189-.265.34-.452.456a1.179 1.179 0 0 1-.614.167Z" }), a("defs", { children: e("filter", { id: "filter-result", width: "106.978", height: "117.178", x: "37.559", y: "51.731", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_64016" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5857_64016", result: "shape" })] }) })] }), v = {
6
+ import { KitSpace as g } from "../../Layout/Space/index.js";
7
+ import x from "classnames";
8
+ const w = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "41 42 124 106", children: [a("path", { className: "fill-100", d: "M150.941 132.426V66.624a4 4 0 0 0-4-4H99.969a4 4 0 0 1-4-4V57.1a4 4 0 0 0-4-4H44.997a4 4 0 0 0-4 4v75.325a4 4 0 0 0 4 4h101.944a4 4 0 0 0 4-4Z" }), e("g", { filter: "url(#filter-folder)", children: [a("path", { className: "fill-white", d: "M71.978 144V91.68a4 4 0 0 1 4-4h35.507a3.892 3.892 0 0 0 3.892-3.891 3.891 3.891 0 0 1 3.891-3.892h35.507a4 4 0 0 1 4 4V144a4 4 0 0 1-4 4H75.978a4 4 0 0 1-4-4Z" }), a("path", { className: "stroke-400", d: "M72.478 91.68V144a3.5 3.5 0 0 0 3.5 3.5h78.797a3.5 3.5 0 0 0 3.5-3.5V83.897a3.5 3.5 0 0 0-3.5-3.5h-35.507a3.391 3.391 0 0 0-3.391 3.392 4.392 4.392 0 0 1-4.392 4.392H75.978a3.5 3.5 0 0 0-3.5 3.5Z" })] }), a("path", { className: "fill-200", d: "M55 108a4 4 0 0 1 4-4h34a4 4 0 0 1 0 8H59a4 4 0 0 1-4-4ZM55 121a4 4 0 0 1 4-4h66a4 4 0 0 1 0 8H59a4 4 0 0 1-4-4Z" }), a("path", { className: "fill-400", d: "M165 82a8 8 0 1 0-16 0 8 8 0 0 0 16 0ZM71.996 54.571a2.67 2.67 0 0 0-3.777 0l-11.33 11.33a2.67 2.67 0 0 0 3.776 3.778l11.33-11.331a2.67 2.67 0 0 0 0-3.777Z" }), a("path", { className: "fill-white stroke-400", strokeWidth: "2", d: "M74.113 43c-5.347 0-9.683 4.335-9.683 9.683 0 5.347 4.335 9.683 9.683 9.683s9.683-4.336 9.683-9.683c0-5.348-4.335-9.683-9.683-9.683Z" }), a("defs", { children: e("filter", { id: "filter-folder", width: "102.798", height: "84.103", x: "63.978", y: "74.897", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_64030" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5857_64030", result: "shape" })] }) })] }), M = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "17 46 161 108", children: [a("path", { className: "fill-100", d: "M17 110a8 8 0 0 1 8-8h72a8 8 0 0 1 8 8v30a8 8 0 0 1-8 8H25a8 8 0 0 1-8-8v-30Z" }), a("path", { className: "fill-200", d: "M33 118a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6H36a3 3 0 0 1-3-3ZM89 118a8 8 0 1 0-16 0 8 8 0 0 0 16 0Z" }), a("path", { className: "fill-white", d: "M33 137a3 3 0 0 1 3-3h50a3 3 0 1 1 0 6H36a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-100", d: "M114 61a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v44a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V61Z" }), a("path", { className: "fill-200", d: "M154 69a8 8 0 1 0-16 0 8 8 0 0 0 16 0ZM130 88a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6h-26a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-white", d: "M130 102a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6h-26a3 3 0 0 1-3-3Z" }), a("path", { className: "stroke-400", strokeLinecap: "round", strokeWidth: "2", d: "M47 140.529V149a4 4 0 0 0 4 4h8.47M140.529 153H149a4 4 0 0 0 4-4v-8.471M59.47 47H51a4 4 0 0 0-4 4v8.47M153 59.47V51a4 4 0 0 0-4-4h-8.471" }), e("g", { filter: "url(#filter-list)", children: [a("path", { className: "fill-white", d: "M47 90a8 8 0 0 1 8-8h90a8 8 0 0 1 8 8v20a8 8 0 0 1-8 8H55a8 8 0 0 1-8-8V90Z" }), a("path", { className: "stroke-400", d: "M47.5 90a7.5 7.5 0 0 1 7.5-7.5h90a7.5 7.5 0 0 1 7.5 7.5v20a7.5 7.5 0 0 1-7.5 7.5H55a7.5 7.5 0 0 1-7.5-7.5V90Z" }), a("path", { className: "fill-400", d: "M79 98a8 8 0 1 0-16 0 8 8 0 0 0 16 0Z" }), a("path", { className: "fill-200", d: "M87 93a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6H90a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-100", d: "M87 107a3 3 0 0 1 3-3h44a3 3 0 1 1 0 6H90a3 3 0 0 1-3-3Z" })] }), a("defs", { children: e("filter", { id: "filter-list", width: "122", height: "52", x: "39", y: "77", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_63975" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5857_63975", result: "shape" })] }) })] }), N = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "16.4 44.4 167.2 105.6", children: [a("rect", { width: "30.8", height: "14.3", x: "16.4", y: "56.5", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "49.4", y: "56.5", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "82.4", y: "56.5", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "86.8", y: "135.7", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "119.8", y: "135.7", className: "fill-100", rx: "4.4" }), a("rect", { width: "30.8", height: "14.3", x: "152.8", y: "135.7", className: "fill-100", rx: "4.4" }), e("g", { filter: "url(#filter-modal)", children: [a("path", { className: "fill-white", d: "M42.8 74.1a8.8 8.8 0 0 1 8.8-8.8h96.8a8.8 8.8 0 0 1 8.8 8.8v58.3a8.8 8.8 0 0 1-8.8 8.8H51.6a8.8 8.8 0 0 1-8.8-8.8V74.1Z", shapeRendering: "crispEdges" }), a("path", { className: "stroke-400", strokeWidth: "1.1", d: "M43.35 74.1a8.25 8.25 0 0 1 8.25-8.25h96.8a8.25 8.25 0 0 1 8.25 8.25v58.3a8.25 8.25 0 0 1-8.25 8.25H51.6a8.25 8.25 0 0 1-8.25-8.25V74.1Z", shapeRendering: "crispEdges" }), a("path", { className: "fill-200", d: "M51.6 77.4a3.3 3.3 0 0 1 3.3-3.3h61.6a3.3 3.3 0 1 1 0 6.6H54.9a3.3 3.3 0 0 1-3.3-3.3Z" }), a("path", { className: "fill-100", d: "M51.6 86.2a3.3 3.3 0 0 1 3.3-3.3h28.6a3.3 3.3 0 0 1 0 6.6H54.9a3.3 3.3 0 0 1-3.3-3.3Z" }), a("rect", { width: "29.7", height: "13.2", x: "52.15", y: "92.25", className: "fill-white stroke-400", strokeWidth: "1.1", rx: "3.85" }), a("rect", { width: "29.7", height: "13.2", x: "85.15", y: "92.25", className: "fill-white stroke-400", strokeWidth: "1.1", rx: "3.85" }), e("g", { filter: "url(#filter-modal-bis)", children: [a("rect", { width: "30.8", height: "14.3", x: "117.6", y: "91.7", className: "fill-white", rx: "4.4" }), a("rect", { width: "29.7", height: "13.2", x: "118.15", y: "92.25", className: "stroke-400", strokeWidth: "1.1", rx: "3.85" })] }), a("path", { className: "stroke-400 fill-400", d: "M145.891 111.225c.275.241.343.584.24.928a.867.867 0 0 1-.79.516h-4.366l2.028 4.262c.206.413 0 .894-.412 1.1a.775.775 0 0 1-1.066-.378l-2.028-4.228-2.853 3.369a.834.834 0 0 1-.619.309.984.984 0 0 1-.309-.069c-.31-.103-.516-.412-.516-.756v-12.719c0-.343.172-.618.481-.756a.578.578 0 0 1 .344-.103c.172 0 .378.103.516.206l9.35 8.319Z" })] }), a("path", { className: "fill-white stroke-400", strokeWidth: "2.2", d: "M148.292 47.15c1.27-2.2 4.446-2.2 5.716 0l15.718 27.225c1.27 2.2-.317 4.95-2.858 4.95h-31.436c-2.541 0-4.128-2.75-2.858-4.95l15.718-27.225Z" }), a("path", { className: "fill-400", d: "M149.752 68.216v-.196c.004-.671.063-1.207.177-1.606.119-.399.29-.721.515-.967.225-.246.495-.468.812-.668.236-.153.447-.313.634-.477.187-.166.336-.348.446-.547.111-.204.166-.43.166-.68 0-.264-.063-.497-.189-.696a1.256 1.256 0 0 0-.509-.46 1.503 1.503 0 0 0-.697-.162c-.248 0-.482.056-.703.167a1.346 1.346 0 0 0-.543.484c-.141.21-.217.474-.229.788H147.3c.019-.767.202-1.4.549-1.9a3.144 3.144 0 0 1 1.377-1.122 4.683 4.683 0 0 1 1.892-.374c.759 0 1.43.127 2.013.38.583.25 1.04.612 1.372 1.088.331.476.497 1.05.497 1.721 0 .45-.074.848-.223 1.197a2.922 2.922 0 0 1-.612.921 4.744 4.744 0 0 1-.931.72c-.302.18-.549.368-.744.564a1.92 1.92 0 0 0-.428.68c-.092.257-.139.573-.143.95v.195h-2.167Zm1.132 3.684c-.381 0-.707-.134-.977-.403a1.328 1.328 0 0 1-.395-.978 1.302 1.302 0 0 1 .395-.968c.27-.268.596-.403.977-.403.362 0 .68.135.955.403a1.327 1.327 0 0 1 .217 1.664 1.492 1.492 0 0 1-.497.5 1.294 1.294 0 0 1-.675.185Z" }), e("defs", { children: [e("filter", { id: "filter-modal", width: "130.4", height: "91.9", x: "34.8", y: "60.3", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5874_69211" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5874_69211", result: "shape" })] }), e("filter", { id: "filter-modal-bis", width: "46.8", height: "30.3", x: "109.6", y: "86.7", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0.592157 0 0 0 0 0.72549 0 0 0 0 0.992157 0 0 0 1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5874_69211" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5874_69211", result: "shape" })] })] })] }), y = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "44 21 128 151", children: [a("path", { className: "fill-100", d: "M60 111a8 8 0 0 1 8-8h96a8 8 0 0 1 8 8v53a8 8 0 0 1-8 8H68a8 8 0 0 1-8-8v-53Z" }), e("g", { filter: "url(#filter-page)", children: [a("path", { className: "fill-white", d: "M44 52a8 8 0 0 1 8-8h96a8 8 0 0 1 8 8v96a8 8 0 0 1-8 8H52a8 8 0 0 1-8-8V52Z" }), a("path", { className: "stroke-400", d: "M44.5 52a7.5 7.5 0 0 1 7.5-7.5h96a7.5 7.5 0 0 1 7.5 7.5v96a7.5 7.5 0 0 1-7.5 7.5H52a7.5 7.5 0 0 1-7.5-7.5V52Z" }), a("rect", { width: "44", height: "37", x: "52", y: "52", className: "fill-100", rx: "4" }), a("path", { className: "fill-200", d: "M52 96a3 3 0 0 1 3-3h18a3 3 0 1 1 0 6H55a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-100", d: "M52 104a3 3 0 0 1 3-3h18a3 3 0 1 1 0 6H55a3 3 0 0 1-3-3Z" }), a("rect", { width: "44", height: "37", x: "52", y: "111", className: "fill-200", rx: "4" }), a("path", { className: "fill-100", d: "M104 55a3 3 0 0 1 3-3h26a3 3 0 1 1 0 6h-26a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-200", d: "M104 63a3 3 0 0 1 3-3h38a3 3 0 1 1 0 6h-38a3 3 0 0 1-3-3Z" }), a("rect", { width: "44", height: "74", x: "104", y: "74", className: "fill-200", rx: "4" })] }), a("path", { className: "fill-white stroke-400", strokeWidth: "2", d: "M141.902 23.5c1.155-2 4.041-2 5.196 0l14.29 24.75c1.154 2-.289 4.5-2.599 4.5h-28.578c-2.31 0-3.753-2.5-2.598-4.5l14.289-24.75Z" }), a("path", { className: "fill-400", d: "m145.625 35-.222 8.148h-2.079L143.097 35h2.528Zm-1.261 11.784c-.375 0-.697-.133-.966-.398a1.297 1.297 0 0 1-.398-.966c-.004-.37.129-.689.398-.954s.591-.398.966-.398c.36 0 .676.133.949.398a1.303 1.303 0 0 1 .215 1.642c-.125.205-.289.37-.494.494a1.29 1.29 0 0 1-.67.182Z" }), a("defs", { children: e("filter", { id: "filter-page", width: "128", height: "128", x: "36", y: "39", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_63996" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5857_63996", result: "shape" })] }) })] }), c = e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "45.01 39 109.78 129.06", children: [a("path", { className: "fill-100", d: "M89.038 52.737a8 8 0 0 1 10.928-2.928l50.107 28.929a8 8 0 0 1 2.928 10.928l-42.953 74.396a8 8 0 0 1-10.928 2.929l-50.107-28.929a8.001 8.001 0 0 1-2.928-10.929l42.953-74.396Z" }), a("path", { className: "fill-100", d: "M74.605 56.807a8 8 0 0 1 9.798-5.656l55.887 14.974a8 8 0 0 1 5.657 9.798l-22.234 82.979a8 8 0 0 1-9.798 5.657l-55.887-14.975a8 8 0 0 1-5.657-9.798l22.234-82.978Z" }), e("g", { filter: "url(#filter-result)", children: [a("path", { className: "fill-white", d: "M62.643 64.731a8 8 0 0 1 8-8h57.894a8 8 0 0 1 8 8v85.179a8 8 0 0 1-8 8H70.643a8 8 0 0 1-8-8V64.731Z", shapeRendering: "crispEdges" }), a("path", { className: "stroke-400", d: "M63.143 64.731a7.5 7.5 0 0 1 7.5-7.5h57.894a7.5 7.5 0 0 1 7.5 7.5v85.179a7.5 7.5 0 0 1-7.5 7.5H70.643a7.5 7.5 0 0 1-7.5-7.5V64.731Z", shapeRendering: "crispEdges" }), a("path", { className: "fill-100", d: "M45.559 73.123a3 3 0 0 1 3-3h26a3 3 0 0 1 0 6h-26a3 3 0 0 1-3-3Z" }), a("path", { className: "fill-200", d: "M45.559 81.123a3 3 0 0 1 3-3h34a3 3 0 0 1 0 6h-34a3 3 0 0 1-3-3Z" })] }), a("rect", { width: "24", height: "8", x: "127", y: "123", className: "fill-400", rx: "4" }), a("rect", { width: "40", height: "12", x: "111", y: "133", className: "fill-200", rx: "4" }), a("path", { className: "fill-white stroke-400", strokeWidth: "2", d: "M133.902 41.5c1.155-2 4.041-2 5.196 0l14.29 24.75c1.154 2-.289 4.5-2.599 4.5h-28.578c-2.31 0-3.753-2.5-2.598-4.5l14.289-24.75Z" }), a("path", { className: "fill-400", d: "M135.229 60.65v-.177c.004-.61.058-1.097.161-1.46.108-.363.264-.656.468-.88a3.62 3.62 0 0 1 .738-.606c.215-.14.407-.285.577-.435.17-.15.305-.315.405-.497.101-.185.151-.39.151-.617 0-.241-.057-.452-.171-.634a1.15 1.15 0 0 0-.463-.418 1.37 1.37 0 0 0-.634-.147c-.225 0-.438.05-.639.152a1.222 1.222 0 0 0-.494.44c-.128.191-.197.43-.208.716H133c.017-.697.184-1.273.499-1.726a2.862 2.862 0 0 1 1.252-1.02 4.255 4.255 0 0 1 1.72-.341c.69 0 1.3.115 1.83.345.53.227.945.557 1.247.99.301.432.452.954.452 1.564 0 .408-.068.771-.203 1.089a2.643 2.643 0 0 1-.556.837c-.239.24-.521.459-.847.654a3.43 3.43 0 0 0-.675.513 1.726 1.726 0 0 0-.39.617 2.67 2.67 0 0 0-.13.864v.178h-1.97Zm1.029 3.35c-.346 0-.642-.122-.888-.366a1.209 1.209 0 0 1-.359-.89 1.185 1.185 0 0 1 .359-.88c.246-.243.542-.365.888-.365.329 0 .619.122.868.366a1.205 1.205 0 0 1 .198 1.512c-.115.189-.265.34-.452.456a1.179 1.179 0 0 1-.614.167Z" }), a("defs", { children: e("filter", { id: "filter-result", width: "106.978", height: "117.178", x: "37.559", y: "51.731", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [a("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), a("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), a("feOffset", { dy: "3" }), a("feGaussianBlur", { stdDeviation: "4" }), a("feComposite", { in2: "hardAlpha", operator: "out" }), a("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), a("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_64016" }), a("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_5857_64016", result: "shape" })] }) })] }), v = {
9
9
  "kit-empty": "_kit-empty_75edz_2"
10
- }, Z = (l, i, s) => {
11
- const r = typeof l == "string" || typeof l == "number" ? a(o.Title, { className: "empty-title", level: "h4", children: l }) : l, h = typeof i == "string" || typeof l == "number" ? a(o.Text, { children: i }) : i;
12
- return e(w, { direction: "vertical", size: "s", children: [r, h, s] });
13
- }, _ = (l) => l !== void 0 ? l : c, d = ({ className: l, image: i, title: s, description: r, button: h, ...f }) => {
14
- const { appId: n } = u(), p = g(n, v["kit-empty"], l);
15
- return a(m, { ...f, description: Z(s, r, h), image: _(i), className: p });
10
+ }, Z = (l, t, s) => {
11
+ const r = typeof l == "string" || typeof l == "number" ? a(o.Title, { className: "empty-title", level: "h4", children: l }) : l, h = typeof t == "string" || typeof t == "number" ? a(o.Text, { children: t }) : t;
12
+ return e(g, { direction: "vertical", size: "s", children: [r, h, s] });
13
+ }, _ = (l) => l !== void 0 ? l : c, d = ({ className: l, image: t, title: s, description: r, button: h, ...f }) => {
14
+ const { appId: n } = u(), p = x(n, v["kit-empty"], l);
15
+ return a(m, { ...f, description: Z(s, r, h), image: _(t), className: p });
16
16
  };
17
17
  d.displayName = "KitEmpty";
18
- const t = d;
19
- t.displayName = "KitEmpty";
20
- t.ASSET_FOLDER = x;
21
- t.ASSET_LIST = M;
22
- t.ASSET_MODAL = N;
23
- t.ASSET_PAGE = y;
24
- t.ASSET_RESULT = c;
18
+ const i = d;
19
+ i.displayName = "KitEmpty";
20
+ i.ASSET_FOLDER = w;
21
+ i.ASSET_LIST = M;
22
+ i.ASSET_MODAL = N;
23
+ i.ASSET_PAGE = y;
24
+ i.ASSET_RESULT = c;
25
25
  export {
26
- t as KitEmpty
26
+ i as KitEmpty
27
27
  };
@@ -0,0 +1,3 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IKitError } from './types';
3
+ export declare const KitError: FunctionComponent<IKitError>;
@@ -0,0 +1,30 @@
1
+ import "../../../assets/index20.css";
2
+ import { jsxs as l, jsx as t } from "react/jsx-runtime";
3
+ import { Empty as p } from "antd";
4
+ import { u as h } from "../../../chunks/useKitLocale.96CdK3og.js";
5
+ import { u as n } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
6
+ import "../../General/Button/index.js";
7
+ import { KitTypography as s } from "../../General/Typography/index.js";
8
+ import "../../General/Icon/index.js";
9
+ import "../../Layout/Divider/index.js";
10
+ import "../../Layout/Grid/index.js";
11
+ import { KitSpace as v } from "../../Layout/Space/index.js";
12
+ import "color-convert";
13
+ import "color-string";
14
+ import "lodash/isEmpty";
15
+ import d from "classnames";
16
+ import "../../../chunks/styles.module.tkXR5gsa.js";
17
+ const f = l("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 602 301", width: "602", height: "301", fill: "none", "aria-hidden": !0, children: [t("path", { className: "fill-100", d: "M0 222.443v-41.122L89.3821 40.483h36.5409v55.8238h-21.2L52.4148 179.19v1.705H181.854v41.548H0Zm105.362 36.222v-48.793l1.066-18.004V40.483h49.325v218.182h-50.391ZM299.734 263.991c-19.034 0-35.441-4.509-49.219-13.529-13.778-9.091-24.396-22.124-31.854-39.098-7.457-17.046-11.15-37.536-11.079-61.471.071-23.934 3.799-44.247 11.186-60.937 7.457-16.7614 18.04-29.51 31.747-38.2458C264.293 41.9034 280.7 37.5 299.734 37.5c19.034 0 35.44 4.4034 49.218 13.2102 13.85 8.7358 24.503 21.4844 31.961 38.2458 7.457 16.761 11.15 37.074 11.079 60.937 0 24.006-3.729 44.532-11.186 61.577-7.457 17.046-18.075 30.078-31.854 39.098-13.707 8.949-30.113 13.423-49.218 13.423Zm0-43.146c11.363 0 20.561-5.788 27.592-17.365 7.031-11.648 10.511-29.51 10.44-53.587 0-15.767-1.598-28.764-4.794-38.991-3.196-10.298-7.635-17.9688-13.316-23.0114-5.682-5.0426-12.323-7.5639-19.922-7.5639-11.293 0-20.419 5.7173-27.38 17.152-6.96 11.3633-10.475 28.8353-10.546 52.4143-.071 15.981 1.455 29.226 4.58 39.738 3.197 10.511 7.671 18.359 13.424 23.544 5.753 5.113 12.393 7.67 19.922 7.67ZM419.531 222.443v-41.122l89.382-140.838h36.542v55.8238h-21.201L471.946 179.19v1.705h129.439v41.548H419.531Zm105.362 36.222v-48.793l1.066-18.004V40.483h49.325v218.182h-50.391Z" }), t("path", { className: "fill-200", d: "M252.023 171.594c1.758-2.93 5.86-2.93 7.618 0 7.617 9.961 24.023 33.398 24.023 45.117 0 15.234-12.305 27.539-28.125 27.539-15.234 0-28.125-12.305-28.125-27.539 0-11.719 16.992-35.156 24.609-45.117Zm116.602 32.226c5.273 5.274 5.859 14.063.586 19.922-4.688 5.86-14.063 6.446-19.922 1.172-12.305-11.133-28.711-18.164-46.289-18.164-8.203 0-14.062-5.859-14.062-14.062 0-7.618 5.859-14.063 14.062-14.063 25.195 0 48.047 9.961 65.625 25.195Zm-19.336-100.195c10.547 0 18.75 8.789 18.75 18.75 0 10.547-8.203 18.75-18.75 18.75s-18.75-8.203-18.75-18.75c0-9.961 8.203-18.75 18.75-18.75Zm-93.75 37.5c-10.547 0-18.75-8.203-18.75-18.75 0-9.961 8.203-18.75 18.75-18.75s18.75 8.789 18.75 18.75c0 10.547-8.203 18.75-18.75 18.75ZM303 .5c82.617 0 150 67.3828 150 150 0 83.203-67.383 150-150 150-83.203 0-150-66.797-150-150 0-82.6172 66.797-150 150-150ZM255.539 263c14.649 6.445 30.469 9.375 47.461 9.375 66.797 0 121.875-54.492 121.875-121.875 0-66.7969-55.078-121.875-121.875-121.875-67.383 0-121.875 55.0781-121.875 121.875 0 31.055 11.133 59.18 29.883 80.859 6.445 18.75 24.023 31.641 44.531 31.641Z" })] }), Z = {
18
+ "kit-error": "_kit-error_w9e09_2"
19
+ }, u = ({ title: i, description: r }, e) => {
20
+ var o;
21
+ const m = typeof r == "string" || typeof r == "number" ? t(s.Paragraph, { children: r }) : r, c = t(s.Paragraph, { children: (o = e.Error) === null || o === void 0 ? void 0 : o.error404 });
22
+ return l(v, { direction: "vertical", size: "l", children: [t(s.Title, { className: "error-title", level: "h1", children: i }), m, c] });
23
+ }, g = ({ className: i, title: r, description: e, ...o }) => {
24
+ const { appId: m } = n(), { locale: c } = h(), a = d(m, Z["kit-error"], i);
25
+ return t(p, { ...o, description: u({ title: r, description: e }, c), image: f, className: a });
26
+ };
27
+ g.displayName = "KitError";
28
+ export {
29
+ g as KitError
30
+ };
@@ -0,0 +1,10 @@
1
+ import {EmptyProps} from 'antd';
2
+ import {KitHTMLAttributes} from '../../../types';
3
+ import {ReactNode} from 'react';
4
+
5
+ type AntdEmptyTypesToOmit = 'description';
6
+
7
+ export interface IKitError extends KitHTMLAttributes<HTMLDivElement>, Omit<EmptyProps, AntdEmptyTypesToOmit> {
8
+ title: string;
9
+ description: ReactNode;
10
+ }
@@ -1,23 +1,24 @@
1
1
  import "../../../assets/index2.css";
2
- import { jsxs as c, jsx as s } from "react/jsx-runtime";
3
- import l from "classnames";
4
- import { u as x } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
2
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
3
+ import m from "classnames";
4
+ import { u as v } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
5
5
  import "../../General/Button/index.js";
6
6
  import { KitTypography as n } from "../../General/Typography/index.js";
7
7
  import "../../General/Icon/index.js";
8
+ import { K as x } from "../../../chunks/Avatar.T61rZsdN.js";
8
9
  const y = {
9
- "kit-id-card": "_kit-id-card_stmwg_2"
10
- }, v = (r, i) => {
11
- const t = l({ "kit-id-card-title-large": i === "large" });
12
- return s(n.Text, { className: t, size: "large", weight: "bold", children: r });
13
- }, f = (r, i) => {
14
- const t = i === "medium" ? "small" : "large";
15
- return s(n.Text, { size: t, children: r });
16
- }, D = ({ className: r, title: i, description: t, avatar: d, size: o = "medium", ...m }) => {
17
- const { appId: p } = x(), h = l(p, y["kit-id-card"], r), u = d !== void 0, e = i !== void 0, a = t !== void 0, g = e || a;
18
- return c("div", { className: `${h} id-card-grid`, ...m, children: [u && s("div", { className: "card-avatar", children: d }), g && c("div", { className: "card-info", children: [e && v(i, o), a && f(t, o)] })] });
10
+ "kit-id-card": "_kit-id-card_mmcks_2"
11
+ }, D = (s, i, t) => {
12
+ const r = m({ "kit-id-card-title-large": i === "large" });
13
+ return o(n.Text, { className: r, size: "large", weight: "bold", ellipsis: { tooltip: !0 }, disabled: t, children: s });
14
+ }, K = (s, i, t) => {
15
+ const r = i === "medium" ? "small" : "large";
16
+ return o(n.Text, { size: r, ellipsis: { tooltip: !0 }, disabled: t, children: s });
17
+ }, T = ({ className: s, title: i, description: t, avatarProps: r, size: a = "medium", disabled: e = !1, ...p }) => {
18
+ const { appId: u } = v(), h = m(u, y["kit-id-card"], s), g = r !== void 0, l = i !== void 0, c = t !== void 0, f = l || c;
19
+ return d("div", { className: `${h} id-card-grid`, ...p, children: [g && o("div", { className: "card-avatar", children: o(x, { ...r, disabled: e }) }), f && d("div", { className: "card-info", children: [l && D(i, a, e), c && K(t, a, e)] })] });
19
20
  };
20
- D.displayName = "KitIdCard";
21
+ T.displayName = "KitIdCard";
21
22
  export {
22
- D as KitIdCard
23
+ T as KitIdCard
23
24
  };
@@ -1,9 +1,10 @@
1
1
  import {KitHTMLAttributes} from '../../../types';
2
- import {ReactNode} from 'react';
2
+ import {IKitAvatar} from '../Avatar/types';
3
3
 
4
4
  export interface IKitIdCard extends KitHTMLAttributes<HTMLDivElement> {
5
- avatar?: ReactNode;
5
+ avatarProps?: IKitAvatar;
6
6
  size?: 'medium' | 'large';
7
7
  title?: string;
8
8
  description?: string;
9
+ disabled?: boolean;
9
10
  }
@@ -1,10 +1,24 @@
1
- import "react/jsx-runtime";
2
- import "antd";
3
- import "classnames";
4
- import "@fortawesome/react-fontawesome";
5
- import "@fortawesome/free-solid-svg-icons";
6
- import { K } from "../../../chunks/index.91q8JHRn.js";
7
- import "../../../chunks/useKitTheme.KSAU-Pdv.js";
1
+ import "../../../assets/index3.css";
2
+ import { jsxs as k, jsx as i } from "react/jsx-runtime";
3
+ import { Image as a } from "antd";
4
+ import d from "classnames";
5
+ import { FontAwesomeIcon as v } from "@fortawesome/react-fontawesome";
6
+ import { faEye as I } from "@fortawesome/free-solid-svg-icons";
7
+ import { u as _ } from "../../../chunks/useKitLocale.96CdK3og.js";
8
+ import { u as y } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
9
+ const m = {
10
+ "kit-image": "_kit-image_fjrya_2",
11
+ "mask-container": "_mask-container_fjrya_23"
12
+ }, j = ({ rounded: n, bordered: c, preview: o, className: e, ...p }) => {
13
+ var t;
14
+ const { locale: f } = _(), { appId: u } = y(), r = k("div", { className: m["mask-container"], children: [i(v, { icon: I }), (t = f.Image) === null || t === void 0 ? void 0 : t.preview] }), l = () => typeof o == "object" ? { mask: r, ...o } : o === void 0 ? { mask: r } : o, g = d(u, m["kit-image"], e ?? "", {
15
+ rounded: n,
16
+ bordered: c
17
+ });
18
+ return i(a, { className: g, preview: l(), ...p });
19
+ }, s = j;
20
+ s.PreviewGroup = a.PreviewGroup;
21
+ s.displayName = "KitImage";
8
22
  export {
9
- K as KitImage
23
+ s as KitImage
10
24
  };
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "classnames";
4
- import { a as u } from "../../../chunks/index.5Ttd0fY8.js";
4
+ import { a as u } from "../../../chunks/index.fpOPRlkO.js";
5
5
  import "../../General/Button/index.js";
6
6
  import "../../General/Typography/index.js";
7
7
  import "../../General/Icon/index.js";
@@ -17,7 +17,7 @@ import "../../DataEntry/Upload/index.js";
17
17
  import "../../DataEntry/Slider/index.js";
18
18
  import "../../DataEntry/ColorPicker/index.js";
19
19
  import "../../../chunks/useKitTheme.KSAU-Pdv.js";
20
- import "../../../chunks/index.91q8JHRn.js";
20
+ import "../../../chunks/useKitLocale.96CdK3og.js";
21
21
  import "@fortawesome/react-fontawesome";
22
22
  import "@fortawesome/free-regular-svg-icons";
23
23
  import "@fortawesome/free-solid-svg-icons";
@@ -1,3 +1,3 @@
1
- import { FunctionComponent } from 'react';
1
+ import React from 'react';
2
2
  import { IKitItemList } from './types';
3
- export declare const KitItemList: FunctionComponent<IKitItemList>;
3
+ export declare const KitItemList: React.ForwardRefExoticComponent<IKitItemList & React.RefAttributes<HTMLDivElement>>;