@yahoo/uds 3.152.1 → 3.153.1-beta.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/generated/autoVariants.cjs +25 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +6 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +6 -0
- package/dist/automated-config/dist/generated/autoVariants.js +25 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1368 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +169 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +169 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +1368 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +198 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +198 -0
- package/dist/automated-config/dist/types/ComponentConfig.d.cts +2 -0
- package/dist/automated-config/dist/types/ComponentConfig.d.ts +2 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +13 -20
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +14 -2
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +14 -2
- package/dist/automated-config/dist/utils/buildConfigSchema.js +13 -20
- package/dist/automated-config/dist/utils/componentStatePseudoStates.cjs +15 -0
- package/dist/automated-config/dist/utils/componentStatePseudoStates.js +14 -0
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.cjs +4 -2
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +1 -1
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.ts +1 -1
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.js +4 -2
- package/dist/automated-config/dist/utils/index.cjs +114 -48
- package/dist/automated-config/dist/utils/index.d.cts +25 -2
- package/dist/automated-config/dist/utils/index.d.ts +25 -2
- package/dist/automated-config/dist/utils/index.js +114 -49
- package/dist/components/client/IconButton.cjs +1 -1
- package/dist/components/client/IconButton.js +1 -1
- 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/Pagination/Pagination.cjs +62 -0
- package/dist/components/client/Pagination/Pagination.d.cts +28 -0
- package/dist/components/client/Pagination/Pagination.d.ts +29 -0
- package/dist/components/client/Pagination/Pagination.js +60 -0
- package/dist/components/client/Pagination/PaginationEllipsis.cjs +24 -0
- package/dist/components/client/Pagination/PaginationEllipsis.d.cts +10 -0
- package/dist/components/client/Pagination/PaginationEllipsis.d.ts +11 -0
- package/dist/components/client/Pagination/PaginationEllipsis.js +22 -0
- package/dist/components/client/Pagination/PaginationItem.cjs +52 -0
- package/dist/components/client/Pagination/PaginationItem.d.cts +10 -0
- package/dist/components/client/Pagination/PaginationItem.d.ts +11 -0
- package/dist/components/client/Pagination/PaginationItem.js +50 -0
- package/dist/components/client/Pagination/PaginationLink.cjs +53 -0
- package/dist/components/client/Pagination/PaginationLink.d.cts +9 -0
- package/dist/components/client/Pagination/PaginationLink.d.ts +10 -0
- package/dist/components/client/Pagination/PaginationLink.js +51 -0
- package/dist/components/client/Pagination/PaginationNext.cjs +56 -0
- package/dist/components/client/Pagination/PaginationNext.d.cts +9 -0
- package/dist/components/client/Pagination/PaginationNext.d.ts +10 -0
- package/dist/components/client/Pagination/PaginationNext.js +54 -0
- package/dist/components/client/Pagination/PaginationNumbers.cjs +52 -0
- package/dist/components/client/Pagination/PaginationNumbers.d.cts +9 -0
- package/dist/components/client/Pagination/PaginationNumbers.d.ts +10 -0
- package/dist/components/client/Pagination/PaginationNumbers.js +50 -0
- package/dist/components/client/Pagination/PaginationPrev.cjs +56 -0
- package/dist/components/client/Pagination/PaginationPrev.d.cts +9 -0
- package/dist/components/client/Pagination/PaginationPrev.d.ts +10 -0
- package/dist/components/client/Pagination/PaginationPrev.js +54 -0
- package/dist/components/client/Pagination/computeVisiblePages.cjs +22 -0
- package/dist/components/client/Pagination/computeVisiblePages.d.cts +18 -0
- package/dist/components/client/Pagination/computeVisiblePages.d.ts +19 -0
- package/dist/components/client/Pagination/computeVisiblePages.js +21 -0
- package/dist/components/client/Pagination/ellipsisDefault.cjs +33 -0
- package/dist/components/client/Pagination/ellipsisDefault.d.cts +10 -0
- package/dist/components/client/Pagination/ellipsisDefault.d.ts +11 -0
- package/dist/components/client/Pagination/ellipsisDefault.js +32 -0
- package/dist/components/client/Pagination/ellipsisNone.cjs +29 -0
- package/dist/components/client/Pagination/ellipsisNone.d.cts +10 -0
- package/dist/components/client/Pagination/ellipsisNone.d.ts +11 -0
- package/dist/components/client/Pagination/ellipsisNone.js +28 -0
- package/dist/components/client/Pagination/index.cjs +19 -0
- package/dist/components/client/Pagination/index.d.cts +10 -0
- package/dist/components/client/Pagination/index.d.ts +11 -0
- package/dist/components/client/Pagination/index.js +11 -0
- package/dist/components/client/Pagination/paginationContext.cjs +44 -0
- package/dist/components/client/Pagination/paginationContext.d.cts +34 -0
- package/dist/components/client/Pagination/paginationContext.d.ts +35 -0
- package/dist/components/client/Pagination/paginationContext.js +38 -0
- package/dist/components/client/Pagination/paginationStyles.cjs +72 -0
- package/dist/components/client/Pagination/paginationStyles.d.cts +14 -0
- package/dist/components/client/Pagination/paginationStyles.d.ts +15 -0
- package/dist/components/client/Pagination/paginationStyles.js +63 -0
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/index.cjs +14 -0
- package/dist/components/client/index.d.cts +8 -1
- package/dist/components/client/index.d.ts +8 -1
- package/dist/components/client/index.js +8 -1
- package/dist/components/index.cjs +14 -0
- package/dist/components/index.d.cts +8 -1
- package/dist/components/index.d.ts +8 -1
- package/dist/components/index.js +8 -1
- package/dist/config/dist/index.cjs +272 -2
- package/dist/config/dist/index.js +272 -2
- package/dist/css/dist/css/utils.cjs +5 -1
- package/dist/css/dist/css/utils.js +5 -1
- package/dist/css/dist/packages/config/dist/index.cjs +272 -2
- package/dist/css/dist/packages/config/dist/index.js +272 -2
- package/dist/css/dist/purger/optimized/utils/safelist.cjs +7 -0
- package/dist/css/dist/purger/optimized/utils/safelist.js +7 -0
- package/dist/index.cjs +16 -0
- package/dist/index.d.cts +11 -4
- package/dist/index.d.ts +11 -4
- package/dist/index.js +10 -3
- package/dist/styles/styler.d.cts +65 -59
- package/dist/styles/styler.d.ts +65 -59
- package/dist/styles/variants.d.cts +27 -0
- package/dist/styles/variants.d.ts +27 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +1368 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +1368 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.cjs +16 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.js +15 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +113 -48
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +113 -48
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +272 -2
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +272 -2
- package/dist/tailwind-internal/dist/plugins/components.cjs +1 -0
- package/dist/tailwind-internal/dist/plugins/components.js +2 -1
- 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/automation/configs/index.cjs +1 -0
- package/dist/tokens/automation/configs/index.d.cts +2 -2
- package/dist/tokens/automation/configs/index.d.ts +2 -2
- package/dist/tokens/automation/configs/index.js +2 -2
- package/dist/tokens/automation/index.cjs +2 -0
- package/dist/tokens/automation/index.d.cts +3 -3
- package/dist/tokens/automation/index.d.ts +3 -3
- package/dist/tokens/automation/index.js +3 -3
- package/dist/tokens/index.cjs +2 -0
- package/dist/tokens/index.d.cts +4 -4
- package/dist/tokens/index.d.ts +4 -4
- package/dist/tokens/index.js +3 -3
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +83 -1
- package/dist/types/dist/index.d.ts +83 -1
- package/dist/uds/generated/componentData.cjs +1069 -690
- package/dist/uds/generated/componentData.js +1069 -690
- package/dist/uds/generated/tailwindPurge.cjs +115 -84
- package/dist/uds/generated/tailwindPurge.js +115 -84
- package/dist/uds/package.cjs +1 -0
- package/dist/uds/package.js +1 -0
- package/generated/componentData.json +1323 -864
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +2 -1
|
@@ -626,8 +626,7 @@ var componentData_default = {
|
|
|
626
626
|
"items-center",
|
|
627
627
|
"[transform-origin:center]",
|
|
628
628
|
"[backface-visibility:hidden]",
|
|
629
|
-
"[transition-property:color,background-color,border-color,",
|
|
630
|
-
"box-shadow,text-decoration-color,fill,stroke]",
|
|
629
|
+
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
631
630
|
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
632
631
|
"[transition-duration:220ms]",
|
|
633
632
|
"cursor-not-allowed",
|
|
@@ -848,307 +847,345 @@ var componentData_default = {
|
|
|
848
847
|
"runtimeConfigInternalComponentProps": {},
|
|
849
848
|
"motionVarPrefixes": []
|
|
850
849
|
},
|
|
851
|
-
|
|
852
|
-
"name": "
|
|
850
|
+
PaddleButton: {
|
|
851
|
+
"name": "PaddleButton",
|
|
853
852
|
"defaultProps": {},
|
|
854
853
|
"getStylesLiterals": {},
|
|
855
|
-
"cxLiterals": [],
|
|
856
|
-
"internalComponents": ["AvatarImage"],
|
|
857
|
-
"internalComponentProps": {},
|
|
858
|
-
"propToVariantKeys": {},
|
|
859
|
-
"runtimeConfigDefaultProps": {},
|
|
860
|
-
"runtimeConfigGetStyles": {},
|
|
861
|
-
"runtimeConfigInternalComponentProps": {},
|
|
862
|
-
"motionVarPrefixes": []
|
|
863
|
-
},
|
|
864
|
-
AvatarIcon: {
|
|
865
|
-
"name": "AvatarIcon",
|
|
866
|
-
"defaultProps": {
|
|
867
|
-
"size": "md",
|
|
868
|
-
"variant": "primary"
|
|
869
|
-
},
|
|
870
|
-
"getStylesLiterals": {},
|
|
871
854
|
"cxLiterals": [
|
|
872
|
-
"
|
|
873
|
-
"w-full",
|
|
874
|
-
"h-full",
|
|
875
|
-
"shrink-0",
|
|
876
|
-
"text-center",
|
|
855
|
+
"relative",
|
|
877
856
|
"inline-flex",
|
|
857
|
+
"items-center",
|
|
878
858
|
"justify-center",
|
|
879
|
-
"
|
|
859
|
+
"box-border",
|
|
860
|
+
"overflow-hidden",
|
|
861
|
+
"border-solid",
|
|
862
|
+
"select-none",
|
|
863
|
+
"uds-nested-radius",
|
|
864
|
+
"transition-[color,border-color,box-shadow]",
|
|
865
|
+
"duration-[180ms]",
|
|
866
|
+
"ease-[cubic-bezier(0,0,0.2,1)]",
|
|
867
|
+
"uds-ring",
|
|
868
|
+
"cursor-pointer",
|
|
869
|
+
"cursor-not-allowed",
|
|
870
|
+
"opacity-50",
|
|
871
|
+
"pointer-events-none",
|
|
872
|
+
"hidden",
|
|
873
|
+
"absolute",
|
|
874
|
+
"inset-0",
|
|
875
|
+
"-z-10",
|
|
876
|
+
"rounded-[var(--uds-nested-radius)]",
|
|
877
|
+
"transition-[background-color,opacity]"
|
|
880
878
|
],
|
|
881
|
-
"internalComponents": ["
|
|
882
|
-
"internalComponentProps": {
|
|
883
|
-
|
|
879
|
+
"internalComponents": ["Icon"],
|
|
880
|
+
"internalComponentProps": { "Icon": {
|
|
881
|
+
"size": ["md"],
|
|
882
|
+
"color": ["current"]
|
|
883
|
+
} },
|
|
884
|
+
"propToVariantKeys": {
|
|
885
|
+
"size": ["paddlenavSizeRoot", "paddlenavSizeIcon"],
|
|
886
|
+
"variant": [
|
|
887
|
+
"paddlenavVariantRoot",
|
|
888
|
+
"paddlenavVariantBackground",
|
|
889
|
+
"paddlenavVariantIcon"
|
|
890
|
+
]
|
|
891
|
+
},
|
|
884
892
|
"runtimeConfigDefaultProps": {},
|
|
885
893
|
"runtimeConfigGetStyles": {},
|
|
886
894
|
"runtimeConfigInternalComponentProps": {},
|
|
887
895
|
"motionVarPrefixes": []
|
|
888
896
|
},
|
|
889
|
-
|
|
890
|
-
"name": "
|
|
891
|
-
"defaultProps": {
|
|
892
|
-
"size": "md",
|
|
893
|
-
"variant": "primary"
|
|
894
|
-
},
|
|
897
|
+
PaddleButtonNext: {
|
|
898
|
+
"name": "PaddleButtonNext",
|
|
899
|
+
"defaultProps": {},
|
|
895
900
|
"getStylesLiterals": {},
|
|
896
|
-
"cxLiterals": [
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
"shrink-0",
|
|
901
|
-
"text-center",
|
|
902
|
-
"inline-flex",
|
|
903
|
-
"justify-center",
|
|
904
|
-
"items-center",
|
|
905
|
-
"object-cover"
|
|
906
|
-
],
|
|
907
|
-
"internalComponents": [
|
|
908
|
-
"UDSImage",
|
|
909
|
-
"AvatarText",
|
|
910
|
-
"AvatarIcon",
|
|
911
|
-
"Box"
|
|
912
|
-
],
|
|
913
|
-
"internalComponentProps": {},
|
|
914
|
-
"propToVariantKeys": {
|
|
915
|
-
"alt": ["name"],
|
|
916
|
-
"fallback": ["initials"]
|
|
917
|
-
},
|
|
901
|
+
"cxLiterals": [],
|
|
902
|
+
"internalComponents": ["PaddleButton"],
|
|
903
|
+
"internalComponentProps": { "PaddleButton": { "paddleRole": ["next"] } },
|
|
904
|
+
"propToVariantKeys": {},
|
|
918
905
|
"runtimeConfigDefaultProps": {},
|
|
919
906
|
"runtimeConfigGetStyles": {},
|
|
920
907
|
"runtimeConfigInternalComponentProps": {},
|
|
921
908
|
"motionVarPrefixes": []
|
|
922
909
|
},
|
|
923
|
-
|
|
924
|
-
"name": "
|
|
925
|
-
"defaultProps": {
|
|
926
|
-
"size": "md",
|
|
927
|
-
"variant": "primary"
|
|
928
|
-
},
|
|
910
|
+
PaddleButtonPrevious: {
|
|
911
|
+
"name": "PaddleButtonPrevious",
|
|
912
|
+
"defaultProps": {},
|
|
929
913
|
"getStylesLiterals": {},
|
|
930
|
-
"cxLiterals": [
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
"w-full",
|
|
934
|
-
"h-full",
|
|
935
|
-
"shrink-0",
|
|
936
|
-
"text-center",
|
|
937
|
-
"inline-flex",
|
|
938
|
-
"justify-center",
|
|
939
|
-
"items-center"
|
|
940
|
-
],
|
|
941
|
-
"internalComponents": ["Box", "Text"],
|
|
942
|
-
"internalComponentProps": { "Text": {
|
|
943
|
-
"color": ["inherit"],
|
|
944
|
-
"variant": ["inherit"]
|
|
945
|
-
} },
|
|
914
|
+
"cxLiterals": [],
|
|
915
|
+
"internalComponents": ["PaddleButton"],
|
|
916
|
+
"internalComponentProps": { "PaddleButton": { "paddleRole": ["previous"] } },
|
|
946
917
|
"propToVariantKeys": {},
|
|
947
918
|
"runtimeConfigDefaultProps": {},
|
|
948
919
|
"runtimeConfigGetStyles": {},
|
|
949
920
|
"runtimeConfigInternalComponentProps": {},
|
|
950
921
|
"motionVarPrefixes": []
|
|
951
922
|
},
|
|
952
|
-
|
|
953
|
-
"name": "
|
|
923
|
+
PaddleNav: {
|
|
924
|
+
"name": "PaddleNav",
|
|
954
925
|
"defaultProps": {
|
|
955
|
-
"
|
|
956
|
-
"variant": "
|
|
957
|
-
"
|
|
926
|
+
"orientation": "horizontal",
|
|
927
|
+
"variant": "primary",
|
|
928
|
+
"size": "md"
|
|
958
929
|
},
|
|
959
930
|
"getStylesLiterals": {},
|
|
960
931
|
"cxLiterals": [
|
|
961
|
-
"
|
|
962
|
-
"
|
|
963
|
-
"
|
|
964
|
-
"
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
"
|
|
968
|
-
"
|
|
969
|
-
"
|
|
932
|
+
"pointer-events-none",
|
|
933
|
+
"inline-flex",
|
|
934
|
+
"flex-row",
|
|
935
|
+
"gap-2",
|
|
936
|
+
"items-center",
|
|
937
|
+
"pointer-events-auto",
|
|
938
|
+
"flex-col",
|
|
939
|
+
"relative",
|
|
940
|
+
"min-w-0",
|
|
941
|
+
"min-h-0",
|
|
942
|
+
"flex-1",
|
|
943
|
+
"inline-block",
|
|
944
|
+
"absolute",
|
|
970
945
|
"z-10",
|
|
971
|
-
"
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
"
|
|
975
|
-
"
|
|
976
|
-
"
|
|
946
|
+
"top-2",
|
|
947
|
+
"left-1/2",
|
|
948
|
+
"-translate-x-1/2",
|
|
949
|
+
"left-2",
|
|
950
|
+
"top-1/2",
|
|
951
|
+
"-translate-y-1/2",
|
|
952
|
+
"bottom-2",
|
|
953
|
+
"right-2",
|
|
954
|
+
"-top-12",
|
|
955
|
+
"left-0",
|
|
956
|
+
"right-0",
|
|
957
|
+
"-bottom-12"
|
|
977
958
|
],
|
|
978
|
-
"
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
-
"
|
|
982
|
-
|
|
959
|
+
"internalComponents": ["PaddleNavContext.Provider", "Box"],
|
|
960
|
+
"internalComponentProps": { "Box": {
|
|
961
|
+
"display": ["inline-flex"],
|
|
962
|
+
"alignItems": ["center"],
|
|
963
|
+
"justifyContent": ["center"],
|
|
964
|
+
"data-paddle-nav-outside": ["true"]
|
|
965
|
+
} },
|
|
966
|
+
"propToVariantKeys": { "orientation": ["data-paddle-nav-orientation"] },
|
|
983
967
|
"runtimeConfigDefaultProps": {},
|
|
984
968
|
"runtimeConfigGetStyles": {},
|
|
985
969
|
"runtimeConfigInternalComponentProps": {},
|
|
986
970
|
"motionVarPrefixes": []
|
|
987
971
|
},
|
|
988
|
-
|
|
989
|
-
"name": "
|
|
990
|
-
"defaultProps": {
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
"
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
},
|
|
1000
|
-
"cxLiterals": [],
|
|
1001
|
-
"internalComponents": ["Divider"],
|
|
1002
|
-
"internalComponentProps": { "Divider": { "variant": ["inherit"] } },
|
|
972
|
+
PaddleNavContent: {
|
|
973
|
+
"name": "PaddleNavContent",
|
|
974
|
+
"defaultProps": {},
|
|
975
|
+
"getStylesLiterals": {},
|
|
976
|
+
"cxLiterals": [
|
|
977
|
+
"min-w-0",
|
|
978
|
+
"min-h-0",
|
|
979
|
+
"relative"
|
|
980
|
+
],
|
|
981
|
+
"internalComponents": [],
|
|
982
|
+
"internalComponentProps": {},
|
|
1003
983
|
"propToVariantKeys": {},
|
|
1004
984
|
"runtimeConfigDefaultProps": {},
|
|
1005
985
|
"runtimeConfigGetStyles": {},
|
|
1006
986
|
"runtimeConfigInternalComponentProps": {},
|
|
1007
987
|
"motionVarPrefixes": []
|
|
1008
988
|
},
|
|
1009
|
-
|
|
1010
|
-
"name": "
|
|
989
|
+
ManagedModal: {
|
|
990
|
+
"name": "ManagedModal",
|
|
1011
991
|
"defaultProps": {},
|
|
1012
|
-
"getStylesLiterals": {
|
|
1013
|
-
"menuitemItemVariantRoot": "default",
|
|
1014
|
-
"menuitemItemVariantActiveRoot": "on",
|
|
1015
|
-
"menuitemItemVariantActiveRoot:1": "off",
|
|
1016
|
-
"menuitemItemVariantText": "default",
|
|
1017
|
-
"menuitemItemVariantActiveText": "on",
|
|
1018
|
-
"menuitemItemVariantActiveText:1": "off",
|
|
1019
|
-
"menuitemItemVariantIcon": "default",
|
|
1020
|
-
"menuitemItemVariantActiveIcon": "on",
|
|
1021
|
-
"menuitemItemVariantActiveIcon:1": "off"
|
|
1022
|
-
},
|
|
992
|
+
"getStylesLiterals": {},
|
|
1023
993
|
"cxLiterals": [],
|
|
1024
|
-
"internalComponents": [
|
|
994
|
+
"internalComponents": [
|
|
995
|
+
"Modal",
|
|
996
|
+
"ModalTitle",
|
|
997
|
+
"ModalDescription",
|
|
998
|
+
"ModalContent",
|
|
999
|
+
"ModalActions"
|
|
1000
|
+
],
|
|
1025
1001
|
"internalComponentProps": {},
|
|
1026
1002
|
"propToVariantKeys": {},
|
|
1027
|
-
"runtimeConfigDefaultProps": {
|
|
1003
|
+
"runtimeConfigDefaultProps": {
|
|
1004
|
+
"size": "modal.defaultSize",
|
|
1005
|
+
"variant": "modal.defaultVariant"
|
|
1006
|
+
},
|
|
1028
1007
|
"runtimeConfigGetStyles": {},
|
|
1029
1008
|
"runtimeConfigInternalComponentProps": {},
|
|
1030
1009
|
"motionVarPrefixes": []
|
|
1031
1010
|
},
|
|
1032
|
-
|
|
1033
|
-
"name": "
|
|
1011
|
+
Modal: {
|
|
1012
|
+
"name": "Modal",
|
|
1034
1013
|
"defaultProps": {
|
|
1035
|
-
"
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1039
|
-
|
|
1040
|
-
"justifyContent": "space-between"
|
|
1041
|
-
},
|
|
1014
|
+
"closeAriaLabel": "Close",
|
|
1015
|
+
"maxWidth": "auto",
|
|
1016
|
+
"maxHeight": "auto",
|
|
1017
|
+
"scrollBehavior": "outside"
|
|
1018
|
+
},
|
|
1042
1019
|
"getStylesLiterals": {
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1045
|
-
"
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1020
|
+
"flexDirection": "row-reverse",
|
|
1021
|
+
"justifyContent": "space-between",
|
|
1022
|
+
"alignItems": "flex-end",
|
|
1023
|
+
"alignItems:1": "flex-start",
|
|
1024
|
+
"borderRadius": "full"
|
|
1048
1025
|
},
|
|
1049
1026
|
"cxLiterals": [
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1027
|
+
"fixed",
|
|
1028
|
+
"inset-0",
|
|
1029
|
+
"z-40",
|
|
1030
|
+
"overflow-y-auto",
|
|
1031
|
+
"overflow-hidden",
|
|
1032
|
+
"transition-[opacity,visibility]",
|
|
1033
|
+
"visible",
|
|
1034
|
+
"opacity-100",
|
|
1035
|
+
"invisible",
|
|
1036
|
+
"opacity-0",
|
|
1037
|
+
"pointer-events-none",
|
|
1038
|
+
"uds-bgBlurFallback",
|
|
1039
|
+
"w-full",
|
|
1040
|
+
"w-fit",
|
|
1041
|
+
"h-full",
|
|
1042
|
+
"h-fit",
|
|
1043
|
+
"m-auto",
|
|
1044
|
+
"pointer-events-auto",
|
|
1045
|
+
"inside",
|
|
1046
|
+
"max-h-full",
|
|
1047
|
+
"transition-transform",
|
|
1048
|
+
"duration-0",
|
|
1049
|
+
"duration-120",
|
|
1050
|
+
"transition-[background-color]",
|
|
1051
|
+
"bg-carbon-15/0",
|
|
1052
|
+
"hover:bg-carbon-15/10",
|
|
1053
|
+
"active:bg-carbon-15/15",
|
|
1055
1054
|
"uds-ring",
|
|
1056
|
-
"
|
|
1057
|
-
"[&:not([aria-checked])]:cursor-default",
|
|
1058
|
-
"opacity-25",
|
|
1059
|
-
"cursor-not-allowed",
|
|
1060
|
-
"duration-20",
|
|
1061
|
-
"transition-[font-variation-settings]",
|
|
1062
|
-
"ease-in-out",
|
|
1063
|
-
"z-0",
|
|
1064
|
-
"truncate",
|
|
1065
|
-
"uds-start-icon",
|
|
1066
|
-
"uds-end-icon"
|
|
1055
|
+
"[translate:50%_-50%]"
|
|
1067
1056
|
],
|
|
1068
1057
|
"internalComponents": [
|
|
1058
|
+
"Scrim",
|
|
1059
|
+
"VStack",
|
|
1069
1060
|
"Pressable",
|
|
1070
1061
|
"IconSlot",
|
|
1071
|
-
"
|
|
1062
|
+
"Box",
|
|
1063
|
+
"Dialog",
|
|
1064
|
+
"ModalContext.Provider",
|
|
1072
1065
|
"HStack",
|
|
1073
|
-
"
|
|
1066
|
+
"DialogDismiss",
|
|
1067
|
+
"ModalTitle",
|
|
1068
|
+
"ModalDescription",
|
|
1069
|
+
"ModalContent",
|
|
1070
|
+
"ModalActions"
|
|
1074
1071
|
],
|
|
1075
|
-
"internalComponentProps": {
|
|
1076
|
-
"HStack": {
|
|
1077
|
-
"alignItems": ["center"],
|
|
1078
|
-
"width": ["full"]
|
|
1079
|
-
},
|
|
1080
|
-
"AnimatePresence": { "mode": ["popLayout"] }
|
|
1081
|
-
},
|
|
1072
|
+
"internalComponentProps": { "Box": { "flexGrow": ["1"] } },
|
|
1082
1073
|
"propToVariantKeys": {
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1074
|
+
"gutter": ["spacing"],
|
|
1075
|
+
"size": [
|
|
1076
|
+
"modalSizeRoot",
|
|
1077
|
+
"modalSizeSpacingHorizontal",
|
|
1078
|
+
"modalSizeHeader",
|
|
1079
|
+
"modalSizeTitleDescriptionWrapper",
|
|
1080
|
+
"modalSizeCloseIconContainer",
|
|
1081
|
+
"modalSizeCloseIcon"
|
|
1082
|
+
],
|
|
1083
|
+
"variant": ["modalVariantRoot", "modalVariantCloseIcon"],
|
|
1084
|
+
"closeAriaLabel": ["aria-label"],
|
|
1085
|
+
"closeIcon": ["icon"]
|
|
1086
|
+
},
|
|
1087
|
+
"runtimeConfigDefaultProps": {
|
|
1088
|
+
"size": "modal.defaultSize",
|
|
1089
|
+
"variant": "modal.defaultVariant"
|
|
1090
|
+
},
|
|
1091
|
+
"runtimeConfigGetStyles": {
|
|
1092
|
+
"spacing": ["modal.gutter.${size}"],
|
|
1093
|
+
"modalSizeRoot": ["modal.defaultSize"],
|
|
1094
|
+
"modalVariantRoot": ["modal.defaultVariant"],
|
|
1095
|
+
"modalSizeSpacingHorizontal": ["modal.defaultSize"],
|
|
1096
|
+
"modalSizeHeader": ["modal.defaultSize"],
|
|
1097
|
+
"modalSizeTitleDescriptionWrapper": ["modal.defaultSize"],
|
|
1098
|
+
"modalSizeCloseIconContainer": ["modal.defaultSize"],
|
|
1099
|
+
"modalSizeCloseIcon": ["modal.defaultSize"],
|
|
1100
|
+
"modalVariantCloseIcon": ["modal.defaultVariant"]
|
|
1088
1101
|
},
|
|
1089
|
-
"runtimeConfigDefaultProps": {},
|
|
1090
|
-
"runtimeConfigGetStyles": {},
|
|
1091
1102
|
"runtimeConfigInternalComponentProps": {},
|
|
1092
1103
|
"motionVarPrefixes": []
|
|
1093
1104
|
},
|
|
1094
|
-
|
|
1095
|
-
"name": "
|
|
1105
|
+
ModalActions: {
|
|
1106
|
+
"name": "ModalActions",
|
|
1096
1107
|
"defaultProps": {},
|
|
1097
1108
|
"getStylesLiterals": {
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1101
|
-
"menuitemItemCheckboxVariantText": "default",
|
|
1102
|
-
"menuitemItemCheckboxVariantActiveText": "on",
|
|
1103
|
-
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
1104
|
-
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
1105
|
-
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
1106
|
-
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
1107
|
-
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
1108
|
-
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
1109
|
-
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
1109
|
+
"flexDirection": "row-reverse",
|
|
1110
|
+
"justifyContent": "space-between",
|
|
1111
|
+
"alignItems": "center"
|
|
1110
1112
|
},
|
|
1111
|
-
"cxLiterals": ["
|
|
1112
|
-
"internalComponents": ["
|
|
1113
|
+
"cxLiterals": ["gap-[inherit]"],
|
|
1114
|
+
"internalComponents": ["HStack"],
|
|
1113
1115
|
"internalComponentProps": {},
|
|
1114
|
-
"propToVariantKeys": {},
|
|
1115
|
-
"runtimeConfigDefaultProps": {
|
|
1116
|
-
|
|
1116
|
+
"propToVariantKeys": { "size": ["modalSizeSpacingHorizontal", "modalSizeActions"] },
|
|
1117
|
+
"runtimeConfigDefaultProps": {
|
|
1118
|
+
"size": "modal.defaultSize",
|
|
1119
|
+
"variant": "modal.defaultVariant"
|
|
1120
|
+
},
|
|
1121
|
+
"runtimeConfigGetStyles": {
|
|
1122
|
+
"modalSizeSpacingHorizontal": ["modal.defaultSize"],
|
|
1123
|
+
"modalSizeActions": ["modal.defaultSize"]
|
|
1124
|
+
},
|
|
1117
1125
|
"runtimeConfigInternalComponentProps": {},
|
|
1118
1126
|
"motionVarPrefixes": []
|
|
1119
1127
|
},
|
|
1120
|
-
|
|
1121
|
-
"name": "
|
|
1128
|
+
ModalContent: {
|
|
1129
|
+
"name": "ModalContent",
|
|
1130
|
+
"defaultProps": {},
|
|
1131
|
+
"getStylesLiterals": {
|
|
1132
|
+
"overflowY": "auto",
|
|
1133
|
+
"display": "block",
|
|
1134
|
+
"flexGrow": "1"
|
|
1135
|
+
},
|
|
1136
|
+
"cxLiterals": [],
|
|
1137
|
+
"internalComponents": ["Box"],
|
|
1138
|
+
"internalComponentProps": {},
|
|
1139
|
+
"propToVariantKeys": { "size": ["modalSizeSpacingHorizontal"] },
|
|
1140
|
+
"runtimeConfigDefaultProps": {
|
|
1141
|
+
"size": "modal.defaultSize",
|
|
1142
|
+
"variant": "modal.defaultVariant"
|
|
1143
|
+
},
|
|
1144
|
+
"runtimeConfigGetStyles": { "modalSizeSpacingHorizontal": ["modal.defaultSize"] },
|
|
1145
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1146
|
+
"motionVarPrefixes": []
|
|
1147
|
+
},
|
|
1148
|
+
ModalContext: {
|
|
1149
|
+
"name": "ModalContext",
|
|
1122
1150
|
"defaultProps": {},
|
|
1123
1151
|
"getStylesLiterals": {},
|
|
1124
1152
|
"cxLiterals": [],
|
|
1125
|
-
"internalComponents": [
|
|
1153
|
+
"internalComponents": [],
|
|
1126
1154
|
"internalComponentProps": {},
|
|
1127
1155
|
"propToVariantKeys": {},
|
|
1128
1156
|
"runtimeConfigDefaultProps": {},
|
|
1129
1157
|
"runtimeConfigGetStyles": {},
|
|
1130
1158
|
"runtimeConfigInternalComponentProps": {},
|
|
1131
|
-
"motionVarPrefixes": [
|
|
1159
|
+
"motionVarPrefixes": []
|
|
1132
1160
|
},
|
|
1133
|
-
|
|
1134
|
-
"name": "
|
|
1161
|
+
ModalDescription: {
|
|
1162
|
+
"name": "ModalDescription",
|
|
1135
1163
|
"defaultProps": {},
|
|
1136
1164
|
"getStylesLiterals": {},
|
|
1137
|
-
"cxLiterals": [
|
|
1138
|
-
"internalComponents": ["
|
|
1139
|
-
"internalComponentProps": { "
|
|
1140
|
-
"propToVariantKeys": {
|
|
1141
|
-
|
|
1142
|
-
|
|
1165
|
+
"cxLiterals": [],
|
|
1166
|
+
"internalComponents": ["Text", "DialogDescription"],
|
|
1167
|
+
"internalComponentProps": { "Text": { "as": ["span"] } },
|
|
1168
|
+
"propToVariantKeys": {
|
|
1169
|
+
"size": ["modalSizeDescription"],
|
|
1170
|
+
"variant": ["modalVariantDescription"]
|
|
1171
|
+
},
|
|
1172
|
+
"runtimeConfigDefaultProps": {
|
|
1173
|
+
"size": "modal.defaultSize",
|
|
1174
|
+
"variant": "modal.defaultVariant"
|
|
1175
|
+
},
|
|
1176
|
+
"runtimeConfigGetStyles": {
|
|
1177
|
+
"modalSizeDescription": ["modal.defaultSize"],
|
|
1178
|
+
"modalVariantDescription": ["modal.defaultVariant"]
|
|
1179
|
+
},
|
|
1143
1180
|
"runtimeConfigInternalComponentProps": {},
|
|
1144
1181
|
"motionVarPrefixes": []
|
|
1145
1182
|
},
|
|
1146
|
-
|
|
1147
|
-
"name": "
|
|
1183
|
+
ModalPortal: {
|
|
1184
|
+
"name": "ModalPortal",
|
|
1148
1185
|
"defaultProps": {},
|
|
1149
1186
|
"getStylesLiterals": {},
|
|
1150
1187
|
"cxLiterals": [],
|
|
1151
|
-
"internalComponents": [],
|
|
1188
|
+
"internalComponents": ["ManagedModal"],
|
|
1152
1189
|
"internalComponentProps": {},
|
|
1153
1190
|
"propToVariantKeys": {},
|
|
1154
1191
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1156,30 +1193,34 @@ var componentData_default = {
|
|
|
1156
1193
|
"runtimeConfigInternalComponentProps": {},
|
|
1157
1194
|
"motionVarPrefixes": []
|
|
1158
1195
|
},
|
|
1159
|
-
|
|
1160
|
-
"name": "
|
|
1196
|
+
ModalTitle: {
|
|
1197
|
+
"name": "ModalTitle",
|
|
1161
1198
|
"defaultProps": {},
|
|
1162
1199
|
"getStylesLiterals": {},
|
|
1163
1200
|
"cxLiterals": [],
|
|
1164
|
-
"internalComponents": [],
|
|
1165
|
-
"internalComponentProps": {},
|
|
1166
|
-
"propToVariantKeys": {
|
|
1167
|
-
|
|
1168
|
-
|
|
1201
|
+
"internalComponents": ["Text", "DialogHeading"],
|
|
1202
|
+
"internalComponentProps": { "Text": { "as": ["span"] } },
|
|
1203
|
+
"propToVariantKeys": {
|
|
1204
|
+
"size": ["modalSizeTitle"],
|
|
1205
|
+
"variant": ["modalVariantTitle"]
|
|
1206
|
+
},
|
|
1207
|
+
"runtimeConfigDefaultProps": {
|
|
1208
|
+
"size": "modal.defaultSize",
|
|
1209
|
+
"variant": "modal.defaultVariant"
|
|
1210
|
+
},
|
|
1211
|
+
"runtimeConfigGetStyles": {
|
|
1212
|
+
"modalSizeTitle": ["modal.defaultSize"],
|
|
1213
|
+
"modalVariantTitle": ["modal.defaultVariant"]
|
|
1214
|
+
},
|
|
1169
1215
|
"runtimeConfigInternalComponentProps": {},
|
|
1170
1216
|
"motionVarPrefixes": []
|
|
1171
1217
|
},
|
|
1172
|
-
|
|
1173
|
-
"name": "
|
|
1218
|
+
UDSModalConfigProvider: {
|
|
1219
|
+
"name": "UDSModalConfigProvider",
|
|
1174
1220
|
"defaultProps": {},
|
|
1175
1221
|
"getStylesLiterals": {},
|
|
1176
1222
|
"cxLiterals": [],
|
|
1177
|
-
"internalComponents": [
|
|
1178
|
-
"ChipDismissible",
|
|
1179
|
-
"ChipToggle",
|
|
1180
|
-
"ChipLink",
|
|
1181
|
-
"ChipButton"
|
|
1182
|
-
],
|
|
1223
|
+
"internalComponents": ["ModalContext.Provider"],
|
|
1183
1224
|
"internalComponentProps": {},
|
|
1184
1225
|
"propToVariantKeys": {},
|
|
1185
1226
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1187,237 +1228,219 @@ var componentData_default = {
|
|
|
1187
1228
|
"runtimeConfigInternalComponentProps": {},
|
|
1188
1229
|
"motionVarPrefixes": []
|
|
1189
1230
|
},
|
|
1190
|
-
|
|
1191
|
-
"name": "
|
|
1231
|
+
"Menu.Content": {
|
|
1232
|
+
"name": "Menu.Content",
|
|
1192
1233
|
"defaultProps": {
|
|
1193
|
-
"size": "
|
|
1194
|
-
"
|
|
1234
|
+
"size": "default",
|
|
1235
|
+
"variant": "default",
|
|
1236
|
+
"gutter": "1"
|
|
1195
1237
|
},
|
|
1196
1238
|
"getStylesLiterals": {},
|
|
1197
1239
|
"cxLiterals": [
|
|
1198
|
-
"
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1201
|
-
"
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
"text-center",
|
|
1207
|
-
"flex-1",
|
|
1208
|
-
"md",
|
|
1209
|
-
"primary"
|
|
1210
|
-
],
|
|
1211
|
-
"internalComponents": [
|
|
1212
|
-
"IconSlot",
|
|
1213
|
-
"HStack",
|
|
1214
|
-
"As",
|
|
1215
|
-
"Text"
|
|
1216
|
-
],
|
|
1217
|
-
"internalComponentProps": { "Text": {
|
|
1218
|
-
"as": ["span"],
|
|
1219
|
-
"color": ["current"],
|
|
1220
|
-
"variant": ["inherit"]
|
|
1221
|
-
} },
|
|
1222
|
-
"propToVariantKeys": {
|
|
1223
|
-
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1224
|
-
"startIcon": ["icon"],
|
|
1225
|
-
"endIcon": ["icon"]
|
|
1226
|
-
},
|
|
1227
|
-
"runtimeConfigDefaultProps": {},
|
|
1228
|
-
"runtimeConfigGetStyles": {},
|
|
1229
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1230
|
-
"motionVarPrefixes": []
|
|
1231
|
-
},
|
|
1232
|
-
ChipButton: {
|
|
1233
|
-
"name": "ChipButton",
|
|
1234
|
-
"defaultProps": { "variant": "primary" },
|
|
1235
|
-
"getStylesLiterals": {},
|
|
1236
|
-
"cxLiterals": ["uds-ring"],
|
|
1237
|
-
"internalComponents": ["ChipBase"],
|
|
1238
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1239
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1240
|
-
"runtimeConfigDefaultProps": {},
|
|
1241
|
-
"runtimeConfigGetStyles": {},
|
|
1242
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1243
|
-
"motionVarPrefixes": []
|
|
1244
|
-
},
|
|
1245
|
-
ChipDismissible: {
|
|
1246
|
-
"name": "ChipDismissible",
|
|
1247
|
-
"defaultProps": { "variant": "primary" },
|
|
1248
|
-
"getStylesLiterals": {},
|
|
1249
|
-
"cxLiterals": [
|
|
1250
|
-
"uds-chip-dismissible-button",
|
|
1251
|
-
"uds-hit-target",
|
|
1240
|
+
"uds-menu-content",
|
|
1241
|
+
"transition-shadow",
|
|
1242
|
+
"duration-200",
|
|
1243
|
+
"ease-in-out",
|
|
1244
|
+
"min-w-60",
|
|
1245
|
+
"max-w-lg",
|
|
1246
|
+
"max-h-96",
|
|
1247
|
+
"overflow-auto",
|
|
1252
1248
|
"uds-ring",
|
|
1253
|
-
"
|
|
1249
|
+
"z-10",
|
|
1250
|
+
"group"
|
|
1254
1251
|
],
|
|
1255
1252
|
"internalComponents": [
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1253
|
+
"AriakitMenu",
|
|
1254
|
+
"AnimatePresence",
|
|
1255
|
+
"MotionVStack"
|
|
1259
1256
|
],
|
|
1260
1257
|
"internalComponentProps": {},
|
|
1261
1258
|
"propToVariantKeys": {
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1259
|
+
"size": ["menucontentSizeRoot"],
|
|
1260
|
+
"variant": ["menucontentVariantRoot"]
|
|
1264
1261
|
},
|
|
1265
1262
|
"runtimeConfigDefaultProps": {},
|
|
1266
1263
|
"runtimeConfigGetStyles": {},
|
|
1267
1264
|
"runtimeConfigInternalComponentProps": {},
|
|
1268
1265
|
"motionVarPrefixes": []
|
|
1269
1266
|
},
|
|
1270
|
-
|
|
1271
|
-
"name": "
|
|
1272
|
-
"defaultProps": { "variant": "primary" },
|
|
1273
|
-
"getStylesLiterals": {},
|
|
1274
|
-
"cxLiterals": ["uds-ring"],
|
|
1275
|
-
"internalComponents": ["ChipBase"],
|
|
1276
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1277
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1278
|
-
"runtimeConfigDefaultProps": {},
|
|
1279
|
-
"runtimeConfigGetStyles": {},
|
|
1280
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1281
|
-
"motionVarPrefixes": []
|
|
1282
|
-
},
|
|
1283
|
-
ChipToggle: {
|
|
1284
|
-
"name": "ChipToggle",
|
|
1267
|
+
"Menu.Divider": {
|
|
1268
|
+
"name": "Menu.Divider",
|
|
1285
1269
|
"defaultProps": {
|
|
1286
|
-
"
|
|
1287
|
-
"
|
|
1270
|
+
"role": "separator",
|
|
1271
|
+
"contentPosition": "start",
|
|
1272
|
+
"gap": "4"
|
|
1288
1273
|
},
|
|
1289
1274
|
"getStylesLiterals": {
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1275
|
+
"menuitemDividerVariantRoot": "default",
|
|
1276
|
+
"menuitemDividerVariantText": "default",
|
|
1277
|
+
"menuitemDividerVariantLine": "default"
|
|
1292
1278
|
},
|
|
1293
|
-
"cxLiterals": [
|
|
1294
|
-
"internalComponents": ["
|
|
1295
|
-
"internalComponentProps": { "
|
|
1296
|
-
"propToVariantKeys": {
|
|
1279
|
+
"cxLiterals": [],
|
|
1280
|
+
"internalComponents": ["Divider"],
|
|
1281
|
+
"internalComponentProps": { "Divider": { "variant": ["inherit"] } },
|
|
1282
|
+
"propToVariantKeys": {},
|
|
1297
1283
|
"runtimeConfigDefaultProps": {},
|
|
1298
1284
|
"runtimeConfigGetStyles": {},
|
|
1299
1285
|
"runtimeConfigInternalComponentProps": {},
|
|
1300
1286
|
"motionVarPrefixes": []
|
|
1301
1287
|
},
|
|
1302
|
-
|
|
1303
|
-
"name": "
|
|
1288
|
+
"Menu.Item": {
|
|
1289
|
+
"name": "Menu.Item",
|
|
1304
1290
|
"defaultProps": {},
|
|
1305
|
-
"getStylesLiterals": {
|
|
1306
|
-
|
|
1307
|
-
|
|
1291
|
+
"getStylesLiterals": {
|
|
1292
|
+
"menuitemItemVariantRoot": "default",
|
|
1293
|
+
"menuitemItemVariantActiveRoot": "on",
|
|
1294
|
+
"menuitemItemVariantActiveRoot:1": "off",
|
|
1295
|
+
"menuitemItemVariantText": "default",
|
|
1296
|
+
"menuitemItemVariantActiveText": "on",
|
|
1297
|
+
"menuitemItemVariantActiveText:1": "off",
|
|
1298
|
+
"menuitemItemVariantIcon": "default",
|
|
1299
|
+
"menuitemItemVariantActiveIcon": "on",
|
|
1300
|
+
"menuitemItemVariantActiveIcon:1": "off"
|
|
1301
|
+
},
|
|
1302
|
+
"cxLiterals": [],
|
|
1303
|
+
"internalComponents": ["MenuItemBase"],
|
|
1308
1304
|
"internalComponentProps": {},
|
|
1309
1305
|
"propToVariantKeys": {},
|
|
1310
|
-
"runtimeConfigDefaultProps": {
|
|
1311
|
-
"size": "popover.defaultSize",
|
|
1312
|
-
"variant": "popover.defaultVariant"
|
|
1313
|
-
},
|
|
1306
|
+
"runtimeConfigDefaultProps": {},
|
|
1314
1307
|
"runtimeConfigGetStyles": {},
|
|
1315
1308
|
"runtimeConfigInternalComponentProps": {},
|
|
1316
1309
|
"motionVarPrefixes": []
|
|
1317
1310
|
},
|
|
1318
|
-
|
|
1319
|
-
"name": "
|
|
1320
|
-
"defaultProps": {
|
|
1321
|
-
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"position": "relative",
|
|
1326
|
-
"display:1": "block",
|
|
1327
|
-
"spacingTop": "0",
|
|
1328
|
-
"spacingStart": "0",
|
|
1329
|
-
"spacingBottom": "0",
|
|
1330
|
-
"spacingEnd": "0",
|
|
1331
|
-
"popoverSizeSvgBase": "default",
|
|
1332
|
-
"popoverVariantSvgBase": "default",
|
|
1333
|
-
"popoverSizeSvgBorder": "default",
|
|
1334
|
-
"popoverVariantSvgBorder": "default",
|
|
1335
|
-
"popoverVariantBlur": "default",
|
|
1336
|
-
"position:1": "absolute",
|
|
1337
|
-
"width": "full",
|
|
1338
|
-
"height": "full",
|
|
1339
|
-
"flexShrink": "0",
|
|
1340
|
-
"borderRadius": "full",
|
|
1311
|
+
"Menu.ItemBase": {
|
|
1312
|
+
"name": "Menu.ItemBase",
|
|
1313
|
+
"defaultProps": {
|
|
1314
|
+
"spacing": "0",
|
|
1315
|
+
"spacingHorizontal": "4",
|
|
1316
|
+
"spacingVertical": "3.5",
|
|
1317
|
+
"columnGap": "2",
|
|
1341
1318
|
"alignItems": "center",
|
|
1342
|
-
"justifyContent": "
|
|
1343
|
-
|
|
1344
|
-
|
|
1319
|
+
"justifyContent": "space-between"
|
|
1320
|
+
},
|
|
1321
|
+
"getStylesLiterals": {
|
|
1322
|
+
"textAlign": "start",
|
|
1323
|
+
"menuitemSizeRoot": "default",
|
|
1324
|
+
"flexDirection": "row",
|
|
1325
|
+
"menuitemSizeStartIcon": "default",
|
|
1326
|
+
"menuitemSizeEndIcon": "default"
|
|
1345
1327
|
},
|
|
1346
1328
|
"cxLiterals": [
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1349
|
-
"focus-visible:
|
|
1350
|
-
"
|
|
1351
|
-
"
|
|
1352
|
-
"top-0",
|
|
1353
|
-
"left-0",
|
|
1354
|
-
"z-[1]",
|
|
1355
|
-
"duration-0",
|
|
1356
|
-
"duration-120",
|
|
1357
|
-
"transition-[background-color]",
|
|
1358
|
-
"bg-carbon-15/0",
|
|
1359
|
-
"hover:bg-carbon-15/10",
|
|
1360
|
-
"active:bg-carbon-15/15",
|
|
1329
|
+
"uds-menu-item",
|
|
1330
|
+
"flex",
|
|
1331
|
+
"focus-visible:text-brand",
|
|
1332
|
+
"focus-visible:bg-brand-secondary",
|
|
1333
|
+
"focus-visible:z-10",
|
|
1361
1334
|
"uds-ring",
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1335
|
+
"!-outline-offset-2",
|
|
1336
|
+
"[&:not([aria-checked])]:cursor-default",
|
|
1337
|
+
"opacity-25",
|
|
1338
|
+
"cursor-not-allowed",
|
|
1339
|
+
"duration-20",
|
|
1340
|
+
"transition-[font-variation-settings]",
|
|
1341
|
+
"ease-in-out",
|
|
1342
|
+
"z-0",
|
|
1343
|
+
"truncate",
|
|
1344
|
+
"uds-start-icon",
|
|
1345
|
+
"uds-end-icon"
|
|
1364
1346
|
],
|
|
1365
1347
|
"internalComponents": [
|
|
1366
|
-
"
|
|
1348
|
+
"Pressable",
|
|
1367
1349
|
"IconSlot",
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1370
|
-
"
|
|
1371
|
-
"Box",
|
|
1372
|
-
"Pressable"
|
|
1350
|
+
"RootComponent",
|
|
1351
|
+
"HStack",
|
|
1352
|
+
"AnimatePresence"
|
|
1373
1353
|
],
|
|
1374
|
-
"internalComponentProps": {
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1354
|
+
"internalComponentProps": {
|
|
1355
|
+
"HStack": {
|
|
1356
|
+
"alignItems": ["center"],
|
|
1357
|
+
"width": ["full"]
|
|
1358
|
+
},
|
|
1359
|
+
"AnimatePresence": { "mode": ["popLayout"] }
|
|
1379
1360
|
},
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1361
|
+
"propToVariantKeys": {
|
|
1362
|
+
"startIconClassName": ["className"],
|
|
1363
|
+
"endIconClassName": ["className"],
|
|
1364
|
+
"startIcon": ["icon"],
|
|
1365
|
+
"endIcon": ["icon"],
|
|
1366
|
+
"columnGap": ["gap"]
|
|
1385
1367
|
},
|
|
1386
|
-
"
|
|
1368
|
+
"runtimeConfigDefaultProps": {},
|
|
1369
|
+
"runtimeConfigGetStyles": {},
|
|
1370
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1387
1371
|
"motionVarPrefixes": []
|
|
1388
1372
|
},
|
|
1389
|
-
|
|
1390
|
-
"name": "
|
|
1373
|
+
"Menu.ItemCheckbox": {
|
|
1374
|
+
"name": "Menu.ItemCheckbox",
|
|
1375
|
+
"defaultProps": {},
|
|
1376
|
+
"getStylesLiterals": {
|
|
1377
|
+
"menuitemItemCheckboxVariantRoot": "default",
|
|
1378
|
+
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
1379
|
+
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
1380
|
+
"menuitemItemCheckboxVariantText": "default",
|
|
1381
|
+
"menuitemItemCheckboxVariantActiveText": "on",
|
|
1382
|
+
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
1383
|
+
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
1384
|
+
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
1385
|
+
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
1386
|
+
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
1387
|
+
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
1388
|
+
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
1389
|
+
},
|
|
1390
|
+
"cxLiterals": ["uds-menu-item-checkbox"],
|
|
1391
|
+
"internalComponents": ["MenuItemBase"],
|
|
1392
|
+
"internalComponentProps": {},
|
|
1393
|
+
"propToVariantKeys": {},
|
|
1394
|
+
"runtimeConfigDefaultProps": {},
|
|
1395
|
+
"runtimeConfigGetStyles": {},
|
|
1396
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1397
|
+
"motionVarPrefixes": []
|
|
1398
|
+
},
|
|
1399
|
+
"Menu.Provider": {
|
|
1400
|
+
"name": "Menu.Provider",
|
|
1391
1401
|
"defaultProps": {},
|
|
1392
1402
|
"getStylesLiterals": {},
|
|
1393
1403
|
"cxLiterals": [],
|
|
1394
|
-
"internalComponents": [],
|
|
1404
|
+
"internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
|
|
1395
1405
|
"internalComponentProps": {},
|
|
1396
1406
|
"propToVariantKeys": {},
|
|
1397
1407
|
"runtimeConfigDefaultProps": {},
|
|
1398
1408
|
"runtimeConfigGetStyles": {},
|
|
1399
1409
|
"runtimeConfigInternalComponentProps": {},
|
|
1410
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1411
|
+
},
|
|
1412
|
+
"Menu.Trigger": {
|
|
1413
|
+
"name": "Menu.Trigger",
|
|
1414
|
+
"defaultProps": {},
|
|
1415
|
+
"getStylesLiterals": {},
|
|
1416
|
+
"cxLiterals": ["uds-menu-trigger"],
|
|
1417
|
+
"internalComponents": ["AriakitMenuTrigger", "Box"],
|
|
1418
|
+
"internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
|
|
1419
|
+
"propToVariantKeys": {},
|
|
1420
|
+
"runtimeConfigDefaultProps": {},
|
|
1421
|
+
"runtimeConfigGetStyles": {},
|
|
1422
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1400
1423
|
"motionVarPrefixes": []
|
|
1401
1424
|
},
|
|
1402
|
-
|
|
1403
|
-
"name": "
|
|
1425
|
+
"Menu.index": {
|
|
1426
|
+
"name": "Menu.index",
|
|
1404
1427
|
"defaultProps": {},
|
|
1405
1428
|
"getStylesLiterals": {},
|
|
1406
1429
|
"cxLiterals": [],
|
|
1407
|
-
"internalComponents": [
|
|
1408
|
-
"internalComponentProps": {
|
|
1409
|
-
"propToVariantKeys": {
|
|
1430
|
+
"internalComponents": [],
|
|
1431
|
+
"internalComponentProps": {},
|
|
1432
|
+
"propToVariantKeys": {},
|
|
1410
1433
|
"runtimeConfigDefaultProps": {},
|
|
1411
1434
|
"runtimeConfigGetStyles": {},
|
|
1412
1435
|
"runtimeConfigInternalComponentProps": {},
|
|
1413
1436
|
"motionVarPrefixes": []
|
|
1414
1437
|
},
|
|
1415
|
-
|
|
1416
|
-
"name": "
|
|
1438
|
+
Menu: {
|
|
1439
|
+
"name": "Menu",
|
|
1417
1440
|
"defaultProps": {},
|
|
1418
1441
|
"getStylesLiterals": {},
|
|
1419
1442
|
"cxLiterals": [],
|
|
1420
|
-
"internalComponents": [
|
|
1443
|
+
"internalComponents": [],
|
|
1421
1444
|
"internalComponentProps": {},
|
|
1422
1445
|
"propToVariantKeys": {},
|
|
1423
1446
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1555,6 +1578,136 @@ var componentData_default = {
|
|
|
1555
1578
|
"runtimeConfigInternalComponentProps": {},
|
|
1556
1579
|
"motionVarPrefixes": []
|
|
1557
1580
|
},
|
|
1581
|
+
Chip: {
|
|
1582
|
+
"name": "Chip",
|
|
1583
|
+
"defaultProps": {},
|
|
1584
|
+
"getStylesLiterals": {},
|
|
1585
|
+
"cxLiterals": [],
|
|
1586
|
+
"internalComponents": [
|
|
1587
|
+
"ChipDismissible",
|
|
1588
|
+
"ChipToggle",
|
|
1589
|
+
"ChipLink",
|
|
1590
|
+
"ChipButton"
|
|
1591
|
+
],
|
|
1592
|
+
"internalComponentProps": {},
|
|
1593
|
+
"propToVariantKeys": {},
|
|
1594
|
+
"runtimeConfigDefaultProps": {},
|
|
1595
|
+
"runtimeConfigGetStyles": {},
|
|
1596
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1597
|
+
"motionVarPrefixes": []
|
|
1598
|
+
},
|
|
1599
|
+
ChipBase: {
|
|
1600
|
+
"name": "ChipBase",
|
|
1601
|
+
"defaultProps": {
|
|
1602
|
+
"size": "md",
|
|
1603
|
+
"as": "div"
|
|
1604
|
+
},
|
|
1605
|
+
"getStylesLiterals": {},
|
|
1606
|
+
"cxLiterals": [
|
|
1607
|
+
"pointer-events-none",
|
|
1608
|
+
"cursor-default",
|
|
1609
|
+
"opacity-50",
|
|
1610
|
+
"inline-flex",
|
|
1611
|
+
"items-center",
|
|
1612
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
1613
|
+
"truncate",
|
|
1614
|
+
"whitespace-nowrap",
|
|
1615
|
+
"text-center",
|
|
1616
|
+
"flex-1",
|
|
1617
|
+
"md",
|
|
1618
|
+
"primary"
|
|
1619
|
+
],
|
|
1620
|
+
"internalComponents": [
|
|
1621
|
+
"IconSlot",
|
|
1622
|
+
"HStack",
|
|
1623
|
+
"As",
|
|
1624
|
+
"Text"
|
|
1625
|
+
],
|
|
1626
|
+
"internalComponentProps": { "Text": {
|
|
1627
|
+
"as": ["span"],
|
|
1628
|
+
"color": ["current"],
|
|
1629
|
+
"variant": ["inherit"]
|
|
1630
|
+
} },
|
|
1631
|
+
"propToVariantKeys": {
|
|
1632
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1633
|
+
"startIcon": ["icon"],
|
|
1634
|
+
"endIcon": ["icon"]
|
|
1635
|
+
},
|
|
1636
|
+
"runtimeConfigDefaultProps": {},
|
|
1637
|
+
"runtimeConfigGetStyles": {},
|
|
1638
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1639
|
+
"motionVarPrefixes": []
|
|
1640
|
+
},
|
|
1641
|
+
ChipButton: {
|
|
1642
|
+
"name": "ChipButton",
|
|
1643
|
+
"defaultProps": { "variant": "primary" },
|
|
1644
|
+
"getStylesLiterals": {},
|
|
1645
|
+
"cxLiterals": ["uds-ring"],
|
|
1646
|
+
"internalComponents": ["ChipBase"],
|
|
1647
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1648
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1649
|
+
"runtimeConfigDefaultProps": {},
|
|
1650
|
+
"runtimeConfigGetStyles": {},
|
|
1651
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1652
|
+
"motionVarPrefixes": []
|
|
1653
|
+
},
|
|
1654
|
+
ChipDismissible: {
|
|
1655
|
+
"name": "ChipDismissible",
|
|
1656
|
+
"defaultProps": { "variant": "primary" },
|
|
1657
|
+
"getStylesLiterals": {},
|
|
1658
|
+
"cxLiterals": [
|
|
1659
|
+
"uds-chip-dismissible-button",
|
|
1660
|
+
"uds-hit-target",
|
|
1661
|
+
"uds-ring",
|
|
1662
|
+
"rounded-full"
|
|
1663
|
+
],
|
|
1664
|
+
"internalComponents": [
|
|
1665
|
+
"ChipBase",
|
|
1666
|
+
"IconSlot",
|
|
1667
|
+
"Pressable"
|
|
1668
|
+
],
|
|
1669
|
+
"internalComponentProps": {},
|
|
1670
|
+
"propToVariantKeys": {
|
|
1671
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1672
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
1673
|
+
},
|
|
1674
|
+
"runtimeConfigDefaultProps": {},
|
|
1675
|
+
"runtimeConfigGetStyles": {},
|
|
1676
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1677
|
+
"motionVarPrefixes": []
|
|
1678
|
+
},
|
|
1679
|
+
ChipLink: {
|
|
1680
|
+
"name": "ChipLink",
|
|
1681
|
+
"defaultProps": { "variant": "primary" },
|
|
1682
|
+
"getStylesLiterals": {},
|
|
1683
|
+
"cxLiterals": ["uds-ring"],
|
|
1684
|
+
"internalComponents": ["ChipBase"],
|
|
1685
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1686
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1687
|
+
"runtimeConfigDefaultProps": {},
|
|
1688
|
+
"runtimeConfigGetStyles": {},
|
|
1689
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1690
|
+
"motionVarPrefixes": []
|
|
1691
|
+
},
|
|
1692
|
+
ChipToggle: {
|
|
1693
|
+
"name": "ChipToggle",
|
|
1694
|
+
"defaultProps": {
|
|
1695
|
+
"variant": "primary",
|
|
1696
|
+
"role": "checkbox"
|
|
1697
|
+
},
|
|
1698
|
+
"getStylesLiterals": {
|
|
1699
|
+
"chipToggleVariantActiveRoot": "on",
|
|
1700
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
1701
|
+
},
|
|
1702
|
+
"cxLiterals": ["uds-ring"],
|
|
1703
|
+
"internalComponents": ["ChipBase"],
|
|
1704
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1705
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1706
|
+
"runtimeConfigDefaultProps": {},
|
|
1707
|
+
"runtimeConfigGetStyles": {},
|
|
1708
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1709
|
+
"motionVarPrefixes": []
|
|
1710
|
+
},
|
|
1558
1711
|
BottomSheet: {
|
|
1559
1712
|
"name": "BottomSheet",
|
|
1560
1713
|
"defaultProps": { "variant": "default" },
|
|
@@ -1707,249 +1860,585 @@ var componentData_default = {
|
|
|
1707
1860
|
"cxLiterals": [],
|
|
1708
1861
|
"internalComponents": [],
|
|
1709
1862
|
"internalComponentProps": {},
|
|
1710
|
-
"propToVariantKeys": {},
|
|
1863
|
+
"propToVariantKeys": {},
|
|
1864
|
+
"runtimeConfigDefaultProps": {},
|
|
1865
|
+
"runtimeConfigGetStyles": {},
|
|
1866
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1867
|
+
"motionVarPrefixes": []
|
|
1868
|
+
},
|
|
1869
|
+
BottomSheetProvider: {
|
|
1870
|
+
"name": "BottomSheetProvider",
|
|
1871
|
+
"defaultProps": {},
|
|
1872
|
+
"getStylesLiterals": {},
|
|
1873
|
+
"cxLiterals": [],
|
|
1874
|
+
"internalComponents": ["AriakitDialogProvider"],
|
|
1875
|
+
"internalComponentProps": {},
|
|
1876
|
+
"propToVariantKeys": {},
|
|
1877
|
+
"runtimeConfigDefaultProps": {},
|
|
1878
|
+
"runtimeConfigGetStyles": {},
|
|
1879
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1880
|
+
"motionVarPrefixes": []
|
|
1881
|
+
},
|
|
1882
|
+
BottomSheetTrigger: {
|
|
1883
|
+
"name": "BottomSheetTrigger",
|
|
1884
|
+
"defaultProps": {},
|
|
1885
|
+
"getStylesLiterals": {},
|
|
1886
|
+
"cxLiterals": [],
|
|
1887
|
+
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1888
|
+
"internalComponentProps": {},
|
|
1889
|
+
"propToVariantKeys": {},
|
|
1890
|
+
"runtimeConfigDefaultProps": {},
|
|
1891
|
+
"runtimeConfigGetStyles": {},
|
|
1892
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1893
|
+
"motionVarPrefixes": []
|
|
1894
|
+
},
|
|
1895
|
+
UDSBottomSheetConfigProvider: {
|
|
1896
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
1897
|
+
"defaultProps": {},
|
|
1898
|
+
"getStylesLiterals": {},
|
|
1899
|
+
"cxLiterals": [],
|
|
1900
|
+
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1901
|
+
"internalComponentProps": {},
|
|
1902
|
+
"propToVariantKeys": {},
|
|
1903
|
+
"runtimeConfigDefaultProps": {},
|
|
1904
|
+
"runtimeConfigGetStyles": {},
|
|
1905
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1906
|
+
"motionVarPrefixes": []
|
|
1907
|
+
},
|
|
1908
|
+
Avatar: {
|
|
1909
|
+
"name": "Avatar",
|
|
1910
|
+
"defaultProps": {},
|
|
1911
|
+
"getStylesLiterals": {},
|
|
1912
|
+
"cxLiterals": [],
|
|
1913
|
+
"internalComponents": ["AvatarImage"],
|
|
1914
|
+
"internalComponentProps": {},
|
|
1915
|
+
"propToVariantKeys": {},
|
|
1916
|
+
"runtimeConfigDefaultProps": {},
|
|
1917
|
+
"runtimeConfigGetStyles": {},
|
|
1918
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1919
|
+
"motionVarPrefixes": []
|
|
1920
|
+
},
|
|
1921
|
+
AvatarIcon: {
|
|
1922
|
+
"name": "AvatarIcon",
|
|
1923
|
+
"defaultProps": {
|
|
1924
|
+
"size": "md",
|
|
1925
|
+
"variant": "primary"
|
|
1926
|
+
},
|
|
1927
|
+
"getStylesLiterals": {},
|
|
1928
|
+
"cxLiterals": [
|
|
1929
|
+
"overflow-hidden",
|
|
1930
|
+
"w-full",
|
|
1931
|
+
"h-full",
|
|
1932
|
+
"shrink-0",
|
|
1933
|
+
"text-center",
|
|
1934
|
+
"inline-flex",
|
|
1935
|
+
"justify-center",
|
|
1936
|
+
"items-center"
|
|
1937
|
+
],
|
|
1938
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
1939
|
+
"internalComponentProps": {},
|
|
1940
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1941
|
+
"runtimeConfigDefaultProps": {},
|
|
1942
|
+
"runtimeConfigGetStyles": {},
|
|
1943
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1944
|
+
"motionVarPrefixes": []
|
|
1945
|
+
},
|
|
1946
|
+
AvatarImage: {
|
|
1947
|
+
"name": "AvatarImage",
|
|
1948
|
+
"defaultProps": {
|
|
1949
|
+
"size": "md",
|
|
1950
|
+
"variant": "primary"
|
|
1951
|
+
},
|
|
1952
|
+
"getStylesLiterals": {},
|
|
1953
|
+
"cxLiterals": [
|
|
1954
|
+
"overflow-hidden",
|
|
1955
|
+
"w-full",
|
|
1956
|
+
"h-full",
|
|
1957
|
+
"shrink-0",
|
|
1958
|
+
"text-center",
|
|
1959
|
+
"inline-flex",
|
|
1960
|
+
"justify-center",
|
|
1961
|
+
"items-center",
|
|
1962
|
+
"object-cover"
|
|
1963
|
+
],
|
|
1964
|
+
"internalComponents": [
|
|
1965
|
+
"UDSImage",
|
|
1966
|
+
"AvatarText",
|
|
1967
|
+
"AvatarIcon",
|
|
1968
|
+
"Box"
|
|
1969
|
+
],
|
|
1970
|
+
"internalComponentProps": {},
|
|
1971
|
+
"propToVariantKeys": {
|
|
1972
|
+
"alt": ["name"],
|
|
1973
|
+
"fallback": ["initials"]
|
|
1974
|
+
},
|
|
1711
1975
|
"runtimeConfigDefaultProps": {},
|
|
1712
1976
|
"runtimeConfigGetStyles": {},
|
|
1713
1977
|
"runtimeConfigInternalComponentProps": {},
|
|
1714
1978
|
"motionVarPrefixes": []
|
|
1715
1979
|
},
|
|
1716
|
-
|
|
1717
|
-
"name": "
|
|
1718
|
-
"defaultProps": {
|
|
1980
|
+
AvatarText: {
|
|
1981
|
+
"name": "AvatarText",
|
|
1982
|
+
"defaultProps": {
|
|
1983
|
+
"size": "md",
|
|
1984
|
+
"variant": "primary"
|
|
1985
|
+
},
|
|
1719
1986
|
"getStylesLiterals": {},
|
|
1720
|
-
"cxLiterals": [
|
|
1721
|
-
|
|
1722
|
-
|
|
1987
|
+
"cxLiterals": [
|
|
1988
|
+
"overflow-hidden",
|
|
1989
|
+
"truncate",
|
|
1990
|
+
"w-full",
|
|
1991
|
+
"h-full",
|
|
1992
|
+
"shrink-0",
|
|
1993
|
+
"text-center",
|
|
1994
|
+
"inline-flex",
|
|
1995
|
+
"justify-center",
|
|
1996
|
+
"items-center"
|
|
1997
|
+
],
|
|
1998
|
+
"internalComponents": ["Box", "Text"],
|
|
1999
|
+
"internalComponentProps": { "Text": {
|
|
2000
|
+
"color": ["inherit"],
|
|
2001
|
+
"variant": ["inherit"]
|
|
2002
|
+
} },
|
|
1723
2003
|
"propToVariantKeys": {},
|
|
1724
2004
|
"runtimeConfigDefaultProps": {},
|
|
1725
2005
|
"runtimeConfigGetStyles": {},
|
|
1726
2006
|
"runtimeConfigInternalComponentProps": {},
|
|
1727
2007
|
"motionVarPrefixes": []
|
|
1728
2008
|
},
|
|
1729
|
-
|
|
1730
|
-
"name": "
|
|
1731
|
-
"defaultProps": {
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
2009
|
+
Pagination: {
|
|
2010
|
+
"name": "Pagination",
|
|
2011
|
+
"defaultProps": {
|
|
2012
|
+
"ellipsisPlacement": "default",
|
|
2013
|
+
"size": "md",
|
|
2014
|
+
"variant": "default",
|
|
2015
|
+
"'aria-label'": "Pagination"
|
|
2016
|
+
},
|
|
2017
|
+
"getStylesLiterals": { "paginationVariantActiveRoot": "off" },
|
|
2018
|
+
"cxLiterals": [
|
|
2019
|
+
"inline-flex",
|
|
2020
|
+
"items-center",
|
|
2021
|
+
"justify-center",
|
|
2022
|
+
"relative",
|
|
2023
|
+
"m-0",
|
|
2024
|
+
"border-solid",
|
|
2025
|
+
"inline-grid",
|
|
2026
|
+
"shrink-0",
|
|
2027
|
+
"place-items-center",
|
|
2028
|
+
"place-content-center",
|
|
2029
|
+
"rounded-full",
|
|
2030
|
+
"box-border",
|
|
2031
|
+
"w-[var(--uds-pagination-control-size)]",
|
|
2032
|
+
"appearance-none",
|
|
2033
|
+
"uds-ring",
|
|
2034
|
+
"cursor-pointer",
|
|
2035
|
+
"select-none",
|
|
2036
|
+
"pointer-events-none",
|
|
2037
|
+
"auto-cols-max",
|
|
2038
|
+
"grid-flow-col",
|
|
2039
|
+
"gap-1",
|
|
2040
|
+
"block",
|
|
2041
|
+
"tabular-nums",
|
|
2042
|
+
"!leading-none",
|
|
2043
|
+
"[text-box-trim:trim-both]",
|
|
2044
|
+
"[text-box-edge:cap_alphabetic]",
|
|
2045
|
+
"h-[var(--uds-pagination-control-size)]"
|
|
2046
|
+
],
|
|
2047
|
+
"internalComponents": ["PaginationProvider"],
|
|
1735
2048
|
"internalComponentProps": {},
|
|
1736
|
-
"propToVariantKeys": {
|
|
2049
|
+
"propToVariantKeys": {
|
|
2050
|
+
"size": [
|
|
2051
|
+
"paginationSizeRoot",
|
|
2052
|
+
"paginationSizeItem",
|
|
2053
|
+
"paginationSizeIcon",
|
|
2054
|
+
"paginationSizeText"
|
|
2055
|
+
],
|
|
2056
|
+
"variant": ["paginationVariantRoot"],
|
|
2057
|
+
"activeState": ["paginationVariantActiveRoot"]
|
|
2058
|
+
},
|
|
1737
2059
|
"runtimeConfigDefaultProps": {},
|
|
1738
2060
|
"runtimeConfigGetStyles": {},
|
|
1739
2061
|
"runtimeConfigInternalComponentProps": {},
|
|
1740
2062
|
"motionVarPrefixes": []
|
|
1741
2063
|
},
|
|
1742
|
-
|
|
1743
|
-
"name": "
|
|
2064
|
+
PaginationEllipsis: {
|
|
2065
|
+
"name": "PaginationEllipsis",
|
|
1744
2066
|
"defaultProps": {},
|
|
1745
|
-
"getStylesLiterals": {},
|
|
1746
|
-
"cxLiterals": [
|
|
1747
|
-
|
|
2067
|
+
"getStylesLiterals": { "paginationVariantActiveRoot": "off" },
|
|
2068
|
+
"cxLiterals": [
|
|
2069
|
+
"inline-flex",
|
|
2070
|
+
"items-center",
|
|
2071
|
+
"justify-center",
|
|
2072
|
+
"relative",
|
|
2073
|
+
"m-0",
|
|
2074
|
+
"border-solid",
|
|
2075
|
+
"inline-grid",
|
|
2076
|
+
"shrink-0",
|
|
2077
|
+
"place-items-center",
|
|
2078
|
+
"place-content-center",
|
|
2079
|
+
"rounded-full",
|
|
2080
|
+
"box-border",
|
|
2081
|
+
"w-[var(--uds-pagination-control-size)]",
|
|
2082
|
+
"appearance-none",
|
|
2083
|
+
"uds-ring",
|
|
2084
|
+
"cursor-pointer",
|
|
2085
|
+
"select-none",
|
|
2086
|
+
"pointer-events-none",
|
|
2087
|
+
"auto-cols-max",
|
|
2088
|
+
"grid-flow-col",
|
|
2089
|
+
"gap-1",
|
|
2090
|
+
"block",
|
|
2091
|
+
"tabular-nums",
|
|
2092
|
+
"!leading-none",
|
|
2093
|
+
"[text-box-trim:trim-both]",
|
|
2094
|
+
"[text-box-edge:cap_alphabetic]",
|
|
2095
|
+
"h-[var(--uds-pagination-control-size)]"
|
|
2096
|
+
],
|
|
2097
|
+
"internalComponents": [],
|
|
1748
2098
|
"internalComponentProps": {},
|
|
1749
|
-
"propToVariantKeys": {
|
|
2099
|
+
"propToVariantKeys": {
|
|
2100
|
+
"size": [
|
|
2101
|
+
"paginationSizeRoot",
|
|
2102
|
+
"paginationSizeItem",
|
|
2103
|
+
"paginationSizeIcon",
|
|
2104
|
+
"paginationSizeText"
|
|
2105
|
+
],
|
|
2106
|
+
"variant": ["paginationVariantRoot"],
|
|
2107
|
+
"activeState": ["paginationVariantActiveRoot"]
|
|
2108
|
+
},
|
|
1750
2109
|
"runtimeConfigDefaultProps": {},
|
|
1751
2110
|
"runtimeConfigGetStyles": {},
|
|
1752
2111
|
"runtimeConfigInternalComponentProps": {},
|
|
1753
2112
|
"motionVarPrefixes": []
|
|
1754
2113
|
},
|
|
1755
|
-
|
|
1756
|
-
"name": "
|
|
2114
|
+
PaginationItem: {
|
|
2115
|
+
"name": "PaginationItem",
|
|
1757
2116
|
"defaultProps": {},
|
|
1758
|
-
"getStylesLiterals": {},
|
|
2117
|
+
"getStylesLiterals": { "paginationVariantActiveRoot": "off" },
|
|
1759
2118
|
"cxLiterals": [
|
|
1760
|
-
"relative",
|
|
1761
2119
|
"inline-flex",
|
|
1762
2120
|
"items-center",
|
|
1763
2121
|
"justify-center",
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
2122
|
+
"relative",
|
|
2123
|
+
"m-0",
|
|
1766
2124
|
"border-solid",
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
-
"
|
|
1770
|
-
"
|
|
1771
|
-
"
|
|
2125
|
+
"inline-grid",
|
|
2126
|
+
"shrink-0",
|
|
2127
|
+
"place-items-center",
|
|
2128
|
+
"place-content-center",
|
|
2129
|
+
"rounded-full",
|
|
2130
|
+
"box-border",
|
|
2131
|
+
"w-[var(--uds-pagination-control-size)]",
|
|
2132
|
+
"appearance-none",
|
|
1772
2133
|
"uds-ring",
|
|
1773
2134
|
"cursor-pointer",
|
|
1774
|
-
"
|
|
1775
|
-
"opacity-50",
|
|
2135
|
+
"select-none",
|
|
1776
2136
|
"pointer-events-none",
|
|
1777
|
-
"
|
|
1778
|
-
"
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1781
|
-
"
|
|
1782
|
-
"
|
|
2137
|
+
"auto-cols-max",
|
|
2138
|
+
"grid-flow-col",
|
|
2139
|
+
"gap-1",
|
|
2140
|
+
"block",
|
|
2141
|
+
"tabular-nums",
|
|
2142
|
+
"!leading-none",
|
|
2143
|
+
"[text-box-trim:trim-both]",
|
|
2144
|
+
"[text-box-edge:cap_alphabetic]",
|
|
2145
|
+
"h-[var(--uds-pagination-control-size)]"
|
|
1783
2146
|
],
|
|
1784
|
-
"internalComponents": ["
|
|
1785
|
-
"internalComponentProps": { "
|
|
1786
|
-
"size": ["md"],
|
|
1787
|
-
"color": ["current"]
|
|
1788
|
-
} },
|
|
2147
|
+
"internalComponents": ["Comp"],
|
|
2148
|
+
"internalComponentProps": { "Comp": { "type": ["button"] } },
|
|
1789
2149
|
"propToVariantKeys": {
|
|
1790
|
-
"size": [
|
|
1791
|
-
|
|
1792
|
-
"
|
|
1793
|
-
"
|
|
1794
|
-
"
|
|
1795
|
-
]
|
|
2150
|
+
"size": [
|
|
2151
|
+
"paginationSizeRoot",
|
|
2152
|
+
"paginationSizeItem",
|
|
2153
|
+
"paginationSizeIcon",
|
|
2154
|
+
"paginationSizeText"
|
|
2155
|
+
],
|
|
2156
|
+
"variant": ["paginationVariantRoot"],
|
|
2157
|
+
"activeState": ["paginationVariantActiveRoot"]
|
|
1796
2158
|
},
|
|
1797
2159
|
"runtimeConfigDefaultProps": {},
|
|
1798
2160
|
"runtimeConfigGetStyles": {},
|
|
1799
2161
|
"runtimeConfigInternalComponentProps": {},
|
|
1800
2162
|
"motionVarPrefixes": []
|
|
1801
2163
|
},
|
|
1802
|
-
|
|
1803
|
-
"name": "
|
|
2164
|
+
PaginationLink: {
|
|
2165
|
+
"name": "PaginationLink",
|
|
1804
2166
|
"defaultProps": {},
|
|
1805
|
-
"getStylesLiterals": {},
|
|
1806
|
-
"cxLiterals": [
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
2167
|
+
"getStylesLiterals": { "paginationVariantActiveRoot": "off" },
|
|
2168
|
+
"cxLiterals": [
|
|
2169
|
+
"inline-flex",
|
|
2170
|
+
"items-center",
|
|
2171
|
+
"justify-center",
|
|
2172
|
+
"relative",
|
|
2173
|
+
"m-0",
|
|
2174
|
+
"border-solid",
|
|
2175
|
+
"inline-grid",
|
|
2176
|
+
"shrink-0",
|
|
2177
|
+
"place-items-center",
|
|
2178
|
+
"place-content-center",
|
|
2179
|
+
"rounded-full",
|
|
2180
|
+
"box-border",
|
|
2181
|
+
"w-[var(--uds-pagination-control-size)]",
|
|
2182
|
+
"appearance-none",
|
|
2183
|
+
"uds-ring",
|
|
2184
|
+
"cursor-pointer",
|
|
2185
|
+
"select-none",
|
|
2186
|
+
"pointer-events-none",
|
|
2187
|
+
"auto-cols-max",
|
|
2188
|
+
"grid-flow-col",
|
|
2189
|
+
"gap-1",
|
|
2190
|
+
"block",
|
|
2191
|
+
"tabular-nums",
|
|
2192
|
+
"!leading-none",
|
|
2193
|
+
"[text-box-trim:trim-both]",
|
|
2194
|
+
"[text-box-edge:cap_alphabetic]",
|
|
2195
|
+
"h-[var(--uds-pagination-control-size)]"
|
|
2196
|
+
],
|
|
2197
|
+
"internalComponents": ["Comp"],
|
|
2198
|
+
"internalComponentProps": {},
|
|
2199
|
+
"propToVariantKeys": {
|
|
2200
|
+
"size": [
|
|
2201
|
+
"paginationSizeRoot",
|
|
2202
|
+
"paginationSizeItem",
|
|
2203
|
+
"paginationSizeIcon",
|
|
2204
|
+
"paginationSizeText"
|
|
2205
|
+
],
|
|
2206
|
+
"variant": ["paginationVariantRoot"],
|
|
2207
|
+
"activeState": ["paginationVariantActiveRoot"]
|
|
2208
|
+
},
|
|
1810
2209
|
"runtimeConfigDefaultProps": {},
|
|
1811
2210
|
"runtimeConfigGetStyles": {},
|
|
1812
2211
|
"runtimeConfigInternalComponentProps": {},
|
|
1813
2212
|
"motionVarPrefixes": []
|
|
1814
2213
|
},
|
|
1815
|
-
|
|
1816
|
-
"name": "
|
|
1817
|
-
"defaultProps": {},
|
|
1818
|
-
"getStylesLiterals": {},
|
|
1819
|
-
"cxLiterals": [
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
2214
|
+
PaginationNext: {
|
|
2215
|
+
"name": "PaginationNext",
|
|
2216
|
+
"defaultProps": { "label": "Next" },
|
|
2217
|
+
"getStylesLiterals": { "paginationVariantActiveRoot": "off" },
|
|
2218
|
+
"cxLiterals": [
|
|
2219
|
+
"inline-flex",
|
|
2220
|
+
"items-center",
|
|
2221
|
+
"justify-center",
|
|
2222
|
+
"relative",
|
|
2223
|
+
"m-0",
|
|
2224
|
+
"border-solid",
|
|
2225
|
+
"inline-grid",
|
|
2226
|
+
"shrink-0",
|
|
2227
|
+
"place-items-center",
|
|
2228
|
+
"place-content-center",
|
|
2229
|
+
"rounded-full",
|
|
2230
|
+
"box-border",
|
|
2231
|
+
"w-[var(--uds-pagination-control-size)]",
|
|
2232
|
+
"appearance-none",
|
|
2233
|
+
"uds-ring",
|
|
2234
|
+
"cursor-pointer",
|
|
2235
|
+
"select-none",
|
|
2236
|
+
"pointer-events-none",
|
|
2237
|
+
"auto-cols-max",
|
|
2238
|
+
"grid-flow-col",
|
|
2239
|
+
"gap-1",
|
|
2240
|
+
"block",
|
|
2241
|
+
"tabular-nums",
|
|
2242
|
+
"!leading-none",
|
|
2243
|
+
"[text-box-trim:trim-both]",
|
|
2244
|
+
"[text-box-edge:cap_alphabetic]",
|
|
2245
|
+
"h-[var(--uds-pagination-control-size)]"
|
|
2246
|
+
],
|
|
2247
|
+
"internalComponents": ["Icon", "Comp"],
|
|
2248
|
+
"internalComponentProps": {
|
|
2249
|
+
"Icon": {
|
|
2250
|
+
"size": ["sm"],
|
|
2251
|
+
"color": ["current"]
|
|
2252
|
+
},
|
|
2253
|
+
"Comp": {
|
|
2254
|
+
"type": ["button"],
|
|
2255
|
+
"aria-label": ["Go to next page"]
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
"propToVariantKeys": {
|
|
2259
|
+
"size": [
|
|
2260
|
+
"paginationSizeRoot",
|
|
2261
|
+
"paginationSizeItem",
|
|
2262
|
+
"paginationSizeIcon",
|
|
2263
|
+
"paginationSizeText"
|
|
2264
|
+
],
|
|
2265
|
+
"variant": ["paginationVariantRoot"],
|
|
2266
|
+
"activeState": ["paginationVariantActiveRoot"]
|
|
2267
|
+
},
|
|
1823
2268
|
"runtimeConfigDefaultProps": {},
|
|
1824
2269
|
"runtimeConfigGetStyles": {},
|
|
1825
2270
|
"runtimeConfigInternalComponentProps": {},
|
|
1826
2271
|
"motionVarPrefixes": []
|
|
1827
2272
|
},
|
|
1828
|
-
|
|
1829
|
-
"name": "
|
|
1830
|
-
"defaultProps": {
|
|
1831
|
-
|
|
1832
|
-
"variant": "primary",
|
|
1833
|
-
"size": "md"
|
|
1834
|
-
},
|
|
1835
|
-
"getStylesLiterals": {},
|
|
2273
|
+
PaginationNumbers: {
|
|
2274
|
+
"name": "PaginationNumbers",
|
|
2275
|
+
"defaultProps": {},
|
|
2276
|
+
"getStylesLiterals": { "paginationVariantActiveRoot": "off" },
|
|
1836
2277
|
"cxLiterals": [
|
|
1837
|
-
"
|
|
2278
|
+
"m-0",
|
|
1838
2279
|
"inline-flex",
|
|
1839
|
-
"
|
|
1840
|
-
"gap-2",
|
|
2280
|
+
"list-none",
|
|
1841
2281
|
"items-center",
|
|
1842
|
-
"
|
|
1843
|
-
"
|
|
2282
|
+
"self-center",
|
|
2283
|
+
"p-0",
|
|
2284
|
+
"justify-center",
|
|
1844
2285
|
"relative",
|
|
1845
|
-
"
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1853
|
-
"-
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
1856
|
-
"-
|
|
1857
|
-
"
|
|
1858
|
-
"
|
|
1859
|
-
"-
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1862
|
-
"-
|
|
2286
|
+
"border-solid",
|
|
2287
|
+
"inline-grid",
|
|
2288
|
+
"shrink-0",
|
|
2289
|
+
"place-items-center",
|
|
2290
|
+
"place-content-center",
|
|
2291
|
+
"rounded-full",
|
|
2292
|
+
"box-border",
|
|
2293
|
+
"w-[var(--uds-pagination-control-size)]",
|
|
2294
|
+
"appearance-none",
|
|
2295
|
+
"uds-ring",
|
|
2296
|
+
"cursor-pointer",
|
|
2297
|
+
"select-none",
|
|
2298
|
+
"pointer-events-none",
|
|
2299
|
+
"auto-cols-max",
|
|
2300
|
+
"grid-flow-col",
|
|
2301
|
+
"gap-1",
|
|
2302
|
+
"block",
|
|
2303
|
+
"tabular-nums",
|
|
2304
|
+
"!leading-none",
|
|
2305
|
+
"[text-box-trim:trim-both]",
|
|
2306
|
+
"[text-box-edge:cap_alphabetic]",
|
|
2307
|
+
"h-[var(--uds-pagination-control-size)]"
|
|
1863
2308
|
],
|
|
1864
|
-
"internalComponents": [
|
|
1865
|
-
|
|
1866
|
-
"
|
|
1867
|
-
"
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
2309
|
+
"internalComponents": [
|
|
2310
|
+
"PaginationEllipsis",
|
|
2311
|
+
"PaginationLink",
|
|
2312
|
+
"PaginationItem"
|
|
2313
|
+
],
|
|
2314
|
+
"internalComponentProps": {},
|
|
2315
|
+
"propToVariantKeys": {
|
|
2316
|
+
"size": [
|
|
2317
|
+
"paginationSizeRoot",
|
|
2318
|
+
"paginationSizeItem",
|
|
2319
|
+
"paginationSizeIcon",
|
|
2320
|
+
"paginationSizeText"
|
|
2321
|
+
],
|
|
2322
|
+
"variant": ["paginationVariantRoot"],
|
|
2323
|
+
"activeState": ["paginationVariantActiveRoot"]
|
|
2324
|
+
},
|
|
1872
2325
|
"runtimeConfigDefaultProps": {},
|
|
1873
2326
|
"runtimeConfigGetStyles": {},
|
|
1874
2327
|
"runtimeConfigInternalComponentProps": {},
|
|
1875
2328
|
"motionVarPrefixes": []
|
|
1876
2329
|
},
|
|
1877
|
-
|
|
1878
|
-
"name": "
|
|
1879
|
-
"defaultProps": {},
|
|
1880
|
-
"getStylesLiterals": {},
|
|
2330
|
+
PaginationPrev: {
|
|
2331
|
+
"name": "PaginationPrev",
|
|
2332
|
+
"defaultProps": { "label": "Previous" },
|
|
2333
|
+
"getStylesLiterals": { "paginationVariantActiveRoot": "off" },
|
|
1881
2334
|
"cxLiterals": [
|
|
1882
|
-
"
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
2335
|
+
"inline-flex",
|
|
2336
|
+
"items-center",
|
|
2337
|
+
"justify-center",
|
|
2338
|
+
"relative",
|
|
2339
|
+
"m-0",
|
|
2340
|
+
"border-solid",
|
|
2341
|
+
"inline-grid",
|
|
2342
|
+
"shrink-0",
|
|
2343
|
+
"place-items-center",
|
|
2344
|
+
"place-content-center",
|
|
2345
|
+
"rounded-full",
|
|
2346
|
+
"box-border",
|
|
2347
|
+
"w-[var(--uds-pagination-control-size)]",
|
|
2348
|
+
"appearance-none",
|
|
2349
|
+
"uds-ring",
|
|
2350
|
+
"cursor-pointer",
|
|
2351
|
+
"select-none",
|
|
2352
|
+
"pointer-events-none",
|
|
2353
|
+
"auto-cols-max",
|
|
2354
|
+
"grid-flow-col",
|
|
2355
|
+
"gap-1",
|
|
2356
|
+
"block",
|
|
2357
|
+
"tabular-nums",
|
|
2358
|
+
"!leading-none",
|
|
2359
|
+
"[text-box-trim:trim-both]",
|
|
2360
|
+
"[text-box-edge:cap_alphabetic]",
|
|
2361
|
+
"h-[var(--uds-pagination-control-size)]"
|
|
2362
|
+
],
|
|
2363
|
+
"internalComponents": ["Icon", "Comp"],
|
|
2364
|
+
"internalComponentProps": {
|
|
2365
|
+
"Icon": {
|
|
2366
|
+
"size": ["sm"],
|
|
2367
|
+
"color": ["current"]
|
|
2368
|
+
},
|
|
2369
|
+
"Comp": {
|
|
2370
|
+
"type": ["button"],
|
|
2371
|
+
"aria-label": ["Go to previous page"]
|
|
2372
|
+
}
|
|
2373
|
+
},
|
|
2374
|
+
"propToVariantKeys": {
|
|
2375
|
+
"size": [
|
|
2376
|
+
"paginationSizeRoot",
|
|
2377
|
+
"paginationSizeItem",
|
|
2378
|
+
"paginationSizeIcon",
|
|
2379
|
+
"paginationSizeText"
|
|
2380
|
+
],
|
|
2381
|
+
"variant": ["paginationVariantRoot"],
|
|
2382
|
+
"activeState": ["paginationVariantActiveRoot"]
|
|
2383
|
+
},
|
|
1889
2384
|
"runtimeConfigDefaultProps": {},
|
|
1890
2385
|
"runtimeConfigGetStyles": {},
|
|
1891
2386
|
"runtimeConfigInternalComponentProps": {},
|
|
1892
2387
|
"motionVarPrefixes": []
|
|
1893
2388
|
},
|
|
1894
|
-
|
|
1895
|
-
"name": "
|
|
2389
|
+
Popover: {
|
|
2390
|
+
"name": "Popover",
|
|
1896
2391
|
"defaultProps": {},
|
|
1897
2392
|
"getStylesLiterals": {},
|
|
1898
|
-
"cxLiterals": [],
|
|
1899
|
-
"internalComponents": [
|
|
1900
|
-
"Modal",
|
|
1901
|
-
"ModalTitle",
|
|
1902
|
-
"ModalDescription",
|
|
1903
|
-
"ModalContent",
|
|
1904
|
-
"ModalActions"
|
|
1905
|
-
],
|
|
2393
|
+
"cxLiterals": ["uds:popover-open"],
|
|
2394
|
+
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1906
2395
|
"internalComponentProps": {},
|
|
1907
2396
|
"propToVariantKeys": {},
|
|
1908
2397
|
"runtimeConfigDefaultProps": {
|
|
1909
|
-
"size": "
|
|
1910
|
-
"variant": "
|
|
2398
|
+
"size": "popover.defaultSize",
|
|
2399
|
+
"variant": "popover.defaultVariant"
|
|
1911
2400
|
},
|
|
1912
2401
|
"runtimeConfigGetStyles": {},
|
|
1913
2402
|
"runtimeConfigInternalComponentProps": {},
|
|
1914
2403
|
"motionVarPrefixes": []
|
|
1915
2404
|
},
|
|
1916
|
-
|
|
1917
|
-
"name": "
|
|
1918
|
-
"defaultProps": {
|
|
1919
|
-
"closeAriaLabel": "Close",
|
|
1920
|
-
"maxWidth": "auto",
|
|
1921
|
-
"maxHeight": "auto",
|
|
1922
|
-
"scrollBehavior": "outside"
|
|
1923
|
-
},
|
|
2405
|
+
PopoverContent: {
|
|
2406
|
+
"name": "PopoverContent",
|
|
2407
|
+
"defaultProps": {},
|
|
1924
2408
|
"getStylesLiterals": {
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1929
|
-
"
|
|
2409
|
+
"popoverSizeRoot": "default",
|
|
2410
|
+
"popoverVariantRoot": "default",
|
|
2411
|
+
"display": "flex",
|
|
2412
|
+
"position": "relative",
|
|
2413
|
+
"display:1": "block",
|
|
2414
|
+
"spacingTop": "0",
|
|
2415
|
+
"spacingStart": "0",
|
|
2416
|
+
"spacingBottom": "0",
|
|
2417
|
+
"spacingEnd": "0",
|
|
2418
|
+
"popoverSizeSvgBase": "default",
|
|
2419
|
+
"popoverVariantSvgBase": "default",
|
|
2420
|
+
"popoverSizeSvgBorder": "default",
|
|
2421
|
+
"popoverVariantSvgBorder": "default",
|
|
2422
|
+
"popoverVariantBlur": "default",
|
|
2423
|
+
"position:1": "absolute",
|
|
2424
|
+
"width": "full",
|
|
2425
|
+
"height": "full",
|
|
2426
|
+
"flexShrink": "0",
|
|
2427
|
+
"borderRadius": "full",
|
|
2428
|
+
"alignItems": "center",
|
|
2429
|
+
"justifyContent": "center",
|
|
2430
|
+
"popoverVariantCloseIcon": "default",
|
|
2431
|
+
"popoverSizeCloseIcon": "default"
|
|
1930
2432
|
},
|
|
1931
2433
|
"cxLiterals": [
|
|
1932
|
-
"
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1935
|
-
"
|
|
1936
|
-
"overflow-hidden",
|
|
1937
|
-
"transition-[opacity,visibility]",
|
|
1938
|
-
"visible",
|
|
1939
|
-
"opacity-100",
|
|
1940
|
-
"invisible",
|
|
1941
|
-
"opacity-0",
|
|
1942
|
-
"pointer-events-none",
|
|
2434
|
+
"z-[9999]",
|
|
2435
|
+
"outline-none",
|
|
2436
|
+
"focus-visible:outline-none",
|
|
2437
|
+
"uds-bgBlurFillFallback",
|
|
1943
2438
|
"uds-bgBlurFallback",
|
|
1944
|
-
"
|
|
1945
|
-
"
|
|
1946
|
-
"
|
|
1947
|
-
"h-fit",
|
|
1948
|
-
"m-auto",
|
|
1949
|
-
"pointer-events-auto",
|
|
1950
|
-
"inside",
|
|
1951
|
-
"max-h-full",
|
|
1952
|
-
"transition-transform",
|
|
2439
|
+
"top-0",
|
|
2440
|
+
"left-0",
|
|
2441
|
+
"z-[1]",
|
|
1953
2442
|
"duration-0",
|
|
1954
2443
|
"duration-120",
|
|
1955
2444
|
"transition-[background-color]",
|
|
@@ -1957,101 +2446,35 @@ var componentData_default = {
|
|
|
1957
2446
|
"hover:bg-carbon-15/10",
|
|
1958
2447
|
"active:bg-carbon-15/15",
|
|
1959
2448
|
"uds-ring",
|
|
1960
|
-
"
|
|
2449
|
+
"absolute",
|
|
2450
|
+
"z-[4]"
|
|
1961
2451
|
],
|
|
1962
2452
|
"internalComponents": [
|
|
1963
|
-
"
|
|
1964
|
-
"VStack",
|
|
1965
|
-
"Pressable",
|
|
2453
|
+
"PopoverDismiss",
|
|
1966
2454
|
"IconSlot",
|
|
2455
|
+
"PopoverArrow",
|
|
2456
|
+
"Popover",
|
|
2457
|
+
"SvgFloatingOverlay",
|
|
1967
2458
|
"Box",
|
|
1968
|
-
"
|
|
1969
|
-
"ModalContext.Provider",
|
|
1970
|
-
"HStack",
|
|
1971
|
-
"DialogDismiss",
|
|
1972
|
-
"ModalTitle",
|
|
1973
|
-
"ModalDescription",
|
|
1974
|
-
"ModalContent",
|
|
1975
|
-
"ModalActions"
|
|
2459
|
+
"Pressable"
|
|
1976
2460
|
],
|
|
1977
|
-
"internalComponentProps": { "Box": { "flexGrow": ["1"] } },
|
|
1978
|
-
"propToVariantKeys": {
|
|
1979
|
-
"gutter": ["spacing"],
|
|
1980
|
-
"size": [
|
|
1981
|
-
"modalSizeRoot",
|
|
1982
|
-
"modalSizeSpacingHorizontal",
|
|
1983
|
-
"modalSizeHeader",
|
|
1984
|
-
"modalSizeTitleDescriptionWrapper",
|
|
1985
|
-
"modalSizeCloseIconContainer",
|
|
1986
|
-
"modalSizeCloseIcon"
|
|
1987
|
-
],
|
|
1988
|
-
"variant": ["modalVariantRoot", "modalVariantCloseIcon"],
|
|
1989
|
-
"closeAriaLabel": ["aria-label"],
|
|
1990
|
-
"closeIcon": ["icon"]
|
|
1991
|
-
},
|
|
1992
|
-
"runtimeConfigDefaultProps": {
|
|
1993
|
-
"size": "modal.defaultSize",
|
|
1994
|
-
"variant": "modal.defaultVariant"
|
|
1995
|
-
},
|
|
1996
|
-
"runtimeConfigGetStyles": {
|
|
1997
|
-
"spacing": ["modal.gutter.${size}"],
|
|
1998
|
-
"modalSizeRoot": ["modal.defaultSize"],
|
|
1999
|
-
"modalVariantRoot": ["modal.defaultVariant"],
|
|
2000
|
-
"modalSizeSpacingHorizontal": ["modal.defaultSize"],
|
|
2001
|
-
"modalSizeHeader": ["modal.defaultSize"],
|
|
2002
|
-
"modalSizeTitleDescriptionWrapper": ["modal.defaultSize"],
|
|
2003
|
-
"modalSizeCloseIconContainer": ["modal.defaultSize"],
|
|
2004
|
-
"modalSizeCloseIcon": ["modal.defaultSize"],
|
|
2005
|
-
"modalVariantCloseIcon": ["modal.defaultVariant"]
|
|
2006
|
-
},
|
|
2007
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2008
|
-
"motionVarPrefixes": []
|
|
2009
|
-
},
|
|
2010
|
-
ModalActions: {
|
|
2011
|
-
"name": "ModalActions",
|
|
2012
|
-
"defaultProps": {},
|
|
2013
|
-
"getStylesLiterals": {
|
|
2014
|
-
"flexDirection": "row-reverse",
|
|
2015
|
-
"justifyContent": "space-between",
|
|
2016
|
-
"alignItems": "center"
|
|
2017
|
-
},
|
|
2018
|
-
"cxLiterals": ["gap-[inherit]"],
|
|
2019
|
-
"internalComponents": ["HStack"],
|
|
2020
2461
|
"internalComponentProps": {},
|
|
2021
|
-
"propToVariantKeys": { "
|
|
2462
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
2022
2463
|
"runtimeConfigDefaultProps": {
|
|
2023
|
-
"size": "
|
|
2024
|
-
"variant": "
|
|
2464
|
+
"size": "popover.defaultSize",
|
|
2465
|
+
"variant": "popover.defaultVariant"
|
|
2025
2466
|
},
|
|
2026
2467
|
"runtimeConfigGetStyles": {
|
|
2027
|
-
"
|
|
2028
|
-
"
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
"motionVarPrefixes": []
|
|
2032
|
-
},
|
|
2033
|
-
ModalContent: {
|
|
2034
|
-
"name": "ModalContent",
|
|
2035
|
-
"defaultProps": {},
|
|
2036
|
-
"getStylesLiterals": {
|
|
2037
|
-
"overflowY": "auto",
|
|
2038
|
-
"display": "block",
|
|
2039
|
-
"flexGrow": "1"
|
|
2040
|
-
},
|
|
2041
|
-
"cxLiterals": [],
|
|
2042
|
-
"internalComponents": ["Box"],
|
|
2043
|
-
"internalComponentProps": {},
|
|
2044
|
-
"propToVariantKeys": { "size": ["modalSizeSpacingHorizontal"] },
|
|
2045
|
-
"runtimeConfigDefaultProps": {
|
|
2046
|
-
"size": "modal.defaultSize",
|
|
2047
|
-
"variant": "modal.defaultVariant"
|
|
2468
|
+
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
2469
|
+
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
2470
|
+
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
2471
|
+
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
2048
2472
|
},
|
|
2049
|
-
"
|
|
2050
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2473
|
+
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
2051
2474
|
"motionVarPrefixes": []
|
|
2052
2475
|
},
|
|
2053
|
-
|
|
2054
|
-
"name": "
|
|
2476
|
+
PopoverContext: {
|
|
2477
|
+
"name": "PopoverContext",
|
|
2055
2478
|
"defaultProps": {},
|
|
2056
2479
|
"getStylesLiterals": {},
|
|
2057
2480
|
"cxLiterals": [],
|
|
@@ -2063,69 +2486,25 @@ var componentData_default = {
|
|
|
2063
2486
|
"runtimeConfigInternalComponentProps": {},
|
|
2064
2487
|
"motionVarPrefixes": []
|
|
2065
2488
|
},
|
|
2066
|
-
|
|
2067
|
-
"name": "
|
|
2068
|
-
"defaultProps": {},
|
|
2069
|
-
"getStylesLiterals": {},
|
|
2070
|
-
"cxLiterals": [],
|
|
2071
|
-
"internalComponents": ["Text", "DialogDescription"],
|
|
2072
|
-
"internalComponentProps": { "Text": { "as": ["span"] } },
|
|
2073
|
-
"propToVariantKeys": {
|
|
2074
|
-
"size": ["modalSizeDescription"],
|
|
2075
|
-
"variant": ["modalVariantDescription"]
|
|
2076
|
-
},
|
|
2077
|
-
"runtimeConfigDefaultProps": {
|
|
2078
|
-
"size": "modal.defaultSize",
|
|
2079
|
-
"variant": "modal.defaultVariant"
|
|
2080
|
-
},
|
|
2081
|
-
"runtimeConfigGetStyles": {
|
|
2082
|
-
"modalSizeDescription": ["modal.defaultSize"],
|
|
2083
|
-
"modalVariantDescription": ["modal.defaultVariant"]
|
|
2084
|
-
},
|
|
2085
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2086
|
-
"motionVarPrefixes": []
|
|
2087
|
-
},
|
|
2088
|
-
ModalPortal: {
|
|
2089
|
-
"name": "ModalPortal",
|
|
2489
|
+
PopoverTrigger: {
|
|
2490
|
+
"name": "PopoverTrigger",
|
|
2090
2491
|
"defaultProps": {},
|
|
2091
2492
|
"getStylesLiterals": {},
|
|
2092
2493
|
"cxLiterals": [],
|
|
2093
|
-
"internalComponents": ["
|
|
2094
|
-
"internalComponentProps": {},
|
|
2095
|
-
"propToVariantKeys": {},
|
|
2494
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
2495
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
2496
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
2096
2497
|
"runtimeConfigDefaultProps": {},
|
|
2097
2498
|
"runtimeConfigGetStyles": {},
|
|
2098
2499
|
"runtimeConfigInternalComponentProps": {},
|
|
2099
2500
|
"motionVarPrefixes": []
|
|
2100
2501
|
},
|
|
2101
|
-
|
|
2102
|
-
"name": "
|
|
2103
|
-
"defaultProps": {},
|
|
2104
|
-
"getStylesLiterals": {},
|
|
2105
|
-
"cxLiterals": [],
|
|
2106
|
-
"internalComponents": ["Text", "DialogHeading"],
|
|
2107
|
-
"internalComponentProps": { "Text": { "as": ["span"] } },
|
|
2108
|
-
"propToVariantKeys": {
|
|
2109
|
-
"size": ["modalSizeTitle"],
|
|
2110
|
-
"variant": ["modalVariantTitle"]
|
|
2111
|
-
},
|
|
2112
|
-
"runtimeConfigDefaultProps": {
|
|
2113
|
-
"size": "modal.defaultSize",
|
|
2114
|
-
"variant": "modal.defaultVariant"
|
|
2115
|
-
},
|
|
2116
|
-
"runtimeConfigGetStyles": {
|
|
2117
|
-
"modalSizeTitle": ["modal.defaultSize"],
|
|
2118
|
-
"modalVariantTitle": ["modal.defaultVariant"]
|
|
2119
|
-
},
|
|
2120
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2121
|
-
"motionVarPrefixes": []
|
|
2122
|
-
},
|
|
2123
|
-
UDSModalConfigProvider: {
|
|
2124
|
-
"name": "UDSModalConfigProvider",
|
|
2502
|
+
UDSPopoverConfigProvider: {
|
|
2503
|
+
"name": "UDSPopoverConfigProvider",
|
|
2125
2504
|
"defaultProps": {},
|
|
2126
2505
|
"getStylesLiterals": {},
|
|
2127
2506
|
"cxLiterals": [],
|
|
2128
|
-
"internalComponents": ["
|
|
2507
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
2129
2508
|
"internalComponentProps": {},
|
|
2130
2509
|
"propToVariantKeys": {},
|
|
2131
2510
|
"runtimeConfigDefaultProps": {},
|