@nextui-org/theme 0.0.0-dev-v2-20230728014036 → 0.0.0-dev-v2-20230728201112

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 (63) hide show
  1. package/dist/components/accordion.d.ts +2 -153
  2. package/dist/components/accordion.mjs +1 -1
  3. package/dist/components/avatar.d.ts +2 -227
  4. package/dist/components/avatar.mjs +2 -2
  5. package/dist/components/badge.d.ts +1 -199
  6. package/dist/components/badge.mjs +2 -2
  7. package/dist/components/button.d.ts +2 -155
  8. package/dist/components/button.mjs +2 -2
  9. package/dist/components/card.d.ts +1 -225
  10. package/dist/components/card.mjs +1 -1
  11. package/dist/components/checkbox.d.ts +2 -250
  12. package/dist/components/checkbox.mjs +1 -1
  13. package/dist/components/chip.d.ts +1 -304
  14. package/dist/components/chip.mjs +2 -2
  15. package/dist/components/circular-progress.d.ts +1 -171
  16. package/dist/components/code.d.ts +1 -64
  17. package/dist/components/code.mjs +2 -2
  18. package/dist/components/divider.d.ts +1 -16
  19. package/dist/components/drip.d.ts +1 -1
  20. package/dist/components/dropdown.d.ts +4 -135
  21. package/dist/components/dropdown.mjs +1 -1
  22. package/dist/components/image.d.ts +1 -141
  23. package/dist/components/index.mjs +39 -39
  24. package/dist/components/input.d.ts +1 -426
  25. package/dist/components/input.mjs +1 -1
  26. package/dist/components/kbd.d.ts +1 -5
  27. package/dist/components/link.d.ts +1 -94
  28. package/dist/components/link.mjs +1 -1
  29. package/dist/components/modal.d.ts +1 -315
  30. package/dist/components/modal.mjs +1 -1
  31. package/dist/components/navbar.d.ts +1 -174
  32. package/dist/components/navbar.mjs +1 -1
  33. package/dist/components/pagination.d.ts +1 -239
  34. package/dist/components/pagination.mjs +2 -2
  35. package/dist/components/popover.d.ts +1 -258
  36. package/dist/components/popover.mjs +2 -2
  37. package/dist/components/progress.d.ts +1 -91
  38. package/dist/components/radio.d.ts +2 -231
  39. package/dist/components/radio.mjs +1 -1
  40. package/dist/components/skeleton.d.ts +1 -37
  41. package/dist/components/snippet.d.ts +1 -165
  42. package/dist/components/snippet.mjs +2 -2
  43. package/dist/components/spacer.d.ts +1 -16
  44. package/dist/components/spinner.d.ts +1 -232
  45. package/dist/components/table.d.ts +1 -311
  46. package/dist/components/table.mjs +1 -1
  47. package/dist/components/tabs.d.ts +1 -269
  48. package/dist/components/tabs.mjs +2 -2
  49. package/dist/components/toggle.d.ts +1 -192
  50. package/dist/components/toggle.mjs +1 -1
  51. package/dist/components/user.d.ts +1 -11
  52. package/dist/components/user.mjs +1 -1
  53. package/dist/index.mjs +40 -40
  54. package/package.json +1 -1
  55. package/dist/{chunk-HDWYLUG3.mjs → chunk-77O7KLUI.mjs} +3 -3
  56. package/dist/{chunk-O3IKQG57.mjs → chunk-B55QBA5E.mjs} +3 -3
  57. package/dist/{chunk-7FE2S6SN.mjs → chunk-DM43SKSP.mjs} +3 -3
  58. package/dist/{chunk-T2TGJLXI.mjs → chunk-FZZINZOQ.mjs} +3 -3
  59. package/dist/{chunk-SUDYOX5B.mjs → chunk-PKP3F3VC.mjs} +3 -3
  60. package/dist/{chunk-AWPGSFD6.mjs → chunk-RHIZZ5XX.mjs} +3 -3
  61. package/dist/{chunk-VB6YPWEW.mjs → chunk-RPMLQF4Y.mjs} +3 -3
  62. package/dist/{chunk-V4DLFVFF.mjs → chunk-U3S42JDF.mjs} +3 -3
  63. package/dist/{chunk-3RZCOCFH.mjs → chunk-XCWQAA5D.mjs} +3 -3
@@ -318,224 +318,7 @@ declare const radio: tailwind_variants.TVReturnType<{
318
318
  control: string[];
319
319
  label: string;
320
320
  description: string;
321
- }, tailwind_variants.TVReturnType<{
322
- color: {
323
- default: {
324
- control: string;
325
- wrapper: string;
326
- };
327
- primary: {
328
- control: string;
329
- wrapper: string;
330
- };
331
- secondary: {
332
- control: string;
333
- wrapper: string;
334
- };
335
- success: {
336
- control: string;
337
- wrapper: string;
338
- };
339
- warning: {
340
- control: string;
341
- wrapper: string;
342
- };
343
- danger: {
344
- control: string;
345
- wrapper: string;
346
- };
347
- };
348
- size: {
349
- sm: {
350
- wrapper: string;
351
- control: string;
352
- labelWrapper: string;
353
- label: string;
354
- description: string;
355
- };
356
- md: {
357
- wrapper: string;
358
- control: string;
359
- labelWrapper: string;
360
- label: string;
361
- description: string;
362
- };
363
- lg: {
364
- wrapper: string;
365
- control: string;
366
- labelWrapper: string;
367
- label: string;
368
- description: string;
369
- };
370
- };
371
- isDisabled: {
372
- true: {
373
- base: string;
374
- };
375
- };
376
- isInvalid: {
377
- true: {
378
- control: string;
379
- wrapper: string;
380
- label: string;
381
- description: string;
382
- };
383
- };
384
- disableAnimation: {
385
- true: {};
386
- false: {
387
- wrapper: string[];
388
- control: string;
389
- };
390
- };
391
- }, {
392
- base: string;
393
- wrapper: string[];
394
- labelWrapper: string;
395
- control: string[];
396
- label: string;
397
- description: string;
398
- }, undefined, tailwind_variants_dist_config.TVConfig<{
399
- color: {
400
- default: {
401
- control: string;
402
- wrapper: string;
403
- };
404
- primary: {
405
- control: string;
406
- wrapper: string;
407
- };
408
- secondary: {
409
- control: string;
410
- wrapper: string;
411
- };
412
- success: {
413
- control: string;
414
- wrapper: string;
415
- };
416
- warning: {
417
- control: string;
418
- wrapper: string;
419
- };
420
- danger: {
421
- control: string;
422
- wrapper: string;
423
- };
424
- };
425
- size: {
426
- sm: {
427
- wrapper: string;
428
- control: string;
429
- labelWrapper: string;
430
- label: string;
431
- description: string;
432
- };
433
- md: {
434
- wrapper: string;
435
- control: string;
436
- labelWrapper: string;
437
- label: string;
438
- description: string;
439
- };
440
- lg: {
441
- wrapper: string;
442
- control: string;
443
- labelWrapper: string;
444
- label: string;
445
- description: string;
446
- };
447
- };
448
- isDisabled: {
449
- true: {
450
- base: string;
451
- };
452
- };
453
- isInvalid: {
454
- true: {
455
- control: string;
456
- wrapper: string;
457
- label: string;
458
- description: string;
459
- };
460
- };
461
- disableAnimation: {
462
- true: {};
463
- false: {
464
- wrapper: string[];
465
- control: string;
466
- };
467
- };
468
- }, {
469
- color: {
470
- default: {
471
- control: string;
472
- wrapper: string;
473
- };
474
- primary: {
475
- control: string;
476
- wrapper: string;
477
- };
478
- secondary: {
479
- control: string;
480
- wrapper: string;
481
- };
482
- success: {
483
- control: string;
484
- wrapper: string;
485
- };
486
- warning: {
487
- control: string;
488
- wrapper: string;
489
- };
490
- danger: {
491
- control: string;
492
- wrapper: string;
493
- };
494
- };
495
- size: {
496
- sm: {
497
- wrapper: string;
498
- control: string;
499
- labelWrapper: string;
500
- label: string;
501
- description: string;
502
- };
503
- md: {
504
- wrapper: string;
505
- control: string;
506
- labelWrapper: string;
507
- label: string;
508
- description: string;
509
- };
510
- lg: {
511
- wrapper: string;
512
- control: string;
513
- labelWrapper: string;
514
- label: string;
515
- description: string;
516
- };
517
- };
518
- isDisabled: {
519
- true: {
520
- base: string;
521
- };
522
- };
523
- isInvalid: {
524
- true: {
525
- control: string;
526
- wrapper: string;
527
- label: string;
528
- description: string;
529
- };
530
- };
531
- disableAnimation: {
532
- true: {};
533
- false: {
534
- wrapper: string[];
535
- control: string;
536
- };
537
- };
538
- }>, unknown, unknown, undefined>>;
321
+ }>;
539
322
  /**
540
323
  * RadioGroup wrapper **Tailwind Variants** component
541
324
  *
@@ -589,19 +372,7 @@ declare const radioGroup: tailwind_variants.TVReturnType<tailwind_variants.TVVar
589
372
  wrapper: string;
590
373
  description: string;
591
374
  errorMessage: string;
592
- }, tailwind_variants.TVReturnType<unknown, {
593
- base: string;
594
- label: string;
595
- wrapper: string;
596
- description: string;
597
- errorMessage: string;
598
- }, undefined, tailwind_variants_dist_config.TVConfig<unknown, tailwind_variants.TVVariantsDefault<{
599
- base: string;
600
- label: string;
601
- wrapper: string;
602
- description: string;
603
- errorMessage: string;
604
- }, undefined> | {}>, unknown, unknown, undefined>>;
375
+ }>;
605
376
  type RadioGroupSlots = keyof ReturnType<typeof radioGroup>;
606
377
  type RadioVariantProps = VariantProps<typeof radio>;
607
378
  type RadioSlots = keyof ReturnType<typeof radio>;
@@ -2,10 +2,10 @@ import {
2
2
  radio,
3
3
  radioGroup
4
4
  } from "../chunk-Y33ZY7KH.mjs";
5
- import "../chunk-6AEINX52.mjs";
6
5
  import "../chunk-CMYR6AOY.mjs";
7
6
  import "../chunk-K7LK7NCE.mjs";
8
7
  import "../chunk-2PIR7DFM.mjs";
8
+ import "../chunk-6AEINX52.mjs";
9
9
  import "../chunk-T7JNS25F.mjs";
10
10
  import "../chunk-WA5F6AED.mjs";
11
11
  export {
@@ -62,43 +62,7 @@ declare const skeleton: tailwind_variants.TVReturnType<{
62
62
  }, {
63
63
  base: string[];
64
64
  content: string[];
65
- }, tailwind_variants.TVReturnType<{
66
- disableAnimation: {
67
- true: {
68
- base: string;
69
- content: string;
70
- };
71
- false: {
72
- base: string;
73
- content: string;
74
- };
75
- };
76
- }, {
77
- base: string[];
78
- content: string[];
79
- }, undefined, tailwind_variants_dist_config.TVConfig<{
80
- disableAnimation: {
81
- true: {
82
- base: string;
83
- content: string;
84
- };
85
- false: {
86
- base: string;
87
- content: string;
88
- };
89
- };
90
- }, {
91
- disableAnimation: {
92
- true: {
93
- base: string;
94
- content: string;
95
- };
96
- false: {
97
- base: string;
98
- content: string;
99
- };
100
- };
101
- }>, unknown, unknown, undefined>>;
65
+ }>;
102
66
  type SkeletonVariantProps = VariantProps<typeof skeleton>;
103
67
  type SkeletonSlots = keyof ReturnType<typeof skeleton>;
104
68
 
@@ -244,171 +244,7 @@ declare const snippet: tailwind_variants.TVReturnType<{
244
244
  copyButton: string[];
245
245
  copyIcon: string[];
246
246
  checkIcon: string[];
247
- }, tailwind_variants.TVReturnType<{
248
- variant: {
249
- flat: "";
250
- solid: "";
251
- bordered: "border-medium bg-transparent";
252
- shadow: "";
253
- };
254
- color: {
255
- default: {};
256
- primary: {};
257
- secondary: {};
258
- success: {};
259
- warning: {};
260
- danger: {};
261
- };
262
- size: {
263
- sm: {
264
- base: string;
265
- };
266
- md: {
267
- base: string;
268
- };
269
- lg: {
270
- base: string;
271
- };
272
- };
273
- radius: {
274
- none: {
275
- base: string;
276
- };
277
- sm: {
278
- base: string;
279
- };
280
- md: {
281
- base: string;
282
- };
283
- lg: {
284
- base: string;
285
- };
286
- };
287
- fullWidth: {
288
- true: {
289
- base: string;
290
- };
291
- };
292
- disableAnimation: {
293
- true: {};
294
- false: {
295
- copyIcon: string;
296
- checkIcon: string;
297
- };
298
- };
299
- }, {
300
- base: string;
301
- pre: string;
302
- content: string;
303
- symbol: string;
304
- copyButton: string[];
305
- copyIcon: string[];
306
- checkIcon: string[];
307
- }, undefined, tailwind_variants_dist_config.TVConfig<{
308
- variant: {
309
- flat: "";
310
- solid: "";
311
- bordered: "border-medium bg-transparent";
312
- shadow: "";
313
- };
314
- color: {
315
- default: {};
316
- primary: {};
317
- secondary: {};
318
- success: {};
319
- warning: {};
320
- danger: {};
321
- };
322
- size: {
323
- sm: {
324
- base: string;
325
- };
326
- md: {
327
- base: string;
328
- };
329
- lg: {
330
- base: string;
331
- };
332
- };
333
- radius: {
334
- none: {
335
- base: string;
336
- };
337
- sm: {
338
- base: string;
339
- };
340
- md: {
341
- base: string;
342
- };
343
- lg: {
344
- base: string;
345
- };
346
- };
347
- fullWidth: {
348
- true: {
349
- base: string;
350
- };
351
- };
352
- disableAnimation: {
353
- true: {};
354
- false: {
355
- copyIcon: string;
356
- checkIcon: string;
357
- };
358
- };
359
- }, {
360
- variant: {
361
- flat: "";
362
- solid: "";
363
- bordered: "border-medium bg-transparent";
364
- shadow: "";
365
- };
366
- color: {
367
- default: {};
368
- primary: {};
369
- secondary: {};
370
- success: {};
371
- warning: {};
372
- danger: {};
373
- };
374
- size: {
375
- sm: {
376
- base: string;
377
- };
378
- md: {
379
- base: string;
380
- };
381
- lg: {
382
- base: string;
383
- };
384
- };
385
- radius: {
386
- none: {
387
- base: string;
388
- };
389
- sm: {
390
- base: string;
391
- };
392
- md: {
393
- base: string;
394
- };
395
- lg: {
396
- base: string;
397
- };
398
- };
399
- fullWidth: {
400
- true: {
401
- base: string;
402
- };
403
- };
404
- disableAnimation: {
405
- true: {};
406
- false: {
407
- copyIcon: string;
408
- checkIcon: string;
409
- };
410
- };
411
- }>, unknown, unknown, undefined>>;
247
+ }>;
412
248
  type SnippetVariantProps = VariantProps<typeof snippet>;
413
249
  type SnippetSlots = keyof ReturnType<typeof snippet>;
414
250
 
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  snippet
3
- } from "../chunk-O3IKQG57.mjs";
4
- import "../chunk-6AEINX52.mjs";
3
+ } from "../chunk-B55QBA5E.mjs";
5
4
  import "../chunk-CMYR6AOY.mjs";
6
5
  import "../chunk-K7LK7NCE.mjs";
7
6
  import "../chunk-2PIR7DFM.mjs";
7
+ import "../chunk-6AEINX52.mjs";
8
8
  import "../chunk-T7JNS25F.mjs";
9
9
  import "../chunk-WA5F6AED.mjs";
10
10
  export {
@@ -31,22 +31,7 @@ declare const spacer: tailwind_variants.TVReturnType<{
31
31
  true: "inline-block";
32
32
  false: "block";
33
33
  };
34
- }, undefined, tailwind_variants.TVReturnType<{
35
- isInline: {
36
- true: "inline-block";
37
- false: "block";
38
- };
39
- }, undefined, "w-px h-px inline-block", tailwind_variants_dist_config.TVConfig<{
40
- isInline: {
41
- true: "inline-block";
42
- false: "block";
43
- };
44
- }, {
45
- isInline: {
46
- true: "inline-block";
47
- false: "block";
48
- };
49
- }>, unknown, unknown, undefined>>;
34
+ }, undefined>;
50
35
  type SpacerVariantProps = VariantProps<typeof spacer>;
51
36
 
52
37
  export { SpacerVariantProps, spacer };