@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
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-LL6F3WDX.mjs";
|
|
5
5
|
import {
|
|
6
6
|
button_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-YQ2ULGET.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Icon_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-LTNDSCRA.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tv
|
|
13
13
|
} from "./chunk-4ZJFD3L3.mjs";
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
table_head_default
|
|
7
7
|
} from "./chunk-P7YYNA6L.mjs";
|
|
8
|
+
import {
|
|
9
|
+
pagination_default
|
|
10
|
+
} from "./chunk-OTEWHVER.mjs";
|
|
8
11
|
import {
|
|
9
12
|
scrollArea_default
|
|
10
13
|
} from "./chunk-M37VBNB3.mjs";
|
|
11
|
-
import {
|
|
12
|
-
pagination_default
|
|
13
|
-
} from "./chunk-MCNCHQ33.mjs";
|
|
14
14
|
import {
|
|
15
15
|
clsx
|
|
16
16
|
} from "./chunk-27Y6K5NK.mjs";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
timePicker_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-LF4SL2LJ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
useDatePicker
|
|
7
7
|
} from "./chunk-FWJ2ZKH6.mjs";
|
|
8
8
|
import {
|
|
9
9
|
calendar_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-Y3FMWQ7R.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Icon_default
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-LTNDSCRA.mjs";
|
|
14
14
|
import {
|
|
15
15
|
tv
|
|
16
16
|
} from "./chunk-4ZJFD3L3.mjs";
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-F3HENRVM.mjs";
|
|
5
5
|
import {
|
|
6
6
|
input_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FDBWNO2X.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Icon_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-LTNDSCRA.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tv
|
|
13
13
|
} from "./chunk-4ZJFD3L3.mjs";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
input_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FDBWNO2X.mjs";
|
|
5
5
|
import {
|
|
6
6
|
button_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-YQ2ULGET.mjs";
|
|
8
8
|
import {
|
|
9
9
|
icon_button_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-FKKDEWW3.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/fileUpload/fileUpload.tsx
|
|
13
13
|
import { useRef, useState, useEffect } from "react";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-ZOTHPHXA.mjs";
|
|
5
5
|
import {
|
|
6
6
|
toast_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-PVFDO2WN.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/toast/use-toast.tsx
|
|
10
10
|
import { createContext, useContext, useState, useCallback, useEffect, useRef } from "react";
|
|
@@ -571,6 +571,29 @@ var template = {
|
|
|
571
571
|
}
|
|
572
572
|
);
|
|
573
573
|
},
|
|
574
|
+
circle: ({ className }) => {
|
|
575
|
+
return /* @__PURE__ */ jsx(
|
|
576
|
+
"svg",
|
|
577
|
+
{
|
|
578
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
579
|
+
width: "28",
|
|
580
|
+
height: "28",
|
|
581
|
+
viewBox: "0 0 28 28",
|
|
582
|
+
fill: "none",
|
|
583
|
+
className,
|
|
584
|
+
children: /* @__PURE__ */ jsx(
|
|
585
|
+
"path",
|
|
586
|
+
{
|
|
587
|
+
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",
|
|
588
|
+
stroke: "currentColor",
|
|
589
|
+
strokeWidth: "1.5",
|
|
590
|
+
strokeLinecap: "round",
|
|
591
|
+
strokeLinejoin: "round"
|
|
592
|
+
}
|
|
593
|
+
)
|
|
594
|
+
}
|
|
595
|
+
);
|
|
596
|
+
},
|
|
574
597
|
// ----------------------------------- old ---------------------------------
|
|
575
598
|
// ** Status **
|
|
576
599
|
check: ({ className, fill }) => {
|
|
@@ -678,6 +678,29 @@ var template = {
|
|
|
678
678
|
}
|
|
679
679
|
);
|
|
680
680
|
},
|
|
681
|
+
circle: ({ className }) => {
|
|
682
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
683
|
+
"svg",
|
|
684
|
+
{
|
|
685
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
686
|
+
width: "28",
|
|
687
|
+
height: "28",
|
|
688
|
+
viewBox: "0 0 28 28",
|
|
689
|
+
fill: "none",
|
|
690
|
+
className,
|
|
691
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
692
|
+
"path",
|
|
693
|
+
{
|
|
694
|
+
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",
|
|
695
|
+
stroke: "currentColor",
|
|
696
|
+
strokeWidth: "1.5",
|
|
697
|
+
strokeLinecap: "round",
|
|
698
|
+
strokeLinejoin: "round"
|
|
699
|
+
}
|
|
700
|
+
)
|
|
701
|
+
}
|
|
702
|
+
);
|
|
703
|
+
},
|
|
681
704
|
// ----------------------------------- old ---------------------------------
|
|
682
705
|
// ** Status **
|
|
683
706
|
check: ({ className, fill }) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
avatar_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-GC3GYCKY.mjs";
|
|
5
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
6
6
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
@@ -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,8 +2,8 @@
|
|
|
2
2
|
import "../../chunk-7DLOYKVC.mjs";
|
|
3
3
|
import {
|
|
4
4
|
avatar_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-GC3GYCKY.mjs";
|
|
6
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
7
7
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
@@ -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,18 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
breadcrumb_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-X3A2QD6L.mjs";
|
|
5
5
|
import "../../chunk-MY5U63QO.mjs";
|
|
6
6
|
import "../../chunk-LPZOH3RP.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-YQ2ULGET.mjs";
|
|
8
|
+
import "../../chunk-FKKDEWW3.mjs";
|
|
9
9
|
import "../../chunk-6WSACUIB.mjs";
|
|
10
10
|
import "../../chunk-LXHUO6VM.mjs";
|
|
11
11
|
import "../../chunk-6PNKRBUT.mjs";
|
|
12
12
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
14
14
|
import "../../chunk-WFMFC7R6.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
16
16
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
17
17
|
import "../../chunk-27Y6K5NK.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.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,18 +2,18 @@
|
|
|
2
2
|
import "../../chunk-KYIODWXL.mjs";
|
|
3
3
|
import {
|
|
4
4
|
breadcrumb_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-X3A2QD6L.mjs";
|
|
6
6
|
import "../../chunk-MY5U63QO.mjs";
|
|
7
7
|
import "../../chunk-LPZOH3RP.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-YQ2ULGET.mjs";
|
|
9
|
+
import "../../chunk-FKKDEWW3.mjs";
|
|
10
10
|
import "../../chunk-6WSACUIB.mjs";
|
|
11
11
|
import "../../chunk-LXHUO6VM.mjs";
|
|
12
12
|
import "../../chunk-6PNKRBUT.mjs";
|
|
13
13
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
15
15
|
import "../../chunk-WFMFC7R6.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
17
17
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
18
18
|
import "../../chunk-27Y6K5NK.mjs";
|
|
19
19
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -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,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
button_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-YQ2ULGET.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-
|
|
9
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
10
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
11
11
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
12
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
13
13
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -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,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
icon_button_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-FKKDEWW3.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-
|
|
9
|
+
import "../../chunk-LTNDSCRA.mjs";
|
|
10
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
11
11
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
12
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
13
13
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -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,19 +5,19 @@ import {
|
|
|
5
5
|
} from "../../chunk-LPZOH3RP.mjs";
|
|
6
6
|
import {
|
|
7
7
|
button_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-YQ2ULGET.mjs";
|
|
9
9
|
import {
|
|
10
10
|
icon_button_default
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../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 {
|
|
18
18
|
text_button_default
|
|
19
19
|
} from "../../chunk-WFMFC7R6.mjs";
|
|
20
|
-
import "../../chunk-
|
|
20
|
+
import "../../chunk-ZVGVLD3T.mjs";
|
|
21
21
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
22
22
|
import "../../chunk-27Y6K5NK.mjs";
|
|
23
23
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -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 }) => {
|