@yahoo/uds 3.151.0 → 3.152.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/components/client/IconButton.cjs +62 -31
- package/dist/components/client/IconButton.d.cts +2 -1
- package/dist/components/client/IconButton.d.ts +2 -1
- package/dist/components/client/IconButton.js +63 -32
- package/dist/css/dist/purger/optimized/purgeFromCode.cjs +6 -4
- package/dist/css/dist/purger/optimized/purgeFromCode.js +6 -4
- package/dist/styles/styler.d.cts +18 -18
- package/dist/styles/styler.d.ts +18 -18
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.cjs +3 -2
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.js +3 -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 +611 -598
- package/dist/uds/generated/componentData.js +611 -598
- package/dist/uds/generated/tailwindPurge.cjs +42 -5
- package/dist/uds/generated/tailwindPurge.js +42 -5
- package/generated/componentData.json +989 -970
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +1 -1
|
@@ -502,7 +502,10 @@ var componentData_default = {
|
|
|
502
502
|
"withIcon",
|
|
503
503
|
"uds-button-with-gap",
|
|
504
504
|
"animate-spin",
|
|
505
|
-
"truncate"
|
|
505
|
+
"truncate",
|
|
506
|
+
"flex",
|
|
507
|
+
"overflow-clip",
|
|
508
|
+
"uds-button-icon-container"
|
|
506
509
|
],
|
|
507
510
|
"internalComponents": [
|
|
508
511
|
"Icon",
|
|
@@ -553,10 +556,12 @@ var componentData_default = {
|
|
|
553
556
|
"uds-ring-within",
|
|
554
557
|
"transition-[background-color,border-color,box-shadow]",
|
|
555
558
|
"pointer-events-none",
|
|
559
|
+
"opacity-0",
|
|
560
|
+
"opacity-55",
|
|
561
|
+
"opacity-100",
|
|
556
562
|
"transition-opacity",
|
|
557
563
|
"cursor-[inherit]",
|
|
558
564
|
"absolute",
|
|
559
|
-
"opacity-0",
|
|
560
565
|
"top-1/2",
|
|
561
566
|
"left-1/2",
|
|
562
567
|
"w-[calc(100%+2px)]",
|
|
@@ -632,13 +637,19 @@ var componentData_default = {
|
|
|
632
637
|
],
|
|
633
638
|
"internalComponents": [
|
|
634
639
|
"Icon",
|
|
640
|
+
"AnimatePresence",
|
|
635
641
|
"SpringMotionConfig",
|
|
636
|
-
"
|
|
642
|
+
"MotionSlot"
|
|
637
643
|
],
|
|
638
644
|
"internalComponentProps": {
|
|
639
645
|
"Icon": { "color": ["current"] },
|
|
646
|
+
"AnimatePresence": { "mode": ["popLayout"] },
|
|
640
647
|
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
641
|
-
"
|
|
648
|
+
"MotionSlot": {
|
|
649
|
+
"initial": ["icon"],
|
|
650
|
+
"whileHover": ["hover"],
|
|
651
|
+
"whileTap": ["pressed"]
|
|
652
|
+
}
|
|
642
653
|
},
|
|
643
654
|
"propToVariantKeys": {
|
|
644
655
|
"size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
|
|
@@ -938,76 +949,79 @@ var componentData_default = {
|
|
|
938
949
|
"runtimeConfigInternalComponentProps": {},
|
|
939
950
|
"motionVarPrefixes": []
|
|
940
951
|
},
|
|
941
|
-
|
|
942
|
-
"name": "
|
|
943
|
-
"defaultProps": {
|
|
952
|
+
"Menu.Content": {
|
|
953
|
+
"name": "Menu.Content",
|
|
954
|
+
"defaultProps": {
|
|
955
|
+
"size": "default",
|
|
956
|
+
"variant": "default",
|
|
957
|
+
"gutter": "1"
|
|
958
|
+
},
|
|
944
959
|
"getStylesLiterals": {},
|
|
945
960
|
"cxLiterals": [
|
|
946
|
-
"
|
|
947
|
-
"
|
|
948
|
-
"
|
|
949
|
-
"
|
|
950
|
-
"
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
"
|
|
957
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
958
|
-
"motion-reduce:transition-none",
|
|
959
|
-
"top-[-4px]",
|
|
960
|
-
"z-[1]",
|
|
961
|
-
"touch-pan-y"
|
|
961
|
+
"uds-menu-content",
|
|
962
|
+
"transition-shadow",
|
|
963
|
+
"duration-200",
|
|
964
|
+
"ease-in-out",
|
|
965
|
+
"min-w-60",
|
|
966
|
+
"max-w-lg",
|
|
967
|
+
"max-h-96",
|
|
968
|
+
"overflow-auto",
|
|
969
|
+
"uds-ring",
|
|
970
|
+
"z-10",
|
|
971
|
+
"group"
|
|
962
972
|
],
|
|
963
973
|
"internalComponents": [
|
|
964
|
-
"
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
"Box",
|
|
968
|
-
"BottomSheetInternalContext.Provider"
|
|
974
|
+
"AriakitMenu",
|
|
975
|
+
"AnimatePresence",
|
|
976
|
+
"MotionVStack"
|
|
969
977
|
],
|
|
970
|
-
"internalComponentProps": {
|
|
971
|
-
|
|
972
|
-
"
|
|
973
|
-
"
|
|
974
|
-
"display": ["block", "flex"],
|
|
975
|
-
"position": ["absolute"],
|
|
976
|
-
"flexDirection": ["column"],
|
|
977
|
-
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
978
|
-
}
|
|
978
|
+
"internalComponentProps": {},
|
|
979
|
+
"propToVariantKeys": {
|
|
980
|
+
"size": ["menucontentSizeRoot"],
|
|
981
|
+
"variant": ["menucontentVariantRoot"]
|
|
979
982
|
},
|
|
980
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
981
983
|
"runtimeConfigDefaultProps": {},
|
|
982
984
|
"runtimeConfigGetStyles": {},
|
|
983
985
|
"runtimeConfigInternalComponentProps": {},
|
|
984
986
|
"motionVarPrefixes": []
|
|
985
987
|
},
|
|
986
|
-
|
|
987
|
-
"name": "
|
|
988
|
-
"defaultProps": {
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
988
|
+
"Menu.Divider": {
|
|
989
|
+
"name": "Menu.Divider",
|
|
990
|
+
"defaultProps": {
|
|
991
|
+
"role": "separator",
|
|
992
|
+
"contentPosition": "start",
|
|
993
|
+
"gap": "4"
|
|
994
|
+
},
|
|
995
|
+
"getStylesLiterals": {
|
|
996
|
+
"menuitemDividerVariantRoot": "default",
|
|
997
|
+
"menuitemDividerVariantText": "default",
|
|
998
|
+
"menuitemDividerVariantLine": "default"
|
|
998
999
|
},
|
|
1000
|
+
"cxLiterals": [],
|
|
1001
|
+
"internalComponents": ["Divider"],
|
|
1002
|
+
"internalComponentProps": { "Divider": { "variant": ["inherit"] } },
|
|
999
1003
|
"propToVariantKeys": {},
|
|
1000
1004
|
"runtimeConfigDefaultProps": {},
|
|
1001
1005
|
"runtimeConfigGetStyles": {},
|
|
1002
1006
|
"runtimeConfigInternalComponentProps": {},
|
|
1003
1007
|
"motionVarPrefixes": []
|
|
1004
1008
|
},
|
|
1005
|
-
|
|
1006
|
-
"name": "
|
|
1009
|
+
"Menu.Item": {
|
|
1010
|
+
"name": "Menu.Item",
|
|
1007
1011
|
"defaultProps": {},
|
|
1008
|
-
"getStylesLiterals": {
|
|
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
|
+
},
|
|
1009
1023
|
"cxLiterals": [],
|
|
1010
|
-
"internalComponents": ["
|
|
1024
|
+
"internalComponents": ["MenuItemBase"],
|
|
1011
1025
|
"internalComponentProps": {},
|
|
1012
1026
|
"propToVariantKeys": {},
|
|
1013
1027
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1015,80 +1029,87 @@ var componentData_default = {
|
|
|
1015
1029
|
"runtimeConfigInternalComponentProps": {},
|
|
1016
1030
|
"motionVarPrefixes": []
|
|
1017
1031
|
},
|
|
1018
|
-
|
|
1019
|
-
"name": "
|
|
1020
|
-
"defaultProps": {
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1025
|
-
"
|
|
1026
|
-
"
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1033
|
-
"
|
|
1034
|
-
|
|
1035
|
-
"w-8",
|
|
1036
|
-
"rounded-full"
|
|
1037
|
-
],
|
|
1038
|
-
"internalComponents": ["Box"],
|
|
1039
|
-
"internalComponentProps": { "Box": {
|
|
1040
|
-
"display": ["block", "flex"],
|
|
1041
|
-
"justifyContent": ["center"]
|
|
1042
|
-
} },
|
|
1043
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1044
|
-
"runtimeConfigDefaultProps": {},
|
|
1045
|
-
"runtimeConfigGetStyles": {},
|
|
1046
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1047
|
-
"motionVarPrefixes": []
|
|
1048
|
-
},
|
|
1049
|
-
BottomSheetHeader: {
|
|
1050
|
-
"name": "BottomSheetHeader",
|
|
1051
|
-
"defaultProps": { "variant": "default" },
|
|
1052
|
-
"getStylesLiterals": {},
|
|
1032
|
+
"Menu.ItemBase": {
|
|
1033
|
+
"name": "Menu.ItemBase",
|
|
1034
|
+
"defaultProps": {
|
|
1035
|
+
"spacing": "0",
|
|
1036
|
+
"spacingHorizontal": "4",
|
|
1037
|
+
"spacingVertical": "3.5",
|
|
1038
|
+
"columnGap": "2",
|
|
1039
|
+
"alignItems": "center",
|
|
1040
|
+
"justifyContent": "space-between"
|
|
1041
|
+
},
|
|
1042
|
+
"getStylesLiterals": {
|
|
1043
|
+
"textAlign": "start",
|
|
1044
|
+
"menuitemSizeRoot": "default",
|
|
1045
|
+
"flexDirection": "row",
|
|
1046
|
+
"menuitemSizeStartIcon": "default",
|
|
1047
|
+
"menuitemSizeEndIcon": "default"
|
|
1048
|
+
},
|
|
1053
1049
|
"cxLiterals": [
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1050
|
+
"uds-menu-item",
|
|
1051
|
+
"flex",
|
|
1052
|
+
"focus-visible:text-brand",
|
|
1053
|
+
"focus-visible:bg-brand-secondary",
|
|
1054
|
+
"focus-visible:z-10",
|
|
1055
|
+
"uds-ring",
|
|
1056
|
+
"!-outline-offset-2",
|
|
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"
|
|
1059
1067
|
],
|
|
1060
1068
|
"internalComponents": [
|
|
1061
|
-
"
|
|
1062
|
-
"
|
|
1063
|
-
"
|
|
1069
|
+
"Pressable",
|
|
1070
|
+
"IconSlot",
|
|
1071
|
+
"RootComponent",
|
|
1072
|
+
"HStack",
|
|
1073
|
+
"AnimatePresence"
|
|
1064
1074
|
],
|
|
1065
1075
|
"internalComponentProps": {
|
|
1066
|
-
"
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1069
|
-
"justifyContent": ["flex-start", "flex-end"]
|
|
1070
|
-
},
|
|
1071
|
-
"Text": {
|
|
1072
|
-
"as": ["p"],
|
|
1073
|
-
"variant": ["inherit"],
|
|
1074
|
-
"color": ["inherit"],
|
|
1075
|
-
"textAlign": ["center"],
|
|
1076
|
-
"className": ["m-0 w-full"]
|
|
1076
|
+
"HStack": {
|
|
1077
|
+
"alignItems": ["center"],
|
|
1078
|
+
"width": ["full"]
|
|
1077
1079
|
},
|
|
1078
|
-
"
|
|
1080
|
+
"AnimatePresence": { "mode": ["popLayout"] }
|
|
1081
|
+
},
|
|
1082
|
+
"propToVariantKeys": {
|
|
1083
|
+
"startIconClassName": ["className"],
|
|
1084
|
+
"endIconClassName": ["className"],
|
|
1085
|
+
"startIcon": ["icon"],
|
|
1086
|
+
"endIcon": ["icon"],
|
|
1087
|
+
"columnGap": ["gap"]
|
|
1079
1088
|
},
|
|
1080
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1081
1089
|
"runtimeConfigDefaultProps": {},
|
|
1082
1090
|
"runtimeConfigGetStyles": {},
|
|
1083
1091
|
"runtimeConfigInternalComponentProps": {},
|
|
1084
1092
|
"motionVarPrefixes": []
|
|
1085
1093
|
},
|
|
1086
|
-
|
|
1087
|
-
"name": "
|
|
1094
|
+
"Menu.ItemCheckbox": {
|
|
1095
|
+
"name": "Menu.ItemCheckbox",
|
|
1088
1096
|
"defaultProps": {},
|
|
1089
|
-
"getStylesLiterals": {
|
|
1090
|
-
|
|
1091
|
-
|
|
1097
|
+
"getStylesLiterals": {
|
|
1098
|
+
"menuitemItemCheckboxVariantRoot": "default",
|
|
1099
|
+
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
1100
|
+
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
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"
|
|
1110
|
+
},
|
|
1111
|
+
"cxLiterals": ["uds-menu-item-checkbox"],
|
|
1112
|
+
"internalComponents": ["MenuItemBase"],
|
|
1092
1113
|
"internalComponentProps": {},
|
|
1093
1114
|
"propToVariantKeys": {},
|
|
1094
1115
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1096,25 +1117,38 @@ var componentData_default = {
|
|
|
1096
1117
|
"runtimeConfigInternalComponentProps": {},
|
|
1097
1118
|
"motionVarPrefixes": []
|
|
1098
1119
|
},
|
|
1099
|
-
|
|
1100
|
-
"name": "
|
|
1120
|
+
"Menu.Provider": {
|
|
1121
|
+
"name": "Menu.Provider",
|
|
1101
1122
|
"defaultProps": {},
|
|
1102
1123
|
"getStylesLiterals": {},
|
|
1103
1124
|
"cxLiterals": [],
|
|
1104
|
-
"internalComponents": ["
|
|
1125
|
+
"internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
|
|
1105
1126
|
"internalComponentProps": {},
|
|
1106
1127
|
"propToVariantKeys": {},
|
|
1107
1128
|
"runtimeConfigDefaultProps": {},
|
|
1108
1129
|
"runtimeConfigGetStyles": {},
|
|
1109
1130
|
"runtimeConfigInternalComponentProps": {},
|
|
1110
|
-
"motionVarPrefixes": []
|
|
1131
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1111
1132
|
},
|
|
1112
|
-
|
|
1113
|
-
"name": "
|
|
1133
|
+
"Menu.Trigger": {
|
|
1134
|
+
"name": "Menu.Trigger",
|
|
1135
|
+
"defaultProps": {},
|
|
1136
|
+
"getStylesLiterals": {},
|
|
1137
|
+
"cxLiterals": ["uds-menu-trigger"],
|
|
1138
|
+
"internalComponents": ["AriakitMenuTrigger", "Box"],
|
|
1139
|
+
"internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
|
|
1140
|
+
"propToVariantKeys": {},
|
|
1141
|
+
"runtimeConfigDefaultProps": {},
|
|
1142
|
+
"runtimeConfigGetStyles": {},
|
|
1143
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1144
|
+
"motionVarPrefixes": []
|
|
1145
|
+
},
|
|
1146
|
+
"Menu.index": {
|
|
1147
|
+
"name": "Menu.index",
|
|
1114
1148
|
"defaultProps": {},
|
|
1115
1149
|
"getStylesLiterals": {},
|
|
1116
1150
|
"cxLiterals": [],
|
|
1117
|
-
"internalComponents": [
|
|
1151
|
+
"internalComponents": [],
|
|
1118
1152
|
"internalComponentProps": {},
|
|
1119
1153
|
"propToVariantKeys": {},
|
|
1120
1154
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1122,12 +1156,12 @@ var componentData_default = {
|
|
|
1122
1156
|
"runtimeConfigInternalComponentProps": {},
|
|
1123
1157
|
"motionVarPrefixes": []
|
|
1124
1158
|
},
|
|
1125
|
-
|
|
1126
|
-
"name": "
|
|
1159
|
+
Menu: {
|
|
1160
|
+
"name": "Menu",
|
|
1127
1161
|
"defaultProps": {},
|
|
1128
1162
|
"getStylesLiterals": {},
|
|
1129
1163
|
"cxLiterals": [],
|
|
1130
|
-
"internalComponents": [
|
|
1164
|
+
"internalComponents": [],
|
|
1131
1165
|
"internalComponentProps": {},
|
|
1132
1166
|
"propToVariantKeys": {},
|
|
1133
1167
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1265,65 +1299,59 @@ var componentData_default = {
|
|
|
1265
1299
|
"runtimeConfigInternalComponentProps": {},
|
|
1266
1300
|
"motionVarPrefixes": []
|
|
1267
1301
|
},
|
|
1268
|
-
|
|
1269
|
-
"name": "
|
|
1302
|
+
Popover: {
|
|
1303
|
+
"name": "Popover",
|
|
1270
1304
|
"defaultProps": {},
|
|
1271
1305
|
"getStylesLiterals": {},
|
|
1272
|
-
"cxLiterals": [],
|
|
1273
|
-
"internalComponents": [
|
|
1274
|
-
"Modal",
|
|
1275
|
-
"ModalTitle",
|
|
1276
|
-
"ModalDescription",
|
|
1277
|
-
"ModalContent",
|
|
1278
|
-
"ModalActions"
|
|
1279
|
-
],
|
|
1306
|
+
"cxLiterals": ["uds:popover-open"],
|
|
1307
|
+
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1280
1308
|
"internalComponentProps": {},
|
|
1281
1309
|
"propToVariantKeys": {},
|
|
1282
1310
|
"runtimeConfigDefaultProps": {
|
|
1283
|
-
"size": "
|
|
1284
|
-
"variant": "
|
|
1311
|
+
"size": "popover.defaultSize",
|
|
1312
|
+
"variant": "popover.defaultVariant"
|
|
1285
1313
|
},
|
|
1286
1314
|
"runtimeConfigGetStyles": {},
|
|
1287
1315
|
"runtimeConfigInternalComponentProps": {},
|
|
1288
1316
|
"motionVarPrefixes": []
|
|
1289
1317
|
},
|
|
1290
|
-
|
|
1291
|
-
"name": "
|
|
1292
|
-
"defaultProps": {
|
|
1293
|
-
"closeAriaLabel": "Close",
|
|
1294
|
-
"maxWidth": "auto",
|
|
1295
|
-
"maxHeight": "auto",
|
|
1296
|
-
"scrollBehavior": "outside"
|
|
1297
|
-
},
|
|
1318
|
+
PopoverContent: {
|
|
1319
|
+
"name": "PopoverContent",
|
|
1320
|
+
"defaultProps": {},
|
|
1298
1321
|
"getStylesLiterals": {
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1322
|
+
"popoverSizeRoot": "default",
|
|
1323
|
+
"popoverVariantRoot": "default",
|
|
1324
|
+
"display": "flex",
|
|
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",
|
|
1341
|
+
"alignItems": "center",
|
|
1342
|
+
"justifyContent": "center",
|
|
1343
|
+
"popoverVariantCloseIcon": "default",
|
|
1344
|
+
"popoverSizeCloseIcon": "default"
|
|
1304
1345
|
},
|
|
1305
1346
|
"cxLiterals": [
|
|
1306
|
-
"
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
"overflow-hidden",
|
|
1311
|
-
"transition-[opacity,visibility]",
|
|
1312
|
-
"visible",
|
|
1313
|
-
"opacity-100",
|
|
1314
|
-
"invisible",
|
|
1315
|
-
"opacity-0",
|
|
1316
|
-
"pointer-events-none",
|
|
1347
|
+
"z-[9999]",
|
|
1348
|
+
"outline-none",
|
|
1349
|
+
"focus-visible:outline-none",
|
|
1350
|
+
"uds-bgBlurFillFallback",
|
|
1317
1351
|
"uds-bgBlurFallback",
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1321
|
-
"h-fit",
|
|
1322
|
-
"m-auto",
|
|
1323
|
-
"pointer-events-auto",
|
|
1324
|
-
"inside",
|
|
1325
|
-
"max-h-full",
|
|
1326
|
-
"transition-transform",
|
|
1352
|
+
"top-0",
|
|
1353
|
+
"left-0",
|
|
1354
|
+
"z-[1]",
|
|
1327
1355
|
"duration-0",
|
|
1328
1356
|
"duration-120",
|
|
1329
1357
|
"transition-[background-color]",
|
|
@@ -1331,101 +1359,35 @@ var componentData_default = {
|
|
|
1331
1359
|
"hover:bg-carbon-15/10",
|
|
1332
1360
|
"active:bg-carbon-15/15",
|
|
1333
1361
|
"uds-ring",
|
|
1334
|
-
"
|
|
1362
|
+
"absolute",
|
|
1363
|
+
"z-[4]"
|
|
1335
1364
|
],
|
|
1336
1365
|
"internalComponents": [
|
|
1337
|
-
"
|
|
1338
|
-
"VStack",
|
|
1339
|
-
"Pressable",
|
|
1366
|
+
"PopoverDismiss",
|
|
1340
1367
|
"IconSlot",
|
|
1368
|
+
"PopoverArrow",
|
|
1369
|
+
"Popover",
|
|
1370
|
+
"SvgFloatingOverlay",
|
|
1341
1371
|
"Box",
|
|
1342
|
-
"
|
|
1343
|
-
"ModalContext.Provider",
|
|
1344
|
-
"HStack",
|
|
1345
|
-
"DialogDismiss",
|
|
1346
|
-
"ModalTitle",
|
|
1347
|
-
"ModalDescription",
|
|
1348
|
-
"ModalContent",
|
|
1349
|
-
"ModalActions"
|
|
1372
|
+
"Pressable"
|
|
1350
1373
|
],
|
|
1351
|
-
"internalComponentProps": { "Box": { "flexGrow": ["1"] } },
|
|
1352
|
-
"propToVariantKeys": {
|
|
1353
|
-
"gutter": ["spacing"],
|
|
1354
|
-
"size": [
|
|
1355
|
-
"modalSizeRoot",
|
|
1356
|
-
"modalSizeSpacingHorizontal",
|
|
1357
|
-
"modalSizeHeader",
|
|
1358
|
-
"modalSizeTitleDescriptionWrapper",
|
|
1359
|
-
"modalSizeCloseIconContainer",
|
|
1360
|
-
"modalSizeCloseIcon"
|
|
1361
|
-
],
|
|
1362
|
-
"variant": ["modalVariantRoot", "modalVariantCloseIcon"],
|
|
1363
|
-
"closeAriaLabel": ["aria-label"],
|
|
1364
|
-
"closeIcon": ["icon"]
|
|
1365
|
-
},
|
|
1366
|
-
"runtimeConfigDefaultProps": {
|
|
1367
|
-
"size": "modal.defaultSize",
|
|
1368
|
-
"variant": "modal.defaultVariant"
|
|
1369
|
-
},
|
|
1370
|
-
"runtimeConfigGetStyles": {
|
|
1371
|
-
"spacing": ["modal.gutter.${size}"],
|
|
1372
|
-
"modalSizeRoot": ["modal.defaultSize"],
|
|
1373
|
-
"modalVariantRoot": ["modal.defaultVariant"],
|
|
1374
|
-
"modalSizeSpacingHorizontal": ["modal.defaultSize"],
|
|
1375
|
-
"modalSizeHeader": ["modal.defaultSize"],
|
|
1376
|
-
"modalSizeTitleDescriptionWrapper": ["modal.defaultSize"],
|
|
1377
|
-
"modalSizeCloseIconContainer": ["modal.defaultSize"],
|
|
1378
|
-
"modalSizeCloseIcon": ["modal.defaultSize"],
|
|
1379
|
-
"modalVariantCloseIcon": ["modal.defaultVariant"]
|
|
1380
|
-
},
|
|
1381
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1382
|
-
"motionVarPrefixes": []
|
|
1383
|
-
},
|
|
1384
|
-
ModalActions: {
|
|
1385
|
-
"name": "ModalActions",
|
|
1386
|
-
"defaultProps": {},
|
|
1387
|
-
"getStylesLiterals": {
|
|
1388
|
-
"flexDirection": "row-reverse",
|
|
1389
|
-
"justifyContent": "space-between",
|
|
1390
|
-
"alignItems": "center"
|
|
1391
|
-
},
|
|
1392
|
-
"cxLiterals": ["gap-[inherit]"],
|
|
1393
|
-
"internalComponents": ["HStack"],
|
|
1394
1374
|
"internalComponentProps": {},
|
|
1395
|
-
"propToVariantKeys": { "
|
|
1375
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1396
1376
|
"runtimeConfigDefaultProps": {
|
|
1397
|
-
"size": "
|
|
1398
|
-
"variant": "
|
|
1377
|
+
"size": "popover.defaultSize",
|
|
1378
|
+
"variant": "popover.defaultVariant"
|
|
1399
1379
|
},
|
|
1400
1380
|
"runtimeConfigGetStyles": {
|
|
1401
|
-
"
|
|
1402
|
-
"
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
"motionVarPrefixes": []
|
|
1406
|
-
},
|
|
1407
|
-
ModalContent: {
|
|
1408
|
-
"name": "ModalContent",
|
|
1409
|
-
"defaultProps": {},
|
|
1410
|
-
"getStylesLiterals": {
|
|
1411
|
-
"overflowY": "auto",
|
|
1412
|
-
"display": "block",
|
|
1413
|
-
"flexGrow": "1"
|
|
1414
|
-
},
|
|
1415
|
-
"cxLiterals": [],
|
|
1416
|
-
"internalComponents": ["Box"],
|
|
1417
|
-
"internalComponentProps": {},
|
|
1418
|
-
"propToVariantKeys": { "size": ["modalSizeSpacingHorizontal"] },
|
|
1419
|
-
"runtimeConfigDefaultProps": {
|
|
1420
|
-
"size": "modal.defaultSize",
|
|
1421
|
-
"variant": "modal.defaultVariant"
|
|
1381
|
+
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1382
|
+
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1383
|
+
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1384
|
+
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1422
1385
|
},
|
|
1423
|
-
"
|
|
1424
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1386
|
+
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1425
1387
|
"motionVarPrefixes": []
|
|
1426
1388
|
},
|
|
1427
|
-
|
|
1428
|
-
"name": "
|
|
1389
|
+
PopoverContext: {
|
|
1390
|
+
"name": "PopoverContext",
|
|
1429
1391
|
"defaultProps": {},
|
|
1430
1392
|
"getStylesLiterals": {},
|
|
1431
1393
|
"cxLiterals": [],
|
|
@@ -1437,34 +1399,25 @@ var componentData_default = {
|
|
|
1437
1399
|
"runtimeConfigInternalComponentProps": {},
|
|
1438
1400
|
"motionVarPrefixes": []
|
|
1439
1401
|
},
|
|
1440
|
-
|
|
1441
|
-
"name": "
|
|
1402
|
+
PopoverTrigger: {
|
|
1403
|
+
"name": "PopoverTrigger",
|
|
1442
1404
|
"defaultProps": {},
|
|
1443
1405
|
"getStylesLiterals": {},
|
|
1444
1406
|
"cxLiterals": [],
|
|
1445
|
-
"internalComponents": ["
|
|
1446
|
-
"internalComponentProps": { "
|
|
1447
|
-
"propToVariantKeys": {
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
},
|
|
1451
|
-
"runtimeConfigDefaultProps": {
|
|
1452
|
-
"size": "modal.defaultSize",
|
|
1453
|
-
"variant": "modal.defaultVariant"
|
|
1454
|
-
},
|
|
1455
|
-
"runtimeConfigGetStyles": {
|
|
1456
|
-
"modalSizeDescription": ["modal.defaultSize"],
|
|
1457
|
-
"modalVariantDescription": ["modal.defaultVariant"]
|
|
1458
|
-
},
|
|
1407
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
1408
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1409
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
1410
|
+
"runtimeConfigDefaultProps": {},
|
|
1411
|
+
"runtimeConfigGetStyles": {},
|
|
1459
1412
|
"runtimeConfigInternalComponentProps": {},
|
|
1460
1413
|
"motionVarPrefixes": []
|
|
1461
1414
|
},
|
|
1462
|
-
|
|
1463
|
-
"name": "
|
|
1415
|
+
UDSPopoverConfigProvider: {
|
|
1416
|
+
"name": "UDSPopoverConfigProvider",
|
|
1464
1417
|
"defaultProps": {},
|
|
1465
1418
|
"getStylesLiterals": {},
|
|
1466
1419
|
"cxLiterals": [],
|
|
1467
|
-
"internalComponents": ["
|
|
1420
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
1468
1421
|
"internalComponentProps": {},
|
|
1469
1422
|
"propToVariantKeys": {},
|
|
1470
1423
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1472,267 +1425,12 @@ var componentData_default = {
|
|
|
1472
1425
|
"runtimeConfigInternalComponentProps": {},
|
|
1473
1426
|
"motionVarPrefixes": []
|
|
1474
1427
|
},
|
|
1475
|
-
|
|
1476
|
-
"name": "
|
|
1477
|
-
"defaultProps": {
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
"internalComponentProps": { "Text": { "as": ["span"] } },
|
|
1482
|
-
"propToVariantKeys": {
|
|
1483
|
-
"size": ["modalSizeTitle"],
|
|
1484
|
-
"variant": ["modalVariantTitle"]
|
|
1485
|
-
},
|
|
1486
|
-
"runtimeConfigDefaultProps": {
|
|
1487
|
-
"size": "modal.defaultSize",
|
|
1488
|
-
"variant": "modal.defaultVariant"
|
|
1489
|
-
},
|
|
1490
|
-
"runtimeConfigGetStyles": {
|
|
1491
|
-
"modalSizeTitle": ["modal.defaultSize"],
|
|
1492
|
-
"modalVariantTitle": ["modal.defaultVariant"]
|
|
1493
|
-
},
|
|
1494
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1495
|
-
"motionVarPrefixes": []
|
|
1496
|
-
},
|
|
1497
|
-
UDSModalConfigProvider: {
|
|
1498
|
-
"name": "UDSModalConfigProvider",
|
|
1499
|
-
"defaultProps": {},
|
|
1500
|
-
"getStylesLiterals": {},
|
|
1501
|
-
"cxLiterals": [],
|
|
1502
|
-
"internalComponents": ["ModalContext.Provider"],
|
|
1503
|
-
"internalComponentProps": {},
|
|
1504
|
-
"propToVariantKeys": {},
|
|
1505
|
-
"runtimeConfigDefaultProps": {},
|
|
1506
|
-
"runtimeConfigGetStyles": {},
|
|
1507
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1508
|
-
"motionVarPrefixes": []
|
|
1509
|
-
},
|
|
1510
|
-
"Menu.Content": {
|
|
1511
|
-
"name": "Menu.Content",
|
|
1512
|
-
"defaultProps": {
|
|
1513
|
-
"size": "default",
|
|
1514
|
-
"variant": "default",
|
|
1515
|
-
"gutter": "1"
|
|
1516
|
-
},
|
|
1517
|
-
"getStylesLiterals": {},
|
|
1518
|
-
"cxLiterals": [
|
|
1519
|
-
"uds-menu-content",
|
|
1520
|
-
"transition-shadow",
|
|
1521
|
-
"duration-200",
|
|
1522
|
-
"ease-in-out",
|
|
1523
|
-
"min-w-60",
|
|
1524
|
-
"max-w-lg",
|
|
1525
|
-
"max-h-96",
|
|
1526
|
-
"overflow-auto",
|
|
1527
|
-
"uds-ring",
|
|
1528
|
-
"z-10",
|
|
1529
|
-
"group"
|
|
1530
|
-
],
|
|
1531
|
-
"internalComponents": [
|
|
1532
|
-
"AriakitMenu",
|
|
1533
|
-
"AnimatePresence",
|
|
1534
|
-
"MotionVStack"
|
|
1535
|
-
],
|
|
1536
|
-
"internalComponentProps": {},
|
|
1537
|
-
"propToVariantKeys": {
|
|
1538
|
-
"size": ["menucontentSizeRoot"],
|
|
1539
|
-
"variant": ["menucontentVariantRoot"]
|
|
1540
|
-
},
|
|
1541
|
-
"runtimeConfigDefaultProps": {},
|
|
1542
|
-
"runtimeConfigGetStyles": {},
|
|
1543
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1544
|
-
"motionVarPrefixes": []
|
|
1545
|
-
},
|
|
1546
|
-
"Menu.Divider": {
|
|
1547
|
-
"name": "Menu.Divider",
|
|
1548
|
-
"defaultProps": {
|
|
1549
|
-
"role": "separator",
|
|
1550
|
-
"contentPosition": "start",
|
|
1551
|
-
"gap": "4"
|
|
1552
|
-
},
|
|
1553
|
-
"getStylesLiterals": {
|
|
1554
|
-
"menuitemDividerVariantRoot": "default",
|
|
1555
|
-
"menuitemDividerVariantText": "default",
|
|
1556
|
-
"menuitemDividerVariantLine": "default"
|
|
1557
|
-
},
|
|
1558
|
-
"cxLiterals": [],
|
|
1559
|
-
"internalComponents": ["Divider"],
|
|
1560
|
-
"internalComponentProps": { "Divider": { "variant": ["inherit"] } },
|
|
1561
|
-
"propToVariantKeys": {},
|
|
1562
|
-
"runtimeConfigDefaultProps": {},
|
|
1563
|
-
"runtimeConfigGetStyles": {},
|
|
1564
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1565
|
-
"motionVarPrefixes": []
|
|
1566
|
-
},
|
|
1567
|
-
"Menu.Item": {
|
|
1568
|
-
"name": "Menu.Item",
|
|
1569
|
-
"defaultProps": {},
|
|
1570
|
-
"getStylesLiterals": {
|
|
1571
|
-
"menuitemItemVariantRoot": "default",
|
|
1572
|
-
"menuitemItemVariantActiveRoot": "on",
|
|
1573
|
-
"menuitemItemVariantActiveRoot:1": "off",
|
|
1574
|
-
"menuitemItemVariantText": "default",
|
|
1575
|
-
"menuitemItemVariantActiveText": "on",
|
|
1576
|
-
"menuitemItemVariantActiveText:1": "off",
|
|
1577
|
-
"menuitemItemVariantIcon": "default",
|
|
1578
|
-
"menuitemItemVariantActiveIcon": "on",
|
|
1579
|
-
"menuitemItemVariantActiveIcon:1": "off"
|
|
1580
|
-
},
|
|
1581
|
-
"cxLiterals": [],
|
|
1582
|
-
"internalComponents": ["MenuItemBase"],
|
|
1583
|
-
"internalComponentProps": {},
|
|
1584
|
-
"propToVariantKeys": {},
|
|
1585
|
-
"runtimeConfigDefaultProps": {},
|
|
1586
|
-
"runtimeConfigGetStyles": {},
|
|
1587
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1588
|
-
"motionVarPrefixes": []
|
|
1589
|
-
},
|
|
1590
|
-
"Menu.ItemBase": {
|
|
1591
|
-
"name": "Menu.ItemBase",
|
|
1592
|
-
"defaultProps": {
|
|
1593
|
-
"spacing": "0",
|
|
1594
|
-
"spacingHorizontal": "4",
|
|
1595
|
-
"spacingVertical": "3.5",
|
|
1596
|
-
"columnGap": "2",
|
|
1597
|
-
"alignItems": "center",
|
|
1598
|
-
"justifyContent": "space-between"
|
|
1599
|
-
},
|
|
1600
|
-
"getStylesLiterals": {
|
|
1601
|
-
"textAlign": "start",
|
|
1602
|
-
"menuitemSizeRoot": "default",
|
|
1603
|
-
"flexDirection": "row",
|
|
1604
|
-
"menuitemSizeStartIcon": "default",
|
|
1605
|
-
"menuitemSizeEndIcon": "default"
|
|
1606
|
-
},
|
|
1607
|
-
"cxLiterals": [
|
|
1608
|
-
"uds-menu-item",
|
|
1609
|
-
"flex",
|
|
1610
|
-
"focus-visible:text-brand",
|
|
1611
|
-
"focus-visible:bg-brand-secondary",
|
|
1612
|
-
"focus-visible:z-10",
|
|
1613
|
-
"uds-ring",
|
|
1614
|
-
"!-outline-offset-2",
|
|
1615
|
-
"[&:not([aria-checked])]:cursor-default",
|
|
1616
|
-
"opacity-25",
|
|
1617
|
-
"cursor-not-allowed",
|
|
1618
|
-
"duration-20",
|
|
1619
|
-
"transition-[font-variation-settings]",
|
|
1620
|
-
"ease-in-out",
|
|
1621
|
-
"z-0",
|
|
1622
|
-
"truncate",
|
|
1623
|
-
"uds-start-icon",
|
|
1624
|
-
"uds-end-icon"
|
|
1625
|
-
],
|
|
1626
|
-
"internalComponents": [
|
|
1627
|
-
"Pressable",
|
|
1628
|
-
"IconSlot",
|
|
1629
|
-
"RootComponent",
|
|
1630
|
-
"HStack",
|
|
1631
|
-
"AnimatePresence"
|
|
1632
|
-
],
|
|
1633
|
-
"internalComponentProps": {
|
|
1634
|
-
"HStack": {
|
|
1635
|
-
"alignItems": ["center"],
|
|
1636
|
-
"width": ["full"]
|
|
1637
|
-
},
|
|
1638
|
-
"AnimatePresence": { "mode": ["popLayout"] }
|
|
1639
|
-
},
|
|
1640
|
-
"propToVariantKeys": {
|
|
1641
|
-
"startIconClassName": ["className"],
|
|
1642
|
-
"endIconClassName": ["className"],
|
|
1643
|
-
"startIcon": ["icon"],
|
|
1644
|
-
"endIcon": ["icon"],
|
|
1645
|
-
"columnGap": ["gap"]
|
|
1646
|
-
},
|
|
1647
|
-
"runtimeConfigDefaultProps": {},
|
|
1648
|
-
"runtimeConfigGetStyles": {},
|
|
1649
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1650
|
-
"motionVarPrefixes": []
|
|
1651
|
-
},
|
|
1652
|
-
"Menu.ItemCheckbox": {
|
|
1653
|
-
"name": "Menu.ItemCheckbox",
|
|
1654
|
-
"defaultProps": {},
|
|
1655
|
-
"getStylesLiterals": {
|
|
1656
|
-
"menuitemItemCheckboxVariantRoot": "default",
|
|
1657
|
-
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
1658
|
-
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
1659
|
-
"menuitemItemCheckboxVariantText": "default",
|
|
1660
|
-
"menuitemItemCheckboxVariantActiveText": "on",
|
|
1661
|
-
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
1662
|
-
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
1663
|
-
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
1664
|
-
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
1665
|
-
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
1666
|
-
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
1667
|
-
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
1668
|
-
},
|
|
1669
|
-
"cxLiterals": ["uds-menu-item-checkbox"],
|
|
1670
|
-
"internalComponents": ["MenuItemBase"],
|
|
1671
|
-
"internalComponentProps": {},
|
|
1672
|
-
"propToVariantKeys": {},
|
|
1673
|
-
"runtimeConfigDefaultProps": {},
|
|
1674
|
-
"runtimeConfigGetStyles": {},
|
|
1675
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1676
|
-
"motionVarPrefixes": []
|
|
1677
|
-
},
|
|
1678
|
-
"Menu.Provider": {
|
|
1679
|
-
"name": "Menu.Provider",
|
|
1680
|
-
"defaultProps": {},
|
|
1681
|
-
"getStylesLiterals": {},
|
|
1682
|
-
"cxLiterals": [],
|
|
1683
|
-
"internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
|
|
1684
|
-
"internalComponentProps": {},
|
|
1685
|
-
"propToVariantKeys": {},
|
|
1686
|
-
"runtimeConfigDefaultProps": {},
|
|
1687
|
-
"runtimeConfigGetStyles": {},
|
|
1688
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1689
|
-
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1690
|
-
},
|
|
1691
|
-
"Menu.Trigger": {
|
|
1692
|
-
"name": "Menu.Trigger",
|
|
1693
|
-
"defaultProps": {},
|
|
1694
|
-
"getStylesLiterals": {},
|
|
1695
|
-
"cxLiterals": ["uds-menu-trigger"],
|
|
1696
|
-
"internalComponents": ["AriakitMenuTrigger", "Box"],
|
|
1697
|
-
"internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
|
|
1698
|
-
"propToVariantKeys": {},
|
|
1699
|
-
"runtimeConfigDefaultProps": {},
|
|
1700
|
-
"runtimeConfigGetStyles": {},
|
|
1701
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1702
|
-
"motionVarPrefixes": []
|
|
1703
|
-
},
|
|
1704
|
-
"Menu.index": {
|
|
1705
|
-
"name": "Menu.index",
|
|
1706
|
-
"defaultProps": {},
|
|
1707
|
-
"getStylesLiterals": {},
|
|
1708
|
-
"cxLiterals": [],
|
|
1709
|
-
"internalComponents": [],
|
|
1710
|
-
"internalComponentProps": {},
|
|
1711
|
-
"propToVariantKeys": {},
|
|
1712
|
-
"runtimeConfigDefaultProps": {},
|
|
1713
|
-
"runtimeConfigGetStyles": {},
|
|
1714
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1715
|
-
"motionVarPrefixes": []
|
|
1716
|
-
},
|
|
1717
|
-
Menu: {
|
|
1718
|
-
"name": "Menu",
|
|
1719
|
-
"defaultProps": {},
|
|
1720
|
-
"getStylesLiterals": {},
|
|
1721
|
-
"cxLiterals": [],
|
|
1722
|
-
"internalComponents": [],
|
|
1723
|
-
"internalComponentProps": {},
|
|
1724
|
-
"propToVariantKeys": {},
|
|
1725
|
-
"runtimeConfigDefaultProps": {},
|
|
1726
|
-
"runtimeConfigGetStyles": {},
|
|
1727
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1728
|
-
"motionVarPrefixes": []
|
|
1729
|
-
},
|
|
1730
|
-
Input: {
|
|
1731
|
-
"name": "Input",
|
|
1732
|
-
"defaultProps": {
|
|
1733
|
-
"type": "text",
|
|
1734
|
-
"size": "md",
|
|
1735
|
-
"width": "full"
|
|
1428
|
+
Input: {
|
|
1429
|
+
"name": "Input",
|
|
1430
|
+
"defaultProps": {
|
|
1431
|
+
"type": "text",
|
|
1432
|
+
"size": "md",
|
|
1433
|
+
"width": "full"
|
|
1736
1434
|
},
|
|
1737
1435
|
"getStylesLiterals": {
|
|
1738
1436
|
"inputVariantRoot": "default",
|
|
@@ -1857,6 +1555,203 @@ var componentData_default = {
|
|
|
1857
1555
|
"runtimeConfigInternalComponentProps": {},
|
|
1858
1556
|
"motionVarPrefixes": []
|
|
1859
1557
|
},
|
|
1558
|
+
BottomSheet: {
|
|
1559
|
+
"name": "BottomSheet",
|
|
1560
|
+
"defaultProps": { "variant": "default" },
|
|
1561
|
+
"getStylesLiterals": {},
|
|
1562
|
+
"cxLiterals": [
|
|
1563
|
+
"fixed",
|
|
1564
|
+
"overflow-hidden",
|
|
1565
|
+
"inset-x-0",
|
|
1566
|
+
"bottom-0",
|
|
1567
|
+
"z-50",
|
|
1568
|
+
"[will-change:transform]",
|
|
1569
|
+
"touch-none",
|
|
1570
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1571
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1572
|
+
"transition-transform",
|
|
1573
|
+
"duration-500",
|
|
1574
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1575
|
+
"motion-reduce:transition-none",
|
|
1576
|
+
"top-[-4px]",
|
|
1577
|
+
"z-[1]",
|
|
1578
|
+
"touch-pan-y"
|
|
1579
|
+
],
|
|
1580
|
+
"internalComponents": [
|
|
1581
|
+
"Scrim",
|
|
1582
|
+
"BottomSheetHandle",
|
|
1583
|
+
"Dialog",
|
|
1584
|
+
"Box",
|
|
1585
|
+
"BottomSheetInternalContext.Provider"
|
|
1586
|
+
],
|
|
1587
|
+
"internalComponentProps": {
|
|
1588
|
+
"BottomSheetHandle": { "ariaLabel": ["Resize sheet"] },
|
|
1589
|
+
"Dialog": { "data-testid": ["bottom-sheet"] },
|
|
1590
|
+
"Box": {
|
|
1591
|
+
"display": ["block", "flex"],
|
|
1592
|
+
"position": ["absolute"],
|
|
1593
|
+
"flexDirection": ["column"],
|
|
1594
|
+
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
1598
|
+
"runtimeConfigDefaultProps": {},
|
|
1599
|
+
"runtimeConfigGetStyles": {},
|
|
1600
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1601
|
+
"motionVarPrefixes": []
|
|
1602
|
+
},
|
|
1603
|
+
BottomSheetContent: {
|
|
1604
|
+
"name": "BottomSheetContent",
|
|
1605
|
+
"defaultProps": {},
|
|
1606
|
+
"getStylesLiterals": {},
|
|
1607
|
+
"cxLiterals": ["min-h-0", "touch-pan-y"],
|
|
1608
|
+
"internalComponents": ["Box", "VStack"],
|
|
1609
|
+
"internalComponentProps": {
|
|
1610
|
+
"Box": {
|
|
1611
|
+
"display": ["block"],
|
|
1612
|
+
"flex": ["1"]
|
|
1613
|
+
},
|
|
1614
|
+
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
1615
|
+
},
|
|
1616
|
+
"propToVariantKeys": {},
|
|
1617
|
+
"runtimeConfigDefaultProps": {},
|
|
1618
|
+
"runtimeConfigGetStyles": {},
|
|
1619
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1620
|
+
"motionVarPrefixes": []
|
|
1621
|
+
},
|
|
1622
|
+
BottomSheetDismiss: {
|
|
1623
|
+
"name": "BottomSheetDismiss",
|
|
1624
|
+
"defaultProps": {},
|
|
1625
|
+
"getStylesLiterals": {},
|
|
1626
|
+
"cxLiterals": [],
|
|
1627
|
+
"internalComponents": ["AriakitDialogDismiss"],
|
|
1628
|
+
"internalComponentProps": {},
|
|
1629
|
+
"propToVariantKeys": {},
|
|
1630
|
+
"runtimeConfigDefaultProps": {},
|
|
1631
|
+
"runtimeConfigGetStyles": {},
|
|
1632
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1633
|
+
"motionVarPrefixes": []
|
|
1634
|
+
},
|
|
1635
|
+
BottomSheetHandle: {
|
|
1636
|
+
"name": "BottomSheetHandle",
|
|
1637
|
+
"defaultProps": { "variant": "default" },
|
|
1638
|
+
"getStylesLiterals": {},
|
|
1639
|
+
"cxLiterals": [
|
|
1640
|
+
"relative",
|
|
1641
|
+
"h-5",
|
|
1642
|
+
"w-16",
|
|
1643
|
+
"outline-none",
|
|
1644
|
+
"focus-visible:outline-none",
|
|
1645
|
+
"[touch-action:pan-y]",
|
|
1646
|
+
"absolute",
|
|
1647
|
+
"left-1/2",
|
|
1648
|
+
"top-1/2",
|
|
1649
|
+
"-translate-x-1/2",
|
|
1650
|
+
"-translate-y-1/2",
|
|
1651
|
+
"h-1",
|
|
1652
|
+
"w-8",
|
|
1653
|
+
"rounded-full"
|
|
1654
|
+
],
|
|
1655
|
+
"internalComponents": ["Box"],
|
|
1656
|
+
"internalComponentProps": { "Box": {
|
|
1657
|
+
"display": ["block", "flex"],
|
|
1658
|
+
"justifyContent": ["center"]
|
|
1659
|
+
} },
|
|
1660
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1661
|
+
"runtimeConfigDefaultProps": {},
|
|
1662
|
+
"runtimeConfigGetStyles": {},
|
|
1663
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1664
|
+
"motionVarPrefixes": []
|
|
1665
|
+
},
|
|
1666
|
+
BottomSheetHeader: {
|
|
1667
|
+
"name": "BottomSheetHeader",
|
|
1668
|
+
"defaultProps": { "variant": "default" },
|
|
1669
|
+
"getStylesLiterals": {},
|
|
1670
|
+
"cxLiterals": [
|
|
1671
|
+
"grid-cols-[40px_1fr_40px]",
|
|
1672
|
+
"items-center",
|
|
1673
|
+
"w-full",
|
|
1674
|
+
"min-h-10",
|
|
1675
|
+
"mt-2"
|
|
1676
|
+
],
|
|
1677
|
+
"internalComponents": [
|
|
1678
|
+
"Box",
|
|
1679
|
+
"Text",
|
|
1680
|
+
"DialogHeading"
|
|
1681
|
+
],
|
|
1682
|
+
"internalComponentProps": {
|
|
1683
|
+
"Box": {
|
|
1684
|
+
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1685
|
+
"display": ["grid", "flex"],
|
|
1686
|
+
"justifyContent": ["flex-start", "flex-end"]
|
|
1687
|
+
},
|
|
1688
|
+
"Text": {
|
|
1689
|
+
"as": ["p"],
|
|
1690
|
+
"variant": ["inherit"],
|
|
1691
|
+
"color": ["inherit"],
|
|
1692
|
+
"textAlign": ["center"],
|
|
1693
|
+
"className": ["m-0 w-full"]
|
|
1694
|
+
},
|
|
1695
|
+
"DialogHeading": { "role": ["heading"] }
|
|
1696
|
+
},
|
|
1697
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1698
|
+
"runtimeConfigDefaultProps": {},
|
|
1699
|
+
"runtimeConfigGetStyles": {},
|
|
1700
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1701
|
+
"motionVarPrefixes": []
|
|
1702
|
+
},
|
|
1703
|
+
BottomSheetInternalContext: {
|
|
1704
|
+
"name": "BottomSheetInternalContext",
|
|
1705
|
+
"defaultProps": {},
|
|
1706
|
+
"getStylesLiterals": {},
|
|
1707
|
+
"cxLiterals": [],
|
|
1708
|
+
"internalComponents": [],
|
|
1709
|
+
"internalComponentProps": {},
|
|
1710
|
+
"propToVariantKeys": {},
|
|
1711
|
+
"runtimeConfigDefaultProps": {},
|
|
1712
|
+
"runtimeConfigGetStyles": {},
|
|
1713
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1714
|
+
"motionVarPrefixes": []
|
|
1715
|
+
},
|
|
1716
|
+
BottomSheetProvider: {
|
|
1717
|
+
"name": "BottomSheetProvider",
|
|
1718
|
+
"defaultProps": {},
|
|
1719
|
+
"getStylesLiterals": {},
|
|
1720
|
+
"cxLiterals": [],
|
|
1721
|
+
"internalComponents": ["AriakitDialogProvider"],
|
|
1722
|
+
"internalComponentProps": {},
|
|
1723
|
+
"propToVariantKeys": {},
|
|
1724
|
+
"runtimeConfigDefaultProps": {},
|
|
1725
|
+
"runtimeConfigGetStyles": {},
|
|
1726
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1727
|
+
"motionVarPrefixes": []
|
|
1728
|
+
},
|
|
1729
|
+
BottomSheetTrigger: {
|
|
1730
|
+
"name": "BottomSheetTrigger",
|
|
1731
|
+
"defaultProps": {},
|
|
1732
|
+
"getStylesLiterals": {},
|
|
1733
|
+
"cxLiterals": [],
|
|
1734
|
+
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1735
|
+
"internalComponentProps": {},
|
|
1736
|
+
"propToVariantKeys": {},
|
|
1737
|
+
"runtimeConfigDefaultProps": {},
|
|
1738
|
+
"runtimeConfigGetStyles": {},
|
|
1739
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1740
|
+
"motionVarPrefixes": []
|
|
1741
|
+
},
|
|
1742
|
+
UDSBottomSheetConfigProvider: {
|
|
1743
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
1744
|
+
"defaultProps": {},
|
|
1745
|
+
"getStylesLiterals": {},
|
|
1746
|
+
"cxLiterals": [],
|
|
1747
|
+
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1748
|
+
"internalComponentProps": {},
|
|
1749
|
+
"propToVariantKeys": {},
|
|
1750
|
+
"runtimeConfigDefaultProps": {},
|
|
1751
|
+
"runtimeConfigGetStyles": {},
|
|
1752
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1753
|
+
"motionVarPrefixes": []
|
|
1754
|
+
},
|
|
1860
1755
|
PaddleButton: {
|
|
1861
1756
|
"name": "PaddleButton",
|
|
1862
1757
|
"defaultProps": {},
|
|
@@ -1996,59 +1891,65 @@ var componentData_default = {
|
|
|
1996
1891
|
"runtimeConfigInternalComponentProps": {},
|
|
1997
1892
|
"motionVarPrefixes": []
|
|
1998
1893
|
},
|
|
1999
|
-
|
|
2000
|
-
"name": "
|
|
1894
|
+
ManagedModal: {
|
|
1895
|
+
"name": "ManagedModal",
|
|
2001
1896
|
"defaultProps": {},
|
|
2002
1897
|
"getStylesLiterals": {},
|
|
2003
|
-
"cxLiterals": [
|
|
2004
|
-
"internalComponents": [
|
|
1898
|
+
"cxLiterals": [],
|
|
1899
|
+
"internalComponents": [
|
|
1900
|
+
"Modal",
|
|
1901
|
+
"ModalTitle",
|
|
1902
|
+
"ModalDescription",
|
|
1903
|
+
"ModalContent",
|
|
1904
|
+
"ModalActions"
|
|
1905
|
+
],
|
|
2005
1906
|
"internalComponentProps": {},
|
|
2006
1907
|
"propToVariantKeys": {},
|
|
2007
1908
|
"runtimeConfigDefaultProps": {
|
|
2008
|
-
"size": "
|
|
2009
|
-
"variant": "
|
|
1909
|
+
"size": "modal.defaultSize",
|
|
1910
|
+
"variant": "modal.defaultVariant"
|
|
2010
1911
|
},
|
|
2011
1912
|
"runtimeConfigGetStyles": {},
|
|
2012
1913
|
"runtimeConfigInternalComponentProps": {},
|
|
2013
1914
|
"motionVarPrefixes": []
|
|
2014
1915
|
},
|
|
2015
|
-
|
|
2016
|
-
"name": "
|
|
2017
|
-
"defaultProps": {
|
|
1916
|
+
Modal: {
|
|
1917
|
+
"name": "Modal",
|
|
1918
|
+
"defaultProps": {
|
|
1919
|
+
"closeAriaLabel": "Close",
|
|
1920
|
+
"maxWidth": "auto",
|
|
1921
|
+
"maxHeight": "auto",
|
|
1922
|
+
"scrollBehavior": "outside"
|
|
1923
|
+
},
|
|
2018
1924
|
"getStylesLiterals": {
|
|
2019
|
-
"
|
|
2020
|
-
"
|
|
2021
|
-
"
|
|
2022
|
-
"
|
|
2023
|
-
"
|
|
2024
|
-
"spacingTop": "0",
|
|
2025
|
-
"spacingStart": "0",
|
|
2026
|
-
"spacingBottom": "0",
|
|
2027
|
-
"spacingEnd": "0",
|
|
2028
|
-
"popoverSizeSvgBase": "default",
|
|
2029
|
-
"popoverVariantSvgBase": "default",
|
|
2030
|
-
"popoverSizeSvgBorder": "default",
|
|
2031
|
-
"popoverVariantSvgBorder": "default",
|
|
2032
|
-
"popoverVariantBlur": "default",
|
|
2033
|
-
"position:1": "absolute",
|
|
2034
|
-
"width": "full",
|
|
2035
|
-
"height": "full",
|
|
2036
|
-
"flexShrink": "0",
|
|
2037
|
-
"borderRadius": "full",
|
|
2038
|
-
"alignItems": "center",
|
|
2039
|
-
"justifyContent": "center",
|
|
2040
|
-
"popoverVariantCloseIcon": "default",
|
|
2041
|
-
"popoverSizeCloseIcon": "default"
|
|
1925
|
+
"flexDirection": "row-reverse",
|
|
1926
|
+
"justifyContent": "space-between",
|
|
1927
|
+
"alignItems": "flex-end",
|
|
1928
|
+
"alignItems:1": "flex-start",
|
|
1929
|
+
"borderRadius": "full"
|
|
2042
1930
|
},
|
|
2043
1931
|
"cxLiterals": [
|
|
2044
|
-
"
|
|
2045
|
-
"
|
|
2046
|
-
"
|
|
2047
|
-
"
|
|
1932
|
+
"fixed",
|
|
1933
|
+
"inset-0",
|
|
1934
|
+
"z-40",
|
|
1935
|
+
"overflow-y-auto",
|
|
1936
|
+
"overflow-hidden",
|
|
1937
|
+
"transition-[opacity,visibility]",
|
|
1938
|
+
"visible",
|
|
1939
|
+
"opacity-100",
|
|
1940
|
+
"invisible",
|
|
1941
|
+
"opacity-0",
|
|
1942
|
+
"pointer-events-none",
|
|
2048
1943
|
"uds-bgBlurFallback",
|
|
2049
|
-
"
|
|
2050
|
-
"
|
|
2051
|
-
"
|
|
1944
|
+
"w-full",
|
|
1945
|
+
"w-fit",
|
|
1946
|
+
"h-full",
|
|
1947
|
+
"h-fit",
|
|
1948
|
+
"m-auto",
|
|
1949
|
+
"pointer-events-auto",
|
|
1950
|
+
"inside",
|
|
1951
|
+
"max-h-full",
|
|
1952
|
+
"transition-transform",
|
|
2052
1953
|
"duration-0",
|
|
2053
1954
|
"duration-120",
|
|
2054
1955
|
"transition-[background-color]",
|
|
@@ -2056,35 +1957,101 @@ var componentData_default = {
|
|
|
2056
1957
|
"hover:bg-carbon-15/10",
|
|
2057
1958
|
"active:bg-carbon-15/15",
|
|
2058
1959
|
"uds-ring",
|
|
2059
|
-
"
|
|
2060
|
-
"z-[4]"
|
|
1960
|
+
"[translate:50%_-50%]"
|
|
2061
1961
|
],
|
|
2062
1962
|
"internalComponents": [
|
|
2063
|
-
"
|
|
1963
|
+
"Scrim",
|
|
1964
|
+
"VStack",
|
|
1965
|
+
"Pressable",
|
|
2064
1966
|
"IconSlot",
|
|
2065
|
-
"PopoverArrow",
|
|
2066
|
-
"Popover",
|
|
2067
|
-
"SvgFloatingOverlay",
|
|
2068
1967
|
"Box",
|
|
2069
|
-
"
|
|
1968
|
+
"Dialog",
|
|
1969
|
+
"ModalContext.Provider",
|
|
1970
|
+
"HStack",
|
|
1971
|
+
"DialogDismiss",
|
|
1972
|
+
"ModalTitle",
|
|
1973
|
+
"ModalDescription",
|
|
1974
|
+
"ModalContent",
|
|
1975
|
+
"ModalActions"
|
|
2070
1976
|
],
|
|
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"],
|
|
2071
2020
|
"internalComponentProps": {},
|
|
2072
|
-
"propToVariantKeys": { "
|
|
2021
|
+
"propToVariantKeys": { "size": ["modalSizeSpacingHorizontal", "modalSizeActions"] },
|
|
2073
2022
|
"runtimeConfigDefaultProps": {
|
|
2074
|
-
"size": "
|
|
2075
|
-
"variant": "
|
|
2023
|
+
"size": "modal.defaultSize",
|
|
2024
|
+
"variant": "modal.defaultVariant"
|
|
2076
2025
|
},
|
|
2077
2026
|
"runtimeConfigGetStyles": {
|
|
2078
|
-
"
|
|
2079
|
-
"
|
|
2080
|
-
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
2081
|
-
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
2027
|
+
"modalSizeSpacingHorizontal": ["modal.defaultSize"],
|
|
2028
|
+
"modalSizeActions": ["modal.defaultSize"]
|
|
2082
2029
|
},
|
|
2083
|
-
"runtimeConfigInternalComponentProps": {
|
|
2030
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2084
2031
|
"motionVarPrefixes": []
|
|
2085
2032
|
},
|
|
2086
|
-
|
|
2087
|
-
"name": "
|
|
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"
|
|
2048
|
+
},
|
|
2049
|
+
"runtimeConfigGetStyles": { "modalSizeSpacingHorizontal": ["modal.defaultSize"] },
|
|
2050
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2051
|
+
"motionVarPrefixes": []
|
|
2052
|
+
},
|
|
2053
|
+
ModalContext: {
|
|
2054
|
+
"name": "ModalContext",
|
|
2088
2055
|
"defaultProps": {},
|
|
2089
2056
|
"getStylesLiterals": {},
|
|
2090
2057
|
"cxLiterals": [],
|
|
@@ -2096,25 +2063,69 @@ var componentData_default = {
|
|
|
2096
2063
|
"runtimeConfigInternalComponentProps": {},
|
|
2097
2064
|
"motionVarPrefixes": []
|
|
2098
2065
|
},
|
|
2099
|
-
|
|
2100
|
-
"name": "
|
|
2066
|
+
ModalDescription: {
|
|
2067
|
+
"name": "ModalDescription",
|
|
2101
2068
|
"defaultProps": {},
|
|
2102
2069
|
"getStylesLiterals": {},
|
|
2103
2070
|
"cxLiterals": [],
|
|
2104
|
-
"internalComponents": ["
|
|
2105
|
-
"internalComponentProps": { "
|
|
2106
|
-
"propToVariantKeys": {
|
|
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",
|
|
2090
|
+
"defaultProps": {},
|
|
2091
|
+
"getStylesLiterals": {},
|
|
2092
|
+
"cxLiterals": [],
|
|
2093
|
+
"internalComponents": ["ManagedModal"],
|
|
2094
|
+
"internalComponentProps": {},
|
|
2095
|
+
"propToVariantKeys": {},
|
|
2107
2096
|
"runtimeConfigDefaultProps": {},
|
|
2108
2097
|
"runtimeConfigGetStyles": {},
|
|
2109
2098
|
"runtimeConfigInternalComponentProps": {},
|
|
2110
2099
|
"motionVarPrefixes": []
|
|
2111
2100
|
},
|
|
2112
|
-
|
|
2113
|
-
"name": "
|
|
2101
|
+
ModalTitle: {
|
|
2102
|
+
"name": "ModalTitle",
|
|
2114
2103
|
"defaultProps": {},
|
|
2115
2104
|
"getStylesLiterals": {},
|
|
2116
2105
|
"cxLiterals": [],
|
|
2117
|
-
"internalComponents": ["
|
|
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",
|
|
2125
|
+
"defaultProps": {},
|
|
2126
|
+
"getStylesLiterals": {},
|
|
2127
|
+
"cxLiterals": [],
|
|
2128
|
+
"internalComponents": ["ModalContext.Provider"],
|
|
2118
2129
|
"internalComponentProps": {},
|
|
2119
2130
|
"propToVariantKeys": {},
|
|
2120
2131
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2154,10 +2165,12 @@ var componentData_default = {
|
|
|
2154
2165
|
"pointer-events-none",
|
|
2155
2166
|
"w-[8px]",
|
|
2156
2167
|
"h-[8px]",
|
|
2168
|
+
"opacity-55",
|
|
2169
|
+
"opacity-100",
|
|
2170
|
+
"opacity-0",
|
|
2157
2171
|
"transition-opacity",
|
|
2158
2172
|
"cursor-[inherit]",
|
|
2159
2173
|
"absolute",
|
|
2160
|
-
"opacity-0",
|
|
2161
2174
|
"top-1/2",
|
|
2162
2175
|
"left-1/2",
|
|
2163
2176
|
"w-[calc(100%+2px)]",
|