@yahoo/uds 3.134.1 → 3.134.2

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.
@@ -1118,6 +1118,264 @@ var UDSBottomSheetConfigProvider = {
1118
1118
  "runtimeConfigInternalComponentProps": {},
1119
1119
  "motionVarPrefixes": []
1120
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
+ };
1249
+ var Input = {
1250
+ "name": "Input",
1251
+ "defaultProps": {
1252
+ "type": "text",
1253
+ "size": "md",
1254
+ "width": "full"
1255
+ },
1256
+ "getStylesLiterals": {
1257
+ "inputVariantRoot": "default",
1258
+ "inputVariantValueRoot": "empty",
1259
+ "inputVariantValueRoot:1": "filled",
1260
+ "inputVariantInputWrapper": "default",
1261
+ "inputVariantValueInputWrapper": "empty",
1262
+ "inputVariantValueInputWrapper:1": "filled",
1263
+ "inputVariantInput": "default",
1264
+ "inputVariantValueInput": "empty",
1265
+ "inputVariantValueInput:1": "filled",
1266
+ "inputVariantInputPlaceholder": "default",
1267
+ "inputVariantValueInputPlaceholder": "empty",
1268
+ "inputVariantValueInputPlaceholder:1": "filled",
1269
+ "inputVariantLabel": "default",
1270
+ "inputVariantValueLabel": "empty",
1271
+ "inputVariantValueLabel:1": "filled",
1272
+ "inputVariantLabelRequired": "default",
1273
+ "inputVariantValueLabelRequired": "empty",
1274
+ "inputVariantValueLabelRequired:1": "filled",
1275
+ "inputVariantStartIcon": "default",
1276
+ "inputVariantValueStartIcon": "empty",
1277
+ "inputVariantValueStartIcon:1": "filled",
1278
+ "inputVariantEndIcon": "default",
1279
+ "inputVariantValueEndIcon": "empty",
1280
+ "inputVariantValueEndIcon:1": "filled"
1281
+ },
1282
+ "cxLiterals": [
1283
+ "opacity-50",
1284
+ "min-w-[200px]",
1285
+ "grow",
1286
+ "uds-hit-target",
1287
+ "bg-clip-text",
1288
+ "focus:outline-none",
1289
+ "cursor-text",
1290
+ "cursor-not-allowed"
1291
+ ],
1292
+ "internalComponents": [
1293
+ "IconSlot",
1294
+ "StartIcon",
1295
+ "EndIcon",
1296
+ "HelpTextContent",
1297
+ "Box",
1298
+ "InputHelpTextInternal",
1299
+ "VStack",
1300
+ "HStack",
1301
+ "AnimateHeightChange"
1302
+ ],
1303
+ "internalComponentProps": {
1304
+ "HelpTextContent": { "spacingTop": ["2"] },
1305
+ "Box": {
1306
+ "spacingBottom": ["2"],
1307
+ "columnGap": ["0.5"],
1308
+ "alignItems": ["flex-end", "center"],
1309
+ "position": ["relative"]
1310
+ },
1311
+ "HStack": {
1312
+ "alignItems": ["center"],
1313
+ "gap": ["1"]
1314
+ }
1315
+ },
1316
+ "propToVariantKeys": {
1317
+ "size": [
1318
+ "inputSizeRoot",
1319
+ "inputSizeInputWrapper",
1320
+ "inputSizeInput",
1321
+ "inputSizeLabel",
1322
+ "inputSizeStartIcon",
1323
+ "inputSizeEndIcon"
1324
+ ],
1325
+ "startIcon": ["icon"],
1326
+ "endIcon": ["icon"],
1327
+ "slotProps": ["helperTextSlotProps"],
1328
+ "helperTextIcon": ["startIcon"]
1329
+ },
1330
+ "runtimeConfigDefaultProps": {},
1331
+ "runtimeConfigGetStyles": {},
1332
+ "runtimeConfigInternalComponentProps": {},
1333
+ "motionVarPrefixes": []
1334
+ };
1335
+ var InputHelpText = {
1336
+ "name": "InputHelpText",
1337
+ "defaultProps": { "size": "md" },
1338
+ "getStylesLiterals": {
1339
+ "inputVariantRoot": "default",
1340
+ "inputVariantValueRoot": "empty",
1341
+ "inputVariantValueRoot:1": "filled"
1342
+ },
1343
+ "cxLiterals": [],
1344
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1345
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1346
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1347
+ "runtimeConfigDefaultProps": {},
1348
+ "runtimeConfigGetStyles": {},
1349
+ "runtimeConfigInternalComponentProps": {},
1350
+ "motionVarPrefixes": []
1351
+ };
1352
+ var InputHelpTextInternal = {
1353
+ "name": "InputHelpTextInternal",
1354
+ "defaultProps": {},
1355
+ "getStylesLiterals": {
1356
+ "inputVariantHelperText": "default",
1357
+ "inputVariantValueHelperText": "empty",
1358
+ "inputVariantValueHelperText:1": "filled",
1359
+ "inputVariantHelperIcon": "default",
1360
+ "inputVariantValueHelperIcon": "empty",
1361
+ "inputVariantValueHelperIcon:1": "filled"
1362
+ },
1363
+ "cxLiterals": [],
1364
+ "internalComponents": ["IconSlot", "HStack"],
1365
+ "internalComponentProps": { "HStack": {
1366
+ "gap": ["1"],
1367
+ "alignItems": ["center"]
1368
+ } },
1369
+ "propToVariantKeys": {
1370
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1371
+ "startIcon": ["icon"],
1372
+ "endIcon": ["icon"]
1373
+ },
1374
+ "runtimeConfigDefaultProps": {},
1375
+ "runtimeConfigGetStyles": {},
1376
+ "runtimeConfigInternalComponentProps": {},
1377
+ "motionVarPrefixes": []
1378
+ };
1121
1379
  var Menu_Content = {
1122
1380
  "name": "Menu.Content",
1123
1381
  "defaultProps": {
@@ -1247,218 +1505,90 @@ var Menu_ItemBase = {
1247
1505
  "AnimatePresence": { "mode": ["popLayout"] }
1248
1506
  },
1249
1507
  "propToVariantKeys": {
1250
- "startIconClassName": ["className"],
1251
- "endIconClassName": ["className"],
1252
- "startIcon": ["icon"],
1253
- "endIcon": ["icon"],
1254
- "columnGap": ["gap"]
1255
- },
1256
- "runtimeConfigDefaultProps": {},
1257
- "runtimeConfigGetStyles": {},
1258
- "runtimeConfigInternalComponentProps": {},
1259
- "motionVarPrefixes": []
1260
- };
1261
- var Menu_ItemCheckbox = {
1262
- "name": "Menu.ItemCheckbox",
1263
- "defaultProps": {},
1264
- "getStylesLiterals": {
1265
- "menuitemItemCheckboxVariantRoot": "default",
1266
- "menuitemItemCheckboxVariantActiveRoot": "on",
1267
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
1268
- "menuitemItemCheckboxVariantText": "default",
1269
- "menuitemItemCheckboxVariantActiveText": "on",
1270
- "menuitemItemCheckboxVariantActiveText:1": "off",
1271
- "menuitemItemCheckboxVariantStartIcon": "default",
1272
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
1273
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1274
- "menuitemItemCheckboxVariantEndIcon": "default",
1275
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
1276
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1277
- },
1278
- "cxLiterals": ["uds-menu-item-checkbox"],
1279
- "internalComponents": ["MenuItemBase"],
1280
- "internalComponentProps": {},
1281
- "propToVariantKeys": {},
1282
- "runtimeConfigDefaultProps": {},
1283
- "runtimeConfigGetStyles": {},
1284
- "runtimeConfigInternalComponentProps": {},
1285
- "motionVarPrefixes": []
1286
- };
1287
- var Menu_Provider = {
1288
- "name": "Menu.Provider",
1289
- "defaultProps": {},
1290
- "getStylesLiterals": {},
1291
- "cxLiterals": [],
1292
- "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
1293
- "internalComponentProps": {},
1294
- "propToVariantKeys": {},
1295
- "runtimeConfigDefaultProps": {},
1296
- "runtimeConfigGetStyles": {},
1297
- "runtimeConfigInternalComponentProps": {},
1298
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1299
- };
1300
- var Menu_Trigger = {
1301
- "name": "Menu.Trigger",
1302
- "defaultProps": {},
1303
- "getStylesLiterals": {},
1304
- "cxLiterals": ["uds-menu-trigger"],
1305
- "internalComponents": ["AriakitMenuTrigger", "Box"],
1306
- "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1307
- "propToVariantKeys": {},
1308
- "runtimeConfigDefaultProps": {},
1309
- "runtimeConfigGetStyles": {},
1310
- "runtimeConfigInternalComponentProps": {},
1311
- "motionVarPrefixes": []
1312
- };
1313
- var Menu_index = {
1314
- "name": "Menu.index",
1315
- "defaultProps": {},
1316
- "getStylesLiterals": {},
1317
- "cxLiterals": [],
1318
- "internalComponents": [],
1319
- "internalComponentProps": {},
1320
- "propToVariantKeys": {},
1321
- "runtimeConfigDefaultProps": {},
1322
- "runtimeConfigGetStyles": {},
1323
- "runtimeConfigInternalComponentProps": {},
1324
- "motionVarPrefixes": []
1325
- };
1326
- var Menu = {
1327
- "name": "Menu",
1328
- "defaultProps": {},
1329
- "getStylesLiterals": {},
1330
- "cxLiterals": [],
1331
- "internalComponents": [],
1332
- "internalComponentProps": {},
1333
- "propToVariantKeys": {},
1334
- "runtimeConfigDefaultProps": {},
1335
- "runtimeConfigGetStyles": {},
1336
- "runtimeConfigInternalComponentProps": {},
1337
- "motionVarPrefixes": []
1338
- };
1339
- var Chip = {
1340
- "name": "Chip",
1341
- "defaultProps": {},
1342
- "getStylesLiterals": {},
1343
- "cxLiterals": [],
1344
- "internalComponents": [
1345
- "ChipDismissible",
1346
- "ChipToggle",
1347
- "ChipLink",
1348
- "ChipButton"
1349
- ],
1350
- "internalComponentProps": {},
1351
- "propToVariantKeys": {},
1352
- "runtimeConfigDefaultProps": {},
1353
- "runtimeConfigGetStyles": {},
1354
- "runtimeConfigInternalComponentProps": {},
1355
- "motionVarPrefixes": []
1356
- };
1357
- var ChipBase = {
1358
- "name": "ChipBase",
1359
- "defaultProps": {
1360
- "size": "md",
1361
- "as": "div"
1362
- },
1363
- "getStylesLiterals": {},
1364
- "cxLiterals": [
1365
- "pointer-events-none",
1366
- "cursor-default",
1367
- "opacity-50",
1368
- "inline-flex",
1369
- "items-center",
1370
- "transition-[background-color,outline-color,box-shadow]",
1371
- "truncate",
1372
- "whitespace-nowrap",
1373
- "text-center",
1374
- "flex-1"
1375
- ],
1376
- "internalComponents": [
1377
- "IconSlot",
1378
- "HStack",
1379
- "As",
1380
- "Text"
1381
- ],
1382
- "internalComponentProps": { "Text": {
1383
- "as": ["span"],
1384
- "color": ["current"],
1385
- "variant": ["inherit"]
1386
- } },
1387
- "propToVariantKeys": {
1388
- "size": ["chipSizeRoot", "chipSizeIcon"],
1508
+ "startIconClassName": ["className"],
1509
+ "endIconClassName": ["className"],
1389
1510
  "startIcon": ["icon"],
1390
- "endIcon": ["icon"]
1511
+ "endIcon": ["icon"],
1512
+ "columnGap": ["gap"]
1391
1513
  },
1392
1514
  "runtimeConfigDefaultProps": {},
1393
1515
  "runtimeConfigGetStyles": {},
1394
1516
  "runtimeConfigInternalComponentProps": {},
1395
1517
  "motionVarPrefixes": []
1396
1518
  };
1397
- var ChipButton = {
1398
- "name": "ChipButton",
1399
- "defaultProps": { "variant": "primary" },
1400
- "getStylesLiterals": {},
1401
- "cxLiterals": ["uds-ring"],
1402
- "internalComponents": ["ChipBase"],
1403
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1404
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1519
+ var Menu_ItemCheckbox = {
1520
+ "name": "Menu.ItemCheckbox",
1521
+ "defaultProps": {},
1522
+ "getStylesLiterals": {
1523
+ "menuitemItemCheckboxVariantRoot": "default",
1524
+ "menuitemItemCheckboxVariantActiveRoot": "on",
1525
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
1526
+ "menuitemItemCheckboxVariantText": "default",
1527
+ "menuitemItemCheckboxVariantActiveText": "on",
1528
+ "menuitemItemCheckboxVariantActiveText:1": "off",
1529
+ "menuitemItemCheckboxVariantStartIcon": "default",
1530
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
1531
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1532
+ "menuitemItemCheckboxVariantEndIcon": "default",
1533
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
1534
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1535
+ },
1536
+ "cxLiterals": ["uds-menu-item-checkbox"],
1537
+ "internalComponents": ["MenuItemBase"],
1538
+ "internalComponentProps": {},
1539
+ "propToVariantKeys": {},
1405
1540
  "runtimeConfigDefaultProps": {},
1406
1541
  "runtimeConfigGetStyles": {},
1407
1542
  "runtimeConfigInternalComponentProps": {},
1408
1543
  "motionVarPrefixes": []
1409
1544
  };
1410
- var ChipDismissible = {
1411
- "name": "ChipDismissible",
1412
- "defaultProps": { "variant": "primary" },
1545
+ var Menu_Provider = {
1546
+ "name": "Menu.Provider",
1547
+ "defaultProps": {},
1413
1548
  "getStylesLiterals": {},
1414
- "cxLiterals": [
1415
- "uds-chip-dismissible-button",
1416
- "uds-hit-target",
1417
- "uds-ring",
1418
- "rounded-full"
1419
- ],
1420
- "internalComponents": [
1421
- "ChipBase",
1422
- "IconSlot",
1423
- "Pressable"
1424
- ],
1549
+ "cxLiterals": [],
1550
+ "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
1425
1551
  "internalComponentProps": {},
1426
- "propToVariantKeys": {
1427
- "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1428
- "dismissButtonAriaLabel": ["aria-label"]
1429
- },
1552
+ "propToVariantKeys": {},
1553
+ "runtimeConfigDefaultProps": {},
1554
+ "runtimeConfigGetStyles": {},
1555
+ "runtimeConfigInternalComponentProps": {},
1556
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1557
+ };
1558
+ var Menu_Trigger = {
1559
+ "name": "Menu.Trigger",
1560
+ "defaultProps": {},
1561
+ "getStylesLiterals": {},
1562
+ "cxLiterals": ["uds-menu-trigger"],
1563
+ "internalComponents": ["AriakitMenuTrigger", "Box"],
1564
+ "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1565
+ "propToVariantKeys": {},
1430
1566
  "runtimeConfigDefaultProps": {},
1431
1567
  "runtimeConfigGetStyles": {},
1432
1568
  "runtimeConfigInternalComponentProps": {},
1433
1569
  "motionVarPrefixes": []
1434
1570
  };
1435
- var ChipLink = {
1436
- "name": "ChipLink",
1437
- "defaultProps": { "variant": "primary" },
1571
+ var Menu_index = {
1572
+ "name": "Menu.index",
1573
+ "defaultProps": {},
1438
1574
  "getStylesLiterals": {},
1439
- "cxLiterals": ["uds-ring"],
1440
- "internalComponents": ["ChipBase"],
1441
- "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1442
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1575
+ "cxLiterals": [],
1576
+ "internalComponents": [],
1577
+ "internalComponentProps": {},
1578
+ "propToVariantKeys": {},
1443
1579
  "runtimeConfigDefaultProps": {},
1444
1580
  "runtimeConfigGetStyles": {},
1445
1581
  "runtimeConfigInternalComponentProps": {},
1446
1582
  "motionVarPrefixes": []
1447
1583
  };
1448
- var ChipToggle = {
1449
- "name": "ChipToggle",
1450
- "defaultProps": {
1451
- "variant": "primary",
1452
- "role": "checkbox"
1453
- },
1454
- "getStylesLiterals": {
1455
- "chipToggleVariantActiveRoot": "on",
1456
- "chipToggleVariantActiveRoot:1": "off"
1457
- },
1458
- "cxLiterals": ["uds-ring"],
1459
- "internalComponents": ["ChipBase"],
1460
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1461
- "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1584
+ var Menu = {
1585
+ "name": "Menu",
1586
+ "defaultProps": {},
1587
+ "getStylesLiterals": {},
1588
+ "cxLiterals": [],
1589
+ "internalComponents": [],
1590
+ "internalComponentProps": {},
1591
+ "propToVariantKeys": {},
1462
1592
  "runtimeConfigDefaultProps": {},
1463
1593
  "runtimeConfigGetStyles": {},
1464
1594
  "runtimeConfigInternalComponentProps": {},
@@ -1671,136 +1801,6 @@ var UDSModalConfigProvider = {
1671
1801
  "runtimeConfigInternalComponentProps": {},
1672
1802
  "motionVarPrefixes": []
1673
1803
  };
1674
- var Input = {
1675
- "name": "Input",
1676
- "defaultProps": {
1677
- "type": "text",
1678
- "size": "md",
1679
- "width": "full"
1680
- },
1681
- "getStylesLiterals": {
1682
- "inputVariantRoot": "default",
1683
- "inputVariantValueRoot": "empty",
1684
- "inputVariantValueRoot:1": "filled",
1685
- "inputVariantInputWrapper": "default",
1686
- "inputVariantValueInputWrapper": "empty",
1687
- "inputVariantValueInputWrapper:1": "filled",
1688
- "inputVariantInput": "default",
1689
- "inputVariantValueInput": "empty",
1690
- "inputVariantValueInput:1": "filled",
1691
- "inputVariantInputPlaceholder": "default",
1692
- "inputVariantValueInputPlaceholder": "empty",
1693
- "inputVariantValueInputPlaceholder:1": "filled",
1694
- "inputVariantLabel": "default",
1695
- "inputVariantValueLabel": "empty",
1696
- "inputVariantValueLabel:1": "filled",
1697
- "inputVariantLabelRequired": "default",
1698
- "inputVariantValueLabelRequired": "empty",
1699
- "inputVariantValueLabelRequired:1": "filled",
1700
- "inputVariantStartIcon": "default",
1701
- "inputVariantValueStartIcon": "empty",
1702
- "inputVariantValueStartIcon:1": "filled",
1703
- "inputVariantEndIcon": "default",
1704
- "inputVariantValueEndIcon": "empty",
1705
- "inputVariantValueEndIcon:1": "filled"
1706
- },
1707
- "cxLiterals": [
1708
- "opacity-50",
1709
- "min-w-[200px]",
1710
- "grow",
1711
- "uds-hit-target",
1712
- "bg-clip-text",
1713
- "focus:outline-none",
1714
- "cursor-text",
1715
- "cursor-not-allowed"
1716
- ],
1717
- "internalComponents": [
1718
- "IconSlot",
1719
- "StartIcon",
1720
- "EndIcon",
1721
- "HelpTextContent",
1722
- "Box",
1723
- "InputHelpTextInternal",
1724
- "VStack",
1725
- "HStack",
1726
- "AnimateHeightChange"
1727
- ],
1728
- "internalComponentProps": {
1729
- "HelpTextContent": { "spacingTop": ["2"] },
1730
- "Box": {
1731
- "spacingBottom": ["2"],
1732
- "columnGap": ["0.5"],
1733
- "alignItems": ["flex-end", "center"],
1734
- "position": ["relative"]
1735
- },
1736
- "HStack": {
1737
- "alignItems": ["center"],
1738
- "gap": ["1"]
1739
- }
1740
- },
1741
- "propToVariantKeys": {
1742
- "size": [
1743
- "inputSizeRoot",
1744
- "inputSizeInputWrapper",
1745
- "inputSizeInput",
1746
- "inputSizeLabel",
1747
- "inputSizeStartIcon",
1748
- "inputSizeEndIcon"
1749
- ],
1750
- "startIcon": ["icon"],
1751
- "endIcon": ["icon"],
1752
- "slotProps": ["helperTextSlotProps"],
1753
- "helperTextIcon": ["startIcon"]
1754
- },
1755
- "runtimeConfigDefaultProps": {},
1756
- "runtimeConfigGetStyles": {},
1757
- "runtimeConfigInternalComponentProps": {},
1758
- "motionVarPrefixes": []
1759
- };
1760
- var InputHelpText = {
1761
- "name": "InputHelpText",
1762
- "defaultProps": { "size": "md" },
1763
- "getStylesLiterals": {
1764
- "inputVariantRoot": "default",
1765
- "inputVariantValueRoot": "empty",
1766
- "inputVariantValueRoot:1": "filled"
1767
- },
1768
- "cxLiterals": [],
1769
- "internalComponents": ["InputHelpTextInternal", "Box"],
1770
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1771
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1772
- "runtimeConfigDefaultProps": {},
1773
- "runtimeConfigGetStyles": {},
1774
- "runtimeConfigInternalComponentProps": {},
1775
- "motionVarPrefixes": []
1776
- };
1777
- var InputHelpTextInternal = {
1778
- "name": "InputHelpTextInternal",
1779
- "defaultProps": {},
1780
- "getStylesLiterals": {
1781
- "inputVariantHelperText": "default",
1782
- "inputVariantValueHelperText": "empty",
1783
- "inputVariantValueHelperText:1": "filled",
1784
- "inputVariantHelperIcon": "default",
1785
- "inputVariantValueHelperIcon": "empty",
1786
- "inputVariantValueHelperIcon:1": "filled"
1787
- },
1788
- "cxLiterals": [],
1789
- "internalComponents": ["IconSlot", "HStack"],
1790
- "internalComponentProps": { "HStack": {
1791
- "gap": ["1"],
1792
- "alignItems": ["center"]
1793
- } },
1794
- "propToVariantKeys": {
1795
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1796
- "startIcon": ["icon"],
1797
- "endIcon": ["icon"]
1798
- },
1799
- "runtimeConfigDefaultProps": {},
1800
- "runtimeConfigGetStyles": {},
1801
- "runtimeConfigInternalComponentProps": {},
1802
- "motionVarPrefixes": []
1803
- };
1804
1804
  var Popover = {
1805
1805
  "name": "Popover",
1806
1806
  "defaultProps": {},
@@ -2688,6 +2688,15 @@ var componentData_default = {
2688
2688
  BottomSheetProvider,
2689
2689
  BottomSheetTrigger,
2690
2690
  UDSBottomSheetConfigProvider,
2691
+ Chip,
2692
+ ChipBase,
2693
+ ChipButton,
2694
+ ChipDismissible,
2695
+ ChipLink,
2696
+ ChipToggle,
2697
+ Input,
2698
+ InputHelpText,
2699
+ InputHelpTextInternal,
2691
2700
  "Menu.Content": Menu_Content,
2692
2701
  "Menu.Divider": Menu_Divider,
2693
2702
  "Menu.Item": Menu_Item,
@@ -2697,12 +2706,6 @@ var componentData_default = {
2697
2706
  "Menu.Trigger": Menu_Trigger,
2698
2707
  "Menu.index": Menu_index,
2699
2708
  Menu,
2700
- Chip,
2701
- ChipBase,
2702
- ChipButton,
2703
- ChipDismissible,
2704
- ChipLink,
2705
- ChipToggle,
2706
2709
  Modal,
2707
2710
  ModalActions,
2708
2711
  ModalContent,
@@ -2710,9 +2713,6 @@ var componentData_default = {
2710
2713
  ModalDescription,
2711
2714
  ModalTitle,
2712
2715
  UDSModalConfigProvider,
2713
- Input,
2714
- InputHelpText,
2715
- InputHelpTextInternal,
2716
2716
  Popover,
2717
2717
  PopoverContent,
2718
2718
  PopoverContext,