@pandacss/config 0.41.0 → 0.42.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.
@@ -34,7 +34,6 @@ var all = [
34
34
  "outdir",
35
35
  "forceConsistentTypeExtension",
36
36
  "outExtension",
37
- "emitPackage",
38
37
  "emitTokensOnly",
39
38
  "presets",
40
39
  "plugins",
@@ -80,7 +79,7 @@ var artifactConfigDeps = {
80
79
  "jsx-patterns": jsx.concat("patterns"),
81
80
  "jsx-patterns-index": jsx.concat("patterns"),
82
81
  "css-index": ["syntax"],
83
- "package.json": ["emitPackage", "forceConsistentTypeExtension", "outExtension"],
82
+ "package.json": ["forceConsistentTypeExtension", "outExtension"],
84
83
  "types-styles": ["shorthands"],
85
84
  "types-conditions": ["conditions"],
86
85
  "types-jsx": jsx,
@@ -68,7 +68,6 @@ var all = [
68
68
  "outdir",
69
69
  "forceConsistentTypeExtension",
70
70
  "outExtension",
71
- "emitPackage",
72
71
  "emitTokensOnly",
73
72
  "presets",
74
73
  "plugins",
@@ -114,7 +113,7 @@ var artifactConfigDeps = {
114
113
  "jsx-patterns": jsx.concat("patterns"),
115
114
  "jsx-patterns-index": jsx.concat("patterns"),
116
115
  "css-index": ["syntax"],
117
- "package.json": ["emitPackage", "forceConsistentTypeExtension", "outExtension"],
116
+ "package.json": ["forceConsistentTypeExtension", "outExtension"],
118
117
  "types-styles": ["shorthands"],
119
118
  "types-conditions": ["conditions"],
120
119
  "types-jsx": jsx,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  diffConfigs
3
- } from "./chunk-D3CL3VYD.mjs";
3
+ } from "./chunk-Q2O7DCQS.mjs";
4
4
  export {
5
5
  diffConfigs
6
6
  };
package/dist/index.js CHANGED
@@ -145,7 +145,6 @@ var all = [
145
145
  "outdir",
146
146
  "forceConsistentTypeExtension",
147
147
  "outExtension",
148
- "emitPackage",
149
148
  "emitTokensOnly",
150
149
  "presets",
151
150
  "plugins",
@@ -191,7 +190,7 @@ var artifactConfigDeps = {
191
190
  "jsx-patterns": jsx.concat("patterns"),
192
191
  "jsx-patterns-index": jsx.concat("patterns"),
193
192
  "css-index": ["syntax"],
194
- "package.json": ["emitPackage", "forceConsistentTypeExtension", "outExtension"],
193
+ "package.json": ["forceConsistentTypeExtension", "outExtension"],
195
194
  "types-styles": ["shorthands"],
196
195
  "types-conditions": ["conditions"],
197
196
  "types-jsx": jsx,
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-F5ESIWB7.mjs";
10
10
  import {
11
11
  diffConfigs
12
- } from "./chunk-D3CL3VYD.mjs";
12
+ } from "./chunk-Q2O7DCQS.mjs";
13
13
  import {
14
14
  resolveTsPathPattern
15
15
  } from "./chunk-RPIVZP2I.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/config",
3
- "version": "0.41.0",
3
+ "version": "0.42.0",
4
4
  "description": "Find and load panda config",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -73,11 +73,11 @@
73
73
  "merge-anything": "5.1.7",
74
74
  "microdiff": "1.3.2",
75
75
  "typescript": "5.3.3",
76
- "@pandacss/logger": "0.41.0",
77
- "@pandacss/preset-base": "0.41.0",
78
- "@pandacss/preset-panda": "0.41.0",
79
- "@pandacss/shared": "0.41.0",
80
- "@pandacss/types": "0.41.0"
76
+ "@pandacss/logger": "0.42.0",
77
+ "@pandacss/preset-base": "0.42.0",
78
+ "@pandacss/preset-panda": "0.42.0",
79
+ "@pandacss/shared": "0.42.0",
80
+ "@pandacss/types": "0.42.0"
81
81
  },
82
82
  "devDependencies": {
83
83
  "pkg-types": "1.0.3"