@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.
Files changed (117) hide show
  1. package/dist/{chunk-Z5EKAZRY.mjs → chunk-34YVA3CF.mjs} +2 -47
  2. package/dist/chunk-34YVA3CF.mjs.map +1 -0
  3. package/dist/{chunk-2HLZ2TA2.mjs → chunk-44H2MHJG.mjs} +2 -2
  4. package/dist/chunk-44H2MHJG.mjs.map +1 -0
  5. package/dist/chunk-4YH455F5.js +83 -0
  6. package/dist/chunk-4YH455F5.js.map +1 -0
  7. package/dist/{chunk-ATN4OFA4.js → chunk-5FOX35BG.js} +39 -17
  8. package/dist/chunk-5FOX35BG.js.map +1 -0
  9. package/dist/chunk-5ULZEGWX.js +113 -0
  10. package/dist/chunk-5ULZEGWX.js.map +1 -0
  11. package/dist/chunk-7S572BNQ.mjs +113 -0
  12. package/dist/chunk-7S572BNQ.mjs.map +1 -0
  13. package/dist/chunk-AFHAQGRO.mjs +1 -0
  14. package/dist/chunk-BIXVP43C.js +66 -0
  15. package/dist/chunk-BIXVP43C.js.map +1 -0
  16. package/dist/{chunk-7SYUA43A.js → chunk-GCZQ5SEK.js} +2 -2
  17. package/dist/chunk-GCZQ5SEK.js.map +1 -0
  18. package/dist/{chunk-SCEZEIC2.mjs → chunk-H6JUN6QG.mjs} +39 -17
  19. package/dist/chunk-H6JUN6QG.mjs.map +1 -0
  20. package/dist/{chunk-E7JBRLR5.mjs → chunk-KHQ7EBS5.mjs} +2 -2
  21. package/dist/chunk-KHQ7EBS5.mjs.map +1 -0
  22. package/dist/chunk-KKW4VCZA.mjs +83 -0
  23. package/dist/chunk-KKW4VCZA.mjs.map +1 -0
  24. package/dist/{chunk-JSOQXC4Z.js → chunk-NL5XE6BW.js} +2 -2
  25. package/dist/{chunk-JSOQXC4Z.js.map → chunk-NL5XE6BW.js.map} +1 -1
  26. package/dist/{chunk-OUZ7DBAS.js → chunk-NPNMMEUT.js} +4 -39
  27. package/dist/chunk-NPNMMEUT.js.map +1 -0
  28. package/dist/chunk-PASP6W6Z.js +1 -0
  29. package/dist/{chunk-KUAGUN4H.js.map → chunk-PASP6W6Z.js.map} +1 -1
  30. package/dist/{chunk-2YW3O3BV.js → chunk-QGEGS5RO.js} +3 -48
  31. package/dist/chunk-QGEGS5RO.js.map +1 -0
  32. package/dist/chunk-RZ7GZGD2.js +25 -0
  33. package/dist/chunk-RZ7GZGD2.js.map +1 -0
  34. package/dist/chunk-UTOQXAFU.mjs +66 -0
  35. package/dist/chunk-UTOQXAFU.mjs.map +1 -0
  36. package/dist/{chunk-GUV5RZUP.mjs → chunk-VS4FD2JZ.mjs} +3 -38
  37. package/dist/chunk-VS4FD2JZ.mjs.map +1 -0
  38. package/dist/chunk-XRA3KMRB.mjs +25 -0
  39. package/dist/chunk-XRA3KMRB.mjs.map +1 -0
  40. package/dist/components/badge.js +3 -3
  41. package/dist/components/badge.mjs +2 -2
  42. package/dist/components/banner.js +2 -2
  43. package/dist/components/banner.mjs +1 -1
  44. package/dist/components/button.js +1 -1
  45. package/dist/components/button.mjs +1 -1
  46. package/dist/components/calendar.d.mts +226 -16
  47. package/dist/components/calendar.d.ts +226 -16
  48. package/dist/components/calendar.js +8 -2
  49. package/dist/components/calendar.js.map +1 -1
  50. package/dist/components/calendar.mjs +7 -1
  51. package/dist/components/combo-box.d.mts +2 -185
  52. package/dist/components/combo-box.d.ts +2 -185
  53. package/dist/components/combo-box.js +2 -4
  54. package/dist/components/combo-box.js.map +1 -1
  55. package/dist/components/combo-box.mjs +1 -3
  56. package/dist/components/govt-banner.js +1 -1
  57. package/dist/components/govt-banner.mjs +1 -1
  58. package/dist/components/index.d.mts +5 -2
  59. package/dist/components/index.d.ts +5 -2
  60. package/dist/components/index.js +36 -20
  61. package/dist/components/index.js.map +1 -1
  62. package/dist/components/index.mjs +43 -27
  63. package/dist/components/list-box.d.mts +205 -0
  64. package/dist/components/list-box.d.ts +205 -0
  65. package/dist/components/list-box.js +15 -0
  66. package/dist/components/list-box.js.map +1 -0
  67. package/dist/components/list-box.mjs +15 -0
  68. package/dist/components/list-box.mjs.map +1 -0
  69. package/dist/components/menu.d.mts +463 -0
  70. package/dist/components/menu.d.ts +463 -0
  71. package/dist/components/menu.js +22 -0
  72. package/dist/components/menu.js.map +1 -0
  73. package/dist/components/menu.mjs +22 -0
  74. package/dist/components/menu.mjs.map +1 -0
  75. package/dist/components/popover.d.mts +73 -0
  76. package/dist/components/popover.d.ts +73 -0
  77. package/dist/components/popover.js +11 -0
  78. package/dist/components/popover.js.map +1 -0
  79. package/dist/components/popover.mjs +11 -0
  80. package/dist/components/popover.mjs.map +1 -0
  81. package/dist/components/select.d.mts +18 -28
  82. package/dist/components/select.d.ts +18 -28
  83. package/dist/components/select.js +2 -2
  84. package/dist/components/select.mjs +1 -1
  85. package/dist/components/tag-field.d.mts +4 -105
  86. package/dist/components/tag-field.d.ts +4 -105
  87. package/dist/components/tag-field.js +3 -5
  88. package/dist/components/tag-field.js.map +1 -1
  89. package/dist/components/tag-field.mjs +2 -4
  90. package/dist/components/toggle.js +1 -1
  91. package/dist/components/toggle.mjs +1 -1
  92. package/dist/index.d.mts +5 -2
  93. package/dist/index.d.ts +5 -2
  94. package/dist/index.js +35 -19
  95. package/dist/index.js.map +1 -1
  96. package/dist/index.mjs +49 -33
  97. package/dist/utils/index.js +4 -4
  98. package/dist/utils/index.js.map +1 -1
  99. package/dist/utils/index.mjs +4 -4
  100. package/package.json +5 -5
  101. package/src/tailwind.css +16 -0
  102. package/dist/chunk-2HLZ2TA2.mjs.map +0 -1
  103. package/dist/chunk-2YW3O3BV.js.map +0 -1
  104. package/dist/chunk-7SYUA43A.js.map +0 -1
  105. package/dist/chunk-ARRSHAJG.mjs +0 -1
  106. package/dist/chunk-ATN4OFA4.js.map +0 -1
  107. package/dist/chunk-E7JBRLR5.mjs.map +0 -1
  108. package/dist/chunk-GK7MVUI2.mjs +0 -41
  109. package/dist/chunk-GK7MVUI2.mjs.map +0 -1
  110. package/dist/chunk-GQ3JHZUT.js +0 -41
  111. package/dist/chunk-GQ3JHZUT.js.map +0 -1
  112. package/dist/chunk-GUV5RZUP.mjs.map +0 -1
  113. package/dist/chunk-KUAGUN4H.js +0 -1
  114. package/dist/chunk-OUZ7DBAS.js.map +0 -1
  115. package/dist/chunk-SCEZEIC2.mjs.map +0 -1
  116. package/dist/chunk-Z5EKAZRY.mjs.map +0 -1
  117. /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
- isSelected: {
8
- false: {
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
- cellButton: string;
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
- isSelected: {
44
- false: {
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
- cellButton: string;
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
- isSelected: {
64
- false: {
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
- cellButton: string;
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
- isSelected: {
84
- false: {
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
- isSelected: {
94
- false: {
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 _chunkGQ3JHZUTjs = require('../chunk-GQ3JHZUT.js');
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 = _chunkGQ3JHZUTjs.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-GK7MVUI2.mjs";
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 ComboBoxItemSlots, type ComboBoxItemVariantProps, type ComboBoxSlots, type ComboBoxVariantProps, comboBoxClearButtonStyles, comboBoxItemStyles, comboBoxStyles };
339
+ export { type ComboBoxSlots, type ComboBoxVariantProps, comboBoxClearButtonStyles, comboBoxStyles };