@pandacss/config 0.0.0-dev-20240128182812 → 0.0.0-dev-20240129104928

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.
@@ -29,7 +29,15 @@ function createMatcher(id, patterns) {
29
29
  // src/config-deps.ts
30
30
  var all = ["outdir", "forceConsistentTypeExtension", "outExtension"];
31
31
  var format = ["syntax", "hash", "prefix", "separator"];
32
- var tokens = ["utilities", "conditions", "theme.tokens", "theme.semanticTokens", "theme.breakpoints"];
32
+ var tokens = [
33
+ "utilities",
34
+ "conditions",
35
+ "theme.tokens",
36
+ "theme.semanticTokens",
37
+ "theme.breakpoints",
38
+ "theme.containerNames",
39
+ "theme.containerSizes"
40
+ ];
33
41
  var jsx = ["jsxFramework", "jsxFactory", "jsxStyleProps", "syntax"];
34
42
  var css = ["layers", "optimize", "minify"];
35
43
  var common = tokens.concat(jsx, format);
@@ -63,7 +63,15 @@ function createMatcher(id, patterns) {
63
63
  // src/config-deps.ts
64
64
  var all = ["outdir", "forceConsistentTypeExtension", "outExtension"];
65
65
  var format = ["syntax", "hash", "prefix", "separator"];
66
- var tokens = ["utilities", "conditions", "theme.tokens", "theme.semanticTokens", "theme.breakpoints"];
66
+ var tokens = [
67
+ "utilities",
68
+ "conditions",
69
+ "theme.tokens",
70
+ "theme.semanticTokens",
71
+ "theme.breakpoints",
72
+ "theme.containerNames",
73
+ "theme.containerSizes"
74
+ ];
67
75
  var jsx = ["jsxFramework", "jsxFactory", "jsxStyleProps", "syntax"];
68
76
  var css = ["layers", "optimize", "minify"];
69
77
  var common = tokens.concat(jsx, format);
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  diffConfigs
3
- } from "./chunk-DQCK3AP6.mjs";
3
+ } from "./chunk-WJAK5RTK.mjs";
4
4
  export {
5
5
  diffConfigs
6
6
  };
package/dist/index.js CHANGED
@@ -131,7 +131,15 @@ function createMatcher(id, patterns) {
131
131
  // src/config-deps.ts
132
132
  var all = ["outdir", "forceConsistentTypeExtension", "outExtension"];
133
133
  var format = ["syntax", "hash", "prefix", "separator"];
134
- var tokens = ["utilities", "conditions", "theme.tokens", "theme.semanticTokens", "theme.breakpoints"];
134
+ var tokens = [
135
+ "utilities",
136
+ "conditions",
137
+ "theme.tokens",
138
+ "theme.semanticTokens",
139
+ "theme.breakpoints",
140
+ "theme.containerNames",
141
+ "theme.containerSizes"
142
+ ];
135
143
  var jsx = ["jsxFramework", "jsxFactory", "jsxStyleProps", "syntax"];
136
144
  var css = ["layers", "optimize", "minify"];
137
145
  var common = tokens.concat(jsx, format);
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-PROY5XLZ.mjs";
4
4
  import {
5
5
  diffConfigs
6
- } from "./chunk-DQCK3AP6.mjs";
6
+ } from "./chunk-WJAK5RTK.mjs";
7
7
  import {
8
8
  resolveTsPathPattern
9
9
  } from "./chunk-RPIVZP2I.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/config",
3
- "version": "0.0.0-dev-20240128182812",
3
+ "version": "0.0.0-dev-20240129104928",
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.0.0-dev-20240128182812",
68
- "@pandacss/preset-base": "0.0.0-dev-20240128182812",
69
- "@pandacss/preset-panda": "0.0.0-dev-20240128182812",
70
- "@pandacss/shared": "0.0.0-dev-20240128182812",
71
- "@pandacss/types": "0.0.0-dev-20240128182812"
67
+ "@pandacss/logger": "0.0.0-dev-20240129104928",
68
+ "@pandacss/preset-base": "0.0.0-dev-20240129104928",
69
+ "@pandacss/preset-panda": "0.0.0-dev-20240129104928",
70
+ "@pandacss/shared": "0.0.0-dev-20240129104928",
71
+ "@pandacss/types": "0.0.0-dev-20240129104928"
72
72
  },
73
73
  "devDependencies": {
74
74
  "pkg-types": "1.0.3"