@yahoo/uds 3.143.0 → 3.144.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.
@@ -235,6 +235,70 @@ var Link = {
235
235
  "runtimeConfigInternalComponentProps": {},
236
236
  "motionVarPrefixes": []
237
237
  };
238
+ var Divider = {
239
+ "name": "Divider",
240
+ "defaultProps": {
241
+ "variant": "primary",
242
+ "contentPosition": "center"
243
+ },
244
+ "getStylesLiterals": {},
245
+ "cxLiterals": ["inherit"],
246
+ "internalComponents": [
247
+ "DividerLine",
248
+ "DividerLabel",
249
+ "InternalComponent",
250
+ "Box"
251
+ ],
252
+ "internalComponentProps": {
253
+ "InternalComponent": {
254
+ "alignItems": ["center"],
255
+ "flex": ["1"]
256
+ },
257
+ "Box": {
258
+ "display": ["flex"],
259
+ "flex": ["none"]
260
+ }
261
+ },
262
+ "propToVariantKeys": { "variant": ["dividerVariantRoot"] },
263
+ "runtimeConfigDefaultProps": {},
264
+ "runtimeConfigGetStyles": {},
265
+ "runtimeConfigInternalComponentProps": {},
266
+ "motionVarPrefixes": []
267
+ };
268
+ var DividerLabel = {
269
+ "name": "DividerLabel",
270
+ "defaultProps": {
271
+ "variant": "primary",
272
+ "textVariant": "inherit",
273
+ "color": "inherit",
274
+ "as": "span"
275
+ },
276
+ "getStylesLiterals": {},
277
+ "cxLiterals": ["inherit"],
278
+ "internalComponents": ["Text"],
279
+ "internalComponentProps": {},
280
+ "propToVariantKeys": {
281
+ "variant": ["dividerVariantLabel"],
282
+ "textVariant": ["variant"]
283
+ },
284
+ "runtimeConfigDefaultProps": {},
285
+ "runtimeConfigGetStyles": {},
286
+ "runtimeConfigInternalComponentProps": {},
287
+ "motionVarPrefixes": []
288
+ };
289
+ var DividerLine = {
290
+ "name": "DividerLine",
291
+ "defaultProps": { "variant": "primary" },
292
+ "getStylesLiterals": {},
293
+ "cxLiterals": ["inherit"],
294
+ "internalComponents": ["Box"],
295
+ "internalComponentProps": { "Box": { "flex": ["1"] } },
296
+ "propToVariantKeys": { "variant": ["dividerVariantLine"] },
297
+ "runtimeConfigDefaultProps": {},
298
+ "runtimeConfigGetStyles": {},
299
+ "runtimeConfigInternalComponentProps": {},
300
+ "motionVarPrefixes": []
301
+ };
238
302
  var BannerDescription = {
239
303
  "name": "BannerDescription",
240
304
  "defaultProps": {},
@@ -361,70 +425,6 @@ var BannerTitle = {
361
425
  "runtimeConfigInternalComponentProps": {},
362
426
  "motionVarPrefixes": []
363
427
  };
364
- var Divider = {
365
- "name": "Divider",
366
- "defaultProps": {
367
- "variant": "primary",
368
- "contentPosition": "center"
369
- },
370
- "getStylesLiterals": {},
371
- "cxLiterals": ["inherit"],
372
- "internalComponents": [
373
- "DividerLine",
374
- "DividerLabel",
375
- "InternalComponent",
376
- "Box"
377
- ],
378
- "internalComponentProps": {
379
- "InternalComponent": {
380
- "alignItems": ["center"],
381
- "flex": ["1"]
382
- },
383
- "Box": {
384
- "display": ["flex"],
385
- "flex": ["none"]
386
- }
387
- },
388
- "propToVariantKeys": { "variant": ["dividerVariantRoot"] },
389
- "runtimeConfigDefaultProps": {},
390
- "runtimeConfigGetStyles": {},
391
- "runtimeConfigInternalComponentProps": {},
392
- "motionVarPrefixes": []
393
- };
394
- var DividerLabel = {
395
- "name": "DividerLabel",
396
- "defaultProps": {
397
- "variant": "primary",
398
- "textVariant": "inherit",
399
- "color": "inherit",
400
- "as": "span"
401
- },
402
- "getStylesLiterals": {},
403
- "cxLiterals": ["inherit"],
404
- "internalComponents": ["Text"],
405
- "internalComponentProps": {},
406
- "propToVariantKeys": {
407
- "variant": ["dividerVariantLabel"],
408
- "textVariant": ["variant"]
409
- },
410
- "runtimeConfigDefaultProps": {},
411
- "runtimeConfigGetStyles": {},
412
- "runtimeConfigInternalComponentProps": {},
413
- "motionVarPrefixes": []
414
- };
415
- var DividerLine = {
416
- "name": "DividerLine",
417
- "defaultProps": { "variant": "primary" },
418
- "getStylesLiterals": {},
419
- "cxLiterals": ["inherit"],
420
- "internalComponents": ["Box"],
421
- "internalComponentProps": { "Box": { "flex": ["1"] } },
422
- "propToVariantKeys": { "variant": ["dividerVariantLine"] },
423
- "runtimeConfigDefaultProps": {},
424
- "runtimeConfigGetStyles": {},
425
- "runtimeConfigInternalComponentProps": {},
426
- "motionVarPrefixes": []
427
- };
428
428
  var Table_mocks = {
429
429
  "name": "Table.mocks",
430
430
  "defaultProps": {},
@@ -1863,6 +1863,136 @@ var PopoverContent = {
1863
1863
  "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
1864
1864
  "motionVarPrefixes": []
1865
1865
  };
1866
+ var Input = {
1867
+ "name": "Input",
1868
+ "defaultProps": {
1869
+ "type": "text",
1870
+ "size": "md",
1871
+ "width": "full"
1872
+ },
1873
+ "getStylesLiterals": {
1874
+ "inputVariantRoot": "default",
1875
+ "inputVariantValueRoot": "empty",
1876
+ "inputVariantValueRoot:1": "filled",
1877
+ "inputVariantInputWrapper": "default",
1878
+ "inputVariantValueInputWrapper": "empty",
1879
+ "inputVariantValueInputWrapper:1": "filled",
1880
+ "inputVariantInput": "default",
1881
+ "inputVariantValueInput": "empty",
1882
+ "inputVariantValueInput:1": "filled",
1883
+ "inputVariantInputPlaceholder": "default",
1884
+ "inputVariantValueInputPlaceholder": "empty",
1885
+ "inputVariantValueInputPlaceholder:1": "filled",
1886
+ "inputVariantLabel": "default",
1887
+ "inputVariantValueLabel": "empty",
1888
+ "inputVariantValueLabel:1": "filled",
1889
+ "inputVariantLabelRequired": "default",
1890
+ "inputVariantValueLabelRequired": "empty",
1891
+ "inputVariantValueLabelRequired:1": "filled",
1892
+ "inputVariantStartIcon": "default",
1893
+ "inputVariantValueStartIcon": "empty",
1894
+ "inputVariantValueStartIcon:1": "filled",
1895
+ "inputVariantEndIcon": "default",
1896
+ "inputVariantValueEndIcon": "empty",
1897
+ "inputVariantValueEndIcon:1": "filled"
1898
+ },
1899
+ "cxLiterals": [
1900
+ "opacity-50",
1901
+ "min-w-[200px]",
1902
+ "grow",
1903
+ "uds-hit-target",
1904
+ "bg-clip-text",
1905
+ "focus:outline-none",
1906
+ "cursor-text",
1907
+ "cursor-not-allowed"
1908
+ ],
1909
+ "internalComponents": [
1910
+ "IconSlot",
1911
+ "StartIcon",
1912
+ "EndIcon",
1913
+ "HelpTextContent",
1914
+ "Box",
1915
+ "InputHelpTextInternal",
1916
+ "VStack",
1917
+ "HStack",
1918
+ "AnimateHeightChange"
1919
+ ],
1920
+ "internalComponentProps": {
1921
+ "HelpTextContent": { "spacingTop": ["2"] },
1922
+ "Box": {
1923
+ "spacingBottom": ["2"],
1924
+ "columnGap": ["0.5"],
1925
+ "alignItems": ["flex-end", "center"],
1926
+ "position": ["relative"]
1927
+ },
1928
+ "HStack": {
1929
+ "alignItems": ["center"],
1930
+ "gap": ["1"]
1931
+ }
1932
+ },
1933
+ "propToVariantKeys": {
1934
+ "size": [
1935
+ "inputSizeRoot",
1936
+ "inputSizeInputWrapper",
1937
+ "inputSizeInput",
1938
+ "inputSizeLabel",
1939
+ "inputSizeStartIcon",
1940
+ "inputSizeEndIcon"
1941
+ ],
1942
+ "startIcon": ["icon"],
1943
+ "endIcon": ["icon"],
1944
+ "slotProps": ["helperTextSlotProps"],
1945
+ "helperTextIcon": ["startIcon"]
1946
+ },
1947
+ "runtimeConfigDefaultProps": {},
1948
+ "runtimeConfigGetStyles": {},
1949
+ "runtimeConfigInternalComponentProps": {},
1950
+ "motionVarPrefixes": []
1951
+ };
1952
+ var InputHelpText = {
1953
+ "name": "InputHelpText",
1954
+ "defaultProps": { "size": "md" },
1955
+ "getStylesLiterals": {
1956
+ "inputVariantRoot": "default",
1957
+ "inputVariantValueRoot": "empty",
1958
+ "inputVariantValueRoot:1": "filled"
1959
+ },
1960
+ "cxLiterals": [],
1961
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1962
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1963
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1964
+ "runtimeConfigDefaultProps": {},
1965
+ "runtimeConfigGetStyles": {},
1966
+ "runtimeConfigInternalComponentProps": {},
1967
+ "motionVarPrefixes": []
1968
+ };
1969
+ var InputHelpTextInternal = {
1970
+ "name": "InputHelpTextInternal",
1971
+ "defaultProps": {},
1972
+ "getStylesLiterals": {
1973
+ "inputVariantHelperText": "default",
1974
+ "inputVariantValueHelperText": "empty",
1975
+ "inputVariantValueHelperText:1": "filled",
1976
+ "inputVariantHelperIcon": "default",
1977
+ "inputVariantValueHelperIcon": "empty",
1978
+ "inputVariantValueHelperIcon:1": "filled"
1979
+ },
1980
+ "cxLiterals": [],
1981
+ "internalComponents": ["IconSlot", "HStack"],
1982
+ "internalComponentProps": { "HStack": {
1983
+ "gap": ["1"],
1984
+ "alignItems": ["center"]
1985
+ } },
1986
+ "propToVariantKeys": {
1987
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1988
+ "startIcon": ["icon"],
1989
+ "endIcon": ["icon"]
1990
+ },
1991
+ "runtimeConfigDefaultProps": {},
1992
+ "runtimeConfigGetStyles": {},
1993
+ "runtimeConfigInternalComponentProps": {},
1994
+ "motionVarPrefixes": []
1995
+ };
1866
1996
  var Menu_Item = {
1867
1997
  "name": "Menu.Item",
1868
1998
  "defaultProps": {},
@@ -2081,136 +2211,6 @@ var Menu_ItemBase = {
2081
2211
  "runtimeConfigInternalComponentProps": {},
2082
2212
  "motionVarPrefixes": []
2083
2213
  };
2084
- var Input = {
2085
- "name": "Input",
2086
- "defaultProps": {
2087
- "type": "text",
2088
- "size": "md",
2089
- "width": "full"
2090
- },
2091
- "getStylesLiterals": {
2092
- "inputVariantRoot": "default",
2093
- "inputVariantValueRoot": "empty",
2094
- "inputVariantValueRoot:1": "filled",
2095
- "inputVariantInputWrapper": "default",
2096
- "inputVariantValueInputWrapper": "empty",
2097
- "inputVariantValueInputWrapper:1": "filled",
2098
- "inputVariantInput": "default",
2099
- "inputVariantValueInput": "empty",
2100
- "inputVariantValueInput:1": "filled",
2101
- "inputVariantInputPlaceholder": "default",
2102
- "inputVariantValueInputPlaceholder": "empty",
2103
- "inputVariantValueInputPlaceholder:1": "filled",
2104
- "inputVariantLabel": "default",
2105
- "inputVariantValueLabel": "empty",
2106
- "inputVariantValueLabel:1": "filled",
2107
- "inputVariantLabelRequired": "default",
2108
- "inputVariantValueLabelRequired": "empty",
2109
- "inputVariantValueLabelRequired:1": "filled",
2110
- "inputVariantStartIcon": "default",
2111
- "inputVariantValueStartIcon": "empty",
2112
- "inputVariantValueStartIcon:1": "filled",
2113
- "inputVariantEndIcon": "default",
2114
- "inputVariantValueEndIcon": "empty",
2115
- "inputVariantValueEndIcon:1": "filled"
2116
- },
2117
- "cxLiterals": [
2118
- "opacity-50",
2119
- "min-w-[200px]",
2120
- "grow",
2121
- "uds-hit-target",
2122
- "bg-clip-text",
2123
- "focus:outline-none",
2124
- "cursor-text",
2125
- "cursor-not-allowed"
2126
- ],
2127
- "internalComponents": [
2128
- "IconSlot",
2129
- "StartIcon",
2130
- "EndIcon",
2131
- "HelpTextContent",
2132
- "Box",
2133
- "InputHelpTextInternal",
2134
- "VStack",
2135
- "HStack",
2136
- "AnimateHeightChange"
2137
- ],
2138
- "internalComponentProps": {
2139
- "HelpTextContent": { "spacingTop": ["2"] },
2140
- "Box": {
2141
- "spacingBottom": ["2"],
2142
- "columnGap": ["0.5"],
2143
- "alignItems": ["flex-end", "center"],
2144
- "position": ["relative"]
2145
- },
2146
- "HStack": {
2147
- "alignItems": ["center"],
2148
- "gap": ["1"]
2149
- }
2150
- },
2151
- "propToVariantKeys": {
2152
- "size": [
2153
- "inputSizeRoot",
2154
- "inputSizeInputWrapper",
2155
- "inputSizeInput",
2156
- "inputSizeLabel",
2157
- "inputSizeStartIcon",
2158
- "inputSizeEndIcon"
2159
- ],
2160
- "startIcon": ["icon"],
2161
- "endIcon": ["icon"],
2162
- "slotProps": ["helperTextSlotProps"],
2163
- "helperTextIcon": ["startIcon"]
2164
- },
2165
- "runtimeConfigDefaultProps": {},
2166
- "runtimeConfigGetStyles": {},
2167
- "runtimeConfigInternalComponentProps": {},
2168
- "motionVarPrefixes": []
2169
- };
2170
- var InputHelpText = {
2171
- "name": "InputHelpText",
2172
- "defaultProps": { "size": "md" },
2173
- "getStylesLiterals": {
2174
- "inputVariantRoot": "default",
2175
- "inputVariantValueRoot": "empty",
2176
- "inputVariantValueRoot:1": "filled"
2177
- },
2178
- "cxLiterals": [],
2179
- "internalComponents": ["InputHelpTextInternal", "Box"],
2180
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
2181
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
2182
- "runtimeConfigDefaultProps": {},
2183
- "runtimeConfigGetStyles": {},
2184
- "runtimeConfigInternalComponentProps": {},
2185
- "motionVarPrefixes": []
2186
- };
2187
- var InputHelpTextInternal = {
2188
- "name": "InputHelpTextInternal",
2189
- "defaultProps": {},
2190
- "getStylesLiterals": {
2191
- "inputVariantHelperText": "default",
2192
- "inputVariantValueHelperText": "empty",
2193
- "inputVariantValueHelperText:1": "filled",
2194
- "inputVariantHelperIcon": "default",
2195
- "inputVariantValueHelperIcon": "empty",
2196
- "inputVariantValueHelperIcon:1": "filled"
2197
- },
2198
- "cxLiterals": [],
2199
- "internalComponents": ["IconSlot", "HStack"],
2200
- "internalComponentProps": { "HStack": {
2201
- "gap": ["1"],
2202
- "alignItems": ["center"]
2203
- } },
2204
- "propToVariantKeys": {
2205
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
2206
- "startIcon": ["icon"],
2207
- "endIcon": ["icon"]
2208
- },
2209
- "runtimeConfigDefaultProps": {},
2210
- "runtimeConfigGetStyles": {},
2211
- "runtimeConfigInternalComponentProps": {},
2212
- "motionVarPrefixes": []
2213
- };
2214
2214
  var UDSBreakpointsConfigProvider = {
2215
2215
  "name": "UDSBreakpointsConfigProvider",
2216
2216
  "defaultProps": {},
@@ -2667,13 +2667,13 @@ var componentData_default = {
2667
2667
  SvgFloatingOverlay,
2668
2668
  HStack,
2669
2669
  Link,
2670
+ Divider,
2671
+ DividerLabel,
2672
+ DividerLine,
2670
2673
  BannerDescription,
2671
2674
  Banner,
2672
2675
  BannerContent,
2673
2676
  BannerTitle,
2674
- Divider,
2675
- DividerLabel,
2676
- DividerLine,
2677
2677
  "Table.mocks": Table_mocks,
2678
2678
  Spinner,
2679
2679
  Table,
@@ -2721,6 +2721,9 @@ var componentData_default = {
2721
2721
  PopoverTrigger,
2722
2722
  PopoverContext,
2723
2723
  PopoverContent,
2724
+ Input,
2725
+ InputHelpText,
2726
+ InputHelpTextInternal,
2724
2727
  "Menu.Item": Menu_Item,
2725
2728
  "Menu.index": Menu_index,
2726
2729
  Menu,
@@ -2730,9 +2733,6 @@ var componentData_default = {
2730
2733
  "Menu.Provider": Menu_Provider,
2731
2734
  "Menu.ItemCheckbox": Menu_ItemCheckbox,
2732
2735
  "Menu.ItemBase": Menu_ItemBase,
2733
- Input,
2734
- InputHelpText,
2735
- InputHelpTextInternal,
2736
2736
  UDSBreakpointsConfigProvider,
2737
2737
  UDSConfigProvider,
2738
2738
  Tooltip,
@@ -224,7 +224,7 @@ var package_default = {
224
224
  },
225
225
  dependencies: {
226
226
  "@ariakit/react": "^0.4.25",
227
- "autoprefixer": "^10.4.27",
227
+ "autoprefixer": "^10.5.0",
228
228
  "clsx": "^2.1.1",
229
229
  "fast-glob": "^3.3.3",
230
230
  "lodash": "^4.18.1",
@@ -224,7 +224,7 @@ var package_default = {
224
224
  },
225
225
  dependencies: {
226
226
  "@ariakit/react": "^0.4.25",
227
- "autoprefixer": "^10.4.27",
227
+ "autoprefixer": "^10.5.0",
228
228
  "clsx": "^2.1.1",
229
229
  "fast-glob": "^3.3.3",
230
230
  "lodash": "^4.18.1",