@pandacss/types 1.11.0 → 1.11.1

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 +1 -0
  2. package/package.json +2 -2
package/dist/hooks.d.ts CHANGED
@@ -162,6 +162,7 @@ export interface PresetResolvedHookArgs {
162
162
 
163
163
  export interface ParserResultConfigureOptions {
164
164
  matchTag?: (tag: string, isPandaComponent: boolean) => boolean
165
+ matchTagMode?: 'extend' | 'override'
165
166
  matchTagProp?: (tag: string, prop: string) => boolean
166
167
  }
167
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -32,7 +32,7 @@
32
32
  "ncp": "2.0.0",
33
33
  "pkg-types": "2.3.0",
34
34
  "ts-morph": "28.0.0",
35
- "@pandacss/extractor": "1.11.0"
35
+ "@pandacss/extractor": "1.11.1"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "tsx scripts/watch.ts",