@deepnoid/ui 0.0.87 → 0.0.89
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/dist/{chunk-4DLTBZUQ.mjs → chunk-3DRIHQOM.mjs} +7 -5
- package/dist/{chunk-4SWFYTMR.mjs → chunk-6YE26GOI.mjs} +10 -8
- package/dist/{chunk-QX6VJLEM.mjs → chunk-7HHFRKJU.mjs} +2 -2
- package/dist/{chunk-H2HUJ4N2.mjs → chunk-A3RWT3JJ.mjs} +9 -4
- package/dist/{chunk-BE2OG6M4.mjs → chunk-ANYPMQH4.mjs} +28 -21
- package/dist/{chunk-5HSZ5AYM.mjs → chunk-B4KZBOGT.mjs} +16 -16
- package/dist/{chunk-QIZOXBOY.mjs → chunk-DWROPKZW.mjs} +4 -4
- package/dist/{chunk-PHQY5T3E.mjs → chunk-HFVZFUC3.mjs} +7 -14
- package/dist/{chunk-IOV7MEPG.mjs → chunk-IOCRFIQF.mjs} +30 -0
- package/dist/{chunk-4VIEZ5FT.mjs → chunk-JN7EGKJL.mjs} +8 -7
- package/dist/{chunk-SFNR4F3J.mjs → chunk-L6BQA6GI.mjs} +2 -2
- package/dist/{chunk-PRUAIZTU.mjs → chunk-LCI6RPWE.mjs} +1 -1
- package/dist/{chunk-IZOMH2SL.mjs → chunk-MOINJECK.mjs} +16 -15
- package/dist/{chunk-QVGXHUYW.mjs → chunk-N2JULHST.mjs} +9 -9
- package/dist/chunk-OJ2OEI5B.mjs +202 -0
- package/dist/{chunk-2COCX2VX.mjs → chunk-PXUBPWKU.mjs} +2 -2
- package/dist/{chunk-PCIONGEJ.mjs → chunk-QWFOYO3D.mjs} +37 -19
- package/dist/{chunk-LY6LJRUX.mjs → chunk-RZZWHI6O.mjs} +1 -1
- package/dist/chunk-UR64ZUAU.mjs +671 -0
- package/dist/{chunk-PUFNT5LS.mjs → chunk-VG4644BG.mjs} +1 -1
- package/dist/components/accordion/accordion.d.mts +1 -1
- package/dist/components/accordion/accordion.d.ts +1 -1
- package/dist/components/accordion/accordion.test.mjs +3 -3
- package/dist/components/accordion/accordionItem.d.mts +1 -1
- package/dist/components/accordion/accordionItem.d.ts +1 -1
- package/dist/components/accordion/accordionItem.js +31 -1
- package/dist/components/accordion/accordionItem.mjs +3 -3
- package/dist/components/accordion/index.js +31 -1
- package/dist/components/accordion/index.mjs +3 -3
- package/dist/components/button/button-group.test.js +4103 -167
- package/dist/components/button/button-group.test.mjs +7 -3
- package/dist/components/button/button.d.mts +360 -12
- package/dist/components/button/button.d.ts +360 -12
- package/dist/components/button/button.js +4054 -110
- package/dist/components/button/button.mjs +5 -1
- package/dist/components/button/button.test.js +4059 -125
- package/dist/components/button/button.test.mjs +7 -3
- package/dist/components/button/index.d.mts +3 -0
- package/dist/components/button/index.d.ts +3 -0
- package/dist/components/button/index.js +4046 -112
- package/dist/components/button/index.mjs +5 -1
- package/dist/components/card/card.d.mts +1 -1
- package/dist/components/card/card.d.ts +1 -1
- package/dist/components/checkbox/checkbox.d.mts +69 -69
- package/dist/components/checkbox/checkbox.d.ts +69 -69
- package/dist/components/checkbox/checkbox.js +28 -21
- package/dist/components/checkbox/checkbox.mjs +1 -1
- package/dist/components/checkbox/checkbox.test.js +28 -21
- package/dist/components/checkbox/checkbox.test.mjs +3 -3
- package/dist/components/checkbox/index.js +28 -21
- package/dist/components/checkbox/index.mjs +1 -1
- package/dist/components/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +30 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +30 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +30 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +36 -4
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.d.mts +7 -2
- package/dist/components/input/input.d.ts +7 -2
- package/dist/components/input/input.js +36 -4
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/input/input.test.js +36 -4
- package/dist/components/input/input.test.mjs +4 -4
- package/dist/components/list/list.d.mts +1 -1
- package/dist/components/list/list.d.ts +1 -1
- package/dist/components/list/listItem.d.mts +1 -1
- package/dist/components/list/listItem.d.ts +1 -1
- package/dist/components/modal/index.js +505 -127
- package/dist/components/modal/index.mjs +5 -4
- package/dist/components/modal/modal.js +505 -127
- package/dist/components/modal/modal.mjs +5 -4
- package/dist/components/modal/modal.test.js +497 -129
- package/dist/components/modal/modal.test.mjs +5 -4
- package/dist/components/pagination/index.js +16 -16
- package/dist/components/pagination/index.mjs +1 -1
- package/dist/components/pagination/pagination.js +16 -16
- package/dist/components/pagination/pagination.mjs +1 -1
- package/dist/components/pagination/pagination.test.js +16 -16
- package/dist/components/pagination/pagination.test.mjs +1 -1
- package/dist/components/progress/index.js +9 -9
- package/dist/components/progress/index.mjs +1 -1
- package/dist/components/progress/progress.d.mts +33 -33
- package/dist/components/progress/progress.d.ts +33 -33
- package/dist/components/progress/progress.js +9 -9
- package/dist/components/progress/progress.mjs +1 -1
- package/dist/components/progress/progress.test.js +9 -9
- package/dist/components/progress/progress.test.mjs +1 -1
- package/dist/components/radio/index.js +37 -19
- package/dist/components/radio/index.mjs +1 -1
- package/dist/components/radio/radio.d.mts +33 -33
- package/dist/components/radio/radio.d.ts +33 -33
- package/dist/components/radio/radio.js +37 -19
- package/dist/components/radio/radio.mjs +1 -1
- package/dist/components/radio/radio.test.js +37 -19
- package/dist/components/radio/radio.test.mjs +1 -1
- package/dist/components/select/index.js +36 -5
- package/dist/components/select/index.mjs +4 -4
- package/dist/components/select/option.js +30 -0
- package/dist/components/select/option.mjs +3 -3
- package/dist/components/select/select.d.mts +2 -2
- package/dist/components/select/select.d.ts +2 -2
- package/dist/components/select/select.js +36 -5
- package/dist/components/select/select.mjs +4 -4
- package/dist/components/select/select.test.js +36 -5
- package/dist/components/select/select.test.mjs +7 -7
- package/dist/components/slider/index.js +9 -4
- package/dist/components/slider/index.mjs +1 -1
- package/dist/components/slider/slider.d.mts +26 -0
- package/dist/components/slider/slider.d.ts +26 -0
- package/dist/components/slider/slider.js +9 -4
- package/dist/components/slider/slider.mjs +1 -1
- package/dist/components/slider/slider.test.js +9 -4
- package/dist/components/slider/slider.test.mjs +1 -1
- package/dist/components/switch/index.js +16 -15
- package/dist/components/switch/index.mjs +1 -1
- package/dist/components/switch/switch.d.mts +48 -48
- package/dist/components/switch/switch.d.ts +48 -48
- package/dist/components/switch/switch.js +16 -15
- package/dist/components/switch/switch.mjs +1 -1
- package/dist/components/switch/switch.test.js +16 -15
- package/dist/components/switch/switch.test.mjs +1 -1
- package/dist/components/table/index.js +66 -27
- package/dist/components/table/index.mjs +6 -6
- package/dist/components/table/table-body.js +60 -23
- package/dist/components/table/table-body.mjs +4 -4
- package/dist/components/table/table-head.js +28 -21
- package/dist/components/table/table-head.mjs +2 -2
- package/dist/components/table/table.d.mts +21 -7
- package/dist/components/table/table.d.ts +21 -7
- package/dist/components/table/table.js +66 -27
- package/dist/components/table/table.mjs +6 -6
- package/dist/components/table/table.test.js +66 -27
- package/dist/components/table/table.test.mjs +6 -6
- package/dist/components/tabs/tabs.d.mts +1 -1
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/components/tabs/tabs.test.mjs +3 -3
- package/dist/components/textarea/index.d.mts +3 -0
- package/dist/components/textarea/index.d.ts +3 -0
- package/dist/components/textarea/index.js +89 -30
- package/dist/components/textarea/index.mjs +2 -1
- package/dist/components/textarea/textarea.d.mts +510 -9
- package/dist/components/textarea/textarea.d.ts +510 -9
- package/dist/components/textarea/textarea.js +89 -30
- package/dist/components/textarea/textarea.mjs +2 -1
- package/dist/components/textarea/textarea.test.js +89 -30
- package/dist/components/textarea/textarea.test.mjs +3 -2
- package/dist/components/toast/index.js +32 -2
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +31 -1
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/toast.test.js +31 -1
- package/dist/components/toast/toast.test.mjs +3 -3
- package/dist/components/toast/use-toast.js +32 -2
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tooltip/tooltip.test.js +4034 -118
- package/dist/components/tooltip/tooltip.test.mjs +6 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2773 -2334
- package/dist/index.mjs +33 -33
- package/package.json +1 -1
- package/dist/chunk-66WCZEEU.mjs +0 -320
- package/dist/chunk-WOX3SLJB.mjs +0 -162
|
@@ -47,6 +47,10 @@ declare const iconTemplate: {
|
|
|
47
47
|
className?: string;
|
|
48
48
|
fill?: boolean;
|
|
49
49
|
}) => react_jsx_runtime.JSX.Element;
|
|
50
|
+
loading: ({ className, fill }: {
|
|
51
|
+
className?: string;
|
|
52
|
+
fill?: boolean;
|
|
53
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
50
54
|
"user-circle": ({ className, fill }: {
|
|
51
55
|
className?: string;
|
|
52
56
|
fill?: boolean;
|
|
@@ -47,6 +47,10 @@ declare const iconTemplate: {
|
|
|
47
47
|
className?: string;
|
|
48
48
|
fill?: boolean;
|
|
49
49
|
}) => react_jsx_runtime.JSX.Element;
|
|
50
|
+
loading: ({ className, fill }: {
|
|
51
|
+
className?: string;
|
|
52
|
+
fill?: boolean;
|
|
53
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
50
54
|
"user-circle": ({ className, fill }: {
|
|
51
55
|
className?: string;
|
|
52
56
|
fill?: boolean;
|
|
@@ -312,6 +312,36 @@ var template = {
|
|
|
312
312
|
}
|
|
313
313
|
);
|
|
314
314
|
},
|
|
315
|
+
loading: ({ className, fill }) => {
|
|
316
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
317
|
+
"svg",
|
|
318
|
+
{
|
|
319
|
+
width: "24",
|
|
320
|
+
height: "24",
|
|
321
|
+
viewBox: "0 0 24 24",
|
|
322
|
+
fill: "none",
|
|
323
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
324
|
+
className,
|
|
325
|
+
children: [
|
|
326
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
327
|
+
"path",
|
|
328
|
+
{
|
|
329
|
+
d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
|
|
330
|
+
fill: "currentColor",
|
|
331
|
+
fillOpacity: "0.1"
|
|
332
|
+
}
|
|
333
|
+
),
|
|
334
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
335
|
+
"path",
|
|
336
|
+
{
|
|
337
|
+
d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
|
|
338
|
+
fill: "currentColor"
|
|
339
|
+
}
|
|
340
|
+
)
|
|
341
|
+
]
|
|
342
|
+
}
|
|
343
|
+
);
|
|
344
|
+
},
|
|
315
345
|
// ** User **
|
|
316
346
|
"user-circle": ({ className, fill }) => {
|
|
317
347
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default,
|
|
4
4
|
iconTemplate
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-LCI6RPWE.mjs";
|
|
6
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
7
7
|
import "../../chunk-IZ6II3QA.mjs";
|
|
8
8
|
export {
|
|
9
9
|
Icon_default as default,
|
|
@@ -312,6 +312,36 @@ var template = {
|
|
|
312
312
|
}
|
|
313
313
|
);
|
|
314
314
|
},
|
|
315
|
+
loading: ({ className, fill }) => {
|
|
316
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
317
|
+
"svg",
|
|
318
|
+
{
|
|
319
|
+
width: "24",
|
|
320
|
+
height: "24",
|
|
321
|
+
viewBox: "0 0 24 24",
|
|
322
|
+
fill: "none",
|
|
323
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
324
|
+
className,
|
|
325
|
+
children: [
|
|
326
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
327
|
+
"path",
|
|
328
|
+
{
|
|
329
|
+
d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
|
|
330
|
+
fill: "currentColor",
|
|
331
|
+
fillOpacity: "0.1"
|
|
332
|
+
}
|
|
333
|
+
),
|
|
334
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
335
|
+
"path",
|
|
336
|
+
{
|
|
337
|
+
d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
|
|
338
|
+
fill: "currentColor"
|
|
339
|
+
}
|
|
340
|
+
)
|
|
341
|
+
]
|
|
342
|
+
}
|
|
343
|
+
);
|
|
344
|
+
},
|
|
315
345
|
// ** User **
|
|
316
346
|
"user-circle": ({ className, fill }) => {
|
|
317
347
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -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-LCI6RPWE.mjs";
|
|
7
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
8
8
|
import "../../chunk-IZ6II3QA.mjs";
|
|
9
9
|
export {
|
|
10
10
|
Icon_default as Icon,
|
|
@@ -16,6 +16,7 @@ declare const template: {
|
|
|
16
16
|
"question-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
17
17
|
"exclamation-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
18
18
|
"exclamation-triangle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
loading: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
19
20
|
"user-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
20
21
|
"user-plus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
21
22
|
"user-minus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -16,6 +16,7 @@ declare const template: {
|
|
|
16
16
|
"question-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
17
17
|
"exclamation-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
18
18
|
"exclamation-triangle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
loading: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
19
20
|
"user-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
20
21
|
"user-plus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
21
22
|
"user-minus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -309,6 +309,36 @@ var template = {
|
|
|
309
309
|
}
|
|
310
310
|
);
|
|
311
311
|
},
|
|
312
|
+
loading: ({ className, fill }) => {
|
|
313
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
314
|
+
"svg",
|
|
315
|
+
{
|
|
316
|
+
width: "24",
|
|
317
|
+
height: "24",
|
|
318
|
+
viewBox: "0 0 24 24",
|
|
319
|
+
fill: "none",
|
|
320
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
321
|
+
className,
|
|
322
|
+
children: [
|
|
323
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
324
|
+
"path",
|
|
325
|
+
{
|
|
326
|
+
d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
|
|
327
|
+
fill: "currentColor",
|
|
328
|
+
fillOpacity: "0.1"
|
|
329
|
+
}
|
|
330
|
+
),
|
|
331
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
332
|
+
"path",
|
|
333
|
+
{
|
|
334
|
+
d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
|
|
335
|
+
fill: "currentColor"
|
|
336
|
+
}
|
|
337
|
+
)
|
|
338
|
+
]
|
|
339
|
+
}
|
|
340
|
+
);
|
|
341
|
+
},
|
|
312
342
|
// ** User **
|
|
313
343
|
"user-circle": ({ className, fill }) => {
|
|
314
344
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -363,6 +363,36 @@ var template = {
|
|
|
363
363
|
}
|
|
364
364
|
);
|
|
365
365
|
},
|
|
366
|
+
loading: ({ className, fill }) => {
|
|
367
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
368
|
+
"svg",
|
|
369
|
+
{
|
|
370
|
+
width: "24",
|
|
371
|
+
height: "24",
|
|
372
|
+
viewBox: "0 0 24 24",
|
|
373
|
+
fill: "none",
|
|
374
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
375
|
+
className,
|
|
376
|
+
children: [
|
|
377
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
378
|
+
"path",
|
|
379
|
+
{
|
|
380
|
+
d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
|
|
381
|
+
fill: "currentColor",
|
|
382
|
+
fillOpacity: "0.1"
|
|
383
|
+
}
|
|
384
|
+
),
|
|
385
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
386
|
+
"path",
|
|
387
|
+
{
|
|
388
|
+
d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
|
|
389
|
+
fill: "currentColor"
|
|
390
|
+
}
|
|
391
|
+
)
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
);
|
|
395
|
+
},
|
|
366
396
|
// ** User **
|
|
367
397
|
"user-circle": ({ className, fill }) => {
|
|
368
398
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -3743,12 +3773,13 @@ var inputStyle = tv({
|
|
|
3743
3773
|
inputWrapper: [
|
|
3744
3774
|
"flex",
|
|
3745
3775
|
"items-center",
|
|
3776
|
+
"transition",
|
|
3777
|
+
"duration-200",
|
|
3746
3778
|
"group-has-[p]/input:border-danger-main",
|
|
3747
|
-
"group-has-[p]/input:bg-danger-soft"
|
|
3748
|
-
"transition duration-200"
|
|
3779
|
+
"group-has-[p]/input:bg-danger-soft"
|
|
3749
3780
|
],
|
|
3750
3781
|
input: ["w-full", "h-full", "bg-transparent", "placeholder:text-neutral-main", "focus-visible:outline-none"],
|
|
3751
|
-
content: ["flex", "items-center", "group-has-[p]/input:text-danger-main"
|
|
3782
|
+
content: ["flex", "items-center", "select-none", "group-has-[p]/input:text-danger-main"],
|
|
3752
3783
|
errorMessage: ["text-danger-main"]
|
|
3753
3784
|
},
|
|
3754
3785
|
variants: {
|
|
@@ -3827,7 +3858,8 @@ var inputStyle = tv({
|
|
|
3827
3858
|
label: ["text-neutral-light"],
|
|
3828
3859
|
inputWrapper: ["bg-neutral-soft", "border-neutral-light", "pointer-events-none"],
|
|
3829
3860
|
input: ["text-neutral-light", "placeholder:text-neutral-light"],
|
|
3830
|
-
content: ["text-neutral-light"]
|
|
3861
|
+
content: ["text-neutral-light"],
|
|
3862
|
+
errorMessage: ["text-danger-light"]
|
|
3831
3863
|
}
|
|
3832
3864
|
},
|
|
3833
3865
|
isRequired: {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-2GCSFWHD.mjs";
|
|
3
3
|
import {
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-3DRIHQOM.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LCI6RPWE.mjs";
|
|
8
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
9
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-J725QONZ.mjs";
|
|
11
11
|
import "../../chunk-IZ6II3QA.mjs";
|
|
@@ -84,6 +84,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
84
84
|
inputWrapper: string[];
|
|
85
85
|
input: string[];
|
|
86
86
|
content: string[];
|
|
87
|
+
errorMessage: string[];
|
|
87
88
|
};
|
|
88
89
|
};
|
|
89
90
|
isRequired: {
|
|
@@ -102,11 +103,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
102
103
|
}, undefined, {
|
|
103
104
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
104
105
|
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
105
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
106
106
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
107
|
-
|
|
107
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
108
108
|
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
109
109
|
isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
110
|
+
radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
110
111
|
isRequired?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
111
112
|
} | undefined;
|
|
112
113
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
@@ -193,6 +194,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
193
194
|
inputWrapper: string[];
|
|
194
195
|
input: string[];
|
|
195
196
|
content: string[];
|
|
197
|
+
errorMessage: string[];
|
|
196
198
|
};
|
|
197
199
|
};
|
|
198
200
|
isRequired: {
|
|
@@ -272,6 +274,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
272
274
|
inputWrapper: string[];
|
|
273
275
|
input: string[];
|
|
274
276
|
content: string[];
|
|
277
|
+
errorMessage: string[];
|
|
275
278
|
};
|
|
276
279
|
};
|
|
277
280
|
isRequired: {
|
|
@@ -351,6 +354,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
351
354
|
inputWrapper: string[];
|
|
352
355
|
input: string[];
|
|
353
356
|
content: string[];
|
|
357
|
+
errorMessage: string[];
|
|
354
358
|
};
|
|
355
359
|
};
|
|
356
360
|
isRequired: {
|
|
@@ -422,6 +426,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
422
426
|
inputWrapper: string[];
|
|
423
427
|
input: string[];
|
|
424
428
|
content: string[];
|
|
429
|
+
errorMessage: string[];
|
|
425
430
|
};
|
|
426
431
|
};
|
|
427
432
|
isRequired: {
|
|
@@ -84,6 +84,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
84
84
|
inputWrapper: string[];
|
|
85
85
|
input: string[];
|
|
86
86
|
content: string[];
|
|
87
|
+
errorMessage: string[];
|
|
87
88
|
};
|
|
88
89
|
};
|
|
89
90
|
isRequired: {
|
|
@@ -102,11 +103,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
102
103
|
}, undefined, {
|
|
103
104
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
104
105
|
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
105
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
106
106
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
107
|
-
|
|
107
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
108
108
|
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
109
109
|
isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
110
|
+
radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
110
111
|
isRequired?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
111
112
|
} | undefined;
|
|
112
113
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
@@ -193,6 +194,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
193
194
|
inputWrapper: string[];
|
|
194
195
|
input: string[];
|
|
195
196
|
content: string[];
|
|
197
|
+
errorMessage: string[];
|
|
196
198
|
};
|
|
197
199
|
};
|
|
198
200
|
isRequired: {
|
|
@@ -272,6 +274,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
272
274
|
inputWrapper: string[];
|
|
273
275
|
input: string[];
|
|
274
276
|
content: string[];
|
|
277
|
+
errorMessage: string[];
|
|
275
278
|
};
|
|
276
279
|
};
|
|
277
280
|
isRequired: {
|
|
@@ -351,6 +354,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
351
354
|
inputWrapper: string[];
|
|
352
355
|
input: string[];
|
|
353
356
|
content: string[];
|
|
357
|
+
errorMessage: string[];
|
|
354
358
|
};
|
|
355
359
|
};
|
|
356
360
|
isRequired: {
|
|
@@ -422,6 +426,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
|
|
|
422
426
|
inputWrapper: string[];
|
|
423
427
|
input: string[];
|
|
424
428
|
content: string[];
|
|
429
|
+
errorMessage: string[];
|
|
425
430
|
};
|
|
426
431
|
};
|
|
427
432
|
isRequired: {
|
|
@@ -362,6 +362,36 @@ var template = {
|
|
|
362
362
|
}
|
|
363
363
|
);
|
|
364
364
|
},
|
|
365
|
+
loading: ({ className, fill }) => {
|
|
366
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
367
|
+
"svg",
|
|
368
|
+
{
|
|
369
|
+
width: "24",
|
|
370
|
+
height: "24",
|
|
371
|
+
viewBox: "0 0 24 24",
|
|
372
|
+
fill: "none",
|
|
373
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
374
|
+
className,
|
|
375
|
+
children: [
|
|
376
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
377
|
+
"path",
|
|
378
|
+
{
|
|
379
|
+
d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
|
|
380
|
+
fill: "currentColor",
|
|
381
|
+
fillOpacity: "0.1"
|
|
382
|
+
}
|
|
383
|
+
),
|
|
384
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
385
|
+
"path",
|
|
386
|
+
{
|
|
387
|
+
d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
|
|
388
|
+
fill: "currentColor"
|
|
389
|
+
}
|
|
390
|
+
)
|
|
391
|
+
]
|
|
392
|
+
}
|
|
393
|
+
);
|
|
394
|
+
},
|
|
365
395
|
// ** User **
|
|
366
396
|
"user-circle": ({ className, fill }) => {
|
|
367
397
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -3742,12 +3772,13 @@ var inputStyle = tv({
|
|
|
3742
3772
|
inputWrapper: [
|
|
3743
3773
|
"flex",
|
|
3744
3774
|
"items-center",
|
|
3775
|
+
"transition",
|
|
3776
|
+
"duration-200",
|
|
3745
3777
|
"group-has-[p]/input:border-danger-main",
|
|
3746
|
-
"group-has-[p]/input:bg-danger-soft"
|
|
3747
|
-
"transition duration-200"
|
|
3778
|
+
"group-has-[p]/input:bg-danger-soft"
|
|
3748
3779
|
],
|
|
3749
3780
|
input: ["w-full", "h-full", "bg-transparent", "placeholder:text-neutral-main", "focus-visible:outline-none"],
|
|
3750
|
-
content: ["flex", "items-center", "group-has-[p]/input:text-danger-main"
|
|
3781
|
+
content: ["flex", "items-center", "select-none", "group-has-[p]/input:text-danger-main"],
|
|
3751
3782
|
errorMessage: ["text-danger-main"]
|
|
3752
3783
|
},
|
|
3753
3784
|
variants: {
|
|
@@ -3826,7 +3857,8 @@ var inputStyle = tv({
|
|
|
3826
3857
|
label: ["text-neutral-light"],
|
|
3827
3858
|
inputWrapper: ["bg-neutral-soft", "border-neutral-light", "pointer-events-none"],
|
|
3828
3859
|
input: ["text-neutral-light", "placeholder:text-neutral-light"],
|
|
3829
|
-
content: ["text-neutral-light"]
|
|
3860
|
+
content: ["text-neutral-light"],
|
|
3861
|
+
errorMessage: ["text-danger-light"]
|
|
3830
3862
|
}
|
|
3831
3863
|
},
|
|
3832
3864
|
isRequired: {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
inputStyle,
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-3DRIHQOM.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LCI6RPWE.mjs";
|
|
8
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
9
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-J725QONZ.mjs";
|
|
11
11
|
import "../../chunk-IZ6II3QA.mjs";
|
|
@@ -19149,6 +19149,36 @@ var template = {
|
|
|
19149
19149
|
}
|
|
19150
19150
|
);
|
|
19151
19151
|
},
|
|
19152
|
+
loading: ({ className, fill }) => {
|
|
19153
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
19154
|
+
"svg",
|
|
19155
|
+
{
|
|
19156
|
+
width: "24",
|
|
19157
|
+
height: "24",
|
|
19158
|
+
viewBox: "0 0 24 24",
|
|
19159
|
+
fill: "none",
|
|
19160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19161
|
+
className,
|
|
19162
|
+
children: [
|
|
19163
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
19164
|
+
"path",
|
|
19165
|
+
{
|
|
19166
|
+
d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
|
|
19167
|
+
fill: "currentColor",
|
|
19168
|
+
fillOpacity: "0.1"
|
|
19169
|
+
}
|
|
19170
|
+
),
|
|
19171
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
19172
|
+
"path",
|
|
19173
|
+
{
|
|
19174
|
+
d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
|
|
19175
|
+
fill: "currentColor"
|
|
19176
|
+
}
|
|
19177
|
+
)
|
|
19178
|
+
]
|
|
19179
|
+
}
|
|
19180
|
+
);
|
|
19181
|
+
},
|
|
19152
19182
|
// ** User **
|
|
19153
19183
|
"user-circle": ({ className, fill }) => {
|
|
19154
19184
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -22529,12 +22559,13 @@ var inputStyle = tv({
|
|
|
22529
22559
|
inputWrapper: [
|
|
22530
22560
|
"flex",
|
|
22531
22561
|
"items-center",
|
|
22562
|
+
"transition",
|
|
22563
|
+
"duration-200",
|
|
22532
22564
|
"group-has-[p]/input:border-danger-main",
|
|
22533
|
-
"group-has-[p]/input:bg-danger-soft"
|
|
22534
|
-
"transition duration-200"
|
|
22565
|
+
"group-has-[p]/input:bg-danger-soft"
|
|
22535
22566
|
],
|
|
22536
22567
|
input: ["w-full", "h-full", "bg-transparent", "placeholder:text-neutral-main", "focus-visible:outline-none"],
|
|
22537
|
-
content: ["flex", "items-center", "group-has-[p]/input:text-danger-main"
|
|
22568
|
+
content: ["flex", "items-center", "select-none", "group-has-[p]/input:text-danger-main"],
|
|
22538
22569
|
errorMessage: ["text-danger-main"]
|
|
22539
22570
|
},
|
|
22540
22571
|
variants: {
|
|
@@ -22613,7 +22644,8 @@ var inputStyle = tv({
|
|
|
22613
22644
|
label: ["text-neutral-light"],
|
|
22614
22645
|
inputWrapper: ["bg-neutral-soft", "border-neutral-light", "pointer-events-none"],
|
|
22615
22646
|
input: ["text-neutral-light", "placeholder:text-neutral-light"],
|
|
22616
|
-
content: ["text-neutral-light"]
|
|
22647
|
+
content: ["text-neutral-light"],
|
|
22648
|
+
errorMessage: ["text-danger-light"]
|
|
22617
22649
|
}
|
|
22618
22650
|
},
|
|
22619
22651
|
isRequired: {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "../../chunk-H7BLXC5M.mjs";
|
|
3
2
|
import {
|
|
4
3
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-3DRIHQOM.mjs";
|
|
5
|
+
import "../../chunk-H7BLXC5M.mjs";
|
|
6
6
|
import {
|
|
7
7
|
render,
|
|
8
8
|
waitForWrapper
|
|
9
9
|
} from "../../chunk-FNPWLOGV.mjs";
|
|
10
10
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-LCI6RPWE.mjs";
|
|
12
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
13
13
|
import "../../chunk-E3G5QXSH.mjs";
|
|
14
14
|
import "../../chunk-J725QONZ.mjs";
|
|
15
15
|
import "../../chunk-IZ6II3QA.mjs";
|
|
@@ -30,8 +30,8 @@ declare const list: tailwind_variants.TVReturnType<{
|
|
|
30
30
|
}, undefined, {
|
|
31
31
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
32
32
|
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
33
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
34
33
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
34
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
35
35
|
} | undefined;
|
|
36
36
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
37
37
|
twMergeConfig: {
|
|
@@ -30,8 +30,8 @@ declare const list: tailwind_variants.TVReturnType<{
|
|
|
30
30
|
}, undefined, {
|
|
31
31
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
32
32
|
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
33
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
34
33
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
34
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
35
35
|
} | undefined;
|
|
36
36
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
37
37
|
twMergeConfig: {
|
|
@@ -51,8 +51,8 @@ declare const listItem: tailwind_variants.TVReturnType<{
|
|
|
51
51
|
}, undefined, {
|
|
52
52
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
53
53
|
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
54
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
55
54
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
55
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
56
56
|
isInGroup?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
57
57
|
} | undefined;
|
|
58
58
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
@@ -51,8 +51,8 @@ declare const listItem: tailwind_variants.TVReturnType<{
|
|
|
51
51
|
}, undefined, {
|
|
52
52
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
53
53
|
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
54
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
55
54
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
55
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
56
56
|
isInGroup?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
57
57
|
} | undefined;
|
|
58
58
|
} & tailwind_variants_dist_config.TWMConfig & {
|