postcss-cva
Advanced tools
Comparing version 0.1.1 to 0.1.2
import { PluginCreator } from 'postcss'; | ||
import { C as CvaParams } from './shared/postcss-cva.6632d924.js'; | ||
import { CvaParams } from './types.js'; | ||
declare const creator: PluginCreator<{ | ||
prefix?: string; | ||
process?: (res?: CvaParams) => void; | ||
remove?: boolean; | ||
filter?: (id: unknown) => boolean; | ||
}>; | ||
interface ExtractOption { | ||
prefix: string; | ||
process: (res?: CvaParams) => void; | ||
remove: boolean; | ||
filter: (id: unknown) => boolean; | ||
} | ||
declare const creator: PluginCreator<Partial<ExtractOption>>; | ||
export { creator as default }; | ||
export { type ExtractOption, creator as default }; |
import { PluginCreator } from 'postcss'; | ||
import { U as UserDefineOption } from './shared/postcss-cva.6632d924.js'; | ||
import { UserDefineOption } from './types.js'; | ||
export { CommentType, CvaParams, CvaParamsSet, FilterPattern } from './types.js'; | ||
declare const creator: PluginCreator<Partial<UserDefineOption>>; | ||
export { creator as default }; | ||
export { UserDefineOption, creator as default }; |
{ | ||
"name": "postcss-cva", | ||
"description": "generate cva functions by css comment", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"keywords": [ | ||
@@ -33,2 +33,7 @@ "cva", | ||
}, | ||
"./types": { | ||
"types": "./dist/types.d.ts", | ||
"import": "./dist/types.mjs", | ||
"require": "./dist/types.cjs" | ||
}, | ||
"./*": "./*" | ||
@@ -35,0 +40,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49409
26
1225
1