@opengovsg/oui-theme 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-2HLZ2TA2.mjs → chunk-44H2MHJG.mjs} +2 -2
- package/dist/chunk-44H2MHJG.mjs.map +1 -0
- package/dist/{chunk-ATN4OFA4.js → chunk-46ZPWKHG.js} +40 -18
- package/dist/chunk-46ZPWKHG.js.map +1 -0
- package/dist/{chunk-SCEZEIC2.mjs → chunk-F7ZJVYNV.mjs} +40 -18
- package/dist/chunk-F7ZJVYNV.mjs.map +1 -0
- package/dist/{chunk-7SYUA43A.js → chunk-GCZQ5SEK.js} +2 -2
- package/dist/chunk-GCZQ5SEK.js.map +1 -0
- package/dist/chunk-I7GDBJ3N.mjs +94 -0
- package/dist/chunk-I7GDBJ3N.mjs.map +1 -0
- package/dist/{chunk-E7JBRLR5.mjs → chunk-KHQ7EBS5.mjs} +2 -2
- package/dist/chunk-KHQ7EBS5.mjs.map +1 -0
- package/dist/chunk-NEO5ZU5V.js +94 -0
- package/dist/chunk-NEO5ZU5V.js.map +1 -0
- package/dist/{chunk-JSOQXC4Z.js → chunk-NL5XE6BW.js} +2 -2
- package/dist/{chunk-JSOQXC4Z.js.map → chunk-NL5XE6BW.js.map} +1 -1
- package/dist/components/badge.js +2 -2
- package/dist/components/badge.mjs +1 -1
- package/dist/components/banner.js +2 -2
- package/dist/components/banner.mjs +1 -1
- package/dist/components/calendar.d.mts +241 -9
- package/dist/components/calendar.d.ts +241 -9
- package/dist/components/calendar.js +8 -2
- package/dist/components/calendar.js.map +1 -1
- package/dist/components/calendar.mjs +7 -1
- package/dist/components/index.js +19 -19
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +18 -18
- package/dist/components/select.d.mts +18 -28
- package/dist/components/select.d.ts +18 -28
- package/dist/components/select.js +2 -2
- package/dist/components/select.mjs +1 -1
- package/dist/index.js +22 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -23
- package/package.json +3 -3
- package/dist/chunk-2HLZ2TA2.mjs.map +0 -1
- package/dist/chunk-7SYUA43A.js.map +0 -1
- package/dist/chunk-ATN4OFA4.js.map +0 -1
- package/dist/chunk-E7JBRLR5.mjs.map +0 -1
- package/dist/chunk-GK7MVUI2.mjs +0 -41
- package/dist/chunk-GK7MVUI2.mjs.map +0 -1
- package/dist/chunk-GQ3JHZUT.js +0 -41
- package/dist/chunk-GQ3JHZUT.js.map +0 -1
- package/dist/chunk-SCEZEIC2.mjs.map +0 -1
package/dist/components/badge.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkNL5XE6BWjs = require('../chunk-NL5XE6BW.js');
|
|
5
5
|
require('../chunk-7Y2HFACM.js');
|
|
6
6
|
require('../chunk-OLJN3WXR.js');
|
|
7
7
|
require('../chunk-2LTV7VB5.js');
|
|
@@ -14,5 +14,5 @@ require('../chunk-HEB3T2LL.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.badgeCloseButtonStyles =
|
|
17
|
+
exports.badgeCloseButtonStyles = _chunkNL5XE6BWjs.badgeCloseButtonStyles; exports.badgeStyles = _chunkNL5XE6BWjs.badgeStyles;
|
|
18
18
|
//# sourceMappingURL=badge.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkGCZQ5SEKjs = require('../chunk-GCZQ5SEK.js');
|
|
4
4
|
require('../chunk-UZONBJUX.js');
|
|
5
5
|
require('../chunk-HEB3T2LL.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.bannerStyles =
|
|
8
|
+
exports.bannerStyles = _chunkGCZQ5SEKjs.bannerStyles;
|
|
9
9
|
//# sourceMappingURL=banner.js.map
|
|
@@ -4,6 +4,16 @@ 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
|
+
isDateHighlighted: {
|
|
8
|
+
true: {
|
|
9
|
+
cell: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
isMultipleMonths: {
|
|
13
|
+
true: {
|
|
14
|
+
cell: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
7
17
|
isSelected: {
|
|
8
18
|
false: {
|
|
9
19
|
cell: string;
|
|
@@ -12,19 +22,63 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
12
22
|
cell: string;
|
|
13
23
|
};
|
|
14
24
|
};
|
|
25
|
+
size: {
|
|
26
|
+
sm: {
|
|
27
|
+
base: string;
|
|
28
|
+
gridHeaderCell: string;
|
|
29
|
+
header: string;
|
|
30
|
+
cell: string;
|
|
31
|
+
monthSelector: string;
|
|
32
|
+
selectorText: string;
|
|
33
|
+
yearSelector: string;
|
|
34
|
+
nextButton: string;
|
|
35
|
+
selectors: string;
|
|
36
|
+
bottomContentWrapper: string;
|
|
37
|
+
calendar: string;
|
|
38
|
+
};
|
|
39
|
+
md: {
|
|
40
|
+
base: string;
|
|
41
|
+
gridHeaderCell: string;
|
|
42
|
+
header: string;
|
|
43
|
+
cell: string;
|
|
44
|
+
monthSelector: string;
|
|
45
|
+
selectorText: string;
|
|
46
|
+
yearSelector: string;
|
|
47
|
+
nextButton: string;
|
|
48
|
+
selectors: string;
|
|
49
|
+
bottomContentWrapper: string;
|
|
50
|
+
calendar: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
15
53
|
}, {
|
|
16
54
|
base: string;
|
|
17
55
|
prevButton: string;
|
|
18
56
|
nextButton: string;
|
|
57
|
+
buttonGroup: string;
|
|
19
58
|
header: string;
|
|
20
59
|
title: string;
|
|
21
60
|
content: string;
|
|
22
|
-
cell: string;
|
|
23
|
-
|
|
24
|
-
|
|
61
|
+
cell: string[];
|
|
62
|
+
grid: string;
|
|
63
|
+
calendar: string;
|
|
64
|
+
gridWrapper: string;
|
|
65
|
+
gridHeader: string;
|
|
66
|
+
gridHeaderCell: string;
|
|
67
|
+
gridBody: string;
|
|
68
|
+
yearSelector: string;
|
|
69
|
+
monthSelector: string;
|
|
70
|
+
yearList: string;
|
|
71
|
+
monthList: string;
|
|
72
|
+
selectorText: string;
|
|
73
|
+
selectors: string;
|
|
74
|
+
bottomContentWrapper: string;
|
|
75
|
+
todayButton: string;
|
|
25
76
|
}, undefined, {
|
|
26
77
|
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
78
|
+
size?: boolean | (string | number | symbol)[] | undefined;
|
|
27
79
|
variant?: boolean | (string | number | symbol)[] | undefined;
|
|
80
|
+
isDateHighlighted?: boolean | (string | number | symbol)[] | undefined;
|
|
81
|
+
isMultipleMonths?: boolean | (string | number | symbol)[] | undefined;
|
|
28
82
|
isSelected?: boolean | (string | number | symbol)[] | undefined;
|
|
29
83
|
} | undefined;
|
|
30
84
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
@@ -40,6 +94,16 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
40
94
|
};
|
|
41
95
|
}, {
|
|
42
96
|
variant: {};
|
|
97
|
+
isDateHighlighted: {
|
|
98
|
+
true: {
|
|
99
|
+
cell: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
isMultipleMonths: {
|
|
103
|
+
true: {
|
|
104
|
+
cell: string;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
43
107
|
isSelected: {
|
|
44
108
|
false: {
|
|
45
109
|
cell: string;
|
|
@@ -48,18 +112,69 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
48
112
|
cell: string;
|
|
49
113
|
};
|
|
50
114
|
};
|
|
115
|
+
size: {
|
|
116
|
+
sm: {
|
|
117
|
+
base: string;
|
|
118
|
+
gridHeaderCell: string;
|
|
119
|
+
header: string;
|
|
120
|
+
cell: string;
|
|
121
|
+
monthSelector: string;
|
|
122
|
+
selectorText: string;
|
|
123
|
+
yearSelector: string;
|
|
124
|
+
nextButton: string;
|
|
125
|
+
selectors: string;
|
|
126
|
+
bottomContentWrapper: string;
|
|
127
|
+
calendar: string;
|
|
128
|
+
};
|
|
129
|
+
md: {
|
|
130
|
+
base: string;
|
|
131
|
+
gridHeaderCell: string;
|
|
132
|
+
header: string;
|
|
133
|
+
cell: string;
|
|
134
|
+
monthSelector: string;
|
|
135
|
+
selectorText: string;
|
|
136
|
+
yearSelector: string;
|
|
137
|
+
nextButton: string;
|
|
138
|
+
selectors: string;
|
|
139
|
+
bottomContentWrapper: string;
|
|
140
|
+
calendar: string;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
51
143
|
}, {
|
|
52
144
|
base: string;
|
|
53
145
|
prevButton: string;
|
|
54
146
|
nextButton: string;
|
|
147
|
+
buttonGroup: string;
|
|
55
148
|
header: string;
|
|
56
149
|
title: string;
|
|
57
150
|
content: string;
|
|
58
|
-
cell: string;
|
|
59
|
-
|
|
60
|
-
|
|
151
|
+
cell: string[];
|
|
152
|
+
grid: string;
|
|
153
|
+
calendar: string;
|
|
154
|
+
gridWrapper: string;
|
|
155
|
+
gridHeader: string;
|
|
156
|
+
gridHeaderCell: string;
|
|
157
|
+
gridBody: string;
|
|
158
|
+
yearSelector: string;
|
|
159
|
+
monthSelector: string;
|
|
160
|
+
yearList: string;
|
|
161
|
+
monthList: string;
|
|
162
|
+
selectorText: string;
|
|
163
|
+
selectors: string;
|
|
164
|
+
bottomContentWrapper: string;
|
|
165
|
+
todayButton: string;
|
|
61
166
|
}, tailwind_variants.TVReturnType<{
|
|
62
167
|
variant: {};
|
|
168
|
+
isDateHighlighted: {
|
|
169
|
+
true: {
|
|
170
|
+
cell: string;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
isMultipleMonths: {
|
|
174
|
+
true: {
|
|
175
|
+
cell: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
63
178
|
isSelected: {
|
|
64
179
|
false: {
|
|
65
180
|
cell: string;
|
|
@@ -68,18 +183,69 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
68
183
|
cell: string;
|
|
69
184
|
};
|
|
70
185
|
};
|
|
186
|
+
size: {
|
|
187
|
+
sm: {
|
|
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
|
+
md: {
|
|
201
|
+
base: string;
|
|
202
|
+
gridHeaderCell: string;
|
|
203
|
+
header: string;
|
|
204
|
+
cell: string;
|
|
205
|
+
monthSelector: string;
|
|
206
|
+
selectorText: string;
|
|
207
|
+
yearSelector: string;
|
|
208
|
+
nextButton: string;
|
|
209
|
+
selectors: string;
|
|
210
|
+
bottomContentWrapper: string;
|
|
211
|
+
calendar: string;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
71
214
|
}, {
|
|
72
215
|
base: string;
|
|
73
216
|
prevButton: string;
|
|
74
217
|
nextButton: string;
|
|
218
|
+
buttonGroup: string;
|
|
75
219
|
header: string;
|
|
76
220
|
title: string;
|
|
77
221
|
content: string;
|
|
78
|
-
cell: string;
|
|
79
|
-
|
|
80
|
-
|
|
222
|
+
cell: string[];
|
|
223
|
+
grid: string;
|
|
224
|
+
calendar: string;
|
|
225
|
+
gridWrapper: string;
|
|
226
|
+
gridHeader: string;
|
|
227
|
+
gridHeaderCell: string;
|
|
228
|
+
gridBody: string;
|
|
229
|
+
yearSelector: string;
|
|
230
|
+
monthSelector: string;
|
|
231
|
+
yearList: string;
|
|
232
|
+
monthList: string;
|
|
233
|
+
selectorText: string;
|
|
234
|
+
selectors: string;
|
|
235
|
+
bottomContentWrapper: string;
|
|
236
|
+
todayButton: string;
|
|
81
237
|
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
82
238
|
variant: {};
|
|
239
|
+
isDateHighlighted: {
|
|
240
|
+
true: {
|
|
241
|
+
cell: string;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
isMultipleMonths: {
|
|
245
|
+
true: {
|
|
246
|
+
cell: string;
|
|
247
|
+
};
|
|
248
|
+
};
|
|
83
249
|
isSelected: {
|
|
84
250
|
false: {
|
|
85
251
|
cell: string;
|
|
@@ -88,8 +254,46 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
88
254
|
cell: string;
|
|
89
255
|
};
|
|
90
256
|
};
|
|
257
|
+
size: {
|
|
258
|
+
sm: {
|
|
259
|
+
base: string;
|
|
260
|
+
gridHeaderCell: string;
|
|
261
|
+
header: string;
|
|
262
|
+
cell: string;
|
|
263
|
+
monthSelector: string;
|
|
264
|
+
selectorText: string;
|
|
265
|
+
yearSelector: string;
|
|
266
|
+
nextButton: string;
|
|
267
|
+
selectors: string;
|
|
268
|
+
bottomContentWrapper: string;
|
|
269
|
+
calendar: string;
|
|
270
|
+
};
|
|
271
|
+
md: {
|
|
272
|
+
base: string;
|
|
273
|
+
gridHeaderCell: string;
|
|
274
|
+
header: string;
|
|
275
|
+
cell: string;
|
|
276
|
+
monthSelector: string;
|
|
277
|
+
selectorText: string;
|
|
278
|
+
yearSelector: string;
|
|
279
|
+
nextButton: string;
|
|
280
|
+
selectors: string;
|
|
281
|
+
bottomContentWrapper: string;
|
|
282
|
+
calendar: string;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
91
285
|
}, {
|
|
92
286
|
variant: {};
|
|
287
|
+
isDateHighlighted: {
|
|
288
|
+
true: {
|
|
289
|
+
cell: string;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
isMultipleMonths: {
|
|
293
|
+
true: {
|
|
294
|
+
cell: string;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
93
297
|
isSelected: {
|
|
94
298
|
false: {
|
|
95
299
|
cell: string;
|
|
@@ -98,6 +302,34 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
98
302
|
cell: string;
|
|
99
303
|
};
|
|
100
304
|
};
|
|
305
|
+
size: {
|
|
306
|
+
sm: {
|
|
307
|
+
base: string;
|
|
308
|
+
gridHeaderCell: string;
|
|
309
|
+
header: string;
|
|
310
|
+
cell: string;
|
|
311
|
+
monthSelector: string;
|
|
312
|
+
selectorText: string;
|
|
313
|
+
yearSelector: string;
|
|
314
|
+
nextButton: string;
|
|
315
|
+
selectors: string;
|
|
316
|
+
bottomContentWrapper: string;
|
|
317
|
+
calendar: string;
|
|
318
|
+
};
|
|
319
|
+
md: {
|
|
320
|
+
base: string;
|
|
321
|
+
gridHeaderCell: string;
|
|
322
|
+
header: string;
|
|
323
|
+
cell: string;
|
|
324
|
+
monthSelector: string;
|
|
325
|
+
selectorText: string;
|
|
326
|
+
yearSelector: string;
|
|
327
|
+
nextButton: string;
|
|
328
|
+
selectors: string;
|
|
329
|
+
bottomContentWrapper: string;
|
|
330
|
+
calendar: string;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
101
333
|
}>, unknown, unknown, undefined>>;
|
|
102
334
|
type CalendarVariantProps = VariantProps<typeof calendarStyles>;
|
|
103
335
|
type CalendarSlots = keyof ReturnType<typeof calendarStyles>;
|
|
@@ -4,6 +4,16 @@ 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
|
+
isDateHighlighted: {
|
|
8
|
+
true: {
|
|
9
|
+
cell: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
isMultipleMonths: {
|
|
13
|
+
true: {
|
|
14
|
+
cell: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
7
17
|
isSelected: {
|
|
8
18
|
false: {
|
|
9
19
|
cell: string;
|
|
@@ -12,19 +22,63 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
12
22
|
cell: string;
|
|
13
23
|
};
|
|
14
24
|
};
|
|
25
|
+
size: {
|
|
26
|
+
sm: {
|
|
27
|
+
base: string;
|
|
28
|
+
gridHeaderCell: string;
|
|
29
|
+
header: string;
|
|
30
|
+
cell: string;
|
|
31
|
+
monthSelector: string;
|
|
32
|
+
selectorText: string;
|
|
33
|
+
yearSelector: string;
|
|
34
|
+
nextButton: string;
|
|
35
|
+
selectors: string;
|
|
36
|
+
bottomContentWrapper: string;
|
|
37
|
+
calendar: string;
|
|
38
|
+
};
|
|
39
|
+
md: {
|
|
40
|
+
base: string;
|
|
41
|
+
gridHeaderCell: string;
|
|
42
|
+
header: string;
|
|
43
|
+
cell: string;
|
|
44
|
+
monthSelector: string;
|
|
45
|
+
selectorText: string;
|
|
46
|
+
yearSelector: string;
|
|
47
|
+
nextButton: string;
|
|
48
|
+
selectors: string;
|
|
49
|
+
bottomContentWrapper: string;
|
|
50
|
+
calendar: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
15
53
|
}, {
|
|
16
54
|
base: string;
|
|
17
55
|
prevButton: string;
|
|
18
56
|
nextButton: string;
|
|
57
|
+
buttonGroup: string;
|
|
19
58
|
header: string;
|
|
20
59
|
title: string;
|
|
21
60
|
content: string;
|
|
22
|
-
cell: string;
|
|
23
|
-
|
|
24
|
-
|
|
61
|
+
cell: string[];
|
|
62
|
+
grid: string;
|
|
63
|
+
calendar: string;
|
|
64
|
+
gridWrapper: string;
|
|
65
|
+
gridHeader: string;
|
|
66
|
+
gridHeaderCell: string;
|
|
67
|
+
gridBody: string;
|
|
68
|
+
yearSelector: string;
|
|
69
|
+
monthSelector: string;
|
|
70
|
+
yearList: string;
|
|
71
|
+
monthList: string;
|
|
72
|
+
selectorText: string;
|
|
73
|
+
selectors: string;
|
|
74
|
+
bottomContentWrapper: string;
|
|
75
|
+
todayButton: string;
|
|
25
76
|
}, undefined, {
|
|
26
77
|
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
78
|
+
size?: boolean | (string | number | symbol)[] | undefined;
|
|
27
79
|
variant?: boolean | (string | number | symbol)[] | undefined;
|
|
80
|
+
isDateHighlighted?: boolean | (string | number | symbol)[] | undefined;
|
|
81
|
+
isMultipleMonths?: boolean | (string | number | symbol)[] | undefined;
|
|
28
82
|
isSelected?: boolean | (string | number | symbol)[] | undefined;
|
|
29
83
|
} | undefined;
|
|
30
84
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
@@ -40,6 +94,16 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
40
94
|
};
|
|
41
95
|
}, {
|
|
42
96
|
variant: {};
|
|
97
|
+
isDateHighlighted: {
|
|
98
|
+
true: {
|
|
99
|
+
cell: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
isMultipleMonths: {
|
|
103
|
+
true: {
|
|
104
|
+
cell: string;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
43
107
|
isSelected: {
|
|
44
108
|
false: {
|
|
45
109
|
cell: string;
|
|
@@ -48,18 +112,69 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
48
112
|
cell: string;
|
|
49
113
|
};
|
|
50
114
|
};
|
|
115
|
+
size: {
|
|
116
|
+
sm: {
|
|
117
|
+
base: string;
|
|
118
|
+
gridHeaderCell: string;
|
|
119
|
+
header: string;
|
|
120
|
+
cell: string;
|
|
121
|
+
monthSelector: string;
|
|
122
|
+
selectorText: string;
|
|
123
|
+
yearSelector: string;
|
|
124
|
+
nextButton: string;
|
|
125
|
+
selectors: string;
|
|
126
|
+
bottomContentWrapper: string;
|
|
127
|
+
calendar: string;
|
|
128
|
+
};
|
|
129
|
+
md: {
|
|
130
|
+
base: string;
|
|
131
|
+
gridHeaderCell: string;
|
|
132
|
+
header: string;
|
|
133
|
+
cell: string;
|
|
134
|
+
monthSelector: string;
|
|
135
|
+
selectorText: string;
|
|
136
|
+
yearSelector: string;
|
|
137
|
+
nextButton: string;
|
|
138
|
+
selectors: string;
|
|
139
|
+
bottomContentWrapper: string;
|
|
140
|
+
calendar: string;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
51
143
|
}, {
|
|
52
144
|
base: string;
|
|
53
145
|
prevButton: string;
|
|
54
146
|
nextButton: string;
|
|
147
|
+
buttonGroup: string;
|
|
55
148
|
header: string;
|
|
56
149
|
title: string;
|
|
57
150
|
content: string;
|
|
58
|
-
cell: string;
|
|
59
|
-
|
|
60
|
-
|
|
151
|
+
cell: string[];
|
|
152
|
+
grid: string;
|
|
153
|
+
calendar: string;
|
|
154
|
+
gridWrapper: string;
|
|
155
|
+
gridHeader: string;
|
|
156
|
+
gridHeaderCell: string;
|
|
157
|
+
gridBody: string;
|
|
158
|
+
yearSelector: string;
|
|
159
|
+
monthSelector: string;
|
|
160
|
+
yearList: string;
|
|
161
|
+
monthList: string;
|
|
162
|
+
selectorText: string;
|
|
163
|
+
selectors: string;
|
|
164
|
+
bottomContentWrapper: string;
|
|
165
|
+
todayButton: string;
|
|
61
166
|
}, tailwind_variants.TVReturnType<{
|
|
62
167
|
variant: {};
|
|
168
|
+
isDateHighlighted: {
|
|
169
|
+
true: {
|
|
170
|
+
cell: string;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
isMultipleMonths: {
|
|
174
|
+
true: {
|
|
175
|
+
cell: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
63
178
|
isSelected: {
|
|
64
179
|
false: {
|
|
65
180
|
cell: string;
|
|
@@ -68,18 +183,69 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
68
183
|
cell: string;
|
|
69
184
|
};
|
|
70
185
|
};
|
|
186
|
+
size: {
|
|
187
|
+
sm: {
|
|
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
|
+
md: {
|
|
201
|
+
base: string;
|
|
202
|
+
gridHeaderCell: string;
|
|
203
|
+
header: string;
|
|
204
|
+
cell: string;
|
|
205
|
+
monthSelector: string;
|
|
206
|
+
selectorText: string;
|
|
207
|
+
yearSelector: string;
|
|
208
|
+
nextButton: string;
|
|
209
|
+
selectors: string;
|
|
210
|
+
bottomContentWrapper: string;
|
|
211
|
+
calendar: string;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
71
214
|
}, {
|
|
72
215
|
base: string;
|
|
73
216
|
prevButton: string;
|
|
74
217
|
nextButton: string;
|
|
218
|
+
buttonGroup: string;
|
|
75
219
|
header: string;
|
|
76
220
|
title: string;
|
|
77
221
|
content: string;
|
|
78
|
-
cell: string;
|
|
79
|
-
|
|
80
|
-
|
|
222
|
+
cell: string[];
|
|
223
|
+
grid: string;
|
|
224
|
+
calendar: string;
|
|
225
|
+
gridWrapper: string;
|
|
226
|
+
gridHeader: string;
|
|
227
|
+
gridHeaderCell: string;
|
|
228
|
+
gridBody: string;
|
|
229
|
+
yearSelector: string;
|
|
230
|
+
monthSelector: string;
|
|
231
|
+
yearList: string;
|
|
232
|
+
monthList: string;
|
|
233
|
+
selectorText: string;
|
|
234
|
+
selectors: string;
|
|
235
|
+
bottomContentWrapper: string;
|
|
236
|
+
todayButton: string;
|
|
81
237
|
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
82
238
|
variant: {};
|
|
239
|
+
isDateHighlighted: {
|
|
240
|
+
true: {
|
|
241
|
+
cell: string;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
isMultipleMonths: {
|
|
245
|
+
true: {
|
|
246
|
+
cell: string;
|
|
247
|
+
};
|
|
248
|
+
};
|
|
83
249
|
isSelected: {
|
|
84
250
|
false: {
|
|
85
251
|
cell: string;
|
|
@@ -88,8 +254,46 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
88
254
|
cell: string;
|
|
89
255
|
};
|
|
90
256
|
};
|
|
257
|
+
size: {
|
|
258
|
+
sm: {
|
|
259
|
+
base: string;
|
|
260
|
+
gridHeaderCell: string;
|
|
261
|
+
header: string;
|
|
262
|
+
cell: string;
|
|
263
|
+
monthSelector: string;
|
|
264
|
+
selectorText: string;
|
|
265
|
+
yearSelector: string;
|
|
266
|
+
nextButton: string;
|
|
267
|
+
selectors: string;
|
|
268
|
+
bottomContentWrapper: string;
|
|
269
|
+
calendar: string;
|
|
270
|
+
};
|
|
271
|
+
md: {
|
|
272
|
+
base: string;
|
|
273
|
+
gridHeaderCell: string;
|
|
274
|
+
header: string;
|
|
275
|
+
cell: string;
|
|
276
|
+
monthSelector: string;
|
|
277
|
+
selectorText: string;
|
|
278
|
+
yearSelector: string;
|
|
279
|
+
nextButton: string;
|
|
280
|
+
selectors: string;
|
|
281
|
+
bottomContentWrapper: string;
|
|
282
|
+
calendar: string;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
91
285
|
}, {
|
|
92
286
|
variant: {};
|
|
287
|
+
isDateHighlighted: {
|
|
288
|
+
true: {
|
|
289
|
+
cell: string;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
isMultipleMonths: {
|
|
293
|
+
true: {
|
|
294
|
+
cell: string;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
93
297
|
isSelected: {
|
|
94
298
|
false: {
|
|
95
299
|
cell: string;
|
|
@@ -98,6 +302,34 @@ declare const calendarStyles: tailwind_variants.TVReturnType<{
|
|
|
98
302
|
cell: string;
|
|
99
303
|
};
|
|
100
304
|
};
|
|
305
|
+
size: {
|
|
306
|
+
sm: {
|
|
307
|
+
base: string;
|
|
308
|
+
gridHeaderCell: string;
|
|
309
|
+
header: string;
|
|
310
|
+
cell: string;
|
|
311
|
+
monthSelector: string;
|
|
312
|
+
selectorText: string;
|
|
313
|
+
yearSelector: string;
|
|
314
|
+
nextButton: string;
|
|
315
|
+
selectors: string;
|
|
316
|
+
bottomContentWrapper: string;
|
|
317
|
+
calendar: string;
|
|
318
|
+
};
|
|
319
|
+
md: {
|
|
320
|
+
base: string;
|
|
321
|
+
gridHeaderCell: string;
|
|
322
|
+
header: string;
|
|
323
|
+
cell: string;
|
|
324
|
+
monthSelector: string;
|
|
325
|
+
selectorText: string;
|
|
326
|
+
yearSelector: string;
|
|
327
|
+
nextButton: string;
|
|
328
|
+
selectors: string;
|
|
329
|
+
bottomContentWrapper: string;
|
|
330
|
+
calendar: string;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
101
333
|
}>, unknown, unknown, undefined>>;
|
|
102
334
|
type CalendarVariantProps = VariantProps<typeof calendarStyles>;
|
|
103
335
|
type CalendarSlots = keyof ReturnType<typeof calendarStyles>;
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkNEO5ZU5Vjs = require('../chunk-NEO5ZU5V.js');
|
|
4
|
+
require('../chunk-OLJN3WXR.js');
|
|
5
|
+
require('../chunk-2LTV7VB5.js');
|
|
6
|
+
require('../chunk-X2UCVIR5.js');
|
|
7
|
+
require('../chunk-ZIQLHX3U.js');
|
|
8
|
+
require('../chunk-O3I4FUFD.js');
|
|
9
|
+
require('../chunk-ZXZSQRVC.js');
|
|
4
10
|
require('../chunk-UZONBJUX.js');
|
|
5
11
|
require('../chunk-HEB3T2LL.js');
|
|
6
12
|
|
|
7
13
|
|
|
8
|
-
exports.calendarStyles =
|
|
14
|
+
exports.calendarStyles = _chunkNEO5ZU5Vjs.calendarStyles;
|
|
9
15
|
//# sourceMappingURL=calendar.js.map
|