@yahoo/uds 3.117.1 → 3.117.2
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/styles/styler.d.cts +53 -53
- package/dist/styles/styler.d.ts +53 -53
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/uds/generated/componentData.cjs +89 -89
- package/dist/uds/generated/componentData.js +89 -89
- package/generated/componentData.json +111 -111
- package/package.json +1 -1
|
@@ -1634,117 +1634,6 @@
|
|
|
1634
1634
|
},
|
|
1635
1635
|
"motionVarPrefixes": []
|
|
1636
1636
|
},
|
|
1637
|
-
"UDSToastConfigProvider": {
|
|
1638
|
-
"name": "UDSToastConfigProvider",
|
|
1639
|
-
"defaultProps": {},
|
|
1640
|
-
"getStylesLiterals": {},
|
|
1641
|
-
"cxLiterals": [],
|
|
1642
|
-
"internalComponents": [
|
|
1643
|
-
"ToastContext.Provider"
|
|
1644
|
-
],
|
|
1645
|
-
"internalComponentProps": {},
|
|
1646
|
-
"propToVariantKeys": {},
|
|
1647
|
-
"motionVarPrefixes": []
|
|
1648
|
-
},
|
|
1649
|
-
"Toast": {
|
|
1650
|
-
"name": "Toast",
|
|
1651
|
-
"defaultProps": {},
|
|
1652
|
-
"getStylesLiterals": {
|
|
1653
|
-
"className": "flex-none",
|
|
1654
|
-
"spacing": "2",
|
|
1655
|
-
"borderRadius": "full"
|
|
1656
|
-
},
|
|
1657
|
-
"cxLiterals": [
|
|
1658
|
-
"duration-0",
|
|
1659
|
-
"duration-120",
|
|
1660
|
-
"transition-[background-color]",
|
|
1661
|
-
"bg-carbon-15/0",
|
|
1662
|
-
"hover:bg-carbon-15/10",
|
|
1663
|
-
"active:bg-carbon-15/15",
|
|
1664
|
-
"uds-ring"
|
|
1665
|
-
],
|
|
1666
|
-
"internalComponents": [
|
|
1667
|
-
"IconSlot",
|
|
1668
|
-
"ToastContainer",
|
|
1669
|
-
"Text",
|
|
1670
|
-
"Button",
|
|
1671
|
-
"Pressable"
|
|
1672
|
-
],
|
|
1673
|
-
"internalComponentProps": {},
|
|
1674
|
-
"propToVariantKeys": {
|
|
1675
|
-
"size": [
|
|
1676
|
-
"toastSizeLabel",
|
|
1677
|
-
"toastSizeIcon",
|
|
1678
|
-
"toastSizeActionButton",
|
|
1679
|
-
"toastSizeCloseIcon"
|
|
1680
|
-
],
|
|
1681
|
-
"variant": [
|
|
1682
|
-
"toastVariantIcon",
|
|
1683
|
-
"toastVariantActionButton",
|
|
1684
|
-
"toastVariantCloseIcon"
|
|
1685
|
-
],
|
|
1686
|
-
"closeIcon": [
|
|
1687
|
-
"icon"
|
|
1688
|
-
],
|
|
1689
|
-
"onClickActionButton": [
|
|
1690
|
-
"onClick"
|
|
1691
|
-
]
|
|
1692
|
-
},
|
|
1693
|
-
"motionVarPrefixes": []
|
|
1694
|
-
},
|
|
1695
|
-
"ToastContainer": {
|
|
1696
|
-
"name": "ToastContainer",
|
|
1697
|
-
"defaultProps": {},
|
|
1698
|
-
"getStylesLiterals": {
|
|
1699
|
-
"position": "relative",
|
|
1700
|
-
"alignItems": "center",
|
|
1701
|
-
"display": "flex",
|
|
1702
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1703
|
-
},
|
|
1704
|
-
"cxLiterals": [
|
|
1705
|
-
"w-full"
|
|
1706
|
-
],
|
|
1707
|
-
"internalComponents": [
|
|
1708
|
-
"HStack"
|
|
1709
|
-
],
|
|
1710
|
-
"internalComponentProps": {
|
|
1711
|
-
"HStack": {
|
|
1712
|
-
"alignItems": [
|
|
1713
|
-
"center"
|
|
1714
|
-
],
|
|
1715
|
-
"justifyContent": [
|
|
1716
|
-
"space-between"
|
|
1717
|
-
],
|
|
1718
|
-
"overflow": [
|
|
1719
|
-
"hidden"
|
|
1720
|
-
],
|
|
1721
|
-
"position": [
|
|
1722
|
-
"relative"
|
|
1723
|
-
]
|
|
1724
|
-
}
|
|
1725
|
-
},
|
|
1726
|
-
"propToVariantKeys": {
|
|
1727
|
-
"variant": [
|
|
1728
|
-
"toastVariantRoot"
|
|
1729
|
-
],
|
|
1730
|
-
"size": [
|
|
1731
|
-
"toastSizeRoot"
|
|
1732
|
-
]
|
|
1733
|
-
},
|
|
1734
|
-
"motionVarPrefixes": []
|
|
1735
|
-
},
|
|
1736
|
-
"ToastPortal": {
|
|
1737
|
-
"name": "ToastPortal",
|
|
1738
|
-
"defaultProps": {},
|
|
1739
|
-
"getStylesLiterals": {},
|
|
1740
|
-
"cxLiterals": [],
|
|
1741
|
-
"internalComponents": [
|
|
1742
|
-
"ReactToastifyToastContainer"
|
|
1743
|
-
],
|
|
1744
|
-
"internalComponentProps": {},
|
|
1745
|
-
"propToVariantKeys": {},
|
|
1746
|
-
"motionVarPrefixes": []
|
|
1747
|
-
},
|
|
1748
1637
|
"BottomSheetContent": {
|
|
1749
1638
|
"name": "BottomSheetContent",
|
|
1750
1639
|
"defaultProps": {},
|
|
@@ -1989,6 +1878,117 @@
|
|
|
1989
1878
|
"propToVariantKeys": {},
|
|
1990
1879
|
"motionVarPrefixes": []
|
|
1991
1880
|
},
|
|
1881
|
+
"UDSToastConfigProvider": {
|
|
1882
|
+
"name": "UDSToastConfigProvider",
|
|
1883
|
+
"defaultProps": {},
|
|
1884
|
+
"getStylesLiterals": {},
|
|
1885
|
+
"cxLiterals": [],
|
|
1886
|
+
"internalComponents": [
|
|
1887
|
+
"ToastContext.Provider"
|
|
1888
|
+
],
|
|
1889
|
+
"internalComponentProps": {},
|
|
1890
|
+
"propToVariantKeys": {},
|
|
1891
|
+
"motionVarPrefixes": []
|
|
1892
|
+
},
|
|
1893
|
+
"Toast": {
|
|
1894
|
+
"name": "Toast",
|
|
1895
|
+
"defaultProps": {},
|
|
1896
|
+
"getStylesLiterals": {
|
|
1897
|
+
"className": "flex-none",
|
|
1898
|
+
"spacing": "2",
|
|
1899
|
+
"borderRadius": "full"
|
|
1900
|
+
},
|
|
1901
|
+
"cxLiterals": [
|
|
1902
|
+
"duration-0",
|
|
1903
|
+
"duration-120",
|
|
1904
|
+
"transition-[background-color]",
|
|
1905
|
+
"bg-carbon-15/0",
|
|
1906
|
+
"hover:bg-carbon-15/10",
|
|
1907
|
+
"active:bg-carbon-15/15",
|
|
1908
|
+
"uds-ring"
|
|
1909
|
+
],
|
|
1910
|
+
"internalComponents": [
|
|
1911
|
+
"IconSlot",
|
|
1912
|
+
"ToastContainer",
|
|
1913
|
+
"Text",
|
|
1914
|
+
"Button",
|
|
1915
|
+
"Pressable"
|
|
1916
|
+
],
|
|
1917
|
+
"internalComponentProps": {},
|
|
1918
|
+
"propToVariantKeys": {
|
|
1919
|
+
"size": [
|
|
1920
|
+
"toastSizeLabel",
|
|
1921
|
+
"toastSizeIcon",
|
|
1922
|
+
"toastSizeActionButton",
|
|
1923
|
+
"toastSizeCloseIcon"
|
|
1924
|
+
],
|
|
1925
|
+
"variant": [
|
|
1926
|
+
"toastVariantIcon",
|
|
1927
|
+
"toastVariantActionButton",
|
|
1928
|
+
"toastVariantCloseIcon"
|
|
1929
|
+
],
|
|
1930
|
+
"closeIcon": [
|
|
1931
|
+
"icon"
|
|
1932
|
+
],
|
|
1933
|
+
"onClickActionButton": [
|
|
1934
|
+
"onClick"
|
|
1935
|
+
]
|
|
1936
|
+
},
|
|
1937
|
+
"motionVarPrefixes": []
|
|
1938
|
+
},
|
|
1939
|
+
"ToastContainer": {
|
|
1940
|
+
"name": "ToastContainer",
|
|
1941
|
+
"defaultProps": {},
|
|
1942
|
+
"getStylesLiterals": {
|
|
1943
|
+
"position": "relative",
|
|
1944
|
+
"alignItems": "center",
|
|
1945
|
+
"display": "flex",
|
|
1946
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1947
|
+
},
|
|
1948
|
+
"cxLiterals": [
|
|
1949
|
+
"w-full"
|
|
1950
|
+
],
|
|
1951
|
+
"internalComponents": [
|
|
1952
|
+
"HStack"
|
|
1953
|
+
],
|
|
1954
|
+
"internalComponentProps": {
|
|
1955
|
+
"HStack": {
|
|
1956
|
+
"alignItems": [
|
|
1957
|
+
"center"
|
|
1958
|
+
],
|
|
1959
|
+
"justifyContent": [
|
|
1960
|
+
"space-between"
|
|
1961
|
+
],
|
|
1962
|
+
"overflow": [
|
|
1963
|
+
"hidden"
|
|
1964
|
+
],
|
|
1965
|
+
"position": [
|
|
1966
|
+
"relative"
|
|
1967
|
+
]
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
"propToVariantKeys": {
|
|
1971
|
+
"variant": [
|
|
1972
|
+
"toastVariantRoot"
|
|
1973
|
+
],
|
|
1974
|
+
"size": [
|
|
1975
|
+
"toastSizeRoot"
|
|
1976
|
+
]
|
|
1977
|
+
},
|
|
1978
|
+
"motionVarPrefixes": []
|
|
1979
|
+
},
|
|
1980
|
+
"ToastPortal": {
|
|
1981
|
+
"name": "ToastPortal",
|
|
1982
|
+
"defaultProps": {},
|
|
1983
|
+
"getStylesLiterals": {},
|
|
1984
|
+
"cxLiterals": [],
|
|
1985
|
+
"internalComponents": [
|
|
1986
|
+
"ReactToastifyToastContainer"
|
|
1987
|
+
],
|
|
1988
|
+
"internalComponentProps": {},
|
|
1989
|
+
"propToVariantKeys": {},
|
|
1990
|
+
"motionVarPrefixes": []
|
|
1991
|
+
},
|
|
1992
1992
|
"RadioGroupStore": {
|
|
1993
1993
|
"name": "RadioGroupStore",
|
|
1994
1994
|
"defaultProps": {},
|