@pandacss/generator 0.0.0-dev-20231020185519 → 0.0.0-dev-20231020194012
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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -3682,7 +3682,7 @@ var getBaseEngine = (conf) => {
|
|
|
3682
3682
|
strictTokens: config.strictTokens
|
|
3683
3683
|
});
|
|
3684
3684
|
const conditions = new import_core5.Conditions({
|
|
3685
|
-
conditions:
|
|
3685
|
+
conditions: config.conditions,
|
|
3686
3686
|
breakpoints: config.theme?.breakpoints
|
|
3687
3687
|
});
|
|
3688
3688
|
const { textStyles, layerStyles } = theme;
|
package/dist/index.mjs
CHANGED
|
@@ -3657,7 +3657,7 @@ var getBaseEngine = (conf) => {
|
|
|
3657
3657
|
strictTokens: config.strictTokens
|
|
3658
3658
|
});
|
|
3659
3659
|
const conditions = new Conditions({
|
|
3660
|
-
conditions:
|
|
3660
|
+
conditions: config.conditions,
|
|
3661
3661
|
breakpoints: config.theme?.breakpoints
|
|
3662
3662
|
});
|
|
3663
3663
|
const { textStyles, layerStyles } = theme;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/generator",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20231020194012",
|
|
4
4
|
"description": "The css generator for css panda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"pluralize": "8.0.0",
|
|
21
21
|
"postcss": "^8.4.31",
|
|
22
22
|
"ts-pattern": "5.0.5",
|
|
23
|
-
"@pandacss/core": "0.0.0-dev-
|
|
24
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
25
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
26
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
27
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
28
|
-
"@pandacss/types": "0.0.0-dev-
|
|
23
|
+
"@pandacss/core": "0.0.0-dev-20231020194012",
|
|
24
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20231020194012",
|
|
25
|
+
"@pandacss/logger": "0.0.0-dev-20231020194012",
|
|
26
|
+
"@pandacss/shared": "0.0.0-dev-20231020194012",
|
|
27
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20231020194012",
|
|
28
|
+
"@pandacss/types": "0.0.0-dev-20231020194012"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/pluralize": "0.0.30",
|
|
32
32
|
"hookable": "5.5.3",
|
|
33
|
-
"@pandacss/fixture": "0.0.0-dev-
|
|
33
|
+
"@pandacss/fixture": "0.0.0-dev-20231020194012"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"prebuild": "tsx scripts/prebuild.ts",
|