@nextui-org/theme 0.0.0-dev-v2-20231106112951 → 0.0.0-dev-v2-20231106185349
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-DNEFEC5I.mjs → chunk-MHUM5DV5.mjs} +37 -26
- package/dist/{chunk-D4RGWEG7.mjs → chunk-NFSDMEZH.mjs} +36 -21
- package/dist/components/index.js +73 -47
- package/dist/components/index.mjs +2 -2
- package/dist/components/input.d.ts +14 -77
- package/dist/components/input.js +36 -21
- package/dist/components/input.mjs +1 -1
- package/dist/components/select.d.ts +7 -70
- package/dist/components/select.js +37 -26
- package/dist/components/select.mjs +1 -1
- package/dist/index.js +73 -47
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
|
@@ -17,22 +17,14 @@ var select = tv({
|
|
|
17
17
|
"subpixel-antialiased",
|
|
18
18
|
"text-small",
|
|
19
19
|
"text-foreground-500",
|
|
20
|
-
"pointer-events-none"
|
|
21
|
-
"opacity-70",
|
|
22
|
-
"group-data-[filled=true]:opacity-100"
|
|
20
|
+
"pointer-events-none"
|
|
23
21
|
],
|
|
24
22
|
mainWrapper: "w-full flex flex-col",
|
|
25
23
|
trigger: "relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent",
|
|
26
24
|
innerWrapper: "inline-flex h-full w-[calc(100%_-_theme(spacing.unit-6))] min-h-unit-4 items-center gap-1.5 box-border",
|
|
27
25
|
selectorIcon: "absolute right-3 w-unit-4 h-unit-4",
|
|
28
26
|
spinner: "absolute right-3",
|
|
29
|
-
value: [
|
|
30
|
-
"font-normal",
|
|
31
|
-
"w-full",
|
|
32
|
-
"text-left",
|
|
33
|
-
"opacity-70",
|
|
34
|
-
"group-data-[has-value=true]:opacity-100"
|
|
35
|
-
],
|
|
27
|
+
value: ["text-foreground-500", "font-normal", "w-full", "text-left"],
|
|
36
28
|
listboxWrapper: "scroll-py-6 max-h-64 w-full",
|
|
37
29
|
listbox: "",
|
|
38
30
|
popoverContent: "w-full p-1 overflow-hidden",
|
|
@@ -47,9 +39,7 @@ var select = tv({
|
|
|
47
39
|
"bg-default-100",
|
|
48
40
|
"data-[hover=true]:bg-default-200",
|
|
49
41
|
"group-data-[focus=true]:bg-default-100"
|
|
50
|
-
]
|
|
51
|
-
label: "text-default-foreground",
|
|
52
|
-
value: "placeholder:text-default-foreground"
|
|
42
|
+
]
|
|
53
43
|
},
|
|
54
44
|
faded: {
|
|
55
45
|
trigger: [
|
|
@@ -58,8 +48,7 @@ var select = tv({
|
|
|
58
48
|
"border-default-200",
|
|
59
49
|
"data-[hover=true]:border-default-400"
|
|
60
50
|
],
|
|
61
|
-
|
|
62
|
-
value: "placeholder:text-default-foreground"
|
|
51
|
+
value: "group-data-[has-value=true]:text-default-foreground"
|
|
63
52
|
},
|
|
64
53
|
bordered: {
|
|
65
54
|
trigger: [
|
|
@@ -69,9 +58,7 @@ var select = tv({
|
|
|
69
58
|
"data-[open=true]:border-default-foreground",
|
|
70
59
|
"data-[focus=true]:border-default-foreground",
|
|
71
60
|
"data-[focus=true]:border-default-foreground"
|
|
72
|
-
]
|
|
73
|
-
label: "text-foreground",
|
|
74
|
-
value: "placeholder:text-foreground"
|
|
61
|
+
]
|
|
75
62
|
},
|
|
76
63
|
underlined: {
|
|
77
64
|
trigger: [
|
|
@@ -97,14 +84,11 @@ var select = tv({
|
|
|
97
84
|
"data-[open=true]:after:w-full",
|
|
98
85
|
"data-[focus=true]:after:w-full"
|
|
99
86
|
],
|
|
100
|
-
label: "text-foreground"
|
|
101
|
-
value: "placeholder:text-foreground"
|
|
87
|
+
label: "group-data-[filled=true]:text-foreground"
|
|
102
88
|
}
|
|
103
89
|
},
|
|
104
90
|
color: {
|
|
105
|
-
default: {
|
|
106
|
-
label: "group-data-[filled=true]:opacity-80"
|
|
107
|
-
},
|
|
91
|
+
default: {},
|
|
108
92
|
primary: {},
|
|
109
93
|
secondary: {},
|
|
110
94
|
success: {},
|
|
@@ -145,12 +129,11 @@ var select = tv({
|
|
|
145
129
|
},
|
|
146
130
|
labelPlacement: {
|
|
147
131
|
outside: {
|
|
148
|
-
base: "flex flex-col"
|
|
149
|
-
label: "text-foreground pb-1.5"
|
|
132
|
+
base: "flex flex-col"
|
|
150
133
|
},
|
|
151
134
|
"outside-left": {
|
|
152
135
|
base: "flex-row items-center flex-nowrap items-start",
|
|
153
|
-
label: "relative text-foreground
|
|
136
|
+
label: "relative pr-2 text-foreground"
|
|
154
137
|
},
|
|
155
138
|
inside: {
|
|
156
139
|
label: "text-tiny cursor-pointer",
|
|
@@ -228,6 +211,13 @@ var select = tv({
|
|
|
228
211
|
disableSelectorIconRotation: false
|
|
229
212
|
},
|
|
230
213
|
compoundVariants: [
|
|
214
|
+
{
|
|
215
|
+
variant: "flat",
|
|
216
|
+
color: "default",
|
|
217
|
+
class: {
|
|
218
|
+
value: "group-data-[has-value=true]:text-default-foreground"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
231
221
|
{
|
|
232
222
|
variant: "flat",
|
|
233
223
|
color: "primary",
|
|
@@ -341,6 +331,13 @@ var select = tv({
|
|
|
341
331
|
label: "text-danger"
|
|
342
332
|
}
|
|
343
333
|
},
|
|
334
|
+
{
|
|
335
|
+
variant: "underlined",
|
|
336
|
+
color: "default",
|
|
337
|
+
class: {
|
|
338
|
+
value: "group-data-[has-value=true]:text-foreground"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
344
341
|
{
|
|
345
342
|
variant: "underlined",
|
|
346
343
|
color: "primary",
|
|
@@ -421,6 +418,20 @@ var select = tv({
|
|
|
421
418
|
label: "text-danger"
|
|
422
419
|
}
|
|
423
420
|
},
|
|
421
|
+
{
|
|
422
|
+
labelPlacement: "inside",
|
|
423
|
+
color: "default",
|
|
424
|
+
class: {
|
|
425
|
+
label: "group-data-[filled=true]:text-default-600"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
labelPlacement: "outside",
|
|
430
|
+
color: "default",
|
|
431
|
+
class: {
|
|
432
|
+
label: "group-data-[filled=true]:text-foreground"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
424
435
|
{
|
|
425
436
|
radius: "full",
|
|
426
437
|
size: ["sm"],
|
|
@@ -18,19 +18,15 @@ var input = tv({
|
|
|
18
18
|
"subpixel-antialiased",
|
|
19
19
|
"block",
|
|
20
20
|
"text-small",
|
|
21
|
-
"text-foreground-500"
|
|
22
|
-
"opacity-70",
|
|
23
|
-
"group-data-[filled-within=true]:opacity-100"
|
|
21
|
+
"text-foreground-500"
|
|
24
22
|
],
|
|
25
23
|
mainWrapper: "h-full",
|
|
26
24
|
inputWrapper: "relative w-full inline-flex tap-highlight-transparent flex-row items-center shadow-sm px-3 gap-3",
|
|
27
25
|
innerWrapper: "inline-flex w-full items-center h-full box-border",
|
|
28
26
|
input: [
|
|
29
|
-
"opacity-70",
|
|
30
27
|
"w-full font-normal bg-transparent !outline-none placeholder:text-foreground-500 focus-visible:outline-none",
|
|
31
28
|
"data-[has-start-content=true]:ps-1.5",
|
|
32
|
-
"data-[has-end-content=true]:pe-1.5"
|
|
33
|
-
"group-data-[has-value=true]:opacity-100"
|
|
29
|
+
"data-[has-end-content=true]:pe-1.5"
|
|
34
30
|
],
|
|
35
31
|
clearButton: [
|
|
36
32
|
"p-2",
|
|
@@ -60,9 +56,7 @@ var input = tv({
|
|
|
60
56
|
"bg-default-100",
|
|
61
57
|
"data-[hover=true]:bg-default-200",
|
|
62
58
|
"group-data-[focus=true]:bg-default-100"
|
|
63
|
-
]
|
|
64
|
-
input: "placeholder:text-default-foreground",
|
|
65
|
-
label: "text-default-foreground"
|
|
59
|
+
]
|
|
66
60
|
},
|
|
67
61
|
faded: {
|
|
68
62
|
inputWrapper: [
|
|
@@ -71,8 +65,7 @@ var input = tv({
|
|
|
71
65
|
"border-default-200",
|
|
72
66
|
"data-[hover=true]:border-default-400"
|
|
73
67
|
],
|
|
74
|
-
|
|
75
|
-
label: "text-default-foreground"
|
|
68
|
+
value: "group-data-[has-value=true]:text-default-foreground"
|
|
76
69
|
},
|
|
77
70
|
bordered: {
|
|
78
71
|
inputWrapper: [
|
|
@@ -80,9 +73,7 @@ var input = tv({
|
|
|
80
73
|
"border-default-200",
|
|
81
74
|
"data-[hover=true]:border-default-400",
|
|
82
75
|
"group-data-[focus=true]:border-default-foreground"
|
|
83
|
-
]
|
|
84
|
-
input: "placeholder:text-foreground",
|
|
85
|
-
label: "text-foreground"
|
|
76
|
+
]
|
|
86
77
|
},
|
|
87
78
|
underlined: {
|
|
88
79
|
inputWrapper: [
|
|
@@ -108,14 +99,11 @@ var input = tv({
|
|
|
108
99
|
"group-data-[focus=true]:after:w-full"
|
|
109
100
|
],
|
|
110
101
|
innerWrapper: "pb-1",
|
|
111
|
-
|
|
112
|
-
label: "text-foreground"
|
|
102
|
+
label: "group-data-[filled-within=true]:text-foreground"
|
|
113
103
|
}
|
|
114
104
|
},
|
|
115
105
|
color: {
|
|
116
|
-
default: {
|
|
117
|
-
label: "group-data-[filled-within=true]:opacity-80"
|
|
118
|
-
},
|
|
106
|
+
default: {},
|
|
119
107
|
primary: {},
|
|
120
108
|
secondary: {},
|
|
121
109
|
success: {},
|
|
@@ -159,7 +147,6 @@ var input = tv({
|
|
|
159
147
|
},
|
|
160
148
|
labelPlacement: {
|
|
161
149
|
outside: {
|
|
162
|
-
label: "text-foreground pb-1.5",
|
|
163
150
|
mainWrapper: "flex flex-col"
|
|
164
151
|
},
|
|
165
152
|
"outside-left": {
|
|
@@ -195,7 +182,7 @@ var input = tv({
|
|
|
195
182
|
isInvalid: {
|
|
196
183
|
true: {
|
|
197
184
|
label: "!text-danger",
|
|
198
|
-
input: "placeholder:text-danger text-danger"
|
|
185
|
+
input: "!placeholder:text-danger !text-danger"
|
|
199
186
|
}
|
|
200
187
|
},
|
|
201
188
|
isRequired: {
|
|
@@ -240,6 +227,13 @@ var input = tv({
|
|
|
240
227
|
disableAnimation: false
|
|
241
228
|
},
|
|
242
229
|
compoundVariants: [
|
|
230
|
+
{
|
|
231
|
+
variant: "flat",
|
|
232
|
+
color: "default",
|
|
233
|
+
class: {
|
|
234
|
+
input: "group-data-[has-value=true]:text-default-foreground"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
243
237
|
{
|
|
244
238
|
variant: "flat",
|
|
245
239
|
color: "primary",
|
|
@@ -361,6 +355,13 @@ var input = tv({
|
|
|
361
355
|
inputWrapper: "data-[hover=true]:border-danger focus-within:border-danger"
|
|
362
356
|
}
|
|
363
357
|
},
|
|
358
|
+
{
|
|
359
|
+
variant: "underlined",
|
|
360
|
+
color: "default",
|
|
361
|
+
class: {
|
|
362
|
+
input: "group-data-[has-value=true]:text-foreground"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
364
365
|
{
|
|
365
366
|
variant: "underlined",
|
|
366
367
|
color: "primary",
|
|
@@ -441,6 +442,20 @@ var input = tv({
|
|
|
441
442
|
label: "text-danger"
|
|
442
443
|
}
|
|
443
444
|
},
|
|
445
|
+
{
|
|
446
|
+
labelPlacement: "inside",
|
|
447
|
+
color: "default",
|
|
448
|
+
class: {
|
|
449
|
+
label: "group-data-[filled-within=true]:text-default-600"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
labelPlacement: "outside",
|
|
454
|
+
color: "default",
|
|
455
|
+
class: {
|
|
456
|
+
label: "group-data-[filled-within=true]:text-foreground"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
444
459
|
{
|
|
445
460
|
radius: "full",
|
|
446
461
|
size: ["sm"],
|
package/dist/components/index.js
CHANGED
|
@@ -3745,19 +3745,15 @@ var input = tv({
|
|
|
3745
3745
|
"subpixel-antialiased",
|
|
3746
3746
|
"block",
|
|
3747
3747
|
"text-small",
|
|
3748
|
-
"text-foreground-500"
|
|
3749
|
-
"opacity-70",
|
|
3750
|
-
"group-data-[filled-within=true]:opacity-100"
|
|
3748
|
+
"text-foreground-500"
|
|
3751
3749
|
],
|
|
3752
3750
|
mainWrapper: "h-full",
|
|
3753
3751
|
inputWrapper: "relative w-full inline-flex tap-highlight-transparent flex-row items-center shadow-sm px-3 gap-3",
|
|
3754
3752
|
innerWrapper: "inline-flex w-full items-center h-full box-border",
|
|
3755
3753
|
input: [
|
|
3756
|
-
"opacity-70",
|
|
3757
3754
|
"w-full font-normal bg-transparent !outline-none placeholder:text-foreground-500 focus-visible:outline-none",
|
|
3758
3755
|
"data-[has-start-content=true]:ps-1.5",
|
|
3759
|
-
"data-[has-end-content=true]:pe-1.5"
|
|
3760
|
-
"group-data-[has-value=true]:opacity-100"
|
|
3756
|
+
"data-[has-end-content=true]:pe-1.5"
|
|
3761
3757
|
],
|
|
3762
3758
|
clearButton: [
|
|
3763
3759
|
"p-2",
|
|
@@ -3787,9 +3783,7 @@ var input = tv({
|
|
|
3787
3783
|
"bg-default-100",
|
|
3788
3784
|
"data-[hover=true]:bg-default-200",
|
|
3789
3785
|
"group-data-[focus=true]:bg-default-100"
|
|
3790
|
-
]
|
|
3791
|
-
input: "placeholder:text-default-foreground",
|
|
3792
|
-
label: "text-default-foreground"
|
|
3786
|
+
]
|
|
3793
3787
|
},
|
|
3794
3788
|
faded: {
|
|
3795
3789
|
inputWrapper: [
|
|
@@ -3798,8 +3792,7 @@ var input = tv({
|
|
|
3798
3792
|
"border-default-200",
|
|
3799
3793
|
"data-[hover=true]:border-default-400"
|
|
3800
3794
|
],
|
|
3801
|
-
|
|
3802
|
-
label: "text-default-foreground"
|
|
3795
|
+
value: "group-data-[has-value=true]:text-default-foreground"
|
|
3803
3796
|
},
|
|
3804
3797
|
bordered: {
|
|
3805
3798
|
inputWrapper: [
|
|
@@ -3807,9 +3800,7 @@ var input = tv({
|
|
|
3807
3800
|
"border-default-200",
|
|
3808
3801
|
"data-[hover=true]:border-default-400",
|
|
3809
3802
|
"group-data-[focus=true]:border-default-foreground"
|
|
3810
|
-
]
|
|
3811
|
-
input: "placeholder:text-foreground",
|
|
3812
|
-
label: "text-foreground"
|
|
3803
|
+
]
|
|
3813
3804
|
},
|
|
3814
3805
|
underlined: {
|
|
3815
3806
|
inputWrapper: [
|
|
@@ -3835,14 +3826,11 @@ var input = tv({
|
|
|
3835
3826
|
"group-data-[focus=true]:after:w-full"
|
|
3836
3827
|
],
|
|
3837
3828
|
innerWrapper: "pb-1",
|
|
3838
|
-
|
|
3839
|
-
label: "text-foreground"
|
|
3829
|
+
label: "group-data-[filled-within=true]:text-foreground"
|
|
3840
3830
|
}
|
|
3841
3831
|
},
|
|
3842
3832
|
color: {
|
|
3843
|
-
default: {
|
|
3844
|
-
label: "group-data-[filled-within=true]:opacity-80"
|
|
3845
|
-
},
|
|
3833
|
+
default: {},
|
|
3846
3834
|
primary: {},
|
|
3847
3835
|
secondary: {},
|
|
3848
3836
|
success: {},
|
|
@@ -3886,7 +3874,6 @@ var input = tv({
|
|
|
3886
3874
|
},
|
|
3887
3875
|
labelPlacement: {
|
|
3888
3876
|
outside: {
|
|
3889
|
-
label: "text-foreground pb-1.5",
|
|
3890
3877
|
mainWrapper: "flex flex-col"
|
|
3891
3878
|
},
|
|
3892
3879
|
"outside-left": {
|
|
@@ -3922,7 +3909,7 @@ var input = tv({
|
|
|
3922
3909
|
isInvalid: {
|
|
3923
3910
|
true: {
|
|
3924
3911
|
label: "!text-danger",
|
|
3925
|
-
input: "placeholder:text-danger text-danger"
|
|
3912
|
+
input: "!placeholder:text-danger !text-danger"
|
|
3926
3913
|
}
|
|
3927
3914
|
},
|
|
3928
3915
|
isRequired: {
|
|
@@ -3967,6 +3954,13 @@ var input = tv({
|
|
|
3967
3954
|
disableAnimation: false
|
|
3968
3955
|
},
|
|
3969
3956
|
compoundVariants: [
|
|
3957
|
+
{
|
|
3958
|
+
variant: "flat",
|
|
3959
|
+
color: "default",
|
|
3960
|
+
class: {
|
|
3961
|
+
input: "group-data-[has-value=true]:text-default-foreground"
|
|
3962
|
+
}
|
|
3963
|
+
},
|
|
3970
3964
|
{
|
|
3971
3965
|
variant: "flat",
|
|
3972
3966
|
color: "primary",
|
|
@@ -4088,6 +4082,13 @@ var input = tv({
|
|
|
4088
4082
|
inputWrapper: "data-[hover=true]:border-danger focus-within:border-danger"
|
|
4089
4083
|
}
|
|
4090
4084
|
},
|
|
4085
|
+
{
|
|
4086
|
+
variant: "underlined",
|
|
4087
|
+
color: "default",
|
|
4088
|
+
class: {
|
|
4089
|
+
input: "group-data-[has-value=true]:text-foreground"
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4091
4092
|
{
|
|
4092
4093
|
variant: "underlined",
|
|
4093
4094
|
color: "primary",
|
|
@@ -4168,6 +4169,20 @@ var input = tv({
|
|
|
4168
4169
|
label: "text-danger"
|
|
4169
4170
|
}
|
|
4170
4171
|
},
|
|
4172
|
+
{
|
|
4173
|
+
labelPlacement: "inside",
|
|
4174
|
+
color: "default",
|
|
4175
|
+
class: {
|
|
4176
|
+
label: "group-data-[filled-within=true]:text-default-600"
|
|
4177
|
+
}
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
labelPlacement: "outside",
|
|
4181
|
+
color: "default",
|
|
4182
|
+
class: {
|
|
4183
|
+
label: "group-data-[filled-within=true]:text-foreground"
|
|
4184
|
+
}
|
|
4185
|
+
},
|
|
4171
4186
|
{
|
|
4172
4187
|
radius: "full",
|
|
4173
4188
|
size: ["sm"],
|
|
@@ -6031,22 +6046,14 @@ var select = tv({
|
|
|
6031
6046
|
"subpixel-antialiased",
|
|
6032
6047
|
"text-small",
|
|
6033
6048
|
"text-foreground-500",
|
|
6034
|
-
"pointer-events-none"
|
|
6035
|
-
"opacity-70",
|
|
6036
|
-
"group-data-[filled=true]:opacity-100"
|
|
6049
|
+
"pointer-events-none"
|
|
6037
6050
|
],
|
|
6038
6051
|
mainWrapper: "w-full flex flex-col",
|
|
6039
6052
|
trigger: "relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent",
|
|
6040
6053
|
innerWrapper: "inline-flex h-full w-[calc(100%_-_theme(spacing.unit-6))] min-h-unit-4 items-center gap-1.5 box-border",
|
|
6041
6054
|
selectorIcon: "absolute right-3 w-unit-4 h-unit-4",
|
|
6042
6055
|
spinner: "absolute right-3",
|
|
6043
|
-
value: [
|
|
6044
|
-
"font-normal",
|
|
6045
|
-
"w-full",
|
|
6046
|
-
"text-left",
|
|
6047
|
-
"opacity-70",
|
|
6048
|
-
"group-data-[has-value=true]:opacity-100"
|
|
6049
|
-
],
|
|
6056
|
+
value: ["text-foreground-500", "font-normal", "w-full", "text-left"],
|
|
6050
6057
|
listboxWrapper: "scroll-py-6 max-h-64 w-full",
|
|
6051
6058
|
listbox: "",
|
|
6052
6059
|
popoverContent: "w-full p-1 overflow-hidden",
|
|
@@ -6061,9 +6068,7 @@ var select = tv({
|
|
|
6061
6068
|
"bg-default-100",
|
|
6062
6069
|
"data-[hover=true]:bg-default-200",
|
|
6063
6070
|
"group-data-[focus=true]:bg-default-100"
|
|
6064
|
-
]
|
|
6065
|
-
label: "text-default-foreground",
|
|
6066
|
-
value: "placeholder:text-default-foreground"
|
|
6071
|
+
]
|
|
6067
6072
|
},
|
|
6068
6073
|
faded: {
|
|
6069
6074
|
trigger: [
|
|
@@ -6072,8 +6077,7 @@ var select = tv({
|
|
|
6072
6077
|
"border-default-200",
|
|
6073
6078
|
"data-[hover=true]:border-default-400"
|
|
6074
6079
|
],
|
|
6075
|
-
|
|
6076
|
-
value: "placeholder:text-default-foreground"
|
|
6080
|
+
value: "group-data-[has-value=true]:text-default-foreground"
|
|
6077
6081
|
},
|
|
6078
6082
|
bordered: {
|
|
6079
6083
|
trigger: [
|
|
@@ -6083,9 +6087,7 @@ var select = tv({
|
|
|
6083
6087
|
"data-[open=true]:border-default-foreground",
|
|
6084
6088
|
"data-[focus=true]:border-default-foreground",
|
|
6085
6089
|
"data-[focus=true]:border-default-foreground"
|
|
6086
|
-
]
|
|
6087
|
-
label: "text-foreground",
|
|
6088
|
-
value: "placeholder:text-foreground"
|
|
6090
|
+
]
|
|
6089
6091
|
},
|
|
6090
6092
|
underlined: {
|
|
6091
6093
|
trigger: [
|
|
@@ -6111,14 +6113,11 @@ var select = tv({
|
|
|
6111
6113
|
"data-[open=true]:after:w-full",
|
|
6112
6114
|
"data-[focus=true]:after:w-full"
|
|
6113
6115
|
],
|
|
6114
|
-
label: "text-foreground"
|
|
6115
|
-
value: "placeholder:text-foreground"
|
|
6116
|
+
label: "group-data-[filled=true]:text-foreground"
|
|
6116
6117
|
}
|
|
6117
6118
|
},
|
|
6118
6119
|
color: {
|
|
6119
|
-
default: {
|
|
6120
|
-
label: "group-data-[filled=true]:opacity-80"
|
|
6121
|
-
},
|
|
6120
|
+
default: {},
|
|
6122
6121
|
primary: {},
|
|
6123
6122
|
secondary: {},
|
|
6124
6123
|
success: {},
|
|
@@ -6159,12 +6158,11 @@ var select = tv({
|
|
|
6159
6158
|
},
|
|
6160
6159
|
labelPlacement: {
|
|
6161
6160
|
outside: {
|
|
6162
|
-
base: "flex flex-col"
|
|
6163
|
-
label: "text-foreground pb-1.5"
|
|
6161
|
+
base: "flex flex-col"
|
|
6164
6162
|
},
|
|
6165
6163
|
"outside-left": {
|
|
6166
6164
|
base: "flex-row items-center flex-nowrap items-start",
|
|
6167
|
-
label: "relative text-foreground
|
|
6165
|
+
label: "relative pr-2 text-foreground"
|
|
6168
6166
|
},
|
|
6169
6167
|
inside: {
|
|
6170
6168
|
label: "text-tiny cursor-pointer",
|
|
@@ -6242,6 +6240,13 @@ var select = tv({
|
|
|
6242
6240
|
disableSelectorIconRotation: false
|
|
6243
6241
|
},
|
|
6244
6242
|
compoundVariants: [
|
|
6243
|
+
{
|
|
6244
|
+
variant: "flat",
|
|
6245
|
+
color: "default",
|
|
6246
|
+
class: {
|
|
6247
|
+
value: "group-data-[has-value=true]:text-default-foreground"
|
|
6248
|
+
}
|
|
6249
|
+
},
|
|
6245
6250
|
{
|
|
6246
6251
|
variant: "flat",
|
|
6247
6252
|
color: "primary",
|
|
@@ -6355,6 +6360,13 @@ var select = tv({
|
|
|
6355
6360
|
label: "text-danger"
|
|
6356
6361
|
}
|
|
6357
6362
|
},
|
|
6363
|
+
{
|
|
6364
|
+
variant: "underlined",
|
|
6365
|
+
color: "default",
|
|
6366
|
+
class: {
|
|
6367
|
+
value: "group-data-[has-value=true]:text-foreground"
|
|
6368
|
+
}
|
|
6369
|
+
},
|
|
6358
6370
|
{
|
|
6359
6371
|
variant: "underlined",
|
|
6360
6372
|
color: "primary",
|
|
@@ -6435,6 +6447,20 @@ var select = tv({
|
|
|
6435
6447
|
label: "text-danger"
|
|
6436
6448
|
}
|
|
6437
6449
|
},
|
|
6450
|
+
{
|
|
6451
|
+
labelPlacement: "inside",
|
|
6452
|
+
color: "default",
|
|
6453
|
+
class: {
|
|
6454
|
+
label: "group-data-[filled=true]:text-default-600"
|
|
6455
|
+
}
|
|
6456
|
+
},
|
|
6457
|
+
{
|
|
6458
|
+
labelPlacement: "outside",
|
|
6459
|
+
color: "default",
|
|
6460
|
+
class: {
|
|
6461
|
+
label: "group-data-[filled=true]:text-foreground"
|
|
6462
|
+
}
|
|
6463
|
+
},
|
|
6438
6464
|
{
|
|
6439
6465
|
radius: "full",
|
|
6440
6466
|
size: ["sm"],
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
} from "../chunk-VGHVBXXT.mjs";
|
|
45
45
|
import {
|
|
46
46
|
select
|
|
47
|
-
} from "../chunk-
|
|
47
|
+
} from "../chunk-MHUM5DV5.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-NFSDMEZH.mjs";
|
|
57
57
|
import {
|
|
58
58
|
kbd
|
|
59
59
|
} from "../chunk-J7FVLFSZ.mjs";
|