@opengovsg/oui-theme 0.0.6 → 0.0.10
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-Z5EKAZRY.mjs → chunk-34YVA3CF.mjs} +2 -47
- package/dist/chunk-34YVA3CF.mjs.map +1 -0
- package/dist/{chunk-2HLZ2TA2.mjs → chunk-44H2MHJG.mjs} +2 -2
- package/dist/chunk-44H2MHJG.mjs.map +1 -0
- package/dist/chunk-4YH455F5.js +83 -0
- package/dist/chunk-4YH455F5.js.map +1 -0
- package/dist/{chunk-ATN4OFA4.js → chunk-5FOX35BG.js} +39 -17
- package/dist/chunk-5FOX35BG.js.map +1 -0
- package/dist/chunk-5ULZEGWX.js +113 -0
- package/dist/chunk-5ULZEGWX.js.map +1 -0
- package/dist/chunk-7S572BNQ.mjs +113 -0
- package/dist/chunk-7S572BNQ.mjs.map +1 -0
- package/dist/chunk-AFHAQGRO.mjs +1 -0
- package/dist/chunk-BIXVP43C.js +66 -0
- package/dist/chunk-BIXVP43C.js.map +1 -0
- package/dist/{chunk-7SYUA43A.js → chunk-GCZQ5SEK.js} +2 -2
- package/dist/chunk-GCZQ5SEK.js.map +1 -0
- package/dist/{chunk-SCEZEIC2.mjs → chunk-H6JUN6QG.mjs} +39 -17
- package/dist/chunk-H6JUN6QG.mjs.map +1 -0
- package/dist/{chunk-E7JBRLR5.mjs → chunk-KHQ7EBS5.mjs} +2 -2
- package/dist/chunk-KHQ7EBS5.mjs.map +1 -0
- package/dist/chunk-KKW4VCZA.mjs +83 -0
- package/dist/chunk-KKW4VCZA.mjs.map +1 -0
- package/dist/{chunk-JSOQXC4Z.js → chunk-NL5XE6BW.js} +2 -2
- package/dist/{chunk-JSOQXC4Z.js.map → chunk-NL5XE6BW.js.map} +1 -1
- package/dist/{chunk-OUZ7DBAS.js → chunk-NPNMMEUT.js} +4 -39
- package/dist/chunk-NPNMMEUT.js.map +1 -0
- package/dist/chunk-PASP6W6Z.js +1 -0
- package/dist/{chunk-KUAGUN4H.js.map → chunk-PASP6W6Z.js.map} +1 -1
- package/dist/{chunk-2YW3O3BV.js → chunk-QGEGS5RO.js} +3 -48
- package/dist/chunk-QGEGS5RO.js.map +1 -0
- package/dist/chunk-RZ7GZGD2.js +25 -0
- package/dist/chunk-RZ7GZGD2.js.map +1 -0
- package/dist/chunk-UTOQXAFU.mjs +66 -0
- package/dist/chunk-UTOQXAFU.mjs.map +1 -0
- package/dist/{chunk-GUV5RZUP.mjs → chunk-VS4FD2JZ.mjs} +3 -38
- package/dist/chunk-VS4FD2JZ.mjs.map +1 -0
- package/dist/chunk-XRA3KMRB.mjs +25 -0
- package/dist/chunk-XRA3KMRB.mjs.map +1 -0
- package/dist/components/badge.js +3 -3
- package/dist/components/badge.mjs +2 -2
- package/dist/components/banner.js +2 -2
- package/dist/components/banner.mjs +1 -1
- package/dist/components/button.js +1 -1
- package/dist/components/button.mjs +1 -1
- package/dist/components/calendar.d.mts +226 -16
- package/dist/components/calendar.d.ts +226 -16
- package/dist/components/calendar.js +8 -2
- package/dist/components/calendar.js.map +1 -1
- package/dist/components/calendar.mjs +7 -1
- package/dist/components/combo-box.d.mts +2 -185
- package/dist/components/combo-box.d.ts +2 -185
- package/dist/components/combo-box.js +2 -4
- package/dist/components/combo-box.js.map +1 -1
- package/dist/components/combo-box.mjs +1 -3
- package/dist/components/govt-banner.js +1 -1
- package/dist/components/govt-banner.mjs +1 -1
- package/dist/components/index.d.mts +5 -2
- package/dist/components/index.d.ts +5 -2
- package/dist/components/index.js +36 -20
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +43 -27
- package/dist/components/list-box.d.mts +205 -0
- package/dist/components/list-box.d.ts +205 -0
- package/dist/components/list-box.js +15 -0
- package/dist/components/list-box.js.map +1 -0
- package/dist/components/list-box.mjs +15 -0
- package/dist/components/list-box.mjs.map +1 -0
- package/dist/components/menu.d.mts +463 -0
- package/dist/components/menu.d.ts +463 -0
- package/dist/components/menu.js +22 -0
- package/dist/components/menu.js.map +1 -0
- package/dist/components/menu.mjs +22 -0
- package/dist/components/menu.mjs.map +1 -0
- package/dist/components/popover.d.mts +73 -0
- package/dist/components/popover.d.ts +73 -0
- package/dist/components/popover.js +11 -0
- package/dist/components/popover.js.map +1 -0
- package/dist/components/popover.mjs +11 -0
- package/dist/components/popover.mjs.map +1 -0
- package/dist/components/select.d.mts +18 -28
- package/dist/components/select.d.ts +18 -28
- package/dist/components/select.js +2 -2
- package/dist/components/select.mjs +1 -1
- package/dist/components/tag-field.d.mts +4 -105
- package/dist/components/tag-field.d.ts +4 -105
- package/dist/components/tag-field.js +3 -5
- package/dist/components/tag-field.js.map +1 -1
- package/dist/components/tag-field.mjs +2 -4
- package/dist/components/toggle.js +1 -1
- package/dist/components/toggle.mjs +1 -1
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +35 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +49 -33
- package/dist/utils/index.js +4 -4
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/index.mjs +4 -4
- package/package.json +5 -5
- package/src/tailwind.css +16 -0
- package/dist/chunk-2HLZ2TA2.mjs.map +0 -1
- package/dist/chunk-2YW3O3BV.js.map +0 -1
- package/dist/chunk-7SYUA43A.js.map +0 -1
- package/dist/chunk-ARRSHAJG.mjs +0 -1
- package/dist/chunk-ATN4OFA4.js.map +0 -1
- package/dist/chunk-E7JBRLR5.mjs.map +0 -1
- package/dist/chunk-GK7MVUI2.mjs +0 -41
- package/dist/chunk-GK7MVUI2.mjs.map +0 -1
- package/dist/chunk-GQ3JHZUT.js +0 -41
- package/dist/chunk-GQ3JHZUT.js.map +0 -1
- package/dist/chunk-GUV5RZUP.mjs.map +0 -1
- package/dist/chunk-KUAGUN4H.js +0 -1
- package/dist/chunk-OUZ7DBAS.js.map +0 -1
- package/dist/chunk-SCEZEIC2.mjs.map +0 -1
- package/dist/chunk-Z5EKAZRY.mjs.map +0 -1
- /package/dist/{chunk-ARRSHAJG.mjs.map → chunk-AFHAQGRO.mjs.map} +0 -0
|
@@ -4,28 +4,78 @@ import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config
|
|
|
4
4
|
|
|
5
5
|
declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
6
6
|
variant: {};
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
isRange: {
|
|
8
|
+
true: {
|
|
9
9
|
cell: string;
|
|
10
10
|
};
|
|
11
|
+
};
|
|
12
|
+
isMultipleMonths: {
|
|
11
13
|
true: {
|
|
12
14
|
cell: string;
|
|
13
15
|
};
|
|
14
16
|
};
|
|
17
|
+
isSelected: {
|
|
18
|
+
true: string;
|
|
19
|
+
};
|
|
20
|
+
size: {
|
|
21
|
+
sm: {
|
|
22
|
+
base: string;
|
|
23
|
+
gridHeaderCell: string;
|
|
24
|
+
header: string;
|
|
25
|
+
cell: string;
|
|
26
|
+
monthSelector: string;
|
|
27
|
+
selectorText: string;
|
|
28
|
+
yearSelector: string;
|
|
29
|
+
nextButton: string;
|
|
30
|
+
selectors: string;
|
|
31
|
+
bottomContentWrapper: string;
|
|
32
|
+
calendar: string;
|
|
33
|
+
};
|
|
34
|
+
md: {
|
|
35
|
+
base: string;
|
|
36
|
+
gridHeaderCell: string;
|
|
37
|
+
header: string;
|
|
38
|
+
cell: string;
|
|
39
|
+
monthSelector: string;
|
|
40
|
+
selectorText: string;
|
|
41
|
+
yearSelector: string;
|
|
42
|
+
nextButton: string;
|
|
43
|
+
selectors: string;
|
|
44
|
+
bottomContentWrapper: string;
|
|
45
|
+
calendar: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
15
48
|
}, {
|
|
16
49
|
base: string;
|
|
17
50
|
prevButton: string;
|
|
18
51
|
nextButton: string;
|
|
52
|
+
buttonGroup: string;
|
|
19
53
|
header: string;
|
|
20
54
|
title: string;
|
|
21
55
|
content: string;
|
|
22
|
-
cell: string;
|
|
23
|
-
|
|
56
|
+
cell: string[];
|
|
57
|
+
grid: string;
|
|
58
|
+
calendar: string;
|
|
59
|
+
gridWrapper: string;
|
|
60
|
+
gridHeader: string;
|
|
61
|
+
gridHeaderCell: string;
|
|
62
|
+
gridBody: string;
|
|
63
|
+
yearSelector: string;
|
|
64
|
+
monthSelector: string;
|
|
65
|
+
yearList: string;
|
|
66
|
+
monthList: string;
|
|
67
|
+
selectorText: string;
|
|
68
|
+
selectors: string;
|
|
69
|
+
bottomContentWrapper: string;
|
|
70
|
+
todayButton: string;
|
|
24
71
|
errorMessage: string;
|
|
25
72
|
}, undefined, {
|
|
26
73
|
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
74
|
+
size?: boolean | (string | number | symbol)[] | undefined;
|
|
27
75
|
variant?: boolean | (string | number | symbol)[] | undefined;
|
|
76
|
+
isRange?: boolean | (string | number | symbol)[] | undefined;
|
|
28
77
|
isSelected?: boolean | (string | number | symbol)[] | undefined;
|
|
78
|
+
isMultipleMonths?: boolean | (string | number | symbol)[] | undefined;
|
|
29
79
|
} | undefined;
|
|
30
80
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
31
81
|
twMergeConfig: {
|
|
@@ -40,64 +90,224 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
40
90
|
};
|
|
41
91
|
}, {
|
|
42
92
|
variant: {};
|
|
43
|
-
|
|
44
|
-
|
|
93
|
+
isRange: {
|
|
94
|
+
true: {
|
|
45
95
|
cell: string;
|
|
46
96
|
};
|
|
97
|
+
};
|
|
98
|
+
isMultipleMonths: {
|
|
47
99
|
true: {
|
|
48
100
|
cell: string;
|
|
49
101
|
};
|
|
50
102
|
};
|
|
103
|
+
isSelected: {
|
|
104
|
+
true: string;
|
|
105
|
+
};
|
|
106
|
+
size: {
|
|
107
|
+
sm: {
|
|
108
|
+
base: string;
|
|
109
|
+
gridHeaderCell: string;
|
|
110
|
+
header: string;
|
|
111
|
+
cell: string;
|
|
112
|
+
monthSelector: string;
|
|
113
|
+
selectorText: string;
|
|
114
|
+
yearSelector: string;
|
|
115
|
+
nextButton: string;
|
|
116
|
+
selectors: string;
|
|
117
|
+
bottomContentWrapper: string;
|
|
118
|
+
calendar: string;
|
|
119
|
+
};
|
|
120
|
+
md: {
|
|
121
|
+
base: string;
|
|
122
|
+
gridHeaderCell: string;
|
|
123
|
+
header: string;
|
|
124
|
+
cell: string;
|
|
125
|
+
monthSelector: string;
|
|
126
|
+
selectorText: string;
|
|
127
|
+
yearSelector: string;
|
|
128
|
+
nextButton: string;
|
|
129
|
+
selectors: string;
|
|
130
|
+
bottomContentWrapper: string;
|
|
131
|
+
calendar: string;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
51
134
|
}, {
|
|
52
135
|
base: string;
|
|
53
136
|
prevButton: string;
|
|
54
137
|
nextButton: string;
|
|
138
|
+
buttonGroup: string;
|
|
55
139
|
header: string;
|
|
56
140
|
title: string;
|
|
57
141
|
content: string;
|
|
58
|
-
cell: string;
|
|
59
|
-
|
|
142
|
+
cell: string[];
|
|
143
|
+
grid: string;
|
|
144
|
+
calendar: string;
|
|
145
|
+
gridWrapper: string;
|
|
146
|
+
gridHeader: string;
|
|
147
|
+
gridHeaderCell: string;
|
|
148
|
+
gridBody: string;
|
|
149
|
+
yearSelector: string;
|
|
150
|
+
monthSelector: string;
|
|
151
|
+
yearList: string;
|
|
152
|
+
monthList: string;
|
|
153
|
+
selectorText: string;
|
|
154
|
+
selectors: string;
|
|
155
|
+
bottomContentWrapper: string;
|
|
156
|
+
todayButton: string;
|
|
60
157
|
errorMessage: string;
|
|
61
158
|
}, tailwind_variants.TVReturnType<{
|
|
62
159
|
variant: {};
|
|
63
|
-
|
|
64
|
-
|
|
160
|
+
isRange: {
|
|
161
|
+
true: {
|
|
65
162
|
cell: string;
|
|
66
163
|
};
|
|
164
|
+
};
|
|
165
|
+
isMultipleMonths: {
|
|
67
166
|
true: {
|
|
68
167
|
cell: string;
|
|
69
168
|
};
|
|
70
169
|
};
|
|
170
|
+
isSelected: {
|
|
171
|
+
true: string;
|
|
172
|
+
};
|
|
173
|
+
size: {
|
|
174
|
+
sm: {
|
|
175
|
+
base: string;
|
|
176
|
+
gridHeaderCell: string;
|
|
177
|
+
header: string;
|
|
178
|
+
cell: string;
|
|
179
|
+
monthSelector: string;
|
|
180
|
+
selectorText: string;
|
|
181
|
+
yearSelector: string;
|
|
182
|
+
nextButton: string;
|
|
183
|
+
selectors: string;
|
|
184
|
+
bottomContentWrapper: string;
|
|
185
|
+
calendar: string;
|
|
186
|
+
};
|
|
187
|
+
md: {
|
|
188
|
+
base: string;
|
|
189
|
+
gridHeaderCell: string;
|
|
190
|
+
header: string;
|
|
191
|
+
cell: string;
|
|
192
|
+
monthSelector: string;
|
|
193
|
+
selectorText: string;
|
|
194
|
+
yearSelector: string;
|
|
195
|
+
nextButton: string;
|
|
196
|
+
selectors: string;
|
|
197
|
+
bottomContentWrapper: string;
|
|
198
|
+
calendar: string;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
71
201
|
}, {
|
|
72
202
|
base: string;
|
|
73
203
|
prevButton: string;
|
|
74
204
|
nextButton: string;
|
|
205
|
+
buttonGroup: string;
|
|
75
206
|
header: string;
|
|
76
207
|
title: string;
|
|
77
208
|
content: string;
|
|
78
|
-
cell: string;
|
|
79
|
-
|
|
209
|
+
cell: string[];
|
|
210
|
+
grid: string;
|
|
211
|
+
calendar: string;
|
|
212
|
+
gridWrapper: string;
|
|
213
|
+
gridHeader: string;
|
|
214
|
+
gridHeaderCell: string;
|
|
215
|
+
gridBody: string;
|
|
216
|
+
yearSelector: string;
|
|
217
|
+
monthSelector: string;
|
|
218
|
+
yearList: string;
|
|
219
|
+
monthList: string;
|
|
220
|
+
selectorText: string;
|
|
221
|
+
selectors: string;
|
|
222
|
+
bottomContentWrapper: string;
|
|
223
|
+
todayButton: string;
|
|
80
224
|
errorMessage: string;
|
|
81
225
|
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
82
226
|
variant: {};
|
|
83
|
-
|
|
84
|
-
|
|
227
|
+
isRange: {
|
|
228
|
+
true: {
|
|
85
229
|
cell: string;
|
|
86
230
|
};
|
|
231
|
+
};
|
|
232
|
+
isMultipleMonths: {
|
|
87
233
|
true: {
|
|
88
234
|
cell: string;
|
|
89
235
|
};
|
|
90
236
|
};
|
|
237
|
+
isSelected: {
|
|
238
|
+
true: string;
|
|
239
|
+
};
|
|
240
|
+
size: {
|
|
241
|
+
sm: {
|
|
242
|
+
base: string;
|
|
243
|
+
gridHeaderCell: string;
|
|
244
|
+
header: string;
|
|
245
|
+
cell: string;
|
|
246
|
+
monthSelector: string;
|
|
247
|
+
selectorText: string;
|
|
248
|
+
yearSelector: string;
|
|
249
|
+
nextButton: string;
|
|
250
|
+
selectors: string;
|
|
251
|
+
bottomContentWrapper: string;
|
|
252
|
+
calendar: string;
|
|
253
|
+
};
|
|
254
|
+
md: {
|
|
255
|
+
base: string;
|
|
256
|
+
gridHeaderCell: string;
|
|
257
|
+
header: string;
|
|
258
|
+
cell: string;
|
|
259
|
+
monthSelector: string;
|
|
260
|
+
selectorText: string;
|
|
261
|
+
yearSelector: string;
|
|
262
|
+
nextButton: string;
|
|
263
|
+
selectors: string;
|
|
264
|
+
bottomContentWrapper: string;
|
|
265
|
+
calendar: string;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
91
268
|
}, {
|
|
92
269
|
variant: {};
|
|
93
|
-
|
|
94
|
-
|
|
270
|
+
isRange: {
|
|
271
|
+
true: {
|
|
95
272
|
cell: string;
|
|
96
273
|
};
|
|
274
|
+
};
|
|
275
|
+
isMultipleMonths: {
|
|
97
276
|
true: {
|
|
98
277
|
cell: string;
|
|
99
278
|
};
|
|
100
279
|
};
|
|
280
|
+
isSelected: {
|
|
281
|
+
true: string;
|
|
282
|
+
};
|
|
283
|
+
size: {
|
|
284
|
+
sm: {
|
|
285
|
+
base: string;
|
|
286
|
+
gridHeaderCell: string;
|
|
287
|
+
header: string;
|
|
288
|
+
cell: string;
|
|
289
|
+
monthSelector: string;
|
|
290
|
+
selectorText: string;
|
|
291
|
+
yearSelector: string;
|
|
292
|
+
nextButton: string;
|
|
293
|
+
selectors: string;
|
|
294
|
+
bottomContentWrapper: string;
|
|
295
|
+
calendar: string;
|
|
296
|
+
};
|
|
297
|
+
md: {
|
|
298
|
+
base: string;
|
|
299
|
+
gridHeaderCell: string;
|
|
300
|
+
header: string;
|
|
301
|
+
cell: string;
|
|
302
|
+
monthSelector: string;
|
|
303
|
+
selectorText: string;
|
|
304
|
+
yearSelector: string;
|
|
305
|
+
nextButton: string;
|
|
306
|
+
selectors: string;
|
|
307
|
+
bottomContentWrapper: string;
|
|
308
|
+
calendar: string;
|
|
309
|
+
};
|
|
310
|
+
};
|
|
101
311
|
}>, unknown, unknown, undefined>>;
|
|
102
312
|
type CalendarVariantProps = VariantProps<typeof calendarStyles>;
|
|
103
313
|
type CalendarSlots = keyof ReturnType<typeof calendarStyles>;
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk5ULZEGWXjs = require('../chunk-5ULZEGWX.js');
|
|
4
|
+
require('../chunk-OLJN3WXR.js');
|
|
5
|
+
require('../chunk-ZXZSQRVC.js');
|
|
6
|
+
require('../chunk-2LTV7VB5.js');
|
|
7
|
+
require('../chunk-X2UCVIR5.js');
|
|
8
|
+
require('../chunk-ZIQLHX3U.js');
|
|
9
|
+
require('../chunk-O3I4FUFD.js');
|
|
4
10
|
require('../chunk-UZONBJUX.js');
|
|
5
11
|
require('../chunk-HEB3T2LL.js');
|
|
6
12
|
|
|
7
13
|
|
|
8
|
-
exports.calendarStyles =
|
|
14
|
+
exports.calendarStyles = _chunk5ULZEGWXjs.calendarStyles;
|
|
9
15
|
//# sourceMappingURL=calendar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/oui-design-system/oui-design-system/packages/theme/dist/components/calendar.js"],"names":[],"mappings":"AAAA;AACE;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACF,yDAAC","file":"/home/runner/work/oui-design-system/oui-design-system/packages/theme/dist/components/calendar.js"}
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/oui-design-system/oui-design-system/packages/theme/dist/components/calendar.js"],"names":[],"mappings":"AAAA;AACE;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACF,yDAAC","file":"/home/runner/work/oui-design-system/oui-design-system/packages/theme/dist/components/calendar.js"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
calendarStyles
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-7S572BNQ.mjs";
|
|
4
|
+
import "../chunk-M2BG3FAA.mjs";
|
|
5
|
+
import "../chunk-J2WMLIIA.mjs";
|
|
6
|
+
import "../chunk-XTHC46M2.mjs";
|
|
7
|
+
import "../chunk-SFKXXWVK.mjs";
|
|
8
|
+
import "../chunk-HAUMMW6T.mjs";
|
|
9
|
+
import "../chunk-TL5MCSZQ.mjs";
|
|
4
10
|
import "../chunk-4JENAMGV.mjs";
|
|
5
11
|
import "../chunk-R6W5A7PF.mjs";
|
|
6
12
|
export {
|
|
@@ -209,189 +209,6 @@ declare const comboBoxStyles: tailwind_variants.TVReturnType<{
|
|
|
209
209
|
}>, unknown, unknown, undefined>>;
|
|
210
210
|
type ComboBoxVariantProps = VariantProps<typeof comboBoxStyles>;
|
|
211
211
|
type ComboBoxSlots = keyof ReturnType<typeof comboBoxStyles>;
|
|
212
|
-
declare const comboBoxItemStyles: tailwind_variants.TVReturnType<{
|
|
213
|
-
size: {
|
|
214
|
-
xs: {
|
|
215
|
-
container: string;
|
|
216
|
-
description: string;
|
|
217
|
-
};
|
|
218
|
-
sm: {
|
|
219
|
-
container: string;
|
|
220
|
-
description: string;
|
|
221
|
-
};
|
|
222
|
-
md: {
|
|
223
|
-
container: string;
|
|
224
|
-
description: string;
|
|
225
|
-
};
|
|
226
|
-
};
|
|
227
|
-
isFocused: {
|
|
228
|
-
true: {
|
|
229
|
-
container: string;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
isSelected: {
|
|
233
|
-
true: {
|
|
234
|
-
container: string;
|
|
235
|
-
};
|
|
236
|
-
};
|
|
237
|
-
isDisabled: {
|
|
238
|
-
true: {
|
|
239
|
-
container: string;
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
}, {
|
|
243
|
-
container: string;
|
|
244
|
-
label: string;
|
|
245
|
-
description: string;
|
|
246
|
-
}, undefined, {
|
|
247
|
-
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
248
|
-
size?: boolean | (string | number | symbol)[] | undefined;
|
|
249
|
-
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
250
|
-
isSelected?: boolean | (string | number | symbol)[] | undefined;
|
|
251
|
-
isFocused?: boolean | (string | number | symbol)[] | undefined;
|
|
252
|
-
} | undefined;
|
|
253
|
-
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
254
|
-
twMergeConfig: {
|
|
255
|
-
extend: {
|
|
256
|
-
theme: {};
|
|
257
|
-
classGroups: {
|
|
258
|
-
prose: {
|
|
259
|
-
prose: (() => boolean)[];
|
|
260
|
-
}[];
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
}, {
|
|
265
|
-
size: {
|
|
266
|
-
xs: {
|
|
267
|
-
container: string;
|
|
268
|
-
description: string;
|
|
269
|
-
};
|
|
270
|
-
sm: {
|
|
271
|
-
container: string;
|
|
272
|
-
description: string;
|
|
273
|
-
};
|
|
274
|
-
md: {
|
|
275
|
-
container: string;
|
|
276
|
-
description: string;
|
|
277
|
-
};
|
|
278
|
-
};
|
|
279
|
-
isFocused: {
|
|
280
|
-
true: {
|
|
281
|
-
container: string;
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
isSelected: {
|
|
285
|
-
true: {
|
|
286
|
-
container: string;
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
isDisabled: {
|
|
290
|
-
true: {
|
|
291
|
-
container: string;
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
|
-
}, {
|
|
295
|
-
container: string;
|
|
296
|
-
label: string;
|
|
297
|
-
description: string;
|
|
298
|
-
}, tailwind_variants.TVReturnType<{
|
|
299
|
-
size: {
|
|
300
|
-
xs: {
|
|
301
|
-
container: string;
|
|
302
|
-
description: string;
|
|
303
|
-
};
|
|
304
|
-
sm: {
|
|
305
|
-
container: string;
|
|
306
|
-
description: string;
|
|
307
|
-
};
|
|
308
|
-
md: {
|
|
309
|
-
container: string;
|
|
310
|
-
description: string;
|
|
311
|
-
};
|
|
312
|
-
};
|
|
313
|
-
isFocused: {
|
|
314
|
-
true: {
|
|
315
|
-
container: string;
|
|
316
|
-
};
|
|
317
|
-
};
|
|
318
|
-
isSelected: {
|
|
319
|
-
true: {
|
|
320
|
-
container: string;
|
|
321
|
-
};
|
|
322
|
-
};
|
|
323
|
-
isDisabled: {
|
|
324
|
-
true: {
|
|
325
|
-
container: string;
|
|
326
|
-
};
|
|
327
|
-
};
|
|
328
|
-
}, {
|
|
329
|
-
container: string;
|
|
330
|
-
label: string;
|
|
331
|
-
description: string;
|
|
332
|
-
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
333
|
-
size: {
|
|
334
|
-
xs: {
|
|
335
|
-
container: string;
|
|
336
|
-
description: string;
|
|
337
|
-
};
|
|
338
|
-
sm: {
|
|
339
|
-
container: string;
|
|
340
|
-
description: string;
|
|
341
|
-
};
|
|
342
|
-
md: {
|
|
343
|
-
container: string;
|
|
344
|
-
description: string;
|
|
345
|
-
};
|
|
346
|
-
};
|
|
347
|
-
isFocused: {
|
|
348
|
-
true: {
|
|
349
|
-
container: string;
|
|
350
|
-
};
|
|
351
|
-
};
|
|
352
|
-
isSelected: {
|
|
353
|
-
true: {
|
|
354
|
-
container: string;
|
|
355
|
-
};
|
|
356
|
-
};
|
|
357
|
-
isDisabled: {
|
|
358
|
-
true: {
|
|
359
|
-
container: string;
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
}, {
|
|
363
|
-
size: {
|
|
364
|
-
xs: {
|
|
365
|
-
container: string;
|
|
366
|
-
description: string;
|
|
367
|
-
};
|
|
368
|
-
sm: {
|
|
369
|
-
container: string;
|
|
370
|
-
description: string;
|
|
371
|
-
};
|
|
372
|
-
md: {
|
|
373
|
-
container: string;
|
|
374
|
-
description: string;
|
|
375
|
-
};
|
|
376
|
-
};
|
|
377
|
-
isFocused: {
|
|
378
|
-
true: {
|
|
379
|
-
container: string;
|
|
380
|
-
};
|
|
381
|
-
};
|
|
382
|
-
isSelected: {
|
|
383
|
-
true: {
|
|
384
|
-
container: string;
|
|
385
|
-
};
|
|
386
|
-
};
|
|
387
|
-
isDisabled: {
|
|
388
|
-
true: {
|
|
389
|
-
container: string;
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
}>, unknown, unknown, undefined>>;
|
|
393
|
-
type ComboBoxItemVariantProps = VariantProps<typeof comboBoxItemStyles>;
|
|
394
|
-
type ComboBoxItemSlots = keyof ReturnType<typeof comboBoxItemStyles>;
|
|
395
212
|
declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
|
|
396
213
|
isDisabled: {
|
|
397
214
|
true: string;
|
|
@@ -417,9 +234,9 @@ declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
417
234
|
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
418
235
|
size?: boolean | (string | number | symbol)[] | undefined;
|
|
419
236
|
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
420
|
-
isFocused?: boolean | (string | number | symbol)[] | undefined;
|
|
421
237
|
isInactive?: boolean | (string | number | symbol)[] | undefined;
|
|
422
238
|
isHovered?: boolean | (string | number | symbol)[] | undefined;
|
|
239
|
+
isFocused?: boolean | (string | number | symbol)[] | undefined;
|
|
423
240
|
isPressed?: boolean | (string | number | symbol)[] | undefined;
|
|
424
241
|
} | undefined;
|
|
425
242
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
@@ -519,4 +336,4 @@ declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
519
336
|
};
|
|
520
337
|
}>, unknown, unknown, undefined>>;
|
|
521
338
|
|
|
522
|
-
export { type
|
|
339
|
+
export { type ComboBoxSlots, type ComboBoxVariantProps, comboBoxClearButtonStyles, comboBoxStyles };
|