@yahoo/uds 3.128.0 → 3.129.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/components/Banner/Banner.cjs +3 -2
- package/dist/components/Banner/Banner.js +3 -2
- package/dist/components/Icon.cjs +12 -6
- package/dist/components/Icon.js +13 -7
- package/dist/components/IconSlot.cjs +11 -3
- package/dist/components/IconSlot.js +11 -3
- package/dist/components/client/IconButton.cjs +5 -1
- package/dist/components/client/IconButton.js +6 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/config/dist/index.cjs +2371 -2361
- package/dist/config/dist/index.js +2371 -2361
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/styles/styler.d.cts +27 -27
- package/dist/styles/styler.d.ts +43 -43
- package/dist/tailwind/dist/config/dist/index.cjs +2371 -2361
- package/dist/tailwind/dist/config/dist/index.js +2371 -2361
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tokens/index.d.cts +2 -2
- package/dist/tokens/index.d.ts +2 -2
- package/dist/tokens/types.d.cts +7 -7
- package/dist/tokens/types.d.ts +7 -7
- package/dist/types/dist/index.d.cts +12 -10
- package/dist/types/dist/index.d.ts +12 -10
- package/dist/uds/generated/componentData.cjs +455 -454
- package/dist/uds/generated/componentData.js +455 -454
- package/dist/uds/generated/tailwindPurge.cjs +68 -68
- package/dist/uds/generated/tailwindPurge.js +68 -68
- package/generated/componentData.json +578 -575
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
- package/dist/icons/dist/types.d.cts +0 -18
- package/dist/icons/dist/types.d.ts +0 -18
|
@@ -64,7 +64,7 @@ var Icon = {
|
|
|
64
64
|
},
|
|
65
65
|
"getStylesLiterals": { "flex": "none" },
|
|
66
66
|
"cxLiterals": ["[&_path]:fill-current"],
|
|
67
|
-
"internalComponents": [
|
|
67
|
+
"internalComponents": [],
|
|
68
68
|
"internalComponentProps": {},
|
|
69
69
|
"propToVariantKeys": {},
|
|
70
70
|
"runtimeConfigDefaultProps": {},
|
|
@@ -79,7 +79,7 @@ var IconSlot = {
|
|
|
79
79
|
"cxLiterals": [],
|
|
80
80
|
"internalComponents": ["Icon"],
|
|
81
81
|
"internalComponentProps": {},
|
|
82
|
-
"propToVariantKeys": {},
|
|
82
|
+
"propToVariantKeys": { "icon": ["name"] },
|
|
83
83
|
"runtimeConfigDefaultProps": {},
|
|
84
84
|
"runtimeConfigGetStyles": {},
|
|
85
85
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -244,7 +244,8 @@ var Banner = {
|
|
|
244
244
|
"className": "truncate",
|
|
245
245
|
"className:1": "line-clamp-3",
|
|
246
246
|
"spacing": "2",
|
|
247
|
-
"borderRadius": "full"
|
|
247
|
+
"borderRadius": "full",
|
|
248
|
+
"color": "primary"
|
|
248
249
|
},
|
|
249
250
|
"cxLiterals": [
|
|
250
251
|
"flex",
|
|
@@ -1206,337 +1207,330 @@ var AvatarText = {
|
|
|
1206
1207
|
"runtimeConfigInternalComponentProps": {},
|
|
1207
1208
|
"motionVarPrefixes": []
|
|
1208
1209
|
};
|
|
1209
|
-
var
|
|
1210
|
-
"name": "
|
|
1211
|
-
"defaultProps": {
|
|
1210
|
+
var Chip = {
|
|
1211
|
+
"name": "Chip",
|
|
1212
|
+
"defaultProps": {},
|
|
1212
1213
|
"getStylesLiterals": {},
|
|
1213
|
-
"cxLiterals": [
|
|
1214
|
-
"fixed",
|
|
1215
|
-
"overflow-hidden",
|
|
1216
|
-
"inset-x-0",
|
|
1217
|
-
"bottom-0",
|
|
1218
|
-
"z-50",
|
|
1219
|
-
"[will-change:transform]",
|
|
1220
|
-
"touch-none",
|
|
1221
|
-
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1222
|
-
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1223
|
-
"transition-transform",
|
|
1224
|
-
"duration-500",
|
|
1225
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1226
|
-
"motion-reduce:transition-none",
|
|
1227
|
-
"top-[-4px]",
|
|
1228
|
-
"z-[1]",
|
|
1229
|
-
"touch-pan-y"
|
|
1230
|
-
],
|
|
1214
|
+
"cxLiterals": [],
|
|
1231
1215
|
"internalComponents": [
|
|
1232
|
-
"
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1235
|
-
"
|
|
1236
|
-
"BottomSheetInternalContext.Provider"
|
|
1216
|
+
"ChipDismissible",
|
|
1217
|
+
"ChipToggle",
|
|
1218
|
+
"ChipLink",
|
|
1219
|
+
"ChipButton"
|
|
1237
1220
|
],
|
|
1238
|
-
"internalComponentProps": {
|
|
1239
|
-
|
|
1240
|
-
"Dialog": { "data-testid": ["bottom-sheet"] },
|
|
1241
|
-
"Box": {
|
|
1242
|
-
"display": ["block", "flex"],
|
|
1243
|
-
"position": ["absolute"],
|
|
1244
|
-
"flexDirection": ["column"],
|
|
1245
|
-
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
1246
|
-
}
|
|
1247
|
-
},
|
|
1248
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
1221
|
+
"internalComponentProps": {},
|
|
1222
|
+
"propToVariantKeys": {},
|
|
1249
1223
|
"runtimeConfigDefaultProps": {},
|
|
1250
1224
|
"runtimeConfigGetStyles": {},
|
|
1251
1225
|
"runtimeConfigInternalComponentProps": {},
|
|
1252
1226
|
"motionVarPrefixes": []
|
|
1253
1227
|
};
|
|
1254
|
-
var
|
|
1255
|
-
"name": "
|
|
1256
|
-
"defaultProps": {
|
|
1228
|
+
var ChipBase = {
|
|
1229
|
+
"name": "ChipBase",
|
|
1230
|
+
"defaultProps": {
|
|
1231
|
+
"size": "md",
|
|
1232
|
+
"as": "div"
|
|
1233
|
+
},
|
|
1257
1234
|
"getStylesLiterals": {},
|
|
1258
|
-
"cxLiterals": [
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
"
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
"
|
|
1235
|
+
"cxLiterals": [
|
|
1236
|
+
"pointer-events-none",
|
|
1237
|
+
"cursor-default",
|
|
1238
|
+
"opacity-50",
|
|
1239
|
+
"inline-flex",
|
|
1240
|
+
"items-center",
|
|
1241
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
1242
|
+
"truncate",
|
|
1243
|
+
"whitespace-nowrap",
|
|
1244
|
+
"text-center",
|
|
1245
|
+
"flex-1"
|
|
1246
|
+
],
|
|
1247
|
+
"internalComponents": [
|
|
1248
|
+
"IconSlot",
|
|
1249
|
+
"HStack",
|
|
1250
|
+
"As",
|
|
1251
|
+
"Text"
|
|
1252
|
+
],
|
|
1253
|
+
"internalComponentProps": { "Text": {
|
|
1254
|
+
"as": ["span"],
|
|
1255
|
+
"color": ["current"],
|
|
1256
|
+
"variant": ["inherit"]
|
|
1257
|
+
} },
|
|
1258
|
+
"propToVariantKeys": {
|
|
1259
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1260
|
+
"startIcon": ["icon"],
|
|
1261
|
+
"endIcon": ["icon"]
|
|
1266
1262
|
},
|
|
1267
|
-
"propToVariantKeys": {},
|
|
1268
1263
|
"runtimeConfigDefaultProps": {},
|
|
1269
1264
|
"runtimeConfigGetStyles": {},
|
|
1270
1265
|
"runtimeConfigInternalComponentProps": {},
|
|
1271
1266
|
"motionVarPrefixes": []
|
|
1272
1267
|
};
|
|
1273
|
-
var
|
|
1274
|
-
"name": "
|
|
1275
|
-
"defaultProps": {},
|
|
1268
|
+
var ChipButton = {
|
|
1269
|
+
"name": "ChipButton",
|
|
1270
|
+
"defaultProps": { "variant": "primary" },
|
|
1276
1271
|
"getStylesLiterals": {},
|
|
1277
|
-
"cxLiterals": [],
|
|
1278
|
-
"internalComponents": ["
|
|
1279
|
-
"internalComponentProps": {},
|
|
1280
|
-
"propToVariantKeys": {},
|
|
1272
|
+
"cxLiterals": ["uds-ring"],
|
|
1273
|
+
"internalComponents": ["ChipBase"],
|
|
1274
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1275
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1281
1276
|
"runtimeConfigDefaultProps": {},
|
|
1282
1277
|
"runtimeConfigGetStyles": {},
|
|
1283
1278
|
"runtimeConfigInternalComponentProps": {},
|
|
1284
1279
|
"motionVarPrefixes": []
|
|
1285
1280
|
};
|
|
1286
|
-
var
|
|
1287
|
-
"name": "
|
|
1288
|
-
"defaultProps": { "variant": "
|
|
1281
|
+
var ChipDismissible = {
|
|
1282
|
+
"name": "ChipDismissible",
|
|
1283
|
+
"defaultProps": { "variant": "primary" },
|
|
1289
1284
|
"getStylesLiterals": {},
|
|
1290
1285
|
"cxLiterals": [
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
"
|
|
1294
|
-
"outline-none",
|
|
1295
|
-
"focus-visible:outline-none",
|
|
1296
|
-
"[touch-action:pan-y]",
|
|
1297
|
-
"absolute",
|
|
1298
|
-
"left-1/2",
|
|
1299
|
-
"top-1/2",
|
|
1300
|
-
"-translate-x-1/2",
|
|
1301
|
-
"-translate-y-1/2",
|
|
1302
|
-
"h-1",
|
|
1303
|
-
"w-8",
|
|
1286
|
+
"uds-chip-dismissible-button",
|
|
1287
|
+
"uds-hit-target",
|
|
1288
|
+
"uds-ring",
|
|
1304
1289
|
"rounded-full"
|
|
1305
1290
|
],
|
|
1306
|
-
"internalComponents": [
|
|
1307
|
-
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
} },
|
|
1311
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1312
|
-
"runtimeConfigDefaultProps": {},
|
|
1313
|
-
"runtimeConfigGetStyles": {},
|
|
1314
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1315
|
-
"motionVarPrefixes": []
|
|
1316
|
-
};
|
|
1317
|
-
var BottomSheetHeader = {
|
|
1318
|
-
"name": "BottomSheetHeader",
|
|
1319
|
-
"defaultProps": { "variant": "default" },
|
|
1320
|
-
"getStylesLiterals": {},
|
|
1321
|
-
"cxLiterals": [
|
|
1322
|
-
"grid-cols-[40px_1fr_40px]",
|
|
1323
|
-
"items-center",
|
|
1324
|
-
"w-full",
|
|
1325
|
-
"min-h-10",
|
|
1326
|
-
"mt-2"
|
|
1291
|
+
"internalComponents": [
|
|
1292
|
+
"ChipBase",
|
|
1293
|
+
"IconSlot",
|
|
1294
|
+
"Pressable"
|
|
1327
1295
|
],
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1331
|
-
|
|
1332
|
-
"display": ["grid", "flex"],
|
|
1333
|
-
"justifyContent": ["flex-start", "flex-end"]
|
|
1334
|
-
},
|
|
1335
|
-
"Text": {
|
|
1336
|
-
"variant": ["inherit"],
|
|
1337
|
-
"color": ["inherit"],
|
|
1338
|
-
"textAlign": ["center"],
|
|
1339
|
-
"className": ["w-full"]
|
|
1340
|
-
}
|
|
1296
|
+
"internalComponentProps": {},
|
|
1297
|
+
"propToVariantKeys": {
|
|
1298
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1299
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
1341
1300
|
},
|
|
1342
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1343
1301
|
"runtimeConfigDefaultProps": {},
|
|
1344
1302
|
"runtimeConfigGetStyles": {},
|
|
1345
1303
|
"runtimeConfigInternalComponentProps": {},
|
|
1346
1304
|
"motionVarPrefixes": []
|
|
1347
1305
|
};
|
|
1348
|
-
var
|
|
1349
|
-
"name": "
|
|
1350
|
-
"defaultProps": {},
|
|
1306
|
+
var ChipLink = {
|
|
1307
|
+
"name": "ChipLink",
|
|
1308
|
+
"defaultProps": { "variant": "primary" },
|
|
1351
1309
|
"getStylesLiterals": {},
|
|
1352
|
-
"cxLiterals": [],
|
|
1353
|
-
"internalComponents": [],
|
|
1354
|
-
"internalComponentProps": {},
|
|
1355
|
-
"propToVariantKeys": {},
|
|
1310
|
+
"cxLiterals": ["uds-ring"],
|
|
1311
|
+
"internalComponents": ["ChipBase"],
|
|
1312
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1313
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1356
1314
|
"runtimeConfigDefaultProps": {},
|
|
1357
1315
|
"runtimeConfigGetStyles": {},
|
|
1358
1316
|
"runtimeConfigInternalComponentProps": {},
|
|
1359
1317
|
"motionVarPrefixes": []
|
|
1360
1318
|
};
|
|
1361
|
-
var
|
|
1362
|
-
"name": "
|
|
1363
|
-
"defaultProps": {
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
"
|
|
1368
|
-
|
|
1319
|
+
var ChipToggle = {
|
|
1320
|
+
"name": "ChipToggle",
|
|
1321
|
+
"defaultProps": {
|
|
1322
|
+
"variant": "primary",
|
|
1323
|
+
"role": "checkbox"
|
|
1324
|
+
},
|
|
1325
|
+
"getStylesLiterals": {
|
|
1326
|
+
"chipToggleVariantActiveRoot": "on",
|
|
1327
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
1328
|
+
},
|
|
1329
|
+
"cxLiterals": ["uds-ring"],
|
|
1330
|
+
"internalComponents": ["ChipBase"],
|
|
1331
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1332
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1369
1333
|
"runtimeConfigDefaultProps": {},
|
|
1370
1334
|
"runtimeConfigGetStyles": {},
|
|
1371
1335
|
"runtimeConfigInternalComponentProps": {},
|
|
1372
1336
|
"motionVarPrefixes": []
|
|
1373
1337
|
};
|
|
1374
|
-
var
|
|
1375
|
-
"name": "
|
|
1338
|
+
var Popover = {
|
|
1339
|
+
"name": "Popover",
|
|
1376
1340
|
"defaultProps": {},
|
|
1377
1341
|
"getStylesLiterals": {},
|
|
1378
1342
|
"cxLiterals": [],
|
|
1379
|
-
"internalComponents": ["
|
|
1343
|
+
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1380
1344
|
"internalComponentProps": {},
|
|
1381
1345
|
"propToVariantKeys": {},
|
|
1382
|
-
"runtimeConfigDefaultProps": {
|
|
1346
|
+
"runtimeConfigDefaultProps": {
|
|
1347
|
+
"size": "popover.defaultSize",
|
|
1348
|
+
"variant": "popover.defaultVariant"
|
|
1349
|
+
},
|
|
1383
1350
|
"runtimeConfigGetStyles": {},
|
|
1384
1351
|
"runtimeConfigInternalComponentProps": {},
|
|
1385
1352
|
"motionVarPrefixes": []
|
|
1386
1353
|
};
|
|
1387
|
-
var
|
|
1388
|
-
"name": "
|
|
1354
|
+
var PopoverContent = {
|
|
1355
|
+
"name": "PopoverContent",
|
|
1389
1356
|
"defaultProps": {},
|
|
1390
|
-
"getStylesLiterals": {},
|
|
1391
|
-
"cxLiterals": [],
|
|
1392
|
-
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1393
|
-
"internalComponentProps": {},
|
|
1394
|
-
"propToVariantKeys": {},
|
|
1395
|
-
"runtimeConfigDefaultProps": {},
|
|
1396
|
-
"runtimeConfigGetStyles": {},
|
|
1397
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1398
|
-
"motionVarPrefixes": []
|
|
1399
|
-
};
|
|
1400
|
-
var Input = {
|
|
1401
|
-
"name": "Input",
|
|
1402
|
-
"defaultProps": {
|
|
1403
|
-
"type": "text",
|
|
1404
|
-
"size": "md",
|
|
1405
|
-
"width": "full"
|
|
1406
|
-
},
|
|
1407
1357
|
"getStylesLiterals": {
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1410
|
-
"
|
|
1411
|
-
"
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1416
|
-
"
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1423
|
-
"
|
|
1424
|
-
"
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
1358
|
+
"popoverSizeRoot": "default",
|
|
1359
|
+
"popoverVariantRoot": "default",
|
|
1360
|
+
"display": "flex",
|
|
1361
|
+
"position": "relative",
|
|
1362
|
+
"display:1": "block",
|
|
1363
|
+
"spacingTop": "0",
|
|
1364
|
+
"spacingStart": "0",
|
|
1365
|
+
"spacingBottom": "0",
|
|
1366
|
+
"spacingEnd": "0",
|
|
1367
|
+
"popoverSizeSvgBase": "default",
|
|
1368
|
+
"popoverVariantSvgBase": "default",
|
|
1369
|
+
"popoverSizeSvgBorder": "default",
|
|
1370
|
+
"popoverVariantSvgBorder": "default",
|
|
1371
|
+
"popoverVariantBlur": "default",
|
|
1372
|
+
"position:1": "absolute",
|
|
1373
|
+
"width": "full",
|
|
1374
|
+
"height": "full",
|
|
1375
|
+
"flexShrink": "0",
|
|
1376
|
+
"borderRadius": "full",
|
|
1377
|
+
"alignItems": "center",
|
|
1378
|
+
"justifyContent": "center",
|
|
1379
|
+
"popoverVariantCloseIcon": "default",
|
|
1380
|
+
"popoverSizeCloseIcon": "default"
|
|
1432
1381
|
},
|
|
1433
1382
|
"cxLiterals": [
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"uds-
|
|
1438
|
-
"
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1383
|
+
"z-[9999]",
|
|
1384
|
+
"outline-none",
|
|
1385
|
+
"focus-visible:outline-none",
|
|
1386
|
+
"uds-bgBlurFillFallback",
|
|
1387
|
+
"uds-bgBlurFallback",
|
|
1388
|
+
"top-0",
|
|
1389
|
+
"left-0",
|
|
1390
|
+
"z-[1]",
|
|
1391
|
+
"duration-0",
|
|
1392
|
+
"duration-120",
|
|
1393
|
+
"transition-[background-color]",
|
|
1394
|
+
"bg-carbon-15/0",
|
|
1395
|
+
"hover:bg-carbon-15/10",
|
|
1396
|
+
"active:bg-carbon-15/15",
|
|
1397
|
+
"uds-ring",
|
|
1398
|
+
"absolute",
|
|
1399
|
+
"z-[4]"
|
|
1442
1400
|
],
|
|
1443
1401
|
"internalComponents": [
|
|
1402
|
+
"PopoverDismiss",
|
|
1444
1403
|
"IconSlot",
|
|
1445
|
-
"
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1404
|
+
"PopoverArrow",
|
|
1405
|
+
"Popover",
|
|
1406
|
+
"SvgFloatingOverlay",
|
|
1448
1407
|
"Box",
|
|
1449
|
-
"
|
|
1450
|
-
"VStack",
|
|
1451
|
-
"HStack",
|
|
1452
|
-
"AnimateHeightChange"
|
|
1408
|
+
"Pressable"
|
|
1453
1409
|
],
|
|
1454
|
-
"internalComponentProps": {
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
"alignItems": ["flex-end", "center"],
|
|
1460
|
-
"position": ["relative"]
|
|
1461
|
-
},
|
|
1462
|
-
"HStack": {
|
|
1463
|
-
"alignItems": ["center"],
|
|
1464
|
-
"gap": ["1"]
|
|
1465
|
-
}
|
|
1410
|
+
"internalComponentProps": {},
|
|
1411
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1412
|
+
"runtimeConfigDefaultProps": {
|
|
1413
|
+
"size": "popover.defaultSize",
|
|
1414
|
+
"variant": "popover.defaultVariant"
|
|
1466
1415
|
},
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
"inputSizeLabel",
|
|
1473
|
-
"inputSizeStartIcon",
|
|
1474
|
-
"inputSizeEndIcon"
|
|
1475
|
-
],
|
|
1476
|
-
"startIcon": ["icon"],
|
|
1477
|
-
"endIcon": ["icon"],
|
|
1478
|
-
"helperTextIcon": ["startIcon"]
|
|
1416
|
+
"runtimeConfigGetStyles": {
|
|
1417
|
+
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1418
|
+
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1419
|
+
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1420
|
+
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1479
1421
|
},
|
|
1422
|
+
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1423
|
+
"motionVarPrefixes": []
|
|
1424
|
+
};
|
|
1425
|
+
var PopoverContext = {
|
|
1426
|
+
"name": "PopoverContext",
|
|
1427
|
+
"defaultProps": {},
|
|
1428
|
+
"getStylesLiterals": {},
|
|
1429
|
+
"cxLiterals": [],
|
|
1430
|
+
"internalComponents": [],
|
|
1431
|
+
"internalComponentProps": {},
|
|
1432
|
+
"propToVariantKeys": {},
|
|
1480
1433
|
"runtimeConfigDefaultProps": {},
|
|
1481
1434
|
"runtimeConfigGetStyles": {},
|
|
1482
1435
|
"runtimeConfigInternalComponentProps": {},
|
|
1483
1436
|
"motionVarPrefixes": []
|
|
1484
1437
|
};
|
|
1485
|
-
var
|
|
1486
|
-
"name": "
|
|
1487
|
-
"defaultProps": {
|
|
1488
|
-
"getStylesLiterals": {
|
|
1489
|
-
"inputVariantRoot": "default",
|
|
1490
|
-
"inputVariantValueRoot": "empty",
|
|
1491
|
-
"inputVariantValueRoot:1": "filled"
|
|
1492
|
-
},
|
|
1438
|
+
var PopoverTrigger = {
|
|
1439
|
+
"name": "PopoverTrigger",
|
|
1440
|
+
"defaultProps": {},
|
|
1441
|
+
"getStylesLiterals": {},
|
|
1493
1442
|
"cxLiterals": [],
|
|
1494
|
-
"internalComponents": ["
|
|
1495
|
-
"internalComponentProps": { "
|
|
1496
|
-
"propToVariantKeys": { "
|
|
1443
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
1444
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1445
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
1497
1446
|
"runtimeConfigDefaultProps": {},
|
|
1498
1447
|
"runtimeConfigGetStyles": {},
|
|
1499
1448
|
"runtimeConfigInternalComponentProps": {},
|
|
1500
1449
|
"motionVarPrefixes": []
|
|
1501
1450
|
};
|
|
1502
|
-
var
|
|
1503
|
-
"name": "
|
|
1451
|
+
var UDSPopoverConfigProvider = {
|
|
1452
|
+
"name": "UDSPopoverConfigProvider",
|
|
1504
1453
|
"defaultProps": {},
|
|
1505
|
-
"getStylesLiterals": {
|
|
1506
|
-
"inputVariantHelperText": "default",
|
|
1507
|
-
"inputVariantValueHelperText": "empty",
|
|
1508
|
-
"inputVariantValueHelperText:1": "filled",
|
|
1509
|
-
"inputVariantHelperIcon": "default",
|
|
1510
|
-
"inputVariantValueHelperIcon": "empty",
|
|
1511
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
1512
|
-
},
|
|
1454
|
+
"getStylesLiterals": {},
|
|
1513
1455
|
"cxLiterals": [],
|
|
1514
|
-
"internalComponents": ["
|
|
1515
|
-
"internalComponentProps": {
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
"
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1456
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
1457
|
+
"internalComponentProps": {},
|
|
1458
|
+
"propToVariantKeys": {},
|
|
1459
|
+
"runtimeConfigDefaultProps": {},
|
|
1460
|
+
"runtimeConfigGetStyles": {},
|
|
1461
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1462
|
+
"motionVarPrefixes": []
|
|
1463
|
+
};
|
|
1464
|
+
var BottomSheet = {
|
|
1465
|
+
"name": "BottomSheet",
|
|
1466
|
+
"defaultProps": { "variant": "default" },
|
|
1467
|
+
"getStylesLiterals": {},
|
|
1468
|
+
"cxLiterals": [
|
|
1469
|
+
"fixed",
|
|
1470
|
+
"overflow-hidden",
|
|
1471
|
+
"inset-x-0",
|
|
1472
|
+
"bottom-0",
|
|
1473
|
+
"z-50",
|
|
1474
|
+
"[will-change:transform]",
|
|
1475
|
+
"touch-none",
|
|
1476
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1477
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1478
|
+
"transition-transform",
|
|
1479
|
+
"duration-500",
|
|
1480
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1481
|
+
"motion-reduce:transition-none",
|
|
1482
|
+
"top-[-4px]",
|
|
1483
|
+
"z-[1]",
|
|
1484
|
+
"touch-pan-y"
|
|
1485
|
+
],
|
|
1486
|
+
"internalComponents": [
|
|
1487
|
+
"Scrim",
|
|
1488
|
+
"BottomSheetHandle",
|
|
1489
|
+
"Dialog",
|
|
1490
|
+
"Box",
|
|
1491
|
+
"BottomSheetInternalContext.Provider"
|
|
1492
|
+
],
|
|
1493
|
+
"internalComponentProps": {
|
|
1494
|
+
"BottomSheetHandle": { "ariaLabel": ["Resize sheet"] },
|
|
1495
|
+
"Dialog": { "data-testid": ["bottom-sheet"] },
|
|
1496
|
+
"Box": {
|
|
1497
|
+
"display": ["block", "flex"],
|
|
1498
|
+
"position": ["absolute"],
|
|
1499
|
+
"flexDirection": ["column"],
|
|
1500
|
+
"className": ["absolute inset-0 min-h-0 p-[inherit]"]
|
|
1501
|
+
}
|
|
1523
1502
|
},
|
|
1503
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
|
|
1524
1504
|
"runtimeConfigDefaultProps": {},
|
|
1525
1505
|
"runtimeConfigGetStyles": {},
|
|
1526
1506
|
"runtimeConfigInternalComponentProps": {},
|
|
1527
1507
|
"motionVarPrefixes": []
|
|
1528
1508
|
};
|
|
1529
|
-
var
|
|
1530
|
-
"name": "
|
|
1509
|
+
var BottomSheetContent = {
|
|
1510
|
+
"name": "BottomSheetContent",
|
|
1511
|
+
"defaultProps": {},
|
|
1512
|
+
"getStylesLiterals": {},
|
|
1513
|
+
"cxLiterals": ["min-h-0", "touch-pan-y"],
|
|
1514
|
+
"internalComponents": ["Box", "VStack"],
|
|
1515
|
+
"internalComponentProps": {
|
|
1516
|
+
"Box": {
|
|
1517
|
+
"display": ["block"],
|
|
1518
|
+
"flex": ["1"]
|
|
1519
|
+
},
|
|
1520
|
+
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
1521
|
+
},
|
|
1522
|
+
"propToVariantKeys": {},
|
|
1523
|
+
"runtimeConfigDefaultProps": {},
|
|
1524
|
+
"runtimeConfigGetStyles": {},
|
|
1525
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1526
|
+
"motionVarPrefixes": []
|
|
1527
|
+
};
|
|
1528
|
+
var BottomSheetDismiss = {
|
|
1529
|
+
"name": "BottomSheetDismiss",
|
|
1531
1530
|
"defaultProps": {},
|
|
1532
1531
|
"getStylesLiterals": {},
|
|
1533
1532
|
"cxLiterals": [],
|
|
1534
|
-
"internalComponents": [
|
|
1535
|
-
"ChipDismissible",
|
|
1536
|
-
"ChipToggle",
|
|
1537
|
-
"ChipLink",
|
|
1538
|
-
"ChipButton"
|
|
1539
|
-
],
|
|
1533
|
+
"internalComponents": ["AriakitDialogDismiss"],
|
|
1540
1534
|
"internalComponentProps": {},
|
|
1541
1535
|
"propToVariantKeys": {},
|
|
1542
1536
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1544,111 +1538,244 @@ var Chip = {
|
|
|
1544
1538
|
"runtimeConfigInternalComponentProps": {},
|
|
1545
1539
|
"motionVarPrefixes": []
|
|
1546
1540
|
};
|
|
1547
|
-
var
|
|
1548
|
-
"name": "
|
|
1549
|
-
"defaultProps": {
|
|
1550
|
-
"size": "md",
|
|
1551
|
-
"as": "div"
|
|
1552
|
-
},
|
|
1541
|
+
var BottomSheetHandle = {
|
|
1542
|
+
"name": "BottomSheetHandle",
|
|
1543
|
+
"defaultProps": { "variant": "default" },
|
|
1553
1544
|
"getStylesLiterals": {},
|
|
1554
1545
|
"cxLiterals": [
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1569
|
-
"As",
|
|
1570
|
-
"Text"
|
|
1546
|
+
"relative",
|
|
1547
|
+
"h-5",
|
|
1548
|
+
"w-16",
|
|
1549
|
+
"outline-none",
|
|
1550
|
+
"focus-visible:outline-none",
|
|
1551
|
+
"[touch-action:pan-y]",
|
|
1552
|
+
"absolute",
|
|
1553
|
+
"left-1/2",
|
|
1554
|
+
"top-1/2",
|
|
1555
|
+
"-translate-x-1/2",
|
|
1556
|
+
"-translate-y-1/2",
|
|
1557
|
+
"h-1",
|
|
1558
|
+
"w-8",
|
|
1559
|
+
"rounded-full"
|
|
1571
1560
|
],
|
|
1572
|
-
"
|
|
1573
|
-
|
|
1574
|
-
"
|
|
1575
|
-
"
|
|
1561
|
+
"internalComponents": ["Box"],
|
|
1562
|
+
"internalComponentProps": { "Box": {
|
|
1563
|
+
"display": ["block", "flex"],
|
|
1564
|
+
"justifyContent": ["center"]
|
|
1576
1565
|
} },
|
|
1577
|
-
"propToVariantKeys": {
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1566
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1567
|
+
"runtimeConfigDefaultProps": {},
|
|
1568
|
+
"runtimeConfigGetStyles": {},
|
|
1569
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1570
|
+
"motionVarPrefixes": []
|
|
1571
|
+
};
|
|
1572
|
+
var BottomSheetHeader = {
|
|
1573
|
+
"name": "BottomSheetHeader",
|
|
1574
|
+
"defaultProps": { "variant": "default" },
|
|
1575
|
+
"getStylesLiterals": {},
|
|
1576
|
+
"cxLiterals": [
|
|
1577
|
+
"grid-cols-[40px_1fr_40px]",
|
|
1578
|
+
"items-center",
|
|
1579
|
+
"w-full",
|
|
1580
|
+
"min-h-10",
|
|
1581
|
+
"mt-2"
|
|
1582
|
+
],
|
|
1583
|
+
"internalComponents": ["Box", "Text"],
|
|
1584
|
+
"internalComponentProps": {
|
|
1585
|
+
"Box": {
|
|
1586
|
+
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1587
|
+
"display": ["grid", "flex"],
|
|
1588
|
+
"justifyContent": ["flex-start", "flex-end"]
|
|
1589
|
+
},
|
|
1590
|
+
"Text": {
|
|
1591
|
+
"variant": ["inherit"],
|
|
1592
|
+
"color": ["inherit"],
|
|
1593
|
+
"textAlign": ["center"],
|
|
1594
|
+
"className": ["w-full"]
|
|
1595
|
+
}
|
|
1581
1596
|
},
|
|
1597
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1582
1598
|
"runtimeConfigDefaultProps": {},
|
|
1583
1599
|
"runtimeConfigGetStyles": {},
|
|
1584
1600
|
"runtimeConfigInternalComponentProps": {},
|
|
1585
1601
|
"motionVarPrefixes": []
|
|
1586
1602
|
};
|
|
1587
|
-
var
|
|
1588
|
-
"name": "
|
|
1589
|
-
"defaultProps": {
|
|
1603
|
+
var BottomSheetInternalContext = {
|
|
1604
|
+
"name": "BottomSheetInternalContext",
|
|
1605
|
+
"defaultProps": {},
|
|
1590
1606
|
"getStylesLiterals": {},
|
|
1591
|
-
"cxLiterals": [
|
|
1592
|
-
"internalComponents": [
|
|
1593
|
-
"internalComponentProps": {
|
|
1594
|
-
"propToVariantKeys": {
|
|
1607
|
+
"cxLiterals": [],
|
|
1608
|
+
"internalComponents": [],
|
|
1609
|
+
"internalComponentProps": {},
|
|
1610
|
+
"propToVariantKeys": {},
|
|
1595
1611
|
"runtimeConfigDefaultProps": {},
|
|
1596
1612
|
"runtimeConfigGetStyles": {},
|
|
1597
1613
|
"runtimeConfigInternalComponentProps": {},
|
|
1598
1614
|
"motionVarPrefixes": []
|
|
1599
1615
|
};
|
|
1600
|
-
var
|
|
1601
|
-
"name": "
|
|
1602
|
-
"defaultProps": {
|
|
1616
|
+
var BottomSheetProvider = {
|
|
1617
|
+
"name": "BottomSheetProvider",
|
|
1618
|
+
"defaultProps": {},
|
|
1619
|
+
"getStylesLiterals": {},
|
|
1620
|
+
"cxLiterals": [],
|
|
1621
|
+
"internalComponents": ["AriakitDialogProvider"],
|
|
1622
|
+
"internalComponentProps": {},
|
|
1623
|
+
"propToVariantKeys": {},
|
|
1624
|
+
"runtimeConfigDefaultProps": {},
|
|
1625
|
+
"runtimeConfigGetStyles": {},
|
|
1626
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1627
|
+
"motionVarPrefixes": []
|
|
1628
|
+
};
|
|
1629
|
+
var BottomSheetTrigger = {
|
|
1630
|
+
"name": "BottomSheetTrigger",
|
|
1631
|
+
"defaultProps": {},
|
|
1603
1632
|
"getStylesLiterals": {},
|
|
1633
|
+
"cxLiterals": [],
|
|
1634
|
+
"internalComponents": ["AriakitDialogDisclosure"],
|
|
1635
|
+
"internalComponentProps": {},
|
|
1636
|
+
"propToVariantKeys": {},
|
|
1637
|
+
"runtimeConfigDefaultProps": {},
|
|
1638
|
+
"runtimeConfigGetStyles": {},
|
|
1639
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1640
|
+
"motionVarPrefixes": []
|
|
1641
|
+
};
|
|
1642
|
+
var UDSBottomSheetConfigProvider = {
|
|
1643
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
1644
|
+
"defaultProps": {},
|
|
1645
|
+
"getStylesLiterals": {},
|
|
1646
|
+
"cxLiterals": [],
|
|
1647
|
+
"internalComponents": ["BottomSheetContext.Provider"],
|
|
1648
|
+
"internalComponentProps": {},
|
|
1649
|
+
"propToVariantKeys": {},
|
|
1650
|
+
"runtimeConfigDefaultProps": {},
|
|
1651
|
+
"runtimeConfigGetStyles": {},
|
|
1652
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1653
|
+
"motionVarPrefixes": []
|
|
1654
|
+
};
|
|
1655
|
+
var Input = {
|
|
1656
|
+
"name": "Input",
|
|
1657
|
+
"defaultProps": {
|
|
1658
|
+
"type": "text",
|
|
1659
|
+
"size": "md",
|
|
1660
|
+
"width": "full"
|
|
1661
|
+
},
|
|
1662
|
+
"getStylesLiterals": {
|
|
1663
|
+
"inputVariantRoot": "default",
|
|
1664
|
+
"inputVariantValueRoot": "empty",
|
|
1665
|
+
"inputVariantValueRoot:1": "filled",
|
|
1666
|
+
"inputVariantInputWrapper": "default",
|
|
1667
|
+
"inputVariantValueInputWrapper": "empty",
|
|
1668
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
1669
|
+
"inputVariantInput": "default",
|
|
1670
|
+
"inputVariantValueInput": "empty",
|
|
1671
|
+
"inputVariantValueInput:1": "filled",
|
|
1672
|
+
"inputVariantInputPlaceholder": "default",
|
|
1673
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
1674
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1675
|
+
"inputVariantLabel": "default",
|
|
1676
|
+
"inputVariantValueLabel": "empty",
|
|
1677
|
+
"inputVariantValueLabel:1": "filled",
|
|
1678
|
+
"inputVariantLabelRequired": "default",
|
|
1679
|
+
"inputVariantValueLabelRequired": "empty",
|
|
1680
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
1681
|
+
"inputVariantStartIcon": "default",
|
|
1682
|
+
"inputVariantValueStartIcon": "empty",
|
|
1683
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
1684
|
+
"inputVariantEndIcon": "default",
|
|
1685
|
+
"inputVariantValueEndIcon": "empty",
|
|
1686
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
1687
|
+
},
|
|
1604
1688
|
"cxLiterals": [
|
|
1605
|
-
"
|
|
1689
|
+
"opacity-50",
|
|
1690
|
+
"min-w-[200px]",
|
|
1691
|
+
"grow",
|
|
1606
1692
|
"uds-hit-target",
|
|
1607
|
-
"
|
|
1608
|
-
"
|
|
1693
|
+
"bg-clip-text",
|
|
1694
|
+
"focus:outline-none",
|
|
1695
|
+
"cursor-text",
|
|
1696
|
+
"cursor-not-allowed"
|
|
1609
1697
|
],
|
|
1610
1698
|
"internalComponents": [
|
|
1611
|
-
"ChipBase",
|
|
1612
1699
|
"IconSlot",
|
|
1613
|
-
"
|
|
1700
|
+
"StartIcon",
|
|
1701
|
+
"EndIcon",
|
|
1702
|
+
"HelpTextContent",
|
|
1703
|
+
"Box",
|
|
1704
|
+
"InputHelpTextInternal",
|
|
1705
|
+
"VStack",
|
|
1706
|
+
"HStack",
|
|
1707
|
+
"AnimateHeightChange"
|
|
1614
1708
|
],
|
|
1615
|
-
"internalComponentProps": {
|
|
1709
|
+
"internalComponentProps": {
|
|
1710
|
+
"HelpTextContent": { "spacingTop": ["2"] },
|
|
1711
|
+
"Box": {
|
|
1712
|
+
"spacingBottom": ["2"],
|
|
1713
|
+
"columnGap": ["0.5"],
|
|
1714
|
+
"alignItems": ["flex-end", "center"],
|
|
1715
|
+
"position": ["relative"]
|
|
1716
|
+
},
|
|
1717
|
+
"HStack": {
|
|
1718
|
+
"alignItems": ["center"],
|
|
1719
|
+
"gap": ["1"]
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1616
1722
|
"propToVariantKeys": {
|
|
1617
|
-
"
|
|
1618
|
-
|
|
1723
|
+
"size": [
|
|
1724
|
+
"inputSizeRoot",
|
|
1725
|
+
"inputSizeInputWrapper",
|
|
1726
|
+
"inputSizeInput",
|
|
1727
|
+
"inputSizeLabel",
|
|
1728
|
+
"inputSizeStartIcon",
|
|
1729
|
+
"inputSizeEndIcon"
|
|
1730
|
+
],
|
|
1731
|
+
"startIcon": ["icon"],
|
|
1732
|
+
"endIcon": ["icon"],
|
|
1733
|
+
"helperTextIcon": ["startIcon"]
|
|
1619
1734
|
},
|
|
1620
1735
|
"runtimeConfigDefaultProps": {},
|
|
1621
1736
|
"runtimeConfigGetStyles": {},
|
|
1622
1737
|
"runtimeConfigInternalComponentProps": {},
|
|
1623
1738
|
"motionVarPrefixes": []
|
|
1624
1739
|
};
|
|
1625
|
-
var
|
|
1626
|
-
"name": "
|
|
1627
|
-
"defaultProps": { "
|
|
1628
|
-
"getStylesLiterals": {
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1740
|
+
var InputHelpText = {
|
|
1741
|
+
"name": "InputHelpText",
|
|
1742
|
+
"defaultProps": { "size": "md" },
|
|
1743
|
+
"getStylesLiterals": {
|
|
1744
|
+
"inputVariantRoot": "default",
|
|
1745
|
+
"inputVariantValueRoot": "empty",
|
|
1746
|
+
"inputVariantValueRoot:1": "filled"
|
|
1747
|
+
},
|
|
1748
|
+
"cxLiterals": [],
|
|
1749
|
+
"internalComponents": ["InputHelpTextInternal", "Box"],
|
|
1750
|
+
"internalComponentProps": { "Box": { "spacingTop": ["2"] } },
|
|
1751
|
+
"propToVariantKeys": { "size": ["inputSizeRoot"] },
|
|
1633
1752
|
"runtimeConfigDefaultProps": {},
|
|
1634
1753
|
"runtimeConfigGetStyles": {},
|
|
1635
1754
|
"runtimeConfigInternalComponentProps": {},
|
|
1636
1755
|
"motionVarPrefixes": []
|
|
1637
1756
|
};
|
|
1638
|
-
var
|
|
1639
|
-
"name": "
|
|
1640
|
-
"defaultProps": {
|
|
1641
|
-
"variant": "primary",
|
|
1642
|
-
"role": "checkbox"
|
|
1643
|
-
},
|
|
1757
|
+
var InputHelpTextInternal = {
|
|
1758
|
+
"name": "InputHelpTextInternal",
|
|
1759
|
+
"defaultProps": {},
|
|
1644
1760
|
"getStylesLiterals": {
|
|
1645
|
-
"
|
|
1646
|
-
"
|
|
1761
|
+
"inputVariantHelperText": "default",
|
|
1762
|
+
"inputVariantValueHelperText": "empty",
|
|
1763
|
+
"inputVariantValueHelperText:1": "filled",
|
|
1764
|
+
"inputVariantHelperIcon": "default",
|
|
1765
|
+
"inputVariantValueHelperIcon": "empty",
|
|
1766
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
1767
|
+
},
|
|
1768
|
+
"cxLiterals": [],
|
|
1769
|
+
"internalComponents": ["IconSlot", "HStack"],
|
|
1770
|
+
"internalComponentProps": { "HStack": {
|
|
1771
|
+
"gap": ["1"],
|
|
1772
|
+
"alignItems": ["center"]
|
|
1773
|
+
} },
|
|
1774
|
+
"propToVariantKeys": {
|
|
1775
|
+
"size": ["inputSizeHelperText", "inputSizeHelperIcon"],
|
|
1776
|
+
"startIcon": ["icon"],
|
|
1777
|
+
"endIcon": ["icon"]
|
|
1647
1778
|
},
|
|
1648
|
-
"cxLiterals": ["uds-ring"],
|
|
1649
|
-
"internalComponents": ["ChipBase"],
|
|
1650
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1651
|
-
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1652
1779
|
"runtimeConfigDefaultProps": {},
|
|
1653
1780
|
"runtimeConfigGetStyles": {},
|
|
1654
1781
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1870,132 +1997,6 @@ var Menu = {
|
|
|
1870
1997
|
"runtimeConfigInternalComponentProps": {},
|
|
1871
1998
|
"motionVarPrefixes": []
|
|
1872
1999
|
};
|
|
1873
|
-
var Popover = {
|
|
1874
|
-
"name": "Popover",
|
|
1875
|
-
"defaultProps": {},
|
|
1876
|
-
"getStylesLiterals": {},
|
|
1877
|
-
"cxLiterals": [],
|
|
1878
|
-
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1879
|
-
"internalComponentProps": {},
|
|
1880
|
-
"propToVariantKeys": {},
|
|
1881
|
-
"runtimeConfigDefaultProps": {
|
|
1882
|
-
"size": "popover.defaultSize",
|
|
1883
|
-
"variant": "popover.defaultVariant"
|
|
1884
|
-
},
|
|
1885
|
-
"runtimeConfigGetStyles": {},
|
|
1886
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1887
|
-
"motionVarPrefixes": []
|
|
1888
|
-
};
|
|
1889
|
-
var PopoverContent = {
|
|
1890
|
-
"name": "PopoverContent",
|
|
1891
|
-
"defaultProps": {},
|
|
1892
|
-
"getStylesLiterals": {
|
|
1893
|
-
"popoverSizeRoot": "default",
|
|
1894
|
-
"popoverVariantRoot": "default",
|
|
1895
|
-
"display": "flex",
|
|
1896
|
-
"position": "relative",
|
|
1897
|
-
"display:1": "block",
|
|
1898
|
-
"spacingTop": "0",
|
|
1899
|
-
"spacingStart": "0",
|
|
1900
|
-
"spacingBottom": "0",
|
|
1901
|
-
"spacingEnd": "0",
|
|
1902
|
-
"popoverSizeSvgBase": "default",
|
|
1903
|
-
"popoverVariantSvgBase": "default",
|
|
1904
|
-
"popoverSizeSvgBorder": "default",
|
|
1905
|
-
"popoverVariantSvgBorder": "default",
|
|
1906
|
-
"popoverVariantBlur": "default",
|
|
1907
|
-
"position:1": "absolute",
|
|
1908
|
-
"width": "full",
|
|
1909
|
-
"height": "full",
|
|
1910
|
-
"flexShrink": "0",
|
|
1911
|
-
"borderRadius": "full",
|
|
1912
|
-
"alignItems": "center",
|
|
1913
|
-
"justifyContent": "center",
|
|
1914
|
-
"popoverVariantCloseIcon": "default",
|
|
1915
|
-
"popoverSizeCloseIcon": "default"
|
|
1916
|
-
},
|
|
1917
|
-
"cxLiterals": [
|
|
1918
|
-
"z-[9999]",
|
|
1919
|
-
"outline-none",
|
|
1920
|
-
"focus-visible:outline-none",
|
|
1921
|
-
"uds-bgBlurFillFallback",
|
|
1922
|
-
"uds-bgBlurFallback",
|
|
1923
|
-
"top-0",
|
|
1924
|
-
"left-0",
|
|
1925
|
-
"z-[1]",
|
|
1926
|
-
"duration-0",
|
|
1927
|
-
"duration-120",
|
|
1928
|
-
"transition-[background-color]",
|
|
1929
|
-
"bg-carbon-15/0",
|
|
1930
|
-
"hover:bg-carbon-15/10",
|
|
1931
|
-
"active:bg-carbon-15/15",
|
|
1932
|
-
"uds-ring",
|
|
1933
|
-
"absolute",
|
|
1934
|
-
"z-[4]"
|
|
1935
|
-
],
|
|
1936
|
-
"internalComponents": [
|
|
1937
|
-
"PopoverDismiss",
|
|
1938
|
-
"IconSlot",
|
|
1939
|
-
"PopoverArrow",
|
|
1940
|
-
"Popover",
|
|
1941
|
-
"SvgFloatingOverlay",
|
|
1942
|
-
"Box",
|
|
1943
|
-
"Pressable"
|
|
1944
|
-
],
|
|
1945
|
-
"internalComponentProps": {},
|
|
1946
|
-
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1947
|
-
"runtimeConfigDefaultProps": {
|
|
1948
|
-
"size": "popover.defaultSize",
|
|
1949
|
-
"variant": "popover.defaultVariant"
|
|
1950
|
-
},
|
|
1951
|
-
"runtimeConfigGetStyles": {
|
|
1952
|
-
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1953
|
-
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1954
|
-
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1955
|
-
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1956
|
-
},
|
|
1957
|
-
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1958
|
-
"motionVarPrefixes": []
|
|
1959
|
-
};
|
|
1960
|
-
var PopoverContext = {
|
|
1961
|
-
"name": "PopoverContext",
|
|
1962
|
-
"defaultProps": {},
|
|
1963
|
-
"getStylesLiterals": {},
|
|
1964
|
-
"cxLiterals": [],
|
|
1965
|
-
"internalComponents": [],
|
|
1966
|
-
"internalComponentProps": {},
|
|
1967
|
-
"propToVariantKeys": {},
|
|
1968
|
-
"runtimeConfigDefaultProps": {},
|
|
1969
|
-
"runtimeConfigGetStyles": {},
|
|
1970
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1971
|
-
"motionVarPrefixes": []
|
|
1972
|
-
};
|
|
1973
|
-
var PopoverTrigger = {
|
|
1974
|
-
"name": "PopoverTrigger",
|
|
1975
|
-
"defaultProps": {},
|
|
1976
|
-
"getStylesLiterals": {},
|
|
1977
|
-
"cxLiterals": [],
|
|
1978
|
-
"internalComponents": ["PopoverDisclosure"],
|
|
1979
|
-
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1980
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
1981
|
-
"runtimeConfigDefaultProps": {},
|
|
1982
|
-
"runtimeConfigGetStyles": {},
|
|
1983
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1984
|
-
"motionVarPrefixes": []
|
|
1985
|
-
};
|
|
1986
|
-
var UDSPopoverConfigProvider = {
|
|
1987
|
-
"name": "UDSPopoverConfigProvider",
|
|
1988
|
-
"defaultProps": {},
|
|
1989
|
-
"getStylesLiterals": {},
|
|
1990
|
-
"cxLiterals": [],
|
|
1991
|
-
"internalComponents": ["PopoverContext.Provider"],
|
|
1992
|
-
"internalComponentProps": {},
|
|
1993
|
-
"propToVariantKeys": {},
|
|
1994
|
-
"runtimeConfigDefaultProps": {},
|
|
1995
|
-
"runtimeConfigGetStyles": {},
|
|
1996
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1997
|
-
"motionVarPrefixes": []
|
|
1998
|
-
};
|
|
1999
2000
|
var Radio = {
|
|
2000
2001
|
"name": "Radio",
|
|
2001
2002
|
"defaultProps": {
|
|
@@ -2531,6 +2532,17 @@ var componentData_default = {
|
|
|
2531
2532
|
AvatarIcon,
|
|
2532
2533
|
AvatarImage,
|
|
2533
2534
|
AvatarText,
|
|
2535
|
+
Chip,
|
|
2536
|
+
ChipBase,
|
|
2537
|
+
ChipButton,
|
|
2538
|
+
ChipDismissible,
|
|
2539
|
+
ChipLink,
|
|
2540
|
+
ChipToggle,
|
|
2541
|
+
Popover,
|
|
2542
|
+
PopoverContent,
|
|
2543
|
+
PopoverContext,
|
|
2544
|
+
PopoverTrigger,
|
|
2545
|
+
UDSPopoverConfigProvider,
|
|
2534
2546
|
BottomSheet,
|
|
2535
2547
|
BottomSheetContent,
|
|
2536
2548
|
BottomSheetDismiss,
|
|
@@ -2543,12 +2555,6 @@ var componentData_default = {
|
|
|
2543
2555
|
Input,
|
|
2544
2556
|
InputHelpText,
|
|
2545
2557
|
InputHelpTextInternal,
|
|
2546
|
-
Chip,
|
|
2547
|
-
ChipBase,
|
|
2548
|
-
ChipButton,
|
|
2549
|
-
ChipDismissible,
|
|
2550
|
-
ChipLink,
|
|
2551
|
-
ChipToggle,
|
|
2552
2558
|
"Menu.Content": Menu_Content,
|
|
2553
2559
|
"Menu.Divider": Menu_Divider,
|
|
2554
2560
|
"Menu.Item": Menu_Item,
|
|
@@ -2558,11 +2564,6 @@ var componentData_default = {
|
|
|
2558
2564
|
"Menu.Trigger": Menu_Trigger,
|
|
2559
2565
|
"Menu.index": Menu_index,
|
|
2560
2566
|
Menu,
|
|
2561
|
-
Popover,
|
|
2562
|
-
PopoverContent,
|
|
2563
|
-
PopoverContext,
|
|
2564
|
-
PopoverTrigger,
|
|
2565
|
-
UDSPopoverConfigProvider,
|
|
2566
2567
|
Radio,
|
|
2567
2568
|
RadioGroupProvider,
|
|
2568
2569
|
RadioGroupStore,
|