@yahoo/uds 3.130.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,388 +1287,6 @@
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
- },
1489
- "Input": {
1490
- "name": "Input",
1491
- "defaultProps": {
1492
- "type": "text",
1493
- "size": "md",
1494
- "width": "full"
1495
- },
1496
- "getStylesLiterals": {
1497
- "inputVariantRoot": "default",
1498
- "inputVariantValueRoot": "empty",
1499
- "inputVariantValueRoot:1": "filled",
1500
- "inputVariantInputWrapper": "default",
1501
- "inputVariantValueInputWrapper": "empty",
1502
- "inputVariantValueInputWrapper:1": "filled",
1503
- "inputVariantInput": "default",
1504
- "inputVariantValueInput": "empty",
1505
- "inputVariantValueInput:1": "filled",
1506
- "inputVariantInputPlaceholder": "default",
1507
- "inputVariantValueInputPlaceholder": "empty",
1508
- "inputVariantValueInputPlaceholder:1": "filled",
1509
- "inputVariantLabel": "default",
1510
- "inputVariantValueLabel": "empty",
1511
- "inputVariantValueLabel:1": "filled",
1512
- "inputVariantLabelRequired": "default",
1513
- "inputVariantValueLabelRequired": "empty",
1514
- "inputVariantValueLabelRequired:1": "filled",
1515
- "inputVariantStartIcon": "default",
1516
- "inputVariantValueStartIcon": "empty",
1517
- "inputVariantValueStartIcon:1": "filled",
1518
- "inputVariantEndIcon": "default",
1519
- "inputVariantValueEndIcon": "empty",
1520
- "inputVariantValueEndIcon:1": "filled"
1521
- },
1522
- "cxLiterals": [
1523
- "opacity-50",
1524
- "min-w-[200px]",
1525
- "grow",
1526
- "uds-hit-target",
1527
- "bg-clip-text",
1528
- "focus:outline-none",
1529
- "cursor-text",
1530
- "cursor-not-allowed"
1531
- ],
1532
- "internalComponents": [
1533
- "IconSlot",
1534
- "StartIcon",
1535
- "EndIcon",
1536
- "HelpTextContent",
1537
- "Box",
1538
- "InputHelpTextInternal",
1539
- "VStack",
1540
- "HStack",
1541
- "AnimateHeightChange"
1542
- ],
1543
- "internalComponentProps": {
1544
- "HelpTextContent": {
1545
- "spacingTop": [
1546
- "2"
1547
- ]
1548
- },
1549
- "Box": {
1550
- "spacingBottom": [
1551
- "2"
1552
- ],
1553
- "columnGap": [
1554
- "0.5"
1555
- ],
1556
- "alignItems": [
1557
- "flex-end",
1558
- "center"
1559
- ],
1560
- "position": [
1561
- "relative"
1562
- ]
1563
- },
1564
- "HStack": {
1565
- "alignItems": [
1566
- "center"
1567
- ],
1568
- "gap": [
1569
- "1"
1570
- ]
1571
- }
1572
- },
1573
- "propToVariantKeys": {
1574
- "size": [
1575
- "inputSizeRoot",
1576
- "inputSizeInputWrapper",
1577
- "inputSizeInput",
1578
- "inputSizeLabel",
1579
- "inputSizeStartIcon",
1580
- "inputSizeEndIcon"
1581
- ],
1582
- "startIcon": [
1583
- "icon"
1584
- ],
1585
- "endIcon": [
1586
- "icon"
1587
- ],
1588
- "helperTextIcon": [
1589
- "startIcon"
1590
- ]
1591
- },
1592
- "runtimeConfigDefaultProps": {},
1593
- "runtimeConfigGetStyles": {},
1594
- "runtimeConfigInternalComponentProps": {},
1595
- "motionVarPrefixes": []
1596
- },
1597
- "InputHelpText": {
1598
- "name": "InputHelpText",
1599
- "defaultProps": {
1600
- "size": "md"
1601
- },
1602
- "getStylesLiterals": {
1603
- "inputVariantRoot": "default",
1604
- "inputVariantValueRoot": "empty",
1605
- "inputVariantValueRoot:1": "filled"
1606
- },
1607
- "cxLiterals": [],
1608
- "internalComponents": [
1609
- "InputHelpTextInternal",
1610
- "Box"
1611
- ],
1612
- "internalComponentProps": {
1613
- "Box": {
1614
- "spacingTop": [
1615
- "2"
1616
- ]
1617
- }
1618
- },
1619
- "propToVariantKeys": {
1620
- "size": [
1621
- "inputSizeRoot"
1622
- ]
1623
- },
1624
- "runtimeConfigDefaultProps": {},
1625
- "runtimeConfigGetStyles": {},
1626
- "runtimeConfigInternalComponentProps": {},
1627
- "motionVarPrefixes": []
1628
- },
1629
- "InputHelpTextInternal": {
1630
- "name": "InputHelpTextInternal",
1631
- "defaultProps": {},
1632
- "getStylesLiterals": {
1633
- "inputVariantHelperText": "default",
1634
- "inputVariantValueHelperText": "empty",
1635
- "inputVariantValueHelperText:1": "filled",
1636
- "inputVariantHelperIcon": "default",
1637
- "inputVariantValueHelperIcon": "empty",
1638
- "inputVariantValueHelperIcon:1": "filled"
1639
- },
1640
- "cxLiterals": [],
1641
- "internalComponents": [
1642
- "IconSlot",
1643
- "HStack"
1644
- ],
1645
- "internalComponentProps": {
1646
- "HStack": {
1647
- "gap": [
1648
- "1"
1649
- ],
1650
- "alignItems": [
1651
- "center"
1652
- ]
1653
- }
1654
- },
1655
- "propToVariantKeys": {
1656
- "size": [
1657
- "inputSizeHelperText",
1658
- "inputSizeHelperIcon"
1659
- ],
1660
- "startIcon": [
1661
- "icon"
1662
- ],
1663
- "endIcon": [
1664
- "icon"
1665
- ]
1666
- },
1667
- "runtimeConfigDefaultProps": {},
1668
- "runtimeConfigGetStyles": {},
1669
- "runtimeConfigInternalComponentProps": {},
1670
- "motionVarPrefixes": []
1671
- },
1672
1290
  "BottomSheet": {
1673
1291
  "name": "BottomSheet",
1674
1292
  "defaultProps": {
@@ -1915,31 +1533,230 @@
1915
1533
  "runtimeConfigInternalComponentProps": {},
1916
1534
  "motionVarPrefixes": []
1917
1535
  },
1918
- "BottomSheetTrigger": {
1919
- "name": "BottomSheetTrigger",
1920
- "defaultProps": {},
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
+ },
1644
+ "getStylesLiterals": {},
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
+ },
1664
+ "runtimeConfigDefaultProps": {},
1665
+ "runtimeConfigGetStyles": {},
1666
+ "runtimeConfigInternalComponentProps": {},
1667
+ "motionVarPrefixes": []
1668
+ },
1669
+ "ChipDismissible": {
1670
+ "name": "ChipDismissible",
1671
+ "defaultProps": {
1672
+ "variant": "primary"
1673
+ },
1674
+ "getStylesLiterals": {},
1675
+ "cxLiterals": [
1676
+ "uds-chip-dismissible-button",
1677
+ "uds-hit-target",
1678
+ "uds-ring",
1679
+ "rounded-full"
1680
+ ],
1681
+ "internalComponents": [
1682
+ "ChipBase",
1683
+ "IconSlot",
1684
+ "Pressable"
1685
+ ],
1686
+ "internalComponentProps": {},
1687
+ "propToVariantKeys": {
1688
+ "variant": [
1689
+ "chipDismissibleVariantRoot",
1690
+ "chipDismissibleVariantIcon"
1691
+ ],
1692
+ "dismissButtonAriaLabel": [
1693
+ "aria-label"
1694
+ ]
1695
+ },
1696
+ "runtimeConfigDefaultProps": {},
1697
+ "runtimeConfigGetStyles": {},
1698
+ "runtimeConfigInternalComponentProps": {},
1699
+ "motionVarPrefixes": []
1700
+ },
1701
+ "ChipLink": {
1702
+ "name": "ChipLink",
1703
+ "defaultProps": {
1704
+ "variant": "primary"
1705
+ },
1921
1706
  "getStylesLiterals": {},
1922
- "cxLiterals": [],
1707
+ "cxLiterals": [
1708
+ "uds-ring"
1709
+ ],
1923
1710
  "internalComponents": [
1924
- "AriakitDialogDisclosure"
1711
+ "ChipBase"
1925
1712
  ],
1926
- "internalComponentProps": {},
1927
- "propToVariantKeys": {},
1713
+ "internalComponentProps": {
1714
+ "ChipBase": {
1715
+ "as": [
1716
+ "a"
1717
+ ]
1718
+ }
1719
+ },
1720
+ "propToVariantKeys": {
1721
+ "variant": [
1722
+ "chipLinkVariantRoot",
1723
+ "chipLinkVariantIcon"
1724
+ ]
1725
+ },
1928
1726
  "runtimeConfigDefaultProps": {},
1929
1727
  "runtimeConfigGetStyles": {},
1930
1728
  "runtimeConfigInternalComponentProps": {},
1931
1729
  "motionVarPrefixes": []
1932
1730
  },
1933
- "UDSBottomSheetConfigProvider": {
1934
- "name": "UDSBottomSheetConfigProvider",
1935
- "defaultProps": {},
1936
- "getStylesLiterals": {},
1937
- "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
+ ],
1938
1744
  "internalComponents": [
1939
- "BottomSheetContext.Provider"
1745
+ "ChipBase"
1940
1746
  ],
1941
- "internalComponentProps": {},
1942
- "propToVariantKeys": {},
1747
+ "internalComponentProps": {
1748
+ "ChipBase": {
1749
+ "as": [
1750
+ "button"
1751
+ ]
1752
+ }
1753
+ },
1754
+ "propToVariantKeys": {
1755
+ "variant": [
1756
+ "chipToggleVariantRoot",
1757
+ "chipToggleVariantIcon"
1758
+ ]
1759
+ },
1943
1760
  "runtimeConfigDefaultProps": {},
1944
1761
  "runtimeConfigGetStyles": {},
1945
1762
  "runtimeConfigInternalComponentProps": {},
@@ -2210,6 +2027,189 @@
2210
2027
  "runtimeConfigInternalComponentProps": {},
2211
2028
  "motionVarPrefixes": []
2212
2029
  },
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
+ },
2148
+ "cxLiterals": [],
2149
+ "internalComponents": [
2150
+ "InputHelpTextInternal",
2151
+ "Box"
2152
+ ],
2153
+ "internalComponentProps": {
2154
+ "Box": {
2155
+ "spacingTop": [
2156
+ "2"
2157
+ ]
2158
+ }
2159
+ },
2160
+ "propToVariantKeys": {
2161
+ "size": [
2162
+ "inputSizeRoot"
2163
+ ]
2164
+ },
2165
+ "runtimeConfigDefaultProps": {},
2166
+ "runtimeConfigGetStyles": {},
2167
+ "runtimeConfigInternalComponentProps": {},
2168
+ "motionVarPrefixes": []
2169
+ },
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"
2180
+ },
2181
+ "cxLiterals": [],
2182
+ "internalComponents": [
2183
+ "IconSlot",
2184
+ "HStack"
2185
+ ],
2186
+ "internalComponentProps": {
2187
+ "HStack": {
2188
+ "gap": [
2189
+ "1"
2190
+ ],
2191
+ "alignItems": [
2192
+ "center"
2193
+ ]
2194
+ }
2195
+ },
2196
+ "propToVariantKeys": {
2197
+ "size": [
2198
+ "inputSizeHelperText",
2199
+ "inputSizeHelperIcon"
2200
+ ],
2201
+ "startIcon": [
2202
+ "icon"
2203
+ ],
2204
+ "endIcon": [
2205
+ "icon"
2206
+ ]
2207
+ },
2208
+ "runtimeConfigDefaultProps": {},
2209
+ "runtimeConfigGetStyles": {},
2210
+ "runtimeConfigInternalComponentProps": {},
2211
+ "motionVarPrefixes": []
2212
+ },
2213
2213
  "Popover": {
2214
2214
  "name": "Popover",
2215
2215
  "defaultProps": {},