@nextui-org/theme 2.1.11 → 2.1.13
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-6XG3Y4GM.mjs → chunk-5QVKTCUZ.mjs} +28 -26
- package/dist/{chunk-KNUJMWVH.mjs → chunk-D4RGWEG7.mjs} +33 -23
- package/dist/{chunk-6RI6HHSE.mjs → chunk-DNEFEC5I.mjs} +40 -33
- package/dist/components/index.js +73 -56
- package/dist/components/index.mjs +2 -2
- package/dist/components/input.d.ts +80 -10
- package/dist/components/input.js +33 -23
- package/dist/components/input.mjs +1 -1
- package/dist/components/select.d.ts +63 -7
- package/dist/components/select.js +40 -33
- package/dist/components/select.mjs +1 -1
- package/dist/index.js +101 -82
- package/dist/index.mjs +3 -3
- package/dist/plugin.js +28 -26
- package/dist/plugin.mjs +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -3736,7 +3736,7 @@ var circularProgress = tv({
|
|
|
3736
3736
|
// src/components/input.ts
|
|
3737
3737
|
var input = tv({
|
|
3738
3738
|
slots: {
|
|
3739
|
-
base:
|
|
3739
|
+
base: "group flex flex-col",
|
|
3740
3740
|
label: [
|
|
3741
3741
|
"absolute",
|
|
3742
3742
|
"z-10",
|
|
@@ -3745,15 +3745,19 @@ var input = tv({
|
|
|
3745
3745
|
"subpixel-antialiased",
|
|
3746
3746
|
"block",
|
|
3747
3747
|
"text-small",
|
|
3748
|
-
"text-foreground-500"
|
|
3748
|
+
"text-foreground-500",
|
|
3749
|
+
"opacity-70",
|
|
3750
|
+
"group-data-[filled-within=true]:opacity-100"
|
|
3749
3751
|
],
|
|
3750
3752
|
mainWrapper: "h-full",
|
|
3751
3753
|
inputWrapper: "relative w-full inline-flex tap-highlight-transparent flex-row items-center shadow-sm px-3 gap-3",
|
|
3752
3754
|
innerWrapper: "inline-flex w-full items-center h-full box-border",
|
|
3753
3755
|
input: [
|
|
3756
|
+
"opacity-70",
|
|
3754
3757
|
"w-full font-normal bg-transparent !outline-none placeholder:text-foreground-500 focus-visible:outline-none",
|
|
3755
3758
|
"data-[has-start-content=true]:ps-1.5",
|
|
3756
|
-
"data-[has-end-content=true]:pe-1.5"
|
|
3759
|
+
"data-[has-end-content=true]:pe-1.5",
|
|
3760
|
+
"group-data-[has-value=true]:opacity-100"
|
|
3757
3761
|
],
|
|
3758
3762
|
clearButton: [
|
|
3759
3763
|
"p-2",
|
|
@@ -3772,7 +3776,7 @@ var input = tv({
|
|
|
3772
3776
|
"rounded-full",
|
|
3773
3777
|
...dataFocusVisibleClasses
|
|
3774
3778
|
],
|
|
3775
|
-
helperWrapper: "
|
|
3779
|
+
helperWrapper: "p-1 flex relative flex-col gap-1.5",
|
|
3776
3780
|
description: "text-tiny text-foreground-400",
|
|
3777
3781
|
errorMessage: "text-tiny text-danger"
|
|
3778
3782
|
},
|
|
@@ -3783,7 +3787,9 @@ var input = tv({
|
|
|
3783
3787
|
"bg-default-100",
|
|
3784
3788
|
"data-[hover=true]:bg-default-200",
|
|
3785
3789
|
"group-data-[focus=true]:bg-default-100"
|
|
3786
|
-
]
|
|
3790
|
+
],
|
|
3791
|
+
input: "placeholder:text-default-foreground",
|
|
3792
|
+
label: "text-default-foreground"
|
|
3787
3793
|
},
|
|
3788
3794
|
faded: {
|
|
3789
3795
|
inputWrapper: [
|
|
@@ -3791,15 +3797,19 @@ var input = tv({
|
|
|
3791
3797
|
"border-medium",
|
|
3792
3798
|
"border-default-200",
|
|
3793
3799
|
"data-[hover=true]:border-default-400"
|
|
3794
|
-
]
|
|
3800
|
+
],
|
|
3801
|
+
input: "placeholder:text-default-foreground",
|
|
3802
|
+
label: "text-default-foreground"
|
|
3795
3803
|
},
|
|
3796
3804
|
bordered: {
|
|
3797
3805
|
inputWrapper: [
|
|
3798
3806
|
"border-medium",
|
|
3799
3807
|
"border-default-200",
|
|
3800
3808
|
"data-[hover=true]:border-default-400",
|
|
3801
|
-
"group-data-[focus=true]:border-foreground"
|
|
3802
|
-
]
|
|
3809
|
+
"group-data-[focus=true]:border-default-foreground"
|
|
3810
|
+
],
|
|
3811
|
+
input: "placeholder:text-foreground",
|
|
3812
|
+
label: "text-foreground"
|
|
3803
3813
|
},
|
|
3804
3814
|
underlined: {
|
|
3805
3815
|
inputWrapper: [
|
|
@@ -3816,7 +3826,7 @@ var input = tv({
|
|
|
3816
3826
|
"after:content-['']",
|
|
3817
3827
|
"after:w-0",
|
|
3818
3828
|
"after:origin-center",
|
|
3819
|
-
"after:bg-foreground",
|
|
3829
|
+
"after:bg-default-foreground",
|
|
3820
3830
|
"after:absolute",
|
|
3821
3831
|
"after:left-1/2",
|
|
3822
3832
|
"after:-translate-x-1/2",
|
|
@@ -3824,11 +3834,15 @@ var input = tv({
|
|
|
3824
3834
|
"after:h-[2px]",
|
|
3825
3835
|
"group-data-[focus=true]:after:w-full"
|
|
3826
3836
|
],
|
|
3827
|
-
innerWrapper: "pb-1"
|
|
3837
|
+
innerWrapper: "pb-1",
|
|
3838
|
+
input: "placeholder:text-foreground",
|
|
3839
|
+
label: "text-foreground"
|
|
3828
3840
|
}
|
|
3829
3841
|
},
|
|
3830
3842
|
color: {
|
|
3831
|
-
default: {
|
|
3843
|
+
default: {
|
|
3844
|
+
label: "group-data-[filled-within=true]:opacity-80"
|
|
3845
|
+
},
|
|
3832
3846
|
primary: {},
|
|
3833
3847
|
secondary: {},
|
|
3834
3848
|
success: {},
|
|
@@ -3884,7 +3898,7 @@ var input = tv({
|
|
|
3884
3898
|
inside: {
|
|
3885
3899
|
label: "text-tiny cursor-text",
|
|
3886
3900
|
inputWrapper: "flex-col items-start justify-center gap-0",
|
|
3887
|
-
innerWrapper: "items-end"
|
|
3901
|
+
innerWrapper: "group-data-[has-label=true]:items-end"
|
|
3888
3902
|
}
|
|
3889
3903
|
},
|
|
3890
3904
|
fullWidth: {
|
|
@@ -4197,13 +4211,6 @@ var input = tv({
|
|
|
4197
4211
|
]
|
|
4198
4212
|
}
|
|
4199
4213
|
},
|
|
4200
|
-
{
|
|
4201
|
-
labelPlacement: "inside",
|
|
4202
|
-
color: "default",
|
|
4203
|
-
class: {
|
|
4204
|
-
label: "group-data-[filled-within=true]:text-foreground-600"
|
|
4205
|
-
}
|
|
4206
|
-
},
|
|
4207
4214
|
{
|
|
4208
4215
|
isInvalid: true,
|
|
4209
4216
|
variant: "flat",
|
|
@@ -4279,11 +4286,9 @@ var input = tv({
|
|
|
4279
4286
|
label: [
|
|
4280
4287
|
"pb-0",
|
|
4281
4288
|
"z-20",
|
|
4282
|
-
"opacity-60",
|
|
4283
4289
|
"top-1/2",
|
|
4284
4290
|
"-translate-y-1/2",
|
|
4285
|
-
"group-data-[filled-within=true]:left-0"
|
|
4286
|
-
"group-data-[filled-within=true]:opacity-100"
|
|
4291
|
+
"group-data-[filled-within=true]:left-0"
|
|
4287
4292
|
]
|
|
4288
4293
|
}
|
|
4289
4294
|
},
|
|
@@ -4296,7 +4301,6 @@ var input = tv({
|
|
|
4296
4301
|
{
|
|
4297
4302
|
labelPlacement: ["inside"],
|
|
4298
4303
|
variant: "flat",
|
|
4299
|
-
size: ["md", "lg"],
|
|
4300
4304
|
class: {
|
|
4301
4305
|
innerWrapper: "pb-0.5"
|
|
4302
4306
|
}
|
|
@@ -4494,6 +4498,12 @@ var input = tv({
|
|
|
4494
4498
|
class: {
|
|
4495
4499
|
input: "transition-height !duration-100 motion-reduce:transition-none"
|
|
4496
4500
|
}
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
labelPlacement: ["inside", "outside"],
|
|
4504
|
+
class: {
|
|
4505
|
+
label: ["pe-2", "max-w-full", "text-ellipsis", "overflow-hidden"]
|
|
4506
|
+
}
|
|
4497
4507
|
}
|
|
4498
4508
|
]
|
|
4499
4509
|
});
|
|
@@ -6012,7 +6022,7 @@ var skeleton = tv({
|
|
|
6012
6022
|
// src/components/select.ts
|
|
6013
6023
|
var select = tv({
|
|
6014
6024
|
slots: {
|
|
6015
|
-
base: ["group inline-flex flex-col relative w-full"
|
|
6025
|
+
base: ["group inline-flex flex-col relative w-full"],
|
|
6016
6026
|
label: [
|
|
6017
6027
|
"block",
|
|
6018
6028
|
"absolute",
|
|
@@ -6021,18 +6031,26 @@ var select = tv({
|
|
|
6021
6031
|
"subpixel-antialiased",
|
|
6022
6032
|
"text-small",
|
|
6023
6033
|
"text-foreground-500",
|
|
6024
|
-
"pointer-events-none"
|
|
6034
|
+
"pointer-events-none",
|
|
6035
|
+
"opacity-70",
|
|
6036
|
+
"group-data-[filled=true]:opacity-100"
|
|
6025
6037
|
],
|
|
6026
6038
|
mainWrapper: "w-full flex flex-col",
|
|
6027
6039
|
trigger: "relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent",
|
|
6028
6040
|
innerWrapper: "inline-flex h-full w-[calc(100%_-_theme(spacing.unit-6))] min-h-unit-4 items-center gap-1.5 box-border",
|
|
6029
6041
|
selectorIcon: "absolute right-3 w-unit-4 h-unit-4",
|
|
6030
6042
|
spinner: "absolute right-3",
|
|
6031
|
-
value: [
|
|
6043
|
+
value: [
|
|
6044
|
+
"font-normal",
|
|
6045
|
+
"w-full",
|
|
6046
|
+
"text-left",
|
|
6047
|
+
"opacity-70",
|
|
6048
|
+
"group-data-[has-value=true]:opacity-100"
|
|
6049
|
+
],
|
|
6032
6050
|
listboxWrapper: "scroll-py-6 max-h-64 w-full",
|
|
6033
6051
|
listbox: "",
|
|
6034
6052
|
popoverContent: "w-full p-1 overflow-hidden",
|
|
6035
|
-
helperWrapper: "
|
|
6053
|
+
helperWrapper: "p-1 flex relative flex-col gap-1.5",
|
|
6036
6054
|
description: "text-tiny text-foreground-400",
|
|
6037
6055
|
errorMessage: "text-tiny text-danger"
|
|
6038
6056
|
},
|
|
@@ -6043,7 +6061,9 @@ var select = tv({
|
|
|
6043
6061
|
"bg-default-100",
|
|
6044
6062
|
"data-[hover=true]:bg-default-200",
|
|
6045
6063
|
"group-data-[focus=true]:bg-default-100"
|
|
6046
|
-
]
|
|
6064
|
+
],
|
|
6065
|
+
label: "text-default-foreground",
|
|
6066
|
+
value: "placeholder:text-default-foreground"
|
|
6047
6067
|
},
|
|
6048
6068
|
faded: {
|
|
6049
6069
|
trigger: [
|
|
@@ -6051,16 +6071,21 @@ var select = tv({
|
|
|
6051
6071
|
"border-medium",
|
|
6052
6072
|
"border-default-200",
|
|
6053
6073
|
"data-[hover=true]:border-default-400"
|
|
6054
|
-
]
|
|
6074
|
+
],
|
|
6075
|
+
label: "text-default-foreground",
|
|
6076
|
+
value: "placeholder:text-default-foreground"
|
|
6055
6077
|
},
|
|
6056
6078
|
bordered: {
|
|
6057
6079
|
trigger: [
|
|
6058
6080
|
"border-medium",
|
|
6059
6081
|
"border-default-200",
|
|
6060
6082
|
"data-[hover=true]:border-default-400",
|
|
6061
|
-
"data-[open=true]:border-foreground",
|
|
6062
|
-
"data-[focus=true]:border-foreground"
|
|
6063
|
-
|
|
6083
|
+
"data-[open=true]:border-default-foreground",
|
|
6084
|
+
"data-[focus=true]:border-default-foreground",
|
|
6085
|
+
"data-[focus=true]:border-default-foreground"
|
|
6086
|
+
],
|
|
6087
|
+
label: "text-foreground",
|
|
6088
|
+
value: "placeholder:text-foreground"
|
|
6064
6089
|
},
|
|
6065
6090
|
underlined: {
|
|
6066
6091
|
trigger: [
|
|
@@ -6077,7 +6102,7 @@ var select = tv({
|
|
|
6077
6102
|
"after:content-['']",
|
|
6078
6103
|
"after:w-0",
|
|
6079
6104
|
"after:origin-center",
|
|
6080
|
-
"after:bg-foreground",
|
|
6105
|
+
"after:bg-default-foreground",
|
|
6081
6106
|
"after:absolute",
|
|
6082
6107
|
"after:left-1/2",
|
|
6083
6108
|
"after:-translate-x-1/2",
|
|
@@ -6085,12 +6110,14 @@ var select = tv({
|
|
|
6085
6110
|
"after:h-[2px]",
|
|
6086
6111
|
"data-[open=true]:after:w-full",
|
|
6087
6112
|
"data-[focus=true]:after:w-full"
|
|
6088
|
-
]
|
|
6113
|
+
],
|
|
6114
|
+
label: "text-foreground",
|
|
6115
|
+
value: "placeholder:text-foreground"
|
|
6089
6116
|
}
|
|
6090
6117
|
},
|
|
6091
6118
|
color: {
|
|
6092
6119
|
default: {
|
|
6093
|
-
|
|
6120
|
+
label: "group-data-[filled=true]:opacity-80"
|
|
6094
6121
|
},
|
|
6095
6122
|
primary: {},
|
|
6096
6123
|
secondary: {},
|
|
@@ -6451,13 +6478,6 @@ var select = tv({
|
|
|
6451
6478
|
]
|
|
6452
6479
|
}
|
|
6453
6480
|
},
|
|
6454
|
-
{
|
|
6455
|
-
labelPlacement: "inside",
|
|
6456
|
-
color: "default",
|
|
6457
|
-
class: {
|
|
6458
|
-
label: "group-data-[filled=true]:text-foreground-600"
|
|
6459
|
-
}
|
|
6460
|
-
},
|
|
6461
6481
|
{
|
|
6462
6482
|
isInvalid: true,
|
|
6463
6483
|
variant: "flat",
|
|
@@ -6516,15 +6536,7 @@ var select = tv({
|
|
|
6516
6536
|
isMultiline: false,
|
|
6517
6537
|
class: {
|
|
6518
6538
|
base: "group relative justify-end",
|
|
6519
|
-
label: [
|
|
6520
|
-
"pb-0",
|
|
6521
|
-
"z-20",
|
|
6522
|
-
"opacity-60",
|
|
6523
|
-
"top-1/2",
|
|
6524
|
-
"-translate-y-1/2",
|
|
6525
|
-
"group-data-[filled=true]:opacity-100",
|
|
6526
|
-
"group-data-[filled=true]:left-0"
|
|
6527
|
-
]
|
|
6539
|
+
label: ["pb-0", "z-20", "top-1/2", "-translate-y-1/2", "group-data-[filled=true]:left-0"]
|
|
6528
6540
|
}
|
|
6529
6541
|
},
|
|
6530
6542
|
{
|
|
@@ -6537,8 +6549,7 @@ var select = tv({
|
|
|
6537
6549
|
labelPlacement: "inside",
|
|
6538
6550
|
size: ["sm", "md"],
|
|
6539
6551
|
class: {
|
|
6540
|
-
label: "text-small"
|
|
6541
|
-
input: "pt-4"
|
|
6552
|
+
label: "text-small"
|
|
6542
6553
|
}
|
|
6543
6554
|
},
|
|
6544
6555
|
{
|
|
@@ -6547,7 +6558,7 @@ var select = tv({
|
|
|
6547
6558
|
size: "sm",
|
|
6548
6559
|
class: {
|
|
6549
6560
|
label: ["group-data-[filled=true]:-translate-y-[calc(50%_+_theme(fontSize.tiny)/2_-_8px)]"],
|
|
6550
|
-
innerWrapper: "pt-4"
|
|
6561
|
+
innerWrapper: "group-data-[has-label=true]:pt-4"
|
|
6551
6562
|
}
|
|
6552
6563
|
},
|
|
6553
6564
|
{
|
|
@@ -6558,7 +6569,7 @@ var select = tv({
|
|
|
6558
6569
|
label: [
|
|
6559
6570
|
"group-data-[filled=true]:-translate-y-[calc(50%_+_theme(fontSize.small)/2_-_6px)]"
|
|
6560
6571
|
],
|
|
6561
|
-
innerWrapper: "pt-4"
|
|
6572
|
+
innerWrapper: "group-data-[has-label=true]:pt-4"
|
|
6562
6573
|
}
|
|
6563
6574
|
},
|
|
6564
6575
|
{
|
|
@@ -6570,7 +6581,7 @@ var select = tv({
|
|
|
6570
6581
|
"text-medium",
|
|
6571
6582
|
"group-data-[filled=true]:-translate-y-[calc(50%_+_theme(fontSize.small)/2_-_8px)]"
|
|
6572
6583
|
],
|
|
6573
|
-
innerWrapper: "pt-5"
|
|
6584
|
+
innerWrapper: "group-data-[has-label=true]:pt-5"
|
|
6574
6585
|
}
|
|
6575
6586
|
},
|
|
6576
6587
|
{
|
|
@@ -6677,6 +6688,12 @@ var select = tv({
|
|
|
6677
6688
|
],
|
|
6678
6689
|
base: "data-[has-label=true]:mt-[calc(theme(fontSize.small)_+_12px)]"
|
|
6679
6690
|
}
|
|
6691
|
+
},
|
|
6692
|
+
{
|
|
6693
|
+
labelPlacement: ["inside", "outside"],
|
|
6694
|
+
class: {
|
|
6695
|
+
label: ["pe-2", "max-w-full", "text-ellipsis", "overflow-hidden"]
|
|
6696
|
+
}
|
|
6680
6697
|
}
|
|
6681
6698
|
]
|
|
6682
6699
|
});
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
} from "../chunk-VGHVBXXT.mjs";
|
|
45
45
|
import {
|
|
46
46
|
select
|
|
47
|
-
} from "../chunk-
|
|
47
|
+
} from "../chunk-DNEFEC5I.mjs";
|
|
48
48
|
import {
|
|
49
49
|
skeleton
|
|
50
50
|
} from "../chunk-JX6O4KJS.mjs";
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
} from "../chunk-F36W5Y6O.mjs";
|
|
54
54
|
import {
|
|
55
55
|
input
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-D4RGWEG7.mjs";
|
|
57
57
|
import {
|
|
58
58
|
kbd
|
|
59
59
|
} from "../chunk-J7FVLFSZ.mjs";
|
|
@@ -24,20 +24,30 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
24
24
|
variant: {
|
|
25
25
|
flat: {
|
|
26
26
|
inputWrapper: string[];
|
|
27
|
+
input: string;
|
|
28
|
+
label: string;
|
|
27
29
|
};
|
|
28
30
|
faded: {
|
|
29
31
|
inputWrapper: string[];
|
|
32
|
+
input: string;
|
|
33
|
+
label: string;
|
|
30
34
|
};
|
|
31
35
|
bordered: {
|
|
32
36
|
inputWrapper: string[];
|
|
37
|
+
input: string;
|
|
38
|
+
label: string;
|
|
33
39
|
};
|
|
34
40
|
underlined: {
|
|
35
41
|
inputWrapper: string[];
|
|
36
42
|
innerWrapper: string;
|
|
43
|
+
input: string;
|
|
44
|
+
label: string;
|
|
37
45
|
};
|
|
38
46
|
};
|
|
39
47
|
color: {
|
|
40
|
-
default: {
|
|
48
|
+
default: {
|
|
49
|
+
label: string;
|
|
50
|
+
};
|
|
41
51
|
primary: {};
|
|
42
52
|
secondary: {};
|
|
43
53
|
success: {};
|
|
@@ -145,7 +155,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
145
155
|
};
|
|
146
156
|
};
|
|
147
157
|
}, {
|
|
148
|
-
base: string
|
|
158
|
+
base: string;
|
|
149
159
|
label: string[];
|
|
150
160
|
mainWrapper: string;
|
|
151
161
|
inputWrapper: string;
|
|
@@ -159,20 +169,30 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
159
169
|
variant: {
|
|
160
170
|
flat: {
|
|
161
171
|
inputWrapper: string[];
|
|
172
|
+
input: string;
|
|
173
|
+
label: string;
|
|
162
174
|
};
|
|
163
175
|
faded: {
|
|
164
176
|
inputWrapper: string[];
|
|
177
|
+
input: string;
|
|
178
|
+
label: string;
|
|
165
179
|
};
|
|
166
180
|
bordered: {
|
|
167
181
|
inputWrapper: string[];
|
|
182
|
+
input: string;
|
|
183
|
+
label: string;
|
|
168
184
|
};
|
|
169
185
|
underlined: {
|
|
170
186
|
inputWrapper: string[];
|
|
171
187
|
innerWrapper: string;
|
|
188
|
+
input: string;
|
|
189
|
+
label: string;
|
|
172
190
|
};
|
|
173
191
|
};
|
|
174
192
|
color: {
|
|
175
|
-
default: {
|
|
193
|
+
default: {
|
|
194
|
+
label: string;
|
|
195
|
+
};
|
|
176
196
|
primary: {};
|
|
177
197
|
secondary: {};
|
|
178
198
|
success: {};
|
|
@@ -283,20 +303,30 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
283
303
|
variant: {
|
|
284
304
|
flat: {
|
|
285
305
|
inputWrapper: string[];
|
|
306
|
+
input: string;
|
|
307
|
+
label: string;
|
|
286
308
|
};
|
|
287
309
|
faded: {
|
|
288
310
|
inputWrapper: string[];
|
|
311
|
+
input: string;
|
|
312
|
+
label: string;
|
|
289
313
|
};
|
|
290
314
|
bordered: {
|
|
291
315
|
inputWrapper: string[];
|
|
316
|
+
input: string;
|
|
317
|
+
label: string;
|
|
292
318
|
};
|
|
293
319
|
underlined: {
|
|
294
320
|
inputWrapper: string[];
|
|
295
321
|
innerWrapper: string;
|
|
322
|
+
input: string;
|
|
323
|
+
label: string;
|
|
296
324
|
};
|
|
297
325
|
};
|
|
298
326
|
color: {
|
|
299
|
-
default: {
|
|
327
|
+
default: {
|
|
328
|
+
label: string;
|
|
329
|
+
};
|
|
300
330
|
primary: {};
|
|
301
331
|
secondary: {};
|
|
302
332
|
success: {};
|
|
@@ -407,20 +437,30 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
407
437
|
variant: {
|
|
408
438
|
flat: {
|
|
409
439
|
inputWrapper: string[];
|
|
440
|
+
input: string;
|
|
441
|
+
label: string;
|
|
410
442
|
};
|
|
411
443
|
faded: {
|
|
412
444
|
inputWrapper: string[];
|
|
445
|
+
input: string;
|
|
446
|
+
label: string;
|
|
413
447
|
};
|
|
414
448
|
bordered: {
|
|
415
449
|
inputWrapper: string[];
|
|
450
|
+
input: string;
|
|
451
|
+
label: string;
|
|
416
452
|
};
|
|
417
453
|
underlined: {
|
|
418
454
|
inputWrapper: string[];
|
|
419
455
|
innerWrapper: string;
|
|
456
|
+
input: string;
|
|
457
|
+
label: string;
|
|
420
458
|
};
|
|
421
459
|
};
|
|
422
460
|
color: {
|
|
423
|
-
default: {
|
|
461
|
+
default: {
|
|
462
|
+
label: string;
|
|
463
|
+
};
|
|
424
464
|
primary: {};
|
|
425
465
|
secondary: {};
|
|
426
466
|
success: {};
|
|
@@ -528,7 +568,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
528
568
|
};
|
|
529
569
|
};
|
|
530
570
|
}, {
|
|
531
|
-
base: string
|
|
571
|
+
base: string;
|
|
532
572
|
label: string[];
|
|
533
573
|
mainWrapper: string;
|
|
534
574
|
inputWrapper: string;
|
|
@@ -542,20 +582,30 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
542
582
|
variant: {
|
|
543
583
|
flat: {
|
|
544
584
|
inputWrapper: string[];
|
|
585
|
+
input: string;
|
|
586
|
+
label: string;
|
|
545
587
|
};
|
|
546
588
|
faded: {
|
|
547
589
|
inputWrapper: string[];
|
|
590
|
+
input: string;
|
|
591
|
+
label: string;
|
|
548
592
|
};
|
|
549
593
|
bordered: {
|
|
550
594
|
inputWrapper: string[];
|
|
595
|
+
input: string;
|
|
596
|
+
label: string;
|
|
551
597
|
};
|
|
552
598
|
underlined: {
|
|
553
599
|
inputWrapper: string[];
|
|
554
600
|
innerWrapper: string;
|
|
601
|
+
input: string;
|
|
602
|
+
label: string;
|
|
555
603
|
};
|
|
556
604
|
};
|
|
557
605
|
color: {
|
|
558
|
-
default: {
|
|
606
|
+
default: {
|
|
607
|
+
label: string;
|
|
608
|
+
};
|
|
559
609
|
primary: {};
|
|
560
610
|
secondary: {};
|
|
561
611
|
success: {};
|
|
@@ -663,7 +713,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
663
713
|
};
|
|
664
714
|
};
|
|
665
715
|
}, {
|
|
666
|
-
base: string
|
|
716
|
+
base: string;
|
|
667
717
|
label: string[];
|
|
668
718
|
mainWrapper: string;
|
|
669
719
|
inputWrapper: string;
|
|
@@ -677,20 +727,30 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
677
727
|
variant: {
|
|
678
728
|
flat: {
|
|
679
729
|
inputWrapper: string[];
|
|
730
|
+
input: string;
|
|
731
|
+
label: string;
|
|
680
732
|
};
|
|
681
733
|
faded: {
|
|
682
734
|
inputWrapper: string[];
|
|
735
|
+
input: string;
|
|
736
|
+
label: string;
|
|
683
737
|
};
|
|
684
738
|
bordered: {
|
|
685
739
|
inputWrapper: string[];
|
|
740
|
+
input: string;
|
|
741
|
+
label: string;
|
|
686
742
|
};
|
|
687
743
|
underlined: {
|
|
688
744
|
inputWrapper: string[];
|
|
689
745
|
innerWrapper: string;
|
|
746
|
+
input: string;
|
|
747
|
+
label: string;
|
|
690
748
|
};
|
|
691
749
|
};
|
|
692
750
|
color: {
|
|
693
|
-
default: {
|
|
751
|
+
default: {
|
|
752
|
+
label: string;
|
|
753
|
+
};
|
|
694
754
|
primary: {};
|
|
695
755
|
secondary: {};
|
|
696
756
|
success: {};
|
|
@@ -801,20 +861,30 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
801
861
|
variant: {
|
|
802
862
|
flat: {
|
|
803
863
|
inputWrapper: string[];
|
|
864
|
+
input: string;
|
|
865
|
+
label: string;
|
|
804
866
|
};
|
|
805
867
|
faded: {
|
|
806
868
|
inputWrapper: string[];
|
|
869
|
+
input: string;
|
|
870
|
+
label: string;
|
|
807
871
|
};
|
|
808
872
|
bordered: {
|
|
809
873
|
inputWrapper: string[];
|
|
874
|
+
input: string;
|
|
875
|
+
label: string;
|
|
810
876
|
};
|
|
811
877
|
underlined: {
|
|
812
878
|
inputWrapper: string[];
|
|
813
879
|
innerWrapper: string;
|
|
880
|
+
input: string;
|
|
881
|
+
label: string;
|
|
814
882
|
};
|
|
815
883
|
};
|
|
816
884
|
color: {
|
|
817
|
-
default: {
|
|
885
|
+
default: {
|
|
886
|
+
label: string;
|
|
887
|
+
};
|
|
818
888
|
primary: {};
|
|
819
889
|
secondary: {};
|
|
820
890
|
success: {};
|