@yahoo/uds 3.115.1 → 3.115.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.
@@ -1356,114 +1356,112 @@
1356
1356
  "propToVariantKeys": {},
1357
1357
  "motionVarPrefixes": []
1358
1358
  },
1359
- "Avatar": {
1360
- "name": "Avatar",
1359
+ "Toast": {
1360
+ "name": "Toast",
1361
1361
  "defaultProps": {},
1362
- "getStylesLiterals": {},
1363
- "cxLiterals": [],
1364
- "internalComponents": [
1365
- "AvatarImage"
1366
- ],
1367
- "internalComponentProps": {},
1368
- "propToVariantKeys": {},
1369
- "motionVarPrefixes": []
1370
- },
1371
- "AvatarIcon": {
1372
- "name": "AvatarIcon",
1373
- "defaultProps": {
1374
- "size": "md",
1375
- "variant": "primary"
1362
+ "getStylesLiterals": {
1363
+ "className": "flex-none",
1364
+ "spacing": "2",
1365
+ "borderRadius": "full"
1376
1366
  },
1377
- "getStylesLiterals": {},
1378
1367
  "cxLiterals": [
1379
- "overflow-hidden",
1380
- "w-full",
1381
- "h-full",
1382
- "shrink-0",
1383
- "text-center",
1384
- "inline-flex",
1385
- "justify-center",
1386
- "items-center"
1368
+ "transition-[background-color]",
1369
+ "bg-carbon-15/0",
1370
+ "hover:bg-carbon-15/10",
1371
+ "active:bg-carbon-15/15",
1372
+ "uds-ring"
1387
1373
  ],
1388
1374
  "internalComponents": [
1389
1375
  "IconSlot",
1390
- "Box"
1376
+ "ToastContainer",
1377
+ "Text",
1378
+ "Button",
1379
+ "Pressable"
1391
1380
  ],
1392
1381
  "internalComponentProps": {},
1393
1382
  "propToVariantKeys": {
1394
1383
  "size": [
1395
- "avatarSizeIcon"
1384
+ "toastSizeLabel",
1385
+ "toastSizeIcon",
1386
+ "toastSizeActionButton",
1387
+ "toastSizeCloseIcon"
1388
+ ],
1389
+ "variant": [
1390
+ "toastVariantIcon",
1391
+ "toastVariantActionButton",
1392
+ "toastVariantCloseIcon"
1393
+ ],
1394
+ "closeIcon": [
1395
+ "icon"
1396
+ ],
1397
+ "onClickActionButton": [
1398
+ "onClick"
1396
1399
  ]
1397
1400
  },
1398
1401
  "motionVarPrefixes": []
1399
1402
  },
1400
- "AvatarImage": {
1401
- "name": "AvatarImage",
1402
- "defaultProps": {
1403
- "size": "md",
1404
- "variant": "primary"
1403
+ "ToastContainer": {
1404
+ "name": "ToastContainer",
1405
+ "defaultProps": {},
1406
+ "getStylesLiterals": {
1407
+ "position": "relative",
1408
+ "alignItems": "center",
1409
+ "display": "flex",
1410
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1405
1411
  },
1406
- "getStylesLiterals": {},
1407
1412
  "cxLiterals": [
1408
- "overflow-hidden",
1409
- "w-full",
1410
- "h-full",
1411
- "shrink-0",
1412
- "text-center",
1413
- "inline-flex",
1414
- "justify-center",
1415
- "items-center",
1416
- "object-cover"
1413
+ "w-full"
1417
1414
  ],
1418
1415
  "internalComponents": [
1419
- "UDSImage",
1420
- "AvatarText",
1421
- "AvatarIcon",
1422
- "Box"
1416
+ "HStack"
1423
1417
  ],
1424
- "internalComponentProps": {},
1418
+ "internalComponentProps": {
1419
+ "HStack": {
1420
+ "alignItems": [
1421
+ "center"
1422
+ ],
1423
+ "justifyContent": [
1424
+ "space-between"
1425
+ ],
1426
+ "overflow": [
1427
+ "hidden"
1428
+ ],
1429
+ "position": [
1430
+ "relative"
1431
+ ]
1432
+ }
1433
+ },
1425
1434
  "propToVariantKeys": {
1426
- "alt": [
1427
- "name"
1435
+ "variant": [
1436
+ "toastVariantRoot"
1428
1437
  ],
1429
- "fallback": [
1430
- "initials"
1438
+ "size": [
1439
+ "toastSizeRoot"
1431
1440
  ]
1432
1441
  },
1433
1442
  "motionVarPrefixes": []
1434
1443
  },
1435
- "AvatarText": {
1436
- "name": "AvatarText",
1437
- "defaultProps": {
1438
- "size": "md",
1439
- "variant": "primary"
1440
- },
1444
+ "ToastPortal": {
1445
+ "name": "ToastPortal",
1446
+ "defaultProps": {},
1441
1447
  "getStylesLiterals": {},
1442
- "cxLiterals": [
1443
- "overflow-hidden",
1444
- "truncate",
1445
- "w-full",
1446
- "h-full",
1447
- "shrink-0",
1448
- "text-center",
1449
- "inline-flex",
1450
- "justify-center",
1451
- "items-center"
1448
+ "cxLiterals": [],
1449
+ "internalComponents": [
1450
+ "ReactToastifyToastContainer"
1452
1451
  ],
1452
+ "internalComponentProps": {},
1453
+ "propToVariantKeys": {},
1454
+ "motionVarPrefixes": []
1455
+ },
1456
+ "UDSToastConfigProvider": {
1457
+ "name": "UDSToastConfigProvider",
1458
+ "defaultProps": {},
1459
+ "getStylesLiterals": {},
1460
+ "cxLiterals": [],
1453
1461
  "internalComponents": [
1454
- "Box",
1455
- "Text"
1462
+ "ToastContext.Provider"
1456
1463
  ],
1457
- "internalComponentProps": {
1458
- "Text": {
1459
- "color": [
1460
- "inherit"
1461
- ],
1462
- "variant": [
1463
- "inherit"
1464
- ]
1465
- }
1466
- },
1464
+ "internalComponentProps": {},
1467
1465
  "propToVariantKeys": {},
1468
1466
  "motionVarPrefixes": []
1469
1467
  },
@@ -1877,178 +1875,146 @@
1877
1875
  },
1878
1876
  "motionVarPrefixes": []
1879
1877
  },
1880
- "Input": {
1881
- "name": "Input",
1878
+ "Radio": {
1879
+ "name": "Radio",
1882
1880
  "defaultProps": {
1883
- "type": "text",
1881
+ "labelPosition": "start",
1882
+ "variant": "primary",
1884
1883
  "size": "md",
1885
- "width": "full"
1884
+ "value": ""
1886
1885
  },
1887
1886
  "getStylesLiterals": {
1888
- "inputVariantRoot": "default",
1889
- "inputVariantValueRoot": "empty",
1890
- "inputVariantValueRoot:1": "filled",
1891
- "inputVariantInputWrapper": "default",
1892
- "inputVariantValueInputWrapper": "empty",
1893
- "inputVariantValueInputWrapper:1": "filled",
1894
- "inputVariantInput": "default",
1895
- "inputVariantValueInput": "empty",
1896
- "inputVariantValueInput:1": "filled",
1897
- "inputVariantInputPlaceholder": "default",
1898
- "inputVariantValueInputPlaceholder": "empty",
1899
- "inputVariantValueInputPlaceholder:1": "filled",
1900
- "inputVariantLabel": "default",
1901
- "inputVariantValueLabel": "empty",
1902
- "inputVariantValueLabel:1": "filled",
1903
- "inputVariantLabelRequired": "default",
1904
- "inputVariantValueLabelRequired": "empty",
1905
- "inputVariantValueLabelRequired:1": "filled",
1906
- "inputVariantStartIcon": "default",
1907
- "inputVariantValueStartIcon": "empty",
1908
- "inputVariantValueStartIcon:1": "filled",
1909
- "inputVariantEndIcon": "default",
1910
- "inputVariantValueEndIcon": "empty",
1911
- "inputVariantValueEndIcon:1": "filled"
1887
+ "radioVariantValueRoot": "checked",
1888
+ "radioVariantValueRoot:1": "unchecked",
1889
+ "display": "flex",
1890
+ "flexDirection": "row",
1891
+ "flexDirection:1": "row-reverse",
1892
+ "alignItems": "center",
1893
+ "radioVariantValueRadio": "checked",
1894
+ "radioVariantValueRadio:1": "unchecked",
1895
+ "radioVariantValueRadioCircle": "checked",
1896
+ "radioVariantValueRadioCircle:1": "unchecked"
1912
1897
  },
1913
1898
  "cxLiterals": [
1899
+ "cursor-pointer",
1900
+ "cursor-default",
1914
1901
  "opacity-50",
1915
- "min-w-[200px]",
1916
- "grow",
1917
- "uds-hit-target",
1918
- "bg-clip-text",
1919
- "focus:outline-none",
1920
- "cursor-text",
1921
- "cursor-not-allowed"
1902
+ "border",
1903
+ "uds-ring",
1904
+ "uds-ring-within",
1905
+ "transition-[background-color,border-color]",
1906
+ "transition-shadow",
1907
+ "pointer-events-none",
1908
+ "w-[8px]",
1909
+ "h-[8px]",
1910
+ "transition-opacity",
1911
+ "cursor-[inherit]",
1912
+ "absolute",
1913
+ "opacity-0",
1914
+ "top-1/2",
1915
+ "left-1/2",
1916
+ "w-[calc(100%+2px)]",
1917
+ "h-[calc(100%+2px)]",
1918
+ "transform",
1919
+ "translate-x-[-50%]",
1920
+ "translate-y-[-50%]",
1921
+ "text-start",
1922
+ "text-end"
1922
1923
  ],
1923
1924
  "internalComponents": [
1924
- "IconSlot",
1925
- "StartIcon",
1926
- "EndIcon",
1927
- "HelpTextContent",
1928
1925
  "Box",
1929
- "InputHelpTextInternal",
1930
- "VStack",
1931
- "HStack",
1932
- "AnimateHeightChange"
1926
+ "FormLabel",
1927
+ "SpringMotionConfig",
1928
+ "RootElement",
1929
+ "MotionBox"
1933
1930
  ],
1934
1931
  "internalComponentProps": {
1935
- "HelpTextContent": {
1936
- "spacingTop": [
1937
- "2"
1932
+ "Box": {
1933
+ "borderRadius": [
1934
+ "full"
1938
1935
  ]
1939
1936
  },
1940
- "Box": {
1941
- "spacingBottom": [
1942
- "2"
1943
- ],
1944
- "columnGap": [
1945
- "0.5"
1937
+ "FormLabel": {
1938
+ "as": [
1939
+ "div"
1946
1940
  ],
1947
- "alignItems": [
1948
- "flex-end",
1949
- "center"
1941
+ "variant": [
1942
+ "inherit"
1950
1943
  ],
1951
- "position": [
1952
- "relative"
1944
+ "color": [
1945
+ "inherit"
1953
1946
  ]
1954
1947
  },
1955
- "HStack": {
1948
+ "RootElement": {
1949
+ "data-testid": [
1950
+ "container"
1951
+ ]
1952
+ },
1953
+ "MotionBox": {
1954
+ "position": [
1955
+ "relative"
1956
+ ],
1957
+ "borderRadius": [
1958
+ "full"
1959
+ ],
1956
1960
  "alignItems": [
1957
1961
  "center"
1958
1962
  ],
1959
- "gap": [
1960
- "1"
1963
+ "justifyContent": [
1964
+ "center"
1965
+ ],
1966
+ "flex": [
1967
+ "none"
1961
1968
  ]
1962
1969
  }
1963
1970
  },
1964
1971
  "propToVariantKeys": {
1965
1972
  "size": [
1966
- "inputSizeRoot",
1967
- "inputSizeInputWrapper",
1968
- "inputSizeInput",
1969
- "inputSizeLabel",
1970
- "inputSizeStartIcon",
1971
- "inputSizeEndIcon"
1972
- ],
1973
- "startIcon": [
1974
- "icon"
1973
+ "radioSizeRoot",
1974
+ "radioSizeRadio"
1975
1975
  ],
1976
- "endIcon": [
1977
- "icon"
1976
+ "variant": [
1977
+ "radioVariantRoot",
1978
+ "radioVariantRadio",
1979
+ "radioVariantRadioCircle"
1978
1980
  ],
1979
- "helperTextIcon": [
1980
- "startIcon"
1981
+ "reduceMotion": [
1982
+ "reducedMotion"
1981
1983
  ]
1982
1984
  },
1983
- "motionVarPrefixes": []
1985
+ "motionVarPrefixes": [
1986
+ "--uds-motion-subtle-3-",
1987
+ "--uds-motion-smooth-3-"
1988
+ ]
1984
1989
  },
1985
- "InputHelpText": {
1986
- "name": "InputHelpText",
1987
- "defaultProps": {
1988
- "size": "md"
1989
- },
1990
- "getStylesLiterals": {
1991
- "inputVariantRoot": "default",
1992
- "inputVariantValueRoot": "empty",
1993
- "inputVariantValueRoot:1": "filled"
1994
- },
1990
+ "RadioGroupProvider": {
1991
+ "name": "RadioGroupProvider",
1992
+ "defaultProps": {},
1993
+ "getStylesLiterals": {},
1995
1994
  "cxLiterals": [],
1996
1995
  "internalComponents": [
1997
- "InputHelpTextInternal",
1998
- "Box"
1996
+ "DivProps",
1997
+ "Comp",
1998
+ "RadioGroupContext.Provider"
1999
1999
  ],
2000
2000
  "internalComponentProps": {
2001
- "Box": {
2002
- "spacingTop": [
2003
- "2"
2001
+ "Comp": {
2002
+ "role": [
2003
+ "radiogroup"
2004
2004
  ]
2005
2005
  }
2006
2006
  },
2007
- "propToVariantKeys": {
2008
- "size": [
2009
- "inputSizeRoot"
2010
- ]
2011
- },
2007
+ "propToVariantKeys": {},
2012
2008
  "motionVarPrefixes": []
2013
2009
  },
2014
- "InputHelpTextInternal": {
2015
- "name": "InputHelpTextInternal",
2010
+ "RadioGroupStore": {
2011
+ "name": "RadioGroupStore",
2016
2012
  "defaultProps": {},
2017
- "getStylesLiterals": {
2018
- "inputVariantHelperText": "default",
2019
- "inputVariantValueHelperText": "empty",
2020
- "inputVariantValueHelperText:1": "filled",
2021
- "inputVariantHelperIcon": "default",
2022
- "inputVariantValueHelperIcon": "empty",
2023
- "inputVariantValueHelperIcon:1": "filled"
2024
- },
2013
+ "getStylesLiterals": {},
2025
2014
  "cxLiterals": [],
2026
- "internalComponents": [
2027
- "IconSlot",
2028
- "HStack"
2029
- ],
2030
- "internalComponentProps": {
2031
- "HStack": {
2032
- "gap": [
2033
- "1"
2034
- ],
2035
- "alignItems": [
2036
- "center"
2037
- ]
2038
- }
2039
- },
2040
- "propToVariantKeys": {
2041
- "size": [
2042
- "inputSizeHelperText",
2043
- "inputSizeHelperIcon"
2044
- ],
2045
- "startIcon": [
2046
- "icon"
2047
- ],
2048
- "endIcon": [
2049
- "icon"
2050
- ]
2051
- },
2015
+ "internalComponents": [],
2016
+ "internalComponentProps": {},
2017
+ "propToVariantKeys": {},
2052
2018
  "motionVarPrefixes": []
2053
2019
  },
2054
2020
  "Menu.Content": {
@@ -2279,252 +2245,313 @@
2279
2245
  "propToVariantKeys": {},
2280
2246
  "motionVarPrefixes": []
2281
2247
  },
2282
- "Radio": {
2283
- "name": "Radio",
2248
+ "Input": {
2249
+ "name": "Input",
2284
2250
  "defaultProps": {
2285
- "labelPosition": "start",
2286
- "variant": "primary",
2251
+ "type": "text",
2287
2252
  "size": "md",
2288
- "value": ""
2253
+ "width": "full"
2289
2254
  },
2290
2255
  "getStylesLiterals": {
2291
- "radioVariantValueRoot": "checked",
2292
- "radioVariantValueRoot:1": "unchecked",
2293
- "display": "flex",
2294
- "flexDirection": "row",
2295
- "flexDirection:1": "row-reverse",
2296
- "alignItems": "center",
2297
- "radioVariantValueRadio": "checked",
2298
- "radioVariantValueRadio:1": "unchecked",
2299
- "radioVariantValueRadioCircle": "checked",
2300
- "radioVariantValueRadioCircle:1": "unchecked"
2256
+ "inputVariantRoot": "default",
2257
+ "inputVariantValueRoot": "empty",
2258
+ "inputVariantValueRoot:1": "filled",
2259
+ "inputVariantInputWrapper": "default",
2260
+ "inputVariantValueInputWrapper": "empty",
2261
+ "inputVariantValueInputWrapper:1": "filled",
2262
+ "inputVariantInput": "default",
2263
+ "inputVariantValueInput": "empty",
2264
+ "inputVariantValueInput:1": "filled",
2265
+ "inputVariantInputPlaceholder": "default",
2266
+ "inputVariantValueInputPlaceholder": "empty",
2267
+ "inputVariantValueInputPlaceholder:1": "filled",
2268
+ "inputVariantLabel": "default",
2269
+ "inputVariantValueLabel": "empty",
2270
+ "inputVariantValueLabel:1": "filled",
2271
+ "inputVariantLabelRequired": "default",
2272
+ "inputVariantValueLabelRequired": "empty",
2273
+ "inputVariantValueLabelRequired:1": "filled",
2274
+ "inputVariantStartIcon": "default",
2275
+ "inputVariantValueStartIcon": "empty",
2276
+ "inputVariantValueStartIcon:1": "filled",
2277
+ "inputVariantEndIcon": "default",
2278
+ "inputVariantValueEndIcon": "empty",
2279
+ "inputVariantValueEndIcon:1": "filled"
2301
2280
  },
2302
2281
  "cxLiterals": [
2303
- "cursor-pointer",
2304
- "cursor-default",
2305
2282
  "opacity-50",
2306
- "border",
2307
- "uds-ring",
2308
- "uds-ring-within",
2309
- "transition-[background-color,border-color]",
2310
- "transition-shadow",
2311
- "pointer-events-none",
2312
- "w-[8px]",
2313
- "h-[8px]",
2314
- "transition-opacity",
2315
- "cursor-[inherit]",
2316
- "absolute",
2317
- "opacity-0",
2318
- "top-1/2",
2319
- "left-1/2",
2320
- "w-[calc(100%+2px)]",
2321
- "h-[calc(100%+2px)]",
2322
- "transform",
2323
- "translate-x-[-50%]",
2324
- "translate-y-[-50%]",
2325
- "text-start",
2326
- "text-end"
2283
+ "min-w-[200px]",
2284
+ "grow",
2285
+ "uds-hit-target",
2286
+ "bg-clip-text",
2287
+ "focus:outline-none",
2288
+ "cursor-text",
2289
+ "cursor-not-allowed"
2327
2290
  ],
2328
2291
  "internalComponents": [
2292
+ "IconSlot",
2293
+ "StartIcon",
2294
+ "EndIcon",
2295
+ "HelpTextContent",
2329
2296
  "Box",
2330
- "FormLabel",
2331
- "SpringMotionConfig",
2332
- "RootElement",
2333
- "MotionBox"
2297
+ "InputHelpTextInternal",
2298
+ "VStack",
2299
+ "HStack",
2300
+ "AnimateHeightChange"
2334
2301
  ],
2335
2302
  "internalComponentProps": {
2336
- "Box": {
2337
- "borderRadius": [
2338
- "full"
2339
- ]
2340
- },
2341
- "FormLabel": {
2342
- "as": [
2343
- "div"
2344
- ],
2345
- "variant": [
2346
- "inherit"
2347
- ],
2348
- "color": [
2349
- "inherit"
2350
- ]
2351
- },
2352
- "RootElement": {
2353
- "data-testid": [
2354
- "container"
2303
+ "HelpTextContent": {
2304
+ "spacingTop": [
2305
+ "2"
2355
2306
  ]
2356
2307
  },
2357
- "MotionBox": {
2358
- "position": [
2359
- "relative"
2308
+ "Box": {
2309
+ "spacingBottom": [
2310
+ "2"
2360
2311
  ],
2361
- "borderRadius": [
2362
- "full"
2312
+ "columnGap": [
2313
+ "0.5"
2363
2314
  ],
2364
2315
  "alignItems": [
2316
+ "flex-end",
2365
2317
  "center"
2366
2318
  ],
2367
- "justifyContent": [
2319
+ "position": [
2320
+ "relative"
2321
+ ]
2322
+ },
2323
+ "HStack": {
2324
+ "alignItems": [
2368
2325
  "center"
2369
2326
  ],
2370
- "flex": [
2371
- "none"
2372
- ]
2327
+ "gap": [
2328
+ "1"
2329
+ ]
2373
2330
  }
2374
2331
  },
2375
2332
  "propToVariantKeys": {
2376
2333
  "size": [
2377
- "radioSizeRoot",
2378
- "radioSizeRadio"
2334
+ "inputSizeRoot",
2335
+ "inputSizeInputWrapper",
2336
+ "inputSizeInput",
2337
+ "inputSizeLabel",
2338
+ "inputSizeStartIcon",
2339
+ "inputSizeEndIcon"
2379
2340
  ],
2380
- "variant": [
2381
- "radioVariantRoot",
2382
- "radioVariantRadio",
2383
- "radioVariantRadioCircle"
2341
+ "startIcon": [
2342
+ "icon"
2384
2343
  ],
2385
- "reduceMotion": [
2386
- "reducedMotion"
2344
+ "endIcon": [
2345
+ "icon"
2346
+ ],
2347
+ "helperTextIcon": [
2348
+ "startIcon"
2387
2349
  ]
2388
2350
  },
2389
- "motionVarPrefixes": [
2390
- "--uds-motion-subtle-3-",
2391
- "--uds-motion-smooth-3-"
2392
- ]
2351
+ "motionVarPrefixes": []
2393
2352
  },
2394
- "RadioGroupProvider": {
2395
- "name": "RadioGroupProvider",
2353
+ "InputHelpText": {
2354
+ "name": "InputHelpText",
2355
+ "defaultProps": {
2356
+ "size": "md"
2357
+ },
2358
+ "getStylesLiterals": {
2359
+ "inputVariantRoot": "default",
2360
+ "inputVariantValueRoot": "empty",
2361
+ "inputVariantValueRoot:1": "filled"
2362
+ },
2363
+ "cxLiterals": [],
2364
+ "internalComponents": [
2365
+ "InputHelpTextInternal",
2366
+ "Box"
2367
+ ],
2368
+ "internalComponentProps": {
2369
+ "Box": {
2370
+ "spacingTop": [
2371
+ "2"
2372
+ ]
2373
+ }
2374
+ },
2375
+ "propToVariantKeys": {
2376
+ "size": [
2377
+ "inputSizeRoot"
2378
+ ]
2379
+ },
2380
+ "motionVarPrefixes": []
2381
+ },
2382
+ "InputHelpTextInternal": {
2383
+ "name": "InputHelpTextInternal",
2396
2384
  "defaultProps": {},
2397
- "getStylesLiterals": {},
2385
+ "getStylesLiterals": {
2386
+ "inputVariantHelperText": "default",
2387
+ "inputVariantValueHelperText": "empty",
2388
+ "inputVariantValueHelperText:1": "filled",
2389
+ "inputVariantHelperIcon": "default",
2390
+ "inputVariantValueHelperIcon": "empty",
2391
+ "inputVariantValueHelperIcon:1": "filled"
2392
+ },
2398
2393
  "cxLiterals": [],
2399
2394
  "internalComponents": [
2400
- "DivProps",
2401
- "Comp",
2402
- "RadioGroupContext.Provider"
2395
+ "IconSlot",
2396
+ "HStack"
2403
2397
  ],
2404
2398
  "internalComponentProps": {
2405
- "Comp": {
2406
- "role": [
2407
- "radiogroup"
2399
+ "HStack": {
2400
+ "gap": [
2401
+ "1"
2402
+ ],
2403
+ "alignItems": [
2404
+ "center"
2408
2405
  ]
2409
2406
  }
2410
2407
  },
2411
- "propToVariantKeys": {},
2408
+ "propToVariantKeys": {
2409
+ "size": [
2410
+ "inputSizeHelperText",
2411
+ "inputSizeHelperIcon"
2412
+ ],
2413
+ "startIcon": [
2414
+ "icon"
2415
+ ],
2416
+ "endIcon": [
2417
+ "icon"
2418
+ ]
2419
+ },
2412
2420
  "motionVarPrefixes": []
2413
2421
  },
2414
- "RadioGroupStore": {
2415
- "name": "RadioGroupStore",
2422
+ "Avatar": {
2423
+ "name": "Avatar",
2416
2424
  "defaultProps": {},
2417
2425
  "getStylesLiterals": {},
2418
2426
  "cxLiterals": [],
2419
- "internalComponents": [],
2427
+ "internalComponents": [
2428
+ "AvatarImage"
2429
+ ],
2420
2430
  "internalComponentProps": {},
2421
2431
  "propToVariantKeys": {},
2422
2432
  "motionVarPrefixes": []
2423
2433
  },
2424
- "Toast": {
2425
- "name": "Toast",
2426
- "defaultProps": {},
2427
- "getStylesLiterals": {
2428
- "className": "flex-none",
2429
- "spacing": "2",
2430
- "borderRadius": "full"
2434
+ "AvatarIcon": {
2435
+ "name": "AvatarIcon",
2436
+ "defaultProps": {
2437
+ "size": "md",
2438
+ "variant": "primary"
2431
2439
  },
2440
+ "getStylesLiterals": {},
2432
2441
  "cxLiterals": [
2433
- "transition-[background-color]",
2434
- "bg-carbon-15/0",
2435
- "hover:bg-carbon-15/10",
2436
- "active:bg-carbon-15/15",
2437
- "uds-ring"
2442
+ "overflow-hidden",
2443
+ "w-full",
2444
+ "h-full",
2445
+ "shrink-0",
2446
+ "text-center",
2447
+ "inline-flex",
2448
+ "justify-center",
2449
+ "items-center"
2438
2450
  ],
2439
2451
  "internalComponents": [
2440
2452
  "IconSlot",
2441
- "ToastContainer",
2442
- "Text",
2443
- "Button",
2444
- "Pressable"
2453
+ "Box"
2445
2454
  ],
2446
2455
  "internalComponentProps": {},
2447
2456
  "propToVariantKeys": {
2448
2457
  "size": [
2449
- "toastSizeLabel",
2450
- "toastSizeIcon",
2451
- "toastSizeActionButton",
2452
- "toastSizeCloseIcon"
2453
- ],
2454
- "variant": [
2455
- "toastVariantIcon",
2456
- "toastVariantActionButton",
2457
- "toastVariantCloseIcon"
2458
- ],
2459
- "closeIcon": [
2460
- "icon"
2458
+ "avatarSizeIcon"
2459
+ ]
2460
+ },
2461
+ "motionVarPrefixes": []
2462
+ },
2463
+ "AvatarImage": {
2464
+ "name": "AvatarImage",
2465
+ "defaultProps": {
2466
+ "size": "md",
2467
+ "variant": "primary"
2468
+ },
2469
+ "getStylesLiterals": {},
2470
+ "cxLiterals": [
2471
+ "overflow-hidden",
2472
+ "w-full",
2473
+ "h-full",
2474
+ "shrink-0",
2475
+ "text-center",
2476
+ "inline-flex",
2477
+ "justify-center",
2478
+ "items-center",
2479
+ "object-cover"
2480
+ ],
2481
+ "internalComponents": [
2482
+ "UDSImage",
2483
+ "AvatarText",
2484
+ "AvatarIcon",
2485
+ "Box"
2486
+ ],
2487
+ "internalComponentProps": {},
2488
+ "propToVariantKeys": {
2489
+ "alt": [
2490
+ "name"
2461
2491
  ],
2462
- "onClickActionButton": [
2463
- "onClick"
2492
+ "fallback": [
2493
+ "initials"
2464
2494
  ]
2465
2495
  },
2466
2496
  "motionVarPrefixes": []
2467
2497
  },
2468
- "ToastContainer": {
2469
- "name": "ToastContainer",
2470
- "defaultProps": {},
2471
- "getStylesLiterals": {
2472
- "position": "relative",
2473
- "alignItems": "center",
2474
- "display": "flex",
2475
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2498
+ "AvatarText": {
2499
+ "name": "AvatarText",
2500
+ "defaultProps": {
2501
+ "size": "md",
2502
+ "variant": "primary"
2476
2503
  },
2504
+ "getStylesLiterals": {},
2477
2505
  "cxLiterals": [
2478
- "w-full"
2506
+ "overflow-hidden",
2507
+ "truncate",
2508
+ "w-full",
2509
+ "h-full",
2510
+ "shrink-0",
2511
+ "text-center",
2512
+ "inline-flex",
2513
+ "justify-center",
2514
+ "items-center"
2479
2515
  ],
2480
2516
  "internalComponents": [
2481
- "HStack"
2517
+ "Box",
2518
+ "Text"
2482
2519
  ],
2483
2520
  "internalComponentProps": {
2484
- "HStack": {
2485
- "alignItems": [
2486
- "center"
2487
- ],
2488
- "justifyContent": [
2489
- "space-between"
2490
- ],
2491
- "overflow": [
2492
- "hidden"
2521
+ "Text": {
2522
+ "color": [
2523
+ "inherit"
2493
2524
  ],
2494
- "position": [
2495
- "relative"
2525
+ "variant": [
2526
+ "inherit"
2496
2527
  ]
2497
2528
  }
2498
2529
  },
2499
- "propToVariantKeys": {
2500
- "variant": [
2501
- "toastVariantRoot"
2502
- ],
2503
- "size": [
2504
- "toastSizeRoot"
2505
- ]
2506
- },
2530
+ "propToVariantKeys": {},
2507
2531
  "motionVarPrefixes": []
2508
2532
  },
2509
- "ToastPortal": {
2510
- "name": "ToastPortal",
2533
+ "UDSBreakpointsConfigProvider": {
2534
+ "name": "UDSBreakpointsConfigProvider",
2511
2535
  "defaultProps": {},
2512
2536
  "getStylesLiterals": {},
2513
2537
  "cxLiterals": [],
2514
2538
  "internalComponents": [
2515
- "ReactToastifyToastContainer"
2539
+ "UDSBreakpointsConfigContext.Provider"
2516
2540
  ],
2517
2541
  "internalComponentProps": {},
2518
2542
  "propToVariantKeys": {},
2519
2543
  "motionVarPrefixes": []
2520
2544
  },
2521
- "UDSToastConfigProvider": {
2522
- "name": "UDSToastConfigProvider",
2545
+ "UDSConfigProvider": {
2546
+ "name": "UDSConfigProvider",
2523
2547
  "defaultProps": {},
2524
2548
  "getStylesLiterals": {},
2525
2549
  "cxLiterals": [],
2526
2550
  "internalComponents": [
2527
- "ToastContext.Provider"
2551
+ "UDSBreakpointsConfigProvider",
2552
+ "UDSBottomSheetConfigProvider",
2553
+ "UDSToastConfigProvider",
2554
+ "UDSTooltipConfigProvider"
2528
2555
  ],
2529
2556
  "internalComponentProps": {},
2530
2557
  "propToVariantKeys": {},
@@ -2652,32 +2679,5 @@
2652
2679
  "internalComponentProps": {},
2653
2680
  "propToVariantKeys": {},
2654
2681
  "motionVarPrefixes": []
2655
- },
2656
- "UDSBreakpointsConfigProvider": {
2657
- "name": "UDSBreakpointsConfigProvider",
2658
- "defaultProps": {},
2659
- "getStylesLiterals": {},
2660
- "cxLiterals": [],
2661
- "internalComponents": [
2662
- "UDSBreakpointsConfigContext.Provider"
2663
- ],
2664
- "internalComponentProps": {},
2665
- "propToVariantKeys": {},
2666
- "motionVarPrefixes": []
2667
- },
2668
- "UDSConfigProvider": {
2669
- "name": "UDSConfigProvider",
2670
- "defaultProps": {},
2671
- "getStylesLiterals": {},
2672
- "cxLiterals": [],
2673
- "internalComponents": [
2674
- "UDSBreakpointsConfigProvider",
2675
- "UDSBottomSheetConfigProvider",
2676
- "UDSToastConfigProvider",
2677
- "UDSTooltipConfigProvider"
2678
- ],
2679
- "internalComponentProps": {},
2680
- "propToVariantKeys": {},
2681
- "motionVarPrefixes": []
2682
2682
  }
2683
2683
  }