@itcase/ui 1.9.32 → 1.9.34
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/{SelectContainer_cjs_CD-J8jSe.js → SelectContainer_cjs_DzjEQKXj.js} +44 -16
- package/dist/{SelectContainer_es_Bxt5C3nI.js → SelectContainer_es_BlhjV0hm.js} +44 -16
- package/dist/cjs/components/DatePeriod.js +1 -1
- package/dist/cjs/components/Select.js +1 -1
- package/dist/cjs/components/Tab.js +1 -1
- package/dist/components/DatePeriod.js +1 -1
- package/dist/components/Select.js +1 -1
- package/dist/components/Tab.js +1 -1
- package/dist/css/styles/bundles.css +53 -26
- package/dist/types/components/Avatar/Avatar.appearance.d.ts +1120 -0
- package/dist/types/components/Badge/Badge.appearance.d.ts +680 -0
- package/dist/types/components/Button/Button.appearance.d.ts +2000 -0
- package/dist/types/components/Divider/Divider.appearance.d.ts +560 -0
- package/dist/types/components/Label/Label.appearance.d.ts +1560 -0
- package/dist/types/components/Loader/Loader.appearance.d.ts +320 -0
- package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +1680 -0
- package/dist/types/components/Modal/Modal.appearance.d.ts +1160 -0
- package/dist/types/components/Select/Select.interface.d.ts +1 -1
- package/dist/types/components/Select/SelectMultiValue.d.ts +4 -0
- package/dist/types/components/Select/SelectOverflowBadge.d.ts +7 -0
- package/dist/types/components/Select/appearance/selectDefault.d.ts +2 -2
- package/dist/types/components/Select/appearance/selectError.d.ts +2 -2
- package/dist/types/components/Select/appearance/selectRequire.d.ts +2 -2
- package/dist/types/components/Select/appearance/selectSize.d.ts +6 -0
- package/dist/types/components/Select/appearance/selectSuccess.d.ts +2 -2
- package/dist/types/components/Text/Text.appearance.d.ts +520 -0
- package/dist/types/components/Tile/Tile.appearance.d.ts +40 -0
- package/dist/types/components/Title/Title.appearance.d.ts +1600 -0
- package/dist/types/components/Warning/Warning.appearance.d.ts +880 -0
- package/package.json +10 -10
|
@@ -351,6 +351,326 @@ declare const loaderAppearance: {
|
|
|
351
351
|
textColor?: import("@itcase/types").TextColorProps;
|
|
352
352
|
textSize?: import("@itcase/types").TextSizeProps;
|
|
353
353
|
} | undefined;
|
|
354
|
+
accentMutedPrimary?: {
|
|
355
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
356
|
+
fill?: import("@itcase/types").FillProps;
|
|
357
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
358
|
+
size?: import("@itcase/types").SizeProps;
|
|
359
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
360
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
361
|
+
} | undefined;
|
|
362
|
+
accentMutedQuaternary?: {
|
|
363
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
364
|
+
fill?: import("@itcase/types").FillProps;
|
|
365
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
366
|
+
size?: import("@itcase/types").SizeProps;
|
|
367
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
368
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
369
|
+
} | undefined;
|
|
370
|
+
accentMutedSecondary?: {
|
|
371
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
372
|
+
fill?: import("@itcase/types").FillProps;
|
|
373
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
374
|
+
size?: import("@itcase/types").SizeProps;
|
|
375
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
376
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
377
|
+
} | undefined;
|
|
378
|
+
accentMutedTertiary?: {
|
|
379
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
380
|
+
fill?: import("@itcase/types").FillProps;
|
|
381
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
382
|
+
size?: import("@itcase/types").SizeProps;
|
|
383
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
384
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
385
|
+
} | undefined;
|
|
386
|
+
dangerMutedPrimary?: {
|
|
387
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
388
|
+
fill?: import("@itcase/types").FillProps;
|
|
389
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
390
|
+
size?: import("@itcase/types").SizeProps;
|
|
391
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
392
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
393
|
+
} | undefined;
|
|
394
|
+
dangerMutedQuaternary?: {
|
|
395
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
396
|
+
fill?: import("@itcase/types").FillProps;
|
|
397
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
398
|
+
size?: import("@itcase/types").SizeProps;
|
|
399
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
400
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
401
|
+
} | undefined;
|
|
402
|
+
dangerMutedSecondary?: {
|
|
403
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
404
|
+
fill?: import("@itcase/types").FillProps;
|
|
405
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
406
|
+
size?: import("@itcase/types").SizeProps;
|
|
407
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
408
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
409
|
+
} | undefined;
|
|
410
|
+
dangerMutedTertiary?: {
|
|
411
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
412
|
+
fill?: import("@itcase/types").FillProps;
|
|
413
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
414
|
+
size?: import("@itcase/types").SizeProps;
|
|
415
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
416
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
417
|
+
} | undefined;
|
|
418
|
+
disabledMutedPrimary?: {
|
|
419
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
420
|
+
fill?: import("@itcase/types").FillProps;
|
|
421
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
422
|
+
size?: import("@itcase/types").SizeProps;
|
|
423
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
424
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
425
|
+
} | undefined;
|
|
426
|
+
disabledMutedQuaternary?: {
|
|
427
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
428
|
+
fill?: import("@itcase/types").FillProps;
|
|
429
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
430
|
+
size?: import("@itcase/types").SizeProps;
|
|
431
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
432
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
433
|
+
} | undefined;
|
|
434
|
+
disabledMutedSecondary?: {
|
|
435
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
436
|
+
fill?: import("@itcase/types").FillProps;
|
|
437
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
438
|
+
size?: import("@itcase/types").SizeProps;
|
|
439
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
440
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
441
|
+
} | undefined;
|
|
442
|
+
disabledMutedTertiary?: {
|
|
443
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
444
|
+
fill?: import("@itcase/types").FillProps;
|
|
445
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
446
|
+
size?: import("@itcase/types").SizeProps;
|
|
447
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
448
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
449
|
+
} | undefined;
|
|
450
|
+
errorMutedPrimary?: {
|
|
451
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
452
|
+
fill?: import("@itcase/types").FillProps;
|
|
453
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
454
|
+
size?: import("@itcase/types").SizeProps;
|
|
455
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
456
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
457
|
+
} | undefined;
|
|
458
|
+
errorMutedQuaternary?: {
|
|
459
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
460
|
+
fill?: import("@itcase/types").FillProps;
|
|
461
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
462
|
+
size?: import("@itcase/types").SizeProps;
|
|
463
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
464
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
465
|
+
} | undefined;
|
|
466
|
+
errorMutedSecondary?: {
|
|
467
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
468
|
+
fill?: import("@itcase/types").FillProps;
|
|
469
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
470
|
+
size?: import("@itcase/types").SizeProps;
|
|
471
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
472
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
473
|
+
} | undefined;
|
|
474
|
+
errorMutedTertiary?: {
|
|
475
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
476
|
+
fill?: import("@itcase/types").FillProps;
|
|
477
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
478
|
+
size?: import("@itcase/types").SizeProps;
|
|
479
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
480
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
481
|
+
} | undefined;
|
|
482
|
+
extraMutedPrimary?: {
|
|
483
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
484
|
+
fill?: import("@itcase/types").FillProps;
|
|
485
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
486
|
+
size?: import("@itcase/types").SizeProps;
|
|
487
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
488
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
489
|
+
} | undefined;
|
|
490
|
+
extraMutedQuaternary?: {
|
|
491
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
492
|
+
fill?: import("@itcase/types").FillProps;
|
|
493
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
494
|
+
size?: import("@itcase/types").SizeProps;
|
|
495
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
496
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
497
|
+
} | undefined;
|
|
498
|
+
extraMutedSecondary?: {
|
|
499
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
500
|
+
fill?: import("@itcase/types").FillProps;
|
|
501
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
502
|
+
size?: import("@itcase/types").SizeProps;
|
|
503
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
504
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
505
|
+
} | undefined;
|
|
506
|
+
extraMutedTertiary?: {
|
|
507
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
508
|
+
fill?: import("@itcase/types").FillProps;
|
|
509
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
510
|
+
size?: import("@itcase/types").SizeProps;
|
|
511
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
512
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
513
|
+
} | undefined;
|
|
514
|
+
infoMutedPrimary?: {
|
|
515
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
516
|
+
fill?: import("@itcase/types").FillProps;
|
|
517
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
518
|
+
size?: import("@itcase/types").SizeProps;
|
|
519
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
520
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
521
|
+
} | undefined;
|
|
522
|
+
infoMutedQuaternary?: {
|
|
523
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
524
|
+
fill?: import("@itcase/types").FillProps;
|
|
525
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
526
|
+
size?: import("@itcase/types").SizeProps;
|
|
527
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
528
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
529
|
+
} | undefined;
|
|
530
|
+
infoMutedSecondary?: {
|
|
531
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
532
|
+
fill?: import("@itcase/types").FillProps;
|
|
533
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
534
|
+
size?: import("@itcase/types").SizeProps;
|
|
535
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
536
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
537
|
+
} | undefined;
|
|
538
|
+
infoMutedTertiary?: {
|
|
539
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
540
|
+
fill?: import("@itcase/types").FillProps;
|
|
541
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
542
|
+
size?: import("@itcase/types").SizeProps;
|
|
543
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
544
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
545
|
+
} | undefined;
|
|
546
|
+
specialMutedPrimary?: {
|
|
547
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
548
|
+
fill?: import("@itcase/types").FillProps;
|
|
549
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
550
|
+
size?: import("@itcase/types").SizeProps;
|
|
551
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
552
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
553
|
+
} | undefined;
|
|
554
|
+
specialMutedQuaternary?: {
|
|
555
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
556
|
+
fill?: import("@itcase/types").FillProps;
|
|
557
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
558
|
+
size?: import("@itcase/types").SizeProps;
|
|
559
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
560
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
561
|
+
} | undefined;
|
|
562
|
+
specialMutedSecondary?: {
|
|
563
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
564
|
+
fill?: import("@itcase/types").FillProps;
|
|
565
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
566
|
+
size?: import("@itcase/types").SizeProps;
|
|
567
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
568
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
569
|
+
} | undefined;
|
|
570
|
+
specialMutedTertiary?: {
|
|
571
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
572
|
+
fill?: import("@itcase/types").FillProps;
|
|
573
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
574
|
+
size?: import("@itcase/types").SizeProps;
|
|
575
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
576
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
577
|
+
} | undefined;
|
|
578
|
+
successMutedPrimary?: {
|
|
579
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
580
|
+
fill?: import("@itcase/types").FillProps;
|
|
581
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
582
|
+
size?: import("@itcase/types").SizeProps;
|
|
583
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
584
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
585
|
+
} | undefined;
|
|
586
|
+
successMutedQuaternary?: {
|
|
587
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
588
|
+
fill?: import("@itcase/types").FillProps;
|
|
589
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
590
|
+
size?: import("@itcase/types").SizeProps;
|
|
591
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
592
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
593
|
+
} | undefined;
|
|
594
|
+
successMutedSecondary?: {
|
|
595
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
596
|
+
fill?: import("@itcase/types").FillProps;
|
|
597
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
598
|
+
size?: import("@itcase/types").SizeProps;
|
|
599
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
600
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
601
|
+
} | undefined;
|
|
602
|
+
successMutedTertiary?: {
|
|
603
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
604
|
+
fill?: import("@itcase/types").FillProps;
|
|
605
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
606
|
+
size?: import("@itcase/types").SizeProps;
|
|
607
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
608
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
609
|
+
} | undefined;
|
|
610
|
+
surfaceMutedPrimary?: {
|
|
611
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
612
|
+
fill?: import("@itcase/types").FillProps;
|
|
613
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
614
|
+
size?: import("@itcase/types").SizeProps;
|
|
615
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
616
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
617
|
+
} | undefined;
|
|
618
|
+
surfaceMutedQuaternary?: {
|
|
619
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
620
|
+
fill?: import("@itcase/types").FillProps;
|
|
621
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
622
|
+
size?: import("@itcase/types").SizeProps;
|
|
623
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
624
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
625
|
+
} | undefined;
|
|
626
|
+
surfaceMutedSecondary?: {
|
|
627
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
628
|
+
fill?: import("@itcase/types").FillProps;
|
|
629
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
630
|
+
size?: import("@itcase/types").SizeProps;
|
|
631
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
632
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
633
|
+
} | undefined;
|
|
634
|
+
surfaceMutedTertiary?: {
|
|
635
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
636
|
+
fill?: import("@itcase/types").FillProps;
|
|
637
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
638
|
+
size?: import("@itcase/types").SizeProps;
|
|
639
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
640
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
641
|
+
} | undefined;
|
|
642
|
+
warningMutedPrimary?: {
|
|
643
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
644
|
+
fill?: import("@itcase/types").FillProps;
|
|
645
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
646
|
+
size?: import("@itcase/types").SizeProps;
|
|
647
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
648
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
649
|
+
} | undefined;
|
|
650
|
+
warningMutedQuaternary?: {
|
|
651
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
652
|
+
fill?: import("@itcase/types").FillProps;
|
|
653
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
654
|
+
size?: import("@itcase/types").SizeProps;
|
|
655
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
656
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
657
|
+
} | undefined;
|
|
658
|
+
warningMutedSecondary?: {
|
|
659
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
660
|
+
fill?: import("@itcase/types").FillProps;
|
|
661
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
662
|
+
size?: import("@itcase/types").SizeProps;
|
|
663
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
664
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
665
|
+
} | undefined;
|
|
666
|
+
warningMutedTertiary?: {
|
|
667
|
+
borderColor?: import("@itcase/types").BorderColorProps;
|
|
668
|
+
fill?: import("@itcase/types").FillProps;
|
|
669
|
+
itemFill?: import("@itcase/types").ItemFillProps;
|
|
670
|
+
size?: import("@itcase/types").SizeProps;
|
|
671
|
+
textColor?: import("@itcase/types").TextColorProps;
|
|
672
|
+
textSize?: import("@itcase/types").TextSizeProps;
|
|
673
|
+
} | undefined;
|
|
354
674
|
sizeXXS?: {
|
|
355
675
|
borderColor?: import("@itcase/types").BorderColorProps;
|
|
356
676
|
fill?: import("@itcase/types").FillProps;
|