aristid-ds 10.1.0 → 11.0.0-4ef8def

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 (172) hide show
  1. package/CHANGELOG.md +109 -2
  2. package/README.md +3 -0
  3. package/dist/Kit/App/index.js +5 -9
  4. package/dist/Kit/DataDisplay/Avatar/index.js +2 -17
  5. package/dist/Kit/DataDisplay/Badge/index.js +8 -8
  6. package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
  7. package/dist/Kit/DataDisplay/Empty/index.js +28 -23
  8. package/dist/Kit/DataDisplay/Empty/types.d.ts +5 -0
  9. package/dist/Kit/DataDisplay/Error/index.js +4 -5
  10. package/dist/Kit/DataDisplay/IdCard/index.d.ts +2 -2
  11. package/dist/Kit/DataDisplay/IdCard/index.js +7 -21
  12. package/dist/Kit/DataDisplay/Image/index.js +8 -22
  13. package/dist/Kit/DataDisplay/ItemCard/index.js +3 -12
  14. package/dist/Kit/DataDisplay/ItemCard/types.d.ts +1 -0
  15. package/dist/Kit/DataDisplay/ItemList/index.js +5 -18
  16. package/dist/Kit/DataDisplay/ItemList/types.d.ts +1 -0
  17. package/dist/Kit/DataDisplay/RedirectCard/index.js +2 -3
  18. package/dist/Kit/DataDisplay/RedirectCard/types.d.ts +3 -4
  19. package/dist/Kit/DataDisplay/Table/DragHandle.d.ts +3 -0
  20. package/dist/Kit/DataDisplay/Table/Table.d.ts +3 -0
  21. package/dist/Kit/DataDisplay/Table/index.d.ts +2 -3
  22. package/dist/Kit/DataDisplay/Table/index.js +2 -86
  23. package/dist/Kit/DataDisplay/Table/types.d.ts +22 -1
  24. package/dist/Kit/DataDisplay/Tabs/index.js +17 -13
  25. package/dist/Kit/DataDisplay/Tabs/types.d.ts +20 -5
  26. package/dist/Kit/DataDisplay/Tag/index.js +1 -1
  27. package/dist/Kit/DataDisplay/Tree/index.js +1 -1
  28. package/dist/Kit/DataDisplay/index.js +17 -20
  29. package/dist/Kit/DataEntry/AutoComplete/index.js +8 -26
  30. package/dist/Kit/DataEntry/Checkbox/index.js +2 -66
  31. package/dist/Kit/DataEntry/ColorPicker/ColorPickerInternalText.d.ts +3 -0
  32. package/dist/Kit/DataEntry/ColorPicker/index.d.ts +3 -3
  33. package/dist/Kit/DataEntry/ColorPicker/index.js +7 -14
  34. package/dist/Kit/DataEntry/ColorPicker/types.d.ts +20 -0
  35. package/dist/Kit/DataEntry/DatePicker/index.js +2 -24
  36. package/dist/Kit/DataEntry/Filter/index.d.ts +3 -0
  37. package/dist/Kit/DataEntry/Filter/index.js +21 -0
  38. package/dist/Kit/DataEntry/Filter/types.d.ts +12 -0
  39. package/dist/Kit/DataEntry/Input/index.js +2 -33
  40. package/dist/Kit/DataEntry/InputNumber/index.js +7 -22
  41. package/dist/Kit/DataEntry/InputWrapper/index.js +1 -1
  42. package/dist/Kit/DataEntry/Radio/index.js +2 -53
  43. package/dist/Kit/DataEntry/Rate/index.js +1 -1
  44. package/dist/Kit/DataEntry/RichText/EditorContentCharacterCount/index.js +1 -1
  45. package/dist/Kit/DataEntry/RichText/MenuBar/ButtonTooltip/index.js +4 -7
  46. package/dist/Kit/DataEntry/RichText/MenuBar/FontSizeSelect/index.js +3 -4
  47. package/dist/Kit/DataEntry/RichText/MenuBar/FontStylesButtons/index.js +2 -2
  48. package/dist/Kit/DataEntry/RichText/MenuBar/IndentListButtons/index.js +2 -2
  49. package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/index.js +2 -2
  50. package/dist/Kit/DataEntry/RichText/MenuBar/ListButtons/index.js +2 -2
  51. package/dist/Kit/DataEntry/RichText/MenuBar/TextAlignButtons/index.js +3 -3
  52. package/dist/Kit/DataEntry/RichText/MenuBar/UndoRedoButtons/index.js +2 -2
  53. package/dist/Kit/DataEntry/RichText/MenuBar/index.js +2 -2
  54. package/dist/Kit/DataEntry/RichText/index.js +1 -2
  55. package/dist/Kit/DataEntry/Select/index.js +2 -3
  56. package/dist/Kit/DataEntry/Slider/index.js +1 -1
  57. package/dist/Kit/DataEntry/Switch/index.js +1 -1
  58. package/dist/Kit/DataEntry/Upload/index.js +3 -29
  59. package/dist/Kit/DataEntry/index.d.ts +1 -0
  60. package/dist/Kit/DataEntry/index.js +19 -27
  61. package/dist/Kit/Feedback/Alert/index.js +5 -61
  62. package/dist/Kit/Feedback/Loader/index.js +1 -1
  63. package/dist/Kit/Feedback/Modal/index.js +2 -2
  64. package/dist/Kit/Feedback/Notification/index.js +1 -1
  65. package/dist/Kit/Feedback/Progress/index.js +1 -1
  66. package/dist/Kit/Feedback/Skeleton/index.js +1 -1
  67. package/dist/Kit/Feedback/SnackBar/index.js +2 -2
  68. package/dist/Kit/Feedback/index.js +15 -16
  69. package/dist/Kit/General/Button/Button.d.ts +2 -0
  70. package/dist/Kit/General/Button/SplitButton.d.ts +2 -0
  71. package/dist/Kit/General/Button/index.js +4 -63
  72. package/dist/Kit/General/Button/types.d.ts +16 -1
  73. package/dist/Kit/General/Icon/index.js +1 -1
  74. package/dist/Kit/General/Typography/index.js +1 -1
  75. package/dist/Kit/General/index.js +5 -5
  76. package/dist/Kit/Layout/Divider/index.js +1 -1
  77. package/dist/Kit/Layout/PageLayout/index.js +1 -1
  78. package/dist/Kit/Layout/index.js +1 -1
  79. package/dist/Kit/Navigation/Breadcrumb/index.js +1 -1
  80. package/dist/Kit/Navigation/DropDown/index.js +30 -9
  81. package/dist/Kit/Navigation/Header/index.js +1 -1
  82. package/dist/Kit/Navigation/PageHeader/index.js +2 -11
  83. package/dist/Kit/Navigation/Pagination/index.js +7 -9
  84. package/dist/Kit/Navigation/Pagination/types.d.ts +1 -3
  85. package/dist/Kit/Navigation/SideMenu/index.js +2 -2
  86. package/dist/Kit/Navigation/SidePanel/SidePanel.d.ts +4 -0
  87. package/dist/Kit/Navigation/SidePanel/index.d.ts +2 -0
  88. package/dist/Kit/Navigation/SidePanel/index.js +4 -0
  89. package/dist/Kit/Navigation/SidePanel/types.d.ts +30 -0
  90. package/dist/Kit/Navigation/Steps/index.js +1 -1
  91. package/dist/Kit/Navigation/index.d.ts +1 -1
  92. package/dist/Kit/Navigation/index.js +7 -7
  93. package/dist/Kit/index.d.ts +2 -2
  94. package/dist/Kit/index.js +146 -159
  95. package/dist/assets/empty/empty-client.d.ts +1 -0
  96. package/dist/assets/empty/empty-page-error.d.ts +1 -0
  97. package/dist/assets/empty/empty-result-error.d.ts +1 -0
  98. package/dist/assets/empty/empty-tasks-error.d.ts +1 -0
  99. package/dist/assets/empty/empty-tasks.d.ts +1 -0
  100. package/dist/assets/index.css +1 -1
  101. package/dist/assets/index10.css +1 -1
  102. package/dist/assets/index11.css +1 -1
  103. package/dist/assets/index12.css +1 -1
  104. package/dist/assets/index13.css +1 -1
  105. package/dist/assets/index14.css +1 -1
  106. package/dist/assets/index15.css +1 -1
  107. package/dist/assets/index16.css +1 -1
  108. package/dist/assets/index17.css +1 -1
  109. package/dist/assets/index18.css +1 -1
  110. package/dist/assets/index19.css +1 -1
  111. package/dist/assets/index2.css +1 -1
  112. package/dist/assets/index3.css +1 -1
  113. package/dist/assets/index4.css +1 -1
  114. package/dist/assets/index5.css +1 -1
  115. package/dist/assets/index6.css +1 -1
  116. package/dist/assets/index7.css +1 -1
  117. package/dist/assets/index8.css +1 -1
  118. package/dist/assets/index9.css +1 -1
  119. package/dist/assets/styles.css +1 -1
  120. package/dist/chunks/{KitNotification.jLNrzkIj.js → KitNotification.unAbbqX1.js} +16 -17
  121. package/dist/chunks/{SnackBarProvider.4VQW3qoO.js → SnackBarProvider.xMKXdZ88.js} +6 -6
  122. package/dist/chunks/index.S1tc6cnV.js +31 -0
  123. package/dist/chunks/index.bf78FwPu.js +41 -0
  124. package/dist/chunks/index.kT9I-U1z.js +1626 -0
  125. package/dist/chunks/{styles.module.taPo3VoP.js → styles.module.YmhPHVHy.js} +1 -1
  126. package/dist/hooks/useWindowSize.d.ts +5 -0
  127. package/dist/index.es.js +147 -161
  128. package/dist/index.umd.js +4 -4
  129. package/dist/theme/aristid/components/DataEntry/Filter/index.d.ts +2 -0
  130. package/dist/theme/aristid/components/DataEntry/Filter/index.js +16 -0
  131. package/dist/theme/aristid/components/Navigation/DropDown/index.js +0 -1
  132. package/dist/theme/aristid/general/utilities/index.js +1 -1
  133. package/dist/theme/types/components/DataEntry/Filter/index.d.ts +25 -0
  134. package/dist/theme/types/components/Navigation/DropDown/index.d.ts +0 -6
  135. package/dist/theme/types/components/Navigation/SidePanel/index.d.ts +74 -0
  136. package/dist/theme/types/index.d.ts +4 -2
  137. package/dist/theme/utils/tokens-mapper/DataEntry/InputNumber/index.js +1 -1
  138. package/dist/translation/en-US/components/DataEntry/ColorPicker/index.d.ts +2 -0
  139. package/dist/translation/en-US/components/DataEntry/ColorPicker/index.js +6 -0
  140. package/dist/translation/en-US/index.js +13 -11
  141. package/dist/translation/fr-FR/components/DataEntry/ColorPicker/index.d.ts +2 -0
  142. package/dist/translation/fr-FR/components/DataEntry/ColorPicker/index.js +6 -0
  143. package/dist/translation/fr-FR/index.js +9 -7
  144. package/dist/translation/types/components/DataEntry/ColorPicker/index.d.ts +3 -0
  145. package/dist/translation/types/index.d.ts +2 -0
  146. package/package.json +152 -149
  147. package/dist/Kit/Navigation/Menu/ItemMenu.d.ts +0 -4
  148. package/dist/Kit/Navigation/Menu/Menu.d.ts +0 -4
  149. package/dist/Kit/Navigation/Menu/index.d.ts +0 -10
  150. package/dist/Kit/Navigation/Menu/index.js +0 -4
  151. package/dist/Kit/Navigation/Menu/types.d.ts +0 -51
  152. package/dist/assets/Avatar.css +0 -1
  153. package/dist/assets/InputWrapper.css +0 -1
  154. package/dist/assets/index20.css +0 -1
  155. package/dist/assets/index21.css +0 -1
  156. package/dist/assets/index22.css +0 -1
  157. package/dist/assets/index23.css +0 -1
  158. package/dist/assets/index24.css +0 -1
  159. package/dist/assets/index25.css +0 -1
  160. package/dist/assets/index26.css +0 -1
  161. package/dist/assets/index27.css +0 -1
  162. package/dist/assets/index28.css +0 -1
  163. package/dist/assets/index29.css +0 -1
  164. package/dist/assets/index30.css +0 -1
  165. package/dist/assets/index31.css +0 -1
  166. package/dist/chunks/Avatar.N2w2jq_C.js +0 -30
  167. package/dist/chunks/InputWrapper.RBqyXNPY.js +0 -32
  168. package/dist/chunks/index.cabAtyai.js +0 -1097
  169. package/dist/chunks/useKitLocale.96CdK3og.js +0 -11
  170. package/dist/theme/aristid/components/Navigation/Menu/index.d.ts +0 -2
  171. package/dist/theme/aristid/components/Navigation/Menu/index.js +0 -39
  172. package/dist/theme/types/components/Navigation/Menu/index.d.ts +0 -123
package/CHANGELOG.md CHANGED
@@ -1,5 +1,113 @@
1
1
  # Changelog
2
2
 
3
+ ## [X.X.X](https://www.npmjs.com/package/aristid-ds/v/X.X.X) (202X-XX-XX)
4
+
5
+ ### ✨ Features
6
+
7
+ - **ColorPicker**:
8
+ - Displays a placeholder when no color is selected (@philippechevieux)
9
+ - Add `placeholder` prop to customize the default placeholder (@philippechevieux)
10
+ - Delete button to remove color from DropDown (@philippechevieux)
11
+ - Add a default `min-width` to prevent from changing width when selecting a color (@philippechevieux)
12
+
13
+ ### 🐛 Bug Fixes
14
+
15
+ - **ColorPicker**:
16
+ - Fix an issue related to `defaultValue` prop (@philippechevieux)
17
+ - Fix an issue where the DropDown remained open even if the `open` prop was set to `false` (@philippechevieux)
18
+ - Fix an issue where it was no longer possible to change the color type (`rgb`, `hex`, `hsb`) from the DropDown (@philippechevieux)
19
+ - Fix an issue where opacity was no longer displayed as a percentage for a hex color (@philippechevieux)
20
+ - Fix clear icon position when using `showText` prop (@philippechevieux)
21
+ - **InputNumber**:
22
+ - Fix text default color (@philippechevieux)
23
+
24
+ ## [11.0.0](https://www.npmjs.com/package/aristid-ds/v/11.0.0) (2024-11-27)
25
+
26
+ ### ✨ Features
27
+
28
+ - **⚠️ Breaking change - Menu:**
29
+ - Deprecated `Menu` component has been removed (@evoiron)
30
+ - **⚠️ Breaking change - Tabs:**
31
+ - New custom-made component without Ant (@fatb38)
32
+ - Remove all Ant props (@fatb38)
33
+ - Remove `hideSeparator` prop (@fatb38)
34
+ - **⚠️ Breaking change - Pagination:**
35
+ - `bordered` prop doesn't exist anymore (@7Remy)
36
+ - New design (@7Remy)
37
+ - **Table**:
38
+ - Handle two different line heights (m/l) (@7Remy)
39
+ - Reduce sort icons size (@7Remy)
40
+ - Fix table header height (@7Remy)
41
+ - Make rows sortable (added `showDragHandle` and `DragHandleelement` props) (@evoiron)
42
+ - Make table and rows background customisable with `cellsBackgroundColor` and `backgroundColor`props (@evoiron)
43
+ - Add `showHeader`prop to show or hide table header (@evoiron)
44
+ - Add `borderedRows` prop to add a border to table rows (@evoiron)
45
+ - **⚠️ Breaking change - Button:**
46
+ - Change available colors on segmented button (same as `Tag` compoent) (@evoiron)
47
+ - **Button**
48
+ - Add role `link` when type prop is set to `link` or `redirect` (@philippechevieux)
49
+ - Add `size` props, usable when type is `primary`, `secondary` or `tertiary` (@evoiron)
50
+ - Add split button. Just fill the `items` props to enable it. (@evoiron)
51
+ - **ColorPicker**
52
+ - Add `ref` support to retrieve the `value`, `focus` or `blur` the `ColorPicker` (@philippechevieux)
53
+ - Add a clear icon inside `ColorPicker` input when `allowClear` prop is set (@philippechevieux)
54
+ - **Empty**:
55
+ - Add 5 svgs, and replace existing ones to uniformize size (@7Remy)
56
+ - **ItemCard**:
57
+ - Update image container (@7Remy)
58
+ - Update elements order/spacing (@7Remy)
59
+ - Improve responsive (@7Remy)
60
+ - **ItemList**:
61
+ - Display 2 actions and ellipsis with remaining actions when there are more than 3 actions (@renaudamsellem)
62
+ - Add the possibility to display all actions in a dropdown by passing the new `actionsInDropdown` prop (@renaudamsellem)
63
+ - **RedirectCard**:
64
+ - Allow to display more than 3 actions (@renaudamsellem)
65
+ - Add the possibility to display all actions in a dropdown by passing the new `actionsInDropdown` prop (@renaudamsellem)
66
+ - **Collapse**:
67
+ - Update `clear` icon render (@philippechevieux)
68
+ - **Input**:
69
+ - Update `clear` icon render (@philippechevieux)
70
+ - **Password**:
71
+ - Update `clear` icon render (@philippechevieux)
72
+ - **TextArea**:
73
+ - Update `clear` icon render (@philippechevieux)
74
+ - **Select**:
75
+ - Update `clear` icon render (@philippechevieux)
76
+ - **Notification**:
77
+ - Update `clear` icon render (@philippechevieux)
78
+ - **Filter**:
79
+ - Add the new Filter component (@evoiron)
80
+
81
+ ### 🐛 Bug Fixes
82
+
83
+ - **InputWrapper**:
84
+ - Fix an issue where a child `InputWrapper` was displaying a border if a parent `InputWrapper` had the `bordered` property set to `true`. (@philippechevieux)
85
+ - Fix `onInfoClick` button render (@philippechevieux)
86
+ - Fix `actions` alignment (@philippechevieux)
87
+ - **AutoComplete**:
88
+ - Pass `required` attribute to the DOM (@Delmotte-Vincent)
89
+ - **DatePicker**:
90
+ - Pass `required` attribute to the DOM (@Delmotte-Vincent)
91
+ - **RangePicker**:
92
+ - Pass `required` attribute to the DOM (@Delmotte-Vincent)
93
+ - **Password**:
94
+ - Pass `required` attribute to the DOM (@Delmotte-Vincent)
95
+ - **TextArea**:
96
+ - Pass `required` attribute to the DOM (@Delmotte-Vincent)
97
+ - **InputNumber**:
98
+ - Pass `required` attribute to the DOM (@Delmotte-Vincent)
99
+ - **Select**:
100
+ - Pass `required` attribute to the DOM (@Delmotte-Vincent)
101
+ - Fix avatar space when no icon on tag mode (@renaudamsellem)
102
+ - **RichText**:
103
+ - Enforce css for bullet list display. Avoid external css from breaking it. (@evoiron)
104
+
105
+ ### 📚 Documentation
106
+
107
+ - upgrade Storybook to v8.3.6 (@evoiron)
108
+ - Unify storybook headings (@evoiron)
109
+ - Rewrite Accessibility Panel for better performances (@evoiron)
110
+
3
111
  ## [10.1.0](https://www.npmjs.com/package/aristid-ds/v/10.1.0) (2024-10-15)
4
112
 
5
113
  ### ✨ Features
@@ -14,9 +122,8 @@
14
122
 
15
123
  ### 🐛 Bug Fixes
16
124
 
17
-
18
125
  - **Select:**
19
- - Correctly display custom values in tags mode (@evoiron)
126
+ - Correctly display custom values in tags mode (@evoiron)
20
127
  - **RichText**:
21
128
  - Fix component and menu bar width. (@philippechevieux)
22
129
  - **Alert**:
package/README.md CHANGED
@@ -581,3 +581,6 @@ Finishing a release
581
581
  ```sh
582
582
  git flow hotfix finish fixTooltip
583
583
  ```
584
+ ## Documentation
585
+
586
+ All architectural decisions are recorded inside [docs/ folder](./docs/ADR.md)
@@ -1,22 +1,18 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "antd";
4
- import "../../chunks/SnackBarProvider.4VQW3qoO.js";
5
- import { K as l } from "../../chunks/index.cabAtyai.js";
4
+ import "../../chunks/SnackBarProvider.xMKXdZ88.js";
5
+ import { K as g } from "../../chunks/index.kT9I-U1z.js";
6
6
  import "../../theme/utils/tokens-mapper/index.js";
7
7
  import "../../translation/utils/index.js";
8
- import "../../chunks/useKitLocale.96CdK3og.js";
9
- import "../DataDisplay/Avatar/index.js";
8
+ import "../../chunks/index.S1tc6cnV.js";
9
+ import "../../chunks/index.bf78FwPu.js";
10
10
  import "../DataDisplay/Badge/index.js";
11
11
  import "../DataDisplay/Empty/index.js";
12
- import "../DataDisplay/IdCard/index.js";
13
- import "../DataDisplay/Image/index.js";
14
- import "../DataDisplay/Table/index.js";
15
- import "../DataDisplay/Tabs/index.js";
16
12
  import "../DataDisplay/Tree/index.js";
17
13
  import "../DataDisplay/Tooltip/index.js";
18
14
  import "../../chunks/useKitTheme.KSAU-Pdv.js";
19
15
  import "classnames";
20
16
  export {
21
- l as KitApp
17
+ g as KitApp
22
18
  };
@@ -1,19 +1,4 @@
1
- import { s as a, K as m } from "../../../chunks/Avatar.N2w2jq_C.js";
2
- import { jsx as c } from "react/jsx-runtime";
3
- import { Avatar as l } from "antd";
4
- import { u as n } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
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
10
- });
11
- return c(l.Group, { ...t, maxCount: r, className: p, maxStyle: {
12
- cursor: t.maxPopoverTrigger === "click" ? "pointer" : "initial"
13
- } });
14
- }, A = u, o = m;
15
- o.displayName = "KitAvatar";
16
- o.Group = A;
1
+ import { K as t } from "../../../chunks/index.bf78FwPu.js";
17
2
  export {
18
- o as KitAvatar
3
+ t as KitAvatar
19
4
  };
@@ -1,19 +1,19 @@
1
1
  import "../../../assets/index.css";
2
2
  import { jsx as g } from "react/jsx-runtime";
3
- import { useMemo as d } from "react";
3
+ import { useMemo as l } from "react";
4
4
  import { Badge as u } from "antd";
5
- import { u as f } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
6
- import { isValidColor as l, getColor as n, getLighterColor as c } from "../../../utils/functions/index.js";
5
+ import { u as d } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
6
+ import { isValidColor as f, getColor as n, getLighterColor as c } from "../../../utils/functions/index.js";
7
7
  import { kitBadgeCssTokens as s } from "../../../theme/aristid/components/DataDisplay/Badge/index.js";
8
8
  import k from "classnames";
9
9
  const b = {
10
- "kit-badge": "_kit-badge_9qdi1_2"
11
- }, B = (t, o) => !t || !l(t) ? null : {
10
+ "kit-badge": "_kit-badge_8zlso_2"
11
+ }, B = (t, o) => !t || !f(t) ? null : {
12
12
  [s.colors.background.default]: n(t, o),
13
13
  [s.colors.typography.default]: c(t, o)
14
- }, C = ({ color: t, style: o, secondaryColorInvert: e = !1, className: i, ...m }) => {
15
- const { appId: r } = f(), a = d(() => ({ ...o, ...B(t, e) }), [t, e, o]), p = k(r, b["kit-badge"], i);
16
- return g(u, { style: a, ...m, className: p });
14
+ }, C = ({ color: t, style: o, secondaryColorInvert: e = !1, className: m, ...r }) => {
15
+ const { appId: i } = d(), a = l(() => ({ ...o, ...B(t, e) }), [t, e, o]), p = k(i, b["kit-badge"], m);
16
+ return g(u, { style: a, ...r, className: p });
17
17
  };
18
18
  C.displayName = "KitBadge";
19
19
  export {
@@ -1,4 +1,4 @@
1
- import { b as e } from "../../../chunks/index.cabAtyai.js";
1
+ import { b as e } from "../../../chunks/index.kT9I-U1z.js";
2
2
  export {
3
3
  e as KitCollapse
4
4
  };
@@ -1,27 +1,32 @@
1
- import "../../../assets/index30.css";
2
- import { jsxs as e, jsx as a } from "react/jsx-runtime";
3
- import { Empty as m } from "antd";
4
- import { u } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
5
- import { KitTypography as o } from "../../General/Typography/index.js";
6
- import { KitSpace as g } from "../../Layout/Space/index.js";
1
+ import "../../../assets/index18.css";
2
+ import { jsxs as r, jsx as e } from "react/jsx-runtime";
3
+ import { Empty as p } from "antd";
4
+ import { u as m } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
5
+ import { KitTypography as C } from "../../General/Typography/index.js";
6
+ import { KitSpace as u } from "../../Layout/Space/index.js";
7
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
- "kit-empty": "_kit-empty_e9fuc_2"
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 });
8
+ const g = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("rect", { x: "62.7717", y: "108.096", width: "111.234", height: "53.204", rx: "4", className: "fill-100" }), r("g", { filter: "url(#filter-folder)", children: [e("rect", { x: "26", y: "57.5349", width: "131.459", height: "87.2178", rx: "8", fill: "white", shapeRendering: "crispEdges" }), e("rect", { x: "26.5", y: "58.0349", width: "130.459", height: "86.2178", rx: "7.5", className: "stroke-400", shapeRendering: "crispEdges" }), r("g", { filter: "url(#filter-folder)", children: [e("rect", { x: "34.8", y: "66.3349", width: "28", height: "8", rx: "4", fill: "white" }), e("rect", { x: "35.3", y: "66.8349", width: "27", height: "7", rx: "3.5", className: "stroke-400" })] }), e("rect", { x: "34.8", y: "78.3349", width: "113.859", height: "57.6178", rx: "4", className: "fill-200" }), e("path", { d: "M68.6906 78.0599C68.9656 78.3006 69.0344 78.6443 68.9312 78.9881C68.7937 79.2974 68.4844 79.5037 68.1406 79.5037H63.775L65.8031 83.7662C66.0094 84.1787 65.8031 84.6599 65.3906 84.8662C65.0125 85.0724 64.4969 84.9006 64.325 84.4881L62.2969 80.2599L59.4437 83.6287C59.2719 83.8349 59.0312 83.9381 58.825 83.9381C58.7219 83.9381 58.6187 83.9037 58.5156 83.8693C58.2062 83.7662 58 83.4568 58 83.1131V70.3943C58 70.0506 58.1719 69.7756 58.4812 69.6381C58.5844 69.5693 58.6875 69.5349 58.825 69.5349C58.9969 69.5349 59.2031 69.6381 59.3406 69.7412L68.6906 78.0599Z", className: "fill-400" })] }), e("path", { d: "M136.311 88.0682C135.112 86.8697 133.169 86.8697 131.971 88.0682L118.95 101.089C117.752 102.287 117.752 104.23 118.95 105.429C120.149 106.627 122.092 106.627 123.29 105.429L136.311 92.4083C137.509 91.2098 137.509 89.2667 136.311 88.0682Z", className: "fill-400" }), e("path", { d: "M139.265 74.6226C133.038 74.6226 127.99 79.6709 127.99 85.8983C127.99 92.1257 133.038 97.1741 139.265 97.1741C145.493 97.1741 150.541 92.1257 150.541 85.8983C150.541 79.6709 145.493 74.6226 139.265 74.6226Z", fill: "white", className: "stroke-400", strokeWidth: "2" }), e("rect", { x: "108.868", y: "38", width: "24", height: "8", rx: "4", className: "fill-400" }), e("rect", { x: "92.8677", y: "48", width: "40", height: "12", rx: "4", className: "fill-100" }), r("defs", { children: [r("filter", { id: "filter-folder", x: "18", y: "52.5349", width: "147.459", height: "103.218", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_6930_21178" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_6930_21178", result: "shape" })] }), r("filter", { id: "filter-folder", x: "26.8", y: "61.3349", width: "44", height: "24", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.592157 0 0 0 0 0.72549 0 0 0 0 0.992157 0 0 0 1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_6930_21178" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_6930_21178", result: "shape" })] })] })] }), w = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("path", { d: "M162.134 149.932V61.8494C162.134 59.6403 160.343 57.8494 158.134 57.8494H94.567C92.3578 57.8494 90.567 56.0586 90.567 53.8494V49.4517C90.567 47.2425 88.7761 45.4517 86.567 45.4517H23C20.7909 45.4517 19 47.2425 19 49.4517V149.932C19 152.141 20.7909 153.932 23 153.932H158.134C160.343 153.932 162.134 152.141 162.134 149.932Z", className: "fill-100" }), r("g", { filter: "url(#filter0_d_5857_64030)", children: [e("path", { d: "M59.3331 165V94.4709C59.3331 92.2617 61.124 90.4709 63.3331 90.4709H111.833C114.043 90.4709 115.833 88.68 115.833 86.4709V84.3381C115.833 82.1289 117.624 80.3381 119.833 80.3381H168.334C170.543 80.3381 172.334 82.1289 172.334 84.3381V165C172.334 167.209 170.543 169 168.334 169H63.3331C61.124 169 59.3331 167.209 59.3331 165Z", fill: "white" }), e("path", { d: "M59.8331 94.4709V165C59.8331 166.933 61.4002 168.5 63.3331 168.5H168.334C170.267 168.5 171.834 166.933 171.834 165V84.3381C171.834 82.4051 170.267 80.8381 168.334 80.8381H119.833C117.9 80.8381 116.333 82.4051 116.333 84.3381V86.4709C116.333 88.9562 114.319 90.9709 111.833 90.9709H63.3331C61.4002 90.9709 59.8331 92.5379 59.8331 94.4709Z", className: "stroke-400" })] }), e("path", { d: "M37.2302 116.924C37.2302 114.048 39.5617 111.717 42.4377 111.717H86.7017C89.5778 111.717 91.9093 114.048 91.9093 116.924C91.9093 119.8 89.5778 122.132 86.7018 122.132H42.4377C39.5617 122.132 37.2302 119.8 37.2302 116.924Z", className: "fill-200" }), e("path", { d: "M37.2302 133.849C37.2302 130.973 39.5617 128.641 42.4377 128.641H128.362C131.238 128.641 133.57 130.973 133.57 133.849C133.57 136.725 131.238 139.056 128.362 139.056H42.4377C39.5617 139.056 37.2302 136.725 37.2302 133.849Z", className: "fill-200" }), e("path", { d: "M180.437 83.0753C180.437 77.3233 175.774 72.6603 170.022 72.6603C164.27 72.6603 159.607 77.3233 159.607 83.0753C159.607 88.8274 164.27 93.4904 170.022 93.4904C175.774 93.4904 180.437 88.8274 180.437 83.0753Z", className: "fill-400" }), e("path", { d: "M59.3569 47.3661C57.9991 46.0083 55.7976 46.0083 54.4398 47.3661L39.6884 62.1175C38.3306 63.4753 38.3306 65.6768 39.6884 67.0346C41.0462 68.3924 43.2477 68.3924 44.6055 67.0346L59.3569 52.2832C60.7148 50.9254 60.7148 48.7239 59.3569 47.3661Z", className: "fill-400" }), e("path", { d: "M62.1132 32C54.9844 32 49.2054 37.779 49.2054 44.9078C49.2054 52.0365 54.9844 57.8155 62.1132 57.8155C69.2419 57.8155 75.0209 52.0365 75.0209 44.9078C75.0209 37.779 69.2419 32 62.1132 32Z", fill: "white", className: "stroke-400", strokeWidth: "2" }), e("defs", { children: r("filter", { id: "filter0_d_5857_64030", x: "51.3331", y: "75.3381", width: "129", height: "104.662", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_64030" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_5857_64030", result: "shape" })] }) })] }), y = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("path", { d: "M47 139.471V147.941C47 150.15 48.7909 151.941 51 151.941H59.4706", className: "stroke-400", strokeWidth: "2", strokeLinecap: "round" }), e("path", { d: "M140.471 151.942L148.941 151.942C151.15 151.942 152.941 150.151 152.941 147.942L152.941 139.471", className: "stroke-400", strokeWidth: "2", strokeLinecap: "round" }), e("path", { d: "M59.4708 47L51.0002 47C48.791 47 47.0002 48.7909 47.0002 51L47.0002 59.4706", className: "stroke-400", strokeWidth: "2", strokeLinecap: "round" }), e("path", { d: "M152.941 59.4708L152.941 51.0002C152.941 48.791 151.15 47.0002 148.941 47.0002L140.471 47.0002", className: "stroke-400", strokeWidth: "2", strokeLinecap: "round" }), e("path", { d: "M17 110C17 105.582 20.5817 102 25 102H97C101.418 102 105 105.582 105 110V140C105 144.418 101.418 148 97 148H25C20.5817 148 17 144.418 17 140V110Z", className: "fill-100" }), e("path", { d: "M33 118C33 116.343 34.3431 115 36 115H62C63.6569 115 65 116.343 65 118C65 119.657 63.6569 121 62 121H36C34.3431 121 33 119.657 33 118Z", className: "fill-200" }), e("path", { d: "M89 118C89 113.582 85.4183 110 81 110C76.5817 110 73 113.582 73 118C73 122.418 76.5817 126 81 126C85.4183 126 89 122.418 89 118Z", className: "fill-200" }), e("path", { d: "M33 137C33 135.343 34.3431 134 36 134H86C87.6569 134 89 135.343 89 137C89 138.657 87.6569 140 86 140H36C34.3431 140 33 138.657 33 137Z", fill: "white" }), e("path", { d: "M114 61C114 56.5817 117.582 53 122 53H170C174.418 53 178 56.5817 178 61V105C178 109.418 174.418 113 170 113H122C117.582 113 114 109.418 114 105V61Z", className: "fill-100" }), e("path", { d: "M154 69C154 64.5817 150.418 61 146 61C141.582 61 138 64.5817 138 69C138 73.4183 141.582 77 146 77C150.418 77 154 73.4183 154 69Z", className: "fill-200" }), e("path", { d: "M130 88C130 86.3431 131.343 85 133 85H159C160.657 85 162 86.3431 162 88C162 89.6569 160.657 91 159 91H133C131.343 91 130 89.6569 130 88Z", className: "fill-200" }), e("path", { d: "M130 102C130 100.343 131.343 99 133 99H159C160.657 99 162 100.343 162 102C162 103.657 160.657 105 159 105H133C131.343 105 130 103.657 130 102Z", fill: "white" }), r("g", { filter: "url(#filter-list)", children: [e("path", { d: "M47 90C47 85.5817 50.5817 82 55 82H145C149.418 82 153 85.5817 153 90V110C153 114.418 149.418 118 145 118H55C50.5817 118 47 114.418 47 110V90Z", fill: "white" }), e("path", { d: "M47.5 90C47.5 85.8579 50.8579 82.5 55 82.5H145C149.142 82.5 152.5 85.8579 152.5 90V110C152.5 114.142 149.142 117.5 145 117.5H55C50.8579 117.5 47.5 114.142 47.5 110V90Z", className: "stroke-400" }), e("path", { d: "M79 98C79 93.5817 75.4183 90 71 90C66.5817 90 63 93.5817 63 98C63 102.418 66.5817 106 71 106C75.4183 106 79 102.418 79 98Z", className: "fill-200" }), e("path", { d: "M87 93C87 91.3431 88.3431 90 90 90H116C117.657 90 119 91.3431 119 93C119 94.6569 117.657 96 116 96H90C88.3431 96 87 94.6569 87 93Z", className: "fill-200" }), e("path", { d: "M87 107C87 105.343 88.3431 104 90 104H134C135.657 104 137 105.343 137 107C137 108.657 135.657 110 134 110H90C88.3431 110 87 108.657 87 107Z", className: "fill-100" })] }), e("defs", { children: r("filter", { id: "filter-list", x: "39", y: "77", width: "122", height: "52", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_63975" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_5857_63975", result: "shape" })] }) })] }), _ = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("rect", { x: "17", y: "55.9", width: "35.4933", height: "16.38", rx: "4", className: "fill-100" }), e("rect", { x: "54.6934", y: "55.9", width: "35.4933", height: "16.38", rx: "4", className: "fill-100" }), e("rect", { x: "92.3867", y: "55.9", width: "35.4933", height: "16.38", rx: "4", className: "fill-100" }), e("rect", { x: "60.9855", y: "146.62", width: "35.4933", height: "16.38", rx: "4", className: "fill-100" }), e("rect", { x: "98.6788", y: "146.62", width: "35.4933", height: "16.38", rx: "4", className: "fill-100" }), e("rect", { x: "136.372", y: "146.62", width: "35.4933", height: "16.38", rx: "4", className: "fill-100" }), r("g", { filter: "url(#filter-modal)", children: [e("rect", { x: "28.9127", y: "65.98", width: "131.04", height: "86.94", rx: "8", fill: "white", shapeRendering: "crispEdges" }), e("rect", { x: "29.4127", y: "66.48", width: "130.04", height: "85.94", rx: "7.5", className: "stroke-400", shapeRendering: "crispEdges" }), e("rect", { x: "37.7128", y: "74.78", width: "68.2", height: "6.6", rx: "3.3", className: "fill-200" }), e("rect", { x: "37.7128", y: "83.58", width: "35.2", height: "6.6", rx: "3.3", className: "fill-100" }), e("rect", { x: "38.2128", y: "92.88", width: "35.3467", height: "13.3", rx: "3.5", fill: "white", className: "stroke-400" }), e("rect", { x: "76.7594", y: "92.88", width: "35.3467", height: "13.3", rx: "3.5", fill: "white", className: "stroke-400" }), r("g", { filter: "url(#filter-modal)", children: [e("rect", { x: "114.806", y: "92.38", width: "36.3467", height: "14.3", rx: "4", fill: "white" }), e("rect", { x: "115.306", y: "92.88", width: "35.3467", height: "13.3", rx: "3.5", className: "stroke-400" })] }), e("path", { d: "M132.003 111.905C132.278 112.146 132.347 112.489 132.244 112.833C132.106 113.142 131.797 113.349 131.453 113.349H127.088L129.116 117.611C129.322 118.024 129.116 118.505 128.703 118.711C128.325 118.917 127.81 118.746 127.638 118.333L125.61 114.105L122.756 117.474C122.585 117.68 122.344 117.783 122.138 117.783C122.035 117.783 121.931 117.749 121.828 117.714C121.519 117.611 121.313 117.302 121.313 116.958V104.239C121.313 103.896 121.485 103.621 121.794 103.483C121.897 103.414 122 103.38 122.138 103.38C122.31 103.38 122.516 103.483 122.653 103.586L132.003 111.905Z", className: "fill-400" })] }), e("path", { d: "M150.425 43.5C151.579 41.5 154.466 41.5 155.621 43.5L175.427 77.805C176.581 79.805 175.138 82.305 172.829 82.305H133.217C130.907 82.305 129.464 79.805 130.619 77.805L150.425 43.5Z", fill: "white", className: "stroke-400", strokeWidth: "2" }), e("path", { d: "M151.422 69.32V69.0958C151.426 68.3266 151.494 67.7134 151.625 67.2562C151.76 66.799 151.956 66.4298 152.214 66.1484C152.471 65.8671 152.781 65.6122 153.144 65.3836C153.414 65.2077 153.657 65.0253 153.871 64.8363C154.084 64.6473 154.255 64.4385 154.381 64.2099C154.508 63.9769 154.571 63.7176 154.571 63.4318C154.571 63.1285 154.499 62.8626 154.355 62.634C154.211 62.4054 154.017 62.2296 153.772 62.1065C153.532 61.9834 153.266 61.9219 152.973 61.9219C152.69 61.9219 152.421 61.9856 152.168 62.1131C151.915 62.2362 151.708 62.4208 151.546 62.667C151.384 62.9087 151.297 63.2098 151.284 63.5703H148.613C148.634 62.6911 148.844 61.9658 149.241 61.3944C149.638 60.8185 150.164 60.3899 150.819 60.1086C151.474 59.8229 152.196 59.68 152.987 59.68C153.855 59.68 154.624 59.8251 155.291 60.1152C155.959 60.4009 156.483 60.8163 156.863 61.3614C157.243 61.9065 157.433 62.5637 157.433 63.3329C157.433 63.8472 157.347 64.3044 157.177 64.7044C157.011 65.1 156.778 65.4517 156.477 65.7594C156.175 66.0627 155.82 66.3375 155.409 66.5836C155.064 66.7902 154.781 67.0056 154.558 67.2298C154.34 67.454 154.176 67.7134 154.067 68.0079C153.962 68.3024 153.908 68.6651 153.903 69.0958V69.32H151.422ZM152.718 73.54C152.282 73.54 151.908 73.3862 151.598 73.0784C151.293 72.7663 151.142 72.3927 151.147 71.9575C151.142 71.5267 151.293 71.1575 151.598 70.8498C151.908 70.5421 152.282 70.3882 152.718 70.3882C153.133 70.3882 153.497 70.5421 153.812 70.8498C154.126 71.1575 154.285 71.5267 154.29 71.9575C154.285 72.2476 154.209 72.5136 154.06 72.7554C153.916 72.9927 153.726 73.1839 153.491 73.329C153.255 73.4697 152.997 73.54 152.718 73.54Z", className: "fill-400" }), r("defs", { children: [r("filter", { id: "filter-modal", x: "20.9127", y: "60.98", width: "147.04", height: "102.94", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_5874_69211" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_5874_69211", result: "shape" })] }), r("filter", { id: "filter-modal", x: "106.806", y: "87.38", width: "52.3467", height: "30.3", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.592157 0 0 0 0 0.72549 0 0 0 0 0.992157 0 0 0 1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_5874_69211" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_5874_69211", result: "shape" })] })] })] }), H = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("path", { d: "M49.8258 116.439C49.8258 112.02 53.4075 108.439 57.8258 108.439H159.606C164.025 108.439 167.606 112.02 167.606 116.439V173C167.606 177.418 164.025 181 159.606 181H57.8258C53.4075 181 49.8258 177.418 49.8258 173V116.439Z", className: "fill-100" }), r("g", { filter: "url(#filter-page)", children: [e("path", { d: "M33 54.3935C33 49.9753 36.5817 46.3936 41 46.3936H142.781C147.199 46.3936 150.781 49.9753 150.781 54.3936V156.174C150.781 160.592 147.199 164.174 142.781 164.174H41C36.5817 164.174 33 160.592 33 156.174V54.3935Z", fill: "white" }), e("path", { d: "M33.5 54.3935C33.5 50.2514 36.8579 46.8936 41 46.8936H142.781C146.923 46.8936 150.281 50.2514 150.281 54.3936V156.174C150.281 160.316 146.923 163.674 142.781 163.674H41C36.8579 163.674 33.5 160.316 33.5 156.174V54.3935Z", className: "stroke-400" }), e("rect", { x: "41", y: "54.3936", width: "46.8903", height: "39.8903", rx: "4", className: "fill-100" }), e("path", { d: "M41 101.284C41 99.627 42.3431 98.2839 44 98.2839H62C63.6569 98.2839 65 99.627 65 101.284C65 102.941 63.6569 104.284 62 104.284H44C42.3431 104.284 41 102.941 41 101.284Z", className: "fill-200" }), e("path", { d: "M41 109.284C41 107.627 42.3431 106.284 44 106.284H62C63.6569 106.284 65 107.627 65 109.284C65 110.941 63.6569 112.284 62 112.284H44C42.3431 112.284 41 110.941 41 109.284Z", className: "fill-100" }), e("rect", { x: "41", y: "116.284", width: "46.8903", height: "39.8903", rx: "4", className: "fill-200" }), e("path", { d: "M95.8903 57.3936C95.8903 55.7367 97.2335 54.3936 98.8903 54.3936H124.89C126.547 54.3936 127.89 55.7367 127.89 57.3936C127.89 59.0504 126.547 60.3936 124.89 60.3936H98.8903C97.2335 60.3936 95.8903 59.0504 95.8903 57.3936Z", className: "fill-100" }), e("path", { d: "M95.8903 65.3936C95.8903 63.7367 97.2335 62.3936 98.8903 62.3936H139.781C141.437 62.3936 142.781 63.7367 142.781 65.3936C142.781 67.0504 141.437 68.3936 139.781 68.3936H98.8903C97.2335 68.3936 95.8903 67.0504 95.8903 65.3936Z", className: "fill-200" }), e("rect", { x: "95.8903", y: "76.3936", width: "46.8903", height: "79.7806", rx: "4", className: "fill-200" })] }), e("path", { d: "M136.089 24.5C137.244 22.5 140.13 22.5 141.285 24.5L156.67 51.1468C157.824 53.1468 156.381 55.6468 154.072 55.6468H123.303C120.993 55.6468 119.55 53.1468 120.705 51.1468L136.089 24.5Z", fill: "white", className: "stroke-400", strokeWidth: "2" }), e("path", { d: "M139.87 36.929L139.637 45.4973H137.45L137.211 36.929H139.87ZM138.544 49.3213C138.149 49.3213 137.811 49.1819 137.528 48.9031C137.245 48.6203 137.106 48.2817 137.11 47.8873C137.106 47.4969 137.245 47.1623 137.528 46.8835C137.811 46.6047 138.149 46.4652 138.544 46.4652C138.922 46.4652 139.255 46.6047 139.542 46.8835C139.828 47.1623 139.974 47.4969 139.978 47.8873C139.974 48.1502 139.904 48.3912 139.769 48.6103C139.637 48.8254 139.464 48.9987 139.249 49.1301C139.034 49.2576 138.799 49.3213 138.544 49.3213Z", className: "fill-400" }), e("defs", { children: r("filter", { id: "filter-page", x: "25", y: "41.3936", width: "133.781", height: "133.781", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_63996" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_5857_63996", result: "shape" })] }) })] }), M = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("path", { d: "M49.8258 116.439C49.8258 112.02 53.4075 108.439 57.8258 108.439H159.606C164.025 108.439 167.606 112.02 167.606 116.439V173C167.606 177.418 164.025 181 159.606 181H57.8258C53.4075 181 49.8258 177.418 49.8258 173V116.439Z", className: "fill-error-200" }), r("g", { filter: "url(#filter-page-error)", children: [e("path", { d: "M33 54.3935C33 49.9753 36.5817 46.3936 41 46.3936H142.781C147.199 46.3936 150.781 49.9753 150.781 54.3936V156.174C150.781 160.592 147.199 164.174 142.781 164.174H41C36.5817 164.174 33 160.592 33 156.174V54.3935Z", fill: "white" }), e("path", { d: "M33.5 54.3935C33.5 50.2514 36.8579 46.8936 41 46.8936H142.781C146.923 46.8936 150.281 50.2514 150.281 54.3936V156.174C150.281 160.316 146.923 163.674 142.781 163.674H41C36.8579 163.674 33.5 160.316 33.5 156.174V54.3935Z", className: "stroke-error-500" }), e("rect", { x: "41", y: "54.3936", width: "46.8903", height: "39.8903", rx: "4", className: "fill-error-200" }), e("path", { d: "M41 101.284C41 99.627 42.3431 98.2839 44 98.2839H62C63.6569 98.2839 65 99.627 65 101.284C65 102.941 63.6569 104.284 62 104.284H44C42.3431 104.284 41 102.941 41 101.284Z", className: "fill-error-400" }), e("path", { d: "M41 109.284C41 107.627 42.3431 106.284 44 106.284H62C63.6569 106.284 65 107.627 65 109.284C65 110.941 63.6569 112.284 62 112.284H44C42.3431 112.284 41 110.941 41 109.284Z", className: "fill-error-200" }), e("rect", { x: "41", y: "116.284", width: "46.8903", height: "39.8903", rx: "4", className: "fill-error-400" }), e("path", { d: "M95.8904 57.3936C95.8904 55.7367 97.2335 54.3936 98.8904 54.3936H124.89C126.547 54.3936 127.89 55.7367 127.89 57.3936C127.89 59.0504 126.547 60.3936 124.89 60.3936H98.8904C97.2335 60.3936 95.8904 59.0504 95.8904 57.3936Z", className: "fill-error-200" }), e("path", { d: "M95.8904 65.3936C95.8904 63.7367 97.2335 62.3936 98.8904 62.3936H139.781C141.438 62.3936 142.781 63.7367 142.781 65.3936C142.781 67.0504 141.438 68.3936 139.781 68.3936H98.8904C97.2335 68.3936 95.8904 67.0504 95.8904 65.3936Z", className: "fill-error-400" }), e("rect", { x: "95.8904", y: "76.3936", width: "46.8903", height: "79.7806", rx: "4", className: "fill-error-400" })] }), e("path", { d: "M136.089 24.5C137.244 22.5 140.13 22.5 141.285 24.5L156.67 51.1468C157.824 53.1468 156.381 55.6468 154.072 55.6468H123.303C120.993 55.6468 119.55 53.1468 120.705 51.1468L136.089 24.5Z", fill: "white", className: "stroke-error-500", strokeWidth: "2" }), e("path", { d: "M139.87 36.929L139.637 45.4973H137.45L137.211 36.929H139.87ZM138.544 49.3213C138.149 49.3213 137.811 49.1819 137.528 48.9031C137.245 48.6203 137.106 48.2817 137.11 47.8873C137.106 47.4969 137.245 47.1623 137.528 46.8835C137.811 46.6047 138.149 46.4652 138.544 46.4652C138.922 46.4652 139.255 46.6047 139.542 46.8835C139.828 47.1623 139.974 47.4969 139.978 47.8873C139.974 48.1502 139.904 48.3912 139.769 48.6103C139.637 48.8254 139.464 48.9987 139.249 49.1301C139.034 49.2576 138.799 49.3213 138.544 49.3213Z", className: "fill-error-500" }), e("defs", { children: r("filter", { id: "filter-page-error", x: "25", y: "41.3936", width: "133.781", height: "133.781", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_14443_34218" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_14443_34218", result: "shape" })] }) })] }), d = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("path", { d: "M85.9424 36.2801C88.1515 32.4538 93.0442 31.1428 96.8706 33.3519L162.028 70.9707C165.855 73.1798 167.166 78.0725 164.956 81.8989L110.014 177.062C107.805 180.888 102.912 182.199 99.0858 179.99L33.9282 142.371C30.1019 140.162 28.7909 135.269 31 131.443L85.9424 36.2801Z", className: "fill-100" }), e("path", { d: "M67.6593 41.1206C68.8028 36.8529 73.1895 34.3202 77.4573 35.4637L150.131 54.9367C154.399 56.0802 156.932 60.4669 155.788 64.7346L127.348 170.875C126.204 175.143 121.817 177.675 117.55 176.532L44.8759 157.059C40.6082 155.915 38.0755 151.529 39.2191 147.261L67.6593 41.1206Z", className: "fill-100" }), r("g", { filter: "url(#filter-result)", children: [e("path", { d: "M52.3947 50.845C52.3947 46.4267 55.9764 42.845 60.3947 42.845H135.677C140.095 42.845 143.677 46.4267 143.677 50.845V159.831C143.677 164.25 140.095 167.831 135.677 167.831H60.3946C55.9764 167.831 52.3947 164.25 52.3947 159.831V50.845Z", fill: "white" }), e("path", { d: "M52.8947 50.845C52.8947 46.7028 56.2525 43.345 60.3947 43.345H135.677C139.819 43.345 143.177 46.7028 143.177 50.845V159.831C143.177 163.973 139.819 167.331 135.677 167.331H60.3946C56.2525 167.331 52.8947 163.973 52.8947 159.831V50.845Z", className: "stroke-400" })] }), e("path", { d: "M31.2907 62.3877C31.2907 60.7308 32.6339 59.3877 34.2907 59.3877H60.2907C61.9476 59.3877 63.2907 60.7308 63.2907 62.3877C63.2907 64.0445 61.9476 65.3877 60.2907 65.3877H34.2907C32.6339 65.3877 31.2907 64.0445 31.2907 62.3877Z", className: "fill-100" }), e("path", { d: "M31.2907 70.3877C31.2907 68.7308 32.6339 67.3877 34.2907 67.3877H77.7029C79.3598 67.3877 80.7029 68.7308 80.7029 70.3877C80.7029 72.0445 79.3598 73.3877 77.7029 73.3877H34.2907C32.6339 73.3877 31.2907 72.0445 31.2907 70.3877Z", className: "fill-200" }), e("rect", { x: "137.543", y: "124.707", width: "24", height: "8", rx: "4", className: "fill-400" }), e("rect", { x: "121.543", y: "134.707", width: "40", height: "12", rx: "4", className: "fill-200" }), e("path", { d: "M141.033 22.5C142.188 20.5 145.074 20.5 146.229 22.5L165.511 55.8975C166.666 57.8975 165.223 60.3975 162.913 60.3975H124.349C122.04 60.3975 120.596 57.8975 121.751 55.8975L141.033 22.5Z", fill: "white", className: "stroke-400", strokeWidth: "2" }), e("path", { d: "M142.061 47.6866V47.4668C142.066 46.7126 142.132 46.1114 142.26 45.6632C142.393 45.215 142.586 44.853 142.838 44.5772C143.091 44.3013 143.395 44.0514 143.75 43.8273C144.015 43.6549 144.253 43.476 144.462 43.2907C144.672 43.1054 144.839 42.9007 144.963 42.6766C145.087 42.4482 145.149 42.1939 145.149 41.9138C145.149 41.6164 145.079 41.3557 144.937 41.1316C144.796 40.9075 144.606 40.7351 144.366 40.6144C144.131 40.4938 143.87 40.4334 143.583 40.4334C143.305 40.4334 143.041 40.4959 142.793 40.6209C142.545 40.7416 142.342 40.9226 142.183 41.1639C142.025 41.4009 141.939 41.6962 141.927 42.0496H139.307C139.329 41.1876 139.534 40.4765 139.924 39.9163C140.313 39.3517 140.829 38.9315 141.471 38.6557C142.113 38.3756 142.821 38.2355 143.596 38.2355C144.447 38.2355 145.201 38.3777 145.855 38.6622C146.51 38.9423 147.024 39.3495 147.396 39.8839C147.768 40.4183 147.955 41.0626 147.955 41.8168C147.955 42.3211 147.871 42.7693 147.704 43.1614C147.542 43.5493 147.313 43.8941 147.017 44.1958C146.722 44.4931 146.373 44.7625 145.971 45.0038C145.633 45.2064 145.355 45.4176 145.136 45.6373C144.922 45.8571 144.762 46.1114 144.655 46.4002C144.552 46.6889 144.499 47.0444 144.494 47.4668V47.6866H142.061ZM143.332 51.8239C142.905 51.8239 142.539 51.673 142.235 51.3713C141.935 51.0654 141.788 50.699 141.792 50.2724C141.788 49.85 141.935 49.488 142.235 49.1863C142.539 48.8847 142.905 48.7338 143.332 48.7338C143.739 48.7338 144.096 48.8847 144.405 49.1863C144.713 49.488 144.869 49.85 144.873 50.2724C144.869 50.5568 144.794 50.8176 144.649 51.0546C144.507 51.2873 144.321 51.4748 144.09 51.617C143.859 51.7549 143.606 51.8239 143.332 51.8239Z", className: "fill-400" }), e("defs", { children: r("filter", { id: "filter-result", x: "44.3947", y: "37.845", width: "107.282", height: "140.986", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_5857_64016" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_5857_64016", result: "shape" })] }) })] }), N = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("path", { d: "M85.9424 36.2801C88.1515 32.4538 93.0442 31.1428 96.8706 33.3519L162.028 70.9707C165.855 73.1798 167.166 78.0725 164.956 81.8989L110.014 177.062C107.805 180.888 102.912 182.199 99.0858 179.99L33.9282 142.371C30.1019 140.162 28.7909 135.269 31 131.443L85.9424 36.2801Z", className: "fill-error-200" }), e("path", { d: "M67.6594 41.1206C68.803 36.8529 73.1897 34.3202 77.4574 35.4637L150.131 54.9367C154.399 56.0802 156.932 60.4669 155.788 64.7346L127.348 170.875C126.204 175.143 121.818 177.675 117.55 176.532L44.876 157.059C40.6083 155.915 38.0756 151.529 39.2192 147.261L67.6594 41.1206Z", className: "fill-error-200" }), r("g", { filter: "url(#filter-result-error)", children: [e("path", { d: "M52.3947 50.845C52.3947 46.4267 55.9764 42.845 60.3947 42.845H135.677C140.095 42.845 143.677 46.4267 143.677 50.845V159.831C143.677 164.25 140.095 167.831 135.677 167.831H60.3946C55.9764 167.831 52.3947 164.25 52.3947 159.831V50.845Z", fill: "white" }), e("path", { d: "M52.8947 50.845C52.8947 46.7028 56.2525 43.345 60.3947 43.345H135.677C139.819 43.345 143.177 46.7028 143.177 50.845V159.831C143.177 163.973 139.819 167.331 135.677 167.331H60.3946C56.2525 167.331 52.8947 163.973 52.8947 159.831V50.845Z", className: "stroke-error-500" })] }), e("path", { d: "M31.2908 62.3877C31.2908 60.7308 32.6339 59.3877 34.2908 59.3877H60.2908C61.9476 59.3877 63.2908 60.7308 63.2908 62.3877C63.2908 64.0446 61.9476 65.3877 60.2908 65.3877H34.2908C32.6339 65.3877 31.2908 64.0446 31.2908 62.3877Z", className: "fill-error-200" }), e("path", { d: "M31.2908 70.3877C31.2908 68.7308 32.6339 67.3877 34.2908 67.3877H77.703C79.3598 67.3877 80.703 68.7308 80.703 70.3877C80.703 72.0446 79.3598 73.3877 77.703 73.3877H34.2908C32.6339 73.3877 31.2908 72.0446 31.2908 70.3877Z", className: "fill-error-400" }), e("rect", { x: "137.543", y: "124.707", width: "24", height: "8", rx: "4", className: "fill-error-500" }), e("rect", { x: "121.543", y: "134.707", width: "40", height: "12", rx: "4", className: "fill-error-400" }), e("path", { d: "M141.033 22.5C142.188 20.5 145.074 20.5 146.229 22.5L165.511 55.8975C166.666 57.8975 165.223 60.3975 162.913 60.3975H124.349C122.04 60.3975 120.596 57.8975 121.751 55.8975L141.033 22.5Z", fill: "white", className: "stroke-error-500", strokeWidth: "2" }), e("path", { d: "M145.021 38.2355L144.747 48.3004H142.178L141.897 38.2355H145.021ZM143.463 52.7925C142.999 52.7925 142.602 52.6287 142.269 52.3011C141.937 51.9689 141.773 51.5712 141.778 51.108C141.773 50.6494 141.937 50.2563 142.269 49.9288C142.602 49.6013 142.999 49.4375 143.463 49.4375C143.907 49.4375 144.298 49.6013 144.635 49.9288C144.972 50.2563 145.143 50.6494 145.147 51.108C145.143 51.4168 145.061 51.6999 144.902 51.9572C144.747 52.2099 144.544 52.4134 144.291 52.5679C144.038 52.7176 143.762 52.7925 143.463 52.7925Z", className: "fill-error-500" }), e("defs", { children: r("filter", { id: "filter-result-error", x: "44.3947", y: "37.845", width: "107.282", height: "140.986", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_14443_34236" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_14443_34236", result: "shape" })] }) })] }), S = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("path", { d: "M68.6451 60C68.6451 55.5817 72.2269 52 76.6451 52H174.695C179.113 52 182.695 55.5817 182.695 60V78.4301C182.695 82.8483 179.113 86.4301 174.695 86.4301H76.6451C72.2269 86.4301 68.6451 82.8483 68.6451 78.4301V60Z", className: "fill-100" }), e("path", { d: "M17.0001 115.949C17.0001 111.531 20.5818 107.949 25.0001 107.949H123.05C127.468 107.949 131.05 111.531 131.05 115.949V134.379C131.05 138.797 127.468 142.379 123.05 142.379H25.0001C20.5818 142.379 17.0001 138.797 17.0001 134.379V115.949Z", className: "fill-100" }), r("g", { filter: "url(#filter0_d_6369_118760)", children: [e("path", { d: "M34.2151 68.6075C34.2151 64.1892 37.7969 60.6075 42.2151 60.6075H157.48C161.898 60.6075 165.48 64.1892 165.48 68.6075V82.6075C165.48 87.0258 161.898 90.6075 157.48 90.6075H42.2151C37.7969 90.6075 34.2151 87.0258 34.2151 82.6075V68.6075Z", fill: "white" }), e("path", { d: "M34.7151 68.6075C34.7151 64.4654 38.073 61.1075 42.2151 61.1075H157.48C161.622 61.1075 164.98 64.4654 164.98 68.6075V82.6075C164.98 86.7497 161.622 90.1075 157.48 90.1075H42.2151C38.073 90.1075 34.7151 86.7497 34.7151 82.6075V68.6075Z", className: "stroke-400" }), e("path", { d: "M42.2151 75.6075C42.2151 71.7415 45.3491 68.6075 49.2151 68.6075H127.864C131.73 68.6075 134.864 71.7415 134.864 75.6075C134.864 79.4735 131.73 82.6075 127.864 82.6075H49.2151C45.3491 82.6075 42.2151 79.4735 42.2151 75.6075Z", className: "fill-200" }), e("path", { d: "M157.235 70.8237C157.561 71.144 157.561 71.6243 157.235 71.9126L148.622 80.3673C148.329 80.6876 147.839 80.6876 147.546 80.3673L143.109 76.0118C142.783 75.7236 142.783 75.2432 143.109 74.923C143.403 74.6347 143.892 74.6347 144.186 74.923L148.1 78.766L156.159 70.8237C156.452 70.5355 156.941 70.5355 157.235 70.8237Z", className: "fill-400" })] }), r("g", { filter: "url(#filter1_d_6369_118760)", children: [e("path", { d: "M34.2151 106.608C34.2151 102.189 37.7969 98.6075 42.2151 98.6075H157.48C161.898 98.6075 165.48 102.189 165.48 106.608V120.608C165.48 125.026 161.898 128.608 157.48 128.608H42.2151C37.7969 128.608 34.2151 125.026 34.2151 120.608V106.608Z", fill: "white" }), e("path", { d: "M34.7151 106.608C34.7151 102.465 38.073 99.1075 42.2151 99.1075H157.48C161.622 99.1075 164.98 102.465 164.98 106.608V120.608C164.98 124.75 161.622 128.108 157.48 128.108H42.2151C38.073 128.108 34.7151 124.75 34.7151 120.608V106.608Z", className: "stroke-400" }), e("path", { d: "M56.5858 108.824C56.912 109.144 56.912 109.624 56.5858 109.913L47.9732 118.367C47.6795 118.688 47.1902 118.688 46.8966 118.367L42.4598 114.012C42.1335 113.724 42.1335 113.243 42.4598 112.923C42.7534 112.635 43.2427 112.635 43.5363 112.923L47.4512 116.766L55.5092 108.824C55.8028 108.535 56.2922 108.535 56.5858 108.824Z", className: "fill-400" }), e("path", { d: "M64.8306 113.608C64.8306 109.742 67.9646 106.608 71.8306 106.608H150.48C154.346 106.608 157.48 109.742 157.48 113.608C157.48 117.474 154.346 120.608 150.48 120.608H71.8306C67.9646 120.608 64.8306 117.474 64.8306 113.608Z", className: "fill-200" })] }), e("path", { d: "M35.2868 65.5257C34.1646 64.4035 32.3452 64.4035 31.2231 65.5257L19.0318 77.717C17.9096 78.8392 17.9096 80.6586 19.0318 81.7807C20.154 82.9029 21.9734 82.9029 23.0956 81.7807L35.2868 69.5895C36.409 68.4673 36.409 66.6479 35.2868 65.5257Z", className: "fill-400" }), e("path", { d: "M37.5648 53C31.7691 53 27.0708 57.6983 27.0708 63.494C27.0708 69.2897 31.7691 73.9881 37.5648 73.9881C43.3605 73.9881 48.0588 69.2897 48.0588 63.494C48.0588 57.6983 43.3605 53 37.5648 53Z", fill: "white", className: "stroke-400", strokeWidth: "2" }), e("rect", { x: "152.917", y: "123.919", width: "24", height: "10.8353", rx: "4", className: "fill-400" }), e("rect", { x: "136.917", y: "136.755", width: "40", height: "10.8353", rx: "4", className: "fill-200" }), r("defs", { children: [r("filter", { id: "filter0_d_6369_118760", x: "26.2151", y: "55.6075", width: "147.265", height: "46", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_6369_118760" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_6369_118760", result: "shape" })] }), r("filter", { id: "filter1_d_6369_118760", x: "26.2151", y: "93.6075", width: "147.265", height: "46", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_6369_118760" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_6369_118760", result: "shape" })] })] })] }), B = r("svg", { viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [e("path", { d: "M72.6451 68C72.6451 63.5817 76.2269 60 80.6451 60H178.695C183.113 60 186.695 63.5817 186.695 68V86.43C186.695 90.8483 183.113 94.43 178.695 94.43H80.6451C76.2269 94.43 72.6451 90.8483 72.6451 86.43V68Z", className: "fill-error-200" }), e("path", { d: "M21.0001 123.949C21.0001 119.531 24.5818 115.949 29.0001 115.949H127.05C131.468 115.949 135.05 119.531 135.05 123.949V142.379C135.05 146.797 131.468 150.379 127.05 150.379H29.0001C24.5818 150.379 21.0001 146.797 21.0001 142.379V123.949Z", className: "fill-error-200" }), r("g", { filter: "url(#filter0_d_14443_34295)", children: [e("path", { d: "M38.2152 76.6075C38.2152 72.1892 41.7969 68.6075 46.2152 68.6075H161.48C165.898 68.6075 169.48 72.1892 169.48 76.6075V90.6075C169.48 95.0258 165.898 98.6075 161.48 98.6075H46.2152C41.7969 98.6075 38.2152 95.0258 38.2152 90.6075V76.6075Z", fill: "white" }), e("path", { d: "M38.7152 76.6075C38.7152 72.4654 42.0731 69.1075 46.2152 69.1075H161.48C165.622 69.1075 168.98 72.4654 168.98 76.6075V90.6075C168.98 94.7496 165.622 98.1075 161.48 98.1075H46.2152C42.0731 98.1075 38.7152 94.7496 38.7152 90.6075V76.6075Z", className: "stroke-error-500" }), e("path", { d: "M46.2152 83.6075C46.2152 79.7415 49.3492 76.6075 53.2152 76.6075H134.48C138.346 76.6075 141.48 79.7415 141.48 83.6075C141.48 87.4735 138.346 90.6075 134.48 90.6075H53.2152C49.3492 90.6075 46.2152 87.4735 46.2152 83.6075Z", className: "fill-error-400" }), e("path", { d: "M161.115 87.5716C161.601 88.0209 161.601 88.8072 161.115 89.2565C160.89 89.4811 160.591 89.5935 160.291 89.5935C159.954 89.5935 159.654 89.4811 159.43 89.2565L155.498 85.3251L151.53 89.2565C151.305 89.4811 151.005 89.5935 150.706 89.5935C150.369 89.5935 150.069 89.4811 149.845 89.2565C149.358 88.8072 149.358 88.0209 149.845 87.5716L153.776 83.6028L149.845 79.6715C149.358 79.2222 149.358 78.4359 149.845 77.9866C150.294 77.4999 151.08 77.4999 151.53 77.9866L155.498 81.918L159.43 77.9866C159.879 77.4999 160.665 77.4999 161.115 77.9866C161.601 78.4359 161.601 79.2222 161.115 79.6715L157.183 83.6403L161.115 87.5716Z", className: "fill-error-500" })] }), r("g", { filter: "url(#filter1_d_14443_34295)", children: [e("path", { d: "M38.2152 114.608C38.2152 110.189 41.7969 106.608 46.2152 106.608H161.48C165.898 106.608 169.48 110.189 169.48 114.608V128.608C169.48 133.026 165.898 136.608 161.48 136.608H46.2152C41.7969 136.608 38.2152 133.026 38.2152 128.608V114.608Z", fill: "white" }), e("path", { d: "M38.7152 114.608C38.7152 110.465 42.0731 107.108 46.2152 107.108H161.48C165.622 107.108 168.98 110.465 168.98 114.608V128.608C168.98 132.75 165.622 136.108 161.48 136.108H46.2152C42.0731 136.108 38.7152 132.75 38.7152 128.608V114.608Z", className: "stroke-error-500" }), e("path", { d: "M57.8502 125.572C58.3369 126.021 58.3369 126.807 57.8502 127.256C57.6255 127.481 57.326 127.593 57.0264 127.593C56.6895 127.593 56.3899 127.481 56.1653 127.256L52.2339 123.325L48.2651 127.256C48.0405 127.481 47.741 127.593 47.4414 127.593C47.1044 127.593 46.8049 127.481 46.5803 127.256C46.0935 126.807 46.0935 126.021 46.5803 125.572L50.5116 121.603L46.5803 117.671C46.0935 117.222 46.0935 116.436 46.5803 115.987C47.0296 115.5 47.8158 115.5 48.2651 115.987L52.2339 119.918L56.1653 115.987C56.6146 115.5 57.4009 115.5 57.8502 115.987C58.3369 116.436 58.3369 117.222 57.8502 117.671L53.9188 121.64L57.8502 125.572Z", className: "fill-error-500" }), e("path", { d: "M66.2152 121.608C66.2152 117.742 69.3492 114.608 73.2152 114.608H154.48C158.346 114.608 161.48 117.742 161.48 121.608C161.48 125.474 158.346 128.608 154.48 128.608H73.2152C69.3492 128.608 66.2152 125.474 66.2152 121.608Z", className: "fill-error-400" })] }), e("path", { d: "M34.9019 50.5C36.0566 48.5 38.9434 48.5 40.0981 50.5L54.3875 75.25C55.5422 77.25 54.0988 79.75 51.7894 79.75H23.2106C20.9012 79.75 19.4578 77.25 20.6125 75.25L34.9019 50.5Z", fill: "white", className: "stroke-error-500", strokeWidth: "2" }), e("path", { d: "M38.6251 62L38.4035 70.1477H36.3239L36.0967 62H38.6251ZM37.3637 73.7841C36.9887 73.7841 36.6667 73.6515 36.3978 73.3864C36.1289 73.1174 35.9963 72.7955 36.0001 72.4205C35.9963 72.0492 36.1289 71.7311 36.3978 71.4659C36.6667 71.2008 36.9887 71.0682 37.3637 71.0682C37.7236 71.0682 38.0399 71.2008 38.3126 71.4659C38.5853 71.7311 38.7236 72.0492 38.7274 72.4205C38.7236 72.6705 38.6573 72.8996 38.5285 73.108C38.4035 73.3125 38.2387 73.4773 38.0342 73.6023C37.8296 73.7235 37.6061 73.7841 37.3637 73.7841Z", className: "fill-error-500" }), e("rect", { x: "156.917", y: "131.919", width: "24", height: "10.8353", rx: "4", className: "fill-error-500" }), e("rect", { x: "140.917", y: "144.755", width: "40", height: "10.8353", rx: "4", className: "fill-error-400" }), r("defs", { children: [r("filter", { id: "filter0_d_14443_34295", x: "30.2152", y: "63.6075", width: "147.265", height: "46", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_14443_34295" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_14443_34295", result: "shape" })] }), r("filter", { id: "filter1_d_14443_34295", x: "30.2152", y: "101.608", width: "147.265", height: "46", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [e("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), e("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), e("feOffset", { dy: "3" }), e("feGaussianBlur", { stdDeviation: "4" }), e("feComposite", { in2: "hardAlpha", operator: "out" }), e("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }), e("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_14443_34295" }), e("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_14443_34295", result: "shape" })] })] })] }), L = {
9
+ "kit-empty": "_kit-empty_13p7y_2"
10
+ }, Z = (t, a, i) => {
11
+ const s = typeof t == "string" || typeof t == "number" ? e(C.Title, { className: "empty-title", level: "h4", children: t }) : t, o = typeof a == "string" || typeof a == "number" ? e(C.Text, { children: a }) : a;
12
+ return r(u, { direction: "vertical", size: "s", children: [s, o, i] });
13
+ }, k = (t) => t !== void 0 ? t : d, h = ({ className: t, image: a, title: i, description: s, button: o, ...f }) => {
14
+ const { appId: c } = m(), n = x(c, L["kit-empty"], t);
15
+ return e(p, { ...f, description: Z(i, s, o), image: k(a), className: n });
16
16
  };
17
- d.displayName = "KitEmpty";
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;
17
+ h.displayName = "KitEmpty";
18
+ const l = h;
19
+ l.displayName = "KitEmpty";
20
+ l.ASSET_CLIENT = g;
21
+ l.ASSET_FOLDER = w;
22
+ l.ASSET_LIST = y;
23
+ l.ASSET_MODAL = _;
24
+ l.ASSET_PAGE = H;
25
+ l.ASSET_PAGE_ERROR = M;
26
+ l.ASSET_RESULT = d;
27
+ l.ASSET_RESULT_ERROR = N;
28
+ l.ASSET_TASKS = S;
29
+ l.ASSET_TASKS_ERROR = B;
25
30
  export {
26
- i as KitEmpty
31
+ l as KitEmpty
27
32
  };
@@ -11,9 +11,14 @@ export interface IKitEmpty extends KitHTMLAttributes<HTMLDivElement>, Omit<Empty
11
11
  }
12
12
 
13
13
  export type KitEmptyCompoundedComponent = FunctionComponent<IKitEmpty> & {
14
+ ASSET_CLIENT: ReactNode;
14
15
  ASSET_FOLDER: ReactNode;
15
16
  ASSET_LIST: ReactNode;
16
17
  ASSET_MODAL: ReactNode;
17
18
  ASSET_PAGE: ReactNode;
19
+ ASSET_PAGE_ERROR: ReactNode;
18
20
  ASSET_RESULT: ReactNode;
21
+ ASSET_RESULT_ERROR: ReactNode;
22
+ ASSET_TASKS: ReactNode;
23
+ ASSET_TASKS_ERROR: ReactNode;
19
24
  };
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "antd";
4
- import "../../../chunks/useKitLocale.96CdK3og.js";
4
+ import "../../../chunks/index.S1tc6cnV.js";
5
5
  import "../../../chunks/useKitTheme.KSAU-Pdv.js";
6
- import "../../General/Button/index.js";
6
+ import { c as k } from "../../../chunks/index.kT9I-U1z.js";
7
7
  import "../../General/Typography/index.js";
8
8
  import "../../General/Icon/index.js";
9
9
  import "../../Layout/Divider/index.js";
@@ -13,10 +13,9 @@ import "color-string";
13
13
  import "lodash/isEmpty";
14
14
  import "classnames";
15
15
  import "../../../chunks/styles.module.Q_QQjQdX.js";
16
- import { c as l } from "../../../chunks/index.cabAtyai.js";
17
- import "../../Feedback/Alert/index.js";
18
16
  import "../../Feedback/Progress/index.js";
19
17
  import "../../Feedback/Loader/index.js";
18
+ import "react-hot-toast";
20
19
  export {
21
- l as KitError
20
+ k as KitError
22
21
  };
@@ -1,3 +1,3 @@
1
- import { FunctionComponent } from 'react';
2
- import { IKitIdCard } from './types';
1
+ import { type FunctionComponent } from 'react';
2
+ import { type IKitIdCard } from './types';
3
3
  export declare const KitIdCard: FunctionComponent<IKitIdCard>;
@@ -1,24 +1,10 @@
1
- import "../../../assets/index2.css";
2
- import { jsxs as l, jsx as s } from "react/jsx-runtime";
3
- import n from "classnames";
4
- import { u as x } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
5
- import "../../General/Button/index.js";
6
- import { KitTypography as m } from "../../General/Typography/index.js";
1
+ import "react/jsx-runtime";
2
+ import "classnames";
3
+ import { d as e } from "../../../chunks/index.kT9I-U1z.js";
4
+ import "../../../chunks/useKitTheme.KSAU-Pdv.js";
5
+ import "../../General/Typography/index.js";
7
6
  import "../../General/Icon/index.js";
8
- import { K as y } from "../../../chunks/Avatar.N2w2jq_C.js";
9
- const g = {
10
- "kit-id-card": "_kit-id-card_mmcks_2"
11
- }, D = (r, i, t) => {
12
- const o = n({ "kit-id-card-title-large": i === "large" });
13
- return s(m.Text, { className: o, size: "fontSize5", weight: "bold", ellipsis: { tooltip: !0 }, disabled: t, children: r });
14
- }, K = (r, i, t) => {
15
- const o = i === "medium" ? "fontSize7" : "fontSize5";
16
- return s(m.Text, { size: o, ellipsis: { tooltip: !0 }, disabled: t, children: r });
17
- }, T = ({ className: r, title: i, description: t, avatarProps: o, size: c = "medium", disabled: e = !1, ...p }) => {
18
- const { appId: u } = x(), h = n(u, g["kit-id-card"], r), f = o !== void 0, a = i !== void 0, d = t !== void 0, v = a || d;
19
- return l("div", { className: `${h} id-card-grid`, ...p, children: [f && s("div", { className: "card-avatar", children: s(y, { ...o, disabled: e }) }), v && l("div", { className: "card-info", children: [a && D(i, c, e), d && K(t, c, e)] })] });
20
- };
21
- T.displayName = "KitIdCard";
7
+ import "../../../chunks/index.bf78FwPu.js";
22
8
  export {
23
- T as KitIdCard
9
+ e as KitIdCard
24
10
  };
@@ -1,24 +1,10 @@
1
- import "../../../assets/index3.css";
2
- import { jsxs as k, jsx as r } 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 j } from "../../../chunks/useKitTheme.KSAU-Pdv.js";
9
- const m = {
10
- "kit-image": "_kit-image_t5juo_2",
11
- "mask-container": "_mask-container_t5juo_23"
12
- }, x = ({ rounded: n, bordered: c, preview: o, className: t, ...p }) => {
13
- var e;
14
- const { locale: u } = _(), { appId: f } = j(), i = k("div", { className: m["mask-container"], children: [r(v, { icon: I }), (e = u.Image) === null || e === void 0 ? void 0 : e.preview] }), l = () => typeof o == "object" ? { mask: i, ...o } : o === void 0 ? { mask: i } : o, g = d(f, m["kit-image"], t ?? "", {
15
- rounded: n,
16
- bordered: c
17
- });
18
- return r(a, { className: g, preview: l(), ...p });
19
- }, s = x;
20
- s.PreviewGroup = a.PreviewGroup;
21
- s.displayName = "KitImage";
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.S1tc6cnV.js";
7
+ import "../../../chunks/useKitTheme.KSAU-Pdv.js";
22
8
  export {
23
- s as KitImage
9
+ K as KitImage
24
10
  };
@@ -1,29 +1,20 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "classnames";
4
- import "../../General/Button/index.js";
4
+ import { a as h } from "../../../chunks/index.kT9I-U1z.js";
5
5
  import "../../General/Typography/index.js";
6
6
  import "../../General/Icon/index.js";
7
- import "../../DataEntry/Checkbox/index.js";
8
- import "../../DataEntry/Input/index.js";
9
- import "../../DataEntry/InputNumber/index.js";
10
- import "../../DataEntry/Radio/index.js";
11
7
  import "../../DataEntry/Rate/index.js";
12
- import { a as y } from "../../../chunks/index.cabAtyai.js";
13
8
  import "../../DataEntry/Switch/index.js";
14
- import "../../DataEntry/DatePicker/index.js";
15
- import "../../DataEntry/AutoComplete/index.js";
16
- import "../../DataEntry/Upload/index.js";
17
9
  import "../../DataEntry/Slider/index.js";
18
- import "../../DataEntry/ColorPicker/index.js";
19
10
  import "../../Navigation/Breadcrumb/index.js";
20
11
  import "../../Navigation/DropDown/index.js";
21
12
  import "../../Navigation/Steps/index.js";
22
13
  import "antd";
23
14
  import "../../../chunks/useKitTheme.KSAU-Pdv.js";
24
- import "../../../chunks/styles.module.taPo3VoP.js";
15
+ import "../../../chunks/styles.module.YmhPHVHy.js";
25
16
  import "@fortawesome/react-fontawesome";
26
17
  import "@fortawesome/free-solid-svg-icons";
27
18
  export {
28
- y as KitItemCard
19
+ h as KitItemCard
29
20
  };
@@ -28,6 +28,7 @@ export type IKitItemCard = {
28
28
  | [IKitActionButton]
29
29
  | [IKitActionButton, IKitActionButton]
30
30
  | [IKitActionButton, IKitActionButton, IKitActionButton];
31
+ imageCover?: boolean;
31
32
  };
32
33
 
33
34
  export type IKitItemCardActions = {