tailwindcss 4.0.0-alpha.34 → 4.0.0-alpha.35

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/plugin.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { a as PluginFn, C as Config, b as PluginWithConfig, c as PluginWithOptions } from './types-1Gt9iRen.mjs';
2
- import './resolve-config-Oupdq5Vo.mjs';
1
+ import { a as PluginFn, C as Config, b as PluginWithConfig, c as PluginWithOptions } from './types-CAsznCh5.mjs';
2
+ import './resolve-config-QUZ9b-Gn.mjs';
3
3
  import './colors.mjs';
4
4
 
5
5
  declare function createPlugin(handler: PluginFn, config?: Partial<Config>): PluginWithConfig;
@@ -6,6 +6,9 @@ type ArbitraryUtilityValue = {
6
6
  * ```
7
7
  * bg-[color:var(--my-color)]
8
8
  * ^^^^^
9
+ *
10
+ * bg-(color:--my-color)
11
+ * ^^^^^
9
12
  * ```
10
13
  */
11
14
  dataType: string | null;
@@ -16,6 +19,9 @@ type ArbitraryUtilityValue = {
16
19
  *
17
20
  * bg-[var(--my_variable)]
18
21
  * ^^^^^^^^^^^^^^^^^^
22
+ *
23
+ * bg-(--my_variable)
24
+ * ^^^^^^^^^^^^^^
19
25
  * ```
20
26
  */
21
27
  value: string;
@@ -1,4 +1,4 @@
1
- import { N as NamedUtilityValue, P as PluginUtils } from './resolve-config-Oupdq5Vo.mjs';
1
+ import { N as NamedUtilityValue, P as PluginUtils } from './resolve-config-QUZ9b-Gn.mjs';
2
2
 
3
3
  type Config = UserConfig;
4
4
  type PluginFn = (api: PluginAPI) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "4.0.0-alpha.34",
3
+ "version": "4.0.0-alpha.35",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -67,7 +67,7 @@
67
67
  "@types/node": "^20.14.8",
68
68
  "lightningcss": "^1.26.0",
69
69
  "dedent": "1.5.3",
70
- "@tailwindcss/oxide": "4.0.0-alpha.34"
70
+ "@tailwindcss/oxide": "4.0.0-alpha.35"
71
71
  },
72
72
  "scripts": {
73
73
  "lint": "tsc --noEmit",