tailwindcss 4.0.0-alpha.34 → 4.0.0-alpha.36

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.
@@ -1,4 +1,4 @@
1
- import { P as PluginUtils, N as NamedUtilityValue } from './resolve-config-Oupdq5Vo.mjs';
1
+ import { P as PluginUtils, N as NamedUtilityValue } from './resolve-config-QUZ9b-Gn.mjs';
2
2
  import './colors.mjs';
3
3
 
4
4
  declare const _default: {
package/dist/lib.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { U as UserConfig, P as Plugin } from './types-1Gt9iRen.mjs';
2
- import { V as Variant, C as Candidate } from './resolve-config-Oupdq5Vo.mjs';
1
+ import { U as UserConfig, P as Plugin } from './types-CAsznCh5.mjs';
2
+ import { V as Variant, C as Candidate } from './resolve-config-QUZ9b-Gn.mjs';
3
3
  import './colors.mjs';
4
4
 
5
5
  type StyleRule = {
@@ -124,7 +124,7 @@ declare class Variants {
124
124
  compoundsWith: Compounds;
125
125
  compounds: Compounds;
126
126
  } | undefined;
127
- kind(name: string): "static" | "arbitrary" | "functional" | "compound";
127
+ kind(name: string): "static" | "functional" | "arbitrary" | "compound";
128
128
  compoundsWith(parent: string, child: string | Variant): boolean;
129
129
  suggest(name: string, suggestions: () => string[]): void;
130
130
  getCompletions(name: string): string[];