@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20221121163943 to 0.0.0-dev-20221121175259
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20221121163943", | ||
"version": "0.0.0-dev-20221121175259", | ||
"description": "The types for css panda", | ||
@@ -5,0 +5,0 @@ "main": "src/index.d.ts", |
@@ -55,16 +55,11 @@ import type { LayerStyles, TextStyles } from './composition' | ||
/** | ||
* The css variable options for the generated design tokens | ||
* The prefix for the css variables. | ||
*/ | ||
cssVar?: { | ||
/** | ||
* The prefix for the css variables. | ||
*/ | ||
prefix?: string | ||
/** | ||
* The root selector for the css variables. | ||
* @default ':where(:host, :root)' | ||
*/ | ||
root?: string | ||
} | ||
cssVarPrefix?: string | ||
/** | ||
* The root selector for the css variables. | ||
* @default ':where(:host, :root)' | ||
*/ | ||
cssVarRoot?: string | ||
/** | ||
* Files to watch for changes. | ||
@@ -71,0 +66,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
886871
20363