@pandacss/generator 0.46.1 → 0.47.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.
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -3802,6 +3802,7 @@ var categories = [
|
|
|
3802
3802
|
"lineHeights",
|
|
3803
3803
|
"letterSpacings",
|
|
3804
3804
|
"sizes",
|
|
3805
|
+
"cursor",
|
|
3805
3806
|
"shadows",
|
|
3806
3807
|
"spacing",
|
|
3807
3808
|
"radii",
|
|
@@ -4666,7 +4667,7 @@ function generateResetCss(ctx, sheet) {
|
|
|
4666
4667
|
":-moz-focusring": {
|
|
4667
4668
|
outline: "auto"
|
|
4668
4669
|
},
|
|
4669
|
-
"[hidden]": {
|
|
4670
|
+
"[hidden]:where(:not([hidden='until-found']))": {
|
|
4670
4671
|
display: "none !important"
|
|
4671
4672
|
}
|
|
4672
4673
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -3766,6 +3766,7 @@ var categories = [
|
|
|
3766
3766
|
"lineHeights",
|
|
3767
3767
|
"letterSpacings",
|
|
3768
3768
|
"sizes",
|
|
3769
|
+
"cursor",
|
|
3769
3770
|
"shadows",
|
|
3770
3771
|
"spacing",
|
|
3771
3772
|
"radii",
|
|
@@ -4630,7 +4631,7 @@ function generateResetCss(ctx, sheet) {
|
|
|
4630
4631
|
":-moz-focusring": {
|
|
4631
4632
|
outline: "auto"
|
|
4632
4633
|
},
|
|
4633
|
-
"[hidden]": {
|
|
4634
|
+
"[hidden]:where(:not([hidden='until-found']))": {
|
|
4634
4635
|
display: "none !important"
|
|
4635
4636
|
}
|
|
4636
4637
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/generator",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.47.0",
|
|
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.47",
|
|
39
39
|
"ts-pattern": "5.0.8",
|
|
40
|
-
"@pandacss/core": "0.
|
|
41
|
-
"@pandacss/is-valid-prop": "^0.
|
|
42
|
-
"@pandacss/logger": "0.
|
|
43
|
-
"@pandacss/shared": "0.
|
|
44
|
-
"@pandacss/token-dictionary": "0.
|
|
45
|
-
"@pandacss/types": "0.
|
|
40
|
+
"@pandacss/core": "0.47.0",
|
|
41
|
+
"@pandacss/is-valid-prop": "^0.47.0",
|
|
42
|
+
"@pandacss/logger": "0.47.0",
|
|
43
|
+
"@pandacss/shared": "0.47.0",
|
|
44
|
+
"@pandacss/token-dictionary": "0.47.0",
|
|
45
|
+
"@pandacss/types": "0.47.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/pluralize": "0.0.33"
|