@pandacss/config 0.51.1 → 0.53.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.
@@ -203,6 +203,7 @@ function mergeConfigs(configs) {
203
203
  globalCss: mergeExtensions(reversed.map((config) => config.globalCss ?? {})),
204
204
  globalVars: mergeExtensions(reversed.map((config) => config.globalVars ?? {})),
205
205
  globalFontface: mergeExtensions(reversed.map((config) => config.globalFontface ?? {})),
206
+ globalPositionTry: mergeExtensions(reversed.map((config) => config.globalPositionTry ?? {})),
206
207
  staticCss: mergeExtensions(reversed.map((config) => config.staticCss ?? {})),
207
208
  themes: mergeExtensions(reversed.map((config) => config.themes ?? {})),
208
209
  hooks: mergeHooks(pluginHooks)
package/dist/index.js CHANGED
@@ -592,6 +592,7 @@ function mergeConfigs(configs) {
592
592
  globalCss: mergeExtensions(reversed.map((config) => config.globalCss ?? {})),
593
593
  globalVars: mergeExtensions(reversed.map((config) => config.globalVars ?? {})),
594
594
  globalFontface: mergeExtensions(reversed.map((config) => config.globalFontface ?? {})),
595
+ globalPositionTry: mergeExtensions(reversed.map((config) => config.globalPositionTry ?? {})),
595
596
  staticCss: mergeExtensions(reversed.map((config) => config.staticCss ?? {})),
596
597
  themes: mergeExtensions(reversed.map((config) => config.themes ?? {})),
597
598
  hooks: mergeHooks(pluginHooks)
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  isValidToken,
7
7
  mergeConfigs,
8
8
  serializeTokenValue
9
- } from "./chunk-K5ODX2PU.mjs";
9
+ } from "./chunk-4TLLLDPT.mjs";
10
10
  import {
11
11
  diffConfigs
12
12
  } from "./chunk-Q2O7DCQS.mjs";
@@ -200,6 +200,7 @@ function mergeConfigs(configs) {
200
200
  globalCss: mergeExtensions(reversed.map((config) => config.globalCss ?? {})),
201
201
  globalVars: mergeExtensions(reversed.map((config) => config.globalVars ?? {})),
202
202
  globalFontface: mergeExtensions(reversed.map((config) => config.globalFontface ?? {})),
203
+ globalPositionTry: mergeExtensions(reversed.map((config) => config.globalPositionTry ?? {})),
203
204
  staticCss: mergeExtensions(reversed.map((config) => config.staticCss ?? {})),
204
205
  themes: mergeExtensions(reversed.map((config) => config.themes ?? {})),
205
206
  hooks: mergeHooks(pluginHooks)
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mergeConfigs
3
- } from "./chunk-K5ODX2PU.mjs";
3
+ } from "./chunk-4TLLLDPT.mjs";
4
4
  export {
5
5
  mergeConfigs
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/config",
3
- "version": "0.51.1",
3
+ "version": "0.53.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.6.2",
76
- "@pandacss/logger": "0.51.1",
77
- "@pandacss/preset-base": "0.51.1",
78
- "@pandacss/preset-panda": "0.51.1",
79
- "@pandacss/shared": "0.51.1",
80
- "@pandacss/types": "0.51.1"
76
+ "@pandacss/logger": "0.53.0",
77
+ "@pandacss/preset-base": "0.53.0",
78
+ "@pandacss/preset-panda": "0.53.0",
79
+ "@pandacss/shared": "0.53.0",
80
+ "@pandacss/types": "0.53.0"
81
81
  },
82
82
  "devDependencies": {
83
83
  "pkg-types": "1.0.3"