@nextui-org/theme 2.1.4 → 2.1.5

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 (41) hide show
  1. package/dist/{chunk-FZZINZOQ.mjs → chunk-ER6JQ3OQ.mjs} +21 -4
  2. package/dist/components/accordion.d.ts +153 -2
  3. package/dist/components/avatar.d.ts +227 -2
  4. package/dist/components/badge.d.ts +199 -1
  5. package/dist/components/button.d.ts +155 -2
  6. package/dist/components/card.d.ts +225 -1
  7. package/dist/components/checkbox.d.ts +250 -2
  8. package/dist/components/chip.d.ts +304 -1
  9. package/dist/components/circular-progress.d.ts +171 -1
  10. package/dist/components/code.d.ts +64 -1
  11. package/dist/components/divider.d.ts +16 -1
  12. package/dist/components/drip.d.ts +1 -1
  13. package/dist/components/dropdown.d.ts +135 -4
  14. package/dist/components/image.d.ts +141 -1
  15. package/dist/components/index.js +21 -4
  16. package/dist/components/index.mjs +1 -1
  17. package/dist/components/input.d.ts +387 -1
  18. package/dist/components/kbd.d.ts +5 -1
  19. package/dist/components/link.d.ts +94 -1
  20. package/dist/components/menu.d.ts +152 -3
  21. package/dist/components/modal.d.ts +315 -1
  22. package/dist/components/navbar.d.ts +174 -1
  23. package/dist/components/pagination.d.ts +239 -1
  24. package/dist/components/pagination.js +21 -4
  25. package/dist/components/pagination.mjs +1 -1
  26. package/dist/components/popover.d.ts +276 -1
  27. package/dist/components/progress.d.ts +91 -1
  28. package/dist/components/radio.d.ts +231 -2
  29. package/dist/components/scroll-shadow.d.ts +28 -1
  30. package/dist/components/select.d.ts +388 -1
  31. package/dist/components/skeleton.d.ts +37 -1
  32. package/dist/components/snippet.d.ts +165 -1
  33. package/dist/components/spacer.d.ts +16 -1
  34. package/dist/components/spinner.d.ts +232 -1
  35. package/dist/components/table.d.ts +311 -1
  36. package/dist/components/tabs.d.ts +269 -1
  37. package/dist/components/toggle.d.ts +192 -1
  38. package/dist/components/user.d.ts +11 -1
  39. package/dist/index.js +21 -4
  40. package/dist/index.mjs +1 -1
  41. package/package.json +2 -2
@@ -244,7 +244,171 @@ declare const snippet: tailwind_variants.TVReturnType<{
244
244
  copyButton: string[];
245
245
  copyIcon: string[];
246
246
  checkIcon: string[];
247
- }>;
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>>;
248
412
  type SnippetVariantProps = VariantProps<typeof snippet>;
249
413
  type SnippetSlots = keyof ReturnType<typeof snippet>;
250
414
 
@@ -31,7 +31,22 @@ declare const spacer: tailwind_variants.TVReturnType<{
31
31
  true: "inline-block";
32
32
  false: "block";
33
33
  };
34
- }, undefined>;
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>>;
35
50
  type SpacerVariantProps = VariantProps<typeof spacer>;
36
51
 
37
52
  export { SpacerVariantProps, spacer };
@@ -326,7 +326,238 @@ declare const spinner: tailwind_variants.TVReturnType<{
326
326
  circle1: string[];
327
327
  circle2: string[];
328
328
  label: string;
329
- }>;
329
+ }, tailwind_variants.TVReturnType<{
330
+ size: {
331
+ sm: {
332
+ wrapper: string;
333
+ circle1: string;
334
+ circle2: string;
335
+ label: string;
336
+ };
337
+ md: {
338
+ wrapper: string;
339
+ circle1: string;
340
+ circle2: string;
341
+ label: string;
342
+ };
343
+ lg: {
344
+ wrapper: string;
345
+ circle1: string;
346
+ circle2: string;
347
+ label: string;
348
+ };
349
+ };
350
+ color: {
351
+ current: {
352
+ circle1: string;
353
+ circle2: string;
354
+ };
355
+ white: {
356
+ circle1: string;
357
+ circle2: string;
358
+ };
359
+ default: {
360
+ circle1: string;
361
+ circle2: string;
362
+ };
363
+ primary: {
364
+ circle1: string;
365
+ circle2: string;
366
+ };
367
+ secondary: {
368
+ circle1: string;
369
+ circle2: string;
370
+ };
371
+ success: {
372
+ circle1: string;
373
+ circle2: string;
374
+ };
375
+ warning: {
376
+ circle1: string;
377
+ circle2: string;
378
+ };
379
+ danger: {
380
+ circle1: string;
381
+ circle2: string;
382
+ };
383
+ };
384
+ labelColor: {
385
+ foreground: {
386
+ label: string;
387
+ };
388
+ primary: {
389
+ label: string;
390
+ };
391
+ secondary: {
392
+ label: string;
393
+ };
394
+ success: {
395
+ label: string;
396
+ };
397
+ warning: {
398
+ label: string;
399
+ };
400
+ danger: {
401
+ label: string;
402
+ };
403
+ };
404
+ }, {
405
+ base: string;
406
+ wrapper: string;
407
+ circle1: string[];
408
+ circle2: string[];
409
+ label: string;
410
+ }, undefined, tailwind_variants_dist_config.TVConfig<{
411
+ size: {
412
+ sm: {
413
+ wrapper: string;
414
+ circle1: string;
415
+ circle2: string;
416
+ label: string;
417
+ };
418
+ md: {
419
+ wrapper: string;
420
+ circle1: string;
421
+ circle2: string;
422
+ label: string;
423
+ };
424
+ lg: {
425
+ wrapper: string;
426
+ circle1: string;
427
+ circle2: string;
428
+ label: string;
429
+ };
430
+ };
431
+ color: {
432
+ current: {
433
+ circle1: string;
434
+ circle2: string;
435
+ };
436
+ white: {
437
+ circle1: string;
438
+ circle2: string;
439
+ };
440
+ default: {
441
+ circle1: string;
442
+ circle2: string;
443
+ };
444
+ primary: {
445
+ circle1: string;
446
+ circle2: string;
447
+ };
448
+ secondary: {
449
+ circle1: string;
450
+ circle2: string;
451
+ };
452
+ success: {
453
+ circle1: string;
454
+ circle2: string;
455
+ };
456
+ warning: {
457
+ circle1: string;
458
+ circle2: string;
459
+ };
460
+ danger: {
461
+ circle1: string;
462
+ circle2: string;
463
+ };
464
+ };
465
+ labelColor: {
466
+ foreground: {
467
+ label: string;
468
+ };
469
+ primary: {
470
+ label: string;
471
+ };
472
+ secondary: {
473
+ label: string;
474
+ };
475
+ success: {
476
+ label: string;
477
+ };
478
+ warning: {
479
+ label: string;
480
+ };
481
+ danger: {
482
+ label: string;
483
+ };
484
+ };
485
+ }, {
486
+ size: {
487
+ sm: {
488
+ wrapper: string;
489
+ circle1: string;
490
+ circle2: string;
491
+ label: string;
492
+ };
493
+ md: {
494
+ wrapper: string;
495
+ circle1: string;
496
+ circle2: string;
497
+ label: string;
498
+ };
499
+ lg: {
500
+ wrapper: string;
501
+ circle1: string;
502
+ circle2: string;
503
+ label: string;
504
+ };
505
+ };
506
+ color: {
507
+ current: {
508
+ circle1: string;
509
+ circle2: string;
510
+ };
511
+ white: {
512
+ circle1: string;
513
+ circle2: string;
514
+ };
515
+ default: {
516
+ circle1: string;
517
+ circle2: string;
518
+ };
519
+ primary: {
520
+ circle1: string;
521
+ circle2: string;
522
+ };
523
+ secondary: {
524
+ circle1: string;
525
+ circle2: string;
526
+ };
527
+ success: {
528
+ circle1: string;
529
+ circle2: string;
530
+ };
531
+ warning: {
532
+ circle1: string;
533
+ circle2: string;
534
+ };
535
+ danger: {
536
+ circle1: string;
537
+ circle2: string;
538
+ };
539
+ };
540
+ labelColor: {
541
+ foreground: {
542
+ label: string;
543
+ };
544
+ primary: {
545
+ label: string;
546
+ };
547
+ secondary: {
548
+ label: string;
549
+ };
550
+ success: {
551
+ label: string;
552
+ };
553
+ warning: {
554
+ label: string;
555
+ };
556
+ danger: {
557
+ label: string;
558
+ };
559
+ };
560
+ }>, unknown, unknown, undefined>>;
330
561
  type SpinnerVariantProps = VariantProps<typeof spinner>;
331
562
  type SpinnerSlots = keyof ReturnType<typeof spinner>;
332
563