@yahoo/uds 3.129.0 → 3.130.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -927,261 +927,6 @@ var AvatarText = {
927
927
  "runtimeConfigInternalComponentProps": {},
928
928
  "motionVarPrefixes": []
929
929
  };
930
- var Input = {
931
- "name": "Input",
932
- "defaultProps": {
933
- "type": "text",
934
- "size": "md",
935
- "width": "full"
936
- },
937
- "getStylesLiterals": {
938
- "inputVariantRoot": "default",
939
- "inputVariantValueRoot": "empty",
940
- "inputVariantValueRoot:1": "filled",
941
- "inputVariantInputWrapper": "default",
942
- "inputVariantValueInputWrapper": "empty",
943
- "inputVariantValueInputWrapper:1": "filled",
944
- "inputVariantInput": "default",
945
- "inputVariantValueInput": "empty",
946
- "inputVariantValueInput:1": "filled",
947
- "inputVariantInputPlaceholder": "default",
948
- "inputVariantValueInputPlaceholder": "empty",
949
- "inputVariantValueInputPlaceholder:1": "filled",
950
- "inputVariantLabel": "default",
951
- "inputVariantValueLabel": "empty",
952
- "inputVariantValueLabel:1": "filled",
953
- "inputVariantLabelRequired": "default",
954
- "inputVariantValueLabelRequired": "empty",
955
- "inputVariantValueLabelRequired:1": "filled",
956
- "inputVariantStartIcon": "default",
957
- "inputVariantValueStartIcon": "empty",
958
- "inputVariantValueStartIcon:1": "filled",
959
- "inputVariantEndIcon": "default",
960
- "inputVariantValueEndIcon": "empty",
961
- "inputVariantValueEndIcon:1": "filled"
962
- },
963
- "cxLiterals": [
964
- "opacity-50",
965
- "min-w-[200px]",
966
- "grow",
967
- "uds-hit-target",
968
- "bg-clip-text",
969
- "focus:outline-none",
970
- "cursor-text",
971
- "cursor-not-allowed"
972
- ],
973
- "internalComponents": [
974
- "IconSlot",
975
- "StartIcon",
976
- "EndIcon",
977
- "HelpTextContent",
978
- "Box",
979
- "InputHelpTextInternal",
980
- "VStack",
981
- "HStack",
982
- "AnimateHeightChange"
983
- ],
984
- "internalComponentProps": {
985
- "HelpTextContent": { "spacingTop": ["2"] },
986
- "Box": {
987
- "spacingBottom": ["2"],
988
- "columnGap": ["0.5"],
989
- "alignItems": ["flex-end", "center"],
990
- "position": ["relative"]
991
- },
992
- "HStack": {
993
- "alignItems": ["center"],
994
- "gap": ["1"]
995
- }
996
- },
997
- "propToVariantKeys": {
998
- "size": [
999
- "inputSizeRoot",
1000
- "inputSizeInputWrapper",
1001
- "inputSizeInput",
1002
- "inputSizeLabel",
1003
- "inputSizeStartIcon",
1004
- "inputSizeEndIcon"
1005
- ],
1006
- "startIcon": ["icon"],
1007
- "endIcon": ["icon"],
1008
- "helperTextIcon": ["startIcon"]
1009
- },
1010
- "runtimeConfigDefaultProps": {},
1011
- "runtimeConfigGetStyles": {},
1012
- "runtimeConfigInternalComponentProps": {},
1013
- "motionVarPrefixes": []
1014
- };
1015
- var InputHelpText = {
1016
- "name": "InputHelpText",
1017
- "defaultProps": { "size": "md" },
1018
- "getStylesLiterals": {
1019
- "inputVariantRoot": "default",
1020
- "inputVariantValueRoot": "empty",
1021
- "inputVariantValueRoot:1": "filled"
1022
- },
1023
- "cxLiterals": [],
1024
- "internalComponents": ["InputHelpTextInternal", "Box"],
1025
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1026
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1027
- "runtimeConfigDefaultProps": {},
1028
- "runtimeConfigGetStyles": {},
1029
- "runtimeConfigInternalComponentProps": {},
1030
- "motionVarPrefixes": []
1031
- };
1032
- var InputHelpTextInternal = {
1033
- "name": "InputHelpTextInternal",
1034
- "defaultProps": {},
1035
- "getStylesLiterals": {
1036
- "inputVariantHelperText": "default",
1037
- "inputVariantValueHelperText": "empty",
1038
- "inputVariantValueHelperText:1": "filled",
1039
- "inputVariantHelperIcon": "default",
1040
- "inputVariantValueHelperIcon": "empty",
1041
- "inputVariantValueHelperIcon:1": "filled"
1042
- },
1043
- "cxLiterals": [],
1044
- "internalComponents": ["IconSlot", "HStack"],
1045
- "internalComponentProps": { "HStack": {
1046
- "gap": ["1"],
1047
- "alignItems": ["center"]
1048
- } },
1049
- "propToVariantKeys": {
1050
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1051
- "startIcon": ["icon"],
1052
- "endIcon": ["icon"]
1053
- },
1054
- "runtimeConfigDefaultProps": {},
1055
- "runtimeConfigGetStyles": {},
1056
- "runtimeConfigInternalComponentProps": {},
1057
- "motionVarPrefixes": []
1058
- };
1059
- var Popover = {
1060
- "name": "Popover",
1061
- "defaultProps": {},
1062
- "getStylesLiterals": {},
1063
- "cxLiterals": [],
1064
- "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1065
- "internalComponentProps": {},
1066
- "propToVariantKeys": {},
1067
- "runtimeConfigDefaultProps": {
1068
- "size": "popover.defaultSize",
1069
- "variant": "popover.defaultVariant"
1070
- },
1071
- "runtimeConfigGetStyles": {},
1072
- "runtimeConfigInternalComponentProps": {},
1073
- "motionVarPrefixes": []
1074
- };
1075
- var PopoverContent = {
1076
- "name": "PopoverContent",
1077
- "defaultProps": {},
1078
- "getStylesLiterals": {
1079
- "popoverSizeRoot": "default",
1080
- "popoverVariantRoot": "default",
1081
- "display": "flex",
1082
- "position": "relative",
1083
- "display:1": "block",
1084
- "spacingTop": "0",
1085
- "spacingStart": "0",
1086
- "spacingBottom": "0",
1087
- "spacingEnd": "0",
1088
- "popoverSizeSvgBase": "default",
1089
- "popoverVariantSvgBase": "default",
1090
- "popoverSizeSvgBorder": "default",
1091
- "popoverVariantSvgBorder": "default",
1092
- "popoverVariantBlur": "default",
1093
- "position:1": "absolute",
1094
- "width": "full",
1095
- "height": "full",
1096
- "flexShrink": "0",
1097
- "borderRadius": "full",
1098
- "alignItems": "center",
1099
- "justifyContent": "center",
1100
- "popoverVariantCloseIcon": "default",
1101
- "popoverSizeCloseIcon": "default"
1102
- },
1103
- "cxLiterals": [
1104
- "z-[9999]",
1105
- "outline-none",
1106
- "focus-visible:outline-none",
1107
- "uds-bgBlurFillFallback",
1108
- "uds-bgBlurFallback",
1109
- "top-0",
1110
- "left-0",
1111
- "z-[1]",
1112
- "duration-0",
1113
- "duration-120",
1114
- "transition-[background-color]",
1115
- "bg-carbon-15/0",
1116
- "hover:bg-carbon-15/10",
1117
- "active:bg-carbon-15/15",
1118
- "uds-ring",
1119
- "absolute",
1120
- "z-[4]"
1121
- ],
1122
- "internalComponents": [
1123
- "PopoverDismiss",
1124
- "IconSlot",
1125
- "PopoverArrow",
1126
- "Popover",
1127
- "SvgFloatingOverlay",
1128
- "Box",
1129
- "Pressable"
1130
- ],
1131
- "internalComponentProps": {},
1132
- "propToVariantKeys": { "closeIcon": ["icon"] },
1133
- "runtimeConfigDefaultProps": {
1134
- "size": "popover.defaultSize",
1135
- "variant": "popover.defaultVariant"
1136
- },
1137
- "runtimeConfigGetStyles": {
1138
- "spacingTop": ["popover.spacingVertical.${size}"],
1139
- "spacingStart": ["popover.spacingHorizontal.${size}"],
1140
- "spacingBottom": ["popover.spacingVertical.${size}"],
1141
- "spacingEnd": ["popover.spacingHorizontal.${size}"]
1142
- },
1143
- "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
1144
- "motionVarPrefixes": []
1145
- };
1146
- var PopoverContext = {
1147
- "name": "PopoverContext",
1148
- "defaultProps": {},
1149
- "getStylesLiterals": {},
1150
- "cxLiterals": [],
1151
- "internalComponents": [],
1152
- "internalComponentProps": {},
1153
- "propToVariantKeys": {},
1154
- "runtimeConfigDefaultProps": {},
1155
- "runtimeConfigGetStyles": {},
1156
- "runtimeConfigInternalComponentProps": {},
1157
- "motionVarPrefixes": []
1158
- };
1159
- var PopoverTrigger = {
1160
- "name": "PopoverTrigger",
1161
- "defaultProps": {},
1162
- "getStylesLiterals": {},
1163
- "cxLiterals": [],
1164
- "internalComponents": ["PopoverDisclosure"],
1165
- "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
1166
- "propToVariantKeys": { "children": ["render"] },
1167
- "runtimeConfigDefaultProps": {},
1168
- "runtimeConfigGetStyles": {},
1169
- "runtimeConfigInternalComponentProps": {},
1170
- "motionVarPrefixes": []
1171
- };
1172
- var UDSPopoverConfigProvider = {
1173
- "name": "UDSPopoverConfigProvider",
1174
- "defaultProps": {},
1175
- "getStylesLiterals": {},
1176
- "cxLiterals": [],
1177
- "internalComponents": ["PopoverContext.Provider"],
1178
- "internalComponentProps": {},
1179
- "propToVariantKeys": {},
1180
- "runtimeConfigDefaultProps": {},
1181
- "runtimeConfigGetStyles": {},
1182
- "runtimeConfigInternalComponentProps": {},
1183
- "motionVarPrefixes": []
1184
- };
1185
930
  var BottomSheet = {
1186
931
  "name": "BottomSheet",
1187
932
  "defaultProps": { "variant": "default" },
@@ -1373,6 +1118,134 @@ var UDSBottomSheetConfigProvider = {
1373
1118
  "runtimeConfigInternalComponentProps": {},
1374
1119
  "motionVarPrefixes": []
1375
1120
  };
1121
+ var Chip = {
1122
+ "name": "Chip",
1123
+ "defaultProps": {},
1124
+ "getStylesLiterals": {},
1125
+ "cxLiterals": [],
1126
+ "internalComponents": [
1127
+ "ChipDismissible",
1128
+ "ChipToggle",
1129
+ "ChipLink",
1130
+ "ChipButton"
1131
+ ],
1132
+ "internalComponentProps": {},
1133
+ "propToVariantKeys": {},
1134
+ "runtimeConfigDefaultProps": {},
1135
+ "runtimeConfigGetStyles": {},
1136
+ "runtimeConfigInternalComponentProps": {},
1137
+ "motionVarPrefixes": []
1138
+ };
1139
+ var ChipBase = {
1140
+ "name": "ChipBase",
1141
+ "defaultProps": {
1142
+ "size": "md",
1143
+ "as": "div"
1144
+ },
1145
+ "getStylesLiterals": {},
1146
+ "cxLiterals": [
1147
+ "pointer-events-none",
1148
+ "cursor-default",
1149
+ "opacity-50",
1150
+ "inline-flex",
1151
+ "items-center",
1152
+ "transition-[background-color,outline-color,box-shadow]",
1153
+ "truncate",
1154
+ "whitespace-nowrap",
1155
+ "text-center",
1156
+ "flex-1"
1157
+ ],
1158
+ "internalComponents": [
1159
+ "IconSlot",
1160
+ "HStack",
1161
+ "As",
1162
+ "Text"
1163
+ ],
1164
+ "internalComponentProps": { "Text": {
1165
+ "as": ["span"],
1166
+ "color": ["current"],
1167
+ "variant": ["inherit"]
1168
+ } },
1169
+ "propToVariantKeys": {
1170
+ "size": ["chipSizeRoot", "chipSizeIcon"],
1171
+ "startIcon": ["icon"],
1172
+ "endIcon": ["icon"]
1173
+ },
1174
+ "runtimeConfigDefaultProps": {},
1175
+ "runtimeConfigGetStyles": {},
1176
+ "runtimeConfigInternalComponentProps": {},
1177
+ "motionVarPrefixes": []
1178
+ };
1179
+ var ChipButton = {
1180
+ "name": "ChipButton",
1181
+ "defaultProps": { "variant": "primary" },
1182
+ "getStylesLiterals": {},
1183
+ "cxLiterals": ["uds-ring"],
1184
+ "internalComponents": ["ChipBase"],
1185
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1186
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1187
+ "runtimeConfigDefaultProps": {},
1188
+ "runtimeConfigGetStyles": {},
1189
+ "runtimeConfigInternalComponentProps": {},
1190
+ "motionVarPrefixes": []
1191
+ };
1192
+ var ChipDismissible = {
1193
+ "name": "ChipDismissible",
1194
+ "defaultProps": { "variant": "primary" },
1195
+ "getStylesLiterals": {},
1196
+ "cxLiterals": [
1197
+ "uds-chip-dismissible-button",
1198
+ "uds-hit-target",
1199
+ "uds-ring",
1200
+ "rounded-full"
1201
+ ],
1202
+ "internalComponents": [
1203
+ "ChipBase",
1204
+ "IconSlot",
1205
+ "Pressable"
1206
+ ],
1207
+ "internalComponentProps": {},
1208
+ "propToVariantKeys": {
1209
+ "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1210
+ "dismissButtonAriaLabel": ["aria-label"]
1211
+ },
1212
+ "runtimeConfigDefaultProps": {},
1213
+ "runtimeConfigGetStyles": {},
1214
+ "runtimeConfigInternalComponentProps": {},
1215
+ "motionVarPrefixes": []
1216
+ };
1217
+ var ChipLink = {
1218
+ "name": "ChipLink",
1219
+ "defaultProps": { "variant": "primary" },
1220
+ "getStylesLiterals": {},
1221
+ "cxLiterals": ["uds-ring"],
1222
+ "internalComponents": ["ChipBase"],
1223
+ "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1224
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1225
+ "runtimeConfigDefaultProps": {},
1226
+ "runtimeConfigGetStyles": {},
1227
+ "runtimeConfigInternalComponentProps": {},
1228
+ "motionVarPrefixes": []
1229
+ };
1230
+ var ChipToggle = {
1231
+ "name": "ChipToggle",
1232
+ "defaultProps": {
1233
+ "variant": "primary",
1234
+ "role": "checkbox"
1235
+ },
1236
+ "getStylesLiterals": {
1237
+ "chipToggleVariantActiveRoot": "on",
1238
+ "chipToggleVariantActiveRoot:1": "off"
1239
+ },
1240
+ "cxLiterals": ["uds-ring"],
1241
+ "internalComponents": ["ChipBase"],
1242
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1243
+ "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1244
+ "runtimeConfigDefaultProps": {},
1245
+ "runtimeConfigGetStyles": {},
1246
+ "runtimeConfigInternalComponentProps": {},
1247
+ "motionVarPrefixes": []
1248
+ };
1376
1249
  var Menu_Content = {
1377
1250
  "name": "Menu.Content",
1378
1251
  "defaultProps": {
@@ -1563,155 +1436,282 @@ var Menu_Trigger = {
1563
1436
  "runtimeConfigInternalComponentProps": {},
1564
1437
  "motionVarPrefixes": []
1565
1438
  };
1566
- var Menu_index = {
1567
- "name": "Menu.index",
1568
- "defaultProps": {},
1569
- "getStylesLiterals": {},
1439
+ var Menu_index = {
1440
+ "name": "Menu.index",
1441
+ "defaultProps": {},
1442
+ "getStylesLiterals": {},
1443
+ "cxLiterals": [],
1444
+ "internalComponents": [],
1445
+ "internalComponentProps": {},
1446
+ "propToVariantKeys": {},
1447
+ "runtimeConfigDefaultProps": {},
1448
+ "runtimeConfigGetStyles": {},
1449
+ "runtimeConfigInternalComponentProps": {},
1450
+ "motionVarPrefixes": []
1451
+ };
1452
+ var Menu = {
1453
+ "name": "Menu",
1454
+ "defaultProps": {},
1455
+ "getStylesLiterals": {},
1456
+ "cxLiterals": [],
1457
+ "internalComponents": [],
1458
+ "internalComponentProps": {},
1459
+ "propToVariantKeys": {},
1460
+ "runtimeConfigDefaultProps": {},
1461
+ "runtimeConfigGetStyles": {},
1462
+ "runtimeConfigInternalComponentProps": {},
1463
+ "motionVarPrefixes": []
1464
+ };
1465
+ var Input = {
1466
+ "name": "Input",
1467
+ "defaultProps": {
1468
+ "type": "text",
1469
+ "size": "md",
1470
+ "width": "full"
1471
+ },
1472
+ "getStylesLiterals": {
1473
+ "inputVariantRoot": "default",
1474
+ "inputVariantValueRoot": "empty",
1475
+ "inputVariantValueRoot:1": "filled",
1476
+ "inputVariantInputWrapper": "default",
1477
+ "inputVariantValueInputWrapper": "empty",
1478
+ "inputVariantValueInputWrapper:1": "filled",
1479
+ "inputVariantInput": "default",
1480
+ "inputVariantValueInput": "empty",
1481
+ "inputVariantValueInput:1": "filled",
1482
+ "inputVariantInputPlaceholder": "default",
1483
+ "inputVariantValueInputPlaceholder": "empty",
1484
+ "inputVariantValueInputPlaceholder:1": "filled",
1485
+ "inputVariantLabel": "default",
1486
+ "inputVariantValueLabel": "empty",
1487
+ "inputVariantValueLabel:1": "filled",
1488
+ "inputVariantLabelRequired": "default",
1489
+ "inputVariantValueLabelRequired": "empty",
1490
+ "inputVariantValueLabelRequired:1": "filled",
1491
+ "inputVariantStartIcon": "default",
1492
+ "inputVariantValueStartIcon": "empty",
1493
+ "inputVariantValueStartIcon:1": "filled",
1494
+ "inputVariantEndIcon": "default",
1495
+ "inputVariantValueEndIcon": "empty",
1496
+ "inputVariantValueEndIcon:1": "filled"
1497
+ },
1498
+ "cxLiterals": [
1499
+ "opacity-50",
1500
+ "min-w-[200px]",
1501
+ "grow",
1502
+ "uds-hit-target",
1503
+ "bg-clip-text",
1504
+ "focus:outline-none",
1505
+ "cursor-text",
1506
+ "cursor-not-allowed"
1507
+ ],
1508
+ "internalComponents": [
1509
+ "IconSlot",
1510
+ "StartIcon",
1511
+ "EndIcon",
1512
+ "HelpTextContent",
1513
+ "Box",
1514
+ "InputHelpTextInternal",
1515
+ "VStack",
1516
+ "HStack",
1517
+ "AnimateHeightChange"
1518
+ ],
1519
+ "internalComponentProps": {
1520
+ "HelpTextContent": { "spacingTop": ["2"] },
1521
+ "Box": {
1522
+ "spacingBottom": ["2"],
1523
+ "columnGap": ["0.5"],
1524
+ "alignItems": ["flex-end", "center"],
1525
+ "position": ["relative"]
1526
+ },
1527
+ "HStack": {
1528
+ "alignItems": ["center"],
1529
+ "gap": ["1"]
1530
+ }
1531
+ },
1532
+ "propToVariantKeys": {
1533
+ "size": [
1534
+ "inputSizeRoot",
1535
+ "inputSizeInputWrapper",
1536
+ "inputSizeInput",
1537
+ "inputSizeLabel",
1538
+ "inputSizeStartIcon",
1539
+ "inputSizeEndIcon"
1540
+ ],
1541
+ "startIcon": ["icon"],
1542
+ "endIcon": ["icon"],
1543
+ "helperTextIcon": ["startIcon"]
1544
+ },
1545
+ "runtimeConfigDefaultProps": {},
1546
+ "runtimeConfigGetStyles": {},
1547
+ "runtimeConfigInternalComponentProps": {},
1548
+ "motionVarPrefixes": []
1549
+ };
1550
+ var InputHelpText = {
1551
+ "name": "InputHelpText",
1552
+ "defaultProps": { "size": "md" },
1553
+ "getStylesLiterals": {
1554
+ "inputVariantRoot": "default",
1555
+ "inputVariantValueRoot": "empty",
1556
+ "inputVariantValueRoot:1": "filled"
1557
+ },
1570
1558
  "cxLiterals": [],
1571
- "internalComponents": [],
1572
- "internalComponentProps": {},
1573
- "propToVariantKeys": {},
1559
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1560
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1561
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1574
1562
  "runtimeConfigDefaultProps": {},
1575
1563
  "runtimeConfigGetStyles": {},
1576
1564
  "runtimeConfigInternalComponentProps": {},
1577
1565
  "motionVarPrefixes": []
1578
1566
  };
1579
- var Menu = {
1580
- "name": "Menu",
1567
+ var InputHelpTextInternal = {
1568
+ "name": "InputHelpTextInternal",
1581
1569
  "defaultProps": {},
1582
- "getStylesLiterals": {},
1570
+ "getStylesLiterals": {
1571
+ "inputVariantHelperText": "default",
1572
+ "inputVariantValueHelperText": "empty",
1573
+ "inputVariantValueHelperText:1": "filled",
1574
+ "inputVariantHelperIcon": "default",
1575
+ "inputVariantValueHelperIcon": "empty",
1576
+ "inputVariantValueHelperIcon:1": "filled"
1577
+ },
1583
1578
  "cxLiterals": [],
1584
- "internalComponents": [],
1585
- "internalComponentProps": {},
1586
- "propToVariantKeys": {},
1579
+ "internalComponents": ["IconSlot", "HStack"],
1580
+ "internalComponentProps": { "HStack": {
1581
+ "gap": ["1"],
1582
+ "alignItems": ["center"]
1583
+ } },
1584
+ "propToVariantKeys": {
1585
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1586
+ "startIcon": ["icon"],
1587
+ "endIcon": ["icon"]
1588
+ },
1587
1589
  "runtimeConfigDefaultProps": {},
1588
1590
  "runtimeConfigGetStyles": {},
1589
1591
  "runtimeConfigInternalComponentProps": {},
1590
1592
  "motionVarPrefixes": []
1591
1593
  };
1592
- var Chip = {
1593
- "name": "Chip",
1594
+ var Popover = {
1595
+ "name": "Popover",
1594
1596
  "defaultProps": {},
1595
1597
  "getStylesLiterals": {},
1596
1598
  "cxLiterals": [],
1597
- "internalComponents": [
1598
- "ChipDismissible",
1599
- "ChipToggle",
1600
- "ChipLink",
1601
- "ChipButton"
1602
- ],
1599
+ "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1603
1600
  "internalComponentProps": {},
1604
1601
  "propToVariantKeys": {},
1605
- "runtimeConfigDefaultProps": {},
1602
+ "runtimeConfigDefaultProps": {
1603
+ "size": "popover.defaultSize",
1604
+ "variant": "popover.defaultVariant"
1605
+ },
1606
1606
  "runtimeConfigGetStyles": {},
1607
1607
  "runtimeConfigInternalComponentProps": {},
1608
1608
  "motionVarPrefixes": []
1609
1609
  };
1610
- var ChipBase = {
1611
- "name": "ChipBase",
1612
- "defaultProps": {
1613
- "size": "md",
1614
- "as": "div"
1610
+ var PopoverContent = {
1611
+ "name": "PopoverContent",
1612
+ "defaultProps": {},
1613
+ "getStylesLiterals": {
1614
+ "popoverSizeRoot": "default",
1615
+ "popoverVariantRoot": "default",
1616
+ "display": "flex",
1617
+ "position": "relative",
1618
+ "display:1": "block",
1619
+ "spacingTop": "0",
1620
+ "spacingStart": "0",
1621
+ "spacingBottom": "0",
1622
+ "spacingEnd": "0",
1623
+ "popoverSizeSvgBase": "default",
1624
+ "popoverVariantSvgBase": "default",
1625
+ "popoverSizeSvgBorder": "default",
1626
+ "popoverVariantSvgBorder": "default",
1627
+ "popoverVariantBlur": "default",
1628
+ "position:1": "absolute",
1629
+ "width": "full",
1630
+ "height": "full",
1631
+ "flexShrink": "0",
1632
+ "borderRadius": "full",
1633
+ "alignItems": "center",
1634
+ "justifyContent": "center",
1635
+ "popoverVariantCloseIcon": "default",
1636
+ "popoverSizeCloseIcon": "default"
1615
1637
  },
1616
- "getStylesLiterals": {},
1617
1638
  "cxLiterals": [
1618
- "pointer-events-none",
1619
- "cursor-default",
1620
- "opacity-50",
1621
- "inline-flex",
1622
- "items-center",
1623
- "transition-[background-color,outline-color,box-shadow]",
1624
- "truncate",
1625
- "whitespace-nowrap",
1626
- "text-center",
1627
- "flex-1"
1639
+ "z-[9999]",
1640
+ "outline-none",
1641
+ "focus-visible:outline-none",
1642
+ "uds-bgBlurFillFallback",
1643
+ "uds-bgBlurFallback",
1644
+ "top-0",
1645
+ "left-0",
1646
+ "z-[1]",
1647
+ "duration-0",
1648
+ "duration-120",
1649
+ "transition-[background-color]",
1650
+ "bg-carbon-15/0",
1651
+ "hover:bg-carbon-15/10",
1652
+ "active:bg-carbon-15/15",
1653
+ "uds-ring",
1654
+ "absolute",
1655
+ "z-[4]"
1628
1656
  ],
1629
1657
  "internalComponents": [
1658
+ "PopoverDismiss",
1630
1659
  "IconSlot",
1631
- "HStack",
1632
- "As",
1633
- "Text"
1660
+ "PopoverArrow",
1661
+ "Popover",
1662
+ "SvgFloatingOverlay",
1663
+ "Box",
1664
+ "Pressable"
1634
1665
  ],
1635
- "internalComponentProps": { "Text": {
1636
- "as": ["span"],
1637
- "color": ["current"],
1638
- "variant": ["inherit"]
1639
- } },
1640
- "propToVariantKeys": {
1641
- "size": ["chipSizeRoot", "chipSizeIcon"],
1642
- "startIcon": ["icon"],
1643
- "endIcon": ["icon"]
1666
+ "internalComponentProps": {},
1667
+ "propToVariantKeys": { "closeIcon": ["icon"] },
1668
+ "runtimeConfigDefaultProps": {
1669
+ "size": "popover.defaultSize",
1670
+ "variant": "popover.defaultVariant"
1644
1671
  },
1645
- "runtimeConfigDefaultProps": {},
1646
- "runtimeConfigGetStyles": {},
1647
- "runtimeConfigInternalComponentProps": {},
1648
- "motionVarPrefixes": []
1649
- };
1650
- var ChipButton = {
1651
- "name": "ChipButton",
1652
- "defaultProps": { "variant": "primary" },
1653
- "getStylesLiterals": {},
1654
- "cxLiterals": ["uds-ring"],
1655
- "internalComponents": ["ChipBase"],
1656
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1657
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1658
- "runtimeConfigDefaultProps": {},
1659
- "runtimeConfigGetStyles": {},
1660
- "runtimeConfigInternalComponentProps": {},
1672
+ "runtimeConfigGetStyles": {
1673
+ "spacingTop": ["popover.spacingVertical.${size}"],
1674
+ "spacingStart": ["popover.spacingHorizontal.${size}"],
1675
+ "spacingBottom": ["popover.spacingVertical.${size}"],
1676
+ "spacingEnd": ["popover.spacingHorizontal.${size}"]
1677
+ },
1678
+ "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
1661
1679
  "motionVarPrefixes": []
1662
1680
  };
1663
- var ChipDismissible = {
1664
- "name": "ChipDismissible",
1665
- "defaultProps": { "variant": "primary" },
1681
+ var PopoverContext = {
1682
+ "name": "PopoverContext",
1683
+ "defaultProps": {},
1666
1684
  "getStylesLiterals": {},
1667
- "cxLiterals": [
1668
- "uds-chip-dismissible-button",
1669
- "uds-hit-target",
1670
- "uds-ring",
1671
- "rounded-full"
1672
- ],
1673
- "internalComponents": [
1674
- "ChipBase",
1675
- "IconSlot",
1676
- "Pressable"
1677
- ],
1685
+ "cxLiterals": [],
1686
+ "internalComponents": [],
1678
1687
  "internalComponentProps": {},
1679
- "propToVariantKeys": {
1680
- "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1681
- "dismissButtonAriaLabel": ["aria-label"]
1682
- },
1688
+ "propToVariantKeys": {},
1683
1689
  "runtimeConfigDefaultProps": {},
1684
1690
  "runtimeConfigGetStyles": {},
1685
1691
  "runtimeConfigInternalComponentProps": {},
1686
1692
  "motionVarPrefixes": []
1687
1693
  };
1688
- var ChipLink = {
1689
- "name": "ChipLink",
1690
- "defaultProps": { "variant": "primary" },
1694
+ var PopoverTrigger = {
1695
+ "name": "PopoverTrigger",
1696
+ "defaultProps": {},
1691
1697
  "getStylesLiterals": {},
1692
- "cxLiterals": ["uds-ring"],
1693
- "internalComponents": ["ChipBase"],
1694
- "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1695
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1698
+ "cxLiterals": [],
1699
+ "internalComponents": ["PopoverDisclosure"],
1700
+ "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
1701
+ "propToVariantKeys": { "children": ["render"] },
1696
1702
  "runtimeConfigDefaultProps": {},
1697
1703
  "runtimeConfigGetStyles": {},
1698
1704
  "runtimeConfigInternalComponentProps": {},
1699
1705
  "motionVarPrefixes": []
1700
1706
  };
1701
- var ChipToggle = {
1702
- "name": "ChipToggle",
1703
- "defaultProps": {
1704
- "variant": "primary",
1705
- "role": "checkbox"
1706
- },
1707
- "getStylesLiterals": {
1708
- "chipToggleVariantActiveRoot": "on",
1709
- "chipToggleVariantActiveRoot:1": "off"
1710
- },
1711
- "cxLiterals": ["uds-ring"],
1712
- "internalComponents": ["ChipBase"],
1713
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1714
- "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1707
+ var UDSPopoverConfigProvider = {
1708
+ "name": "UDSPopoverConfigProvider",
1709
+ "defaultProps": {},
1710
+ "getStylesLiterals": {},
1711
+ "cxLiterals": [],
1712
+ "internalComponents": ["PopoverContext.Provider"],
1713
+ "internalComponentProps": {},
1714
+ "propToVariantKeys": {},
1715
1715
  "runtimeConfigDefaultProps": {},
1716
1716
  "runtimeConfigGetStyles": {},
1717
1717
  "runtimeConfigInternalComponentProps": {},
@@ -2527,14 +2527,6 @@ var componentData_default = {
2527
2527
  AvatarIcon,
2528
2528
  AvatarImage,
2529
2529
  AvatarText,
2530
- Input,
2531
- InputHelpText,
2532
- InputHelpTextInternal,
2533
- Popover,
2534
- PopoverContent,
2535
- PopoverContext,
2536
- PopoverTrigger,
2537
- UDSPopoverConfigProvider,
2538
2530
  BottomSheet,
2539
2531
  BottomSheetContent,
2540
2532
  BottomSheetDismiss,
@@ -2544,6 +2536,12 @@ var componentData_default = {
2544
2536
  BottomSheetProvider,
2545
2537
  BottomSheetTrigger,
2546
2538
  UDSBottomSheetConfigProvider,
2539
+ Chip,
2540
+ ChipBase,
2541
+ ChipButton,
2542
+ ChipDismissible,
2543
+ ChipLink,
2544
+ ChipToggle,
2547
2545
  "Menu.Content": Menu_Content,
2548
2546
  "Menu.Divider": Menu_Divider,
2549
2547
  "Menu.Item": Menu_Item,
@@ -2553,12 +2551,14 @@ var componentData_default = {
2553
2551
  "Menu.Trigger": Menu_Trigger,
2554
2552
  "Menu.index": Menu_index,
2555
2553
  Menu,
2556
- Chip,
2557
- ChipBase,
2558
- ChipButton,
2559
- ChipDismissible,
2560
- ChipLink,
2561
- ChipToggle,
2554
+ Input,
2555
+ InputHelpText,
2556
+ InputHelpTextInternal,
2557
+ Popover,
2558
+ PopoverContent,
2559
+ PopoverContext,
2560
+ PopoverTrigger,
2561
+ UDSPopoverConfigProvider,
2562
2562
  Radio,
2563
2563
  RadioGroupProvider,
2564
2564
  RadioGroupStore,