@yahoo/uds 3.158.0 → 3.159.0
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/client/Menu/Menu.Item.cjs +8 -2
- package/dist/components/client/Menu/Menu.Item.d.cts +44 -0
- package/dist/components/client/Menu/Menu.Item.d.ts +44 -0
- package/dist/components/client/Menu/Menu.Item.js +8 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +6 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +44 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +44 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +6 -2
- package/dist/styles/styler.d.cts +10 -10
- package/dist/styles/styler.d.ts +10 -10
- package/dist/tailwind-internal/dist/plugins/components.cjs +29 -28
- package/dist/tailwind-internal/dist/plugins/components.js +4 -3
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/uds/generated/componentData.cjs +220 -220
- package/dist/uds/generated/componentData.js +220 -220
- package/generated/componentData.json +482 -482
- package/package.json +1 -1
|
@@ -679,168 +679,109 @@
|
|
|
679
679
|
"runtimeConfigInternalComponentProps": {},
|
|
680
680
|
"motionVarPrefixes": []
|
|
681
681
|
},
|
|
682
|
-
"
|
|
683
|
-
"name": "
|
|
682
|
+
"Accordion": {
|
|
683
|
+
"name": "Accordion",
|
|
684
684
|
"defaultProps": {
|
|
685
|
-
"
|
|
686
|
-
"
|
|
687
|
-
"size": "md"
|
|
688
|
-
},
|
|
689
|
-
"getStylesLiterals": {
|
|
690
|
-
"display": "flex",
|
|
691
|
-
"flexDirection": "row",
|
|
692
|
-
"flexDirection:1": "row-reverse",
|
|
693
|
-
"alignItems": "center"
|
|
685
|
+
"spacingHorizontal": "4",
|
|
686
|
+
"spacingVertical": "4"
|
|
694
687
|
},
|
|
688
|
+
"getStylesLiterals": {},
|
|
695
689
|
"cxLiterals": [
|
|
696
|
-
"
|
|
697
|
-
"
|
|
698
|
-
"opacity-50",
|
|
699
|
-
"uds-ring",
|
|
700
|
-
"uds-ring-within",
|
|
701
|
-
"transition-[background-color,border-color,box-shadow]",
|
|
702
|
-
"pointer-events-none",
|
|
703
|
-
"opacity-0",
|
|
704
|
-
"opacity-55",
|
|
705
|
-
"opacity-100",
|
|
706
|
-
"transition-opacity",
|
|
707
|
-
"cursor-[inherit]",
|
|
708
|
-
"absolute",
|
|
709
|
-
"top-1/2",
|
|
710
|
-
"left-1/2",
|
|
711
|
-
"w-[calc(100%+2px)]",
|
|
712
|
-
"h-[calc(100%+2px)]",
|
|
713
|
-
"transform",
|
|
714
|
-
"translate-x-[-50%]",
|
|
715
|
-
"translate-y-[-50%]",
|
|
716
|
-
"text-start",
|
|
717
|
-
"text-end"
|
|
690
|
+
"hover:bg-secondary/80",
|
|
691
|
+
"w-full"
|
|
718
692
|
],
|
|
719
693
|
"internalComponents": [
|
|
720
694
|
"Icon",
|
|
721
|
-
"FormLabel",
|
|
722
695
|
"SpringMotionConfig",
|
|
723
|
-
"
|
|
724
|
-
"
|
|
696
|
+
"Pressable",
|
|
697
|
+
"Text",
|
|
698
|
+
"HStack",
|
|
699
|
+
"AnimatePresence",
|
|
700
|
+
"VStack"
|
|
725
701
|
],
|
|
726
702
|
"internalComponentProps": {
|
|
727
703
|
"Icon": {
|
|
704
|
+
"variant": [
|
|
705
|
+
"fill"
|
|
706
|
+
],
|
|
728
707
|
"size": [
|
|
729
708
|
"sm"
|
|
709
|
+
],
|
|
710
|
+
"color": [
|
|
711
|
+
"primary"
|
|
730
712
|
]
|
|
731
713
|
},
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
714
|
+
"SpringMotionConfig": {
|
|
715
|
+
"layoutVariant": [
|
|
716
|
+
"smooth"
|
|
735
717
|
],
|
|
736
|
-
"
|
|
737
|
-
"
|
|
718
|
+
"layoutSpeed": [
|
|
719
|
+
"3"
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
"Pressable": {
|
|
723
|
+
"display": [
|
|
724
|
+
"flex"
|
|
738
725
|
],
|
|
739
|
-
"
|
|
740
|
-
"
|
|
726
|
+
"flexDirection": [
|
|
727
|
+
"row"
|
|
728
|
+
],
|
|
729
|
+
"alignItems": [
|
|
730
|
+
"center"
|
|
731
|
+
],
|
|
732
|
+
"justifyContent": [
|
|
733
|
+
"space-between"
|
|
734
|
+
],
|
|
735
|
+
"borderRadius": [
|
|
736
|
+
"md"
|
|
741
737
|
]
|
|
742
738
|
},
|
|
743
|
-
"
|
|
744
|
-
"
|
|
745
|
-
"
|
|
739
|
+
"Text": {
|
|
740
|
+
"variant": [
|
|
741
|
+
"title4"
|
|
742
|
+
],
|
|
743
|
+
"color": [
|
|
744
|
+
"primary"
|
|
746
745
|
]
|
|
747
746
|
},
|
|
748
|
-
"
|
|
749
|
-
"
|
|
750
|
-
"
|
|
747
|
+
"HStack": {
|
|
748
|
+
"display": [
|
|
749
|
+
"flex"
|
|
751
750
|
],
|
|
752
751
|
"alignItems": [
|
|
753
752
|
"center"
|
|
754
753
|
],
|
|
755
754
|
"justifyContent": [
|
|
756
|
-
"
|
|
755
|
+
"space-between"
|
|
757
756
|
],
|
|
758
|
-
"
|
|
759
|
-
"
|
|
757
|
+
"columnGap": [
|
|
758
|
+
"2.5"
|
|
760
759
|
]
|
|
761
760
|
}
|
|
762
761
|
},
|
|
763
|
-
"propToVariantKeys": {
|
|
764
|
-
"size": [
|
|
765
|
-
"checkboxSizeRoot",
|
|
766
|
-
"checkboxSizeCheckbox"
|
|
767
|
-
],
|
|
768
|
-
"variant": [
|
|
769
|
-
"checkboxVariantRoot",
|
|
770
|
-
"checkboxVariantCheckbox",
|
|
771
|
-
"checkboxVariantCheckboxIcon"
|
|
772
|
-
],
|
|
773
|
-
"valueState": [
|
|
774
|
-
"checkboxVariantValueRoot",
|
|
775
|
-
"checkboxVariantValueCheckbox",
|
|
776
|
-
"checkboxVariantValueCheckboxIcon"
|
|
777
|
-
],
|
|
778
|
-
"reduceMotion": [
|
|
779
|
-
"reducedMotion"
|
|
780
|
-
]
|
|
781
|
-
},
|
|
762
|
+
"propToVariantKeys": {},
|
|
782
763
|
"runtimeConfigDefaultProps": {},
|
|
783
764
|
"runtimeConfigGetStyles": {},
|
|
784
765
|
"runtimeConfigInternalComponentProps": {},
|
|
785
766
|
"motionVarPrefixes": [
|
|
786
|
-
"--uds-motion-subtle-3-",
|
|
787
767
|
"--uds-motion-smooth-3-"
|
|
788
768
|
]
|
|
789
769
|
},
|
|
790
|
-
"
|
|
791
|
-
"name": "
|
|
792
|
-
"defaultProps": {
|
|
793
|
-
"reducedMotion": "user"
|
|
794
|
-
},
|
|
770
|
+
"AvoidMotionLibraryProvider": {
|
|
771
|
+
"name": "AvoidMotionLibraryProvider",
|
|
772
|
+
"defaultProps": {},
|
|
795
773
|
"getStylesLiterals": {},
|
|
796
774
|
"cxLiterals": [],
|
|
797
|
-
"internalComponents": [
|
|
798
|
-
"LazyMotion",
|
|
799
|
-
"MotionConfig"
|
|
800
|
-
],
|
|
775
|
+
"internalComponents": [],
|
|
801
776
|
"internalComponentProps": {},
|
|
802
|
-
"propToVariantKeys": {
|
|
803
|
-
"loadFeatures": [
|
|
804
|
-
"features"
|
|
805
|
-
]
|
|
806
|
-
},
|
|
777
|
+
"propToVariantKeys": {},
|
|
807
778
|
"runtimeConfigDefaultProps": {},
|
|
808
779
|
"runtimeConfigGetStyles": {},
|
|
809
780
|
"runtimeConfigInternalComponentProps": {},
|
|
810
781
|
"motionVarPrefixes": []
|
|
811
782
|
},
|
|
812
|
-
"
|
|
813
|
-
"name": "
|
|
814
|
-
"defaultProps": {},
|
|
815
|
-
"getStylesLiterals": {},
|
|
816
|
-
"cxLiterals": [
|
|
817
|
-
"overflow-hidden"
|
|
818
|
-
],
|
|
819
|
-
"internalComponents": [
|
|
820
|
-
"SpringMotionConfig"
|
|
821
|
-
],
|
|
822
|
-
"internalComponentProps": {
|
|
823
|
-
"SpringMotionConfig": {
|
|
824
|
-
"layoutSpeed": [
|
|
825
|
-
"4"
|
|
826
|
-
]
|
|
827
|
-
}
|
|
828
|
-
},
|
|
829
|
-
"propToVariantKeys": {
|
|
830
|
-
"reduceMotion": [
|
|
831
|
-
"reducedMotion"
|
|
832
|
-
]
|
|
833
|
-
},
|
|
834
|
-
"runtimeConfigDefaultProps": {},
|
|
835
|
-
"runtimeConfigGetStyles": {},
|
|
836
|
-
"runtimeConfigInternalComponentProps": {},
|
|
837
|
-
"motionVarPrefixes": [
|
|
838
|
-
"--uds-motion-subtle-4-",
|
|
839
|
-
"--uds-motion-smooth-3-"
|
|
840
|
-
]
|
|
841
|
-
},
|
|
842
|
-
"Switch": {
|
|
843
|
-
"name": "Switch",
|
|
783
|
+
"SwitchV2": {
|
|
784
|
+
"name": "SwitchV2",
|
|
844
785
|
"defaultProps": {
|
|
845
786
|
"labelPosition": "start",
|
|
846
787
|
"size": "md"
|
|
@@ -849,15 +790,9 @@
|
|
|
849
790
|
"switchVariantRoot": "default",
|
|
850
791
|
"switchVariantActiveRoot": "on",
|
|
851
792
|
"switchVariantActiveRoot:1": "off",
|
|
852
|
-
"display": "flex",
|
|
853
|
-
"flexDirection": "row",
|
|
854
|
-
"flexDirection:1": "row-reverse",
|
|
855
|
-
"alignItems": "center",
|
|
856
793
|
"switchVariantSwitch": "default",
|
|
857
794
|
"switchVariantActiveSwitch": "on",
|
|
858
795
|
"switchVariantActiveSwitch:1": "off",
|
|
859
|
-
"borderRadius": "full",
|
|
860
|
-
"position": "relative",
|
|
861
796
|
"switchVariantActiveHandle": "on",
|
|
862
797
|
"switchVariantActiveHandle:1": "off",
|
|
863
798
|
"switchVariantHandle": "default",
|
|
@@ -867,24 +802,28 @@
|
|
|
867
802
|
},
|
|
868
803
|
"cxLiterals": [
|
|
869
804
|
"group",
|
|
870
|
-
"
|
|
871
|
-
"
|
|
872
|
-
"
|
|
805
|
+
"flex",
|
|
806
|
+
"items-center",
|
|
807
|
+
"flex-row",
|
|
808
|
+
"flex-row-reverse",
|
|
873
809
|
"uds-ring",
|
|
874
810
|
"uds-ring-within",
|
|
875
|
-
"transition-[background-color,box-shadow]",
|
|
876
811
|
"relative",
|
|
877
|
-
"pointer-events-none",
|
|
878
812
|
"uds-border-radius-full",
|
|
879
|
-
"
|
|
813
|
+
"transition-[background-color,box-shadow]",
|
|
814
|
+
"pointer-events-none",
|
|
815
|
+
"w-full",
|
|
816
|
+
"h-full",
|
|
880
817
|
"absolute",
|
|
881
818
|
"top-0",
|
|
882
|
-
"left-0",
|
|
883
|
-
"right-0",
|
|
884
819
|
"bottom-0",
|
|
820
|
+
"right-0",
|
|
821
|
+
"left-0",
|
|
822
|
+
"overflow-hidden",
|
|
823
|
+
"group-hover:scale-105",
|
|
885
824
|
"opacity-95",
|
|
886
825
|
"group-hover:opacity-100",
|
|
887
|
-
"transition-[
|
|
826
|
+
"transition-[transform,opacity]",
|
|
888
827
|
"opacity-0",
|
|
889
828
|
"top-1/2",
|
|
890
829
|
"left-1/2",
|
|
@@ -925,9 +864,22 @@
|
|
|
925
864
|
"inherit"
|
|
926
865
|
]
|
|
927
866
|
},
|
|
867
|
+
"SpringMotionConfig": {
|
|
868
|
+
"layoutVariant": [
|
|
869
|
+
"bouncy"
|
|
870
|
+
],
|
|
871
|
+
"layoutSpeed": [
|
|
872
|
+
"4"
|
|
873
|
+
]
|
|
874
|
+
},
|
|
928
875
|
"RootElement": {
|
|
929
876
|
"data-testid": [
|
|
930
|
-
"
|
|
877
|
+
"switch-root"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
"MotionBox": {
|
|
881
|
+
"layout": [
|
|
882
|
+
"position"
|
|
931
883
|
]
|
|
932
884
|
}
|
|
933
885
|
},
|
|
@@ -946,6 +898,9 @@
|
|
|
946
898
|
],
|
|
947
899
|
"reduceMotion": [
|
|
948
900
|
"reducedMotion"
|
|
901
|
+
],
|
|
902
|
+
"isOn": [
|
|
903
|
+
"layoutDependency"
|
|
949
904
|
]
|
|
950
905
|
},
|
|
951
906
|
"runtimeConfigDefaultProps": {},
|
|
@@ -956,74 +911,191 @@
|
|
|
956
911
|
"--uds-motion-smooth-3-"
|
|
957
912
|
]
|
|
958
913
|
},
|
|
959
|
-
"
|
|
960
|
-
"name": "
|
|
914
|
+
"SegmentedControl": {
|
|
915
|
+
"name": "SegmentedControl",
|
|
961
916
|
"defaultProps": {
|
|
962
|
-
"
|
|
917
|
+
"textVariant": "label2"
|
|
918
|
+
},
|
|
919
|
+
"getStylesLiterals": {
|
|
920
|
+
"display": "flex",
|
|
921
|
+
"alignItems": "center",
|
|
922
|
+
"backgroundColor": "primary",
|
|
923
|
+
"spacingVertical": "1",
|
|
924
|
+
"spacingHorizontal": "3",
|
|
925
|
+
"columnGap": "1.5",
|
|
926
|
+
"borderWidth": "thin",
|
|
927
|
+
"borderRadius": "full",
|
|
928
|
+
"borderColor": "muted",
|
|
929
|
+
"borderColor:1": "transparent",
|
|
930
|
+
"color": "primary",
|
|
931
|
+
"color:1": "tertiary",
|
|
932
|
+
"color:2": "muted"
|
|
963
933
|
},
|
|
964
|
-
"getStylesLiterals": {},
|
|
965
934
|
"cxLiterals": [
|
|
966
935
|
"uds-ring",
|
|
967
|
-
"uds-hit-target",
|
|
968
|
-
"inline-flex",
|
|
969
|
-
"overflow-hidden",
|
|
970
|
-
"justify-center",
|
|
971
|
-
"items-center",
|
|
972
|
-
"[transform-origin:center]",
|
|
973
|
-
"[backface-visibility:hidden]",
|
|
974
|
-
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
975
|
-
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
976
|
-
"[transition-duration:220ms]",
|
|
977
936
|
"cursor-not-allowed",
|
|
978
|
-
"
|
|
979
|
-
"
|
|
980
|
-
"
|
|
937
|
+
"opacity-50",
|
|
938
|
+
"pointer-events-none",
|
|
939
|
+
"hover:bg-primary"
|
|
981
940
|
],
|
|
982
941
|
"internalComponents": [
|
|
942
|
+
"Radio",
|
|
983
943
|
"Icon",
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
"
|
|
944
|
+
"RadioProvider",
|
|
945
|
+
"HStack",
|
|
946
|
+
"RadioGroup",
|
|
947
|
+
"Pressable",
|
|
948
|
+
"Text"
|
|
987
949
|
],
|
|
988
950
|
"internalComponentProps": {
|
|
989
951
|
"Icon": {
|
|
952
|
+
"size": [
|
|
953
|
+
"sm"
|
|
954
|
+
],
|
|
990
955
|
"color": [
|
|
991
956
|
"current"
|
|
957
|
+
],
|
|
958
|
+
"aria-hidden": [
|
|
959
|
+
"true"
|
|
992
960
|
]
|
|
993
961
|
},
|
|
994
|
-
"
|
|
995
|
-
"
|
|
996
|
-
"
|
|
962
|
+
"HStack": {
|
|
963
|
+
"spacing": [
|
|
964
|
+
"1"
|
|
965
|
+
],
|
|
966
|
+
"gap": [
|
|
967
|
+
"1"
|
|
968
|
+
],
|
|
969
|
+
"backgroundColor": [
|
|
970
|
+
"secondary"
|
|
971
|
+
],
|
|
972
|
+
"borderRadius": [
|
|
973
|
+
"full"
|
|
974
|
+
],
|
|
975
|
+
"display": [
|
|
976
|
+
"inline-flex"
|
|
997
977
|
]
|
|
998
978
|
},
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
1001
|
-
"
|
|
979
|
+
"Text": {
|
|
980
|
+
"color": [
|
|
981
|
+
"current"
|
|
982
|
+
]
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"propToVariantKeys": {
|
|
986
|
+
"value": [
|
|
987
|
+
"key"
|
|
988
|
+
],
|
|
989
|
+
"label": [
|
|
990
|
+
"aria-label"
|
|
991
|
+
],
|
|
992
|
+
"textVariant": [
|
|
993
|
+
"variant"
|
|
994
|
+
]
|
|
995
|
+
},
|
|
996
|
+
"runtimeConfigDefaultProps": {},
|
|
997
|
+
"runtimeConfigGetStyles": {},
|
|
998
|
+
"runtimeConfigInternalComponentProps": {},
|
|
999
|
+
"motionVarPrefixes": []
|
|
1000
|
+
},
|
|
1001
|
+
"Checkbox": {
|
|
1002
|
+
"name": "Checkbox",
|
|
1003
|
+
"defaultProps": {
|
|
1004
|
+
"labelPosition": "start",
|
|
1005
|
+
"variant": "primary",
|
|
1006
|
+
"size": "md"
|
|
1007
|
+
},
|
|
1008
|
+
"getStylesLiterals": {
|
|
1009
|
+
"display": "flex",
|
|
1010
|
+
"flexDirection": "row",
|
|
1011
|
+
"flexDirection:1": "row-reverse",
|
|
1012
|
+
"alignItems": "center"
|
|
1013
|
+
},
|
|
1014
|
+
"cxLiterals": [
|
|
1015
|
+
"cursor-pointer",
|
|
1016
|
+
"cursor-default",
|
|
1017
|
+
"opacity-50",
|
|
1018
|
+
"uds-ring",
|
|
1019
|
+
"uds-ring-within",
|
|
1020
|
+
"transition-[background-color,border-color,box-shadow]",
|
|
1021
|
+
"pointer-events-none",
|
|
1022
|
+
"opacity-0",
|
|
1023
|
+
"opacity-55",
|
|
1024
|
+
"opacity-100",
|
|
1025
|
+
"transition-opacity",
|
|
1026
|
+
"cursor-[inherit]",
|
|
1027
|
+
"absolute",
|
|
1028
|
+
"top-1/2",
|
|
1029
|
+
"left-1/2",
|
|
1030
|
+
"w-[calc(100%+2px)]",
|
|
1031
|
+
"h-[calc(100%+2px)]",
|
|
1032
|
+
"transform",
|
|
1033
|
+
"translate-x-[-50%]",
|
|
1034
|
+
"translate-y-[-50%]",
|
|
1035
|
+
"text-start",
|
|
1036
|
+
"text-end"
|
|
1037
|
+
],
|
|
1038
|
+
"internalComponents": [
|
|
1039
|
+
"Icon",
|
|
1040
|
+
"FormLabel",
|
|
1041
|
+
"SpringMotionConfig",
|
|
1042
|
+
"RootElement",
|
|
1043
|
+
"MotionBox"
|
|
1044
|
+
],
|
|
1045
|
+
"internalComponentProps": {
|
|
1046
|
+
"Icon": {
|
|
1047
|
+
"size": [
|
|
1048
|
+
"sm"
|
|
1002
1049
|
]
|
|
1003
1050
|
},
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1006
|
-
"
|
|
1051
|
+
"FormLabel": {
|
|
1052
|
+
"as": [
|
|
1053
|
+
"div"
|
|
1007
1054
|
],
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1055
|
+
"variant": [
|
|
1056
|
+
"inherit"
|
|
1010
1057
|
],
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
1058
|
+
"color": [
|
|
1059
|
+
"inherit"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"RootElement": {
|
|
1063
|
+
"data-testid": [
|
|
1064
|
+
"container"
|
|
1065
|
+
]
|
|
1066
|
+
},
|
|
1067
|
+
"MotionBox": {
|
|
1068
|
+
"position": [
|
|
1069
|
+
"relative"
|
|
1070
|
+
],
|
|
1071
|
+
"alignItems": [
|
|
1072
|
+
"center"
|
|
1073
|
+
],
|
|
1074
|
+
"justifyContent": [
|
|
1075
|
+
"center"
|
|
1076
|
+
],
|
|
1077
|
+
"flex": [
|
|
1078
|
+
"none"
|
|
1013
1079
|
]
|
|
1014
1080
|
}
|
|
1015
1081
|
},
|
|
1016
1082
|
"propToVariantKeys": {
|
|
1017
1083
|
"size": [
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
1084
|
+
"checkboxSizeRoot",
|
|
1085
|
+
"checkboxSizeCheckbox"
|
|
1020
1086
|
],
|
|
1021
1087
|
"variant": [
|
|
1022
|
-
"
|
|
1023
|
-
"
|
|
1088
|
+
"checkboxVariantRoot",
|
|
1089
|
+
"checkboxVariantCheckbox",
|
|
1090
|
+
"checkboxVariantCheckboxIcon"
|
|
1024
1091
|
],
|
|
1025
|
-
"
|
|
1026
|
-
"
|
|
1092
|
+
"valueState": [
|
|
1093
|
+
"checkboxVariantValueRoot",
|
|
1094
|
+
"checkboxVariantValueCheckbox",
|
|
1095
|
+
"checkboxVariantValueCheckboxIcon"
|
|
1096
|
+
],
|
|
1097
|
+
"reduceMotion": [
|
|
1098
|
+
"reducedMotion"
|
|
1027
1099
|
]
|
|
1028
1100
|
},
|
|
1029
1101
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1034,85 +1106,177 @@
|
|
|
1034
1106
|
"--uds-motion-smooth-3-"
|
|
1035
1107
|
]
|
|
1036
1108
|
},
|
|
1037
|
-
"
|
|
1038
|
-
"name": "
|
|
1039
|
-
"defaultProps": {
|
|
1109
|
+
"SpringMotionConfig": {
|
|
1110
|
+
"name": "SpringMotionConfig",
|
|
1111
|
+
"defaultProps": {
|
|
1112
|
+
"reducedMotion": "user"
|
|
1113
|
+
},
|
|
1040
1114
|
"getStylesLiterals": {},
|
|
1041
1115
|
"cxLiterals": [],
|
|
1042
1116
|
"internalComponents": [
|
|
1043
|
-
"
|
|
1117
|
+
"LazyMotion",
|
|
1118
|
+
"MotionConfig"
|
|
1044
1119
|
],
|
|
1045
1120
|
"internalComponentProps": {},
|
|
1046
|
-
"propToVariantKeys": {
|
|
1121
|
+
"propToVariantKeys": {
|
|
1122
|
+
"loadFeatures": [
|
|
1123
|
+
"features"
|
|
1124
|
+
]
|
|
1125
|
+
},
|
|
1047
1126
|
"runtimeConfigDefaultProps": {},
|
|
1048
1127
|
"runtimeConfigGetStyles": {},
|
|
1049
1128
|
"runtimeConfigInternalComponentProps": {},
|
|
1050
1129
|
"motionVarPrefixes": []
|
|
1051
1130
|
},
|
|
1052
|
-
"
|
|
1053
|
-
"name": "
|
|
1131
|
+
"AnimateHeightChange": {
|
|
1132
|
+
"name": "AnimateHeightChange",
|
|
1133
|
+
"defaultProps": {},
|
|
1134
|
+
"getStylesLiterals": {},
|
|
1135
|
+
"cxLiterals": [
|
|
1136
|
+
"overflow-hidden"
|
|
1137
|
+
],
|
|
1138
|
+
"internalComponents": [
|
|
1139
|
+
"SpringMotionConfig"
|
|
1140
|
+
],
|
|
1141
|
+
"internalComponentProps": {
|
|
1142
|
+
"SpringMotionConfig": {
|
|
1143
|
+
"layoutSpeed": [
|
|
1144
|
+
"4"
|
|
1145
|
+
]
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
"propToVariantKeys": {
|
|
1149
|
+
"reduceMotion": [
|
|
1150
|
+
"reducedMotion"
|
|
1151
|
+
]
|
|
1152
|
+
},
|
|
1153
|
+
"runtimeConfigDefaultProps": {},
|
|
1154
|
+
"runtimeConfigGetStyles": {},
|
|
1155
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1156
|
+
"motionVarPrefixes": [
|
|
1157
|
+
"--uds-motion-subtle-4-",
|
|
1158
|
+
"--uds-motion-smooth-3-"
|
|
1159
|
+
]
|
|
1160
|
+
},
|
|
1161
|
+
"Switch": {
|
|
1162
|
+
"name": "Switch",
|
|
1054
1163
|
"defaultProps": {
|
|
1055
|
-
"
|
|
1164
|
+
"labelPosition": "start",
|
|
1056
1165
|
"size": "md"
|
|
1057
1166
|
},
|
|
1058
|
-
"getStylesLiterals": {
|
|
1167
|
+
"getStylesLiterals": {
|
|
1168
|
+
"switchVariantRoot": "default",
|
|
1169
|
+
"switchVariantActiveRoot": "on",
|
|
1170
|
+
"switchVariantActiveRoot:1": "off",
|
|
1171
|
+
"display": "flex",
|
|
1172
|
+
"flexDirection": "row",
|
|
1173
|
+
"flexDirection:1": "row-reverse",
|
|
1174
|
+
"alignItems": "center",
|
|
1175
|
+
"switchVariantSwitch": "default",
|
|
1176
|
+
"switchVariantActiveSwitch": "on",
|
|
1177
|
+
"switchVariantActiveSwitch:1": "off",
|
|
1178
|
+
"borderRadius": "full",
|
|
1179
|
+
"position": "relative",
|
|
1180
|
+
"switchVariantActiveHandle": "on",
|
|
1181
|
+
"switchVariantActiveHandle:1": "off",
|
|
1182
|
+
"switchVariantHandle": "default",
|
|
1183
|
+
"switchVariantHandleIcon": "default",
|
|
1184
|
+
"switchVariantActiveHandleIcon": "on",
|
|
1185
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
1186
|
+
},
|
|
1059
1187
|
"cxLiterals": [
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
1062
|
-
"
|
|
1063
|
-
"
|
|
1064
|
-
"uds-
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1188
|
+
"group",
|
|
1189
|
+
"cursor-pointer",
|
|
1190
|
+
"cursor-default",
|
|
1191
|
+
"opacity-50",
|
|
1192
|
+
"uds-ring",
|
|
1193
|
+
"uds-ring-within",
|
|
1194
|
+
"transition-[background-color,box-shadow]",
|
|
1195
|
+
"relative",
|
|
1196
|
+
"pointer-events-none",
|
|
1197
|
+
"uds-border-radius-full",
|
|
1198
|
+
"overflow-hidden",
|
|
1199
|
+
"absolute",
|
|
1200
|
+
"top-0",
|
|
1201
|
+
"left-0",
|
|
1202
|
+
"right-0",
|
|
1203
|
+
"bottom-0",
|
|
1204
|
+
"opacity-95",
|
|
1205
|
+
"group-hover:opacity-100",
|
|
1206
|
+
"transition-[background-color,box-shadow,opacity]",
|
|
1207
|
+
"opacity-0",
|
|
1208
|
+
"top-1/2",
|
|
1209
|
+
"left-1/2",
|
|
1210
|
+
"transform",
|
|
1211
|
+
"translate-x-[-50%]",
|
|
1212
|
+
"translate-y-[-50%]",
|
|
1213
|
+
"transition-opacity",
|
|
1214
|
+
"cursor-[inherit]",
|
|
1215
|
+
"w-[calc(100%+2px)]",
|
|
1216
|
+
"h-[calc(100%+2px)]",
|
|
1217
|
+
"text-start",
|
|
1218
|
+
"text-end",
|
|
1219
|
+
"opacity-100"
|
|
1069
1220
|
],
|
|
1070
1221
|
"internalComponents": [
|
|
1071
1222
|
"IconSlot",
|
|
1072
|
-
"
|
|
1223
|
+
"Box",
|
|
1224
|
+
"FormLabel",
|
|
1225
|
+
"SpringMotionConfig",
|
|
1226
|
+
"RootElement",
|
|
1227
|
+
"MotionBox"
|
|
1073
1228
|
],
|
|
1074
1229
|
"internalComponentProps": {
|
|
1075
1230
|
"IconSlot": {
|
|
1076
1231
|
"data-testid": [
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1232
|
+
"on-icon",
|
|
1233
|
+
"off-icon"
|
|
1079
1234
|
]
|
|
1080
1235
|
},
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1083
|
-
"
|
|
1236
|
+
"FormLabel": {
|
|
1237
|
+
"as": [
|
|
1238
|
+
"div"
|
|
1084
1239
|
],
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1240
|
+
"variant": [
|
|
1241
|
+
"inherit"
|
|
1087
1242
|
],
|
|
1088
|
-
"
|
|
1089
|
-
"
|
|
1243
|
+
"color": [
|
|
1244
|
+
"inherit"
|
|
1245
|
+
]
|
|
1246
|
+
},
|
|
1247
|
+
"RootElement": {
|
|
1248
|
+
"data-testid": [
|
|
1249
|
+
"container"
|
|
1090
1250
|
]
|
|
1091
1251
|
}
|
|
1092
1252
|
},
|
|
1093
1253
|
"propToVariantKeys": {
|
|
1094
1254
|
"size": [
|
|
1095
|
-
"
|
|
1096
|
-
"
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
"badgeVariantRoot",
|
|
1100
|
-
"badgeVariantIcon"
|
|
1255
|
+
"switchSizeRoot",
|
|
1256
|
+
"switchSizeSwitch",
|
|
1257
|
+
"switchSizeHandle",
|
|
1258
|
+
"switchSizeHandleIcon"
|
|
1101
1259
|
],
|
|
1102
|
-
"
|
|
1260
|
+
"onIcon": [
|
|
1103
1261
|
"icon"
|
|
1104
1262
|
],
|
|
1105
|
-
"
|
|
1263
|
+
"offIcon": [
|
|
1106
1264
|
"icon"
|
|
1265
|
+
],
|
|
1266
|
+
"reduceMotion": [
|
|
1267
|
+
"reducedMotion"
|
|
1107
1268
|
]
|
|
1108
1269
|
},
|
|
1109
1270
|
"runtimeConfigDefaultProps": {},
|
|
1110
1271
|
"runtimeConfigGetStyles": {},
|
|
1111
1272
|
"runtimeConfigInternalComponentProps": {},
|
|
1112
|
-
"motionVarPrefixes": [
|
|
1273
|
+
"motionVarPrefixes": [
|
|
1274
|
+
"--uds-motion-bouncy-4-",
|
|
1275
|
+
"--uds-motion-smooth-3-"
|
|
1276
|
+
]
|
|
1113
1277
|
},
|
|
1114
|
-
"
|
|
1115
|
-
"name": "
|
|
1278
|
+
"IconButton": {
|
|
1279
|
+
"name": "IconButton",
|
|
1116
1280
|
"defaultProps": {
|
|
1117
1281
|
"type": "button"
|
|
1118
1282
|
},
|
|
@@ -1121,12 +1285,9 @@
|
|
|
1121
1285
|
"uds-ring",
|
|
1122
1286
|
"uds-hit-target",
|
|
1123
1287
|
"inline-flex",
|
|
1124
|
-
"max-w-full",
|
|
1125
1288
|
"overflow-hidden",
|
|
1126
1289
|
"justify-center",
|
|
1127
1290
|
"items-center",
|
|
1128
|
-
"whitespace-nowrap",
|
|
1129
|
-
"select-none",
|
|
1130
1291
|
"[transform-origin:center]",
|
|
1131
1292
|
"[backface-visibility:hidden]",
|
|
1132
1293
|
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
@@ -1135,19 +1296,10 @@
|
|
|
1135
1296
|
"cursor-not-allowed",
|
|
1136
1297
|
"uds-button-loading",
|
|
1137
1298
|
"uds-button-without-effects",
|
|
1138
|
-
"
|
|
1139
|
-
"uds-button-with-gap",
|
|
1140
|
-
"animate-spin",
|
|
1141
|
-
"min-w-0",
|
|
1142
|
-
"truncate",
|
|
1143
|
-
"flex",
|
|
1144
|
-
"shrink-0",
|
|
1145
|
-
"overflow-clip",
|
|
1146
|
-
"uds-button-icon-container"
|
|
1299
|
+
"animate-spin"
|
|
1147
1300
|
],
|
|
1148
1301
|
"internalComponents": [
|
|
1149
1302
|
"Icon",
|
|
1150
|
-
"IconSlot",
|
|
1151
1303
|
"AnimatePresence",
|
|
1152
1304
|
"SpringMotionConfig",
|
|
1153
1305
|
"MotionSlot"
|
|
@@ -1169,6 +1321,9 @@
|
|
|
1169
1321
|
]
|
|
1170
1322
|
},
|
|
1171
1323
|
"MotionSlot": {
|
|
1324
|
+
"initial": [
|
|
1325
|
+
"icon"
|
|
1326
|
+
],
|
|
1172
1327
|
"whileHover": [
|
|
1173
1328
|
"hover"
|
|
1174
1329
|
],
|
|
@@ -1179,8 +1334,8 @@
|
|
|
1179
1334
|
},
|
|
1180
1335
|
"propToVariantKeys": {
|
|
1181
1336
|
"size": [
|
|
1182
|
-
"
|
|
1183
|
-
"
|
|
1337
|
+
"iconbuttonSizeRoot",
|
|
1338
|
+
"iconbuttonSizeIcon"
|
|
1184
1339
|
],
|
|
1185
1340
|
"variant": [
|
|
1186
1341
|
"buttonVariantRoot",
|
|
@@ -1188,12 +1343,6 @@
|
|
|
1188
1343
|
],
|
|
1189
1344
|
"iconVariant": [
|
|
1190
1345
|
"variant"
|
|
1191
|
-
],
|
|
1192
|
-
"startIcon": [
|
|
1193
|
-
"icon"
|
|
1194
|
-
],
|
|
1195
|
-
"endIcon": [
|
|
1196
|
-
"icon"
|
|
1197
1346
|
]
|
|
1198
1347
|
},
|
|
1199
1348
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1204,100 +1353,14 @@
|
|
|
1204
1353
|
"--uds-motion-smooth-3-"
|
|
1205
1354
|
]
|
|
1206
1355
|
},
|
|
1207
|
-
"
|
|
1208
|
-
"name": "
|
|
1209
|
-
"defaultProps": {
|
|
1210
|
-
"spacingHorizontal": "4",
|
|
1211
|
-
"spacingVertical": "4"
|
|
1212
|
-
},
|
|
1213
|
-
"getStylesLiterals": {},
|
|
1214
|
-
"cxLiterals": [
|
|
1215
|
-
"hover:bg-secondary/80",
|
|
1216
|
-
"w-full"
|
|
1217
|
-
],
|
|
1218
|
-
"internalComponents": [
|
|
1219
|
-
"Icon",
|
|
1220
|
-
"SpringMotionConfig",
|
|
1221
|
-
"Pressable",
|
|
1222
|
-
"Text",
|
|
1223
|
-
"HStack",
|
|
1224
|
-
"AnimatePresence",
|
|
1225
|
-
"VStack"
|
|
1226
|
-
],
|
|
1227
|
-
"internalComponentProps": {
|
|
1228
|
-
"Icon": {
|
|
1229
|
-
"variant": [
|
|
1230
|
-
"fill"
|
|
1231
|
-
],
|
|
1232
|
-
"size": [
|
|
1233
|
-
"sm"
|
|
1234
|
-
],
|
|
1235
|
-
"color": [
|
|
1236
|
-
"primary"
|
|
1237
|
-
]
|
|
1238
|
-
},
|
|
1239
|
-
"SpringMotionConfig": {
|
|
1240
|
-
"layoutVariant": [
|
|
1241
|
-
"smooth"
|
|
1242
|
-
],
|
|
1243
|
-
"layoutSpeed": [
|
|
1244
|
-
"3"
|
|
1245
|
-
]
|
|
1246
|
-
},
|
|
1247
|
-
"Pressable": {
|
|
1248
|
-
"display": [
|
|
1249
|
-
"flex"
|
|
1250
|
-
],
|
|
1251
|
-
"flexDirection": [
|
|
1252
|
-
"row"
|
|
1253
|
-
],
|
|
1254
|
-
"alignItems": [
|
|
1255
|
-
"center"
|
|
1256
|
-
],
|
|
1257
|
-
"justifyContent": [
|
|
1258
|
-
"space-between"
|
|
1259
|
-
],
|
|
1260
|
-
"borderRadius": [
|
|
1261
|
-
"md"
|
|
1262
|
-
]
|
|
1263
|
-
},
|
|
1264
|
-
"Text": {
|
|
1265
|
-
"variant": [
|
|
1266
|
-
"title4"
|
|
1267
|
-
],
|
|
1268
|
-
"color": [
|
|
1269
|
-
"primary"
|
|
1270
|
-
]
|
|
1271
|
-
},
|
|
1272
|
-
"HStack": {
|
|
1273
|
-
"display": [
|
|
1274
|
-
"flex"
|
|
1275
|
-
],
|
|
1276
|
-
"alignItems": [
|
|
1277
|
-
"center"
|
|
1278
|
-
],
|
|
1279
|
-
"justifyContent": [
|
|
1280
|
-
"space-between"
|
|
1281
|
-
],
|
|
1282
|
-
"columnGap": [
|
|
1283
|
-
"2.5"
|
|
1284
|
-
]
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
|
-
"propToVariantKeys": {},
|
|
1288
|
-
"runtimeConfigDefaultProps": {},
|
|
1289
|
-
"runtimeConfigGetStyles": {},
|
|
1290
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1291
|
-
"motionVarPrefixes": [
|
|
1292
|
-
"--uds-motion-smooth-3-"
|
|
1293
|
-
]
|
|
1294
|
-
},
|
|
1295
|
-
"AvoidMotionLibraryProvider": {
|
|
1296
|
-
"name": "AvoidMotionLibraryProvider",
|
|
1356
|
+
"Pressable": {
|
|
1357
|
+
"name": "Pressable",
|
|
1297
1358
|
"defaultProps": {},
|
|
1298
1359
|
"getStylesLiterals": {},
|
|
1299
1360
|
"cxLiterals": [],
|
|
1300
|
-
"internalComponents": [
|
|
1361
|
+
"internalComponents": [
|
|
1362
|
+
"Comp"
|
|
1363
|
+
],
|
|
1301
1364
|
"internalComponentProps": {},
|
|
1302
1365
|
"propToVariantKeys": {},
|
|
1303
1366
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1305,223 +1368,160 @@
|
|
|
1305
1368
|
"runtimeConfigInternalComponentProps": {},
|
|
1306
1369
|
"motionVarPrefixes": []
|
|
1307
1370
|
},
|
|
1308
|
-
"
|
|
1309
|
-
"name": "
|
|
1371
|
+
"Badge": {
|
|
1372
|
+
"name": "Badge",
|
|
1310
1373
|
"defaultProps": {
|
|
1311
|
-
"
|
|
1374
|
+
"variant": "primary",
|
|
1312
1375
|
"size": "md"
|
|
1313
1376
|
},
|
|
1314
|
-
"getStylesLiterals": {
|
|
1315
|
-
"switchVariantRoot": "default",
|
|
1316
|
-
"switchVariantActiveRoot": "on",
|
|
1317
|
-
"switchVariantActiveRoot:1": "off",
|
|
1318
|
-
"switchVariantSwitch": "default",
|
|
1319
|
-
"switchVariantActiveSwitch": "on",
|
|
1320
|
-
"switchVariantActiveSwitch:1": "off",
|
|
1321
|
-
"switchVariantActiveHandle": "on",
|
|
1322
|
-
"switchVariantActiveHandle:1": "off",
|
|
1323
|
-
"switchVariantHandle": "default",
|
|
1324
|
-
"switchVariantHandleIcon": "default",
|
|
1325
|
-
"switchVariantActiveHandleIcon": "on",
|
|
1326
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
1327
|
-
},
|
|
1377
|
+
"getStylesLiterals": {},
|
|
1328
1378
|
"cxLiterals": [
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1338
|
-
"transition-[background-color,box-shadow]",
|
|
1339
|
-
"pointer-events-none",
|
|
1340
|
-
"w-full",
|
|
1341
|
-
"h-full",
|
|
1342
|
-
"absolute",
|
|
1343
|
-
"top-0",
|
|
1344
|
-
"bottom-0",
|
|
1345
|
-
"right-0",
|
|
1346
|
-
"left-0",
|
|
1347
|
-
"overflow-hidden",
|
|
1348
|
-
"group-hover:scale-105",
|
|
1349
|
-
"opacity-95",
|
|
1350
|
-
"group-hover:opacity-100",
|
|
1351
|
-
"transition-[transform,opacity]",
|
|
1352
|
-
"opacity-0",
|
|
1353
|
-
"top-1/2",
|
|
1354
|
-
"left-1/2",
|
|
1355
|
-
"transform",
|
|
1356
|
-
"translate-x-[-50%]",
|
|
1357
|
-
"translate-y-[-50%]",
|
|
1358
|
-
"transition-opacity",
|
|
1359
|
-
"cursor-[inherit]",
|
|
1360
|
-
"w-[calc(100%+2px)]",
|
|
1361
|
-
"h-[calc(100%+2px)]",
|
|
1362
|
-
"text-start",
|
|
1363
|
-
"text-end",
|
|
1364
|
-
"opacity-100"
|
|
1379
|
+
"uds-badge",
|
|
1380
|
+
"uds-badge-variant",
|
|
1381
|
+
"uds-badge-size",
|
|
1382
|
+
"uds-badge-iconSize",
|
|
1383
|
+
"uds-badge-iconColor",
|
|
1384
|
+
"flex-1",
|
|
1385
|
+
"truncate",
|
|
1386
|
+
"whitespace-nowrap",
|
|
1387
|
+
"text-center"
|
|
1365
1388
|
],
|
|
1366
1389
|
"internalComponents": [
|
|
1367
1390
|
"IconSlot",
|
|
1368
|
-
"
|
|
1369
|
-
"FormLabel",
|
|
1370
|
-
"SpringMotionConfig",
|
|
1371
|
-
"RootElement",
|
|
1372
|
-
"MotionBox"
|
|
1391
|
+
"HStack"
|
|
1373
1392
|
],
|
|
1374
1393
|
"internalComponentProps": {
|
|
1375
1394
|
"IconSlot": {
|
|
1376
1395
|
"data-testid": [
|
|
1377
|
-
"
|
|
1378
|
-
"
|
|
1396
|
+
"start-icon",
|
|
1397
|
+
"end-icon"
|
|
1379
1398
|
]
|
|
1380
1399
|
},
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
],
|
|
1385
|
-
"variant": [
|
|
1386
|
-
"inherit"
|
|
1400
|
+
"HStack": {
|
|
1401
|
+
"gap": [
|
|
1402
|
+
"2"
|
|
1387
1403
|
],
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1390
|
-
]
|
|
1391
|
-
},
|
|
1392
|
-
"SpringMotionConfig": {
|
|
1393
|
-
"layoutVariant": [
|
|
1394
|
-
"bouncy"
|
|
1404
|
+
"display": [
|
|
1405
|
+
"inline-flex"
|
|
1395
1406
|
],
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1398
|
-
]
|
|
1399
|
-
},
|
|
1400
|
-
"RootElement": {
|
|
1401
|
-
"data-testid": [
|
|
1402
|
-
"switch-root"
|
|
1403
|
-
]
|
|
1404
|
-
},
|
|
1405
|
-
"MotionBox": {
|
|
1406
|
-
"layout": [
|
|
1407
|
-
"position"
|
|
1407
|
+
"alignItems": [
|
|
1408
|
+
"center"
|
|
1408
1409
|
]
|
|
1409
1410
|
}
|
|
1410
1411
|
},
|
|
1411
1412
|
"propToVariantKeys": {
|
|
1412
1413
|
"size": [
|
|
1413
|
-
"
|
|
1414
|
-
"
|
|
1415
|
-
"switchSizeHandle",
|
|
1416
|
-
"switchSizeHandleIcon"
|
|
1414
|
+
"badgeSizeRoot",
|
|
1415
|
+
"badgeSizeIcon"
|
|
1417
1416
|
],
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1417
|
+
"variant": [
|
|
1418
|
+
"badgeVariantRoot",
|
|
1419
|
+
"badgeVariantIcon"
|
|
1420
1420
|
],
|
|
1421
|
-
"
|
|
1421
|
+
"startIcon": [
|
|
1422
1422
|
"icon"
|
|
1423
1423
|
],
|
|
1424
|
-
"
|
|
1425
|
-
"
|
|
1426
|
-
],
|
|
1427
|
-
"isOn": [
|
|
1428
|
-
"layoutDependency"
|
|
1424
|
+
"endIcon": [
|
|
1425
|
+
"icon"
|
|
1429
1426
|
]
|
|
1430
1427
|
},
|
|
1431
1428
|
"runtimeConfigDefaultProps": {},
|
|
1432
1429
|
"runtimeConfigGetStyles": {},
|
|
1433
1430
|
"runtimeConfigInternalComponentProps": {},
|
|
1434
|
-
"motionVarPrefixes": [
|
|
1435
|
-
"--uds-motion-bouncy-4-",
|
|
1436
|
-
"--uds-motion-smooth-3-"
|
|
1437
|
-
]
|
|
1431
|
+
"motionVarPrefixes": []
|
|
1438
1432
|
},
|
|
1439
|
-
"
|
|
1440
|
-
"name": "
|
|
1433
|
+
"Button": {
|
|
1434
|
+
"name": "Button",
|
|
1441
1435
|
"defaultProps": {
|
|
1442
|
-
"
|
|
1443
|
-
},
|
|
1444
|
-
"getStylesLiterals": {
|
|
1445
|
-
"display": "flex",
|
|
1446
|
-
"alignItems": "center",
|
|
1447
|
-
"backgroundColor": "primary",
|
|
1448
|
-
"spacingVertical": "1",
|
|
1449
|
-
"spacingHorizontal": "3",
|
|
1450
|
-
"columnGap": "1.5",
|
|
1451
|
-
"borderWidth": "thin",
|
|
1452
|
-
"borderRadius": "full",
|
|
1453
|
-
"borderColor": "muted",
|
|
1454
|
-
"borderColor:1": "transparent",
|
|
1455
|
-
"color": "primary",
|
|
1456
|
-
"color:1": "tertiary",
|
|
1457
|
-
"color:2": "muted"
|
|
1436
|
+
"type": "button"
|
|
1458
1437
|
},
|
|
1438
|
+
"getStylesLiterals": {},
|
|
1459
1439
|
"cxLiterals": [
|
|
1460
1440
|
"uds-ring",
|
|
1441
|
+
"uds-hit-target",
|
|
1442
|
+
"inline-flex",
|
|
1443
|
+
"max-w-full",
|
|
1444
|
+
"overflow-hidden",
|
|
1445
|
+
"justify-center",
|
|
1446
|
+
"items-center",
|
|
1447
|
+
"whitespace-nowrap",
|
|
1448
|
+
"select-none",
|
|
1449
|
+
"[transform-origin:center]",
|
|
1450
|
+
"[backface-visibility:hidden]",
|
|
1451
|
+
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
1452
|
+
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
1453
|
+
"[transition-duration:220ms]",
|
|
1461
1454
|
"cursor-not-allowed",
|
|
1462
|
-
"
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1455
|
+
"uds-button-loading",
|
|
1456
|
+
"uds-button-without-effects",
|
|
1457
|
+
"withIcon",
|
|
1458
|
+
"uds-button-with-gap",
|
|
1459
|
+
"animate-spin",
|
|
1460
|
+
"min-w-0",
|
|
1461
|
+
"truncate",
|
|
1462
|
+
"flex",
|
|
1463
|
+
"shrink-0",
|
|
1464
|
+
"overflow-clip",
|
|
1465
|
+
"uds-button-icon-container"
|
|
1465
1466
|
],
|
|
1466
1467
|
"internalComponents": [
|
|
1467
|
-
"Radio",
|
|
1468
1468
|
"Icon",
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1473
|
-
"Text"
|
|
1469
|
+
"IconSlot",
|
|
1470
|
+
"AnimatePresence",
|
|
1471
|
+
"SpringMotionConfig",
|
|
1472
|
+
"MotionSlot"
|
|
1474
1473
|
],
|
|
1475
1474
|
"internalComponentProps": {
|
|
1476
1475
|
"Icon": {
|
|
1477
|
-
"size": [
|
|
1478
|
-
"sm"
|
|
1479
|
-
],
|
|
1480
1476
|
"color": [
|
|
1481
1477
|
"current"
|
|
1482
|
-
],
|
|
1483
|
-
"aria-hidden": [
|
|
1484
|
-
"true"
|
|
1485
1478
|
]
|
|
1486
1479
|
},
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1490
|
-
],
|
|
1491
|
-
"gap": [
|
|
1492
|
-
"1"
|
|
1493
|
-
],
|
|
1494
|
-
"backgroundColor": [
|
|
1495
|
-
"secondary"
|
|
1496
|
-
],
|
|
1497
|
-
"borderRadius": [
|
|
1498
|
-
"full"
|
|
1499
|
-
],
|
|
1500
|
-
"display": [
|
|
1501
|
-
"inline-flex"
|
|
1480
|
+
"AnimatePresence": {
|
|
1481
|
+
"mode": [
|
|
1482
|
+
"popLayout"
|
|
1502
1483
|
]
|
|
1503
1484
|
},
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1485
|
+
"SpringMotionConfig": {
|
|
1486
|
+
"layoutSpeed": [
|
|
1487
|
+
"3"
|
|
1488
|
+
]
|
|
1489
|
+
},
|
|
1490
|
+
"MotionSlot": {
|
|
1491
|
+
"whileHover": [
|
|
1492
|
+
"hover"
|
|
1493
|
+
],
|
|
1494
|
+
"whileTap": [
|
|
1495
|
+
"pressed"
|
|
1507
1496
|
]
|
|
1508
1497
|
}
|
|
1509
1498
|
},
|
|
1510
1499
|
"propToVariantKeys": {
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1500
|
+
"size": [
|
|
1501
|
+
"buttonSizeRoot",
|
|
1502
|
+
"buttonSizeIcon"
|
|
1513
1503
|
],
|
|
1514
|
-
"
|
|
1515
|
-
"
|
|
1504
|
+
"variant": [
|
|
1505
|
+
"buttonVariantRoot",
|
|
1506
|
+
"buttonVariantIcon"
|
|
1516
1507
|
],
|
|
1517
|
-
"
|
|
1508
|
+
"iconVariant": [
|
|
1518
1509
|
"variant"
|
|
1510
|
+
],
|
|
1511
|
+
"startIcon": [
|
|
1512
|
+
"icon"
|
|
1513
|
+
],
|
|
1514
|
+
"endIcon": [
|
|
1515
|
+
"icon"
|
|
1519
1516
|
]
|
|
1520
1517
|
},
|
|
1521
1518
|
"runtimeConfigDefaultProps": {},
|
|
1522
1519
|
"runtimeConfigGetStyles": {},
|
|
1523
1520
|
"runtimeConfigInternalComponentProps": {},
|
|
1524
|
-
"motionVarPrefixes": [
|
|
1521
|
+
"motionVarPrefixes": [
|
|
1522
|
+
"--uds-motion-subtle-3-",
|
|
1523
|
+
"--uds-motion-smooth-3-"
|
|
1524
|
+
]
|
|
1525
1525
|
},
|
|
1526
1526
|
"Menu.Item": {
|
|
1527
1527
|
"name": "Menu.Item",
|