@pandacss/generator 0.24.0 → 0.24.1
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 -2
- package/dist/index.mjs +1 -2
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -4084,8 +4084,7 @@ var Generator = class extends Context {
|
|
|
4084
4084
|
this.appendCssOfType("preflight", sheet);
|
|
4085
4085
|
if (!this.tokens.isEmpty)
|
|
4086
4086
|
this.appendCssOfType("tokens", sheet);
|
|
4087
|
-
|
|
4088
|
-
this.appendCssOfType("static", sheet);
|
|
4087
|
+
this.appendCssOfType("static", sheet);
|
|
4089
4088
|
this.appendCssOfType("global", sheet);
|
|
4090
4089
|
if (this.config.theme?.keyframes)
|
|
4091
4090
|
this.appendCssOfType("keyframes", sheet);
|
package/dist/index.mjs
CHANGED
|
@@ -4053,8 +4053,7 @@ var Generator = class extends Context {
|
|
|
4053
4053
|
this.appendCssOfType("preflight", sheet);
|
|
4054
4054
|
if (!this.tokens.isEmpty)
|
|
4055
4055
|
this.appendCssOfType("tokens", sheet);
|
|
4056
|
-
|
|
4057
|
-
this.appendCssOfType("static", sheet);
|
|
4056
|
+
this.appendCssOfType("static", sheet);
|
|
4058
4057
|
this.appendCssOfType("global", sheet);
|
|
4059
4058
|
if (this.config.theme?.keyframes)
|
|
4060
4059
|
this.appendCssOfType("keyframes", sheet);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/generator",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.1",
|
|
4
4
|
"description": "The css generator for css panda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"pluralize": "8.0.0",
|
|
38
38
|
"postcss": "^8.4.31",
|
|
39
39
|
"ts-pattern": "5.0.5",
|
|
40
|
-
"@pandacss/core": "0.24.
|
|
41
|
-
"@pandacss/is-valid-prop": "^0.24.
|
|
42
|
-
"@pandacss/logger": "0.24.
|
|
43
|
-
"@pandacss/shared": "0.24.
|
|
44
|
-
"@pandacss/token-dictionary": "0.24.
|
|
45
|
-
"@pandacss/types": "0.24.
|
|
40
|
+
"@pandacss/core": "0.24.1",
|
|
41
|
+
"@pandacss/is-valid-prop": "^0.24.1",
|
|
42
|
+
"@pandacss/logger": "0.24.1",
|
|
43
|
+
"@pandacss/shared": "0.24.1",
|
|
44
|
+
"@pandacss/token-dictionary": "0.24.1",
|
|
45
|
+
"@pandacss/types": "0.24.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/pluralize": "0.0.33",
|