@yahoo/uds 3.163.2 → 3.164.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/config/dist/index.cjs +3 -2
- package/dist/config/dist/index.js +3 -2
- package/dist/css/dist/packages/config/dist/index.cjs +3 -2
- package/dist/css/dist/packages/config/dist/index.js +3 -2
- package/dist/styles/styler.d.cts +65 -65
- package/dist/styles/styler.d.ts +65 -65
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.cjs +6 -2
- package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.js +6 -2
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +3 -2
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +3 -2
- package/dist/tailwind-internal/dist/packages/types/dist/index.d.cts +1 -0
- package/dist/tailwind-internal/dist/packages/types/dist/index.d.ts +1 -0
- package/dist/types/dist/index.d.cts +1 -0
- package/dist/types/dist/index.d.ts +1 -0
- package/dist/uds/generated/componentData.cjs +388 -388
- package/dist/uds/generated/componentData.js +388 -388
- package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
- package/dist/uds/generated/migrationSchemaVersion.js +1 -1
- package/generated/componentData.json +546 -546
- package/generated/migrationSchemaVersion.ts +1 -1
- package/package.json +1 -1
|
@@ -1289,136 +1289,6 @@ var componentData_default = {
|
|
|
1289
1289
|
"runtimeConfigInternalComponentProps": {},
|
|
1290
1290
|
"motionVarPrefixes": []
|
|
1291
1291
|
},
|
|
1292
|
-
ChipButton: {
|
|
1293
|
-
"name": "ChipButton",
|
|
1294
|
-
"defaultProps": { "variant": "primary" },
|
|
1295
|
-
"getStylesLiterals": {},
|
|
1296
|
-
"cxLiterals": ["uds-ring"],
|
|
1297
|
-
"internalComponents": ["ChipBase"],
|
|
1298
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1299
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1300
|
-
"runtimeConfigDefaultProps": {},
|
|
1301
|
-
"runtimeConfigGetStyles": {},
|
|
1302
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1303
|
-
"motionVarPrefixes": []
|
|
1304
|
-
},
|
|
1305
|
-
ChipDismissible: {
|
|
1306
|
-
"name": "ChipDismissible",
|
|
1307
|
-
"defaultProps": { "variant": "primary" },
|
|
1308
|
-
"getStylesLiterals": {},
|
|
1309
|
-
"cxLiterals": [
|
|
1310
|
-
"uds-chip-dismissible-button",
|
|
1311
|
-
"uds-hit-target",
|
|
1312
|
-
"uds-ring",
|
|
1313
|
-
"rounded-full"
|
|
1314
|
-
],
|
|
1315
|
-
"internalComponents": [
|
|
1316
|
-
"ChipBase",
|
|
1317
|
-
"IconSlot",
|
|
1318
|
-
"Pressable"
|
|
1319
|
-
],
|
|
1320
|
-
"internalComponentProps": {},
|
|
1321
|
-
"propToVariantKeys": {
|
|
1322
|
-
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1323
|
-
"dismissButtonAriaLabel": ["aria-label"]
|
|
1324
|
-
},
|
|
1325
|
-
"runtimeConfigDefaultProps": {},
|
|
1326
|
-
"runtimeConfigGetStyles": {},
|
|
1327
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1328
|
-
"motionVarPrefixes": []
|
|
1329
|
-
},
|
|
1330
|
-
ChipLink: {
|
|
1331
|
-
"name": "ChipLink",
|
|
1332
|
-
"defaultProps": { "variant": "primary" },
|
|
1333
|
-
"getStylesLiterals": {},
|
|
1334
|
-
"cxLiterals": ["uds-ring"],
|
|
1335
|
-
"internalComponents": ["ChipBase"],
|
|
1336
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1337
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1338
|
-
"runtimeConfigDefaultProps": {},
|
|
1339
|
-
"runtimeConfigGetStyles": {},
|
|
1340
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1341
|
-
"motionVarPrefixes": []
|
|
1342
|
-
},
|
|
1343
|
-
Chip: {
|
|
1344
|
-
"name": "Chip",
|
|
1345
|
-
"defaultProps": {},
|
|
1346
|
-
"getStylesLiterals": {},
|
|
1347
|
-
"cxLiterals": [],
|
|
1348
|
-
"internalComponents": [
|
|
1349
|
-
"ChipDismissible",
|
|
1350
|
-
"ChipToggle",
|
|
1351
|
-
"ChipLink",
|
|
1352
|
-
"ChipButton"
|
|
1353
|
-
],
|
|
1354
|
-
"internalComponentProps": {},
|
|
1355
|
-
"propToVariantKeys": {},
|
|
1356
|
-
"runtimeConfigDefaultProps": {},
|
|
1357
|
-
"runtimeConfigGetStyles": {},
|
|
1358
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1359
|
-
"motionVarPrefixes": []
|
|
1360
|
-
},
|
|
1361
|
-
ChipToggle: {
|
|
1362
|
-
"name": "ChipToggle",
|
|
1363
|
-
"defaultProps": {
|
|
1364
|
-
"variant": "primary",
|
|
1365
|
-
"role": "checkbox"
|
|
1366
|
-
},
|
|
1367
|
-
"getStylesLiterals": {
|
|
1368
|
-
"chipToggleVariantActiveRoot": "on",
|
|
1369
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
1370
|
-
},
|
|
1371
|
-
"cxLiterals": ["uds-ring"],
|
|
1372
|
-
"internalComponents": ["ChipBase"],
|
|
1373
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1374
|
-
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1375
|
-
"runtimeConfigDefaultProps": {},
|
|
1376
|
-
"runtimeConfigGetStyles": {},
|
|
1377
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1378
|
-
"motionVarPrefixes": []
|
|
1379
|
-
},
|
|
1380
|
-
ChipBase: {
|
|
1381
|
-
"name": "ChipBase",
|
|
1382
|
-
"defaultProps": {
|
|
1383
|
-
"size": "md",
|
|
1384
|
-
"as": "div"
|
|
1385
|
-
},
|
|
1386
|
-
"getStylesLiterals": {},
|
|
1387
|
-
"cxLiterals": [
|
|
1388
|
-
"pointer-events-none",
|
|
1389
|
-
"cursor-default",
|
|
1390
|
-
"opacity-50",
|
|
1391
|
-
"inline-flex",
|
|
1392
|
-
"items-center",
|
|
1393
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
1394
|
-
"truncate",
|
|
1395
|
-
"whitespace-nowrap",
|
|
1396
|
-
"text-center",
|
|
1397
|
-
"flex-1",
|
|
1398
|
-
"md",
|
|
1399
|
-
"primary"
|
|
1400
|
-
],
|
|
1401
|
-
"internalComponents": [
|
|
1402
|
-
"IconSlot",
|
|
1403
|
-
"HStack",
|
|
1404
|
-
"As",
|
|
1405
|
-
"Text"
|
|
1406
|
-
],
|
|
1407
|
-
"internalComponentProps": { "Text": {
|
|
1408
|
-
"as": ["span"],
|
|
1409
|
-
"color": ["current"],
|
|
1410
|
-
"variant": ["inherit"]
|
|
1411
|
-
} },
|
|
1412
|
-
"propToVariantKeys": {
|
|
1413
|
-
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1414
|
-
"startIcon": ["icon"],
|
|
1415
|
-
"endIcon": ["icon"]
|
|
1416
|
-
},
|
|
1417
|
-
"runtimeConfigDefaultProps": {},
|
|
1418
|
-
"runtimeConfigGetStyles": {},
|
|
1419
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1420
|
-
"motionVarPrefixes": []
|
|
1421
|
-
},
|
|
1422
1292
|
SwitchBase: {
|
|
1423
1293
|
"name": "SwitchBase",
|
|
1424
1294
|
"defaultProps": {
|
|
@@ -1740,93 +1610,223 @@ var componentData_default = {
|
|
|
1740
1610
|
"runtimeConfigInternalComponentProps": {},
|
|
1741
1611
|
"motionVarPrefixes": []
|
|
1742
1612
|
},
|
|
1743
|
-
|
|
1744
|
-
"name": "
|
|
1745
|
-
"defaultProps": { "
|
|
1613
|
+
ChipButton: {
|
|
1614
|
+
"name": "ChipButton",
|
|
1615
|
+
"defaultProps": { "variant": "primary" },
|
|
1616
|
+
"getStylesLiterals": {},
|
|
1617
|
+
"cxLiterals": ["uds-ring"],
|
|
1618
|
+
"internalComponents": ["ChipBase"],
|
|
1619
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1620
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1621
|
+
"runtimeConfigDefaultProps": {},
|
|
1622
|
+
"runtimeConfigGetStyles": {},
|
|
1623
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1624
|
+
"motionVarPrefixes": []
|
|
1625
|
+
},
|
|
1626
|
+
ChipDismissible: {
|
|
1627
|
+
"name": "ChipDismissible",
|
|
1628
|
+
"defaultProps": { "variant": "primary" },
|
|
1746
1629
|
"getStylesLiterals": {},
|
|
1747
1630
|
"cxLiterals": [
|
|
1748
|
-
"uds-
|
|
1631
|
+
"uds-chip-dismissible-button",
|
|
1749
1632
|
"uds-hit-target",
|
|
1750
|
-
"
|
|
1751
|
-
"
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
"
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1757
|
-
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
1758
|
-
"[transition-duration:220ms]",
|
|
1759
|
-
"cursor-not-allowed",
|
|
1760
|
-
"uds-button-loading",
|
|
1761
|
-
"uds-button-without-effects",
|
|
1762
|
-
"animate-spin"
|
|
1633
|
+
"uds-ring",
|
|
1634
|
+
"rounded-full"
|
|
1635
|
+
],
|
|
1636
|
+
"internalComponents": [
|
|
1637
|
+
"ChipBase",
|
|
1638
|
+
"IconSlot",
|
|
1639
|
+
"Pressable"
|
|
1763
1640
|
],
|
|
1764
|
-
"internalComponents": [],
|
|
1765
1641
|
"internalComponentProps": {},
|
|
1766
1642
|
"propToVariantKeys": {
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1643
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1644
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
1769
1645
|
},
|
|
1770
1646
|
"runtimeConfigDefaultProps": {},
|
|
1771
1647
|
"runtimeConfigGetStyles": {},
|
|
1772
1648
|
"runtimeConfigInternalComponentProps": {},
|
|
1773
1649
|
"motionVarPrefixes": []
|
|
1774
1650
|
},
|
|
1775
|
-
|
|
1776
|
-
"name": "
|
|
1651
|
+
ChipLink: {
|
|
1652
|
+
"name": "ChipLink",
|
|
1653
|
+
"defaultProps": { "variant": "primary" },
|
|
1654
|
+
"getStylesLiterals": {},
|
|
1655
|
+
"cxLiterals": ["uds-ring"],
|
|
1656
|
+
"internalComponents": ["ChipBase"],
|
|
1657
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1658
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1659
|
+
"runtimeConfigDefaultProps": {},
|
|
1660
|
+
"runtimeConfigGetStyles": {},
|
|
1661
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1662
|
+
"motionVarPrefixes": []
|
|
1663
|
+
},
|
|
1664
|
+
Chip: {
|
|
1665
|
+
"name": "Chip",
|
|
1777
1666
|
"defaultProps": {},
|
|
1778
1667
|
"getStylesLiterals": {},
|
|
1779
1668
|
"cxLiterals": [],
|
|
1780
1669
|
"internalComponents": [
|
|
1781
|
-
"
|
|
1782
|
-
"
|
|
1783
|
-
"
|
|
1784
|
-
"
|
|
1785
|
-
"MotionSlot",
|
|
1786
|
-
"IconButtonProps",
|
|
1787
|
-
"Slot"
|
|
1670
|
+
"ChipDismissible",
|
|
1671
|
+
"ChipToggle",
|
|
1672
|
+
"ChipLink",
|
|
1673
|
+
"ChipButton"
|
|
1788
1674
|
],
|
|
1789
|
-
"internalComponentProps": {
|
|
1790
|
-
"Icon": { "color": ["current"] },
|
|
1791
|
-
"AnimatePresence": { "mode": ["popLayout"] },
|
|
1792
|
-
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
1793
|
-
"MotionSlot": {
|
|
1794
|
-
"initial": ["icon"],
|
|
1795
|
-
"whileHover": ["hover"],
|
|
1796
|
-
"whileTap": ["pressed"]
|
|
1797
|
-
}
|
|
1798
|
-
},
|
|
1675
|
+
"internalComponentProps": {},
|
|
1799
1676
|
"propToVariantKeys": {},
|
|
1800
1677
|
"runtimeConfigDefaultProps": {},
|
|
1801
1678
|
"runtimeConfigGetStyles": {},
|
|
1802
1679
|
"runtimeConfigInternalComponentProps": {},
|
|
1803
|
-
"motionVarPrefixes": [
|
|
1680
|
+
"motionVarPrefixes": []
|
|
1804
1681
|
},
|
|
1805
|
-
|
|
1806
|
-
"name": "
|
|
1682
|
+
ChipToggle: {
|
|
1683
|
+
"name": "ChipToggle",
|
|
1807
1684
|
"defaultProps": {
|
|
1808
|
-
"labelPosition": "start",
|
|
1809
1685
|
"variant": "primary",
|
|
1810
|
-
"
|
|
1686
|
+
"role": "checkbox"
|
|
1811
1687
|
},
|
|
1812
1688
|
"getStylesLiterals": {
|
|
1813
|
-
"
|
|
1814
|
-
"
|
|
1815
|
-
|
|
1816
|
-
|
|
1689
|
+
"chipToggleVariantActiveRoot": "on",
|
|
1690
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
1691
|
+
},
|
|
1692
|
+
"cxLiterals": ["uds-ring"],
|
|
1693
|
+
"internalComponents": ["ChipBase"],
|
|
1694
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1695
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1696
|
+
"runtimeConfigDefaultProps": {},
|
|
1697
|
+
"runtimeConfigGetStyles": {},
|
|
1698
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1699
|
+
"motionVarPrefixes": []
|
|
1700
|
+
},
|
|
1701
|
+
ChipBase: {
|
|
1702
|
+
"name": "ChipBase",
|
|
1703
|
+
"defaultProps": {
|
|
1704
|
+
"size": "md",
|
|
1705
|
+
"as": "div"
|
|
1817
1706
|
},
|
|
1707
|
+
"getStylesLiterals": {},
|
|
1818
1708
|
"cxLiterals": [
|
|
1819
|
-
"
|
|
1709
|
+
"pointer-events-none",
|
|
1820
1710
|
"cursor-default",
|
|
1821
1711
|
"opacity-50",
|
|
1822
|
-
"
|
|
1823
|
-
"
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1712
|
+
"inline-flex",
|
|
1713
|
+
"items-center",
|
|
1714
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
1715
|
+
"truncate",
|
|
1716
|
+
"whitespace-nowrap",
|
|
1717
|
+
"text-center",
|
|
1718
|
+
"flex-1",
|
|
1719
|
+
"md",
|
|
1720
|
+
"primary"
|
|
1721
|
+
],
|
|
1722
|
+
"internalComponents": [
|
|
1723
|
+
"IconSlot",
|
|
1724
|
+
"HStack",
|
|
1725
|
+
"As",
|
|
1726
|
+
"Text"
|
|
1727
|
+
],
|
|
1728
|
+
"internalComponentProps": { "Text": {
|
|
1729
|
+
"as": ["span"],
|
|
1730
|
+
"color": ["current"],
|
|
1731
|
+
"variant": ["inherit"]
|
|
1732
|
+
} },
|
|
1733
|
+
"propToVariantKeys": {
|
|
1734
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1735
|
+
"startIcon": ["icon"],
|
|
1736
|
+
"endIcon": ["icon"]
|
|
1737
|
+
},
|
|
1738
|
+
"runtimeConfigDefaultProps": {},
|
|
1739
|
+
"runtimeConfigGetStyles": {},
|
|
1740
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1741
|
+
"motionVarPrefixes": []
|
|
1742
|
+
},
|
|
1743
|
+
IconButtonBase: {
|
|
1744
|
+
"name": "IconButtonBase",
|
|
1745
|
+
"defaultProps": { "type": "button" },
|
|
1746
|
+
"getStylesLiterals": {},
|
|
1747
|
+
"cxLiterals": [
|
|
1748
|
+
"uds-ring",
|
|
1749
|
+
"uds-hit-target",
|
|
1750
|
+
"inline-flex",
|
|
1751
|
+
"overflow-hidden",
|
|
1752
|
+
"justify-center",
|
|
1753
|
+
"items-center",
|
|
1754
|
+
"[transform-origin:center]",
|
|
1755
|
+
"[backface-visibility:hidden]",
|
|
1756
|
+
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
1757
|
+
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
1758
|
+
"[transition-duration:220ms]",
|
|
1759
|
+
"cursor-not-allowed",
|
|
1760
|
+
"uds-button-loading",
|
|
1761
|
+
"uds-button-without-effects",
|
|
1762
|
+
"animate-spin"
|
|
1763
|
+
],
|
|
1764
|
+
"internalComponents": [],
|
|
1765
|
+
"internalComponentProps": {},
|
|
1766
|
+
"propToVariantKeys": {
|
|
1767
|
+
"size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
|
|
1768
|
+
"variant": ["buttonVariantRoot", "buttonVariantIcon"]
|
|
1769
|
+
},
|
|
1770
|
+
"runtimeConfigDefaultProps": {},
|
|
1771
|
+
"runtimeConfigGetStyles": {},
|
|
1772
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1773
|
+
"motionVarPrefixes": []
|
|
1774
|
+
},
|
|
1775
|
+
IconButton: {
|
|
1776
|
+
"name": "IconButton",
|
|
1777
|
+
"defaultProps": {},
|
|
1778
|
+
"getStylesLiterals": {},
|
|
1779
|
+
"cxLiterals": [],
|
|
1780
|
+
"internalComponents": [
|
|
1781
|
+
"IconButtonBase",
|
|
1782
|
+
"Icon",
|
|
1783
|
+
"AnimatePresence",
|
|
1784
|
+
"SpringMotionConfig",
|
|
1785
|
+
"MotionSlot",
|
|
1786
|
+
"IconButtonProps",
|
|
1787
|
+
"Slot"
|
|
1788
|
+
],
|
|
1789
|
+
"internalComponentProps": {
|
|
1790
|
+
"Icon": { "color": ["current"] },
|
|
1791
|
+
"AnimatePresence": { "mode": ["popLayout"] },
|
|
1792
|
+
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
1793
|
+
"MotionSlot": {
|
|
1794
|
+
"initial": ["icon"],
|
|
1795
|
+
"whileHover": ["hover"],
|
|
1796
|
+
"whileTap": ["pressed"]
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
"propToVariantKeys": {},
|
|
1800
|
+
"runtimeConfigDefaultProps": {},
|
|
1801
|
+
"runtimeConfigGetStyles": {},
|
|
1802
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1803
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1804
|
+
},
|
|
1805
|
+
CheckboxBase: {
|
|
1806
|
+
"name": "CheckboxBase",
|
|
1807
|
+
"defaultProps": {
|
|
1808
|
+
"labelPosition": "start",
|
|
1809
|
+
"variant": "primary",
|
|
1810
|
+
"size": "md"
|
|
1811
|
+
},
|
|
1812
|
+
"getStylesLiterals": {
|
|
1813
|
+
"display": "flex",
|
|
1814
|
+
"flexDirection": "row",
|
|
1815
|
+
"flexDirection:1": "row-reverse",
|
|
1816
|
+
"alignItems": "center"
|
|
1817
|
+
},
|
|
1818
|
+
"cxLiterals": [
|
|
1819
|
+
"cursor-pointer",
|
|
1820
|
+
"cursor-default",
|
|
1821
|
+
"opacity-50",
|
|
1822
|
+
"cursor-[inherit]",
|
|
1823
|
+
"absolute",
|
|
1824
|
+
"opacity-0",
|
|
1825
|
+
"top-[-1px]",
|
|
1826
|
+
"left-[-1px]",
|
|
1827
|
+
"w-[calc(100%+2px)]",
|
|
1828
|
+
"h-[calc(100%+2px)]",
|
|
1829
|
+
"text-start",
|
|
1830
1830
|
"text-end"
|
|
1831
1831
|
],
|
|
1832
1832
|
"internalComponents": ["FormLabel"],
|
|
@@ -2304,97 +2304,6 @@ var componentData_default = {
|
|
|
2304
2304
|
"runtimeConfigInternalComponentProps": {},
|
|
2305
2305
|
"motionVarPrefixes": []
|
|
2306
2306
|
},
|
|
2307
|
-
UDSTooltipConfigProvider: {
|
|
2308
|
-
"name": "UDSTooltipConfigProvider",
|
|
2309
|
-
"defaultProps": {},
|
|
2310
|
-
"getStylesLiterals": {},
|
|
2311
|
-
"cxLiterals": [],
|
|
2312
|
-
"internalComponents": ["TooltipContext.Provider"],
|
|
2313
|
-
"internalComponentProps": {},
|
|
2314
|
-
"propToVariantKeys": {},
|
|
2315
|
-
"runtimeConfigDefaultProps": {},
|
|
2316
|
-
"runtimeConfigGetStyles": {},
|
|
2317
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2318
|
-
"motionVarPrefixes": []
|
|
2319
|
-
},
|
|
2320
|
-
TooltipTrigger: {
|
|
2321
|
-
"name": "TooltipTrigger",
|
|
2322
|
-
"defaultProps": {},
|
|
2323
|
-
"getStylesLiterals": {},
|
|
2324
|
-
"cxLiterals": [],
|
|
2325
|
-
"internalComponents": ["TooltipAnchor"],
|
|
2326
|
-
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
2327
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
2328
|
-
"runtimeConfigDefaultProps": {},
|
|
2329
|
-
"runtimeConfigGetStyles": {},
|
|
2330
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2331
|
-
"motionVarPrefixes": []
|
|
2332
|
-
},
|
|
2333
|
-
TooltipContent: {
|
|
2334
|
-
"name": "TooltipContent",
|
|
2335
|
-
"defaultProps": {},
|
|
2336
|
-
"getStylesLiterals": {
|
|
2337
|
-
"tooltipSizeRoot": "default",
|
|
2338
|
-
"tooltipVariantRoot": "default",
|
|
2339
|
-
"tooltipSizeSvg": "default",
|
|
2340
|
-
"tooltipVariantSvg": "default",
|
|
2341
|
-
"tooltipVariantBlur": "default",
|
|
2342
|
-
"position": "absolute",
|
|
2343
|
-
"width": "full",
|
|
2344
|
-
"height": "full",
|
|
2345
|
-
"tooltipSizeTitle": "default",
|
|
2346
|
-
"tooltipSizeBody": "default",
|
|
2347
|
-
"tooltipSizeEndContent": "default",
|
|
2348
|
-
"tooltipSizeIcon": "default",
|
|
2349
|
-
"tooltipVariantIcon": "default"
|
|
2350
|
-
},
|
|
2351
|
-
"cxLiterals": [
|
|
2352
|
-
"max-w-lg",
|
|
2353
|
-
"flex",
|
|
2354
|
-
"z-[9999]",
|
|
2355
|
-
"uds-bgBlurFillFallback",
|
|
2356
|
-
"uds-bgBlurFallback",
|
|
2357
|
-
"top-0",
|
|
2358
|
-
"left-0",
|
|
2359
|
-
"z-[1]"
|
|
2360
|
-
],
|
|
2361
|
-
"internalComponents": [
|
|
2362
|
-
"IconSlot",
|
|
2363
|
-
"TooltipArrow",
|
|
2364
|
-
"Tooltip",
|
|
2365
|
-
"SvgFloatingOverlay",
|
|
2366
|
-
"VStack",
|
|
2367
|
-
"Box",
|
|
2368
|
-
"Text"
|
|
2369
|
-
],
|
|
2370
|
-
"internalComponentProps": {
|
|
2371
|
-
"SvgFloatingOverlay": { "contentOverflow": ["visible"] },
|
|
2372
|
-
"VStack": { "className": ["gap-[inherit]"] },
|
|
2373
|
-
"Box": {
|
|
2374
|
-
"alignItems": ["center"],
|
|
2375
|
-
"columnGap": ["1", "1.5"]
|
|
2376
|
-
},
|
|
2377
|
-
"Text": { "color": ["inherit"] }
|
|
2378
|
-
},
|
|
2379
|
-
"propToVariantKeys": { "startTitleIcon": ["icon"] },
|
|
2380
|
-
"runtimeConfigDefaultProps": {},
|
|
2381
|
-
"runtimeConfigGetStyles": {},
|
|
2382
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2383
|
-
"motionVarPrefixes": []
|
|
2384
|
-
},
|
|
2385
|
-
Tooltip: {
|
|
2386
|
-
"name": "Tooltip",
|
|
2387
|
-
"defaultProps": {},
|
|
2388
|
-
"getStylesLiterals": {},
|
|
2389
|
-
"cxLiterals": [],
|
|
2390
|
-
"internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
|
|
2391
|
-
"internalComponentProps": {},
|
|
2392
|
-
"propToVariantKeys": {},
|
|
2393
|
-
"runtimeConfigDefaultProps": {},
|
|
2394
|
-
"runtimeConfigGetStyles": {},
|
|
2395
|
-
"runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
|
|
2396
|
-
"motionVarPrefixes": []
|
|
2397
|
-
},
|
|
2398
2307
|
PaginationEllipsis: {
|
|
2399
2308
|
"name": "PaginationEllipsis",
|
|
2400
2309
|
"defaultProps": {},
|
|
@@ -2775,32 +2684,12 @@ var componentData_default = {
|
|
|
2775
2684
|
"runtimeConfigInternalComponentProps": {},
|
|
2776
2685
|
"motionVarPrefixes": []
|
|
2777
2686
|
},
|
|
2778
|
-
|
|
2779
|
-
"name": "
|
|
2780
|
-
"defaultProps": {},
|
|
2781
|
-
"getStylesLiterals": {},
|
|
2782
|
-
"cxLiterals": [],
|
|
2783
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2784
|
-
"internalComponentProps": {},
|
|
2785
|
-
"propToVariantKeys": {},
|
|
2786
|
-
"runtimeConfigDefaultProps": {},
|
|
2787
|
-
"runtimeConfigGetStyles": {},
|
|
2788
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2789
|
-
"motionVarPrefixes": []
|
|
2790
|
-
},
|
|
2791
|
-
UDSConfigProvider: {
|
|
2792
|
-
"name": "UDSConfigProvider",
|
|
2687
|
+
UDSTooltipConfigProvider: {
|
|
2688
|
+
"name": "UDSTooltipConfigProvider",
|
|
2793
2689
|
"defaultProps": {},
|
|
2794
2690
|
"getStylesLiterals": {},
|
|
2795
2691
|
"cxLiterals": [],
|
|
2796
|
-
"internalComponents": [
|
|
2797
|
-
"UDSBreakpointsConfigProvider",
|
|
2798
|
-
"UDSBottomSheetConfigProvider",
|
|
2799
|
-
"UDSToastConfigProvider",
|
|
2800
|
-
"UDSTooltipConfigProvider",
|
|
2801
|
-
"UDSPopoverConfigProvider",
|
|
2802
|
-
"UDSModalConfigProvider"
|
|
2803
|
-
],
|
|
2692
|
+
"internalComponents": ["TooltipContext.Provider"],
|
|
2804
2693
|
"internalComponentProps": {},
|
|
2805
2694
|
"propToVariantKeys": {},
|
|
2806
2695
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2808,54 +2697,90 @@ var componentData_default = {
|
|
|
2808
2697
|
"runtimeConfigInternalComponentProps": {},
|
|
2809
2698
|
"motionVarPrefixes": []
|
|
2810
2699
|
},
|
|
2811
|
-
|
|
2812
|
-
"name": "
|
|
2700
|
+
TooltipTrigger: {
|
|
2701
|
+
"name": "TooltipTrigger",
|
|
2813
2702
|
"defaultProps": {},
|
|
2814
2703
|
"getStylesLiterals": {},
|
|
2815
2704
|
"cxLiterals": [],
|
|
2816
|
-
"internalComponents": ["
|
|
2817
|
-
"internalComponentProps": { "
|
|
2705
|
+
"internalComponents": ["TooltipAnchor"],
|
|
2706
|
+
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
2818
2707
|
"propToVariantKeys": { "children": ["render"] },
|
|
2819
2708
|
"runtimeConfigDefaultProps": {},
|
|
2820
2709
|
"runtimeConfigGetStyles": {},
|
|
2821
2710
|
"runtimeConfigInternalComponentProps": {},
|
|
2822
2711
|
"motionVarPrefixes": []
|
|
2823
2712
|
},
|
|
2824
|
-
|
|
2825
|
-
"name": "
|
|
2713
|
+
TooltipContent: {
|
|
2714
|
+
"name": "TooltipContent",
|
|
2826
2715
|
"defaultProps": {},
|
|
2827
|
-
"getStylesLiterals": {
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
"
|
|
2834
|
-
"
|
|
2835
|
-
|
|
2716
|
+
"getStylesLiterals": {
|
|
2717
|
+
"tooltipSizeRoot": "default",
|
|
2718
|
+
"tooltipVariantRoot": "default",
|
|
2719
|
+
"tooltipSizeSvg": "default",
|
|
2720
|
+
"tooltipVariantSvg": "default",
|
|
2721
|
+
"tooltipVariantBlur": "default",
|
|
2722
|
+
"position": "absolute",
|
|
2723
|
+
"width": "full",
|
|
2724
|
+
"height": "full",
|
|
2725
|
+
"tooltipSizeTitle": "default",
|
|
2726
|
+
"tooltipSizeBody": "default",
|
|
2727
|
+
"tooltipSizeEndContent": "default",
|
|
2728
|
+
"tooltipSizeIcon": "default",
|
|
2729
|
+
"tooltipVariantIcon": "default"
|
|
2730
|
+
},
|
|
2731
|
+
"cxLiterals": [
|
|
2732
|
+
"max-w-lg",
|
|
2733
|
+
"flex",
|
|
2734
|
+
"z-[9999]",
|
|
2735
|
+
"uds-bgBlurFillFallback",
|
|
2736
|
+
"uds-bgBlurFallback",
|
|
2737
|
+
"top-0",
|
|
2738
|
+
"left-0",
|
|
2739
|
+
"z-[1]"
|
|
2740
|
+
],
|
|
2741
|
+
"internalComponents": [
|
|
2742
|
+
"IconSlot",
|
|
2743
|
+
"TooltipArrow",
|
|
2744
|
+
"Tooltip",
|
|
2745
|
+
"SvgFloatingOverlay",
|
|
2746
|
+
"VStack",
|
|
2747
|
+
"Box",
|
|
2748
|
+
"Text"
|
|
2749
|
+
],
|
|
2750
|
+
"internalComponentProps": {
|
|
2751
|
+
"SvgFloatingOverlay": { "contentOverflow": ["visible"] },
|
|
2752
|
+
"VStack": { "className": ["gap-[inherit]"] },
|
|
2753
|
+
"Box": {
|
|
2754
|
+
"alignItems": ["center"],
|
|
2755
|
+
"columnGap": ["1", "1.5"]
|
|
2756
|
+
},
|
|
2757
|
+
"Text": { "color": ["inherit"] }
|
|
2758
|
+
},
|
|
2759
|
+
"propToVariantKeys": { "startTitleIcon": ["icon"] },
|
|
2760
|
+
"runtimeConfigDefaultProps": {},
|
|
2836
2761
|
"runtimeConfigGetStyles": {},
|
|
2837
2762
|
"runtimeConfigInternalComponentProps": {},
|
|
2838
2763
|
"motionVarPrefixes": []
|
|
2839
2764
|
},
|
|
2840
|
-
|
|
2841
|
-
"name": "
|
|
2765
|
+
Tooltip: {
|
|
2766
|
+
"name": "Tooltip",
|
|
2842
2767
|
"defaultProps": {},
|
|
2843
2768
|
"getStylesLiterals": {},
|
|
2844
2769
|
"cxLiterals": [],
|
|
2845
|
-
"internalComponents": [],
|
|
2770
|
+
"internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
|
|
2846
2771
|
"internalComponentProps": {},
|
|
2847
2772
|
"propToVariantKeys": {},
|
|
2848
2773
|
"runtimeConfigDefaultProps": {},
|
|
2849
2774
|
"runtimeConfigGetStyles": {},
|
|
2850
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2775
|
+
"runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
|
|
2851
2776
|
"motionVarPrefixes": []
|
|
2852
2777
|
},
|
|
2853
|
-
|
|
2854
|
-
"name": "
|
|
2778
|
+
UDSBreakpointsConfigProvider: {
|
|
2779
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2855
2780
|
"defaultProps": {},
|
|
2856
2781
|
"getStylesLiterals": {},
|
|
2857
2782
|
"cxLiterals": [],
|
|
2858
|
-
"internalComponents": ["
|
|
2783
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2859
2784
|
"internalComponentProps": {},
|
|
2860
2785
|
"propToVariantKeys": {},
|
|
2861
2786
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2863,75 +2788,24 @@ var componentData_default = {
|
|
|
2863
2788
|
"runtimeConfigInternalComponentProps": {},
|
|
2864
2789
|
"motionVarPrefixes": []
|
|
2865
2790
|
},
|
|
2866
|
-
|
|
2867
|
-
"name": "
|
|
2791
|
+
UDSConfigProvider: {
|
|
2792
|
+
"name": "UDSConfigProvider",
|
|
2868
2793
|
"defaultProps": {},
|
|
2869
|
-
"getStylesLiterals": {
|
|
2870
|
-
|
|
2871
|
-
"popoverVariantRoot": "default",
|
|
2872
|
-
"display": "flex",
|
|
2873
|
-
"position": "relative",
|
|
2874
|
-
"display:1": "block",
|
|
2875
|
-
"spacingTop": "0",
|
|
2876
|
-
"spacingStart": "0",
|
|
2877
|
-
"spacingBottom": "0",
|
|
2878
|
-
"spacingEnd": "0",
|
|
2879
|
-
"popoverSizeSvgBase": "default",
|
|
2880
|
-
"popoverVariantSvgBase": "default",
|
|
2881
|
-
"popoverSizeSvgBorder": "default",
|
|
2882
|
-
"popoverVariantSvgBorder": "default",
|
|
2883
|
-
"popoverVariantBlur": "default",
|
|
2884
|
-
"position:1": "absolute",
|
|
2885
|
-
"width": "full",
|
|
2886
|
-
"height": "full",
|
|
2887
|
-
"flexShrink": "0",
|
|
2888
|
-
"borderRadius": "full",
|
|
2889
|
-
"alignItems": "center",
|
|
2890
|
-
"justifyContent": "center",
|
|
2891
|
-
"popoverVariantCloseIcon": "default",
|
|
2892
|
-
"popoverSizeCloseIcon": "default"
|
|
2893
|
-
},
|
|
2894
|
-
"cxLiterals": [
|
|
2895
|
-
"z-[9999]",
|
|
2896
|
-
"outline-none",
|
|
2897
|
-
"focus-visible:outline-none",
|
|
2898
|
-
"uds-bgBlurFillFallback",
|
|
2899
|
-
"uds-bgBlurFallback",
|
|
2900
|
-
"top-0",
|
|
2901
|
-
"left-0",
|
|
2902
|
-
"z-[1]",
|
|
2903
|
-
"duration-0",
|
|
2904
|
-
"duration-120",
|
|
2905
|
-
"transition-[background-color]",
|
|
2906
|
-
"bg-carbon-15/0",
|
|
2907
|
-
"hover:bg-carbon-15/10",
|
|
2908
|
-
"active:bg-carbon-15/15",
|
|
2909
|
-
"uds-ring",
|
|
2910
|
-
"absolute",
|
|
2911
|
-
"z-[4]"
|
|
2912
|
-
],
|
|
2794
|
+
"getStylesLiterals": {},
|
|
2795
|
+
"cxLiterals": [],
|
|
2913
2796
|
"internalComponents": [
|
|
2914
|
-
"
|
|
2915
|
-
"
|
|
2916
|
-
"
|
|
2917
|
-
"
|
|
2918
|
-
"
|
|
2919
|
-
"
|
|
2920
|
-
"Pressable"
|
|
2797
|
+
"UDSBreakpointsConfigProvider",
|
|
2798
|
+
"UDSBottomSheetConfigProvider",
|
|
2799
|
+
"UDSToastConfigProvider",
|
|
2800
|
+
"UDSTooltipConfigProvider",
|
|
2801
|
+
"UDSPopoverConfigProvider",
|
|
2802
|
+
"UDSModalConfigProvider"
|
|
2921
2803
|
],
|
|
2922
2804
|
"internalComponentProps": {},
|
|
2923
|
-
"propToVariantKeys": {
|
|
2924
|
-
"runtimeConfigDefaultProps": {
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
},
|
|
2928
|
-
"runtimeConfigGetStyles": {
|
|
2929
|
-
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
2930
|
-
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
2931
|
-
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
2932
|
-
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
2933
|
-
},
|
|
2934
|
-
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
2805
|
+
"propToVariantKeys": {},
|
|
2806
|
+
"runtimeConfigDefaultProps": {},
|
|
2807
|
+
"runtimeConfigGetStyles": {},
|
|
2808
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2935
2809
|
"motionVarPrefixes": []
|
|
2936
2810
|
},
|
|
2937
2811
|
InputHelpTextInternal: {
|
|
@@ -3068,6 +2942,132 @@ var componentData_default = {
|
|
|
3068
2942
|
"runtimeConfigInternalComponentProps": {},
|
|
3069
2943
|
"motionVarPrefixes": []
|
|
3070
2944
|
},
|
|
2945
|
+
PopoverTrigger: {
|
|
2946
|
+
"name": "PopoverTrigger",
|
|
2947
|
+
"defaultProps": {},
|
|
2948
|
+
"getStylesLiterals": {},
|
|
2949
|
+
"cxLiterals": [],
|
|
2950
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
2951
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
2952
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
2953
|
+
"runtimeConfigDefaultProps": {},
|
|
2954
|
+
"runtimeConfigGetStyles": {},
|
|
2955
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2956
|
+
"motionVarPrefixes": []
|
|
2957
|
+
},
|
|
2958
|
+
Popover: {
|
|
2959
|
+
"name": "Popover",
|
|
2960
|
+
"defaultProps": {},
|
|
2961
|
+
"getStylesLiterals": {},
|
|
2962
|
+
"cxLiterals": ["uds:popover-open"],
|
|
2963
|
+
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
2964
|
+
"internalComponentProps": {},
|
|
2965
|
+
"propToVariantKeys": {},
|
|
2966
|
+
"runtimeConfigDefaultProps": {
|
|
2967
|
+
"size": "popover.defaultSize",
|
|
2968
|
+
"variant": "popover.defaultVariant"
|
|
2969
|
+
},
|
|
2970
|
+
"runtimeConfigGetStyles": {},
|
|
2971
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2972
|
+
"motionVarPrefixes": []
|
|
2973
|
+
},
|
|
2974
|
+
PopoverContext: {
|
|
2975
|
+
"name": "PopoverContext",
|
|
2976
|
+
"defaultProps": {},
|
|
2977
|
+
"getStylesLiterals": {},
|
|
2978
|
+
"cxLiterals": [],
|
|
2979
|
+
"internalComponents": [],
|
|
2980
|
+
"internalComponentProps": {},
|
|
2981
|
+
"propToVariantKeys": {},
|
|
2982
|
+
"runtimeConfigDefaultProps": {},
|
|
2983
|
+
"runtimeConfigGetStyles": {},
|
|
2984
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2985
|
+
"motionVarPrefixes": []
|
|
2986
|
+
},
|
|
2987
|
+
UDSPopoverConfigProvider: {
|
|
2988
|
+
"name": "UDSPopoverConfigProvider",
|
|
2989
|
+
"defaultProps": {},
|
|
2990
|
+
"getStylesLiterals": {},
|
|
2991
|
+
"cxLiterals": [],
|
|
2992
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
2993
|
+
"internalComponentProps": {},
|
|
2994
|
+
"propToVariantKeys": {},
|
|
2995
|
+
"runtimeConfigDefaultProps": {},
|
|
2996
|
+
"runtimeConfigGetStyles": {},
|
|
2997
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2998
|
+
"motionVarPrefixes": []
|
|
2999
|
+
},
|
|
3000
|
+
PopoverContent: {
|
|
3001
|
+
"name": "PopoverContent",
|
|
3002
|
+
"defaultProps": {},
|
|
3003
|
+
"getStylesLiterals": {
|
|
3004
|
+
"popoverSizeRoot": "default",
|
|
3005
|
+
"popoverVariantRoot": "default",
|
|
3006
|
+
"display": "flex",
|
|
3007
|
+
"position": "relative",
|
|
3008
|
+
"display:1": "block",
|
|
3009
|
+
"spacingTop": "0",
|
|
3010
|
+
"spacingStart": "0",
|
|
3011
|
+
"spacingBottom": "0",
|
|
3012
|
+
"spacingEnd": "0",
|
|
3013
|
+
"popoverSizeSvgBase": "default",
|
|
3014
|
+
"popoverVariantSvgBase": "default",
|
|
3015
|
+
"popoverSizeSvgBorder": "default",
|
|
3016
|
+
"popoverVariantSvgBorder": "default",
|
|
3017
|
+
"popoverVariantBlur": "default",
|
|
3018
|
+
"position:1": "absolute",
|
|
3019
|
+
"width": "full",
|
|
3020
|
+
"height": "full",
|
|
3021
|
+
"flexShrink": "0",
|
|
3022
|
+
"borderRadius": "full",
|
|
3023
|
+
"alignItems": "center",
|
|
3024
|
+
"justifyContent": "center",
|
|
3025
|
+
"popoverVariantCloseIcon": "default",
|
|
3026
|
+
"popoverSizeCloseIcon": "default"
|
|
3027
|
+
},
|
|
3028
|
+
"cxLiterals": [
|
|
3029
|
+
"z-[9999]",
|
|
3030
|
+
"outline-none",
|
|
3031
|
+
"focus-visible:outline-none",
|
|
3032
|
+
"uds-bgBlurFillFallback",
|
|
3033
|
+
"uds-bgBlurFallback",
|
|
3034
|
+
"top-0",
|
|
3035
|
+
"left-0",
|
|
3036
|
+
"z-[1]",
|
|
3037
|
+
"duration-0",
|
|
3038
|
+
"duration-120",
|
|
3039
|
+
"transition-[background-color]",
|
|
3040
|
+
"bg-carbon-15/0",
|
|
3041
|
+
"hover:bg-carbon-15/10",
|
|
3042
|
+
"active:bg-carbon-15/15",
|
|
3043
|
+
"uds-ring",
|
|
3044
|
+
"absolute",
|
|
3045
|
+
"z-[4]"
|
|
3046
|
+
],
|
|
3047
|
+
"internalComponents": [
|
|
3048
|
+
"PopoverDismiss",
|
|
3049
|
+
"IconSlot",
|
|
3050
|
+
"PopoverArrow",
|
|
3051
|
+
"Popover",
|
|
3052
|
+
"SvgFloatingOverlay",
|
|
3053
|
+
"Box",
|
|
3054
|
+
"Pressable"
|
|
3055
|
+
],
|
|
3056
|
+
"internalComponentProps": {},
|
|
3057
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
3058
|
+
"runtimeConfigDefaultProps": {
|
|
3059
|
+
"size": "popover.defaultSize",
|
|
3060
|
+
"variant": "popover.defaultVariant"
|
|
3061
|
+
},
|
|
3062
|
+
"runtimeConfigGetStyles": {
|
|
3063
|
+
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
3064
|
+
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
3065
|
+
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
3066
|
+
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
3067
|
+
},
|
|
3068
|
+
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
3069
|
+
"motionVarPrefixes": []
|
|
3070
|
+
},
|
|
3071
3071
|
UDSModalConfigProvider: {
|
|
3072
3072
|
"name": "UDSModalConfigProvider",
|
|
3073
3073
|
"defaultProps": {},
|