@pandacss/types 0.0.0-dev-20230829133853 → 0.0.0-dev-20230830225324

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 +1 -0
  2. package/package.json +2 -2
package/dist/recipe.d.ts CHANGED
@@ -99,6 +99,7 @@ export type SlotRecipeVariantFn<S extends string, T extends RecipeVariantRecord>
99
99
  ) => SlotRecord<S, string>
100
100
 
101
101
  export type SlotRecipeRuntimeFn<S extends string, T extends SlotRecipeVariantRecord<S>> = SlotRecipeVariantFn<S, T> & {
102
+ raw: (props?: RecipeSelection<T>) => Record<S, SystemStyleObject>
102
103
  variantKeys: (keyof T)[]
103
104
  variantMap: RecipeVariantMap<T>
104
105
  splitVariantProps<Props extends RecipeSelection<T>>(props: Props): [RecipeSelection<T>, Pretty<Omit<Props, keyof T>>]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20230829133853",
3
+ "version": "0.0.0-dev-20230830225324",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -17,7 +17,7 @@
17
17
  "hookable": "5.5.3",
18
18
  "ncp": "^2.0.0",
19
19
  "pkg-types": "1.0.3",
20
- "@pandacss/extractor": "0.0.0-dev-20230829133853"
20
+ "@pandacss/extractor": "0.0.0-dev-20230830225324"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tsx scripts/build.ts",