@kopexa/theme 2.0.0 → 13.0.0
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-NFOF75HQ.mjs → chunk-2N3PG3TK.mjs} +1 -1
- package/dist/chunk-2NA54PNL.mjs +43 -0
- package/dist/{chunk-7O57EDVS.mjs → chunk-63C4SFQK.mjs} +20 -10
- package/dist/{chunk-5DOB3IBE.mjs → chunk-6IZPAS4O.mjs} +5 -0
- package/dist/{chunk-GA6UOB2D.mjs → chunk-7POAXCN2.mjs} +1 -1
- package/dist/{chunk-XAHAVJUM.mjs → chunk-A3F4CV54.mjs} +8 -1
- package/dist/{chunk-M3GQ563Q.mjs → chunk-ARLLAC5V.mjs} +1 -1
- package/dist/{chunk-Z7D56R5U.mjs → chunk-CWAFYX5G.mjs} +2 -2
- package/dist/{chunk-IHITEH7V.mjs → chunk-IX46TOS3.mjs} +1 -1
- package/dist/{chunk-IHW4FWFB.mjs → chunk-K3EVZATS.mjs} +1 -1
- package/dist/chunk-M4TXKRUU.mjs +7 -0
- package/dist/{chunk-URGRCBNW.mjs → chunk-NNKYGAZC.mjs} +1 -1
- package/dist/chunk-NUEQ5FLX.mjs +50 -0
- package/dist/{chunk-HHOMDBMZ.mjs → chunk-SYYY32OX.mjs} +1 -1
- package/dist/{chunk-DI54XTS5.mjs → chunk-TQVRNEIH.mjs} +1 -1
- package/dist/chunk-URVHE3OS.mjs +119 -0
- package/dist/{chunk-XRKUQMGU.mjs → chunk-UTCVHVWF.mjs} +1 -1
- package/dist/{chunk-YH6TDPK7.mjs → chunk-VDMXPFII.mjs} +1 -1
- package/dist/chunk-WQ446TVH.mjs +39 -0
- package/dist/components/autocomplete.js +5 -0
- package/dist/components/autocomplete.mjs +3 -3
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.mjs +2 -2
- package/dist/components/callout.d.mts +18 -0
- package/dist/components/callout.d.ts +18 -0
- package/dist/components/callout.js +8 -1
- package/dist/components/callout.mjs +1 -1
- package/dist/components/card.d.mts +27 -0
- package/dist/components/card.d.ts +27 -0
- package/dist/components/card.js +20 -10
- package/dist/components/card.mjs +1 -1
- package/dist/components/combobox.d.mts +142 -0
- package/dist/components/combobox.d.ts +142 -0
- package/dist/components/combobox.js +228 -0
- package/dist/components/combobox.mjs +8 -0
- package/dist/components/command.d.mts +3 -3
- package/dist/components/command.d.ts +3 -3
- package/dist/components/control-extension.d.mts +5 -0
- package/dist/components/control-extension.d.ts +5 -0
- package/dist/components/control-extension.js +31 -0
- package/dist/components/control-extension.mjs +6 -0
- package/dist/components/editor-basic.d.mts +21 -4
- package/dist/components/editor-basic.d.ts +21 -4
- package/dist/components/editor-basic.js +21 -5
- package/dist/components/editor-basic.mjs +1 -1
- package/dist/components/hover-card.mjs +2 -2
- package/dist/components/index.d.mts +4 -1
- package/dist/components/index.d.ts +4 -1
- package/dist/components/index.js +321 -104
- package/dist/components/index.mjs +54 -42
- package/dist/components/input.js +5 -0
- package/dist/components/input.mjs +2 -2
- package/dist/components/integration-card.d.mts +3 -3
- package/dist/components/integration-card.d.ts +3 -3
- package/dist/components/popover.mjs +2 -2
- package/dist/components/select.js +5 -0
- package/dist/components/select.mjs +2 -2
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.mjs +1 -1
- package/dist/components/skeleton-avatar.mjs +3 -3
- package/dist/components/slash-dropdown-menu.mjs +2 -2
- package/dist/components/switch.d.mts +62 -0
- package/dist/components/switch.d.ts +62 -0
- package/dist/components/switch.js +63 -0
- package/dist/components/switch.mjs +6 -0
- package/dist/components/textarea.js +5 -0
- package/dist/components/textarea.mjs +2 -2
- package/dist/components/toolbar.d.mts +57 -0
- package/dist/components/toolbar.d.ts +57 -0
- package/dist/components/toolbar.js +24 -3
- package/dist/components/toolbar.mjs +1 -1
- package/dist/editor.css +62 -7
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +321 -104
- package/dist/index.mjs +54 -42
- package/dist/utils/classes.d.mts +5 -0
- package/dist/utils/classes.d.ts +5 -0
- package/dist/utils/classes.js +5 -0
- package/dist/utils/classes.mjs +1 -1
- package/package.json +6 -6
- package/dist/chunk-BWB7MWRC.mjs +0 -22
- package/dist/chunk-GRPMKEI2.mjs +0 -34
- /package/dist/{chunk-UWWO4AVU.mjs → chunk-XMLRBNOG.mjs} +0 -0
|
@@ -9,6 +9,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
9
9
|
muted: {
|
|
10
10
|
root: string;
|
|
11
11
|
};
|
|
12
|
+
accent: {
|
|
13
|
+
root: string;
|
|
14
|
+
header: string;
|
|
15
|
+
body: string;
|
|
16
|
+
};
|
|
12
17
|
};
|
|
13
18
|
shadow: {
|
|
14
19
|
none: {
|
|
@@ -33,9 +38,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
33
38
|
};
|
|
34
39
|
default: {
|
|
35
40
|
root: string;
|
|
41
|
+
header: string;
|
|
36
42
|
};
|
|
37
43
|
emphasized: {
|
|
38
44
|
root: string;
|
|
45
|
+
header: string;
|
|
39
46
|
};
|
|
40
47
|
};
|
|
41
48
|
radius: {
|
|
@@ -133,6 +140,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
133
140
|
}, {
|
|
134
141
|
root: string[];
|
|
135
142
|
header: string[];
|
|
143
|
+
heading: string;
|
|
144
|
+
toolbar: string;
|
|
136
145
|
body: string[];
|
|
137
146
|
footer: string[];
|
|
138
147
|
}, undefined, {
|
|
@@ -143,6 +152,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
143
152
|
muted: {
|
|
144
153
|
root: string;
|
|
145
154
|
};
|
|
155
|
+
accent: {
|
|
156
|
+
root: string;
|
|
157
|
+
header: string;
|
|
158
|
+
body: string;
|
|
159
|
+
};
|
|
146
160
|
};
|
|
147
161
|
shadow: {
|
|
148
162
|
none: {
|
|
@@ -167,9 +181,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
167
181
|
};
|
|
168
182
|
default: {
|
|
169
183
|
root: string;
|
|
184
|
+
header: string;
|
|
170
185
|
};
|
|
171
186
|
emphasized: {
|
|
172
187
|
root: string;
|
|
188
|
+
header: string;
|
|
173
189
|
};
|
|
174
190
|
};
|
|
175
191
|
radius: {
|
|
@@ -267,6 +283,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
267
283
|
}, {
|
|
268
284
|
root: string[];
|
|
269
285
|
header: string[];
|
|
286
|
+
heading: string;
|
|
287
|
+
toolbar: string;
|
|
270
288
|
body: string[];
|
|
271
289
|
footer: string[];
|
|
272
290
|
}, tailwind_variants.TVReturnType<{
|
|
@@ -277,6 +295,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
277
295
|
muted: {
|
|
278
296
|
root: string;
|
|
279
297
|
};
|
|
298
|
+
accent: {
|
|
299
|
+
root: string;
|
|
300
|
+
header: string;
|
|
301
|
+
body: string;
|
|
302
|
+
};
|
|
280
303
|
};
|
|
281
304
|
shadow: {
|
|
282
305
|
none: {
|
|
@@ -301,9 +324,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
301
324
|
};
|
|
302
325
|
default: {
|
|
303
326
|
root: string;
|
|
327
|
+
header: string;
|
|
304
328
|
};
|
|
305
329
|
emphasized: {
|
|
306
330
|
root: string;
|
|
331
|
+
header: string;
|
|
307
332
|
};
|
|
308
333
|
};
|
|
309
334
|
radius: {
|
|
@@ -401,6 +426,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
401
426
|
}, {
|
|
402
427
|
root: string[];
|
|
403
428
|
header: string[];
|
|
429
|
+
heading: string;
|
|
430
|
+
toolbar: string;
|
|
404
431
|
body: string[];
|
|
405
432
|
footer: string[];
|
|
406
433
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -9,6 +9,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
9
9
|
muted: {
|
|
10
10
|
root: string;
|
|
11
11
|
};
|
|
12
|
+
accent: {
|
|
13
|
+
root: string;
|
|
14
|
+
header: string;
|
|
15
|
+
body: string;
|
|
16
|
+
};
|
|
12
17
|
};
|
|
13
18
|
shadow: {
|
|
14
19
|
none: {
|
|
@@ -33,9 +38,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
33
38
|
};
|
|
34
39
|
default: {
|
|
35
40
|
root: string;
|
|
41
|
+
header: string;
|
|
36
42
|
};
|
|
37
43
|
emphasized: {
|
|
38
44
|
root: string;
|
|
45
|
+
header: string;
|
|
39
46
|
};
|
|
40
47
|
};
|
|
41
48
|
radius: {
|
|
@@ -133,6 +140,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
133
140
|
}, {
|
|
134
141
|
root: string[];
|
|
135
142
|
header: string[];
|
|
143
|
+
heading: string;
|
|
144
|
+
toolbar: string;
|
|
136
145
|
body: string[];
|
|
137
146
|
footer: string[];
|
|
138
147
|
}, undefined, {
|
|
@@ -143,6 +152,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
143
152
|
muted: {
|
|
144
153
|
root: string;
|
|
145
154
|
};
|
|
155
|
+
accent: {
|
|
156
|
+
root: string;
|
|
157
|
+
header: string;
|
|
158
|
+
body: string;
|
|
159
|
+
};
|
|
146
160
|
};
|
|
147
161
|
shadow: {
|
|
148
162
|
none: {
|
|
@@ -167,9 +181,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
167
181
|
};
|
|
168
182
|
default: {
|
|
169
183
|
root: string;
|
|
184
|
+
header: string;
|
|
170
185
|
};
|
|
171
186
|
emphasized: {
|
|
172
187
|
root: string;
|
|
188
|
+
header: string;
|
|
173
189
|
};
|
|
174
190
|
};
|
|
175
191
|
radius: {
|
|
@@ -267,6 +283,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
267
283
|
}, {
|
|
268
284
|
root: string[];
|
|
269
285
|
header: string[];
|
|
286
|
+
heading: string;
|
|
287
|
+
toolbar: string;
|
|
270
288
|
body: string[];
|
|
271
289
|
footer: string[];
|
|
272
290
|
}, tailwind_variants.TVReturnType<{
|
|
@@ -277,6 +295,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
277
295
|
muted: {
|
|
278
296
|
root: string;
|
|
279
297
|
};
|
|
298
|
+
accent: {
|
|
299
|
+
root: string;
|
|
300
|
+
header: string;
|
|
301
|
+
body: string;
|
|
302
|
+
};
|
|
280
303
|
};
|
|
281
304
|
shadow: {
|
|
282
305
|
none: {
|
|
@@ -301,9 +324,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
301
324
|
};
|
|
302
325
|
default: {
|
|
303
326
|
root: string;
|
|
327
|
+
header: string;
|
|
304
328
|
};
|
|
305
329
|
emphasized: {
|
|
306
330
|
root: string;
|
|
331
|
+
header: string;
|
|
307
332
|
};
|
|
308
333
|
};
|
|
309
334
|
radius: {
|
|
@@ -401,6 +426,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
401
426
|
}, {
|
|
402
427
|
root: string[];
|
|
403
428
|
header: string[];
|
|
429
|
+
heading: string;
|
|
430
|
+
toolbar: string;
|
|
404
431
|
body: string[];
|
|
405
432
|
footer: string[];
|
|
406
433
|
}, undefined, unknown, unknown, undefined>>;
|
package/dist/components/card.js
CHANGED
|
@@ -32,22 +32,25 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
32
32
|
],
|
|
33
33
|
header: [
|
|
34
34
|
"flex",
|
|
35
|
-
"p-3",
|
|
36
|
-
"z-10",
|
|
37
|
-
"w-full",
|
|
38
|
-
"justify-start",
|
|
39
35
|
"items-center",
|
|
36
|
+
"justify-between",
|
|
37
|
+
"flex-wrap",
|
|
38
|
+
"min-h-14",
|
|
39
|
+
"gap-2.5",
|
|
40
|
+
"w-full",
|
|
40
41
|
"shrink-0",
|
|
41
42
|
"overflow-inherit",
|
|
42
43
|
"color-inherit",
|
|
43
44
|
"subpixel-antialiased"
|
|
44
45
|
],
|
|
46
|
+
heading: "space-y-1",
|
|
47
|
+
toolbar: "flex items-center gap-2.5",
|
|
45
48
|
body: [
|
|
49
|
+
"grow",
|
|
46
50
|
"relative",
|
|
47
51
|
"flex",
|
|
48
52
|
"flex-1",
|
|
49
53
|
"w-full",
|
|
50
|
-
"p-3",
|
|
51
54
|
"flex-auto",
|
|
52
55
|
"flex-col",
|
|
53
56
|
"place-content-inherit",
|
|
@@ -76,6 +79,11 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
76
79
|
},
|
|
77
80
|
muted: {
|
|
78
81
|
root: "bg-muted text-muted-foreground"
|
|
82
|
+
},
|
|
83
|
+
accent: {
|
|
84
|
+
root: "bg-muted shadow-xs p-1",
|
|
85
|
+
header: "!border-none",
|
|
86
|
+
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
79
87
|
}
|
|
80
88
|
},
|
|
81
89
|
shadow: {
|
|
@@ -100,10 +108,12 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
100
108
|
root: "border-0"
|
|
101
109
|
},
|
|
102
110
|
default: {
|
|
103
|
-
root: "border border-border"
|
|
111
|
+
root: "border border-border",
|
|
112
|
+
header: "border-b border-border"
|
|
104
113
|
},
|
|
105
114
|
emphasized: {
|
|
106
|
-
root: "border-2 border-border"
|
|
115
|
+
root: "border-2 border-border",
|
|
116
|
+
header: "border-b border-border"
|
|
107
117
|
}
|
|
108
118
|
},
|
|
109
119
|
radius: {
|
|
@@ -184,9 +194,9 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
184
194
|
footer: "p-2"
|
|
185
195
|
},
|
|
186
196
|
md: {
|
|
187
|
-
body: "p-
|
|
188
|
-
header: "
|
|
189
|
-
footer: "
|
|
197
|
+
body: "p-5",
|
|
198
|
+
header: "px-5",
|
|
199
|
+
footer: "px-5"
|
|
190
200
|
},
|
|
191
201
|
lg: {
|
|
192
202
|
body: "p-4",
|
package/dist/components/card.mjs
CHANGED
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
|
|
4
|
+
declare const combobox: tailwind_variants.TVReturnType<{
|
|
5
|
+
size: {
|
|
6
|
+
sm: {
|
|
7
|
+
input: string[];
|
|
8
|
+
chips: string;
|
|
9
|
+
};
|
|
10
|
+
md: {
|
|
11
|
+
input: string[];
|
|
12
|
+
chips: string;
|
|
13
|
+
};
|
|
14
|
+
lg: {
|
|
15
|
+
input: string[];
|
|
16
|
+
chips: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
fullWidth: {
|
|
20
|
+
true: {
|
|
21
|
+
input: string;
|
|
22
|
+
chips: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
}, {
|
|
26
|
+
root: never[];
|
|
27
|
+
control: string;
|
|
28
|
+
value: string;
|
|
29
|
+
input: string[];
|
|
30
|
+
status: string;
|
|
31
|
+
positioner: string;
|
|
32
|
+
popup: string[];
|
|
33
|
+
list: string;
|
|
34
|
+
row: string;
|
|
35
|
+
item: string[];
|
|
36
|
+
itemIndicator: string[];
|
|
37
|
+
groupLabel: string;
|
|
38
|
+
empty: string;
|
|
39
|
+
clear: string[];
|
|
40
|
+
icon: string[];
|
|
41
|
+
trigger: string;
|
|
42
|
+
chips: string[];
|
|
43
|
+
chip: string[];
|
|
44
|
+
chipRemove: string[];
|
|
45
|
+
separator: string;
|
|
46
|
+
header: string[];
|
|
47
|
+
title: string;
|
|
48
|
+
description: string;
|
|
49
|
+
}, undefined, {
|
|
50
|
+
size: {
|
|
51
|
+
sm: {
|
|
52
|
+
input: string[];
|
|
53
|
+
chips: string;
|
|
54
|
+
};
|
|
55
|
+
md: {
|
|
56
|
+
input: string[];
|
|
57
|
+
chips: string;
|
|
58
|
+
};
|
|
59
|
+
lg: {
|
|
60
|
+
input: string[];
|
|
61
|
+
chips: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
fullWidth: {
|
|
65
|
+
true: {
|
|
66
|
+
input: string;
|
|
67
|
+
chips: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
}, {
|
|
71
|
+
root: never[];
|
|
72
|
+
control: string;
|
|
73
|
+
value: string;
|
|
74
|
+
input: string[];
|
|
75
|
+
status: string;
|
|
76
|
+
positioner: string;
|
|
77
|
+
popup: string[];
|
|
78
|
+
list: string;
|
|
79
|
+
row: string;
|
|
80
|
+
item: string[];
|
|
81
|
+
itemIndicator: string[];
|
|
82
|
+
groupLabel: string;
|
|
83
|
+
empty: string;
|
|
84
|
+
clear: string[];
|
|
85
|
+
icon: string[];
|
|
86
|
+
trigger: string;
|
|
87
|
+
chips: string[];
|
|
88
|
+
chip: string[];
|
|
89
|
+
chipRemove: string[];
|
|
90
|
+
separator: string;
|
|
91
|
+
header: string[];
|
|
92
|
+
title: string;
|
|
93
|
+
description: string;
|
|
94
|
+
}, tailwind_variants.TVReturnType<{
|
|
95
|
+
size: {
|
|
96
|
+
sm: {
|
|
97
|
+
input: string[];
|
|
98
|
+
chips: string;
|
|
99
|
+
};
|
|
100
|
+
md: {
|
|
101
|
+
input: string[];
|
|
102
|
+
chips: string;
|
|
103
|
+
};
|
|
104
|
+
lg: {
|
|
105
|
+
input: string[];
|
|
106
|
+
chips: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
fullWidth: {
|
|
110
|
+
true: {
|
|
111
|
+
input: string;
|
|
112
|
+
chips: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
}, {
|
|
116
|
+
root: never[];
|
|
117
|
+
control: string;
|
|
118
|
+
value: string;
|
|
119
|
+
input: string[];
|
|
120
|
+
status: string;
|
|
121
|
+
positioner: string;
|
|
122
|
+
popup: string[];
|
|
123
|
+
list: string;
|
|
124
|
+
row: string;
|
|
125
|
+
item: string[];
|
|
126
|
+
itemIndicator: string[];
|
|
127
|
+
groupLabel: string;
|
|
128
|
+
empty: string;
|
|
129
|
+
clear: string[];
|
|
130
|
+
icon: string[];
|
|
131
|
+
trigger: string;
|
|
132
|
+
chips: string[];
|
|
133
|
+
chip: string[];
|
|
134
|
+
chipRemove: string[];
|
|
135
|
+
separator: string;
|
|
136
|
+
header: string[];
|
|
137
|
+
title: string;
|
|
138
|
+
description: string;
|
|
139
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
140
|
+
type ComboboxVariantProps = VariantProps<typeof combobox>;
|
|
141
|
+
|
|
142
|
+
export { type ComboboxVariantProps, combobox };
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
|
|
4
|
+
declare const combobox: tailwind_variants.TVReturnType<{
|
|
5
|
+
size: {
|
|
6
|
+
sm: {
|
|
7
|
+
input: string[];
|
|
8
|
+
chips: string;
|
|
9
|
+
};
|
|
10
|
+
md: {
|
|
11
|
+
input: string[];
|
|
12
|
+
chips: string;
|
|
13
|
+
};
|
|
14
|
+
lg: {
|
|
15
|
+
input: string[];
|
|
16
|
+
chips: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
fullWidth: {
|
|
20
|
+
true: {
|
|
21
|
+
input: string;
|
|
22
|
+
chips: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
}, {
|
|
26
|
+
root: never[];
|
|
27
|
+
control: string;
|
|
28
|
+
value: string;
|
|
29
|
+
input: string[];
|
|
30
|
+
status: string;
|
|
31
|
+
positioner: string;
|
|
32
|
+
popup: string[];
|
|
33
|
+
list: string;
|
|
34
|
+
row: string;
|
|
35
|
+
item: string[];
|
|
36
|
+
itemIndicator: string[];
|
|
37
|
+
groupLabel: string;
|
|
38
|
+
empty: string;
|
|
39
|
+
clear: string[];
|
|
40
|
+
icon: string[];
|
|
41
|
+
trigger: string;
|
|
42
|
+
chips: string[];
|
|
43
|
+
chip: string[];
|
|
44
|
+
chipRemove: string[];
|
|
45
|
+
separator: string;
|
|
46
|
+
header: string[];
|
|
47
|
+
title: string;
|
|
48
|
+
description: string;
|
|
49
|
+
}, undefined, {
|
|
50
|
+
size: {
|
|
51
|
+
sm: {
|
|
52
|
+
input: string[];
|
|
53
|
+
chips: string;
|
|
54
|
+
};
|
|
55
|
+
md: {
|
|
56
|
+
input: string[];
|
|
57
|
+
chips: string;
|
|
58
|
+
};
|
|
59
|
+
lg: {
|
|
60
|
+
input: string[];
|
|
61
|
+
chips: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
fullWidth: {
|
|
65
|
+
true: {
|
|
66
|
+
input: string;
|
|
67
|
+
chips: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
}, {
|
|
71
|
+
root: never[];
|
|
72
|
+
control: string;
|
|
73
|
+
value: string;
|
|
74
|
+
input: string[];
|
|
75
|
+
status: string;
|
|
76
|
+
positioner: string;
|
|
77
|
+
popup: string[];
|
|
78
|
+
list: string;
|
|
79
|
+
row: string;
|
|
80
|
+
item: string[];
|
|
81
|
+
itemIndicator: string[];
|
|
82
|
+
groupLabel: string;
|
|
83
|
+
empty: string;
|
|
84
|
+
clear: string[];
|
|
85
|
+
icon: string[];
|
|
86
|
+
trigger: string;
|
|
87
|
+
chips: string[];
|
|
88
|
+
chip: string[];
|
|
89
|
+
chipRemove: string[];
|
|
90
|
+
separator: string;
|
|
91
|
+
header: string[];
|
|
92
|
+
title: string;
|
|
93
|
+
description: string;
|
|
94
|
+
}, tailwind_variants.TVReturnType<{
|
|
95
|
+
size: {
|
|
96
|
+
sm: {
|
|
97
|
+
input: string[];
|
|
98
|
+
chips: string;
|
|
99
|
+
};
|
|
100
|
+
md: {
|
|
101
|
+
input: string[];
|
|
102
|
+
chips: string;
|
|
103
|
+
};
|
|
104
|
+
lg: {
|
|
105
|
+
input: string[];
|
|
106
|
+
chips: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
fullWidth: {
|
|
110
|
+
true: {
|
|
111
|
+
input: string;
|
|
112
|
+
chips: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
}, {
|
|
116
|
+
root: never[];
|
|
117
|
+
control: string;
|
|
118
|
+
value: string;
|
|
119
|
+
input: string[];
|
|
120
|
+
status: string;
|
|
121
|
+
positioner: string;
|
|
122
|
+
popup: string[];
|
|
123
|
+
list: string;
|
|
124
|
+
row: string;
|
|
125
|
+
item: string[];
|
|
126
|
+
itemIndicator: string[];
|
|
127
|
+
groupLabel: string;
|
|
128
|
+
empty: string;
|
|
129
|
+
clear: string[];
|
|
130
|
+
icon: string[];
|
|
131
|
+
trigger: string;
|
|
132
|
+
chips: string[];
|
|
133
|
+
chip: string[];
|
|
134
|
+
chipRemove: string[];
|
|
135
|
+
separator: string;
|
|
136
|
+
header: string[];
|
|
137
|
+
title: string;
|
|
138
|
+
description: string;
|
|
139
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
140
|
+
type ComboboxVariantProps = VariantProps<typeof combobox>;
|
|
141
|
+
|
|
142
|
+
export { type ComboboxVariantProps, combobox };
|