@deepnoid/ui 0.1.156 → 0.1.158
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 +198 -188
- package/dist/{chunk-6YTT5ACI.mjs → chunk-3QE57PU3.mjs} +1 -1
- package/dist/{chunk-KKHOCWXJ.mjs → chunk-3X376ACN.mjs} +1 -1
- package/dist/{chunk-URJA4W4R.mjs → chunk-46EIW6MN.mjs} +2 -2
- package/dist/chunk-7YMXOYES.mjs +449 -0
- package/dist/{chunk-2DAIOZ7N.mjs → chunk-CSG6FDBX.mjs} +2 -2
- package/dist/{chunk-WHU5VP5G.mjs → chunk-DDFJMHBC.mjs} +57 -2
- package/dist/{chunk-ZY3HNPPG.mjs → chunk-HKHVSCER.mjs} +1 -1
- package/dist/{chunk-ZNQML73F.mjs → chunk-IRJP6BF3.mjs} +2 -2
- package/dist/{chunk-HP4ARKW3.mjs → chunk-ITFEV25U.mjs} +1 -1
- package/dist/{chunk-7RG7CQQM.mjs → chunk-JKYLYL3A.mjs} +1 -1
- package/dist/{chunk-KX6WG4VG.mjs → chunk-KLBA5J2H.mjs} +1 -1
- package/dist/chunk-L5FRTUM6.mjs +100 -0
- package/dist/chunk-OLQOLLKG.mjs +1 -0
- package/dist/{chunk-LFALITPU.mjs → chunk-PXAJEOZS.mjs} +1 -1
- package/dist/{chunk-5VVNAW4E.mjs → chunk-QHETCLHO.mjs} +2 -2
- package/dist/{chunk-Q2YLULZH.mjs → chunk-R7KUEH3N.mjs} +1 -1
- package/dist/{chunk-47MQPUEY.mjs → chunk-SFGFRMWL.mjs} +1 -1
- package/dist/{chunk-4YVZ3XKA.mjs → chunk-V64PCWVW.mjs} +3 -3
- package/dist/{chunk-R2USZD77.mjs → chunk-XHCPYYMC.mjs} +1 -1
- package/dist/{chunk-UIRHCS6B.mjs → chunk-YQYO5RLZ.mjs} +1 -1
- package/dist/{chunk-ZGUTKE5H.mjs → chunk-Z7CLJYRF.mjs} +1 -1
- package/dist/components/avatar/avatar.js +57 -2
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +57 -2
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +57 -2
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +57 -2
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +57 -2
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +57 -2
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +57 -2
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +57 -2
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +57 -2
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/fileUpload/fileUpload.js +57 -2
- package/dist/components/fileUpload/fileUpload.mjs +6 -6
- package/dist/components/fileUpload/index.js +57 -2
- package/dist/components/fileUpload/index.mjs +6 -6
- package/dist/components/icon/Icon.d.mts +8 -0
- package/dist/components/icon/Icon.d.ts +8 -0
- package/dist/components/icon/Icon.js +57 -2
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +57 -2
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +2 -0
- package/dist/components/icon/template.d.ts +2 -0
- package/dist/components/icon/template.js +57 -2
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +57 -2
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +57 -2
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +57 -2
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +57 -2
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +57 -2
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +57 -2
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +57 -2
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +57 -2
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.d.mts +35 -4
- package/dist/components/picker/datePicker.d.ts +35 -4
- package/dist/components/picker/datePicker.js +238 -49
- package/dist/components/picker/datePicker.mjs +6 -6
- package/dist/components/picker/day.d.mts +2 -2
- package/dist/components/picker/day.d.ts +2 -2
- package/dist/components/picker/index.d.mts +1 -1
- package/dist/components/picker/index.d.ts +1 -1
- package/dist/components/picker/index.js +238 -49
- package/dist/components/picker/index.mjs +8 -8
- package/dist/components/picker/timePicker.js +57 -2
- package/dist/components/picker/timePicker.mjs +4 -4
- package/dist/components/radio/index.d.mts +1 -1
- package/dist/components/radio/index.d.ts +1 -1
- package/dist/components/select/index.js +57 -2
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +57 -2
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/starRating/index.d.mts +4 -0
- package/dist/components/starRating/index.d.ts +4 -0
- package/dist/components/starRating/index.js +5279 -0
- package/dist/components/starRating/index.mjs +14 -0
- package/dist/components/starRating/starRating.d.mts +60 -0
- package/dist/components/starRating/starRating.d.ts +60 -0
- package/dist/components/starRating/starRating.js +5278 -0
- package/dist/components/starRating/starRating.mjs +15 -0
- package/dist/components/table/index.js +57 -2
- package/dist/components/table/index.mjs +7 -7
- package/dist/components/table/table-body.js +57 -2
- package/dist/components/table/table-body.mjs +5 -5
- package/dist/components/table/table-head.js +57 -2
- package/dist/components/table/table-head.mjs +5 -5
- package/dist/components/table/table.js +57 -2
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/timePicker/calendar.js +57 -2
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +57 -2
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +57 -2
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +57 -2
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +57 -2
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +57 -2
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +325 -49
- package/dist/index.mjs +37 -32
- package/package.json +1 -1
- package/dist/chunk-TCURFCQ2.mjs +0 -315
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
starRatingStyle,
|
|
4
|
+
starRating_default
|
|
5
|
+
} from "../../chunk-L5FRTUM6.mjs";
|
|
6
|
+
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
8
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
10
|
+
import "../../chunk-CDXBML6O.mjs";
|
|
11
|
+
import "../../chunk-AC6TWLRT.mjs";
|
|
12
|
+
export {
|
|
13
|
+
starRating_default as default,
|
|
14
|
+
starRatingStyle
|
|
15
|
+
};
|
|
@@ -856,8 +856,8 @@ var template = {
|
|
|
856
856
|
{
|
|
857
857
|
fillRule: "evenodd",
|
|
858
858
|
clipRule: "evenodd",
|
|
859
|
-
|
|
860
|
-
|
|
859
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
860
|
+
fill: "currentColor"
|
|
861
861
|
}
|
|
862
862
|
) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
863
863
|
"path",
|
|
@@ -871,6 +871,41 @@ var template = {
|
|
|
871
871
|
}
|
|
872
872
|
);
|
|
873
873
|
},
|
|
874
|
+
halfStar: ({ className }) => {
|
|
875
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
876
|
+
"svg",
|
|
877
|
+
{
|
|
878
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
879
|
+
width: "18",
|
|
880
|
+
height: "18",
|
|
881
|
+
viewBox: "0 0 18 18",
|
|
882
|
+
fill: "none",
|
|
883
|
+
className,
|
|
884
|
+
children: [
|
|
885
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
|
|
886
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
887
|
+
"path",
|
|
888
|
+
{
|
|
889
|
+
fillRule: "evenodd",
|
|
890
|
+
clipRule: "evenodd",
|
|
891
|
+
fill: "currentColor",
|
|
892
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
893
|
+
clipPath: "url(#half-clip)"
|
|
894
|
+
}
|
|
895
|
+
),
|
|
896
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
897
|
+
"path",
|
|
898
|
+
{
|
|
899
|
+
d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
|
|
900
|
+
stroke: "currentColor",
|
|
901
|
+
strokeLinecap: "round",
|
|
902
|
+
strokeLinejoin: "round"
|
|
903
|
+
}
|
|
904
|
+
)
|
|
905
|
+
]
|
|
906
|
+
}
|
|
907
|
+
);
|
|
908
|
+
},
|
|
874
909
|
avatar: ({ className }) => {
|
|
875
910
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
876
911
|
"svg",
|
|
@@ -2296,6 +2331,26 @@ var template = {
|
|
|
2296
2331
|
}
|
|
2297
2332
|
);
|
|
2298
2333
|
},
|
|
2334
|
+
question: ({ className = "text-white" }) => {
|
|
2335
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2336
|
+
"svg",
|
|
2337
|
+
{
|
|
2338
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2339
|
+
width: "24",
|
|
2340
|
+
height: "24",
|
|
2341
|
+
viewBox: "0 0 24 24",
|
|
2342
|
+
fill: "none",
|
|
2343
|
+
className,
|
|
2344
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2345
|
+
"path",
|
|
2346
|
+
{
|
|
2347
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
2348
|
+
fill: "currentColor"
|
|
2349
|
+
}
|
|
2350
|
+
)
|
|
2351
|
+
}
|
|
2352
|
+
);
|
|
2353
|
+
},
|
|
2299
2354
|
// ----------------------------------- old ---------------------------------
|
|
2300
2355
|
// ** Status **
|
|
2301
2356
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../chunk-DX3KXNP6.mjs";
|
|
3
|
-
import {
|
|
4
|
-
table_default
|
|
5
|
-
} from "../../chunk-ZY3HNPPG.mjs";
|
|
6
3
|
import {
|
|
7
4
|
definition_table_default
|
|
8
5
|
} from "../../chunk-JZMJ5UMR.mjs";
|
|
6
|
+
import {
|
|
7
|
+
table_default
|
|
8
|
+
} from "../../chunk-HKHVSCER.mjs";
|
|
9
9
|
import "../../chunk-7B7LRG5J.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-IRJP6BF3.mjs";
|
|
11
11
|
import "../../chunk-F3HENRVM.mjs";
|
|
12
12
|
import "../../chunk-2GCSFWHD.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-SFGFRMWL.mjs";
|
|
14
14
|
import "../../chunk-DQRAFUDA.mjs";
|
|
15
15
|
import "../../chunk-EWS3FESG.mjs";
|
|
16
16
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
17
17
|
import "../../chunk-H6JGLPPF.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
20
20
|
import "../../chunk-E3G5QXSH.mjs";
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
22
22
|
import "../../chunk-CDXBML6O.mjs";
|
|
23
23
|
import "../../chunk-27Y6K5NK.mjs";
|
|
24
24
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -787,8 +787,8 @@ var template = {
|
|
|
787
787
|
{
|
|
788
788
|
fillRule: "evenodd",
|
|
789
789
|
clipRule: "evenodd",
|
|
790
|
-
|
|
791
|
-
|
|
790
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
791
|
+
fill: "currentColor"
|
|
792
792
|
}
|
|
793
793
|
) : /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
794
794
|
"path",
|
|
@@ -802,6 +802,41 @@ var template = {
|
|
|
802
802
|
}
|
|
803
803
|
);
|
|
804
804
|
},
|
|
805
|
+
halfStar: ({ className }) => {
|
|
806
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
807
|
+
"svg",
|
|
808
|
+
{
|
|
809
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
810
|
+
width: "18",
|
|
811
|
+
height: "18",
|
|
812
|
+
viewBox: "0 0 18 18",
|
|
813
|
+
fill: "none",
|
|
814
|
+
className,
|
|
815
|
+
children: [
|
|
816
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
|
|
817
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
818
|
+
"path",
|
|
819
|
+
{
|
|
820
|
+
fillRule: "evenodd",
|
|
821
|
+
clipRule: "evenodd",
|
|
822
|
+
fill: "currentColor",
|
|
823
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
824
|
+
clipPath: "url(#half-clip)"
|
|
825
|
+
}
|
|
826
|
+
),
|
|
827
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
828
|
+
"path",
|
|
829
|
+
{
|
|
830
|
+
d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
|
|
831
|
+
stroke: "currentColor",
|
|
832
|
+
strokeLinecap: "round",
|
|
833
|
+
strokeLinejoin: "round"
|
|
834
|
+
}
|
|
835
|
+
)
|
|
836
|
+
]
|
|
837
|
+
}
|
|
838
|
+
);
|
|
839
|
+
},
|
|
805
840
|
avatar: ({ className }) => {
|
|
806
841
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
807
842
|
"svg",
|
|
@@ -2227,6 +2262,26 @@ var template = {
|
|
|
2227
2262
|
}
|
|
2228
2263
|
);
|
|
2229
2264
|
},
|
|
2265
|
+
question: ({ className = "text-white" }) => {
|
|
2266
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2267
|
+
"svg",
|
|
2268
|
+
{
|
|
2269
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2270
|
+
width: "24",
|
|
2271
|
+
height: "24",
|
|
2272
|
+
viewBox: "0 0 24 24",
|
|
2273
|
+
fill: "none",
|
|
2274
|
+
className,
|
|
2275
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2276
|
+
"path",
|
|
2277
|
+
{
|
|
2278
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
2279
|
+
fill: "currentColor"
|
|
2280
|
+
}
|
|
2281
|
+
)
|
|
2282
|
+
}
|
|
2283
|
+
);
|
|
2284
|
+
},
|
|
2230
2285
|
// ----------------------------------- old ---------------------------------
|
|
2231
2286
|
// ** Status **
|
|
2232
2287
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_body_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-HKHVSCER.mjs";
|
|
5
5
|
import "../../chunk-7B7LRG5J.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-IRJP6BF3.mjs";
|
|
7
7
|
import "../../chunk-F3HENRVM.mjs";
|
|
8
8
|
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-SFGFRMWL.mjs";
|
|
10
10
|
import "../../chunk-DQRAFUDA.mjs";
|
|
11
11
|
import "../../chunk-EWS3FESG.mjs";
|
|
12
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
13
13
|
import "../../chunk-H6JGLPPF.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
16
16
|
import "../../chunk-E3G5QXSH.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
18
18
|
import "../../chunk-CDXBML6O.mjs";
|
|
19
19
|
import "../../chunk-27Y6K5NK.mjs";
|
|
20
20
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -808,8 +808,8 @@ var template = {
|
|
|
808
808
|
{
|
|
809
809
|
fillRule: "evenodd",
|
|
810
810
|
clipRule: "evenodd",
|
|
811
|
-
|
|
812
|
-
|
|
811
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
812
|
+
fill: "currentColor"
|
|
813
813
|
}
|
|
814
814
|
) : /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
815
815
|
"path",
|
|
@@ -823,6 +823,41 @@ var template = {
|
|
|
823
823
|
}
|
|
824
824
|
);
|
|
825
825
|
},
|
|
826
|
+
halfStar: ({ className }) => {
|
|
827
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
828
|
+
"svg",
|
|
829
|
+
{
|
|
830
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
831
|
+
width: "18",
|
|
832
|
+
height: "18",
|
|
833
|
+
viewBox: "0 0 18 18",
|
|
834
|
+
fill: "none",
|
|
835
|
+
className,
|
|
836
|
+
children: [
|
|
837
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
|
|
838
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
839
|
+
"path",
|
|
840
|
+
{
|
|
841
|
+
fillRule: "evenodd",
|
|
842
|
+
clipRule: "evenodd",
|
|
843
|
+
fill: "currentColor",
|
|
844
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
845
|
+
clipPath: "url(#half-clip)"
|
|
846
|
+
}
|
|
847
|
+
),
|
|
848
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
849
|
+
"path",
|
|
850
|
+
{
|
|
851
|
+
d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
|
|
852
|
+
stroke: "currentColor",
|
|
853
|
+
strokeLinecap: "round",
|
|
854
|
+
strokeLinejoin: "round"
|
|
855
|
+
}
|
|
856
|
+
)
|
|
857
|
+
]
|
|
858
|
+
}
|
|
859
|
+
);
|
|
860
|
+
},
|
|
826
861
|
avatar: ({ className }) => {
|
|
827
862
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
828
863
|
"svg",
|
|
@@ -2248,6 +2283,26 @@ var template = {
|
|
|
2248
2283
|
}
|
|
2249
2284
|
);
|
|
2250
2285
|
},
|
|
2286
|
+
question: ({ className = "text-white" }) => {
|
|
2287
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2288
|
+
"svg",
|
|
2289
|
+
{
|
|
2290
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2291
|
+
width: "24",
|
|
2292
|
+
height: "24",
|
|
2293
|
+
viewBox: "0 0 24 24",
|
|
2294
|
+
fill: "none",
|
|
2295
|
+
className,
|
|
2296
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2297
|
+
"path",
|
|
2298
|
+
{
|
|
2299
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
2300
|
+
fill: "currentColor"
|
|
2301
|
+
}
|
|
2302
|
+
)
|
|
2303
|
+
}
|
|
2304
|
+
);
|
|
2305
|
+
},
|
|
2251
2306
|
// ----------------------------------- old ---------------------------------
|
|
2252
2307
|
// ** Status **
|
|
2253
2308
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_head_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-HKHVSCER.mjs";
|
|
5
5
|
import "../../chunk-7B7LRG5J.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-IRJP6BF3.mjs";
|
|
7
7
|
import "../../chunk-F3HENRVM.mjs";
|
|
8
8
|
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-SFGFRMWL.mjs";
|
|
10
10
|
import "../../chunk-DQRAFUDA.mjs";
|
|
11
11
|
import "../../chunk-EWS3FESG.mjs";
|
|
12
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
13
13
|
import "../../chunk-H6JGLPPF.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
16
16
|
import "../../chunk-E3G5QXSH.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
18
18
|
import "../../chunk-CDXBML6O.mjs";
|
|
19
19
|
import "../../chunk-27Y6K5NK.mjs";
|
|
20
20
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -854,8 +854,8 @@ var template = {
|
|
|
854
854
|
{
|
|
855
855
|
fillRule: "evenodd",
|
|
856
856
|
clipRule: "evenodd",
|
|
857
|
-
|
|
858
|
-
|
|
857
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
858
|
+
fill: "currentColor"
|
|
859
859
|
}
|
|
860
860
|
) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
861
861
|
"path",
|
|
@@ -869,6 +869,41 @@ var template = {
|
|
|
869
869
|
}
|
|
870
870
|
);
|
|
871
871
|
},
|
|
872
|
+
halfStar: ({ className }) => {
|
|
873
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
874
|
+
"svg",
|
|
875
|
+
{
|
|
876
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
877
|
+
width: "18",
|
|
878
|
+
height: "18",
|
|
879
|
+
viewBox: "0 0 18 18",
|
|
880
|
+
fill: "none",
|
|
881
|
+
className,
|
|
882
|
+
children: [
|
|
883
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
|
|
884
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
885
|
+
"path",
|
|
886
|
+
{
|
|
887
|
+
fillRule: "evenodd",
|
|
888
|
+
clipRule: "evenodd",
|
|
889
|
+
fill: "currentColor",
|
|
890
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
891
|
+
clipPath: "url(#half-clip)"
|
|
892
|
+
}
|
|
893
|
+
),
|
|
894
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
895
|
+
"path",
|
|
896
|
+
{
|
|
897
|
+
d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
|
|
898
|
+
stroke: "currentColor",
|
|
899
|
+
strokeLinecap: "round",
|
|
900
|
+
strokeLinejoin: "round"
|
|
901
|
+
}
|
|
902
|
+
)
|
|
903
|
+
]
|
|
904
|
+
}
|
|
905
|
+
);
|
|
906
|
+
},
|
|
872
907
|
avatar: ({ className }) => {
|
|
873
908
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
874
909
|
"svg",
|
|
@@ -2294,6 +2329,26 @@ var template = {
|
|
|
2294
2329
|
}
|
|
2295
2330
|
);
|
|
2296
2331
|
},
|
|
2332
|
+
question: ({ className = "text-white" }) => {
|
|
2333
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2334
|
+
"svg",
|
|
2335
|
+
{
|
|
2336
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2337
|
+
width: "24",
|
|
2338
|
+
height: "24",
|
|
2339
|
+
viewBox: "0 0 24 24",
|
|
2340
|
+
fill: "none",
|
|
2341
|
+
className,
|
|
2342
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2343
|
+
"path",
|
|
2344
|
+
{
|
|
2345
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
2346
|
+
fill: "currentColor"
|
|
2347
|
+
}
|
|
2348
|
+
)
|
|
2349
|
+
}
|
|
2350
|
+
);
|
|
2351
|
+
},
|
|
2297
2352
|
// ----------------------------------- old ---------------------------------
|
|
2298
2353
|
// ** Status **
|
|
2299
2354
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getCellStyle,
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-HKHVSCER.mjs";
|
|
6
6
|
import "../../chunk-7B7LRG5J.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-IRJP6BF3.mjs";
|
|
8
8
|
import "../../chunk-F3HENRVM.mjs";
|
|
9
9
|
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-SFGFRMWL.mjs";
|
|
11
11
|
import "../../chunk-DQRAFUDA.mjs";
|
|
12
12
|
import "../../chunk-EWS3FESG.mjs";
|
|
13
13
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
14
14
|
import "../../chunk-H6JGLPPF.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
17
17
|
import "../../chunk-E3G5QXSH.mjs";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
19
19
|
import "../../chunk-CDXBML6O.mjs";
|
|
20
20
|
import "../../chunk-27Y6K5NK.mjs";
|
|
21
21
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -458,8 +458,8 @@ var template = {
|
|
|
458
458
|
{
|
|
459
459
|
fillRule: "evenodd",
|
|
460
460
|
clipRule: "evenodd",
|
|
461
|
-
|
|
462
|
-
|
|
461
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
462
|
+
fill: "currentColor"
|
|
463
463
|
}
|
|
464
464
|
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
465
465
|
"path",
|
|
@@ -473,6 +473,41 @@ var template = {
|
|
|
473
473
|
}
|
|
474
474
|
);
|
|
475
475
|
},
|
|
476
|
+
halfStar: ({ className }) => {
|
|
477
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
478
|
+
"svg",
|
|
479
|
+
{
|
|
480
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
481
|
+
width: "18",
|
|
482
|
+
height: "18",
|
|
483
|
+
viewBox: "0 0 18 18",
|
|
484
|
+
fill: "none",
|
|
485
|
+
className,
|
|
486
|
+
children: [
|
|
487
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
|
|
488
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
489
|
+
"path",
|
|
490
|
+
{
|
|
491
|
+
fillRule: "evenodd",
|
|
492
|
+
clipRule: "evenodd",
|
|
493
|
+
fill: "currentColor",
|
|
494
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
495
|
+
clipPath: "url(#half-clip)"
|
|
496
|
+
}
|
|
497
|
+
),
|
|
498
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
499
|
+
"path",
|
|
500
|
+
{
|
|
501
|
+
d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
|
|
502
|
+
stroke: "currentColor",
|
|
503
|
+
strokeLinecap: "round",
|
|
504
|
+
strokeLinejoin: "round"
|
|
505
|
+
}
|
|
506
|
+
)
|
|
507
|
+
]
|
|
508
|
+
}
|
|
509
|
+
);
|
|
510
|
+
},
|
|
476
511
|
avatar: ({ className }) => {
|
|
477
512
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
478
513
|
"svg",
|
|
@@ -1898,6 +1933,26 @@ var template = {
|
|
|
1898
1933
|
}
|
|
1899
1934
|
);
|
|
1900
1935
|
},
|
|
1936
|
+
question: ({ className = "text-white" }) => {
|
|
1937
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1938
|
+
"svg",
|
|
1939
|
+
{
|
|
1940
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1941
|
+
width: "24",
|
|
1942
|
+
height: "24",
|
|
1943
|
+
viewBox: "0 0 24 24",
|
|
1944
|
+
fill: "none",
|
|
1945
|
+
className,
|
|
1946
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1947
|
+
"path",
|
|
1948
|
+
{
|
|
1949
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1950
|
+
fill: "currentColor"
|
|
1951
|
+
}
|
|
1952
|
+
)
|
|
1953
|
+
}
|
|
1954
|
+
);
|
|
1955
|
+
},
|
|
1901
1956
|
// ----------------------------------- old ---------------------------------
|
|
1902
1957
|
// ** Status **
|
|
1903
1958
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
7
|
import {
|
|
8
8
|
Icon_default
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-R7KUEH3N.mjs";
|
|
10
10
|
import {
|
|
11
11
|
mapPropsVariants
|
|
12
12
|
} from "../../chunk-E3G5QXSH.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
14
14
|
import {
|
|
15
15
|
tv
|
|
16
16
|
} from "../../chunk-CDXBML6O.mjs";
|
|
@@ -461,8 +461,8 @@ var template = {
|
|
|
461
461
|
{
|
|
462
462
|
fillRule: "evenodd",
|
|
463
463
|
clipRule: "evenodd",
|
|
464
|
-
|
|
465
|
-
|
|
464
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
465
|
+
fill: "currentColor"
|
|
466
466
|
}
|
|
467
467
|
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
468
468
|
"path",
|
|
@@ -476,6 +476,41 @@ var template = {
|
|
|
476
476
|
}
|
|
477
477
|
);
|
|
478
478
|
},
|
|
479
|
+
halfStar: ({ className }) => {
|
|
480
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
481
|
+
"svg",
|
|
482
|
+
{
|
|
483
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
484
|
+
width: "18",
|
|
485
|
+
height: "18",
|
|
486
|
+
viewBox: "0 0 18 18",
|
|
487
|
+
fill: "none",
|
|
488
|
+
className,
|
|
489
|
+
children: [
|
|
490
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
|
|
491
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
492
|
+
"path",
|
|
493
|
+
{
|
|
494
|
+
fillRule: "evenodd",
|
|
495
|
+
clipRule: "evenodd",
|
|
496
|
+
fill: "currentColor",
|
|
497
|
+
d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
|
|
498
|
+
clipPath: "url(#half-clip)"
|
|
499
|
+
}
|
|
500
|
+
),
|
|
501
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
502
|
+
"path",
|
|
503
|
+
{
|
|
504
|
+
d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
|
|
505
|
+
stroke: "currentColor",
|
|
506
|
+
strokeLinecap: "round",
|
|
507
|
+
strokeLinejoin: "round"
|
|
508
|
+
}
|
|
509
|
+
)
|
|
510
|
+
]
|
|
511
|
+
}
|
|
512
|
+
);
|
|
513
|
+
},
|
|
479
514
|
avatar: ({ className }) => {
|
|
480
515
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
481
516
|
"svg",
|
|
@@ -1901,6 +1936,26 @@ var template = {
|
|
|
1901
1936
|
}
|
|
1902
1937
|
);
|
|
1903
1938
|
},
|
|
1939
|
+
question: ({ className = "text-white" }) => {
|
|
1940
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1941
|
+
"svg",
|
|
1942
|
+
{
|
|
1943
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1944
|
+
width: "24",
|
|
1945
|
+
height: "24",
|
|
1946
|
+
viewBox: "0 0 24 24",
|
|
1947
|
+
fill: "none",
|
|
1948
|
+
className,
|
|
1949
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1950
|
+
"path",
|
|
1951
|
+
{
|
|
1952
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1953
|
+
fill: "currentColor"
|
|
1954
|
+
}
|
|
1955
|
+
)
|
|
1956
|
+
}
|
|
1957
|
+
);
|
|
1958
|
+
},
|
|
1904
1959
|
// ----------------------------------- old ---------------------------------
|
|
1905
1960
|
// ** Status **
|
|
1906
1961
|
"plus-circle": ({ className, fill }) => {
|