tailwindcss 4.0.0-alpha.18 → 4.0.0-alpha.19
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/lib.d.mts +44 -31
- package/dist/lib.d.ts +44 -31
- package/dist/lib.js +9 -9
- package/dist/lib.mjs +9 -9
- package/index.css +0 -8
- package/package.json +4 -4
- package/preflight.css +0 -8
package/index.css
CHANGED
@@ -786,14 +786,6 @@
|
|
786
786
|
color: color-mix(in srgb, currentColor 50%, transparent); /* 2 */
|
787
787
|
}
|
788
788
|
|
789
|
-
/*
|
790
|
-
Make sure disabled buttons don't get the pointer cursor.
|
791
|
-
*/
|
792
|
-
|
793
|
-
:disabled {
|
794
|
-
cursor: default;
|
795
|
-
}
|
796
|
-
|
797
789
|
/*
|
798
790
|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
799
791
|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "tailwindcss",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.19",
|
4
4
|
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -40,9 +40,9 @@
|
|
40
40
|
"utilities.css"
|
41
41
|
],
|
42
42
|
"devDependencies": {
|
43
|
-
"@types/node": "^20.
|
44
|
-
"lightningcss": "^1.
|
45
|
-
"@tailwindcss/oxide": "4.0.0-alpha.
|
43
|
+
"@types/node": "^20.14.8",
|
44
|
+
"lightningcss": "^1.26.0",
|
45
|
+
"@tailwindcss/oxide": "4.0.0-alpha.19"
|
46
46
|
},
|
47
47
|
"scripts": {
|
48
48
|
"lint": "tsc --noEmit",
|
package/preflight.css
CHANGED
@@ -289,14 +289,6 @@ textarea {
|
|
289
289
|
color: color-mix(in srgb, currentColor 50%, transparent); /* 2 */
|
290
290
|
}
|
291
291
|
|
292
|
-
/*
|
293
|
-
Make sure disabled buttons don't get the pointer cursor.
|
294
|
-
*/
|
295
|
-
|
296
|
-
:disabled {
|
297
|
-
cursor: default;
|
298
|
-
}
|
299
|
-
|
300
292
|
/*
|
301
293
|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
302
294
|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|