@pandacss/generator 0.0.0-dev-20230626124525 → 0.0.0-dev-20230626180512

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
@@ -73,7 +73,7 @@ var artifactsGenerated = (ctx) => {
73
73
  ${tick} ${(0, import_logger.quote)(outdir, "/recipes")}: functions to create multi-variant styles
74
74
  `,
75
75
  jsx.framework && import_outdent.outdent`
76
- ${tick} ${(0, import_logger.quote)(outdir, "/jsx")}: style prop powered elements for ${jsx.framework}
76
+ ${tick} ${(0, import_logger.quote)(outdir, "/jsx")}: styled jsx elements for ${jsx.framework}
77
77
  `,
78
78
  "\n"
79
79
  ].filter(Boolean).join("\n");
package/dist/index.mjs CHANGED
@@ -42,7 +42,7 @@ var artifactsGenerated = (ctx) => {
42
42
  ${tick} ${quote(outdir, "/recipes")}: functions to create multi-variant styles
43
43
  `,
44
44
  jsx.framework && outdent`
45
- ${tick} ${quote(outdir, "/jsx")}: style prop powered elements for ${jsx.framework}
45
+ ${tick} ${quote(outdir, "/jsx")}: styled jsx elements for ${jsx.framework}
46
46
  `,
47
47
  "\n"
48
48
  ].filter(Boolean).join("\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/generator",
3
- "version": "0.0.0-dev-20230626124525",
3
+ "version": "0.0.0-dev-20230626180512",
4
4
  "description": "The css generator for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -20,17 +20,17 @@
20
20
  "pluralize": "8.0.0",
21
21
  "postcss": "8.4.24",
22
22
  "ts-pattern": "4.3.0",
23
- "@pandacss/core": "0.0.0-dev-20230626124525",
24
- "@pandacss/is-valid-prop": "0.0.0-dev-20230626124525",
25
- "@pandacss/logger": "0.0.0-dev-20230626124525",
26
- "@pandacss/shared": "0.0.0-dev-20230626124525",
27
- "@pandacss/token-dictionary": "0.0.0-dev-20230626124525",
28
- "@pandacss/types": "0.0.0-dev-20230626124525"
23
+ "@pandacss/core": "0.0.0-dev-20230626180512",
24
+ "@pandacss/is-valid-prop": "0.0.0-dev-20230626180512",
25
+ "@pandacss/logger": "0.0.0-dev-20230626180512",
26
+ "@pandacss/shared": "0.0.0-dev-20230626180512",
27
+ "@pandacss/token-dictionary": "0.0.0-dev-20230626180512",
28
+ "@pandacss/types": "0.0.0-dev-20230626180512"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/pluralize": "0.0.29",
32
32
  "hookable": "5.5.3",
33
- "@pandacss/fixture": "0.0.0-dev-20230626124525"
33
+ "@pandacss/fixture": "0.0.0-dev-20230626180512"
34
34
  },
35
35
  "scripts": {
36
36
  "prebuild": "tsx scripts/prebuild.ts",