@barocss/kit 0.7.0 → 0.8.0

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/index.d.ts CHANGED
@@ -860,6 +860,8 @@ export declare type AstNode = {
860
860
  sort?: number;
861
861
  description?: string;
862
862
  source?: string;
863
+ /** Static variant name; lets the parser tell `placeholder-shown:` (variant) from a `placeholder-*` utility (#307). */
864
+ name?: string;
863
865
  };
864
866
 
865
867
  export declare const modifierRegistry: ModifierRegistration[];