@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20240405065931 to 0.0.0-dev-20240409220115
@@ -53,2 +53,6 @@ import type { CssProperty, SystemStyleObject } from './system-types' | ||
/** | ||
* Whether the pattern is deprecated. | ||
*/ | ||
deprecated?: boolean | string | ||
/** | ||
* The jsx element name this pattern will generate. | ||
@@ -55,0 +59,0 @@ */ |
@@ -67,2 +67,6 @@ import type { RecipeRule } from './static-css' | ||
/** | ||
* Whether the recipe is deprecated. | ||
*/ | ||
deprecated?: boolean | string | ||
/** | ||
* The multi-variant styles of the recipe. | ||
@@ -145,2 +149,6 @@ */ | ||
/** | ||
* Whether the recipe is deprecated. | ||
*/ | ||
deprecated?: boolean | string | ||
/** | ||
* The parts/slots of the recipe. | ||
@@ -147,0 +155,0 @@ */ |
import type { Recursive } from './shared' | ||
export type TokenStatus = 'deprecated' | 'experimental' | 'new' | ||
export interface Token<Value = any> { | ||
@@ -9,4 +7,4 @@ value: Value | ||
type?: string | ||
deprecated?: boolean | string | ||
extensions?: { | ||
status?: TokenStatus | ||
[key: string]: any | ||
@@ -13,0 +11,0 @@ } |
@@ -67,2 +67,6 @@ import type { LiteralUnion } from './shared' | ||
group?: CssSemanticGroup | ||
/** | ||
* Whether this utility is deprecated or not. | ||
*/ | ||
deprecated?: boolean | ||
} | ||
@@ -69,0 +73,0 @@ |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20240405065931", | ||
"version": "0.0.0-dev-20240409220115", | ||
"description": "The types for css panda", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.d.ts", | ||
"ts-morph": "21.0.1", | ||
"@pandacss/extractor": "0.0.0-dev-20240405065931" | ||
"@pandacss/extractor": "0.0.0-dev-20240409220115" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
965026
22706