@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.
@@ -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,124 +1267,108 @@ 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"
1340
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1341
+ "variant": [
1342
+ "radioVariantRoot",
1343
+ "radioVariantRadio",
1344
+ "radioVariantRadioCircle"
1351
1345
  ],
1352
- "startIcon": ["icon"],
1353
- "endIcon": ["icon"],
1354
- "helperTextIcon": ["startIcon"]
1346
+ "reduceMotion": ["reducedMotion"]
1355
1347
  },
1356
- "motionVarPrefixes": []
1348
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1357
1349
  };
1358
- var InputHelpText = {
1359
- "name": "InputHelpText",
1360
- "defaultProps": { "size": "md" },
1361
- "getStylesLiterals": {
1362
- "inputVariantRoot": "default",
1363
- "inputVariantValueRoot": "empty",
1364
- "inputVariantValueRoot:1": "filled"
1365
- },
1350
+ var RadioGroupProvider = {
1351
+ "name": "RadioGroupProvider",
1352
+ "defaultProps": {},
1353
+ "getStylesLiterals": {},
1366
1354
  "cxLiterals": [],
1367
- "internalComponents": ["InputHelpTextInternal", "Box"],
1368
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1369
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1355
+ "internalComponents": [
1356
+ "DivProps",
1357
+ "Comp",
1358
+ "RadioGroupContext.Provider"
1359
+ ],
1360
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1361
+ "propToVariantKeys": {},
1370
1362
  "motionVarPrefixes": []
1371
1363
  };
1372
- var InputHelpTextInternal = {
1373
- "name": "InputHelpTextInternal",
1364
+ var RadioGroupStore = {
1365
+ "name": "RadioGroupStore",
1374
1366
  "defaultProps": {},
1375
- "getStylesLiterals": {
1376
- "inputVariantHelperText": "default",
1377
- "inputVariantValueHelperText": "empty",
1378
- "inputVariantValueHelperText:1": "filled",
1379
- "inputVariantHelperIcon": "default",
1380
- "inputVariantValueHelperIcon": "empty",
1381
- "inputVariantValueHelperIcon:1": "filled"
1382
- },
1367
+ "getStylesLiterals": {},
1383
1368
  "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
- },
1369
+ "internalComponents": [],
1370
+ "internalComponentProps": {},
1371
+ "propToVariantKeys": {},
1394
1372
  "motionVarPrefixes": []
1395
1373
  };
1396
1374
  var Menu_Content = {
@@ -1572,189 +1550,236 @@ var Menu = {
1572
1550
  "propToVariantKeys": {},
1573
1551
  "motionVarPrefixes": []
1574
1552
  };
1575
- var Radio = {
1576
- "name": "Radio",
1553
+ var Input = {
1554
+ "name": "Input",
1577
1555
  "defaultProps": {
1578
- "labelPosition": "start",
1579
- "variant": "primary",
1556
+ "type": "text",
1580
1557
  "size": "md",
1581
- "value": ""
1558
+ "width": "full"
1582
1559
  },
1583
1560
  "getStylesLiterals": {
1584
- "radioVariantValueRoot": "checked",
1585
- "radioVariantValueRoot:1": "unchecked",
1586
- "display": "flex",
1587
- "flexDirection": "row",
1588
- "flexDirection:1": "row-reverse",
1589
- "alignItems": "center",
1590
- "radioVariantValueRadio": "checked",
1591
- "radioVariantValueRadio:1": "unchecked",
1592
- "radioVariantValueRadioCircle": "checked",
1593
- "radioVariantValueRadioCircle:1": "unchecked"
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"
1594
1585
  },
1595
1586
  "cxLiterals": [
1596
- "cursor-pointer",
1597
- "cursor-default",
1598
1587
  "opacity-50",
1599
- "border",
1600
- "uds-ring",
1601
- "uds-ring-within",
1602
- "transition-[background-color,border-color]",
1603
- "transition-shadow",
1604
- "pointer-events-none",
1605
- "w-[8px]",
1606
- "h-[8px]",
1607
- "transition-opacity",
1608
- "cursor-[inherit]",
1609
- "absolute",
1610
- "opacity-0",
1611
- "top-1/2",
1612
- "left-1/2",
1613
- "w-[calc(100%+2px)]",
1614
- "h-[calc(100%+2px)]",
1615
- "transform",
1616
- "translate-x-[-50%]",
1617
- "translate-y-[-50%]",
1618
- "text-start",
1619
- "text-end"
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"
1620
1595
  ],
1621
1596
  "internalComponents": [
1597
+ "IconSlot",
1598
+ "StartIcon",
1599
+ "EndIcon",
1600
+ "HelpTextContent",
1622
1601
  "Box",
1623
- "FormLabel",
1624
- "SpringMotionConfig",
1625
- "RootElement",
1626
- "MotionBox"
1602
+ "InputHelpTextInternal",
1603
+ "VStack",
1604
+ "HStack",
1605
+ "AnimateHeightChange"
1627
1606
  ],
1628
1607
  "internalComponentProps": {
1629
- "Box": { "borderRadius": ["full"] },
1630
- "FormLabel": {
1631
- "as": ["div"],
1632
- "variant": ["inherit"],
1633
- "color": ["inherit"]
1608
+ "HelpTextContent": { "spacingTop": ["2"] },
1609
+ "Box": {
1610
+ "spacingBottom": ["2"],
1611
+ "columnGap": ["0.5"],
1612
+ "alignItems": ["flex-end", "center"],
1613
+ "position": ["relative"]
1634
1614
  },
1635
- "RootElement": { "data-testid": ["container"] },
1636
- "MotionBox": {
1637
- "position": ["relative"],
1638
- "borderRadius": ["full"],
1615
+ "HStack": {
1639
1616
  "alignItems": ["center"],
1640
- "justifyContent": ["center"],
1641
- "flex": ["none"]
1617
+ "gap": ["1"]
1642
1618
  }
1643
1619
  },
1644
1620
  "propToVariantKeys": {
1645
- "size": ["radioSizeRoot", "radioSizeRadio"],
1646
- "variant": [
1647
- "radioVariantRoot",
1648
- "radioVariantRadio",
1649
- "radioVariantRadioCircle"
1621
+ "size": [
1622
+ "inputSizeRoot",
1623
+ "inputSizeInputWrapper",
1624
+ "inputSizeInput",
1625
+ "inputSizeLabel",
1626
+ "inputSizeStartIcon",
1627
+ "inputSizeEndIcon"
1650
1628
  ],
1651
- "reduceMotion": ["reducedMotion"]
1629
+ "startIcon": ["icon"],
1630
+ "endIcon": ["icon"],
1631
+ "helperTextIcon": ["startIcon"]
1652
1632
  },
1653
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1633
+ "motionVarPrefixes": []
1654
1634
  };
1655
- var RadioGroupProvider = {
1656
- "name": "RadioGroupProvider",
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",
1657
1651
  "defaultProps": {},
1658
- "getStylesLiterals": {},
1652
+ "getStylesLiterals": {
1653
+ "inputVariantHelperText": "default",
1654
+ "inputVariantValueHelperText": "empty",
1655
+ "inputVariantValueHelperText:1": "filled",
1656
+ "inputVariantHelperIcon": "default",
1657
+ "inputVariantValueHelperIcon": "empty",
1658
+ "inputVariantValueHelperIcon:1": "filled"
1659
+ },
1659
1660
  "cxLiterals": [],
1660
- "internalComponents": [
1661
- "DivProps",
1662
- "Comp",
1663
- "RadioGroupContext.Provider"
1664
- ],
1665
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1666
- "propToVariantKeys": {},
1661
+ "internalComponents": ["IconSlot", "HStack"],
1662
+ "internalComponentProps": { "HStack": {
1663
+ "gap": ["1"],
1664
+ "alignItems": ["center"]
1665
+ } },
1666
+ "propToVariantKeys": {
1667
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1668
+ "startIcon": ["icon"],
1669
+ "endIcon": ["icon"]
1670
+ },
1667
1671
  "motionVarPrefixes": []
1668
1672
  };
1669
- var RadioGroupStore = {
1670
- "name": "RadioGroupStore",
1673
+ var Avatar = {
1674
+ "name": "Avatar",
1671
1675
  "defaultProps": {},
1672
1676
  "getStylesLiterals": {},
1673
1677
  "cxLiterals": [],
1674
- "internalComponents": [],
1678
+ "internalComponents": ["AvatarImage"],
1675
1679
  "internalComponentProps": {},
1676
1680
  "propToVariantKeys": {},
1677
1681
  "motionVarPrefixes": []
1678
1682
  };
1679
- var Toast = {
1680
- "name": "Toast",
1681
- "defaultProps": {},
1682
- "getStylesLiterals": {
1683
- "className": "flex-none",
1684
- "spacing": "2",
1685
- "borderRadius": "full"
1683
+ var AvatarIcon = {
1684
+ "name": "AvatarIcon",
1685
+ "defaultProps": {
1686
+ "size": "md",
1687
+ "variant": "primary"
1686
1688
  },
1689
+ "getStylesLiterals": {},
1687
1690
  "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"
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"
1693
1722
  ],
1694
1723
  "internalComponents": [
1695
- "IconSlot",
1696
- "ToastContainer",
1697
- "Text",
1698
- "Button",
1699
- "Pressable"
1724
+ "UDSImage",
1725
+ "AvatarText",
1726
+ "AvatarIcon",
1727
+ "Box"
1700
1728
  ],
1701
1729
  "internalComponentProps": {},
1702
1730
  "propToVariantKeys": {
1703
- "size": [
1704
- "toastSizeLabel",
1705
- "toastSizeIcon",
1706
- "toastSizeActionButton",
1707
- "toastSizeCloseIcon"
1708
- ],
1709
- "variant": [
1710
- "toastVariantIcon",
1711
- "toastVariantActionButton",
1712
- "toastVariantCloseIcon"
1713
- ],
1714
- "closeIcon": ["icon"],
1715
- "onClickActionButton": ["onClick"]
1731
+ "alt": ["name"],
1732
+ "fallback": ["initials"]
1716
1733
  },
1717
1734
  "motionVarPrefixes": []
1718
1735
  };
1719
- var ToastContainer = {
1720
- "name": "ToastContainer",
1721
- "defaultProps": {},
1722
- "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"
1736
+ var AvatarText = {
1737
+ "name": "AvatarText",
1738
+ "defaultProps": {
1739
+ "size": "md",
1740
+ "variant": "primary"
1727
1741
  },
1728
- "cxLiterals": ["w-full"],
1729
- "internalComponents": ["HStack"],
1730
- "internalComponentProps": { "HStack": {
1731
- "alignItems": ["center"],
1732
- "justifyContent": ["space-between"],
1733
- "overflow": ["hidden"],
1734
- "position": ["relative"]
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"]
1735
1758
  } },
1736
- "propToVariantKeys": {
1737
- "variant": ["toastVariantRoot"],
1738
- "size": ["toastSizeRoot"]
1739
- },
1759
+ "propToVariantKeys": {},
1740
1760
  "motionVarPrefixes": []
1741
1761
  };
1742
- var ToastPortal = {
1743
- "name": "ToastPortal",
1762
+ var UDSBreakpointsConfigProvider = {
1763
+ "name": "UDSBreakpointsConfigProvider",
1744
1764
  "defaultProps": {},
1745
1765
  "getStylesLiterals": {},
1746
1766
  "cxLiterals": [],
1747
- "internalComponents": ["ReactToastifyToastContainer"],
1767
+ "internalComponents": ["UDSBreakpointsConfigContext.Provider"],
1748
1768
  "internalComponentProps": {},
1749
1769
  "propToVariantKeys": {},
1750
1770
  "motionVarPrefixes": []
1751
1771
  };
1752
- var UDSToastConfigProvider = {
1753
- "name": "UDSToastConfigProvider",
1772
+ var UDSConfigProvider = {
1773
+ "name": "UDSConfigProvider",
1754
1774
  "defaultProps": {},
1755
1775
  "getStylesLiterals": {},
1756
1776
  "cxLiterals": [],
1757
- "internalComponents": ["ToastContext.Provider"],
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,9 @@ var componentData_default = {
1921
1921
  ChipDismissible,
1922
1922
  ChipLink,
1923
1923
  ChipToggle,
1924
- Input,
1925
- InputHelpText,
1926
- InputHelpTextInternal,
1924
+ Radio,
1925
+ RadioGroupProvider,
1926
+ RadioGroupStore,
1927
1927
  "Menu.Content": Menu_Content,
1928
1928
  "Menu.Divider": Menu_Divider,
1929
1929
  "Menu.Item": Menu_Item,
@@ -1932,19 +1932,19 @@ var componentData_default = {
1932
1932
  "Menu.Provider": Menu_Provider,
1933
1933
  "Menu.Trigger": Menu_Trigger,
1934
1934
  Menu,
1935
- Radio,
1936
- RadioGroupProvider,
1937
- RadioGroupStore,
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