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