@yahoo/uds 3.115.0-beta.1 → 3.115.0

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.
Files changed (45) hide show
  1. package/dist/cli/commands/sync.cjs +2 -2
  2. package/dist/cli/commands/sync.js +2 -2
  3. package/dist/cli/dist/cli.cjs +1 -1
  4. package/dist/cli/dist/cli.js +1 -1
  5. package/dist/cli/dist/commands/editor-rules.cjs +3 -3
  6. package/dist/cli/dist/commands/editor-rules.js +3 -3
  7. package/dist/cli/dist/utils/rules/config.cjs +1 -1
  8. package/dist/cli/dist/utils/rules/config.js +1 -1
  9. package/dist/cli/runner.cjs +2 -2
  10. package/dist/cli/runner.js +2 -2
  11. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  12. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  13. package/dist/styles/styler.d.cts +1 -1
  14. package/dist/styles/styler.d.ts +1 -1
  15. package/dist/tailwind/dist/commands/css.cjs +2 -2
  16. package/dist/tailwind/dist/commands/css.js +1 -1
  17. package/dist/tailwind/dist/css/generate.cjs +6 -5
  18. package/dist/tailwind/dist/css/generate.js +3 -2
  19. package/dist/tailwind/dist/css/nodeUtils.cjs +156 -0
  20. package/dist/tailwind/dist/css/nodeUtils.js +149 -0
  21. package/dist/tailwind/dist/css/runner.cjs +9 -8
  22. package/dist/tailwind/dist/css/runner.js +3 -2
  23. package/dist/tailwind/dist/css/utils.cjs +1 -163
  24. package/dist/tailwind/dist/css/utils.js +1 -155
  25. package/dist/tailwind/dist/index.d.ts +0 -4
  26. package/dist/tailwind/dist/purger/legacy/purgeCSS.cjs +2 -2
  27. package/dist/tailwind/dist/purger/legacy/purgeCSS.js +2 -2
  28. package/dist/tailwind/dist/purger/optimized/purge.cjs +2 -2
  29. package/dist/tailwind/dist/purger/optimized/purge.js +1 -1
  30. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +2 -2
  31. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +2 -2
  32. package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +1 -1
  33. package/dist/tailwind/dist/purger/optimized/utils/safelist.js +1 -1
  34. package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.cjs +1 -1
  35. package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js +1 -1
  36. package/dist/tailwind/dist/tailwind/plugins/breakpoints.cjs +1 -1
  37. package/dist/tailwind/dist/tailwind/plugins/breakpoints.js +1 -1
  38. package/dist/uds/generated/componentData.cjs +107 -107
  39. package/dist/uds/generated/componentData.js +107 -107
  40. package/generated/componentData.json +142 -142
  41. package/package.json +1 -1
  42. package/dist/tailwind/dist/commands/css.d.ts +0 -3
  43. package/dist/tailwind/dist/commands/generatePurgeCSSData.d.ts +0 -3
  44. package/dist/tailwind/dist/commands/purge.d.ts +0 -4
  45. package/dist/tailwind/dist/purger/legacy/purgeCSS.d.ts +0 -2
@@ -1246,110 +1246,6 @@ var ToastPortal = {
1246
1246
  "propToVariantKeys": {},
1247
1247
  "motionVarPrefixes": []
1248
1248
  };
1249
- var RadioGroupStore = {
1250
- "name": "RadioGroupStore",
1251
- "defaultProps": {},
1252
- "getStylesLiterals": {},
1253
- "cxLiterals": [],
1254
- "internalComponents": [],
1255
- "internalComponentProps": {},
1256
- "propToVariantKeys": {},
1257
- "motionVarPrefixes": []
1258
- };
1259
- var RadioGroupProvider = {
1260
- "name": "RadioGroupProvider",
1261
- "defaultProps": {},
1262
- "getStylesLiterals": {},
1263
- "cxLiterals": [],
1264
- "internalComponents": [
1265
- "DivProps",
1266
- "Comp",
1267
- "RadioGroupContext.Provider"
1268
- ],
1269
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1270
- "propToVariantKeys": {},
1271
- "motionVarPrefixes": []
1272
- };
1273
- var Radio = {
1274
- "name": "Radio",
1275
- "defaultProps": {
1276
- "labelPosition": "start",
1277
- "variant": "primary",
1278
- "size": "md",
1279
- "value": ""
1280
- },
1281
- "getStylesLiterals": {
1282
- "radioVariantValueRoot": "checked",
1283
- "radioVariantValueRoot:1": "unchecked",
1284
- "display": "flex",
1285
- "flexDirection": "row",
1286
- "flexDirection:1": "row-reverse",
1287
- "alignItems": "center",
1288
- "radioVariantValueRadio": "checked",
1289
- "radioVariantValueRadio:1": "unchecked",
1290
- "radioVariantValueRadioCircle": "checked",
1291
- "radioVariantValueRadioCircle:1": "unchecked"
1292
- },
1293
- "cxLiterals": [
1294
- "cursor-pointer",
1295
- "cursor-default",
1296
- "opacity-50",
1297
- "border",
1298
- "uds-ring",
1299
- "uds-ring-within",
1300
- "transition-[background-color,border-color]",
1301
- "transition-shadow",
1302
- "pointer-events-none",
1303
- "w-[8px]",
1304
- "h-[8px]",
1305
- "transition-opacity",
1306
- "cursor-[inherit]",
1307
- "absolute",
1308
- "opacity-0",
1309
- "top-1/2",
1310
- "left-1/2",
1311
- "w-[calc(100%+2px)]",
1312
- "h-[calc(100%+2px)]",
1313
- "transform",
1314
- "translate-x-[-50%]",
1315
- "translate-y-[-50%]",
1316
- "text-start",
1317
- "text-end"
1318
- ],
1319
- "internalComponents": [
1320
- "Box",
1321
- "FormLabel",
1322
- "SpringMotionConfig",
1323
- "RootElement",
1324
- "MotionBox"
1325
- ],
1326
- "internalComponentProps": {
1327
- "Box": { "borderRadius": ["full"] },
1328
- "FormLabel": {
1329
- "as": ["div"],
1330
- "variant": ["inherit"],
1331
- "color": ["inherit"]
1332
- },
1333
- "RootElement": { "data-testid": ["container"] },
1334
- "MotionBox": {
1335
- "position": ["relative"],
1336
- "borderRadius": ["full"],
1337
- "alignItems": ["center"],
1338
- "justifyContent": ["center"],
1339
- "flex": ["none"]
1340
- }
1341
- },
1342
- "propToVariantKeys": {
1343
- "size": ["radioSizeRoot", "radioSizeRadio"],
1344
- "variant": [
1345
- "radioVariantRoot",
1346
- "radioVariantRadio",
1347
- "radioVariantRadioCircle"
1348
- ],
1349
- "reduceMotion": ["reducedMotion"]
1350
- },
1351
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1352
- };
1353
1249
  var UDSTooltipConfigProvider = {
1354
1250
  "name": "UDSTooltipConfigProvider",
1355
1251
  "defaultProps": {},
@@ -1582,6 +1478,110 @@ var UDSBreakpointsConfigProvider = {
1582
1478
  "propToVariantKeys": {},
1583
1479
  "motionVarPrefixes": []
1584
1480
  };
1481
+ var RadioGroupStore = {
1482
+ "name": "RadioGroupStore",
1483
+ "defaultProps": {},
1484
+ "getStylesLiterals": {},
1485
+ "cxLiterals": [],
1486
+ "internalComponents": [],
1487
+ "internalComponentProps": {},
1488
+ "propToVariantKeys": {},
1489
+ "motionVarPrefixes": []
1490
+ };
1491
+ var RadioGroupProvider = {
1492
+ "name": "RadioGroupProvider",
1493
+ "defaultProps": {},
1494
+ "getStylesLiterals": {},
1495
+ "cxLiterals": [],
1496
+ "internalComponents": [
1497
+ "DivProps",
1498
+ "Comp",
1499
+ "RadioGroupContext.Provider"
1500
+ ],
1501
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1502
+ "propToVariantKeys": {},
1503
+ "motionVarPrefixes": []
1504
+ };
1505
+ var Radio = {
1506
+ "name": "Radio",
1507
+ "defaultProps": {
1508
+ "labelPosition": "start",
1509
+ "variant": "primary",
1510
+ "size": "md",
1511
+ "value": ""
1512
+ },
1513
+ "getStylesLiterals": {
1514
+ "radioVariantValueRoot": "checked",
1515
+ "radioVariantValueRoot:1": "unchecked",
1516
+ "display": "flex",
1517
+ "flexDirection": "row",
1518
+ "flexDirection:1": "row-reverse",
1519
+ "alignItems": "center",
1520
+ "radioVariantValueRadio": "checked",
1521
+ "radioVariantValueRadio:1": "unchecked",
1522
+ "radioVariantValueRadioCircle": "checked",
1523
+ "radioVariantValueRadioCircle:1": "unchecked"
1524
+ },
1525
+ "cxLiterals": [
1526
+ "cursor-pointer",
1527
+ "cursor-default",
1528
+ "opacity-50",
1529
+ "border",
1530
+ "uds-ring",
1531
+ "uds-ring-within",
1532
+ "transition-[background-color,border-color]",
1533
+ "transition-shadow",
1534
+ "pointer-events-none",
1535
+ "w-[8px]",
1536
+ "h-[8px]",
1537
+ "transition-opacity",
1538
+ "cursor-[inherit]",
1539
+ "absolute",
1540
+ "opacity-0",
1541
+ "top-1/2",
1542
+ "left-1/2",
1543
+ "w-[calc(100%+2px)]",
1544
+ "h-[calc(100%+2px)]",
1545
+ "transform",
1546
+ "translate-x-[-50%]",
1547
+ "translate-y-[-50%]",
1548
+ "text-start",
1549
+ "text-end"
1550
+ ],
1551
+ "internalComponents": [
1552
+ "Box",
1553
+ "FormLabel",
1554
+ "SpringMotionConfig",
1555
+ "RootElement",
1556
+ "MotionBox"
1557
+ ],
1558
+ "internalComponentProps": {
1559
+ "Box": { "borderRadius": ["full"] },
1560
+ "FormLabel": {
1561
+ "as": ["div"],
1562
+ "variant": ["inherit"],
1563
+ "color": ["inherit"]
1564
+ },
1565
+ "RootElement": { "data-testid": ["container"] },
1566
+ "MotionBox": {
1567
+ "position": ["relative"],
1568
+ "borderRadius": ["full"],
1569
+ "alignItems": ["center"],
1570
+ "justifyContent": ["center"],
1571
+ "flex": ["none"]
1572
+ }
1573
+ },
1574
+ "propToVariantKeys": {
1575
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1576
+ "variant": [
1577
+ "radioVariantRoot",
1578
+ "radioVariantRadio",
1579
+ "radioVariantRadioCircle"
1580
+ ],
1581
+ "reduceMotion": ["reducedMotion"]
1582
+ },
1583
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1584
+ };
1585
1585
  var ChipLink = {
1586
1586
  "name": "ChipLink",
1587
1587
  "defaultProps": { "variant": "primary" },
@@ -1919,9 +1919,6 @@ var componentData_default = {
1919
1919
  Toast,
1920
1920
  ToastContainer,
1921
1921
  ToastPortal,
1922
- RadioGroupStore,
1923
- RadioGroupProvider,
1924
- Radio,
1925
1922
  UDSTooltipConfigProvider,
1926
1923
  TooltipTrigger,
1927
1924
  TooltipContent,
@@ -1931,6 +1928,9 @@ var componentData_default = {
1931
1928
  InputHelpTextInternal,
1932
1929
  UDSConfigProvider,
1933
1930
  UDSBreakpointsConfigProvider,
1931
+ RadioGroupStore,
1932
+ RadioGroupProvider,
1933
+ Radio,
1934
1934
  ChipLink,
1935
1935
  ChipDismissible,
1936
1936
  ChipToggle,
@@ -1245,110 +1245,6 @@ var ToastPortal = {
1245
1245
  "propToVariantKeys": {},
1246
1246
  "motionVarPrefixes": []
1247
1247
  };
1248
- var RadioGroupStore = {
1249
- "name": "RadioGroupStore",
1250
- "defaultProps": {},
1251
- "getStylesLiterals": {},
1252
- "cxLiterals": [],
1253
- "internalComponents": [],
1254
- "internalComponentProps": {},
1255
- "propToVariantKeys": {},
1256
- "motionVarPrefixes": []
1257
- };
1258
- var RadioGroupProvider = {
1259
- "name": "RadioGroupProvider",
1260
- "defaultProps": {},
1261
- "getStylesLiterals": {},
1262
- "cxLiterals": [],
1263
- "internalComponents": [
1264
- "DivProps",
1265
- "Comp",
1266
- "RadioGroupContext.Provider"
1267
- ],
1268
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1269
- "propToVariantKeys": {},
1270
- "motionVarPrefixes": []
1271
- };
1272
- var Radio = {
1273
- "name": "Radio",
1274
- "defaultProps": {
1275
- "labelPosition": "start",
1276
- "variant": "primary",
1277
- "size": "md",
1278
- "value": ""
1279
- },
1280
- "getStylesLiterals": {
1281
- "radioVariantValueRoot": "checked",
1282
- "radioVariantValueRoot:1": "unchecked",
1283
- "display": "flex",
1284
- "flexDirection": "row",
1285
- "flexDirection:1": "row-reverse",
1286
- "alignItems": "center",
1287
- "radioVariantValueRadio": "checked",
1288
- "radioVariantValueRadio:1": "unchecked",
1289
- "radioVariantValueRadioCircle": "checked",
1290
- "radioVariantValueRadioCircle:1": "unchecked"
1291
- },
1292
- "cxLiterals": [
1293
- "cursor-pointer",
1294
- "cursor-default",
1295
- "opacity-50",
1296
- "border",
1297
- "uds-ring",
1298
- "uds-ring-within",
1299
- "transition-[background-color,border-color]",
1300
- "transition-shadow",
1301
- "pointer-events-none",
1302
- "w-[8px]",
1303
- "h-[8px]",
1304
- "transition-opacity",
1305
- "cursor-[inherit]",
1306
- "absolute",
1307
- "opacity-0",
1308
- "top-1/2",
1309
- "left-1/2",
1310
- "w-[calc(100%+2px)]",
1311
- "h-[calc(100%+2px)]",
1312
- "transform",
1313
- "translate-x-[-50%]",
1314
- "translate-y-[-50%]",
1315
- "text-start",
1316
- "text-end"
1317
- ],
1318
- "internalComponents": [
1319
- "Box",
1320
- "FormLabel",
1321
- "SpringMotionConfig",
1322
- "RootElement",
1323
- "MotionBox"
1324
- ],
1325
- "internalComponentProps": {
1326
- "Box": { "borderRadius": ["full"] },
1327
- "FormLabel": {
1328
- "as": ["div"],
1329
- "variant": ["inherit"],
1330
- "color": ["inherit"]
1331
- },
1332
- "RootElement": { "data-testid": ["container"] },
1333
- "MotionBox": {
1334
- "position": ["relative"],
1335
- "borderRadius": ["full"],
1336
- "alignItems": ["center"],
1337
- "justifyContent": ["center"],
1338
- "flex": ["none"]
1339
- }
1340
- },
1341
- "propToVariantKeys": {
1342
- "size": ["radioSizeRoot", "radioSizeRadio"],
1343
- "variant": [
1344
- "radioVariantRoot",
1345
- "radioVariantRadio",
1346
- "radioVariantRadioCircle"
1347
- ],
1348
- "reduceMotion": ["reducedMotion"]
1349
- },
1350
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1351
- };
1352
1248
  var UDSTooltipConfigProvider = {
1353
1249
  "name": "UDSTooltipConfigProvider",
1354
1250
  "defaultProps": {},
@@ -1581,6 +1477,110 @@ var UDSBreakpointsConfigProvider = {
1581
1477
  "propToVariantKeys": {},
1582
1478
  "motionVarPrefixes": []
1583
1479
  };
1480
+ var RadioGroupStore = {
1481
+ "name": "RadioGroupStore",
1482
+ "defaultProps": {},
1483
+ "getStylesLiterals": {},
1484
+ "cxLiterals": [],
1485
+ "internalComponents": [],
1486
+ "internalComponentProps": {},
1487
+ "propToVariantKeys": {},
1488
+ "motionVarPrefixes": []
1489
+ };
1490
+ var RadioGroupProvider = {
1491
+ "name": "RadioGroupProvider",
1492
+ "defaultProps": {},
1493
+ "getStylesLiterals": {},
1494
+ "cxLiterals": [],
1495
+ "internalComponents": [
1496
+ "DivProps",
1497
+ "Comp",
1498
+ "RadioGroupContext.Provider"
1499
+ ],
1500
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1501
+ "propToVariantKeys": {},
1502
+ "motionVarPrefixes": []
1503
+ };
1504
+ var Radio = {
1505
+ "name": "Radio",
1506
+ "defaultProps": {
1507
+ "labelPosition": "start",
1508
+ "variant": "primary",
1509
+ "size": "md",
1510
+ "value": ""
1511
+ },
1512
+ "getStylesLiterals": {
1513
+ "radioVariantValueRoot": "checked",
1514
+ "radioVariantValueRoot:1": "unchecked",
1515
+ "display": "flex",
1516
+ "flexDirection": "row",
1517
+ "flexDirection:1": "row-reverse",
1518
+ "alignItems": "center",
1519
+ "radioVariantValueRadio": "checked",
1520
+ "radioVariantValueRadio:1": "unchecked",
1521
+ "radioVariantValueRadioCircle": "checked",
1522
+ "radioVariantValueRadioCircle:1": "unchecked"
1523
+ },
1524
+ "cxLiterals": [
1525
+ "cursor-pointer",
1526
+ "cursor-default",
1527
+ "opacity-50",
1528
+ "border",
1529
+ "uds-ring",
1530
+ "uds-ring-within",
1531
+ "transition-[background-color,border-color]",
1532
+ "transition-shadow",
1533
+ "pointer-events-none",
1534
+ "w-[8px]",
1535
+ "h-[8px]",
1536
+ "transition-opacity",
1537
+ "cursor-[inherit]",
1538
+ "absolute",
1539
+ "opacity-0",
1540
+ "top-1/2",
1541
+ "left-1/2",
1542
+ "w-[calc(100%+2px)]",
1543
+ "h-[calc(100%+2px)]",
1544
+ "transform",
1545
+ "translate-x-[-50%]",
1546
+ "translate-y-[-50%]",
1547
+ "text-start",
1548
+ "text-end"
1549
+ ],
1550
+ "internalComponents": [
1551
+ "Box",
1552
+ "FormLabel",
1553
+ "SpringMotionConfig",
1554
+ "RootElement",
1555
+ "MotionBox"
1556
+ ],
1557
+ "internalComponentProps": {
1558
+ "Box": { "borderRadius": ["full"] },
1559
+ "FormLabel": {
1560
+ "as": ["div"],
1561
+ "variant": ["inherit"],
1562
+ "color": ["inherit"]
1563
+ },
1564
+ "RootElement": { "data-testid": ["container"] },
1565
+ "MotionBox": {
1566
+ "position": ["relative"],
1567
+ "borderRadius": ["full"],
1568
+ "alignItems": ["center"],
1569
+ "justifyContent": ["center"],
1570
+ "flex": ["none"]
1571
+ }
1572
+ },
1573
+ "propToVariantKeys": {
1574
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1575
+ "variant": [
1576
+ "radioVariantRoot",
1577
+ "radioVariantRadio",
1578
+ "radioVariantRadioCircle"
1579
+ ],
1580
+ "reduceMotion": ["reducedMotion"]
1581
+ },
1582
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1583
+ };
1584
1584
  var ChipLink = {
1585
1585
  "name": "ChipLink",
1586
1586
  "defaultProps": { "variant": "primary" },
@@ -1918,9 +1918,6 @@ var componentData_default = {
1918
1918
  Toast,
1919
1919
  ToastContainer,
1920
1920
  ToastPortal,
1921
- RadioGroupStore,
1922
- RadioGroupProvider,
1923
- Radio,
1924
1921
  UDSTooltipConfigProvider,
1925
1922
  TooltipTrigger,
1926
1923
  TooltipContent,
@@ -1930,6 +1927,9 @@ var componentData_default = {
1930
1927
  InputHelpTextInternal,
1931
1928
  UDSConfigProvider,
1932
1929
  UDSBreakpointsConfigProvider,
1930
+ RadioGroupStore,
1931
+ RadioGroupProvider,
1932
+ Radio,
1933
1933
  ChipLink,
1934
1934
  ChipDismissible,
1935
1935
  ChipToggle,