@pandacss/studio 0.53.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/studio",
3
- "version": "0.53.1",
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",
@@ -48,12 +48,12 @@
48
48
  "react": "18.2.0",
49
49
  "react-dom": "18.2.0",
50
50
  "vite": "6.2.0",
51
- "@pandacss/config": "0.53.1",
52
- "@pandacss/logger": "0.53.1",
53
- "@pandacss/shared": "0.53.1",
54
- "@pandacss/token-dictionary": "0.53.1",
55
- "@pandacss/types": "0.53.1",
56
- "@pandacss/astro-plugin-studio": "0.53.1"
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