@yahoo/uds 3.115.2 → 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.
@@ -921,92 +921,86 @@ var Tabs = {
921
921
  "propToVariantKeys": {},
922
922
  "motionVarPrefixes": []
923
923
  };
924
- var Avatar = {
925
- "name": "Avatar",
924
+ var Toast = {
925
+ "name": "Toast",
926
926
  "defaultProps": {},
927
- "getStylesLiterals": {},
928
- "cxLiterals": [],
929
- "internalComponents": ["AvatarImage"],
930
- "internalComponentProps": {},
931
- "propToVariantKeys": {},
932
- "motionVarPrefixes": []
933
- };
934
- var AvatarIcon = {
935
- "name": "AvatarIcon",
936
- "defaultProps": {
937
- "size": "md",
938
- "variant": "primary"
939
- },
940
- "getStylesLiterals": {},
941
- "cxLiterals": [
942
- "overflow-hidden",
943
- "w-full",
944
- "h-full",
945
- "shrink-0",
946
- "text-center",
947
- "inline-flex",
948
- "justify-center",
949
- "items-center"
950
- ],
951
- "internalComponents": ["IconSlot", "Box"],
952
- "internalComponentProps": {},
953
- "propToVariantKeys": { "size": ["avatarSizeIcon"] },
954
- "motionVarPrefixes": []
955
- };
956
- var AvatarImage = {
957
- "name": "AvatarImage",
958
- "defaultProps": {
959
- "size": "md",
960
- "variant": "primary"
927
+ "getStylesLiterals": {
928
+ "className": "flex-none",
929
+ "spacing": "2",
930
+ "borderRadius": "full"
961
931
  },
962
- "getStylesLiterals": {},
963
932
  "cxLiterals": [
964
- "overflow-hidden",
965
- "w-full",
966
- "h-full",
967
- "shrink-0",
968
- "text-center",
969
- "inline-flex",
970
- "justify-center",
971
- "items-center",
972
- "object-cover"
933
+ "transition-[background-color]",
934
+ "bg-carbon-15/0",
935
+ "hover:bg-carbon-15/10",
936
+ "active:bg-carbon-15/15",
937
+ "uds-ring"
973
938
  ],
974
939
  "internalComponents": [
975
- "UDSImage",
976
- "AvatarText",
977
- "AvatarIcon",
978
- "Box"
940
+ "IconSlot",
941
+ "ToastContainer",
942
+ "Text",
943
+ "Button",
944
+ "Pressable"
979
945
  ],
980
946
  "internalComponentProps": {},
981
947
  "propToVariantKeys": {
982
- "alt": ["name"],
983
- "fallback": ["initials"]
948
+ "size": [
949
+ "toastSizeLabel",
950
+ "toastSizeIcon",
951
+ "toastSizeActionButton",
952
+ "toastSizeCloseIcon"
953
+ ],
954
+ "variant": [
955
+ "toastVariantIcon",
956
+ "toastVariantActionButton",
957
+ "toastVariantCloseIcon"
958
+ ],
959
+ "closeIcon": ["icon"],
960
+ "onClickActionButton": ["onClick"]
984
961
  },
985
962
  "motionVarPrefixes": []
986
963
  };
987
- var AvatarText = {
988
- "name": "AvatarText",
989
- "defaultProps": {
990
- "size": "md",
991
- "variant": "primary"
964
+ var ToastContainer = {
965
+ "name": "ToastContainer",
966
+ "defaultProps": {},
967
+ "getStylesLiterals": {
968
+ "position": "relative",
969
+ "alignItems": "center",
970
+ "display": "flex",
971
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
992
972
  },
993
- "getStylesLiterals": {},
994
- "cxLiterals": [
995
- "overflow-hidden",
996
- "truncate",
997
- "w-full",
998
- "h-full",
999
- "shrink-0",
1000
- "text-center",
1001
- "inline-flex",
1002
- "justify-center",
1003
- "items-center"
1004
- ],
1005
- "internalComponents": ["Box", "Text"],
1006
- "internalComponentProps": { "Text": {
1007
- "color": ["inherit"],
1008
- "variant": ["inherit"]
973
+ "cxLiterals": ["w-full"],
974
+ "internalComponents": ["HStack"],
975
+ "internalComponentProps": { "HStack": {
976
+ "alignItems": ["center"],
977
+ "justifyContent": ["space-between"],
978
+ "overflow": ["hidden"],
979
+ "position": ["relative"]
1009
980
  } },
981
+ "propToVariantKeys": {
982
+ "variant": ["toastVariantRoot"],
983
+ "size": ["toastSizeRoot"]
984
+ },
985
+ "motionVarPrefixes": []
986
+ };
987
+ var ToastPortal = {
988
+ "name": "ToastPortal",
989
+ "defaultProps": {},
990
+ "getStylesLiterals": {},
991
+ "cxLiterals": [],
992
+ "internalComponents": ["ReactToastifyToastContainer"],
993
+ "internalComponentProps": {},
994
+ "propToVariantKeys": {},
995
+ "motionVarPrefixes": []
996
+ };
997
+ var UDSToastConfigProvider = {
998
+ "name": "UDSToastConfigProvider",
999
+ "defaultProps": {},
1000
+ "getStylesLiterals": {},
1001
+ "cxLiterals": [],
1002
+ "internalComponents": ["ToastContext.Provider"],
1003
+ "internalComponentProps": {},
1010
1004
  "propToVariantKeys": {},
1011
1005
  "motionVarPrefixes": []
1012
1006
  };
@@ -1273,201 +1267,81 @@ var ChipToggle = {
1273
1267
  "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1274
1268
  "motionVarPrefixes": []
1275
1269
  };
1276
- var Input = {
1277
- "name": "Input",
1270
+ var Radio = {
1271
+ "name": "Radio",
1278
1272
  "defaultProps": {
1279
- "type": "text",
1273
+ "labelPosition": "start",
1274
+ "variant": "primary",
1280
1275
  "size": "md",
1281
- "width": "full"
1276
+ "value": ""
1282
1277
  },
1283
1278
  "getStylesLiterals": {
1284
- "inputVariantRoot": "default",
1285
- "inputVariantValueRoot": "empty",
1286
- "inputVariantValueRoot:1": "filled",
1287
- "inputVariantInputWrapper": "default",
1288
- "inputVariantValueInputWrapper": "empty",
1289
- "inputVariantValueInputWrapper:1": "filled",
1290
- "inputVariantInput": "default",
1291
- "inputVariantValueInput": "empty",
1292
- "inputVariantValueInput:1": "filled",
1293
- "inputVariantInputPlaceholder": "default",
1294
- "inputVariantValueInputPlaceholder": "empty",
1295
- "inputVariantValueInputPlaceholder:1": "filled",
1296
- "inputVariantLabel": "default",
1297
- "inputVariantValueLabel": "empty",
1298
- "inputVariantValueLabel:1": "filled",
1299
- "inputVariantLabelRequired": "default",
1300
- "inputVariantValueLabelRequired": "empty",
1301
- "inputVariantValueLabelRequired:1": "filled",
1302
- "inputVariantStartIcon": "default",
1303
- "inputVariantValueStartIcon": "empty",
1304
- "inputVariantValueStartIcon:1": "filled",
1305
- "inputVariantEndIcon": "default",
1306
- "inputVariantValueEndIcon": "empty",
1307
- "inputVariantValueEndIcon:1": "filled"
1279
+ "radioVariantValueRoot": "checked",
1280
+ "radioVariantValueRoot:1": "unchecked",
1281
+ "display": "flex",
1282
+ "flexDirection": "row",
1283
+ "flexDirection:1": "row-reverse",
1284
+ "alignItems": "center",
1285
+ "radioVariantValueRadio": "checked",
1286
+ "radioVariantValueRadio:1": "unchecked",
1287
+ "radioVariantValueRadioCircle": "checked",
1288
+ "radioVariantValueRadioCircle:1": "unchecked"
1308
1289
  },
1309
1290
  "cxLiterals": [
1291
+ "cursor-pointer",
1292
+ "cursor-default",
1310
1293
  "opacity-50",
1311
- "min-w-[200px]",
1312
- "grow",
1313
- "uds-hit-target",
1314
- "bg-clip-text",
1315
- "focus:outline-none",
1316
- "cursor-text",
1317
- "cursor-not-allowed"
1294
+ "border",
1295
+ "uds-ring",
1296
+ "uds-ring-within",
1297
+ "transition-[background-color,border-color]",
1298
+ "transition-shadow",
1299
+ "pointer-events-none",
1300
+ "w-[8px]",
1301
+ "h-[8px]",
1302
+ "transition-opacity",
1303
+ "cursor-[inherit]",
1304
+ "absolute",
1305
+ "opacity-0",
1306
+ "top-1/2",
1307
+ "left-1/2",
1308
+ "w-[calc(100%+2px)]",
1309
+ "h-[calc(100%+2px)]",
1310
+ "transform",
1311
+ "translate-x-[-50%]",
1312
+ "translate-y-[-50%]",
1313
+ "text-start",
1314
+ "text-end"
1318
1315
  ],
1319
1316
  "internalComponents": [
1320
- "IconSlot",
1321
- "StartIcon",
1322
- "EndIcon",
1323
- "HelpTextContent",
1324
1317
  "Box",
1325
- "InputHelpTextInternal",
1326
- "VStack",
1327
- "HStack",
1328
- "AnimateHeightChange"
1318
+ "FormLabel",
1319
+ "SpringMotionConfig",
1320
+ "RootElement",
1321
+ "MotionBox"
1329
1322
  ],
1330
1323
  "internalComponentProps": {
1331
- "HelpTextContent": { "spacingTop": ["2"] },
1332
- "Box": {
1333
- "spacingBottom": ["2"],
1334
- "columnGap": ["0.5"],
1335
- "alignItems": ["flex-end", "center"],
1336
- "position": ["relative"]
1324
+ "Box": { "borderRadius": ["full"] },
1325
+ "FormLabel": {
1326
+ "as": ["div"],
1327
+ "variant": ["inherit"],
1328
+ "color": ["inherit"]
1337
1329
  },
1338
- "HStack": {
1330
+ "RootElement": { "data-testid": ["container"] },
1331
+ "MotionBox": {
1332
+ "position": ["relative"],
1333
+ "borderRadius": ["full"],
1339
1334
  "alignItems": ["center"],
1340
- "gap": ["1"]
1335
+ "justifyContent": ["center"],
1336
+ "flex": ["none"]
1341
1337
  }
1342
1338
  },
1343
1339
  "propToVariantKeys": {
1344
- "size": [
1345
- "inputSizeRoot",
1346
- "inputSizeInputWrapper",
1347
- "inputSizeInput",
1348
- "inputSizeLabel",
1349
- "inputSizeStartIcon",
1350
- "inputSizeEndIcon"
1351
- ],
1352
- "startIcon": ["icon"],
1353
- "endIcon": ["icon"],
1354
- "helperTextIcon": ["startIcon"]
1355
- },
1356
- "motionVarPrefixes": []
1357
- };
1358
- var InputHelpText = {
1359
- "name": "InputHelpText",
1360
- "defaultProps": { "size": "md" },
1361
- "getStylesLiterals": {
1362
- "inputVariantRoot": "default",
1363
- "inputVariantValueRoot": "empty",
1364
- "inputVariantValueRoot:1": "filled"
1365
- },
1366
- "cxLiterals": [],
1367
- "internalComponents": ["InputHelpTextInternal", "Box"],
1368
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1369
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1370
- "motionVarPrefixes": []
1371
- };
1372
- var InputHelpTextInternal = {
1373
- "name": "InputHelpTextInternal",
1374
- "defaultProps": {},
1375
- "getStylesLiterals": {
1376
- "inputVariantHelperText": "default",
1377
- "inputVariantValueHelperText": "empty",
1378
- "inputVariantValueHelperText:1": "filled",
1379
- "inputVariantHelperIcon": "default",
1380
- "inputVariantValueHelperIcon": "empty",
1381
- "inputVariantValueHelperIcon:1": "filled"
1382
- },
1383
- "cxLiterals": [],
1384
- "internalComponents": ["IconSlot", "HStack"],
1385
- "internalComponentProps": { "HStack": {
1386
- "gap": ["1"],
1387
- "alignItems": ["center"]
1388
- } },
1389
- "propToVariantKeys": {
1390
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1391
- "startIcon": ["icon"],
1392
- "endIcon": ["icon"]
1393
- },
1394
- "motionVarPrefixes": []
1395
- };
1396
- var Radio = {
1397
- "name": "Radio",
1398
- "defaultProps": {
1399
- "labelPosition": "start",
1400
- "variant": "primary",
1401
- "size": "md",
1402
- "value": ""
1403
- },
1404
- "getStylesLiterals": {
1405
- "radioVariantValueRoot": "checked",
1406
- "radioVariantValueRoot:1": "unchecked",
1407
- "display": "flex",
1408
- "flexDirection": "row",
1409
- "flexDirection:1": "row-reverse",
1410
- "alignItems": "center",
1411
- "radioVariantValueRadio": "checked",
1412
- "radioVariantValueRadio:1": "unchecked",
1413
- "radioVariantValueRadioCircle": "checked",
1414
- "radioVariantValueRadioCircle:1": "unchecked"
1415
- },
1416
- "cxLiterals": [
1417
- "cursor-pointer",
1418
- "cursor-default",
1419
- "opacity-50",
1420
- "border",
1421
- "uds-ring",
1422
- "uds-ring-within",
1423
- "transition-[background-color,border-color]",
1424
- "transition-shadow",
1425
- "pointer-events-none",
1426
- "w-[8px]",
1427
- "h-[8px]",
1428
- "transition-opacity",
1429
- "cursor-[inherit]",
1430
- "absolute",
1431
- "opacity-0",
1432
- "top-1/2",
1433
- "left-1/2",
1434
- "w-[calc(100%+2px)]",
1435
- "h-[calc(100%+2px)]",
1436
- "transform",
1437
- "translate-x-[-50%]",
1438
- "translate-y-[-50%]",
1439
- "text-start",
1440
- "text-end"
1441
- ],
1442
- "internalComponents": [
1443
- "Box",
1444
- "FormLabel",
1445
- "SpringMotionConfig",
1446
- "RootElement",
1447
- "MotionBox"
1448
- ],
1449
- "internalComponentProps": {
1450
- "Box": { "borderRadius": ["full"] },
1451
- "FormLabel": {
1452
- "as": ["div"],
1453
- "variant": ["inherit"],
1454
- "color": ["inherit"]
1455
- },
1456
- "RootElement": { "data-testid": ["container"] },
1457
- "MotionBox": {
1458
- "position": ["relative"],
1459
- "borderRadius": ["full"],
1460
- "alignItems": ["center"],
1461
- "justifyContent": ["center"],
1462
- "flex": ["none"]
1463
- }
1464
- },
1465
- "propToVariantKeys": {
1466
- "size": ["radioSizeRoot", "radioSizeRadio"],
1467
- "variant": [
1468
- "radioVariantRoot",
1469
- "radioVariantRadio",
1470
- "radioVariantRadioCircle"
1340
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1341
+ "variant": [
1342
+ "radioVariantRoot",
1343
+ "radioVariantRadio",
1344
+ "radioVariantRadioCircle"
1471
1345
  ],
1472
1346
  "reduceMotion": ["reducedMotion"]
1473
1347
  },
@@ -1676,85 +1550,236 @@ var Menu = {
1676
1550
  "propToVariantKeys": {},
1677
1551
  "motionVarPrefixes": []
1678
1552
  };
1679
- var Toast = {
1680
- "name": "Toast",
1681
- "defaultProps": {},
1553
+ var Input = {
1554
+ "name": "Input",
1555
+ "defaultProps": {
1556
+ "type": "text",
1557
+ "size": "md",
1558
+ "width": "full"
1559
+ },
1682
1560
  "getStylesLiterals": {
1683
- "className": "flex-none",
1684
- "spacing": "2",
1685
- "borderRadius": "full"
1561
+ "inputVariantRoot": "default",
1562
+ "inputVariantValueRoot": "empty",
1563
+ "inputVariantValueRoot:1": "filled",
1564
+ "inputVariantInputWrapper": "default",
1565
+ "inputVariantValueInputWrapper": "empty",
1566
+ "inputVariantValueInputWrapper:1": "filled",
1567
+ "inputVariantInput": "default",
1568
+ "inputVariantValueInput": "empty",
1569
+ "inputVariantValueInput:1": "filled",
1570
+ "inputVariantInputPlaceholder": "default",
1571
+ "inputVariantValueInputPlaceholder": "empty",
1572
+ "inputVariantValueInputPlaceholder:1": "filled",
1573
+ "inputVariantLabel": "default",
1574
+ "inputVariantValueLabel": "empty",
1575
+ "inputVariantValueLabel:1": "filled",
1576
+ "inputVariantLabelRequired": "default",
1577
+ "inputVariantValueLabelRequired": "empty",
1578
+ "inputVariantValueLabelRequired:1": "filled",
1579
+ "inputVariantStartIcon": "default",
1580
+ "inputVariantValueStartIcon": "empty",
1581
+ "inputVariantValueStartIcon:1": "filled",
1582
+ "inputVariantEndIcon": "default",
1583
+ "inputVariantValueEndIcon": "empty",
1584
+ "inputVariantValueEndIcon:1": "filled"
1686
1585
  },
1687
1586
  "cxLiterals": [
1688
- "transition-[background-color]",
1689
- "bg-carbon-15/0",
1690
- "hover:bg-carbon-15/10",
1691
- "active:bg-carbon-15/15",
1692
- "uds-ring"
1587
+ "opacity-50",
1588
+ "min-w-[200px]",
1589
+ "grow",
1590
+ "uds-hit-target",
1591
+ "bg-clip-text",
1592
+ "focus:outline-none",
1593
+ "cursor-text",
1594
+ "cursor-not-allowed"
1693
1595
  ],
1694
1596
  "internalComponents": [
1695
1597
  "IconSlot",
1696
- "ToastContainer",
1697
- "Text",
1698
- "Button",
1699
- "Pressable"
1598
+ "StartIcon",
1599
+ "EndIcon",
1600
+ "HelpTextContent",
1601
+ "Box",
1602
+ "InputHelpTextInternal",
1603
+ "VStack",
1604
+ "HStack",
1605
+ "AnimateHeightChange"
1700
1606
  ],
1701
- "internalComponentProps": {},
1607
+ "internalComponentProps": {
1608
+ "HelpTextContent": { "spacingTop": ["2"] },
1609
+ "Box": {
1610
+ "spacingBottom": ["2"],
1611
+ "columnGap": ["0.5"],
1612
+ "alignItems": ["flex-end", "center"],
1613
+ "position": ["relative"]
1614
+ },
1615
+ "HStack": {
1616
+ "alignItems": ["center"],
1617
+ "gap": ["1"]
1618
+ }
1619
+ },
1702
1620
  "propToVariantKeys": {
1703
1621
  "size": [
1704
- "toastSizeLabel",
1705
- "toastSizeIcon",
1706
- "toastSizeActionButton",
1707
- "toastSizeCloseIcon"
1708
- ],
1709
- "variant": [
1710
- "toastVariantIcon",
1711
- "toastVariantActionButton",
1712
- "toastVariantCloseIcon"
1622
+ "inputSizeRoot",
1623
+ "inputSizeInputWrapper",
1624
+ "inputSizeInput",
1625
+ "inputSizeLabel",
1626
+ "inputSizeStartIcon",
1627
+ "inputSizeEndIcon"
1713
1628
  ],
1714
- "closeIcon": ["icon"],
1715
- "onClickActionButton": ["onClick"]
1629
+ "startIcon": ["icon"],
1630
+ "endIcon": ["icon"],
1631
+ "helperTextIcon": ["startIcon"]
1716
1632
  },
1717
1633
  "motionVarPrefixes": []
1718
1634
  };
1719
- var ToastContainer = {
1720
- "name": "ToastContainer",
1635
+ var InputHelpText = {
1636
+ "name": "InputHelpText",
1637
+ "defaultProps": { "size": "md" },
1638
+ "getStylesLiterals": {
1639
+ "inputVariantRoot": "default",
1640
+ "inputVariantValueRoot": "empty",
1641
+ "inputVariantValueRoot:1": "filled"
1642
+ },
1643
+ "cxLiterals": [],
1644
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1645
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1646
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1647
+ "motionVarPrefixes": []
1648
+ };
1649
+ var InputHelpTextInternal = {
1650
+ "name": "InputHelpTextInternal",
1721
1651
  "defaultProps": {},
1722
1652
  "getStylesLiterals": {
1723
- "position": "relative",
1724
- "alignItems": "center",
1725
- "display": "flex",
1726
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1653
+ "inputVariantHelperText": "default",
1654
+ "inputVariantValueHelperText": "empty",
1655
+ "inputVariantValueHelperText:1": "filled",
1656
+ "inputVariantHelperIcon": "default",
1657
+ "inputVariantValueHelperIcon": "empty",
1658
+ "inputVariantValueHelperIcon:1": "filled"
1727
1659
  },
1728
- "cxLiterals": ["w-full"],
1729
- "internalComponents": ["HStack"],
1660
+ "cxLiterals": [],
1661
+ "internalComponents": ["IconSlot", "HStack"],
1730
1662
  "internalComponentProps": { "HStack": {
1731
- "alignItems": ["center"],
1732
- "justifyContent": ["space-between"],
1733
- "overflow": ["hidden"],
1734
- "position": ["relative"]
1663
+ "gap": ["1"],
1664
+ "alignItems": ["center"]
1735
1665
  } },
1736
1666
  "propToVariantKeys": {
1737
- "variant": ["toastVariantRoot"],
1738
- "size": ["toastSizeRoot"]
1667
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1668
+ "startIcon": ["icon"],
1669
+ "endIcon": ["icon"]
1739
1670
  },
1740
1671
  "motionVarPrefixes": []
1741
1672
  };
1742
- var ToastPortal = {
1743
- "name": "ToastPortal",
1673
+ var Avatar = {
1674
+ "name": "Avatar",
1744
1675
  "defaultProps": {},
1745
1676
  "getStylesLiterals": {},
1746
1677
  "cxLiterals": [],
1747
- "internalComponents": ["ReactToastifyToastContainer"],
1678
+ "internalComponents": ["AvatarImage"],
1748
1679
  "internalComponentProps": {},
1749
1680
  "propToVariantKeys": {},
1750
1681
  "motionVarPrefixes": []
1751
1682
  };
1752
- var UDSToastConfigProvider = {
1753
- "name": "UDSToastConfigProvider",
1683
+ var AvatarIcon = {
1684
+ "name": "AvatarIcon",
1685
+ "defaultProps": {
1686
+ "size": "md",
1687
+ "variant": "primary"
1688
+ },
1689
+ "getStylesLiterals": {},
1690
+ "cxLiterals": [
1691
+ "overflow-hidden",
1692
+ "w-full",
1693
+ "h-full",
1694
+ "shrink-0",
1695
+ "text-center",
1696
+ "inline-flex",
1697
+ "justify-center",
1698
+ "items-center"
1699
+ ],
1700
+ "internalComponents": ["IconSlot", "Box"],
1701
+ "internalComponentProps": {},
1702
+ "propToVariantKeys": { "size": ["avatarSizeIcon"] },
1703
+ "motionVarPrefixes": []
1704
+ };
1705
+ var AvatarImage = {
1706
+ "name": "AvatarImage",
1707
+ "defaultProps": {
1708
+ "size": "md",
1709
+ "variant": "primary"
1710
+ },
1711
+ "getStylesLiterals": {},
1712
+ "cxLiterals": [
1713
+ "overflow-hidden",
1714
+ "w-full",
1715
+ "h-full",
1716
+ "shrink-0",
1717
+ "text-center",
1718
+ "inline-flex",
1719
+ "justify-center",
1720
+ "items-center",
1721
+ "object-cover"
1722
+ ],
1723
+ "internalComponents": [
1724
+ "UDSImage",
1725
+ "AvatarText",
1726
+ "AvatarIcon",
1727
+ "Box"
1728
+ ],
1729
+ "internalComponentProps": {},
1730
+ "propToVariantKeys": {
1731
+ "alt": ["name"],
1732
+ "fallback": ["initials"]
1733
+ },
1734
+ "motionVarPrefixes": []
1735
+ };
1736
+ var AvatarText = {
1737
+ "name": "AvatarText",
1738
+ "defaultProps": {
1739
+ "size": "md",
1740
+ "variant": "primary"
1741
+ },
1742
+ "getStylesLiterals": {},
1743
+ "cxLiterals": [
1744
+ "overflow-hidden",
1745
+ "truncate",
1746
+ "w-full",
1747
+ "h-full",
1748
+ "shrink-0",
1749
+ "text-center",
1750
+ "inline-flex",
1751
+ "justify-center",
1752
+ "items-center"
1753
+ ],
1754
+ "internalComponents": ["Box", "Text"],
1755
+ "internalComponentProps": { "Text": {
1756
+ "color": ["inherit"],
1757
+ "variant": ["inherit"]
1758
+ } },
1759
+ "propToVariantKeys": {},
1760
+ "motionVarPrefixes": []
1761
+ };
1762
+ var UDSBreakpointsConfigProvider = {
1763
+ "name": "UDSBreakpointsConfigProvider",
1754
1764
  "defaultProps": {},
1755
1765
  "getStylesLiterals": {},
1756
1766
  "cxLiterals": [],
1757
- "internalComponents": ["ToastContext.Provider"],
1767
+ "internalComponents": ["UDSBreakpointsConfigContext.Provider"],
1768
+ "internalComponentProps": {},
1769
+ "propToVariantKeys": {},
1770
+ "motionVarPrefixes": []
1771
+ };
1772
+ var UDSConfigProvider = {
1773
+ "name": "UDSConfigProvider",
1774
+ "defaultProps": {},
1775
+ "getStylesLiterals": {},
1776
+ "cxLiterals": [],
1777
+ "internalComponents": [
1778
+ "UDSBreakpointsConfigProvider",
1779
+ "UDSBottomSheetConfigProvider",
1780
+ "UDSToastConfigProvider",
1781
+ "UDSTooltipConfigProvider"
1782
+ ],
1758
1783
  "internalComponentProps": {},
1759
1784
  "propToVariantKeys": {},
1760
1785
  "motionVarPrefixes": []
@@ -1846,31 +1871,6 @@ var UDSTooltipConfigProvider = {
1846
1871
  "propToVariantKeys": {},
1847
1872
  "motionVarPrefixes": []
1848
1873
  };
1849
- var UDSBreakpointsConfigProvider = {
1850
- "name": "UDSBreakpointsConfigProvider",
1851
- "defaultProps": {},
1852
- "getStylesLiterals": {},
1853
- "cxLiterals": [],
1854
- "internalComponents": ["UDSBreakpointsConfigContext.Provider"],
1855
- "internalComponentProps": {},
1856
- "propToVariantKeys": {},
1857
- "motionVarPrefixes": []
1858
- };
1859
- var UDSConfigProvider = {
1860
- "name": "UDSConfigProvider",
1861
- "defaultProps": {},
1862
- "getStylesLiterals": {},
1863
- "cxLiterals": [],
1864
- "internalComponents": [
1865
- "UDSBreakpointsConfigProvider",
1866
- "UDSBottomSheetConfigProvider",
1867
- "UDSToastConfigProvider",
1868
- "UDSTooltipConfigProvider"
1869
- ],
1870
- "internalComponentProps": {},
1871
- "propToVariantKeys": {},
1872
- "motionVarPrefixes": []
1873
- };
1874
1874
  var componentData_default = {
1875
1875
  Box,
1876
1876
  FormLabel,
@@ -1903,10 +1903,10 @@ var componentData_default = {
1903
1903
  SegmentedControl,
1904
1904
  SwitchV2,
1905
1905
  Tabs,
1906
- Avatar,
1907
- AvatarIcon,
1908
- AvatarImage,
1909
- AvatarText,
1906
+ Toast,
1907
+ ToastContainer,
1908
+ ToastPortal,
1909
+ UDSToastConfigProvider,
1910
1910
  BottomSheet,
1911
1911
  BottomSheetContent,
1912
1912
  BottomSheetDismiss,
@@ -1921,9 +1921,6 @@ var componentData_default = {
1921
1921
  ChipDismissible,
1922
1922
  ChipLink,
1923
1923
  ChipToggle,
1924
- Input,
1925
- InputHelpText,
1926
- InputHelpTextInternal,
1927
1924
  Radio,
1928
1925
  RadioGroupProvider,
1929
1926
  RadioGroupStore,
@@ -1935,16 +1932,19 @@ var componentData_default = {
1935
1932
  "Menu.Provider": Menu_Provider,
1936
1933
  "Menu.Trigger": Menu_Trigger,
1937
1934
  Menu,
1938
- Toast,
1939
- ToastContainer,
1940
- ToastPortal,
1941
- UDSToastConfigProvider,
1935
+ Input,
1936
+ InputHelpText,
1937
+ InputHelpTextInternal,
1938
+ Avatar,
1939
+ AvatarIcon,
1940
+ AvatarImage,
1941
+ AvatarText,
1942
+ UDSBreakpointsConfigProvider,
1943
+ UDSConfigProvider,
1942
1944
  Tooltip,
1943
1945
  TooltipContent,
1944
1946
  TooltipTrigger,
1945
- UDSTooltipConfigProvider,
1946
- UDSBreakpointsConfigProvider,
1947
- UDSConfigProvider
1947
+ UDSTooltipConfigProvider
1948
1948
  };
1949
1949
 
1950
1950
  //#endregion