@pandacss/types 0.0.0-dev-20240311085928 → 0.0.0-dev-20240311211010

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/hooks.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/hooks.d.ts CHANGED
@@ -125,6 +125,7 @@ export interface ConfigResolvedHookArgs {
125
125
  path: string
126
126
  dependencies: string[]
127
127
  utils: ConfigResolvedHookUtils
128
+ original?: LoadConfigResult['config']
128
129
  }
129
130
 
130
131
  export interface ConfigChangeHookArgs {
@@ -145,6 +146,7 @@ export interface ParserResultBeforeHookArgs {
145
146
  filePath: string
146
147
  content: string
147
148
  configure: (opts: ParserResultConfigureOptions) => void
149
+ original?: string
148
150
  }
149
151
 
150
152
  export interface ParserResultAfterHookArgs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20240311085928",
3
+ "version": "0.0.0-dev-20240311211010",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -30,7 +30,7 @@
30
30
  "microdiff": "1.3.2",
31
31
  "ncp": "2.0.0",
32
32
  "pkg-types": "1.0.3",
33
- "@pandacss/extractor": "0.0.0-dev-20240311085928"
33
+ "@pandacss/extractor": "0.0.0-dev-20240311211010"
34
34
  },
35
35
  "scripts": {
36
36
  "dev": "tsx scripts/watch.ts",