@pandacss/studio 0.46.1 → 0.47.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/studio.mjs CHANGED
@@ -1,4 +1,4 @@
1
- // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_@swc+helpers@0.4.36__postcss@8.4.47_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js
1
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_postcss@8.4.47_typescript@5.3.3/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.46.1",
3
+ "version": "0.47.1",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -44,16 +44,16 @@
44
44
  "license": "MIT",
45
45
  "dependencies": {
46
46
  "@astrojs/react": "3.0.10",
47
- "astro": "4.4.0",
47
+ "astro": "4.16.6",
48
48
  "react": "18.2.0",
49
49
  "react-dom": "18.2.0",
50
- "vite": "5.4.6",
51
- "@pandacss/config": "0.46.1",
52
- "@pandacss/logger": "0.46.1",
53
- "@pandacss/shared": "0.46.1",
54
- "@pandacss/token-dictionary": "0.46.1",
55
- "@pandacss/types": "0.46.1",
56
- "@pandacss/astro-plugin-studio": "0.46.1"
50
+ "vite": "5.4.9",
51
+ "@pandacss/config": "0.47.1",
52
+ "@pandacss/logger": "0.47.1",
53
+ "@pandacss/shared": "0.47.1",
54
+ "@pandacss/token-dictionary": "0.47.1",
55
+ "@pandacss/types": "0.47.1",
56
+ "@pandacss/astro-plugin-studio": "0.47.1"
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
  }
@@ -60,4 +60,4 @@ export type Tokens = {
60
60
  breakpoints: BreakpointToken
61
61
  } & { [token: string]: never }
62
62
 
63
- export type TokenCategory = "aspectRatios" | "zIndex" | "opacity" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "lineHeights" | "letterSpacings" | "sizes" | "shadows" | "spacing" | "radii" | "borders" | "borderWidths" | "durations" | "easings" | "animations" | "blurs" | "gradients" | "breakpoints" | "assets"
63
+ export type TokenCategory = "aspectRatios" | "zIndex" | "opacity" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "lineHeights" | "letterSpacings" | "sizes" | "cursor" | "shadows" | "spacing" | "radii" | "borders" | "borderWidths" | "durations" | "easings" | "animations" | "blurs" | "gradients" | "breakpoints" | "assets"