@opengovsg/oui-theme 0.0.13 → 0.0.14

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 (98) hide show
  1. package/dist/{chunk-EY432TXM.mjs → chunk-3IVEF5M7.mjs} +2 -2
  2. package/dist/chunk-5CEW3T3T.js +115 -0
  3. package/dist/chunk-5CEW3T3T.js.map +1 -0
  4. package/dist/{chunk-OZPPDCIJ.mjs → chunk-AS6CYS7I.mjs} +2 -2
  5. package/dist/{chunk-5ZLWLG6R.js → chunk-CO7LICMC.js} +3 -3
  6. package/dist/{chunk-5ZLWLG6R.js.map → chunk-CO7LICMC.js.map} +1 -1
  7. package/dist/{chunk-SFKXXWVK.mjs → chunk-E43A5ROR.mjs} +10 -1
  8. package/dist/chunk-E43A5ROR.mjs.map +1 -0
  9. package/dist/chunk-EFRBAT73.mjs +115 -0
  10. package/dist/chunk-EFRBAT73.mjs.map +1 -0
  11. package/dist/{chunk-4TOCRU3I.js → chunk-F52XBBDG.js} +3 -3
  12. package/dist/{chunk-4TOCRU3I.js.map → chunk-F52XBBDG.js.map} +1 -1
  13. package/dist/{chunk-D6ME6X3F.js → chunk-HX2YSJTR.js} +3 -3
  14. package/dist/{chunk-D6ME6X3F.js.map → chunk-HX2YSJTR.js.map} +1 -1
  15. package/dist/{chunk-XJNNSVHS.js → chunk-KLKBOAF7.js} +4 -4
  16. package/dist/{chunk-XJNNSVHS.js.map → chunk-KLKBOAF7.js.map} +1 -1
  17. package/dist/{chunk-VS4FD2JZ.mjs → chunk-KRCG5SPM.mjs} +2 -2
  18. package/dist/chunk-LMYYQSDD.mjs +332 -0
  19. package/dist/chunk-LMYYQSDD.mjs.map +1 -0
  20. package/dist/chunk-LTX7TV6H.js +1 -0
  21. package/dist/{chunk-2DNFT7QN.js.map → chunk-LTX7TV6H.js.map} +1 -1
  22. package/dist/chunk-MA67SUVH.js +332 -0
  23. package/dist/chunk-MA67SUVH.js.map +1 -0
  24. package/dist/{chunk-TQ3MGBT6.js → chunk-MNRXJUFJ.js} +3 -3
  25. package/dist/{chunk-TQ3MGBT6.js.map → chunk-MNRXJUFJ.js.map} +1 -1
  26. package/dist/{chunk-J43U6YH5.mjs → chunk-OJ7NRUXZ.mjs} +2 -2
  27. package/dist/{chunk-SUTSDQSC.mjs → chunk-PKY2UCL3.mjs} +2 -2
  28. package/dist/{chunk-X2UCVIR5.js → chunk-PWPTVAIL.js} +11 -2
  29. package/dist/chunk-PWPTVAIL.js.map +1 -0
  30. package/dist/{chunk-2K77M7UD.js → chunk-QON6KDRO.js} +3 -3
  31. package/dist/{chunk-2K77M7UD.js.map → chunk-QON6KDRO.js.map} +1 -1
  32. package/dist/{chunk-2NKETQ3I.mjs → chunk-R3METMPK.mjs} +2 -2
  33. package/dist/{chunk-NPNMMEUT.js → chunk-TTH5N3TR.js} +3 -3
  34. package/dist/{chunk-NPNMMEUT.js.map → chunk-TTH5N3TR.js.map} +1 -1
  35. package/dist/{chunk-XBNY4LLV.mjs → chunk-UGTAUPMB.mjs} +2 -2
  36. package/dist/chunk-ZDEFYL6G.mjs +1 -0
  37. package/dist/components/badge.js +4 -4
  38. package/dist/components/badge.mjs +3 -3
  39. package/dist/components/button.js +4 -4
  40. package/dist/components/button.mjs +3 -3
  41. package/dist/components/calendar.js +4 -4
  42. package/dist/components/calendar.mjs +3 -3
  43. package/dist/components/checkbox.d.mts +189 -0
  44. package/dist/components/checkbox.d.ts +189 -0
  45. package/dist/components/checkbox.js +17 -0
  46. package/dist/components/checkbox.js.map +1 -0
  47. package/dist/components/checkbox.mjs +17 -0
  48. package/dist/components/checkbox.mjs.map +1 -0
  49. package/dist/components/govt-banner.js +4 -4
  50. package/dist/components/govt-banner.mjs +3 -3
  51. package/dist/components/index.d.mts +2 -0
  52. package/dist/components/index.d.ts +2 -0
  53. package/dist/components/index.js +30 -20
  54. package/dist/components/index.js.map +1 -1
  55. package/dist/components/index.mjs +31 -21
  56. package/dist/components/list-box.js +2 -2
  57. package/dist/components/list-box.mjs +2 -2
  58. package/dist/components/menu.js +2 -2
  59. package/dist/components/menu.mjs +2 -2
  60. package/dist/components/pagination.d.mts +261 -0
  61. package/dist/components/pagination.d.ts +261 -0
  62. package/dist/components/pagination.js +12 -0
  63. package/dist/components/pagination.js.map +1 -0
  64. package/dist/components/pagination.mjs +12 -0
  65. package/dist/components/pagination.mjs.map +1 -0
  66. package/dist/components/tabs.js +3 -3
  67. package/dist/components/tabs.mjs +2 -2
  68. package/dist/components/tag-field.js +4 -4
  69. package/dist/components/tag-field.mjs +3 -3
  70. package/dist/components/toggle.js +4 -4
  71. package/dist/components/toggle.mjs +3 -3
  72. package/dist/index.d.mts +2 -0
  73. package/dist/index.d.ts +2 -0
  74. package/dist/index.js +32 -22
  75. package/dist/index.js.map +1 -1
  76. package/dist/index.mjs +33 -23
  77. package/dist/utils/classes.d.mts +2 -1
  78. package/dist/utils/classes.d.ts +2 -1
  79. package/dist/utils/classes.js +4 -2
  80. package/dist/utils/classes.js.map +1 -1
  81. package/dist/utils/classes.mjs +3 -1
  82. package/dist/utils/index.js +5 -5
  83. package/dist/utils/index.js.map +1 -1
  84. package/dist/utils/index.mjs +4 -4
  85. package/package.json +3 -3
  86. package/src/variants/base.css +6 -0
  87. package/dist/chunk-2DNFT7QN.js +0 -1
  88. package/dist/chunk-6ZYRWZBW.mjs +0 -1
  89. package/dist/chunk-SFKXXWVK.mjs.map +0 -1
  90. package/dist/chunk-X2UCVIR5.js.map +0 -1
  91. /package/dist/{chunk-EY432TXM.mjs.map → chunk-3IVEF5M7.mjs.map} +0 -0
  92. /package/dist/{chunk-OZPPDCIJ.mjs.map → chunk-AS6CYS7I.mjs.map} +0 -0
  93. /package/dist/{chunk-VS4FD2JZ.mjs.map → chunk-KRCG5SPM.mjs.map} +0 -0
  94. /package/dist/{chunk-J43U6YH5.mjs.map → chunk-OJ7NRUXZ.mjs.map} +0 -0
  95. /package/dist/{chunk-SUTSDQSC.mjs.map → chunk-PKY2UCL3.mjs.map} +0 -0
  96. /package/dist/{chunk-2NKETQ3I.mjs.map → chunk-R3METMPK.mjs.map} +0 -0
  97. /package/dist/{chunk-XBNY4LLV.mjs.map → chunk-UGTAUPMB.mjs.map} +0 -0
  98. /package/dist/{chunk-6ZYRWZBW.mjs.map → chunk-ZDEFYL6G.mjs.map} +0 -0
@@ -0,0 +1,261 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ /**
5
+ * Pagination wrapper **Tailwind Variants** component
6
+ *
7
+ * const {base, cursor, prev, next, item } = paginationStyles({...})
8
+ *
9
+ * @example
10
+ * <ul className={base()} aria-label="pagination navigation">
11
+ * <li className={cursor()} aria-hidden="true">{active page}</li> // this marks the active page
12
+ * <li role="button" className={prev()} aria-label="Go to previous page" data-disabled="true">Prev</li>
13
+ * <li role="button" className={item()} aria-label="page 1" data-active="true">1</li>
14
+ * <li role="button" className={item()} aria-label="page 2">2</li>
15
+ * <li role="button" className={item()} aria-hidden="true">...</li>
16
+ * <li role="button" className={item()} aria-label="page 10">10</li>
17
+ * <li role="button" className={next()} aria-label="Go to next page">Next</li>
18
+ * </ul>
19
+ */
20
+ declare const paginationStyles: tailwind_variants.TVReturnType<{
21
+ variant: {
22
+ light: {
23
+ item: string;
24
+ };
25
+ };
26
+ color: {
27
+ main: {
28
+ cursor: string;
29
+ };
30
+ neutral: {
31
+ cursor: string;
32
+ };
33
+ success: {
34
+ cursor: string;
35
+ };
36
+ warning: {
37
+ cursor: string;
38
+ };
39
+ critical: {
40
+ cursor: string;
41
+ };
42
+ };
43
+ size: {
44
+ sm: {
45
+ item: string;
46
+ cursor: string;
47
+ };
48
+ md: {
49
+ item: string;
50
+ cursor: string;
51
+ };
52
+ lg: {
53
+ item: string;
54
+ cursor: string;
55
+ };
56
+ };
57
+ radius: {
58
+ none: {};
59
+ sm: {};
60
+ md: {};
61
+ lg: {};
62
+ full: {};
63
+ };
64
+ isCompact: {
65
+ true: {
66
+ wrapper: string;
67
+ };
68
+ };
69
+ isDisabled: {
70
+ true: {
71
+ base: string;
72
+ };
73
+ };
74
+ disableCursorAnimation: {
75
+ true: {
76
+ cursor: string;
77
+ };
78
+ };
79
+ disableAnimation: {
80
+ true: {
81
+ item: string;
82
+ cursor: string;
83
+ };
84
+ false: {
85
+ item: string[];
86
+ cursor: string[];
87
+ };
88
+ };
89
+ }, {
90
+ base: string[];
91
+ wrapper: string[];
92
+ item: string[];
93
+ prev: string;
94
+ next: string;
95
+ cursor: string[];
96
+ forwardIcon: string[];
97
+ ellipsis: string;
98
+ chevronNext: string;
99
+ }, undefined, {
100
+ variant: {
101
+ light: {
102
+ item: string;
103
+ };
104
+ };
105
+ color: {
106
+ main: {
107
+ cursor: string;
108
+ };
109
+ neutral: {
110
+ cursor: string;
111
+ };
112
+ success: {
113
+ cursor: string;
114
+ };
115
+ warning: {
116
+ cursor: string;
117
+ };
118
+ critical: {
119
+ cursor: string;
120
+ };
121
+ };
122
+ size: {
123
+ sm: {
124
+ item: string;
125
+ cursor: string;
126
+ };
127
+ md: {
128
+ item: string;
129
+ cursor: string;
130
+ };
131
+ lg: {
132
+ item: string;
133
+ cursor: string;
134
+ };
135
+ };
136
+ radius: {
137
+ none: {};
138
+ sm: {};
139
+ md: {};
140
+ lg: {};
141
+ full: {};
142
+ };
143
+ isCompact: {
144
+ true: {
145
+ wrapper: string;
146
+ };
147
+ };
148
+ isDisabled: {
149
+ true: {
150
+ base: string;
151
+ };
152
+ };
153
+ disableCursorAnimation: {
154
+ true: {
155
+ cursor: string;
156
+ };
157
+ };
158
+ disableAnimation: {
159
+ true: {
160
+ item: string;
161
+ cursor: string;
162
+ };
163
+ false: {
164
+ item: string[];
165
+ cursor: string[];
166
+ };
167
+ };
168
+ }, {
169
+ base: string[];
170
+ wrapper: string[];
171
+ item: string[];
172
+ prev: string;
173
+ next: string;
174
+ cursor: string[];
175
+ forwardIcon: string[];
176
+ ellipsis: string;
177
+ chevronNext: string;
178
+ }, tailwind_variants.TVReturnType<{
179
+ variant: {
180
+ light: {
181
+ item: string;
182
+ };
183
+ };
184
+ color: {
185
+ main: {
186
+ cursor: string;
187
+ };
188
+ neutral: {
189
+ cursor: string;
190
+ };
191
+ success: {
192
+ cursor: string;
193
+ };
194
+ warning: {
195
+ cursor: string;
196
+ };
197
+ critical: {
198
+ cursor: string;
199
+ };
200
+ };
201
+ size: {
202
+ sm: {
203
+ item: string;
204
+ cursor: string;
205
+ };
206
+ md: {
207
+ item: string;
208
+ cursor: string;
209
+ };
210
+ lg: {
211
+ item: string;
212
+ cursor: string;
213
+ };
214
+ };
215
+ radius: {
216
+ none: {};
217
+ sm: {};
218
+ md: {};
219
+ lg: {};
220
+ full: {};
221
+ };
222
+ isCompact: {
223
+ true: {
224
+ wrapper: string;
225
+ };
226
+ };
227
+ isDisabled: {
228
+ true: {
229
+ base: string;
230
+ };
231
+ };
232
+ disableCursorAnimation: {
233
+ true: {
234
+ cursor: string;
235
+ };
236
+ };
237
+ disableAnimation: {
238
+ true: {
239
+ item: string;
240
+ cursor: string;
241
+ };
242
+ false: {
243
+ item: string[];
244
+ cursor: string[];
245
+ };
246
+ };
247
+ }, {
248
+ base: string[];
249
+ wrapper: string[];
250
+ item: string[];
251
+ prev: string;
252
+ next: string;
253
+ cursor: string[];
254
+ forwardIcon: string[];
255
+ ellipsis: string;
256
+ chevronNext: string;
257
+ }, undefined, unknown, unknown, undefined>>;
258
+ type PaginationVariantProps = VariantProps<typeof paginationStyles>;
259
+ type PaginationSlots = keyof ReturnType<typeof paginationStyles>;
260
+
261
+ export { type PaginationSlots, type PaginationVariantProps, paginationStyles };
@@ -0,0 +1,261 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ /**
5
+ * Pagination wrapper **Tailwind Variants** component
6
+ *
7
+ * const {base, cursor, prev, next, item } = paginationStyles({...})
8
+ *
9
+ * @example
10
+ * <ul className={base()} aria-label="pagination navigation">
11
+ * <li className={cursor()} aria-hidden="true">{active page}</li> // this marks the active page
12
+ * <li role="button" className={prev()} aria-label="Go to previous page" data-disabled="true">Prev</li>
13
+ * <li role="button" className={item()} aria-label="page 1" data-active="true">1</li>
14
+ * <li role="button" className={item()} aria-label="page 2">2</li>
15
+ * <li role="button" className={item()} aria-hidden="true">...</li>
16
+ * <li role="button" className={item()} aria-label="page 10">10</li>
17
+ * <li role="button" className={next()} aria-label="Go to next page">Next</li>
18
+ * </ul>
19
+ */
20
+ declare const paginationStyles: tailwind_variants.TVReturnType<{
21
+ variant: {
22
+ light: {
23
+ item: string;
24
+ };
25
+ };
26
+ color: {
27
+ main: {
28
+ cursor: string;
29
+ };
30
+ neutral: {
31
+ cursor: string;
32
+ };
33
+ success: {
34
+ cursor: string;
35
+ };
36
+ warning: {
37
+ cursor: string;
38
+ };
39
+ critical: {
40
+ cursor: string;
41
+ };
42
+ };
43
+ size: {
44
+ sm: {
45
+ item: string;
46
+ cursor: string;
47
+ };
48
+ md: {
49
+ item: string;
50
+ cursor: string;
51
+ };
52
+ lg: {
53
+ item: string;
54
+ cursor: string;
55
+ };
56
+ };
57
+ radius: {
58
+ none: {};
59
+ sm: {};
60
+ md: {};
61
+ lg: {};
62
+ full: {};
63
+ };
64
+ isCompact: {
65
+ true: {
66
+ wrapper: string;
67
+ };
68
+ };
69
+ isDisabled: {
70
+ true: {
71
+ base: string;
72
+ };
73
+ };
74
+ disableCursorAnimation: {
75
+ true: {
76
+ cursor: string;
77
+ };
78
+ };
79
+ disableAnimation: {
80
+ true: {
81
+ item: string;
82
+ cursor: string;
83
+ };
84
+ false: {
85
+ item: string[];
86
+ cursor: string[];
87
+ };
88
+ };
89
+ }, {
90
+ base: string[];
91
+ wrapper: string[];
92
+ item: string[];
93
+ prev: string;
94
+ next: string;
95
+ cursor: string[];
96
+ forwardIcon: string[];
97
+ ellipsis: string;
98
+ chevronNext: string;
99
+ }, undefined, {
100
+ variant: {
101
+ light: {
102
+ item: string;
103
+ };
104
+ };
105
+ color: {
106
+ main: {
107
+ cursor: string;
108
+ };
109
+ neutral: {
110
+ cursor: string;
111
+ };
112
+ success: {
113
+ cursor: string;
114
+ };
115
+ warning: {
116
+ cursor: string;
117
+ };
118
+ critical: {
119
+ cursor: string;
120
+ };
121
+ };
122
+ size: {
123
+ sm: {
124
+ item: string;
125
+ cursor: string;
126
+ };
127
+ md: {
128
+ item: string;
129
+ cursor: string;
130
+ };
131
+ lg: {
132
+ item: string;
133
+ cursor: string;
134
+ };
135
+ };
136
+ radius: {
137
+ none: {};
138
+ sm: {};
139
+ md: {};
140
+ lg: {};
141
+ full: {};
142
+ };
143
+ isCompact: {
144
+ true: {
145
+ wrapper: string;
146
+ };
147
+ };
148
+ isDisabled: {
149
+ true: {
150
+ base: string;
151
+ };
152
+ };
153
+ disableCursorAnimation: {
154
+ true: {
155
+ cursor: string;
156
+ };
157
+ };
158
+ disableAnimation: {
159
+ true: {
160
+ item: string;
161
+ cursor: string;
162
+ };
163
+ false: {
164
+ item: string[];
165
+ cursor: string[];
166
+ };
167
+ };
168
+ }, {
169
+ base: string[];
170
+ wrapper: string[];
171
+ item: string[];
172
+ prev: string;
173
+ next: string;
174
+ cursor: string[];
175
+ forwardIcon: string[];
176
+ ellipsis: string;
177
+ chevronNext: string;
178
+ }, tailwind_variants.TVReturnType<{
179
+ variant: {
180
+ light: {
181
+ item: string;
182
+ };
183
+ };
184
+ color: {
185
+ main: {
186
+ cursor: string;
187
+ };
188
+ neutral: {
189
+ cursor: string;
190
+ };
191
+ success: {
192
+ cursor: string;
193
+ };
194
+ warning: {
195
+ cursor: string;
196
+ };
197
+ critical: {
198
+ cursor: string;
199
+ };
200
+ };
201
+ size: {
202
+ sm: {
203
+ item: string;
204
+ cursor: string;
205
+ };
206
+ md: {
207
+ item: string;
208
+ cursor: string;
209
+ };
210
+ lg: {
211
+ item: string;
212
+ cursor: string;
213
+ };
214
+ };
215
+ radius: {
216
+ none: {};
217
+ sm: {};
218
+ md: {};
219
+ lg: {};
220
+ full: {};
221
+ };
222
+ isCompact: {
223
+ true: {
224
+ wrapper: string;
225
+ };
226
+ };
227
+ isDisabled: {
228
+ true: {
229
+ base: string;
230
+ };
231
+ };
232
+ disableCursorAnimation: {
233
+ true: {
234
+ cursor: string;
235
+ };
236
+ };
237
+ disableAnimation: {
238
+ true: {
239
+ item: string;
240
+ cursor: string;
241
+ };
242
+ false: {
243
+ item: string[];
244
+ cursor: string[];
245
+ };
246
+ };
247
+ }, {
248
+ base: string[];
249
+ wrapper: string[];
250
+ item: string[];
251
+ prev: string;
252
+ next: string;
253
+ cursor: string[];
254
+ forwardIcon: string[];
255
+ ellipsis: string;
256
+ chevronNext: string;
257
+ }, undefined, unknown, unknown, undefined>>;
258
+ type PaginationVariantProps = VariantProps<typeof paginationStyles>;
259
+ type PaginationSlots = keyof ReturnType<typeof paginationStyles>;
260
+
261
+ export { type PaginationSlots, type PaginationVariantProps, paginationStyles };
@@ -0,0 +1,12 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkMA67SUVHjs = require('../chunk-MA67SUVH.js');
4
+ require('../chunk-7Y2HFACM.js');
5
+ require('../chunk-ZIQLHX3U.js');
6
+ require('../chunk-PWPTVAIL.js');
7
+ require('../chunk-UZONBJUX.js');
8
+ require('../chunk-HEB3T2LL.js');
9
+
10
+
11
+ exports.paginationStyles = _chunkMA67SUVHjs.paginationStyles;
12
+ //# sourceMappingURL=pagination.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["/home/runner/work/oui-design-system/oui-design-system/packages/theme/dist/components/pagination.js"],"names":[],"mappings":"AAAA;AACE;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACF,6DAAC","file":"/home/runner/work/oui-design-system/oui-design-system/packages/theme/dist/components/pagination.js"}
@@ -0,0 +1,12 @@
1
+ import {
2
+ paginationStyles
3
+ } from "../chunk-LMYYQSDD.mjs";
4
+ import "../chunk-C7FUGWVY.mjs";
5
+ import "../chunk-HAUMMW6T.mjs";
6
+ import "../chunk-E43A5ROR.mjs";
7
+ import "../chunk-4JENAMGV.mjs";
8
+ import "../chunk-R6W5A7PF.mjs";
9
+ export {
10
+ paginationStyles
11
+ };
12
+ //# sourceMappingURL=pagination.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -3,8 +3,8 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkXJNNSVHSjs = require('../chunk-XJNNSVHS.js');
7
- require('../chunk-X2UCVIR5.js');
6
+ var _chunkKLKBOAF7js = require('../chunk-KLKBOAF7.js');
7
+ require('../chunk-PWPTVAIL.js');
8
8
  require('../chunk-UZONBJUX.js');
9
9
  require('../chunk-HEB3T2LL.js');
10
10
 
@@ -12,5 +12,5 @@ require('../chunk-HEB3T2LL.js');
12
12
 
13
13
 
14
14
 
15
- exports.tabListStyles = _chunkXJNNSVHSjs.tabListStyles; exports.tabPanelStyles = _chunkXJNNSVHSjs.tabPanelStyles; exports.tabStyles = _chunkXJNNSVHSjs.tabStyles; exports.tabsStyles = _chunkXJNNSVHSjs.tabsStyles;
15
+ exports.tabListStyles = _chunkKLKBOAF7js.tabListStyles; exports.tabPanelStyles = _chunkKLKBOAF7js.tabPanelStyles; exports.tabStyles = _chunkKLKBOAF7js.tabStyles; exports.tabsStyles = _chunkKLKBOAF7js.tabsStyles;
16
16
  //# sourceMappingURL=tabs.js.map
@@ -3,8 +3,8 @@ import {
3
3
  tabPanelStyles,
4
4
  tabStyles,
5
5
  tabsStyles
6
- } from "../chunk-J43U6YH5.mjs";
7
- import "../chunk-SFKXXWVK.mjs";
6
+ } from "../chunk-OJ7NRUXZ.mjs";
7
+ import "../chunk-E43A5ROR.mjs";
8
8
  import "../chunk-4JENAMGV.mjs";
9
9
  import "../chunk-R6W5A7PF.mjs";
10
10
  export {
@@ -1,15 +1,15 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkNPNMMEUTjs = require('../chunk-NPNMMEUT.js');
3
+ var _chunkTTH5N3TRjs = require('../chunk-TTH5N3TR.js');
4
4
  require('../chunk-OLJN3WXR.js');
5
5
  require('../chunk-2LTV7VB5.js');
6
- require('../chunk-ZIQLHX3U.js');
7
6
  require('../chunk-O3I4FUFD.js');
8
7
  require('../chunk-ZXZSQRVC.js');
9
- require('../chunk-X2UCVIR5.js');
8
+ require('../chunk-ZIQLHX3U.js');
9
+ require('../chunk-PWPTVAIL.js');
10
10
  require('../chunk-UZONBJUX.js');
11
11
  require('../chunk-HEB3T2LL.js');
12
12
 
13
13
 
14
- exports.tagFieldStyles = _chunkNPNMMEUTjs.tagFieldStyles;
14
+ exports.tagFieldStyles = _chunkTTH5N3TRjs.tagFieldStyles;
15
15
  //# sourceMappingURL=tag-field.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  tagFieldStyles
3
- } from "../chunk-VS4FD2JZ.mjs";
3
+ } from "../chunk-KRCG5SPM.mjs";
4
4
  import "../chunk-M2BG3FAA.mjs";
5
5
  import "../chunk-XTHC46M2.mjs";
6
- import "../chunk-HAUMMW6T.mjs";
7
6
  import "../chunk-TL5MCSZQ.mjs";
8
7
  import "../chunk-J2WMLIIA.mjs";
9
- import "../chunk-SFKXXWVK.mjs";
8
+ import "../chunk-HAUMMW6T.mjs";
9
+ import "../chunk-E43A5ROR.mjs";
10
10
  import "../chunk-4JENAMGV.mjs";
11
11
  import "../chunk-R6W5A7PF.mjs";
12
12
  export {
@@ -1,15 +1,15 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk5ZLWLG6Rjs = require('../chunk-5ZLWLG6R.js');
3
+ var _chunkCO7LICMCjs = require('../chunk-CO7LICMC.js');
4
4
  require('../chunk-OLJN3WXR.js');
5
5
  require('../chunk-2LTV7VB5.js');
6
- require('../chunk-ZIQLHX3U.js');
7
6
  require('../chunk-O3I4FUFD.js');
8
7
  require('../chunk-ZXZSQRVC.js');
9
- require('../chunk-X2UCVIR5.js');
8
+ require('../chunk-ZIQLHX3U.js');
9
+ require('../chunk-PWPTVAIL.js');
10
10
  require('../chunk-UZONBJUX.js');
11
11
  require('../chunk-HEB3T2LL.js');
12
12
 
13
13
 
14
- exports.toggleStyles = _chunk5ZLWLG6Rjs.toggleStyles;
14
+ exports.toggleStyles = _chunkCO7LICMCjs.toggleStyles;
15
15
  //# sourceMappingURL=toggle.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  toggleStyles
3
- } from "../chunk-2NKETQ3I.mjs";
3
+ } from "../chunk-R3METMPK.mjs";
4
4
  import "../chunk-M2BG3FAA.mjs";
5
5
  import "../chunk-XTHC46M2.mjs";
6
- import "../chunk-HAUMMW6T.mjs";
7
6
  import "../chunk-TL5MCSZQ.mjs";
8
7
  import "../chunk-J2WMLIIA.mjs";
9
- import "../chunk-SFKXXWVK.mjs";
8
+ import "../chunk-HAUMMW6T.mjs";
9
+ import "../chunk-E43A5ROR.mjs";
10
10
  import "../chunk-4JENAMGV.mjs";
11
11
  import "../chunk-R6W5A7PF.mjs";
12
12
  export {
package/dist/index.d.mts CHANGED
@@ -21,6 +21,8 @@ export { TabListVariantProps, TabPanelVariantProps, TabVariantProps, TabsVariant
21
21
  export { DateFieldVariantProps, DateInputSlots, DateInputVariantProps, dateFieldStyles, dateInputStyles } from './components/date-field.mjs';
22
22
  export { DatePickerSlots, DatePickerVariantProps, datePickerStyles } from './components/date-picker.mjs';
23
23
  export { DateRangePickerSlots, DateRangePickerVariantProps, dateRangePickerStyles } from './components/date-range-picker.mjs';
24
+ export { CheckboxSlots, CheckboxVariantProps, checkboxGroupStyles, checkboxStyles } from './components/checkbox.mjs';
25
+ export { PaginationSlots, PaginationVariantProps, paginationStyles } from './components/pagination.mjs';
24
26
  export { focusClasses, focusVisibleClasses } from './utils/classes.mjs';
25
27
  export { customTwMergeConfig, twMerge } from './utils/tw-merge.mjs';
26
28
  export { tv } from './utils/tv.mjs';
package/dist/index.d.ts CHANGED
@@ -21,6 +21,8 @@ export { TabListVariantProps, TabPanelVariantProps, TabVariantProps, TabsVariant
21
21
  export { DateFieldVariantProps, DateInputSlots, DateInputVariantProps, dateFieldStyles, dateInputStyles } from './components/date-field.js';
22
22
  export { DatePickerSlots, DatePickerVariantProps, datePickerStyles } from './components/date-picker.js';
23
23
  export { DateRangePickerSlots, DateRangePickerVariantProps, dateRangePickerStyles } from './components/date-range-picker.js';
24
+ export { CheckboxSlots, CheckboxVariantProps, checkboxGroupStyles, checkboxStyles } from './components/checkbox.js';
25
+ export { PaginationSlots, PaginationVariantProps, paginationStyles } from './components/pagination.js';
24
26
  export { focusClasses, focusVisibleClasses } from './utils/classes.js';
25
27
  export { customTwMergeConfig, twMerge } from './utils/tw-merge.js';
26
28
  export { tv } from './utils/tv.js';