@pandacss/types 2.0.0-beta.5 → 2.0.0-beta.6

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/config.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/config.d.ts CHANGED
@@ -219,6 +219,7 @@ interface FileSystemOptions {
219
219
  * ```
220
220
  */
221
221
  importMap?: ImportMapOption | Array<ImportMapOption>
222
+ designSystem?: string
222
223
  /**
223
224
  * List of files glob to watch for changes.
224
225
  * @default []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "2.0.0-beta.5",
3
+ "version": "2.0.0-beta.6",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",