@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.
- package/dist/components/accordion.d.ts +2 -153
- package/dist/components/accordion.mjs +1 -1
- package/dist/components/avatar.d.ts +2 -227
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/badge.d.ts +1 -199
- package/dist/components/badge.mjs +2 -2
- package/dist/components/button.d.ts +2 -155
- package/dist/components/button.mjs +2 -2
- package/dist/components/card.d.ts +1 -225
- package/dist/components/card.mjs +1 -1
- package/dist/components/checkbox.d.ts +2 -250
- package/dist/components/checkbox.mjs +1 -1
- package/dist/components/chip.d.ts +1 -304
- package/dist/components/chip.mjs +2 -2
- package/dist/components/circular-progress.d.ts +1 -171
- package/dist/components/code.d.ts +1 -64
- package/dist/components/code.mjs +2 -2
- package/dist/components/divider.d.ts +1 -16
- package/dist/components/drip.d.ts +1 -1
- package/dist/components/dropdown.d.ts +4 -135
- package/dist/components/dropdown.mjs +1 -1
- package/dist/components/image.d.ts +1 -141
- package/dist/components/index.mjs +39 -39
- package/dist/components/input.d.ts +1 -426
- package/dist/components/input.mjs +1 -1
- package/dist/components/kbd.d.ts +1 -5
- package/dist/components/link.d.ts +1 -94
- package/dist/components/link.mjs +1 -1
- package/dist/components/modal.d.ts +1 -315
- package/dist/components/modal.mjs +1 -1
- package/dist/components/navbar.d.ts +1 -174
- package/dist/components/navbar.mjs +1 -1
- package/dist/components/pagination.d.ts +1 -239
- package/dist/components/pagination.mjs +2 -2
- package/dist/components/popover.d.ts +1 -258
- package/dist/components/popover.mjs +2 -2
- package/dist/components/progress.d.ts +1 -91
- package/dist/components/radio.d.ts +2 -231
- package/dist/components/radio.mjs +1 -1
- package/dist/components/skeleton.d.ts +1 -37
- package/dist/components/snippet.d.ts +1 -165
- package/dist/components/snippet.mjs +2 -2
- package/dist/components/spacer.d.ts +1 -16
- package/dist/components/spinner.d.ts +1 -232
- package/dist/components/table.d.ts +1 -311
- package/dist/components/table.mjs +1 -1
- package/dist/components/tabs.d.ts +1 -269
- package/dist/components/tabs.mjs +2 -2
- package/dist/components/toggle.d.ts +1 -192
- package/dist/components/toggle.mjs +1 -1
- package/dist/components/user.d.ts +1 -11
- package/dist/components/user.mjs +1 -1
- package/dist/index.mjs +40 -40
- package/package.json +1 -1
- package/dist/{chunk-HDWYLUG3.mjs → chunk-77O7KLUI.mjs} +3 -3
- package/dist/{chunk-O3IKQG57.mjs → chunk-B55QBA5E.mjs} +3 -3
- package/dist/{chunk-7FE2S6SN.mjs → chunk-DM43SKSP.mjs} +3 -3
- package/dist/{chunk-T2TGJLXI.mjs → chunk-FZZINZOQ.mjs} +3 -3
- package/dist/{chunk-SUDYOX5B.mjs → chunk-PKP3F3VC.mjs} +3 -3
- package/dist/{chunk-AWPGSFD6.mjs → chunk-RHIZZ5XX.mjs} +3 -3
- package/dist/{chunk-VB6YPWEW.mjs → chunk-RPMLQF4Y.mjs} +3 -3
- package/dist/{chunk-V4DLFVFF.mjs → chunk-U3S42JDF.mjs} +3 -3
- package/dist/{chunk-3RZCOCFH.mjs → chunk-XCWQAA5D.mjs} +3 -3
|
@@ -342,245 +342,7 @@ declare const pagination: tailwind_variants.TVReturnType<{
|
|
|
342
342
|
forwardIcon: string;
|
|
343
343
|
ellipsis: string;
|
|
344
344
|
chevronNext: string;
|
|
345
|
-
}
|
|
346
|
-
variant: {
|
|
347
|
-
bordered: {
|
|
348
|
-
item: string[];
|
|
349
|
-
};
|
|
350
|
-
light: {
|
|
351
|
-
item: string;
|
|
352
|
-
};
|
|
353
|
-
flat: {};
|
|
354
|
-
faded: {
|
|
355
|
-
item: string[];
|
|
356
|
-
};
|
|
357
|
-
};
|
|
358
|
-
color: {
|
|
359
|
-
default: {
|
|
360
|
-
cursor: string;
|
|
361
|
-
};
|
|
362
|
-
primary: {
|
|
363
|
-
cursor: string;
|
|
364
|
-
};
|
|
365
|
-
secondary: {
|
|
366
|
-
cursor: string;
|
|
367
|
-
};
|
|
368
|
-
success: {
|
|
369
|
-
cursor: string;
|
|
370
|
-
};
|
|
371
|
-
warning: {
|
|
372
|
-
cursor: string;
|
|
373
|
-
};
|
|
374
|
-
danger: {
|
|
375
|
-
cursor: string;
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
|
-
size: {
|
|
379
|
-
sm: {};
|
|
380
|
-
md: {};
|
|
381
|
-
lg: {};
|
|
382
|
-
};
|
|
383
|
-
radius: {
|
|
384
|
-
none: {};
|
|
385
|
-
sm: {};
|
|
386
|
-
md: {};
|
|
387
|
-
lg: {};
|
|
388
|
-
full: {};
|
|
389
|
-
};
|
|
390
|
-
isCompact: {
|
|
391
|
-
true: {
|
|
392
|
-
wrapper: string;
|
|
393
|
-
item: string[];
|
|
394
|
-
prev: string;
|
|
395
|
-
next: string;
|
|
396
|
-
};
|
|
397
|
-
};
|
|
398
|
-
isDisabled: {
|
|
399
|
-
true: {
|
|
400
|
-
base: string;
|
|
401
|
-
};
|
|
402
|
-
};
|
|
403
|
-
showShadow: {
|
|
404
|
-
true: {};
|
|
405
|
-
};
|
|
406
|
-
disableCursorAnimation: {
|
|
407
|
-
true: {
|
|
408
|
-
cursor: string;
|
|
409
|
-
};
|
|
410
|
-
};
|
|
411
|
-
disableAnimation: {
|
|
412
|
-
true: {
|
|
413
|
-
item: string;
|
|
414
|
-
cursor: string;
|
|
415
|
-
};
|
|
416
|
-
false: {
|
|
417
|
-
item: string[];
|
|
418
|
-
cursor: string[];
|
|
419
|
-
};
|
|
420
|
-
};
|
|
421
|
-
}, {
|
|
422
|
-
base: string[];
|
|
423
|
-
wrapper: string[];
|
|
424
|
-
item: string[];
|
|
425
|
-
prev: string;
|
|
426
|
-
next: string;
|
|
427
|
-
cursor: string[];
|
|
428
|
-
forwardIcon: string;
|
|
429
|
-
ellipsis: string;
|
|
430
|
-
chevronNext: string;
|
|
431
|
-
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
432
|
-
variant: {
|
|
433
|
-
bordered: {
|
|
434
|
-
item: string[];
|
|
435
|
-
};
|
|
436
|
-
light: {
|
|
437
|
-
item: string;
|
|
438
|
-
};
|
|
439
|
-
flat: {};
|
|
440
|
-
faded: {
|
|
441
|
-
item: string[];
|
|
442
|
-
};
|
|
443
|
-
};
|
|
444
|
-
color: {
|
|
445
|
-
default: {
|
|
446
|
-
cursor: string;
|
|
447
|
-
};
|
|
448
|
-
primary: {
|
|
449
|
-
cursor: string;
|
|
450
|
-
};
|
|
451
|
-
secondary: {
|
|
452
|
-
cursor: string;
|
|
453
|
-
};
|
|
454
|
-
success: {
|
|
455
|
-
cursor: string;
|
|
456
|
-
};
|
|
457
|
-
warning: {
|
|
458
|
-
cursor: string;
|
|
459
|
-
};
|
|
460
|
-
danger: {
|
|
461
|
-
cursor: string;
|
|
462
|
-
};
|
|
463
|
-
};
|
|
464
|
-
size: {
|
|
465
|
-
sm: {};
|
|
466
|
-
md: {};
|
|
467
|
-
lg: {};
|
|
468
|
-
};
|
|
469
|
-
radius: {
|
|
470
|
-
none: {};
|
|
471
|
-
sm: {};
|
|
472
|
-
md: {};
|
|
473
|
-
lg: {};
|
|
474
|
-
full: {};
|
|
475
|
-
};
|
|
476
|
-
isCompact: {
|
|
477
|
-
true: {
|
|
478
|
-
wrapper: string;
|
|
479
|
-
item: string[];
|
|
480
|
-
prev: string;
|
|
481
|
-
next: string;
|
|
482
|
-
};
|
|
483
|
-
};
|
|
484
|
-
isDisabled: {
|
|
485
|
-
true: {
|
|
486
|
-
base: string;
|
|
487
|
-
};
|
|
488
|
-
};
|
|
489
|
-
showShadow: {
|
|
490
|
-
true: {};
|
|
491
|
-
};
|
|
492
|
-
disableCursorAnimation: {
|
|
493
|
-
true: {
|
|
494
|
-
cursor: string;
|
|
495
|
-
};
|
|
496
|
-
};
|
|
497
|
-
disableAnimation: {
|
|
498
|
-
true: {
|
|
499
|
-
item: string;
|
|
500
|
-
cursor: string;
|
|
501
|
-
};
|
|
502
|
-
false: {
|
|
503
|
-
item: string[];
|
|
504
|
-
cursor: string[];
|
|
505
|
-
};
|
|
506
|
-
};
|
|
507
|
-
}, {
|
|
508
|
-
variant: {
|
|
509
|
-
bordered: {
|
|
510
|
-
item: string[];
|
|
511
|
-
};
|
|
512
|
-
light: {
|
|
513
|
-
item: string;
|
|
514
|
-
};
|
|
515
|
-
flat: {};
|
|
516
|
-
faded: {
|
|
517
|
-
item: string[];
|
|
518
|
-
};
|
|
519
|
-
};
|
|
520
|
-
color: {
|
|
521
|
-
default: {
|
|
522
|
-
cursor: string;
|
|
523
|
-
};
|
|
524
|
-
primary: {
|
|
525
|
-
cursor: string;
|
|
526
|
-
};
|
|
527
|
-
secondary: {
|
|
528
|
-
cursor: string;
|
|
529
|
-
};
|
|
530
|
-
success: {
|
|
531
|
-
cursor: string;
|
|
532
|
-
};
|
|
533
|
-
warning: {
|
|
534
|
-
cursor: string;
|
|
535
|
-
};
|
|
536
|
-
danger: {
|
|
537
|
-
cursor: string;
|
|
538
|
-
};
|
|
539
|
-
};
|
|
540
|
-
size: {
|
|
541
|
-
sm: {};
|
|
542
|
-
md: {};
|
|
543
|
-
lg: {};
|
|
544
|
-
};
|
|
545
|
-
radius: {
|
|
546
|
-
none: {};
|
|
547
|
-
sm: {};
|
|
548
|
-
md: {};
|
|
549
|
-
lg: {};
|
|
550
|
-
full: {};
|
|
551
|
-
};
|
|
552
|
-
isCompact: {
|
|
553
|
-
true: {
|
|
554
|
-
wrapper: string;
|
|
555
|
-
item: string[];
|
|
556
|
-
prev: string;
|
|
557
|
-
next: string;
|
|
558
|
-
};
|
|
559
|
-
};
|
|
560
|
-
isDisabled: {
|
|
561
|
-
true: {
|
|
562
|
-
base: string;
|
|
563
|
-
};
|
|
564
|
-
};
|
|
565
|
-
showShadow: {
|
|
566
|
-
true: {};
|
|
567
|
-
};
|
|
568
|
-
disableCursorAnimation: {
|
|
569
|
-
true: {
|
|
570
|
-
cursor: string;
|
|
571
|
-
};
|
|
572
|
-
};
|
|
573
|
-
disableAnimation: {
|
|
574
|
-
true: {
|
|
575
|
-
item: string;
|
|
576
|
-
cursor: string;
|
|
577
|
-
};
|
|
578
|
-
false: {
|
|
579
|
-
item: string[];
|
|
580
|
-
cursor: string[];
|
|
581
|
-
};
|
|
582
|
-
};
|
|
583
|
-
}>, unknown, unknown, undefined>>;
|
|
345
|
+
}>;
|
|
584
346
|
type PaginationVariantProps = VariantProps<typeof pagination>;
|
|
585
347
|
type PaginationSlots = keyof ReturnType<typeof pagination>;
|
|
586
348
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
pagination
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-6AEINX52.mjs";
|
|
3
|
+
} from "../chunk-FZZINZOQ.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 {
|
|
@@ -363,264 +363,7 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
363
363
|
trigger: string[];
|
|
364
364
|
backdrop: string[];
|
|
365
365
|
arrow: string[];
|
|
366
|
-
}
|
|
367
|
-
size: {
|
|
368
|
-
sm: {
|
|
369
|
-
base: string;
|
|
370
|
-
};
|
|
371
|
-
md: {
|
|
372
|
-
base: string;
|
|
373
|
-
};
|
|
374
|
-
lg: {
|
|
375
|
-
base: string;
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
|
-
color: {
|
|
379
|
-
default: {
|
|
380
|
-
base: string;
|
|
381
|
-
arrow: string;
|
|
382
|
-
};
|
|
383
|
-
foreground: {
|
|
384
|
-
base: string;
|
|
385
|
-
};
|
|
386
|
-
primary: {
|
|
387
|
-
base: string;
|
|
388
|
-
};
|
|
389
|
-
secondary: {
|
|
390
|
-
base: string;
|
|
391
|
-
};
|
|
392
|
-
success: {
|
|
393
|
-
base: string;
|
|
394
|
-
};
|
|
395
|
-
warning: {
|
|
396
|
-
base: string;
|
|
397
|
-
};
|
|
398
|
-
danger: {
|
|
399
|
-
base: string;
|
|
400
|
-
};
|
|
401
|
-
};
|
|
402
|
-
radius: {
|
|
403
|
-
none: {
|
|
404
|
-
base: string;
|
|
405
|
-
};
|
|
406
|
-
sm: {
|
|
407
|
-
base: string;
|
|
408
|
-
};
|
|
409
|
-
md: {
|
|
410
|
-
base: string;
|
|
411
|
-
};
|
|
412
|
-
lg: {
|
|
413
|
-
base: string;
|
|
414
|
-
};
|
|
415
|
-
full: {
|
|
416
|
-
base: string;
|
|
417
|
-
};
|
|
418
|
-
};
|
|
419
|
-
shadow: {
|
|
420
|
-
sm: {
|
|
421
|
-
base: string;
|
|
422
|
-
};
|
|
423
|
-
md: {
|
|
424
|
-
base: string;
|
|
425
|
-
};
|
|
426
|
-
lg: {
|
|
427
|
-
base: string;
|
|
428
|
-
};
|
|
429
|
-
};
|
|
430
|
-
backdrop: {
|
|
431
|
-
transparent: {};
|
|
432
|
-
opaque: {
|
|
433
|
-
backdrop: string;
|
|
434
|
-
};
|
|
435
|
-
blur: {
|
|
436
|
-
backdrop: string;
|
|
437
|
-
};
|
|
438
|
-
};
|
|
439
|
-
triggerScaleOnOpen: {
|
|
440
|
-
true: {
|
|
441
|
-
trigger: string[];
|
|
442
|
-
};
|
|
443
|
-
false: {};
|
|
444
|
-
};
|
|
445
|
-
disableAnimation: {
|
|
446
|
-
true: {
|
|
447
|
-
base: string;
|
|
448
|
-
};
|
|
449
|
-
};
|
|
450
|
-
}, {
|
|
451
|
-
base: string[];
|
|
452
|
-
trigger: string[];
|
|
453
|
-
backdrop: string[];
|
|
454
|
-
arrow: string[];
|
|
455
|
-
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
456
|
-
size: {
|
|
457
|
-
sm: {
|
|
458
|
-
base: string;
|
|
459
|
-
};
|
|
460
|
-
md: {
|
|
461
|
-
base: string;
|
|
462
|
-
};
|
|
463
|
-
lg: {
|
|
464
|
-
base: string;
|
|
465
|
-
};
|
|
466
|
-
};
|
|
467
|
-
color: {
|
|
468
|
-
default: {
|
|
469
|
-
base: string;
|
|
470
|
-
arrow: string;
|
|
471
|
-
};
|
|
472
|
-
foreground: {
|
|
473
|
-
base: string;
|
|
474
|
-
};
|
|
475
|
-
primary: {
|
|
476
|
-
base: string;
|
|
477
|
-
};
|
|
478
|
-
secondary: {
|
|
479
|
-
base: string;
|
|
480
|
-
};
|
|
481
|
-
success: {
|
|
482
|
-
base: string;
|
|
483
|
-
};
|
|
484
|
-
warning: {
|
|
485
|
-
base: string;
|
|
486
|
-
};
|
|
487
|
-
danger: {
|
|
488
|
-
base: string;
|
|
489
|
-
};
|
|
490
|
-
};
|
|
491
|
-
radius: {
|
|
492
|
-
none: {
|
|
493
|
-
base: string;
|
|
494
|
-
};
|
|
495
|
-
sm: {
|
|
496
|
-
base: string;
|
|
497
|
-
};
|
|
498
|
-
md: {
|
|
499
|
-
base: string;
|
|
500
|
-
};
|
|
501
|
-
lg: {
|
|
502
|
-
base: string;
|
|
503
|
-
};
|
|
504
|
-
full: {
|
|
505
|
-
base: string;
|
|
506
|
-
};
|
|
507
|
-
};
|
|
508
|
-
shadow: {
|
|
509
|
-
sm: {
|
|
510
|
-
base: string;
|
|
511
|
-
};
|
|
512
|
-
md: {
|
|
513
|
-
base: string;
|
|
514
|
-
};
|
|
515
|
-
lg: {
|
|
516
|
-
base: string;
|
|
517
|
-
};
|
|
518
|
-
};
|
|
519
|
-
backdrop: {
|
|
520
|
-
transparent: {};
|
|
521
|
-
opaque: {
|
|
522
|
-
backdrop: string;
|
|
523
|
-
};
|
|
524
|
-
blur: {
|
|
525
|
-
backdrop: string;
|
|
526
|
-
};
|
|
527
|
-
};
|
|
528
|
-
triggerScaleOnOpen: {
|
|
529
|
-
true: {
|
|
530
|
-
trigger: string[];
|
|
531
|
-
};
|
|
532
|
-
false: {};
|
|
533
|
-
};
|
|
534
|
-
disableAnimation: {
|
|
535
|
-
true: {
|
|
536
|
-
base: string;
|
|
537
|
-
};
|
|
538
|
-
};
|
|
539
|
-
}, {
|
|
540
|
-
size: {
|
|
541
|
-
sm: {
|
|
542
|
-
base: string;
|
|
543
|
-
};
|
|
544
|
-
md: {
|
|
545
|
-
base: string;
|
|
546
|
-
};
|
|
547
|
-
lg: {
|
|
548
|
-
base: string;
|
|
549
|
-
};
|
|
550
|
-
};
|
|
551
|
-
color: {
|
|
552
|
-
default: {
|
|
553
|
-
base: string;
|
|
554
|
-
arrow: string;
|
|
555
|
-
};
|
|
556
|
-
foreground: {
|
|
557
|
-
base: string;
|
|
558
|
-
};
|
|
559
|
-
primary: {
|
|
560
|
-
base: string;
|
|
561
|
-
};
|
|
562
|
-
secondary: {
|
|
563
|
-
base: string;
|
|
564
|
-
};
|
|
565
|
-
success: {
|
|
566
|
-
base: string;
|
|
567
|
-
};
|
|
568
|
-
warning: {
|
|
569
|
-
base: string;
|
|
570
|
-
};
|
|
571
|
-
danger: {
|
|
572
|
-
base: string;
|
|
573
|
-
};
|
|
574
|
-
};
|
|
575
|
-
radius: {
|
|
576
|
-
none: {
|
|
577
|
-
base: string;
|
|
578
|
-
};
|
|
579
|
-
sm: {
|
|
580
|
-
base: string;
|
|
581
|
-
};
|
|
582
|
-
md: {
|
|
583
|
-
base: string;
|
|
584
|
-
};
|
|
585
|
-
lg: {
|
|
586
|
-
base: string;
|
|
587
|
-
};
|
|
588
|
-
full: {
|
|
589
|
-
base: string;
|
|
590
|
-
};
|
|
591
|
-
};
|
|
592
|
-
shadow: {
|
|
593
|
-
sm: {
|
|
594
|
-
base: string;
|
|
595
|
-
};
|
|
596
|
-
md: {
|
|
597
|
-
base: string;
|
|
598
|
-
};
|
|
599
|
-
lg: {
|
|
600
|
-
base: string;
|
|
601
|
-
};
|
|
602
|
-
};
|
|
603
|
-
backdrop: {
|
|
604
|
-
transparent: {};
|
|
605
|
-
opaque: {
|
|
606
|
-
backdrop: string;
|
|
607
|
-
};
|
|
608
|
-
blur: {
|
|
609
|
-
backdrop: string;
|
|
610
|
-
};
|
|
611
|
-
};
|
|
612
|
-
triggerScaleOnOpen: {
|
|
613
|
-
true: {
|
|
614
|
-
trigger: string[];
|
|
615
|
-
};
|
|
616
|
-
false: {};
|
|
617
|
-
};
|
|
618
|
-
disableAnimation: {
|
|
619
|
-
true: {
|
|
620
|
-
base: string;
|
|
621
|
-
};
|
|
622
|
-
};
|
|
623
|
-
}>, unknown, unknown, undefined>>;
|
|
366
|
+
}>;
|
|
624
367
|
type PopoverVariantProps = VariantProps<typeof popover>;
|
|
625
368
|
type PopoverSlots = keyof ReturnType<typeof popover>;
|
|
626
369
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
popover
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-6AEINX52.mjs";
|
|
3
|
+
} from "../chunk-U3S42JDF.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 {
|
|
@@ -197,97 +197,7 @@ declare const progress: tailwind_variants.TVReturnType<{
|
|
|
197
197
|
value: string;
|
|
198
198
|
track: string;
|
|
199
199
|
indicator: string;
|
|
200
|
-
}
|
|
201
|
-
color: {
|
|
202
|
-
default: {
|
|
203
|
-
indicator: string;
|
|
204
|
-
};
|
|
205
|
-
primary: {
|
|
206
|
-
indicator: string;
|
|
207
|
-
};
|
|
208
|
-
secondary: {
|
|
209
|
-
indicator: string;
|
|
210
|
-
};
|
|
211
|
-
success: {
|
|
212
|
-
indicator: string;
|
|
213
|
-
};
|
|
214
|
-
warning: {
|
|
215
|
-
indicator: string;
|
|
216
|
-
};
|
|
217
|
-
danger: {
|
|
218
|
-
indicator: string;
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
size: {
|
|
222
|
-
sm: {
|
|
223
|
-
label: string;
|
|
224
|
-
value: string;
|
|
225
|
-
track: string;
|
|
226
|
-
};
|
|
227
|
-
md: {
|
|
228
|
-
label: string;
|
|
229
|
-
value: string;
|
|
230
|
-
track: string;
|
|
231
|
-
};
|
|
232
|
-
lg: {
|
|
233
|
-
label: string;
|
|
234
|
-
value: string;
|
|
235
|
-
track: string;
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
radius: {
|
|
239
|
-
none: {
|
|
240
|
-
track: string;
|
|
241
|
-
indicator: string;
|
|
242
|
-
};
|
|
243
|
-
sm: {
|
|
244
|
-
track: string;
|
|
245
|
-
indicator: string;
|
|
246
|
-
};
|
|
247
|
-
md: {
|
|
248
|
-
track: string;
|
|
249
|
-
indicator: string;
|
|
250
|
-
};
|
|
251
|
-
lg: {
|
|
252
|
-
track: string;
|
|
253
|
-
indicator: string;
|
|
254
|
-
};
|
|
255
|
-
full: {
|
|
256
|
-
track: string;
|
|
257
|
-
indicator: string;
|
|
258
|
-
};
|
|
259
|
-
};
|
|
260
|
-
isStriped: {
|
|
261
|
-
true: {
|
|
262
|
-
indicator: string;
|
|
263
|
-
};
|
|
264
|
-
};
|
|
265
|
-
isIndeterminate: {
|
|
266
|
-
true: {
|
|
267
|
-
indicator: string[];
|
|
268
|
-
};
|
|
269
|
-
};
|
|
270
|
-
isDisabled: {
|
|
271
|
-
true: {
|
|
272
|
-
base: string;
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
disableAnimation: {
|
|
276
|
-
true: {};
|
|
277
|
-
false: {
|
|
278
|
-
indicator: string;
|
|
279
|
-
};
|
|
280
|
-
};
|
|
281
|
-
}, {
|
|
282
|
-
base: string;
|
|
283
|
-
label: string;
|
|
284
|
-
labelWrapper: string;
|
|
285
|
-
value: string;
|
|
286
|
-
track: string;
|
|
287
|
-
indicator: string;
|
|
288
|
-
}, undefined, {
|
|
289
|
-
twMerge: false;
|
|
290
|
-
}, unknown, unknown, undefined>>;
|
|
200
|
+
}>;
|
|
291
201
|
type ProgressVariantProps = VariantProps<typeof progress>;
|
|
292
202
|
type ProgressSlots = keyof ReturnType<typeof progress>;
|
|
293
203
|
|