@pandacss/types
Advanced tools
Comparing version
@@ -26,2 +26,6 @@ import type { LayerStyles, TextStyles } from './composition' | ||
/** | ||
* The namespace prefix for the generated css classes and css variables. | ||
*/ | ||
prefix?: string | ||
/** | ||
* Whether to update the .gitignore file. | ||
@@ -73,6 +77,2 @@ */ | ||
/** | ||
* The prefix for the css variables. | ||
*/ | ||
cssVarPrefix?: string | ||
/** | ||
* The root selector for the css variables. | ||
@@ -79,0 +79,0 @@ * @default ':where(:host, :root)' |
@@ -63,2 +63,9 @@ import type { Recursive } from './shared' | ||
type Asset = | ||
| { | ||
type: 'url' | 'data' | ||
value: string | ||
} | ||
| { type: 'svg'; path: string } | ||
export type TokenDataTypes = { | ||
@@ -84,2 +91,3 @@ zIndex: number | ||
screens: string | ||
assets: string | Asset | ||
} | ||
@@ -86,0 +94,0 @@ |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20230124104736", | ||
"version": "0.0.0-dev-20230125073613", | ||
"description": "The types for css panda", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
881420
0.02%20511
0.03%