@pandacss/generator 1.11.4 → 1.12.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.
package/dist/index.js CHANGED
@@ -521,7 +521,7 @@ function generateIsValidProp(ctx) {
521
521
  return {
522
522
  js: content,
523
523
  dts: import_outdent8.outdent`
524
- import type { DistributiveOmit, HTMLPandaProps, JsxStyleProps, Pretty } from '../types';
524
+ import type { DistributiveOmit, JsxStyleProps, Pretty } from '../types';
525
525
 
526
526
  declare const isCssProperty: (value: string) => boolean;
527
527
 
package/dist/index.mjs CHANGED
@@ -484,7 +484,7 @@ function generateIsValidProp(ctx) {
484
484
  return {
485
485
  js: content,
486
486
  dts: outdent8`
487
- import type { DistributiveOmit, HTMLPandaProps, JsxStyleProps, Pretty } from '../types';
487
+ import type { DistributiveOmit, JsxStyleProps, Pretty } from '../types';
488
488
 
489
489
  declare const isCssProperty: (value: string) => boolean;
490
490
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/generator",
3
- "version": "1.11.4",
3
+ "version": "1.12.0",
4
4
  "description": "The css generator for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -38,12 +38,12 @@
38
38
  "pluralize": "8.0.0",
39
39
  "postcss": "8.5.14",
40
40
  "ts-pattern": "5.9.0",
41
- "@pandacss/core": "1.11.4",
42
- "@pandacss/is-valid-prop": "^1.11.4",
43
- "@pandacss/logger": "1.11.4",
44
- "@pandacss/shared": "1.11.4",
45
- "@pandacss/token-dictionary": "1.11.4",
46
- "@pandacss/types": "1.11.4"
41
+ "@pandacss/core": "1.12.0",
42
+ "@pandacss/is-valid-prop": "^1.12.0",
43
+ "@pandacss/logger": "1.12.0",
44
+ "@pandacss/shared": "1.12.0",
45
+ "@pandacss/token-dictionary": "1.12.0",
46
+ "@pandacss/types": "1.12.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/pluralize": "0.0.33"