tailwindcss 4.0.0-alpha.17 → 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/index.css CHANGED
@@ -322,6 +322,7 @@
322
322
  --drop-shadow-lg: 0 10px 8px rgb(0 0 0 / 0.04), 0 4px 3px rgb(0 0 0 / 0.1);
323
323
  --drop-shadow-xl: 0 20px 13px rgb(0 0 0 / 0.03), 0 8px 5px rgb(0 0 0 / 0.08);
324
324
  --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
325
+ --drop-shadow-none: 0 0 #0000;
325
326
 
326
327
  /* Spacing */
327
328
  --spacing-px: 1px;
@@ -785,14 +786,6 @@
785
786
  color: color-mix(in srgb, currentColor 50%, transparent); /* 2 */
786
787
  }
787
788
 
788
- /*
789
- Make sure disabled buttons don't get the pointer cursor.
790
- */
791
-
792
- :disabled {
793
- cursor: default;
794
- }
795
-
796
789
  /*
797
790
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
798
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.17",
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.12.12",
44
- "lightningcss": "^1.25.1",
45
- "@tailwindcss/oxide": "4.0.0-alpha.17"
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)
package/theme.css CHANGED
@@ -309,6 +309,7 @@
309
309
  --drop-shadow-lg: 0 10px 8px rgb(0 0 0 / 0.04), 0 4px 3px rgb(0 0 0 / 0.1);
310
310
  --drop-shadow-xl: 0 20px 13px rgb(0 0 0 / 0.03), 0 8px 5px rgb(0 0 0 / 0.08);
311
311
  --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
312
+ --drop-shadow-none: 0 0 #0000;
312
313
 
313
314
  /* Spacing */
314
315
  --spacing-px: 1px;