@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
@@ -381,275 +381,7 @@ declare const tabs: tailwind_variants.TVReturnType<{
381
381
  tabContent: string[];
382
382
  cursor: string[];
383
383
  panel: string[];
384
- }, tailwind_variants.TVReturnType<{
385
- variant: {
386
- solid: {
387
- cursor: string;
388
- };
389
- light: {
390
- tabList: string;
391
- cursor: string;
392
- };
393
- underlined: {
394
- tabList: string;
395
- cursor: string;
396
- };
397
- bordered: {
398
- tabList: string;
399
- cursor: string;
400
- };
401
- };
402
- color: {
403
- default: {};
404
- primary: {};
405
- secondary: {};
406
- success: {};
407
- warning: {};
408
- danger: {};
409
- };
410
- size: {
411
- sm: {
412
- tabList: string;
413
- tab: string;
414
- cursor: string;
415
- };
416
- md: {
417
- tabList: string;
418
- tab: string;
419
- cursor: string;
420
- };
421
- lg: {
422
- tabList: string;
423
- tab: string;
424
- cursor: string;
425
- };
426
- };
427
- radius: {
428
- none: {
429
- tabList: string;
430
- tab: string;
431
- cursor: string;
432
- };
433
- sm: {
434
- tabList: string;
435
- tab: string;
436
- cursor: string;
437
- };
438
- md: {
439
- tabList: string;
440
- tab: string;
441
- cursor: string;
442
- };
443
- lg: {
444
- tabList: string;
445
- tab: string;
446
- cursor: string;
447
- };
448
- full: {
449
- tabList: string;
450
- tab: string;
451
- cursor: string;
452
- };
453
- };
454
- fullWidth: {
455
- true: {
456
- base: string;
457
- tabList: string;
458
- };
459
- };
460
- isDisabled: {
461
- true: {
462
- tabList: string;
463
- };
464
- };
465
- disableAnimation: {
466
- true: {
467
- tab: string;
468
- tabContent: string;
469
- };
470
- };
471
- }, {
472
- base: string;
473
- tabList: string[];
474
- tab: string[];
475
- tabContent: string[];
476
- cursor: string[];
477
- panel: string[];
478
- }, undefined, tailwind_variants_dist_config.TVConfig<{
479
- variant: {
480
- solid: {
481
- cursor: string;
482
- };
483
- light: {
484
- tabList: string;
485
- cursor: string;
486
- };
487
- underlined: {
488
- tabList: string;
489
- cursor: string;
490
- };
491
- bordered: {
492
- tabList: string;
493
- cursor: string;
494
- };
495
- };
496
- color: {
497
- default: {};
498
- primary: {};
499
- secondary: {};
500
- success: {};
501
- warning: {};
502
- danger: {};
503
- };
504
- size: {
505
- sm: {
506
- tabList: string;
507
- tab: string;
508
- cursor: string;
509
- };
510
- md: {
511
- tabList: string;
512
- tab: string;
513
- cursor: string;
514
- };
515
- lg: {
516
- tabList: string;
517
- tab: string;
518
- cursor: string;
519
- };
520
- };
521
- radius: {
522
- none: {
523
- tabList: string;
524
- tab: string;
525
- cursor: string;
526
- };
527
- sm: {
528
- tabList: string;
529
- tab: string;
530
- cursor: string;
531
- };
532
- md: {
533
- tabList: string;
534
- tab: string;
535
- cursor: string;
536
- };
537
- lg: {
538
- tabList: string;
539
- tab: string;
540
- cursor: string;
541
- };
542
- full: {
543
- tabList: string;
544
- tab: string;
545
- cursor: string;
546
- };
547
- };
548
- fullWidth: {
549
- true: {
550
- base: string;
551
- tabList: string;
552
- };
553
- };
554
- isDisabled: {
555
- true: {
556
- tabList: string;
557
- };
558
- };
559
- disableAnimation: {
560
- true: {
561
- tab: string;
562
- tabContent: string;
563
- };
564
- };
565
- }, {
566
- variant: {
567
- solid: {
568
- cursor: string;
569
- };
570
- light: {
571
- tabList: string;
572
- cursor: string;
573
- };
574
- underlined: {
575
- tabList: string;
576
- cursor: string;
577
- };
578
- bordered: {
579
- tabList: string;
580
- cursor: string;
581
- };
582
- };
583
- color: {
584
- default: {};
585
- primary: {};
586
- secondary: {};
587
- success: {};
588
- warning: {};
589
- danger: {};
590
- };
591
- size: {
592
- sm: {
593
- tabList: string;
594
- tab: string;
595
- cursor: string;
596
- };
597
- md: {
598
- tabList: string;
599
- tab: string;
600
- cursor: string;
601
- };
602
- lg: {
603
- tabList: string;
604
- tab: string;
605
- cursor: string;
606
- };
607
- };
608
- radius: {
609
- none: {
610
- tabList: string;
611
- tab: string;
612
- cursor: string;
613
- };
614
- sm: {
615
- tabList: string;
616
- tab: string;
617
- cursor: string;
618
- };
619
- md: {
620
- tabList: string;
621
- tab: string;
622
- cursor: string;
623
- };
624
- lg: {
625
- tabList: string;
626
- tab: string;
627
- cursor: string;
628
- };
629
- full: {
630
- tabList: string;
631
- tab: string;
632
- cursor: string;
633
- };
634
- };
635
- fullWidth: {
636
- true: {
637
- base: string;
638
- tabList: string;
639
- };
640
- };
641
- isDisabled: {
642
- true: {
643
- tabList: string;
644
- };
645
- };
646
- disableAnimation: {
647
- true: {
648
- tab: string;
649
- tabContent: string;
650
- };
651
- };
652
- }>, unknown, unknown, undefined>>;
384
+ }>;
653
385
  type TabsVariantProps = VariantProps<typeof tabs>;
654
386
  type TabsSlots = keyof ReturnType<typeof tabs>;
655
387
  type TabsReturnType = ReturnType<typeof tabs>;
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  tabs
3
- } from "../chunk-AWPGSFD6.mjs";
4
- import "../chunk-6AEINX52.mjs";
3
+ } from "../chunk-RHIZZ5XX.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 {
@@ -287,198 +287,7 @@ declare const toggle: tailwind_variants.TVReturnType<{
287
287
  endContent: string;
288
288
  thumbIcon: string;
289
289
  label: string;
290
- }, tailwind_variants.TVReturnType<{
291
- color: {
292
- default: {
293
- wrapper: string[];
294
- };
295
- primary: {
296
- wrapper: string[];
297
- };
298
- secondary: {
299
- wrapper: string[];
300
- };
301
- success: {
302
- wrapper: string[];
303
- };
304
- warning: {
305
- wrapper: string[];
306
- };
307
- danger: {
308
- wrapper: string[];
309
- };
310
- };
311
- size: {
312
- sm: {
313
- wrapper: string;
314
- thumb: string[];
315
- endContent: string;
316
- startContent: string;
317
- label: string;
318
- };
319
- md: {
320
- wrapper: string;
321
- thumb: string[];
322
- endContent: string;
323
- startContent: string;
324
- label: string;
325
- };
326
- lg: {
327
- wrapper: string;
328
- thumb: string[];
329
- endContent: string;
330
- startContent: string;
331
- label: string;
332
- };
333
- };
334
- isDisabled: {
335
- true: {
336
- base: string;
337
- };
338
- };
339
- disableAnimation: {
340
- true: {
341
- wrapper: string;
342
- thumb: string;
343
- };
344
- false: {
345
- wrapper: string;
346
- thumb: string;
347
- startContent: string[];
348
- endContent: string[];
349
- };
350
- };
351
- }, {
352
- base: string;
353
- wrapper: string[];
354
- thumb: string[];
355
- startContent: string;
356
- endContent: string;
357
- thumbIcon: string;
358
- label: string;
359
- }, undefined, tailwind_variants_dist_config.TVConfig<{
360
- color: {
361
- default: {
362
- wrapper: string[];
363
- };
364
- primary: {
365
- wrapper: string[];
366
- };
367
- secondary: {
368
- wrapper: string[];
369
- };
370
- success: {
371
- wrapper: string[];
372
- };
373
- warning: {
374
- wrapper: string[];
375
- };
376
- danger: {
377
- wrapper: string[];
378
- };
379
- };
380
- size: {
381
- sm: {
382
- wrapper: string;
383
- thumb: string[];
384
- endContent: string;
385
- startContent: string;
386
- label: string;
387
- };
388
- md: {
389
- wrapper: string;
390
- thumb: string[];
391
- endContent: string;
392
- startContent: string;
393
- label: string;
394
- };
395
- lg: {
396
- wrapper: string;
397
- thumb: string[];
398
- endContent: string;
399
- startContent: string;
400
- label: string;
401
- };
402
- };
403
- isDisabled: {
404
- true: {
405
- base: string;
406
- };
407
- };
408
- disableAnimation: {
409
- true: {
410
- wrapper: string;
411
- thumb: string;
412
- };
413
- false: {
414
- wrapper: string;
415
- thumb: string;
416
- startContent: string[];
417
- endContent: string[];
418
- };
419
- };
420
- }, {
421
- color: {
422
- default: {
423
- wrapper: string[];
424
- };
425
- primary: {
426
- wrapper: string[];
427
- };
428
- secondary: {
429
- wrapper: string[];
430
- };
431
- success: {
432
- wrapper: string[];
433
- };
434
- warning: {
435
- wrapper: string[];
436
- };
437
- danger: {
438
- wrapper: string[];
439
- };
440
- };
441
- size: {
442
- sm: {
443
- wrapper: string;
444
- thumb: string[];
445
- endContent: string;
446
- startContent: string;
447
- label: string;
448
- };
449
- md: {
450
- wrapper: string;
451
- thumb: string[];
452
- endContent: string;
453
- startContent: string;
454
- label: string;
455
- };
456
- lg: {
457
- wrapper: string;
458
- thumb: string[];
459
- endContent: string;
460
- startContent: string;
461
- label: string;
462
- };
463
- };
464
- isDisabled: {
465
- true: {
466
- base: string;
467
- };
468
- };
469
- disableAnimation: {
470
- true: {
471
- wrapper: string;
472
- thumb: string;
473
- };
474
- false: {
475
- wrapper: string;
476
- thumb: string;
477
- startContent: string[];
478
- endContent: string[];
479
- };
480
- };
481
- }>, unknown, unknown, undefined>>;
290
+ }>;
482
291
  type ToggleVariantProps = VariantProps<typeof toggle>;
483
292
  type ToggleSlots = keyof ReturnType<typeof toggle>;
484
293
 
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  toggle
3
3
  } from "../chunk-TIMHSW45.mjs";
4
- import "../chunk-6AEINX52.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 {
@@ -49,17 +49,7 @@ declare const user: tailwind_variants.TVReturnType<tailwind_variants.TVVariantsD
49
49
  wrapper: string;
50
50
  name: string;
51
51
  description: string;
52
- }, tailwind_variants.TVReturnType<unknown, {
53
- base: string[];
54
- wrapper: string;
55
- name: string;
56
- description: string;
57
- }, undefined, tailwind_variants_dist_config.TVConfig<unknown, tailwind_variants.TVVariantsDefault<{
58
- base: string[];
59
- wrapper: string;
60
- name: string;
61
- description: string;
62
- }, undefined> | {}>, unknown, unknown, undefined>>;
52
+ }>;
63
53
  type UserSlots = keyof ReturnType<typeof user>;
64
54
 
65
55
  export { UserSlots, user };
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  user
3
3
  } from "../chunk-O24TFHPZ.mjs";
4
- import "../chunk-6AEINX52.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 {
package/dist/index.mjs CHANGED
@@ -1,25 +1,7 @@
1
1
  import "./chunk-PRWEADY4.mjs";
2
- import {
3
- table
4
- } from "./chunk-ADNJ6GPZ.mjs";
5
- import {
6
- tabs
7
- } from "./chunk-AWPGSFD6.mjs";
8
- import {
9
- toggle
10
- } from "./chunk-TIMHSW45.mjs";
11
2
  import {
12
3
  user
13
4
  } from "./chunk-O24TFHPZ.mjs";
14
- import {
15
- pagination
16
- } from "./chunk-T2TGJLXI.mjs";
17
- import {
18
- popover
19
- } from "./chunk-V4DLFVFF.mjs";
20
- import {
21
- progress
22
- } from "./chunk-LQGOKGQV.mjs";
23
5
  import {
24
6
  radio,
25
7
  radioGroup
@@ -29,7 +11,7 @@ import {
29
11
  } from "./chunk-EUS2SEYI.mjs";
30
12
  import {
31
13
  snippet
32
- } from "./chunk-O3IKQG57.mjs";
14
+ } from "./chunk-B55QBA5E.mjs";
33
15
  import {
34
16
  spacer
35
17
  } from "./chunk-EC4F6RJF.mjs";
@@ -37,14 +19,14 @@ import {
37
19
  spinner
38
20
  } from "./chunk-NAY2XKLY.mjs";
39
21
  import {
40
- dropdown,
41
- dropdownItem,
42
- dropdownMenu,
43
- dropdownSection
44
- } from "./chunk-23KK2ZAZ.mjs";
22
+ table
23
+ } from "./chunk-ADNJ6GPZ.mjs";
45
24
  import {
46
- image
47
- } from "./chunk-WBNF66V7.mjs";
25
+ tabs
26
+ } from "./chunk-RHIZZ5XX.mjs";
27
+ import {
28
+ toggle
29
+ } from "./chunk-TIMHSW45.mjs";
48
30
  import {
49
31
  input
50
32
  } from "./chunk-LIHSRRTN.mjs";
@@ -62,31 +44,38 @@ import {
62
44
  navbar
63
45
  } from "./chunk-LGRQRHJJ.mjs";
64
46
  import {
65
- button,
66
- buttonGroup
67
- } from "./chunk-7FE2S6SN.mjs";
47
+ pagination
48
+ } from "./chunk-FZZINZOQ.mjs";
68
49
  import {
69
- card
70
- } from "./chunk-GKYVNUGL.mjs";
50
+ popover
51
+ } from "./chunk-U3S42JDF.mjs";
71
52
  import {
72
- checkbox,
73
- checkboxGroup
74
- } from "./chunk-2T5RQ7SK.mjs";
53
+ progress
54
+ } from "./chunk-LQGOKGQV.mjs";
75
55
  import {
76
56
  chip
77
- } from "./chunk-SUDYOX5B.mjs";
57
+ } from "./chunk-PKP3F3VC.mjs";
78
58
  import {
79
59
  circularProgress
80
60
  } from "./chunk-XPLXQDB3.mjs";
81
61
  import {
82
62
  code
83
- } from "./chunk-HDWYLUG3.mjs";
63
+ } from "./chunk-77O7KLUI.mjs";
84
64
  import {
85
65
  divider
86
66
  } from "./chunk-YSXRNNDV.mjs";
87
67
  import {
88
68
  drip
89
69
  } from "./chunk-GNLIYZAQ.mjs";
70
+ import {
71
+ dropdown,
72
+ dropdownItem,
73
+ dropdownMenu,
74
+ dropdownSection
75
+ } from "./chunk-23KK2ZAZ.mjs";
76
+ import {
77
+ image
78
+ } from "./chunk-WBNF66V7.mjs";
90
79
  import {
91
80
  accordion,
92
81
  accordionItem
@@ -94,18 +83,29 @@ import {
94
83
  import {
95
84
  avatar,
96
85
  avatarGroup
97
- } from "./chunk-VB6YPWEW.mjs";
86
+ } from "./chunk-RPMLQF4Y.mjs";
98
87
  import {
99
88
  badge
100
- } from "./chunk-3RZCOCFH.mjs";
89
+ } from "./chunk-XCWQAA5D.mjs";
101
90
  import {
102
- tv
103
- } from "./chunk-6AEINX52.mjs";
91
+ button,
92
+ buttonGroup
93
+ } from "./chunk-DM43SKSP.mjs";
94
+ import {
95
+ card
96
+ } from "./chunk-GKYVNUGL.mjs";
97
+ import {
98
+ checkbox,
99
+ checkboxGroup
100
+ } from "./chunk-2T5RQ7SK.mjs";
104
101
  import "./chunk-CMYR6AOY.mjs";
105
102
  import "./chunk-K7LK7NCE.mjs";
106
103
  import {
107
104
  colorVariants
108
105
  } from "./chunk-2PIR7DFM.mjs";
106
+ import {
107
+ tv
108
+ } from "./chunk-6AEINX52.mjs";
109
109
  import {
110
110
  nextui
111
111
  } from "./chunk-PW52XQD7.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "0.0.0-dev-v2-20230728014036",
3
+ "version": "0.0.0-dev-v2-20230728201112",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",
@@ -1,9 +1,9 @@
1
- import {
2
- tv
3
- } from "./chunk-6AEINX52.mjs";
4
1
  import {
5
2
  colorVariants
6
3
  } from "./chunk-2PIR7DFM.mjs";
4
+ import {
5
+ tv
6
+ } from "./chunk-6AEINX52.mjs";
7
7
 
8
8
  // src/components/code.ts
9
9
  var code = tv({
@@ -1,9 +1,9 @@
1
- import {
2
- tv
3
- } from "./chunk-6AEINX52.mjs";
4
1
  import {
5
2
  colorVariants
6
3
  } from "./chunk-2PIR7DFM.mjs";
4
+ import {
5
+ tv
6
+ } from "./chunk-6AEINX52.mjs";
7
7
 
8
8
  // src/components/snippet.ts
9
9
  var snippet = tv({