@yahoo/uds 3.117.1 → 3.117.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.
Files changed (48) hide show
  1. package/dist/styles/styler.d.cts +20 -20
  2. package/dist/styles/styler.d.ts +20 -20
  3. package/dist/tailwind/dist/cli/dist/lib/colors.cjs +22 -0
  4. package/dist/tailwind/dist/cli/dist/lib/colors.js +17 -0
  5. package/dist/tailwind/dist/cli/dist/lib/colors.js.map +1 -0
  6. package/dist/{cli → tailwind/dist/cli}/dist/lib/logger.cjs +1 -1
  7. package/dist/{cli → tailwind/dist/cli}/dist/lib/logger.js +3 -2
  8. package/dist/tailwind/dist/cli/dist/lib/logger.js.map +1 -0
  9. package/dist/tailwind/dist/cli/dist/lib/print.cjs +13 -0
  10. package/dist/tailwind/dist/cli/dist/lib/print.js +13 -0
  11. package/dist/tailwind/dist/cli/dist/lib/print.js.map +1 -0
  12. package/dist/{cli → tailwind/dist/cli}/dist/lib/spinner.cjs +1 -1
  13. package/dist/{cli → tailwind/dist/cli}/dist/lib/spinner.js +3 -2
  14. package/dist/tailwind/dist/cli/dist/lib/spinner.js.map +1 -0
  15. package/dist/tailwind/dist/commands/css.cjs +34 -34
  16. package/dist/tailwind/dist/commands/css.js +2 -1
  17. package/dist/tailwind/dist/commands/css.js.map +1 -1
  18. package/dist/tailwind/dist/commands/generateComponentData.cjs +9 -9
  19. package/dist/tailwind/dist/commands/generateComponentData.d.ts +1 -1
  20. package/dist/tailwind/dist/commands/generateComponentData.js +1 -1
  21. package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +3 -2
  22. package/dist/tailwind/dist/commands/generatePurgeCSSData.d.ts +1 -1
  23. package/dist/tailwind/dist/commands/generatePurgeCSSData.js +2 -1
  24. package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -1
  25. package/dist/tailwind/dist/commands/purge.cjs +13 -13
  26. package/dist/tailwind/dist/commands/purge.js +2 -1
  27. package/dist/tailwind/dist/commands/purge.js.map +1 -1
  28. package/dist/tailwind/dist/css/generate.cjs +8 -6
  29. package/dist/tailwind/dist/css/generate.js +3 -1
  30. package/dist/tailwind/dist/css/generate.js.map +1 -1
  31. package/dist/tailwind/dist/css/nodeUtils.cjs +10 -9
  32. package/dist/tailwind/dist/css/nodeUtils.js +2 -1
  33. package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
  34. package/dist/tailwind/dist/css/runner.cjs +25 -22
  35. package/dist/tailwind/dist/css/runner.js +4 -1
  36. package/dist/tailwind/dist/css/runner.js.map +1 -1
  37. package/dist/tailwind/dist/purger/legacy/purgeCSS.cjs +8 -7
  38. package/dist/tailwind/dist/purger/legacy/purgeCSS.js +2 -1
  39. package/dist/tailwind/dist/purger/legacy/purgeCSS.js.map +1 -1
  40. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
  41. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
  42. package/dist/tailwind/dist/utils/generatePurgeCSSData.cjs +4 -3
  43. package/dist/tailwind/dist/utils/generatePurgeCSSData.js +2 -1
  44. package/dist/tailwind/dist/utils/generatePurgeCSSData.js.map +1 -1
  45. package/dist/uds/generated/componentData.cjs +170 -170
  46. package/dist/uds/generated/componentData.js +170 -170
  47. package/generated/componentData.json +218 -218
  48. 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,147 +1878,116 @@
1989
1878
  "propToVariantKeys": {},
1990
1879
  "motionVarPrefixes": []
1991
1880
  },
1992
- "RadioGroupStore": {
1993
- "name": "RadioGroupStore",
1881
+ "UDSToastConfigProvider": {
1882
+ "name": "UDSToastConfigProvider",
1994
1883
  "defaultProps": {},
1995
1884
  "getStylesLiterals": {},
1996
1885
  "cxLiterals": [],
1997
- "internalComponents": [],
1886
+ "internalComponents": [
1887
+ "ToastContext.Provider"
1888
+ ],
1998
1889
  "internalComponentProps": {},
1999
1890
  "propToVariantKeys": {},
2000
1891
  "motionVarPrefixes": []
2001
1892
  },
2002
- "RadioGroupProvider": {
2003
- "name": "RadioGroupProvider",
1893
+ "Toast": {
1894
+ "name": "Toast",
2004
1895
  "defaultProps": {},
2005
- "getStylesLiterals": {},
2006
- "cxLiterals": [],
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
+ ],
2007
1910
  "internalComponents": [
2008
- "DivProps",
2009
- "Comp",
2010
- "RadioGroupContext.Provider"
1911
+ "IconSlot",
1912
+ "ToastContainer",
1913
+ "Text",
1914
+ "Button",
1915
+ "Pressable"
2011
1916
  ],
2012
- "internalComponentProps": {
2013
- "Comp": {
2014
- "role": [
2015
- "radiogroup"
2016
- ]
2017
- }
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
+ ]
2018
1936
  },
2019
- "propToVariantKeys": {},
2020
1937
  "motionVarPrefixes": []
2021
1938
  },
2022
- "Radio": {
2023
- "name": "Radio",
2024
- "defaultProps": {
2025
- "labelPosition": "start",
2026
- "variant": "primary",
2027
- "size": "md",
2028
- "value": ""
2029
- },
1939
+ "ToastContainer": {
1940
+ "name": "ToastContainer",
1941
+ "defaultProps": {},
2030
1942
  "getStylesLiterals": {
2031
- "radioVariantValueRoot": "checked",
2032
- "radioVariantValueRoot:1": "unchecked",
2033
- "display": "flex",
2034
- "flexDirection": "row",
2035
- "flexDirection:1": "row-reverse",
1943
+ "position": "relative",
2036
1944
  "alignItems": "center",
2037
- "radioVariantValueRadio": "checked",
2038
- "radioVariantValueRadio:1": "unchecked",
2039
- "radioVariantValueRadioCircle": "checked",
2040
- "radioVariantValueRadioCircle:1": "unchecked"
1945
+ "display": "flex",
1946
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2041
1947
  },
2042
1948
  "cxLiterals": [
2043
- "cursor-pointer",
2044
- "cursor-default",
2045
- "opacity-50",
2046
- "border",
2047
- "uds-ring",
2048
- "uds-ring-within",
2049
- "transition-[background-color,border-color]",
2050
- "transition-shadow",
2051
- "pointer-events-none",
2052
- "w-[8px]",
2053
- "h-[8px]",
2054
- "transition-opacity",
2055
- "cursor-[inherit]",
2056
- "absolute",
2057
- "opacity-0",
2058
- "top-1/2",
2059
- "left-1/2",
2060
- "w-[calc(100%+2px)]",
2061
- "h-[calc(100%+2px)]",
2062
- "transform",
2063
- "translate-x-[-50%]",
2064
- "translate-y-[-50%]",
2065
- "text-start",
2066
- "text-end"
1949
+ "w-full"
2067
1950
  ],
2068
1951
  "internalComponents": [
2069
- "Box",
2070
- "FormLabel",
2071
- "SpringMotionConfig",
2072
- "RootElement",
2073
- "MotionBox"
1952
+ "HStack"
2074
1953
  ],
2075
1954
  "internalComponentProps": {
2076
- "Box": {
2077
- "borderRadius": [
2078
- "full"
2079
- ]
2080
- },
2081
- "FormLabel": {
2082
- "as": [
2083
- "div"
2084
- ],
2085
- "variant": [
2086
- "inherit"
2087
- ],
2088
- "color": [
2089
- "inherit"
2090
- ]
2091
- },
2092
- "RootElement": {
2093
- "data-testid": [
2094
- "container"
2095
- ]
2096
- },
2097
- "MotionBox": {
2098
- "position": [
2099
- "relative"
2100
- ],
2101
- "borderRadius": [
2102
- "full"
2103
- ],
1955
+ "HStack": {
2104
1956
  "alignItems": [
2105
1957
  "center"
2106
1958
  ],
2107
1959
  "justifyContent": [
2108
- "center"
1960
+ "space-between"
2109
1961
  ],
2110
- "flex": [
2111
- "none"
1962
+ "overflow": [
1963
+ "hidden"
1964
+ ],
1965
+ "position": [
1966
+ "relative"
2112
1967
  ]
2113
1968
  }
2114
1969
  },
2115
1970
  "propToVariantKeys": {
2116
- "size": [
2117
- "radioSizeRoot",
2118
- "radioSizeRadio"
2119
- ],
2120
1971
  "variant": [
2121
- "radioVariantRoot",
2122
- "radioVariantRadio",
2123
- "radioVariantRadioCircle"
1972
+ "toastVariantRoot"
2124
1973
  ],
2125
- "reduceMotion": [
2126
- "reducedMotion"
1974
+ "size": [
1975
+ "toastSizeRoot"
2127
1976
  ]
2128
1977
  },
2129
- "motionVarPrefixes": [
2130
- "--uds-motion-subtle-3-",
2131
- "--uds-motion-smooth-3-"
2132
- ]
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": []
2133
1991
  },
2134
1992
  "UDSTooltipConfigProvider": {
2135
1993
  "name": "UDSTooltipConfigProvider",
@@ -2243,6 +2101,148 @@
2243
2101
  "propToVariantKeys": {},
2244
2102
  "motionVarPrefixes": []
2245
2103
  },
2104
+ "RadioGroupStore": {
2105
+ "name": "RadioGroupStore",
2106
+ "defaultProps": {},
2107
+ "getStylesLiterals": {},
2108
+ "cxLiterals": [],
2109
+ "internalComponents": [],
2110
+ "internalComponentProps": {},
2111
+ "propToVariantKeys": {},
2112
+ "motionVarPrefixes": []
2113
+ },
2114
+ "RadioGroupProvider": {
2115
+ "name": "RadioGroupProvider",
2116
+ "defaultProps": {},
2117
+ "getStylesLiterals": {},
2118
+ "cxLiterals": [],
2119
+ "internalComponents": [
2120
+ "DivProps",
2121
+ "Comp",
2122
+ "RadioGroupContext.Provider"
2123
+ ],
2124
+ "internalComponentProps": {
2125
+ "Comp": {
2126
+ "role": [
2127
+ "radiogroup"
2128
+ ]
2129
+ }
2130
+ },
2131
+ "propToVariantKeys": {},
2132
+ "motionVarPrefixes": []
2133
+ },
2134
+ "Radio": {
2135
+ "name": "Radio",
2136
+ "defaultProps": {
2137
+ "labelPosition": "start",
2138
+ "variant": "primary",
2139
+ "size": "md",
2140
+ "value": ""
2141
+ },
2142
+ "getStylesLiterals": {
2143
+ "radioVariantValueRoot": "checked",
2144
+ "radioVariantValueRoot:1": "unchecked",
2145
+ "display": "flex",
2146
+ "flexDirection": "row",
2147
+ "flexDirection:1": "row-reverse",
2148
+ "alignItems": "center",
2149
+ "radioVariantValueRadio": "checked",
2150
+ "radioVariantValueRadio:1": "unchecked",
2151
+ "radioVariantValueRadioCircle": "checked",
2152
+ "radioVariantValueRadioCircle:1": "unchecked"
2153
+ },
2154
+ "cxLiterals": [
2155
+ "cursor-pointer",
2156
+ "cursor-default",
2157
+ "opacity-50",
2158
+ "border",
2159
+ "uds-ring",
2160
+ "uds-ring-within",
2161
+ "transition-[background-color,border-color]",
2162
+ "transition-shadow",
2163
+ "pointer-events-none",
2164
+ "w-[8px]",
2165
+ "h-[8px]",
2166
+ "transition-opacity",
2167
+ "cursor-[inherit]",
2168
+ "absolute",
2169
+ "opacity-0",
2170
+ "top-1/2",
2171
+ "left-1/2",
2172
+ "w-[calc(100%+2px)]",
2173
+ "h-[calc(100%+2px)]",
2174
+ "transform",
2175
+ "translate-x-[-50%]",
2176
+ "translate-y-[-50%]",
2177
+ "text-start",
2178
+ "text-end"
2179
+ ],
2180
+ "internalComponents": [
2181
+ "Box",
2182
+ "FormLabel",
2183
+ "SpringMotionConfig",
2184
+ "RootElement",
2185
+ "MotionBox"
2186
+ ],
2187
+ "internalComponentProps": {
2188
+ "Box": {
2189
+ "borderRadius": [
2190
+ "full"
2191
+ ]
2192
+ },
2193
+ "FormLabel": {
2194
+ "as": [
2195
+ "div"
2196
+ ],
2197
+ "variant": [
2198
+ "inherit"
2199
+ ],
2200
+ "color": [
2201
+ "inherit"
2202
+ ]
2203
+ },
2204
+ "RootElement": {
2205
+ "data-testid": [
2206
+ "container"
2207
+ ]
2208
+ },
2209
+ "MotionBox": {
2210
+ "position": [
2211
+ "relative"
2212
+ ],
2213
+ "borderRadius": [
2214
+ "full"
2215
+ ],
2216
+ "alignItems": [
2217
+ "center"
2218
+ ],
2219
+ "justifyContent": [
2220
+ "center"
2221
+ ],
2222
+ "flex": [
2223
+ "none"
2224
+ ]
2225
+ }
2226
+ },
2227
+ "propToVariantKeys": {
2228
+ "size": [
2229
+ "radioSizeRoot",
2230
+ "radioSizeRadio"
2231
+ ],
2232
+ "variant": [
2233
+ "radioVariantRoot",
2234
+ "radioVariantRadio",
2235
+ "radioVariantRadioCircle"
2236
+ ],
2237
+ "reduceMotion": [
2238
+ "reducedMotion"
2239
+ ]
2240
+ },
2241
+ "motionVarPrefixes": [
2242
+ "--uds-motion-subtle-3-",
2243
+ "--uds-motion-smooth-3-"
2244
+ ]
2245
+ },
2246
2246
  "Input": {
2247
2247
  "name": "Input",
2248
2248
  "defaultProps": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yahoo/uds",
3
3
  "description": "Yahoo Universal System",
4
- "version": "3.117.1",
4
+ "version": "3.117.3",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",