tailwindcss 4.1.0 → 4.1.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/lib.mjs CHANGED
@@ -1 +1 @@
1
- import{a,b,c,d,e,f}from"./chunk-ETYEVOII.mjs";import"./chunk-JT3OR7HW.mjs";import"./chunk-PGUMDM6Y.mjs";export{b as Features,a as Polyfills,e as __unstable__loadDesignSystem,d as compile,c as compileAst,f as default};
1
+ import{a,b,c,d,e,f}from"./chunk-MLJ7HIKW.mjs";import"./chunk-P5FH2LZE.mjs";import"./chunk-HTB5LLOP.mjs";export{b as Features,a as Polyfills,e as __unstable__loadDesignSystem,d as compile,c as compileAst,f as default};
package/index.css CHANGED
@@ -783,13 +783,13 @@
783
783
 
784
784
  /*
785
785
  Set the default placeholder color to a semi-transparent version of the current text color in browsers that do not
786
- crash when using `color-mix(…)` with `currentColor`. (https://github.com/tailwindlabs/tailwindcss/issues/17194)
786
+ crash when using `color-mix(…)` with `currentcolor`. (https://github.com/tailwindlabs/tailwindcss/issues/17194)
787
787
  */
788
788
 
789
789
  @supports (not (-webkit-appearance: -apple-pay-button)) /* Not Safari */ or
790
790
  (contain-intrinsic-size: 1px) /* Safari 17+ */ {
791
791
  ::placeholder {
792
- color: color-mix(in oklab, currentColor 50%, transparent);
792
+ color: color-mix(in oklab, currentcolor 50%, transparent);
793
793
  }
794
794
  }
795
795
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -75,7 +75,7 @@
75
75
  "@types/node": "^20.14.8",
76
76
  "lightningcss": "1.29.2",
77
77
  "dedent": "1.5.3",
78
- "@tailwindcss/oxide": "^4.1.0"
78
+ "@tailwindcss/oxide": "^4.1.2"
79
79
  },
80
80
  "scripts": {
81
81
  "lint": "tsc --noEmit",
package/preflight.css CHANGED
@@ -285,13 +285,13 @@ textarea,
285
285
 
286
286
  /*
287
287
  Set the default placeholder color to a semi-transparent version of the current text color in browsers that do not
288
- crash when using `color-mix(…)` with `currentColor`. (https://github.com/tailwindlabs/tailwindcss/issues/17194)
288
+ crash when using `color-mix(…)` with `currentcolor`. (https://github.com/tailwindlabs/tailwindcss/issues/17194)
289
289
  */
290
290
 
291
291
  @supports (not (-webkit-appearance: -apple-pay-button)) /* Not Safari */ or
292
292
  (contain-intrinsic-size: 1px) /* Safari 17+ */ {
293
293
  ::placeholder {
294
- color: color-mix(in oklab, currentColor 50%, transparent);
294
+ color: color-mix(in oklab, currentcolor 50%, transparent);
295
295
  }
296
296
  }
297
297