@deepnoid/ui 0.1.27 → 0.1.29

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 (131) hide show
  1. package/.turbo/turbo-build.log +174 -164
  2. package/dist/{chunk-UNH3BCGN.mjs → chunk-26MNALVL.mjs} +1 -1
  3. package/dist/{chunk-3IU2RPSM.mjs → chunk-2SDYFOZL.mjs} +46 -35
  4. package/dist/{chunk-HWL7TPUN.mjs → chunk-2TKEWFGH.mjs} +1 -1
  5. package/dist/chunk-3KVZDFMV.mjs +132 -0
  6. package/dist/{chunk-PMMTMYRI.mjs → chunk-6K3E5BVO.mjs} +7 -7
  7. package/dist/{chunk-BQUZRVYW.mjs → chunk-7J3KVOTS.mjs} +7 -7
  8. package/dist/{chunk-OUAKGMDW.mjs → chunk-7W2ZI2DD.mjs} +4 -4
  9. package/dist/{chunk-XRC5OUYQ.mjs → chunk-A5KQHWS3.mjs} +1 -1
  10. package/dist/{chunk-YBDA3WQP.mjs → chunk-BB7MFKNQ.mjs} +1 -1
  11. package/dist/{chunk-SCFTSNCK.mjs → chunk-ECMBAKSJ.mjs} +6 -6
  12. package/dist/{chunk-GRA2LU42.mjs → chunk-EHRFXDSN.mjs} +6 -5
  13. package/dist/{chunk-IRAHS4WS.mjs → chunk-III2QUWF.mjs} +2 -2
  14. package/dist/{chunk-E4UUZOR4.mjs → chunk-KLUC2BV6.mjs} +4 -4
  15. package/dist/{chunk-C7OF5HJF.mjs → chunk-KXA73VTJ.mjs} +5 -5
  16. package/dist/{chunk-B3DFSXGC.mjs → chunk-LR3SWRB4.mjs} +6 -6
  17. package/dist/{chunk-DLQFMOBN.mjs → chunk-QJJKJYNR.mjs} +4 -4
  18. package/dist/{chunk-XA6PVFTW.mjs → chunk-RCJOJPRS.mjs} +6 -6
  19. package/dist/chunk-RLXOHILK.mjs +1 -0
  20. package/dist/{chunk-XQGD4ZIX.mjs → chunk-SP3JVQY3.mjs} +1 -1
  21. package/dist/{chunk-QY7LYAXT.mjs → chunk-W45H2ZMW.mjs} +5 -5
  22. package/dist/{chunk-PX4PFLJ3.mjs → chunk-X4F7JYBA.mjs} +18 -33
  23. package/dist/{chunk-Q72LZAPG.mjs → chunk-X6D7C7QZ.mjs} +4 -4
  24. package/dist/{chunk-6HX3PPL6.mjs → chunk-Y6XQTWB5.mjs} +4 -4
  25. package/dist/components/avatar/avatar.js +46 -35
  26. package/dist/components/avatar/avatar.mjs +2 -2
  27. package/dist/components/avatar/index.js +46 -35
  28. package/dist/components/avatar/index.mjs +2 -2
  29. package/dist/components/backdrop/backdrop.mjs +2 -2
  30. package/dist/components/backdrop/index.mjs +2 -2
  31. package/dist/components/breadcrumb/breadcrumb.js +46 -35
  32. package/dist/components/breadcrumb/breadcrumb.mjs +8 -8
  33. package/dist/components/breadcrumb/index.js +46 -35
  34. package/dist/components/breadcrumb/index.mjs +8 -8
  35. package/dist/components/button/button.js +46 -35
  36. package/dist/components/button/button.mjs +5 -5
  37. package/dist/components/button/icon-button.js +46 -35
  38. package/dist/components/button/icon-button.mjs +5 -5
  39. package/dist/components/button/index.js +46 -35
  40. package/dist/components/button/index.mjs +7 -7
  41. package/dist/components/button/text-button.mjs +2 -2
  42. package/dist/components/checkbox/checkbox.mjs +2 -2
  43. package/dist/components/checkbox/index.mjs +2 -2
  44. package/dist/components/chip/chip.js +46 -35
  45. package/dist/components/chip/chip.mjs +4 -4
  46. package/dist/components/chip/index.js +46 -35
  47. package/dist/components/chip/index.mjs +4 -4
  48. package/dist/components/dateTimePicker/calendar.js +46 -35
  49. package/dist/components/dateTimePicker/calendar.mjs +4 -4
  50. package/dist/components/dateTimePicker/dateTimePicker.js +46 -35
  51. package/dist/components/dateTimePicker/dateTimePicker.mjs +9 -9
  52. package/dist/components/dateTimePicker/index.js +46 -35
  53. package/dist/components/dateTimePicker/index.mjs +9 -9
  54. package/dist/components/dateTimePicker/timePicker.js +46 -35
  55. package/dist/components/dateTimePicker/timePicker.mjs +7 -7
  56. package/dist/components/fileUpload/fileUpload.d.mts +92 -0
  57. package/dist/components/fileUpload/fileUpload.d.ts +92 -0
  58. package/dist/components/fileUpload/fileUpload.js +5648 -0
  59. package/dist/components/fileUpload/fileUpload.mjs +28 -0
  60. package/dist/components/fileUpload/index.d.mts +5 -0
  61. package/dist/components/fileUpload/index.d.ts +5 -0
  62. package/dist/components/fileUpload/index.js +5647 -0
  63. package/dist/components/fileUpload/index.mjs +25 -0
  64. package/dist/components/icon/Icon.d.mts +9 -5
  65. package/dist/components/icon/Icon.d.ts +9 -5
  66. package/dist/components/icon/Icon.js +46 -35
  67. package/dist/components/icon/Icon.mjs +2 -2
  68. package/dist/components/icon/index.js +46 -35
  69. package/dist/components/icon/index.mjs +2 -2
  70. package/dist/components/icon/template.d.mts +3 -2
  71. package/dist/components/icon/template.d.ts +3 -2
  72. package/dist/components/icon/template.js +46 -35
  73. package/dist/components/icon/template.mjs +1 -1
  74. package/dist/components/input/index.js +48 -36
  75. package/dist/components/input/index.mjs +4 -4
  76. package/dist/components/input/input.js +48 -36
  77. package/dist/components/input/input.mjs +4 -4
  78. package/dist/components/list/index.js +46 -35
  79. package/dist/components/list/index.mjs +8 -8
  80. package/dist/components/list/list.mjs +2 -2
  81. package/dist/components/list/listItem.js +46 -35
  82. package/dist/components/list/listItem.mjs +5 -5
  83. package/dist/components/modal/index.js +46 -35
  84. package/dist/components/modal/index.mjs +9 -9
  85. package/dist/components/modal/modal.js +46 -35
  86. package/dist/components/modal/modal.mjs +9 -9
  87. package/dist/components/pagination/index.js +48 -36
  88. package/dist/components/pagination/index.mjs +5 -5
  89. package/dist/components/pagination/pagination.js +48 -36
  90. package/dist/components/pagination/pagination.mjs +5 -5
  91. package/dist/components/radio/index.mjs +2 -2
  92. package/dist/components/radio/radio.mjs +2 -2
  93. package/dist/components/ripple/index.mjs +3 -3
  94. package/dist/components/select/index.js +46 -35
  95. package/dist/components/select/index.mjs +4 -4
  96. package/dist/components/select/select.js +46 -35
  97. package/dist/components/select/select.mjs +4 -4
  98. package/dist/components/table/index.js +48 -36
  99. package/dist/components/table/index.mjs +12 -12
  100. package/dist/components/table/table-body.mjs +3 -3
  101. package/dist/components/table/table-head.mjs +3 -3
  102. package/dist/components/table/table.js +48 -36
  103. package/dist/components/table/table.mjs +9 -9
  104. package/dist/components/tabs/index.mjs +2 -2
  105. package/dist/components/tabs/tabs.mjs +2 -2
  106. package/dist/components/toast/index.js +46 -35
  107. package/dist/components/toast/index.mjs +5 -5
  108. package/dist/components/toast/toast.js +46 -35
  109. package/dist/components/toast/toast.mjs +4 -4
  110. package/dist/components/toast/use-toast.js +46 -35
  111. package/dist/components/toast/use-toast.mjs +5 -5
  112. package/dist/components/tooltip/index.mjs +2 -2
  113. package/dist/components/tooltip/tooltip.mjs +2 -2
  114. package/dist/components/tree/index.js +60 -64
  115. package/dist/components/tree/index.mjs +4 -4
  116. package/dist/components/tree/tree.d.mts +10 -5
  117. package/dist/components/tree/tree.d.ts +10 -5
  118. package/dist/components/tree/tree.js +60 -64
  119. package/dist/components/tree/tree.mjs +4 -4
  120. package/dist/index.d.mts +1 -0
  121. package/dist/index.d.ts +1 -0
  122. package/dist/index.js +180 -65
  123. package/dist/index.mjs +54 -49
  124. package/package.json +1 -1
  125. package/dist/{chunk-WFMFC7R6.mjs → chunk-2PKM7SLZ.mjs} +3 -3
  126. package/dist/{chunk-QIRL6HY6.mjs → chunk-33LANVZV.mjs} +3 -3
  127. package/dist/{chunk-Z2537DF6.mjs → chunk-IL5ENWCR.mjs} +3 -3
  128. package/dist/{chunk-LL6F3WDX.mjs → chunk-P5QCU457.mjs} +3 -3
  129. package/dist/{chunk-2YMAKIZ6.mjs → chunk-SSMMWMQC.mjs} +3 -3
  130. package/dist/{chunk-HIVPDIEP.mjs → chunk-UFVQPPPW.mjs} +3 -3
  131. package/dist/{chunk-D6QI3DJG.mjs → chunk-YLRYHUTW.mjs} +3 -3
@@ -1,19 +1,19 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-HWL7TPUN.mjs";
5
- import {
6
- tv
7
- } from "./chunk-4ZJFD3L3.mjs";
4
+ } from "./chunk-2TKEWFGH.mjs";
8
5
  import {
9
6
  clsx
10
7
  } from "./chunk-27Y6K5NK.mjs";
8
+ import {
9
+ tv
10
+ } from "./chunk-4ZJFD3L3.mjs";
11
11
 
12
12
  // src/components/tree/tree.tsx
13
13
  import { forwardRef, useMemo, useState, useCallback } from "react";
14
14
  import { jsx, jsxs } from "react/jsx-runtime";
15
15
  var TreeNodeItem = forwardRef(
16
- ({ node, depth, fileIcon, isLoading, classNames, onExpand }, ref) => {
16
+ ({ node, depth, fileIcon, selectedId, isLoading, classNames, onExpand }, ref) => {
17
17
  const [isOpen, setIsOpen] = useState(false);
18
18
  const [children, setChildren] = useState(node.children);
19
19
  const [isLoadingChildren, setIsLoadingChildren] = useState(false);
@@ -37,10 +37,10 @@ var TreeNodeItem = forwardRef(
37
37
  }
38
38
  setIsOpen((prev) => !prev);
39
39
  }, [isOpen, children, onExpand, node]);
40
- const handleClick = () => {
40
+ const handleClick = (e) => {
41
41
  var _a;
42
42
  toggleOpen();
43
- (_a = node.onClick) == null ? void 0 : _a.call(node);
43
+ (_a = node.onClick) == null ? void 0 : _a.call(node, e);
44
44
  };
45
45
  const handleRightClick = (e) => {
46
46
  var _a;
@@ -61,7 +61,7 @@ var TreeNodeItem = forwardRef(
61
61
  /* @__PURE__ */ jsxs(
62
62
  "div",
63
63
  {
64
- className: slots.group({ class: classNames == null ? void 0 : classNames.group }),
64
+ className: clsx(slots.node({ class: classNames == null ? void 0 : classNames.node }), selectedId == node.id ? "bg-neutral-soft" : ""),
65
65
  onClick: handleClick,
66
66
  onContextMenu: handleRightClick,
67
67
  children: [
@@ -87,6 +87,7 @@ var TreeNodeItem = forwardRef(
87
87
  {
88
88
  node: child,
89
89
  depth: depth + 1,
90
+ selectedId,
90
91
  classNames,
91
92
  fileIcon,
92
93
  onExpand
@@ -105,44 +106,27 @@ var Tree = ({
105
106
  group,
106
107
  groupIcon,
107
108
  fileIcon,
109
+ selectedId,
108
110
  isLoading = false,
109
111
  classNames,
110
112
  onExpand
111
113
  }) => {
112
114
  const slots = useMemo(() => treeStyle(), []);
113
- const [isOpen, setIsOpen] = useState(true);
114
- const handleToggle = () => {
115
- var _a;
116
- setIsOpen((prev) => !prev);
117
- (_a = group.onClick) == null ? void 0 : _a.call(group);
118
- };
119
- const handleRightClick = (e) => {
120
- var _a;
121
- e.preventDefault();
122
- (_a = group.onRightClick) == null ? void 0 : _a.call(group, e);
123
- };
124
115
  return /* @__PURE__ */ jsxs("div", { className: slots.base({ class: classNames == null ? void 0 : classNames.base }), children: [
125
116
  headerContent && /* @__PURE__ */ jsx("div", { children: headerContent }),
126
117
  /* @__PURE__ */ jsxs("div", { className: slots.wrapper({ class: classNames == null ? void 0 : classNames.wrapper }), children: [
127
- /* @__PURE__ */ jsxs(
128
- "div",
129
- {
130
- className: slots.group({ class: classNames == null ? void 0 : classNames.group }),
131
- onClick: handleToggle,
132
- onContextMenu: handleRightClick,
133
- children: [
134
- groupIcon,
135
- group.label
136
- ]
137
- }
138
- ),
139
- isOpen && /* @__PURE__ */ jsx("div", { children: group.data.map((node) => /* @__PURE__ */ jsx(
118
+ /* @__PURE__ */ jsxs("div", { className: slots.group({ class: classNames == null ? void 0 : classNames.group }), children: [
119
+ groupIcon,
120
+ group.label
121
+ ] }),
122
+ /* @__PURE__ */ jsx("div", { children: group.data.map((node) => /* @__PURE__ */ jsx(
140
123
  TreeNodeItem,
141
124
  {
142
125
  node,
143
126
  depth: 1,
144
127
  classNames,
145
128
  fileIcon,
129
+ selectedId,
146
130
  isLoading,
147
131
  onExpand
148
132
  },
@@ -157,7 +141,8 @@ var treeStyle = tv({
157
141
  slots: {
158
142
  base: ["border", "border-neutral-light", "rounded-xl", "p-[20px]", "flex", "flex-col", "gap-[20px]", "select-none"],
159
143
  wrapper: ["flex", "flex-col", "gap-[5px]"],
160
- group: [
144
+ group: ["flex", "items-center", "gap-[5px]", "text-md", "font-bold", "text-body-foreground", "p-[5px]"],
145
+ node: [
161
146
  "flex",
162
147
  "items-center",
163
148
  "gap-[5px]",
@@ -5,13 +5,13 @@ import {
5
5
  } from "./chunk-P732YGHO.mjs";
6
6
  import {
7
7
  Icon_default
8
- } from "./chunk-HWL7TPUN.mjs";
9
- import {
10
- tv
11
- } from "./chunk-4ZJFD3L3.mjs";
8
+ } from "./chunk-2TKEWFGH.mjs";
12
9
  import {
13
10
  mapPropsVariants
14
11
  } from "./chunk-E3G5QXSH.mjs";
12
+ import {
13
+ tv
14
+ } from "./chunk-4ZJFD3L3.mjs";
15
15
 
16
16
  // src/components/dateTimePicker/calendar.tsx
17
17
  import React, {
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-HWL7TPUN.mjs";
5
- import {
6
- tv
7
- } from "./chunk-4ZJFD3L3.mjs";
4
+ } from "./chunk-2TKEWFGH.mjs";
8
5
  import {
9
6
  mapPropsVariants
10
7
  } from "./chunk-E3G5QXSH.mjs";
8
+ import {
9
+ tv
10
+ } from "./chunk-4ZJFD3L3.mjs";
11
11
 
12
12
  // src/components/chip/chip.tsx
13
13
  import { forwardRef, useMemo } from "react";
@@ -625,22 +625,61 @@ var template = {
625
625
  }
626
626
  );
627
627
  },
628
- // ----------------------------------- old ---------------------------------
629
- // ** Status **
630
- plus: ({ className, fill }) => {
628
+ plus: ({ className }) => {
629
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
630
+ "svg",
631
+ {
632
+ xmlns: "http://www.w3.org/2000/svg",
633
+ width: "18",
634
+ height: "18",
635
+ viewBox: "0 0 18 18",
636
+ fill: "none",
637
+ className,
638
+ children: [
639
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
640
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
641
+ ]
642
+ }
643
+ );
644
+ },
645
+ minus: ({ className }) => {
631
646
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
632
647
  "svg",
633
648
  {
634
- width: "24",
635
- height: "24",
636
- viewBox: "0 0 24 24",
649
+ xmlns: "http://www.w3.org/2000/svg",
650
+ width: "18",
651
+ height: "18",
652
+ viewBox: "0 0 18 18",
637
653
  fill: "none",
654
+ className,
655
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
656
+ }
657
+ );
658
+ },
659
+ pencil: ({ className }) => {
660
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
661
+ "svg",
662
+ {
638
663
  xmlns: "http://www.w3.org/2000/svg",
664
+ width: "18",
665
+ height: "18",
666
+ viewBox: "0 0 18 18",
667
+ fill: "none",
639
668
  className,
640
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 4.5V19.5M19.5 12H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
669
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
670
+ "path",
671
+ {
672
+ d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
673
+ stroke: "currentColor",
674
+ strokeLinecap: "round",
675
+ strokeLinejoin: "round"
676
+ }
677
+ )
641
678
  }
642
679
  );
643
680
  },
681
+ // ----------------------------------- old ---------------------------------
682
+ // ** Status **
644
683
  check: ({ className, fill }) => {
645
684
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
646
685
  "svg",
@@ -2287,34 +2326,6 @@ var template = {
2287
2326
  }
2288
2327
  );
2289
2328
  },
2290
- pencil: ({ className, fill }) => {
2291
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2292
- "svg",
2293
- {
2294
- width: "24",
2295
- height: "24",
2296
- viewBox: "0 0 24 24",
2297
- fill: "none",
2298
- xmlns: "http://www.w3.org/2000/svg",
2299
- className,
2300
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2301
- "path",
2302
- {
2303
- d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
2304
- fill: "currentColor"
2305
- }
2306
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2307
- "path",
2308
- {
2309
- d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
2310
- stroke: "currentColor",
2311
- strokeLinecap: "round",
2312
- strokeLinejoin: "round"
2313
- }
2314
- )
2315
- }
2316
- );
2317
- },
2318
2329
  "pencil-square": ({ className, fill }) => {
2319
2330
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2320
2331
  "svg",
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  avatar_default
4
- } from "../../chunk-XQGD4ZIX.mjs";
5
- import "../../chunk-3IU2RPSM.mjs";
4
+ } from "../../chunk-SP3JVQY3.mjs";
5
+ import "../../chunk-2SDYFOZL.mjs";
6
6
  import "../../chunk-4ZJFD3L3.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
@@ -627,22 +627,61 @@ var template = {
627
627
  }
628
628
  );
629
629
  },
630
- // ----------------------------------- old ---------------------------------
631
- // ** Status **
632
- plus: ({ className, fill }) => {
630
+ plus: ({ className }) => {
631
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
632
+ "svg",
633
+ {
634
+ xmlns: "http://www.w3.org/2000/svg",
635
+ width: "18",
636
+ height: "18",
637
+ viewBox: "0 0 18 18",
638
+ fill: "none",
639
+ className,
640
+ children: [
641
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
642
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
643
+ ]
644
+ }
645
+ );
646
+ },
647
+ minus: ({ className }) => {
633
648
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
634
649
  "svg",
635
650
  {
636
- width: "24",
637
- height: "24",
638
- viewBox: "0 0 24 24",
651
+ xmlns: "http://www.w3.org/2000/svg",
652
+ width: "18",
653
+ height: "18",
654
+ viewBox: "0 0 18 18",
639
655
  fill: "none",
656
+ className,
657
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
658
+ }
659
+ );
660
+ },
661
+ pencil: ({ className }) => {
662
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
663
+ "svg",
664
+ {
640
665
  xmlns: "http://www.w3.org/2000/svg",
666
+ width: "18",
667
+ height: "18",
668
+ viewBox: "0 0 18 18",
669
+ fill: "none",
641
670
  className,
642
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 4.5V19.5M19.5 12H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
671
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
672
+ "path",
673
+ {
674
+ d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
675
+ stroke: "currentColor",
676
+ strokeLinecap: "round",
677
+ strokeLinejoin: "round"
678
+ }
679
+ )
643
680
  }
644
681
  );
645
682
  },
683
+ // ----------------------------------- old ---------------------------------
684
+ // ** Status **
646
685
  check: ({ className, fill }) => {
647
686
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
648
687
  "svg",
@@ -2289,34 +2328,6 @@ var template = {
2289
2328
  }
2290
2329
  );
2291
2330
  },
2292
- pencil: ({ className, fill }) => {
2293
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2294
- "svg",
2295
- {
2296
- width: "24",
2297
- height: "24",
2298
- viewBox: "0 0 24 24",
2299
- fill: "none",
2300
- xmlns: "http://www.w3.org/2000/svg",
2301
- className,
2302
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2303
- "path",
2304
- {
2305
- d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
2306
- fill: "currentColor"
2307
- }
2308
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2309
- "path",
2310
- {
2311
- d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
2312
- stroke: "currentColor",
2313
- strokeLinecap: "round",
2314
- strokeLinejoin: "round"
2315
- }
2316
- )
2317
- }
2318
- );
2319
- },
2320
2331
  "pencil-square": ({ className, fill }) => {
2321
2332
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2322
2333
  "svg",
@@ -2,8 +2,8 @@
2
2
  import "../../chunk-7DLOYKVC.mjs";
3
3
  import {
4
4
  avatar_default
5
- } from "../../chunk-XQGD4ZIX.mjs";
6
- import "../../chunk-3IU2RPSM.mjs";
5
+ } from "../../chunk-SP3JVQY3.mjs";
6
+ import "../../chunk-2SDYFOZL.mjs";
7
7
  import "../../chunk-4ZJFD3L3.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  backdrop_default
4
- } from "../../chunk-LL6F3WDX.mjs";
5
- import "../../chunk-4ZJFD3L3.mjs";
4
+ } from "../../chunk-P5QCU457.mjs";
6
5
  import "../../chunk-27Y6K5NK.mjs";
6
+ import "../../chunk-4ZJFD3L3.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
9
9
  backdrop_default as default
@@ -2,9 +2,9 @@
2
2
  import "../../chunk-SE5TU755.mjs";
3
3
  import {
4
4
  backdrop_default
5
- } from "../../chunk-LL6F3WDX.mjs";
6
- import "../../chunk-4ZJFD3L3.mjs";
5
+ } from "../../chunk-P5QCU457.mjs";
7
6
  import "../../chunk-27Y6K5NK.mjs";
7
+ import "../../chunk-4ZJFD3L3.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  backdrop_default as Backdrop
@@ -842,22 +842,61 @@ var template = {
842
842
  }
843
843
  );
844
844
  },
845
- // ----------------------------------- old ---------------------------------
846
- // ** Status **
847
- plus: ({ className, fill }) => {
845
+ plus: ({ className }) => {
846
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
847
+ "svg",
848
+ {
849
+ xmlns: "http://www.w3.org/2000/svg",
850
+ width: "18",
851
+ height: "18",
852
+ viewBox: "0 0 18 18",
853
+ fill: "none",
854
+ className,
855
+ children: [
856
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
857
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
858
+ ]
859
+ }
860
+ );
861
+ },
862
+ minus: ({ className }) => {
848
863
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
849
864
  "svg",
850
865
  {
851
- width: "24",
852
- height: "24",
853
- viewBox: "0 0 24 24",
866
+ xmlns: "http://www.w3.org/2000/svg",
867
+ width: "18",
868
+ height: "18",
869
+ viewBox: "0 0 18 18",
854
870
  fill: "none",
871
+ className,
872
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
873
+ }
874
+ );
875
+ },
876
+ pencil: ({ className }) => {
877
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
878
+ "svg",
879
+ {
855
880
  xmlns: "http://www.w3.org/2000/svg",
881
+ width: "18",
882
+ height: "18",
883
+ viewBox: "0 0 18 18",
884
+ fill: "none",
856
885
  className,
857
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 4.5V19.5M19.5 12H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
886
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
887
+ "path",
888
+ {
889
+ d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
890
+ stroke: "currentColor",
891
+ strokeLinecap: "round",
892
+ strokeLinejoin: "round"
893
+ }
894
+ )
858
895
  }
859
896
  );
860
897
  },
898
+ // ----------------------------------- old ---------------------------------
899
+ // ** Status **
861
900
  check: ({ className, fill }) => {
862
901
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
863
902
  "svg",
@@ -2504,34 +2543,6 @@ var template = {
2504
2543
  }
2505
2544
  );
2506
2545
  },
2507
- pencil: ({ className, fill }) => {
2508
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2509
- "svg",
2510
- {
2511
- width: "24",
2512
- height: "24",
2513
- viewBox: "0 0 24 24",
2514
- fill: "none",
2515
- xmlns: "http://www.w3.org/2000/svg",
2516
- className,
2517
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2518
- "path",
2519
- {
2520
- d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
2521
- fill: "currentColor"
2522
- }
2523
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2524
- "path",
2525
- {
2526
- d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
2527
- stroke: "currentColor",
2528
- strokeLinecap: "round",
2529
- strokeLinejoin: "round"
2530
- }
2531
- )
2532
- }
2533
- );
2534
- },
2535
2546
  "pencil-square": ({ className, fill }) => {
2536
2547
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2537
2548
  "svg",
@@ -1,21 +1,21 @@
1
1
  "use client";
2
2
  import {
3
3
  breadcrumb_default
4
- } from "../../chunk-IRAHS4WS.mjs";
4
+ } from "../../chunk-III2QUWF.mjs";
5
5
  import "../../chunk-MY5U63QO.mjs";
6
6
  import "../../chunk-LPZOH3RP.mjs";
7
- import "../../chunk-BQUZRVYW.mjs";
8
- import "../../chunk-PMMTMYRI.mjs";
7
+ import "../../chunk-7J3KVOTS.mjs";
8
+ import "../../chunk-6K3E5BVO.mjs";
9
9
  import "../../chunk-6WSACUIB.mjs";
10
- import "../../chunk-6PNKRBUT.mjs";
11
10
  import "../../chunk-LXHUO6VM.mjs";
12
- import "../../chunk-WFMFC7R6.mjs";
11
+ import "../../chunk-6PNKRBUT.mjs";
12
+ import "../../chunk-2PKM7SLZ.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
- import "../../chunk-HWL7TPUN.mjs";
15
- import "../../chunk-3IU2RPSM.mjs";
16
- import "../../chunk-4ZJFD3L3.mjs";
14
+ import "../../chunk-2TKEWFGH.mjs";
15
+ import "../../chunk-2SDYFOZL.mjs";
17
16
  import "../../chunk-27Y6K5NK.mjs";
18
17
  import "../../chunk-E3G5QXSH.mjs";
18
+ import "../../chunk-4ZJFD3L3.mjs";
19
19
  import "../../chunk-AC6TWLRT.mjs";
20
20
  export {
21
21
  breadcrumb_default as default
@@ -844,22 +844,61 @@ var template = {
844
844
  }
845
845
  );
846
846
  },
847
- // ----------------------------------- old ---------------------------------
848
- // ** Status **
849
- plus: ({ className, fill }) => {
847
+ plus: ({ className }) => {
848
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
849
+ "svg",
850
+ {
851
+ xmlns: "http://www.w3.org/2000/svg",
852
+ width: "18",
853
+ height: "18",
854
+ viewBox: "0 0 18 18",
855
+ fill: "none",
856
+ className,
857
+ children: [
858
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
859
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
860
+ ]
861
+ }
862
+ );
863
+ },
864
+ minus: ({ className }) => {
850
865
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
851
866
  "svg",
852
867
  {
853
- width: "24",
854
- height: "24",
855
- viewBox: "0 0 24 24",
868
+ xmlns: "http://www.w3.org/2000/svg",
869
+ width: "18",
870
+ height: "18",
871
+ viewBox: "0 0 18 18",
856
872
  fill: "none",
873
+ className,
874
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
875
+ }
876
+ );
877
+ },
878
+ pencil: ({ className }) => {
879
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
880
+ "svg",
881
+ {
857
882
  xmlns: "http://www.w3.org/2000/svg",
883
+ width: "18",
884
+ height: "18",
885
+ viewBox: "0 0 18 18",
886
+ fill: "none",
858
887
  className,
859
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 4.5V19.5M19.5 12H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
888
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
889
+ "path",
890
+ {
891
+ d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
892
+ stroke: "currentColor",
893
+ strokeLinecap: "round",
894
+ strokeLinejoin: "round"
895
+ }
896
+ )
860
897
  }
861
898
  );
862
899
  },
900
+ // ----------------------------------- old ---------------------------------
901
+ // ** Status **
863
902
  check: ({ className, fill }) => {
864
903
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
865
904
  "svg",
@@ -2506,34 +2545,6 @@ var template = {
2506
2545
  }
2507
2546
  );
2508
2547
  },
2509
- pencil: ({ className, fill }) => {
2510
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2511
- "svg",
2512
- {
2513
- width: "24",
2514
- height: "24",
2515
- viewBox: "0 0 24 24",
2516
- fill: "none",
2517
- xmlns: "http://www.w3.org/2000/svg",
2518
- className,
2519
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2520
- "path",
2521
- {
2522
- d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
2523
- fill: "currentColor"
2524
- }
2525
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2526
- "path",
2527
- {
2528
- d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
2529
- stroke: "currentColor",
2530
- strokeLinecap: "round",
2531
- strokeLinejoin: "round"
2532
- }
2533
- )
2534
- }
2535
- );
2536
- },
2537
2548
  "pencil-square": ({ className, fill }) => {
2538
2549
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2539
2550
  "svg",