@pandacss/types 0.22.0 → 0.22.1

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 +2 -2
package/dist/recipe.d.ts CHANGED
@@ -138,6 +138,10 @@ export interface SlotRecipeDefinition<S extends string, T extends SlotRecipeVari
138
138
  * The styles to apply when a combination of variants is selected.
139
139
  */
140
140
  compoundVariants?: Pretty<SlotRecipeCompoundVariant<S, RecipeCompoundSelection<T>>>[]
141
+ /**
142
+ * Variants to pre-generate, will be include in the final `config.staticCss`
143
+ */
144
+ staticCss?: RecipeRule[]
141
145
  }
142
146
 
143
147
  export type SlotRecipeCreatorFn = <S extends string, T extends SlotRecipeVariantRecord<S>>(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -24,7 +24,7 @@
24
24
  "hookable": "5.5.3",
25
25
  "ncp": "^2.0.0",
26
26
  "pkg-types": "1.0.3",
27
- "@pandacss/extractor": "0.22.0"
27
+ "@pandacss/extractor": "0.22.1"
28
28
  },
29
29
  "scripts": {
30
30
  "dev": "tsx scripts/watch.ts",