@pandacss/config 0.32.1 → 0.33.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.
@@ -37,6 +37,7 @@ var all = [
37
37
  "emitPackage",
38
38
  "emitTokensOnly",
39
39
  "presets",
40
+ "plugins",
40
41
  "hooks"
41
42
  ];
42
43
  var format = [
@@ -71,6 +71,7 @@ var all = [
71
71
  "emitPackage",
72
72
  "emitTokensOnly",
73
73
  "presets",
74
+ "plugins",
74
75
  "hooks"
75
76
  ];
76
77
  var format = [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  diffConfigs
3
- } from "./chunk-3MGBJU2R.mjs";
3
+ } from "./chunk-XG53JPBE.mjs";
4
4
  export {
5
5
  diffConfigs
6
6
  };
package/dist/index.js CHANGED
@@ -141,6 +141,7 @@ var all = [
141
141
  "emitPackage",
142
142
  "emitTokensOnly",
143
143
  "presets",
144
+ "plugins",
144
145
  "hooks"
145
146
  ];
146
147
  var format = [
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-MT2A5AKG.mjs";
5
5
  import {
6
6
  diffConfigs
7
- } from "./chunk-3MGBJU2R.mjs";
7
+ } from "./chunk-XG53JPBE.mjs";
8
8
  import {
9
9
  resolveTsPathPattern
10
10
  } from "./chunk-RPIVZP2I.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/config",
3
- "version": "0.32.1",
3
+ "version": "0.33.0",
4
4
  "description": "Find and load panda config",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -64,11 +64,11 @@
64
64
  "merge-anything": "5.1.7",
65
65
  "microdiff": "1.3.2",
66
66
  "typescript": "5.3.3",
67
- "@pandacss/logger": "0.32.1",
68
- "@pandacss/preset-base": "0.32.1",
69
- "@pandacss/preset-panda": "0.32.1",
70
- "@pandacss/shared": "0.32.1",
71
- "@pandacss/types": "0.32.1"
67
+ "@pandacss/logger": "0.33.0",
68
+ "@pandacss/preset-base": "0.33.0",
69
+ "@pandacss/preset-panda": "0.33.0",
70
+ "@pandacss/shared": "0.33.0",
71
+ "@pandacss/types": "0.33.0"
72
72
  },
73
73
  "devDependencies": {
74
74
  "pkg-types": "1.0.3"