@pandacss/studio 0.19.0 → 0.20.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/studio",
3
- "version": "0.19.0",
3
+ "version": "0.20.1",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -42,12 +42,12 @@
42
42
  "react": "18.2.0",
43
43
  "react-dom": "18.2.0",
44
44
  "vite": "4.4.11",
45
- "@pandacss/config": "0.19.0",
46
- "@pandacss/logger": "0.19.0",
47
- "@pandacss/node": "0.19.0",
48
- "@pandacss/shared": "0.19.0",
49
- "@pandacss/token-dictionary": "0.19.0",
50
- "@pandacss/types": "0.19.0"
45
+ "@pandacss/config": "0.20.1",
46
+ "@pandacss/logger": "0.20.1",
47
+ "@pandacss/node": "0.20.1",
48
+ "@pandacss/shared": "0.20.1",
49
+ "@pandacss/token-dictionary": "0.20.1",
50
+ "@pandacss/types": "0.20.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/react": "18.2.37",
@@ -168,7 +168,7 @@
168
168
  pre {
169
169
  font-size: 1em;
170
170
  --font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
171
- font-family: var(--global-font-mono, var(--font-fallback));
171
+ font-family: var(--global-font-mono, var(--font-mono-fallback));
172
172
  }
173
173
 
174
174