@yahoo/uds 3.165.0 → 3.167.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/cli/commands/sync.cjs +36 -0
- package/dist/cli/commands/sync.js +36 -0
- package/dist/components/client/Avatar/AvatarIcon.cjs +3 -0
- package/dist/components/client/Avatar/AvatarIcon.js +3 -0
- package/dist/components/client/Avatar/UDSAvatarConfigProvider.cjs +28 -0
- package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.cts +29 -0
- package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.ts +30 -0
- package/dist/components/client/Avatar/UDSAvatarConfigProvider.js +27 -0
- package/dist/components/client/Avatar/index.cjs +3 -0
- package/dist/components/client/Avatar/index.d.cts +2 -1
- package/dist/components/client/Avatar/index.d.ts +2 -1
- package/dist/components/client/Avatar/index.js +2 -1
- package/dist/components/client/Badge.cjs +4 -1
- package/dist/components/client/Badge.js +4 -1
- package/dist/components/client/Chip/ChipBase.cjs +4 -0
- package/dist/components/client/Chip/ChipBase.js +4 -0
- package/dist/components/client/Chip/UDSChipConfigProvider.cjs +28 -0
- package/dist/components/client/Chip/UDSChipConfigProvider.d.cts +29 -0
- package/dist/components/client/Chip/UDSChipConfigProvider.d.ts +30 -0
- package/dist/components/client/Chip/UDSChipConfigProvider.js +27 -0
- package/dist/components/client/Chip/index.cjs +3 -0
- package/dist/components/client/Chip/index.d.cts +2 -1
- package/dist/components/client/Chip/index.d.ts +2 -1
- package/dist/components/client/Chip/index.js +2 -1
- package/dist/components/client/Input/Input.cjs +10 -2
- package/dist/components/client/Input/Input.js +10 -2
- package/dist/components/client/Input/InputHelpTextInternal.cjs +6 -1
- package/dist/components/client/Input/InputHelpTextInternal.js +6 -1
- package/dist/components/client/Input/UDSInputConfigProvider.cjs +33 -0
- package/dist/components/client/Input/UDSInputConfigProvider.d.cts +32 -0
- package/dist/components/client/Input/UDSInputConfigProvider.d.ts +33 -0
- package/dist/components/client/Input/UDSInputConfigProvider.js +32 -0
- package/dist/components/client/Input/index.cjs +3 -0
- package/dist/components/client/Input/index.d.cts +2 -1
- package/dist/components/client/Input/index.d.ts +2 -1
- package/dist/components/client/Input/index.js +2 -1
- package/dist/components/client/Menu/Menu.ItemBase.cjs +4 -2
- package/dist/components/client/Menu/Menu.ItemBase.js +4 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Menu/UDSMenuItemConfigProvider.cjs +30 -0
- package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.cts +29 -0
- package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.ts +30 -0
- package/dist/components/client/Menu/UDSMenuItemConfigProvider.js +29 -0
- package/dist/components/client/Menu/index.cjs +3 -0
- package/dist/components/client/Menu/index.d.cts +2 -1
- package/dist/components/client/Menu/index.d.ts +2 -1
- package/dist/components/client/Menu/index.js +2 -1
- package/dist/components/client/PaddleNav/PaddleButton.cjs +3 -1
- package/dist/components/client/PaddleNav/PaddleButton.js +3 -1
- package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.cjs +30 -0
- package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.cts +29 -0
- package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.ts +30 -0
- package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.js +29 -0
- package/dist/components/client/PaddleNav/index.cjs +3 -0
- package/dist/components/client/PaddleNav/index.d.cts +3 -1
- package/dist/components/client/PaddleNav/index.d.ts +3 -1
- package/dist/components/client/PaddleNav/index.js +2 -1
- package/dist/components/client/Pagination/PaginationNext.cjs +3 -1
- package/dist/components/client/Pagination/PaginationNext.js +3 -1
- package/dist/components/client/Pagination/PaginationPrev.cjs +3 -1
- package/dist/components/client/Pagination/PaginationPrev.js +3 -1
- package/dist/components/client/Pagination/UDSPaginationConfigProvider.cjs +30 -0
- package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.cts +29 -0
- package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.ts +30 -0
- package/dist/components/client/Pagination/UDSPaginationConfigProvider.js +29 -0
- package/dist/components/client/Pagination/index.cjs +3 -0
- package/dist/components/client/Pagination/index.d.cts +2 -1
- package/dist/components/client/Pagination/index.d.ts +2 -1
- package/dist/components/client/Pagination/index.js +2 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Select/SelectItem.cjs +4 -2
- package/dist/components/client/Select/SelectItem.js +4 -2
- package/dist/components/client/Select/UDSSelectItemConfigProvider.cjs +30 -0
- package/dist/components/client/Select/UDSSelectItemConfigProvider.d.cts +29 -0
- package/dist/components/client/Select/UDSSelectItemConfigProvider.d.ts +30 -0
- package/dist/components/client/Select/UDSSelectItemConfigProvider.js +29 -0
- package/dist/components/client/Select/index.cjs +3 -0
- package/dist/components/client/Select/index.d.cts +3 -1
- package/dist/components/client/Select/index.d.ts +3 -1
- package/dist/components/client/Select/index.js +2 -1
- package/dist/components/client/Tabs/Tab.cjs +4 -2
- package/dist/components/client/Tabs/Tab.js +4 -2
- package/dist/components/client/Tabs/UDSTabConfigProvider.cjs +22 -0
- package/dist/components/client/Tabs/UDSTabConfigProvider.d.cts +27 -0
- package/dist/components/client/Tabs/UDSTabConfigProvider.d.ts +28 -0
- package/dist/components/client/Tabs/UDSTabConfigProvider.js +21 -0
- package/dist/components/client/Tabs/index.cjs +3 -0
- package/dist/components/client/Tabs/index.d.cts +3 -1
- package/dist/components/client/Tabs/index.d.ts +3 -1
- package/dist/components/client/Tabs/index.js +2 -1
- package/dist/components/client/Tooltip/Tooltip.cjs +3 -2
- package/dist/components/client/Tooltip/Tooltip.d.cts +2 -1
- package/dist/components/client/Tooltip/Tooltip.d.ts +2 -1
- package/dist/components/client/Tooltip/Tooltip.js +3 -2
- package/dist/components/client/Tooltip/TooltipContent.cjs +4 -2
- package/dist/components/client/Tooltip/TooltipContent.js +4 -2
- package/dist/components/client/Tooltip/tooltipContext.d.cts +1 -0
- package/dist/components/client/Tooltip/tooltipContext.d.ts +1 -0
- package/dist/components/client/UDSBadgeConfigProvider.cjs +28 -0
- package/dist/components/client/UDSBadgeConfigProvider.d.cts +29 -0
- package/dist/components/client/UDSBadgeConfigProvider.d.ts +30 -0
- package/dist/components/client/UDSBadgeConfigProvider.js +27 -0
- package/dist/components/client/index.cjs +27 -0
- package/dist/components/client/index.d.cts +10 -1
- package/dist/components/client/index.d.ts +10 -1
- package/dist/components/client/index.js +10 -1
- package/dist/components/client/providers/UDSConfigProvider.cjs +52 -16
- package/dist/components/client/providers/UDSConfigProvider.d.cts +9 -0
- package/dist/components/client/providers/UDSConfigProvider.d.ts +9 -0
- package/dist/components/client/providers/UDSConfigProvider.js +52 -16
- package/dist/components/client/providers/createUDSConfigProvider.cjs +41 -0
- package/dist/components/client/providers/createUDSConfigProvider.d.cts +38 -0
- package/dist/components/client/providers/createUDSConfigProvider.d.ts +39 -0
- package/dist/components/client/providers/createUDSConfigProvider.js +39 -0
- package/dist/components/index.cjs +27 -0
- package/dist/components/index.d.cts +10 -1
- package/dist/components/index.d.ts +10 -1
- package/dist/components/index.js +10 -1
- package/dist/css/dist/css/utils.cjs +58 -0
- package/dist/css/dist/css/utils.js +58 -0
- package/dist/css/dist/runtimeConfig/hookMetadata.cjs +320 -0
- package/dist/css/dist/runtimeConfig/hookMetadata.js +320 -0
- package/dist/index.cjs +45 -0
- package/dist/index.d.cts +19 -1
- package/dist/index.d.ts +19 -1
- package/dist/index.js +19 -1
- package/dist/runtime/avatarConfig.cjs +21 -0
- package/dist/runtime/avatarConfig.d.cts +13 -0
- package/dist/runtime/avatarConfig.d.ts +13 -0
- package/dist/runtime/avatarConfig.js +20 -0
- package/dist/runtime/badgeConfig.cjs +17 -0
- package/dist/runtime/badgeConfig.d.cts +13 -0
- package/dist/runtime/badgeConfig.d.ts +13 -0
- package/dist/runtime/badgeConfig.js +16 -0
- package/dist/runtime/chipConfig.cjs +12 -0
- package/dist/runtime/chipConfig.d.cts +13 -0
- package/dist/runtime/chipConfig.d.ts +13 -0
- package/dist/runtime/chipConfig.js +11 -0
- package/dist/runtime/index.cjs +18 -0
- package/dist/runtime/index.d.cts +10 -1
- package/dist/runtime/index.d.ts +10 -1
- package/dist/runtime/index.js +10 -1
- package/dist/runtime/inputConfig.cjs +14 -0
- package/dist/runtime/inputConfig.d.cts +15 -0
- package/dist/runtime/inputConfig.d.ts +15 -0
- package/dist/runtime/inputConfig.js +13 -0
- package/dist/runtime/menuItemConfig.cjs +13 -0
- package/dist/runtime/menuItemConfig.d.cts +15 -0
- package/dist/runtime/menuItemConfig.d.ts +15 -0
- package/dist/runtime/menuItemConfig.js +12 -0
- package/dist/runtime/paddleNavConfig.cjs +18 -0
- package/dist/runtime/paddleNavConfig.d.cts +13 -0
- package/dist/runtime/paddleNavConfig.d.ts +13 -0
- package/dist/runtime/paddleNavConfig.js +17 -0
- package/dist/runtime/paginationConfig.cjs +12 -0
- package/dist/runtime/paginationConfig.d.cts +13 -0
- package/dist/runtime/paginationConfig.d.ts +13 -0
- package/dist/runtime/paginationConfig.js +11 -0
- package/dist/runtime/selectItemConfig.cjs +13 -0
- package/dist/runtime/selectItemConfig.d.cts +15 -0
- package/dist/runtime/selectItemConfig.d.ts +15 -0
- package/dist/runtime/selectItemConfig.js +12 -0
- package/dist/runtime/tabConfig.cjs +12 -0
- package/dist/runtime/tabConfig.d.cts +14 -0
- package/dist/runtime/tabConfig.d.ts +14 -0
- package/dist/runtime/tabConfig.js +11 -0
- package/dist/runtime/udsConfig.cjs +18 -0
- package/dist/runtime/udsConfig.d.cts +18 -0
- package/dist/runtime/udsConfig.d.ts +18 -0
- package/dist/runtime/udsConfig.js +18 -0
- package/dist/styles/styler.d.cts +10 -10
- package/dist/styles/styler.d.ts +10 -10
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/types/dist/index.d.cts +2 -0
- package/dist/types/dist/index.d.ts +2 -0
- package/dist/uds/generated/componentData.cjs +351 -234
- package/dist/uds/generated/componentData.js +351 -234
- package/dist/uds/generated/tailwindPurge.cjs +38 -2
- package/dist/uds/generated/tailwindPurge.js +38 -2
- package/dist/uds/package.cjs +2 -2
- package/dist/uds/package.js +2 -2
- package/generated/componentData.json +585 -418
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +3 -3
|
@@ -607,6 +607,19 @@
|
|
|
607
607
|
"--uds-motion-smooth-3-"
|
|
608
608
|
]
|
|
609
609
|
},
|
|
610
|
+
"UDSBadgeConfigProvider": {
|
|
611
|
+
"name": "UDSBadgeConfigProvider",
|
|
612
|
+
"defaultProps": {},
|
|
613
|
+
"getStylesLiterals": {},
|
|
614
|
+
"cxLiterals": [],
|
|
615
|
+
"internalComponents": [],
|
|
616
|
+
"internalComponentProps": {},
|
|
617
|
+
"propToVariantKeys": {},
|
|
618
|
+
"runtimeConfigDefaultProps": {},
|
|
619
|
+
"runtimeConfigGetStyles": {},
|
|
620
|
+
"runtimeConfigInternalComponentProps": {},
|
|
621
|
+
"motionVarPrefixes": []
|
|
622
|
+
},
|
|
610
623
|
"Badge": {
|
|
611
624
|
"name": "Badge",
|
|
612
625
|
"defaultProps": {
|
|
@@ -664,7 +677,9 @@
|
|
|
664
677
|
"icon"
|
|
665
678
|
]
|
|
666
679
|
},
|
|
667
|
-
"runtimeConfigDefaultProps": {
|
|
680
|
+
"runtimeConfigDefaultProps": {
|
|
681
|
+
"size": "badge.defaultSize"
|
|
682
|
+
},
|
|
668
683
|
"runtimeConfigGetStyles": {},
|
|
669
684
|
"runtimeConfigInternalComponentProps": {},
|
|
670
685
|
"motionVarPrefixes": []
|
|
@@ -808,181 +823,6 @@
|
|
|
808
823
|
"runtimeConfigInternalComponentProps": {},
|
|
809
824
|
"motionVarPrefixes": []
|
|
810
825
|
},
|
|
811
|
-
"SegmentedControl": {
|
|
812
|
-
"name": "SegmentedControl",
|
|
813
|
-
"defaultProps": {
|
|
814
|
-
"textVariant": "label2"
|
|
815
|
-
},
|
|
816
|
-
"getStylesLiterals": {
|
|
817
|
-
"display": "flex",
|
|
818
|
-
"alignItems": "center",
|
|
819
|
-
"backgroundColor": "primary",
|
|
820
|
-
"spacingVertical": "1",
|
|
821
|
-
"spacingHorizontal": "3",
|
|
822
|
-
"columnGap": "1.5",
|
|
823
|
-
"borderWidth": "thin",
|
|
824
|
-
"borderRadius": "full",
|
|
825
|
-
"borderColor": "muted",
|
|
826
|
-
"borderColor:1": "transparent",
|
|
827
|
-
"color": "primary",
|
|
828
|
-
"color:1": "tertiary",
|
|
829
|
-
"color:2": "muted"
|
|
830
|
-
},
|
|
831
|
-
"cxLiterals": [
|
|
832
|
-
"uds-ring",
|
|
833
|
-
"cursor-not-allowed",
|
|
834
|
-
"opacity-50",
|
|
835
|
-
"pointer-events-none",
|
|
836
|
-
"hover:bg-primary"
|
|
837
|
-
],
|
|
838
|
-
"internalComponents": [
|
|
839
|
-
"Radio",
|
|
840
|
-
"Icon",
|
|
841
|
-
"RadioProvider",
|
|
842
|
-
"HStack",
|
|
843
|
-
"RadioGroup",
|
|
844
|
-
"Pressable",
|
|
845
|
-
"Text"
|
|
846
|
-
],
|
|
847
|
-
"internalComponentProps": {
|
|
848
|
-
"Icon": {
|
|
849
|
-
"size": [
|
|
850
|
-
"sm"
|
|
851
|
-
],
|
|
852
|
-
"color": [
|
|
853
|
-
"current"
|
|
854
|
-
],
|
|
855
|
-
"aria-hidden": [
|
|
856
|
-
"true"
|
|
857
|
-
]
|
|
858
|
-
},
|
|
859
|
-
"HStack": {
|
|
860
|
-
"spacing": [
|
|
861
|
-
"1"
|
|
862
|
-
],
|
|
863
|
-
"gap": [
|
|
864
|
-
"1"
|
|
865
|
-
],
|
|
866
|
-
"backgroundColor": [
|
|
867
|
-
"secondary"
|
|
868
|
-
],
|
|
869
|
-
"borderRadius": [
|
|
870
|
-
"full"
|
|
871
|
-
],
|
|
872
|
-
"display": [
|
|
873
|
-
"inline-flex"
|
|
874
|
-
]
|
|
875
|
-
},
|
|
876
|
-
"Text": {
|
|
877
|
-
"color": [
|
|
878
|
-
"current"
|
|
879
|
-
]
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
"propToVariantKeys": {
|
|
883
|
-
"value": [
|
|
884
|
-
"key"
|
|
885
|
-
],
|
|
886
|
-
"label": [
|
|
887
|
-
"aria-label"
|
|
888
|
-
],
|
|
889
|
-
"textVariant": [
|
|
890
|
-
"variant"
|
|
891
|
-
]
|
|
892
|
-
},
|
|
893
|
-
"runtimeConfigDefaultProps": {},
|
|
894
|
-
"runtimeConfigGetStyles": {},
|
|
895
|
-
"runtimeConfigInternalComponentProps": {},
|
|
896
|
-
"motionVarPrefixes": []
|
|
897
|
-
},
|
|
898
|
-
"Accordion": {
|
|
899
|
-
"name": "Accordion",
|
|
900
|
-
"defaultProps": {
|
|
901
|
-
"spacingHorizontal": "4",
|
|
902
|
-
"spacingVertical": "4"
|
|
903
|
-
},
|
|
904
|
-
"getStylesLiterals": {},
|
|
905
|
-
"cxLiterals": [
|
|
906
|
-
"hover:bg-secondary/80",
|
|
907
|
-
"w-full"
|
|
908
|
-
],
|
|
909
|
-
"internalComponents": [
|
|
910
|
-
"Icon",
|
|
911
|
-
"SpringMotionConfig",
|
|
912
|
-
"Pressable",
|
|
913
|
-
"Text",
|
|
914
|
-
"HStack",
|
|
915
|
-
"AnimatePresence",
|
|
916
|
-
"VStack"
|
|
917
|
-
],
|
|
918
|
-
"internalComponentProps": {
|
|
919
|
-
"Icon": {
|
|
920
|
-
"variant": [
|
|
921
|
-
"fill"
|
|
922
|
-
],
|
|
923
|
-
"size": [
|
|
924
|
-
"sm"
|
|
925
|
-
],
|
|
926
|
-
"color": [
|
|
927
|
-
"primary"
|
|
928
|
-
]
|
|
929
|
-
},
|
|
930
|
-
"SpringMotionConfig": {
|
|
931
|
-
"layoutVariant": [
|
|
932
|
-
"smooth"
|
|
933
|
-
],
|
|
934
|
-
"layoutSpeed": [
|
|
935
|
-
"3"
|
|
936
|
-
]
|
|
937
|
-
},
|
|
938
|
-
"Pressable": {
|
|
939
|
-
"display": [
|
|
940
|
-
"flex"
|
|
941
|
-
],
|
|
942
|
-
"flexDirection": [
|
|
943
|
-
"row"
|
|
944
|
-
],
|
|
945
|
-
"alignItems": [
|
|
946
|
-
"center"
|
|
947
|
-
],
|
|
948
|
-
"justifyContent": [
|
|
949
|
-
"space-between"
|
|
950
|
-
],
|
|
951
|
-
"borderRadius": [
|
|
952
|
-
"md"
|
|
953
|
-
]
|
|
954
|
-
},
|
|
955
|
-
"Text": {
|
|
956
|
-
"variant": [
|
|
957
|
-
"title4"
|
|
958
|
-
],
|
|
959
|
-
"color": [
|
|
960
|
-
"primary"
|
|
961
|
-
]
|
|
962
|
-
},
|
|
963
|
-
"HStack": {
|
|
964
|
-
"display": [
|
|
965
|
-
"flex"
|
|
966
|
-
],
|
|
967
|
-
"alignItems": [
|
|
968
|
-
"center"
|
|
969
|
-
],
|
|
970
|
-
"justifyContent": [
|
|
971
|
-
"space-between"
|
|
972
|
-
],
|
|
973
|
-
"columnGap": [
|
|
974
|
-
"2.5"
|
|
975
|
-
]
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
"propToVariantKeys": {},
|
|
979
|
-
"runtimeConfigDefaultProps": {},
|
|
980
|
-
"runtimeConfigGetStyles": {},
|
|
981
|
-
"runtimeConfigInternalComponentProps": {},
|
|
982
|
-
"motionVarPrefixes": [
|
|
983
|
-
"--uds-motion-smooth-3-"
|
|
984
|
-
]
|
|
985
|
-
},
|
|
986
826
|
"Toast": {
|
|
987
827
|
"name": "Toast",
|
|
988
828
|
"defaultProps": {},
|
|
@@ -1182,6 +1022,181 @@
|
|
|
1182
1022
|
"runtimeConfigInternalComponentProps": {},
|
|
1183
1023
|
"motionVarPrefixes": []
|
|
1184
1024
|
},
|
|
1025
|
+
"SegmentedControl": {
|
|
1026
|
+
"name": "SegmentedControl",
|
|
1027
|
+
"defaultProps": {
|
|
1028
|
+
"textVariant": "label2"
|
|
1029
|
+
},
|
|
1030
|
+
"getStylesLiterals": {
|
|
1031
|
+
"display": "flex",
|
|
1032
|
+
"alignItems": "center",
|
|
1033
|
+
"backgroundColor": "primary",
|
|
1034
|
+
"spacingVertical": "1",
|
|
1035
|
+
"spacingHorizontal": "3",
|
|
1036
|
+
"columnGap": "1.5",
|
|
1037
|
+
"borderWidth": "thin",
|
|
1038
|
+
"borderRadius": "full",
|
|
1039
|
+
"borderColor": "muted",
|
|
1040
|
+
"borderColor:1": "transparent",
|
|
1041
|
+
"color": "primary",
|
|
1042
|
+
"color:1": "tertiary",
|
|
1043
|
+
"color:2": "muted"
|
|
1044
|
+
},
|
|
1045
|
+
"cxLiterals": [
|
|
1046
|
+
"uds-ring",
|
|
1047
|
+
"cursor-not-allowed",
|
|
1048
|
+
"opacity-50",
|
|
1049
|
+
"pointer-events-none",
|
|
1050
|
+
"hover:bg-primary"
|
|
1051
|
+
],
|
|
1052
|
+
"internalComponents": [
|
|
1053
|
+
"Radio",
|
|
1054
|
+
"Icon",
|
|
1055
|
+
"RadioProvider",
|
|
1056
|
+
"HStack",
|
|
1057
|
+
"RadioGroup",
|
|
1058
|
+
"Pressable",
|
|
1059
|
+
"Text"
|
|
1060
|
+
],
|
|
1061
|
+
"internalComponentProps": {
|
|
1062
|
+
"Icon": {
|
|
1063
|
+
"size": [
|
|
1064
|
+
"sm"
|
|
1065
|
+
],
|
|
1066
|
+
"color": [
|
|
1067
|
+
"current"
|
|
1068
|
+
],
|
|
1069
|
+
"aria-hidden": [
|
|
1070
|
+
"true"
|
|
1071
|
+
]
|
|
1072
|
+
},
|
|
1073
|
+
"HStack": {
|
|
1074
|
+
"spacing": [
|
|
1075
|
+
"1"
|
|
1076
|
+
],
|
|
1077
|
+
"gap": [
|
|
1078
|
+
"1"
|
|
1079
|
+
],
|
|
1080
|
+
"backgroundColor": [
|
|
1081
|
+
"secondary"
|
|
1082
|
+
],
|
|
1083
|
+
"borderRadius": [
|
|
1084
|
+
"full"
|
|
1085
|
+
],
|
|
1086
|
+
"display": [
|
|
1087
|
+
"inline-flex"
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
"Text": {
|
|
1091
|
+
"color": [
|
|
1092
|
+
"current"
|
|
1093
|
+
]
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
"propToVariantKeys": {
|
|
1097
|
+
"value": [
|
|
1098
|
+
"key"
|
|
1099
|
+
],
|
|
1100
|
+
"label": [
|
|
1101
|
+
"aria-label"
|
|
1102
|
+
],
|
|
1103
|
+
"textVariant": [
|
|
1104
|
+
"variant"
|
|
1105
|
+
]
|
|
1106
|
+
},
|
|
1107
|
+
"runtimeConfigDefaultProps": {},
|
|
1108
|
+
"runtimeConfigGetStyles": {},
|
|
1109
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1110
|
+
"motionVarPrefixes": []
|
|
1111
|
+
},
|
|
1112
|
+
"Accordion": {
|
|
1113
|
+
"name": "Accordion",
|
|
1114
|
+
"defaultProps": {
|
|
1115
|
+
"spacingHorizontal": "4",
|
|
1116
|
+
"spacingVertical": "4"
|
|
1117
|
+
},
|
|
1118
|
+
"getStylesLiterals": {},
|
|
1119
|
+
"cxLiterals": [
|
|
1120
|
+
"hover:bg-secondary/80",
|
|
1121
|
+
"w-full"
|
|
1122
|
+
],
|
|
1123
|
+
"internalComponents": [
|
|
1124
|
+
"Icon",
|
|
1125
|
+
"SpringMotionConfig",
|
|
1126
|
+
"Pressable",
|
|
1127
|
+
"Text",
|
|
1128
|
+
"HStack",
|
|
1129
|
+
"AnimatePresence",
|
|
1130
|
+
"VStack"
|
|
1131
|
+
],
|
|
1132
|
+
"internalComponentProps": {
|
|
1133
|
+
"Icon": {
|
|
1134
|
+
"variant": [
|
|
1135
|
+
"fill"
|
|
1136
|
+
],
|
|
1137
|
+
"size": [
|
|
1138
|
+
"sm"
|
|
1139
|
+
],
|
|
1140
|
+
"color": [
|
|
1141
|
+
"primary"
|
|
1142
|
+
]
|
|
1143
|
+
},
|
|
1144
|
+
"SpringMotionConfig": {
|
|
1145
|
+
"layoutVariant": [
|
|
1146
|
+
"smooth"
|
|
1147
|
+
],
|
|
1148
|
+
"layoutSpeed": [
|
|
1149
|
+
"3"
|
|
1150
|
+
]
|
|
1151
|
+
},
|
|
1152
|
+
"Pressable": {
|
|
1153
|
+
"display": [
|
|
1154
|
+
"flex"
|
|
1155
|
+
],
|
|
1156
|
+
"flexDirection": [
|
|
1157
|
+
"row"
|
|
1158
|
+
],
|
|
1159
|
+
"alignItems": [
|
|
1160
|
+
"center"
|
|
1161
|
+
],
|
|
1162
|
+
"justifyContent": [
|
|
1163
|
+
"space-between"
|
|
1164
|
+
],
|
|
1165
|
+
"borderRadius": [
|
|
1166
|
+
"md"
|
|
1167
|
+
]
|
|
1168
|
+
},
|
|
1169
|
+
"Text": {
|
|
1170
|
+
"variant": [
|
|
1171
|
+
"title4"
|
|
1172
|
+
],
|
|
1173
|
+
"color": [
|
|
1174
|
+
"primary"
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
1177
|
+
"HStack": {
|
|
1178
|
+
"display": [
|
|
1179
|
+
"flex"
|
|
1180
|
+
],
|
|
1181
|
+
"alignItems": [
|
|
1182
|
+
"center"
|
|
1183
|
+
],
|
|
1184
|
+
"justifyContent": [
|
|
1185
|
+
"space-between"
|
|
1186
|
+
],
|
|
1187
|
+
"columnGap": [
|
|
1188
|
+
"2.5"
|
|
1189
|
+
]
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
"propToVariantKeys": {},
|
|
1193
|
+
"runtimeConfigDefaultProps": {},
|
|
1194
|
+
"runtimeConfigGetStyles": {},
|
|
1195
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1196
|
+
"motionVarPrefixes": [
|
|
1197
|
+
"--uds-motion-smooth-3-"
|
|
1198
|
+
]
|
|
1199
|
+
},
|
|
1185
1200
|
"UDSBottomSheetConfigProvider": {
|
|
1186
1201
|
"name": "UDSBottomSheetConfigProvider",
|
|
1187
1202
|
"defaultProps": {},
|
|
@@ -1531,6 +1546,21 @@
|
|
|
1531
1546
|
"runtimeConfigInternalComponentProps": {},
|
|
1532
1547
|
"motionVarPrefixes": []
|
|
1533
1548
|
},
|
|
1549
|
+
"UDSTabConfigProvider": {
|
|
1550
|
+
"name": "UDSTabConfigProvider",
|
|
1551
|
+
"defaultProps": {},
|
|
1552
|
+
"getStylesLiterals": {},
|
|
1553
|
+
"cxLiterals": [
|
|
1554
|
+
"sm"
|
|
1555
|
+
],
|
|
1556
|
+
"internalComponents": [],
|
|
1557
|
+
"internalComponentProps": {},
|
|
1558
|
+
"propToVariantKeys": {},
|
|
1559
|
+
"runtimeConfigDefaultProps": {},
|
|
1560
|
+
"runtimeConfigGetStyles": {},
|
|
1561
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1562
|
+
"motionVarPrefixes": []
|
|
1563
|
+
},
|
|
1534
1564
|
"Tab": {
|
|
1535
1565
|
"name": "Tab",
|
|
1536
1566
|
"defaultProps": {
|
|
@@ -1604,7 +1634,9 @@
|
|
|
1604
1634
|
"icon"
|
|
1605
1635
|
]
|
|
1606
1636
|
},
|
|
1607
|
-
"runtimeConfigDefaultProps": {
|
|
1637
|
+
"runtimeConfigDefaultProps": {
|
|
1638
|
+
"size": "tab.defaultSize"
|
|
1639
|
+
},
|
|
1608
1640
|
"runtimeConfigGetStyles": {},
|
|
1609
1641
|
"runtimeConfigInternalComponentProps": {},
|
|
1610
1642
|
"motionVarPrefixes": []
|
|
@@ -1901,6 +1933,19 @@
|
|
|
1901
1933
|
"runtimeConfigInternalComponentProps": {},
|
|
1902
1934
|
"motionVarPrefixes": []
|
|
1903
1935
|
},
|
|
1936
|
+
"UDSChipConfigProvider": {
|
|
1937
|
+
"name": "UDSChipConfigProvider",
|
|
1938
|
+
"defaultProps": {},
|
|
1939
|
+
"getStylesLiterals": {},
|
|
1940
|
+
"cxLiterals": [],
|
|
1941
|
+
"internalComponents": [],
|
|
1942
|
+
"internalComponentProps": {},
|
|
1943
|
+
"propToVariantKeys": {},
|
|
1944
|
+
"runtimeConfigDefaultProps": {},
|
|
1945
|
+
"runtimeConfigGetStyles": {},
|
|
1946
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1947
|
+
"motionVarPrefixes": []
|
|
1948
|
+
},
|
|
1904
1949
|
"ChipLink": {
|
|
1905
1950
|
"name": "ChipLink",
|
|
1906
1951
|
"defaultProps": {
|
|
@@ -2035,7 +2080,9 @@
|
|
|
2035
2080
|
"icon"
|
|
2036
2081
|
]
|
|
2037
2082
|
},
|
|
2038
|
-
"runtimeConfigDefaultProps": {
|
|
2083
|
+
"runtimeConfigDefaultProps": {
|
|
2084
|
+
"size": "chip.defaultSize"
|
|
2085
|
+
},
|
|
2039
2086
|
"runtimeConfigGetStyles": {},
|
|
2040
2087
|
"runtimeConfigInternalComponentProps": {},
|
|
2041
2088
|
"motionVarPrefixes": []
|
|
@@ -2347,9 +2394,6 @@
|
|
|
2347
2394
|
],
|
|
2348
2395
|
"internalComponentProps": {
|
|
2349
2396
|
"Icon": {
|
|
2350
|
-
"size": [
|
|
2351
|
-
"md"
|
|
2352
|
-
],
|
|
2353
2397
|
"color": [
|
|
2354
2398
|
"current"
|
|
2355
2399
|
]
|
|
@@ -2366,9 +2410,17 @@
|
|
|
2366
2410
|
"paddlenavVariantIcon"
|
|
2367
2411
|
]
|
|
2368
2412
|
},
|
|
2369
|
-
"runtimeConfigDefaultProps": {
|
|
2413
|
+
"runtimeConfigDefaultProps": {
|
|
2414
|
+
"size": "paddleNav.defaultSize"
|
|
2415
|
+
},
|
|
2370
2416
|
"runtimeConfigGetStyles": {},
|
|
2371
|
-
"runtimeConfigInternalComponentProps": {
|
|
2417
|
+
"runtimeConfigInternalComponentProps": {
|
|
2418
|
+
"Icon": {
|
|
2419
|
+
"size": [
|
|
2420
|
+
"paddleNav.iconSize.${size}"
|
|
2421
|
+
]
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2372
2424
|
"motionVarPrefixes": []
|
|
2373
2425
|
},
|
|
2374
2426
|
"PaddleButtonPrevious": {
|
|
@@ -2479,6 +2531,21 @@
|
|
|
2479
2531
|
"runtimeConfigInternalComponentProps": {},
|
|
2480
2532
|
"motionVarPrefixes": []
|
|
2481
2533
|
},
|
|
2534
|
+
"UDSPaddleNavConfigProvider": {
|
|
2535
|
+
"name": "UDSPaddleNavConfigProvider",
|
|
2536
|
+
"defaultProps": {},
|
|
2537
|
+
"getStylesLiterals": {},
|
|
2538
|
+
"cxLiterals": [
|
|
2539
|
+
"md"
|
|
2540
|
+
],
|
|
2541
|
+
"internalComponents": [],
|
|
2542
|
+
"internalComponentProps": {},
|
|
2543
|
+
"propToVariantKeys": {},
|
|
2544
|
+
"runtimeConfigDefaultProps": {},
|
|
2545
|
+
"runtimeConfigGetStyles": {},
|
|
2546
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2547
|
+
"motionVarPrefixes": []
|
|
2548
|
+
},
|
|
2482
2549
|
"IconButtonBase": {
|
|
2483
2550
|
"name": "IconButtonBase",
|
|
2484
2551
|
"defaultProps": {
|
|
@@ -2912,7 +2979,9 @@
|
|
|
2912
2979
|
"icon"
|
|
2913
2980
|
]
|
|
2914
2981
|
},
|
|
2915
|
-
"runtimeConfigDefaultProps": {
|
|
2982
|
+
"runtimeConfigDefaultProps": {
|
|
2983
|
+
"size": "selectItem.defaultSize"
|
|
2984
|
+
},
|
|
2916
2985
|
"runtimeConfigGetStyles": {},
|
|
2917
2986
|
"runtimeConfigInternalComponentProps": {},
|
|
2918
2987
|
"motionVarPrefixes": []
|
|
@@ -3023,6 +3092,21 @@
|
|
|
3023
3092
|
"--uds-motion-smooth-3-"
|
|
3024
3093
|
]
|
|
3025
3094
|
},
|
|
3095
|
+
"UDSSelectItemConfigProvider": {
|
|
3096
|
+
"name": "UDSSelectItemConfigProvider",
|
|
3097
|
+
"defaultProps": {},
|
|
3098
|
+
"getStylesLiterals": {},
|
|
3099
|
+
"cxLiterals": [
|
|
3100
|
+
"sm"
|
|
3101
|
+
],
|
|
3102
|
+
"internalComponents": [],
|
|
3103
|
+
"internalComponentProps": {},
|
|
3104
|
+
"propToVariantKeys": {},
|
|
3105
|
+
"runtimeConfigDefaultProps": {},
|
|
3106
|
+
"runtimeConfigGetStyles": {},
|
|
3107
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3108
|
+
"motionVarPrefixes": []
|
|
3109
|
+
},
|
|
3026
3110
|
"SelectTrigger": {
|
|
3027
3111
|
"name": "SelectTrigger",
|
|
3028
3112
|
"defaultProps": {},
|
|
@@ -3670,6 +3754,21 @@
|
|
|
3670
3754
|
"runtimeConfigInternalComponentProps": {},
|
|
3671
3755
|
"motionVarPrefixes": []
|
|
3672
3756
|
},
|
|
3757
|
+
"UDSPaginationConfigProvider": {
|
|
3758
|
+
"name": "UDSPaginationConfigProvider",
|
|
3759
|
+
"defaultProps": {},
|
|
3760
|
+
"getStylesLiterals": {},
|
|
3761
|
+
"cxLiterals": [
|
|
3762
|
+
"sm"
|
|
3763
|
+
],
|
|
3764
|
+
"internalComponents": [],
|
|
3765
|
+
"internalComponentProps": {},
|
|
3766
|
+
"propToVariantKeys": {},
|
|
3767
|
+
"runtimeConfigDefaultProps": {},
|
|
3768
|
+
"runtimeConfigGetStyles": {},
|
|
3769
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3770
|
+
"motionVarPrefixes": []
|
|
3771
|
+
},
|
|
3673
3772
|
"PaginationPrev": {
|
|
3674
3773
|
"name": "PaginationPrev",
|
|
3675
3774
|
"defaultProps": {
|
|
@@ -3713,9 +3812,6 @@
|
|
|
3713
3812
|
],
|
|
3714
3813
|
"internalComponentProps": {
|
|
3715
3814
|
"Icon": {
|
|
3716
|
-
"size": [
|
|
3717
|
-
"sm"
|
|
3718
|
-
],
|
|
3719
3815
|
"color": [
|
|
3720
3816
|
"current"
|
|
3721
3817
|
]
|
|
@@ -3743,9 +3839,17 @@
|
|
|
3743
3839
|
"paginationVariantActiveRoot"
|
|
3744
3840
|
]
|
|
3745
3841
|
},
|
|
3746
|
-
"runtimeConfigDefaultProps": {
|
|
3842
|
+
"runtimeConfigDefaultProps": {
|
|
3843
|
+
"size": "pagination.defaultSize"
|
|
3844
|
+
},
|
|
3747
3845
|
"runtimeConfigGetStyles": {},
|
|
3748
|
-
"runtimeConfigInternalComponentProps": {
|
|
3846
|
+
"runtimeConfigInternalComponentProps": {
|
|
3847
|
+
"Icon": {
|
|
3848
|
+
"size": [
|
|
3849
|
+
"pagination.iconSize.${size}"
|
|
3850
|
+
]
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3749
3853
|
"motionVarPrefixes": []
|
|
3750
3854
|
},
|
|
3751
3855
|
"PaginationNext": {
|
|
@@ -3791,9 +3895,6 @@
|
|
|
3791
3895
|
],
|
|
3792
3896
|
"internalComponentProps": {
|
|
3793
3897
|
"Icon": {
|
|
3794
|
-
"size": [
|
|
3795
|
-
"sm"
|
|
3796
|
-
],
|
|
3797
3898
|
"color": [
|
|
3798
3899
|
"current"
|
|
3799
3900
|
]
|
|
@@ -3821,9 +3922,17 @@
|
|
|
3821
3922
|
"paginationVariantActiveRoot"
|
|
3822
3923
|
]
|
|
3823
3924
|
},
|
|
3824
|
-
"runtimeConfigDefaultProps": {
|
|
3925
|
+
"runtimeConfigDefaultProps": {
|
|
3926
|
+
"size": "pagination.defaultSize"
|
|
3927
|
+
},
|
|
3825
3928
|
"runtimeConfigGetStyles": {},
|
|
3826
|
-
"runtimeConfigInternalComponentProps": {
|
|
3929
|
+
"runtimeConfigInternalComponentProps": {
|
|
3930
|
+
"Icon": {
|
|
3931
|
+
"size": [
|
|
3932
|
+
"pagination.iconSize.${size}"
|
|
3933
|
+
]
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3827
3936
|
"motionVarPrefixes": []
|
|
3828
3937
|
},
|
|
3829
3938
|
"UDSBreakpointsConfigProvider": {
|
|
@@ -3848,9 +3957,18 @@
|
|
|
3848
3957
|
"cxLiterals": [],
|
|
3849
3958
|
"internalComponents": [
|
|
3850
3959
|
"UDSBreakpointsConfigProvider",
|
|
3960
|
+
"UDSAvatarConfigProvider",
|
|
3961
|
+
"UDSBadgeConfigProvider",
|
|
3851
3962
|
"UDSBottomSheetConfigProvider",
|
|
3852
3963
|
"UDSButtonConfigProvider",
|
|
3964
|
+
"UDSChipConfigProvider",
|
|
3853
3965
|
"UDSIconButtonConfigProvider",
|
|
3966
|
+
"UDSInputConfigProvider",
|
|
3967
|
+
"UDSMenuItemConfigProvider",
|
|
3968
|
+
"UDSPaddleNavConfigProvider",
|
|
3969
|
+
"UDSPaginationConfigProvider",
|
|
3970
|
+
"UDSSelectItemConfigProvider",
|
|
3971
|
+
"UDSTabConfigProvider",
|
|
3854
3972
|
"UDSToastConfigProvider",
|
|
3855
3973
|
"UDSTooltipConfigProvider",
|
|
3856
3974
|
"UDSPopoverConfigProvider",
|
|
@@ -3863,6 +3981,19 @@
|
|
|
3863
3981
|
"runtimeConfigInternalComponentProps": {},
|
|
3864
3982
|
"motionVarPrefixes": []
|
|
3865
3983
|
},
|
|
3984
|
+
"UDSInputConfigProvider": {
|
|
3985
|
+
"name": "UDSInputConfigProvider",
|
|
3986
|
+
"defaultProps": {},
|
|
3987
|
+
"getStylesLiterals": {},
|
|
3988
|
+
"cxLiterals": [],
|
|
3989
|
+
"internalComponents": [],
|
|
3990
|
+
"internalComponentProps": {},
|
|
3991
|
+
"propToVariantKeys": {},
|
|
3992
|
+
"runtimeConfigDefaultProps": {},
|
|
3993
|
+
"runtimeConfigGetStyles": {},
|
|
3994
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3995
|
+
"motionVarPrefixes": []
|
|
3996
|
+
},
|
|
3866
3997
|
"InputHelpTextInternal": {
|
|
3867
3998
|
"name": "InputHelpTextInternal",
|
|
3868
3999
|
"defaultProps": {},
|
|
@@ -3901,7 +4032,9 @@
|
|
|
3901
4032
|
"icon"
|
|
3902
4033
|
]
|
|
3903
4034
|
},
|
|
3904
|
-
"runtimeConfigDefaultProps": {
|
|
4035
|
+
"runtimeConfigDefaultProps": {
|
|
4036
|
+
"size": "input.defaultSize"
|
|
4037
|
+
},
|
|
3905
4038
|
"runtimeConfigGetStyles": {},
|
|
3906
4039
|
"runtimeConfigInternalComponentProps": {},
|
|
3907
4040
|
"motionVarPrefixes": []
|
|
@@ -4016,7 +4149,9 @@
|
|
|
4016
4149
|
"startIcon"
|
|
4017
4150
|
]
|
|
4018
4151
|
},
|
|
4019
|
-
"runtimeConfigDefaultProps": {
|
|
4152
|
+
"runtimeConfigDefaultProps": {
|
|
4153
|
+
"size": "input.defaultSize"
|
|
4154
|
+
},
|
|
4020
4155
|
"runtimeConfigGetStyles": {},
|
|
4021
4156
|
"runtimeConfigInternalComponentProps": {},
|
|
4022
4157
|
"motionVarPrefixes": []
|
|
@@ -4083,24 +4218,251 @@
|
|
|
4083
4218
|
"defaultProps": {},
|
|
4084
4219
|
"getStylesLiterals": {},
|
|
4085
4220
|
"cxLiterals": [
|
|
4086
|
-
"uds:popover-open"
|
|
4221
|
+
"uds:popover-open"
|
|
4222
|
+
],
|
|
4223
|
+
"internalComponents": [
|
|
4224
|
+
"PopoverInternalContext.Provider",
|
|
4225
|
+
"PopoverProvider"
|
|
4226
|
+
],
|
|
4227
|
+
"internalComponentProps": {},
|
|
4228
|
+
"propToVariantKeys": {},
|
|
4229
|
+
"runtimeConfigDefaultProps": {
|
|
4230
|
+
"size": "popover.defaultSize",
|
|
4231
|
+
"variant": "popover.defaultVariant"
|
|
4232
|
+
},
|
|
4233
|
+
"runtimeConfigGetStyles": {},
|
|
4234
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4235
|
+
"motionVarPrefixes": []
|
|
4236
|
+
},
|
|
4237
|
+
"PopoverContext": {
|
|
4238
|
+
"name": "PopoverContext",
|
|
4239
|
+
"defaultProps": {},
|
|
4240
|
+
"getStylesLiterals": {},
|
|
4241
|
+
"cxLiterals": [],
|
|
4242
|
+
"internalComponents": [],
|
|
4243
|
+
"internalComponentProps": {},
|
|
4244
|
+
"propToVariantKeys": {},
|
|
4245
|
+
"runtimeConfigDefaultProps": {},
|
|
4246
|
+
"runtimeConfigGetStyles": {},
|
|
4247
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4248
|
+
"motionVarPrefixes": []
|
|
4249
|
+
},
|
|
4250
|
+
"UDSPopoverConfigProvider": {
|
|
4251
|
+
"name": "UDSPopoverConfigProvider",
|
|
4252
|
+
"defaultProps": {},
|
|
4253
|
+
"getStylesLiterals": {},
|
|
4254
|
+
"cxLiterals": [],
|
|
4255
|
+
"internalComponents": [
|
|
4256
|
+
"PopoverContext.Provider"
|
|
4257
|
+
],
|
|
4258
|
+
"internalComponentProps": {},
|
|
4259
|
+
"propToVariantKeys": {},
|
|
4260
|
+
"runtimeConfigDefaultProps": {},
|
|
4261
|
+
"runtimeConfigGetStyles": {},
|
|
4262
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4263
|
+
"motionVarPrefixes": []
|
|
4264
|
+
},
|
|
4265
|
+
"PopoverContent": {
|
|
4266
|
+
"name": "PopoverContent",
|
|
4267
|
+
"defaultProps": {},
|
|
4268
|
+
"getStylesLiterals": {
|
|
4269
|
+
"popoverSizeRoot": "default",
|
|
4270
|
+
"popoverVariantRoot": "default",
|
|
4271
|
+
"display": "flex",
|
|
4272
|
+
"position": "relative",
|
|
4273
|
+
"display:1": "block",
|
|
4274
|
+
"spacingTop": "0",
|
|
4275
|
+
"spacingStart": "0",
|
|
4276
|
+
"spacingBottom": "0",
|
|
4277
|
+
"spacingEnd": "0",
|
|
4278
|
+
"popoverSizeSvgBase": "default",
|
|
4279
|
+
"popoverVariantSvgBase": "default",
|
|
4280
|
+
"popoverSizeSvgBorder": "default",
|
|
4281
|
+
"popoverVariantSvgBorder": "default",
|
|
4282
|
+
"popoverVariantBlur": "default",
|
|
4283
|
+
"position:1": "absolute",
|
|
4284
|
+
"width": "full",
|
|
4285
|
+
"height": "full",
|
|
4286
|
+
"flexShrink": "0",
|
|
4287
|
+
"borderRadius": "full",
|
|
4288
|
+
"alignItems": "center",
|
|
4289
|
+
"justifyContent": "center",
|
|
4290
|
+
"popoverVariantCloseIcon": "default",
|
|
4291
|
+
"popoverSizeCloseIcon": "default"
|
|
4292
|
+
},
|
|
4293
|
+
"cxLiterals": [
|
|
4294
|
+
"z-[9999]",
|
|
4295
|
+
"outline-none",
|
|
4296
|
+
"focus-visible:outline-none",
|
|
4297
|
+
"uds-bgBlurFillFallback",
|
|
4298
|
+
"uds-bgBlurFallback",
|
|
4299
|
+
"top-0",
|
|
4300
|
+
"left-0",
|
|
4301
|
+
"z-[1]",
|
|
4302
|
+
"duration-0",
|
|
4303
|
+
"duration-120",
|
|
4304
|
+
"transition-[background-color]",
|
|
4305
|
+
"bg-carbon-15/0",
|
|
4306
|
+
"hover:bg-carbon-15/10",
|
|
4307
|
+
"active:bg-carbon-15/15",
|
|
4308
|
+
"uds-ring",
|
|
4309
|
+
"absolute",
|
|
4310
|
+
"z-[4]"
|
|
4311
|
+
],
|
|
4312
|
+
"internalComponents": [
|
|
4313
|
+
"PopoverDismiss",
|
|
4314
|
+
"IconSlot",
|
|
4315
|
+
"PopoverArrow",
|
|
4316
|
+
"Popover",
|
|
4317
|
+
"SvgFloatingOverlay",
|
|
4318
|
+
"Box",
|
|
4319
|
+
"Pressable"
|
|
4320
|
+
],
|
|
4321
|
+
"internalComponentProps": {},
|
|
4322
|
+
"propToVariantKeys": {
|
|
4323
|
+
"closeIcon": [
|
|
4324
|
+
"icon"
|
|
4325
|
+
]
|
|
4326
|
+
},
|
|
4327
|
+
"runtimeConfigDefaultProps": {
|
|
4328
|
+
"size": "popover.defaultSize",
|
|
4329
|
+
"variant": "popover.defaultVariant"
|
|
4330
|
+
},
|
|
4331
|
+
"runtimeConfigGetStyles": {
|
|
4332
|
+
"spacingTop": [
|
|
4333
|
+
"popover.spacingVertical.${size}"
|
|
4334
|
+
],
|
|
4335
|
+
"spacingStart": [
|
|
4336
|
+
"popover.spacingHorizontal.${size}"
|
|
4337
|
+
],
|
|
4338
|
+
"spacingBottom": [
|
|
4339
|
+
"popover.spacingVertical.${size}"
|
|
4340
|
+
],
|
|
4341
|
+
"spacingEnd": [
|
|
4342
|
+
"popover.spacingHorizontal.${size}"
|
|
4343
|
+
]
|
|
4344
|
+
},
|
|
4345
|
+
"runtimeConfigInternalComponentProps": {
|
|
4346
|
+
"SvgFloatingOverlay": {
|
|
4347
|
+
"borderRadius": [
|
|
4348
|
+
"popover.borderRadius.${size}"
|
|
4349
|
+
]
|
|
4350
|
+
}
|
|
4351
|
+
},
|
|
4352
|
+
"motionVarPrefixes": []
|
|
4353
|
+
},
|
|
4354
|
+
"AvatarImage": {
|
|
4355
|
+
"name": "AvatarImage",
|
|
4356
|
+
"defaultProps": {
|
|
4357
|
+
"size": "md",
|
|
4358
|
+
"variant": "primary"
|
|
4359
|
+
},
|
|
4360
|
+
"getStylesLiterals": {},
|
|
4361
|
+
"cxLiterals": [
|
|
4362
|
+
"overflow-hidden",
|
|
4363
|
+
"w-full",
|
|
4364
|
+
"h-full",
|
|
4365
|
+
"shrink-0",
|
|
4366
|
+
"text-center",
|
|
4367
|
+
"inline-flex",
|
|
4368
|
+
"justify-center",
|
|
4369
|
+
"items-center",
|
|
4370
|
+
"object-cover"
|
|
4371
|
+
],
|
|
4372
|
+
"internalComponents": [
|
|
4373
|
+
"UDSImage",
|
|
4374
|
+
"AvatarText",
|
|
4375
|
+
"AvatarIcon",
|
|
4376
|
+
"Box"
|
|
4377
|
+
],
|
|
4378
|
+
"internalComponentProps": {},
|
|
4379
|
+
"propToVariantKeys": {
|
|
4380
|
+
"alt": [
|
|
4381
|
+
"name"
|
|
4382
|
+
],
|
|
4383
|
+
"fallback": [
|
|
4384
|
+
"initials"
|
|
4385
|
+
]
|
|
4386
|
+
},
|
|
4387
|
+
"runtimeConfigDefaultProps": {},
|
|
4388
|
+
"runtimeConfigGetStyles": {},
|
|
4389
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4390
|
+
"motionVarPrefixes": []
|
|
4391
|
+
},
|
|
4392
|
+
"AvatarText": {
|
|
4393
|
+
"name": "AvatarText",
|
|
4394
|
+
"defaultProps": {
|
|
4395
|
+
"size": "md",
|
|
4396
|
+
"variant": "primary"
|
|
4397
|
+
},
|
|
4398
|
+
"getStylesLiterals": {},
|
|
4399
|
+
"cxLiterals": [
|
|
4400
|
+
"overflow-hidden",
|
|
4401
|
+
"truncate",
|
|
4402
|
+
"w-full",
|
|
4403
|
+
"h-full",
|
|
4404
|
+
"shrink-0",
|
|
4405
|
+
"text-center",
|
|
4406
|
+
"inline-flex",
|
|
4407
|
+
"justify-center",
|
|
4408
|
+
"items-center"
|
|
4409
|
+
],
|
|
4410
|
+
"internalComponents": [
|
|
4411
|
+
"Box",
|
|
4412
|
+
"Text"
|
|
4413
|
+
],
|
|
4414
|
+
"internalComponentProps": {
|
|
4415
|
+
"Text": {
|
|
4416
|
+
"color": [
|
|
4417
|
+
"inherit"
|
|
4418
|
+
],
|
|
4419
|
+
"variant": [
|
|
4420
|
+
"inherit"
|
|
4421
|
+
]
|
|
4422
|
+
}
|
|
4423
|
+
},
|
|
4424
|
+
"propToVariantKeys": {},
|
|
4425
|
+
"runtimeConfigDefaultProps": {},
|
|
4426
|
+
"runtimeConfigGetStyles": {},
|
|
4427
|
+
"runtimeConfigInternalComponentProps": {},
|
|
4428
|
+
"motionVarPrefixes": []
|
|
4429
|
+
},
|
|
4430
|
+
"AvatarIcon": {
|
|
4431
|
+
"name": "AvatarIcon",
|
|
4432
|
+
"defaultProps": {
|
|
4433
|
+
"size": "md",
|
|
4434
|
+
"variant": "primary"
|
|
4435
|
+
},
|
|
4436
|
+
"getStylesLiterals": {},
|
|
4437
|
+
"cxLiterals": [
|
|
4438
|
+
"overflow-hidden",
|
|
4439
|
+
"w-full",
|
|
4440
|
+
"h-full",
|
|
4441
|
+
"shrink-0",
|
|
4442
|
+
"text-center",
|
|
4443
|
+
"inline-flex",
|
|
4444
|
+
"justify-center",
|
|
4445
|
+
"items-center"
|
|
4087
4446
|
],
|
|
4088
4447
|
"internalComponents": [
|
|
4089
|
-
"
|
|
4090
|
-
"
|
|
4448
|
+
"IconSlot",
|
|
4449
|
+
"Box"
|
|
4091
4450
|
],
|
|
4092
4451
|
"internalComponentProps": {},
|
|
4093
|
-
"propToVariantKeys": {
|
|
4452
|
+
"propToVariantKeys": {
|
|
4453
|
+
"size": [
|
|
4454
|
+
"avatarSizeIcon"
|
|
4455
|
+
]
|
|
4456
|
+
},
|
|
4094
4457
|
"runtimeConfigDefaultProps": {
|
|
4095
|
-
"size": "
|
|
4096
|
-
"variant": "popover.defaultVariant"
|
|
4458
|
+
"size": "avatar.defaultSize"
|
|
4097
4459
|
},
|
|
4098
4460
|
"runtimeConfigGetStyles": {},
|
|
4099
4461
|
"runtimeConfigInternalComponentProps": {},
|
|
4100
4462
|
"motionVarPrefixes": []
|
|
4101
4463
|
},
|
|
4102
|
-
"
|
|
4103
|
-
"name": "
|
|
4464
|
+
"UDSAvatarConfigProvider": {
|
|
4465
|
+
"name": "UDSAvatarConfigProvider",
|
|
4104
4466
|
"defaultProps": {},
|
|
4105
4467
|
"getStylesLiterals": {},
|
|
4106
4468
|
"cxLiterals": [],
|
|
@@ -4112,13 +4474,13 @@
|
|
|
4112
4474
|
"runtimeConfigInternalComponentProps": {},
|
|
4113
4475
|
"motionVarPrefixes": []
|
|
4114
4476
|
},
|
|
4115
|
-
"
|
|
4116
|
-
"name": "
|
|
4477
|
+
"Avatar": {
|
|
4478
|
+
"name": "Avatar",
|
|
4117
4479
|
"defaultProps": {},
|
|
4118
4480
|
"getStylesLiterals": {},
|
|
4119
4481
|
"cxLiterals": [],
|
|
4120
4482
|
"internalComponents": [
|
|
4121
|
-
"
|
|
4483
|
+
"AvatarImage"
|
|
4122
4484
|
],
|
|
4123
4485
|
"internalComponentProps": {},
|
|
4124
4486
|
"propToVariantKeys": {},
|
|
@@ -4127,95 +4489,6 @@
|
|
|
4127
4489
|
"runtimeConfigInternalComponentProps": {},
|
|
4128
4490
|
"motionVarPrefixes": []
|
|
4129
4491
|
},
|
|
4130
|
-
"PopoverContent": {
|
|
4131
|
-
"name": "PopoverContent",
|
|
4132
|
-
"defaultProps": {},
|
|
4133
|
-
"getStylesLiterals": {
|
|
4134
|
-
"popoverSizeRoot": "default",
|
|
4135
|
-
"popoverVariantRoot": "default",
|
|
4136
|
-
"display": "flex",
|
|
4137
|
-
"position": "relative",
|
|
4138
|
-
"display:1": "block",
|
|
4139
|
-
"spacingTop": "0",
|
|
4140
|
-
"spacingStart": "0",
|
|
4141
|
-
"spacingBottom": "0",
|
|
4142
|
-
"spacingEnd": "0",
|
|
4143
|
-
"popoverSizeSvgBase": "default",
|
|
4144
|
-
"popoverVariantSvgBase": "default",
|
|
4145
|
-
"popoverSizeSvgBorder": "default",
|
|
4146
|
-
"popoverVariantSvgBorder": "default",
|
|
4147
|
-
"popoverVariantBlur": "default",
|
|
4148
|
-
"position:1": "absolute",
|
|
4149
|
-
"width": "full",
|
|
4150
|
-
"height": "full",
|
|
4151
|
-
"flexShrink": "0",
|
|
4152
|
-
"borderRadius": "full",
|
|
4153
|
-
"alignItems": "center",
|
|
4154
|
-
"justifyContent": "center",
|
|
4155
|
-
"popoverVariantCloseIcon": "default",
|
|
4156
|
-
"popoverSizeCloseIcon": "default"
|
|
4157
|
-
},
|
|
4158
|
-
"cxLiterals": [
|
|
4159
|
-
"z-[9999]",
|
|
4160
|
-
"outline-none",
|
|
4161
|
-
"focus-visible:outline-none",
|
|
4162
|
-
"uds-bgBlurFillFallback",
|
|
4163
|
-
"uds-bgBlurFallback",
|
|
4164
|
-
"top-0",
|
|
4165
|
-
"left-0",
|
|
4166
|
-
"z-[1]",
|
|
4167
|
-
"duration-0",
|
|
4168
|
-
"duration-120",
|
|
4169
|
-
"transition-[background-color]",
|
|
4170
|
-
"bg-carbon-15/0",
|
|
4171
|
-
"hover:bg-carbon-15/10",
|
|
4172
|
-
"active:bg-carbon-15/15",
|
|
4173
|
-
"uds-ring",
|
|
4174
|
-
"absolute",
|
|
4175
|
-
"z-[4]"
|
|
4176
|
-
],
|
|
4177
|
-
"internalComponents": [
|
|
4178
|
-
"PopoverDismiss",
|
|
4179
|
-
"IconSlot",
|
|
4180
|
-
"PopoverArrow",
|
|
4181
|
-
"Popover",
|
|
4182
|
-
"SvgFloatingOverlay",
|
|
4183
|
-
"Box",
|
|
4184
|
-
"Pressable"
|
|
4185
|
-
],
|
|
4186
|
-
"internalComponentProps": {},
|
|
4187
|
-
"propToVariantKeys": {
|
|
4188
|
-
"closeIcon": [
|
|
4189
|
-
"icon"
|
|
4190
|
-
]
|
|
4191
|
-
},
|
|
4192
|
-
"runtimeConfigDefaultProps": {
|
|
4193
|
-
"size": "popover.defaultSize",
|
|
4194
|
-
"variant": "popover.defaultVariant"
|
|
4195
|
-
},
|
|
4196
|
-
"runtimeConfigGetStyles": {
|
|
4197
|
-
"spacingTop": [
|
|
4198
|
-
"popover.spacingVertical.${size}"
|
|
4199
|
-
],
|
|
4200
|
-
"spacingStart": [
|
|
4201
|
-
"popover.spacingHorizontal.${size}"
|
|
4202
|
-
],
|
|
4203
|
-
"spacingBottom": [
|
|
4204
|
-
"popover.spacingVertical.${size}"
|
|
4205
|
-
],
|
|
4206
|
-
"spacingEnd": [
|
|
4207
|
-
"popover.spacingHorizontal.${size}"
|
|
4208
|
-
]
|
|
4209
|
-
},
|
|
4210
|
-
"runtimeConfigInternalComponentProps": {
|
|
4211
|
-
"SvgFloatingOverlay": {
|
|
4212
|
-
"borderRadius": [
|
|
4213
|
-
"popover.borderRadius.${size}"
|
|
4214
|
-
]
|
|
4215
|
-
}
|
|
4216
|
-
},
|
|
4217
|
-
"motionVarPrefixes": []
|
|
4218
|
-
},
|
|
4219
4492
|
"UDSModalConfigProvider": {
|
|
4220
4493
|
"name": "UDSModalConfigProvider",
|
|
4221
4494
|
"defaultProps": {},
|
|
@@ -4552,73 +4825,21 @@
|
|
|
4552
4825
|
"runtimeConfigInternalComponentProps": {},
|
|
4553
4826
|
"motionVarPrefixes": []
|
|
4554
4827
|
},
|
|
4555
|
-
"
|
|
4556
|
-
"name": "
|
|
4557
|
-
"defaultProps": {
|
|
4558
|
-
"size": "md",
|
|
4559
|
-
"variant": "primary"
|
|
4560
|
-
},
|
|
4828
|
+
"Menu.Trigger": {
|
|
4829
|
+
"name": "Menu.Trigger",
|
|
4830
|
+
"defaultProps": {},
|
|
4561
4831
|
"getStylesLiterals": {},
|
|
4562
4832
|
"cxLiterals": [
|
|
4563
|
-
"
|
|
4564
|
-
"w-full",
|
|
4565
|
-
"h-full",
|
|
4566
|
-
"shrink-0",
|
|
4567
|
-
"text-center",
|
|
4568
|
-
"inline-flex",
|
|
4569
|
-
"justify-center",
|
|
4570
|
-
"items-center",
|
|
4571
|
-
"object-cover"
|
|
4833
|
+
"uds-menu-trigger"
|
|
4572
4834
|
],
|
|
4573
4835
|
"internalComponents": [
|
|
4574
|
-
"
|
|
4575
|
-
"AvatarText",
|
|
4576
|
-
"AvatarIcon",
|
|
4836
|
+
"AriakitMenuTrigger",
|
|
4577
4837
|
"Box"
|
|
4578
4838
|
],
|
|
4579
|
-
"internalComponentProps": {},
|
|
4580
|
-
"propToVariantKeys": {
|
|
4581
|
-
"alt": [
|
|
4582
|
-
"name"
|
|
4583
|
-
],
|
|
4584
|
-
"fallback": [
|
|
4585
|
-
"initials"
|
|
4586
|
-
]
|
|
4587
|
-
},
|
|
4588
|
-
"runtimeConfigDefaultProps": {},
|
|
4589
|
-
"runtimeConfigGetStyles": {},
|
|
4590
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4591
|
-
"motionVarPrefixes": []
|
|
4592
|
-
},
|
|
4593
|
-
"AvatarText": {
|
|
4594
|
-
"name": "AvatarText",
|
|
4595
|
-
"defaultProps": {
|
|
4596
|
-
"size": "md",
|
|
4597
|
-
"variant": "primary"
|
|
4598
|
-
},
|
|
4599
|
-
"getStylesLiterals": {},
|
|
4600
|
-
"cxLiterals": [
|
|
4601
|
-
"overflow-hidden",
|
|
4602
|
-
"truncate",
|
|
4603
|
-
"w-full",
|
|
4604
|
-
"h-full",
|
|
4605
|
-
"shrink-0",
|
|
4606
|
-
"text-center",
|
|
4607
|
-
"inline-flex",
|
|
4608
|
-
"justify-center",
|
|
4609
|
-
"items-center"
|
|
4610
|
-
],
|
|
4611
|
-
"internalComponents": [
|
|
4612
|
-
"Box",
|
|
4613
|
-
"Text"
|
|
4614
|
-
],
|
|
4615
4839
|
"internalComponentProps": {
|
|
4616
|
-
"
|
|
4617
|
-
"
|
|
4618
|
-
"
|
|
4619
|
-
],
|
|
4620
|
-
"variant": [
|
|
4621
|
-
"inherit"
|
|
4840
|
+
"Box": {
|
|
4841
|
+
"className": [
|
|
4842
|
+
"uds-ring h-fit w-fit"
|
|
4622
4843
|
]
|
|
4623
4844
|
}
|
|
4624
4845
|
},
|
|
@@ -4628,71 +4849,15 @@
|
|
|
4628
4849
|
"runtimeConfigInternalComponentProps": {},
|
|
4629
4850
|
"motionVarPrefixes": []
|
|
4630
4851
|
},
|
|
4631
|
-
"
|
|
4632
|
-
"name": "
|
|
4633
|
-
"defaultProps": {
|
|
4634
|
-
"size": "md",
|
|
4635
|
-
"variant": "primary"
|
|
4636
|
-
},
|
|
4637
|
-
"getStylesLiterals": {},
|
|
4638
|
-
"cxLiterals": [
|
|
4639
|
-
"overflow-hidden",
|
|
4640
|
-
"w-full",
|
|
4641
|
-
"h-full",
|
|
4642
|
-
"shrink-0",
|
|
4643
|
-
"text-center",
|
|
4644
|
-
"inline-flex",
|
|
4645
|
-
"justify-center",
|
|
4646
|
-
"items-center"
|
|
4647
|
-
],
|
|
4648
|
-
"internalComponents": [
|
|
4649
|
-
"IconSlot",
|
|
4650
|
-
"Box"
|
|
4651
|
-
],
|
|
4652
|
-
"internalComponentProps": {},
|
|
4653
|
-
"propToVariantKeys": {
|
|
4654
|
-
"size": [
|
|
4655
|
-
"avatarSizeIcon"
|
|
4656
|
-
]
|
|
4657
|
-
},
|
|
4658
|
-
"runtimeConfigDefaultProps": {},
|
|
4659
|
-
"runtimeConfigGetStyles": {},
|
|
4660
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4661
|
-
"motionVarPrefixes": []
|
|
4662
|
-
},
|
|
4663
|
-
"Avatar": {
|
|
4664
|
-
"name": "Avatar",
|
|
4665
|
-
"defaultProps": {},
|
|
4666
|
-
"getStylesLiterals": {},
|
|
4667
|
-
"cxLiterals": [],
|
|
4668
|
-
"internalComponents": [
|
|
4669
|
-
"AvatarImage"
|
|
4670
|
-
],
|
|
4671
|
-
"internalComponentProps": {},
|
|
4672
|
-
"propToVariantKeys": {},
|
|
4673
|
-
"runtimeConfigDefaultProps": {},
|
|
4674
|
-
"runtimeConfigGetStyles": {},
|
|
4675
|
-
"runtimeConfigInternalComponentProps": {},
|
|
4676
|
-
"motionVarPrefixes": []
|
|
4677
|
-
},
|
|
4678
|
-
"Menu.Trigger": {
|
|
4679
|
-
"name": "Menu.Trigger",
|
|
4852
|
+
"UDSMenuItemConfigProvider": {
|
|
4853
|
+
"name": "UDSMenuItemConfigProvider",
|
|
4680
4854
|
"defaultProps": {},
|
|
4681
4855
|
"getStylesLiterals": {},
|
|
4682
4856
|
"cxLiterals": [
|
|
4683
|
-
"
|
|
4857
|
+
"sm"
|
|
4684
4858
|
],
|
|
4685
|
-
"internalComponents": [
|
|
4686
|
-
|
|
4687
|
-
"Box"
|
|
4688
|
-
],
|
|
4689
|
-
"internalComponentProps": {
|
|
4690
|
-
"Box": {
|
|
4691
|
-
"className": [
|
|
4692
|
-
"uds-ring h-fit w-fit"
|
|
4693
|
-
]
|
|
4694
|
-
}
|
|
4695
|
-
},
|
|
4859
|
+
"internalComponents": [],
|
|
4860
|
+
"internalComponentProps": {},
|
|
4696
4861
|
"propToVariantKeys": {},
|
|
4697
4862
|
"runtimeConfigDefaultProps": {},
|
|
4698
4863
|
"runtimeConfigGetStyles": {},
|
|
@@ -4787,7 +4952,9 @@
|
|
|
4787
4952
|
"gap"
|
|
4788
4953
|
]
|
|
4789
4954
|
},
|
|
4790
|
-
"runtimeConfigDefaultProps": {
|
|
4955
|
+
"runtimeConfigDefaultProps": {
|
|
4956
|
+
"size": "menuItem.defaultSize"
|
|
4957
|
+
},
|
|
4791
4958
|
"runtimeConfigGetStyles": {},
|
|
4792
4959
|
"runtimeConfigInternalComponentProps": {},
|
|
4793
4960
|
"motionVarPrefixes": []
|