@opengovsg/oui-theme 0.0.11 → 0.0.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.
Files changed (144) hide show
  1. package/dist/chunk-2DNFT7QN.js +1 -0
  2. package/dist/{chunk-5KMOQ6KI.js.map → chunk-2DNFT7QN.js.map} +1 -1
  3. package/dist/{chunk-5ULZEGWX.js → chunk-2K77M7UD.js} +2 -2
  4. package/dist/chunk-2K77M7UD.js.map +1 -0
  5. package/dist/{chunk-U5G5CDX6.mjs → chunk-2NKETQ3I.mjs} +4 -4
  6. package/dist/chunk-33K2SFQM.js +55 -0
  7. package/dist/chunk-33K2SFQM.js.map +1 -0
  8. package/dist/{chunk-NL5XE6BW.js → chunk-4TOCRU3I.js} +3 -3
  9. package/dist/{chunk-NL5XE6BW.js.map → chunk-4TOCRU3I.js.map} +1 -1
  10. package/dist/{chunk-MXWQ4MHM.js → chunk-5ZLWLG6R.js} +3 -3
  11. package/dist/{chunk-MXWQ4MHM.js.map → chunk-5ZLWLG6R.js.map} +1 -1
  12. package/dist/chunk-6ZYRWZBW.mjs +1 -0
  13. package/dist/chunk-7K66Q24Q.js +40 -0
  14. package/dist/chunk-7K66Q24Q.js.map +1 -0
  15. package/dist/{chunk-OHMUYFGR.js → chunk-D6ME6X3F.js} +7 -3
  16. package/dist/chunk-D6ME6X3F.js.map +1 -0
  17. package/dist/{chunk-7S572BNQ.mjs → chunk-EY432TXM.mjs} +2 -2
  18. package/dist/chunk-EY432TXM.mjs.map +1 -0
  19. package/dist/chunk-FTUBU2ZU.mjs +55 -0
  20. package/dist/chunk-FTUBU2ZU.mjs.map +1 -0
  21. package/dist/{chunk-RZ7GZGD2.js → chunk-GNNN3RQT.js} +2 -2
  22. package/dist/chunk-GNNN3RQT.js.map +1 -0
  23. package/dist/{chunk-XRA3KMRB.mjs → chunk-GPTGOTBN.mjs} +2 -2
  24. package/dist/chunk-GPTGOTBN.mjs.map +1 -0
  25. package/dist/chunk-JVXQS55M.mjs +52 -0
  26. package/dist/chunk-JVXQS55M.mjs.map +1 -0
  27. package/dist/{chunk-LB4U4MBD.mjs → chunk-OZPPDCIJ.mjs} +8 -4
  28. package/dist/chunk-OZPPDCIJ.mjs.map +1 -0
  29. package/dist/chunk-RYFMG27C.js +52 -0
  30. package/dist/chunk-RYFMG27C.js.map +1 -0
  31. package/dist/{chunk-SETXC4VI.mjs → chunk-SUTSDQSC.mjs} +4 -4
  32. package/dist/{chunk-WWEFJ54B.js → chunk-TQ3MGBT6.js} +3 -3
  33. package/dist/{chunk-WWEFJ54B.js.map → chunk-TQ3MGBT6.js.map} +1 -1
  34. package/dist/chunk-WG2AEB3W.mjs +40 -0
  35. package/dist/chunk-WG2AEB3W.mjs.map +1 -0
  36. package/dist/{chunk-KHQ7EBS5.mjs → chunk-XBNY4LLV.mjs} +4 -4
  37. package/dist/components/badge.d.mts +2 -182
  38. package/dist/components/badge.d.ts +2 -182
  39. package/dist/components/badge.js +4 -4
  40. package/dist/components/badge.mjs +3 -3
  41. package/dist/components/banner.d.mts +1 -78
  42. package/dist/components/banner.d.ts +1 -78
  43. package/dist/components/button.d.mts +10 -111
  44. package/dist/components/button.d.ts +10 -111
  45. package/dist/components/button.js +4 -4
  46. package/dist/components/button.mjs +3 -3
  47. package/dist/components/calendar.d.mts +1 -107
  48. package/dist/components/calendar.d.ts +1 -107
  49. package/dist/components/calendar.js +4 -4
  50. package/dist/components/calendar.mjs +3 -3
  51. package/dist/components/combo-box-fuzzy.d.mts +1 -32
  52. package/dist/components/combo-box-fuzzy.d.ts +1 -32
  53. package/dist/components/combo-box.d.mts +2 -146
  54. package/dist/components/combo-box.d.ts +2 -146
  55. package/dist/components/date-field.d.mts +178 -0
  56. package/dist/components/date-field.d.ts +178 -0
  57. package/dist/components/date-field.js +12 -0
  58. package/dist/components/date-field.js.map +1 -0
  59. package/dist/components/date-field.mjs +12 -0
  60. package/dist/components/date-field.mjs.map +1 -0
  61. package/dist/components/date-picker.d.mts +77 -0
  62. package/dist/components/date-picker.d.ts +77 -0
  63. package/dist/components/date-picker.js +9 -0
  64. package/dist/components/date-picker.js.map +1 -0
  65. package/dist/components/date-picker.mjs +9 -0
  66. package/dist/components/date-picker.mjs.map +1 -0
  67. package/dist/components/date-range-picker.d.mts +113 -0
  68. package/dist/components/date-range-picker.d.ts +113 -0
  69. package/dist/components/date-range-picker.js +9 -0
  70. package/dist/components/date-range-picker.js.map +1 -0
  71. package/dist/components/date-range-picker.mjs +9 -0
  72. package/dist/components/date-range-picker.mjs.map +1 -0
  73. package/dist/components/field-group.d.mts +2 -109
  74. package/dist/components/field-group.d.ts +2 -109
  75. package/dist/components/field.d.mts +3 -103
  76. package/dist/components/field.d.ts +3 -103
  77. package/dist/components/govt-banner.d.mts +44 -75
  78. package/dist/components/govt-banner.d.ts +44 -75
  79. package/dist/components/govt-banner.js +4 -4
  80. package/dist/components/govt-banner.mjs +3 -3
  81. package/dist/components/index.d.mts +4 -1
  82. package/dist/components/index.d.ts +4 -1
  83. package/dist/components/index.js +35 -21
  84. package/dist/components/index.js.map +1 -1
  85. package/dist/components/index.mjs +42 -28
  86. package/dist/components/input.d.mts +1 -45
  87. package/dist/components/input.d.ts +1 -45
  88. package/dist/components/list-box.d.mts +1 -87
  89. package/dist/components/list-box.d.ts +1 -87
  90. package/dist/components/list-box.js +2 -2
  91. package/dist/components/list-box.mjs +2 -2
  92. package/dist/components/menu.d.mts +4 -198
  93. package/dist/components/menu.d.ts +4 -198
  94. package/dist/components/menu.js +2 -2
  95. package/dist/components/menu.mjs +2 -2
  96. package/dist/components/popover.d.mts +3 -47
  97. package/dist/components/popover.d.ts +3 -47
  98. package/dist/components/popover.js +2 -2
  99. package/dist/components/popover.mjs +1 -1
  100. package/dist/components/select.d.mts +19 -197
  101. package/dist/components/select.d.ts +19 -197
  102. package/dist/components/skip-nav-link.d.mts +1 -15
  103. package/dist/components/skip-nav-link.d.ts +1 -15
  104. package/dist/components/spinner.d.mts +1 -74
  105. package/dist/components/spinner.d.ts +1 -74
  106. package/dist/components/tabs.d.mts +9 -198
  107. package/dist/components/tabs.d.ts +9 -198
  108. package/dist/components/tag-field.d.mts +1 -79
  109. package/dist/components/tag-field.d.ts +1 -79
  110. package/dist/components/tag-field.js +2 -2
  111. package/dist/components/tag-field.mjs +2 -2
  112. package/dist/components/text-area.d.mts +1 -62
  113. package/dist/components/text-area.d.ts +1 -62
  114. package/dist/components/toggle.d.mts +1 -68
  115. package/dist/components/toggle.d.ts +1 -68
  116. package/dist/components/toggle.js +4 -4
  117. package/dist/components/toggle.mjs +3 -3
  118. package/dist/index.d.mts +3 -1
  119. package/dist/index.d.ts +3 -1
  120. package/dist/index.js +37 -23
  121. package/dist/index.js.map +1 -1
  122. package/dist/index.mjs +44 -30
  123. package/dist/utils/classes.d.mts +1 -27
  124. package/dist/utils/classes.d.ts +1 -27
  125. package/dist/utils/index.d.mts +0 -1
  126. package/dist/utils/index.d.ts +0 -1
  127. package/dist/utils/index.js +4 -4
  128. package/dist/utils/index.js.map +1 -1
  129. package/dist/utils/index.mjs +4 -4
  130. package/dist/utils/tv.d.mts +1 -12
  131. package/dist/utils/tv.d.ts +1 -12
  132. package/package.json +8 -7
  133. package/dist/chunk-5KMOQ6KI.js +0 -1
  134. package/dist/chunk-5ULZEGWX.js.map +0 -1
  135. package/dist/chunk-7S572BNQ.mjs.map +0 -1
  136. package/dist/chunk-EDFORKQ6.mjs +0 -1
  137. package/dist/chunk-LB4U4MBD.mjs.map +0 -1
  138. package/dist/chunk-OHMUYFGR.js.map +0 -1
  139. package/dist/chunk-RZ7GZGD2.js.map +0 -1
  140. package/dist/chunk-XRA3KMRB.mjs.map +0 -1
  141. /package/dist/{chunk-U5G5CDX6.mjs.map → chunk-2NKETQ3I.mjs.map} +0 -0
  142. /package/dist/{chunk-EDFORKQ6.mjs.map → chunk-6ZYRWZBW.mjs.map} +0 -0
  143. /package/dist/{chunk-SETXC4VI.mjs.map → chunk-SUTSDQSC.mjs.map} +0 -0
  144. /package/dist/{chunk-KHQ7EBS5.mjs.map → chunk-XBNY4LLV.mjs.map} +0 -0
@@ -1,6 +1,5 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
4
3
 
5
4
  declare const calendarStyles: tailwind_variants.TVReturnType<{
6
5
  variant: {};
@@ -70,25 +69,6 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
70
69
  todayButton: string;
71
70
  errorMessage: string;
72
71
  }, undefined, {
73
- responsiveVariants?: boolean | (string | number | symbol)[] | {
74
- size?: boolean | (string | number | symbol)[] | undefined;
75
- variant?: boolean | (string | number | symbol)[] | undefined;
76
- isRange?: boolean | (string | number | symbol)[] | undefined;
77
- isSelected?: boolean | (string | number | symbol)[] | undefined;
78
- isMultipleMonths?: boolean | (string | number | symbol)[] | undefined;
79
- } | undefined;
80
- } & tailwind_variants_dist_config_js.TWMConfig & {
81
- twMergeConfig: {
82
- extend: {
83
- theme: {};
84
- classGroups: {
85
- prose: {
86
- prose: (() => boolean)[];
87
- }[];
88
- };
89
- };
90
- };
91
- }, {
92
72
  variant: {};
93
73
  isRange: {
94
74
  true: {
@@ -222,93 +202,7 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
222
202
  bottomContentWrapper: string;
223
203
  todayButton: string;
224
204
  errorMessage: string;
225
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
226
- variant: {};
227
- isRange: {
228
- true: {
229
- cell: string;
230
- };
231
- };
232
- isMultipleMonths: {
233
- true: {
234
- cell: string;
235
- };
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
- };
268
- }, {
269
- variant: {};
270
- isRange: {
271
- true: {
272
- cell: string;
273
- };
274
- };
275
- isMultipleMonths: {
276
- true: {
277
- cell: string;
278
- };
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
- };
311
- }>, unknown, unknown, undefined>>;
205
+ }, undefined, unknown, unknown, undefined>>;
312
206
  type CalendarVariantProps = VariantProps<typeof calendarStyles>;
313
207
  type CalendarSlots = keyof ReturnType<typeof calendarStyles>;
314
208
 
@@ -1,6 +1,5 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
4
3
 
5
4
  declare const calendarStyles: tailwind_variants.TVReturnType<{
6
5
  variant: {};
@@ -70,25 +69,6 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
70
69
  todayButton: string;
71
70
  errorMessage: string;
72
71
  }, undefined, {
73
- responsiveVariants?: boolean | (string | number | symbol)[] | {
74
- size?: boolean | (string | number | symbol)[] | undefined;
75
- variant?: boolean | (string | number | symbol)[] | undefined;
76
- isRange?: boolean | (string | number | symbol)[] | undefined;
77
- isSelected?: boolean | (string | number | symbol)[] | undefined;
78
- isMultipleMonths?: boolean | (string | number | symbol)[] | undefined;
79
- } | undefined;
80
- } & tailwind_variants_dist_config_js.TWMConfig & {
81
- twMergeConfig: {
82
- extend: {
83
- theme: {};
84
- classGroups: {
85
- prose: {
86
- prose: (() => boolean)[];
87
- }[];
88
- };
89
- };
90
- };
91
- }, {
92
72
  variant: {};
93
73
  isRange: {
94
74
  true: {
@@ -222,93 +202,7 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
222
202
  bottomContentWrapper: string;
223
203
  todayButton: string;
224
204
  errorMessage: string;
225
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
226
- variant: {};
227
- isRange: {
228
- true: {
229
- cell: string;
230
- };
231
- };
232
- isMultipleMonths: {
233
- true: {
234
- cell: string;
235
- };
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
- };
268
- }, {
269
- variant: {};
270
- isRange: {
271
- true: {
272
- cell: string;
273
- };
274
- };
275
- isMultipleMonths: {
276
- true: {
277
- cell: string;
278
- };
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
- };
311
- }>, unknown, unknown, undefined>>;
205
+ }, undefined, unknown, unknown, undefined>>;
312
206
  type CalendarVariantProps = VariantProps<typeof calendarStyles>;
313
207
  type CalendarSlots = keyof ReturnType<typeof calendarStyles>;
314
208
 
@@ -1,15 +1,15 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk5ULZEGWXjs = require('../chunk-5ULZEGWX.js');
3
+ var _chunk2K77M7UDjs = require('../chunk-2K77M7UD.js');
4
4
  require('../chunk-OLJN3WXR.js');
5
+ require('../chunk-2LTV7VB5.js');
6
+ require('../chunk-ZIQLHX3U.js');
5
7
  require('../chunk-O3I4FUFD.js');
6
8
  require('../chunk-ZXZSQRVC.js');
7
- require('../chunk-2LTV7VB5.js');
8
9
  require('../chunk-X2UCVIR5.js');
9
- require('../chunk-ZIQLHX3U.js');
10
10
  require('../chunk-UZONBJUX.js');
11
11
  require('../chunk-HEB3T2LL.js');
12
12
 
13
13
 
14
- exports.calendarStyles = _chunk5ULZEGWXjs.calendarStyles;
14
+ exports.calendarStyles = _chunk2K77M7UDjs.calendarStyles;
15
15
  //# sourceMappingURL=calendar.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  calendarStyles
3
- } from "../chunk-7S572BNQ.mjs";
3
+ } from "../chunk-EY432TXM.mjs";
4
4
  import "../chunk-M2BG3FAA.mjs";
5
+ import "../chunk-XTHC46M2.mjs";
6
+ import "../chunk-HAUMMW6T.mjs";
5
7
  import "../chunk-TL5MCSZQ.mjs";
6
8
  import "../chunk-J2WMLIIA.mjs";
7
- import "../chunk-XTHC46M2.mjs";
8
9
  import "../chunk-SFKXXWVK.mjs";
9
- import "../chunk-HAUMMW6T.mjs";
10
10
  import "../chunk-4JENAMGV.mjs";
11
11
  import "../chunk-R6W5A7PF.mjs";
12
12
  export {
@@ -1,6 +1,5 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
4
3
 
5
4
  declare const comboBoxFuzzyHighlightedTextStyles: tailwind_variants.TVReturnType<{
6
5
  isSelected: {
@@ -10,22 +9,6 @@ declare const comboBoxFuzzyHighlightedTextStyles: tailwind_variants.TVReturnType
10
9
  true: string;
11
10
  };
12
11
  }, undefined, "bg-utility-feedback-info-subtle", {
13
- responsiveVariants?: boolean | (string | number | symbol)[] | {
14
- isSelected?: boolean | (string | number | symbol)[] | undefined;
15
- isFocused?: boolean | (string | number | symbol)[] | undefined;
16
- } | undefined;
17
- } & tailwind_variants_dist_config_js.TWMConfig & {
18
- twMergeConfig: {
19
- extend: {
20
- theme: {};
21
- classGroups: {
22
- prose: {
23
- prose: (() => boolean)[];
24
- }[];
25
- };
26
- };
27
- };
28
- }, {
29
12
  isSelected: {
30
13
  true: string;
31
14
  };
@@ -39,21 +22,7 @@ declare const comboBoxFuzzyHighlightedTextStyles: tailwind_variants.TVReturnType
39
22
  isFocused: {
40
23
  true: string;
41
24
  };
42
- }, undefined, "bg-utility-feedback-info-subtle", tailwind_variants_dist_config_js.TVConfig<{
43
- isSelected: {
44
- true: string;
45
- };
46
- isFocused: {
47
- true: string;
48
- };
49
- }, {
50
- isSelected: {
51
- true: string;
52
- };
53
- isFocused: {
54
- true: string;
55
- };
56
- }>, unknown, unknown, undefined>>;
25
+ }, undefined, "bg-utility-feedback-info-subtle", unknown, unknown, undefined>>;
57
26
  type ComboBoxFuzzyVariantProps = VariantProps<typeof comboBoxFuzzyHighlightedTextStyles>;
58
27
  type ComboBoxFuzzySlots = keyof ReturnType<typeof comboBoxFuzzyHighlightedTextStyles>;
59
28
 
@@ -1,6 +1,5 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
4
3
 
5
4
  declare const comboBoxFuzzyHighlightedTextStyles: tailwind_variants.TVReturnType<{
6
5
  isSelected: {
@@ -10,22 +9,6 @@ declare const comboBoxFuzzyHighlightedTextStyles: tailwind_variants.TVReturnType
10
9
  true: string;
11
10
  };
12
11
  }, undefined, "bg-utility-feedback-info-subtle", {
13
- responsiveVariants?: boolean | (string | number | symbol)[] | {
14
- isSelected?: boolean | (string | number | symbol)[] | undefined;
15
- isFocused?: boolean | (string | number | symbol)[] | undefined;
16
- } | undefined;
17
- } & tailwind_variants_dist_config_js.TWMConfig & {
18
- twMergeConfig: {
19
- extend: {
20
- theme: {};
21
- classGroups: {
22
- prose: {
23
- prose: (() => boolean)[];
24
- }[];
25
- };
26
- };
27
- };
28
- }, {
29
12
  isSelected: {
30
13
  true: string;
31
14
  };
@@ -39,21 +22,7 @@ declare const comboBoxFuzzyHighlightedTextStyles: tailwind_variants.TVReturnType
39
22
  isFocused: {
40
23
  true: string;
41
24
  };
42
- }, undefined, "bg-utility-feedback-info-subtle", tailwind_variants_dist_config_js.TVConfig<{
43
- isSelected: {
44
- true: string;
45
- };
46
- isFocused: {
47
- true: string;
48
- };
49
- }, {
50
- isSelected: {
51
- true: string;
52
- };
53
- isFocused: {
54
- true: string;
55
- };
56
- }>, unknown, unknown, undefined>>;
25
+ }, undefined, "bg-utility-feedback-info-subtle", unknown, unknown, undefined>>;
57
26
  type ComboBoxFuzzyVariantProps = VariantProps<typeof comboBoxFuzzyHighlightedTextStyles>;
58
27
  type ComboBoxFuzzySlots = keyof ReturnType<typeof comboBoxFuzzyHighlightedTextStyles>;
59
28
 
@@ -1,6 +1,5 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
- import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
4
3
 
5
4
  declare const comboBoxStyles: tailwind_variants.TVReturnType<{
6
5
  isClearable: {
@@ -44,23 +43,6 @@ declare const comboBoxStyles: tailwind_variants.TVReturnType<{
44
43
  popover: string;
45
44
  list: string;
46
45
  }, never[], {
47
- responsiveVariants?: boolean | (string | number | symbol)[] | {
48
- size?: boolean | (string | number | symbol)[] | undefined;
49
- isDisabled?: boolean | (string | number | symbol)[] | undefined;
50
- isClearable?: boolean | (string | number | symbol)[] | undefined;
51
- } | undefined;
52
- } & tailwind_variants_dist_config_js.TWMConfig & {
53
- twMergeConfig: {
54
- extend: {
55
- theme: {};
56
- classGroups: {
57
- prose: {
58
- prose: (() => boolean)[];
59
- }[];
60
- };
61
- };
62
- };
63
- }, {
64
46
  isClearable: {
65
47
  true: {
66
48
  group: string;
@@ -142,71 +124,7 @@ declare const comboBoxStyles: tailwind_variants.TVReturnType<{
142
124
  field: string;
143
125
  popover: string;
144
126
  list: string;
145
- }, never[], tailwind_variants_dist_config_js.TVConfig<{
146
- isClearable: {
147
- true: {
148
- group: string;
149
- };
150
- };
151
- isDisabled: {
152
- true: {
153
- expandButton: string;
154
- };
155
- };
156
- size: {
157
- xs: {
158
- field: string;
159
- group: string[];
160
- expandButton: string;
161
- icon: string;
162
- };
163
- sm: {
164
- popover: string;
165
- field: string;
166
- group: string[];
167
- expandButton: string;
168
- icon: string;
169
- };
170
- md: {
171
- group: string[];
172
- field: string;
173
- expandButton: string;
174
- icon: string;
175
- };
176
- };
177
- }, {
178
- isClearable: {
179
- true: {
180
- group: string;
181
- };
182
- };
183
- isDisabled: {
184
- true: {
185
- expandButton: string;
186
- };
187
- };
188
- size: {
189
- xs: {
190
- field: string;
191
- group: string[];
192
- expandButton: string;
193
- icon: string;
194
- };
195
- sm: {
196
- popover: string;
197
- field: string;
198
- group: string[];
199
- expandButton: string;
200
- icon: string;
201
- };
202
- md: {
203
- group: string[];
204
- field: string;
205
- expandButton: string;
206
- icon: string;
207
- };
208
- };
209
- }>, unknown, unknown, undefined>>;
127
+ }, never[], unknown, unknown, undefined>>;
210
128
  type ComboBoxVariantProps = VariantProps<typeof comboBoxStyles>;
211
129
  type ComboBoxSlots = keyof ReturnType<typeof comboBoxStyles>;
212
130
  declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
@@ -231,26 +149,6 @@ declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
231
149
  md: string;
232
150
  };
233
151
  }, undefined, "border-base-divider-strong text-base-content-strong z-0 -ml-px cursor-pointer rounded-sm rounded-l-none border outline-hidden transition", {
234
- responsiveVariants?: boolean | (string | number | symbol)[] | {
235
- size?: boolean | (string | number | symbol)[] | undefined;
236
- isDisabled?: boolean | (string | number | symbol)[] | undefined;
237
- isInactive?: boolean | (string | number | symbol)[] | undefined;
238
- isHovered?: boolean | (string | number | symbol)[] | undefined;
239
- isFocused?: boolean | (string | number | symbol)[] | undefined;
240
- isPressed?: boolean | (string | number | symbol)[] | undefined;
241
- } | undefined;
242
- } & tailwind_variants_dist_config_js.TWMConfig & {
243
- twMergeConfig: {
244
- extend: {
245
- theme: {};
246
- classGroups: {
247
- prose: {
248
- prose: (() => boolean)[];
249
- }[];
250
- };
251
- };
252
- };
253
- }, {
254
152
  isDisabled: {
255
153
  true: string;
256
154
  };
@@ -292,48 +190,6 @@ declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
292
190
  sm: string;
293
191
  md: string;
294
192
  };
295
- }, undefined, "border-base-divider-strong text-base-content-strong z-0 -ml-px cursor-pointer rounded-sm rounded-l-none border outline-hidden transition", tailwind_variants_dist_config_js.TVConfig<{
296
- isDisabled: {
297
- true: string;
298
- };
299
- isInactive: {
300
- true: string;
301
- };
302
- isHovered: {
303
- true: string;
304
- };
305
- isFocused: {
306
- true: string;
307
- };
308
- isPressed: {
309
- true: string;
310
- };
311
- size: {
312
- xs: string;
313
- sm: string;
314
- md: string;
315
- };
316
- }, {
317
- isDisabled: {
318
- true: string;
319
- };
320
- isInactive: {
321
- true: string;
322
- };
323
- isHovered: {
324
- true: string;
325
- };
326
- isFocused: {
327
- true: string;
328
- };
329
- isPressed: {
330
- true: string;
331
- };
332
- size: {
333
- xs: string;
334
- sm: string;
335
- md: string;
336
- };
337
- }>, unknown, unknown, undefined>>;
193
+ }, undefined, "border-base-divider-strong text-base-content-strong z-0 -ml-px cursor-pointer rounded-sm rounded-l-none border outline-hidden transition", unknown, unknown, undefined>>;
338
194
 
339
195
  export { type ComboBoxSlots, type ComboBoxVariantProps, comboBoxClearButtonStyles, comboBoxStyles };