@deepnoid/ui 0.1.157 → 0.1.159
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 +168 -158
- package/dist/{chunk-DQ3ZRNX4.mjs → chunk-3QE57PU3.mjs} +1 -1
- package/dist/{chunk-5KOTQEFC.mjs → chunk-3X376ACN.mjs} +1 -1
- package/dist/{chunk-IN6M25YL.mjs → chunk-46EIW6MN.mjs} +2 -2
- package/dist/{chunk-MGGBCCZL.mjs → chunk-7QL54JRV.mjs} +2 -2
- package/dist/{chunk-ACFDUCPL.mjs → chunk-CSG6FDBX.mjs} +2 -2
- package/dist/{chunk-VUMESK5D.mjs → chunk-DDFJMHBC.mjs} +37 -2
- package/dist/{chunk-NB45YSED.mjs → chunk-ITFEV25U.mjs} +1 -1
- package/dist/{chunk-DSEF7GGB.mjs → chunk-JKYLYL3A.mjs} +1 -1
- package/dist/{chunk-QJUPHJN6.mjs → chunk-KLBA5J2H.mjs} +1 -1
- package/dist/chunk-L5FRTUM6.mjs +100 -0
- package/dist/{chunk-T7IJB3N4.mjs → chunk-OBOPDVVM.mjs} +4 -4
- package/dist/chunk-OLQOLLKG.mjs +1 -0
- package/dist/{chunk-JJAPJQUD.mjs → chunk-OY5W6JCO.mjs} +1 -1
- package/dist/{chunk-PO4H65C3.mjs → chunk-PXAJEOZS.mjs} +1 -1
- package/dist/{chunk-T6V6BJOT.mjs → chunk-QHETCLHO.mjs} +2 -2
- package/dist/{chunk-BFC4VP3B.mjs → chunk-QR5CKZLL.mjs} +57 -62
- package/dist/{chunk-LBJN5TAP.mjs → chunk-R7KUEH3N.mjs} +1 -1
- package/dist/{chunk-ZUAOUHWS.mjs → chunk-SFA2DEUD.mjs} +3 -3
- package/dist/{chunk-HLWNJLRZ.mjs → chunk-XHCPYYMC.mjs} +1 -1
- package/dist/{chunk-73NBUI4Y.mjs → chunk-YQYO5RLZ.mjs} +1 -1
- package/dist/{chunk-SHI7P4DQ.mjs → chunk-Z7CLJYRF.mjs} +1 -1
- package/dist/components/avatar/avatar.js +37 -2
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +37 -2
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +37 -2
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +37 -2
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +37 -2
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +37 -2
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +37 -2
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +37 -2
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +37 -2
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/fileUpload/fileUpload.js +93 -63
- package/dist/components/fileUpload/fileUpload.mjs +6 -6
- package/dist/components/fileUpload/index.js +93 -63
- 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 +37 -2
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +37 -2
- 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 +37 -2
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +93 -63
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.d.mts +6 -3
- package/dist/components/input/input.d.ts +6 -3
- package/dist/components/input/input.js +93 -63
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +37 -2
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +37 -2
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +37 -2
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +37 -2
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +93 -63
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +93 -63
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.js +93 -63
- 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.js +93 -63
- package/dist/components/picker/index.mjs +8 -8
- package/dist/components/picker/timePicker.js +37 -2
- package/dist/components/picker/timePicker.mjs +4 -4
- package/dist/components/select/index.js +37 -2
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +37 -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 +93 -63
- package/dist/components/table/index.mjs +7 -7
- package/dist/components/table/table-body.js +93 -63
- package/dist/components/table/table-body.mjs +5 -5
- package/dist/components/table/table-head.js +93 -63
- package/dist/components/table/table-head.mjs +5 -5
- package/dist/components/table/table.js +93 -63
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/timePicker/calendar.js +37 -2
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +37 -2
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +37 -2
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +37 -2
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +37 -2
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +37 -2
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +180 -63
- package/dist/index.mjs +37 -32
- package/package.json +1 -1
|
@@ -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",
|
|
@@ -3,15 +3,15 @@ import "../../chunk-LUWGOKLG.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
ToastProvider,
|
|
5
5
|
useToast
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-KLBA5J2H.mjs";
|
|
7
7
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
toast_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-3QE57PU3.mjs";
|
|
11
11
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
13
13
|
import "../../chunk-E3G5QXSH.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
15
15
|
import "../../chunk-CDXBML6O.mjs";
|
|
16
16
|
import "../../chunk-27Y6K5NK.mjs";
|
|
17
17
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -457,8 +457,8 @@ var template = {
|
|
|
457
457
|
{
|
|
458
458
|
fillRule: "evenodd",
|
|
459
459
|
clipRule: "evenodd",
|
|
460
|
-
|
|
461
|
-
|
|
460
|
+
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",
|
|
461
|
+
fill: "currentColor"
|
|
462
462
|
}
|
|
463
463
|
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
464
464
|
"path",
|
|
@@ -472,6 +472,41 @@ var template = {
|
|
|
472
472
|
}
|
|
473
473
|
);
|
|
474
474
|
},
|
|
475
|
+
halfStar: ({ className }) => {
|
|
476
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
477
|
+
"svg",
|
|
478
|
+
{
|
|
479
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
480
|
+
width: "18",
|
|
481
|
+
height: "18",
|
|
482
|
+
viewBox: "0 0 18 18",
|
|
483
|
+
fill: "none",
|
|
484
|
+
className,
|
|
485
|
+
children: [
|
|
486
|
+
/* @__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" }) }) }),
|
|
487
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
488
|
+
"path",
|
|
489
|
+
{
|
|
490
|
+
fillRule: "evenodd",
|
|
491
|
+
clipRule: "evenodd",
|
|
492
|
+
fill: "currentColor",
|
|
493
|
+
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",
|
|
494
|
+
clipPath: "url(#half-clip)"
|
|
495
|
+
}
|
|
496
|
+
),
|
|
497
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
498
|
+
"path",
|
|
499
|
+
{
|
|
500
|
+
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",
|
|
501
|
+
stroke: "currentColor",
|
|
502
|
+
strokeLinecap: "round",
|
|
503
|
+
strokeLinejoin: "round"
|
|
504
|
+
}
|
|
505
|
+
)
|
|
506
|
+
]
|
|
507
|
+
}
|
|
508
|
+
);
|
|
509
|
+
},
|
|
475
510
|
avatar: ({ className }) => {
|
|
476
511
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
477
512
|
"svg",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
toast_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-3QE57PU3.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
7
7
|
import "../../chunk-E3G5QXSH.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
9
9
|
import "../../chunk-CDXBML6O.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -497,8 +497,8 @@ var template = {
|
|
|
497
497
|
{
|
|
498
498
|
fillRule: "evenodd",
|
|
499
499
|
clipRule: "evenodd",
|
|
500
|
-
|
|
501
|
-
|
|
500
|
+
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",
|
|
501
|
+
fill: "currentColor"
|
|
502
502
|
}
|
|
503
503
|
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
504
504
|
"path",
|
|
@@ -512,6 +512,41 @@ var template = {
|
|
|
512
512
|
}
|
|
513
513
|
);
|
|
514
514
|
},
|
|
515
|
+
halfStar: ({ className }) => {
|
|
516
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
517
|
+
"svg",
|
|
518
|
+
{
|
|
519
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
520
|
+
width: "18",
|
|
521
|
+
height: "18",
|
|
522
|
+
viewBox: "0 0 18 18",
|
|
523
|
+
fill: "none",
|
|
524
|
+
className,
|
|
525
|
+
children: [
|
|
526
|
+
/* @__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" }) }) }),
|
|
527
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
528
|
+
"path",
|
|
529
|
+
{
|
|
530
|
+
fillRule: "evenodd",
|
|
531
|
+
clipRule: "evenodd",
|
|
532
|
+
fill: "currentColor",
|
|
533
|
+
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",
|
|
534
|
+
clipPath: "url(#half-clip)"
|
|
535
|
+
}
|
|
536
|
+
),
|
|
537
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
538
|
+
"path",
|
|
539
|
+
{
|
|
540
|
+
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",
|
|
541
|
+
stroke: "currentColor",
|
|
542
|
+
strokeLinecap: "round",
|
|
543
|
+
strokeLinejoin: "round"
|
|
544
|
+
}
|
|
545
|
+
)
|
|
546
|
+
]
|
|
547
|
+
}
|
|
548
|
+
);
|
|
549
|
+
},
|
|
515
550
|
avatar: ({ className }) => {
|
|
516
551
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
517
552
|
"svg",
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ToastProvider,
|
|
4
4
|
useToast
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-KLBA5J2H.mjs";
|
|
6
6
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-3QE57PU3.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
10
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
12
12
|
import "../../chunk-CDXBML6O.mjs";
|
|
13
13
|
import "../../chunk-27Y6K5NK.mjs";
|
|
14
14
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -439,8 +439,8 @@ var template = {
|
|
|
439
439
|
{
|
|
440
440
|
fillRule: "evenodd",
|
|
441
441
|
clipRule: "evenodd",
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
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",
|
|
443
|
+
fill: "currentColor"
|
|
444
444
|
}
|
|
445
445
|
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
446
446
|
"path",
|
|
@@ -454,6 +454,41 @@ var template = {
|
|
|
454
454
|
}
|
|
455
455
|
);
|
|
456
456
|
},
|
|
457
|
+
halfStar: ({ className }) => {
|
|
458
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
459
|
+
"svg",
|
|
460
|
+
{
|
|
461
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
462
|
+
width: "18",
|
|
463
|
+
height: "18",
|
|
464
|
+
viewBox: "0 0 18 18",
|
|
465
|
+
fill: "none",
|
|
466
|
+
className,
|
|
467
|
+
children: [
|
|
468
|
+
/* @__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" }) }) }),
|
|
469
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
470
|
+
"path",
|
|
471
|
+
{
|
|
472
|
+
fillRule: "evenodd",
|
|
473
|
+
clipRule: "evenodd",
|
|
474
|
+
fill: "currentColor",
|
|
475
|
+
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",
|
|
476
|
+
clipPath: "url(#half-clip)"
|
|
477
|
+
}
|
|
478
|
+
),
|
|
479
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
480
|
+
"path",
|
|
481
|
+
{
|
|
482
|
+
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",
|
|
483
|
+
stroke: "currentColor",
|
|
484
|
+
strokeLinecap: "round",
|
|
485
|
+
strokeLinejoin: "round"
|
|
486
|
+
}
|
|
487
|
+
)
|
|
488
|
+
]
|
|
489
|
+
}
|
|
490
|
+
);
|
|
491
|
+
},
|
|
457
492
|
avatar: ({ className }) => {
|
|
458
493
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
459
494
|
"svg",
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-MBLZYQCN.mjs";
|
|
3
3
|
import {
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-XHCPYYMC.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
8
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
9
9
|
import "../../chunk-CDXBML6O.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -438,8 +438,8 @@ var template = {
|
|
|
438
438
|
{
|
|
439
439
|
fillRule: "evenodd",
|
|
440
440
|
clipRule: "evenodd",
|
|
441
|
-
|
|
442
|
-
|
|
441
|
+
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",
|
|
442
|
+
fill: "currentColor"
|
|
443
443
|
}
|
|
444
444
|
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
445
445
|
"path",
|
|
@@ -453,6 +453,41 @@ var template = {
|
|
|
453
453
|
}
|
|
454
454
|
);
|
|
455
455
|
},
|
|
456
|
+
halfStar: ({ className }) => {
|
|
457
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
458
|
+
"svg",
|
|
459
|
+
{
|
|
460
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
461
|
+
width: "18",
|
|
462
|
+
height: "18",
|
|
463
|
+
viewBox: "0 0 18 18",
|
|
464
|
+
fill: "none",
|
|
465
|
+
className,
|
|
466
|
+
children: [
|
|
467
|
+
/* @__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" }) }) }),
|
|
468
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
469
|
+
"path",
|
|
470
|
+
{
|
|
471
|
+
fillRule: "evenodd",
|
|
472
|
+
clipRule: "evenodd",
|
|
473
|
+
fill: "currentColor",
|
|
474
|
+
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",
|
|
475
|
+
clipPath: "url(#half-clip)"
|
|
476
|
+
}
|
|
477
|
+
),
|
|
478
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
479
|
+
"path",
|
|
480
|
+
{
|
|
481
|
+
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",
|
|
482
|
+
stroke: "currentColor",
|
|
483
|
+
strokeLinecap: "round",
|
|
484
|
+
strokeLinejoin: "round"
|
|
485
|
+
}
|
|
486
|
+
)
|
|
487
|
+
]
|
|
488
|
+
}
|
|
489
|
+
);
|
|
490
|
+
},
|
|
456
491
|
avatar: ({ className }) => {
|
|
457
492
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
458
493
|
"svg",
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Tree,
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-XHCPYYMC.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-R7KUEH3N.mjs";
|
|
8
|
+
import "../../chunk-DDFJMHBC.mjs";
|
|
9
9
|
import "../../chunk-CDXBML6O.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
package/dist/index.d.mts
CHANGED
|
@@ -38,6 +38,7 @@ export { default as AreaChart } from './components/charts/areaChart.mjs';
|
|
|
38
38
|
export { default as BarChart } from './components/charts/barChart.mjs';
|
|
39
39
|
export { default as RadarChart } from './components/charts/radarChart.mjs';
|
|
40
40
|
export { default as Progress } from './components/progress/progress.mjs';
|
|
41
|
+
export { default as StarRating, StarRatingProps } from './components/starRating/starRating.mjs';
|
|
41
42
|
export { tv } from './utils/tailwind-variants.mjs';
|
|
42
43
|
export { deepnoidUi } from '@deepnoid/tailwind-config';
|
|
43
44
|
export { VariantProps } from 'tailwind-variants';
|
package/dist/index.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export { default as AreaChart } from './components/charts/areaChart.js';
|
|
|
38
38
|
export { default as BarChart } from './components/charts/barChart.js';
|
|
39
39
|
export { default as RadarChart } from './components/charts/radarChart.js';
|
|
40
40
|
export { default as Progress } from './components/progress/progress.js';
|
|
41
|
+
export { default as StarRating, StarRatingProps } from './components/starRating/starRating.js';
|
|
41
42
|
export { tv } from './utils/tailwind-variants.js';
|
|
42
43
|
export { deepnoidUi } from '@deepnoid/tailwind-config';
|
|
43
44
|
export { VariantProps } from 'tailwind-variants';
|