@yahoo/uds 3.133.2 → 3.133.3

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.
@@ -1207,6 +1207,136 @@ var AvatarText = {
1207
1207
  "runtimeConfigInternalComponentProps": {},
1208
1208
  "motionVarPrefixes": []
1209
1209
  };
1210
+ var Input = {
1211
+ "name": "Input",
1212
+ "defaultProps": {
1213
+ "type": "text",
1214
+ "size": "md",
1215
+ "width": "full"
1216
+ },
1217
+ "getStylesLiterals": {
1218
+ "inputVariantRoot": "default",
1219
+ "inputVariantValueRoot": "empty",
1220
+ "inputVariantValueRoot:1": "filled",
1221
+ "inputVariantInputWrapper": "default",
1222
+ "inputVariantValueInputWrapper": "empty",
1223
+ "inputVariantValueInputWrapper:1": "filled",
1224
+ "inputVariantInput": "default",
1225
+ "inputVariantValueInput": "empty",
1226
+ "inputVariantValueInput:1": "filled",
1227
+ "inputVariantInputPlaceholder": "default",
1228
+ "inputVariantValueInputPlaceholder": "empty",
1229
+ "inputVariantValueInputPlaceholder:1": "filled",
1230
+ "inputVariantLabel": "default",
1231
+ "inputVariantValueLabel": "empty",
1232
+ "inputVariantValueLabel:1": "filled",
1233
+ "inputVariantLabelRequired": "default",
1234
+ "inputVariantValueLabelRequired": "empty",
1235
+ "inputVariantValueLabelRequired:1": "filled",
1236
+ "inputVariantStartIcon": "default",
1237
+ "inputVariantValueStartIcon": "empty",
1238
+ "inputVariantValueStartIcon:1": "filled",
1239
+ "inputVariantEndIcon": "default",
1240
+ "inputVariantValueEndIcon": "empty",
1241
+ "inputVariantValueEndIcon:1": "filled"
1242
+ },
1243
+ "cxLiterals": [
1244
+ "opacity-50",
1245
+ "min-w-[200px]",
1246
+ "grow",
1247
+ "uds-hit-target",
1248
+ "bg-clip-text",
1249
+ "focus:outline-none",
1250
+ "cursor-text",
1251
+ "cursor-not-allowed"
1252
+ ],
1253
+ "internalComponents": [
1254
+ "IconSlot",
1255
+ "StartIcon",
1256
+ "EndIcon",
1257
+ "HelpTextContent",
1258
+ "Box",
1259
+ "InputHelpTextInternal",
1260
+ "VStack",
1261
+ "HStack",
1262
+ "AnimateHeightChange"
1263
+ ],
1264
+ "internalComponentProps": {
1265
+ "HelpTextContent": { "spacingTop": ["2"] },
1266
+ "Box": {
1267
+ "spacingBottom": ["2"],
1268
+ "columnGap": ["0.5"],
1269
+ "alignItems": ["flex-end", "center"],
1270
+ "position": ["relative"]
1271
+ },
1272
+ "HStack": {
1273
+ "alignItems": ["center"],
1274
+ "gap": ["1"]
1275
+ }
1276
+ },
1277
+ "propToVariantKeys": {
1278
+ "size": [
1279
+ "inputSizeRoot",
1280
+ "inputSizeInputWrapper",
1281
+ "inputSizeInput",
1282
+ "inputSizeLabel",
1283
+ "inputSizeStartIcon",
1284
+ "inputSizeEndIcon"
1285
+ ],
1286
+ "startIcon": ["icon"],
1287
+ "endIcon": ["icon"],
1288
+ "slotProps": ["helperTextSlotProps"],
1289
+ "helperTextIcon": ["startIcon"]
1290
+ },
1291
+ "runtimeConfigDefaultProps": {},
1292
+ "runtimeConfigGetStyles": {},
1293
+ "runtimeConfigInternalComponentProps": {},
1294
+ "motionVarPrefixes": []
1295
+ };
1296
+ var InputHelpText = {
1297
+ "name": "InputHelpText",
1298
+ "defaultProps": { "size": "md" },
1299
+ "getStylesLiterals": {
1300
+ "inputVariantRoot": "default",
1301
+ "inputVariantValueRoot": "empty",
1302
+ "inputVariantValueRoot:1": "filled"
1303
+ },
1304
+ "cxLiterals": [],
1305
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1306
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1307
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1308
+ "runtimeConfigDefaultProps": {},
1309
+ "runtimeConfigGetStyles": {},
1310
+ "runtimeConfigInternalComponentProps": {},
1311
+ "motionVarPrefixes": []
1312
+ };
1313
+ var InputHelpTextInternal = {
1314
+ "name": "InputHelpTextInternal",
1315
+ "defaultProps": {},
1316
+ "getStylesLiterals": {
1317
+ "inputVariantHelperText": "default",
1318
+ "inputVariantValueHelperText": "empty",
1319
+ "inputVariantValueHelperText:1": "filled",
1320
+ "inputVariantHelperIcon": "default",
1321
+ "inputVariantValueHelperIcon": "empty",
1322
+ "inputVariantValueHelperIcon:1": "filled"
1323
+ },
1324
+ "cxLiterals": [],
1325
+ "internalComponents": ["IconSlot", "HStack"],
1326
+ "internalComponentProps": { "HStack": {
1327
+ "gap": ["1"],
1328
+ "alignItems": ["center"]
1329
+ } },
1330
+ "propToVariantKeys": {
1331
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1332
+ "startIcon": ["icon"],
1333
+ "endIcon": ["icon"]
1334
+ },
1335
+ "runtimeConfigDefaultProps": {},
1336
+ "runtimeConfigGetStyles": {},
1337
+ "runtimeConfigInternalComponentProps": {},
1338
+ "motionVarPrefixes": []
1339
+ };
1210
1340
  var BottomSheet = {
1211
1341
  "name": "BottomSheet",
1212
1342
  "defaultProps": { "variant": "default" },
@@ -1526,136 +1656,6 @@ var ChipToggle = {
1526
1656
  "runtimeConfigInternalComponentProps": {},
1527
1657
  "motionVarPrefixes": []
1528
1658
  };
1529
- var Input = {
1530
- "name": "Input",
1531
- "defaultProps": {
1532
- "type": "text",
1533
- "size": "md",
1534
- "width": "full"
1535
- },
1536
- "getStylesLiterals": {
1537
- "inputVariantRoot": "default",
1538
- "inputVariantValueRoot": "empty",
1539
- "inputVariantValueRoot:1": "filled",
1540
- "inputVariantInputWrapper": "default",
1541
- "inputVariantValueInputWrapper": "empty",
1542
- "inputVariantValueInputWrapper:1": "filled",
1543
- "inputVariantInput": "default",
1544
- "inputVariantValueInput": "empty",
1545
- "inputVariantValueInput:1": "filled",
1546
- "inputVariantInputPlaceholder": "default",
1547
- "inputVariantValueInputPlaceholder": "empty",
1548
- "inputVariantValueInputPlaceholder:1": "filled",
1549
- "inputVariantLabel": "default",
1550
- "inputVariantValueLabel": "empty",
1551
- "inputVariantValueLabel:1": "filled",
1552
- "inputVariantLabelRequired": "default",
1553
- "inputVariantValueLabelRequired": "empty",
1554
- "inputVariantValueLabelRequired:1": "filled",
1555
- "inputVariantStartIcon": "default",
1556
- "inputVariantValueStartIcon": "empty",
1557
- "inputVariantValueStartIcon:1": "filled",
1558
- "inputVariantEndIcon": "default",
1559
- "inputVariantValueEndIcon": "empty",
1560
- "inputVariantValueEndIcon:1": "filled"
1561
- },
1562
- "cxLiterals": [
1563
- "opacity-50",
1564
- "min-w-[200px]",
1565
- "grow",
1566
- "uds-hit-target",
1567
- "bg-clip-text",
1568
- "focus:outline-none",
1569
- "cursor-text",
1570
- "cursor-not-allowed"
1571
- ],
1572
- "internalComponents": [
1573
- "IconSlot",
1574
- "StartIcon",
1575
- "EndIcon",
1576
- "HelpTextContent",
1577
- "Box",
1578
- "InputHelpTextInternal",
1579
- "VStack",
1580
- "HStack",
1581
- "AnimateHeightChange"
1582
- ],
1583
- "internalComponentProps": {
1584
- "HelpTextContent": { "spacingTop": ["2"] },
1585
- "Box": {
1586
- "spacingBottom": ["2"],
1587
- "columnGap": ["0.5"],
1588
- "alignItems": ["flex-end", "center"],
1589
- "position": ["relative"]
1590
- },
1591
- "HStack": {
1592
- "alignItems": ["center"],
1593
- "gap": ["1"]
1594
- }
1595
- },
1596
- "propToVariantKeys": {
1597
- "size": [
1598
- "inputSizeRoot",
1599
- "inputSizeInputWrapper",
1600
- "inputSizeInput",
1601
- "inputSizeLabel",
1602
- "inputSizeStartIcon",
1603
- "inputSizeEndIcon"
1604
- ],
1605
- "startIcon": ["icon"],
1606
- "endIcon": ["icon"],
1607
- "slotProps": ["helperTextSlotProps"],
1608
- "helperTextIcon": ["startIcon"]
1609
- },
1610
- "runtimeConfigDefaultProps": {},
1611
- "runtimeConfigGetStyles": {},
1612
- "runtimeConfigInternalComponentProps": {},
1613
- "motionVarPrefixes": []
1614
- };
1615
- var InputHelpText = {
1616
- "name": "InputHelpText",
1617
- "defaultProps": { "size": "md" },
1618
- "getStylesLiterals": {
1619
- "inputVariantRoot": "default",
1620
- "inputVariantValueRoot": "empty",
1621
- "inputVariantValueRoot:1": "filled"
1622
- },
1623
- "cxLiterals": [],
1624
- "internalComponents": ["InputHelpTextInternal", "Box"],
1625
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1626
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1627
- "runtimeConfigDefaultProps": {},
1628
- "runtimeConfigGetStyles": {},
1629
- "runtimeConfigInternalComponentProps": {},
1630
- "motionVarPrefixes": []
1631
- };
1632
- var InputHelpTextInternal = {
1633
- "name": "InputHelpTextInternal",
1634
- "defaultProps": {},
1635
- "getStylesLiterals": {
1636
- "inputVariantHelperText": "default",
1637
- "inputVariantValueHelperText": "empty",
1638
- "inputVariantValueHelperText:1": "filled",
1639
- "inputVariantHelperIcon": "default",
1640
- "inputVariantValueHelperIcon": "empty",
1641
- "inputVariantValueHelperIcon:1": "filled"
1642
- },
1643
- "cxLiterals": [],
1644
- "internalComponents": ["IconSlot", "HStack"],
1645
- "internalComponentProps": { "HStack": {
1646
- "gap": ["1"],
1647
- "alignItems": ["center"]
1648
- } },
1649
- "propToVariantKeys": {
1650
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1651
- "startIcon": ["icon"],
1652
- "endIcon": ["icon"]
1653
- },
1654
- "runtimeConfigDefaultProps": {},
1655
- "runtimeConfigGetStyles": {},
1656
- "runtimeConfigInternalComponentProps": {},
1657
- "motionVarPrefixes": []
1658
- };
1659
1659
  var Popover = {
1660
1660
  "name": "Popover",
1661
1661
  "defaultProps": {},
@@ -1782,6 +1782,119 @@ var UDSPopoverConfigProvider = {
1782
1782
  "runtimeConfigInternalComponentProps": {},
1783
1783
  "motionVarPrefixes": []
1784
1784
  };
1785
+ var Radio = {
1786
+ "name": "Radio",
1787
+ "defaultProps": {
1788
+ "labelPosition": "start",
1789
+ "variant": "primary",
1790
+ "size": "md",
1791
+ "value": ""
1792
+ },
1793
+ "getStylesLiterals": {
1794
+ "radioVariantValueRoot": "checked",
1795
+ "radioVariantValueRoot:1": "unchecked",
1796
+ "display": "flex",
1797
+ "flexDirection": "row",
1798
+ "flexDirection:1": "row-reverse",
1799
+ "alignItems": "center",
1800
+ "radioVariantValueRadio": "checked",
1801
+ "radioVariantValueRadio:1": "unchecked",
1802
+ "radioVariantValueRadioCircle": "checked",
1803
+ "radioVariantValueRadioCircle:1": "unchecked"
1804
+ },
1805
+ "cxLiterals": [
1806
+ "cursor-pointer",
1807
+ "cursor-default",
1808
+ "opacity-50",
1809
+ "border",
1810
+ "uds-ring",
1811
+ "uds-ring-within",
1812
+ "transition-[background-color,border-color]",
1813
+ "transition-shadow",
1814
+ "pointer-events-none",
1815
+ "w-[8px]",
1816
+ "h-[8px]",
1817
+ "transition-opacity",
1818
+ "cursor-[inherit]",
1819
+ "absolute",
1820
+ "opacity-0",
1821
+ "top-1/2",
1822
+ "left-1/2",
1823
+ "w-[calc(100%+2px)]",
1824
+ "h-[calc(100%+2px)]",
1825
+ "transform",
1826
+ "translate-x-[-50%]",
1827
+ "translate-y-[-50%]",
1828
+ "text-start",
1829
+ "text-end"
1830
+ ],
1831
+ "internalComponents": [
1832
+ "Box",
1833
+ "FormLabel",
1834
+ "SpringMotionConfig",
1835
+ "RootElement",
1836
+ "MotionBox"
1837
+ ],
1838
+ "internalComponentProps": {
1839
+ "Box": { "borderRadius": ["full"] },
1840
+ "FormLabel": {
1841
+ "as": ["div"],
1842
+ "variant": ["inherit"],
1843
+ "color": ["inherit"]
1844
+ },
1845
+ "RootElement": { "data-testid": ["container"] },
1846
+ "MotionBox": {
1847
+ "position": ["relative"],
1848
+ "borderRadius": ["full"],
1849
+ "alignItems": ["center"],
1850
+ "justifyContent": ["center"],
1851
+ "flex": ["none"]
1852
+ }
1853
+ },
1854
+ "propToVariantKeys": {
1855
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1856
+ "variant": [
1857
+ "radioVariantRoot",
1858
+ "radioVariantRadio",
1859
+ "radioVariantRadioCircle"
1860
+ ],
1861
+ "reduceMotion": ["reducedMotion"]
1862
+ },
1863
+ "runtimeConfigDefaultProps": {},
1864
+ "runtimeConfigGetStyles": {},
1865
+ "runtimeConfigInternalComponentProps": {},
1866
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1867
+ };
1868
+ var RadioGroupProvider = {
1869
+ "name": "RadioGroupProvider",
1870
+ "defaultProps": {},
1871
+ "getStylesLiterals": {},
1872
+ "cxLiterals": [],
1873
+ "internalComponents": [
1874
+ "DivProps",
1875
+ "Comp",
1876
+ "RadioGroupContext.Provider"
1877
+ ],
1878
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1879
+ "propToVariantKeys": {},
1880
+ "runtimeConfigDefaultProps": {},
1881
+ "runtimeConfigGetStyles": {},
1882
+ "runtimeConfigInternalComponentProps": {},
1883
+ "motionVarPrefixes": []
1884
+ };
1885
+ var RadioGroupStore = {
1886
+ "name": "RadioGroupStore",
1887
+ "defaultProps": {},
1888
+ "getStylesLiterals": {},
1889
+ "cxLiterals": [],
1890
+ "internalComponents": [],
1891
+ "internalComponentProps": {},
1892
+ "propToVariantKeys": {},
1893
+ "runtimeConfigDefaultProps": {},
1894
+ "runtimeConfigGetStyles": {},
1895
+ "runtimeConfigInternalComponentProps": {},
1896
+ "motionVarPrefixes": []
1897
+ };
1785
1898
  var Menu_Content = {
1786
1899
  "name": "Menu.Content",
1787
1900
  "defaultProps": {
@@ -2000,119 +2113,6 @@ var Menu = {
2000
2113
  "runtimeConfigInternalComponentProps": {},
2001
2114
  "motionVarPrefixes": []
2002
2115
  };
2003
- var Radio = {
2004
- "name": "Radio",
2005
- "defaultProps": {
2006
- "labelPosition": "start",
2007
- "variant": "primary",
2008
- "size": "md",
2009
- "value": ""
2010
- },
2011
- "getStylesLiterals": {
2012
- "radioVariantValueRoot": "checked",
2013
- "radioVariantValueRoot:1": "unchecked",
2014
- "display": "flex",
2015
- "flexDirection": "row",
2016
- "flexDirection:1": "row-reverse",
2017
- "alignItems": "center",
2018
- "radioVariantValueRadio": "checked",
2019
- "radioVariantValueRadio:1": "unchecked",
2020
- "radioVariantValueRadioCircle": "checked",
2021
- "radioVariantValueRadioCircle:1": "unchecked"
2022
- },
2023
- "cxLiterals": [
2024
- "cursor-pointer",
2025
- "cursor-default",
2026
- "opacity-50",
2027
- "border",
2028
- "uds-ring",
2029
- "uds-ring-within",
2030
- "transition-[background-color,border-color]",
2031
- "transition-shadow",
2032
- "pointer-events-none",
2033
- "w-[8px]",
2034
- "h-[8px]",
2035
- "transition-opacity",
2036
- "cursor-[inherit]",
2037
- "absolute",
2038
- "opacity-0",
2039
- "top-1/2",
2040
- "left-1/2",
2041
- "w-[calc(100%+2px)]",
2042
- "h-[calc(100%+2px)]",
2043
- "transform",
2044
- "translate-x-[-50%]",
2045
- "translate-y-[-50%]",
2046
- "text-start",
2047
- "text-end"
2048
- ],
2049
- "internalComponents": [
2050
- "Box",
2051
- "FormLabel",
2052
- "SpringMotionConfig",
2053
- "RootElement",
2054
- "MotionBox"
2055
- ],
2056
- "internalComponentProps": {
2057
- "Box": { "borderRadius": ["full"] },
2058
- "FormLabel": {
2059
- "as": ["div"],
2060
- "variant": ["inherit"],
2061
- "color": ["inherit"]
2062
- },
2063
- "RootElement": { "data-testid": ["container"] },
2064
- "MotionBox": {
2065
- "position": ["relative"],
2066
- "borderRadius": ["full"],
2067
- "alignItems": ["center"],
2068
- "justifyContent": ["center"],
2069
- "flex": ["none"]
2070
- }
2071
- },
2072
- "propToVariantKeys": {
2073
- "size": ["radioSizeRoot", "radioSizeRadio"],
2074
- "variant": [
2075
- "radioVariantRoot",
2076
- "radioVariantRadio",
2077
- "radioVariantRadioCircle"
2078
- ],
2079
- "reduceMotion": ["reducedMotion"]
2080
- },
2081
- "runtimeConfigDefaultProps": {},
2082
- "runtimeConfigGetStyles": {},
2083
- "runtimeConfigInternalComponentProps": {},
2084
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
2085
- };
2086
- var RadioGroupProvider = {
2087
- "name": "RadioGroupProvider",
2088
- "defaultProps": {},
2089
- "getStylesLiterals": {},
2090
- "cxLiterals": [],
2091
- "internalComponents": [
2092
- "DivProps",
2093
- "Comp",
2094
- "RadioGroupContext.Provider"
2095
- ],
2096
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
2097
- "propToVariantKeys": {},
2098
- "runtimeConfigDefaultProps": {},
2099
- "runtimeConfigGetStyles": {},
2100
- "runtimeConfigInternalComponentProps": {},
2101
- "motionVarPrefixes": []
2102
- };
2103
- var RadioGroupStore = {
2104
- "name": "RadioGroupStore",
2105
- "defaultProps": {},
2106
- "getStylesLiterals": {},
2107
- "cxLiterals": [],
2108
- "internalComponents": [],
2109
- "internalComponentProps": {},
2110
- "propToVariantKeys": {},
2111
- "runtimeConfigDefaultProps": {},
2112
- "runtimeConfigGetStyles": {},
2113
- "runtimeConfigInternalComponentProps": {},
2114
- "motionVarPrefixes": []
2115
- };
2116
2116
  var Tab = {
2117
2117
  "name": "Tab",
2118
2118
  "defaultProps": { "variant": "primary" },
@@ -2535,6 +2535,9 @@ var componentData_default = {
2535
2535
  AvatarIcon,
2536
2536
  AvatarImage,
2537
2537
  AvatarText,
2538
+ Input,
2539
+ InputHelpText,
2540
+ InputHelpTextInternal,
2538
2541
  BottomSheet,
2539
2542
  BottomSheetContent,
2540
2543
  BottomSheetDismiss,
@@ -2550,14 +2553,14 @@ var componentData_default = {
2550
2553
  ChipDismissible,
2551
2554
  ChipLink,
2552
2555
  ChipToggle,
2553
- Input,
2554
- InputHelpText,
2555
- InputHelpTextInternal,
2556
2556
  Popover,
2557
2557
  PopoverContent,
2558
2558
  PopoverContext,
2559
2559
  PopoverTrigger,
2560
2560
  UDSPopoverConfigProvider,
2561
+ Radio,
2562
+ RadioGroupProvider,
2563
+ RadioGroupStore,
2561
2564
  "Menu.Content": Menu_Content,
2562
2565
  "Menu.Divider": Menu_Divider,
2563
2566
  "Menu.Item": Menu_Item,
@@ -2567,9 +2570,6 @@ var componentData_default = {
2567
2570
  "Menu.Trigger": Menu_Trigger,
2568
2571
  "Menu.index": Menu_index,
2569
2572
  Menu,
2570
- Radio,
2571
- RadioGroupProvider,
2572
- RadioGroupStore,
2573
2573
  Tab,
2574
2574
  TabList,
2575
2575
  TabPanel,