@css-panda/types
Advanced tools
Comparing version 0.0.0-dev-20221113213436 to 0.0.0-dev-20221121091310
{ | ||
"name": "@css-panda/types", | ||
"version": "0.0.0-dev-20221113213436", | ||
"version": "0.0.0-dev-20221121091310", | ||
"description": "The types for css panda", | ||
@@ -5,0 +5,0 @@ "main": "src/index.d.ts", |
@@ -9,2 +9,3 @@ import type { LayerStyles, TextStyles } from './composition' | ||
import type { UtilityConfig } from './utility' | ||
import type { ClassGeneratorOptions } from './generator' | ||
@@ -17,2 +18,7 @@ export type Config< | ||
/** | ||
* The value separator used in the generated class names. | ||
* @default '_' | ||
*/ | ||
separator?: string | ||
/** | ||
* The log level for the built-in logger. | ||
@@ -145,2 +151,7 @@ */ | ||
strictTokens?: boolean | ||
/** | ||
* @experimental | ||
* Used to generate css utility classes for your project. | ||
*/ | ||
generator?: ClassGeneratorOptions | ||
} | ||
@@ -147,0 +158,0 @@ |
886960
14
20368