@yahoo/uds 3.115.0-beta.1 → 3.115.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/cli/commands/sync.cjs +2 -2
- package/dist/cli/commands/sync.js +2 -2
- package/dist/cli/dist/cli.cjs +1 -1
- package/dist/cli/dist/cli.js +1 -1
- package/dist/cli/dist/commands/editor-rules.cjs +3 -3
- package/dist/cli/dist/commands/editor-rules.js +3 -3
- package/dist/cli/dist/utils/rules/config.cjs +1 -1
- package/dist/cli/dist/utils/rules/config.js +1 -1
- package/dist/cli/runner.cjs +2 -2
- package/dist/cli/runner.js +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/styles/styler.d.cts +1 -1
- package/dist/styles/styler.d.ts +1 -1
- package/dist/tailwind/dist/commands/css.cjs +2 -2
- package/dist/tailwind/dist/commands/css.js +1 -1
- package/dist/tailwind/dist/css/generate.cjs +6 -5
- package/dist/tailwind/dist/css/generate.js +3 -2
- package/dist/tailwind/dist/css/nodeUtils.cjs +156 -0
- package/dist/tailwind/dist/css/nodeUtils.js +149 -0
- package/dist/tailwind/dist/css/runner.cjs +9 -8
- package/dist/tailwind/dist/css/runner.js +3 -2
- package/dist/tailwind/dist/css/utils.cjs +1 -163
- package/dist/tailwind/dist/css/utils.js +1 -155
- package/dist/tailwind/dist/index.d.ts +0 -4
- package/dist/tailwind/dist/purger/legacy/purgeCSS.cjs +2 -2
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js +2 -2
- package/dist/tailwind/dist/purger/optimized/purge.cjs +2 -2
- package/dist/tailwind/dist/purger/optimized/purge.js +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +2 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +2 -2
- package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js +1 -1
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.cjs +1 -1
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.cjs +1 -1
- package/dist/tailwind/dist/tailwind/plugins/breakpoints.js +1 -1
- package/dist/uds/generated/componentData.cjs +107 -107
- package/dist/uds/generated/componentData.js +107 -107
- package/generated/componentData.json +142 -142
- package/package.json +1 -1
- package/dist/tailwind/dist/commands/css.d.ts +0 -3
- package/dist/tailwind/dist/commands/generatePurgeCSSData.d.ts +0 -3
- package/dist/tailwind/dist/commands/purge.d.ts +0 -4
- package/dist/tailwind/dist/purger/legacy/purgeCSS.d.ts +0 -2
|
@@ -1805,148 +1805,6 @@
|
|
|
1805
1805
|
"propToVariantKeys": {},
|
|
1806
1806
|
"motionVarPrefixes": []
|
|
1807
1807
|
},
|
|
1808
|
-
"RadioGroupStore": {
|
|
1809
|
-
"name": "RadioGroupStore",
|
|
1810
|
-
"defaultProps": {},
|
|
1811
|
-
"getStylesLiterals": {},
|
|
1812
|
-
"cxLiterals": [],
|
|
1813
|
-
"internalComponents": [],
|
|
1814
|
-
"internalComponentProps": {},
|
|
1815
|
-
"propToVariantKeys": {},
|
|
1816
|
-
"motionVarPrefixes": []
|
|
1817
|
-
},
|
|
1818
|
-
"RadioGroupProvider": {
|
|
1819
|
-
"name": "RadioGroupProvider",
|
|
1820
|
-
"defaultProps": {},
|
|
1821
|
-
"getStylesLiterals": {},
|
|
1822
|
-
"cxLiterals": [],
|
|
1823
|
-
"internalComponents": [
|
|
1824
|
-
"DivProps",
|
|
1825
|
-
"Comp",
|
|
1826
|
-
"RadioGroupContext.Provider"
|
|
1827
|
-
],
|
|
1828
|
-
"internalComponentProps": {
|
|
1829
|
-
"Comp": {
|
|
1830
|
-
"role": [
|
|
1831
|
-
"radiogroup"
|
|
1832
|
-
]
|
|
1833
|
-
}
|
|
1834
|
-
},
|
|
1835
|
-
"propToVariantKeys": {},
|
|
1836
|
-
"motionVarPrefixes": []
|
|
1837
|
-
},
|
|
1838
|
-
"Radio": {
|
|
1839
|
-
"name": "Radio",
|
|
1840
|
-
"defaultProps": {
|
|
1841
|
-
"labelPosition": "start",
|
|
1842
|
-
"variant": "primary",
|
|
1843
|
-
"size": "md",
|
|
1844
|
-
"value": ""
|
|
1845
|
-
},
|
|
1846
|
-
"getStylesLiterals": {
|
|
1847
|
-
"radioVariantValueRoot": "checked",
|
|
1848
|
-
"radioVariantValueRoot:1": "unchecked",
|
|
1849
|
-
"display": "flex",
|
|
1850
|
-
"flexDirection": "row",
|
|
1851
|
-
"flexDirection:1": "row-reverse",
|
|
1852
|
-
"alignItems": "center",
|
|
1853
|
-
"radioVariantValueRadio": "checked",
|
|
1854
|
-
"radioVariantValueRadio:1": "unchecked",
|
|
1855
|
-
"radioVariantValueRadioCircle": "checked",
|
|
1856
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1857
|
-
},
|
|
1858
|
-
"cxLiterals": [
|
|
1859
|
-
"cursor-pointer",
|
|
1860
|
-
"cursor-default",
|
|
1861
|
-
"opacity-50",
|
|
1862
|
-
"border",
|
|
1863
|
-
"uds-ring",
|
|
1864
|
-
"uds-ring-within",
|
|
1865
|
-
"transition-[background-color,border-color]",
|
|
1866
|
-
"transition-shadow",
|
|
1867
|
-
"pointer-events-none",
|
|
1868
|
-
"w-[8px]",
|
|
1869
|
-
"h-[8px]",
|
|
1870
|
-
"transition-opacity",
|
|
1871
|
-
"cursor-[inherit]",
|
|
1872
|
-
"absolute",
|
|
1873
|
-
"opacity-0",
|
|
1874
|
-
"top-1/2",
|
|
1875
|
-
"left-1/2",
|
|
1876
|
-
"w-[calc(100%+2px)]",
|
|
1877
|
-
"h-[calc(100%+2px)]",
|
|
1878
|
-
"transform",
|
|
1879
|
-
"translate-x-[-50%]",
|
|
1880
|
-
"translate-y-[-50%]",
|
|
1881
|
-
"text-start",
|
|
1882
|
-
"text-end"
|
|
1883
|
-
],
|
|
1884
|
-
"internalComponents": [
|
|
1885
|
-
"Box",
|
|
1886
|
-
"FormLabel",
|
|
1887
|
-
"SpringMotionConfig",
|
|
1888
|
-
"RootElement",
|
|
1889
|
-
"MotionBox"
|
|
1890
|
-
],
|
|
1891
|
-
"internalComponentProps": {
|
|
1892
|
-
"Box": {
|
|
1893
|
-
"borderRadius": [
|
|
1894
|
-
"full"
|
|
1895
|
-
]
|
|
1896
|
-
},
|
|
1897
|
-
"FormLabel": {
|
|
1898
|
-
"as": [
|
|
1899
|
-
"div"
|
|
1900
|
-
],
|
|
1901
|
-
"variant": [
|
|
1902
|
-
"inherit"
|
|
1903
|
-
],
|
|
1904
|
-
"color": [
|
|
1905
|
-
"inherit"
|
|
1906
|
-
]
|
|
1907
|
-
},
|
|
1908
|
-
"RootElement": {
|
|
1909
|
-
"data-testid": [
|
|
1910
|
-
"container"
|
|
1911
|
-
]
|
|
1912
|
-
},
|
|
1913
|
-
"MotionBox": {
|
|
1914
|
-
"position": [
|
|
1915
|
-
"relative"
|
|
1916
|
-
],
|
|
1917
|
-
"borderRadius": [
|
|
1918
|
-
"full"
|
|
1919
|
-
],
|
|
1920
|
-
"alignItems": [
|
|
1921
|
-
"center"
|
|
1922
|
-
],
|
|
1923
|
-
"justifyContent": [
|
|
1924
|
-
"center"
|
|
1925
|
-
],
|
|
1926
|
-
"flex": [
|
|
1927
|
-
"none"
|
|
1928
|
-
]
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
|
-
"propToVariantKeys": {
|
|
1932
|
-
"size": [
|
|
1933
|
-
"radioSizeRoot",
|
|
1934
|
-
"radioSizeRadio"
|
|
1935
|
-
],
|
|
1936
|
-
"variant": [
|
|
1937
|
-
"radioVariantRoot",
|
|
1938
|
-
"radioVariantRadio",
|
|
1939
|
-
"radioVariantRadioCircle"
|
|
1940
|
-
],
|
|
1941
|
-
"reduceMotion": [
|
|
1942
|
-
"reducedMotion"
|
|
1943
|
-
]
|
|
1944
|
-
},
|
|
1945
|
-
"motionVarPrefixes": [
|
|
1946
|
-
"--uds-motion-subtle-3-",
|
|
1947
|
-
"--uds-motion-smooth-3-"
|
|
1948
|
-
]
|
|
1949
|
-
},
|
|
1950
1808
|
"UDSTooltipConfigProvider": {
|
|
1951
1809
|
"name": "UDSTooltipConfigProvider",
|
|
1952
1810
|
"defaultProps": {},
|
|
@@ -2271,6 +2129,148 @@
|
|
|
2271
2129
|
"propToVariantKeys": {},
|
|
2272
2130
|
"motionVarPrefixes": []
|
|
2273
2131
|
},
|
|
2132
|
+
"RadioGroupStore": {
|
|
2133
|
+
"name": "RadioGroupStore",
|
|
2134
|
+
"defaultProps": {},
|
|
2135
|
+
"getStylesLiterals": {},
|
|
2136
|
+
"cxLiterals": [],
|
|
2137
|
+
"internalComponents": [],
|
|
2138
|
+
"internalComponentProps": {},
|
|
2139
|
+
"propToVariantKeys": {},
|
|
2140
|
+
"motionVarPrefixes": []
|
|
2141
|
+
},
|
|
2142
|
+
"RadioGroupProvider": {
|
|
2143
|
+
"name": "RadioGroupProvider",
|
|
2144
|
+
"defaultProps": {},
|
|
2145
|
+
"getStylesLiterals": {},
|
|
2146
|
+
"cxLiterals": [],
|
|
2147
|
+
"internalComponents": [
|
|
2148
|
+
"DivProps",
|
|
2149
|
+
"Comp",
|
|
2150
|
+
"RadioGroupContext.Provider"
|
|
2151
|
+
],
|
|
2152
|
+
"internalComponentProps": {
|
|
2153
|
+
"Comp": {
|
|
2154
|
+
"role": [
|
|
2155
|
+
"radiogroup"
|
|
2156
|
+
]
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
"propToVariantKeys": {},
|
|
2160
|
+
"motionVarPrefixes": []
|
|
2161
|
+
},
|
|
2162
|
+
"Radio": {
|
|
2163
|
+
"name": "Radio",
|
|
2164
|
+
"defaultProps": {
|
|
2165
|
+
"labelPosition": "start",
|
|
2166
|
+
"variant": "primary",
|
|
2167
|
+
"size": "md",
|
|
2168
|
+
"value": ""
|
|
2169
|
+
},
|
|
2170
|
+
"getStylesLiterals": {
|
|
2171
|
+
"radioVariantValueRoot": "checked",
|
|
2172
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
2173
|
+
"display": "flex",
|
|
2174
|
+
"flexDirection": "row",
|
|
2175
|
+
"flexDirection:1": "row-reverse",
|
|
2176
|
+
"alignItems": "center",
|
|
2177
|
+
"radioVariantValueRadio": "checked",
|
|
2178
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
2179
|
+
"radioVariantValueRadioCircle": "checked",
|
|
2180
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2181
|
+
},
|
|
2182
|
+
"cxLiterals": [
|
|
2183
|
+
"cursor-pointer",
|
|
2184
|
+
"cursor-default",
|
|
2185
|
+
"opacity-50",
|
|
2186
|
+
"border",
|
|
2187
|
+
"uds-ring",
|
|
2188
|
+
"uds-ring-within",
|
|
2189
|
+
"transition-[background-color,border-color]",
|
|
2190
|
+
"transition-shadow",
|
|
2191
|
+
"pointer-events-none",
|
|
2192
|
+
"w-[8px]",
|
|
2193
|
+
"h-[8px]",
|
|
2194
|
+
"transition-opacity",
|
|
2195
|
+
"cursor-[inherit]",
|
|
2196
|
+
"absolute",
|
|
2197
|
+
"opacity-0",
|
|
2198
|
+
"top-1/2",
|
|
2199
|
+
"left-1/2",
|
|
2200
|
+
"w-[calc(100%+2px)]",
|
|
2201
|
+
"h-[calc(100%+2px)]",
|
|
2202
|
+
"transform",
|
|
2203
|
+
"translate-x-[-50%]",
|
|
2204
|
+
"translate-y-[-50%]",
|
|
2205
|
+
"text-start",
|
|
2206
|
+
"text-end"
|
|
2207
|
+
],
|
|
2208
|
+
"internalComponents": [
|
|
2209
|
+
"Box",
|
|
2210
|
+
"FormLabel",
|
|
2211
|
+
"SpringMotionConfig",
|
|
2212
|
+
"RootElement",
|
|
2213
|
+
"MotionBox"
|
|
2214
|
+
],
|
|
2215
|
+
"internalComponentProps": {
|
|
2216
|
+
"Box": {
|
|
2217
|
+
"borderRadius": [
|
|
2218
|
+
"full"
|
|
2219
|
+
]
|
|
2220
|
+
},
|
|
2221
|
+
"FormLabel": {
|
|
2222
|
+
"as": [
|
|
2223
|
+
"div"
|
|
2224
|
+
],
|
|
2225
|
+
"variant": [
|
|
2226
|
+
"inherit"
|
|
2227
|
+
],
|
|
2228
|
+
"color": [
|
|
2229
|
+
"inherit"
|
|
2230
|
+
]
|
|
2231
|
+
},
|
|
2232
|
+
"RootElement": {
|
|
2233
|
+
"data-testid": [
|
|
2234
|
+
"container"
|
|
2235
|
+
]
|
|
2236
|
+
},
|
|
2237
|
+
"MotionBox": {
|
|
2238
|
+
"position": [
|
|
2239
|
+
"relative"
|
|
2240
|
+
],
|
|
2241
|
+
"borderRadius": [
|
|
2242
|
+
"full"
|
|
2243
|
+
],
|
|
2244
|
+
"alignItems": [
|
|
2245
|
+
"center"
|
|
2246
|
+
],
|
|
2247
|
+
"justifyContent": [
|
|
2248
|
+
"center"
|
|
2249
|
+
],
|
|
2250
|
+
"flex": [
|
|
2251
|
+
"none"
|
|
2252
|
+
]
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
"propToVariantKeys": {
|
|
2256
|
+
"size": [
|
|
2257
|
+
"radioSizeRoot",
|
|
2258
|
+
"radioSizeRadio"
|
|
2259
|
+
],
|
|
2260
|
+
"variant": [
|
|
2261
|
+
"radioVariantRoot",
|
|
2262
|
+
"radioVariantRadio",
|
|
2263
|
+
"radioVariantRadioCircle"
|
|
2264
|
+
],
|
|
2265
|
+
"reduceMotion": [
|
|
2266
|
+
"reducedMotion"
|
|
2267
|
+
]
|
|
2268
|
+
},
|
|
2269
|
+
"motionVarPrefixes": [
|
|
2270
|
+
"--uds-motion-subtle-3-",
|
|
2271
|
+
"--uds-motion-smooth-3-"
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2274
2274
|
"ChipLink": {
|
|
2275
2275
|
"name": "ChipLink",
|
|
2276
2276
|
"defaultProps": {
|
package/package.json
CHANGED