@yahoo/uds 3.129.0 → 3.130.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.
@@ -1287,6 +1287,205 @@
1287
1287
  "runtimeConfigInternalComponentProps": {},
1288
1288
  "motionVarPrefixes": []
1289
1289
  },
1290
+ "Chip": {
1291
+ "name": "Chip",
1292
+ "defaultProps": {},
1293
+ "getStylesLiterals": {},
1294
+ "cxLiterals": [],
1295
+ "internalComponents": [
1296
+ "ChipDismissible",
1297
+ "ChipToggle",
1298
+ "ChipLink",
1299
+ "ChipButton"
1300
+ ],
1301
+ "internalComponentProps": {},
1302
+ "propToVariantKeys": {},
1303
+ "runtimeConfigDefaultProps": {},
1304
+ "runtimeConfigGetStyles": {},
1305
+ "runtimeConfigInternalComponentProps": {},
1306
+ "motionVarPrefixes": []
1307
+ },
1308
+ "ChipBase": {
1309
+ "name": "ChipBase",
1310
+ "defaultProps": {
1311
+ "size": "md",
1312
+ "as": "div"
1313
+ },
1314
+ "getStylesLiterals": {},
1315
+ "cxLiterals": [
1316
+ "pointer-events-none",
1317
+ "cursor-default",
1318
+ "opacity-50",
1319
+ "inline-flex",
1320
+ "items-center",
1321
+ "transition-[background-color,outline-color,box-shadow]",
1322
+ "truncate",
1323
+ "whitespace-nowrap",
1324
+ "text-center",
1325
+ "flex-1"
1326
+ ],
1327
+ "internalComponents": [
1328
+ "IconSlot",
1329
+ "HStack",
1330
+ "As",
1331
+ "Text"
1332
+ ],
1333
+ "internalComponentProps": {
1334
+ "Text": {
1335
+ "as": [
1336
+ "span"
1337
+ ],
1338
+ "color": [
1339
+ "current"
1340
+ ],
1341
+ "variant": [
1342
+ "inherit"
1343
+ ]
1344
+ }
1345
+ },
1346
+ "propToVariantKeys": {
1347
+ "size": [
1348
+ "chipSizeRoot",
1349
+ "chipSizeIcon"
1350
+ ],
1351
+ "startIcon": [
1352
+ "icon"
1353
+ ],
1354
+ "endIcon": [
1355
+ "icon"
1356
+ ]
1357
+ },
1358
+ "runtimeConfigDefaultProps": {},
1359
+ "runtimeConfigGetStyles": {},
1360
+ "runtimeConfigInternalComponentProps": {},
1361
+ "motionVarPrefixes": []
1362
+ },
1363
+ "ChipButton": {
1364
+ "name": "ChipButton",
1365
+ "defaultProps": {
1366
+ "variant": "primary"
1367
+ },
1368
+ "getStylesLiterals": {},
1369
+ "cxLiterals": [
1370
+ "uds-ring"
1371
+ ],
1372
+ "internalComponents": [
1373
+ "ChipBase"
1374
+ ],
1375
+ "internalComponentProps": {
1376
+ "ChipBase": {
1377
+ "as": [
1378
+ "button"
1379
+ ]
1380
+ }
1381
+ },
1382
+ "propToVariantKeys": {
1383
+ "variant": [
1384
+ "chipLinkVariantRoot",
1385
+ "chipLinkVariantIcon"
1386
+ ]
1387
+ },
1388
+ "runtimeConfigDefaultProps": {},
1389
+ "runtimeConfigGetStyles": {},
1390
+ "runtimeConfigInternalComponentProps": {},
1391
+ "motionVarPrefixes": []
1392
+ },
1393
+ "ChipDismissible": {
1394
+ "name": "ChipDismissible",
1395
+ "defaultProps": {
1396
+ "variant": "primary"
1397
+ },
1398
+ "getStylesLiterals": {},
1399
+ "cxLiterals": [
1400
+ "uds-chip-dismissible-button",
1401
+ "uds-hit-target",
1402
+ "uds-ring",
1403
+ "rounded-full"
1404
+ ],
1405
+ "internalComponents": [
1406
+ "ChipBase",
1407
+ "IconSlot",
1408
+ "Pressable"
1409
+ ],
1410
+ "internalComponentProps": {},
1411
+ "propToVariantKeys": {
1412
+ "variant": [
1413
+ "chipDismissibleVariantRoot",
1414
+ "chipDismissibleVariantIcon"
1415
+ ],
1416
+ "dismissButtonAriaLabel": [
1417
+ "aria-label"
1418
+ ]
1419
+ },
1420
+ "runtimeConfigDefaultProps": {},
1421
+ "runtimeConfigGetStyles": {},
1422
+ "runtimeConfigInternalComponentProps": {},
1423
+ "motionVarPrefixes": []
1424
+ },
1425
+ "ChipLink": {
1426
+ "name": "ChipLink",
1427
+ "defaultProps": {
1428
+ "variant": "primary"
1429
+ },
1430
+ "getStylesLiterals": {},
1431
+ "cxLiterals": [
1432
+ "uds-ring"
1433
+ ],
1434
+ "internalComponents": [
1435
+ "ChipBase"
1436
+ ],
1437
+ "internalComponentProps": {
1438
+ "ChipBase": {
1439
+ "as": [
1440
+ "a"
1441
+ ]
1442
+ }
1443
+ },
1444
+ "propToVariantKeys": {
1445
+ "variant": [
1446
+ "chipLinkVariantRoot",
1447
+ "chipLinkVariantIcon"
1448
+ ]
1449
+ },
1450
+ "runtimeConfigDefaultProps": {},
1451
+ "runtimeConfigGetStyles": {},
1452
+ "runtimeConfigInternalComponentProps": {},
1453
+ "motionVarPrefixes": []
1454
+ },
1455
+ "ChipToggle": {
1456
+ "name": "ChipToggle",
1457
+ "defaultProps": {
1458
+ "variant": "primary",
1459
+ "role": "checkbox"
1460
+ },
1461
+ "getStylesLiterals": {
1462
+ "chipToggleVariantActiveRoot": "on",
1463
+ "chipToggleVariantActiveRoot:1": "off"
1464
+ },
1465
+ "cxLiterals": [
1466
+ "uds-ring"
1467
+ ],
1468
+ "internalComponents": [
1469
+ "ChipBase"
1470
+ ],
1471
+ "internalComponentProps": {
1472
+ "ChipBase": {
1473
+ "as": [
1474
+ "button"
1475
+ ]
1476
+ }
1477
+ },
1478
+ "propToVariantKeys": {
1479
+ "variant": [
1480
+ "chipToggleVariantRoot",
1481
+ "chipToggleVariantIcon"
1482
+ ]
1483
+ },
1484
+ "runtimeConfigDefaultProps": {},
1485
+ "runtimeConfigGetStyles": {},
1486
+ "runtimeConfigInternalComponentProps": {},
1487
+ "motionVarPrefixes": []
1488
+ },
1290
1489
  "Input": {
1291
1490
  "name": "Input",
1292
1491
  "defaultProps": {
@@ -1457,175 +1656,14 @@
1457
1656
  "size": [
1458
1657
  "inputSizeHelperText",
1459
1658
  "inputSizeHelperIcon"
1460
- ],
1461
- "startIcon": [
1462
- "icon"
1463
- ],
1464
- "endIcon": [
1465
- "icon"
1466
- ]
1467
- },
1468
- "runtimeConfigDefaultProps": {},
1469
- "runtimeConfigGetStyles": {},
1470
- "runtimeConfigInternalComponentProps": {},
1471
- "motionVarPrefixes": []
1472
- },
1473
- "Popover": {
1474
- "name": "Popover",
1475
- "defaultProps": {},
1476
- "getStylesLiterals": {},
1477
- "cxLiterals": [],
1478
- "internalComponents": [
1479
- "PopoverInternalContext.Provider",
1480
- "PopoverProvider"
1481
- ],
1482
- "internalComponentProps": {},
1483
- "propToVariantKeys": {},
1484
- "runtimeConfigDefaultProps": {
1485
- "size": "popover.defaultSize",
1486
- "variant": "popover.defaultVariant"
1487
- },
1488
- "runtimeConfigGetStyles": {},
1489
- "runtimeConfigInternalComponentProps": {},
1490
- "motionVarPrefixes": []
1491
- },
1492
- "PopoverContent": {
1493
- "name": "PopoverContent",
1494
- "defaultProps": {},
1495
- "getStylesLiterals": {
1496
- "popoverSizeRoot": "default",
1497
- "popoverVariantRoot": "default",
1498
- "display": "flex",
1499
- "position": "relative",
1500
- "display:1": "block",
1501
- "spacingTop": "0",
1502
- "spacingStart": "0",
1503
- "spacingBottom": "0",
1504
- "spacingEnd": "0",
1505
- "popoverSizeSvgBase": "default",
1506
- "popoverVariantSvgBase": "default",
1507
- "popoverSizeSvgBorder": "default",
1508
- "popoverVariantSvgBorder": "default",
1509
- "popoverVariantBlur": "default",
1510
- "position:1": "absolute",
1511
- "width": "full",
1512
- "height": "full",
1513
- "flexShrink": "0",
1514
- "borderRadius": "full",
1515
- "alignItems": "center",
1516
- "justifyContent": "center",
1517
- "popoverVariantCloseIcon": "default",
1518
- "popoverSizeCloseIcon": "default"
1519
- },
1520
- "cxLiterals": [
1521
- "z-[9999]",
1522
- "outline-none",
1523
- "focus-visible:outline-none",
1524
- "uds-bgBlurFillFallback",
1525
- "uds-bgBlurFallback",
1526
- "top-0",
1527
- "left-0",
1528
- "z-[1]",
1529
- "duration-0",
1530
- "duration-120",
1531
- "transition-[background-color]",
1532
- "bg-carbon-15/0",
1533
- "hover:bg-carbon-15/10",
1534
- "active:bg-carbon-15/15",
1535
- "uds-ring",
1536
- "absolute",
1537
- "z-[4]"
1538
- ],
1539
- "internalComponents": [
1540
- "PopoverDismiss",
1541
- "IconSlot",
1542
- "PopoverArrow",
1543
- "Popover",
1544
- "SvgFloatingOverlay",
1545
- "Box",
1546
- "Pressable"
1547
- ],
1548
- "internalComponentProps": {},
1549
- "propToVariantKeys": {
1550
- "closeIcon": [
1551
- "icon"
1552
- ]
1553
- },
1554
- "runtimeConfigDefaultProps": {
1555
- "size": "popover.defaultSize",
1556
- "variant": "popover.defaultVariant"
1557
- },
1558
- "runtimeConfigGetStyles": {
1559
- "spacingTop": [
1560
- "popover.spacingVertical.${size}"
1561
- ],
1562
- "spacingStart": [
1563
- "popover.spacingHorizontal.${size}"
1564
- ],
1565
- "spacingBottom": [
1566
- "popover.spacingVertical.${size}"
1567
- ],
1568
- "spacingEnd": [
1569
- "popover.spacingHorizontal.${size}"
1570
- ]
1571
- },
1572
- "runtimeConfigInternalComponentProps": {
1573
- "SvgFloatingOverlay": {
1574
- "borderRadius": [
1575
- "popover.borderRadius.${size}"
1576
- ]
1577
- }
1578
- },
1579
- "motionVarPrefixes": []
1580
- },
1581
- "PopoverContext": {
1582
- "name": "PopoverContext",
1583
- "defaultProps": {},
1584
- "getStylesLiterals": {},
1585
- "cxLiterals": [],
1586
- "internalComponents": [],
1587
- "internalComponentProps": {},
1588
- "propToVariantKeys": {},
1589
- "runtimeConfigDefaultProps": {},
1590
- "runtimeConfigGetStyles": {},
1591
- "runtimeConfigInternalComponentProps": {},
1592
- "motionVarPrefixes": []
1593
- },
1594
- "PopoverTrigger": {
1595
- "name": "PopoverTrigger",
1596
- "defaultProps": {},
1597
- "getStylesLiterals": {},
1598
- "cxLiterals": [],
1599
- "internalComponents": [
1600
- "PopoverDisclosure"
1601
- ],
1602
- "internalComponentProps": {
1603
- "PopoverDisclosure": {
1604
- "className": [
1605
- "inline"
1606
- ]
1607
- }
1608
- },
1609
- "propToVariantKeys": {
1610
- "children": [
1611
- "render"
1612
- ]
1613
- },
1614
- "runtimeConfigDefaultProps": {},
1615
- "runtimeConfigGetStyles": {},
1616
- "runtimeConfigInternalComponentProps": {},
1617
- "motionVarPrefixes": []
1618
- },
1619
- "UDSPopoverConfigProvider": {
1620
- "name": "UDSPopoverConfigProvider",
1621
- "defaultProps": {},
1622
- "getStylesLiterals": {},
1623
- "cxLiterals": [],
1624
- "internalComponents": [
1625
- "PopoverContext.Provider"
1626
- ],
1627
- "internalComponentProps": {},
1628
- "propToVariantKeys": {},
1659
+ ],
1660
+ "startIcon": [
1661
+ "icon"
1662
+ ],
1663
+ "endIcon": [
1664
+ "icon"
1665
+ ]
1666
+ },
1629
1667
  "runtimeConfigDefaultProps": {},
1630
1668
  "runtimeConfigGetStyles": {},
1631
1669
  "runtimeConfigInternalComponentProps": {},
@@ -2172,164 +2210,145 @@
2172
2210
  "runtimeConfigInternalComponentProps": {},
2173
2211
  "motionVarPrefixes": []
2174
2212
  },
2175
- "Chip": {
2176
- "name": "Chip",
2213
+ "Popover": {
2214
+ "name": "Popover",
2177
2215
  "defaultProps": {},
2178
2216
  "getStylesLiterals": {},
2179
2217
  "cxLiterals": [],
2180
2218
  "internalComponents": [
2181
- "ChipDismissible",
2182
- "ChipToggle",
2183
- "ChipLink",
2184
- "ChipButton"
2219
+ "PopoverInternalContext.Provider",
2220
+ "PopoverProvider"
2185
2221
  ],
2186
2222
  "internalComponentProps": {},
2187
2223
  "propToVariantKeys": {},
2188
- "runtimeConfigDefaultProps": {},
2224
+ "runtimeConfigDefaultProps": {
2225
+ "size": "popover.defaultSize",
2226
+ "variant": "popover.defaultVariant"
2227
+ },
2189
2228
  "runtimeConfigGetStyles": {},
2190
2229
  "runtimeConfigInternalComponentProps": {},
2191
2230
  "motionVarPrefixes": []
2192
2231
  },
2193
- "ChipBase": {
2194
- "name": "ChipBase",
2195
- "defaultProps": {
2196
- "size": "md",
2197
- "as": "div"
2232
+ "PopoverContent": {
2233
+ "name": "PopoverContent",
2234
+ "defaultProps": {},
2235
+ "getStylesLiterals": {
2236
+ "popoverSizeRoot": "default",
2237
+ "popoverVariantRoot": "default",
2238
+ "display": "flex",
2239
+ "position": "relative",
2240
+ "display:1": "block",
2241
+ "spacingTop": "0",
2242
+ "spacingStart": "0",
2243
+ "spacingBottom": "0",
2244
+ "spacingEnd": "0",
2245
+ "popoverSizeSvgBase": "default",
2246
+ "popoverVariantSvgBase": "default",
2247
+ "popoverSizeSvgBorder": "default",
2248
+ "popoverVariantSvgBorder": "default",
2249
+ "popoverVariantBlur": "default",
2250
+ "position:1": "absolute",
2251
+ "width": "full",
2252
+ "height": "full",
2253
+ "flexShrink": "0",
2254
+ "borderRadius": "full",
2255
+ "alignItems": "center",
2256
+ "justifyContent": "center",
2257
+ "popoverVariantCloseIcon": "default",
2258
+ "popoverSizeCloseIcon": "default"
2198
2259
  },
2199
- "getStylesLiterals": {},
2200
2260
  "cxLiterals": [
2201
- "pointer-events-none",
2202
- "cursor-default",
2203
- "opacity-50",
2204
- "inline-flex",
2205
- "items-center",
2206
- "transition-[background-color,outline-color,box-shadow]",
2207
- "truncate",
2208
- "whitespace-nowrap",
2209
- "text-center",
2210
- "flex-1"
2261
+ "z-[9999]",
2262
+ "outline-none",
2263
+ "focus-visible:outline-none",
2264
+ "uds-bgBlurFillFallback",
2265
+ "uds-bgBlurFallback",
2266
+ "top-0",
2267
+ "left-0",
2268
+ "z-[1]",
2269
+ "duration-0",
2270
+ "duration-120",
2271
+ "transition-[background-color]",
2272
+ "bg-carbon-15/0",
2273
+ "hover:bg-carbon-15/10",
2274
+ "active:bg-carbon-15/15",
2275
+ "uds-ring",
2276
+ "absolute",
2277
+ "z-[4]"
2211
2278
  ],
2212
2279
  "internalComponents": [
2280
+ "PopoverDismiss",
2213
2281
  "IconSlot",
2214
- "HStack",
2215
- "As",
2216
- "Text"
2282
+ "PopoverArrow",
2283
+ "Popover",
2284
+ "SvgFloatingOverlay",
2285
+ "Box",
2286
+ "Pressable"
2217
2287
  ],
2218
- "internalComponentProps": {
2219
- "Text": {
2220
- "as": [
2221
- "span"
2222
- ],
2223
- "color": [
2224
- "current"
2225
- ],
2226
- "variant": [
2227
- "inherit"
2228
- ]
2229
- }
2230
- },
2288
+ "internalComponentProps": {},
2231
2289
  "propToVariantKeys": {
2232
- "size": [
2233
- "chipSizeRoot",
2234
- "chipSizeIcon"
2235
- ],
2236
- "startIcon": [
2237
- "icon"
2238
- ],
2239
- "endIcon": [
2290
+ "closeIcon": [
2240
2291
  "icon"
2241
2292
  ]
2242
2293
  },
2243
- "runtimeConfigDefaultProps": {},
2244
- "runtimeConfigGetStyles": {},
2245
- "runtimeConfigInternalComponentProps": {},
2246
- "motionVarPrefixes": []
2247
- },
2248
- "ChipButton": {
2249
- "name": "ChipButton",
2250
- "defaultProps": {
2251
- "variant": "primary"
2294
+ "runtimeConfigDefaultProps": {
2295
+ "size": "popover.defaultSize",
2296
+ "variant": "popover.defaultVariant"
2252
2297
  },
2253
- "getStylesLiterals": {},
2254
- "cxLiterals": [
2255
- "uds-ring"
2256
- ],
2257
- "internalComponents": [
2258
- "ChipBase"
2259
- ],
2260
- "internalComponentProps": {
2261
- "ChipBase": {
2262
- "as": [
2263
- "button"
2298
+ "runtimeConfigGetStyles": {
2299
+ "spacingTop": [
2300
+ "popover.spacingVertical.${size}"
2301
+ ],
2302
+ "spacingStart": [
2303
+ "popover.spacingHorizontal.${size}"
2304
+ ],
2305
+ "spacingBottom": [
2306
+ "popover.spacingVertical.${size}"
2307
+ ],
2308
+ "spacingEnd": [
2309
+ "popover.spacingHorizontal.${size}"
2310
+ ]
2311
+ },
2312
+ "runtimeConfigInternalComponentProps": {
2313
+ "SvgFloatingOverlay": {
2314
+ "borderRadius": [
2315
+ "popover.borderRadius.${size}"
2264
2316
  ]
2265
2317
  }
2266
2318
  },
2267
- "propToVariantKeys": {
2268
- "variant": [
2269
- "chipLinkVariantRoot",
2270
- "chipLinkVariantIcon"
2271
- ]
2272
- },
2273
- "runtimeConfigDefaultProps": {},
2274
- "runtimeConfigGetStyles": {},
2275
- "runtimeConfigInternalComponentProps": {},
2276
2319
  "motionVarPrefixes": []
2277
2320
  },
2278
- "ChipDismissible": {
2279
- "name": "ChipDismissible",
2280
- "defaultProps": {
2281
- "variant": "primary"
2282
- },
2321
+ "PopoverContext": {
2322
+ "name": "PopoverContext",
2323
+ "defaultProps": {},
2283
2324
  "getStylesLiterals": {},
2284
- "cxLiterals": [
2285
- "uds-chip-dismissible-button",
2286
- "uds-hit-target",
2287
- "uds-ring",
2288
- "rounded-full"
2289
- ],
2290
- "internalComponents": [
2291
- "ChipBase",
2292
- "IconSlot",
2293
- "Pressable"
2294
- ],
2325
+ "cxLiterals": [],
2326
+ "internalComponents": [],
2295
2327
  "internalComponentProps": {},
2296
- "propToVariantKeys": {
2297
- "variant": [
2298
- "chipDismissibleVariantRoot",
2299
- "chipDismissibleVariantIcon"
2300
- ],
2301
- "dismissButtonAriaLabel": [
2302
- "aria-label"
2303
- ]
2304
- },
2328
+ "propToVariantKeys": {},
2305
2329
  "runtimeConfigDefaultProps": {},
2306
2330
  "runtimeConfigGetStyles": {},
2307
2331
  "runtimeConfigInternalComponentProps": {},
2308
2332
  "motionVarPrefixes": []
2309
2333
  },
2310
- "ChipLink": {
2311
- "name": "ChipLink",
2312
- "defaultProps": {
2313
- "variant": "primary"
2314
- },
2334
+ "PopoverTrigger": {
2335
+ "name": "PopoverTrigger",
2336
+ "defaultProps": {},
2315
2337
  "getStylesLiterals": {},
2316
- "cxLiterals": [
2317
- "uds-ring"
2318
- ],
2338
+ "cxLiterals": [],
2319
2339
  "internalComponents": [
2320
- "ChipBase"
2340
+ "PopoverDisclosure"
2321
2341
  ],
2322
2342
  "internalComponentProps": {
2323
- "ChipBase": {
2324
- "as": [
2325
- "a"
2343
+ "PopoverDisclosure": {
2344
+ "className": [
2345
+ "inline"
2326
2346
  ]
2327
2347
  }
2328
2348
  },
2329
2349
  "propToVariantKeys": {
2330
- "variant": [
2331
- "chipLinkVariantRoot",
2332
- "chipLinkVariantIcon"
2350
+ "children": [
2351
+ "render"
2333
2352
  ]
2334
2353
  },
2335
2354
  "runtimeConfigDefaultProps": {},
@@ -2337,35 +2356,16 @@
2337
2356
  "runtimeConfigInternalComponentProps": {},
2338
2357
  "motionVarPrefixes": []
2339
2358
  },
2340
- "ChipToggle": {
2341
- "name": "ChipToggle",
2342
- "defaultProps": {
2343
- "variant": "primary",
2344
- "role": "checkbox"
2345
- },
2346
- "getStylesLiterals": {
2347
- "chipToggleVariantActiveRoot": "on",
2348
- "chipToggleVariantActiveRoot:1": "off"
2349
- },
2350
- "cxLiterals": [
2351
- "uds-ring"
2352
- ],
2359
+ "UDSPopoverConfigProvider": {
2360
+ "name": "UDSPopoverConfigProvider",
2361
+ "defaultProps": {},
2362
+ "getStylesLiterals": {},
2363
+ "cxLiterals": [],
2353
2364
  "internalComponents": [
2354
- "ChipBase"
2365
+ "PopoverContext.Provider"
2355
2366
  ],
2356
- "internalComponentProps": {
2357
- "ChipBase": {
2358
- "as": [
2359
- "button"
2360
- ]
2361
- }
2362
- },
2363
- "propToVariantKeys": {
2364
- "variant": [
2365
- "chipToggleVariantRoot",
2366
- "chipToggleVariantIcon"
2367
- ]
2368
- },
2367
+ "internalComponentProps": {},
2368
+ "propToVariantKeys": {},
2369
2369
  "runtimeConfigDefaultProps": {},
2370
2370
  "runtimeConfigGetStyles": {},
2371
2371
  "runtimeConfigInternalComponentProps": {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yahoo/uds",
3
3
  "description": "Yahoo Universal System",
4
- "version": "3.129.0",
4
+ "version": "3.130.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",