@deepnoid/ui 0.1.50 → 0.1.52
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 +181 -181
- package/dist/{chunk-PXIVYA5G.mjs → chunk-3EROF2VZ.mjs} +2 -2
- package/dist/{chunk-WLNLVX7Q.mjs → chunk-5UFV47RQ.mjs} +4 -4
- package/dist/{chunk-UB4YBFOT.mjs → chunk-BW4QUMCG.mjs} +4 -4
- package/dist/{chunk-25QOEKXS.mjs → chunk-DCIZU2DY.mjs} +3 -3
- package/dist/{chunk-MCNCHQ33.mjs → chunk-DPCEHGJC.mjs} +5 -5
- package/dist/{chunk-A7RU3FU5.mjs → chunk-FSGVH7KY.mjs} +4 -4
- package/dist/{chunk-SP3JVQY3.mjs → chunk-GC3GYCKY.mjs} +1 -1
- package/dist/{chunk-KYJTZPXY.mjs → chunk-GHZUVGYG.mjs} +2 -2
- package/dist/{chunk-IBI3OVQI.mjs → chunk-GTXDVT7F.mjs} +1 -1
- package/dist/{chunk-ZYWQWFVT.mjs → chunk-HDIEELUV.mjs} +4 -4
- package/dist/{chunk-GH6CPGFN.mjs → chunk-IMVNZ5OM.mjs} +4 -4
- package/dist/{chunk-BPEMHZH3.mjs → chunk-KJMJIFPS.mjs} +1 -1
- package/dist/{chunk-7TAGGLNY.mjs → chunk-LCJSQR42.mjs} +4 -4
- package/dist/{chunk-2TKEWFGH.mjs → chunk-LTNDSCRA.mjs} +1 -1
- package/dist/{chunk-NFQMXW4Z.mjs → chunk-O4IL6C6D.mjs} +4 -4
- package/dist/{chunk-C7AFIF2M.mjs → chunk-PW4A5MUX.mjs} +6 -6
- package/dist/{chunk-IC25OKBJ.mjs → chunk-QCDUDDK4.mjs} +7 -6
- package/dist/{chunk-MEY4IL7D.mjs → chunk-RV2E2SQ4.mjs} +4 -4
- package/dist/{chunk-P7YYNA6L.mjs → chunk-SBL6IHEW.mjs} +1 -1
- package/dist/{chunk-RIW4TT6V.mjs → chunk-WKJSGBXL.mjs} +3 -3
- package/dist/{chunk-RT3S3VVJ.mjs → chunk-XOB33IZY.mjs} +5 -5
- 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/backdrop/backdrop.mjs +2 -2
- package/dist/components/backdrop/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +23 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
- package/dist/components/breadcrumb/index.js +23 -0
- package/dist/components/breadcrumb/index.mjs +7 -7
- package/dist/components/button/button.js +23 -0
- package/dist/components/button/button.mjs +4 -4
- package/dist/components/button/icon-button.js +23 -0
- package/dist/components/button/icon-button.mjs +4 -4
- package/dist/components/button/index.js +23 -0
- package/dist/components/button/index.mjs +6 -6
- package/dist/components/button/text-button.mjs +2 -2
- package/dist/components/charts/areaChart.mjs +2 -2
- package/dist/components/charts/barChart.mjs +2 -2
- package/dist/components/charts/circularProgress.mjs +2 -2
- package/dist/components/charts/index.mjs +4 -4
- package/dist/components/checkbox/checkbox.mjs +2 -2
- package/dist/components/checkbox/index.mjs +2 -2
- package/dist/components/chip/chip.js +23 -0
- package/dist/components/chip/chip.mjs +4 -4
- package/dist/components/chip/index.js +23 -0
- package/dist/components/chip/index.mjs +4 -4
- package/dist/components/dateTimePicker/calendar.js +23 -0
- package/dist/components/dateTimePicker/calendar.mjs +4 -4
- package/dist/components/dateTimePicker/dateTimePicker.js +23 -0
- package/dist/components/dateTimePicker/dateTimePicker.mjs +9 -9
- package/dist/components/dateTimePicker/index.js +23 -0
- package/dist/components/dateTimePicker/index.mjs +9 -9
- package/dist/components/dateTimePicker/timePicker.js +23 -0
- package/dist/components/dateTimePicker/timePicker.mjs +7 -7
- package/dist/components/fileUpload/fileUpload.js +23 -0
- package/dist/components/fileUpload/fileUpload.mjs +8 -8
- package/dist/components/fileUpload/index.js +23 -0
- package/dist/components/fileUpload/index.mjs +8 -8
- 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 +4 -4
- package/dist/components/input/input.js +23 -0
- package/dist/components/input/input.mjs +4 -4
- package/dist/components/list/index.js +23 -0
- package/dist/components/list/index.mjs +6 -6
- package/dist/components/list/list.mjs +2 -2
- package/dist/components/list/listItem.js +23 -0
- package/dist/components/list/listItem.mjs +5 -5
- package/dist/components/modal/index.js +24 -0
- package/dist/components/modal/index.mjs +8 -8
- package/dist/components/modal/modal.js +24 -0
- package/dist/components/modal/modal.mjs +8 -8
- package/dist/components/pagination/index.js +23 -0
- package/dist/components/pagination/index.mjs +5 -5
- package/dist/components/pagination/pagination.js +23 -0
- package/dist/components/pagination/pagination.mjs +5 -5
- package/dist/components/radio/index.mjs +2 -2
- package/dist/components/radio/radio.mjs +2 -2
- package/dist/components/select/index.js +23 -0
- package/dist/components/select/index.mjs +4 -4
- package/dist/components/select/select.js +23 -0
- package/dist/components/select/select.mjs +4 -4
- package/dist/components/table/index.js +23 -0
- package/dist/components/table/index.mjs +11 -11
- package/dist/components/table/table-body.mjs +3 -3
- package/dist/components/table/table-head.mjs +3 -3
- package/dist/components/table/table.js +23 -0
- package/dist/components/table/table.mjs +9 -9
- package/dist/components/tabs/index.mjs +2 -2
- package/dist/components/tabs/tabs.mjs +2 -2
- package/dist/components/toast/index.js +23 -0
- package/dist/components/toast/index.mjs +5 -5
- package/dist/components/toast/toast.js +23 -0
- package/dist/components/toast/toast.mjs +4 -4
- package/dist/components/toast/use-toast.js +23 -0
- package/dist/components/toast/use-toast.mjs +5 -5
- package/dist/components/tooltip/index.mjs +2 -2
- package/dist/components/tooltip/tooltip.mjs +2 -2
- package/dist/components/tree/index.js +23 -0
- package/dist/components/tree/index.mjs +4 -4
- package/dist/components/tree/tree.js +23 -0
- package/dist/components/tree/tree.mjs +4 -4
- package/dist/index.js +24 -0
- package/dist/index.mjs +46 -46
- package/package.json +1 -1
- package/dist/{chunk-WFMFC7R6.mjs → chunk-2PKM7SLZ.mjs} +3 -3
- package/dist/{chunk-QIRL6HY6.mjs → chunk-33LANVZV.mjs} +3 -3
- package/dist/{chunk-U2NPH2O3.mjs → chunk-4SDLHEKS.mjs} +3 -3
- package/dist/{chunk-Z2537DF6.mjs → chunk-IL5ENWCR.mjs} +3 -3
- package/dist/{chunk-LL6F3WDX.mjs → chunk-P5QCU457.mjs} +3 -3
- package/dist/{chunk-76B5LZBM.mjs → chunk-QEPJICMO.mjs} +3 -3
- package/dist/{chunk-2YMAKIZ6.mjs → chunk-SSMMWMQC.mjs} +3 -3
- package/dist/{chunk-HIVPDIEP.mjs → chunk-UFVQPPPW.mjs} +3 -3
- package/dist/{chunk-ZOENHWSZ.mjs → chunk-VGFGIXS6.mjs} +3 -3
- package/dist/{chunk-D6QI3DJG.mjs → chunk-YLRYHUTW.mjs} +3 -3
|
@@ -915,6 +915,29 @@ var template = {
|
|
|
915
915
|
}
|
|
916
916
|
);
|
|
917
917
|
},
|
|
918
|
+
circle: ({ className }) => {
|
|
919
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
920
|
+
"svg",
|
|
921
|
+
{
|
|
922
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
923
|
+
width: "28",
|
|
924
|
+
height: "28",
|
|
925
|
+
viewBox: "0 0 28 28",
|
|
926
|
+
fill: "none",
|
|
927
|
+
className,
|
|
928
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
929
|
+
"path",
|
|
930
|
+
{
|
|
931
|
+
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",
|
|
932
|
+
stroke: "currentColor",
|
|
933
|
+
strokeWidth: "1.5",
|
|
934
|
+
strokeLinecap: "round",
|
|
935
|
+
strokeLinejoin: "round"
|
|
936
|
+
}
|
|
937
|
+
)
|
|
938
|
+
}
|
|
939
|
+
);
|
|
940
|
+
},
|
|
918
941
|
// ----------------------------------- old ---------------------------------
|
|
919
942
|
// ** Status **
|
|
920
943
|
check: ({ className, fill }) => {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
button_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-BW4QUMCG.mjs";
|
|
5
5
|
import "../../chunk-6WSACUIB.mjs";
|
|
6
6
|
import "../../chunk-LXHUO6VM.mjs";
|
|
7
7
|
import "../../chunk-6PNKRBUT.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
9
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
10
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
12
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
13
13
|
import "../../chunk-AC6TWLRT.mjs";
|
|
14
14
|
export {
|
|
15
15
|
button_default as default
|
|
@@ -915,6 +915,29 @@ var template = {
|
|
|
915
915
|
}
|
|
916
916
|
);
|
|
917
917
|
},
|
|
918
|
+
circle: ({ className }) => {
|
|
919
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
920
|
+
"svg",
|
|
921
|
+
{
|
|
922
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
923
|
+
width: "28",
|
|
924
|
+
height: "28",
|
|
925
|
+
viewBox: "0 0 28 28",
|
|
926
|
+
fill: "none",
|
|
927
|
+
className,
|
|
928
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
929
|
+
"path",
|
|
930
|
+
{
|
|
931
|
+
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",
|
|
932
|
+
stroke: "currentColor",
|
|
933
|
+
strokeWidth: "1.5",
|
|
934
|
+
strokeLinecap: "round",
|
|
935
|
+
strokeLinejoin: "round"
|
|
936
|
+
}
|
|
937
|
+
)
|
|
938
|
+
}
|
|
939
|
+
);
|
|
940
|
+
},
|
|
918
941
|
// ----------------------------------- old ---------------------------------
|
|
919
942
|
// ** Status **
|
|
920
943
|
check: ({ className, fill }) => {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
icon_button_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-LCJSQR42.mjs";
|
|
5
5
|
import "../../chunk-6WSACUIB.mjs";
|
|
6
6
|
import "../../chunk-LXHUO6VM.mjs";
|
|
7
7
|
import "../../chunk-6PNKRBUT.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
9
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
10
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
12
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
13
13
|
import "../../chunk-AC6TWLRT.mjs";
|
|
14
14
|
export {
|
|
15
15
|
icon_button_default as default
|
|
@@ -920,6 +920,29 @@ var template = {
|
|
|
920
920
|
}
|
|
921
921
|
);
|
|
922
922
|
},
|
|
923
|
+
circle: ({ className }) => {
|
|
924
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
925
|
+
"svg",
|
|
926
|
+
{
|
|
927
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
928
|
+
width: "28",
|
|
929
|
+
height: "28",
|
|
930
|
+
viewBox: "0 0 28 28",
|
|
931
|
+
fill: "none",
|
|
932
|
+
className,
|
|
933
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
934
|
+
"path",
|
|
935
|
+
{
|
|
936
|
+
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",
|
|
937
|
+
stroke: "currentColor",
|
|
938
|
+
strokeWidth: "1.5",
|
|
939
|
+
strokeLinecap: "round",
|
|
940
|
+
strokeLinejoin: "round"
|
|
941
|
+
}
|
|
942
|
+
)
|
|
943
|
+
}
|
|
944
|
+
);
|
|
945
|
+
},
|
|
923
946
|
// ----------------------------------- old ---------------------------------
|
|
924
947
|
// ** Status **
|
|
925
948
|
check: ({ className, fill }) => {
|
|
@@ -5,22 +5,22 @@ import {
|
|
|
5
5
|
} from "../../chunk-LPZOH3RP.mjs";
|
|
6
6
|
import {
|
|
7
7
|
button_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-BW4QUMCG.mjs";
|
|
9
9
|
import {
|
|
10
10
|
icon_button_default
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-LCJSQR42.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 {
|
|
18
18
|
text_button_default
|
|
19
|
-
} from "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
21
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
19
|
+
} from "../../chunk-2PKM7SLZ.mjs";
|
|
20
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
22
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
23
22
|
import "../../chunk-E3G5QXSH.mjs";
|
|
23
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
24
24
|
import "../../chunk-AC6TWLRT.mjs";
|
|
25
25
|
export {
|
|
26
26
|
button_default as Button,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
text_button_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
4
|
+
} from "../../chunk-2PKM7SLZ.mjs";
|
|
6
5
|
import "../../chunk-27Y6K5NK.mjs";
|
|
7
6
|
import "../../chunk-E3G5QXSH.mjs";
|
|
7
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
text_button_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
areaChart_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
4
|
+
} from "../../chunk-VGFGIXS6.mjs";
|
|
6
5
|
import "../../chunk-E3G5QXSH.mjs";
|
|
6
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
areaChart_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
barChart_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
4
|
+
} from "../../chunk-QEPJICMO.mjs";
|
|
6
5
|
import "../../chunk-E3G5QXSH.mjs";
|
|
6
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
barChart_default as default
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import {
|
|
4
4
|
circularProgress_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
5
|
+
} from "../../chunk-4SDLHEKS.mjs";
|
|
7
6
|
import "../../chunk-E3G5QXSH.mjs";
|
|
7
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
circularProgress_default as default
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import "../../chunk-XOH6GWRD.mjs";
|
|
3
3
|
import {
|
|
4
4
|
areaChart_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-VGFGIXS6.mjs";
|
|
6
6
|
import {
|
|
7
7
|
barChart_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-QEPJICMO.mjs";
|
|
9
9
|
import {
|
|
10
10
|
circularProgress_default
|
|
11
|
-
} from "../../chunk-
|
|
12
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
11
|
+
} from "../../chunk-4SDLHEKS.mjs";
|
|
13
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
13
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
14
14
|
import "../../chunk-AC6TWLRT.mjs";
|
|
15
15
|
export {
|
|
16
16
|
areaChart_default as AreaChart,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
checkbox_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
4
|
+
} from "../../chunk-YLRYHUTW.mjs";
|
|
6
5
|
import "../../chunk-27Y6K5NK.mjs";
|
|
7
6
|
import "../../chunk-E3G5QXSH.mjs";
|
|
7
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
checkbox_default as default
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
3
3
|
import {
|
|
4
4
|
checkbox_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
5
|
+
} from "../../chunk-YLRYHUTW.mjs";
|
|
7
6
|
import "../../chunk-27Y6K5NK.mjs";
|
|
8
7
|
import "../../chunk-E3G5QXSH.mjs";
|
|
8
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
9
9
|
import "../../chunk-AC6TWLRT.mjs";
|
|
10
10
|
export {
|
|
11
11
|
checkbox_default as CheckBox
|
|
@@ -895,6 +895,29 @@ var template = {
|
|
|
895
895
|
}
|
|
896
896
|
);
|
|
897
897
|
},
|
|
898
|
+
circle: ({ className }) => {
|
|
899
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
900
|
+
"svg",
|
|
901
|
+
{
|
|
902
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
903
|
+
width: "28",
|
|
904
|
+
height: "28",
|
|
905
|
+
viewBox: "0 0 28 28",
|
|
906
|
+
fill: "none",
|
|
907
|
+
className,
|
|
908
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
909
|
+
"path",
|
|
910
|
+
{
|
|
911
|
+
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",
|
|
912
|
+
stroke: "currentColor",
|
|
913
|
+
strokeWidth: "1.5",
|
|
914
|
+
strokeLinecap: "round",
|
|
915
|
+
strokeLinejoin: "round"
|
|
916
|
+
}
|
|
917
|
+
)
|
|
918
|
+
}
|
|
919
|
+
);
|
|
920
|
+
},
|
|
898
921
|
// ----------------------------------- old ---------------------------------
|
|
899
922
|
// ** Status **
|
|
900
923
|
check: ({ className, fill }) => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
chip_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-5UFV47RQ.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
6
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
7
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
9
8
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-AC6TWLRT.mjs";
|
|
11
11
|
export {
|
|
12
12
|
chip_default as default
|
|
@@ -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,12 +2,12 @@
|
|
|
2
2
|
import "../../chunk-MGEWSREV.mjs";
|
|
3
3
|
import {
|
|
4
4
|
chip_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-5UFV47RQ.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
7
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
8
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
10
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
12
12
|
export {
|
|
13
13
|
chip_default as Chip
|
|
@@ -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,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
calendarStyle,
|
|
4
4
|
calendar_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-FSGVH7KY.mjs";
|
|
6
6
|
import "../../chunk-P732YGHO.mjs";
|
|
7
7
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
8
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
9
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
11
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
13
13
|
export {
|
|
14
14
|
calendarStyle,
|
|
@@ -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,20 +2,20 @@
|
|
|
2
2
|
import {
|
|
3
3
|
dateTimePickerStyle,
|
|
4
4
|
dateTimePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-PW4A5MUX.mjs";
|
|
6
|
+
import "../../chunk-GHZUVGYG.mjs";
|
|
7
7
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-UFVQPPPW.mjs";
|
|
9
|
+
import "../../chunk-XOB33IZY.mjs";
|
|
10
10
|
import "../../chunk-FWJ2ZKH6.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-FSGVH7KY.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-
|
|
17
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
15
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
16
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
18
17
|
import "../../chunk-E3G5QXSH.mjs";
|
|
18
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
19
19
|
import "../../chunk-AC6TWLRT.mjs";
|
|
20
20
|
export {
|
|
21
21
|
dateTimePickerStyle,
|
|
@@ -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,20 +2,20 @@
|
|
|
2
2
|
import "../../chunk-75HLCORR.mjs";
|
|
3
3
|
import {
|
|
4
4
|
dateTimePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-PW4A5MUX.mjs";
|
|
6
|
+
import "../../chunk-GHZUVGYG.mjs";
|
|
7
7
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-UFVQPPPW.mjs";
|
|
9
|
+
import "../../chunk-XOB33IZY.mjs";
|
|
10
10
|
import "../../chunk-FWJ2ZKH6.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-FSGVH7KY.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-
|
|
17
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
15
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
16
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
18
17
|
import "../../chunk-E3G5QXSH.mjs";
|
|
18
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
19
19
|
import "../../chunk-AC6TWLRT.mjs";
|
|
20
20
|
export {
|
|
21
21
|
dateTimePicker_default as DateTimePicker
|
|
@@ -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,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
timePicker_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-GHZUVGYG.mjs";
|
|
5
5
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-UFVQPPPW.mjs";
|
|
7
|
+
import "../../chunk-XOB33IZY.mjs";
|
|
8
|
+
import "../../chunk-GC3GYCKY.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
11
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
13
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
13
|
+
import "../../chunk-4ZJFD3L3.mjs";
|
|
14
14
|
import "../../chunk-AC6TWLRT.mjs";
|
|
15
15
|
export {
|
|
16
16
|
timePicker_default as default
|
|
@@ -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 }) => {
|