@pandacss/types 0.43.0 → 0.44.0

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 +3 -1
  2. package/package.json +2 -2
package/dist/config.d.ts CHANGED
@@ -450,7 +450,9 @@ export interface Config
450
450
  validation?: 'none' | 'warn' | 'error'
451
451
  }
452
452
 
453
- export interface Preset extends ExtendableOptions, PresetOptions {}
453
+ export interface Preset extends ExtendableOptions, PresetOptions {
454
+ name: string
455
+ }
454
456
 
455
457
  export interface UserConfig
456
458
  extends Partial<PresetCore>,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.43.0",
3
+ "version": "0.44.0",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -31,7 +31,7 @@
31
31
  "ncp": "2.0.0",
32
32
  "pkg-types": "1.0.3",
33
33
  "ts-morph": "21.0.1",
34
- "@pandacss/extractor": "0.43.0"
34
+ "@pandacss/extractor": "0.44.0"
35
35
  },
36
36
  "scripts": {
37
37
  "dev": "tsx scripts/watch.ts",