@pandacss/generator 0.0.0-dev-20230517213021 → 0.0.0-dev-20230520161624

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
@@ -2339,7 +2339,7 @@ var defaults = (conf) => ({
2339
2339
  ...conf,
2340
2340
  config: {
2341
2341
  cssVarRoot: ":where(:root, :host)",
2342
- jsxFactory: "panda",
2342
+ jsxFactory: "styled",
2343
2343
  outExtension: "mjs",
2344
2344
  ...conf.config
2345
2345
  }
package/dist/index.mjs CHANGED
@@ -2308,7 +2308,7 @@ var defaults = (conf) => ({
2308
2308
  ...conf,
2309
2309
  config: {
2310
2310
  cssVarRoot: ":where(:root, :host)",
2311
- jsxFactory: "panda",
2311
+ jsxFactory: "styled",
2312
2312
  outExtension: "mjs",
2313
2313
  ...conf.config
2314
2314
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/generator",
3
- "version": "0.0.0-dev-20230517213021",
3
+ "version": "0.0.0-dev-20230520161624",
4
4
  "description": "The css generator for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -20,16 +20,16 @@
20
20
  "pluralize": "8.0.0",
21
21
  "postcss": "8.4.23",
22
22
  "ts-pattern": "4.3.0",
23
- "@pandacss/core": "0.0.0-dev-20230517213021",
24
- "@pandacss/logger": "0.0.0-dev-20230517213021",
25
- "@pandacss/is-valid-prop": "0.0.0-dev-20230517213021",
26
- "@pandacss/shared": "0.0.0-dev-20230517213021",
27
- "@pandacss/types": "0.0.0-dev-20230517213021",
28
- "@pandacss/token-dictionary": "0.0.0-dev-20230517213021"
23
+ "@pandacss/core": "0.0.0-dev-20230520161624",
24
+ "@pandacss/logger": "0.0.0-dev-20230520161624",
25
+ "@pandacss/is-valid-prop": "0.0.0-dev-20230520161624",
26
+ "@pandacss/shared": "0.0.0-dev-20230520161624",
27
+ "@pandacss/types": "0.0.0-dev-20230520161624",
28
+ "@pandacss/token-dictionary": "0.0.0-dev-20230520161624"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/pluralize": "0.0.29",
32
- "@pandacss/fixture": "0.0.0-dev-20230517213021"
32
+ "@pandacss/fixture": "0.0.0-dev-20230520161624"
33
33
  },
34
34
  "scripts": {
35
35
  "prebuild": "tsx scripts/prebuild.ts",