@opengovsg/oui-theme 0.0.7 → 0.0.11
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-Z5EKAZRY.mjs → chunk-34YVA3CF.mjs} +2 -47
- package/dist/chunk-34YVA3CF.mjs.map +1 -0
- package/dist/chunk-4YH455F5.js +83 -0
- package/dist/chunk-4YH455F5.js.map +1 -0
- package/dist/{chunk-46ZPWKHG.js → chunk-5FOX35BG.js} +3 -3
- package/dist/{chunk-46ZPWKHG.js.map → chunk-5FOX35BG.js.map} +1 -1
- package/dist/chunk-5KMOQ6KI.js +1 -0
- package/dist/{chunk-KUAGUN4H.js.map → chunk-5KMOQ6KI.js.map} +1 -1
- package/dist/{chunk-NEO5ZU5V.js → chunk-5ULZEGWX.js} +32 -13
- package/dist/chunk-5ULZEGWX.js.map +1 -0
- package/dist/{chunk-I7GDBJ3N.mjs → chunk-7S572BNQ.mjs} +32 -13
- package/dist/chunk-7S572BNQ.mjs.map +1 -0
- package/dist/chunk-BIXVP43C.js +66 -0
- package/dist/chunk-BIXVP43C.js.map +1 -0
- package/dist/chunk-EDFORKQ6.mjs +1 -0
- package/dist/{chunk-F7ZJVYNV.mjs → chunk-H6JUN6QG.mjs} +3 -3
- package/dist/chunk-H6JUN6QG.mjs.map +1 -0
- package/dist/chunk-J43U6YH5.mjs +207 -0
- package/dist/chunk-J43U6YH5.mjs.map +1 -0
- package/dist/chunk-KKW4VCZA.mjs +83 -0
- package/dist/chunk-KKW4VCZA.mjs.map +1 -0
- package/dist/{chunk-3GUL7NAV.js → chunk-LQDQQV7X.js} +2 -2
- package/dist/chunk-LQDQQV7X.js.map +1 -0
- package/dist/{chunk-OUZ7DBAS.js → chunk-NPNMMEUT.js} +4 -39
- package/dist/chunk-NPNMMEUT.js.map +1 -0
- package/dist/{chunk-2YW3O3BV.js → chunk-QGEGS5RO.js} +3 -48
- package/dist/chunk-QGEGS5RO.js.map +1 -0
- package/dist/chunk-RZ7GZGD2.js +25 -0
- package/dist/chunk-RZ7GZGD2.js.map +1 -0
- package/dist/{chunk-TBOBJYPO.mjs → chunk-UQLG4DEZ.mjs} +2 -2
- package/dist/chunk-UQLG4DEZ.mjs.map +1 -0
- package/dist/chunk-UTOQXAFU.mjs +66 -0
- package/dist/chunk-UTOQXAFU.mjs.map +1 -0
- package/dist/{chunk-GUV5RZUP.mjs → chunk-VS4FD2JZ.mjs} +3 -38
- package/dist/chunk-VS4FD2JZ.mjs.map +1 -0
- package/dist/chunk-XJNNSVHS.js +207 -0
- package/dist/chunk-XJNNSVHS.js.map +1 -0
- package/dist/chunk-XRA3KMRB.mjs +25 -0
- package/dist/chunk-XRA3KMRB.mjs.map +1 -0
- package/dist/components/badge.js +2 -2
- package/dist/components/badge.mjs +2 -2
- package/dist/components/button.js +2 -2
- package/dist/components/button.mjs +2 -2
- package/dist/components/calendar.d.mts +15 -37
- package/dist/components/calendar.d.ts +15 -37
- package/dist/components/calendar.js +4 -4
- package/dist/components/calendar.mjs +3 -3
- package/dist/components/combo-box.d.mts +2 -185
- package/dist/components/combo-box.d.ts +2 -185
- package/dist/components/combo-box.js +2 -4
- package/dist/components/combo-box.js.map +1 -1
- package/dist/components/combo-box.mjs +1 -3
- package/dist/components/field.d.mts +2 -2
- package/dist/components/field.d.ts +2 -2
- package/dist/components/field.js +2 -2
- package/dist/components/field.mjs +1 -1
- package/dist/components/govt-banner.js +2 -2
- package/dist/components/govt-banner.mjs +2 -2
- package/dist/components/index.d.mts +6 -2
- package/dist/components/index.d.ts +6 -2
- package/dist/components/index.js +38 -12
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +46 -20
- package/dist/components/list-box.d.mts +205 -0
- package/dist/components/list-box.d.ts +205 -0
- package/dist/components/list-box.js +15 -0
- package/dist/components/list-box.js.map +1 -0
- package/dist/components/list-box.mjs +15 -0
- package/dist/components/list-box.mjs.map +1 -0
- package/dist/components/menu.d.mts +463 -0
- package/dist/components/menu.d.ts +463 -0
- package/dist/components/menu.js +22 -0
- package/dist/components/menu.js.map +1 -0
- package/dist/components/menu.mjs +22 -0
- package/dist/components/menu.mjs.map +1 -0
- package/dist/components/popover.d.mts +73 -0
- package/dist/components/popover.d.ts +73 -0
- package/dist/components/popover.js +11 -0
- package/dist/components/popover.js.map +1 -0
- package/dist/components/popover.mjs +11 -0
- package/dist/components/popover.mjs.map +1 -0
- package/dist/components/select.js +2 -2
- package/dist/components/select.mjs +1 -1
- package/dist/components/tabs.d.mts +380 -0
- package/dist/components/tabs.d.ts +380 -0
- package/dist/components/tabs.js +16 -0
- package/dist/components/tabs.js.map +1 -0
- package/dist/components/tabs.mjs +16 -0
- package/dist/components/tabs.mjs.map +1 -0
- package/dist/components/tag-field.d.mts +4 -105
- package/dist/components/tag-field.d.ts +4 -105
- package/dist/components/tag-field.js +4 -6
- package/dist/components/tag-field.js.map +1 -1
- package/dist/components/tag-field.mjs +3 -5
- package/dist/components/toggle.js +2 -2
- package/dist/components/toggle.mjs +2 -2
- package/dist/index.d.mts +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +41 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +51 -25
- package/dist/utils/index.js +5 -5
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/index.mjs +7 -7
- package/package.json +1 -1
- package/src/tailwind.css +16 -0
- package/dist/chunk-2YW3O3BV.js.map +0 -1
- package/dist/chunk-3GUL7NAV.js.map +0 -1
- package/dist/chunk-ARRSHAJG.mjs +0 -1
- package/dist/chunk-F7ZJVYNV.mjs.map +0 -1
- package/dist/chunk-GUV5RZUP.mjs.map +0 -1
- package/dist/chunk-I7GDBJ3N.mjs.map +0 -1
- package/dist/chunk-KUAGUN4H.js +0 -1
- package/dist/chunk-NEO5ZU5V.js.map +0 -1
- package/dist/chunk-OUZ7DBAS.js.map +0 -1
- package/dist/chunk-TBOBJYPO.mjs.map +0 -1
- package/dist/chunk-Z5EKAZRY.mjs.map +0 -1
- /package/dist/{chunk-ARRSHAJG.mjs.map → chunk-EDFORKQ6.mjs.map} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
calendarStyles
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-7S572BNQ.mjs";
|
|
4
4
|
import "../chunk-M2BG3FAA.mjs";
|
|
5
|
+
import "../chunk-TL5MCSZQ.mjs";
|
|
6
|
+
import "../chunk-J2WMLIIA.mjs";
|
|
5
7
|
import "../chunk-XTHC46M2.mjs";
|
|
6
8
|
import "../chunk-SFKXXWVK.mjs";
|
|
7
9
|
import "../chunk-HAUMMW6T.mjs";
|
|
8
|
-
import "../chunk-TL5MCSZQ.mjs";
|
|
9
|
-
import "../chunk-J2WMLIIA.mjs";
|
|
10
10
|
import "../chunk-4JENAMGV.mjs";
|
|
11
11
|
import "../chunk-R6W5A7PF.mjs";
|
|
12
12
|
export {
|
|
@@ -209,189 +209,6 @@ declare const comboBoxStyles: tailwind_variants.TVReturnType<{
|
|
|
209
209
|
}>, unknown, unknown, undefined>>;
|
|
210
210
|
type ComboBoxVariantProps = VariantProps<typeof comboBoxStyles>;
|
|
211
211
|
type ComboBoxSlots = keyof ReturnType<typeof comboBoxStyles>;
|
|
212
|
-
declare const comboBoxItemStyles: tailwind_variants.TVReturnType<{
|
|
213
|
-
size: {
|
|
214
|
-
xs: {
|
|
215
|
-
container: string;
|
|
216
|
-
description: string;
|
|
217
|
-
};
|
|
218
|
-
sm: {
|
|
219
|
-
container: string;
|
|
220
|
-
description: string;
|
|
221
|
-
};
|
|
222
|
-
md: {
|
|
223
|
-
container: string;
|
|
224
|
-
description: string;
|
|
225
|
-
};
|
|
226
|
-
};
|
|
227
|
-
isFocused: {
|
|
228
|
-
true: {
|
|
229
|
-
container: string;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
isSelected: {
|
|
233
|
-
true: {
|
|
234
|
-
container: string;
|
|
235
|
-
};
|
|
236
|
-
};
|
|
237
|
-
isDisabled: {
|
|
238
|
-
true: {
|
|
239
|
-
container: string;
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
}, {
|
|
243
|
-
container: string;
|
|
244
|
-
label: string;
|
|
245
|
-
description: string;
|
|
246
|
-
}, undefined, {
|
|
247
|
-
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
248
|
-
size?: boolean | (string | number | symbol)[] | undefined;
|
|
249
|
-
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
250
|
-
isSelected?: boolean | (string | number | symbol)[] | undefined;
|
|
251
|
-
isFocused?: boolean | (string | number | symbol)[] | undefined;
|
|
252
|
-
} | undefined;
|
|
253
|
-
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
254
|
-
twMergeConfig: {
|
|
255
|
-
extend: {
|
|
256
|
-
theme: {};
|
|
257
|
-
classGroups: {
|
|
258
|
-
prose: {
|
|
259
|
-
prose: (() => boolean)[];
|
|
260
|
-
}[];
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
}, {
|
|
265
|
-
size: {
|
|
266
|
-
xs: {
|
|
267
|
-
container: string;
|
|
268
|
-
description: string;
|
|
269
|
-
};
|
|
270
|
-
sm: {
|
|
271
|
-
container: string;
|
|
272
|
-
description: string;
|
|
273
|
-
};
|
|
274
|
-
md: {
|
|
275
|
-
container: string;
|
|
276
|
-
description: string;
|
|
277
|
-
};
|
|
278
|
-
};
|
|
279
|
-
isFocused: {
|
|
280
|
-
true: {
|
|
281
|
-
container: string;
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
isSelected: {
|
|
285
|
-
true: {
|
|
286
|
-
container: string;
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
isDisabled: {
|
|
290
|
-
true: {
|
|
291
|
-
container: string;
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
|
-
}, {
|
|
295
|
-
container: string;
|
|
296
|
-
label: string;
|
|
297
|
-
description: string;
|
|
298
|
-
}, tailwind_variants.TVReturnType<{
|
|
299
|
-
size: {
|
|
300
|
-
xs: {
|
|
301
|
-
container: string;
|
|
302
|
-
description: string;
|
|
303
|
-
};
|
|
304
|
-
sm: {
|
|
305
|
-
container: string;
|
|
306
|
-
description: string;
|
|
307
|
-
};
|
|
308
|
-
md: {
|
|
309
|
-
container: string;
|
|
310
|
-
description: string;
|
|
311
|
-
};
|
|
312
|
-
};
|
|
313
|
-
isFocused: {
|
|
314
|
-
true: {
|
|
315
|
-
container: string;
|
|
316
|
-
};
|
|
317
|
-
};
|
|
318
|
-
isSelected: {
|
|
319
|
-
true: {
|
|
320
|
-
container: string;
|
|
321
|
-
};
|
|
322
|
-
};
|
|
323
|
-
isDisabled: {
|
|
324
|
-
true: {
|
|
325
|
-
container: string;
|
|
326
|
-
};
|
|
327
|
-
};
|
|
328
|
-
}, {
|
|
329
|
-
container: string;
|
|
330
|
-
label: string;
|
|
331
|
-
description: string;
|
|
332
|
-
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
333
|
-
size: {
|
|
334
|
-
xs: {
|
|
335
|
-
container: string;
|
|
336
|
-
description: string;
|
|
337
|
-
};
|
|
338
|
-
sm: {
|
|
339
|
-
container: string;
|
|
340
|
-
description: string;
|
|
341
|
-
};
|
|
342
|
-
md: {
|
|
343
|
-
container: string;
|
|
344
|
-
description: string;
|
|
345
|
-
};
|
|
346
|
-
};
|
|
347
|
-
isFocused: {
|
|
348
|
-
true: {
|
|
349
|
-
container: string;
|
|
350
|
-
};
|
|
351
|
-
};
|
|
352
|
-
isSelected: {
|
|
353
|
-
true: {
|
|
354
|
-
container: string;
|
|
355
|
-
};
|
|
356
|
-
};
|
|
357
|
-
isDisabled: {
|
|
358
|
-
true: {
|
|
359
|
-
container: string;
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
}, {
|
|
363
|
-
size: {
|
|
364
|
-
xs: {
|
|
365
|
-
container: string;
|
|
366
|
-
description: string;
|
|
367
|
-
};
|
|
368
|
-
sm: {
|
|
369
|
-
container: string;
|
|
370
|
-
description: string;
|
|
371
|
-
};
|
|
372
|
-
md: {
|
|
373
|
-
container: string;
|
|
374
|
-
description: string;
|
|
375
|
-
};
|
|
376
|
-
};
|
|
377
|
-
isFocused: {
|
|
378
|
-
true: {
|
|
379
|
-
container: string;
|
|
380
|
-
};
|
|
381
|
-
};
|
|
382
|
-
isSelected: {
|
|
383
|
-
true: {
|
|
384
|
-
container: string;
|
|
385
|
-
};
|
|
386
|
-
};
|
|
387
|
-
isDisabled: {
|
|
388
|
-
true: {
|
|
389
|
-
container: string;
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
}>, unknown, unknown, undefined>>;
|
|
393
|
-
type ComboBoxItemVariantProps = VariantProps<typeof comboBoxItemStyles>;
|
|
394
|
-
type ComboBoxItemSlots = keyof ReturnType<typeof comboBoxItemStyles>;
|
|
395
212
|
declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
|
|
396
213
|
isDisabled: {
|
|
397
214
|
true: string;
|
|
@@ -417,9 +234,9 @@ declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
417
234
|
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
418
235
|
size?: boolean | (string | number | symbol)[] | undefined;
|
|
419
236
|
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
420
|
-
isFocused?: boolean | (string | number | symbol)[] | undefined;
|
|
421
237
|
isInactive?: boolean | (string | number | symbol)[] | undefined;
|
|
422
238
|
isHovered?: boolean | (string | number | symbol)[] | undefined;
|
|
239
|
+
isFocused?: boolean | (string | number | symbol)[] | undefined;
|
|
423
240
|
isPressed?: boolean | (string | number | symbol)[] | undefined;
|
|
424
241
|
} | undefined;
|
|
425
242
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
@@ -519,4 +336,4 @@ declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
519
336
|
};
|
|
520
337
|
}>, unknown, unknown, undefined>>;
|
|
521
338
|
|
|
522
|
-
export { type
|
|
339
|
+
export { type ComboBoxSlots, type ComboBoxVariantProps, comboBoxClearButtonStyles, comboBoxStyles };
|
|
@@ -209,189 +209,6 @@ declare const comboBoxStyles: tailwind_variants.TVReturnType<{
|
|
|
209
209
|
}>, unknown, unknown, undefined>>;
|
|
210
210
|
type ComboBoxVariantProps = VariantProps<typeof comboBoxStyles>;
|
|
211
211
|
type ComboBoxSlots = keyof ReturnType<typeof comboBoxStyles>;
|
|
212
|
-
declare const comboBoxItemStyles: tailwind_variants.TVReturnType<{
|
|
213
|
-
size: {
|
|
214
|
-
xs: {
|
|
215
|
-
container: string;
|
|
216
|
-
description: string;
|
|
217
|
-
};
|
|
218
|
-
sm: {
|
|
219
|
-
container: string;
|
|
220
|
-
description: string;
|
|
221
|
-
};
|
|
222
|
-
md: {
|
|
223
|
-
container: string;
|
|
224
|
-
description: string;
|
|
225
|
-
};
|
|
226
|
-
};
|
|
227
|
-
isFocused: {
|
|
228
|
-
true: {
|
|
229
|
-
container: string;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
isSelected: {
|
|
233
|
-
true: {
|
|
234
|
-
container: string;
|
|
235
|
-
};
|
|
236
|
-
};
|
|
237
|
-
isDisabled: {
|
|
238
|
-
true: {
|
|
239
|
-
container: string;
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
}, {
|
|
243
|
-
container: string;
|
|
244
|
-
label: string;
|
|
245
|
-
description: string;
|
|
246
|
-
}, undefined, {
|
|
247
|
-
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
248
|
-
size?: boolean | (string | number | symbol)[] | undefined;
|
|
249
|
-
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
250
|
-
isSelected?: boolean | (string | number | symbol)[] | undefined;
|
|
251
|
-
isFocused?: boolean | (string | number | symbol)[] | undefined;
|
|
252
|
-
} | undefined;
|
|
253
|
-
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
254
|
-
twMergeConfig: {
|
|
255
|
-
extend: {
|
|
256
|
-
theme: {};
|
|
257
|
-
classGroups: {
|
|
258
|
-
prose: {
|
|
259
|
-
prose: (() => boolean)[];
|
|
260
|
-
}[];
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
}, {
|
|
265
|
-
size: {
|
|
266
|
-
xs: {
|
|
267
|
-
container: string;
|
|
268
|
-
description: string;
|
|
269
|
-
};
|
|
270
|
-
sm: {
|
|
271
|
-
container: string;
|
|
272
|
-
description: string;
|
|
273
|
-
};
|
|
274
|
-
md: {
|
|
275
|
-
container: string;
|
|
276
|
-
description: string;
|
|
277
|
-
};
|
|
278
|
-
};
|
|
279
|
-
isFocused: {
|
|
280
|
-
true: {
|
|
281
|
-
container: string;
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
isSelected: {
|
|
285
|
-
true: {
|
|
286
|
-
container: string;
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
isDisabled: {
|
|
290
|
-
true: {
|
|
291
|
-
container: string;
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
|
-
}, {
|
|
295
|
-
container: string;
|
|
296
|
-
label: string;
|
|
297
|
-
description: string;
|
|
298
|
-
}, tailwind_variants.TVReturnType<{
|
|
299
|
-
size: {
|
|
300
|
-
xs: {
|
|
301
|
-
container: string;
|
|
302
|
-
description: string;
|
|
303
|
-
};
|
|
304
|
-
sm: {
|
|
305
|
-
container: string;
|
|
306
|
-
description: string;
|
|
307
|
-
};
|
|
308
|
-
md: {
|
|
309
|
-
container: string;
|
|
310
|
-
description: string;
|
|
311
|
-
};
|
|
312
|
-
};
|
|
313
|
-
isFocused: {
|
|
314
|
-
true: {
|
|
315
|
-
container: string;
|
|
316
|
-
};
|
|
317
|
-
};
|
|
318
|
-
isSelected: {
|
|
319
|
-
true: {
|
|
320
|
-
container: string;
|
|
321
|
-
};
|
|
322
|
-
};
|
|
323
|
-
isDisabled: {
|
|
324
|
-
true: {
|
|
325
|
-
container: string;
|
|
326
|
-
};
|
|
327
|
-
};
|
|
328
|
-
}, {
|
|
329
|
-
container: string;
|
|
330
|
-
label: string;
|
|
331
|
-
description: string;
|
|
332
|
-
}, undefined, tailwind_variants_dist_config_js.TVConfig<{
|
|
333
|
-
size: {
|
|
334
|
-
xs: {
|
|
335
|
-
container: string;
|
|
336
|
-
description: string;
|
|
337
|
-
};
|
|
338
|
-
sm: {
|
|
339
|
-
container: string;
|
|
340
|
-
description: string;
|
|
341
|
-
};
|
|
342
|
-
md: {
|
|
343
|
-
container: string;
|
|
344
|
-
description: string;
|
|
345
|
-
};
|
|
346
|
-
};
|
|
347
|
-
isFocused: {
|
|
348
|
-
true: {
|
|
349
|
-
container: string;
|
|
350
|
-
};
|
|
351
|
-
};
|
|
352
|
-
isSelected: {
|
|
353
|
-
true: {
|
|
354
|
-
container: string;
|
|
355
|
-
};
|
|
356
|
-
};
|
|
357
|
-
isDisabled: {
|
|
358
|
-
true: {
|
|
359
|
-
container: string;
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
}, {
|
|
363
|
-
size: {
|
|
364
|
-
xs: {
|
|
365
|
-
container: string;
|
|
366
|
-
description: string;
|
|
367
|
-
};
|
|
368
|
-
sm: {
|
|
369
|
-
container: string;
|
|
370
|
-
description: string;
|
|
371
|
-
};
|
|
372
|
-
md: {
|
|
373
|
-
container: string;
|
|
374
|
-
description: string;
|
|
375
|
-
};
|
|
376
|
-
};
|
|
377
|
-
isFocused: {
|
|
378
|
-
true: {
|
|
379
|
-
container: string;
|
|
380
|
-
};
|
|
381
|
-
};
|
|
382
|
-
isSelected: {
|
|
383
|
-
true: {
|
|
384
|
-
container: string;
|
|
385
|
-
};
|
|
386
|
-
};
|
|
387
|
-
isDisabled: {
|
|
388
|
-
true: {
|
|
389
|
-
container: string;
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
}>, unknown, unknown, undefined>>;
|
|
393
|
-
type ComboBoxItemVariantProps = VariantProps<typeof comboBoxItemStyles>;
|
|
394
|
-
type ComboBoxItemSlots = keyof ReturnType<typeof comboBoxItemStyles>;
|
|
395
212
|
declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
|
|
396
213
|
isDisabled: {
|
|
397
214
|
true: string;
|
|
@@ -417,9 +234,9 @@ declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
417
234
|
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
418
235
|
size?: boolean | (string | number | symbol)[] | undefined;
|
|
419
236
|
isDisabled?: boolean | (string | number | symbol)[] | undefined;
|
|
420
|
-
isFocused?: boolean | (string | number | symbol)[] | undefined;
|
|
421
237
|
isInactive?: boolean | (string | number | symbol)[] | undefined;
|
|
422
238
|
isHovered?: boolean | (string | number | symbol)[] | undefined;
|
|
239
|
+
isFocused?: boolean | (string | number | symbol)[] | undefined;
|
|
423
240
|
isPressed?: boolean | (string | number | symbol)[] | undefined;
|
|
424
241
|
} | undefined;
|
|
425
242
|
} & tailwind_variants_dist_config_js.TWMConfig & {
|
|
@@ -519,4 +336,4 @@ declare const comboBoxClearButtonStyles: tailwind_variants.TVReturnType<{
|
|
|
519
336
|
};
|
|
520
337
|
}>, unknown, unknown, undefined>>;
|
|
521
338
|
|
|
522
|
-
export { type
|
|
339
|
+
export { type ComboBoxSlots, type ComboBoxVariantProps, comboBoxClearButtonStyles, comboBoxStyles };
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
var _chunk2YW3O3BVjs = require('../chunk-2YW3O3BV.js');
|
|
4
|
+
var _chunkQGEGS5ROjs = require('../chunk-QGEGS5RO.js');
|
|
6
5
|
require('../chunk-DB7X5OUP.js');
|
|
7
6
|
require('../chunk-UZONBJUX.js');
|
|
8
7
|
require('../chunk-HEB3T2LL.js');
|
|
9
8
|
|
|
10
9
|
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
exports.comboBoxClearButtonStyles = _chunk2YW3O3BVjs.comboBoxClearButtonStyles; exports.comboBoxItemStyles = _chunk2YW3O3BVjs.comboBoxItemStyles; exports.comboBoxStyles = _chunk2YW3O3BVjs.comboBoxStyles;
|
|
11
|
+
exports.comboBoxClearButtonStyles = _chunkQGEGS5ROjs.comboBoxClearButtonStyles; exports.comboBoxStyles = _chunkQGEGS5ROjs.comboBoxStyles;
|
|
14
12
|
//# sourceMappingURL=combo-box.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/oui-design-system/oui-design-system/packages/theme/dist/components/combo-box.js"],"names":[],"mappings":"AAAA;AACE;AACA;
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/oui-design-system/oui-design-system/packages/theme/dist/components/combo-box.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACF,yIAAC","file":"/home/runner/work/oui-design-system/oui-design-system/packages/theme/dist/components/combo-box.js"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
comboBoxClearButtonStyles,
|
|
3
|
-
comboBoxItemStyles,
|
|
4
3
|
comboBoxStyles
|
|
5
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-34YVA3CF.mjs";
|
|
6
5
|
import "../chunk-43I4FEYX.mjs";
|
|
7
6
|
import "../chunk-4JENAMGV.mjs";
|
|
8
7
|
import "../chunk-R6W5A7PF.mjs";
|
|
9
8
|
export {
|
|
10
9
|
comboBoxClearButtonStyles,
|
|
11
|
-
comboBoxItemStyles,
|
|
12
10
|
comboBoxStyles
|
|
13
11
|
};
|
|
14
12
|
//# sourceMappingURL=combo-box.mjs.map
|
|
@@ -8,7 +8,7 @@ declare const labelStyles: tailwind_variants.TVReturnType<{
|
|
|
8
8
|
sm: string;
|
|
9
9
|
md: string;
|
|
10
10
|
};
|
|
11
|
-
}, undefined, "text-base-content-strong w-fit cursor-default", {
|
|
11
|
+
}, undefined, "text-base-content-strong flex w-fit cursor-default flex-col", {
|
|
12
12
|
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
13
13
|
size?: boolean | (string | number | symbol)[] | undefined;
|
|
14
14
|
} | undefined;
|
|
@@ -35,7 +35,7 @@ declare const labelStyles: tailwind_variants.TVReturnType<{
|
|
|
35
35
|
sm: string;
|
|
36
36
|
md: string;
|
|
37
37
|
};
|
|
38
|
-
}, undefined, "text-base-content-strong w-fit cursor-default", tailwind_variants_dist_config_js.TVConfig<{
|
|
38
|
+
}, undefined, "text-base-content-strong flex w-fit cursor-default flex-col", tailwind_variants_dist_config_js.TVConfig<{
|
|
39
39
|
size: {
|
|
40
40
|
xs: string;
|
|
41
41
|
sm: string;
|
|
@@ -8,7 +8,7 @@ declare const labelStyles: tailwind_variants.TVReturnType<{
|
|
|
8
8
|
sm: string;
|
|
9
9
|
md: string;
|
|
10
10
|
};
|
|
11
|
-
}, undefined, "text-base-content-strong w-fit cursor-default", {
|
|
11
|
+
}, undefined, "text-base-content-strong flex w-fit cursor-default flex-col", {
|
|
12
12
|
responsiveVariants?: boolean | (string | number | symbol)[] | {
|
|
13
13
|
size?: boolean | (string | number | symbol)[] | undefined;
|
|
14
14
|
} | undefined;
|
|
@@ -35,7 +35,7 @@ declare const labelStyles: tailwind_variants.TVReturnType<{
|
|
|
35
35
|
sm: string;
|
|
36
36
|
md: string;
|
|
37
37
|
};
|
|
38
|
-
}, undefined, "text-base-content-strong w-fit cursor-default", tailwind_variants_dist_config_js.TVConfig<{
|
|
38
|
+
}, undefined, "text-base-content-strong flex w-fit cursor-default flex-col", tailwind_variants_dist_config_js.TVConfig<{
|
|
39
39
|
size: {
|
|
40
40
|
xs: string;
|
|
41
41
|
sm: string;
|
package/dist/components/field.js
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkLQDQQV7Xjs = require('../chunk-LQDQQV7X.js');
|
|
6
6
|
require('../chunk-UZONBJUX.js');
|
|
7
7
|
require('../chunk-HEB3T2LL.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.descriptionStyles =
|
|
12
|
+
exports.descriptionStyles = _chunkLQDQQV7Xjs.descriptionStyles; exports.fieldErrorStyles = _chunkLQDQQV7Xjs.fieldErrorStyles; exports.labelStyles = _chunkLQDQQV7Xjs.labelStyles;
|
|
13
13
|
//# sourceMappingURL=field.js.map
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
var _chunkWWEFJ54Bjs = require('../chunk-WWEFJ54B.js');
|
|
4
4
|
require('../chunk-OLJN3WXR.js');
|
|
5
|
+
require('../chunk-O3I4FUFD.js');
|
|
6
|
+
require('../chunk-ZXZSQRVC.js');
|
|
5
7
|
require('../chunk-2LTV7VB5.js');
|
|
6
8
|
require('../chunk-X2UCVIR5.js');
|
|
7
9
|
require('../chunk-ZIQLHX3U.js');
|
|
8
|
-
require('../chunk-O3I4FUFD.js');
|
|
9
|
-
require('../chunk-ZXZSQRVC.js');
|
|
10
10
|
require('../chunk-UZONBJUX.js');
|
|
11
11
|
require('../chunk-HEB3T2LL.js');
|
|
12
12
|
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
govtBannerStyles
|
|
3
3
|
} from "../chunk-SETXC4VI.mjs";
|
|
4
4
|
import "../chunk-M2BG3FAA.mjs";
|
|
5
|
+
import "../chunk-TL5MCSZQ.mjs";
|
|
6
|
+
import "../chunk-J2WMLIIA.mjs";
|
|
5
7
|
import "../chunk-XTHC46M2.mjs";
|
|
6
8
|
import "../chunk-SFKXXWVK.mjs";
|
|
7
9
|
import "../chunk-HAUMMW6T.mjs";
|
|
8
|
-
import "../chunk-TL5MCSZQ.mjs";
|
|
9
|
-
import "../chunk-J2WMLIIA.mjs";
|
|
10
10
|
import "../chunk-4JENAMGV.mjs";
|
|
11
11
|
import "../chunk-R6W5A7PF.mjs";
|
|
12
12
|
export {
|
|
@@ -6,13 +6,17 @@ export { ToggleSlots, ToggleVariantProps, toggleStyles } from './toggle.mjs';
|
|
|
6
6
|
export { SkipNavLinkVariantProps, skipNavLinkStyles } from './skip-nav-link.mjs';
|
|
7
7
|
export { InputVariantProps, inputStyles } from './input.mjs';
|
|
8
8
|
export { TextAreaVariantProps, textAreaStyles } from './text-area.mjs';
|
|
9
|
-
export {
|
|
9
|
+
export { ComboBoxSlots, ComboBoxVariantProps, comboBoxClearButtonStyles, comboBoxStyles } from './combo-box.mjs';
|
|
10
10
|
export { ComboBoxFuzzySlots, ComboBoxFuzzyVariantProps, comboBoxFuzzyHighlightedTextStyles } from './combo-box-fuzzy.mjs';
|
|
11
11
|
export { FieldSlots, FieldVariantProps, fieldBorderStyles, fieldGroupStyles } from './field-group.mjs';
|
|
12
12
|
export { DescriptionVariantProps, FieldErrorSlots, FieldErrorVariantProps, LabelVariantProps, descriptionStyles, fieldErrorStyles, labelStyles } from './field.mjs';
|
|
13
13
|
export { BannerSlots, BannerVariantProps, bannerStyles } from './banner.mjs';
|
|
14
|
-
export {
|
|
14
|
+
export { TagFieldSlots, TagFieldVariantProps, tagFieldStyles } from './tag-field.mjs';
|
|
15
15
|
export { SelectItemVariantProps, SelectItemVariantSlots, SelectVariantProps, SelectVariantSlots, selectItemStyles, selectSearchStyles, selectStyles } from './select.mjs';
|
|
16
16
|
export { BadgeSlots, BadgeVariantProps, badgeCloseButtonStyles, badgeStyles } from './badge.mjs';
|
|
17
|
+
export { MenuItemVariantProps, MenuItemVariantSlots, MenuSectionVariantProps, MenuSectionVariantSlots, MenuVariantProps, MenuVariantSlots, menuDividerStyles, menuItemStyles, menuSectionStyles, menuStyles } from './menu.mjs';
|
|
18
|
+
export { ListBoxItemSlots, ListBoxItemVariantProps, listBoxItemStyles } from './list-box.mjs';
|
|
19
|
+
export { PopoverVariantProps, popoverArrowStyles, popoverStyles } from './popover.mjs';
|
|
20
|
+
export { TabListVariantProps, TabPanelVariantProps, TabVariantProps, TabsVariantProps, tabListStyles, tabPanelStyles, tabStyles, tabsStyles } from './tabs.mjs';
|
|
17
21
|
import 'tailwind-variants';
|
|
18
22
|
import 'tailwind-variants/dist/config.js';
|
|
@@ -6,13 +6,17 @@ export { ToggleSlots, ToggleVariantProps, toggleStyles } from './toggle.js';
|
|
|
6
6
|
export { SkipNavLinkVariantProps, skipNavLinkStyles } from './skip-nav-link.js';
|
|
7
7
|
export { InputVariantProps, inputStyles } from './input.js';
|
|
8
8
|
export { TextAreaVariantProps, textAreaStyles } from './text-area.js';
|
|
9
|
-
export {
|
|
9
|
+
export { ComboBoxSlots, ComboBoxVariantProps, comboBoxClearButtonStyles, comboBoxStyles } from './combo-box.js';
|
|
10
10
|
export { ComboBoxFuzzySlots, ComboBoxFuzzyVariantProps, comboBoxFuzzyHighlightedTextStyles } from './combo-box-fuzzy.js';
|
|
11
11
|
export { FieldSlots, FieldVariantProps, fieldBorderStyles, fieldGroupStyles } from './field-group.js';
|
|
12
12
|
export { DescriptionVariantProps, FieldErrorSlots, FieldErrorVariantProps, LabelVariantProps, descriptionStyles, fieldErrorStyles, labelStyles } from './field.js';
|
|
13
13
|
export { BannerSlots, BannerVariantProps, bannerStyles } from './banner.js';
|
|
14
|
-
export {
|
|
14
|
+
export { TagFieldSlots, TagFieldVariantProps, tagFieldStyles } from './tag-field.js';
|
|
15
15
|
export { SelectItemVariantProps, SelectItemVariantSlots, SelectVariantProps, SelectVariantSlots, selectItemStyles, selectSearchStyles, selectStyles } from './select.js';
|
|
16
16
|
export { BadgeSlots, BadgeVariantProps, badgeCloseButtonStyles, badgeStyles } from './badge.js';
|
|
17
|
+
export { MenuItemVariantProps, MenuItemVariantSlots, MenuSectionVariantProps, MenuSectionVariantSlots, MenuVariantProps, MenuVariantSlots, menuDividerStyles, menuItemStyles, menuSectionStyles, menuStyles } from './menu.js';
|
|
18
|
+
export { ListBoxItemSlots, ListBoxItemVariantProps, listBoxItemStyles } from './list-box.js';
|
|
19
|
+
export { PopoverVariantProps, popoverArrowStyles, popoverStyles } from './popover.js';
|
|
20
|
+
export { TabListVariantProps, TabPanelVariantProps, TabVariantProps, TabsVariantProps, tabListStyles, tabPanelStyles, tabStyles, tabsStyles } from './tabs.js';
|
|
17
21
|
import 'tailwind-variants';
|
|
18
22
|
import 'tailwind-variants/dist/config.js';
|