@deepnoid/ui 0.1.26 → 0.1.28
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 +170 -166
- package/dist/{chunk-MSAULFDB.mjs → chunk-272FMLIL.mjs} +17 -17
- package/dist/{chunk-3IU2RPSM.mjs → chunk-2SDYFOZL.mjs} +46 -35
- package/dist/{chunk-HWL7TPUN.mjs → chunk-2TKEWFGH.mjs} +1 -1
- package/dist/chunk-4OSN2OE2.mjs +178 -0
- package/dist/chunk-6TIIBU7J.mjs +35 -0
- package/dist/{chunk-Q72LZAPG.mjs → chunk-A7RU3FU5.mjs} +1 -1
- package/dist/{chunk-P5PJTJLY.mjs → chunk-BEQ3KZGS.mjs} +19 -19
- package/dist/{chunk-IRAHS4WS.mjs → chunk-G67WUZO3.mjs} +1 -1
- package/dist/{chunk-YBDA3WQP.mjs → chunk-IBI3OVQI.mjs} +1 -1
- package/dist/{chunk-BQUZRVYW.mjs → chunk-JTZUXVOU.mjs} +1 -1
- package/dist/{chunk-6OMHIMIA.mjs → chunk-JV7VLO2L.mjs} +2 -2
- package/dist/{chunk-B3DFSXGC.mjs → chunk-K7VUN5BS.mjs} +2 -2
- package/dist/{chunk-DLQFMOBN.mjs → chunk-KYJTZPXY.mjs} +1 -1
- package/dist/{chunk-OUAKGMDW.mjs → chunk-MEY4IL7D.mjs} +1 -1
- package/dist/{chunk-SCFTSNCK.mjs → chunk-NHVIKP4H.mjs} +6 -6
- package/dist/{chunk-PMMTMYRI.mjs → chunk-QIEKOGY7.mjs} +1 -1
- package/dist/{chunk-QY7LYAXT.mjs → chunk-RT3S3VVJ.mjs} +2 -2
- package/dist/{chunk-IVK24VIL.mjs → chunk-SO7BGWM7.mjs} +2 -2
- package/dist/{chunk-XQGD4ZIX.mjs → chunk-SP3JVQY3.mjs} +1 -1
- package/dist/{chunk-EAK5DVWA.mjs → chunk-UNH3BCGN.mjs} +8 -1
- package/dist/{chunk-6HX3PPL6.mjs → chunk-WLNLVX7Q.mjs} +1 -1
- package/dist/components/avatar/avatar.js +46 -35
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +46 -35
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +46 -35
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +46 -35
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +46 -35
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +46 -35
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +46 -35
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +46 -35
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +46 -35
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +46 -35
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +46 -35
- package/dist/components/dateTimePicker/dateTimePicker.mjs +9 -9
- package/dist/components/dateTimePicker/index.js +46 -35
- package/dist/components/dateTimePicker/index.mjs +9 -9
- package/dist/components/dateTimePicker/timePicker.js +46 -35
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/icon/Icon.d.mts +9 -5
- package/dist/components/icon/Icon.d.ts +9 -5
- package/dist/components/icon/Icon.js +46 -35
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +46 -35
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +3 -2
- package/dist/components/icon/template.d.ts +3 -2
- package/dist/components/icon/template.js +46 -35
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +64 -53
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.d.mts +44 -44
- package/dist/components/input/input.d.ts +44 -44
- package/dist/components/input/input.js +64 -53
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +46 -35
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +46 -35
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +46 -35
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +46 -35
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +64 -53
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +64 -53
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/select/index.js +62 -51
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.d.mts +38 -38
- package/dist/components/select/select.d.ts +38 -38
- package/dist/components/select/select.js +62 -51
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/definition-table.d.mts +51 -0
- package/dist/components/table/definition-table.d.ts +51 -0
- package/dist/components/table/definition-table.js +351 -0
- package/dist/components/table/definition-table.mjs +9 -0
- package/dist/components/table/form-table.d.mts +1 -1
- package/dist/components/table/form-table.d.ts +1 -1
- package/dist/components/table/form-table.mjs +43 -3
- package/dist/components/table/index.d.mts +1 -1
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.js +86 -82
- package/dist/components/table/index.mjs +9 -9
- package/dist/components/table/table-head.js +8 -1
- package/dist/components/table/table-head.mjs +1 -1
- package/dist/components/table/table.js +72 -54
- package/dist/components/table/table.mjs +6 -6
- package/dist/components/toast/index.js +46 -35
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +46 -35
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +46 -35
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.d.mts +1 -0
- package/dist/components/tree/index.d.ts +1 -0
- package/dist/components/tree/index.js +170 -84
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.d.mts +17 -10
- package/dist/components/tree/tree.d.ts +17 -10
- package/dist/components/tree/tree.js +175 -84
- package/dist/components/tree/tree.mjs +5 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +226 -147
- package/dist/index.mjs +31 -31
- package/package.json +1 -1
- package/dist/chunk-ICZTNO4V.mjs +0 -49
- package/dist/chunk-TEQ723QO.mjs +0 -102
|
@@ -544,22 +544,61 @@ var template = {
|
|
|
544
544
|
}
|
|
545
545
|
);
|
|
546
546
|
},
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
547
|
+
plus: ({ className }) => {
|
|
548
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
549
|
+
"svg",
|
|
550
|
+
{
|
|
551
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
552
|
+
width: "18",
|
|
553
|
+
height: "18",
|
|
554
|
+
viewBox: "0 0 18 18",
|
|
555
|
+
fill: "none",
|
|
556
|
+
className,
|
|
557
|
+
children: [
|
|
558
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
559
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
560
|
+
]
|
|
561
|
+
}
|
|
562
|
+
);
|
|
563
|
+
},
|
|
564
|
+
minus: ({ className }) => {
|
|
550
565
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
551
566
|
"svg",
|
|
552
567
|
{
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
568
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
569
|
+
width: "18",
|
|
570
|
+
height: "18",
|
|
571
|
+
viewBox: "0 0 18 18",
|
|
556
572
|
fill: "none",
|
|
573
|
+
className,
|
|
574
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
575
|
+
}
|
|
576
|
+
);
|
|
577
|
+
},
|
|
578
|
+
pencil: ({ className }) => {
|
|
579
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
580
|
+
"svg",
|
|
581
|
+
{
|
|
557
582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
583
|
+
width: "18",
|
|
584
|
+
height: "18",
|
|
585
|
+
viewBox: "0 0 18 18",
|
|
586
|
+
fill: "none",
|
|
558
587
|
className,
|
|
559
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
588
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
589
|
+
"path",
|
|
590
|
+
{
|
|
591
|
+
d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
|
|
592
|
+
stroke: "currentColor",
|
|
593
|
+
strokeLinecap: "round",
|
|
594
|
+
strokeLinejoin: "round"
|
|
595
|
+
}
|
|
596
|
+
)
|
|
560
597
|
}
|
|
561
598
|
);
|
|
562
599
|
},
|
|
600
|
+
// ----------------------------------- old ---------------------------------
|
|
601
|
+
// ** Status **
|
|
563
602
|
check: ({ className, fill }) => {
|
|
564
603
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
565
604
|
"svg",
|
|
@@ -2206,34 +2245,6 @@ var template = {
|
|
|
2206
2245
|
}
|
|
2207
2246
|
);
|
|
2208
2247
|
},
|
|
2209
|
-
pencil: ({ className, fill }) => {
|
|
2210
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2211
|
-
"svg",
|
|
2212
|
-
{
|
|
2213
|
-
width: "24",
|
|
2214
|
-
height: "24",
|
|
2215
|
-
viewBox: "0 0 24 24",
|
|
2216
|
-
fill: "none",
|
|
2217
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2218
|
-
className,
|
|
2219
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2220
|
-
"path",
|
|
2221
|
-
{
|
|
2222
|
-
d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
|
|
2223
|
-
fill: "currentColor"
|
|
2224
|
-
}
|
|
2225
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2226
|
-
"path",
|
|
2227
|
-
{
|
|
2228
|
-
d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
|
|
2229
|
-
stroke: "currentColor",
|
|
2230
|
-
strokeLinecap: "round",
|
|
2231
|
-
strokeLinejoin: "round"
|
|
2232
|
-
}
|
|
2233
|
-
)
|
|
2234
|
-
}
|
|
2235
|
-
);
|
|
2236
|
-
},
|
|
2237
2248
|
"pencil-square": ({ className, fill }) => {
|
|
2238
2249
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2239
2250
|
"svg",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default,
|
|
4
4
|
iconTemplate
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-2TKEWFGH.mjs";
|
|
6
|
+
import "../../chunk-2SDYFOZL.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
Icon_default as default,
|
|
@@ -544,22 +544,61 @@ var template = {
|
|
|
544
544
|
}
|
|
545
545
|
);
|
|
546
546
|
},
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
547
|
+
plus: ({ className }) => {
|
|
548
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
549
|
+
"svg",
|
|
550
|
+
{
|
|
551
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
552
|
+
width: "18",
|
|
553
|
+
height: "18",
|
|
554
|
+
viewBox: "0 0 18 18",
|
|
555
|
+
fill: "none",
|
|
556
|
+
className,
|
|
557
|
+
children: [
|
|
558
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
559
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
560
|
+
]
|
|
561
|
+
}
|
|
562
|
+
);
|
|
563
|
+
},
|
|
564
|
+
minus: ({ className }) => {
|
|
550
565
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
551
566
|
"svg",
|
|
552
567
|
{
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
568
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
569
|
+
width: "18",
|
|
570
|
+
height: "18",
|
|
571
|
+
viewBox: "0 0 18 18",
|
|
556
572
|
fill: "none",
|
|
573
|
+
className,
|
|
574
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
575
|
+
}
|
|
576
|
+
);
|
|
577
|
+
},
|
|
578
|
+
pencil: ({ className }) => {
|
|
579
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
580
|
+
"svg",
|
|
581
|
+
{
|
|
557
582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
583
|
+
width: "18",
|
|
584
|
+
height: "18",
|
|
585
|
+
viewBox: "0 0 18 18",
|
|
586
|
+
fill: "none",
|
|
558
587
|
className,
|
|
559
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
588
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
589
|
+
"path",
|
|
590
|
+
{
|
|
591
|
+
d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
|
|
592
|
+
stroke: "currentColor",
|
|
593
|
+
strokeLinecap: "round",
|
|
594
|
+
strokeLinejoin: "round"
|
|
595
|
+
}
|
|
596
|
+
)
|
|
560
597
|
}
|
|
561
598
|
);
|
|
562
599
|
},
|
|
600
|
+
// ----------------------------------- old ---------------------------------
|
|
601
|
+
// ** Status **
|
|
563
602
|
check: ({ className, fill }) => {
|
|
564
603
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
565
604
|
"svg",
|
|
@@ -2206,34 +2245,6 @@ var template = {
|
|
|
2206
2245
|
}
|
|
2207
2246
|
);
|
|
2208
2247
|
},
|
|
2209
|
-
pencil: ({ className, fill }) => {
|
|
2210
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2211
|
-
"svg",
|
|
2212
|
-
{
|
|
2213
|
-
width: "24",
|
|
2214
|
-
height: "24",
|
|
2215
|
-
viewBox: "0 0 24 24",
|
|
2216
|
-
fill: "none",
|
|
2217
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2218
|
-
className,
|
|
2219
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2220
|
-
"path",
|
|
2221
|
-
{
|
|
2222
|
-
d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
|
|
2223
|
-
fill: "currentColor"
|
|
2224
|
-
}
|
|
2225
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2226
|
-
"path",
|
|
2227
|
-
{
|
|
2228
|
-
d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
|
|
2229
|
-
stroke: "currentColor",
|
|
2230
|
-
strokeLinecap: "round",
|
|
2231
|
-
strokeLinejoin: "round"
|
|
2232
|
-
}
|
|
2233
|
-
)
|
|
2234
|
-
}
|
|
2235
|
-
);
|
|
2236
|
-
},
|
|
2237
2248
|
"pencil-square": ({ className, fill }) => {
|
|
2238
2249
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2239
2250
|
"svg",
|
|
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
Icon_default,
|
|
5
5
|
iconTemplate
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-2TKEWFGH.mjs";
|
|
7
|
+
import "../../chunk-2SDYFOZL.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
Icon_default as Icon,
|
|
@@ -25,7 +25,9 @@ declare const template: {
|
|
|
25
25
|
home: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
26
26
|
exclamation: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
27
27
|
close: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
28
|
-
plus: ({ className
|
|
28
|
+
plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
|
+
pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
29
31
|
check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
32
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
31
33
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -75,7 +77,6 @@ declare const template: {
|
|
|
75
77
|
"email-open": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
76
78
|
lock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
77
79
|
unlock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
78
|
-
pencil: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
79
80
|
"pencil-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
80
81
|
grid: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
81
82
|
"list-dot": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -25,7 +25,9 @@ declare const template: {
|
|
|
25
25
|
home: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
26
26
|
exclamation: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
27
27
|
close: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
28
|
-
plus: ({ className
|
|
28
|
+
plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
|
+
pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
29
31
|
check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
32
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
31
33
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -75,7 +77,6 @@ declare const template: {
|
|
|
75
77
|
"email-open": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
76
78
|
lock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
77
79
|
unlock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
78
|
-
pencil: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
79
80
|
"pencil-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
80
81
|
grid: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
81
82
|
"list-dot": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -541,22 +541,61 @@ var template = {
|
|
|
541
541
|
}
|
|
542
542
|
);
|
|
543
543
|
},
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
544
|
+
plus: ({ className }) => {
|
|
545
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
546
|
+
"svg",
|
|
547
|
+
{
|
|
548
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
549
|
+
width: "18",
|
|
550
|
+
height: "18",
|
|
551
|
+
viewBox: "0 0 18 18",
|
|
552
|
+
fill: "none",
|
|
553
|
+
className,
|
|
554
|
+
children: [
|
|
555
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
556
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
557
|
+
]
|
|
558
|
+
}
|
|
559
|
+
);
|
|
560
|
+
},
|
|
561
|
+
minus: ({ className }) => {
|
|
547
562
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
548
563
|
"svg",
|
|
549
564
|
{
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
565
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
566
|
+
width: "18",
|
|
567
|
+
height: "18",
|
|
568
|
+
viewBox: "0 0 18 18",
|
|
553
569
|
fill: "none",
|
|
570
|
+
className,
|
|
571
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
572
|
+
}
|
|
573
|
+
);
|
|
574
|
+
},
|
|
575
|
+
pencil: ({ className }) => {
|
|
576
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
577
|
+
"svg",
|
|
578
|
+
{
|
|
554
579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
580
|
+
width: "18",
|
|
581
|
+
height: "18",
|
|
582
|
+
viewBox: "0 0 18 18",
|
|
583
|
+
fill: "none",
|
|
555
584
|
className,
|
|
556
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
585
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
586
|
+
"path",
|
|
587
|
+
{
|
|
588
|
+
d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
|
|
589
|
+
stroke: "currentColor",
|
|
590
|
+
strokeLinecap: "round",
|
|
591
|
+
strokeLinejoin: "round"
|
|
592
|
+
}
|
|
593
|
+
)
|
|
557
594
|
}
|
|
558
595
|
);
|
|
559
596
|
},
|
|
597
|
+
// ----------------------------------- old ---------------------------------
|
|
598
|
+
// ** Status **
|
|
560
599
|
check: ({ className, fill }) => {
|
|
561
600
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
562
601
|
"svg",
|
|
@@ -2203,34 +2242,6 @@ var template = {
|
|
|
2203
2242
|
}
|
|
2204
2243
|
);
|
|
2205
2244
|
},
|
|
2206
|
-
pencil: ({ className, fill }) => {
|
|
2207
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2208
|
-
"svg",
|
|
2209
|
-
{
|
|
2210
|
-
width: "24",
|
|
2211
|
-
height: "24",
|
|
2212
|
-
viewBox: "0 0 24 24",
|
|
2213
|
-
fill: "none",
|
|
2214
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2215
|
-
className,
|
|
2216
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2217
|
-
"path",
|
|
2218
|
-
{
|
|
2219
|
-
d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
|
|
2220
|
-
fill: "currentColor"
|
|
2221
|
-
}
|
|
2222
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2223
|
-
"path",
|
|
2224
|
-
{
|
|
2225
|
-
d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
|
|
2226
|
-
stroke: "currentColor",
|
|
2227
|
-
strokeLinecap: "round",
|
|
2228
|
-
strokeLinejoin: "round"
|
|
2229
|
-
}
|
|
2230
|
-
)
|
|
2231
|
-
}
|
|
2232
|
-
);
|
|
2233
|
-
},
|
|
2234
2245
|
"pencil-square": ({ className, fill }) => {
|
|
2235
2246
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2236
2247
|
"svg",
|
|
@@ -627,22 +627,61 @@ var template = {
|
|
|
627
627
|
}
|
|
628
628
|
);
|
|
629
629
|
},
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
630
|
+
plus: ({ className }) => {
|
|
631
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
632
|
+
"svg",
|
|
633
|
+
{
|
|
634
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
635
|
+
width: "18",
|
|
636
|
+
height: "18",
|
|
637
|
+
viewBox: "0 0 18 18",
|
|
638
|
+
fill: "none",
|
|
639
|
+
className,
|
|
640
|
+
children: [
|
|
641
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
642
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
643
|
+
]
|
|
644
|
+
}
|
|
645
|
+
);
|
|
646
|
+
},
|
|
647
|
+
minus: ({ className }) => {
|
|
633
648
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
634
649
|
"svg",
|
|
635
650
|
{
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
651
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
652
|
+
width: "18",
|
|
653
|
+
height: "18",
|
|
654
|
+
viewBox: "0 0 18 18",
|
|
639
655
|
fill: "none",
|
|
656
|
+
className,
|
|
657
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
658
|
+
}
|
|
659
|
+
);
|
|
660
|
+
},
|
|
661
|
+
pencil: ({ className }) => {
|
|
662
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
663
|
+
"svg",
|
|
664
|
+
{
|
|
640
665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
666
|
+
width: "18",
|
|
667
|
+
height: "18",
|
|
668
|
+
viewBox: "0 0 18 18",
|
|
669
|
+
fill: "none",
|
|
641
670
|
className,
|
|
642
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
671
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
672
|
+
"path",
|
|
673
|
+
{
|
|
674
|
+
d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
|
|
675
|
+
stroke: "currentColor",
|
|
676
|
+
strokeLinecap: "round",
|
|
677
|
+
strokeLinejoin: "round"
|
|
678
|
+
}
|
|
679
|
+
)
|
|
643
680
|
}
|
|
644
681
|
);
|
|
645
682
|
},
|
|
683
|
+
// ----------------------------------- old ---------------------------------
|
|
684
|
+
// ** Status **
|
|
646
685
|
check: ({ className, fill }) => {
|
|
647
686
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
648
687
|
"svg",
|
|
@@ -2289,34 +2328,6 @@ var template = {
|
|
|
2289
2328
|
}
|
|
2290
2329
|
);
|
|
2291
2330
|
},
|
|
2292
|
-
pencil: ({ className, fill }) => {
|
|
2293
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2294
|
-
"svg",
|
|
2295
|
-
{
|
|
2296
|
-
width: "24",
|
|
2297
|
-
height: "24",
|
|
2298
|
-
viewBox: "0 0 24 24",
|
|
2299
|
-
fill: "none",
|
|
2300
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2301
|
-
className,
|
|
2302
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2303
|
-
"path",
|
|
2304
|
-
{
|
|
2305
|
-
d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
|
|
2306
|
-
fill: "currentColor"
|
|
2307
|
-
}
|
|
2308
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2309
|
-
"path",
|
|
2310
|
-
{
|
|
2311
|
-
d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
|
|
2312
|
-
stroke: "currentColor",
|
|
2313
|
-
strokeLinecap: "round",
|
|
2314
|
-
strokeLinejoin: "round"
|
|
2315
|
-
}
|
|
2316
|
-
)
|
|
2317
|
-
}
|
|
2318
|
-
);
|
|
2319
|
-
},
|
|
2320
2331
|
"pencil-square": ({ className, fill }) => {
|
|
2321
2332
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2322
2333
|
"svg",
|
|
@@ -4360,7 +4371,7 @@ function toVal(mix) {
|
|
|
4360
4371
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
4361
4372
|
var Input = (0, import_react.forwardRef)((originalProps, ref) => {
|
|
4362
4373
|
const [props, variantProps] = mapPropsVariants(originalProps, inputStyle.variantKeys);
|
|
4363
|
-
const { classNames, label,
|
|
4374
|
+
const { classNames, label, helperMessage, errorMessage, startContent, endContent, ...inputProps } = props;
|
|
4364
4375
|
const inputRef = (0, import_react.useRef)(null);
|
|
4365
4376
|
const slots = (0, import_react.useMemo)(() => inputStyle({ ...variantProps }), [variantProps]);
|
|
4366
4377
|
const getContentProps = (0, import_react.useCallback)(
|
|
@@ -4403,7 +4414,7 @@ var Input = (0, import_react.forwardRef)((originalProps, ref) => {
|
|
|
4403
4414
|
className: `${getContentProps().className || ""} ${existingProps.className || ""}`.trim()
|
|
4404
4415
|
};
|
|
4405
4416
|
return import_react.default.cloneElement(endContent, mergedProps);
|
|
4406
|
-
} else if (
|
|
4417
|
+
} else if (errorMessage) {
|
|
4407
4418
|
const iconProps = { ...getContentProps(), className: getContentProps().className };
|
|
4408
4419
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { ...iconProps, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Icon_default, { name: "exclamation-circle", fill: true, size: originalProps.size }) });
|
|
4409
4420
|
} else {
|
|
@@ -4457,8 +4468,8 @@ var Input = (0, import_react.forwardRef)((originalProps, ref) => {
|
|
|
4457
4468
|
]
|
|
4458
4469
|
}
|
|
4459
4470
|
),
|
|
4460
|
-
|
|
4461
|
-
|
|
4471
|
+
helperMessage && !errorMessage && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("p", { className: slots.helperMessage({ class: classNames == null ? void 0 : classNames.helperMessage }), children: helperMessage }),
|
|
4472
|
+
errorMessage && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("p", { className: clsx("error", slots.errorMessage({ class: classNames == null ? void 0 : classNames.errorMessage })), children: errorMessage })
|
|
4462
4473
|
] })
|
|
4463
4474
|
]
|
|
4464
4475
|
}
|
|
@@ -4498,8 +4509,8 @@ var inputStyle = tv(
|
|
|
4498
4509
|
"group-has-[:hover]/input:text-neutral-dark",
|
|
4499
4510
|
"group-has-[p.error]/input:text-danger-main"
|
|
4500
4511
|
],
|
|
4501
|
-
|
|
4502
|
-
|
|
4512
|
+
helperMessage: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
|
|
4513
|
+
errorMessage: ["text-danger-main"],
|
|
4503
4514
|
readonly: ["pointer-events-none", "!text-body-foreground"]
|
|
4504
4515
|
},
|
|
4505
4516
|
variants: {
|
|
@@ -4534,7 +4545,7 @@ var inputStyle = tv(
|
|
|
4534
4545
|
"group-has-[:focus]/input:text-primary-main",
|
|
4535
4546
|
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4536
4547
|
],
|
|
4537
|
-
|
|
4548
|
+
helperMessage: [
|
|
4538
4549
|
"group-has-[:focus]/input:text-primary-main",
|
|
4539
4550
|
"group-has-[:focus:hover]/input:text-primary-main",
|
|
4540
4551
|
"group-has-[:focus]/input:hover:text-primary-main"
|
|
@@ -4545,7 +4556,7 @@ var inputStyle = tv(
|
|
|
4545
4556
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4546
4557
|
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4547
4558
|
],
|
|
4548
|
-
|
|
4559
|
+
helperMessage: [
|
|
4549
4560
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4550
4561
|
"group-has-[:focus:hover]/input:text-secondary-main",
|
|
4551
4562
|
"group-has-[:focus]/input:hover:text-secondary-main"
|
|
@@ -4558,32 +4569,32 @@ var inputStyle = tv(
|
|
|
4558
4569
|
label: ["text-sm"],
|
|
4559
4570
|
innerWrapper: ["gap-[4px]"],
|
|
4560
4571
|
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"],
|
|
4561
|
-
|
|
4562
|
-
|
|
4572
|
+
helperMessage: ["text-sm"],
|
|
4573
|
+
errorMessage: ["text-sm"]
|
|
4563
4574
|
},
|
|
4564
4575
|
md: {
|
|
4565
4576
|
base: ["text-md", "gap-[6px]"],
|
|
4566
4577
|
label: ["text-md"],
|
|
4567
4578
|
innerWrapper: ["gap-[6px]"],
|
|
4568
4579
|
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"],
|
|
4569
|
-
|
|
4570
|
-
|
|
4580
|
+
helperMessage: ["text-sm"],
|
|
4581
|
+
errorMessage: ["text-sm"]
|
|
4571
4582
|
},
|
|
4572
4583
|
lg: {
|
|
4573
4584
|
base: ["text-lg", "gap-[8px]"],
|
|
4574
4585
|
label: ["text-lg"],
|
|
4575
4586
|
innerWrapper: ["gap-[8px]"],
|
|
4576
4587
|
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"],
|
|
4577
|
-
|
|
4578
|
-
|
|
4588
|
+
helperMessage: ["text-md"],
|
|
4589
|
+
errorMessage: ["text-md"]
|
|
4579
4590
|
},
|
|
4580
4591
|
xl: {
|
|
4581
4592
|
base: ["text-xl", "gap-[10px]"],
|
|
4582
4593
|
label: ["text-xl"],
|
|
4583
4594
|
innerWrapper: ["gap-[10px]"],
|
|
4584
4595
|
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"],
|
|
4585
|
-
|
|
4586
|
-
|
|
4596
|
+
helperMessage: ["text-md"],
|
|
4597
|
+
errorMessage: ["text-md"]
|
|
4587
4598
|
}
|
|
4588
4599
|
},
|
|
4589
4600
|
direction: {
|
|
@@ -4607,8 +4618,8 @@ var inputStyle = tv(
|
|
|
4607
4618
|
"group-has-[p.error]/input:placeholder:text-danger-light"
|
|
4608
4619
|
],
|
|
4609
4620
|
content: ["text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
|
|
4610
|
-
|
|
4611
|
-
|
|
4621
|
+
helperMessage: ["!text-neutral-light"],
|
|
4622
|
+
errorMessage: ["!text-danger-light"]
|
|
4612
4623
|
}
|
|
4613
4624
|
}
|
|
4614
4625
|
},
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-2GCSFWHD.mjs";
|
|
3
3
|
import {
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-BEQ3KZGS.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-2TKEWFGH.mjs";
|
|
8
|
+
import "../../chunk-2SDYFOZL.mjs";
|
|
9
9
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|