@yahoo/uds 3.169.0 → 3.169.1
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/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/components/Icon.cjs +3 -6
- package/dist/components/Icon.js +3 -6
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/styles/styler.cjs +18 -2
- package/dist/styles/styler.d.cts +35 -27
- package/dist/styles/styler.d.ts +35 -27
- package/dist/styles/styler.js +18 -2
- package/dist/styles/textColorVariants.cjs +40 -0
- package/dist/styles/textColorVariants.d.cts +39 -0
- package/dist/styles/textColorVariants.d.ts +39 -0
- package/dist/styles/textColorVariants.js +39 -0
- package/dist/styles/variants.cjs +1 -28
- package/dist/styles/variants.js +2 -28
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/tokens/utils/getFontUrls.cjs +8 -1
- package/dist/tokens/utils/getFontUrls.d.cts +7 -0
- package/dist/tokens/utils/getFontUrls.d.ts +7 -0
- package/dist/tokens/utils/getFontUrls.js +8 -1
- package/dist/uds/generated/componentData.cjs +274 -270
- package/dist/uds/generated/componentData.js +274 -270
- package/dist/uds/generated/tailwindPurge.cjs +1 -1
- package/dist/uds/generated/tailwindPurge.js +1 -1
- package/generated/componentData.json +456 -456
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -268,10 +268,10 @@
|
|
|
268
268
|
"variant": "outline",
|
|
269
269
|
"color": "primary"
|
|
270
270
|
},
|
|
271
|
-
"getStylesLiterals": {
|
|
272
|
-
"flex": "none"
|
|
273
|
-
},
|
|
271
|
+
"getStylesLiterals": {},
|
|
274
272
|
"cxLiterals": [
|
|
273
|
+
"flex-none",
|
|
274
|
+
"inherit",
|
|
275
275
|
"[&_path]:fill-current"
|
|
276
276
|
],
|
|
277
277
|
"internalComponents": [
|
|
@@ -577,6 +577,108 @@
|
|
|
577
577
|
"runtimeConfigInternalComponentProps": {},
|
|
578
578
|
"motionVarPrefixes": []
|
|
579
579
|
},
|
|
580
|
+
"DividerLabel": {
|
|
581
|
+
"name": "DividerLabel",
|
|
582
|
+
"defaultProps": {
|
|
583
|
+
"variant": "primary",
|
|
584
|
+
"textVariant": "inherit",
|
|
585
|
+
"color": "inherit",
|
|
586
|
+
"as": "span"
|
|
587
|
+
},
|
|
588
|
+
"getStylesLiterals": {},
|
|
589
|
+
"cxLiterals": [
|
|
590
|
+
"inherit"
|
|
591
|
+
],
|
|
592
|
+
"internalComponents": [
|
|
593
|
+
"Text"
|
|
594
|
+
],
|
|
595
|
+
"internalComponentProps": {},
|
|
596
|
+
"propToVariantKeys": {
|
|
597
|
+
"variant": [
|
|
598
|
+
"dividerVariantLabel"
|
|
599
|
+
],
|
|
600
|
+
"textVariant": [
|
|
601
|
+
"variant"
|
|
602
|
+
]
|
|
603
|
+
},
|
|
604
|
+
"runtimeConfigDefaultProps": {},
|
|
605
|
+
"runtimeConfigGetStyles": {},
|
|
606
|
+
"runtimeConfigInternalComponentProps": {},
|
|
607
|
+
"motionVarPrefixes": []
|
|
608
|
+
},
|
|
609
|
+
"DividerLine": {
|
|
610
|
+
"name": "DividerLine",
|
|
611
|
+
"defaultProps": {
|
|
612
|
+
"variant": "primary"
|
|
613
|
+
},
|
|
614
|
+
"getStylesLiterals": {},
|
|
615
|
+
"cxLiterals": [
|
|
616
|
+
"inherit"
|
|
617
|
+
],
|
|
618
|
+
"internalComponents": [
|
|
619
|
+
"Box"
|
|
620
|
+
],
|
|
621
|
+
"internalComponentProps": {
|
|
622
|
+
"Box": {
|
|
623
|
+
"flex": [
|
|
624
|
+
"1"
|
|
625
|
+
]
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
"propToVariantKeys": {
|
|
629
|
+
"variant": [
|
|
630
|
+
"dividerVariantLine"
|
|
631
|
+
]
|
|
632
|
+
},
|
|
633
|
+
"runtimeConfigDefaultProps": {},
|
|
634
|
+
"runtimeConfigGetStyles": {},
|
|
635
|
+
"runtimeConfigInternalComponentProps": {},
|
|
636
|
+
"motionVarPrefixes": []
|
|
637
|
+
},
|
|
638
|
+
"Divider": {
|
|
639
|
+
"name": "Divider",
|
|
640
|
+
"defaultProps": {
|
|
641
|
+
"variant": "primary",
|
|
642
|
+
"contentPosition": "center"
|
|
643
|
+
},
|
|
644
|
+
"getStylesLiterals": {},
|
|
645
|
+
"cxLiterals": [
|
|
646
|
+
"inherit"
|
|
647
|
+
],
|
|
648
|
+
"internalComponents": [
|
|
649
|
+
"DividerLine",
|
|
650
|
+
"DividerLabel",
|
|
651
|
+
"InternalComponent",
|
|
652
|
+
"Box"
|
|
653
|
+
],
|
|
654
|
+
"internalComponentProps": {
|
|
655
|
+
"InternalComponent": {
|
|
656
|
+
"alignItems": [
|
|
657
|
+
"center"
|
|
658
|
+
],
|
|
659
|
+
"flex": [
|
|
660
|
+
"1"
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
"Box": {
|
|
664
|
+
"display": [
|
|
665
|
+
"flex"
|
|
666
|
+
],
|
|
667
|
+
"flex": [
|
|
668
|
+
"none"
|
|
669
|
+
]
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"propToVariantKeys": {
|
|
673
|
+
"variant": [
|
|
674
|
+
"dividerVariantRoot"
|
|
675
|
+
]
|
|
676
|
+
},
|
|
677
|
+
"runtimeConfigDefaultProps": {},
|
|
678
|
+
"runtimeConfigGetStyles": {},
|
|
679
|
+
"runtimeConfigInternalComponentProps": {},
|
|
680
|
+
"motionVarPrefixes": []
|
|
681
|
+
},
|
|
580
682
|
"Badge": {
|
|
581
683
|
"name": "Badge",
|
|
582
684
|
"defaultProps": {
|
|
@@ -721,108 +823,6 @@
|
|
|
721
823
|
"runtimeConfigInternalComponentProps": {},
|
|
722
824
|
"motionVarPrefixes": []
|
|
723
825
|
},
|
|
724
|
-
"DividerLabel": {
|
|
725
|
-
"name": "DividerLabel",
|
|
726
|
-
"defaultProps": {
|
|
727
|
-
"variant": "primary",
|
|
728
|
-
"textVariant": "inherit",
|
|
729
|
-
"color": "inherit",
|
|
730
|
-
"as": "span"
|
|
731
|
-
},
|
|
732
|
-
"getStylesLiterals": {},
|
|
733
|
-
"cxLiterals": [
|
|
734
|
-
"inherit"
|
|
735
|
-
],
|
|
736
|
-
"internalComponents": [
|
|
737
|
-
"Text"
|
|
738
|
-
],
|
|
739
|
-
"internalComponentProps": {},
|
|
740
|
-
"propToVariantKeys": {
|
|
741
|
-
"variant": [
|
|
742
|
-
"dividerVariantLabel"
|
|
743
|
-
],
|
|
744
|
-
"textVariant": [
|
|
745
|
-
"variant"
|
|
746
|
-
]
|
|
747
|
-
},
|
|
748
|
-
"runtimeConfigDefaultProps": {},
|
|
749
|
-
"runtimeConfigGetStyles": {},
|
|
750
|
-
"runtimeConfigInternalComponentProps": {},
|
|
751
|
-
"motionVarPrefixes": []
|
|
752
|
-
},
|
|
753
|
-
"DividerLine": {
|
|
754
|
-
"name": "DividerLine",
|
|
755
|
-
"defaultProps": {
|
|
756
|
-
"variant": "primary"
|
|
757
|
-
},
|
|
758
|
-
"getStylesLiterals": {},
|
|
759
|
-
"cxLiterals": [
|
|
760
|
-
"inherit"
|
|
761
|
-
],
|
|
762
|
-
"internalComponents": [
|
|
763
|
-
"Box"
|
|
764
|
-
],
|
|
765
|
-
"internalComponentProps": {
|
|
766
|
-
"Box": {
|
|
767
|
-
"flex": [
|
|
768
|
-
"1"
|
|
769
|
-
]
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
"propToVariantKeys": {
|
|
773
|
-
"variant": [
|
|
774
|
-
"dividerVariantLine"
|
|
775
|
-
]
|
|
776
|
-
},
|
|
777
|
-
"runtimeConfigDefaultProps": {},
|
|
778
|
-
"runtimeConfigGetStyles": {},
|
|
779
|
-
"runtimeConfigInternalComponentProps": {},
|
|
780
|
-
"motionVarPrefixes": []
|
|
781
|
-
},
|
|
782
|
-
"Divider": {
|
|
783
|
-
"name": "Divider",
|
|
784
|
-
"defaultProps": {
|
|
785
|
-
"variant": "primary",
|
|
786
|
-
"contentPosition": "center"
|
|
787
|
-
},
|
|
788
|
-
"getStylesLiterals": {},
|
|
789
|
-
"cxLiterals": [
|
|
790
|
-
"inherit"
|
|
791
|
-
],
|
|
792
|
-
"internalComponents": [
|
|
793
|
-
"DividerLine",
|
|
794
|
-
"DividerLabel",
|
|
795
|
-
"InternalComponent",
|
|
796
|
-
"Box"
|
|
797
|
-
],
|
|
798
|
-
"internalComponentProps": {
|
|
799
|
-
"InternalComponent": {
|
|
800
|
-
"alignItems": [
|
|
801
|
-
"center"
|
|
802
|
-
],
|
|
803
|
-
"flex": [
|
|
804
|
-
"1"
|
|
805
|
-
]
|
|
806
|
-
},
|
|
807
|
-
"Box": {
|
|
808
|
-
"display": [
|
|
809
|
-
"flex"
|
|
810
|
-
],
|
|
811
|
-
"flex": [
|
|
812
|
-
"none"
|
|
813
|
-
]
|
|
814
|
-
}
|
|
815
|
-
},
|
|
816
|
-
"propToVariantKeys": {
|
|
817
|
-
"variant": [
|
|
818
|
-
"dividerVariantRoot"
|
|
819
|
-
]
|
|
820
|
-
},
|
|
821
|
-
"runtimeConfigDefaultProps": {},
|
|
822
|
-
"runtimeConfigGetStyles": {},
|
|
823
|
-
"runtimeConfigInternalComponentProps": {},
|
|
824
|
-
"motionVarPrefixes": []
|
|
825
|
-
},
|
|
826
826
|
"Accordion": {
|
|
827
827
|
"name": "Accordion",
|
|
828
828
|
"defaultProps": {
|
|
@@ -2465,55 +2465,172 @@
|
|
|
2465
2465
|
"runtimeConfigInternalComponentProps": {},
|
|
2466
2466
|
"motionVarPrefixes": []
|
|
2467
2467
|
},
|
|
2468
|
-
"
|
|
2469
|
-
"name": "
|
|
2468
|
+
"ButtonBase": {
|
|
2469
|
+
"name": "ButtonBase",
|
|
2470
2470
|
"defaultProps": {
|
|
2471
|
-
"
|
|
2472
|
-
"maxWidth": "auto",
|
|
2473
|
-
"maxHeight": "auto",
|
|
2474
|
-
"scrollBehavior": "outside"
|
|
2475
|
-
},
|
|
2476
|
-
"getStylesLiterals": {
|
|
2477
|
-
"flexDirection": "row-reverse",
|
|
2478
|
-
"justifyContent": "space-between",
|
|
2479
|
-
"alignItems": "flex-end",
|
|
2480
|
-
"alignItems:1": "flex-start",
|
|
2481
|
-
"borderRadius": "full"
|
|
2471
|
+
"type": "button"
|
|
2482
2472
|
},
|
|
2473
|
+
"getStylesLiterals": {},
|
|
2483
2474
|
"cxLiterals": [
|
|
2484
|
-
"fixed",
|
|
2485
|
-
"inset-0",
|
|
2486
|
-
"z-40",
|
|
2487
|
-
"overflow-y-auto",
|
|
2488
|
-
"overflow-hidden",
|
|
2489
|
-
"transition-[opacity,visibility]",
|
|
2490
|
-
"visible",
|
|
2491
|
-
"opacity-100",
|
|
2492
|
-
"invisible",
|
|
2493
|
-
"opacity-0",
|
|
2494
|
-
"pointer-events-none",
|
|
2495
|
-
"uds-bgBlurFallback",
|
|
2496
|
-
"w-full",
|
|
2497
|
-
"w-fit",
|
|
2498
|
-
"h-full",
|
|
2499
|
-
"h-fit",
|
|
2500
|
-
"m-auto",
|
|
2501
|
-
"pointer-events-auto",
|
|
2502
|
-
"inside",
|
|
2503
|
-
"max-h-full",
|
|
2504
|
-
"transition-transform",
|
|
2505
|
-
"duration-0",
|
|
2506
|
-
"duration-120",
|
|
2507
|
-
"transition-[background-color]",
|
|
2508
|
-
"bg-carbon-15/0",
|
|
2509
|
-
"hover:bg-carbon-15/10",
|
|
2510
|
-
"active:bg-carbon-15/15",
|
|
2511
2475
|
"uds-ring",
|
|
2512
|
-
"
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
"
|
|
2516
|
-
"
|
|
2476
|
+
"uds-hit-target",
|
|
2477
|
+
"inline-flex",
|
|
2478
|
+
"max-w-full",
|
|
2479
|
+
"overflow-hidden",
|
|
2480
|
+
"justify-center",
|
|
2481
|
+
"items-center",
|
|
2482
|
+
"whitespace-nowrap",
|
|
2483
|
+
"select-none",
|
|
2484
|
+
"[transform-origin:center]",
|
|
2485
|
+
"[backface-visibility:hidden]",
|
|
2486
|
+
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
2487
|
+
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
2488
|
+
"[transition-duration:220ms]",
|
|
2489
|
+
"cursor-not-allowed",
|
|
2490
|
+
"uds-button-loading",
|
|
2491
|
+
"uds-button-without-effects",
|
|
2492
|
+
"withIcon",
|
|
2493
|
+
"uds-button-with-gap",
|
|
2494
|
+
"flex",
|
|
2495
|
+
"shrink-0",
|
|
2496
|
+
"overflow-clip",
|
|
2497
|
+
"uds-button-icon-container",
|
|
2498
|
+
"animate-spin",
|
|
2499
|
+
"min-w-0",
|
|
2500
|
+
"truncate"
|
|
2501
|
+
],
|
|
2502
|
+
"internalComponents": [],
|
|
2503
|
+
"internalComponentProps": {},
|
|
2504
|
+
"propToVariantKeys": {
|
|
2505
|
+
"size": [
|
|
2506
|
+
"buttonSizeRoot",
|
|
2507
|
+
"buttonSizeIcon"
|
|
2508
|
+
],
|
|
2509
|
+
"variant": [
|
|
2510
|
+
"buttonVariantRoot",
|
|
2511
|
+
"buttonVariantIcon"
|
|
2512
|
+
]
|
|
2513
|
+
},
|
|
2514
|
+
"runtimeConfigDefaultProps": {
|
|
2515
|
+
"size": "button.defaultSize"
|
|
2516
|
+
},
|
|
2517
|
+
"runtimeConfigGetStyles": {},
|
|
2518
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2519
|
+
"motionVarPrefixes": []
|
|
2520
|
+
},
|
|
2521
|
+
"UDSButtonConfigProvider": {
|
|
2522
|
+
"name": "UDSButtonConfigProvider",
|
|
2523
|
+
"defaultProps": {},
|
|
2524
|
+
"getStylesLiterals": {},
|
|
2525
|
+
"cxLiterals": [],
|
|
2526
|
+
"internalComponents": [
|
|
2527
|
+
"ButtonContext.Provider"
|
|
2528
|
+
],
|
|
2529
|
+
"internalComponentProps": {},
|
|
2530
|
+
"propToVariantKeys": {},
|
|
2531
|
+
"runtimeConfigDefaultProps": {},
|
|
2532
|
+
"runtimeConfigGetStyles": {},
|
|
2533
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2534
|
+
"motionVarPrefixes": []
|
|
2535
|
+
},
|
|
2536
|
+
"Button": {
|
|
2537
|
+
"name": "Button",
|
|
2538
|
+
"defaultProps": {},
|
|
2539
|
+
"getStylesLiterals": {},
|
|
2540
|
+
"cxLiterals": [],
|
|
2541
|
+
"internalComponents": [
|
|
2542
|
+
"ButtonBase",
|
|
2543
|
+
"Icon",
|
|
2544
|
+
"IconSlot",
|
|
2545
|
+
"AnimatePresence",
|
|
2546
|
+
"SpringMotionConfig",
|
|
2547
|
+
"MotionSlot",
|
|
2548
|
+
"ButtonProps",
|
|
2549
|
+
"Slot"
|
|
2550
|
+
],
|
|
2551
|
+
"internalComponentProps": {
|
|
2552
|
+
"Icon": {
|
|
2553
|
+
"color": [
|
|
2554
|
+
"current"
|
|
2555
|
+
]
|
|
2556
|
+
},
|
|
2557
|
+
"AnimatePresence": {
|
|
2558
|
+
"mode": [
|
|
2559
|
+
"popLayout"
|
|
2560
|
+
]
|
|
2561
|
+
},
|
|
2562
|
+
"SpringMotionConfig": {
|
|
2563
|
+
"layoutSpeed": [
|
|
2564
|
+
"3"
|
|
2565
|
+
]
|
|
2566
|
+
},
|
|
2567
|
+
"MotionSlot": {
|
|
2568
|
+
"whileHover": [
|
|
2569
|
+
"hover"
|
|
2570
|
+
],
|
|
2571
|
+
"whileTap": [
|
|
2572
|
+
"pressed"
|
|
2573
|
+
]
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2576
|
+
"propToVariantKeys": {},
|
|
2577
|
+
"runtimeConfigDefaultProps": {},
|
|
2578
|
+
"runtimeConfigGetStyles": {},
|
|
2579
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2580
|
+
"motionVarPrefixes": [
|
|
2581
|
+
"--uds-motion-subtle-3-",
|
|
2582
|
+
"--uds-motion-smooth-3-"
|
|
2583
|
+
]
|
|
2584
|
+
},
|
|
2585
|
+
"Modal": {
|
|
2586
|
+
"name": "Modal",
|
|
2587
|
+
"defaultProps": {
|
|
2588
|
+
"closeAriaLabel": "Close",
|
|
2589
|
+
"maxWidth": "auto",
|
|
2590
|
+
"maxHeight": "auto",
|
|
2591
|
+
"scrollBehavior": "outside"
|
|
2592
|
+
},
|
|
2593
|
+
"getStylesLiterals": {
|
|
2594
|
+
"flexDirection": "row-reverse",
|
|
2595
|
+
"justifyContent": "space-between",
|
|
2596
|
+
"alignItems": "flex-end",
|
|
2597
|
+
"alignItems:1": "flex-start",
|
|
2598
|
+
"borderRadius": "full"
|
|
2599
|
+
},
|
|
2600
|
+
"cxLiterals": [
|
|
2601
|
+
"fixed",
|
|
2602
|
+
"inset-0",
|
|
2603
|
+
"z-40",
|
|
2604
|
+
"overflow-y-auto",
|
|
2605
|
+
"overflow-hidden",
|
|
2606
|
+
"transition-[opacity,visibility]",
|
|
2607
|
+
"visible",
|
|
2608
|
+
"opacity-100",
|
|
2609
|
+
"invisible",
|
|
2610
|
+
"opacity-0",
|
|
2611
|
+
"pointer-events-none",
|
|
2612
|
+
"uds-bgBlurFallback",
|
|
2613
|
+
"w-full",
|
|
2614
|
+
"w-fit",
|
|
2615
|
+
"h-full",
|
|
2616
|
+
"h-fit",
|
|
2617
|
+
"m-auto",
|
|
2618
|
+
"pointer-events-auto",
|
|
2619
|
+
"inside",
|
|
2620
|
+
"max-h-full",
|
|
2621
|
+
"transition-transform",
|
|
2622
|
+
"duration-0",
|
|
2623
|
+
"duration-120",
|
|
2624
|
+
"transition-[background-color]",
|
|
2625
|
+
"bg-carbon-15/0",
|
|
2626
|
+
"hover:bg-carbon-15/10",
|
|
2627
|
+
"active:bg-carbon-15/15",
|
|
2628
|
+
"uds-ring",
|
|
2629
|
+
"[translate:50%_-50%]"
|
|
2630
|
+
],
|
|
2631
|
+
"internalComponents": [
|
|
2632
|
+
"Scrim",
|
|
2633
|
+
"VStack",
|
|
2517
2634
|
"Pressable",
|
|
2518
2635
|
"IconSlot",
|
|
2519
2636
|
"Box",
|
|
@@ -2801,123 +2918,6 @@
|
|
|
2801
2918
|
"runtimeConfigInternalComponentProps": {},
|
|
2802
2919
|
"motionVarPrefixes": []
|
|
2803
2920
|
},
|
|
2804
|
-
"ButtonBase": {
|
|
2805
|
-
"name": "ButtonBase",
|
|
2806
|
-
"defaultProps": {
|
|
2807
|
-
"type": "button"
|
|
2808
|
-
},
|
|
2809
|
-
"getStylesLiterals": {},
|
|
2810
|
-
"cxLiterals": [
|
|
2811
|
-
"uds-ring",
|
|
2812
|
-
"uds-hit-target",
|
|
2813
|
-
"inline-flex",
|
|
2814
|
-
"max-w-full",
|
|
2815
|
-
"overflow-hidden",
|
|
2816
|
-
"justify-center",
|
|
2817
|
-
"items-center",
|
|
2818
|
-
"whitespace-nowrap",
|
|
2819
|
-
"select-none",
|
|
2820
|
-
"[transform-origin:center]",
|
|
2821
|
-
"[backface-visibility:hidden]",
|
|
2822
|
-
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
2823
|
-
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
2824
|
-
"[transition-duration:220ms]",
|
|
2825
|
-
"cursor-not-allowed",
|
|
2826
|
-
"uds-button-loading",
|
|
2827
|
-
"uds-button-without-effects",
|
|
2828
|
-
"withIcon",
|
|
2829
|
-
"uds-button-with-gap",
|
|
2830
|
-
"flex",
|
|
2831
|
-
"shrink-0",
|
|
2832
|
-
"overflow-clip",
|
|
2833
|
-
"uds-button-icon-container",
|
|
2834
|
-
"animate-spin",
|
|
2835
|
-
"min-w-0",
|
|
2836
|
-
"truncate"
|
|
2837
|
-
],
|
|
2838
|
-
"internalComponents": [],
|
|
2839
|
-
"internalComponentProps": {},
|
|
2840
|
-
"propToVariantKeys": {
|
|
2841
|
-
"size": [
|
|
2842
|
-
"buttonSizeRoot",
|
|
2843
|
-
"buttonSizeIcon"
|
|
2844
|
-
],
|
|
2845
|
-
"variant": [
|
|
2846
|
-
"buttonVariantRoot",
|
|
2847
|
-
"buttonVariantIcon"
|
|
2848
|
-
]
|
|
2849
|
-
},
|
|
2850
|
-
"runtimeConfigDefaultProps": {
|
|
2851
|
-
"size": "button.defaultSize"
|
|
2852
|
-
},
|
|
2853
|
-
"runtimeConfigGetStyles": {},
|
|
2854
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2855
|
-
"motionVarPrefixes": []
|
|
2856
|
-
},
|
|
2857
|
-
"UDSButtonConfigProvider": {
|
|
2858
|
-
"name": "UDSButtonConfigProvider",
|
|
2859
|
-
"defaultProps": {},
|
|
2860
|
-
"getStylesLiterals": {},
|
|
2861
|
-
"cxLiterals": [],
|
|
2862
|
-
"internalComponents": [
|
|
2863
|
-
"ButtonContext.Provider"
|
|
2864
|
-
],
|
|
2865
|
-
"internalComponentProps": {},
|
|
2866
|
-
"propToVariantKeys": {},
|
|
2867
|
-
"runtimeConfigDefaultProps": {},
|
|
2868
|
-
"runtimeConfigGetStyles": {},
|
|
2869
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2870
|
-
"motionVarPrefixes": []
|
|
2871
|
-
},
|
|
2872
|
-
"Button": {
|
|
2873
|
-
"name": "Button",
|
|
2874
|
-
"defaultProps": {},
|
|
2875
|
-
"getStylesLiterals": {},
|
|
2876
|
-
"cxLiterals": [],
|
|
2877
|
-
"internalComponents": [
|
|
2878
|
-
"ButtonBase",
|
|
2879
|
-
"Icon",
|
|
2880
|
-
"IconSlot",
|
|
2881
|
-
"AnimatePresence",
|
|
2882
|
-
"SpringMotionConfig",
|
|
2883
|
-
"MotionSlot",
|
|
2884
|
-
"ButtonProps",
|
|
2885
|
-
"Slot"
|
|
2886
|
-
],
|
|
2887
|
-
"internalComponentProps": {
|
|
2888
|
-
"Icon": {
|
|
2889
|
-
"color": [
|
|
2890
|
-
"current"
|
|
2891
|
-
]
|
|
2892
|
-
},
|
|
2893
|
-
"AnimatePresence": {
|
|
2894
|
-
"mode": [
|
|
2895
|
-
"popLayout"
|
|
2896
|
-
]
|
|
2897
|
-
},
|
|
2898
|
-
"SpringMotionConfig": {
|
|
2899
|
-
"layoutSpeed": [
|
|
2900
|
-
"3"
|
|
2901
|
-
]
|
|
2902
|
-
},
|
|
2903
|
-
"MotionSlot": {
|
|
2904
|
-
"whileHover": [
|
|
2905
|
-
"hover"
|
|
2906
|
-
],
|
|
2907
|
-
"whileTap": [
|
|
2908
|
-
"pressed"
|
|
2909
|
-
]
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
"propToVariantKeys": {},
|
|
2913
|
-
"runtimeConfigDefaultProps": {},
|
|
2914
|
-
"runtimeConfigGetStyles": {},
|
|
2915
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2916
|
-
"motionVarPrefixes": [
|
|
2917
|
-
"--uds-motion-subtle-3-",
|
|
2918
|
-
"--uds-motion-smooth-3-"
|
|
2919
|
-
]
|
|
2920
|
-
},
|
|
2921
2921
|
"RadioGroupStore": {
|
|
2922
2922
|
"name": "RadioGroupStore",
|
|
2923
2923
|
"defaultProps": {},
|
|
@@ -3384,9 +3384,144 @@
|
|
|
3384
3384
|
}
|
|
3385
3385
|
},
|
|
3386
3386
|
"propToVariantKeys": {
|
|
3387
|
-
"size": [
|
|
3388
|
-
"switchSizeRoot",
|
|
3389
|
-
"switchSizeSwitch"
|
|
3387
|
+
"size": [
|
|
3388
|
+
"switchSizeRoot",
|
|
3389
|
+
"switchSizeSwitch"
|
|
3390
|
+
]
|
|
3391
|
+
},
|
|
3392
|
+
"runtimeConfigDefaultProps": {},
|
|
3393
|
+
"runtimeConfigGetStyles": {},
|
|
3394
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3395
|
+
"motionVarPrefixes": []
|
|
3396
|
+
},
|
|
3397
|
+
"Switch": {
|
|
3398
|
+
"name": "Switch",
|
|
3399
|
+
"defaultProps": {},
|
|
3400
|
+
"getStylesLiterals": {
|
|
3401
|
+
"switchVariantActiveHandle": "on",
|
|
3402
|
+
"switchVariantActiveHandle:1": "off",
|
|
3403
|
+
"switchVariantHandle": "default",
|
|
3404
|
+
"switchVariantHandleIcon": "default",
|
|
3405
|
+
"switchVariantActiveHandleIcon": "on",
|
|
3406
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
3407
|
+
},
|
|
3408
|
+
"cxLiterals": [
|
|
3409
|
+
"relative",
|
|
3410
|
+
"pointer-events-none",
|
|
3411
|
+
"uds-border-radius-full",
|
|
3412
|
+
"overflow-hidden",
|
|
3413
|
+
"absolute",
|
|
3414
|
+
"top-0",
|
|
3415
|
+
"left-0",
|
|
3416
|
+
"right-0",
|
|
3417
|
+
"bottom-0",
|
|
3418
|
+
"opacity-95",
|
|
3419
|
+
"group-hover:opacity-100",
|
|
3420
|
+
"transition-[background-color,box-shadow,opacity]",
|
|
3421
|
+
"opacity-0",
|
|
3422
|
+
"m-auto",
|
|
3423
|
+
"transition-opacity",
|
|
3424
|
+
"opacity-100"
|
|
3425
|
+
],
|
|
3426
|
+
"internalComponents": [
|
|
3427
|
+
"IconSlot",
|
|
3428
|
+
"SwitchBase",
|
|
3429
|
+
"Box",
|
|
3430
|
+
"SpringMotionConfig",
|
|
3431
|
+
"MotionBox",
|
|
3432
|
+
"SwitchProps",
|
|
3433
|
+
"SwitchStaticHandle"
|
|
3434
|
+
],
|
|
3435
|
+
"internalComponentProps": {
|
|
3436
|
+
"IconSlot": {
|
|
3437
|
+
"data-testid": [
|
|
3438
|
+
"on-icon",
|
|
3439
|
+
"off-icon"
|
|
3440
|
+
]
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
"propToVariantKeys": {
|
|
3444
|
+
"size": [
|
|
3445
|
+
"switchSizeHandle",
|
|
3446
|
+
"switchSizeHandleIcon"
|
|
3447
|
+
],
|
|
3448
|
+
"reduceMotion": [
|
|
3449
|
+
"reducedMotion"
|
|
3450
|
+
]
|
|
3451
|
+
},
|
|
3452
|
+
"runtimeConfigDefaultProps": {},
|
|
3453
|
+
"runtimeConfigGetStyles": {},
|
|
3454
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3455
|
+
"motionVarPrefixes": [
|
|
3456
|
+
"--uds-motion-bouncy-4-",
|
|
3457
|
+
"--uds-motion-smooth-3-"
|
|
3458
|
+
]
|
|
3459
|
+
},
|
|
3460
|
+
"AvatarIcon": {
|
|
3461
|
+
"name": "AvatarIcon",
|
|
3462
|
+
"defaultProps": {
|
|
3463
|
+
"size": "md",
|
|
3464
|
+
"variant": "primary"
|
|
3465
|
+
},
|
|
3466
|
+
"getStylesLiterals": {},
|
|
3467
|
+
"cxLiterals": [
|
|
3468
|
+
"overflow-hidden",
|
|
3469
|
+
"w-full",
|
|
3470
|
+
"h-full",
|
|
3471
|
+
"shrink-0",
|
|
3472
|
+
"text-center",
|
|
3473
|
+
"inline-flex",
|
|
3474
|
+
"justify-center",
|
|
3475
|
+
"items-center"
|
|
3476
|
+
],
|
|
3477
|
+
"internalComponents": [
|
|
3478
|
+
"IconSlot",
|
|
3479
|
+
"Box"
|
|
3480
|
+
],
|
|
3481
|
+
"internalComponentProps": {},
|
|
3482
|
+
"propToVariantKeys": {
|
|
3483
|
+
"size": [
|
|
3484
|
+
"avatarSizeIcon"
|
|
3485
|
+
]
|
|
3486
|
+
},
|
|
3487
|
+
"runtimeConfigDefaultProps": {
|
|
3488
|
+
"size": "avatar.defaultSize"
|
|
3489
|
+
},
|
|
3490
|
+
"runtimeConfigGetStyles": {},
|
|
3491
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3492
|
+
"motionVarPrefixes": []
|
|
3493
|
+
},
|
|
3494
|
+
"AvatarImage": {
|
|
3495
|
+
"name": "AvatarImage",
|
|
3496
|
+
"defaultProps": {
|
|
3497
|
+
"size": "md",
|
|
3498
|
+
"variant": "primary"
|
|
3499
|
+
},
|
|
3500
|
+
"getStylesLiterals": {},
|
|
3501
|
+
"cxLiterals": [
|
|
3502
|
+
"overflow-hidden",
|
|
3503
|
+
"w-full",
|
|
3504
|
+
"h-full",
|
|
3505
|
+
"shrink-0",
|
|
3506
|
+
"text-center",
|
|
3507
|
+
"inline-flex",
|
|
3508
|
+
"justify-center",
|
|
3509
|
+
"items-center",
|
|
3510
|
+
"object-cover"
|
|
3511
|
+
],
|
|
3512
|
+
"internalComponents": [
|
|
3513
|
+
"UDSImage",
|
|
3514
|
+
"AvatarText",
|
|
3515
|
+
"AvatarIcon",
|
|
3516
|
+
"Box"
|
|
3517
|
+
],
|
|
3518
|
+
"internalComponentProps": {},
|
|
3519
|
+
"propToVariantKeys": {
|
|
3520
|
+
"alt": [
|
|
3521
|
+
"name"
|
|
3522
|
+
],
|
|
3523
|
+
"fallback": [
|
|
3524
|
+
"initials"
|
|
3390
3525
|
]
|
|
3391
3526
|
},
|
|
3392
3527
|
"runtimeConfigDefaultProps": {},
|
|
@@ -3394,68 +3529,71 @@
|
|
|
3394
3529
|
"runtimeConfigInternalComponentProps": {},
|
|
3395
3530
|
"motionVarPrefixes": []
|
|
3396
3531
|
},
|
|
3397
|
-
"
|
|
3398
|
-
"name": "
|
|
3399
|
-
"defaultProps": {
|
|
3400
|
-
|
|
3401
|
-
"
|
|
3402
|
-
"switchVariantActiveHandle:1": "off",
|
|
3403
|
-
"switchVariantHandle": "default",
|
|
3404
|
-
"switchVariantHandleIcon": "default",
|
|
3405
|
-
"switchVariantActiveHandleIcon": "on",
|
|
3406
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
3532
|
+
"AvatarText": {
|
|
3533
|
+
"name": "AvatarText",
|
|
3534
|
+
"defaultProps": {
|
|
3535
|
+
"size": "md",
|
|
3536
|
+
"variant": "primary"
|
|
3407
3537
|
},
|
|
3538
|
+
"getStylesLiterals": {},
|
|
3408
3539
|
"cxLiterals": [
|
|
3409
|
-
"relative",
|
|
3410
|
-
"pointer-events-none",
|
|
3411
|
-
"uds-border-radius-full",
|
|
3412
3540
|
"overflow-hidden",
|
|
3413
|
-
"
|
|
3414
|
-
"
|
|
3415
|
-
"
|
|
3416
|
-
"
|
|
3417
|
-
"
|
|
3418
|
-
"
|
|
3419
|
-
"
|
|
3420
|
-
"
|
|
3421
|
-
"opacity-0",
|
|
3422
|
-
"m-auto",
|
|
3423
|
-
"transition-opacity",
|
|
3424
|
-
"opacity-100"
|
|
3541
|
+
"truncate",
|
|
3542
|
+
"w-full",
|
|
3543
|
+
"h-full",
|
|
3544
|
+
"shrink-0",
|
|
3545
|
+
"text-center",
|
|
3546
|
+
"inline-flex",
|
|
3547
|
+
"justify-center",
|
|
3548
|
+
"items-center"
|
|
3425
3549
|
],
|
|
3426
3550
|
"internalComponents": [
|
|
3427
|
-
"IconSlot",
|
|
3428
|
-
"SwitchBase",
|
|
3429
3551
|
"Box",
|
|
3430
|
-
"
|
|
3431
|
-
"MotionBox",
|
|
3432
|
-
"SwitchProps",
|
|
3433
|
-
"SwitchStaticHandle"
|
|
3552
|
+
"Text"
|
|
3434
3553
|
],
|
|
3435
3554
|
"internalComponentProps": {
|
|
3436
|
-
"
|
|
3437
|
-
"
|
|
3438
|
-
"
|
|
3439
|
-
|
|
3555
|
+
"Text": {
|
|
3556
|
+
"color": [
|
|
3557
|
+
"inherit"
|
|
3558
|
+
],
|
|
3559
|
+
"variant": [
|
|
3560
|
+
"inherit"
|
|
3440
3561
|
]
|
|
3441
3562
|
}
|
|
3442
3563
|
},
|
|
3443
|
-
"propToVariantKeys": {
|
|
3444
|
-
"size": [
|
|
3445
|
-
"switchSizeHandle",
|
|
3446
|
-
"switchSizeHandleIcon"
|
|
3447
|
-
],
|
|
3448
|
-
"reduceMotion": [
|
|
3449
|
-
"reducedMotion"
|
|
3450
|
-
]
|
|
3451
|
-
},
|
|
3564
|
+
"propToVariantKeys": {},
|
|
3452
3565
|
"runtimeConfigDefaultProps": {},
|
|
3453
3566
|
"runtimeConfigGetStyles": {},
|
|
3454
3567
|
"runtimeConfigInternalComponentProps": {},
|
|
3455
|
-
"motionVarPrefixes": [
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3568
|
+
"motionVarPrefixes": []
|
|
3569
|
+
},
|
|
3570
|
+
"Avatar": {
|
|
3571
|
+
"name": "Avatar",
|
|
3572
|
+
"defaultProps": {},
|
|
3573
|
+
"getStylesLiterals": {},
|
|
3574
|
+
"cxLiterals": [],
|
|
3575
|
+
"internalComponents": [
|
|
3576
|
+
"AvatarImage"
|
|
3577
|
+
],
|
|
3578
|
+
"internalComponentProps": {},
|
|
3579
|
+
"propToVariantKeys": {},
|
|
3580
|
+
"runtimeConfigDefaultProps": {},
|
|
3581
|
+
"runtimeConfigGetStyles": {},
|
|
3582
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3583
|
+
"motionVarPrefixes": []
|
|
3584
|
+
},
|
|
3585
|
+
"UDSAvatarConfigProvider": {
|
|
3586
|
+
"name": "UDSAvatarConfigProvider",
|
|
3587
|
+
"defaultProps": {},
|
|
3588
|
+
"getStylesLiterals": {},
|
|
3589
|
+
"cxLiterals": [],
|
|
3590
|
+
"internalComponents": [],
|
|
3591
|
+
"internalComponentProps": {},
|
|
3592
|
+
"propToVariantKeys": {},
|
|
3593
|
+
"runtimeConfigDefaultProps": {},
|
|
3594
|
+
"runtimeConfigGetStyles": {},
|
|
3595
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3596
|
+
"motionVarPrefixes": []
|
|
3459
3597
|
},
|
|
3460
3598
|
"ChipBase": {
|
|
3461
3599
|
"name": "ChipBase",
|
|
@@ -3836,144 +3974,6 @@
|
|
|
3836
3974
|
"runtimeConfigInternalComponentProps": {},
|
|
3837
3975
|
"motionVarPrefixes": []
|
|
3838
3976
|
},
|
|
3839
|
-
"AvatarIcon": {
|
|
3840
|
-
"name": "AvatarIcon",
|
|
3841
|
-
"defaultProps": {
|
|
3842
|
-
"size": "md",
|
|
3843
|
-
"variant": "primary"
|
|
3844
|
-
},
|
|
3845
|
-
"getStylesLiterals": {},
|
|
3846
|
-
"cxLiterals": [
|
|
3847
|
-
"overflow-hidden",
|
|
3848
|
-
"w-full",
|
|
3849
|
-
"h-full",
|
|
3850
|
-
"shrink-0",
|
|
3851
|
-
"text-center",
|
|
3852
|
-
"inline-flex",
|
|
3853
|
-
"justify-center",
|
|
3854
|
-
"items-center"
|
|
3855
|
-
],
|
|
3856
|
-
"internalComponents": [
|
|
3857
|
-
"IconSlot",
|
|
3858
|
-
"Box"
|
|
3859
|
-
],
|
|
3860
|
-
"internalComponentProps": {},
|
|
3861
|
-
"propToVariantKeys": {
|
|
3862
|
-
"size": [
|
|
3863
|
-
"avatarSizeIcon"
|
|
3864
|
-
]
|
|
3865
|
-
},
|
|
3866
|
-
"runtimeConfigDefaultProps": {
|
|
3867
|
-
"size": "avatar.defaultSize"
|
|
3868
|
-
},
|
|
3869
|
-
"runtimeConfigGetStyles": {},
|
|
3870
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3871
|
-
"motionVarPrefixes": []
|
|
3872
|
-
},
|
|
3873
|
-
"AvatarImage": {
|
|
3874
|
-
"name": "AvatarImage",
|
|
3875
|
-
"defaultProps": {
|
|
3876
|
-
"size": "md",
|
|
3877
|
-
"variant": "primary"
|
|
3878
|
-
},
|
|
3879
|
-
"getStylesLiterals": {},
|
|
3880
|
-
"cxLiterals": [
|
|
3881
|
-
"overflow-hidden",
|
|
3882
|
-
"w-full",
|
|
3883
|
-
"h-full",
|
|
3884
|
-
"shrink-0",
|
|
3885
|
-
"text-center",
|
|
3886
|
-
"inline-flex",
|
|
3887
|
-
"justify-center",
|
|
3888
|
-
"items-center",
|
|
3889
|
-
"object-cover"
|
|
3890
|
-
],
|
|
3891
|
-
"internalComponents": [
|
|
3892
|
-
"UDSImage",
|
|
3893
|
-
"AvatarText",
|
|
3894
|
-
"AvatarIcon",
|
|
3895
|
-
"Box"
|
|
3896
|
-
],
|
|
3897
|
-
"internalComponentProps": {},
|
|
3898
|
-
"propToVariantKeys": {
|
|
3899
|
-
"alt": [
|
|
3900
|
-
"name"
|
|
3901
|
-
],
|
|
3902
|
-
"fallback": [
|
|
3903
|
-
"initials"
|
|
3904
|
-
]
|
|
3905
|
-
},
|
|
3906
|
-
"runtimeConfigDefaultProps": {},
|
|
3907
|
-
"runtimeConfigGetStyles": {},
|
|
3908
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3909
|
-
"motionVarPrefixes": []
|
|
3910
|
-
},
|
|
3911
|
-
"AvatarText": {
|
|
3912
|
-
"name": "AvatarText",
|
|
3913
|
-
"defaultProps": {
|
|
3914
|
-
"size": "md",
|
|
3915
|
-
"variant": "primary"
|
|
3916
|
-
},
|
|
3917
|
-
"getStylesLiterals": {},
|
|
3918
|
-
"cxLiterals": [
|
|
3919
|
-
"overflow-hidden",
|
|
3920
|
-
"truncate",
|
|
3921
|
-
"w-full",
|
|
3922
|
-
"h-full",
|
|
3923
|
-
"shrink-0",
|
|
3924
|
-
"text-center",
|
|
3925
|
-
"inline-flex",
|
|
3926
|
-
"justify-center",
|
|
3927
|
-
"items-center"
|
|
3928
|
-
],
|
|
3929
|
-
"internalComponents": [
|
|
3930
|
-
"Box",
|
|
3931
|
-
"Text"
|
|
3932
|
-
],
|
|
3933
|
-
"internalComponentProps": {
|
|
3934
|
-
"Text": {
|
|
3935
|
-
"color": [
|
|
3936
|
-
"inherit"
|
|
3937
|
-
],
|
|
3938
|
-
"variant": [
|
|
3939
|
-
"inherit"
|
|
3940
|
-
]
|
|
3941
|
-
}
|
|
3942
|
-
},
|
|
3943
|
-
"propToVariantKeys": {},
|
|
3944
|
-
"runtimeConfigDefaultProps": {},
|
|
3945
|
-
"runtimeConfigGetStyles": {},
|
|
3946
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3947
|
-
"motionVarPrefixes": []
|
|
3948
|
-
},
|
|
3949
|
-
"Avatar": {
|
|
3950
|
-
"name": "Avatar",
|
|
3951
|
-
"defaultProps": {},
|
|
3952
|
-
"getStylesLiterals": {},
|
|
3953
|
-
"cxLiterals": [],
|
|
3954
|
-
"internalComponents": [
|
|
3955
|
-
"AvatarImage"
|
|
3956
|
-
],
|
|
3957
|
-
"internalComponentProps": {},
|
|
3958
|
-
"propToVariantKeys": {},
|
|
3959
|
-
"runtimeConfigDefaultProps": {},
|
|
3960
|
-
"runtimeConfigGetStyles": {},
|
|
3961
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3962
|
-
"motionVarPrefixes": []
|
|
3963
|
-
},
|
|
3964
|
-
"UDSAvatarConfigProvider": {
|
|
3965
|
-
"name": "UDSAvatarConfigProvider",
|
|
3966
|
-
"defaultProps": {},
|
|
3967
|
-
"getStylesLiterals": {},
|
|
3968
|
-
"cxLiterals": [],
|
|
3969
|
-
"internalComponents": [],
|
|
3970
|
-
"internalComponentProps": {},
|
|
3971
|
-
"propToVariantKeys": {},
|
|
3972
|
-
"runtimeConfigDefaultProps": {},
|
|
3973
|
-
"runtimeConfigGetStyles": {},
|
|
3974
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3975
|
-
"motionVarPrefixes": []
|
|
3976
|
-
},
|
|
3977
3977
|
"IconButtonBase": {
|
|
3978
3978
|
"name": "IconButtonBase",
|
|
3979
3979
|
"defaultProps": {
|