@yahoo/uds 3.133.3 → 3.134.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 (163) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +14 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +14 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +14 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +14 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +288 -2
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +288 -2
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +119 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +119 -0
  13. package/dist/automated-config/dist/properties.cjs +15 -1
  14. package/dist/automated-config/dist/properties.d.cts +4 -0
  15. package/dist/automated-config/dist/properties.d.ts +4 -0
  16. package/dist/automated-config/dist/properties.js +15 -1
  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/cli/commands/sync.cjs +4 -0
  20. package/dist/cli/commands/sync.js +4 -0
  21. package/dist/components/client/Modal/Modal.cjs +193 -0
  22. package/dist/components/client/Modal/Modal.d.cts +51 -0
  23. package/dist/components/client/Modal/Modal.d.ts +52 -0
  24. package/dist/components/client/Modal/Modal.js +191 -0
  25. package/dist/components/client/Modal/ModalActions.cjs +54 -0
  26. package/dist/components/client/Modal/ModalActions.d.cts +27 -0
  27. package/dist/components/client/Modal/ModalActions.d.ts +28 -0
  28. package/dist/components/client/Modal/ModalActions.js +52 -0
  29. package/dist/components/client/Modal/ModalContent.cjs +37 -0
  30. package/dist/components/client/Modal/ModalContent.d.cts +24 -0
  31. package/dist/components/client/Modal/ModalContent.d.ts +25 -0
  32. package/dist/components/client/Modal/ModalContent.js +35 -0
  33. package/dist/components/client/Modal/ModalContext.cjs +15 -0
  34. package/dist/components/client/Modal/ModalContext.d.cts +13 -0
  35. package/dist/components/client/Modal/ModalContext.d.ts +14 -0
  36. package/dist/components/client/Modal/ModalContext.js +12 -0
  37. package/dist/components/client/Modal/ModalDescription.cjs +29 -0
  38. package/dist/components/client/Modal/ModalDescription.d.cts +23 -0
  39. package/dist/components/client/Modal/ModalDescription.d.ts +24 -0
  40. package/dist/components/client/Modal/ModalDescription.js +27 -0
  41. package/dist/components/client/Modal/ModalTitle.cjs +29 -0
  42. package/dist/components/client/Modal/ModalTitle.d.cts +23 -0
  43. package/dist/components/client/Modal/ModalTitle.d.ts +24 -0
  44. package/dist/components/client/Modal/ModalTitle.js +27 -0
  45. package/dist/components/client/Modal/UDSModalConfigProvider.cjs +42 -0
  46. package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +35 -0
  47. package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +36 -0
  48. package/dist/components/client/Modal/UDSModalConfigProvider.js +39 -0
  49. package/dist/components/client/Modal/index.cjs +16 -0
  50. package/dist/components/client/Modal/index.d.cts +8 -0
  51. package/dist/components/client/Modal/index.d.ts +9 -0
  52. package/dist/components/client/Modal/index.js +9 -0
  53. package/dist/components/client/Modal/useScrollFade.cjs +38 -0
  54. package/dist/components/client/Modal/useScrollFade.d.cts +13 -0
  55. package/dist/components/client/Modal/useScrollFade.d.ts +14 -0
  56. package/dist/components/client/Modal/useScrollFade.js +36 -0
  57. package/dist/components/client/Modal/utils.cjs +32 -0
  58. package/dist/components/client/Modal/utils.d.cts +13 -0
  59. package/dist/components/client/Modal/utils.d.ts +14 -0
  60. package/dist/components/client/Modal/utils.js +30 -0
  61. package/dist/components/client/Popover/index.d.cts +1 -1
  62. package/dist/components/client/Popover/index.d.ts +1 -1
  63. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
  64. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
  65. package/dist/components/client/index.cjs +13 -0
  66. package/dist/components/client/index.d.cts +8 -2
  67. package/dist/components/client/index.d.ts +8 -2
  68. package/dist/components/client/index.js +7 -1
  69. package/dist/components/client/providers/UDSConfigProvider.cjs +6 -2
  70. package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -1
  71. package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -1
  72. package/dist/components/client/providers/UDSConfigProvider.js +6 -2
  73. package/dist/components/experimental/client/index.cjs +0 -5
  74. package/dist/components/experimental/client/index.d.cts +1 -2
  75. package/dist/components/experimental/client/index.d.ts +1 -2
  76. package/dist/components/experimental/client/index.js +1 -2
  77. package/dist/components/experimental/index.cjs +1 -10
  78. package/dist/components/experimental/index.d.cts +1 -2
  79. package/dist/components/experimental/index.d.ts +1 -2
  80. package/dist/components/experimental/index.js +2 -7
  81. package/dist/components/index.cjs +20 -0
  82. package/dist/components/index.d.cts +8 -2
  83. package/dist/components/index.d.ts +8 -2
  84. package/dist/components/index.js +14 -1
  85. package/dist/config/dist/index.cjs +129 -4
  86. package/dist/config/dist/index.js +129 -4
  87. package/dist/index.cjs +16 -0
  88. package/dist/index.d.cts +11 -4
  89. package/dist/index.d.ts +11 -4
  90. package/dist/index.js +9 -2
  91. package/dist/runtime/index.cjs +2 -0
  92. package/dist/runtime/index.d.cts +2 -1
  93. package/dist/runtime/index.d.ts +2 -1
  94. package/dist/runtime/index.js +2 -1
  95. package/dist/runtime/modalConfig.cjs +22 -0
  96. package/dist/runtime/modalConfig.d.cts +22 -0
  97. package/dist/runtime/modalConfig.d.ts +22 -0
  98. package/dist/runtime/modalConfig.js +21 -0
  99. package/dist/runtime/udsConfig.cjs +4 -2
  100. package/dist/runtime/udsConfig.d.cts +2 -0
  101. package/dist/runtime/udsConfig.d.ts +2 -0
  102. package/dist/runtime/udsConfig.js +4 -2
  103. package/dist/styles/styler.d.cts +35 -21
  104. package/dist/styles/styler.d.ts +35 -21
  105. package/dist/styles/variants.d.cts +42 -0
  106. package/dist/styles/variants.d.ts +42 -0
  107. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +14 -0
  108. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +14 -0
  109. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  110. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
  111. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
  112. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  113. package/dist/tailwind/dist/automated-config/dist/properties.cjs +15 -1
  114. package/dist/tailwind/dist/automated-config/dist/properties.js +15 -1
  115. package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
  116. package/dist/tailwind/dist/config/dist/index.cjs +129 -4
  117. package/dist/tailwind/dist/config/dist/index.js +129 -4
  118. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  119. package/dist/tailwind/dist/css/utils.cjs +8 -0
  120. package/dist/tailwind/dist/css/utils.js +8 -0
  121. package/dist/tailwind/dist/css/utils.js.map +1 -1
  122. package/dist/tailwind/dist/runtimeConfig/hookMetadata.cjs +34 -0
  123. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js +34 -0
  124. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
  125. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +3 -0
  126. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +3 -0
  127. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
  128. package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
  129. package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
  130. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  131. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  132. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  133. package/dist/tokens/automation/configs/index.cjs +1 -0
  134. package/dist/tokens/automation/configs/index.d.cts +2 -2
  135. package/dist/tokens/automation/configs/index.d.ts +2 -2
  136. package/dist/tokens/automation/configs/index.js +2 -2
  137. package/dist/tokens/automation/index.cjs +1 -0
  138. package/dist/tokens/automation/index.d.cts +2 -2
  139. package/dist/tokens/automation/index.d.ts +2 -2
  140. package/dist/tokens/automation/index.js +2 -2
  141. package/dist/tokens/index.cjs +1 -0
  142. package/dist/tokens/index.d.cts +3 -3
  143. package/dist/tokens/index.d.ts +3 -3
  144. package/dist/tokens/index.js +2 -2
  145. package/dist/tokens/types.d.cts +2 -2
  146. package/dist/tokens/types.d.ts +2 -2
  147. package/dist/types/dist/index.d.cts +68 -2
  148. package/dist/types/dist/index.d.ts +68 -2
  149. package/dist/uds/generated/componentData.cjs +717 -526
  150. package/dist/uds/generated/componentData.js +580 -425
  151. package/dist/uds/generated/tailwindPurge.cjs +137 -96
  152. package/dist/uds/generated/tailwindPurge.js +137 -96
  153. package/dist/utils/exposeAriakitScrollbarWidth.cjs +17 -0
  154. package/dist/utils/exposeAriakitScrollbarWidth.d.cts +13 -0
  155. package/dist/utils/exposeAriakitScrollbarWidth.d.ts +13 -0
  156. package/dist/utils/exposeAriakitScrollbarWidth.js +16 -0
  157. package/generated/componentData.json +876 -665
  158. package/generated/tailwindPurge.ts +4 -4
  159. package/package.json +1 -1
  160. package/dist/components/experimental/client/Modal.cjs +0 -60
  161. package/dist/components/experimental/client/Modal.d.cts +0 -27
  162. package/dist/components/experimental/client/Modal.d.ts +0 -28
  163. package/dist/components/experimental/client/Modal.js +0 -55
@@ -890,65 +890,6 @@ var AvoidMotionLibraryProvider = {
890
890
  "runtimeConfigInternalComponentProps": {},
891
891
  "motionVarPrefixes": []
892
892
  };
893
- var Modal = {
894
- "name": "Modal",
895
- "defaultProps": {},
896
- "getStylesLiterals": {},
897
- "cxLiterals": [
898
- "inset-8",
899
- "top-[250px]",
900
- "z-50",
901
- "mx-auto",
902
- "h-fit",
903
- "w-[600px]",
904
- "origin-center",
905
- "scale-95",
906
- "opacity-0",
907
- "transition",
908
- "duration-150",
909
- "data-[enter]:scale-100",
910
- "data-[enter]:opacity-100",
911
- "data-[enter]:bg-primary",
912
- "backdrop-blur-0",
913
- "data-[enter]:opacity-60",
914
- "data-[enter]:backdrop-blur-sm"
915
- ],
916
- "internalComponents": [
917
- "IconButton",
918
- "Dialog",
919
- "HStack",
920
- "Text",
921
- "VStack"
922
- ],
923
- "internalComponentProps": {
924
- "IconButton": {
925
- "aria-label": ["Close"],
926
- "size": ["sm"],
927
- "variant": ["tertiary"]
928
- },
929
- "HStack": {
930
- "alignItems": ["center"],
931
- "justifyContent": ["space-between"]
932
- },
933
- "Text": {
934
- "variant": ["headline1"],
935
- "color": ["primary"]
936
- },
937
- "VStack": {
938
- "borderRadius": ["md"],
939
- "position": ["fixed"],
940
- "backgroundColor": ["primary"],
941
- "dropShadow": ["md"],
942
- "spacing": ["8"],
943
- "overflow": ["hidden"]
944
- }
945
- },
946
- "propToVariantKeys": { "handleClose": ["onClick"] },
947
- "runtimeConfigDefaultProps": {},
948
- "runtimeConfigGetStyles": {},
949
- "runtimeConfigInternalComponentProps": {},
950
- "motionVarPrefixes": []
951
- };
952
893
  var SegmentedControl = {
953
894
  "name": "SegmentedControl",
954
895
  "defaultProps": { "textVariant": "label2" },
@@ -1207,136 +1148,6 @@ var AvatarText = {
1207
1148
  "runtimeConfigInternalComponentProps": {},
1208
1149
  "motionVarPrefixes": []
1209
1150
  };
1210
- var Input = {
1211
- "name": "Input",
1212
- "defaultProps": {
1213
- "type": "text",
1214
- "size": "md",
1215
- "width": "full"
1216
- },
1217
- "getStylesLiterals": {
1218
- "inputVariantRoot": "default",
1219
- "inputVariantValueRoot": "empty",
1220
- "inputVariantValueRoot:1": "filled",
1221
- "inputVariantInputWrapper": "default",
1222
- "inputVariantValueInputWrapper": "empty",
1223
- "inputVariantValueInputWrapper:1": "filled",
1224
- "inputVariantInput": "default",
1225
- "inputVariantValueInput": "empty",
1226
- "inputVariantValueInput:1": "filled",
1227
- "inputVariantInputPlaceholder": "default",
1228
- "inputVariantValueInputPlaceholder": "empty",
1229
- "inputVariantValueInputPlaceholder:1": "filled",
1230
- "inputVariantLabel": "default",
1231
- "inputVariantValueLabel": "empty",
1232
- "inputVariantValueLabel:1": "filled",
1233
- "inputVariantLabelRequired": "default",
1234
- "inputVariantValueLabelRequired": "empty",
1235
- "inputVariantValueLabelRequired:1": "filled",
1236
- "inputVariantStartIcon": "default",
1237
- "inputVariantValueStartIcon": "empty",
1238
- "inputVariantValueStartIcon:1": "filled",
1239
- "inputVariantEndIcon": "default",
1240
- "inputVariantValueEndIcon": "empty",
1241
- "inputVariantValueEndIcon:1": "filled"
1242
- },
1243
- "cxLiterals": [
1244
- "opacity-50",
1245
- "min-w-[200px]",
1246
- "grow",
1247
- "uds-hit-target",
1248
- "bg-clip-text",
1249
- "focus:outline-none",
1250
- "cursor-text",
1251
- "cursor-not-allowed"
1252
- ],
1253
- "internalComponents": [
1254
- "IconSlot",
1255
- "StartIcon",
1256
- "EndIcon",
1257
- "HelpTextContent",
1258
- "Box",
1259
- "InputHelpTextInternal",
1260
- "VStack",
1261
- "HStack",
1262
- "AnimateHeightChange"
1263
- ],
1264
- "internalComponentProps": {
1265
- "HelpTextContent": { "spacingTop": ["2"] },
1266
- "Box": {
1267
- "spacingBottom": ["2"],
1268
- "columnGap": ["0.5"],
1269
- "alignItems": ["flex-end", "center"],
1270
- "position": ["relative"]
1271
- },
1272
- "HStack": {
1273
- "alignItems": ["center"],
1274
- "gap": ["1"]
1275
- }
1276
- },
1277
- "propToVariantKeys": {
1278
- "size": [
1279
- "inputSizeRoot",
1280
- "inputSizeInputWrapper",
1281
- "inputSizeInput",
1282
- "inputSizeLabel",
1283
- "inputSizeStartIcon",
1284
- "inputSizeEndIcon"
1285
- ],
1286
- "startIcon": ["icon"],
1287
- "endIcon": ["icon"],
1288
- "slotProps": ["helperTextSlotProps"],
1289
- "helperTextIcon": ["startIcon"]
1290
- },
1291
- "runtimeConfigDefaultProps": {},
1292
- "runtimeConfigGetStyles": {},
1293
- "runtimeConfigInternalComponentProps": {},
1294
- "motionVarPrefixes": []
1295
- };
1296
- var InputHelpText = {
1297
- "name": "InputHelpText",
1298
- "defaultProps": { "size": "md" },
1299
- "getStylesLiterals": {
1300
- "inputVariantRoot": "default",
1301
- "inputVariantValueRoot": "empty",
1302
- "inputVariantValueRoot:1": "filled"
1303
- },
1304
- "cxLiterals": [],
1305
- "internalComponents": ["InputHelpTextInternal", "Box"],
1306
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1307
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1308
- "runtimeConfigDefaultProps": {},
1309
- "runtimeConfigGetStyles": {},
1310
- "runtimeConfigInternalComponentProps": {},
1311
- "motionVarPrefixes": []
1312
- };
1313
- var InputHelpTextInternal = {
1314
- "name": "InputHelpTextInternal",
1315
- "defaultProps": {},
1316
- "getStylesLiterals": {
1317
- "inputVariantHelperText": "default",
1318
- "inputVariantValueHelperText": "empty",
1319
- "inputVariantValueHelperText:1": "filled",
1320
- "inputVariantHelperIcon": "default",
1321
- "inputVariantValueHelperIcon": "empty",
1322
- "inputVariantValueHelperIcon:1": "filled"
1323
- },
1324
- "cxLiterals": [],
1325
- "internalComponents": ["IconSlot", "HStack"],
1326
- "internalComponentProps": { "HStack": {
1327
- "gap": ["1"],
1328
- "alignItems": ["center"]
1329
- } },
1330
- "propToVariantKeys": {
1331
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1332
- "startIcon": ["icon"],
1333
- "endIcon": ["icon"]
1334
- },
1335
- "runtimeConfigDefaultProps": {},
1336
- "runtimeConfigGetStyles": {},
1337
- "runtimeConfigInternalComponentProps": {},
1338
- "motionVarPrefixes": []
1339
- };
1340
1151
  var BottomSheet = {
1341
1152
  "name": "BottomSheet",
1342
1153
  "defaultProps": { "variant": "default" },
@@ -1656,23 +1467,578 @@ var ChipToggle = {
1656
1467
  "runtimeConfigInternalComponentProps": {},
1657
1468
  "motionVarPrefixes": []
1658
1469
  };
1659
- var Popover = {
1660
- "name": "Popover",
1661
- "defaultProps": {},
1662
- "getStylesLiterals": {},
1663
- "cxLiterals": [],
1664
- "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1665
- "internalComponentProps": {},
1666
- "propToVariantKeys": {},
1667
- "runtimeConfigDefaultProps": {
1668
- "size": "popover.defaultSize",
1669
- "variant": "popover.defaultVariant"
1470
+ var Input = {
1471
+ "name": "Input",
1472
+ "defaultProps": {
1473
+ "type": "text",
1474
+ "size": "md",
1475
+ "width": "full"
1476
+ },
1477
+ "getStylesLiterals": {
1478
+ "inputVariantRoot": "default",
1479
+ "inputVariantValueRoot": "empty",
1480
+ "inputVariantValueRoot:1": "filled",
1481
+ "inputVariantInputWrapper": "default",
1482
+ "inputVariantValueInputWrapper": "empty",
1483
+ "inputVariantValueInputWrapper:1": "filled",
1484
+ "inputVariantInput": "default",
1485
+ "inputVariantValueInput": "empty",
1486
+ "inputVariantValueInput:1": "filled",
1487
+ "inputVariantInputPlaceholder": "default",
1488
+ "inputVariantValueInputPlaceholder": "empty",
1489
+ "inputVariantValueInputPlaceholder:1": "filled",
1490
+ "inputVariantLabel": "default",
1491
+ "inputVariantValueLabel": "empty",
1492
+ "inputVariantValueLabel:1": "filled",
1493
+ "inputVariantLabelRequired": "default",
1494
+ "inputVariantValueLabelRequired": "empty",
1495
+ "inputVariantValueLabelRequired:1": "filled",
1496
+ "inputVariantStartIcon": "default",
1497
+ "inputVariantValueStartIcon": "empty",
1498
+ "inputVariantValueStartIcon:1": "filled",
1499
+ "inputVariantEndIcon": "default",
1500
+ "inputVariantValueEndIcon": "empty",
1501
+ "inputVariantValueEndIcon:1": "filled"
1502
+ },
1503
+ "cxLiterals": [
1504
+ "opacity-50",
1505
+ "min-w-[200px]",
1506
+ "grow",
1507
+ "uds-hit-target",
1508
+ "bg-clip-text",
1509
+ "focus:outline-none",
1510
+ "cursor-text",
1511
+ "cursor-not-allowed"
1512
+ ],
1513
+ "internalComponents": [
1514
+ "IconSlot",
1515
+ "StartIcon",
1516
+ "EndIcon",
1517
+ "HelpTextContent",
1518
+ "Box",
1519
+ "InputHelpTextInternal",
1520
+ "VStack",
1521
+ "HStack",
1522
+ "AnimateHeightChange"
1523
+ ],
1524
+ "internalComponentProps": {
1525
+ "HelpTextContent": { "spacingTop": ["2"] },
1526
+ "Box": {
1527
+ "spacingBottom": ["2"],
1528
+ "columnGap": ["0.5"],
1529
+ "alignItems": ["flex-end", "center"],
1530
+ "position": ["relative"]
1531
+ },
1532
+ "HStack": {
1533
+ "alignItems": ["center"],
1534
+ "gap": ["1"]
1535
+ }
1670
1536
  },
1537
+ "propToVariantKeys": {
1538
+ "size": [
1539
+ "inputSizeRoot",
1540
+ "inputSizeInputWrapper",
1541
+ "inputSizeInput",
1542
+ "inputSizeLabel",
1543
+ "inputSizeStartIcon",
1544
+ "inputSizeEndIcon"
1545
+ ],
1546
+ "startIcon": ["icon"],
1547
+ "endIcon": ["icon"],
1548
+ "slotProps": ["helperTextSlotProps"],
1549
+ "helperTextIcon": ["startIcon"]
1550
+ },
1551
+ "runtimeConfigDefaultProps": {},
1671
1552
  "runtimeConfigGetStyles": {},
1672
1553
  "runtimeConfigInternalComponentProps": {},
1673
1554
  "motionVarPrefixes": []
1674
1555
  };
1675
- var PopoverContent = {
1556
+ var InputHelpText = {
1557
+ "name": "InputHelpText",
1558
+ "defaultProps": { "size": "md" },
1559
+ "getStylesLiterals": {
1560
+ "inputVariantRoot": "default",
1561
+ "inputVariantValueRoot": "empty",
1562
+ "inputVariantValueRoot:1": "filled"
1563
+ },
1564
+ "cxLiterals": [],
1565
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1566
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1567
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1568
+ "runtimeConfigDefaultProps": {},
1569
+ "runtimeConfigGetStyles": {},
1570
+ "runtimeConfigInternalComponentProps": {},
1571
+ "motionVarPrefixes": []
1572
+ };
1573
+ var InputHelpTextInternal = {
1574
+ "name": "InputHelpTextInternal",
1575
+ "defaultProps": {},
1576
+ "getStylesLiterals": {
1577
+ "inputVariantHelperText": "default",
1578
+ "inputVariantValueHelperText": "empty",
1579
+ "inputVariantValueHelperText:1": "filled",
1580
+ "inputVariantHelperIcon": "default",
1581
+ "inputVariantValueHelperIcon": "empty",
1582
+ "inputVariantValueHelperIcon:1": "filled"
1583
+ },
1584
+ "cxLiterals": [],
1585
+ "internalComponents": ["IconSlot", "HStack"],
1586
+ "internalComponentProps": { "HStack": {
1587
+ "gap": ["1"],
1588
+ "alignItems": ["center"]
1589
+ } },
1590
+ "propToVariantKeys": {
1591
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1592
+ "startIcon": ["icon"],
1593
+ "endIcon": ["icon"]
1594
+ },
1595
+ "runtimeConfigDefaultProps": {},
1596
+ "runtimeConfigGetStyles": {},
1597
+ "runtimeConfigInternalComponentProps": {},
1598
+ "motionVarPrefixes": []
1599
+ };
1600
+ var Menu_Content = {
1601
+ "name": "Menu.Content",
1602
+ "defaultProps": {
1603
+ "size": "default",
1604
+ "variant": "default",
1605
+ "gutter": "1"
1606
+ },
1607
+ "getStylesLiterals": {},
1608
+ "cxLiterals": [
1609
+ "uds-menu-content",
1610
+ "transition-shadow",
1611
+ "duration-200",
1612
+ "ease-in-out",
1613
+ "min-w-60",
1614
+ "max-w-lg",
1615
+ "max-h-96",
1616
+ "overflow-auto",
1617
+ "uds-ring",
1618
+ "z-10",
1619
+ "group"
1620
+ ],
1621
+ "internalComponents": [
1622
+ "AriakitMenu",
1623
+ "AnimatePresence",
1624
+ "MotionVStack"
1625
+ ],
1626
+ "internalComponentProps": {},
1627
+ "propToVariantKeys": {
1628
+ "size": ["menucontentSizeRoot"],
1629
+ "variant": ["menucontentVariantRoot"]
1630
+ },
1631
+ "runtimeConfigDefaultProps": {},
1632
+ "runtimeConfigGetStyles": {},
1633
+ "runtimeConfigInternalComponentProps": {},
1634
+ "motionVarPrefixes": []
1635
+ };
1636
+ var Menu_Divider = {
1637
+ "name": "Menu.Divider",
1638
+ "defaultProps": {
1639
+ "role": "separator",
1640
+ "contentPosition": "start",
1641
+ "gap": "4"
1642
+ },
1643
+ "getStylesLiterals": {
1644
+ "menuitemDividerVariantRoot": "default",
1645
+ "menuitemDividerVariantText": "default",
1646
+ "menuitemDividerVariantLine": "default"
1647
+ },
1648
+ "cxLiterals": [],
1649
+ "internalComponents": ["DividerInternal"],
1650
+ "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
1651
+ "propToVariantKeys": {},
1652
+ "runtimeConfigDefaultProps": {},
1653
+ "runtimeConfigGetStyles": {},
1654
+ "runtimeConfigInternalComponentProps": {},
1655
+ "motionVarPrefixes": []
1656
+ };
1657
+ var Menu_Item = {
1658
+ "name": "Menu.Item",
1659
+ "defaultProps": {},
1660
+ "getStylesLiterals": {
1661
+ "menuitemItemVariantRoot": "default",
1662
+ "menuitemItemVariantActiveRoot": "on",
1663
+ "menuitemItemVariantActiveRoot:1": "off",
1664
+ "menuitemItemVariantText": "default",
1665
+ "menuitemItemVariantActiveText": "on",
1666
+ "menuitemItemVariantActiveText:1": "off",
1667
+ "menuitemItemVariantIcon": "default",
1668
+ "menuitemItemVariantActiveIcon": "on",
1669
+ "menuitemItemVariantActiveIcon:1": "off"
1670
+ },
1671
+ "cxLiterals": [],
1672
+ "internalComponents": ["MenuItemBase"],
1673
+ "internalComponentProps": {},
1674
+ "propToVariantKeys": {},
1675
+ "runtimeConfigDefaultProps": {},
1676
+ "runtimeConfigGetStyles": {},
1677
+ "runtimeConfigInternalComponentProps": {},
1678
+ "motionVarPrefixes": []
1679
+ };
1680
+ var Menu_ItemBase = {
1681
+ "name": "Menu.ItemBase",
1682
+ "defaultProps": {
1683
+ "spacing": "0",
1684
+ "spacingHorizontal": "4",
1685
+ "spacingVertical": "3.5",
1686
+ "columnGap": "2",
1687
+ "alignItems": "center",
1688
+ "justifyContent": "space-between"
1689
+ },
1690
+ "getStylesLiterals": {
1691
+ "textAlign": "start",
1692
+ "menuitemSizeRoot": "default",
1693
+ "flexDirection": "row",
1694
+ "menuitemSizeStartIcon": "default",
1695
+ "menuitemSizeEndIcon": "default"
1696
+ },
1697
+ "cxLiterals": [
1698
+ "flex",
1699
+ "focus-visible:text-brand",
1700
+ "focus-visible:bg-brand-secondary",
1701
+ "focus-visible:z-10",
1702
+ "uds-ring",
1703
+ "!-outline-offset-2",
1704
+ "[&:not([aria-checked])]:cursor-default",
1705
+ "opacity-25",
1706
+ "cursor-not-allowed",
1707
+ "duration-20",
1708
+ "transition-[font-variation-settings]",
1709
+ "ease-in-out",
1710
+ "z-0",
1711
+ "uds-start-icon",
1712
+ "uds-end-icon"
1713
+ ],
1714
+ "internalComponents": [
1715
+ "Pressable",
1716
+ "IconSlot",
1717
+ "RootComponent",
1718
+ "HStack",
1719
+ "AnimatePresence"
1720
+ ],
1721
+ "internalComponentProps": {
1722
+ "HStack": {
1723
+ "alignItems": ["center"],
1724
+ "width": ["full"]
1725
+ },
1726
+ "AnimatePresence": { "mode": ["popLayout"] }
1727
+ },
1728
+ "propToVariantKeys": {
1729
+ "startIconClassName": ["className"],
1730
+ "endIconClassName": ["className"],
1731
+ "startIcon": ["icon"],
1732
+ "endIcon": ["icon"],
1733
+ "columnGap": ["gap"]
1734
+ },
1735
+ "runtimeConfigDefaultProps": {},
1736
+ "runtimeConfigGetStyles": {},
1737
+ "runtimeConfigInternalComponentProps": {},
1738
+ "motionVarPrefixes": []
1739
+ };
1740
+ var Menu_ItemCheckbox = {
1741
+ "name": "Menu.ItemCheckbox",
1742
+ "defaultProps": {},
1743
+ "getStylesLiterals": {
1744
+ "menuitemItemCheckboxVariantRoot": "default",
1745
+ "menuitemItemCheckboxVariantActiveRoot": "on",
1746
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
1747
+ "menuitemItemCheckboxVariantText": "default",
1748
+ "menuitemItemCheckboxVariantActiveText": "on",
1749
+ "menuitemItemCheckboxVariantActiveText:1": "off",
1750
+ "menuitemItemCheckboxVariantStartIcon": "default",
1751
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
1752
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1753
+ "menuitemItemCheckboxVariantEndIcon": "default",
1754
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
1755
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1756
+ },
1757
+ "cxLiterals": ["uds-menu-item-checkbox"],
1758
+ "internalComponents": ["MenuItemBase"],
1759
+ "internalComponentProps": {},
1760
+ "propToVariantKeys": {},
1761
+ "runtimeConfigDefaultProps": {},
1762
+ "runtimeConfigGetStyles": {},
1763
+ "runtimeConfigInternalComponentProps": {},
1764
+ "motionVarPrefixes": []
1765
+ };
1766
+ var Menu_Provider = {
1767
+ "name": "Menu.Provider",
1768
+ "defaultProps": {},
1769
+ "getStylesLiterals": {},
1770
+ "cxLiterals": [],
1771
+ "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
1772
+ "internalComponentProps": {},
1773
+ "propToVariantKeys": {},
1774
+ "runtimeConfigDefaultProps": {},
1775
+ "runtimeConfigGetStyles": {},
1776
+ "runtimeConfigInternalComponentProps": {},
1777
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1778
+ };
1779
+ var Menu_Trigger = {
1780
+ "name": "Menu.Trigger",
1781
+ "defaultProps": {},
1782
+ "getStylesLiterals": {},
1783
+ "cxLiterals": ["uds-menu-trigger"],
1784
+ "internalComponents": ["AriakitMenuTrigger", "Box"],
1785
+ "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1786
+ "propToVariantKeys": {},
1787
+ "runtimeConfigDefaultProps": {},
1788
+ "runtimeConfigGetStyles": {},
1789
+ "runtimeConfigInternalComponentProps": {},
1790
+ "motionVarPrefixes": []
1791
+ };
1792
+ var Menu_index = {
1793
+ "name": "Menu.index",
1794
+ "defaultProps": {},
1795
+ "getStylesLiterals": {},
1796
+ "cxLiterals": [],
1797
+ "internalComponents": [],
1798
+ "internalComponentProps": {},
1799
+ "propToVariantKeys": {},
1800
+ "runtimeConfigDefaultProps": {},
1801
+ "runtimeConfigGetStyles": {},
1802
+ "runtimeConfigInternalComponentProps": {},
1803
+ "motionVarPrefixes": []
1804
+ };
1805
+ var Menu = {
1806
+ "name": "Menu",
1807
+ "defaultProps": {},
1808
+ "getStylesLiterals": {},
1809
+ "cxLiterals": [],
1810
+ "internalComponents": [],
1811
+ "internalComponentProps": {},
1812
+ "propToVariantKeys": {},
1813
+ "runtimeConfigDefaultProps": {},
1814
+ "runtimeConfigGetStyles": {},
1815
+ "runtimeConfigInternalComponentProps": {},
1816
+ "motionVarPrefixes": []
1817
+ };
1818
+ var Modal = {
1819
+ "name": "Modal",
1820
+ "defaultProps": {
1821
+ "closeAriaLabel": "Close",
1822
+ "maxWidth": "auto",
1823
+ "maxHeight": "auto",
1824
+ "scrollBehavior": "outside"
1825
+ },
1826
+ "getStylesLiterals": {
1827
+ "flexDirection": "row-reverse",
1828
+ "justifyContent": "space-between",
1829
+ "alignItems": "flex-end",
1830
+ "alignItems:1": "flex-start",
1831
+ "borderRadius": "full"
1832
+ },
1833
+ "cxLiterals": [
1834
+ "fixed",
1835
+ "inset-0",
1836
+ "z-40",
1837
+ "overflow-y-auto",
1838
+ "overflow-hidden",
1839
+ "transition-[opacity,visibility]",
1840
+ "visible",
1841
+ "opacity-100",
1842
+ "invisible",
1843
+ "opacity-0",
1844
+ "pointer-events-none",
1845
+ "uds-bgBlurFallback",
1846
+ "w-full",
1847
+ "w-fit",
1848
+ "h-full",
1849
+ "h-fit",
1850
+ "m-auto",
1851
+ "pointer-events-auto",
1852
+ "inside",
1853
+ "max-h-full",
1854
+ "transition-transform",
1855
+ "duration-0",
1856
+ "duration-120",
1857
+ "transition-[background-color]",
1858
+ "bg-carbon-15/0",
1859
+ "hover:bg-carbon-15/10",
1860
+ "active:bg-carbon-15/15",
1861
+ "uds-ring",
1862
+ "[translate:50%_-50%]"
1863
+ ],
1864
+ "internalComponents": [
1865
+ "Scrim",
1866
+ "VStack",
1867
+ "Pressable",
1868
+ "IconSlot",
1869
+ "Box",
1870
+ "Dialog",
1871
+ "ModalContext.Provider",
1872
+ "HStack",
1873
+ "DialogDismiss",
1874
+ "ModalTitle",
1875
+ "ModalDescription",
1876
+ "ModalContent",
1877
+ "ModalActions"
1878
+ ],
1879
+ "internalComponentProps": { "Box": { "flexGrow": ["1"] } },
1880
+ "propToVariantKeys": {
1881
+ "gutter": ["spacing"],
1882
+ "size": [
1883
+ "modalSizeRoot",
1884
+ "modalSizeSpacingHorizontal",
1885
+ "modalSizeHeader",
1886
+ "modalSizeTitleDescriptionWrapper",
1887
+ "modalSizeCloseIconContainer",
1888
+ "modalSizeCloseIcon"
1889
+ ],
1890
+ "variant": ["modalVariantRoot", "modalVariantCloseIcon"],
1891
+ "closeAriaLabel": ["aria-label"],
1892
+ "closeIcon": ["icon"]
1893
+ },
1894
+ "runtimeConfigDefaultProps": {
1895
+ "size": "modal.defaultSize",
1896
+ "variant": "modal.defaultVariant"
1897
+ },
1898
+ "runtimeConfigGetStyles": {
1899
+ "spacing": ["modal.gutter.${size}"],
1900
+ "modalSizeRoot": ["modal.defaultSize"],
1901
+ "modalVariantRoot": ["modal.defaultVariant"],
1902
+ "modalSizeSpacingHorizontal": ["modal.defaultSize"],
1903
+ "modalSizeHeader": ["modal.defaultSize"],
1904
+ "modalSizeTitleDescriptionWrapper": ["modal.defaultSize"],
1905
+ "modalSizeCloseIconContainer": ["modal.defaultSize"],
1906
+ "modalSizeCloseIcon": ["modal.defaultSize"],
1907
+ "modalVariantCloseIcon": ["modal.defaultVariant"]
1908
+ },
1909
+ "runtimeConfigInternalComponentProps": {},
1910
+ "motionVarPrefixes": []
1911
+ };
1912
+ var ModalActions = {
1913
+ "name": "ModalActions",
1914
+ "defaultProps": {},
1915
+ "getStylesLiterals": {
1916
+ "flexDirection": "row-reverse",
1917
+ "justifyContent": "space-between",
1918
+ "alignItems": "center"
1919
+ },
1920
+ "cxLiterals": ["gap-[inherit]"],
1921
+ "internalComponents": ["HStack"],
1922
+ "internalComponentProps": {},
1923
+ "propToVariantKeys": { "size": ["modalSizeSpacingHorizontal", "modalSizeActions"] },
1924
+ "runtimeConfigDefaultProps": {
1925
+ "size": "modal.defaultSize",
1926
+ "variant": "modal.defaultVariant"
1927
+ },
1928
+ "runtimeConfigGetStyles": {
1929
+ "modalSizeSpacingHorizontal": ["modal.defaultSize"],
1930
+ "modalSizeActions": ["modal.defaultSize"]
1931
+ },
1932
+ "runtimeConfigInternalComponentProps": {},
1933
+ "motionVarPrefixes": []
1934
+ };
1935
+ var ModalContent = {
1936
+ "name": "ModalContent",
1937
+ "defaultProps": {},
1938
+ "getStylesLiterals": {
1939
+ "overflowY": "auto",
1940
+ "display": "block",
1941
+ "flexGrow": "1"
1942
+ },
1943
+ "cxLiterals": [],
1944
+ "internalComponents": ["Box"],
1945
+ "internalComponentProps": {},
1946
+ "propToVariantKeys": { "size": ["modalSizeSpacingHorizontal"] },
1947
+ "runtimeConfigDefaultProps": {
1948
+ "size": "modal.defaultSize",
1949
+ "variant": "modal.defaultVariant"
1950
+ },
1951
+ "runtimeConfigGetStyles": { "modalSizeSpacingHorizontal": ["modal.defaultSize"] },
1952
+ "runtimeConfigInternalComponentProps": {},
1953
+ "motionVarPrefixes": []
1954
+ };
1955
+ var ModalContext = {
1956
+ "name": "ModalContext",
1957
+ "defaultProps": {},
1958
+ "getStylesLiterals": {},
1959
+ "cxLiterals": [],
1960
+ "internalComponents": [],
1961
+ "internalComponentProps": {},
1962
+ "propToVariantKeys": {},
1963
+ "runtimeConfigDefaultProps": {},
1964
+ "runtimeConfigGetStyles": {},
1965
+ "runtimeConfigInternalComponentProps": {},
1966
+ "motionVarPrefixes": []
1967
+ };
1968
+ var ModalDescription = {
1969
+ "name": "ModalDescription",
1970
+ "defaultProps": {},
1971
+ "getStylesLiterals": {},
1972
+ "cxLiterals": [],
1973
+ "internalComponents": ["Text", "DialogDescription"],
1974
+ "internalComponentProps": { "Text": { "as": ["span"] } },
1975
+ "propToVariantKeys": {
1976
+ "size": ["modalSizeDescription"],
1977
+ "variant": ["modalVariantDescription"]
1978
+ },
1979
+ "runtimeConfigDefaultProps": {
1980
+ "size": "modal.defaultSize",
1981
+ "variant": "modal.defaultVariant"
1982
+ },
1983
+ "runtimeConfigGetStyles": {
1984
+ "modalSizeDescription": ["modal.defaultSize"],
1985
+ "modalVariantDescription": ["modal.defaultVariant"]
1986
+ },
1987
+ "runtimeConfigInternalComponentProps": {},
1988
+ "motionVarPrefixes": []
1989
+ };
1990
+ var ModalTitle = {
1991
+ "name": "ModalTitle",
1992
+ "defaultProps": {},
1993
+ "getStylesLiterals": {},
1994
+ "cxLiterals": [],
1995
+ "internalComponents": ["Text", "DialogHeading"],
1996
+ "internalComponentProps": { "Text": { "as": ["span"] } },
1997
+ "propToVariantKeys": {
1998
+ "size": ["modalSizeTitle"],
1999
+ "variant": ["modalVariantTitle"]
2000
+ },
2001
+ "runtimeConfigDefaultProps": {
2002
+ "size": "modal.defaultSize",
2003
+ "variant": "modal.defaultVariant"
2004
+ },
2005
+ "runtimeConfigGetStyles": {
2006
+ "modalSizeTitle": ["modal.defaultSize"],
2007
+ "modalVariantTitle": ["modal.defaultVariant"]
2008
+ },
2009
+ "runtimeConfigInternalComponentProps": {},
2010
+ "motionVarPrefixes": []
2011
+ };
2012
+ var UDSModalConfigProvider = {
2013
+ "name": "UDSModalConfigProvider",
2014
+ "defaultProps": {},
2015
+ "getStylesLiterals": {},
2016
+ "cxLiterals": [],
2017
+ "internalComponents": ["ModalContext.Provider"],
2018
+ "internalComponentProps": {},
2019
+ "propToVariantKeys": {},
2020
+ "runtimeConfigDefaultProps": {},
2021
+ "runtimeConfigGetStyles": {},
2022
+ "runtimeConfigInternalComponentProps": {},
2023
+ "motionVarPrefixes": []
2024
+ };
2025
+ var Popover = {
2026
+ "name": "Popover",
2027
+ "defaultProps": {},
2028
+ "getStylesLiterals": {},
2029
+ "cxLiterals": [],
2030
+ "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
2031
+ "internalComponentProps": {},
2032
+ "propToVariantKeys": {},
2033
+ "runtimeConfigDefaultProps": {
2034
+ "size": "popover.defaultSize",
2035
+ "variant": "popover.defaultVariant"
2036
+ },
2037
+ "runtimeConfigGetStyles": {},
2038
+ "runtimeConfigInternalComponentProps": {},
2039
+ "motionVarPrefixes": []
2040
+ };
2041
+ var PopoverContent = {
1676
2042
  "name": "PopoverContent",
1677
2043
  "defaultProps": {},
1678
2044
  "getStylesLiterals": {
@@ -1745,229 +2111,36 @@ var PopoverContent = {
1745
2111
  };
1746
2112
  var PopoverContext = {
1747
2113
  "name": "PopoverContext",
1748
- "defaultProps": {},
1749
- "getStylesLiterals": {},
1750
- "cxLiterals": [],
1751
- "internalComponents": [],
1752
- "internalComponentProps": {},
1753
- "propToVariantKeys": {},
1754
- "runtimeConfigDefaultProps": {},
1755
- "runtimeConfigGetStyles": {},
1756
- "runtimeConfigInternalComponentProps": {},
1757
- "motionVarPrefixes": []
1758
- };
1759
- var PopoverTrigger = {
1760
- "name": "PopoverTrigger",
1761
- "defaultProps": {},
1762
- "getStylesLiterals": {},
1763
- "cxLiterals": [],
1764
- "internalComponents": ["PopoverDisclosure"],
1765
- "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
1766
- "propToVariantKeys": { "children": ["render"] },
1767
- "runtimeConfigDefaultProps": {},
1768
- "runtimeConfigGetStyles": {},
1769
- "runtimeConfigInternalComponentProps": {},
1770
- "motionVarPrefixes": []
1771
- };
1772
- var UDSPopoverConfigProvider = {
1773
- "name": "UDSPopoverConfigProvider",
1774
- "defaultProps": {},
1775
- "getStylesLiterals": {},
1776
- "cxLiterals": [],
1777
- "internalComponents": ["PopoverContext.Provider"],
1778
- "internalComponentProps": {},
1779
- "propToVariantKeys": {},
1780
- "runtimeConfigDefaultProps": {},
1781
- "runtimeConfigGetStyles": {},
1782
- "runtimeConfigInternalComponentProps": {},
1783
- "motionVarPrefixes": []
1784
- };
1785
- var Radio = {
1786
- "name": "Radio",
1787
- "defaultProps": {
1788
- "labelPosition": "start",
1789
- "variant": "primary",
1790
- "size": "md",
1791
- "value": ""
1792
- },
1793
- "getStylesLiterals": {
1794
- "radioVariantValueRoot": "checked",
1795
- "radioVariantValueRoot:1": "unchecked",
1796
- "display": "flex",
1797
- "flexDirection": "row",
1798
- "flexDirection:1": "row-reverse",
1799
- "alignItems": "center",
1800
- "radioVariantValueRadio": "checked",
1801
- "radioVariantValueRadio:1": "unchecked",
1802
- "radioVariantValueRadioCircle": "checked",
1803
- "radioVariantValueRadioCircle:1": "unchecked"
1804
- },
1805
- "cxLiterals": [
1806
- "cursor-pointer",
1807
- "cursor-default",
1808
- "opacity-50",
1809
- "border",
1810
- "uds-ring",
1811
- "uds-ring-within",
1812
- "transition-[background-color,border-color]",
1813
- "transition-shadow",
1814
- "pointer-events-none",
1815
- "w-[8px]",
1816
- "h-[8px]",
1817
- "transition-opacity",
1818
- "cursor-[inherit]",
1819
- "absolute",
1820
- "opacity-0",
1821
- "top-1/2",
1822
- "left-1/2",
1823
- "w-[calc(100%+2px)]",
1824
- "h-[calc(100%+2px)]",
1825
- "transform",
1826
- "translate-x-[-50%]",
1827
- "translate-y-[-50%]",
1828
- "text-start",
1829
- "text-end"
1830
- ],
1831
- "internalComponents": [
1832
- "Box",
1833
- "FormLabel",
1834
- "SpringMotionConfig",
1835
- "RootElement",
1836
- "MotionBox"
1837
- ],
1838
- "internalComponentProps": {
1839
- "Box": { "borderRadius": ["full"] },
1840
- "FormLabel": {
1841
- "as": ["div"],
1842
- "variant": ["inherit"],
1843
- "color": ["inherit"]
1844
- },
1845
- "RootElement": { "data-testid": ["container"] },
1846
- "MotionBox": {
1847
- "position": ["relative"],
1848
- "borderRadius": ["full"],
1849
- "alignItems": ["center"],
1850
- "justifyContent": ["center"],
1851
- "flex": ["none"]
1852
- }
1853
- },
1854
- "propToVariantKeys": {
1855
- "size": ["radioSizeRoot", "radioSizeRadio"],
1856
- "variant": [
1857
- "radioVariantRoot",
1858
- "radioVariantRadio",
1859
- "radioVariantRadioCircle"
1860
- ],
1861
- "reduceMotion": ["reducedMotion"]
1862
- },
1863
- "runtimeConfigDefaultProps": {},
1864
- "runtimeConfigGetStyles": {},
1865
- "runtimeConfigInternalComponentProps": {},
1866
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1867
- };
1868
- var RadioGroupProvider = {
1869
- "name": "RadioGroupProvider",
1870
- "defaultProps": {},
1871
- "getStylesLiterals": {},
1872
- "cxLiterals": [],
1873
- "internalComponents": [
1874
- "DivProps",
1875
- "Comp",
1876
- "RadioGroupContext.Provider"
1877
- ],
1878
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1879
- "propToVariantKeys": {},
1880
- "runtimeConfigDefaultProps": {},
1881
- "runtimeConfigGetStyles": {},
1882
- "runtimeConfigInternalComponentProps": {},
1883
- "motionVarPrefixes": []
1884
- };
1885
- var RadioGroupStore = {
1886
- "name": "RadioGroupStore",
1887
- "defaultProps": {},
1888
- "getStylesLiterals": {},
1889
- "cxLiterals": [],
1890
- "internalComponents": [],
1891
- "internalComponentProps": {},
1892
- "propToVariantKeys": {},
1893
- "runtimeConfigDefaultProps": {},
1894
- "runtimeConfigGetStyles": {},
1895
- "runtimeConfigInternalComponentProps": {},
1896
- "motionVarPrefixes": []
1897
- };
1898
- var Menu_Content = {
1899
- "name": "Menu.Content",
1900
- "defaultProps": {
1901
- "size": "default",
1902
- "variant": "default",
1903
- "gutter": "1"
1904
- },
1905
- "getStylesLiterals": {},
1906
- "cxLiterals": [
1907
- "uds-menu-content",
1908
- "transition-shadow",
1909
- "duration-200",
1910
- "ease-in-out",
1911
- "min-w-60",
1912
- "max-w-lg",
1913
- "max-h-96",
1914
- "overflow-auto",
1915
- "uds-ring",
1916
- "z-10",
1917
- "group"
1918
- ],
1919
- "internalComponents": [
1920
- "AriakitMenu",
1921
- "AnimatePresence",
1922
- "MotionVStack"
1923
- ],
1924
- "internalComponentProps": {},
1925
- "propToVariantKeys": {
1926
- "size": ["menucontentSizeRoot"],
1927
- "variant": ["menucontentVariantRoot"]
1928
- },
1929
- "runtimeConfigDefaultProps": {},
1930
- "runtimeConfigGetStyles": {},
1931
- "runtimeConfigInternalComponentProps": {},
1932
- "motionVarPrefixes": []
1933
- };
1934
- var Menu_Divider = {
1935
- "name": "Menu.Divider",
1936
- "defaultProps": {
1937
- "role": "separator",
1938
- "contentPosition": "start",
1939
- "gap": "4"
1940
- },
1941
- "getStylesLiterals": {
1942
- "menuitemDividerVariantRoot": "default",
1943
- "menuitemDividerVariantText": "default",
1944
- "menuitemDividerVariantLine": "default"
1945
- },
2114
+ "defaultProps": {},
2115
+ "getStylesLiterals": {},
1946
2116
  "cxLiterals": [],
1947
- "internalComponents": ["DividerInternal"],
1948
- "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
2117
+ "internalComponents": [],
2118
+ "internalComponentProps": {},
1949
2119
  "propToVariantKeys": {},
1950
2120
  "runtimeConfigDefaultProps": {},
1951
2121
  "runtimeConfigGetStyles": {},
1952
2122
  "runtimeConfigInternalComponentProps": {},
1953
2123
  "motionVarPrefixes": []
1954
2124
  };
1955
- var Menu_Item = {
1956
- "name": "Menu.Item",
2125
+ var PopoverTrigger = {
2126
+ "name": "PopoverTrigger",
1957
2127
  "defaultProps": {},
1958
- "getStylesLiterals": {
1959
- "menuitemItemVariantRoot": "default",
1960
- "menuitemItemVariantActiveRoot": "on",
1961
- "menuitemItemVariantActiveRoot:1": "off",
1962
- "menuitemItemVariantText": "default",
1963
- "menuitemItemVariantActiveText": "on",
1964
- "menuitemItemVariantActiveText:1": "off",
1965
- "menuitemItemVariantIcon": "default",
1966
- "menuitemItemVariantActiveIcon": "on",
1967
- "menuitemItemVariantActiveIcon:1": "off"
1968
- },
2128
+ "getStylesLiterals": {},
1969
2129
  "cxLiterals": [],
1970
- "internalComponents": ["MenuItemBase"],
2130
+ "internalComponents": ["PopoverDisclosure"],
2131
+ "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
2132
+ "propToVariantKeys": { "children": ["render"] },
2133
+ "runtimeConfigDefaultProps": {},
2134
+ "runtimeConfigGetStyles": {},
2135
+ "runtimeConfigInternalComponentProps": {},
2136
+ "motionVarPrefixes": []
2137
+ };
2138
+ var UDSPopoverConfigProvider = {
2139
+ "name": "UDSPopoverConfigProvider",
2140
+ "defaultProps": {},
2141
+ "getStylesLiterals": {},
2142
+ "cxLiterals": [],
2143
+ "internalComponents": ["PopoverContext.Provider"],
1971
2144
  "internalComponentProps": {},
1972
2145
  "propToVariantKeys": {},
1973
2146
  "runtimeConfigDefaultProps": {},
@@ -1975,133 +2148,108 @@ var Menu_Item = {
1975
2148
  "runtimeConfigInternalComponentProps": {},
1976
2149
  "motionVarPrefixes": []
1977
2150
  };
1978
- var Menu_ItemBase = {
1979
- "name": "Menu.ItemBase",
2151
+ var Radio = {
2152
+ "name": "Radio",
1980
2153
  "defaultProps": {
1981
- "spacing": "0",
1982
- "spacingHorizontal": "4",
1983
- "spacingVertical": "3.5",
1984
- "columnGap": "2",
1985
- "alignItems": "center",
1986
- "justifyContent": "space-between"
2154
+ "labelPosition": "start",
2155
+ "variant": "primary",
2156
+ "size": "md",
2157
+ "value": ""
1987
2158
  },
1988
2159
  "getStylesLiterals": {
1989
- "textAlign": "start",
1990
- "menuitemSizeRoot": "default",
2160
+ "radioVariantValueRoot": "checked",
2161
+ "radioVariantValueRoot:1": "unchecked",
2162
+ "display": "flex",
1991
2163
  "flexDirection": "row",
1992
- "menuitemSizeStartIcon": "default",
1993
- "menuitemSizeEndIcon": "default"
2164
+ "flexDirection:1": "row-reverse",
2165
+ "alignItems": "center",
2166
+ "radioVariantValueRadio": "checked",
2167
+ "radioVariantValueRadio:1": "unchecked",
2168
+ "radioVariantValueRadioCircle": "checked",
2169
+ "radioVariantValueRadioCircle:1": "unchecked"
1994
2170
  },
1995
2171
  "cxLiterals": [
1996
- "flex",
1997
- "focus-visible:text-brand",
1998
- "focus-visible:bg-brand-secondary",
1999
- "focus-visible:z-10",
2172
+ "cursor-pointer",
2173
+ "cursor-default",
2174
+ "opacity-50",
2175
+ "border",
2000
2176
  "uds-ring",
2001
- "!-outline-offset-2",
2002
- "[&:not([aria-checked])]:cursor-default",
2003
- "opacity-25",
2004
- "cursor-not-allowed",
2005
- "duration-20",
2006
- "transition-[font-variation-settings]",
2007
- "ease-in-out",
2008
- "z-0",
2009
- "uds-start-icon",
2010
- "uds-end-icon"
2177
+ "uds-ring-within",
2178
+ "transition-[background-color,border-color]",
2179
+ "transition-shadow",
2180
+ "pointer-events-none",
2181
+ "w-[8px]",
2182
+ "h-[8px]",
2183
+ "transition-opacity",
2184
+ "cursor-[inherit]",
2185
+ "absolute",
2186
+ "opacity-0",
2187
+ "top-1/2",
2188
+ "left-1/2",
2189
+ "w-[calc(100%+2px)]",
2190
+ "h-[calc(100%+2px)]",
2191
+ "transform",
2192
+ "translate-x-[-50%]",
2193
+ "translate-y-[-50%]",
2194
+ "text-start",
2195
+ "text-end"
2011
2196
  ],
2012
2197
  "internalComponents": [
2013
- "Pressable",
2014
- "IconSlot",
2015
- "RootComponent",
2016
- "HStack",
2017
- "AnimatePresence"
2198
+ "Box",
2199
+ "FormLabel",
2200
+ "SpringMotionConfig",
2201
+ "RootElement",
2202
+ "MotionBox"
2018
2203
  ],
2019
2204
  "internalComponentProps": {
2020
- "HStack": {
2021
- "alignItems": ["center"],
2022
- "width": ["full"]
2205
+ "Box": { "borderRadius": ["full"] },
2206
+ "FormLabel": {
2207
+ "as": ["div"],
2208
+ "variant": ["inherit"],
2209
+ "color": ["inherit"]
2023
2210
  },
2024
- "AnimatePresence": { "mode": ["popLayout"] }
2211
+ "RootElement": { "data-testid": ["container"] },
2212
+ "MotionBox": {
2213
+ "position": ["relative"],
2214
+ "borderRadius": ["full"],
2215
+ "alignItems": ["center"],
2216
+ "justifyContent": ["center"],
2217
+ "flex": ["none"]
2218
+ }
2025
2219
  },
2026
2220
  "propToVariantKeys": {
2027
- "startIconClassName": ["className"],
2028
- "endIconClassName": ["className"],
2029
- "startIcon": ["icon"],
2030
- "endIcon": ["icon"],
2031
- "columnGap": ["gap"]
2032
- },
2033
- "runtimeConfigDefaultProps": {},
2034
- "runtimeConfigGetStyles": {},
2035
- "runtimeConfigInternalComponentProps": {},
2036
- "motionVarPrefixes": []
2037
- };
2038
- var Menu_ItemCheckbox = {
2039
- "name": "Menu.ItemCheckbox",
2040
- "defaultProps": {},
2041
- "getStylesLiterals": {
2042
- "menuitemItemCheckboxVariantRoot": "default",
2043
- "menuitemItemCheckboxVariantActiveRoot": "on",
2044
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
2045
- "menuitemItemCheckboxVariantText": "default",
2046
- "menuitemItemCheckboxVariantActiveText": "on",
2047
- "menuitemItemCheckboxVariantActiveText:1": "off",
2048
- "menuitemItemCheckboxVariantStartIcon": "default",
2049
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
2050
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2051
- "menuitemItemCheckboxVariantEndIcon": "default",
2052
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
2053
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2221
+ "size": ["radioSizeRoot", "radioSizeRadio"],
2222
+ "variant": [
2223
+ "radioVariantRoot",
2224
+ "radioVariantRadio",
2225
+ "radioVariantRadioCircle"
2226
+ ],
2227
+ "reduceMotion": ["reducedMotion"]
2054
2228
  },
2055
- "cxLiterals": ["uds-menu-item-checkbox"],
2056
- "internalComponents": ["MenuItemBase"],
2057
- "internalComponentProps": {},
2058
- "propToVariantKeys": {},
2059
- "runtimeConfigDefaultProps": {},
2060
- "runtimeConfigGetStyles": {},
2061
- "runtimeConfigInternalComponentProps": {},
2062
- "motionVarPrefixes": []
2063
- };
2064
- var Menu_Provider = {
2065
- "name": "Menu.Provider",
2066
- "defaultProps": {},
2067
- "getStylesLiterals": {},
2068
- "cxLiterals": [],
2069
- "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
2070
- "internalComponentProps": {},
2071
- "propToVariantKeys": {},
2072
2229
  "runtimeConfigDefaultProps": {},
2073
2230
  "runtimeConfigGetStyles": {},
2074
2231
  "runtimeConfigInternalComponentProps": {},
2075
2232
  "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
2076
2233
  };
2077
- var Menu_Trigger = {
2078
- "name": "Menu.Trigger",
2079
- "defaultProps": {},
2080
- "getStylesLiterals": {},
2081
- "cxLiterals": ["uds-menu-trigger"],
2082
- "internalComponents": ["AriakitMenuTrigger", "Box"],
2083
- "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
2084
- "propToVariantKeys": {},
2085
- "runtimeConfigDefaultProps": {},
2086
- "runtimeConfigGetStyles": {},
2087
- "runtimeConfigInternalComponentProps": {},
2088
- "motionVarPrefixes": []
2089
- };
2090
- var Menu_index = {
2091
- "name": "Menu.index",
2234
+ var RadioGroupProvider = {
2235
+ "name": "RadioGroupProvider",
2092
2236
  "defaultProps": {},
2093
2237
  "getStylesLiterals": {},
2094
2238
  "cxLiterals": [],
2095
- "internalComponents": [],
2096
- "internalComponentProps": {},
2239
+ "internalComponents": [
2240
+ "DivProps",
2241
+ "Comp",
2242
+ "RadioGroupContext.Provider"
2243
+ ],
2244
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
2097
2245
  "propToVariantKeys": {},
2098
2246
  "runtimeConfigDefaultProps": {},
2099
2247
  "runtimeConfigGetStyles": {},
2100
2248
  "runtimeConfigInternalComponentProps": {},
2101
2249
  "motionVarPrefixes": []
2102
2250
  };
2103
- var Menu = {
2104
- "name": "Menu",
2251
+ var RadioGroupStore = {
2252
+ "name": "RadioGroupStore",
2105
2253
  "defaultProps": {},
2106
2254
  "getStylesLiterals": {},
2107
2255
  "cxLiterals": [],
@@ -2487,7 +2635,8 @@ var UDSConfigProvider = {
2487
2635
  "UDSBottomSheetConfigProvider",
2488
2636
  "UDSToastConfigProvider",
2489
2637
  "UDSTooltipConfigProvider",
2490
- "UDSPopoverConfigProvider"
2638
+ "UDSPopoverConfigProvider",
2639
+ "UDSModalConfigProvider"
2491
2640
  ],
2492
2641
  "internalComponentProps": {},
2493
2642
  "propToVariantKeys": {},
@@ -2528,16 +2677,12 @@ var componentData_default = {
2528
2677
  Switch,
2529
2678
  Accordion,
2530
2679
  AvoidMotionLibraryProvider,
2531
- Modal,
2532
2680
  SegmentedControl,
2533
2681
  SwitchV2,
2534
2682
  Avatar,
2535
2683
  AvatarIcon,
2536
2684
  AvatarImage,
2537
2685
  AvatarText,
2538
- Input,
2539
- InputHelpText,
2540
- InputHelpTextInternal,
2541
2686
  BottomSheet,
2542
2687
  BottomSheetContent,
2543
2688
  BottomSheetDismiss,
@@ -2553,14 +2698,9 @@ var componentData_default = {
2553
2698
  ChipDismissible,
2554
2699
  ChipLink,
2555
2700
  ChipToggle,
2556
- Popover,
2557
- PopoverContent,
2558
- PopoverContext,
2559
- PopoverTrigger,
2560
- UDSPopoverConfigProvider,
2561
- Radio,
2562
- RadioGroupProvider,
2563
- RadioGroupStore,
2701
+ Input,
2702
+ InputHelpText,
2703
+ InputHelpTextInternal,
2564
2704
  "Menu.Content": Menu_Content,
2565
2705
  "Menu.Divider": Menu_Divider,
2566
2706
  "Menu.Item": Menu_Item,
@@ -2570,6 +2710,21 @@ var componentData_default = {
2570
2710
  "Menu.Trigger": Menu_Trigger,
2571
2711
  "Menu.index": Menu_index,
2572
2712
  Menu,
2713
+ Modal,
2714
+ ModalActions,
2715
+ ModalContent,
2716
+ ModalContext,
2717
+ ModalDescription,
2718
+ ModalTitle,
2719
+ UDSModalConfigProvider,
2720
+ Popover,
2721
+ PopoverContent,
2722
+ PopoverContext,
2723
+ PopoverTrigger,
2724
+ UDSPopoverConfigProvider,
2725
+ Radio,
2726
+ RadioGroupProvider,
2727
+ RadioGroupStore,
2573
2728
  Tab,
2574
2729
  TabList,
2575
2730
  TabPanel,
@@ -2898,6 +3053,36 @@ Object.defineProperty(exports, "Modal", {
2898
3053
  return Modal;
2899
3054
  }
2900
3055
  });
3056
+ Object.defineProperty(exports, "ModalActions", {
3057
+ enumerable: true,
3058
+ get: function() {
3059
+ return ModalActions;
3060
+ }
3061
+ });
3062
+ Object.defineProperty(exports, "ModalContent", {
3063
+ enumerable: true,
3064
+ get: function() {
3065
+ return ModalContent;
3066
+ }
3067
+ });
3068
+ Object.defineProperty(exports, "ModalContext", {
3069
+ enumerable: true,
3070
+ get: function() {
3071
+ return ModalContext;
3072
+ }
3073
+ });
3074
+ Object.defineProperty(exports, "ModalDescription", {
3075
+ enumerable: true,
3076
+ get: function() {
3077
+ return ModalDescription;
3078
+ }
3079
+ });
3080
+ Object.defineProperty(exports, "ModalTitle", {
3081
+ enumerable: true,
3082
+ get: function() {
3083
+ return ModalTitle;
3084
+ }
3085
+ });
2901
3086
  Object.defineProperty(exports, "Popover", {
2902
3087
  enumerable: true,
2903
3088
  get: function() {
@@ -3084,6 +3269,12 @@ Object.defineProperty(exports, "UDSConfigProvider", {
3084
3269
  return UDSConfigProvider;
3085
3270
  }
3086
3271
  });
3272
+ Object.defineProperty(exports, "UDSModalConfigProvider", {
3273
+ enumerable: true,
3274
+ get: function() {
3275
+ return UDSModalConfigProvider;
3276
+ }
3277
+ });
3087
3278
  Object.defineProperty(exports, "UDSPopoverConfigProvider", {
3088
3279
  enumerable: true,
3089
3280
  get: function() {