@pandacss/config 1.5.1 → 1.6.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.
|
@@ -87,7 +87,10 @@ var artifactConfigDeps = {
|
|
|
87
87
|
"types-gen-system": [],
|
|
88
88
|
themes: ["themes"].concat(tokens),
|
|
89
89
|
// staticCss depends on tokens (for wildcards) and recipes (for recipe rules)
|
|
90
|
-
"static-css": ["staticCss", "patterns", "theme.recipes", "theme.slotRecipes"].concat(tokens)
|
|
90
|
+
"static-css": ["staticCss", "patterns", "theme.recipes", "theme.slotRecipes"].concat(tokens),
|
|
91
|
+
// Split CSS artifacts (generated via cssgen --splitting)
|
|
92
|
+
styles: [],
|
|
93
|
+
"styles.css": []
|
|
91
94
|
};
|
|
92
95
|
var artifactMatchers = Object.entries(artifactConfigDeps).map(([key, paths]) => {
|
|
93
96
|
if (!paths.length) return () => void 0;
|
package/dist/diff-config.js
CHANGED
|
@@ -121,7 +121,10 @@ var artifactConfigDeps = {
|
|
|
121
121
|
"types-gen-system": [],
|
|
122
122
|
themes: ["themes"].concat(tokens),
|
|
123
123
|
// staticCss depends on tokens (for wildcards) and recipes (for recipe rules)
|
|
124
|
-
"static-css": ["staticCss", "patterns", "theme.recipes", "theme.slotRecipes"].concat(tokens)
|
|
124
|
+
"static-css": ["staticCss", "patterns", "theme.recipes", "theme.slotRecipes"].concat(tokens),
|
|
125
|
+
// Split CSS artifacts (generated via cssgen --splitting)
|
|
126
|
+
styles: [],
|
|
127
|
+
"styles.css": []
|
|
125
128
|
};
|
|
126
129
|
var artifactMatchers = Object.entries(artifactConfigDeps).map(([key, paths]) => {
|
|
127
130
|
if (!paths.length) return () => void 0;
|
package/dist/diff-config.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -198,7 +198,10 @@ var artifactConfigDeps = {
|
|
|
198
198
|
"types-gen-system": [],
|
|
199
199
|
themes: ["themes"].concat(tokens),
|
|
200
200
|
// staticCss depends on tokens (for wildcards) and recipes (for recipe rules)
|
|
201
|
-
"static-css": ["staticCss", "patterns", "theme.recipes", "theme.slotRecipes"].concat(tokens)
|
|
201
|
+
"static-css": ["staticCss", "patterns", "theme.recipes", "theme.slotRecipes"].concat(tokens),
|
|
202
|
+
// Split CSS artifacts (generated via cssgen --splitting)
|
|
203
|
+
styles: [],
|
|
204
|
+
"styles.css": []
|
|
202
205
|
};
|
|
203
206
|
var artifactMatchers = Object.entries(artifactConfigDeps).map(([key, paths]) => {
|
|
204
207
|
if (!paths.length) return () => void 0;
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Find and load panda config",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
],
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"bundle-n-require": "1.1.2",
|
|
73
|
-
"escalade": "3.
|
|
73
|
+
"escalade": "3.2.0",
|
|
74
74
|
"merge-anything": "5.1.7",
|
|
75
75
|
"microdiff": "1.5.0",
|
|
76
76
|
"typescript": "5.9.3",
|
|
77
|
-
"@pandacss/logger": "1.
|
|
78
|
-
"@pandacss/preset-base": "1.
|
|
79
|
-
"@pandacss/preset-panda": "1.
|
|
80
|
-
"@pandacss/shared": "1.
|
|
81
|
-
"@pandacss/types": "1.
|
|
77
|
+
"@pandacss/logger": "1.6.0",
|
|
78
|
+
"@pandacss/preset-base": "1.6.0",
|
|
79
|
+
"@pandacss/preset-panda": "1.6.0",
|
|
80
|
+
"@pandacss/shared": "1.6.0",
|
|
81
|
+
"@pandacss/types": "1.6.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"pkg-types": "2.3.0"
|