@pandacss/types 0.39.1 → 0.40.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.
@@ -67,9 +67,8 @@ export type CompositionStyleObject<Property extends string> = Nested<FilterStyle
67
67
  interface WithCss {
68
68
  css?: SystemStyleObject | SystemStyleObject[]
69
69
  }
70
- type StyleProps = SystemStyleObject & WithCss
71
70
 
72
- export type JsxStyleProps = StyleProps & WithCss
71
+ export type JsxStyleProps = SystemStyleObject & WithCss
73
72
 
74
73
  export interface PatchedHTMLProps {
75
74
  htmlWidth?: string | number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.39.1",
3
+ "version": "0.40.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.39.1"
34
+ "@pandacss/extractor": "0.40.0"
35
35
  },
36
36
  "scripts": {
37
37
  "dev": "tsx scripts/watch.ts",