@pandacss/types 0.0.0-dev-20221126164420 → 0.0.0-dev-20221127075519

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/recipe.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/recipe.d.ts CHANGED
@@ -11,6 +11,10 @@ export type RecipeConfig<Variants extends TVariants = TVariants> = {
11
11
  * The name of the recipe.
12
12
  */
13
13
  name: string
14
+ /**
15
+ * The jsx elements to track for this recipe.
16
+ */
17
+ jsx?: string
14
18
  /**
15
19
  * The base styles of the recipe.
16
20
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20221126164420",
3
+ "version": "0.0.0-dev-20221127075519",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",