@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
|
@@ -12957,7 +12957,16 @@ Radio.displayName = "Radio";
|
|
|
12957
12957
|
var radio_default = Radio;
|
|
12958
12958
|
var radio = tv({
|
|
12959
12959
|
slots: {
|
|
12960
|
-
base:
|
|
12960
|
+
base: [
|
|
12961
|
+
"group/radio",
|
|
12962
|
+
"relative",
|
|
12963
|
+
"max-w-fit",
|
|
12964
|
+
"inline-flex",
|
|
12965
|
+
"items-center",
|
|
12966
|
+
"justify-start",
|
|
12967
|
+
"cursor-pointer",
|
|
12968
|
+
"tap-highlight-transparent"
|
|
12969
|
+
],
|
|
12961
12970
|
icon: [
|
|
12962
12971
|
"relative",
|
|
12963
12972
|
"inline-flex",
|
|
@@ -12986,18 +12995,18 @@ var radio = tv({
|
|
|
12986
12995
|
"after:left-1/2",
|
|
12987
12996
|
"after:-translate-x-1/2",
|
|
12988
12997
|
"after:-translate-y-1/2",
|
|
12989
|
-
"group-has-[:checked]:after:opacity-100",
|
|
12990
|
-
"group-has-[:checked]:after:scale-100",
|
|
12998
|
+
"group-has-[:checked]/radio:after:opacity-100",
|
|
12999
|
+
"group-has-[:checked]/radio:after:scale-100",
|
|
12991
13000
|
// hover
|
|
12992
|
-
"group-hover:before:bg-neutral-soft",
|
|
13001
|
+
"group-hover/radio:before:bg-neutral-soft",
|
|
12993
13002
|
"before:transition duration-200",
|
|
12994
13003
|
// focus ring
|
|
12995
13004
|
"outline-none",
|
|
12996
|
-
"group-focus:z-10",
|
|
12997
|
-
"group-focus:ring-2",
|
|
12998
|
-
"group-focus:ring-focus",
|
|
12999
|
-
"group-focus:ring-offset-2",
|
|
13000
|
-
"group-focus:ring-offset-background"
|
|
13005
|
+
"group-focus/radio:z-10",
|
|
13006
|
+
"group-focus/radio:ring-2",
|
|
13007
|
+
"group-focus/radio:ring-focus",
|
|
13008
|
+
"group-focus/radio:ring-offset-2",
|
|
13009
|
+
"group-focus/radio:ring-offset-background"
|
|
13001
13010
|
],
|
|
13002
13011
|
labelWrapper: "flex flex-col",
|
|
13003
13012
|
label: "text-foreground select-none"
|
|
@@ -13005,44 +13014,53 @@ var radio = tv({
|
|
|
13005
13014
|
variants: {
|
|
13006
13015
|
color: {
|
|
13007
13016
|
primary: {
|
|
13008
|
-
icon: "group-has-[:checked]:before:border-primary-main after:bg-primary-main"
|
|
13017
|
+
icon: ["group-has-[:checked]/radio:before:border-primary-main", "after:bg-primary-main"]
|
|
13009
13018
|
},
|
|
13010
13019
|
secondary: {
|
|
13011
|
-
icon: "group-has-[:checked]:before:border-secondary-main after:bg-secondary-main"
|
|
13020
|
+
icon: ["group-has-[:checked]/radio:before:border-secondary-main", "after:bg-secondary-main"]
|
|
13012
13021
|
}
|
|
13013
13022
|
},
|
|
13014
13023
|
size: {
|
|
13015
13024
|
sm: {
|
|
13016
|
-
icon: ["w-[15px] h-[15px] mr-[
|
|
13025
|
+
icon: ["w-[15px]", "h-[15px]", "mr-[6px]", "after:w-[9px]", "after:h-[9px]"],
|
|
13017
13026
|
label: "text-sm"
|
|
13018
13027
|
},
|
|
13019
13028
|
md: {
|
|
13020
|
-
icon: ["w-[17px] h-[17px] mr-[
|
|
13029
|
+
icon: ["w-[17px]", "h-[17px]", "mr-[8px]", "after:w-[11px]", "after:h-[11px]"],
|
|
13021
13030
|
label: "text-md"
|
|
13022
13031
|
},
|
|
13023
13032
|
lg: {
|
|
13024
|
-
icon: ["w-[20px] h-[20px] mr-[10px] after:w-[
|
|
13033
|
+
icon: ["w-[20px]", "h-[20px]", "mr-[10px]", "after:w-[14px]", "after:h-[14px]"],
|
|
13025
13034
|
label: "text-lg"
|
|
13026
13035
|
}
|
|
13027
13036
|
},
|
|
13028
13037
|
isInvalid: {
|
|
13029
13038
|
true: {
|
|
13030
|
-
icon:
|
|
13039
|
+
icon: [
|
|
13040
|
+
"after:bg-danger-main",
|
|
13041
|
+
"before:border-danger-main",
|
|
13042
|
+
"group-has-[:checked]/radio:before:border-danger-main"
|
|
13043
|
+
],
|
|
13031
13044
|
label: "text-danger-main"
|
|
13032
13045
|
}
|
|
13033
13046
|
},
|
|
13034
13047
|
isDisabled: {
|
|
13035
13048
|
true: {
|
|
13036
|
-
base: "opacity-disabled pointer-events-none",
|
|
13037
|
-
icon:
|
|
13049
|
+
base: ["opacity-disabled", "pointer-events-none"],
|
|
13050
|
+
icon: [
|
|
13051
|
+
"before:border-neutral-light",
|
|
13052
|
+
"before:bg-neutral-soft",
|
|
13053
|
+
"after:bg-neutral-light",
|
|
13054
|
+
"group-has-[:checked]/radio:before:border-neutral-light"
|
|
13055
|
+
],
|
|
13038
13056
|
label: "text-neutral-light"
|
|
13039
13057
|
}
|
|
13040
13058
|
},
|
|
13041
13059
|
disableAnimation: {
|
|
13042
13060
|
true: {},
|
|
13043
13061
|
false: {
|
|
13044
|
-
icon: ["group-active:scale-95", "transition-transform-colors", "motion-reduce:transition-none"],
|
|
13045
|
-
label: "transition-colors motion-reduce:transition-none"
|
|
13062
|
+
icon: ["group-active/radio:scale-95", "transition-transform-colors", "motion-reduce:transition-none"],
|
|
13063
|
+
label: ["transition-colors", "motion-reduce:transition-none"]
|
|
13046
13064
|
}
|
|
13047
13065
|
}
|
|
13048
13066
|
},
|
|
@@ -410,6 +410,36 @@ var template = {
|
|
|
410
410
|
}
|
|
411
411
|
);
|
|
412
412
|
},
|
|
413
|
+
loading: ({ className, fill }) => {
|
|
414
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
415
|
+
"svg",
|
|
416
|
+
{
|
|
417
|
+
width: "24",
|
|
418
|
+
height: "24",
|
|
419
|
+
viewBox: "0 0 24 24",
|
|
420
|
+
fill: "none",
|
|
421
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
422
|
+
className,
|
|
423
|
+
children: [
|
|
424
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
425
|
+
"path",
|
|
426
|
+
{
|
|
427
|
+
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",
|
|
428
|
+
fill: "currentColor",
|
|
429
|
+
fillOpacity: "0.1"
|
|
430
|
+
}
|
|
431
|
+
),
|
|
432
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
433
|
+
"path",
|
|
434
|
+
{
|
|
435
|
+
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",
|
|
436
|
+
fill: "currentColor"
|
|
437
|
+
}
|
|
438
|
+
)
|
|
439
|
+
]
|
|
440
|
+
}
|
|
441
|
+
);
|
|
442
|
+
},
|
|
413
443
|
// ** User **
|
|
414
444
|
"user-circle": ({ className, fill }) => {
|
|
415
445
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -3831,7 +3861,7 @@ Select.displayName = "Select";
|
|
|
3831
3861
|
var select_default = Select;
|
|
3832
3862
|
var select = tv({
|
|
3833
3863
|
slots: {
|
|
3834
|
-
base: ["group", "flex flex-col"],
|
|
3864
|
+
base: ["group/select", "flex flex-col"],
|
|
3835
3865
|
label: ["flex", "items-center"],
|
|
3836
3866
|
selectWrapper: [
|
|
3837
3867
|
"flex",
|
|
@@ -3839,8 +3869,9 @@ var select = tv({
|
|
|
3839
3869
|
"bg-transparent",
|
|
3840
3870
|
"border-neutral-main",
|
|
3841
3871
|
"transition duration-200",
|
|
3842
|
-
"group-has-[p]:border-danger-main",
|
|
3843
|
-
"group-has-[p]:text-danger-main"
|
|
3872
|
+
"group-has-[p]/select:border-danger-main",
|
|
3873
|
+
"group-has-[p]/select:text-danger-main",
|
|
3874
|
+
"group-has-[p]/select:bg-danger-soft"
|
|
3844
3875
|
],
|
|
3845
3876
|
select: [
|
|
3846
3877
|
"w-full",
|
|
@@ -3849,7 +3880,7 @@ var select = tv({
|
|
|
3849
3880
|
"cursor-inherit",
|
|
3850
3881
|
"cursor-pointer",
|
|
3851
3882
|
"placeholder:text-neutral-main",
|
|
3852
|
-
"group-has-[p]:text-danger-main",
|
|
3883
|
+
"group-has-[p]/select:text-danger-main",
|
|
3853
3884
|
"focus-visible:outline-none"
|
|
3854
3885
|
],
|
|
3855
3886
|
optionsWrapper: ["w-[240px]", "border", "bg-background", "cursor-pointer", "overflow-y-auto"],
|
|
@@ -3858,7 +3889,7 @@ var select = tv({
|
|
|
3858
3889
|
variants: {
|
|
3859
3890
|
variant: {
|
|
3860
3891
|
solid: {
|
|
3861
|
-
selectWrapper: "bg-trans-soft hover:bg-trans-light data-[expanded=true]:bg-trans-light group-has-[p]:bg-danger-soft"
|
|
3892
|
+
selectWrapper: "bg-trans-soft hover:bg-trans-light data-[expanded=true]:bg-trans-light group-has-[p]/select:bg-danger-soft"
|
|
3862
3893
|
},
|
|
3863
3894
|
normal: {
|
|
3864
3895
|
selectWrapper: "border hover:bg-trans-soft data-[expanded=true]:bg-trans-soft"
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import "../../chunk-QCEKPS7U.mjs";
|
|
3
3
|
import {
|
|
4
4
|
select_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-JN7EGKJL.mjs";
|
|
6
|
+
import "../../chunk-RZZWHI6O.mjs";
|
|
7
7
|
import "../../chunk-S3QS5B7F.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-LCI6RPWE.mjs";
|
|
10
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
12
|
import "../../chunk-J725QONZ.mjs";
|
|
13
13
|
import "../../chunk-IZ6II3QA.mjs";
|
|
@@ -330,6 +330,36 @@ var template = {
|
|
|
330
330
|
}
|
|
331
331
|
);
|
|
332
332
|
},
|
|
333
|
+
loading: ({ className, fill }) => {
|
|
334
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
335
|
+
"svg",
|
|
336
|
+
{
|
|
337
|
+
width: "24",
|
|
338
|
+
height: "24",
|
|
339
|
+
viewBox: "0 0 24 24",
|
|
340
|
+
fill: "none",
|
|
341
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
342
|
+
className,
|
|
343
|
+
children: [
|
|
344
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
345
|
+
"path",
|
|
346
|
+
{
|
|
347
|
+
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",
|
|
348
|
+
fill: "currentColor",
|
|
349
|
+
fillOpacity: "0.1"
|
|
350
|
+
}
|
|
351
|
+
),
|
|
352
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
353
|
+
"path",
|
|
354
|
+
{
|
|
355
|
+
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",
|
|
356
|
+
fill: "currentColor"
|
|
357
|
+
}
|
|
358
|
+
)
|
|
359
|
+
]
|
|
360
|
+
}
|
|
361
|
+
);
|
|
362
|
+
},
|
|
333
363
|
// ** User **
|
|
334
364
|
"user-circle": ({ className, fill }) => {
|
|
335
365
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
option_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-RZZWHI6O.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-LCI6RPWE.mjs";
|
|
7
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
8
8
|
import "../../chunk-J725QONZ.mjs";
|
|
9
9
|
import "../../chunk-IZ6II3QA.mjs";
|
|
10
10
|
export {
|
|
@@ -104,11 +104,11 @@ declare const select: tailwind_variants.TVReturnType<{
|
|
|
104
104
|
}, undefined, {
|
|
105
105
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
106
106
|
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
107
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
108
107
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
109
|
-
|
|
108
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
110
109
|
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
111
110
|
isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
111
|
+
radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
112
112
|
isRequired?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
113
113
|
} | undefined;
|
|
114
114
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
@@ -104,11 +104,11 @@ declare const select: tailwind_variants.TVReturnType<{
|
|
|
104
104
|
}, undefined, {
|
|
105
105
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
106
106
|
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
107
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
108
107
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
109
|
-
|
|
108
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
110
109
|
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
111
110
|
isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
111
|
+
radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
112
112
|
isRequired?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
113
113
|
} | undefined;
|
|
114
114
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
@@ -408,6 +408,36 @@ var template = {
|
|
|
408
408
|
}
|
|
409
409
|
);
|
|
410
410
|
},
|
|
411
|
+
loading: ({ className, fill }) => {
|
|
412
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
413
|
+
"svg",
|
|
414
|
+
{
|
|
415
|
+
width: "24",
|
|
416
|
+
height: "24",
|
|
417
|
+
viewBox: "0 0 24 24",
|
|
418
|
+
fill: "none",
|
|
419
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
420
|
+
className,
|
|
421
|
+
children: [
|
|
422
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
423
|
+
"path",
|
|
424
|
+
{
|
|
425
|
+
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",
|
|
426
|
+
fill: "currentColor",
|
|
427
|
+
fillOpacity: "0.1"
|
|
428
|
+
}
|
|
429
|
+
),
|
|
430
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
431
|
+
"path",
|
|
432
|
+
{
|
|
433
|
+
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",
|
|
434
|
+
fill: "currentColor"
|
|
435
|
+
}
|
|
436
|
+
)
|
|
437
|
+
]
|
|
438
|
+
}
|
|
439
|
+
);
|
|
440
|
+
},
|
|
411
441
|
// ** User **
|
|
412
442
|
"user-circle": ({ className, fill }) => {
|
|
413
443
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -3829,7 +3859,7 @@ Select.displayName = "Select";
|
|
|
3829
3859
|
var select_default = Select;
|
|
3830
3860
|
var select = tv({
|
|
3831
3861
|
slots: {
|
|
3832
|
-
base: ["group", "flex flex-col"],
|
|
3862
|
+
base: ["group/select", "flex flex-col"],
|
|
3833
3863
|
label: ["flex", "items-center"],
|
|
3834
3864
|
selectWrapper: [
|
|
3835
3865
|
"flex",
|
|
@@ -3837,8 +3867,9 @@ var select = tv({
|
|
|
3837
3867
|
"bg-transparent",
|
|
3838
3868
|
"border-neutral-main",
|
|
3839
3869
|
"transition duration-200",
|
|
3840
|
-
"group-has-[p]:border-danger-main",
|
|
3841
|
-
"group-has-[p]:text-danger-main"
|
|
3870
|
+
"group-has-[p]/select:border-danger-main",
|
|
3871
|
+
"group-has-[p]/select:text-danger-main",
|
|
3872
|
+
"group-has-[p]/select:bg-danger-soft"
|
|
3842
3873
|
],
|
|
3843
3874
|
select: [
|
|
3844
3875
|
"w-full",
|
|
@@ -3847,7 +3878,7 @@ var select = tv({
|
|
|
3847
3878
|
"cursor-inherit",
|
|
3848
3879
|
"cursor-pointer",
|
|
3849
3880
|
"placeholder:text-neutral-main",
|
|
3850
|
-
"group-has-[p]:text-danger-main",
|
|
3881
|
+
"group-has-[p]/select:text-danger-main",
|
|
3851
3882
|
"focus-visible:outline-none"
|
|
3852
3883
|
],
|
|
3853
3884
|
optionsWrapper: ["w-[240px]", "border", "bg-background", "cursor-pointer", "overflow-y-auto"],
|
|
@@ -3856,7 +3887,7 @@ var select = tv({
|
|
|
3856
3887
|
variants: {
|
|
3857
3888
|
variant: {
|
|
3858
3889
|
solid: {
|
|
3859
|
-
selectWrapper: "bg-trans-soft hover:bg-trans-light data-[expanded=true]:bg-trans-light group-has-[p]:bg-danger-soft"
|
|
3890
|
+
selectWrapper: "bg-trans-soft hover:bg-trans-light data-[expanded=true]:bg-trans-light group-has-[p]/select:bg-danger-soft"
|
|
3860
3891
|
},
|
|
3861
3892
|
normal: {
|
|
3862
3893
|
selectWrapper: "border hover:bg-trans-soft data-[expanded=true]:bg-trans-soft"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
select_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-JN7EGKJL.mjs";
|
|
5
|
+
import "../../chunk-RZZWHI6O.mjs";
|
|
6
6
|
import "../../chunk-S3QS5B7F.mjs";
|
|
7
7
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-LCI6RPWE.mjs";
|
|
9
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
10
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
11
|
import "../../chunk-J725QONZ.mjs";
|
|
12
12
|
import "../../chunk-IZ6II3QA.mjs";
|
|
@@ -17284,6 +17284,36 @@ var template = {
|
|
|
17284
17284
|
}
|
|
17285
17285
|
);
|
|
17286
17286
|
},
|
|
17287
|
+
loading: ({ className, fill }) => {
|
|
17288
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
17289
|
+
"svg",
|
|
17290
|
+
{
|
|
17291
|
+
width: "24",
|
|
17292
|
+
height: "24",
|
|
17293
|
+
viewBox: "0 0 24 24",
|
|
17294
|
+
fill: "none",
|
|
17295
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17296
|
+
className,
|
|
17297
|
+
children: [
|
|
17298
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
17299
|
+
"path",
|
|
17300
|
+
{
|
|
17301
|
+
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",
|
|
17302
|
+
fill: "currentColor",
|
|
17303
|
+
fillOpacity: "0.1"
|
|
17304
|
+
}
|
|
17305
|
+
),
|
|
17306
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
17307
|
+
"path",
|
|
17308
|
+
{
|
|
17309
|
+
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",
|
|
17310
|
+
fill: "currentColor"
|
|
17311
|
+
}
|
|
17312
|
+
)
|
|
17313
|
+
]
|
|
17314
|
+
}
|
|
17315
|
+
);
|
|
17316
|
+
},
|
|
17287
17317
|
// ** User **
|
|
17288
17318
|
"user-circle": ({ className, fill }) => {
|
|
17289
17319
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -20705,7 +20735,7 @@ Select.displayName = "Select";
|
|
|
20705
20735
|
var select_default = Select;
|
|
20706
20736
|
var select2 = tv({
|
|
20707
20737
|
slots: {
|
|
20708
|
-
base: ["group", "flex flex-col"],
|
|
20738
|
+
base: ["group/select", "flex flex-col"],
|
|
20709
20739
|
label: ["flex", "items-center"],
|
|
20710
20740
|
selectWrapper: [
|
|
20711
20741
|
"flex",
|
|
@@ -20713,8 +20743,9 @@ var select2 = tv({
|
|
|
20713
20743
|
"bg-transparent",
|
|
20714
20744
|
"border-neutral-main",
|
|
20715
20745
|
"transition duration-200",
|
|
20716
|
-
"group-has-[p]:border-danger-main",
|
|
20717
|
-
"group-has-[p]:text-danger-main"
|
|
20746
|
+
"group-has-[p]/select:border-danger-main",
|
|
20747
|
+
"group-has-[p]/select:text-danger-main",
|
|
20748
|
+
"group-has-[p]/select:bg-danger-soft"
|
|
20718
20749
|
],
|
|
20719
20750
|
select: [
|
|
20720
20751
|
"w-full",
|
|
@@ -20723,7 +20754,7 @@ var select2 = tv({
|
|
|
20723
20754
|
"cursor-inherit",
|
|
20724
20755
|
"cursor-pointer",
|
|
20725
20756
|
"placeholder:text-neutral-main",
|
|
20726
|
-
"group-has-[p]:text-danger-main",
|
|
20757
|
+
"group-has-[p]/select:text-danger-main",
|
|
20727
20758
|
"focus-visible:outline-none"
|
|
20728
20759
|
],
|
|
20729
20760
|
optionsWrapper: ["w-[240px]", "border", "bg-background", "cursor-pointer", "overflow-y-auto"],
|
|
@@ -20732,7 +20763,7 @@ var select2 = tv({
|
|
|
20732
20763
|
variants: {
|
|
20733
20764
|
variant: {
|
|
20734
20765
|
solid: {
|
|
20735
|
-
selectWrapper: "bg-trans-soft hover:bg-trans-light data-[expanded=true]:bg-trans-light group-has-[p]:bg-danger-soft"
|
|
20766
|
+
selectWrapper: "bg-trans-soft hover:bg-trans-light data-[expanded=true]:bg-trans-light group-has-[p]/select:bg-danger-soft"
|
|
20736
20767
|
},
|
|
20737
20768
|
normal: {
|
|
20738
20769
|
selectWrapper: "border hover:bg-trans-soft data-[expanded=true]:bg-trans-soft"
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
userEvent
|
|
4
|
-
} from "../../chunk-S4DTK5GI.mjs";
|
|
5
2
|
import {
|
|
6
3
|
select_default
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-JN7EGKJL.mjs";
|
|
5
|
+
import "../../chunk-RZZWHI6O.mjs";
|
|
9
6
|
import "../../chunk-S3QS5B7F.mjs";
|
|
7
|
+
import {
|
|
8
|
+
userEvent
|
|
9
|
+
} from "../../chunk-S4DTK5GI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
act,
|
|
12
12
|
render
|
|
13
13
|
} from "../../chunk-FNPWLOGV.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-LCI6RPWE.mjs";
|
|
16
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
17
17
|
import "../../chunk-E3G5QXSH.mjs";
|
|
18
18
|
import "../../chunk-J725QONZ.mjs";
|
|
19
19
|
import "../../chunk-IZ6II3QA.mjs";
|
|
@@ -156,18 +156,18 @@ var slider = tv({
|
|
|
156
156
|
size: {
|
|
157
157
|
sm: {
|
|
158
158
|
track: "h-[2px]",
|
|
159
|
-
thumb: ["w-[
|
|
159
|
+
thumb: ["w-[6px] h-[6px]", "hover:shadow-[0px_0px_0px_2px]"],
|
|
160
160
|
label: "text-sm",
|
|
161
161
|
value: "text-sm"
|
|
162
162
|
},
|
|
163
163
|
md: {
|
|
164
164
|
track: "h-[4px]",
|
|
165
|
-
thumb: ["w-[
|
|
165
|
+
thumb: ["w-[8px] h-[8px]", "hover:shadow-[0px_0px_0px_3px]"],
|
|
166
166
|
label: "text-md",
|
|
167
167
|
value: "text-md"
|
|
168
168
|
},
|
|
169
169
|
lg: {
|
|
170
|
-
track: "h-[
|
|
170
|
+
track: "h-[6px]",
|
|
171
171
|
thumb: ["w-[12px] h-[12px]", "hover:shadow-[0px_0px_0px_4px]"],
|
|
172
172
|
label: "text-lg",
|
|
173
173
|
value: "text-lg"
|
|
@@ -183,6 +183,11 @@ var slider = tv({
|
|
|
183
183
|
thumb: "bg-secondary-main"
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
|
+
gradient: {
|
|
187
|
+
true: {
|
|
188
|
+
filter: ["bg-gradient-to-r", "from-primary-main", "to-secondary-main"]
|
|
189
|
+
}
|
|
190
|
+
},
|
|
186
191
|
fullWidth: {
|
|
187
192
|
true: {
|
|
188
193
|
base: "w-full"
|
|
@@ -200,7 +205,7 @@ var slider = tv({
|
|
|
200
205
|
},
|
|
201
206
|
true: {
|
|
202
207
|
thumb: ["bg-neutral-light", "hover:shadow-none", "cursor-default"],
|
|
203
|
-
filter: ["bg-neutral-light", "cursor-default"]
|
|
208
|
+
filter: ["bg-neutral-light", "from-none", "to-none", "cursor-default"]
|
|
204
209
|
}
|
|
205
210
|
}
|
|
206
211
|
},
|
|
@@ -47,6 +47,11 @@ declare const slider: tailwind_variants.TVReturnType<{
|
|
|
47
47
|
thumb: string;
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
|
+
gradient: {
|
|
51
|
+
true: {
|
|
52
|
+
filter: string[];
|
|
53
|
+
};
|
|
54
|
+
};
|
|
50
55
|
fullWidth: {
|
|
51
56
|
true: {
|
|
52
57
|
base: string;
|
|
@@ -83,6 +88,7 @@ declare const slider: tailwind_variants.TVReturnType<{
|
|
|
83
88
|
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
84
89
|
isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
85
90
|
hideThumb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
91
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
86
92
|
} | undefined;
|
|
87
93
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
88
94
|
twMergeConfig: {
|
|
@@ -135,6 +141,11 @@ declare const slider: tailwind_variants.TVReturnType<{
|
|
|
135
141
|
thumb: string;
|
|
136
142
|
};
|
|
137
143
|
};
|
|
144
|
+
gradient: {
|
|
145
|
+
true: {
|
|
146
|
+
filter: string[];
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
fullWidth: {
|
|
139
150
|
true: {
|
|
140
151
|
base: string;
|
|
@@ -195,6 +206,11 @@ declare const slider: tailwind_variants.TVReturnType<{
|
|
|
195
206
|
thumb: string;
|
|
196
207
|
};
|
|
197
208
|
};
|
|
209
|
+
gradient: {
|
|
210
|
+
true: {
|
|
211
|
+
filter: string[];
|
|
212
|
+
};
|
|
213
|
+
};
|
|
198
214
|
fullWidth: {
|
|
199
215
|
true: {
|
|
200
216
|
base: string;
|
|
@@ -255,6 +271,11 @@ declare const slider: tailwind_variants.TVReturnType<{
|
|
|
255
271
|
thumb: string;
|
|
256
272
|
};
|
|
257
273
|
};
|
|
274
|
+
gradient: {
|
|
275
|
+
true: {
|
|
276
|
+
filter: string[];
|
|
277
|
+
};
|
|
278
|
+
};
|
|
258
279
|
fullWidth: {
|
|
259
280
|
true: {
|
|
260
281
|
base: string;
|
|
@@ -306,6 +327,11 @@ declare const slider: tailwind_variants.TVReturnType<{
|
|
|
306
327
|
thumb: string;
|
|
307
328
|
};
|
|
308
329
|
};
|
|
330
|
+
gradient: {
|
|
331
|
+
true: {
|
|
332
|
+
filter: string[];
|
|
333
|
+
};
|
|
334
|
+
};
|
|
309
335
|
fullWidth: {
|
|
310
336
|
true: {
|
|
311
337
|
base: string;
|