@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.cjs +411 -248
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +411 -248
- package/dist/index.js.map +1 -1
- package/dist/theme/default.cjs +88 -14
- package/dist/theme/default.cjs.map +1 -1
- package/dist/theme/default.js +88 -14
- package/dist/theme/default.js.map +1 -1
- package/package.json +4 -3
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[];
|