@pandacss/studio 0.53.0 → 0.53.2

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.6.2/node_modules/tsup/assets/esm_shims.js
1
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_postcss@8.5.3_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.53.0",
3
+ "version": "0.53.2",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -47,13 +47,13 @@
47
47
  "astro": "4.16.18",
48
48
  "react": "18.2.0",
49
49
  "react-dom": "18.2.0",
50
- "vite": "5.4.12",
51
- "@pandacss/config": "0.53.0",
52
- "@pandacss/logger": "0.53.0",
53
- "@pandacss/shared": "0.53.0",
54
- "@pandacss/token-dictionary": "0.53.0",
55
- "@pandacss/types": "0.53.0",
56
- "@pandacss/astro-plugin-studio": "0.53.0"
50
+ "vite": "6.2.0",
51
+ "@pandacss/config": "0.53.2",
52
+ "@pandacss/logger": "0.53.2",
53
+ "@pandacss/shared": "0.53.2",
54
+ "@pandacss/token-dictionary": "0.53.2",
55
+ "@pandacss/types": "0.53.2",
56
+ "@pandacss/astro-plugin-studio": "0.53.2"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/react": "18.2.55",
@@ -106,7 +106,7 @@ export interface Conditions {
106
106
  "_groupChecked": string
107
107
  /** `.group:is([aria-expanded=true], [data-expanded], [data-state="expanded"]) &` */
108
108
  "_groupExpanded": string
109
- /** `.group:invalid &` */
109
+ /** `.group:is(:invalid, [data-invalid]) &` */
110
110
  "_groupInvalid": string
111
111
  /** `&:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state="indeterminate"])` */
112
112
  "_indeterminate": string
@@ -146,7 +146,7 @@ export interface Conditions {
146
146
  "_open": string
147
147
  /** `&:is([closed], [data-closed], [data-state="closed"])` */
148
148
  "_closed": string
149
- /** `&is(:fullscreen, [data-fullscreen])` */
149
+ /** `&:is(:fullscreen, [data-fullscreen])` */
150
150
  "_fullscreen": string
151
151
  /** `&:is([data-loading], [aria-busy=true])` */
152
152
  "_loading": string