@pandacss/generator 0.0.0-dev-20230625190717 → 0.0.0-dev-20230625194802

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
@@ -66,7 +66,7 @@ var artifactsGenerated = (ctx) => {
66
66
  !tokens.isEmpty && import_outdent.outdent`
67
67
  ${tick} ${(0, import_logger.quote)(outdir, "/tokens")}: the css variables and js function to query your tokens
68
68
  `,
69
- !patterns.isEmpty() && import_outdent.outdent`
69
+ !patterns.isEmpty() && !ctx.isTemplateLiteralSyntax && import_outdent.outdent`
70
70
  ${tick} ${(0, import_logger.quote)(outdir, "/patterns")}: functions to implement apply common layout patterns
71
71
  `,
72
72
  !recipes.isEmpty() && import_outdent.outdent`
package/dist/index.mjs CHANGED
@@ -35,7 +35,7 @@ var artifactsGenerated = (ctx) => {
35
35
  !tokens.isEmpty && outdent`
36
36
  ${tick} ${quote(outdir, "/tokens")}: the css variables and js function to query your tokens
37
37
  `,
38
- !patterns.isEmpty() && outdent`
38
+ !patterns.isEmpty() && !ctx.isTemplateLiteralSyntax && outdent`
39
39
  ${tick} ${quote(outdir, "/patterns")}: functions to implement apply common layout patterns
40
40
  `,
41
41
  !recipes.isEmpty() && outdent`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/generator",
3
- "version": "0.0.0-dev-20230625190717",
3
+ "version": "0.0.0-dev-20230625194802",
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-20230625190717",
24
- "@pandacss/is-valid-prop": "0.0.0-dev-20230625190717",
25
- "@pandacss/logger": "0.0.0-dev-20230625190717",
26
- "@pandacss/shared": "0.0.0-dev-20230625190717",
27
- "@pandacss/token-dictionary": "0.0.0-dev-20230625190717",
28
- "@pandacss/types": "0.0.0-dev-20230625190717"
23
+ "@pandacss/core": "0.0.0-dev-20230625194802",
24
+ "@pandacss/is-valid-prop": "0.0.0-dev-20230625194802",
25
+ "@pandacss/logger": "0.0.0-dev-20230625194802",
26
+ "@pandacss/shared": "0.0.0-dev-20230625194802",
27
+ "@pandacss/token-dictionary": "0.0.0-dev-20230625194802",
28
+ "@pandacss/types": "0.0.0-dev-20230625194802"
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-20230625190717"
33
+ "@pandacss/fixture": "0.0.0-dev-20230625194802"
34
34
  },
35
35
  "scripts": {
36
36
  "prebuild": "tsx scripts/prebuild.ts",