@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20240310153511 to 0.0.0-dev-20240310172521
@@ -83,3 +83,3 @@ import type { RecipeRule } from './static-css' | ||
/** | ||
* The name of the recipe. | ||
* The class name of the recipe. | ||
*/ | ||
@@ -137,2 +137,6 @@ className: string | ||
/** | ||
* An optional class name that can be used to target slots in the DOM. | ||
*/ | ||
className?: string | ||
/** | ||
* The parts/slots of the recipe. | ||
@@ -139,0 +143,0 @@ */ |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20240310153511", | ||
"version": "0.0.0-dev-20240310172521", | ||
"description": "The types for css panda", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.d.ts", | ||
"pkg-types": "1.0.3", | ||
"@pandacss/extractor": "0.0.0-dev-20240310153511" | ||
"@pandacss/extractor": "0.0.0-dev-20240310172521" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
962116
22609