@yahoo/uds 3.115.2 → 3.115.3
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/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/styles/styler.d.cts +16 -16
- package/dist/styles/styler.d.ts +16 -16
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +3 -8
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +3 -8
- package/dist/uds/generated/componentData.cjs +337 -337
- package/dist/uds/generated/componentData.js +337 -337
- package/dist/uds/generated/tailwindPurge.cjs +209 -209
- package/dist/uds/generated/tailwindPurge.js +209 -209
- package/dist/uds/package.cjs +0 -1
- package/dist/uds/package.js +0 -1
- package/generated/componentData.json +382 -382
- package/generated/tailwindPurge.ts +5 -4581
- package/package.json +1 -2
- package/dist/tailwind/dist/.prettierrc.cjs +0 -13
- package/dist/tailwind/dist/.prettierrc.js +0 -12
|
@@ -920,92 +920,86 @@ var Tabs = {
|
|
|
920
920
|
"propToVariantKeys": {},
|
|
921
921
|
"motionVarPrefixes": []
|
|
922
922
|
};
|
|
923
|
-
var
|
|
924
|
-
"name": "
|
|
923
|
+
var Toast = {
|
|
924
|
+
"name": "Toast",
|
|
925
925
|
"defaultProps": {},
|
|
926
|
-
"getStylesLiterals": {
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
"propToVariantKeys": {},
|
|
931
|
-
"motionVarPrefixes": []
|
|
932
|
-
};
|
|
933
|
-
var AvatarIcon = {
|
|
934
|
-
"name": "AvatarIcon",
|
|
935
|
-
"defaultProps": {
|
|
936
|
-
"size": "md",
|
|
937
|
-
"variant": "primary"
|
|
938
|
-
},
|
|
939
|
-
"getStylesLiterals": {},
|
|
940
|
-
"cxLiterals": [
|
|
941
|
-
"overflow-hidden",
|
|
942
|
-
"w-full",
|
|
943
|
-
"h-full",
|
|
944
|
-
"shrink-0",
|
|
945
|
-
"text-center",
|
|
946
|
-
"inline-flex",
|
|
947
|
-
"justify-center",
|
|
948
|
-
"items-center"
|
|
949
|
-
],
|
|
950
|
-
"internalComponents": ["IconSlot", "Box"],
|
|
951
|
-
"internalComponentProps": {},
|
|
952
|
-
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
953
|
-
"motionVarPrefixes": []
|
|
954
|
-
};
|
|
955
|
-
var AvatarImage = {
|
|
956
|
-
"name": "AvatarImage",
|
|
957
|
-
"defaultProps": {
|
|
958
|
-
"size": "md",
|
|
959
|
-
"variant": "primary"
|
|
926
|
+
"getStylesLiterals": {
|
|
927
|
+
"className": "flex-none",
|
|
928
|
+
"spacing": "2",
|
|
929
|
+
"borderRadius": "full"
|
|
960
930
|
},
|
|
961
|
-
"getStylesLiterals": {},
|
|
962
931
|
"cxLiterals": [
|
|
963
|
-
"
|
|
964
|
-
"
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
"
|
|
968
|
-
"inline-flex",
|
|
969
|
-
"justify-center",
|
|
970
|
-
"items-center",
|
|
971
|
-
"object-cover"
|
|
932
|
+
"transition-[background-color]",
|
|
933
|
+
"bg-carbon-15/0",
|
|
934
|
+
"hover:bg-carbon-15/10",
|
|
935
|
+
"active:bg-carbon-15/15",
|
|
936
|
+
"uds-ring"
|
|
972
937
|
],
|
|
973
938
|
"internalComponents": [
|
|
974
|
-
"
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
"
|
|
939
|
+
"IconSlot",
|
|
940
|
+
"ToastContainer",
|
|
941
|
+
"Text",
|
|
942
|
+
"Button",
|
|
943
|
+
"Pressable"
|
|
978
944
|
],
|
|
979
945
|
"internalComponentProps": {},
|
|
980
946
|
"propToVariantKeys": {
|
|
981
|
-
"
|
|
982
|
-
|
|
947
|
+
"size": [
|
|
948
|
+
"toastSizeLabel",
|
|
949
|
+
"toastSizeIcon",
|
|
950
|
+
"toastSizeActionButton",
|
|
951
|
+
"toastSizeCloseIcon"
|
|
952
|
+
],
|
|
953
|
+
"variant": [
|
|
954
|
+
"toastVariantIcon",
|
|
955
|
+
"toastVariantActionButton",
|
|
956
|
+
"toastVariantCloseIcon"
|
|
957
|
+
],
|
|
958
|
+
"closeIcon": ["icon"],
|
|
959
|
+
"onClickActionButton": ["onClick"]
|
|
983
960
|
},
|
|
984
961
|
"motionVarPrefixes": []
|
|
985
962
|
};
|
|
986
|
-
var
|
|
987
|
-
"name": "
|
|
988
|
-
"defaultProps": {
|
|
989
|
-
|
|
990
|
-
"
|
|
963
|
+
var ToastContainer = {
|
|
964
|
+
"name": "ToastContainer",
|
|
965
|
+
"defaultProps": {},
|
|
966
|
+
"getStylesLiterals": {
|
|
967
|
+
"position": "relative",
|
|
968
|
+
"alignItems": "center",
|
|
969
|
+
"display": "flex",
|
|
970
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
991
971
|
},
|
|
992
|
-
"
|
|
993
|
-
"
|
|
994
|
-
|
|
995
|
-
"
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
"
|
|
999
|
-
"text-center",
|
|
1000
|
-
"inline-flex",
|
|
1001
|
-
"justify-center",
|
|
1002
|
-
"items-center"
|
|
1003
|
-
],
|
|
1004
|
-
"internalComponents": ["Box", "Text"],
|
|
1005
|
-
"internalComponentProps": { "Text": {
|
|
1006
|
-
"color": ["inherit"],
|
|
1007
|
-
"variant": ["inherit"]
|
|
972
|
+
"cxLiterals": ["w-full"],
|
|
973
|
+
"internalComponents": ["HStack"],
|
|
974
|
+
"internalComponentProps": { "HStack": {
|
|
975
|
+
"alignItems": ["center"],
|
|
976
|
+
"justifyContent": ["space-between"],
|
|
977
|
+
"overflow": ["hidden"],
|
|
978
|
+
"position": ["relative"]
|
|
1008
979
|
} },
|
|
980
|
+
"propToVariantKeys": {
|
|
981
|
+
"variant": ["toastVariantRoot"],
|
|
982
|
+
"size": ["toastSizeRoot"]
|
|
983
|
+
},
|
|
984
|
+
"motionVarPrefixes": []
|
|
985
|
+
};
|
|
986
|
+
var ToastPortal = {
|
|
987
|
+
"name": "ToastPortal",
|
|
988
|
+
"defaultProps": {},
|
|
989
|
+
"getStylesLiterals": {},
|
|
990
|
+
"cxLiterals": [],
|
|
991
|
+
"internalComponents": ["ReactToastifyToastContainer"],
|
|
992
|
+
"internalComponentProps": {},
|
|
993
|
+
"propToVariantKeys": {},
|
|
994
|
+
"motionVarPrefixes": []
|
|
995
|
+
};
|
|
996
|
+
var UDSToastConfigProvider = {
|
|
997
|
+
"name": "UDSToastConfigProvider",
|
|
998
|
+
"defaultProps": {},
|
|
999
|
+
"getStylesLiterals": {},
|
|
1000
|
+
"cxLiterals": [],
|
|
1001
|
+
"internalComponents": ["ToastContext.Provider"],
|
|
1002
|
+
"internalComponentProps": {},
|
|
1009
1003
|
"propToVariantKeys": {},
|
|
1010
1004
|
"motionVarPrefixes": []
|
|
1011
1005
|
};
|
|
@@ -1272,201 +1266,81 @@ var ChipToggle = {
|
|
|
1272
1266
|
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1273
1267
|
"motionVarPrefixes": []
|
|
1274
1268
|
};
|
|
1275
|
-
var
|
|
1276
|
-
"name": "
|
|
1269
|
+
var Radio = {
|
|
1270
|
+
"name": "Radio",
|
|
1277
1271
|
"defaultProps": {
|
|
1278
|
-
"
|
|
1272
|
+
"labelPosition": "start",
|
|
1273
|
+
"variant": "primary",
|
|
1279
1274
|
"size": "md",
|
|
1280
|
-
"
|
|
1275
|
+
"value": ""
|
|
1281
1276
|
},
|
|
1282
1277
|
"getStylesLiterals": {
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1286
|
-
"
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
1294
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1295
|
-
"inputVariantLabel": "default",
|
|
1296
|
-
"inputVariantValueLabel": "empty",
|
|
1297
|
-
"inputVariantValueLabel:1": "filled",
|
|
1298
|
-
"inputVariantLabelRequired": "default",
|
|
1299
|
-
"inputVariantValueLabelRequired": "empty",
|
|
1300
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
1301
|
-
"inputVariantStartIcon": "default",
|
|
1302
|
-
"inputVariantValueStartIcon": "empty",
|
|
1303
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
1304
|
-
"inputVariantEndIcon": "default",
|
|
1305
|
-
"inputVariantValueEndIcon": "empty",
|
|
1306
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
1278
|
+
"radioVariantValueRoot": "checked",
|
|
1279
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
1280
|
+
"display": "flex",
|
|
1281
|
+
"flexDirection": "row",
|
|
1282
|
+
"flexDirection:1": "row-reverse",
|
|
1283
|
+
"alignItems": "center",
|
|
1284
|
+
"radioVariantValueRadio": "checked",
|
|
1285
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
1286
|
+
"radioVariantValueRadioCircle": "checked",
|
|
1287
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1307
1288
|
},
|
|
1308
1289
|
"cxLiterals": [
|
|
1290
|
+
"cursor-pointer",
|
|
1291
|
+
"cursor-default",
|
|
1309
1292
|
"opacity-50",
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1312
|
-
"uds-
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1293
|
+
"border",
|
|
1294
|
+
"uds-ring",
|
|
1295
|
+
"uds-ring-within",
|
|
1296
|
+
"transition-[background-color,border-color]",
|
|
1297
|
+
"transition-shadow",
|
|
1298
|
+
"pointer-events-none",
|
|
1299
|
+
"w-[8px]",
|
|
1300
|
+
"h-[8px]",
|
|
1301
|
+
"transition-opacity",
|
|
1302
|
+
"cursor-[inherit]",
|
|
1303
|
+
"absolute",
|
|
1304
|
+
"opacity-0",
|
|
1305
|
+
"top-1/2",
|
|
1306
|
+
"left-1/2",
|
|
1307
|
+
"w-[calc(100%+2px)]",
|
|
1308
|
+
"h-[calc(100%+2px)]",
|
|
1309
|
+
"transform",
|
|
1310
|
+
"translate-x-[-50%]",
|
|
1311
|
+
"translate-y-[-50%]",
|
|
1312
|
+
"text-start",
|
|
1313
|
+
"text-end"
|
|
1317
1314
|
],
|
|
1318
1315
|
"internalComponents": [
|
|
1319
|
-
"IconSlot",
|
|
1320
|
-
"StartIcon",
|
|
1321
|
-
"EndIcon",
|
|
1322
|
-
"HelpTextContent",
|
|
1323
1316
|
"Box",
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1317
|
+
"FormLabel",
|
|
1318
|
+
"SpringMotionConfig",
|
|
1319
|
+
"RootElement",
|
|
1320
|
+
"MotionBox"
|
|
1328
1321
|
],
|
|
1329
1322
|
"internalComponentProps": {
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1335
|
-
"position": ["relative"]
|
|
1323
|
+
"Box": { "borderRadius": ["full"] },
|
|
1324
|
+
"FormLabel": {
|
|
1325
|
+
"as": ["div"],
|
|
1326
|
+
"variant": ["inherit"],
|
|
1327
|
+
"color": ["inherit"]
|
|
1336
1328
|
},
|
|
1337
|
-
"
|
|
1329
|
+
"RootElement": { "data-testid": ["container"] },
|
|
1330
|
+
"MotionBox": {
|
|
1331
|
+
"position": ["relative"],
|
|
1332
|
+
"borderRadius": ["full"],
|
|
1338
1333
|
"alignItems": ["center"],
|
|
1339
|
-
"
|
|
1334
|
+
"justifyContent": ["center"],
|
|
1335
|
+
"flex": ["none"]
|
|
1340
1336
|
}
|
|
1341
1337
|
},
|
|
1342
1338
|
"propToVariantKeys": {
|
|
1343
|
-
"size": [
|
|
1344
|
-
|
|
1345
|
-
"
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1348
|
-
"inputSizeStartIcon",
|
|
1349
|
-
"inputSizeEndIcon"
|
|
1350
|
-
],
|
|
1351
|
-
"startIcon": ["icon"],
|
|
1352
|
-
"endIcon": ["icon"],
|
|
1353
|
-
"helperTextIcon": ["startIcon"]
|
|
1354
|
-
},
|
|
1355
|
-
"motionVarPrefixes": []
|
|
1356
|
-
};
|
|
1357
|
-
var InputHelpText = {
|
|
1358
|
-
"name": "InputHelpText",
|
|
1359
|
-
"defaultProps": { "size": "md" },
|
|
1360
|
-
"getStylesLiterals": {
|
|
1361
|
-
"inputVariantRoot": "default",
|
|
1362
|
-
"inputVariantValueRoot": "empty",
|
|
1363
|
-
"inputVariantValueRoot:1": "filled"
|
|
1364
|
-
},
|
|
1365
|
-
"cxLiterals": [],
|
|
1366
|
-
"internalComponents": ["InputHelpTextInternal", "Box"],
|
|
1367
|
-
"internalComponentProps": { "Box": { "spacingTop": ["2"] } },
|
|
1368
|
-
"propToVariantKeys": { "size": ["inputSizeRoot"] },
|
|
1369
|
-
"motionVarPrefixes": []
|
|
1370
|
-
};
|
|
1371
|
-
var InputHelpTextInternal = {
|
|
1372
|
-
"name": "InputHelpTextInternal",
|
|
1373
|
-
"defaultProps": {},
|
|
1374
|
-
"getStylesLiterals": {
|
|
1375
|
-
"inputVariantHelperText": "default",
|
|
1376
|
-
"inputVariantValueHelperText": "empty",
|
|
1377
|
-
"inputVariantValueHelperText:1": "filled",
|
|
1378
|
-
"inputVariantHelperIcon": "default",
|
|
1379
|
-
"inputVariantValueHelperIcon": "empty",
|
|
1380
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
1381
|
-
},
|
|
1382
|
-
"cxLiterals": [],
|
|
1383
|
-
"internalComponents": ["IconSlot", "HStack"],
|
|
1384
|
-
"internalComponentProps": { "HStack": {
|
|
1385
|
-
"gap": ["1"],
|
|
1386
|
-
"alignItems": ["center"]
|
|
1387
|
-
} },
|
|
1388
|
-
"propToVariantKeys": {
|
|
1389
|
-
"size": ["inputSizeHelperText", "inputSizeHelperIcon"],
|
|
1390
|
-
"startIcon": ["icon"],
|
|
1391
|
-
"endIcon": ["icon"]
|
|
1392
|
-
},
|
|
1393
|
-
"motionVarPrefixes": []
|
|
1394
|
-
};
|
|
1395
|
-
var Radio = {
|
|
1396
|
-
"name": "Radio",
|
|
1397
|
-
"defaultProps": {
|
|
1398
|
-
"labelPosition": "start",
|
|
1399
|
-
"variant": "primary",
|
|
1400
|
-
"size": "md",
|
|
1401
|
-
"value": ""
|
|
1402
|
-
},
|
|
1403
|
-
"getStylesLiterals": {
|
|
1404
|
-
"radioVariantValueRoot": "checked",
|
|
1405
|
-
"radioVariantValueRoot:1": "unchecked",
|
|
1406
|
-
"display": "flex",
|
|
1407
|
-
"flexDirection": "row",
|
|
1408
|
-
"flexDirection:1": "row-reverse",
|
|
1409
|
-
"alignItems": "center",
|
|
1410
|
-
"radioVariantValueRadio": "checked",
|
|
1411
|
-
"radioVariantValueRadio:1": "unchecked",
|
|
1412
|
-
"radioVariantValueRadioCircle": "checked",
|
|
1413
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1414
|
-
},
|
|
1415
|
-
"cxLiterals": [
|
|
1416
|
-
"cursor-pointer",
|
|
1417
|
-
"cursor-default",
|
|
1418
|
-
"opacity-50",
|
|
1419
|
-
"border",
|
|
1420
|
-
"uds-ring",
|
|
1421
|
-
"uds-ring-within",
|
|
1422
|
-
"transition-[background-color,border-color]",
|
|
1423
|
-
"transition-shadow",
|
|
1424
|
-
"pointer-events-none",
|
|
1425
|
-
"w-[8px]",
|
|
1426
|
-
"h-[8px]",
|
|
1427
|
-
"transition-opacity",
|
|
1428
|
-
"cursor-[inherit]",
|
|
1429
|
-
"absolute",
|
|
1430
|
-
"opacity-0",
|
|
1431
|
-
"top-1/2",
|
|
1432
|
-
"left-1/2",
|
|
1433
|
-
"w-[calc(100%+2px)]",
|
|
1434
|
-
"h-[calc(100%+2px)]",
|
|
1435
|
-
"transform",
|
|
1436
|
-
"translate-x-[-50%]",
|
|
1437
|
-
"translate-y-[-50%]",
|
|
1438
|
-
"text-start",
|
|
1439
|
-
"text-end"
|
|
1440
|
-
],
|
|
1441
|
-
"internalComponents": [
|
|
1442
|
-
"Box",
|
|
1443
|
-
"FormLabel",
|
|
1444
|
-
"SpringMotionConfig",
|
|
1445
|
-
"RootElement",
|
|
1446
|
-
"MotionBox"
|
|
1447
|
-
],
|
|
1448
|
-
"internalComponentProps": {
|
|
1449
|
-
"Box": { "borderRadius": ["full"] },
|
|
1450
|
-
"FormLabel": {
|
|
1451
|
-
"as": ["div"],
|
|
1452
|
-
"variant": ["inherit"],
|
|
1453
|
-
"color": ["inherit"]
|
|
1454
|
-
},
|
|
1455
|
-
"RootElement": { "data-testid": ["container"] },
|
|
1456
|
-
"MotionBox": {
|
|
1457
|
-
"position": ["relative"],
|
|
1458
|
-
"borderRadius": ["full"],
|
|
1459
|
-
"alignItems": ["center"],
|
|
1460
|
-
"justifyContent": ["center"],
|
|
1461
|
-
"flex": ["none"]
|
|
1462
|
-
}
|
|
1463
|
-
},
|
|
1464
|
-
"propToVariantKeys": {
|
|
1465
|
-
"size": ["radioSizeRoot", "radioSizeRadio"],
|
|
1466
|
-
"variant": [
|
|
1467
|
-
"radioVariantRoot",
|
|
1468
|
-
"radioVariantRadio",
|
|
1469
|
-
"radioVariantRadioCircle"
|
|
1339
|
+
"size": ["radioSizeRoot", "radioSizeRadio"],
|
|
1340
|
+
"variant": [
|
|
1341
|
+
"radioVariantRoot",
|
|
1342
|
+
"radioVariantRadio",
|
|
1343
|
+
"radioVariantRadioCircle"
|
|
1470
1344
|
],
|
|
1471
1345
|
"reduceMotion": ["reducedMotion"]
|
|
1472
1346
|
},
|
|
@@ -1675,85 +1549,236 @@ var Menu = {
|
|
|
1675
1549
|
"propToVariantKeys": {},
|
|
1676
1550
|
"motionVarPrefixes": []
|
|
1677
1551
|
};
|
|
1678
|
-
var
|
|
1679
|
-
"name": "
|
|
1680
|
-
"defaultProps": {
|
|
1552
|
+
var Input = {
|
|
1553
|
+
"name": "Input",
|
|
1554
|
+
"defaultProps": {
|
|
1555
|
+
"type": "text",
|
|
1556
|
+
"size": "md",
|
|
1557
|
+
"width": "full"
|
|
1558
|
+
},
|
|
1681
1559
|
"getStylesLiterals": {
|
|
1682
|
-
"
|
|
1683
|
-
"
|
|
1684
|
-
"
|
|
1560
|
+
"inputVariantRoot": "default",
|
|
1561
|
+
"inputVariantValueRoot": "empty",
|
|
1562
|
+
"inputVariantValueRoot:1": "filled",
|
|
1563
|
+
"inputVariantInputWrapper": "default",
|
|
1564
|
+
"inputVariantValueInputWrapper": "empty",
|
|
1565
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
1566
|
+
"inputVariantInput": "default",
|
|
1567
|
+
"inputVariantValueInput": "empty",
|
|
1568
|
+
"inputVariantValueInput:1": "filled",
|
|
1569
|
+
"inputVariantInputPlaceholder": "default",
|
|
1570
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
1571
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1572
|
+
"inputVariantLabel": "default",
|
|
1573
|
+
"inputVariantValueLabel": "empty",
|
|
1574
|
+
"inputVariantValueLabel:1": "filled",
|
|
1575
|
+
"inputVariantLabelRequired": "default",
|
|
1576
|
+
"inputVariantValueLabelRequired": "empty",
|
|
1577
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
1578
|
+
"inputVariantStartIcon": "default",
|
|
1579
|
+
"inputVariantValueStartIcon": "empty",
|
|
1580
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
1581
|
+
"inputVariantEndIcon": "default",
|
|
1582
|
+
"inputVariantValueEndIcon": "empty",
|
|
1583
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
1685
1584
|
},
|
|
1686
1585
|
"cxLiterals": [
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
1691
|
-
"
|
|
1586
|
+
"opacity-50",
|
|
1587
|
+
"min-w-[200px]",
|
|
1588
|
+
"grow",
|
|
1589
|
+
"uds-hit-target",
|
|
1590
|
+
"bg-clip-text",
|
|
1591
|
+
"focus:outline-none",
|
|
1592
|
+
"cursor-text",
|
|
1593
|
+
"cursor-not-allowed"
|
|
1692
1594
|
],
|
|
1693
1595
|
"internalComponents": [
|
|
1694
1596
|
"IconSlot",
|
|
1695
|
-
"
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
1698
|
-
"
|
|
1597
|
+
"StartIcon",
|
|
1598
|
+
"EndIcon",
|
|
1599
|
+
"HelpTextContent",
|
|
1600
|
+
"Box",
|
|
1601
|
+
"InputHelpTextInternal",
|
|
1602
|
+
"VStack",
|
|
1603
|
+
"HStack",
|
|
1604
|
+
"AnimateHeightChange"
|
|
1699
1605
|
],
|
|
1700
|
-
"internalComponentProps": {
|
|
1606
|
+
"internalComponentProps": {
|
|
1607
|
+
"HelpTextContent": { "spacingTop": ["2"] },
|
|
1608
|
+
"Box": {
|
|
1609
|
+
"spacingBottom": ["2"],
|
|
1610
|
+
"columnGap": ["0.5"],
|
|
1611
|
+
"alignItems": ["flex-end", "center"],
|
|
1612
|
+
"position": ["relative"]
|
|
1613
|
+
},
|
|
1614
|
+
"HStack": {
|
|
1615
|
+
"alignItems": ["center"],
|
|
1616
|
+
"gap": ["1"]
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1701
1619
|
"propToVariantKeys": {
|
|
1702
1620
|
"size": [
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
"
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
"toastVariantIcon",
|
|
1710
|
-
"toastVariantActionButton",
|
|
1711
|
-
"toastVariantCloseIcon"
|
|
1621
|
+
"inputSizeRoot",
|
|
1622
|
+
"inputSizeInputWrapper",
|
|
1623
|
+
"inputSizeInput",
|
|
1624
|
+
"inputSizeLabel",
|
|
1625
|
+
"inputSizeStartIcon",
|
|
1626
|
+
"inputSizeEndIcon"
|
|
1712
1627
|
],
|
|
1713
|
-
"
|
|
1714
|
-
"
|
|
1628
|
+
"startIcon": ["icon"],
|
|
1629
|
+
"endIcon": ["icon"],
|
|
1630
|
+
"helperTextIcon": ["startIcon"]
|
|
1715
1631
|
},
|
|
1716
1632
|
"motionVarPrefixes": []
|
|
1717
1633
|
};
|
|
1718
|
-
var
|
|
1719
|
-
"name": "
|
|
1634
|
+
var InputHelpText = {
|
|
1635
|
+
"name": "InputHelpText",
|
|
1636
|
+
"defaultProps": { "size": "md" },
|
|
1637
|
+
"getStylesLiterals": {
|
|
1638
|
+
"inputVariantRoot": "default",
|
|
1639
|
+
"inputVariantValueRoot": "empty",
|
|
1640
|
+
"inputVariantValueRoot:1": "filled"
|
|
1641
|
+
},
|
|
1642
|
+
"cxLiterals": [],
|
|
1643
|
+
"internalComponents": ["InputHelpTextInternal", "Box"],
|
|
1644
|
+
"internalComponentProps": { "Box": { "spacingTop": ["2"] } },
|
|
1645
|
+
"propToVariantKeys": { "size": ["inputSizeRoot"] },
|
|
1646
|
+
"motionVarPrefixes": []
|
|
1647
|
+
};
|
|
1648
|
+
var InputHelpTextInternal = {
|
|
1649
|
+
"name": "InputHelpTextInternal",
|
|
1720
1650
|
"defaultProps": {},
|
|
1721
1651
|
"getStylesLiterals": {
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1724
|
-
"
|
|
1725
|
-
"
|
|
1652
|
+
"inputVariantHelperText": "default",
|
|
1653
|
+
"inputVariantValueHelperText": "empty",
|
|
1654
|
+
"inputVariantValueHelperText:1": "filled",
|
|
1655
|
+
"inputVariantHelperIcon": "default",
|
|
1656
|
+
"inputVariantValueHelperIcon": "empty",
|
|
1657
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
1726
1658
|
},
|
|
1727
|
-
"cxLiterals": [
|
|
1728
|
-
"internalComponents": ["HStack"],
|
|
1659
|
+
"cxLiterals": [],
|
|
1660
|
+
"internalComponents": ["IconSlot", "HStack"],
|
|
1729
1661
|
"internalComponentProps": { "HStack": {
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
"overflow": ["hidden"],
|
|
1733
|
-
"position": ["relative"]
|
|
1662
|
+
"gap": ["1"],
|
|
1663
|
+
"alignItems": ["center"]
|
|
1734
1664
|
} },
|
|
1735
1665
|
"propToVariantKeys": {
|
|
1736
|
-
"
|
|
1737
|
-
"
|
|
1666
|
+
"size": ["inputSizeHelperText", "inputSizeHelperIcon"],
|
|
1667
|
+
"startIcon": ["icon"],
|
|
1668
|
+
"endIcon": ["icon"]
|
|
1738
1669
|
},
|
|
1739
1670
|
"motionVarPrefixes": []
|
|
1740
1671
|
};
|
|
1741
|
-
var
|
|
1742
|
-
"name": "
|
|
1672
|
+
var Avatar = {
|
|
1673
|
+
"name": "Avatar",
|
|
1743
1674
|
"defaultProps": {},
|
|
1744
1675
|
"getStylesLiterals": {},
|
|
1745
1676
|
"cxLiterals": [],
|
|
1746
|
-
"internalComponents": ["
|
|
1677
|
+
"internalComponents": ["AvatarImage"],
|
|
1747
1678
|
"internalComponentProps": {},
|
|
1748
1679
|
"propToVariantKeys": {},
|
|
1749
1680
|
"motionVarPrefixes": []
|
|
1750
1681
|
};
|
|
1751
|
-
var
|
|
1752
|
-
"name": "
|
|
1682
|
+
var AvatarIcon = {
|
|
1683
|
+
"name": "AvatarIcon",
|
|
1684
|
+
"defaultProps": {
|
|
1685
|
+
"size": "md",
|
|
1686
|
+
"variant": "primary"
|
|
1687
|
+
},
|
|
1688
|
+
"getStylesLiterals": {},
|
|
1689
|
+
"cxLiterals": [
|
|
1690
|
+
"overflow-hidden",
|
|
1691
|
+
"w-full",
|
|
1692
|
+
"h-full",
|
|
1693
|
+
"shrink-0",
|
|
1694
|
+
"text-center",
|
|
1695
|
+
"inline-flex",
|
|
1696
|
+
"justify-center",
|
|
1697
|
+
"items-center"
|
|
1698
|
+
],
|
|
1699
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
1700
|
+
"internalComponentProps": {},
|
|
1701
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1702
|
+
"motionVarPrefixes": []
|
|
1703
|
+
};
|
|
1704
|
+
var AvatarImage = {
|
|
1705
|
+
"name": "AvatarImage",
|
|
1706
|
+
"defaultProps": {
|
|
1707
|
+
"size": "md",
|
|
1708
|
+
"variant": "primary"
|
|
1709
|
+
},
|
|
1710
|
+
"getStylesLiterals": {},
|
|
1711
|
+
"cxLiterals": [
|
|
1712
|
+
"overflow-hidden",
|
|
1713
|
+
"w-full",
|
|
1714
|
+
"h-full",
|
|
1715
|
+
"shrink-0",
|
|
1716
|
+
"text-center",
|
|
1717
|
+
"inline-flex",
|
|
1718
|
+
"justify-center",
|
|
1719
|
+
"items-center",
|
|
1720
|
+
"object-cover"
|
|
1721
|
+
],
|
|
1722
|
+
"internalComponents": [
|
|
1723
|
+
"UDSImage",
|
|
1724
|
+
"AvatarText",
|
|
1725
|
+
"AvatarIcon",
|
|
1726
|
+
"Box"
|
|
1727
|
+
],
|
|
1728
|
+
"internalComponentProps": {},
|
|
1729
|
+
"propToVariantKeys": {
|
|
1730
|
+
"alt": ["name"],
|
|
1731
|
+
"fallback": ["initials"]
|
|
1732
|
+
},
|
|
1733
|
+
"motionVarPrefixes": []
|
|
1734
|
+
};
|
|
1735
|
+
var AvatarText = {
|
|
1736
|
+
"name": "AvatarText",
|
|
1737
|
+
"defaultProps": {
|
|
1738
|
+
"size": "md",
|
|
1739
|
+
"variant": "primary"
|
|
1740
|
+
},
|
|
1741
|
+
"getStylesLiterals": {},
|
|
1742
|
+
"cxLiterals": [
|
|
1743
|
+
"overflow-hidden",
|
|
1744
|
+
"truncate",
|
|
1745
|
+
"w-full",
|
|
1746
|
+
"h-full",
|
|
1747
|
+
"shrink-0",
|
|
1748
|
+
"text-center",
|
|
1749
|
+
"inline-flex",
|
|
1750
|
+
"justify-center",
|
|
1751
|
+
"items-center"
|
|
1752
|
+
],
|
|
1753
|
+
"internalComponents": ["Box", "Text"],
|
|
1754
|
+
"internalComponentProps": { "Text": {
|
|
1755
|
+
"color": ["inherit"],
|
|
1756
|
+
"variant": ["inherit"]
|
|
1757
|
+
} },
|
|
1758
|
+
"propToVariantKeys": {},
|
|
1759
|
+
"motionVarPrefixes": []
|
|
1760
|
+
};
|
|
1761
|
+
var UDSBreakpointsConfigProvider = {
|
|
1762
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
1753
1763
|
"defaultProps": {},
|
|
1754
1764
|
"getStylesLiterals": {},
|
|
1755
1765
|
"cxLiterals": [],
|
|
1756
|
-
"internalComponents": ["
|
|
1766
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
1767
|
+
"internalComponentProps": {},
|
|
1768
|
+
"propToVariantKeys": {},
|
|
1769
|
+
"motionVarPrefixes": []
|
|
1770
|
+
};
|
|
1771
|
+
var UDSConfigProvider = {
|
|
1772
|
+
"name": "UDSConfigProvider",
|
|
1773
|
+
"defaultProps": {},
|
|
1774
|
+
"getStylesLiterals": {},
|
|
1775
|
+
"cxLiterals": [],
|
|
1776
|
+
"internalComponents": [
|
|
1777
|
+
"UDSBreakpointsConfigProvider",
|
|
1778
|
+
"UDSBottomSheetConfigProvider",
|
|
1779
|
+
"UDSToastConfigProvider",
|
|
1780
|
+
"UDSTooltipConfigProvider"
|
|
1781
|
+
],
|
|
1757
1782
|
"internalComponentProps": {},
|
|
1758
1783
|
"propToVariantKeys": {},
|
|
1759
1784
|
"motionVarPrefixes": []
|
|
@@ -1845,31 +1870,6 @@ var UDSTooltipConfigProvider = {
|
|
|
1845
1870
|
"propToVariantKeys": {},
|
|
1846
1871
|
"motionVarPrefixes": []
|
|
1847
1872
|
};
|
|
1848
|
-
var UDSBreakpointsConfigProvider = {
|
|
1849
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
1850
|
-
"defaultProps": {},
|
|
1851
|
-
"getStylesLiterals": {},
|
|
1852
|
-
"cxLiterals": [],
|
|
1853
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
1854
|
-
"internalComponentProps": {},
|
|
1855
|
-
"propToVariantKeys": {},
|
|
1856
|
-
"motionVarPrefixes": []
|
|
1857
|
-
};
|
|
1858
|
-
var UDSConfigProvider = {
|
|
1859
|
-
"name": "UDSConfigProvider",
|
|
1860
|
-
"defaultProps": {},
|
|
1861
|
-
"getStylesLiterals": {},
|
|
1862
|
-
"cxLiterals": [],
|
|
1863
|
-
"internalComponents": [
|
|
1864
|
-
"UDSBreakpointsConfigProvider",
|
|
1865
|
-
"UDSBottomSheetConfigProvider",
|
|
1866
|
-
"UDSToastConfigProvider",
|
|
1867
|
-
"UDSTooltipConfigProvider"
|
|
1868
|
-
],
|
|
1869
|
-
"internalComponentProps": {},
|
|
1870
|
-
"propToVariantKeys": {},
|
|
1871
|
-
"motionVarPrefixes": []
|
|
1872
|
-
};
|
|
1873
1873
|
var componentData_default = {
|
|
1874
1874
|
Box,
|
|
1875
1875
|
FormLabel,
|
|
@@ -1902,10 +1902,10 @@ var componentData_default = {
|
|
|
1902
1902
|
SegmentedControl,
|
|
1903
1903
|
SwitchV2,
|
|
1904
1904
|
Tabs,
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1905
|
+
Toast,
|
|
1906
|
+
ToastContainer,
|
|
1907
|
+
ToastPortal,
|
|
1908
|
+
UDSToastConfigProvider,
|
|
1909
1909
|
BottomSheet,
|
|
1910
1910
|
BottomSheetContent,
|
|
1911
1911
|
BottomSheetDismiss,
|
|
@@ -1920,9 +1920,6 @@ var componentData_default = {
|
|
|
1920
1920
|
ChipDismissible,
|
|
1921
1921
|
ChipLink,
|
|
1922
1922
|
ChipToggle,
|
|
1923
|
-
Input,
|
|
1924
|
-
InputHelpText,
|
|
1925
|
-
InputHelpTextInternal,
|
|
1926
1923
|
Radio,
|
|
1927
1924
|
RadioGroupProvider,
|
|
1928
1925
|
RadioGroupStore,
|
|
@@ -1934,16 +1931,19 @@ var componentData_default = {
|
|
|
1934
1931
|
"Menu.Provider": Menu_Provider,
|
|
1935
1932
|
"Menu.Trigger": Menu_Trigger,
|
|
1936
1933
|
Menu,
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1934
|
+
Input,
|
|
1935
|
+
InputHelpText,
|
|
1936
|
+
InputHelpTextInternal,
|
|
1937
|
+
Avatar,
|
|
1938
|
+
AvatarIcon,
|
|
1939
|
+
AvatarImage,
|
|
1940
|
+
AvatarText,
|
|
1941
|
+
UDSBreakpointsConfigProvider,
|
|
1942
|
+
UDSConfigProvider,
|
|
1941
1943
|
Tooltip,
|
|
1942
1944
|
TooltipContent,
|
|
1943
1945
|
TooltipTrigger,
|
|
1944
|
-
UDSTooltipConfigProvider
|
|
1945
|
-
UDSBreakpointsConfigProvider,
|
|
1946
|
-
UDSConfigProvider
|
|
1946
|
+
UDSTooltipConfigProvider
|
|
1947
1947
|
};
|
|
1948
1948
|
|
|
1949
1949
|
//#endregion
|