@yahoo/uds 3.129.0-beta.1 → 3.129.0-beta.2
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/Icon.cjs +9 -5
- package/dist/components/Icon.d.cts +0 -1
- package/dist/components/Icon.d.ts +0 -1
- package/dist/components/Icon.js +9 -5
- package/dist/components/IconSlot.cjs +12 -7
- package/dist/components/IconSlot.js +12 -6
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/components/experimental/client/SegmentedControl.d.cts +2 -1
- package/dist/styles/styler.d.cts +64 -64
- package/dist/styles/styler.d.ts +49 -49
- package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/properties.d.cts +5 -0
- package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +7 -0
- package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +3 -0
- package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +2 -0
- package/dist/uds/dist/automated-config/dist/utils/index.d.cts +12 -0
- package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +2 -0
- package/dist/uds/dist/components/Banner/Banner.d.cts +4 -0
- package/dist/uds/dist/components/Banner/BannerContent.d.cts +2 -0
- package/dist/uds/dist/components/Banner/BannerDescription.d.cts +2 -0
- package/dist/uds/dist/components/Banner/BannerTitle.d.cts +2 -0
- package/dist/uds/dist/components/Banner/index.d.cts +5 -0
- package/dist/uds/dist/components/Box.d.cts +4 -0
- package/dist/uds/dist/components/Divider/Divider.d.cts +3 -0
- package/dist/uds/dist/components/Divider/DividerCore.d.cts +5 -0
- package/dist/uds/dist/components/Divider/DividerInternal.d.cts +5 -0
- package/dist/uds/dist/components/Divider/index.d.cts +2 -0
- package/dist/uds/dist/components/FormLabel.d.cts +4 -0
- package/dist/uds/dist/components/HStack.d.cts +5 -0
- package/dist/uds/dist/components/Icon.d.cts +4 -0
- package/dist/uds/dist/components/Image.d.cts +4 -0
- package/dist/uds/dist/components/Link.d.cts +4 -0
- package/dist/uds/dist/components/Scrim.d.cts +3 -0
- package/dist/uds/dist/components/Text.d.cts +4 -0
- package/dist/uds/dist/components/VStack.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +5 -0
- package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +7 -0
- package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +9 -0
- package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +7 -0
- package/dist/uds/dist/components/client/Avatar/index.d.cts +7 -0
- package/dist/uds/dist/components/client/Badge.d.cts +6 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +7 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +4 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +4 -0
- package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +5 -0
- package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +5 -0
- package/dist/uds/dist/components/client/BottomSheet/index.d.cts +9 -0
- package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +4 -0
- package/dist/uds/dist/components/client/Button.d.cts +7 -0
- package/dist/uds/dist/components/client/Checkbox.d.cts +6 -0
- package/dist/uds/dist/components/client/Chip/Chip.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +8 -0
- package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +7 -0
- package/dist/uds/dist/components/client/Chip/index.d.cts +8 -0
- package/dist/uds/dist/components/client/IconButton.d.cts +7 -0
- package/dist/uds/dist/components/client/Input/Input.d.cts +9 -0
- package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +4 -0
- package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +8 -0
- package/dist/uds/dist/components/client/Input/index.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +8 -0
- package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +8 -0
- package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +8 -0
- package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +5 -0
- package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +7 -0
- package/dist/uds/dist/components/client/Menu/Menu.d.cts +4 -0
- package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +11 -0
- package/dist/uds/dist/components/client/Menu/index.d.cts +11 -0
- package/dist/uds/dist/components/client/Popover/Popover.d.cts +4 -0
- package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +7 -0
- package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +4 -0
- package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +6 -0
- package/dist/uds/dist/components/client/Popover/index.d.cts +8 -0
- package/dist/uds/dist/components/client/Pressable.d.cts +6 -0
- package/dist/uds/dist/components/client/Radio/Radio.d.cts +6 -0
- package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +6 -0
- package/dist/uds/dist/components/client/Radio/index.d.cts +5 -0
- package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +7 -0
- package/dist/uds/dist/components/client/Switch.d.cts +6 -0
- package/dist/uds/dist/components/client/Tabs/Tab.d.cts +4 -0
- package/dist/uds/dist/components/client/Tabs/TabList.d.cts +5 -0
- package/dist/uds/dist/components/client/Tabs/TabPanel.d.cts +5 -0
- package/dist/uds/dist/components/client/Tabs/Tabs.d.cts +4 -0
- package/dist/uds/dist/components/client/Tabs/index.d.cts +8 -0
- package/dist/uds/dist/components/client/Tabs/tabsContext.d.cts +5 -0
- package/dist/uds/dist/components/client/Toast/Toast.d.cts +10 -0
- package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +8 -0
- package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +5 -0
- package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +7 -0
- package/dist/uds/dist/components/client/Toast/createToast.d.cts +8 -0
- package/dist/uds/dist/components/client/Toast/index.d.cts +8 -0
- package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +4 -0
- package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +5 -0
- package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +4 -0
- package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +7 -0
- package/dist/uds/dist/components/client/Tooltip/index.d.cts +8 -0
- package/dist/uds/dist/components/client/index.d.cts +67 -0
- package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +6 -0
- package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +5 -0
- package/dist/uds/dist/components/index.d.cts +71 -0
- package/dist/uds/dist/config/dist/index.d.cts +4 -0
- package/dist/uds/dist/css-tokens/dist/index.d.cts +2 -0
- package/dist/uds/dist/fixtures/dist/index.d.cts +2 -0
- package/dist/uds/dist/fonts/dist/index.d.cts +2 -0
- package/dist/uds/dist/index.d.cts +102 -0
- package/dist/uds/dist/modes/dist/index.d.cts +2 -0
- package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +3 -0
- package/dist/uds/dist/runtime/breakpointsConfig.d.cts +4 -0
- package/dist/uds/dist/runtime/index.d.cts +7 -0
- package/dist/uds/dist/runtime/popoverConfig.d.cts +5 -0
- package/dist/uds/dist/runtime/toastConfig.d.cts +4 -0
- package/dist/uds/dist/runtime/tooltipConfig.d.cts +5 -0
- package/dist/uds/dist/runtime/udsConfig.d.cts +8 -0
- package/dist/uds/dist/styles/styler.d.cts +2 -0
- package/dist/uds/dist/styles/stylerTypes.d.cts +3 -0
- package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +2 -0
- package/dist/uds/dist/tailwind/dist/index.d.cts +3 -0
- package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +2 -0
- package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +2 -0
- package/dist/uds/dist/tokens/automation/index.d.cts +10 -0
- package/dist/uds/dist/tokens/configs/shadow.d.cts +3 -0
- package/dist/uds/dist/tokens/consts/cssTokens.d.cts +2 -0
- package/dist/uds/dist/tokens/consts/defaultModes.d.cts +2 -0
- package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +2 -0
- package/dist/uds/dist/tokens/index.d.cts +28 -0
- package/dist/uds/dist/tokens/parseButtonVariants.d.cts +3 -0
- package/dist/uds/dist/tokens/types.d.cts +10 -0
- package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +4 -0
- package/dist/uds/dist/tokens/utils/spectrum.d.cts +3 -0
- package/dist/uds/dist/types/dist/index.d.cts +11 -0
- package/dist/uds/dist/types.d.cts +2 -0
- package/dist/uds/generated/componentData.cjs +512 -512
- package/dist/uds/generated/componentData.js +512 -512
- package/generated/componentData.json +811 -815
- package/package.json +1 -1
|
@@ -80,7 +80,7 @@ var IconSlot = {
|
|
|
80
80
|
"cxLiterals": [],
|
|
81
81
|
"internalComponents": ["Icon"],
|
|
82
82
|
"internalComponentProps": {},
|
|
83
|
-
"propToVariantKeys": {
|
|
83
|
+
"propToVariantKeys": {},
|
|
84
84
|
"runtimeConfigDefaultProps": {},
|
|
85
85
|
"runtimeConfigGetStyles": {},
|
|
86
86
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1107,107 +1107,6 @@ var SwitchV2 = {
|
|
|
1107
1107
|
"runtimeConfigInternalComponentProps": {},
|
|
1108
1108
|
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
1109
1109
|
};
|
|
1110
|
-
var Avatar = {
|
|
1111
|
-
"name": "Avatar",
|
|
1112
|
-
"defaultProps": {},
|
|
1113
|
-
"getStylesLiterals": {},
|
|
1114
|
-
"cxLiterals": [],
|
|
1115
|
-
"internalComponents": ["AvatarImage"],
|
|
1116
|
-
"internalComponentProps": {},
|
|
1117
|
-
"propToVariantKeys": {},
|
|
1118
|
-
"runtimeConfigDefaultProps": {},
|
|
1119
|
-
"runtimeConfigGetStyles": {},
|
|
1120
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1121
|
-
"motionVarPrefixes": []
|
|
1122
|
-
};
|
|
1123
|
-
var AvatarIcon = {
|
|
1124
|
-
"name": "AvatarIcon",
|
|
1125
|
-
"defaultProps": {
|
|
1126
|
-
"size": "md",
|
|
1127
|
-
"variant": "primary"
|
|
1128
|
-
},
|
|
1129
|
-
"getStylesLiterals": {},
|
|
1130
|
-
"cxLiterals": [
|
|
1131
|
-
"overflow-hidden",
|
|
1132
|
-
"w-full",
|
|
1133
|
-
"h-full",
|
|
1134
|
-
"shrink-0",
|
|
1135
|
-
"text-center",
|
|
1136
|
-
"inline-flex",
|
|
1137
|
-
"justify-center",
|
|
1138
|
-
"items-center"
|
|
1139
|
-
],
|
|
1140
|
-
"internalComponents": ["IconSlot", "Box"],
|
|
1141
|
-
"internalComponentProps": {},
|
|
1142
|
-
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1143
|
-
"runtimeConfigDefaultProps": {},
|
|
1144
|
-
"runtimeConfigGetStyles": {},
|
|
1145
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1146
|
-
"motionVarPrefixes": []
|
|
1147
|
-
};
|
|
1148
|
-
var AvatarImage = {
|
|
1149
|
-
"name": "AvatarImage",
|
|
1150
|
-
"defaultProps": {
|
|
1151
|
-
"size": "md",
|
|
1152
|
-
"variant": "primary"
|
|
1153
|
-
},
|
|
1154
|
-
"getStylesLiterals": {},
|
|
1155
|
-
"cxLiterals": [
|
|
1156
|
-
"overflow-hidden",
|
|
1157
|
-
"w-full",
|
|
1158
|
-
"h-full",
|
|
1159
|
-
"shrink-0",
|
|
1160
|
-
"text-center",
|
|
1161
|
-
"inline-flex",
|
|
1162
|
-
"justify-center",
|
|
1163
|
-
"items-center",
|
|
1164
|
-
"object-cover"
|
|
1165
|
-
],
|
|
1166
|
-
"internalComponents": [
|
|
1167
|
-
"UDSImage",
|
|
1168
|
-
"AvatarText",
|
|
1169
|
-
"AvatarIcon",
|
|
1170
|
-
"Box"
|
|
1171
|
-
],
|
|
1172
|
-
"internalComponentProps": {},
|
|
1173
|
-
"propToVariantKeys": {
|
|
1174
|
-
"alt": ["name"],
|
|
1175
|
-
"fallback": ["initials"]
|
|
1176
|
-
},
|
|
1177
|
-
"runtimeConfigDefaultProps": {},
|
|
1178
|
-
"runtimeConfigGetStyles": {},
|
|
1179
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1180
|
-
"motionVarPrefixes": []
|
|
1181
|
-
};
|
|
1182
|
-
var AvatarText = {
|
|
1183
|
-
"name": "AvatarText",
|
|
1184
|
-
"defaultProps": {
|
|
1185
|
-
"size": "md",
|
|
1186
|
-
"variant": "primary"
|
|
1187
|
-
},
|
|
1188
|
-
"getStylesLiterals": {},
|
|
1189
|
-
"cxLiterals": [
|
|
1190
|
-
"overflow-hidden",
|
|
1191
|
-
"truncate",
|
|
1192
|
-
"w-full",
|
|
1193
|
-
"h-full",
|
|
1194
|
-
"shrink-0",
|
|
1195
|
-
"text-center",
|
|
1196
|
-
"inline-flex",
|
|
1197
|
-
"justify-center",
|
|
1198
|
-
"items-center"
|
|
1199
|
-
],
|
|
1200
|
-
"internalComponents": ["Box", "Text"],
|
|
1201
|
-
"internalComponentProps": { "Text": {
|
|
1202
|
-
"color": ["inherit"],
|
|
1203
|
-
"variant": ["inherit"]
|
|
1204
|
-
} },
|
|
1205
|
-
"propToVariantKeys": {},
|
|
1206
|
-
"runtimeConfigDefaultProps": {},
|
|
1207
|
-
"runtimeConfigGetStyles": {},
|
|
1208
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1209
|
-
"motionVarPrefixes": []
|
|
1210
|
-
};
|
|
1211
1110
|
var Chip = {
|
|
1212
1111
|
"name": "Chip",
|
|
1213
1112
|
"defaultProps": {},
|
|
@@ -1336,402 +1235,85 @@ var ChipToggle = {
|
|
|
1336
1235
|
"runtimeConfigInternalComponentProps": {},
|
|
1337
1236
|
"motionVarPrefixes": []
|
|
1338
1237
|
};
|
|
1339
|
-
var
|
|
1340
|
-
"name": "
|
|
1341
|
-
"defaultProps": {
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
"internalComponentProps": {},
|
|
1346
|
-
"propToVariantKeys": {},
|
|
1347
|
-
"runtimeConfigDefaultProps": {
|
|
1348
|
-
"size": "popover.defaultSize",
|
|
1349
|
-
"variant": "popover.defaultVariant"
|
|
1238
|
+
var Input = {
|
|
1239
|
+
"name": "Input",
|
|
1240
|
+
"defaultProps": {
|
|
1241
|
+
"type": "text",
|
|
1242
|
+
"size": "md",
|
|
1243
|
+
"width": "full"
|
|
1350
1244
|
},
|
|
1351
|
-
"runtimeConfigGetStyles": {},
|
|
1352
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1353
|
-
"motionVarPrefixes": []
|
|
1354
|
-
};
|
|
1355
|
-
var PopoverContent = {
|
|
1356
|
-
"name": "PopoverContent",
|
|
1357
|
-
"defaultProps": {},
|
|
1358
1245
|
"getStylesLiterals": {
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1370
|
-
"
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1246
|
+
"inputVariantRoot": "default",
|
|
1247
|
+
"inputVariantValueRoot": "empty",
|
|
1248
|
+
"inputVariantValueRoot:1": "filled",
|
|
1249
|
+
"inputVariantInputWrapper": "default",
|
|
1250
|
+
"inputVariantValueInputWrapper": "empty",
|
|
1251
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
1252
|
+
"inputVariantInput": "default",
|
|
1253
|
+
"inputVariantValueInput": "empty",
|
|
1254
|
+
"inputVariantValueInput:1": "filled",
|
|
1255
|
+
"inputVariantInputPlaceholder": "default",
|
|
1256
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
1257
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1258
|
+
"inputVariantLabel": "default",
|
|
1259
|
+
"inputVariantValueLabel": "empty",
|
|
1260
|
+
"inputVariantValueLabel:1": "filled",
|
|
1261
|
+
"inputVariantLabelRequired": "default",
|
|
1262
|
+
"inputVariantValueLabelRequired": "empty",
|
|
1263
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
1264
|
+
"inputVariantStartIcon": "default",
|
|
1265
|
+
"inputVariantValueStartIcon": "empty",
|
|
1266
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
1267
|
+
"inputVariantEndIcon": "default",
|
|
1268
|
+
"inputVariantValueEndIcon": "empty",
|
|
1269
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
1382
1270
|
},
|
|
1383
1271
|
"cxLiterals": [
|
|
1384
|
-
"
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1387
|
-
"uds-
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1392
|
-
"duration-0",
|
|
1393
|
-
"duration-120",
|
|
1394
|
-
"transition-[background-color]",
|
|
1395
|
-
"bg-carbon-15/0",
|
|
1396
|
-
"hover:bg-carbon-15/10",
|
|
1397
|
-
"active:bg-carbon-15/15",
|
|
1398
|
-
"uds-ring",
|
|
1399
|
-
"absolute",
|
|
1400
|
-
"z-[4]"
|
|
1272
|
+
"opacity-50",
|
|
1273
|
+
"min-w-[200px]",
|
|
1274
|
+
"grow",
|
|
1275
|
+
"uds-hit-target",
|
|
1276
|
+
"bg-clip-text",
|
|
1277
|
+
"focus:outline-none",
|
|
1278
|
+
"cursor-text",
|
|
1279
|
+
"cursor-not-allowed"
|
|
1401
1280
|
],
|
|
1402
1281
|
"internalComponents": [
|
|
1403
|
-
"PopoverDismiss",
|
|
1404
1282
|
"IconSlot",
|
|
1405
|
-
"
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1283
|
+
"StartIcon",
|
|
1284
|
+
"EndIcon",
|
|
1285
|
+
"HelpTextContent",
|
|
1408
1286
|
"Box",
|
|
1409
|
-
"
|
|
1287
|
+
"InputHelpTextInternal",
|
|
1288
|
+
"VStack",
|
|
1289
|
+
"HStack",
|
|
1290
|
+
"AnimateHeightChange"
|
|
1410
1291
|
],
|
|
1411
|
-
"internalComponentProps": {
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1292
|
+
"internalComponentProps": {
|
|
1293
|
+
"HelpTextContent": { "spacingTop": ["2"] },
|
|
1294
|
+
"Box": {
|
|
1295
|
+
"spacingBottom": ["2"],
|
|
1296
|
+
"columnGap": ["0.5"],
|
|
1297
|
+
"alignItems": ["flex-end", "center"],
|
|
1298
|
+
"position": ["relative"]
|
|
1299
|
+
},
|
|
1300
|
+
"HStack": {
|
|
1301
|
+
"alignItems": ["center"],
|
|
1302
|
+
"gap": ["1"]
|
|
1303
|
+
}
|
|
1416
1304
|
},
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
"getStylesLiterals": {},
|
|
1430
|
-
"cxLiterals": [],
|
|
1431
|
-
"internalComponents": [],
|
|
1432
|
-
"internalComponentProps": {},
|
|
1433
|
-
"propToVariantKeys": {},
|
|
1434
|
-
"runtimeConfigDefaultProps": {},
|
|
1435
|
-
"runtimeConfigGetStyles": {},
|
|
1436
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1437
|
-
"motionVarPrefixes": []
|
|
1438
|
-
};
|
|
1439
|
-
var PopoverTrigger = {
|
|
1440
|
-
"name": "PopoverTrigger",
|
|
1441
|
-
"defaultProps": {},
|
|
1442
|
-
"getStylesLiterals": {},
|
|
1443
|
-
"cxLiterals": [],
|
|
1444
|
-
"internalComponents": ["PopoverDisclosure"],
|
|
1445
|
-
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1446
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
1447
|
-
"runtimeConfigDefaultProps": {},
|
|
1448
|
-
"runtimeConfigGetStyles": {},
|
|
1449
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1450
|
-
"motionVarPrefixes": []
|
|
1451
|
-
};
|
|
1452
|
-
var UDSPopoverConfigProvider = {
|
|
1453
|
-
"name": "UDSPopoverConfigProvider",
|
|
1454
|
-
"defaultProps": {},
|
|
1455
|
-
"getStylesLiterals": {},
|
|
1456
|
-
"cxLiterals": [],
|
|
1457
|
-
"internalComponents": ["PopoverContext.Provider"],
|
|
1458
|
-
"internalComponentProps": {},
|
|
1459
|
-
"propToVariantKeys": {},
|
|
1460
|
-
"runtimeConfigDefaultProps": {},
|
|
1461
|
-
"runtimeConfigGetStyles": {},
|
|
1462
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1463
|
-
"motionVarPrefixes": []
|
|
1464
|
-
};
|
|
1465
|
-
var BottomSheet = {
|
|
1466
|
-
"name": "BottomSheet",
|
|
1467
|
-
"defaultProps": { "variant": "default" },
|
|
1468
|
-
"getStylesLiterals": {},
|
|
1469
|
-
"cxLiterals": [
|
|
1470
|
-
"fixed",
|
|
1471
|
-
"overflow-hidden",
|
|
1472
|
-
"inset-x-0",
|
|
1473
|
-
"bottom-0",
|
|
1474
|
-
"z-50",
|
|
1475
|
-
"[will-change:transform]",
|
|
1476
|
-
"touch-none",
|
|
1477
|
-
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1478
|
-
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1479
|
-
"transition-transform",
|
|
1480
|
-
"duration-500",
|
|
1481
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1482
|
-
"motion-reduce:transition-none",
|
|
1483
|
-
"top-[-4px]",
|
|
1484
|
-
"z-[1]",
|
|
1485
|
-
"touch-pan-y"
|
|
1486
|
-
],
|
|
1487
|
-
"internalComponents": [
|
|
1488
|
-
"Scrim",
|
|
1489
|
-
"BottomSheetHandle",
|
|
1490
|
-
"Dialog",
|
|
1491
|
-
"Box",
|
|
1492
|
-
"BottomSheetInternalContext.Provider"
|
|
1493
|
-
],
|
|
1494
|
-
"internalComponentProps": {
|
|
1495
|
-
"BottomSheetHandle": { "ariaLabel": ["Resize sheet"] },
|
|
1496
|
-
"Dialog": { "data-testid": ["bottom-sheet"] },
|
|
1497
|
-
"Box": {
|
|
1498
|
-
"display": ["block", "flex"],
|
|
1499
|
-
"position": ["absolute"],
|
|
1500
|
-
"flexDirection": ["column"],
|
|
1501
|
-
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
1502
|
-
}
|
|
1503
|
-
},
|
|
1504
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
1505
|
-
"runtimeConfigDefaultProps": {},
|
|
1506
|
-
"runtimeConfigGetStyles": {},
|
|
1507
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1508
|
-
"motionVarPrefixes": []
|
|
1509
|
-
};
|
|
1510
|
-
var BottomSheetContent = {
|
|
1511
|
-
"name": "BottomSheetContent",
|
|
1512
|
-
"defaultProps": {},
|
|
1513
|
-
"getStylesLiterals": {},
|
|
1514
|
-
"cxLiterals": ["min-h-0", "touch-pan-y"],
|
|
1515
|
-
"internalComponents": ["Box", "VStack"],
|
|
1516
|
-
"internalComponentProps": {
|
|
1517
|
-
"Box": {
|
|
1518
|
-
"display": ["block"],
|
|
1519
|
-
"flex": ["1"]
|
|
1520
|
-
},
|
|
1521
|
-
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
1522
|
-
},
|
|
1523
|
-
"propToVariantKeys": {},
|
|
1524
|
-
"runtimeConfigDefaultProps": {},
|
|
1525
|
-
"runtimeConfigGetStyles": {},
|
|
1526
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1527
|
-
"motionVarPrefixes": []
|
|
1528
|
-
};
|
|
1529
|
-
var BottomSheetDismiss = {
|
|
1530
|
-
"name": "BottomSheetDismiss",
|
|
1531
|
-
"defaultProps": {},
|
|
1532
|
-
"getStylesLiterals": {},
|
|
1533
|
-
"cxLiterals": [],
|
|
1534
|
-
"internalComponents": ["AriakitDialogDismiss"],
|
|
1535
|
-
"internalComponentProps": {},
|
|
1536
|
-
"propToVariantKeys": {},
|
|
1537
|
-
"runtimeConfigDefaultProps": {},
|
|
1538
|
-
"runtimeConfigGetStyles": {},
|
|
1539
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1540
|
-
"motionVarPrefixes": []
|
|
1541
|
-
};
|
|
1542
|
-
var BottomSheetHandle = {
|
|
1543
|
-
"name": "BottomSheetHandle",
|
|
1544
|
-
"defaultProps": { "variant": "default" },
|
|
1545
|
-
"getStylesLiterals": {},
|
|
1546
|
-
"cxLiterals": [
|
|
1547
|
-
"relative",
|
|
1548
|
-
"h-5",
|
|
1549
|
-
"w-16",
|
|
1550
|
-
"outline-none",
|
|
1551
|
-
"focus-visible:outline-none",
|
|
1552
|
-
"[touch-action:pan-y]",
|
|
1553
|
-
"absolute",
|
|
1554
|
-
"left-1/2",
|
|
1555
|
-
"top-1/2",
|
|
1556
|
-
"-translate-x-1/2",
|
|
1557
|
-
"-translate-y-1/2",
|
|
1558
|
-
"h-1",
|
|
1559
|
-
"w-8",
|
|
1560
|
-
"rounded-full"
|
|
1561
|
-
],
|
|
1562
|
-
"internalComponents": ["Box"],
|
|
1563
|
-
"internalComponentProps": { "Box": {
|
|
1564
|
-
"display": ["block", "flex"],
|
|
1565
|
-
"justifyContent": ["center"]
|
|
1566
|
-
} },
|
|
1567
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1568
|
-
"runtimeConfigDefaultProps": {},
|
|
1569
|
-
"runtimeConfigGetStyles": {},
|
|
1570
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1571
|
-
"motionVarPrefixes": []
|
|
1572
|
-
};
|
|
1573
|
-
var BottomSheetHeader = {
|
|
1574
|
-
"name": "BottomSheetHeader",
|
|
1575
|
-
"defaultProps": { "variant": "default" },
|
|
1576
|
-
"getStylesLiterals": {},
|
|
1577
|
-
"cxLiterals": [
|
|
1578
|
-
"grid-cols-[40px_1fr_40px]",
|
|
1579
|
-
"items-center",
|
|
1580
|
-
"w-full",
|
|
1581
|
-
"min-h-10",
|
|
1582
|
-
"mt-2"
|
|
1583
|
-
],
|
|
1584
|
-
"internalComponents": ["Box", "Text"],
|
|
1585
|
-
"internalComponentProps": {
|
|
1586
|
-
"Box": {
|
|
1587
|
-
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1588
|
-
"display": ["grid", "flex"],
|
|
1589
|
-
"justifyContent": ["flex-start", "flex-end"]
|
|
1590
|
-
},
|
|
1591
|
-
"Text": {
|
|
1592
|
-
"variant": ["inherit"],
|
|
1593
|
-
"color": ["inherit"],
|
|
1594
|
-
"textAlign": ["center"],
|
|
1595
|
-
"className": ["w-full"]
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1599
|
-
"runtimeConfigDefaultProps": {},
|
|
1600
|
-
"runtimeConfigGetStyles": {},
|
|
1601
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1602
|
-
"motionVarPrefixes": []
|
|
1603
|
-
};
|
|
1604
|
-
var BottomSheetInternalContext = {
|
|
1605
|
-
"name": "BottomSheetInternalContext",
|
|
1606
|
-
"defaultProps": {},
|
|
1607
|
-
"getStylesLiterals": {},
|
|
1608
|
-
"cxLiterals": [],
|
|
1609
|
-
"internalComponents": [],
|
|
1610
|
-
"internalComponentProps": {},
|
|
1611
|
-
"propToVariantKeys": {},
|
|
1612
|
-
"runtimeConfigDefaultProps": {},
|
|
1613
|
-
"runtimeConfigGetStyles": {},
|
|
1614
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1615
|
-
"motionVarPrefixes": []
|
|
1616
|
-
};
|
|
1617
|
-
var BottomSheetProvider = {
|
|
1618
|
-
"name": "BottomSheetProvider",
|
|
1619
|
-
"defaultProps": {},
|
|
1620
|
-
"getStylesLiterals": {},
|
|
1621
|
-
"cxLiterals": [],
|
|
1622
|
-
"internalComponents": ["AriakitDialogProvider"],
|
|
1623
|
-
"internalComponentProps": {},
|
|
1624
|
-
"propToVariantKeys": {},
|
|
1625
|
-
"runtimeConfigDefaultProps": {},
|
|
1626
|
-
"runtimeConfigGetStyles": {},
|
|
1627
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1628
|
-
"motionVarPrefixes": []
|
|
1629
|
-
};
|
|
1630
|
-
var BottomSheetTrigger = {
|
|
1631
|
-
"name": "BottomSheetTrigger",
|
|
1632
|
-
"defaultProps": {},
|
|
1633
|
-
"getStylesLiterals": {},
|
|
1634
|
-
"cxLiterals": [],
|
|
1635
|
-
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1636
|
-
"internalComponentProps": {},
|
|
1637
|
-
"propToVariantKeys": {},
|
|
1638
|
-
"runtimeConfigDefaultProps": {},
|
|
1639
|
-
"runtimeConfigGetStyles": {},
|
|
1640
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1641
|
-
"motionVarPrefixes": []
|
|
1642
|
-
};
|
|
1643
|
-
var UDSBottomSheetConfigProvider = {
|
|
1644
|
-
"name": "UDSBottomSheetConfigProvider",
|
|
1645
|
-
"defaultProps": {},
|
|
1646
|
-
"getStylesLiterals": {},
|
|
1647
|
-
"cxLiterals": [],
|
|
1648
|
-
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1649
|
-
"internalComponentProps": {},
|
|
1650
|
-
"propToVariantKeys": {},
|
|
1651
|
-
"runtimeConfigDefaultProps": {},
|
|
1652
|
-
"runtimeConfigGetStyles": {},
|
|
1653
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1654
|
-
"motionVarPrefixes": []
|
|
1655
|
-
};
|
|
1656
|
-
var Input = {
|
|
1657
|
-
"name": "Input",
|
|
1658
|
-
"defaultProps": {
|
|
1659
|
-
"type": "text",
|
|
1660
|
-
"size": "md",
|
|
1661
|
-
"width": "full"
|
|
1662
|
-
},
|
|
1663
|
-
"getStylesLiterals": {
|
|
1664
|
-
"inputVariantRoot": "default",
|
|
1665
|
-
"inputVariantValueRoot": "empty",
|
|
1666
|
-
"inputVariantValueRoot:1": "filled",
|
|
1667
|
-
"inputVariantInputWrapper": "default",
|
|
1668
|
-
"inputVariantValueInputWrapper": "empty",
|
|
1669
|
-
"inputVariantValueInputWrapper:1": "filled",
|
|
1670
|
-
"inputVariantInput": "default",
|
|
1671
|
-
"inputVariantValueInput": "empty",
|
|
1672
|
-
"inputVariantValueInput:1": "filled",
|
|
1673
|
-
"inputVariantInputPlaceholder": "default",
|
|
1674
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
1675
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1676
|
-
"inputVariantLabel": "default",
|
|
1677
|
-
"inputVariantValueLabel": "empty",
|
|
1678
|
-
"inputVariantValueLabel:1": "filled",
|
|
1679
|
-
"inputVariantLabelRequired": "default",
|
|
1680
|
-
"inputVariantValueLabelRequired": "empty",
|
|
1681
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
1682
|
-
"inputVariantStartIcon": "default",
|
|
1683
|
-
"inputVariantValueStartIcon": "empty",
|
|
1684
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
1685
|
-
"inputVariantEndIcon": "default",
|
|
1686
|
-
"inputVariantValueEndIcon": "empty",
|
|
1687
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
1688
|
-
},
|
|
1689
|
-
"cxLiterals": [
|
|
1690
|
-
"opacity-50",
|
|
1691
|
-
"min-w-[200px]",
|
|
1692
|
-
"grow",
|
|
1693
|
-
"uds-hit-target",
|
|
1694
|
-
"bg-clip-text",
|
|
1695
|
-
"focus:outline-none",
|
|
1696
|
-
"cursor-text",
|
|
1697
|
-
"cursor-not-allowed"
|
|
1698
|
-
],
|
|
1699
|
-
"internalComponents": [
|
|
1700
|
-
"IconSlot",
|
|
1701
|
-
"StartIcon",
|
|
1702
|
-
"EndIcon",
|
|
1703
|
-
"HelpTextContent",
|
|
1704
|
-
"Box",
|
|
1705
|
-
"InputHelpTextInternal",
|
|
1706
|
-
"VStack",
|
|
1707
|
-
"HStack",
|
|
1708
|
-
"AnimateHeightChange"
|
|
1709
|
-
],
|
|
1710
|
-
"internalComponentProps": {
|
|
1711
|
-
"HelpTextContent": { "spacingTop": ["2"] },
|
|
1712
|
-
"Box": {
|
|
1713
|
-
"spacingBottom": ["2"],
|
|
1714
|
-
"columnGap": ["0.5"],
|
|
1715
|
-
"alignItems": ["flex-end", "center"],
|
|
1716
|
-
"position": ["relative"]
|
|
1717
|
-
},
|
|
1718
|
-
"HStack": {
|
|
1719
|
-
"alignItems": ["center"],
|
|
1720
|
-
"gap": ["1"]
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
"propToVariantKeys": {
|
|
1724
|
-
"size": [
|
|
1725
|
-
"inputSizeRoot",
|
|
1726
|
-
"inputSizeInputWrapper",
|
|
1727
|
-
"inputSizeInput",
|
|
1728
|
-
"inputSizeLabel",
|
|
1729
|
-
"inputSizeStartIcon",
|
|
1730
|
-
"inputSizeEndIcon"
|
|
1731
|
-
],
|
|
1732
|
-
"startIcon": ["icon"],
|
|
1733
|
-
"endIcon": ["icon"],
|
|
1734
|
-
"helperTextIcon": ["startIcon"]
|
|
1305
|
+
"propToVariantKeys": {
|
|
1306
|
+
"size": [
|
|
1307
|
+
"inputSizeRoot",
|
|
1308
|
+
"inputSizeInputWrapper",
|
|
1309
|
+
"inputSizeInput",
|
|
1310
|
+
"inputSizeLabel",
|
|
1311
|
+
"inputSizeStartIcon",
|
|
1312
|
+
"inputSizeEndIcon"
|
|
1313
|
+
],
|
|
1314
|
+
"startIcon": ["icon"],
|
|
1315
|
+
"endIcon": ["icon"],
|
|
1316
|
+
"helperTextIcon": ["startIcon"]
|
|
1735
1317
|
},
|
|
1736
1318
|
"runtimeConfigDefaultProps": {},
|
|
1737
1319
|
"runtimeConfigGetStyles": {},
|
|
@@ -1985,13 +1567,240 @@ var Menu_index = {
|
|
|
1985
1567
|
"runtimeConfigInternalComponentProps": {},
|
|
1986
1568
|
"motionVarPrefixes": []
|
|
1987
1569
|
};
|
|
1988
|
-
var Menu = {
|
|
1989
|
-
"name": "Menu",
|
|
1990
|
-
"defaultProps": {},
|
|
1570
|
+
var Menu = {
|
|
1571
|
+
"name": "Menu",
|
|
1572
|
+
"defaultProps": {},
|
|
1573
|
+
"getStylesLiterals": {},
|
|
1574
|
+
"cxLiterals": [],
|
|
1575
|
+
"internalComponents": [],
|
|
1576
|
+
"internalComponentProps": {},
|
|
1577
|
+
"propToVariantKeys": {},
|
|
1578
|
+
"runtimeConfigDefaultProps": {},
|
|
1579
|
+
"runtimeConfigGetStyles": {},
|
|
1580
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1581
|
+
"motionVarPrefixes": []
|
|
1582
|
+
};
|
|
1583
|
+
var Popover = {
|
|
1584
|
+
"name": "Popover",
|
|
1585
|
+
"defaultProps": {},
|
|
1586
|
+
"getStylesLiterals": {},
|
|
1587
|
+
"cxLiterals": [],
|
|
1588
|
+
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1589
|
+
"internalComponentProps": {},
|
|
1590
|
+
"propToVariantKeys": {},
|
|
1591
|
+
"runtimeConfigDefaultProps": {
|
|
1592
|
+
"size": "popover.defaultSize",
|
|
1593
|
+
"variant": "popover.defaultVariant"
|
|
1594
|
+
},
|
|
1595
|
+
"runtimeConfigGetStyles": {},
|
|
1596
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1597
|
+
"motionVarPrefixes": []
|
|
1598
|
+
};
|
|
1599
|
+
var PopoverContent = {
|
|
1600
|
+
"name": "PopoverContent",
|
|
1601
|
+
"defaultProps": {},
|
|
1602
|
+
"getStylesLiterals": {
|
|
1603
|
+
"popoverSizeRoot": "default",
|
|
1604
|
+
"popoverVariantRoot": "default",
|
|
1605
|
+
"display": "flex",
|
|
1606
|
+
"position": "relative",
|
|
1607
|
+
"display:1": "block",
|
|
1608
|
+
"spacingTop": "0",
|
|
1609
|
+
"spacingStart": "0",
|
|
1610
|
+
"spacingBottom": "0",
|
|
1611
|
+
"spacingEnd": "0",
|
|
1612
|
+
"popoverSizeSvgBase": "default",
|
|
1613
|
+
"popoverVariantSvgBase": "default",
|
|
1614
|
+
"popoverSizeSvgBorder": "default",
|
|
1615
|
+
"popoverVariantSvgBorder": "default",
|
|
1616
|
+
"popoverVariantBlur": "default",
|
|
1617
|
+
"position:1": "absolute",
|
|
1618
|
+
"width": "full",
|
|
1619
|
+
"height": "full",
|
|
1620
|
+
"flexShrink": "0",
|
|
1621
|
+
"borderRadius": "full",
|
|
1622
|
+
"alignItems": "center",
|
|
1623
|
+
"justifyContent": "center",
|
|
1624
|
+
"popoverVariantCloseIcon": "default",
|
|
1625
|
+
"popoverSizeCloseIcon": "default"
|
|
1626
|
+
},
|
|
1627
|
+
"cxLiterals": [
|
|
1628
|
+
"z-[9999]",
|
|
1629
|
+
"outline-none",
|
|
1630
|
+
"focus-visible:outline-none",
|
|
1631
|
+
"uds-bgBlurFillFallback",
|
|
1632
|
+
"uds-bgBlurFallback",
|
|
1633
|
+
"top-0",
|
|
1634
|
+
"left-0",
|
|
1635
|
+
"z-[1]",
|
|
1636
|
+
"duration-0",
|
|
1637
|
+
"duration-120",
|
|
1638
|
+
"transition-[background-color]",
|
|
1639
|
+
"bg-carbon-15/0",
|
|
1640
|
+
"hover:bg-carbon-15/10",
|
|
1641
|
+
"active:bg-carbon-15/15",
|
|
1642
|
+
"uds-ring",
|
|
1643
|
+
"absolute",
|
|
1644
|
+
"z-[4]"
|
|
1645
|
+
],
|
|
1646
|
+
"internalComponents": [
|
|
1647
|
+
"PopoverDismiss",
|
|
1648
|
+
"IconSlot",
|
|
1649
|
+
"PopoverArrow",
|
|
1650
|
+
"Popover",
|
|
1651
|
+
"SvgFloatingOverlay",
|
|
1652
|
+
"Box",
|
|
1653
|
+
"Pressable"
|
|
1654
|
+
],
|
|
1655
|
+
"internalComponentProps": {},
|
|
1656
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1657
|
+
"runtimeConfigDefaultProps": {
|
|
1658
|
+
"size": "popover.defaultSize",
|
|
1659
|
+
"variant": "popover.defaultVariant"
|
|
1660
|
+
},
|
|
1661
|
+
"runtimeConfigGetStyles": {
|
|
1662
|
+
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1663
|
+
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1664
|
+
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1665
|
+
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1666
|
+
},
|
|
1667
|
+
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1668
|
+
"motionVarPrefixes": []
|
|
1669
|
+
};
|
|
1670
|
+
var PopoverContext = {
|
|
1671
|
+
"name": "PopoverContext",
|
|
1672
|
+
"defaultProps": {},
|
|
1673
|
+
"getStylesLiterals": {},
|
|
1674
|
+
"cxLiterals": [],
|
|
1675
|
+
"internalComponents": [],
|
|
1676
|
+
"internalComponentProps": {},
|
|
1677
|
+
"propToVariantKeys": {},
|
|
1678
|
+
"runtimeConfigDefaultProps": {},
|
|
1679
|
+
"runtimeConfigGetStyles": {},
|
|
1680
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1681
|
+
"motionVarPrefixes": []
|
|
1682
|
+
};
|
|
1683
|
+
var PopoverTrigger = {
|
|
1684
|
+
"name": "PopoverTrigger",
|
|
1685
|
+
"defaultProps": {},
|
|
1686
|
+
"getStylesLiterals": {},
|
|
1687
|
+
"cxLiterals": [],
|
|
1688
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
1689
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1690
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
1691
|
+
"runtimeConfigDefaultProps": {},
|
|
1692
|
+
"runtimeConfigGetStyles": {},
|
|
1693
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1694
|
+
"motionVarPrefixes": []
|
|
1695
|
+
};
|
|
1696
|
+
var UDSPopoverConfigProvider = {
|
|
1697
|
+
"name": "UDSPopoverConfigProvider",
|
|
1698
|
+
"defaultProps": {},
|
|
1699
|
+
"getStylesLiterals": {},
|
|
1700
|
+
"cxLiterals": [],
|
|
1701
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
1702
|
+
"internalComponentProps": {},
|
|
1703
|
+
"propToVariantKeys": {},
|
|
1704
|
+
"runtimeConfigDefaultProps": {},
|
|
1705
|
+
"runtimeConfigGetStyles": {},
|
|
1706
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1707
|
+
"motionVarPrefixes": []
|
|
1708
|
+
};
|
|
1709
|
+
var Avatar = {
|
|
1710
|
+
"name": "Avatar",
|
|
1711
|
+
"defaultProps": {},
|
|
1712
|
+
"getStylesLiterals": {},
|
|
1713
|
+
"cxLiterals": [],
|
|
1714
|
+
"internalComponents": ["AvatarImage"],
|
|
1715
|
+
"internalComponentProps": {},
|
|
1716
|
+
"propToVariantKeys": {},
|
|
1717
|
+
"runtimeConfigDefaultProps": {},
|
|
1718
|
+
"runtimeConfigGetStyles": {},
|
|
1719
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1720
|
+
"motionVarPrefixes": []
|
|
1721
|
+
};
|
|
1722
|
+
var AvatarIcon = {
|
|
1723
|
+
"name": "AvatarIcon",
|
|
1724
|
+
"defaultProps": {
|
|
1725
|
+
"size": "md",
|
|
1726
|
+
"variant": "primary"
|
|
1727
|
+
},
|
|
1728
|
+
"getStylesLiterals": {},
|
|
1729
|
+
"cxLiterals": [
|
|
1730
|
+
"overflow-hidden",
|
|
1731
|
+
"w-full",
|
|
1732
|
+
"h-full",
|
|
1733
|
+
"shrink-0",
|
|
1734
|
+
"text-center",
|
|
1735
|
+
"inline-flex",
|
|
1736
|
+
"justify-center",
|
|
1737
|
+
"items-center"
|
|
1738
|
+
],
|
|
1739
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
1740
|
+
"internalComponentProps": {},
|
|
1741
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1742
|
+
"runtimeConfigDefaultProps": {},
|
|
1743
|
+
"runtimeConfigGetStyles": {},
|
|
1744
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1745
|
+
"motionVarPrefixes": []
|
|
1746
|
+
};
|
|
1747
|
+
var AvatarImage = {
|
|
1748
|
+
"name": "AvatarImage",
|
|
1749
|
+
"defaultProps": {
|
|
1750
|
+
"size": "md",
|
|
1751
|
+
"variant": "primary"
|
|
1752
|
+
},
|
|
1753
|
+
"getStylesLiterals": {},
|
|
1754
|
+
"cxLiterals": [
|
|
1755
|
+
"overflow-hidden",
|
|
1756
|
+
"w-full",
|
|
1757
|
+
"h-full",
|
|
1758
|
+
"shrink-0",
|
|
1759
|
+
"text-center",
|
|
1760
|
+
"inline-flex",
|
|
1761
|
+
"justify-center",
|
|
1762
|
+
"items-center",
|
|
1763
|
+
"object-cover"
|
|
1764
|
+
],
|
|
1765
|
+
"internalComponents": [
|
|
1766
|
+
"UDSImage",
|
|
1767
|
+
"AvatarText",
|
|
1768
|
+
"AvatarIcon",
|
|
1769
|
+
"Box"
|
|
1770
|
+
],
|
|
1771
|
+
"internalComponentProps": {},
|
|
1772
|
+
"propToVariantKeys": {
|
|
1773
|
+
"alt": ["name"],
|
|
1774
|
+
"fallback": ["initials"]
|
|
1775
|
+
},
|
|
1776
|
+
"runtimeConfigDefaultProps": {},
|
|
1777
|
+
"runtimeConfigGetStyles": {},
|
|
1778
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1779
|
+
"motionVarPrefixes": []
|
|
1780
|
+
};
|
|
1781
|
+
var AvatarText = {
|
|
1782
|
+
"name": "AvatarText",
|
|
1783
|
+
"defaultProps": {
|
|
1784
|
+
"size": "md",
|
|
1785
|
+
"variant": "primary"
|
|
1786
|
+
},
|
|
1991
1787
|
"getStylesLiterals": {},
|
|
1992
|
-
"cxLiterals": [
|
|
1993
|
-
|
|
1994
|
-
|
|
1788
|
+
"cxLiterals": [
|
|
1789
|
+
"overflow-hidden",
|
|
1790
|
+
"truncate",
|
|
1791
|
+
"w-full",
|
|
1792
|
+
"h-full",
|
|
1793
|
+
"shrink-0",
|
|
1794
|
+
"text-center",
|
|
1795
|
+
"inline-flex",
|
|
1796
|
+
"justify-center",
|
|
1797
|
+
"items-center"
|
|
1798
|
+
],
|
|
1799
|
+
"internalComponents": ["Box", "Text"],
|
|
1800
|
+
"internalComponentProps": { "Text": {
|
|
1801
|
+
"color": ["inherit"],
|
|
1802
|
+
"variant": ["inherit"]
|
|
1803
|
+
} },
|
|
1995
1804
|
"propToVariantKeys": {},
|
|
1996
1805
|
"runtimeConfigDefaultProps": {},
|
|
1997
1806
|
"runtimeConfigGetStyles": {},
|
|
@@ -2111,6 +1920,197 @@ var RadioGroupStore = {
|
|
|
2111
1920
|
"runtimeConfigInternalComponentProps": {},
|
|
2112
1921
|
"motionVarPrefixes": []
|
|
2113
1922
|
};
|
|
1923
|
+
var BottomSheet = {
|
|
1924
|
+
"name": "BottomSheet",
|
|
1925
|
+
"defaultProps": { "variant": "default" },
|
|
1926
|
+
"getStylesLiterals": {},
|
|
1927
|
+
"cxLiterals": [
|
|
1928
|
+
"fixed",
|
|
1929
|
+
"overflow-hidden",
|
|
1930
|
+
"inset-x-0",
|
|
1931
|
+
"bottom-0",
|
|
1932
|
+
"z-50",
|
|
1933
|
+
"[will-change:transform]",
|
|
1934
|
+
"touch-none",
|
|
1935
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1936
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1937
|
+
"transition-transform",
|
|
1938
|
+
"duration-500",
|
|
1939
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1940
|
+
"motion-reduce:transition-none",
|
|
1941
|
+
"top-[-4px]",
|
|
1942
|
+
"z-[1]",
|
|
1943
|
+
"touch-pan-y"
|
|
1944
|
+
],
|
|
1945
|
+
"internalComponents": [
|
|
1946
|
+
"Scrim",
|
|
1947
|
+
"BottomSheetHandle",
|
|
1948
|
+
"Dialog",
|
|
1949
|
+
"Box",
|
|
1950
|
+
"BottomSheetInternalContext.Provider"
|
|
1951
|
+
],
|
|
1952
|
+
"internalComponentProps": {
|
|
1953
|
+
"BottomSheetHandle": { "ariaLabel": ["Resize sheet"] },
|
|
1954
|
+
"Dialog": { "data-testid": ["bottom-sheet"] },
|
|
1955
|
+
"Box": {
|
|
1956
|
+
"display": ["block", "flex"],
|
|
1957
|
+
"position": ["absolute"],
|
|
1958
|
+
"flexDirection": ["column"],
|
|
1959
|
+
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
1963
|
+
"runtimeConfigDefaultProps": {},
|
|
1964
|
+
"runtimeConfigGetStyles": {},
|
|
1965
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1966
|
+
"motionVarPrefixes": []
|
|
1967
|
+
};
|
|
1968
|
+
var BottomSheetContent = {
|
|
1969
|
+
"name": "BottomSheetContent",
|
|
1970
|
+
"defaultProps": {},
|
|
1971
|
+
"getStylesLiterals": {},
|
|
1972
|
+
"cxLiterals": ["min-h-0", "touch-pan-y"],
|
|
1973
|
+
"internalComponents": ["Box", "VStack"],
|
|
1974
|
+
"internalComponentProps": {
|
|
1975
|
+
"Box": {
|
|
1976
|
+
"display": ["block"],
|
|
1977
|
+
"flex": ["1"]
|
|
1978
|
+
},
|
|
1979
|
+
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
1980
|
+
},
|
|
1981
|
+
"propToVariantKeys": {},
|
|
1982
|
+
"runtimeConfigDefaultProps": {},
|
|
1983
|
+
"runtimeConfigGetStyles": {},
|
|
1984
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1985
|
+
"motionVarPrefixes": []
|
|
1986
|
+
};
|
|
1987
|
+
var BottomSheetDismiss = {
|
|
1988
|
+
"name": "BottomSheetDismiss",
|
|
1989
|
+
"defaultProps": {},
|
|
1990
|
+
"getStylesLiterals": {},
|
|
1991
|
+
"cxLiterals": [],
|
|
1992
|
+
"internalComponents": ["AriakitDialogDismiss"],
|
|
1993
|
+
"internalComponentProps": {},
|
|
1994
|
+
"propToVariantKeys": {},
|
|
1995
|
+
"runtimeConfigDefaultProps": {},
|
|
1996
|
+
"runtimeConfigGetStyles": {},
|
|
1997
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1998
|
+
"motionVarPrefixes": []
|
|
1999
|
+
};
|
|
2000
|
+
var BottomSheetHandle = {
|
|
2001
|
+
"name": "BottomSheetHandle",
|
|
2002
|
+
"defaultProps": { "variant": "default" },
|
|
2003
|
+
"getStylesLiterals": {},
|
|
2004
|
+
"cxLiterals": [
|
|
2005
|
+
"relative",
|
|
2006
|
+
"h-5",
|
|
2007
|
+
"w-16",
|
|
2008
|
+
"outline-none",
|
|
2009
|
+
"focus-visible:outline-none",
|
|
2010
|
+
"[touch-action:pan-y]",
|
|
2011
|
+
"absolute",
|
|
2012
|
+
"left-1/2",
|
|
2013
|
+
"top-1/2",
|
|
2014
|
+
"-translate-x-1/2",
|
|
2015
|
+
"-translate-y-1/2",
|
|
2016
|
+
"h-1",
|
|
2017
|
+
"w-8",
|
|
2018
|
+
"rounded-full"
|
|
2019
|
+
],
|
|
2020
|
+
"internalComponents": ["Box"],
|
|
2021
|
+
"internalComponentProps": { "Box": {
|
|
2022
|
+
"display": ["block", "flex"],
|
|
2023
|
+
"justifyContent": ["center"]
|
|
2024
|
+
} },
|
|
2025
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
2026
|
+
"runtimeConfigDefaultProps": {},
|
|
2027
|
+
"runtimeConfigGetStyles": {},
|
|
2028
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2029
|
+
"motionVarPrefixes": []
|
|
2030
|
+
};
|
|
2031
|
+
var BottomSheetHeader = {
|
|
2032
|
+
"name": "BottomSheetHeader",
|
|
2033
|
+
"defaultProps": { "variant": "default" },
|
|
2034
|
+
"getStylesLiterals": {},
|
|
2035
|
+
"cxLiterals": [
|
|
2036
|
+
"grid-cols-[40px_1fr_40px]",
|
|
2037
|
+
"items-center",
|
|
2038
|
+
"w-full",
|
|
2039
|
+
"min-h-10",
|
|
2040
|
+
"mt-2"
|
|
2041
|
+
],
|
|
2042
|
+
"internalComponents": ["Box", "Text"],
|
|
2043
|
+
"internalComponentProps": {
|
|
2044
|
+
"Box": {
|
|
2045
|
+
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
2046
|
+
"display": ["grid", "flex"],
|
|
2047
|
+
"justifyContent": ["flex-start", "flex-end"]
|
|
2048
|
+
},
|
|
2049
|
+
"Text": {
|
|
2050
|
+
"variant": ["inherit"],
|
|
2051
|
+
"color": ["inherit"],
|
|
2052
|
+
"textAlign": ["center"],
|
|
2053
|
+
"className": ["w-full"]
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
2056
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
2057
|
+
"runtimeConfigDefaultProps": {},
|
|
2058
|
+
"runtimeConfigGetStyles": {},
|
|
2059
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2060
|
+
"motionVarPrefixes": []
|
|
2061
|
+
};
|
|
2062
|
+
var BottomSheetInternalContext = {
|
|
2063
|
+
"name": "BottomSheetInternalContext",
|
|
2064
|
+
"defaultProps": {},
|
|
2065
|
+
"getStylesLiterals": {},
|
|
2066
|
+
"cxLiterals": [],
|
|
2067
|
+
"internalComponents": [],
|
|
2068
|
+
"internalComponentProps": {},
|
|
2069
|
+
"propToVariantKeys": {},
|
|
2070
|
+
"runtimeConfigDefaultProps": {},
|
|
2071
|
+
"runtimeConfigGetStyles": {},
|
|
2072
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2073
|
+
"motionVarPrefixes": []
|
|
2074
|
+
};
|
|
2075
|
+
var BottomSheetProvider = {
|
|
2076
|
+
"name": "BottomSheetProvider",
|
|
2077
|
+
"defaultProps": {},
|
|
2078
|
+
"getStylesLiterals": {},
|
|
2079
|
+
"cxLiterals": [],
|
|
2080
|
+
"internalComponents": ["AriakitDialogProvider"],
|
|
2081
|
+
"internalComponentProps": {},
|
|
2082
|
+
"propToVariantKeys": {},
|
|
2083
|
+
"runtimeConfigDefaultProps": {},
|
|
2084
|
+
"runtimeConfigGetStyles": {},
|
|
2085
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2086
|
+
"motionVarPrefixes": []
|
|
2087
|
+
};
|
|
2088
|
+
var BottomSheetTrigger = {
|
|
2089
|
+
"name": "BottomSheetTrigger",
|
|
2090
|
+
"defaultProps": {},
|
|
2091
|
+
"getStylesLiterals": {},
|
|
2092
|
+
"cxLiterals": [],
|
|
2093
|
+
"internalComponents": ["AriakitDialogDisclosure"],
|
|
2094
|
+
"internalComponentProps": {},
|
|
2095
|
+
"propToVariantKeys": {},
|
|
2096
|
+
"runtimeConfigDefaultProps": {},
|
|
2097
|
+
"runtimeConfigGetStyles": {},
|
|
2098
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2099
|
+
"motionVarPrefixes": []
|
|
2100
|
+
};
|
|
2101
|
+
var UDSBottomSheetConfigProvider = {
|
|
2102
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
2103
|
+
"defaultProps": {},
|
|
2104
|
+
"getStylesLiterals": {},
|
|
2105
|
+
"cxLiterals": [],
|
|
2106
|
+
"internalComponents": ["BottomSheetContext.Provider"],
|
|
2107
|
+
"internalComponentProps": {},
|
|
2108
|
+
"propToVariantKeys": {},
|
|
2109
|
+
"runtimeConfigDefaultProps": {},
|
|
2110
|
+
"runtimeConfigGetStyles": {},
|
|
2111
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2112
|
+
"motionVarPrefixes": []
|
|
2113
|
+
};
|
|
2114
2114
|
var Tab = {
|
|
2115
2115
|
"name": "Tab",
|
|
2116
2116
|
"defaultProps": { "variant": "primary" },
|
|
@@ -2529,30 +2529,12 @@ var componentData_default = {
|
|
|
2529
2529
|
Modal,
|
|
2530
2530
|
SegmentedControl,
|
|
2531
2531
|
SwitchV2,
|
|
2532
|
-
Avatar,
|
|
2533
|
-
AvatarIcon,
|
|
2534
|
-
AvatarImage,
|
|
2535
|
-
AvatarText,
|
|
2536
2532
|
Chip,
|
|
2537
2533
|
ChipBase,
|
|
2538
2534
|
ChipButton,
|
|
2539
2535
|
ChipDismissible,
|
|
2540
2536
|
ChipLink,
|
|
2541
2537
|
ChipToggle,
|
|
2542
|
-
Popover,
|
|
2543
|
-
PopoverContent,
|
|
2544
|
-
PopoverContext,
|
|
2545
|
-
PopoverTrigger,
|
|
2546
|
-
UDSPopoverConfigProvider,
|
|
2547
|
-
BottomSheet,
|
|
2548
|
-
BottomSheetContent,
|
|
2549
|
-
BottomSheetDismiss,
|
|
2550
|
-
BottomSheetHandle,
|
|
2551
|
-
BottomSheetHeader,
|
|
2552
|
-
BottomSheetInternalContext,
|
|
2553
|
-
BottomSheetProvider,
|
|
2554
|
-
BottomSheetTrigger,
|
|
2555
|
-
UDSBottomSheetConfigProvider,
|
|
2556
2538
|
Input,
|
|
2557
2539
|
InputHelpText,
|
|
2558
2540
|
InputHelpTextInternal,
|
|
@@ -2565,9 +2547,27 @@ var componentData_default = {
|
|
|
2565
2547
|
"Menu.Trigger": Menu_Trigger,
|
|
2566
2548
|
"Menu.index": Menu_index,
|
|
2567
2549
|
Menu,
|
|
2550
|
+
Popover,
|
|
2551
|
+
PopoverContent,
|
|
2552
|
+
PopoverContext,
|
|
2553
|
+
PopoverTrigger,
|
|
2554
|
+
UDSPopoverConfigProvider,
|
|
2555
|
+
Avatar,
|
|
2556
|
+
AvatarIcon,
|
|
2557
|
+
AvatarImage,
|
|
2558
|
+
AvatarText,
|
|
2568
2559
|
Radio,
|
|
2569
2560
|
RadioGroupProvider,
|
|
2570
2561
|
RadioGroupStore,
|
|
2562
|
+
BottomSheet,
|
|
2563
|
+
BottomSheetContent,
|
|
2564
|
+
BottomSheetDismiss,
|
|
2565
|
+
BottomSheetHandle,
|
|
2566
|
+
BottomSheetHeader,
|
|
2567
|
+
BottomSheetInternalContext,
|
|
2568
|
+
BottomSheetProvider,
|
|
2569
|
+
BottomSheetTrigger,
|
|
2570
|
+
UDSBottomSheetConfigProvider,
|
|
2571
2571
|
Tab,
|
|
2572
2572
|
TabList,
|
|
2573
2573
|
TabPanel,
|