@pandacss/studio 0.26.1 → 0.26.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.26.1",
3
+ "version": "0.26.2",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -47,12 +47,12 @@
47
47
  "react": "18.2.0",
48
48
  "react-dom": "18.2.0",
49
49
  "vite": "5.0.7",
50
- "@pandacss/config": "0.26.1",
51
- "@pandacss/logger": "0.26.1",
52
- "@pandacss/shared": "0.26.1",
53
- "@pandacss/token-dictionary": "0.26.1",
54
- "@pandacss/types": "0.26.1",
55
- "@pandacss/astro-plugin-studio": "0.26.1"
50
+ "@pandacss/config": "0.26.2",
51
+ "@pandacss/logger": "0.26.2",
52
+ "@pandacss/shared": "0.26.2",
53
+ "@pandacss/token-dictionary": "0.26.2",
54
+ "@pandacss/types": "0.26.2",
55
+ "@pandacss/astro-plugin-studio": "0.26.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/react": "18.2.42",
@@ -116,7 +116,7 @@ export interface Conditions {
116
116
  "_inRange": string
117
117
  /** `&:out-of-range` */
118
118
  "_outOfRange": string
119
- /** `&:is(:placeholder, [data-placeholder])` */
119
+ /** `&::placeholder, &[data-placeholder]` */
120
120
  "_placeholder": string
121
121
  /** `&:is(:placeholder-shown, [data-placeholder-shown])` */
122
122
  "_placeholderShown": string