@pandacss/studio 0.0.0-dev-20241226124236 → 0.0.0-dev-20241231165502

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/studio.mjs CHANGED
@@ -1,4 +1,4 @@
1
- // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_postcss@8.4.49_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js
1
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_@swc+helpers@0.4.36__postcss@8.4.49_typescript@5.6.2/node_modules/tsup/assets/esm_shims.js
2
2
  import { fileURLToPath } from "url";
3
3
  import path from "path";
4
4
  var getFilename = () => fileURLToPath(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/studio",
3
- "version": "0.0.0-dev-20241226124236",
3
+ "version": "0.0.0-dev-20241231165502",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -48,12 +48,12 @@
48
48
  "react": "18.2.0",
49
49
  "react-dom": "18.2.0",
50
50
  "vite": "5.4.11",
51
- "@pandacss/shared": "0.0.0-dev-20241226124236",
52
- "@pandacss/config": "0.0.0-dev-20241226124236",
53
- "@pandacss/logger": "0.0.0-dev-20241226124236",
54
- "@pandacss/token-dictionary": "0.0.0-dev-20241226124236",
55
- "@pandacss/types": "0.0.0-dev-20241226124236",
56
- "@pandacss/astro-plugin-studio": "0.0.0-dev-20241226124236"
51
+ "@pandacss/config": "0.0.0-dev-20241231165502",
52
+ "@pandacss/logger": "0.0.0-dev-20241231165502",
53
+ "@pandacss/shared": "0.0.0-dev-20241231165502",
54
+ "@pandacss/token-dictionary": "0.0.0-dev-20241231165502",
55
+ "@pandacss/types": "0.0.0-dev-20241231165502",
56
+ "@pandacss/astro-plugin-studio": "0.0.0-dev-20241231165502"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/react": "18.2.55",
@@ -159,7 +159,7 @@
159
159
  outline: auto;
160
160
  }
161
161
 
162
- [hidden] {
162
+ [hidden]:where(:not([hidden='until-found'])) {
163
163
  display: none !important;
164
164
  }
165
165
  }
@@ -1421,4 +1421,4 @@
1421
1421
  padding-inline: var(--spacing-8);
1422
1422
  }
1423
1423
  }
1424
- }
1424
+ }