@deepnoid/ui 0.1.50 → 0.1.51
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.
- package/.turbo/turbo-build.log +178 -178
- package/dist/{chunk-IC25OKBJ.mjs → chunk-2RK3IMLR.mjs} +2 -2
- package/dist/{chunk-NFQMXW4Z.mjs → chunk-4FO4MABJ.mjs} +1 -1
- package/dist/{chunk-ZYWQWFVT.mjs → chunk-5SNPCI6I.mjs} +1 -1
- package/dist/{chunk-GH6CPGFN.mjs → chunk-FDBWNO2X.mjs} +1 -1
- package/dist/{chunk-7TAGGLNY.mjs → chunk-FKKDEWW3.mjs} +1 -1
- package/dist/{chunk-SP3JVQY3.mjs → chunk-GC3GYCKY.mjs} +1 -1
- package/dist/{chunk-KYJTZPXY.mjs → chunk-LF4SL2LJ.mjs} +1 -1
- package/dist/{chunk-RIW4TT6V.mjs → chunk-LIUQU45I.mjs} +3 -3
- package/dist/{chunk-2TKEWFGH.mjs → chunk-LTNDSCRA.mjs} +1 -1
- package/dist/{chunk-RT3S3VVJ.mjs → chunk-MXLJ3B4K.mjs} +2 -2
- package/dist/{chunk-C7AFIF2M.mjs → chunk-NWV5ELFP.mjs} +3 -3
- package/dist/{chunk-MCNCHQ33.mjs → chunk-OTEWHVER.mjs} +2 -2
- package/dist/{chunk-MEY4IL7D.mjs → chunk-PVFDO2WN.mjs} +1 -1
- package/dist/{chunk-25QOEKXS.mjs → chunk-RBQEUS4K.mjs} +3 -3
- package/dist/{chunk-WLNLVX7Q.mjs → chunk-RQ6ADHCR.mjs} +1 -1
- package/dist/{chunk-PXIVYA5G.mjs → chunk-X3A2QD6L.mjs} +1 -1
- package/dist/{chunk-A7RU3FU5.mjs → chunk-Y3FMWQ7R.mjs} +1 -1
- package/dist/{chunk-UB4YBFOT.mjs → chunk-YQ2ULGET.mjs} +1 -1
- package/dist/{chunk-IBI3OVQI.mjs → chunk-YUMQWCQ3.mjs} +1 -1
- package/dist/{chunk-2SDYFOZL.mjs → chunk-ZVGVLD3T.mjs} +23 -0
- package/dist/components/avatar/avatar.js +23 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +23 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +23 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +23 -0
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +23 -0
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +23 -0
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +23 -0
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +23 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +23 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +23 -0
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +23 -0
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.js +23 -0
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.js +23 -0
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/fileUpload/fileUpload.js +23 -0
- package/dist/components/fileUpload/fileUpload.mjs +6 -6
- package/dist/components/fileUpload/index.js +23 -0
- package/dist/components/fileUpload/index.mjs +6 -6
- package/dist/components/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +23 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +23 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +23 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +23 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +23 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +23 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +23 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +23 -0
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +23 -0
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +23 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +23 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/select/index.js +23 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +23 -0
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +23 -0
- package/dist/components/table/index.mjs +10 -10
- package/dist/components/table/table.js +23 -0
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/toast/index.js +23 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +23 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +23 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +23 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +23 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.js +23 -0
- package/dist/index.mjs +44 -44
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
chip_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-RQ6ADHCR.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
7
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
8
8
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
9
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -897,6 +897,29 @@ var template = {
|
|
|
897
897
|
}
|
|
898
898
|
);
|
|
899
899
|
},
|
|
900
|
+
circle: ({ className }) => {
|
|
901
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
902
|
+
"svg",
|
|
903
|
+
{
|
|
904
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
905
|
+
width: "28",
|
|
906
|
+
height: "28",
|
|
907
|
+
viewBox: "0 0 28 28",
|
|
908
|
+
fill: "none",
|
|
909
|
+
className,
|
|
910
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
911
|
+
"path",
|
|
912
|
+
{
|
|
913
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
914
|
+
stroke: "currentColor",
|
|
915
|
+
strokeWidth: "1.5",
|
|
916
|
+
strokeLinecap: "round",
|
|
917
|
+
strokeLinejoin: "round"
|
|
918
|
+
}
|
|
919
|
+
)
|
|
920
|
+
}
|
|
921
|
+
);
|
|
922
|
+
},
|
|
900
923
|
// ----------------------------------- old ---------------------------------
|
|
901
924
|
// ** Status **
|
|
902
925
|
check: ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-MGEWSREV.mjs";
|
|
3
3
|
import {
|
|
4
4
|
chip_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-RQ6ADHCR.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
8
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
9
9
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -916,6 +916,29 @@ var template = {
|
|
|
916
916
|
}
|
|
917
917
|
);
|
|
918
918
|
},
|
|
919
|
+
circle: ({ className }) => {
|
|
920
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
921
|
+
"svg",
|
|
922
|
+
{
|
|
923
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
924
|
+
width: "28",
|
|
925
|
+
height: "28",
|
|
926
|
+
viewBox: "0 0 28 28",
|
|
927
|
+
fill: "none",
|
|
928
|
+
className,
|
|
929
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
930
|
+
"path",
|
|
931
|
+
{
|
|
932
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
933
|
+
stroke: "currentColor",
|
|
934
|
+
strokeWidth: "1.5",
|
|
935
|
+
strokeLinecap: "round",
|
|
936
|
+
strokeLinejoin: "round"
|
|
937
|
+
}
|
|
938
|
+
)
|
|
939
|
+
}
|
|
940
|
+
);
|
|
941
|
+
},
|
|
919
942
|
// ----------------------------------- old ---------------------------------
|
|
920
943
|
// ** Status **
|
|
921
944
|
check: ({ className, fill }) => {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
calendarStyle,
|
|
4
4
|
calendar_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-Y3FMWQ7R.mjs";
|
|
6
6
|
import "../../chunk-P732YGHO.mjs";
|
|
7
7
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
9
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
10
10
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1010,6 +1010,29 @@ var template = {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
);
|
|
1012
1012
|
},
|
|
1013
|
+
circle: ({ className }) => {
|
|
1014
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1015
|
+
"svg",
|
|
1016
|
+
{
|
|
1017
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1018
|
+
width: "28",
|
|
1019
|
+
height: "28",
|
|
1020
|
+
viewBox: "0 0 28 28",
|
|
1021
|
+
fill: "none",
|
|
1022
|
+
className,
|
|
1023
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1024
|
+
"path",
|
|
1025
|
+
{
|
|
1026
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
1027
|
+
stroke: "currentColor",
|
|
1028
|
+
strokeWidth: "1.5",
|
|
1029
|
+
strokeLinecap: "round",
|
|
1030
|
+
strokeLinejoin: "round"
|
|
1031
|
+
}
|
|
1032
|
+
)
|
|
1033
|
+
}
|
|
1034
|
+
);
|
|
1035
|
+
},
|
|
1013
1036
|
// ----------------------------------- old ---------------------------------
|
|
1014
1037
|
// ** Status **
|
|
1015
1038
|
check: ({ className, fill }) => {
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
import {
|
|
3
3
|
dateTimePickerStyle,
|
|
4
4
|
dateTimePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-NWV5ELFP.mjs";
|
|
6
|
+
import "../../chunk-LF4SL2LJ.mjs";
|
|
7
7
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
8
8
|
import "../../chunk-HIVPDIEP.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-MXLJ3B4K.mjs";
|
|
10
10
|
import "../../chunk-FWJ2ZKH6.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-Y3FMWQ7R.mjs";
|
|
12
12
|
import "../../chunk-P732YGHO.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-GC3GYCKY.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
16
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
17
17
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
19
19
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1011,6 +1011,29 @@ var template = {
|
|
|
1011
1011
|
}
|
|
1012
1012
|
);
|
|
1013
1013
|
},
|
|
1014
|
+
circle: ({ className }) => {
|
|
1015
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1016
|
+
"svg",
|
|
1017
|
+
{
|
|
1018
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1019
|
+
width: "28",
|
|
1020
|
+
height: "28",
|
|
1021
|
+
viewBox: "0 0 28 28",
|
|
1022
|
+
fill: "none",
|
|
1023
|
+
className,
|
|
1024
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1025
|
+
"path",
|
|
1026
|
+
{
|
|
1027
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
1028
|
+
stroke: "currentColor",
|
|
1029
|
+
strokeWidth: "1.5",
|
|
1030
|
+
strokeLinecap: "round",
|
|
1031
|
+
strokeLinejoin: "round"
|
|
1032
|
+
}
|
|
1033
|
+
)
|
|
1034
|
+
}
|
|
1035
|
+
);
|
|
1036
|
+
},
|
|
1014
1037
|
// ----------------------------------- old ---------------------------------
|
|
1015
1038
|
// ** Status **
|
|
1016
1039
|
check: ({ className, fill }) => {
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
import "../../chunk-75HLCORR.mjs";
|
|
3
3
|
import {
|
|
4
4
|
dateTimePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-NWV5ELFP.mjs";
|
|
6
|
+
import "../../chunk-LF4SL2LJ.mjs";
|
|
7
7
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
8
8
|
import "../../chunk-HIVPDIEP.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-MXLJ3B4K.mjs";
|
|
10
10
|
import "../../chunk-FWJ2ZKH6.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-Y3FMWQ7R.mjs";
|
|
12
12
|
import "../../chunk-P732YGHO.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-GC3GYCKY.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
16
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
17
17
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
19
19
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -968,6 +968,29 @@ var template = {
|
|
|
968
968
|
}
|
|
969
969
|
);
|
|
970
970
|
},
|
|
971
|
+
circle: ({ className }) => {
|
|
972
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
973
|
+
"svg",
|
|
974
|
+
{
|
|
975
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
976
|
+
width: "28",
|
|
977
|
+
height: "28",
|
|
978
|
+
viewBox: "0 0 28 28",
|
|
979
|
+
fill: "none",
|
|
980
|
+
className,
|
|
981
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
982
|
+
"path",
|
|
983
|
+
{
|
|
984
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
985
|
+
stroke: "currentColor",
|
|
986
|
+
strokeWidth: "1.5",
|
|
987
|
+
strokeLinecap: "round",
|
|
988
|
+
strokeLinejoin: "round"
|
|
989
|
+
}
|
|
990
|
+
)
|
|
991
|
+
}
|
|
992
|
+
);
|
|
993
|
+
},
|
|
971
994
|
// ----------------------------------- old ---------------------------------
|
|
972
995
|
// ** Status **
|
|
973
996
|
check: ({ className, fill }) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
timePicker_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-LF4SL2LJ.mjs";
|
|
5
5
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
6
6
|
import "../../chunk-HIVPDIEP.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-MXLJ3B4K.mjs";
|
|
8
|
+
import "../../chunk-GC3GYCKY.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
11
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
12
12
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
13
13
|
import "../../chunk-E3G5QXSH.mjs";
|
|
14
14
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -684,6 +684,29 @@ var template = {
|
|
|
684
684
|
}
|
|
685
685
|
);
|
|
686
686
|
},
|
|
687
|
+
circle: ({ className }) => {
|
|
688
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
689
|
+
"svg",
|
|
690
|
+
{
|
|
691
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
692
|
+
width: "28",
|
|
693
|
+
height: "28",
|
|
694
|
+
viewBox: "0 0 28 28",
|
|
695
|
+
fill: "none",
|
|
696
|
+
className,
|
|
697
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
698
|
+
"path",
|
|
699
|
+
{
|
|
700
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
701
|
+
stroke: "currentColor",
|
|
702
|
+
strokeWidth: "1.5",
|
|
703
|
+
strokeLinecap: "round",
|
|
704
|
+
strokeLinejoin: "round"
|
|
705
|
+
}
|
|
706
|
+
)
|
|
707
|
+
}
|
|
708
|
+
);
|
|
709
|
+
},
|
|
687
710
|
// ----------------------------------- old ---------------------------------
|
|
688
711
|
// ** Status **
|
|
689
712
|
check: ({ className, fill }) => {
|
|
@@ -3,20 +3,20 @@ import {
|
|
|
3
3
|
FileUpload,
|
|
4
4
|
fileUploadStyle,
|
|
5
5
|
fileUpload_default
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-RBQEUS4K.mjs";
|
|
7
7
|
import "../../chunk-2GCSFWHD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-FDBWNO2X.mjs";
|
|
9
9
|
import "../../chunk-MY5U63QO.mjs";
|
|
10
10
|
import "../../chunk-LPZOH3RP.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-YQ2ULGET.mjs";
|
|
12
|
+
import "../../chunk-FKKDEWW3.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-
|
|
17
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
18
18
|
import "../../chunk-WFMFC7R6.mjs";
|
|
19
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
20
20
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
21
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
22
22
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -684,6 +684,29 @@ var template = {
|
|
|
684
684
|
}
|
|
685
685
|
);
|
|
686
686
|
},
|
|
687
|
+
circle: ({ className }) => {
|
|
688
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
689
|
+
"svg",
|
|
690
|
+
{
|
|
691
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
692
|
+
width: "28",
|
|
693
|
+
height: "28",
|
|
694
|
+
viewBox: "0 0 28 28",
|
|
695
|
+
fill: "none",
|
|
696
|
+
className,
|
|
697
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
698
|
+
"path",
|
|
699
|
+
{
|
|
700
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
701
|
+
stroke: "currentColor",
|
|
702
|
+
strokeWidth: "1.5",
|
|
703
|
+
strokeLinecap: "round",
|
|
704
|
+
strokeLinejoin: "round"
|
|
705
|
+
}
|
|
706
|
+
)
|
|
707
|
+
}
|
|
708
|
+
);
|
|
709
|
+
},
|
|
687
710
|
// ----------------------------------- old ---------------------------------
|
|
688
711
|
// ** Status **
|
|
689
712
|
check: ({ className, fill }) => {
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
import "../../chunk-RLXOHILK.mjs";
|
|
3
3
|
import {
|
|
4
4
|
fileUpload_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-RBQEUS4K.mjs";
|
|
6
6
|
import "../../chunk-2GCSFWHD.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-FDBWNO2X.mjs";
|
|
8
8
|
import "../../chunk-MY5U63QO.mjs";
|
|
9
9
|
import "../../chunk-LPZOH3RP.mjs";
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-YQ2ULGET.mjs";
|
|
11
|
+
import "../../chunk-FKKDEWW3.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-
|
|
16
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
17
17
|
import "../../chunk-WFMFC7R6.mjs";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
19
19
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
20
20
|
import "../../chunk-27Y6K5NK.mjs";
|
|
21
21
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -96,6 +96,10 @@ declare const iconTemplate: {
|
|
|
96
96
|
className?: string;
|
|
97
97
|
fill?: boolean;
|
|
98
98
|
}) => react_jsx_runtime.JSX.Element;
|
|
99
|
+
circle: ({ className }: {
|
|
100
|
+
className?: string;
|
|
101
|
+
fill?: boolean;
|
|
102
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
99
103
|
check: ({ className, fill }: {
|
|
100
104
|
className?: string;
|
|
101
105
|
fill?: boolean;
|
|
@@ -96,6 +96,10 @@ declare const iconTemplate: {
|
|
|
96
96
|
className?: string;
|
|
97
97
|
fill?: boolean;
|
|
98
98
|
}) => react_jsx_runtime.JSX.Element;
|
|
99
|
+
circle: ({ className }: {
|
|
100
|
+
className?: string;
|
|
101
|
+
fill?: boolean;
|
|
102
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
99
103
|
check: ({ className, fill }: {
|
|
100
104
|
className?: string;
|
|
101
105
|
fill?: boolean;
|
|
@@ -597,6 +597,29 @@ var template = {
|
|
|
597
597
|
}
|
|
598
598
|
);
|
|
599
599
|
},
|
|
600
|
+
circle: ({ className }) => {
|
|
601
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
602
|
+
"svg",
|
|
603
|
+
{
|
|
604
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
605
|
+
width: "28",
|
|
606
|
+
height: "28",
|
|
607
|
+
viewBox: "0 0 28 28",
|
|
608
|
+
fill: "none",
|
|
609
|
+
className,
|
|
610
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
611
|
+
"path",
|
|
612
|
+
{
|
|
613
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
614
|
+
stroke: "currentColor",
|
|
615
|
+
strokeWidth: "1.5",
|
|
616
|
+
strokeLinecap: "round",
|
|
617
|
+
strokeLinejoin: "round"
|
|
618
|
+
}
|
|
619
|
+
)
|
|
620
|
+
}
|
|
621
|
+
);
|
|
622
|
+
},
|
|
600
623
|
// ----------------------------------- old ---------------------------------
|
|
601
624
|
// ** Status **
|
|
602
625
|
check: ({ className, fill }) => {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default,
|
|
4
4
|
iconTemplate
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-LTNDSCRA.mjs";
|
|
6
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
Icon_default as default,
|
|
@@ -597,6 +597,29 @@ var template = {
|
|
|
597
597
|
}
|
|
598
598
|
);
|
|
599
599
|
},
|
|
600
|
+
circle: ({ className }) => {
|
|
601
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
602
|
+
"svg",
|
|
603
|
+
{
|
|
604
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
605
|
+
width: "28",
|
|
606
|
+
height: "28",
|
|
607
|
+
viewBox: "0 0 28 28",
|
|
608
|
+
fill: "none",
|
|
609
|
+
className,
|
|
610
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
611
|
+
"path",
|
|
612
|
+
{
|
|
613
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
614
|
+
stroke: "currentColor",
|
|
615
|
+
strokeWidth: "1.5",
|
|
616
|
+
strokeLinecap: "round",
|
|
617
|
+
strokeLinejoin: "round"
|
|
618
|
+
}
|
|
619
|
+
)
|
|
620
|
+
}
|
|
621
|
+
);
|
|
622
|
+
},
|
|
600
623
|
// ----------------------------------- old ---------------------------------
|
|
601
624
|
// ** Status **
|
|
602
625
|
check: ({ className, fill }) => {
|
|
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
Icon_default,
|
|
5
5
|
iconTemplate
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-LTNDSCRA.mjs";
|
|
7
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
Icon_default as Icon,
|
|
@@ -28,6 +28,7 @@ declare const template: {
|
|
|
28
28
|
plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
29
29
|
minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
30
|
pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
circle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
31
32
|
check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
32
33
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
33
34
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -28,6 +28,7 @@ declare const template: {
|
|
|
28
28
|
plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
29
29
|
minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
30
|
pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
circle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
31
32
|
check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
32
33
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
33
34
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -594,6 +594,29 @@ var template = {
|
|
|
594
594
|
}
|
|
595
595
|
);
|
|
596
596
|
},
|
|
597
|
+
circle: ({ className }) => {
|
|
598
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
599
|
+
"svg",
|
|
600
|
+
{
|
|
601
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
602
|
+
width: "28",
|
|
603
|
+
height: "28",
|
|
604
|
+
viewBox: "0 0 28 28",
|
|
605
|
+
fill: "none",
|
|
606
|
+
className,
|
|
607
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
608
|
+
"path",
|
|
609
|
+
{
|
|
610
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
611
|
+
stroke: "currentColor",
|
|
612
|
+
strokeWidth: "1.5",
|
|
613
|
+
strokeLinecap: "round",
|
|
614
|
+
strokeLinejoin: "round"
|
|
615
|
+
}
|
|
616
|
+
)
|
|
617
|
+
}
|
|
618
|
+
);
|
|
619
|
+
},
|
|
597
620
|
// ----------------------------------- old ---------------------------------
|
|
598
621
|
// ** Status **
|
|
599
622
|
check: ({ className, fill }) => {
|
|
@@ -680,6 +680,29 @@ var template = {
|
|
|
680
680
|
}
|
|
681
681
|
);
|
|
682
682
|
},
|
|
683
|
+
circle: ({ className }) => {
|
|
684
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
685
|
+
"svg",
|
|
686
|
+
{
|
|
687
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
688
|
+
width: "28",
|
|
689
|
+
height: "28",
|
|
690
|
+
viewBox: "0 0 28 28",
|
|
691
|
+
fill: "none",
|
|
692
|
+
className,
|
|
693
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
694
|
+
"path",
|
|
695
|
+
{
|
|
696
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
697
|
+
stroke: "currentColor",
|
|
698
|
+
strokeWidth: "1.5",
|
|
699
|
+
strokeLinecap: "round",
|
|
700
|
+
strokeLinejoin: "round"
|
|
701
|
+
}
|
|
702
|
+
)
|
|
703
|
+
}
|
|
704
|
+
);
|
|
705
|
+
},
|
|
683
706
|
// ----------------------------------- old ---------------------------------
|
|
684
707
|
// ** Status **
|
|
685
708
|
check: ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-2GCSFWHD.mjs";
|
|
3
3
|
import {
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-FDBWNO2X.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
8
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
9
9
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -679,6 +679,29 @@ var template = {
|
|
|
679
679
|
}
|
|
680
680
|
);
|
|
681
681
|
},
|
|
682
|
+
circle: ({ className }) => {
|
|
683
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
684
|
+
"svg",
|
|
685
|
+
{
|
|
686
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
687
|
+
width: "28",
|
|
688
|
+
height: "28",
|
|
689
|
+
viewBox: "0 0 28 28",
|
|
690
|
+
fill: "none",
|
|
691
|
+
className,
|
|
692
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
693
|
+
"path",
|
|
694
|
+
{
|
|
695
|
+
d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
|
|
696
|
+
stroke: "currentColor",
|
|
697
|
+
strokeWidth: "1.5",
|
|
698
|
+
strokeLinecap: "round",
|
|
699
|
+
strokeLinejoin: "round"
|
|
700
|
+
}
|
|
701
|
+
)
|
|
702
|
+
}
|
|
703
|
+
);
|
|
704
|
+
},
|
|
682
705
|
// ----------------------------------- old ---------------------------------
|
|
683
706
|
// ** Status **
|
|
684
707
|
check: ({ className, fill }) => {
|