@pandacss/studio 0.0.0-dev-20230909231256 → 0.0.0-dev-20230911132038

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/studio",
3
- "version": "0.0.0-dev-20230909231256",
3
+ "version": "0.0.0-dev-20230911132038",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -33,19 +33,19 @@
33
33
  "react": "18.2.0",
34
34
  "react-dom": "18.2.0",
35
35
  "vite": "4.4.9",
36
- "@pandacss/types": "0.0.0-dev-20230909231256",
37
- "@pandacss/config": "0.0.0-dev-20230909231256",
38
- "@pandacss/shared": "0.0.0-dev-20230909231256",
39
- "@pandacss/token-dictionary": "0.0.0-dev-20230909231256",
40
- "@pandacss/logger": "0.0.0-dev-20230909231256",
41
- "@pandacss/node": "0.0.0-dev-20230909231256"
36
+ "@pandacss/types": "0.0.0-dev-20230911132038",
37
+ "@pandacss/config": "0.0.0-dev-20230911132038",
38
+ "@pandacss/shared": "0.0.0-dev-20230911132038",
39
+ "@pandacss/token-dictionary": "0.0.0-dev-20230911132038",
40
+ "@pandacss/logger": "0.0.0-dev-20230911132038",
41
+ "@pandacss/node": "0.0.0-dev-20230911132038"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react": "18.2.18",
45
45
  "@types/react-dom": "18.2.7",
46
46
  "@vitejs/plugin-react": "4.0.4",
47
47
  "execa": "7.2.0",
48
- "@pandacss/dev": "0.0.0-dev-20230909231256"
48
+ "@pandacss/dev": "0.0.0-dev-20230911132038"
49
49
  },
50
50
  "scripts": {
51
51
  "codegen": "panda",
@@ -39,7 +39,7 @@ export type RecipeRuntimeFn<T extends RecipeVariantRecord> = RecipeVariantFn<T>
39
39
  }
40
40
 
41
41
  export type RecipeCompoundSelection<T extends RecipeVariantRecord> = {
42
- [K in keyof T]?: StringToBoolean<keyof T[K]> | Array<StringToBoolean<keyof T[K]>>
42
+ [K in keyof T]?: StringToBoolean<keyof T[K]>
43
43
  }
44
44
 
45
45
  export type RecipeCompoundVariant<T extends RecipeVariantRecord> = RecipeCompoundSelection<T> & {