@deepnoid/ui 0.1.55 → 0.1.56

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 (98) hide show
  1. package/.turbo/turbo-build.log +162 -162
  2. package/dist/{chunk-ZVGVLD3T.mjs → chunk-3I7QA57V.mjs} +23 -0
  3. package/dist/{chunk-X3A2QD6L.mjs → chunk-3ONHMYAP.mjs} +1 -1
  4. package/dist/{chunk-7XFHA2U5.mjs → chunk-4T7R3PEH.mjs} +1 -1
  5. package/dist/{chunk-PVFDO2WN.mjs → chunk-73RWXO3Y.mjs} +1 -1
  6. package/dist/{chunk-T43IV3GD.mjs → chunk-BWTDELPC.mjs} +2 -2
  7. package/dist/{chunk-5SNPCI6I.mjs → chunk-C4AGYO7C.mjs} +1 -1
  8. package/dist/{chunk-FKKDEWW3.mjs → chunk-D47SHPFE.mjs} +1 -1
  9. package/dist/{chunk-LF4SL2LJ.mjs → chunk-DLFXCMUU.mjs} +1 -1
  10. package/dist/{chunk-YUMQWCQ3.mjs → chunk-DLQGQUCD.mjs} +1 -1
  11. package/dist/{chunk-LTNDSCRA.mjs → chunk-DZ6QJCDZ.mjs} +1 -1
  12. package/dist/{chunk-RQ6ADHCR.mjs → chunk-GL5J2BKI.mjs} +1 -1
  13. package/dist/{chunk-GMNQDNPW.mjs → chunk-HHRKPSO6.mjs} +1 -1
  14. package/dist/{chunk-RBQEUS4K.mjs → chunk-IC3O54EM.mjs} +3 -3
  15. package/dist/{chunk-GC3GYCKY.mjs → chunk-JDWX2LKJ.mjs} +1 -1
  16. package/dist/{chunk-Y3FMWQ7R.mjs → chunk-L3RCWZTV.mjs} +1 -1
  17. package/dist/{chunk-OTEWHVER.mjs → chunk-LQEA2HU5.mjs} +2 -2
  18. package/dist/{chunk-NWV5ELFP.mjs → chunk-PMZH6GPQ.mjs} +3 -3
  19. package/dist/{chunk-FDBWNO2X.mjs → chunk-UETBYMGS.mjs} +1 -1
  20. package/dist/{chunk-MXLJ3B4K.mjs → chunk-YZDZYMBP.mjs} +2 -2
  21. package/dist/{chunk-YQ2ULGET.mjs → chunk-ZI37UH3A.mjs} +1 -1
  22. package/dist/components/avatar/avatar.js +23 -0
  23. package/dist/components/avatar/avatar.mjs +2 -2
  24. package/dist/components/avatar/index.js +23 -0
  25. package/dist/components/avatar/index.mjs +2 -2
  26. package/dist/components/breadcrumb/breadcrumb.js +23 -0
  27. package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
  28. package/dist/components/breadcrumb/index.js +23 -0
  29. package/dist/components/breadcrumb/index.mjs +5 -5
  30. package/dist/components/button/button.js +23 -0
  31. package/dist/components/button/button.mjs +3 -3
  32. package/dist/components/button/icon-button.js +23 -0
  33. package/dist/components/button/icon-button.mjs +3 -3
  34. package/dist/components/button/index.js +23 -0
  35. package/dist/components/button/index.mjs +4 -4
  36. package/dist/components/chip/chip.js +23 -0
  37. package/dist/components/chip/chip.mjs +3 -3
  38. package/dist/components/chip/index.js +23 -0
  39. package/dist/components/chip/index.mjs +3 -3
  40. package/dist/components/dateTimePicker/calendar.js +23 -0
  41. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  42. package/dist/components/dateTimePicker/dateTimePicker.js +23 -0
  43. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  44. package/dist/components/dateTimePicker/index.js +23 -0
  45. package/dist/components/dateTimePicker/index.mjs +7 -7
  46. package/dist/components/dateTimePicker/timePicker.js +23 -0
  47. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  48. package/dist/components/fileUpload/fileUpload.js +23 -0
  49. package/dist/components/fileUpload/fileUpload.mjs +6 -6
  50. package/dist/components/fileUpload/index.js +23 -0
  51. package/dist/components/fileUpload/index.mjs +6 -6
  52. package/dist/components/icon/Icon.d.mts +4 -0
  53. package/dist/components/icon/Icon.d.ts +4 -0
  54. package/dist/components/icon/Icon.js +23 -0
  55. package/dist/components/icon/Icon.mjs +2 -2
  56. package/dist/components/icon/index.js +23 -0
  57. package/dist/components/icon/index.mjs +2 -2
  58. package/dist/components/icon/template.d.mts +1 -0
  59. package/dist/components/icon/template.d.ts +1 -0
  60. package/dist/components/icon/template.js +23 -0
  61. package/dist/components/icon/template.mjs +1 -1
  62. package/dist/components/input/index.js +23 -0
  63. package/dist/components/input/index.mjs +3 -3
  64. package/dist/components/input/input.js +23 -0
  65. package/dist/components/input/input.mjs +3 -3
  66. package/dist/components/list/index.js +23 -0
  67. package/dist/components/list/index.mjs +4 -4
  68. package/dist/components/list/listItem.js +23 -0
  69. package/dist/components/list/listItem.mjs +4 -4
  70. package/dist/components/modal/index.js +23 -0
  71. package/dist/components/modal/index.mjs +5 -5
  72. package/dist/components/modal/modal.js +23 -0
  73. package/dist/components/modal/modal.mjs +5 -5
  74. package/dist/components/pagination/index.js +23 -0
  75. package/dist/components/pagination/index.mjs +4 -4
  76. package/dist/components/pagination/pagination.js +23 -0
  77. package/dist/components/pagination/pagination.mjs +4 -4
  78. package/dist/components/select/index.js +23 -0
  79. package/dist/components/select/index.mjs +3 -3
  80. package/dist/components/select/select.js +23 -0
  81. package/dist/components/select/select.mjs +3 -3
  82. package/dist/components/table/index.js +23 -0
  83. package/dist/components/table/index.mjs +5 -5
  84. package/dist/components/table/table.js +23 -0
  85. package/dist/components/table/table.mjs +5 -5
  86. package/dist/components/toast/index.js +23 -0
  87. package/dist/components/toast/index.mjs +4 -4
  88. package/dist/components/toast/toast.js +23 -0
  89. package/dist/components/toast/toast.mjs +3 -3
  90. package/dist/components/toast/use-toast.js +23 -0
  91. package/dist/components/toast/use-toast.mjs +4 -4
  92. package/dist/components/tree/index.js +23 -0
  93. package/dist/components/tree/index.mjs +3 -3
  94. package/dist/components/tree/tree.js +23 -0
  95. package/dist/components/tree/tree.mjs +3 -3
  96. package/dist/index.js +23 -0
  97. package/dist/index.mjs +27 -27
  98. package/package.json +1 -1
@@ -939,6 +939,29 @@ var template = {
939
939
  }
940
940
  );
941
941
  },
942
+ down: ({ className }) => {
943
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
944
+ "svg",
945
+ {
946
+ xmlns: "http://www.w3.org/2000/svg",
947
+ width: "21",
948
+ height: "21",
949
+ viewBox: "0 0 21 21",
950
+ fill: "none",
951
+ className,
952
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
953
+ "path",
954
+ {
955
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
956
+ stroke: "currentColor",
957
+ strokeWidth: "1.5",
958
+ strokeLinecap: "round",
959
+ strokeLinejoin: "round"
960
+ }
961
+ )
962
+ }
963
+ );
964
+ },
942
965
  // ----------------------------------- old ---------------------------------
943
966
  // ** Status **
944
967
  check: ({ className, fill }) => {
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  calendarStyle,
4
4
  calendar_default
5
- } from "../../chunk-Y3FMWQ7R.mjs";
5
+ } from "../../chunk-L3RCWZTV.mjs";
6
6
  import "../../chunk-P732YGHO.mjs";
7
7
  import "../../chunk-ZYIIXWVY.mjs";
8
- import "../../chunk-LTNDSCRA.mjs";
9
- import "../../chunk-ZVGVLD3T.mjs";
8
+ import "../../chunk-DZ6QJCDZ.mjs";
9
+ import "../../chunk-3I7QA57V.mjs";
10
10
  import "../../chunk-4ZJFD3L3.mjs";
11
11
  import "../../chunk-E3G5QXSH.mjs";
12
12
  import "../../chunk-AC6TWLRT.mjs";
@@ -1033,6 +1033,29 @@ var template = {
1033
1033
  }
1034
1034
  );
1035
1035
  },
1036
+ down: ({ className }) => {
1037
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1038
+ "svg",
1039
+ {
1040
+ xmlns: "http://www.w3.org/2000/svg",
1041
+ width: "21",
1042
+ height: "21",
1043
+ viewBox: "0 0 21 21",
1044
+ fill: "none",
1045
+ className,
1046
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1047
+ "path",
1048
+ {
1049
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
1050
+ stroke: "currentColor",
1051
+ strokeWidth: "1.5",
1052
+ strokeLinecap: "round",
1053
+ strokeLinejoin: "round"
1054
+ }
1055
+ )
1056
+ }
1057
+ );
1058
+ },
1036
1059
  // ----------------------------------- old ---------------------------------
1037
1060
  // ** Status **
1038
1061
  check: ({ className, fill }) => {
@@ -2,18 +2,18 @@
2
2
  import {
3
3
  dateTimePickerStyle,
4
4
  dateTimePicker_default
5
- } from "../../chunk-NWV5ELFP.mjs";
6
- import "../../chunk-LF4SL2LJ.mjs";
5
+ } from "../../chunk-PMZH6GPQ.mjs";
6
+ import "../../chunk-DLFXCMUU.mjs";
7
7
  import "../../chunk-7MVEAQ7Z.mjs";
8
8
  import "../../chunk-HIVPDIEP.mjs";
9
- import "../../chunk-MXLJ3B4K.mjs";
9
+ import "../../chunk-YZDZYMBP.mjs";
10
10
  import "../../chunk-FWJ2ZKH6.mjs";
11
- import "../../chunk-Y3FMWQ7R.mjs";
11
+ import "../../chunk-L3RCWZTV.mjs";
12
12
  import "../../chunk-P732YGHO.mjs";
13
- import "../../chunk-GC3GYCKY.mjs";
13
+ import "../../chunk-JDWX2LKJ.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
- import "../../chunk-LTNDSCRA.mjs";
16
- import "../../chunk-ZVGVLD3T.mjs";
15
+ import "../../chunk-DZ6QJCDZ.mjs";
16
+ import "../../chunk-3I7QA57V.mjs";
17
17
  import "../../chunk-4ZJFD3L3.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
19
19
  import "../../chunk-AC6TWLRT.mjs";
@@ -1034,6 +1034,29 @@ var template = {
1034
1034
  }
1035
1035
  );
1036
1036
  },
1037
+ down: ({ className }) => {
1038
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1039
+ "svg",
1040
+ {
1041
+ xmlns: "http://www.w3.org/2000/svg",
1042
+ width: "21",
1043
+ height: "21",
1044
+ viewBox: "0 0 21 21",
1045
+ fill: "none",
1046
+ className,
1047
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1048
+ "path",
1049
+ {
1050
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
1051
+ stroke: "currentColor",
1052
+ strokeWidth: "1.5",
1053
+ strokeLinecap: "round",
1054
+ strokeLinejoin: "round"
1055
+ }
1056
+ )
1057
+ }
1058
+ );
1059
+ },
1037
1060
  // ----------------------------------- old ---------------------------------
1038
1061
  // ** Status **
1039
1062
  check: ({ className, fill }) => {
@@ -2,18 +2,18 @@
2
2
  import "../../chunk-75HLCORR.mjs";
3
3
  import {
4
4
  dateTimePicker_default
5
- } from "../../chunk-NWV5ELFP.mjs";
6
- import "../../chunk-LF4SL2LJ.mjs";
5
+ } from "../../chunk-PMZH6GPQ.mjs";
6
+ import "../../chunk-DLFXCMUU.mjs";
7
7
  import "../../chunk-7MVEAQ7Z.mjs";
8
8
  import "../../chunk-HIVPDIEP.mjs";
9
- import "../../chunk-MXLJ3B4K.mjs";
9
+ import "../../chunk-YZDZYMBP.mjs";
10
10
  import "../../chunk-FWJ2ZKH6.mjs";
11
- import "../../chunk-Y3FMWQ7R.mjs";
11
+ import "../../chunk-L3RCWZTV.mjs";
12
12
  import "../../chunk-P732YGHO.mjs";
13
- import "../../chunk-GC3GYCKY.mjs";
13
+ import "../../chunk-JDWX2LKJ.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
- import "../../chunk-LTNDSCRA.mjs";
16
- import "../../chunk-ZVGVLD3T.mjs";
15
+ import "../../chunk-DZ6QJCDZ.mjs";
16
+ import "../../chunk-3I7QA57V.mjs";
17
17
  import "../../chunk-4ZJFD3L3.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
19
19
  import "../../chunk-AC6TWLRT.mjs";
@@ -991,6 +991,29 @@ var template = {
991
991
  }
992
992
  );
993
993
  },
994
+ down: ({ className }) => {
995
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
996
+ "svg",
997
+ {
998
+ xmlns: "http://www.w3.org/2000/svg",
999
+ width: "21",
1000
+ height: "21",
1001
+ viewBox: "0 0 21 21",
1002
+ fill: "none",
1003
+ className,
1004
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1005
+ "path",
1006
+ {
1007
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
1008
+ stroke: "currentColor",
1009
+ strokeWidth: "1.5",
1010
+ strokeLinecap: "round",
1011
+ strokeLinejoin: "round"
1012
+ }
1013
+ )
1014
+ }
1015
+ );
1016
+ },
994
1017
  // ----------------------------------- old ---------------------------------
995
1018
  // ** Status **
996
1019
  check: ({ className, fill }) => {
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  import {
3
3
  timePicker_default
4
- } from "../../chunk-LF4SL2LJ.mjs";
4
+ } from "../../chunk-DLFXCMUU.mjs";
5
5
  import "../../chunk-7MVEAQ7Z.mjs";
6
6
  import "../../chunk-HIVPDIEP.mjs";
7
- import "../../chunk-MXLJ3B4K.mjs";
8
- import "../../chunk-GC3GYCKY.mjs";
7
+ import "../../chunk-YZDZYMBP.mjs";
8
+ import "../../chunk-JDWX2LKJ.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-LTNDSCRA.mjs";
11
- import "../../chunk-ZVGVLD3T.mjs";
10
+ import "../../chunk-DZ6QJCDZ.mjs";
11
+ import "../../chunk-3I7QA57V.mjs";
12
12
  import "../../chunk-4ZJFD3L3.mjs";
13
13
  import "../../chunk-E3G5QXSH.mjs";
14
14
  import "../../chunk-AC6TWLRT.mjs";
@@ -707,6 +707,29 @@ var template = {
707
707
  }
708
708
  );
709
709
  },
710
+ down: ({ className }) => {
711
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
712
+ "svg",
713
+ {
714
+ xmlns: "http://www.w3.org/2000/svg",
715
+ width: "21",
716
+ height: "21",
717
+ viewBox: "0 0 21 21",
718
+ fill: "none",
719
+ className,
720
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
721
+ "path",
722
+ {
723
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
724
+ stroke: "currentColor",
725
+ strokeWidth: "1.5",
726
+ strokeLinecap: "round",
727
+ strokeLinejoin: "round"
728
+ }
729
+ )
730
+ }
731
+ );
732
+ },
710
733
  // ----------------------------------- old ---------------------------------
711
734
  // ** Status **
712
735
  check: ({ className, fill }) => {
@@ -3,20 +3,20 @@ import {
3
3
  FileUpload,
4
4
  fileUploadStyle,
5
5
  fileUpload_default
6
- } from "../../chunk-RBQEUS4K.mjs";
6
+ } from "../../chunk-IC3O54EM.mjs";
7
7
  import "../../chunk-2GCSFWHD.mjs";
8
- import "../../chunk-FDBWNO2X.mjs";
8
+ import "../../chunk-UETBYMGS.mjs";
9
9
  import "../../chunk-MY5U63QO.mjs";
10
10
  import "../../chunk-LPZOH3RP.mjs";
11
- import "../../chunk-YQ2ULGET.mjs";
12
- import "../../chunk-FKKDEWW3.mjs";
11
+ import "../../chunk-ZI37UH3A.mjs";
12
+ import "../../chunk-D47SHPFE.mjs";
13
13
  import "../../chunk-6WSACUIB.mjs";
14
14
  import "../../chunk-LXHUO6VM.mjs";
15
15
  import "../../chunk-6PNKRBUT.mjs";
16
16
  import "../../chunk-ZYIIXWVY.mjs";
17
- import "../../chunk-LTNDSCRA.mjs";
17
+ import "../../chunk-DZ6QJCDZ.mjs";
18
18
  import "../../chunk-WFMFC7R6.mjs";
19
- import "../../chunk-ZVGVLD3T.mjs";
19
+ import "../../chunk-3I7QA57V.mjs";
20
20
  import "../../chunk-4ZJFD3L3.mjs";
21
21
  import "../../chunk-27Y6K5NK.mjs";
22
22
  import "../../chunk-E3G5QXSH.mjs";
@@ -707,6 +707,29 @@ var template = {
707
707
  }
708
708
  );
709
709
  },
710
+ down: ({ className }) => {
711
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
712
+ "svg",
713
+ {
714
+ xmlns: "http://www.w3.org/2000/svg",
715
+ width: "21",
716
+ height: "21",
717
+ viewBox: "0 0 21 21",
718
+ fill: "none",
719
+ className,
720
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
721
+ "path",
722
+ {
723
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
724
+ stroke: "currentColor",
725
+ strokeWidth: "1.5",
726
+ strokeLinecap: "round",
727
+ strokeLinejoin: "round"
728
+ }
729
+ )
730
+ }
731
+ );
732
+ },
710
733
  // ----------------------------------- old ---------------------------------
711
734
  // ** Status **
712
735
  check: ({ className, fill }) => {
@@ -2,20 +2,20 @@
2
2
  import "../../chunk-RLXOHILK.mjs";
3
3
  import {
4
4
  fileUpload_default
5
- } from "../../chunk-RBQEUS4K.mjs";
5
+ } from "../../chunk-IC3O54EM.mjs";
6
6
  import "../../chunk-2GCSFWHD.mjs";
7
- import "../../chunk-FDBWNO2X.mjs";
7
+ import "../../chunk-UETBYMGS.mjs";
8
8
  import "../../chunk-MY5U63QO.mjs";
9
9
  import "../../chunk-LPZOH3RP.mjs";
10
- import "../../chunk-YQ2ULGET.mjs";
11
- import "../../chunk-FKKDEWW3.mjs";
10
+ import "../../chunk-ZI37UH3A.mjs";
11
+ import "../../chunk-D47SHPFE.mjs";
12
12
  import "../../chunk-6WSACUIB.mjs";
13
13
  import "../../chunk-LXHUO6VM.mjs";
14
14
  import "../../chunk-6PNKRBUT.mjs";
15
15
  import "../../chunk-ZYIIXWVY.mjs";
16
- import "../../chunk-LTNDSCRA.mjs";
16
+ import "../../chunk-DZ6QJCDZ.mjs";
17
17
  import "../../chunk-WFMFC7R6.mjs";
18
- import "../../chunk-ZVGVLD3T.mjs";
18
+ import "../../chunk-3I7QA57V.mjs";
19
19
  import "../../chunk-4ZJFD3L3.mjs";
20
20
  import "../../chunk-27Y6K5NK.mjs";
21
21
  import "../../chunk-E3G5QXSH.mjs";
@@ -100,6 +100,10 @@ declare const iconTemplate: {
100
100
  className?: string;
101
101
  fill?: boolean;
102
102
  }) => react_jsx_runtime.JSX.Element;
103
+ down: ({ className }: {
104
+ className?: string;
105
+ fill?: boolean;
106
+ }) => react_jsx_runtime.JSX.Element;
103
107
  check: ({ className, fill }: {
104
108
  className?: string;
105
109
  fill?: boolean;
@@ -100,6 +100,10 @@ declare const iconTemplate: {
100
100
  className?: string;
101
101
  fill?: boolean;
102
102
  }) => react_jsx_runtime.JSX.Element;
103
+ down: ({ className }: {
104
+ className?: string;
105
+ fill?: boolean;
106
+ }) => react_jsx_runtime.JSX.Element;
103
107
  check: ({ className, fill }: {
104
108
  className?: string;
105
109
  fill?: boolean;
@@ -620,6 +620,29 @@ var template = {
620
620
  }
621
621
  );
622
622
  },
623
+ down: ({ className }) => {
624
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
625
+ "svg",
626
+ {
627
+ xmlns: "http://www.w3.org/2000/svg",
628
+ width: "21",
629
+ height: "21",
630
+ viewBox: "0 0 21 21",
631
+ fill: "none",
632
+ className,
633
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
634
+ "path",
635
+ {
636
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
637
+ stroke: "currentColor",
638
+ strokeWidth: "1.5",
639
+ strokeLinecap: "round",
640
+ strokeLinejoin: "round"
641
+ }
642
+ )
643
+ }
644
+ );
645
+ },
623
646
  // ----------------------------------- old ---------------------------------
624
647
  // ** Status **
625
648
  check: ({ className, fill }) => {
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  Icon_default,
4
4
  iconTemplate
5
- } from "../../chunk-LTNDSCRA.mjs";
6
- import "../../chunk-ZVGVLD3T.mjs";
5
+ } from "../../chunk-DZ6QJCDZ.mjs";
6
+ import "../../chunk-3I7QA57V.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
9
9
  Icon_default as default,
@@ -620,6 +620,29 @@ var template = {
620
620
  }
621
621
  );
622
622
  },
623
+ down: ({ className }) => {
624
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
625
+ "svg",
626
+ {
627
+ xmlns: "http://www.w3.org/2000/svg",
628
+ width: "21",
629
+ height: "21",
630
+ viewBox: "0 0 21 21",
631
+ fill: "none",
632
+ className,
633
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
634
+ "path",
635
+ {
636
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
637
+ stroke: "currentColor",
638
+ strokeWidth: "1.5",
639
+ strokeLinecap: "round",
640
+ strokeLinejoin: "round"
641
+ }
642
+ )
643
+ }
644
+ );
645
+ },
623
646
  // ----------------------------------- old ---------------------------------
624
647
  // ** Status **
625
648
  check: ({ className, fill }) => {
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
3
3
  import {
4
4
  Icon_default,
5
5
  iconTemplate
6
- } from "../../chunk-LTNDSCRA.mjs";
7
- import "../../chunk-ZVGVLD3T.mjs";
6
+ } from "../../chunk-DZ6QJCDZ.mjs";
7
+ import "../../chunk-3I7QA57V.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  Icon_default as Icon,
@@ -29,6 +29,7 @@ declare const template: {
29
29
  minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
30
30
  pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
31
31
  circle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
32
+ down: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
32
33
  check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
33
34
  "plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
34
35
  "minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -29,6 +29,7 @@ declare const template: {
29
29
  minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
30
30
  pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
31
31
  circle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
32
+ down: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
32
33
  check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
33
34
  "plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
34
35
  "minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -617,6 +617,29 @@ var template = {
617
617
  }
618
618
  );
619
619
  },
620
+ down: ({ className }) => {
621
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
622
+ "svg",
623
+ {
624
+ xmlns: "http://www.w3.org/2000/svg",
625
+ width: "21",
626
+ height: "21",
627
+ viewBox: "0 0 21 21",
628
+ fill: "none",
629
+ className,
630
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
631
+ "path",
632
+ {
633
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
634
+ stroke: "currentColor",
635
+ strokeWidth: "1.5",
636
+ strokeLinecap: "round",
637
+ strokeLinejoin: "round"
638
+ }
639
+ )
640
+ }
641
+ );
642
+ },
620
643
  // ----------------------------------- old ---------------------------------
621
644
  // ** Status **
622
645
  check: ({ className, fill }) => {
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  template
4
- } from "../../chunk-ZVGVLD3T.mjs";
4
+ } from "../../chunk-3I7QA57V.mjs";
5
5
  import "../../chunk-AC6TWLRT.mjs";
6
6
  export {
7
7
  template
@@ -703,6 +703,29 @@ var template = {
703
703
  }
704
704
  );
705
705
  },
706
+ down: ({ className }) => {
707
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
708
+ "svg",
709
+ {
710
+ xmlns: "http://www.w3.org/2000/svg",
711
+ width: "21",
712
+ height: "21",
713
+ viewBox: "0 0 21 21",
714
+ fill: "none",
715
+ className,
716
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
717
+ "path",
718
+ {
719
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
720
+ stroke: "currentColor",
721
+ strokeWidth: "1.5",
722
+ strokeLinecap: "round",
723
+ strokeLinejoin: "round"
724
+ }
725
+ )
726
+ }
727
+ );
728
+ },
706
729
  // ----------------------------------- old ---------------------------------
707
730
  // ** Status **
708
731
  check: ({ className, fill }) => {
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-2GCSFWHD.mjs";
3
3
  import {
4
4
  input_default
5
- } from "../../chunk-FDBWNO2X.mjs";
5
+ } from "../../chunk-UETBYMGS.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-LTNDSCRA.mjs";
8
- import "../../chunk-ZVGVLD3T.mjs";
7
+ import "../../chunk-DZ6QJCDZ.mjs";
8
+ import "../../chunk-3I7QA57V.mjs";
9
9
  import "../../chunk-4ZJFD3L3.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-E3G5QXSH.mjs";
@@ -702,6 +702,29 @@ var template = {
702
702
  }
703
703
  );
704
704
  },
705
+ down: ({ className }) => {
706
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
707
+ "svg",
708
+ {
709
+ xmlns: "http://www.w3.org/2000/svg",
710
+ width: "21",
711
+ height: "21",
712
+ viewBox: "0 0 21 21",
713
+ fill: "none",
714
+ className,
715
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
716
+ "path",
717
+ {
718
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
719
+ stroke: "currentColor",
720
+ strokeWidth: "1.5",
721
+ strokeLinecap: "round",
722
+ strokeLinejoin: "round"
723
+ }
724
+ )
725
+ }
726
+ );
727
+ },
705
728
  // ----------------------------------- old ---------------------------------
706
729
  // ** Status **
707
730
  check: ({ className, fill }) => {
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  inputStyle,
4
4
  input_default
5
- } from "../../chunk-FDBWNO2X.mjs";
5
+ } from "../../chunk-UETBYMGS.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-LTNDSCRA.mjs";
8
- import "../../chunk-ZVGVLD3T.mjs";
7
+ import "../../chunk-DZ6QJCDZ.mjs";
8
+ import "../../chunk-3I7QA57V.mjs";
9
9
  import "../../chunk-4ZJFD3L3.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-E3G5QXSH.mjs";
@@ -991,6 +991,29 @@ var template = {
991
991
  }
992
992
  );
993
993
  },
994
+ down: ({ className }) => {
995
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
996
+ "svg",
997
+ {
998
+ xmlns: "http://www.w3.org/2000/svg",
999
+ width: "21",
1000
+ height: "21",
1001
+ viewBox: "0 0 21 21",
1002
+ fill: "none",
1003
+ className,
1004
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1005
+ "path",
1006
+ {
1007
+ d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
1008
+ stroke: "currentColor",
1009
+ strokeWidth: "1.5",
1010
+ strokeLinecap: "round",
1011
+ strokeLinejoin: "round"
1012
+ }
1013
+ )
1014
+ }
1015
+ );
1016
+ },
994
1017
  // ----------------------------------- old ---------------------------------
995
1018
  // ** Status **
996
1019
  check: ({ className, fill }) => {
@@ -5,11 +5,11 @@ import {
5
5
  } from "../../chunk-HIVPDIEP.mjs";
6
6
  import {
7
7
  listItem_default
8
- } from "../../chunk-MXLJ3B4K.mjs";
9
- import "../../chunk-GC3GYCKY.mjs";
8
+ } from "../../chunk-YZDZYMBP.mjs";
9
+ import "../../chunk-JDWX2LKJ.mjs";
10
10
  import "../../chunk-ZYIIXWVY.mjs";
11
- import "../../chunk-LTNDSCRA.mjs";
12
- import "../../chunk-ZVGVLD3T.mjs";
11
+ import "../../chunk-DZ6QJCDZ.mjs";
12
+ import "../../chunk-3I7QA57V.mjs";
13
13
  import "../../chunk-4ZJFD3L3.mjs";
14
14
  import "../../chunk-E3G5QXSH.mjs";
15
15
  import "../../chunk-AC6TWLRT.mjs";