@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.
@@ -1287,350 +1287,6 @@
1287
1287
  "runtimeConfigInternalComponentProps": {},
1288
1288
  "motionVarPrefixes": []
1289
1289
  },
1290
- "Input": {
1291
- "name": "Input",
1292
- "defaultProps": {
1293
- "type": "text",
1294
- "size": "md",
1295
- "width": "full"
1296
- },
1297
- "getStylesLiterals": {
1298
- "inputVariantRoot": "default",
1299
- "inputVariantValueRoot": "empty",
1300
- "inputVariantValueRoot:1": "filled",
1301
- "inputVariantInputWrapper": "default",
1302
- "inputVariantValueInputWrapper": "empty",
1303
- "inputVariantValueInputWrapper:1": "filled",
1304
- "inputVariantInput": "default",
1305
- "inputVariantValueInput": "empty",
1306
- "inputVariantValueInput:1": "filled",
1307
- "inputVariantInputPlaceholder": "default",
1308
- "inputVariantValueInputPlaceholder": "empty",
1309
- "inputVariantValueInputPlaceholder:1": "filled",
1310
- "inputVariantLabel": "default",
1311
- "inputVariantValueLabel": "empty",
1312
- "inputVariantValueLabel:1": "filled",
1313
- "inputVariantLabelRequired": "default",
1314
- "inputVariantValueLabelRequired": "empty",
1315
- "inputVariantValueLabelRequired:1": "filled",
1316
- "inputVariantStartIcon": "default",
1317
- "inputVariantValueStartIcon": "empty",
1318
- "inputVariantValueStartIcon:1": "filled",
1319
- "inputVariantEndIcon": "default",
1320
- "inputVariantValueEndIcon": "empty",
1321
- "inputVariantValueEndIcon:1": "filled"
1322
- },
1323
- "cxLiterals": [
1324
- "opacity-50",
1325
- "min-w-[200px]",
1326
- "grow",
1327
- "uds-hit-target",
1328
- "bg-clip-text",
1329
- "focus:outline-none",
1330
- "cursor-text",
1331
- "cursor-not-allowed"
1332
- ],
1333
- "internalComponents": [
1334
- "IconSlot",
1335
- "StartIcon",
1336
- "EndIcon",
1337
- "HelpTextContent",
1338
- "Box",
1339
- "InputHelpTextInternal",
1340
- "VStack",
1341
- "HStack",
1342
- "AnimateHeightChange"
1343
- ],
1344
- "internalComponentProps": {
1345
- "HelpTextContent": {
1346
- "spacingTop": [
1347
- "2"
1348
- ]
1349
- },
1350
- "Box": {
1351
- "spacingBottom": [
1352
- "2"
1353
- ],
1354
- "columnGap": [
1355
- "0.5"
1356
- ],
1357
- "alignItems": [
1358
- "flex-end",
1359
- "center"
1360
- ],
1361
- "position": [
1362
- "relative"
1363
- ]
1364
- },
1365
- "HStack": {
1366
- "alignItems": [
1367
- "center"
1368
- ],
1369
- "gap": [
1370
- "1"
1371
- ]
1372
- }
1373
- },
1374
- "propToVariantKeys": {
1375
- "size": [
1376
- "inputSizeRoot",
1377
- "inputSizeInputWrapper",
1378
- "inputSizeInput",
1379
- "inputSizeLabel",
1380
- "inputSizeStartIcon",
1381
- "inputSizeEndIcon"
1382
- ],
1383
- "startIcon": [
1384
- "icon"
1385
- ],
1386
- "endIcon": [
1387
- "icon"
1388
- ],
1389
- "helperTextIcon": [
1390
- "startIcon"
1391
- ]
1392
- },
1393
- "runtimeConfigDefaultProps": {},
1394
- "runtimeConfigGetStyles": {},
1395
- "runtimeConfigInternalComponentProps": {},
1396
- "motionVarPrefixes": []
1397
- },
1398
- "InputHelpText": {
1399
- "name": "InputHelpText",
1400
- "defaultProps": {
1401
- "size": "md"
1402
- },
1403
- "getStylesLiterals": {
1404
- "inputVariantRoot": "default",
1405
- "inputVariantValueRoot": "empty",
1406
- "inputVariantValueRoot:1": "filled"
1407
- },
1408
- "cxLiterals": [],
1409
- "internalComponents": [
1410
- "InputHelpTextInternal",
1411
- "Box"
1412
- ],
1413
- "internalComponentProps": {
1414
- "Box": {
1415
- "spacingTop": [
1416
- "2"
1417
- ]
1418
- }
1419
- },
1420
- "propToVariantKeys": {
1421
- "size": [
1422
- "inputSizeRoot"
1423
- ]
1424
- },
1425
- "runtimeConfigDefaultProps": {},
1426
- "runtimeConfigGetStyles": {},
1427
- "runtimeConfigInternalComponentProps": {},
1428
- "motionVarPrefixes": []
1429
- },
1430
- "InputHelpTextInternal": {
1431
- "name": "InputHelpTextInternal",
1432
- "defaultProps": {},
1433
- "getStylesLiterals": {
1434
- "inputVariantHelperText": "default",
1435
- "inputVariantValueHelperText": "empty",
1436
- "inputVariantValueHelperText:1": "filled",
1437
- "inputVariantHelperIcon": "default",
1438
- "inputVariantValueHelperIcon": "empty",
1439
- "inputVariantValueHelperIcon:1": "filled"
1440
- },
1441
- "cxLiterals": [],
1442
- "internalComponents": [
1443
- "IconSlot",
1444
- "HStack"
1445
- ],
1446
- "internalComponentProps": {
1447
- "HStack": {
1448
- "gap": [
1449
- "1"
1450
- ],
1451
- "alignItems": [
1452
- "center"
1453
- ]
1454
- }
1455
- },
1456
- "propToVariantKeys": {
1457
- "size": [
1458
- "inputSizeHelperText",
1459
- "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": {},
1629
- "runtimeConfigDefaultProps": {},
1630
- "runtimeConfigGetStyles": {},
1631
- "runtimeConfigInternalComponentProps": {},
1632
- "motionVarPrefixes": []
1633
- },
1634
1290
  "BottomSheet": {
1635
1291
  "name": "BottomSheet",
1636
1292
  "defaultProps": {
@@ -1849,59 +1505,258 @@
1849
1505
  "runtimeConfigInternalComponentProps": {},
1850
1506
  "motionVarPrefixes": []
1851
1507
  },
1852
- "BottomSheetInternalContext": {
1853
- "name": "BottomSheetInternalContext",
1854
- "defaultProps": {},
1508
+ "BottomSheetInternalContext": {
1509
+ "name": "BottomSheetInternalContext",
1510
+ "defaultProps": {},
1511
+ "getStylesLiterals": {},
1512
+ "cxLiterals": [],
1513
+ "internalComponents": [],
1514
+ "internalComponentProps": {},
1515
+ "propToVariantKeys": {},
1516
+ "runtimeConfigDefaultProps": {},
1517
+ "runtimeConfigGetStyles": {},
1518
+ "runtimeConfigInternalComponentProps": {},
1519
+ "motionVarPrefixes": []
1520
+ },
1521
+ "BottomSheetProvider": {
1522
+ "name": "BottomSheetProvider",
1523
+ "defaultProps": {},
1524
+ "getStylesLiterals": {},
1525
+ "cxLiterals": [],
1526
+ "internalComponents": [
1527
+ "AriakitDialogProvider"
1528
+ ],
1529
+ "internalComponentProps": {},
1530
+ "propToVariantKeys": {},
1531
+ "runtimeConfigDefaultProps": {},
1532
+ "runtimeConfigGetStyles": {},
1533
+ "runtimeConfigInternalComponentProps": {},
1534
+ "motionVarPrefixes": []
1535
+ },
1536
+ "BottomSheetTrigger": {
1537
+ "name": "BottomSheetTrigger",
1538
+ "defaultProps": {},
1539
+ "getStylesLiterals": {},
1540
+ "cxLiterals": [],
1541
+ "internalComponents": [
1542
+ "AriakitDialogDisclosure"
1543
+ ],
1544
+ "internalComponentProps": {},
1545
+ "propToVariantKeys": {},
1546
+ "runtimeConfigDefaultProps": {},
1547
+ "runtimeConfigGetStyles": {},
1548
+ "runtimeConfigInternalComponentProps": {},
1549
+ "motionVarPrefixes": []
1550
+ },
1551
+ "UDSBottomSheetConfigProvider": {
1552
+ "name": "UDSBottomSheetConfigProvider",
1553
+ "defaultProps": {},
1554
+ "getStylesLiterals": {},
1555
+ "cxLiterals": [],
1556
+ "internalComponents": [
1557
+ "BottomSheetContext.Provider"
1558
+ ],
1559
+ "internalComponentProps": {},
1560
+ "propToVariantKeys": {},
1561
+ "runtimeConfigDefaultProps": {},
1562
+ "runtimeConfigGetStyles": {},
1563
+ "runtimeConfigInternalComponentProps": {},
1564
+ "motionVarPrefixes": []
1565
+ },
1566
+ "Chip": {
1567
+ "name": "Chip",
1568
+ "defaultProps": {},
1569
+ "getStylesLiterals": {},
1570
+ "cxLiterals": [],
1571
+ "internalComponents": [
1572
+ "ChipDismissible",
1573
+ "ChipToggle",
1574
+ "ChipLink",
1575
+ "ChipButton"
1576
+ ],
1577
+ "internalComponentProps": {},
1578
+ "propToVariantKeys": {},
1579
+ "runtimeConfigDefaultProps": {},
1580
+ "runtimeConfigGetStyles": {},
1581
+ "runtimeConfigInternalComponentProps": {},
1582
+ "motionVarPrefixes": []
1583
+ },
1584
+ "ChipBase": {
1585
+ "name": "ChipBase",
1586
+ "defaultProps": {
1587
+ "size": "md",
1588
+ "as": "div"
1589
+ },
1590
+ "getStylesLiterals": {},
1591
+ "cxLiterals": [
1592
+ "pointer-events-none",
1593
+ "cursor-default",
1594
+ "opacity-50",
1595
+ "inline-flex",
1596
+ "items-center",
1597
+ "transition-[background-color,outline-color,box-shadow]",
1598
+ "truncate",
1599
+ "whitespace-nowrap",
1600
+ "text-center",
1601
+ "flex-1"
1602
+ ],
1603
+ "internalComponents": [
1604
+ "IconSlot",
1605
+ "HStack",
1606
+ "As",
1607
+ "Text"
1608
+ ],
1609
+ "internalComponentProps": {
1610
+ "Text": {
1611
+ "as": [
1612
+ "span"
1613
+ ],
1614
+ "color": [
1615
+ "current"
1616
+ ],
1617
+ "variant": [
1618
+ "inherit"
1619
+ ]
1620
+ }
1621
+ },
1622
+ "propToVariantKeys": {
1623
+ "size": [
1624
+ "chipSizeRoot",
1625
+ "chipSizeIcon"
1626
+ ],
1627
+ "startIcon": [
1628
+ "icon"
1629
+ ],
1630
+ "endIcon": [
1631
+ "icon"
1632
+ ]
1633
+ },
1634
+ "runtimeConfigDefaultProps": {},
1635
+ "runtimeConfigGetStyles": {},
1636
+ "runtimeConfigInternalComponentProps": {},
1637
+ "motionVarPrefixes": []
1638
+ },
1639
+ "ChipButton": {
1640
+ "name": "ChipButton",
1641
+ "defaultProps": {
1642
+ "variant": "primary"
1643
+ },
1855
1644
  "getStylesLiterals": {},
1856
- "cxLiterals": [],
1857
- "internalComponents": [],
1858
- "internalComponentProps": {},
1859
- "propToVariantKeys": {},
1645
+ "cxLiterals": [
1646
+ "uds-ring"
1647
+ ],
1648
+ "internalComponents": [
1649
+ "ChipBase"
1650
+ ],
1651
+ "internalComponentProps": {
1652
+ "ChipBase": {
1653
+ "as": [
1654
+ "button"
1655
+ ]
1656
+ }
1657
+ },
1658
+ "propToVariantKeys": {
1659
+ "variant": [
1660
+ "chipLinkVariantRoot",
1661
+ "chipLinkVariantIcon"
1662
+ ]
1663
+ },
1860
1664
  "runtimeConfigDefaultProps": {},
1861
1665
  "runtimeConfigGetStyles": {},
1862
1666
  "runtimeConfigInternalComponentProps": {},
1863
1667
  "motionVarPrefixes": []
1864
1668
  },
1865
- "BottomSheetProvider": {
1866
- "name": "BottomSheetProvider",
1867
- "defaultProps": {},
1669
+ "ChipDismissible": {
1670
+ "name": "ChipDismissible",
1671
+ "defaultProps": {
1672
+ "variant": "primary"
1673
+ },
1868
1674
  "getStylesLiterals": {},
1869
- "cxLiterals": [],
1675
+ "cxLiterals": [
1676
+ "uds-chip-dismissible-button",
1677
+ "uds-hit-target",
1678
+ "uds-ring",
1679
+ "rounded-full"
1680
+ ],
1870
1681
  "internalComponents": [
1871
- "AriakitDialogProvider"
1682
+ "ChipBase",
1683
+ "IconSlot",
1684
+ "Pressable"
1872
1685
  ],
1873
1686
  "internalComponentProps": {},
1874
- "propToVariantKeys": {},
1687
+ "propToVariantKeys": {
1688
+ "variant": [
1689
+ "chipDismissibleVariantRoot",
1690
+ "chipDismissibleVariantIcon"
1691
+ ],
1692
+ "dismissButtonAriaLabel": [
1693
+ "aria-label"
1694
+ ]
1695
+ },
1875
1696
  "runtimeConfigDefaultProps": {},
1876
1697
  "runtimeConfigGetStyles": {},
1877
1698
  "runtimeConfigInternalComponentProps": {},
1878
1699
  "motionVarPrefixes": []
1879
1700
  },
1880
- "BottomSheetTrigger": {
1881
- "name": "BottomSheetTrigger",
1882
- "defaultProps": {},
1701
+ "ChipLink": {
1702
+ "name": "ChipLink",
1703
+ "defaultProps": {
1704
+ "variant": "primary"
1705
+ },
1883
1706
  "getStylesLiterals": {},
1884
- "cxLiterals": [],
1707
+ "cxLiterals": [
1708
+ "uds-ring"
1709
+ ],
1885
1710
  "internalComponents": [
1886
- "AriakitDialogDisclosure"
1711
+ "ChipBase"
1887
1712
  ],
1888
- "internalComponentProps": {},
1889
- "propToVariantKeys": {},
1713
+ "internalComponentProps": {
1714
+ "ChipBase": {
1715
+ "as": [
1716
+ "a"
1717
+ ]
1718
+ }
1719
+ },
1720
+ "propToVariantKeys": {
1721
+ "variant": [
1722
+ "chipLinkVariantRoot",
1723
+ "chipLinkVariantIcon"
1724
+ ]
1725
+ },
1890
1726
  "runtimeConfigDefaultProps": {},
1891
1727
  "runtimeConfigGetStyles": {},
1892
1728
  "runtimeConfigInternalComponentProps": {},
1893
1729
  "motionVarPrefixes": []
1894
1730
  },
1895
- "UDSBottomSheetConfigProvider": {
1896
- "name": "UDSBottomSheetConfigProvider",
1897
- "defaultProps": {},
1898
- "getStylesLiterals": {},
1899
- "cxLiterals": [],
1731
+ "ChipToggle": {
1732
+ "name": "ChipToggle",
1733
+ "defaultProps": {
1734
+ "variant": "primary",
1735
+ "role": "checkbox"
1736
+ },
1737
+ "getStylesLiterals": {
1738
+ "chipToggleVariantActiveRoot": "on",
1739
+ "chipToggleVariantActiveRoot:1": "off"
1740
+ },
1741
+ "cxLiterals": [
1742
+ "uds-ring"
1743
+ ],
1900
1744
  "internalComponents": [
1901
- "BottomSheetContext.Provider"
1745
+ "ChipBase"
1902
1746
  ],
1903
- "internalComponentProps": {},
1904
- "propToVariantKeys": {},
1747
+ "internalComponentProps": {
1748
+ "ChipBase": {
1749
+ "as": [
1750
+ "button"
1751
+ ]
1752
+ }
1753
+ },
1754
+ "propToVariantKeys": {
1755
+ "variant": [
1756
+ "chipToggleVariantRoot",
1757
+ "chipToggleVariantIcon"
1758
+ ]
1759
+ },
1905
1760
  "runtimeConfigDefaultProps": {},
1906
1761
  "runtimeConfigGetStyles": {},
1907
1762
  "runtimeConfigInternalComponentProps": {},
@@ -2172,66 +2027,176 @@
2172
2027
  "runtimeConfigInternalComponentProps": {},
2173
2028
  "motionVarPrefixes": []
2174
2029
  },
2175
- "Chip": {
2176
- "name": "Chip",
2177
- "defaultProps": {},
2178
- "getStylesLiterals": {},
2030
+ "Input": {
2031
+ "name": "Input",
2032
+ "defaultProps": {
2033
+ "type": "text",
2034
+ "size": "md",
2035
+ "width": "full"
2036
+ },
2037
+ "getStylesLiterals": {
2038
+ "inputVariantRoot": "default",
2039
+ "inputVariantValueRoot": "empty",
2040
+ "inputVariantValueRoot:1": "filled",
2041
+ "inputVariantInputWrapper": "default",
2042
+ "inputVariantValueInputWrapper": "empty",
2043
+ "inputVariantValueInputWrapper:1": "filled",
2044
+ "inputVariantInput": "default",
2045
+ "inputVariantValueInput": "empty",
2046
+ "inputVariantValueInput:1": "filled",
2047
+ "inputVariantInputPlaceholder": "default",
2048
+ "inputVariantValueInputPlaceholder": "empty",
2049
+ "inputVariantValueInputPlaceholder:1": "filled",
2050
+ "inputVariantLabel": "default",
2051
+ "inputVariantValueLabel": "empty",
2052
+ "inputVariantValueLabel:1": "filled",
2053
+ "inputVariantLabelRequired": "default",
2054
+ "inputVariantValueLabelRequired": "empty",
2055
+ "inputVariantValueLabelRequired:1": "filled",
2056
+ "inputVariantStartIcon": "default",
2057
+ "inputVariantValueStartIcon": "empty",
2058
+ "inputVariantValueStartIcon:1": "filled",
2059
+ "inputVariantEndIcon": "default",
2060
+ "inputVariantValueEndIcon": "empty",
2061
+ "inputVariantValueEndIcon:1": "filled"
2062
+ },
2063
+ "cxLiterals": [
2064
+ "opacity-50",
2065
+ "min-w-[200px]",
2066
+ "grow",
2067
+ "uds-hit-target",
2068
+ "bg-clip-text",
2069
+ "focus:outline-none",
2070
+ "cursor-text",
2071
+ "cursor-not-allowed"
2072
+ ],
2073
+ "internalComponents": [
2074
+ "IconSlot",
2075
+ "StartIcon",
2076
+ "EndIcon",
2077
+ "HelpTextContent",
2078
+ "Box",
2079
+ "InputHelpTextInternal",
2080
+ "VStack",
2081
+ "HStack",
2082
+ "AnimateHeightChange"
2083
+ ],
2084
+ "internalComponentProps": {
2085
+ "HelpTextContent": {
2086
+ "spacingTop": [
2087
+ "2"
2088
+ ]
2089
+ },
2090
+ "Box": {
2091
+ "spacingBottom": [
2092
+ "2"
2093
+ ],
2094
+ "columnGap": [
2095
+ "0.5"
2096
+ ],
2097
+ "alignItems": [
2098
+ "flex-end",
2099
+ "center"
2100
+ ],
2101
+ "position": [
2102
+ "relative"
2103
+ ]
2104
+ },
2105
+ "HStack": {
2106
+ "alignItems": [
2107
+ "center"
2108
+ ],
2109
+ "gap": [
2110
+ "1"
2111
+ ]
2112
+ }
2113
+ },
2114
+ "propToVariantKeys": {
2115
+ "size": [
2116
+ "inputSizeRoot",
2117
+ "inputSizeInputWrapper",
2118
+ "inputSizeInput",
2119
+ "inputSizeLabel",
2120
+ "inputSizeStartIcon",
2121
+ "inputSizeEndIcon"
2122
+ ],
2123
+ "startIcon": [
2124
+ "icon"
2125
+ ],
2126
+ "endIcon": [
2127
+ "icon"
2128
+ ],
2129
+ "helperTextIcon": [
2130
+ "startIcon"
2131
+ ]
2132
+ },
2133
+ "runtimeConfigDefaultProps": {},
2134
+ "runtimeConfigGetStyles": {},
2135
+ "runtimeConfigInternalComponentProps": {},
2136
+ "motionVarPrefixes": []
2137
+ },
2138
+ "InputHelpText": {
2139
+ "name": "InputHelpText",
2140
+ "defaultProps": {
2141
+ "size": "md"
2142
+ },
2143
+ "getStylesLiterals": {
2144
+ "inputVariantRoot": "default",
2145
+ "inputVariantValueRoot": "empty",
2146
+ "inputVariantValueRoot:1": "filled"
2147
+ },
2179
2148
  "cxLiterals": [],
2180
2149
  "internalComponents": [
2181
- "ChipDismissible",
2182
- "ChipToggle",
2183
- "ChipLink",
2184
- "ChipButton"
2150
+ "InputHelpTextInternal",
2151
+ "Box"
2185
2152
  ],
2186
- "internalComponentProps": {},
2187
- "propToVariantKeys": {},
2153
+ "internalComponentProps": {
2154
+ "Box": {
2155
+ "spacingTop": [
2156
+ "2"
2157
+ ]
2158
+ }
2159
+ },
2160
+ "propToVariantKeys": {
2161
+ "size": [
2162
+ "inputSizeRoot"
2163
+ ]
2164
+ },
2188
2165
  "runtimeConfigDefaultProps": {},
2189
2166
  "runtimeConfigGetStyles": {},
2190
2167
  "runtimeConfigInternalComponentProps": {},
2191
2168
  "motionVarPrefixes": []
2192
2169
  },
2193
- "ChipBase": {
2194
- "name": "ChipBase",
2195
- "defaultProps": {
2196
- "size": "md",
2197
- "as": "div"
2170
+ "InputHelpTextInternal": {
2171
+ "name": "InputHelpTextInternal",
2172
+ "defaultProps": {},
2173
+ "getStylesLiterals": {
2174
+ "inputVariantHelperText": "default",
2175
+ "inputVariantValueHelperText": "empty",
2176
+ "inputVariantValueHelperText:1": "filled",
2177
+ "inputVariantHelperIcon": "default",
2178
+ "inputVariantValueHelperIcon": "empty",
2179
+ "inputVariantValueHelperIcon:1": "filled"
2198
2180
  },
2199
- "getStylesLiterals": {},
2200
- "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"
2211
- ],
2181
+ "cxLiterals": [],
2212
2182
  "internalComponents": [
2213
2183
  "IconSlot",
2214
- "HStack",
2215
- "As",
2216
- "Text"
2184
+ "HStack"
2217
2185
  ],
2218
2186
  "internalComponentProps": {
2219
- "Text": {
2220
- "as": [
2221
- "span"
2222
- ],
2223
- "color": [
2224
- "current"
2187
+ "HStack": {
2188
+ "gap": [
2189
+ "1"
2225
2190
  ],
2226
- "variant": [
2227
- "inherit"
2191
+ "alignItems": [
2192
+ "center"
2228
2193
  ]
2229
2194
  }
2230
2195
  },
2231
2196
  "propToVariantKeys": {
2232
2197
  "size": [
2233
- "chipSizeRoot",
2234
- "chipSizeIcon"
2198
+ "inputSizeHelperText",
2199
+ "inputSizeHelperIcon"
2235
2200
  ],
2236
2201
  "startIcon": [
2237
2202
  "icon"
@@ -2245,91 +2210,145 @@
2245
2210
  "runtimeConfigInternalComponentProps": {},
2246
2211
  "motionVarPrefixes": []
2247
2212
  },
2248
- "ChipButton": {
2249
- "name": "ChipButton",
2250
- "defaultProps": {
2251
- "variant": "primary"
2252
- },
2213
+ "Popover": {
2214
+ "name": "Popover",
2215
+ "defaultProps": {},
2253
2216
  "getStylesLiterals": {},
2254
- "cxLiterals": [
2255
- "uds-ring"
2256
- ],
2217
+ "cxLiterals": [],
2257
2218
  "internalComponents": [
2258
- "ChipBase"
2219
+ "PopoverInternalContext.Provider",
2220
+ "PopoverProvider"
2259
2221
  ],
2260
- "internalComponentProps": {
2261
- "ChipBase": {
2262
- "as": [
2263
- "button"
2264
- ]
2265
- }
2266
- },
2267
- "propToVariantKeys": {
2268
- "variant": [
2269
- "chipLinkVariantRoot",
2270
- "chipLinkVariantIcon"
2271
- ]
2222
+ "internalComponentProps": {},
2223
+ "propToVariantKeys": {},
2224
+ "runtimeConfigDefaultProps": {
2225
+ "size": "popover.defaultSize",
2226
+ "variant": "popover.defaultVariant"
2272
2227
  },
2273
- "runtimeConfigDefaultProps": {},
2274
2228
  "runtimeConfigGetStyles": {},
2275
2229
  "runtimeConfigInternalComponentProps": {},
2276
2230
  "motionVarPrefixes": []
2277
2231
  },
2278
- "ChipDismissible": {
2279
- "name": "ChipDismissible",
2280
- "defaultProps": {
2281
- "variant": "primary"
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"
2282
2259
  },
2283
- "getStylesLiterals": {},
2284
2260
  "cxLiterals": [
2285
- "uds-chip-dismissible-button",
2286
- "uds-hit-target",
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",
2287
2275
  "uds-ring",
2288
- "rounded-full"
2276
+ "absolute",
2277
+ "z-[4]"
2289
2278
  ],
2290
2279
  "internalComponents": [
2291
- "ChipBase",
2280
+ "PopoverDismiss",
2292
2281
  "IconSlot",
2282
+ "PopoverArrow",
2283
+ "Popover",
2284
+ "SvgFloatingOverlay",
2285
+ "Box",
2293
2286
  "Pressable"
2294
2287
  ],
2295
2288
  "internalComponentProps": {},
2296
2289
  "propToVariantKeys": {
2297
- "variant": [
2298
- "chipDismissibleVariantRoot",
2299
- "chipDismissibleVariantIcon"
2290
+ "closeIcon": [
2291
+ "icon"
2292
+ ]
2293
+ },
2294
+ "runtimeConfigDefaultProps": {
2295
+ "size": "popover.defaultSize",
2296
+ "variant": "popover.defaultVariant"
2297
+ },
2298
+ "runtimeConfigGetStyles": {
2299
+ "spacingTop": [
2300
+ "popover.spacingVertical.${size}"
2300
2301
  ],
2301
- "dismissButtonAriaLabel": [
2302
- "aria-label"
2302
+ "spacingStart": [
2303
+ "popover.spacingHorizontal.${size}"
2304
+ ],
2305
+ "spacingBottom": [
2306
+ "popover.spacingVertical.${size}"
2307
+ ],
2308
+ "spacingEnd": [
2309
+ "popover.spacingHorizontal.${size}"
2303
2310
  ]
2304
2311
  },
2312
+ "runtimeConfigInternalComponentProps": {
2313
+ "SvgFloatingOverlay": {
2314
+ "borderRadius": [
2315
+ "popover.borderRadius.${size}"
2316
+ ]
2317
+ }
2318
+ },
2319
+ "motionVarPrefixes": []
2320
+ },
2321
+ "PopoverContext": {
2322
+ "name": "PopoverContext",
2323
+ "defaultProps": {},
2324
+ "getStylesLiterals": {},
2325
+ "cxLiterals": [],
2326
+ "internalComponents": [],
2327
+ "internalComponentProps": {},
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": {},