@yahoo/uds 3.154.0 → 3.155.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 (63) hide show
  1. package/dist/automated-config/dist/generated/generatedConfigs.cjs +10 -0
  2. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +10 -0
  3. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +10 -0
  4. package/dist/automated-config/dist/generated/generatedConfigs.js +10 -0
  5. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +10 -0
  6. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +10 -0
  7. package/dist/automated-config/dist/properties.cjs +101 -87
  8. package/dist/automated-config/dist/properties.d.cts +2 -0
  9. package/dist/automated-config/dist/properties.d.ts +2 -0
  10. package/dist/automated-config/dist/properties.js +101 -87
  11. package/dist/automated-config/dist/types/ComponentConfig.d.cts +2 -0
  12. package/dist/automated-config/dist/types/ComponentConfig.d.ts +2 -0
  13. package/dist/automated-config/dist/utils/buildConfigSchema.cjs +18 -0
  14. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +5 -1
  15. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +5 -1
  16. package/dist/automated-config/dist/utils/buildConfigSchema.js +18 -0
  17. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  18. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  19. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.cjs +68 -0
  20. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.cts +49 -0
  21. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.ts +49 -0
  22. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.js +66 -0
  23. package/dist/automated-config/dist/utils/index.cjs +55 -17
  24. package/dist/automated-config/dist/utils/index.d.cts +2 -0
  25. package/dist/automated-config/dist/utils/index.d.ts +2 -0
  26. package/dist/automated-config/dist/utils/index.js +55 -17
  27. package/dist/config/dist/index.cjs +979 -969
  28. package/dist/config/dist/index.js +979 -969
  29. package/dist/css/dist/packages/automated-config/dist/properties.cjs +101 -87
  30. package/dist/css/dist/packages/automated-config/dist/properties.js +101 -87
  31. package/dist/css/dist/packages/config/dist/index.cjs +979 -969
  32. package/dist/css/dist/packages/config/dist/index.js +979 -969
  33. package/dist/index.cjs +3 -0
  34. package/dist/index.d.cts +2 -1
  35. package/dist/index.d.ts +2 -1
  36. package/dist/index.js +2 -1
  37. package/dist/styles/styler.d.cts +9 -9
  38. package/dist/styles/styler.d.ts +9 -9
  39. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +10 -0
  40. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +10 -0
  41. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.cjs +101 -87
  42. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.js +101 -87
  43. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +54 -17
  44. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +54 -17
  45. package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +979 -969
  46. package/dist/tailwind-internal/dist/packages/config/dist/index.js +979 -969
  47. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
  48. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
  49. package/dist/tokens/automation/index.cjs +3 -0
  50. package/dist/tokens/automation/index.d.cts +2 -1
  51. package/dist/tokens/automation/index.d.ts +2 -1
  52. package/dist/tokens/automation/index.js +2 -1
  53. package/dist/tokens/index.cjs +3 -0
  54. package/dist/tokens/index.d.cts +2 -1
  55. package/dist/tokens/index.d.ts +2 -1
  56. package/dist/tokens/index.js +2 -1
  57. package/dist/uds/generated/componentData.cjs +382 -382
  58. package/dist/uds/generated/componentData.js +382 -382
  59. package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
  60. package/dist/uds/generated/migrationSchemaVersion.js +1 -1
  61. package/generated/componentData.json +606 -606
  62. package/generated/migrationSchemaVersion.ts +1 -1
  63. package/package.json +1 -1
@@ -336,6 +336,161 @@
336
336
  "runtimeConfigInternalComponentProps": {},
337
337
  "motionVarPrefixes": []
338
338
  },
339
+ "BannerDescription": {
340
+ "name": "BannerDescription",
341
+ "defaultProps": {},
342
+ "getStylesLiterals": {
343
+ "bannerSizeDescription": "default",
344
+ "className": "w-full line-clamp-3"
345
+ },
346
+ "cxLiterals": [],
347
+ "internalComponents": [
348
+ "Text"
349
+ ],
350
+ "internalComponentProps": {},
351
+ "propToVariantKeys": {},
352
+ "runtimeConfigDefaultProps": {},
353
+ "runtimeConfigGetStyles": {},
354
+ "runtimeConfigInternalComponentProps": {},
355
+ "motionVarPrefixes": []
356
+ },
357
+ "BannerContent": {
358
+ "name": "BannerContent",
359
+ "defaultProps": {},
360
+ "getStylesLiterals": {},
361
+ "cxLiterals": [
362
+ "flex",
363
+ "flex-col",
364
+ "items-start",
365
+ "self-stretch",
366
+ "flex-1",
367
+ "min-w-0"
368
+ ],
369
+ "internalComponents": [],
370
+ "internalComponentProps": {},
371
+ "propToVariantKeys": {},
372
+ "runtimeConfigDefaultProps": {},
373
+ "runtimeConfigGetStyles": {},
374
+ "runtimeConfigInternalComponentProps": {},
375
+ "motionVarPrefixes": []
376
+ },
377
+ "BannerTitle": {
378
+ "name": "BannerTitle",
379
+ "defaultProps": {},
380
+ "getStylesLiterals": {
381
+ "bannerSizeTitle": "default"
382
+ },
383
+ "cxLiterals": [
384
+ "w-full",
385
+ "truncate"
386
+ ],
387
+ "internalComponents": [
388
+ "Text"
389
+ ],
390
+ "internalComponentProps": {},
391
+ "propToVariantKeys": {},
392
+ "runtimeConfigDefaultProps": {},
393
+ "runtimeConfigGetStyles": {},
394
+ "runtimeConfigInternalComponentProps": {},
395
+ "motionVarPrefixes": []
396
+ },
397
+ "Banner": {
398
+ "name": "Banner",
399
+ "defaultProps": {
400
+ "variant": "primary",
401
+ "size": "default",
402
+ "dismissAriaLabel": "Dismiss"
403
+ },
404
+ "getStylesLiterals": {
405
+ "className": "truncate",
406
+ "className:1": "line-clamp-3",
407
+ "spacing": "2",
408
+ "borderRadius": "full",
409
+ "color": "primary"
410
+ },
411
+ "cxLiterals": [
412
+ "uds-banner",
413
+ "flex",
414
+ "flex-row",
415
+ "items-center",
416
+ "items-start",
417
+ "min-w-[300px]",
418
+ "transition-[background-color]",
419
+ "motion-safe:duration-120",
420
+ "bg-carbon-15/0",
421
+ "hover:bg-carbon-15/10",
422
+ "active:bg-carbon-15/15",
423
+ "uds-ring",
424
+ "shrink-0",
425
+ "self-start",
426
+ "flex-1",
427
+ "min-w-0",
428
+ "flex-col",
429
+ "gap-[inherit]",
430
+ "uds-sm:flex-row",
431
+ "uds-sm:items-center",
432
+ "self-stretch",
433
+ "gap-0.5",
434
+ "w-full",
435
+ "truncate",
436
+ "leading-none",
437
+ "line-clamp-3",
438
+ "gap-1.5",
439
+ "uds-sm:self-center",
440
+ "uds-sm:shrink-0"
441
+ ],
442
+ "internalComponents": [
443
+ "IconSlot",
444
+ "Text",
445
+ "Pressable"
446
+ ],
447
+ "internalComponentProps": {
448
+ "IconSlot": {
449
+ "data-testid": [
450
+ "banner-start-icon"
451
+ ]
452
+ },
453
+ "Text": {
454
+ "data-testid": [
455
+ "banner-title",
456
+ "banner-description"
457
+ ]
458
+ },
459
+ "Pressable": {
460
+ "data-testid": [
461
+ "banner-dismiss"
462
+ ]
463
+ }
464
+ },
465
+ "propToVariantKeys": {
466
+ "variant": [
467
+ "bannerVariantRoot",
468
+ "bannerVariantIcon",
469
+ "bannerVariantTitle",
470
+ "bannerVariantDescription"
471
+ ],
472
+ "size": [
473
+ "bannerSizeRoot",
474
+ "bannerSizeIcon",
475
+ "bannerSizeTitle",
476
+ "bannerSizeDescription",
477
+ "bannerSizeClose"
478
+ ],
479
+ "startIcon": [
480
+ "icon"
481
+ ],
482
+ "dismissAriaLabel": [
483
+ "aria-label"
484
+ ],
485
+ "onDismiss": [
486
+ "onClick"
487
+ ]
488
+ },
489
+ "runtimeConfigDefaultProps": {},
490
+ "runtimeConfigGetStyles": {},
491
+ "runtimeConfigInternalComponentProps": {},
492
+ "motionVarPrefixes": []
493
+ },
339
494
  "Switch": {
340
495
  "name": "Switch",
341
496
  "defaultProps": {
@@ -858,226 +1013,71 @@
858
1013
  "runtimeConfigInternalComponentProps": {},
859
1014
  "motionVarPrefixes": []
860
1015
  },
861
- "BannerDescription": {
862
- "name": "BannerDescription",
863
- "defaultProps": {},
864
- "getStylesLiterals": {
865
- "bannerSizeDescription": "default",
866
- "className": "w-full line-clamp-3"
1016
+ "DividerLine": {
1017
+ "name": "DividerLine",
1018
+ "defaultProps": {
1019
+ "variant": "primary"
867
1020
  },
868
- "cxLiterals": [],
869
- "internalComponents": [
870
- "Text"
871
- ],
872
- "internalComponentProps": {},
873
- "propToVariantKeys": {},
874
- "runtimeConfigDefaultProps": {},
875
- "runtimeConfigGetStyles": {},
876
- "runtimeConfigInternalComponentProps": {},
877
- "motionVarPrefixes": []
878
- },
879
- "BannerContent": {
880
- "name": "BannerContent",
881
- "defaultProps": {},
882
1021
  "getStylesLiterals": {},
883
1022
  "cxLiterals": [
884
- "flex",
885
- "flex-col",
886
- "items-start",
887
- "self-stretch",
888
- "flex-1",
889
- "min-w-0"
1023
+ "inherit"
890
1024
  ],
891
- "internalComponents": [],
892
- "internalComponentProps": {},
893
- "propToVariantKeys": {},
1025
+ "internalComponents": [
1026
+ "Box"
1027
+ ],
1028
+ "internalComponentProps": {
1029
+ "Box": {
1030
+ "flex": [
1031
+ "1"
1032
+ ]
1033
+ }
1034
+ },
1035
+ "propToVariantKeys": {
1036
+ "variant": [
1037
+ "dividerVariantLine"
1038
+ ]
1039
+ },
894
1040
  "runtimeConfigDefaultProps": {},
895
1041
  "runtimeConfigGetStyles": {},
896
1042
  "runtimeConfigInternalComponentProps": {},
897
1043
  "motionVarPrefixes": []
898
1044
  },
899
- "BannerTitle": {
900
- "name": "BannerTitle",
901
- "defaultProps": {},
902
- "getStylesLiterals": {
903
- "bannerSizeTitle": "default"
1045
+ "DividerLabel": {
1046
+ "name": "DividerLabel",
1047
+ "defaultProps": {
1048
+ "variant": "primary",
1049
+ "textVariant": "inherit",
1050
+ "color": "inherit",
1051
+ "as": "span"
904
1052
  },
1053
+ "getStylesLiterals": {},
905
1054
  "cxLiterals": [
906
- "w-full",
907
- "truncate"
1055
+ "inherit"
908
1056
  ],
909
1057
  "internalComponents": [
910
1058
  "Text"
911
1059
  ],
912
1060
  "internalComponentProps": {},
913
- "propToVariantKeys": {},
1061
+ "propToVariantKeys": {
1062
+ "variant": [
1063
+ "dividerVariantLabel"
1064
+ ],
1065
+ "textVariant": [
1066
+ "variant"
1067
+ ]
1068
+ },
914
1069
  "runtimeConfigDefaultProps": {},
915
1070
  "runtimeConfigGetStyles": {},
916
1071
  "runtimeConfigInternalComponentProps": {},
917
1072
  "motionVarPrefixes": []
918
1073
  },
919
- "Banner": {
920
- "name": "Banner",
1074
+ "Divider": {
1075
+ "name": "Divider",
921
1076
  "defaultProps": {
922
1077
  "variant": "primary",
923
- "size": "default",
924
- "dismissAriaLabel": "Dismiss"
925
- },
926
- "getStylesLiterals": {
927
- "className": "truncate",
928
- "className:1": "line-clamp-3",
929
- "spacing": "2",
930
- "borderRadius": "full",
931
- "color": "primary"
1078
+ "contentPosition": "center"
932
1079
  },
933
- "cxLiterals": [
934
- "uds-banner",
935
- "flex",
936
- "flex-row",
937
- "items-center",
938
- "items-start",
939
- "min-w-[300px]",
940
- "transition-[background-color]",
941
- "motion-safe:duration-120",
942
- "bg-carbon-15/0",
943
- "hover:bg-carbon-15/10",
944
- "active:bg-carbon-15/15",
945
- "uds-ring",
946
- "shrink-0",
947
- "self-start",
948
- "flex-1",
949
- "min-w-0",
950
- "flex-col",
951
- "gap-[inherit]",
952
- "uds-sm:flex-row",
953
- "uds-sm:items-center",
954
- "self-stretch",
955
- "gap-0.5",
956
- "w-full",
957
- "truncate",
958
- "leading-none",
959
- "line-clamp-3",
960
- "gap-1.5",
961
- "uds-sm:self-center",
962
- "uds-sm:shrink-0"
963
- ],
964
- "internalComponents": [
965
- "IconSlot",
966
- "Text",
967
- "Pressable"
968
- ],
969
- "internalComponentProps": {
970
- "IconSlot": {
971
- "data-testid": [
972
- "banner-start-icon"
973
- ]
974
- },
975
- "Text": {
976
- "data-testid": [
977
- "banner-title",
978
- "banner-description"
979
- ]
980
- },
981
- "Pressable": {
982
- "data-testid": [
983
- "banner-dismiss"
984
- ]
985
- }
986
- },
987
- "propToVariantKeys": {
988
- "variant": [
989
- "bannerVariantRoot",
990
- "bannerVariantIcon",
991
- "bannerVariantTitle",
992
- "bannerVariantDescription"
993
- ],
994
- "size": [
995
- "bannerSizeRoot",
996
- "bannerSizeIcon",
997
- "bannerSizeTitle",
998
- "bannerSizeDescription",
999
- "bannerSizeClose"
1000
- ],
1001
- "startIcon": [
1002
- "icon"
1003
- ],
1004
- "dismissAriaLabel": [
1005
- "aria-label"
1006
- ],
1007
- "onDismiss": [
1008
- "onClick"
1009
- ]
1010
- },
1011
- "runtimeConfigDefaultProps": {},
1012
- "runtimeConfigGetStyles": {},
1013
- "runtimeConfigInternalComponentProps": {},
1014
- "motionVarPrefixes": []
1015
- },
1016
- "DividerLine": {
1017
- "name": "DividerLine",
1018
- "defaultProps": {
1019
- "variant": "primary"
1020
- },
1021
- "getStylesLiterals": {},
1022
- "cxLiterals": [
1023
- "inherit"
1024
- ],
1025
- "internalComponents": [
1026
- "Box"
1027
- ],
1028
- "internalComponentProps": {
1029
- "Box": {
1030
- "flex": [
1031
- "1"
1032
- ]
1033
- }
1034
- },
1035
- "propToVariantKeys": {
1036
- "variant": [
1037
- "dividerVariantLine"
1038
- ]
1039
- },
1040
- "runtimeConfigDefaultProps": {},
1041
- "runtimeConfigGetStyles": {},
1042
- "runtimeConfigInternalComponentProps": {},
1043
- "motionVarPrefixes": []
1044
- },
1045
- "DividerLabel": {
1046
- "name": "DividerLabel",
1047
- "defaultProps": {
1048
- "variant": "primary",
1049
- "textVariant": "inherit",
1050
- "color": "inherit",
1051
- "as": "span"
1052
- },
1053
- "getStylesLiterals": {},
1054
- "cxLiterals": [
1055
- "inherit"
1056
- ],
1057
- "internalComponents": [
1058
- "Text"
1059
- ],
1060
- "internalComponentProps": {},
1061
- "propToVariantKeys": {
1062
- "variant": [
1063
- "dividerVariantLabel"
1064
- ],
1065
- "textVariant": [
1066
- "variant"
1067
- ]
1068
- },
1069
- "runtimeConfigDefaultProps": {},
1070
- "runtimeConfigGetStyles": {},
1071
- "runtimeConfigInternalComponentProps": {},
1072
- "motionVarPrefixes": []
1073
- },
1074
- "Divider": {
1075
- "name": "Divider",
1076
- "defaultProps": {
1077
- "variant": "primary",
1078
- "contentPosition": "center"
1079
- },
1080
- "getStylesLiterals": {},
1080
+ "getStylesLiterals": {},
1081
1081
  "cxLiterals": [
1082
1082
  "inherit"
1083
1083
  ],
@@ -1384,159 +1384,6 @@
1384
1384
  "runtimeConfigInternalComponentProps": {},
1385
1385
  "motionVarPrefixes": []
1386
1386
  },
1387
- "RadioGroupStore": {
1388
- "name": "RadioGroupStore",
1389
- "defaultProps": {},
1390
- "getStylesLiterals": {},
1391
- "cxLiterals": [],
1392
- "internalComponents": [],
1393
- "internalComponentProps": {},
1394
- "propToVariantKeys": {},
1395
- "runtimeConfigDefaultProps": {},
1396
- "runtimeConfigGetStyles": {},
1397
- "runtimeConfigInternalComponentProps": {},
1398
- "motionVarPrefixes": []
1399
- },
1400
- "RadioGroupProvider": {
1401
- "name": "RadioGroupProvider",
1402
- "defaultProps": {},
1403
- "getStylesLiterals": {},
1404
- "cxLiterals": [],
1405
- "internalComponents": [
1406
- "DivProps",
1407
- "Comp",
1408
- "RadioGroupContext.Provider"
1409
- ],
1410
- "internalComponentProps": {
1411
- "Comp": {
1412
- "role": [
1413
- "radiogroup"
1414
- ]
1415
- }
1416
- },
1417
- "propToVariantKeys": {},
1418
- "runtimeConfigDefaultProps": {},
1419
- "runtimeConfigGetStyles": {},
1420
- "runtimeConfigInternalComponentProps": {},
1421
- "motionVarPrefixes": []
1422
- },
1423
- "Radio": {
1424
- "name": "Radio",
1425
- "defaultProps": {
1426
- "labelPosition": "start",
1427
- "variant": "primary",
1428
- "size": "md",
1429
- "value": ""
1430
- },
1431
- "getStylesLiterals": {
1432
- "radioVariantValueRoot": "checked",
1433
- "radioVariantValueRoot:1": "unchecked",
1434
- "display": "flex",
1435
- "flexDirection": "row",
1436
- "flexDirection:1": "row-reverse",
1437
- "alignItems": "center",
1438
- "radioVariantValueRadio": "checked",
1439
- "radioVariantValueRadio:1": "unchecked",
1440
- "radioVariantValueRadioCircle": "checked",
1441
- "radioVariantValueRadioCircle:1": "unchecked"
1442
- },
1443
- "cxLiterals": [
1444
- "cursor-pointer",
1445
- "cursor-default",
1446
- "opacity-50",
1447
- "border",
1448
- "uds-ring",
1449
- "uds-ring-within",
1450
- "transition-[background-color,border-color]",
1451
- "transition-shadow",
1452
- "pointer-events-none",
1453
- "w-[8px]",
1454
- "h-[8px]",
1455
- "opacity-55",
1456
- "opacity-100",
1457
- "opacity-0",
1458
- "transition-opacity",
1459
- "cursor-[inherit]",
1460
- "absolute",
1461
- "top-1/2",
1462
- "left-1/2",
1463
- "w-[calc(100%+2px)]",
1464
- "h-[calc(100%+2px)]",
1465
- "transform",
1466
- "translate-x-[-50%]",
1467
- "translate-y-[-50%]",
1468
- "text-start",
1469
- "text-end"
1470
- ],
1471
- "internalComponents": [
1472
- "Box",
1473
- "FormLabel",
1474
- "SpringMotionConfig",
1475
- "RootElement",
1476
- "MotionBox"
1477
- ],
1478
- "internalComponentProps": {
1479
- "Box": {
1480
- "borderRadius": [
1481
- "full"
1482
- ]
1483
- },
1484
- "FormLabel": {
1485
- "as": [
1486
- "div"
1487
- ],
1488
- "variant": [
1489
- "inherit"
1490
- ],
1491
- "color": [
1492
- "inherit"
1493
- ]
1494
- },
1495
- "RootElement": {
1496
- "data-testid": [
1497
- "container"
1498
- ]
1499
- },
1500
- "MotionBox": {
1501
- "position": [
1502
- "relative"
1503
- ],
1504
- "borderRadius": [
1505
- "full"
1506
- ],
1507
- "alignItems": [
1508
- "center"
1509
- ],
1510
- "justifyContent": [
1511
- "center"
1512
- ],
1513
- "flex": [
1514
- "none"
1515
- ]
1516
- }
1517
- },
1518
- "propToVariantKeys": {
1519
- "size": [
1520
- "radioSizeRoot",
1521
- "radioSizeRadio"
1522
- ],
1523
- "variant": [
1524
- "radioVariantRoot",
1525
- "radioVariantRadio",
1526
- "radioVariantRadioCircle"
1527
- ],
1528
- "reduceMotion": [
1529
- "reducedMotion"
1530
- ]
1531
- },
1532
- "runtimeConfigDefaultProps": {},
1533
- "runtimeConfigGetStyles": {},
1534
- "runtimeConfigInternalComponentProps": {},
1535
- "motionVarPrefixes": [
1536
- "--uds-motion-subtle-3-",
1537
- "--uds-motion-smooth-3-"
1538
- ]
1539
- },
1540
1387
  "ManagedModal": {
1541
1388
  "name": "ManagedModal",
1542
1389
  "defaultProps": {},
@@ -1809,69 +1656,222 @@
1809
1656
  ],
1810
1657
  "internalComponentProps": {
1811
1658
  "Box": {
1812
- "flexGrow": [
1813
- "1"
1659
+ "flexGrow": [
1660
+ "1"
1661
+ ]
1662
+ }
1663
+ },
1664
+ "propToVariantKeys": {
1665
+ "gutter": [
1666
+ "spacing"
1667
+ ],
1668
+ "size": [
1669
+ "modalSizeRoot",
1670
+ "modalSizeSpacingHorizontal",
1671
+ "modalSizeHeader",
1672
+ "modalSizeTitleDescriptionWrapper",
1673
+ "modalSizeCloseIconContainer",
1674
+ "modalSizeCloseIcon"
1675
+ ],
1676
+ "variant": [
1677
+ "modalVariantRoot",
1678
+ "modalVariantCloseIcon"
1679
+ ],
1680
+ "closeAriaLabel": [
1681
+ "aria-label"
1682
+ ],
1683
+ "closeIcon": [
1684
+ "icon"
1685
+ ]
1686
+ },
1687
+ "runtimeConfigDefaultProps": {
1688
+ "size": "modal.defaultSize",
1689
+ "variant": "modal.defaultVariant"
1690
+ },
1691
+ "runtimeConfigGetStyles": {
1692
+ "spacing": [
1693
+ "modal.gutter.${size}"
1694
+ ],
1695
+ "modalSizeRoot": [
1696
+ "modal.defaultSize"
1697
+ ],
1698
+ "modalVariantRoot": [
1699
+ "modal.defaultVariant"
1700
+ ],
1701
+ "modalSizeSpacingHorizontal": [
1702
+ "modal.defaultSize"
1703
+ ],
1704
+ "modalSizeHeader": [
1705
+ "modal.defaultSize"
1706
+ ],
1707
+ "modalSizeTitleDescriptionWrapper": [
1708
+ "modal.defaultSize"
1709
+ ],
1710
+ "modalSizeCloseIconContainer": [
1711
+ "modal.defaultSize"
1712
+ ],
1713
+ "modalSizeCloseIcon": [
1714
+ "modal.defaultSize"
1715
+ ],
1716
+ "modalVariantCloseIcon": [
1717
+ "modal.defaultVariant"
1718
+ ]
1719
+ },
1720
+ "runtimeConfigInternalComponentProps": {},
1721
+ "motionVarPrefixes": []
1722
+ },
1723
+ "RadioGroupStore": {
1724
+ "name": "RadioGroupStore",
1725
+ "defaultProps": {},
1726
+ "getStylesLiterals": {},
1727
+ "cxLiterals": [],
1728
+ "internalComponents": [],
1729
+ "internalComponentProps": {},
1730
+ "propToVariantKeys": {},
1731
+ "runtimeConfigDefaultProps": {},
1732
+ "runtimeConfigGetStyles": {},
1733
+ "runtimeConfigInternalComponentProps": {},
1734
+ "motionVarPrefixes": []
1735
+ },
1736
+ "RadioGroupProvider": {
1737
+ "name": "RadioGroupProvider",
1738
+ "defaultProps": {},
1739
+ "getStylesLiterals": {},
1740
+ "cxLiterals": [],
1741
+ "internalComponents": [
1742
+ "DivProps",
1743
+ "Comp",
1744
+ "RadioGroupContext.Provider"
1745
+ ],
1746
+ "internalComponentProps": {
1747
+ "Comp": {
1748
+ "role": [
1749
+ "radiogroup"
1750
+ ]
1751
+ }
1752
+ },
1753
+ "propToVariantKeys": {},
1754
+ "runtimeConfigDefaultProps": {},
1755
+ "runtimeConfigGetStyles": {},
1756
+ "runtimeConfigInternalComponentProps": {},
1757
+ "motionVarPrefixes": []
1758
+ },
1759
+ "Radio": {
1760
+ "name": "Radio",
1761
+ "defaultProps": {
1762
+ "labelPosition": "start",
1763
+ "variant": "primary",
1764
+ "size": "md",
1765
+ "value": ""
1766
+ },
1767
+ "getStylesLiterals": {
1768
+ "radioVariantValueRoot": "checked",
1769
+ "radioVariantValueRoot:1": "unchecked",
1770
+ "display": "flex",
1771
+ "flexDirection": "row",
1772
+ "flexDirection:1": "row-reverse",
1773
+ "alignItems": "center",
1774
+ "radioVariantValueRadio": "checked",
1775
+ "radioVariantValueRadio:1": "unchecked",
1776
+ "radioVariantValueRadioCircle": "checked",
1777
+ "radioVariantValueRadioCircle:1": "unchecked"
1778
+ },
1779
+ "cxLiterals": [
1780
+ "cursor-pointer",
1781
+ "cursor-default",
1782
+ "opacity-50",
1783
+ "border",
1784
+ "uds-ring",
1785
+ "uds-ring-within",
1786
+ "transition-[background-color,border-color]",
1787
+ "transition-shadow",
1788
+ "pointer-events-none",
1789
+ "w-[8px]",
1790
+ "h-[8px]",
1791
+ "opacity-55",
1792
+ "opacity-100",
1793
+ "opacity-0",
1794
+ "transition-opacity",
1795
+ "cursor-[inherit]",
1796
+ "absolute",
1797
+ "top-1/2",
1798
+ "left-1/2",
1799
+ "w-[calc(100%+2px)]",
1800
+ "h-[calc(100%+2px)]",
1801
+ "transform",
1802
+ "translate-x-[-50%]",
1803
+ "translate-y-[-50%]",
1804
+ "text-start",
1805
+ "text-end"
1806
+ ],
1807
+ "internalComponents": [
1808
+ "Box",
1809
+ "FormLabel",
1810
+ "SpringMotionConfig",
1811
+ "RootElement",
1812
+ "MotionBox"
1813
+ ],
1814
+ "internalComponentProps": {
1815
+ "Box": {
1816
+ "borderRadius": [
1817
+ "full"
1818
+ ]
1819
+ },
1820
+ "FormLabel": {
1821
+ "as": [
1822
+ "div"
1823
+ ],
1824
+ "variant": [
1825
+ "inherit"
1826
+ ],
1827
+ "color": [
1828
+ "inherit"
1829
+ ]
1830
+ },
1831
+ "RootElement": {
1832
+ "data-testid": [
1833
+ "container"
1834
+ ]
1835
+ },
1836
+ "MotionBox": {
1837
+ "position": [
1838
+ "relative"
1839
+ ],
1840
+ "borderRadius": [
1841
+ "full"
1842
+ ],
1843
+ "alignItems": [
1844
+ "center"
1845
+ ],
1846
+ "justifyContent": [
1847
+ "center"
1848
+ ],
1849
+ "flex": [
1850
+ "none"
1814
1851
  ]
1815
1852
  }
1816
1853
  },
1817
1854
  "propToVariantKeys": {
1818
- "gutter": [
1819
- "spacing"
1820
- ],
1821
1855
  "size": [
1822
- "modalSizeRoot",
1823
- "modalSizeSpacingHorizontal",
1824
- "modalSizeHeader",
1825
- "modalSizeTitleDescriptionWrapper",
1826
- "modalSizeCloseIconContainer",
1827
- "modalSizeCloseIcon"
1856
+ "radioSizeRoot",
1857
+ "radioSizeRadio"
1828
1858
  ],
1829
1859
  "variant": [
1830
- "modalVariantRoot",
1831
- "modalVariantCloseIcon"
1832
- ],
1833
- "closeAriaLabel": [
1834
- "aria-label"
1835
- ],
1836
- "closeIcon": [
1837
- "icon"
1838
- ]
1839
- },
1840
- "runtimeConfigDefaultProps": {
1841
- "size": "modal.defaultSize",
1842
- "variant": "modal.defaultVariant"
1843
- },
1844
- "runtimeConfigGetStyles": {
1845
- "spacing": [
1846
- "modal.gutter.${size}"
1847
- ],
1848
- "modalSizeRoot": [
1849
- "modal.defaultSize"
1850
- ],
1851
- "modalVariantRoot": [
1852
- "modal.defaultVariant"
1853
- ],
1854
- "modalSizeSpacingHorizontal": [
1855
- "modal.defaultSize"
1856
- ],
1857
- "modalSizeHeader": [
1858
- "modal.defaultSize"
1859
- ],
1860
- "modalSizeTitleDescriptionWrapper": [
1861
- "modal.defaultSize"
1862
- ],
1863
- "modalSizeCloseIconContainer": [
1864
- "modal.defaultSize"
1865
- ],
1866
- "modalSizeCloseIcon": [
1867
- "modal.defaultSize"
1860
+ "radioVariantRoot",
1861
+ "radioVariantRadio",
1862
+ "radioVariantRadioCircle"
1868
1863
  ],
1869
- "modalVariantCloseIcon": [
1870
- "modal.defaultVariant"
1864
+ "reduceMotion": [
1865
+ "reducedMotion"
1871
1866
  ]
1872
1867
  },
1868
+ "runtimeConfigDefaultProps": {},
1869
+ "runtimeConfigGetStyles": {},
1873
1870
  "runtimeConfigInternalComponentProps": {},
1874
- "motionVarPrefixes": []
1871
+ "motionVarPrefixes": [
1872
+ "--uds-motion-subtle-3-",
1873
+ "--uds-motion-smooth-3-"
1874
+ ]
1875
1875
  },
1876
1876
  "PaginationEllipsis": {
1877
1877
  "name": "PaginationEllipsis",
@@ -3890,41 +3890,205 @@
3890
3890
  ],
3891
3891
  "internalComponents": [
3892
3892
  "IconSlot",
3893
- "TooltipArrow",
3894
- "Tooltip",
3895
- "SvgFloatingOverlay",
3896
- "VStack",
3897
- "Box",
3893
+ "TooltipArrow",
3894
+ "Tooltip",
3895
+ "SvgFloatingOverlay",
3896
+ "VStack",
3897
+ "Box",
3898
+ "Text"
3899
+ ],
3900
+ "internalComponentProps": {
3901
+ "SvgFloatingOverlay": {
3902
+ "contentOverflow": [
3903
+ "visible"
3904
+ ]
3905
+ },
3906
+ "VStack": {
3907
+ "className": [
3908
+ "gap-[inherit]"
3909
+ ]
3910
+ },
3911
+ "Box": {
3912
+ "alignItems": [
3913
+ "center"
3914
+ ],
3915
+ "columnGap": [
3916
+ "1",
3917
+ "1.5"
3918
+ ]
3919
+ },
3920
+ "Text": {
3921
+ "color": [
3922
+ "inherit"
3923
+ ]
3924
+ }
3925
+ },
3926
+ "propToVariantKeys": {
3927
+ "startTitleIcon": [
3928
+ "icon"
3929
+ ]
3930
+ },
3931
+ "runtimeConfigDefaultProps": {},
3932
+ "runtimeConfigGetStyles": {},
3933
+ "runtimeConfigInternalComponentProps": {},
3934
+ "motionVarPrefixes": []
3935
+ },
3936
+ "TabList": {
3937
+ "name": "TabList",
3938
+ "defaultProps": {
3939
+ "variant": "primary"
3940
+ },
3941
+ "getStylesLiterals": {
3942
+ "tabSizeRoot": "default",
3943
+ "tabVariantActiveRoot": "on"
3944
+ },
3945
+ "cxLiterals": [
3946
+ "pointer-events-none",
3947
+ "absolute",
3948
+ "bottom-0",
3949
+ "left-0",
3950
+ "right-0",
3951
+ "h-[var(--uds-tab-underline-width,0px)]",
3952
+ "bg-[var(--uds-tab-underline-color,transparent)]",
3953
+ "transition-[height,background-color]",
3954
+ "duration-[240ms]",
3955
+ "ease-[cubic-bezier(0.2,0,0,1)]",
3956
+ "!m-0",
3957
+ "!p-0",
3958
+ "!gap-0",
3959
+ "box-border",
3960
+ "z-0",
3961
+ "min-w-0",
3962
+ "min-h-0",
3963
+ "flex",
3964
+ "flex-row",
3965
+ "items-center",
3966
+ "overflow-x-auto",
3967
+ "overflow-y-clip",
3968
+ "scrollbar-none",
3969
+ "[overflow-clip-margin:6px]",
3970
+ "overflow-clip",
3971
+ "[overflow-clip-margin:8px]",
3972
+ "relative",
3973
+ "left",
3974
+ "240ms",
3975
+ "cubic-bezier(0.2,",
3976
+ "0,",
3977
+ "1),",
3978
+ "top",
3979
+ "width",
3980
+ "height",
3981
+ "1)",
3982
+ "--uds-tab-underline-color",
3983
+ "--uds-tab-underline-width"
3984
+ ],
3985
+ "internalComponents": [
3986
+ "AriakitTabList"
3987
+ ],
3988
+ "internalComponentProps": {},
3989
+ "propToVariantKeys": {
3990
+ "variant": [
3991
+ "tabsVariantRoot",
3992
+ "tabVariantRoot"
3993
+ ]
3994
+ },
3995
+ "runtimeConfigDefaultProps": {},
3996
+ "runtimeConfigGetStyles": {},
3997
+ "runtimeConfigInternalComponentProps": {},
3998
+ "motionVarPrefixes": []
3999
+ },
4000
+ "Tabs": {
4001
+ "name": "Tabs",
4002
+ "defaultProps": {
4003
+ "variant": "primary"
4004
+ },
4005
+ "getStylesLiterals": {},
4006
+ "cxLiterals": [],
4007
+ "internalComponents": [
4008
+ "TabsContext.Provider",
4009
+ "TabProvider"
4010
+ ],
4011
+ "internalComponentProps": {},
4012
+ "propToVariantKeys": {
4013
+ "onSelectionChange": [
4014
+ "setSelectedId"
4015
+ ]
4016
+ },
4017
+ "runtimeConfigDefaultProps": {},
4018
+ "runtimeConfigGetStyles": {},
4019
+ "runtimeConfigInternalComponentProps": {},
4020
+ "motionVarPrefixes": []
4021
+ },
4022
+ "Tab": {
4023
+ "name": "Tab",
4024
+ "defaultProps": {
4025
+ "variant": "primary"
4026
+ },
4027
+ "getStylesLiterals": {
4028
+ "tabSizeRoot": "default",
4029
+ "tabVariantActiveRoot": "off",
4030
+ "tabVariantActiveRoot:1": "on",
4031
+ "tabSizeIcon": "default"
4032
+ },
4033
+ "cxLiterals": [
4034
+ "pointer-events-none",
4035
+ "absolute",
4036
+ "bottom-0",
4037
+ "left-0",
4038
+ "right-0",
4039
+ "h-[var(--uds-tab-underline-width,0px)]",
4040
+ "bg-[var(--uds-tab-underline-color,transparent)]",
4041
+ "transition-[height,background-color]",
4042
+ "duration-[240ms]",
4043
+ "ease-[cubic-bezier(0.2,0,0,1)]",
4044
+ "!bg-transparent",
4045
+ "!shadow-none",
4046
+ "inline-flex",
4047
+ "items-center",
4048
+ "shrink-0",
4049
+ "box-border",
4050
+ "relative",
4051
+ "z-[1]",
4052
+ "cursor-pointer",
4053
+ "select-none",
4054
+ "whitespace-nowrap",
4055
+ "uds-ring",
4056
+ "opacity-50",
4057
+ "cursor-default",
4058
+ "border-solid",
4059
+ "border-b-solid",
4060
+ "transition-colors"
4061
+ ],
4062
+ "internalComponents": [
4063
+ "IconSlot",
4064
+ "AriakitTab",
3898
4065
  "Text"
3899
4066
  ],
3900
4067
  "internalComponentProps": {
3901
- "SvgFloatingOverlay": {
3902
- "contentOverflow": [
3903
- "visible"
3904
- ]
3905
- },
3906
- "VStack": {
3907
- "className": [
3908
- "gap-[inherit]"
3909
- ]
3910
- },
3911
- "Box": {
3912
- "alignItems": [
3913
- "center"
3914
- ],
3915
- "columnGap": [
3916
- "1",
3917
- "1.5"
3918
- ]
3919
- },
3920
4068
  "Text": {
3921
- "color": [
4069
+ "variant": [
3922
4070
  "inherit"
4071
+ ],
4072
+ "as": [
4073
+ "span"
4074
+ ],
4075
+ "color": [
4076
+ "current"
3923
4077
  ]
3924
4078
  }
3925
4079
  },
3926
4080
  "propToVariantKeys": {
3927
- "startTitleIcon": [
4081
+ "variant": [
4082
+ "tabVariantRoot",
4083
+ "tabVariantIcon"
4084
+ ],
4085
+ "activeState": [
4086
+ "tabVariantActiveIcon"
4087
+ ],
4088
+ "startIcon": [
4089
+ "icon"
4090
+ ],
4091
+ "endIcon": [
3928
4092
  "icon"
3929
4093
  ]
3930
4094
  },
@@ -3933,6 +4097,21 @@
3933
4097
  "runtimeConfigInternalComponentProps": {},
3934
4098
  "motionVarPrefixes": []
3935
4099
  },
4100
+ "TabPanel": {
4101
+ "name": "TabPanel",
4102
+ "defaultProps": {},
4103
+ "getStylesLiterals": {},
4104
+ "cxLiterals": [],
4105
+ "internalComponents": [
4106
+ "AriakitTabPanel"
4107
+ ],
4108
+ "internalComponentProps": {},
4109
+ "propToVariantKeys": {},
4110
+ "runtimeConfigDefaultProps": {},
4111
+ "runtimeConfigGetStyles": {},
4112
+ "runtimeConfigInternalComponentProps": {},
4113
+ "motionVarPrefixes": []
4114
+ },
3936
4115
  "Accordion": {
3937
4116
  "name": "Accordion",
3938
4117
  "defaultProps": {
@@ -4251,184 +4430,5 @@
4251
4430
  "runtimeConfigGetStyles": {},
4252
4431
  "runtimeConfigInternalComponentProps": {},
4253
4432
  "motionVarPrefixes": []
4254
- },
4255
- "TabList": {
4256
- "name": "TabList",
4257
- "defaultProps": {
4258
- "variant": "primary"
4259
- },
4260
- "getStylesLiterals": {
4261
- "tabSizeRoot": "default",
4262
- "tabVariantActiveRoot": "on"
4263
- },
4264
- "cxLiterals": [
4265
- "pointer-events-none",
4266
- "absolute",
4267
- "bottom-0",
4268
- "left-0",
4269
- "right-0",
4270
- "h-[var(--uds-tab-underline-width,0px)]",
4271
- "bg-[var(--uds-tab-underline-color,transparent)]",
4272
- "transition-[height,background-color]",
4273
- "duration-[240ms]",
4274
- "ease-[cubic-bezier(0.2,0,0,1)]",
4275
- "!m-0",
4276
- "!p-0",
4277
- "!gap-0",
4278
- "box-border",
4279
- "z-0",
4280
- "min-w-0",
4281
- "min-h-0",
4282
- "flex",
4283
- "flex-row",
4284
- "items-center",
4285
- "overflow-x-auto",
4286
- "overflow-y-clip",
4287
- "scrollbar-none",
4288
- "[overflow-clip-margin:6px]",
4289
- "overflow-clip",
4290
- "[overflow-clip-margin:8px]",
4291
- "relative",
4292
- "left",
4293
- "240ms",
4294
- "cubic-bezier(0.2,",
4295
- "0,",
4296
- "1),",
4297
- "top",
4298
- "width",
4299
- "height",
4300
- "1)",
4301
- "--uds-tab-underline-color",
4302
- "--uds-tab-underline-width"
4303
- ],
4304
- "internalComponents": [
4305
- "AriakitTabList"
4306
- ],
4307
- "internalComponentProps": {},
4308
- "propToVariantKeys": {
4309
- "variant": [
4310
- "tabsVariantRoot",
4311
- "tabVariantRoot"
4312
- ]
4313
- },
4314
- "runtimeConfigDefaultProps": {},
4315
- "runtimeConfigGetStyles": {},
4316
- "runtimeConfigInternalComponentProps": {},
4317
- "motionVarPrefixes": []
4318
- },
4319
- "Tabs": {
4320
- "name": "Tabs",
4321
- "defaultProps": {
4322
- "variant": "primary"
4323
- },
4324
- "getStylesLiterals": {},
4325
- "cxLiterals": [],
4326
- "internalComponents": [
4327
- "TabsContext.Provider",
4328
- "TabProvider"
4329
- ],
4330
- "internalComponentProps": {},
4331
- "propToVariantKeys": {
4332
- "onSelectionChange": [
4333
- "setSelectedId"
4334
- ]
4335
- },
4336
- "runtimeConfigDefaultProps": {},
4337
- "runtimeConfigGetStyles": {},
4338
- "runtimeConfigInternalComponentProps": {},
4339
- "motionVarPrefixes": []
4340
- },
4341
- "Tab": {
4342
- "name": "Tab",
4343
- "defaultProps": {
4344
- "variant": "primary"
4345
- },
4346
- "getStylesLiterals": {
4347
- "tabSizeRoot": "default",
4348
- "tabVariantActiveRoot": "off",
4349
- "tabVariantActiveRoot:1": "on",
4350
- "tabSizeIcon": "default"
4351
- },
4352
- "cxLiterals": [
4353
- "pointer-events-none",
4354
- "absolute",
4355
- "bottom-0",
4356
- "left-0",
4357
- "right-0",
4358
- "h-[var(--uds-tab-underline-width,0px)]",
4359
- "bg-[var(--uds-tab-underline-color,transparent)]",
4360
- "transition-[height,background-color]",
4361
- "duration-[240ms]",
4362
- "ease-[cubic-bezier(0.2,0,0,1)]",
4363
- "!bg-transparent",
4364
- "!shadow-none",
4365
- "inline-flex",
4366
- "items-center",
4367
- "shrink-0",
4368
- "box-border",
4369
- "relative",
4370
- "z-[1]",
4371
- "cursor-pointer",
4372
- "select-none",
4373
- "whitespace-nowrap",
4374
- "uds-ring",
4375
- "opacity-50",
4376
- "cursor-default",
4377
- "border-solid",
4378
- "border-b-solid",
4379
- "transition-colors"
4380
- ],
4381
- "internalComponents": [
4382
- "IconSlot",
4383
- "AriakitTab",
4384
- "Text"
4385
- ],
4386
- "internalComponentProps": {
4387
- "Text": {
4388
- "variant": [
4389
- "inherit"
4390
- ],
4391
- "as": [
4392
- "span"
4393
- ],
4394
- "color": [
4395
- "current"
4396
- ]
4397
- }
4398
- },
4399
- "propToVariantKeys": {
4400
- "variant": [
4401
- "tabVariantRoot",
4402
- "tabVariantIcon"
4403
- ],
4404
- "activeState": [
4405
- "tabVariantActiveIcon"
4406
- ],
4407
- "startIcon": [
4408
- "icon"
4409
- ],
4410
- "endIcon": [
4411
- "icon"
4412
- ]
4413
- },
4414
- "runtimeConfigDefaultProps": {},
4415
- "runtimeConfigGetStyles": {},
4416
- "runtimeConfigInternalComponentProps": {},
4417
- "motionVarPrefixes": []
4418
- },
4419
- "TabPanel": {
4420
- "name": "TabPanel",
4421
- "defaultProps": {},
4422
- "getStylesLiterals": {},
4423
- "cxLiterals": [],
4424
- "internalComponents": [
4425
- "AriakitTabPanel"
4426
- ],
4427
- "internalComponentProps": {},
4428
- "propToVariantKeys": {},
4429
- "runtimeConfigDefaultProps": {},
4430
- "runtimeConfigGetStyles": {},
4431
- "runtimeConfigInternalComponentProps": {},
4432
- "motionVarPrefixes": []
4433
4433
  }
4434
4434
  }