@pandacss/generator 0.0.0-dev-20241002144338 → 0.0.0-dev-20241017190844

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 CHANGED
@@ -4667,7 +4667,7 @@ function generateResetCss(ctx, sheet) {
4667
4667
  ":-moz-focusring": {
4668
4668
  outline: "auto"
4669
4669
  },
4670
- "[hidden]": {
4670
+ "[hidden]:where(:not([hidden='until-found']))": {
4671
4671
  display: "none !important"
4672
4672
  }
4673
4673
  };
package/dist/index.mjs CHANGED
@@ -4631,7 +4631,7 @@ function generateResetCss(ctx, sheet) {
4631
4631
  ":-moz-focusring": {
4632
4632
  outline: "auto"
4633
4633
  },
4634
- "[hidden]": {
4634
+ "[hidden]:where(:not([hidden='until-found']))": {
4635
4635
  display: "none !important"
4636
4636
  }
4637
4637
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/generator",
3
- "version": "0.0.0-dev-20241002144338",
3
+ "version": "0.0.0-dev-20241017190844",
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.0.0-dev-20241002144338",
41
- "@pandacss/is-valid-prop": "^0.0.0-dev-20241002144338",
42
- "@pandacss/logger": "0.0.0-dev-20241002144338",
43
- "@pandacss/shared": "0.0.0-dev-20241002144338",
44
- "@pandacss/token-dictionary": "0.0.0-dev-20241002144338",
45
- "@pandacss/types": "0.0.0-dev-20241002144338"
40
+ "@pandacss/core": "0.0.0-dev-20241017190844",
41
+ "@pandacss/is-valid-prop": "^0.0.0-dev-20241017190844",
42
+ "@pandacss/logger": "0.0.0-dev-20241017190844",
43
+ "@pandacss/shared": "0.0.0-dev-20241017190844",
44
+ "@pandacss/token-dictionary": "0.0.0-dev-20241017190844",
45
+ "@pandacss/types": "0.0.0-dev-20241017190844"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/pluralize": "0.0.33"