@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 tagFieldStyles: tailwind_variants.TVReturnType<{
6
5
  isDisabled: {
@@ -46,23 +45,6 @@ declare const tagFieldStyles: tailwind_variants.TVReturnType<{
46
45
  popover: string;
47
46
  list: string;
48
47
  }, undefined, {
49
- responsiveVariants?: boolean | (string | number | symbol)[] | {
50
- size?: boolean | (string | number | symbol)[] | undefined;
51
- variant?: boolean | (string | number | symbol)[] | undefined;
52
- isDisabled?: boolean | (string | number | symbol)[] | undefined;
53
- } | undefined;
54
- } & tailwind_variants_dist_config_js.TWMConfig & {
55
- twMergeConfig: {
56
- extend: {
57
- theme: {};
58
- classGroups: {
59
- prose: {
60
- prose: (() => boolean)[];
61
- }[];
62
- };
63
- };
64
- };
65
- }, {
66
48
  isDisabled: {
67
49
  true: {
68
50
  group: string;
@@ -148,67 +130,7 @@ declare const tagFieldStyles: tailwind_variants.TVReturnType<{
148
130
  error: string;
149
131
  popover: string;
150
132
  list: string;
151
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
152
- isDisabled: {
153
- true: {
154
- group: string;
155
- };
156
- };
157
- variant: {};
158
- size: {
159
- xs: {
160
- group: string;
161
- field: string;
162
- tag: string;
163
- tagIcon: string;
164
- trigger: string;
165
- };
166
- sm: {
167
- group: string;
168
- field: string;
169
- tag: string;
170
- tagIcon: string;
171
- trigger: string;
172
- };
173
- md: {
174
- group: string;
175
- field: string;
176
- tag: string;
177
- tagIcon: string;
178
- trigger: string;
179
- };
180
- };
181
- }, {
182
- isDisabled: {
183
- true: {
184
- group: string;
185
- };
186
- };
187
- variant: {};
188
- size: {
189
- xs: {
190
- group: string;
191
- field: string;
192
- tag: string;
193
- tagIcon: string;
194
- trigger: string;
195
- };
196
- sm: {
197
- group: string;
198
- field: string;
199
- tag: string;
200
- tagIcon: string;
201
- trigger: string;
202
- };
203
- md: {
204
- group: string;
205
- field: string;
206
- tag: string;
207
- tagIcon: string;
208
- trigger: string;
209
- };
210
- };
211
- }>, unknown, unknown, undefined>>;
133
+ }, undefined, unknown, unknown, undefined>>;
212
134
  type TagFieldVariantProps = VariantProps<typeof tagFieldStyles>;
213
135
  type TagFieldSlots = keyof ReturnType<typeof tagFieldStyles>;
214
136
 
@@ -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 tagFieldStyles: tailwind_variants.TVReturnType<{
6
5
  isDisabled: {
@@ -46,23 +45,6 @@ declare const tagFieldStyles: tailwind_variants.TVReturnType<{
46
45
  popover: string;
47
46
  list: string;
48
47
  }, undefined, {
49
- responsiveVariants?: boolean | (string | number | symbol)[] | {
50
- size?: boolean | (string | number | symbol)[] | undefined;
51
- variant?: boolean | (string | number | symbol)[] | undefined;
52
- isDisabled?: boolean | (string | number | symbol)[] | undefined;
53
- } | undefined;
54
- } & tailwind_variants_dist_config_js.TWMConfig & {
55
- twMergeConfig: {
56
- extend: {
57
- theme: {};
58
- classGroups: {
59
- prose: {
60
- prose: (() => boolean)[];
61
- }[];
62
- };
63
- };
64
- };
65
- }, {
66
48
  isDisabled: {
67
49
  true: {
68
50
  group: string;
@@ -148,67 +130,7 @@ declare const tagFieldStyles: tailwind_variants.TVReturnType<{
148
130
  error: string;
149
131
  popover: string;
150
132
  list: string;
151
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
152
- isDisabled: {
153
- true: {
154
- group: string;
155
- };
156
- };
157
- variant: {};
158
- size: {
159
- xs: {
160
- group: string;
161
- field: string;
162
- tag: string;
163
- tagIcon: string;
164
- trigger: string;
165
- };
166
- sm: {
167
- group: string;
168
- field: string;
169
- tag: string;
170
- tagIcon: string;
171
- trigger: string;
172
- };
173
- md: {
174
- group: string;
175
- field: string;
176
- tag: string;
177
- tagIcon: string;
178
- trigger: string;
179
- };
180
- };
181
- }, {
182
- isDisabled: {
183
- true: {
184
- group: string;
185
- };
186
- };
187
- variant: {};
188
- size: {
189
- xs: {
190
- group: string;
191
- field: string;
192
- tag: string;
193
- tagIcon: string;
194
- trigger: string;
195
- };
196
- sm: {
197
- group: string;
198
- field: string;
199
- tag: string;
200
- tagIcon: string;
201
- trigger: string;
202
- };
203
- md: {
204
- group: string;
205
- field: string;
206
- tag: string;
207
- tagIcon: string;
208
- trigger: string;
209
- };
210
- };
211
- }>, unknown, unknown, undefined>>;
133
+ }, undefined, unknown, unknown, undefined>>;
212
134
  type TagFieldVariantProps = VariantProps<typeof tagFieldStyles>;
213
135
  type TagFieldSlots = keyof ReturnType<typeof tagFieldStyles>;
214
136
 
@@ -2,11 +2,11 @@
2
2
 
3
3
  var _chunkNPNMMEUTjs = require('../chunk-NPNMMEUT.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
 
@@ -2,11 +2,11 @@ import {
2
2
  tagFieldStyles
3
3
  } from "../chunk-VS4FD2JZ.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 textAreaStyles: tailwind_variants.TVReturnType<{
6
5
  variant: {};
@@ -10,23 +9,6 @@ declare const textAreaStyles: tailwind_variants.TVReturnType<{
10
9
  md: string;
11
10
  };
12
11
  }, undefined, never[], {
13
- responsiveVariants?: boolean | (string | number | symbol)[] | {
14
- size?: boolean | (string | number | symbol)[] | undefined;
15
- variant?: boolean | (string | number | symbol)[] | undefined;
16
- isDisabled?: boolean | (string | number | symbol)[] | undefined;
17
- } | undefined;
18
- } & tailwind_variants_dist_config_js.TWMConfig & {
19
- twMergeConfig: {
20
- extend: {
21
- theme: {};
22
- classGroups: {
23
- prose: {
24
- prose: (() => boolean)[];
25
- }[];
26
- };
27
- };
28
- };
29
- }, {
30
12
  size: {
31
13
  xs: string;
32
14
  sm: string;
@@ -53,23 +35,6 @@ declare const textAreaStyles: tailwind_variants.TVReturnType<{
53
35
  true: string;
54
36
  };
55
37
  }, undefined, "text-base-content placeholder:text-interaction-support-placeholder w-full min-w-0 flex-1 rounded-sm bg-white outline-hidden", {
56
- responsiveVariants?: boolean | (string | number | symbol)[] | {
57
- size?: boolean | (string | number | symbol)[] | undefined;
58
- variant?: boolean | (string | number | symbol)[] | undefined;
59
- isDisabled?: boolean | (string | number | symbol)[] | undefined;
60
- } | undefined;
61
- } & tailwind_variants_dist_config_js.TWMConfig & {
62
- twMergeConfig: {
63
- extend: {
64
- theme: {};
65
- classGroups: {
66
- prose: {
67
- prose: (() => boolean)[];
68
- }[];
69
- };
70
- };
71
- };
72
- }, {
73
38
  size: {
74
39
  xs: string;
75
40
  sm: string;
@@ -95,33 +60,7 @@ declare const textAreaStyles: tailwind_variants.TVReturnType<{
95
60
  isDisabled: {
96
61
  true: string;
97
62
  };
98
- }, undefined, "text-base-content placeholder:text-interaction-support-placeholder w-full min-w-0 flex-1 rounded-sm bg-white outline-hidden", tailwind_variants_dist_config_js.TVConfig<{
99
- size: {
100
- xs: string;
101
- sm: string;
102
- md: string;
103
- };
104
- variant: {
105
- outline: string;
106
- unstyled: string;
107
- };
108
- isDisabled: {
109
- true: string;
110
- };
111
- }, {
112
- size: {
113
- xs: string;
114
- sm: string;
115
- md: string;
116
- };
117
- variant: {
118
- outline: string;
119
- unstyled: string;
120
- };
121
- isDisabled: {
122
- true: string;
123
- };
124
- }>, unknown, unknown, undefined>>>;
63
+ }, undefined, "text-base-content placeholder:text-interaction-support-placeholder w-full min-w-0 flex-1 rounded-sm bg-white outline-hidden", unknown, unknown, undefined>>>;
125
64
  type TextAreaVariantProps = VariantProps<typeof textAreaStyles>;
126
65
 
127
66
  export { type TextAreaVariantProps, textAreaStyles };
@@ -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 textAreaStyles: tailwind_variants.TVReturnType<{
6
5
  variant: {};
@@ -10,23 +9,6 @@ declare const textAreaStyles: tailwind_variants.TVReturnType<{
10
9
  md: string;
11
10
  };
12
11
  }, undefined, never[], {
13
- responsiveVariants?: boolean | (string | number | symbol)[] | {
14
- size?: boolean | (string | number | symbol)[] | undefined;
15
- variant?: boolean | (string | number | symbol)[] | undefined;
16
- isDisabled?: boolean | (string | number | symbol)[] | undefined;
17
- } | undefined;
18
- } & tailwind_variants_dist_config_js.TWMConfig & {
19
- twMergeConfig: {
20
- extend: {
21
- theme: {};
22
- classGroups: {
23
- prose: {
24
- prose: (() => boolean)[];
25
- }[];
26
- };
27
- };
28
- };
29
- }, {
30
12
  size: {
31
13
  xs: string;
32
14
  sm: string;
@@ -53,23 +35,6 @@ declare const textAreaStyles: tailwind_variants.TVReturnType<{
53
35
  true: string;
54
36
  };
55
37
  }, undefined, "text-base-content placeholder:text-interaction-support-placeholder w-full min-w-0 flex-1 rounded-sm bg-white outline-hidden", {
56
- responsiveVariants?: boolean | (string | number | symbol)[] | {
57
- size?: boolean | (string | number | symbol)[] | undefined;
58
- variant?: boolean | (string | number | symbol)[] | undefined;
59
- isDisabled?: boolean | (string | number | symbol)[] | undefined;
60
- } | undefined;
61
- } & tailwind_variants_dist_config_js.TWMConfig & {
62
- twMergeConfig: {
63
- extend: {
64
- theme: {};
65
- classGroups: {
66
- prose: {
67
- prose: (() => boolean)[];
68
- }[];
69
- };
70
- };
71
- };
72
- }, {
73
38
  size: {
74
39
  xs: string;
75
40
  sm: string;
@@ -95,33 +60,7 @@ declare const textAreaStyles: tailwind_variants.TVReturnType<{
95
60
  isDisabled: {
96
61
  true: string;
97
62
  };
98
- }, undefined, "text-base-content placeholder:text-interaction-support-placeholder w-full min-w-0 flex-1 rounded-sm bg-white outline-hidden", tailwind_variants_dist_config_js.TVConfig<{
99
- size: {
100
- xs: string;
101
- sm: string;
102
- md: string;
103
- };
104
- variant: {
105
- outline: string;
106
- unstyled: string;
107
- };
108
- isDisabled: {
109
- true: string;
110
- };
111
- }, {
112
- size: {
113
- xs: string;
114
- sm: string;
115
- md: string;
116
- };
117
- variant: {
118
- outline: string;
119
- unstyled: string;
120
- };
121
- isDisabled: {
122
- true: string;
123
- };
124
- }>, unknown, unknown, undefined>>>;
63
+ }, undefined, "text-base-content placeholder:text-interaction-support-placeholder w-full min-w-0 flex-1 rounded-sm bg-white outline-hidden", unknown, unknown, undefined>>>;
125
64
  type TextAreaVariantProps = VariantProps<typeof textAreaStyles>;
126
65
 
127
66
  export { type TextAreaVariantProps, textAreaStyles };
@@ -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 toggleStyles: tailwind_variants.TVReturnType<{
6
5
  colorScheme: {
@@ -33,22 +32,6 @@ declare const toggleStyles: tailwind_variants.TVReturnType<{
33
32
  thumb: string;
34
33
  thumbIcon: string;
35
34
  }, undefined, {
36
- responsiveVariants?: boolean | (string | number | symbol)[] | {
37
- size?: boolean | (string | number | symbol)[] | undefined;
38
- colorScheme?: boolean | (string | number | symbol)[] | undefined;
39
- } | undefined;
40
- } & tailwind_variants_dist_config_js.TWMConfig & {
41
- twMergeConfig: {
42
- extend: {
43
- theme: {};
44
- classGroups: {
45
- prose: {
46
- prose: (() => boolean)[];
47
- }[];
48
- };
49
- };
50
- };
51
- }, {
52
35
  colorScheme: {
53
36
  success: {
54
37
  track: string;
@@ -108,57 +91,7 @@ declare const toggleStyles: tailwind_variants.TVReturnType<{
108
91
  track: string;
109
92
  thumb: string;
110
93
  thumbIcon: string;
111
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
112
- colorScheme: {
113
- success: {
114
- track: string;
115
- thumb: string;
116
- thumbIcon: string;
117
- };
118
- };
119
- size: {
120
- xs: {
121
- track: string;
122
- thumb: string;
123
- thumbIcon: string;
124
- };
125
- sm: {
126
- track: string;
127
- thumb: string;
128
- thumbIcon: string;
129
- };
130
- md: {
131
- track: string;
132
- thumb: string;
133
- thumbIcon: string;
134
- };
135
- };
136
- }, {
137
- colorScheme: {
138
- success: {
139
- track: string;
140
- thumb: string;
141
- thumbIcon: string;
142
- };
143
- };
144
- size: {
145
- xs: {
146
- track: string;
147
- thumb: string;
148
- thumbIcon: string;
149
- };
150
- sm: {
151
- track: string;
152
- thumb: string;
153
- thumbIcon: string;
154
- };
155
- md: {
156
- track: string;
157
- thumb: string;
158
- thumbIcon: string;
159
- };
160
- };
161
- }>, unknown, unknown, undefined>>;
94
+ }, undefined, unknown, unknown, undefined>>;
162
95
  type ToggleVariantProps = VariantProps<typeof toggleStyles>;
163
96
  type ToggleSlots = keyof ReturnType<typeof toggleStyles>;
164
97
 
@@ -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 toggleStyles: tailwind_variants.TVReturnType<{
6
5
  colorScheme: {
@@ -33,22 +32,6 @@ declare const toggleStyles: tailwind_variants.TVReturnType<{
33
32
  thumb: string;
34
33
  thumbIcon: string;
35
34
  }, undefined, {
36
- responsiveVariants?: boolean | (string | number | symbol)[] | {
37
- size?: boolean | (string | number | symbol)[] | undefined;
38
- colorScheme?: boolean | (string | number | symbol)[] | undefined;
39
- } | undefined;
40
- } & tailwind_variants_dist_config_js.TWMConfig & {
41
- twMergeConfig: {
42
- extend: {
43
- theme: {};
44
- classGroups: {
45
- prose: {
46
- prose: (() => boolean)[];
47
- }[];
48
- };
49
- };
50
- };
51
- }, {
52
35
  colorScheme: {
53
36
  success: {
54
37
  track: string;
@@ -108,57 +91,7 @@ declare const toggleStyles: tailwind_variants.TVReturnType<{
108
91
  track: string;
109
92
  thumb: string;
110
93
  thumbIcon: string;
111
- }, undefined, tailwind_variants_dist_config_js.TVConfig<{
112
- colorScheme: {
113
- success: {
114
- track: string;
115
- thumb: string;
116
- thumbIcon: string;
117
- };
118
- };
119
- size: {
120
- xs: {
121
- track: string;
122
- thumb: string;
123
- thumbIcon: string;
124
- };
125
- sm: {
126
- track: string;
127
- thumb: string;
128
- thumbIcon: string;
129
- };
130
- md: {
131
- track: string;
132
- thumb: string;
133
- thumbIcon: string;
134
- };
135
- };
136
- }, {
137
- colorScheme: {
138
- success: {
139
- track: string;
140
- thumb: string;
141
- thumbIcon: string;
142
- };
143
- };
144
- size: {
145
- xs: {
146
- track: string;
147
- thumb: string;
148
- thumbIcon: string;
149
- };
150
- sm: {
151
- track: string;
152
- thumb: string;
153
- thumbIcon: string;
154
- };
155
- md: {
156
- track: string;
157
- thumb: string;
158
- thumbIcon: string;
159
- };
160
- };
161
- }>, unknown, unknown, undefined>>;
94
+ }, undefined, unknown, unknown, undefined>>;
162
95
  type ToggleVariantProps = VariantProps<typeof toggleStyles>;
163
96
  type ToggleSlots = keyof ReturnType<typeof toggleStyles>;
164
97
 
@@ -1,15 +1,15 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkMXWQ4MHMjs = require('../chunk-MXWQ4MHM.js');
3
+ var _chunk5ZLWLG6Rjs = require('../chunk-5ZLWLG6R.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.toggleStyles = _chunkMXWQ4MHMjs.toggleStyles;
14
+ exports.toggleStyles = _chunk5ZLWLG6Rjs.toggleStyles;
15
15
  //# sourceMappingURL=toggle.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  toggleStyles
3
- } from "../chunk-U5G5CDX6.mjs";
3
+ } from "../chunk-2NKETQ3I.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 {
package/dist/index.d.mts CHANGED
@@ -18,6 +18,9 @@ export { MenuItemVariantProps, MenuItemVariantSlots, MenuSectionVariantProps, Me
18
18
  export { ListBoxItemSlots, ListBoxItemVariantProps, listBoxItemStyles } from './components/list-box.mjs';
19
19
  export { PopoverVariantProps, popoverArrowStyles, popoverStyles } from './components/popover.mjs';
20
20
  export { TabListVariantProps, TabPanelVariantProps, TabVariantProps, TabsVariantProps, tabListStyles, tabPanelStyles, tabStyles, tabsStyles } from './components/tabs.mjs';
21
+ export { DateFieldVariantProps, DateInputSlots, DateInputVariantProps, dateFieldStyles, dateInputStyles } from './components/date-field.mjs';
22
+ export { DatePickerSlots, DatePickerVariantProps, datePickerStyles } from './components/date-picker.mjs';
23
+ export { DateRangePickerSlots, DateRangePickerVariantProps, dateRangePickerStyles } from './components/date-range-picker.mjs';
21
24
  export { focusClasses, focusVisibleClasses } from './utils/classes.mjs';
22
25
  export { customTwMergeConfig, twMerge } from './utils/tw-merge.mjs';
23
26
  export { tv } from './utils/tv.mjs';
@@ -26,6 +29,5 @@ export { cn } from './utils/cn.mjs';
26
29
  export { dataAttr } from './utils/data-attr.mjs';
27
30
  export { composeRenderProps, composeTailwindRenderProps } from './utils/rac.mjs';
28
31
  export { TV, VariantProps } from 'tailwind-variants';
29
- import 'tailwind-variants/dist/config.js';
30
32
  import 'tailwind-merge';
31
33
  import 'clsx';
package/dist/index.d.ts CHANGED
@@ -18,6 +18,9 @@ export { MenuItemVariantProps, MenuItemVariantSlots, MenuSectionVariantProps, Me
18
18
  export { ListBoxItemSlots, ListBoxItemVariantProps, listBoxItemStyles } from './components/list-box.js';
19
19
  export { PopoverVariantProps, popoverArrowStyles, popoverStyles } from './components/popover.js';
20
20
  export { TabListVariantProps, TabPanelVariantProps, TabVariantProps, TabsVariantProps, tabListStyles, tabPanelStyles, tabStyles, tabsStyles } from './components/tabs.js';
21
+ export { DateFieldVariantProps, DateInputSlots, DateInputVariantProps, dateFieldStyles, dateInputStyles } from './components/date-field.js';
22
+ export { DatePickerSlots, DatePickerVariantProps, datePickerStyles } from './components/date-picker.js';
23
+ export { DateRangePickerSlots, DateRangePickerVariantProps, dateRangePickerStyles } from './components/date-range-picker.js';
21
24
  export { focusClasses, focusVisibleClasses } from './utils/classes.js';
22
25
  export { customTwMergeConfig, twMerge } from './utils/tw-merge.js';
23
26
  export { tv } from './utils/tv.js';
@@ -26,6 +29,5 @@ export { cn } from './utils/cn.js';
26
29
  export { dataAttr } from './utils/data-attr.js';
27
30
  export { composeRenderProps, composeTailwindRenderProps } from './utils/rac.js';
28
31
  export { TV, VariantProps } from 'tailwind-variants';
29
- import 'tailwind-variants/dist/config.js';
30
32
  import 'tailwind-merge';
31
33
  import 'clsx';