@yahoo/uds 3.127.0 → 3.128.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.
Files changed (77) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +30 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +2 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +2 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +30 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +1050 -275
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +73 -0
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +73 -0
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +1050 -275
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +126 -1
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +126 -1
  11. package/dist/automated-config/dist/properties.cjs +28 -0
  12. package/dist/automated-config/dist/properties.d.cts +2 -0
  13. package/dist/automated-config/dist/properties.d.ts +2 -0
  14. package/dist/automated-config/dist/properties.js +28 -0
  15. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +2 -2
  16. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +2 -2
  17. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  18. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  19. package/dist/components/Banner/Banner.cjs +3 -1
  20. package/dist/components/Banner/Banner.js +3 -1
  21. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  22. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  23. package/dist/config/dist/index.cjs +127 -2
  24. package/dist/config/dist/index.js +127 -2
  25. package/dist/css-tokens/dist/index.cjs +2 -2
  26. package/dist/css-tokens/dist/index.d.cts +3 -1
  27. package/dist/css-tokens/dist/index.d.ts +3 -1
  28. package/dist/css-tokens/dist/index.js +2 -2
  29. package/dist/fixtures/dist/index.cjs +2 -0
  30. package/dist/fixtures/dist/index.d.cts +4 -3
  31. package/dist/fixtures/dist/index.d.ts +4 -3
  32. package/dist/fixtures/dist/index.js +2 -1
  33. package/dist/fixtures/index.cjs +1 -0
  34. package/dist/fixtures/index.d.cts +2 -2
  35. package/dist/fixtures/index.d.ts +2 -2
  36. package/dist/fixtures/index.js +2 -2
  37. package/dist/index.d.cts +2 -2
  38. package/dist/index.d.ts +2 -2
  39. package/dist/styles/styler.d.cts +50 -48
  40. package/dist/styles/styler.d.ts +50 -48
  41. package/dist/styles/variants.d.cts +30 -0
  42. package/dist/styles/variants.d.ts +30 -0
  43. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +30 -0
  44. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +30 -0
  45. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  46. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1050 -275
  47. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1050 -275
  48. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  49. package/dist/tailwind/dist/automated-config/dist/properties.cjs +28 -0
  50. package/dist/tailwind/dist/automated-config/dist/properties.js +28 -0
  51. package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
  52. package/dist/tailwind/dist/config/dist/index.cjs +127 -2
  53. package/dist/tailwind/dist/config/dist/index.js +127 -2
  54. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  55. package/dist/tailwind/dist/css-tokens/dist/index.cjs +2 -2
  56. package/dist/tailwind/dist/css-tokens/dist/index.js +2 -2
  57. package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -1
  58. package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
  59. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
  60. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
  61. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  62. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  63. package/dist/tokens/index.d.cts +2 -2
  64. package/dist/tokens/index.d.ts +2 -2
  65. package/dist/tokens/types.d.cts +2 -2
  66. package/dist/tokens/types.d.ts +2 -2
  67. package/dist/types/dist/index.d.cts +2 -1
  68. package/dist/types/dist/index.d.ts +2 -1
  69. package/dist/uds/generated/componentData.cjs +138 -134
  70. package/dist/uds/generated/componentData.js +138 -134
  71. package/dist/uds/generated/tailwindPurge.cjs +6 -4
  72. package/dist/uds/generated/tailwindPurge.js +6 -4
  73. package/dist/uds/package.cjs +2 -2
  74. package/dist/uds/package.js +2 -2
  75. package/generated/componentData.json +186 -185
  76. package/generated/tailwindPurge.ts +2 -2
  77. package/package.json +3 -3
@@ -253,7 +253,6 @@ var Banner = {
253
253
  "items-center",
254
254
  "items-start",
255
255
  "min-w-[300px]",
256
- "shadow-[inset_0px_-20px_20px_-10px_rgba(31,31,31,0.05)]",
257
256
  "transition-[background-color]",
258
257
  "motion-safe:duration-120",
259
258
  "bg-carbon-15/0",
@@ -289,7 +288,12 @@ var Banner = {
289
288
  "Pressable": { "data-testid": ["banner-dismiss"] }
290
289
  },
291
290
  "propToVariantKeys": {
292
- "variant": ["bannerVariantRoot", "bannerVariantIcon"],
291
+ "variant": [
292
+ "bannerVariantRoot",
293
+ "bannerVariantIcon",
294
+ "bannerVariantTitle",
295
+ "bannerVariantDescription"
296
+ ],
293
297
  "size": [
294
298
  "bannerSizeRoot",
295
299
  "bannerSizeIcon",
@@ -1394,6 +1398,135 @@ var UDSBottomSheetConfigProvider = {
1394
1398
  "runtimeConfigInternalComponentProps": {},
1395
1399
  "motionVarPrefixes": []
1396
1400
  };
1401
+ var Input = {
1402
+ "name": "Input",
1403
+ "defaultProps": {
1404
+ "type": "text",
1405
+ "size": "md",
1406
+ "width": "full"
1407
+ },
1408
+ "getStylesLiterals": {
1409
+ "inputVariantRoot": "default",
1410
+ "inputVariantValueRoot": "empty",
1411
+ "inputVariantValueRoot:1": "filled",
1412
+ "inputVariantInputWrapper": "default",
1413
+ "inputVariantValueInputWrapper": "empty",
1414
+ "inputVariantValueInputWrapper:1": "filled",
1415
+ "inputVariantInput": "default",
1416
+ "inputVariantValueInput": "empty",
1417
+ "inputVariantValueInput:1": "filled",
1418
+ "inputVariantInputPlaceholder": "default",
1419
+ "inputVariantValueInputPlaceholder": "empty",
1420
+ "inputVariantValueInputPlaceholder:1": "filled",
1421
+ "inputVariantLabel": "default",
1422
+ "inputVariantValueLabel": "empty",
1423
+ "inputVariantValueLabel:1": "filled",
1424
+ "inputVariantLabelRequired": "default",
1425
+ "inputVariantValueLabelRequired": "empty",
1426
+ "inputVariantValueLabelRequired:1": "filled",
1427
+ "inputVariantStartIcon": "default",
1428
+ "inputVariantValueStartIcon": "empty",
1429
+ "inputVariantValueStartIcon:1": "filled",
1430
+ "inputVariantEndIcon": "default",
1431
+ "inputVariantValueEndIcon": "empty",
1432
+ "inputVariantValueEndIcon:1": "filled"
1433
+ },
1434
+ "cxLiterals": [
1435
+ "opacity-50",
1436
+ "min-w-[200px]",
1437
+ "grow",
1438
+ "uds-hit-target",
1439
+ "bg-clip-text",
1440
+ "focus:outline-none",
1441
+ "cursor-text",
1442
+ "cursor-not-allowed"
1443
+ ],
1444
+ "internalComponents": [
1445
+ "IconSlot",
1446
+ "StartIcon",
1447
+ "EndIcon",
1448
+ "HelpTextContent",
1449
+ "Box",
1450
+ "InputHelpTextInternal",
1451
+ "VStack",
1452
+ "HStack",
1453
+ "AnimateHeightChange"
1454
+ ],
1455
+ "internalComponentProps": {
1456
+ "HelpTextContent": { "spacingTop": ["2"] },
1457
+ "Box": {
1458
+ "spacingBottom": ["2"],
1459
+ "columnGap": ["0.5"],
1460
+ "alignItems": ["flex-end", "center"],
1461
+ "position": ["relative"]
1462
+ },
1463
+ "HStack": {
1464
+ "alignItems": ["center"],
1465
+ "gap": ["1"]
1466
+ }
1467
+ },
1468
+ "propToVariantKeys": {
1469
+ "size": [
1470
+ "inputSizeRoot",
1471
+ "inputSizeInputWrapper",
1472
+ "inputSizeInput",
1473
+ "inputSizeLabel",
1474
+ "inputSizeStartIcon",
1475
+ "inputSizeEndIcon"
1476
+ ],
1477
+ "startIcon": ["icon"],
1478
+ "endIcon": ["icon"],
1479
+ "helperTextIcon": ["startIcon"]
1480
+ },
1481
+ "runtimeConfigDefaultProps": {},
1482
+ "runtimeConfigGetStyles": {},
1483
+ "runtimeConfigInternalComponentProps": {},
1484
+ "motionVarPrefixes": []
1485
+ };
1486
+ var InputHelpText = {
1487
+ "name": "InputHelpText",
1488
+ "defaultProps": { "size": "md" },
1489
+ "getStylesLiterals": {
1490
+ "inputVariantRoot": "default",
1491
+ "inputVariantValueRoot": "empty",
1492
+ "inputVariantValueRoot:1": "filled"
1493
+ },
1494
+ "cxLiterals": [],
1495
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1496
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1497
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1498
+ "runtimeConfigDefaultProps": {},
1499
+ "runtimeConfigGetStyles": {},
1500
+ "runtimeConfigInternalComponentProps": {},
1501
+ "motionVarPrefixes": []
1502
+ };
1503
+ var InputHelpTextInternal = {
1504
+ "name": "InputHelpTextInternal",
1505
+ "defaultProps": {},
1506
+ "getStylesLiterals": {
1507
+ "inputVariantHelperText": "default",
1508
+ "inputVariantValueHelperText": "empty",
1509
+ "inputVariantValueHelperText:1": "filled",
1510
+ "inputVariantHelperIcon": "default",
1511
+ "inputVariantValueHelperIcon": "empty",
1512
+ "inputVariantValueHelperIcon:1": "filled"
1513
+ },
1514
+ "cxLiterals": [],
1515
+ "internalComponents": ["IconSlot", "HStack"],
1516
+ "internalComponentProps": { "HStack": {
1517
+ "gap": ["1"],
1518
+ "alignItems": ["center"]
1519
+ } },
1520
+ "propToVariantKeys": {
1521
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1522
+ "startIcon": ["icon"],
1523
+ "endIcon": ["icon"]
1524
+ },
1525
+ "runtimeConfigDefaultProps": {},
1526
+ "runtimeConfigGetStyles": {},
1527
+ "runtimeConfigInternalComponentProps": {},
1528
+ "motionVarPrefixes": []
1529
+ };
1397
1530
  var Chip = {
1398
1531
  "name": "Chip",
1399
1532
  "defaultProps": {},
@@ -1738,135 +1871,6 @@ var Menu = {
1738
1871
  "runtimeConfigInternalComponentProps": {},
1739
1872
  "motionVarPrefixes": []
1740
1873
  };
1741
- var Input = {
1742
- "name": "Input",
1743
- "defaultProps": {
1744
- "type": "text",
1745
- "size": "md",
1746
- "width": "full"
1747
- },
1748
- "getStylesLiterals": {
1749
- "inputVariantRoot": "default",
1750
- "inputVariantValueRoot": "empty",
1751
- "inputVariantValueRoot:1": "filled",
1752
- "inputVariantInputWrapper": "default",
1753
- "inputVariantValueInputWrapper": "empty",
1754
- "inputVariantValueInputWrapper:1": "filled",
1755
- "inputVariantInput": "default",
1756
- "inputVariantValueInput": "empty",
1757
- "inputVariantValueInput:1": "filled",
1758
- "inputVariantInputPlaceholder": "default",
1759
- "inputVariantValueInputPlaceholder": "empty",
1760
- "inputVariantValueInputPlaceholder:1": "filled",
1761
- "inputVariantLabel": "default",
1762
- "inputVariantValueLabel": "empty",
1763
- "inputVariantValueLabel:1": "filled",
1764
- "inputVariantLabelRequired": "default",
1765
- "inputVariantValueLabelRequired": "empty",
1766
- "inputVariantValueLabelRequired:1": "filled",
1767
- "inputVariantStartIcon": "default",
1768
- "inputVariantValueStartIcon": "empty",
1769
- "inputVariantValueStartIcon:1": "filled",
1770
- "inputVariantEndIcon": "default",
1771
- "inputVariantValueEndIcon": "empty",
1772
- "inputVariantValueEndIcon:1": "filled"
1773
- },
1774
- "cxLiterals": [
1775
- "opacity-50",
1776
- "min-w-[200px]",
1777
- "grow",
1778
- "uds-hit-target",
1779
- "bg-clip-text",
1780
- "focus:outline-none",
1781
- "cursor-text",
1782
- "cursor-not-allowed"
1783
- ],
1784
- "internalComponents": [
1785
- "IconSlot",
1786
- "StartIcon",
1787
- "EndIcon",
1788
- "HelpTextContent",
1789
- "Box",
1790
- "InputHelpTextInternal",
1791
- "VStack",
1792
- "HStack",
1793
- "AnimateHeightChange"
1794
- ],
1795
- "internalComponentProps": {
1796
- "HelpTextContent": { "spacingTop": ["2"] },
1797
- "Box": {
1798
- "spacingBottom": ["2"],
1799
- "columnGap": ["0.5"],
1800
- "alignItems": ["flex-end", "center"],
1801
- "position": ["relative"]
1802
- },
1803
- "HStack": {
1804
- "alignItems": ["center"],
1805
- "gap": ["1"]
1806
- }
1807
- },
1808
- "propToVariantKeys": {
1809
- "size": [
1810
- "inputSizeRoot",
1811
- "inputSizeInputWrapper",
1812
- "inputSizeInput",
1813
- "inputSizeLabel",
1814
- "inputSizeStartIcon",
1815
- "inputSizeEndIcon"
1816
- ],
1817
- "startIcon": ["icon"],
1818
- "endIcon": ["icon"],
1819
- "helperTextIcon": ["startIcon"]
1820
- },
1821
- "runtimeConfigDefaultProps": {},
1822
- "runtimeConfigGetStyles": {},
1823
- "runtimeConfigInternalComponentProps": {},
1824
- "motionVarPrefixes": []
1825
- };
1826
- var InputHelpText = {
1827
- "name": "InputHelpText",
1828
- "defaultProps": { "size": "md" },
1829
- "getStylesLiterals": {
1830
- "inputVariantRoot": "default",
1831
- "inputVariantValueRoot": "empty",
1832
- "inputVariantValueRoot:1": "filled"
1833
- },
1834
- "cxLiterals": [],
1835
- "internalComponents": ["InputHelpTextInternal", "Box"],
1836
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1837
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1838
- "runtimeConfigDefaultProps": {},
1839
- "runtimeConfigGetStyles": {},
1840
- "runtimeConfigInternalComponentProps": {},
1841
- "motionVarPrefixes": []
1842
- };
1843
- var InputHelpTextInternal = {
1844
- "name": "InputHelpTextInternal",
1845
- "defaultProps": {},
1846
- "getStylesLiterals": {
1847
- "inputVariantHelperText": "default",
1848
- "inputVariantValueHelperText": "empty",
1849
- "inputVariantValueHelperText:1": "filled",
1850
- "inputVariantHelperIcon": "default",
1851
- "inputVariantValueHelperIcon": "empty",
1852
- "inputVariantValueHelperIcon:1": "filled"
1853
- },
1854
- "cxLiterals": [],
1855
- "internalComponents": ["IconSlot", "HStack"],
1856
- "internalComponentProps": { "HStack": {
1857
- "gap": ["1"],
1858
- "alignItems": ["center"]
1859
- } },
1860
- "propToVariantKeys": {
1861
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1862
- "startIcon": ["icon"],
1863
- "endIcon": ["icon"]
1864
- },
1865
- "runtimeConfigDefaultProps": {},
1866
- "runtimeConfigGetStyles": {},
1867
- "runtimeConfigInternalComponentProps": {},
1868
- "motionVarPrefixes": []
1869
- };
1870
1874
  var Popover = {
1871
1875
  "name": "Popover",
1872
1876
  "defaultProps": {},
@@ -2537,6 +2541,9 @@ var componentData_default = {
2537
2541
  BottomSheetProvider,
2538
2542
  BottomSheetTrigger,
2539
2543
  UDSBottomSheetConfigProvider,
2544
+ Input,
2545
+ InputHelpText,
2546
+ InputHelpTextInternal,
2540
2547
  Chip,
2541
2548
  ChipBase,
2542
2549
  ChipButton,
@@ -2552,9 +2559,6 @@ var componentData_default = {
2552
2559
  "Menu.Trigger": Menu_Trigger,
2553
2560
  "Menu.index": Menu_index,
2554
2561
  Menu,
2555
- Input,
2556
- InputHelpText,
2557
- InputHelpTextInternal,
2558
2562
  Popover,
2559
2563
  PopoverContent,
2560
2564
  PopoverContext,
@@ -252,7 +252,6 @@ var Banner = {
252
252
  "items-center",
253
253
  "items-start",
254
254
  "min-w-[300px]",
255
- "shadow-[inset_0px_-20px_20px_-10px_rgba(31,31,31,0.05)]",
256
255
  "transition-[background-color]",
257
256
  "motion-safe:duration-120",
258
257
  "bg-carbon-15/0",
@@ -288,7 +287,12 @@ var Banner = {
288
287
  "Pressable": { "data-testid": ["banner-dismiss"] }
289
288
  },
290
289
  "propToVariantKeys": {
291
- "variant": ["bannerVariantRoot", "bannerVariantIcon"],
290
+ "variant": [
291
+ "bannerVariantRoot",
292
+ "bannerVariantIcon",
293
+ "bannerVariantTitle",
294
+ "bannerVariantDescription"
295
+ ],
292
296
  "size": [
293
297
  "bannerSizeRoot",
294
298
  "bannerSizeIcon",
@@ -1393,6 +1397,135 @@ var UDSBottomSheetConfigProvider = {
1393
1397
  "runtimeConfigInternalComponentProps": {},
1394
1398
  "motionVarPrefixes": []
1395
1399
  };
1400
+ var Input = {
1401
+ "name": "Input",
1402
+ "defaultProps": {
1403
+ "type": "text",
1404
+ "size": "md",
1405
+ "width": "full"
1406
+ },
1407
+ "getStylesLiterals": {
1408
+ "inputVariantRoot": "default",
1409
+ "inputVariantValueRoot": "empty",
1410
+ "inputVariantValueRoot:1": "filled",
1411
+ "inputVariantInputWrapper": "default",
1412
+ "inputVariantValueInputWrapper": "empty",
1413
+ "inputVariantValueInputWrapper:1": "filled",
1414
+ "inputVariantInput": "default",
1415
+ "inputVariantValueInput": "empty",
1416
+ "inputVariantValueInput:1": "filled",
1417
+ "inputVariantInputPlaceholder": "default",
1418
+ "inputVariantValueInputPlaceholder": "empty",
1419
+ "inputVariantValueInputPlaceholder:1": "filled",
1420
+ "inputVariantLabel": "default",
1421
+ "inputVariantValueLabel": "empty",
1422
+ "inputVariantValueLabel:1": "filled",
1423
+ "inputVariantLabelRequired": "default",
1424
+ "inputVariantValueLabelRequired": "empty",
1425
+ "inputVariantValueLabelRequired:1": "filled",
1426
+ "inputVariantStartIcon": "default",
1427
+ "inputVariantValueStartIcon": "empty",
1428
+ "inputVariantValueStartIcon:1": "filled",
1429
+ "inputVariantEndIcon": "default",
1430
+ "inputVariantValueEndIcon": "empty",
1431
+ "inputVariantValueEndIcon:1": "filled"
1432
+ },
1433
+ "cxLiterals": [
1434
+ "opacity-50",
1435
+ "min-w-[200px]",
1436
+ "grow",
1437
+ "uds-hit-target",
1438
+ "bg-clip-text",
1439
+ "focus:outline-none",
1440
+ "cursor-text",
1441
+ "cursor-not-allowed"
1442
+ ],
1443
+ "internalComponents": [
1444
+ "IconSlot",
1445
+ "StartIcon",
1446
+ "EndIcon",
1447
+ "HelpTextContent",
1448
+ "Box",
1449
+ "InputHelpTextInternal",
1450
+ "VStack",
1451
+ "HStack",
1452
+ "AnimateHeightChange"
1453
+ ],
1454
+ "internalComponentProps": {
1455
+ "HelpTextContent": { "spacingTop": ["2"] },
1456
+ "Box": {
1457
+ "spacingBottom": ["2"],
1458
+ "columnGap": ["0.5"],
1459
+ "alignItems": ["flex-end", "center"],
1460
+ "position": ["relative"]
1461
+ },
1462
+ "HStack": {
1463
+ "alignItems": ["center"],
1464
+ "gap": ["1"]
1465
+ }
1466
+ },
1467
+ "propToVariantKeys": {
1468
+ "size": [
1469
+ "inputSizeRoot",
1470
+ "inputSizeInputWrapper",
1471
+ "inputSizeInput",
1472
+ "inputSizeLabel",
1473
+ "inputSizeStartIcon",
1474
+ "inputSizeEndIcon"
1475
+ ],
1476
+ "startIcon": ["icon"],
1477
+ "endIcon": ["icon"],
1478
+ "helperTextIcon": ["startIcon"]
1479
+ },
1480
+ "runtimeConfigDefaultProps": {},
1481
+ "runtimeConfigGetStyles": {},
1482
+ "runtimeConfigInternalComponentProps": {},
1483
+ "motionVarPrefixes": []
1484
+ };
1485
+ var InputHelpText = {
1486
+ "name": "InputHelpText",
1487
+ "defaultProps": { "size": "md" },
1488
+ "getStylesLiterals": {
1489
+ "inputVariantRoot": "default",
1490
+ "inputVariantValueRoot": "empty",
1491
+ "inputVariantValueRoot:1": "filled"
1492
+ },
1493
+ "cxLiterals": [],
1494
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1495
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1496
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1497
+ "runtimeConfigDefaultProps": {},
1498
+ "runtimeConfigGetStyles": {},
1499
+ "runtimeConfigInternalComponentProps": {},
1500
+ "motionVarPrefixes": []
1501
+ };
1502
+ var InputHelpTextInternal = {
1503
+ "name": "InputHelpTextInternal",
1504
+ "defaultProps": {},
1505
+ "getStylesLiterals": {
1506
+ "inputVariantHelperText": "default",
1507
+ "inputVariantValueHelperText": "empty",
1508
+ "inputVariantValueHelperText:1": "filled",
1509
+ "inputVariantHelperIcon": "default",
1510
+ "inputVariantValueHelperIcon": "empty",
1511
+ "inputVariantValueHelperIcon:1": "filled"
1512
+ },
1513
+ "cxLiterals": [],
1514
+ "internalComponents": ["IconSlot", "HStack"],
1515
+ "internalComponentProps": { "HStack": {
1516
+ "gap": ["1"],
1517
+ "alignItems": ["center"]
1518
+ } },
1519
+ "propToVariantKeys": {
1520
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1521
+ "startIcon": ["icon"],
1522
+ "endIcon": ["icon"]
1523
+ },
1524
+ "runtimeConfigDefaultProps": {},
1525
+ "runtimeConfigGetStyles": {},
1526
+ "runtimeConfigInternalComponentProps": {},
1527
+ "motionVarPrefixes": []
1528
+ };
1396
1529
  var Chip = {
1397
1530
  "name": "Chip",
1398
1531
  "defaultProps": {},
@@ -1737,135 +1870,6 @@ var Menu = {
1737
1870
  "runtimeConfigInternalComponentProps": {},
1738
1871
  "motionVarPrefixes": []
1739
1872
  };
1740
- var Input = {
1741
- "name": "Input",
1742
- "defaultProps": {
1743
- "type": "text",
1744
- "size": "md",
1745
- "width": "full"
1746
- },
1747
- "getStylesLiterals": {
1748
- "inputVariantRoot": "default",
1749
- "inputVariantValueRoot": "empty",
1750
- "inputVariantValueRoot:1": "filled",
1751
- "inputVariantInputWrapper": "default",
1752
- "inputVariantValueInputWrapper": "empty",
1753
- "inputVariantValueInputWrapper:1": "filled",
1754
- "inputVariantInput": "default",
1755
- "inputVariantValueInput": "empty",
1756
- "inputVariantValueInput:1": "filled",
1757
- "inputVariantInputPlaceholder": "default",
1758
- "inputVariantValueInputPlaceholder": "empty",
1759
- "inputVariantValueInputPlaceholder:1": "filled",
1760
- "inputVariantLabel": "default",
1761
- "inputVariantValueLabel": "empty",
1762
- "inputVariantValueLabel:1": "filled",
1763
- "inputVariantLabelRequired": "default",
1764
- "inputVariantValueLabelRequired": "empty",
1765
- "inputVariantValueLabelRequired:1": "filled",
1766
- "inputVariantStartIcon": "default",
1767
- "inputVariantValueStartIcon": "empty",
1768
- "inputVariantValueStartIcon:1": "filled",
1769
- "inputVariantEndIcon": "default",
1770
- "inputVariantValueEndIcon": "empty",
1771
- "inputVariantValueEndIcon:1": "filled"
1772
- },
1773
- "cxLiterals": [
1774
- "opacity-50",
1775
- "min-w-[200px]",
1776
- "grow",
1777
- "uds-hit-target",
1778
- "bg-clip-text",
1779
- "focus:outline-none",
1780
- "cursor-text",
1781
- "cursor-not-allowed"
1782
- ],
1783
- "internalComponents": [
1784
- "IconSlot",
1785
- "StartIcon",
1786
- "EndIcon",
1787
- "HelpTextContent",
1788
- "Box",
1789
- "InputHelpTextInternal",
1790
- "VStack",
1791
- "HStack",
1792
- "AnimateHeightChange"
1793
- ],
1794
- "internalComponentProps": {
1795
- "HelpTextContent": { "spacingTop": ["2"] },
1796
- "Box": {
1797
- "spacingBottom": ["2"],
1798
- "columnGap": ["0.5"],
1799
- "alignItems": ["flex-end", "center"],
1800
- "position": ["relative"]
1801
- },
1802
- "HStack": {
1803
- "alignItems": ["center"],
1804
- "gap": ["1"]
1805
- }
1806
- },
1807
- "propToVariantKeys": {
1808
- "size": [
1809
- "inputSizeRoot",
1810
- "inputSizeInputWrapper",
1811
- "inputSizeInput",
1812
- "inputSizeLabel",
1813
- "inputSizeStartIcon",
1814
- "inputSizeEndIcon"
1815
- ],
1816
- "startIcon": ["icon"],
1817
- "endIcon": ["icon"],
1818
- "helperTextIcon": ["startIcon"]
1819
- },
1820
- "runtimeConfigDefaultProps": {},
1821
- "runtimeConfigGetStyles": {},
1822
- "runtimeConfigInternalComponentProps": {},
1823
- "motionVarPrefixes": []
1824
- };
1825
- var InputHelpText = {
1826
- "name": "InputHelpText",
1827
- "defaultProps": { "size": "md" },
1828
- "getStylesLiterals": {
1829
- "inputVariantRoot": "default",
1830
- "inputVariantValueRoot": "empty",
1831
- "inputVariantValueRoot:1": "filled"
1832
- },
1833
- "cxLiterals": [],
1834
- "internalComponents": ["InputHelpTextInternal", "Box"],
1835
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1836
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1837
- "runtimeConfigDefaultProps": {},
1838
- "runtimeConfigGetStyles": {},
1839
- "runtimeConfigInternalComponentProps": {},
1840
- "motionVarPrefixes": []
1841
- };
1842
- var InputHelpTextInternal = {
1843
- "name": "InputHelpTextInternal",
1844
- "defaultProps": {},
1845
- "getStylesLiterals": {
1846
- "inputVariantHelperText": "default",
1847
- "inputVariantValueHelperText": "empty",
1848
- "inputVariantValueHelperText:1": "filled",
1849
- "inputVariantHelperIcon": "default",
1850
- "inputVariantValueHelperIcon": "empty",
1851
- "inputVariantValueHelperIcon:1": "filled"
1852
- },
1853
- "cxLiterals": [],
1854
- "internalComponents": ["IconSlot", "HStack"],
1855
- "internalComponentProps": { "HStack": {
1856
- "gap": ["1"],
1857
- "alignItems": ["center"]
1858
- } },
1859
- "propToVariantKeys": {
1860
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1861
- "startIcon": ["icon"],
1862
- "endIcon": ["icon"]
1863
- },
1864
- "runtimeConfigDefaultProps": {},
1865
- "runtimeConfigGetStyles": {},
1866
- "runtimeConfigInternalComponentProps": {},
1867
- "motionVarPrefixes": []
1868
- };
1869
1873
  var Popover = {
1870
1874
  "name": "Popover",
1871
1875
  "defaultProps": {},
@@ -2536,6 +2540,9 @@ var componentData_default = {
2536
2540
  BottomSheetProvider,
2537
2541
  BottomSheetTrigger,
2538
2542
  UDSBottomSheetConfigProvider,
2543
+ Input,
2544
+ InputHelpText,
2545
+ InputHelpTextInternal,
2539
2546
  Chip,
2540
2547
  ChipBase,
2541
2548
  ChipButton,
@@ -2551,9 +2558,6 @@ var componentData_default = {
2551
2558
  "Menu.Trigger": Menu_Trigger,
2552
2559
  "Menu.index": Menu_index,
2553
2560
  Menu,
2554
- Input,
2555
- InputHelpText,
2556
- InputHelpTextInternal,
2557
2561
  Popover,
2558
2562
  PopoverContent,
2559
2563
  PopoverContext,