@pandacss/studio 0.0.0-dev-20231025145522 → 0.0.0-dev-20231026112944

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.0.0-dev-20231025145522",
3
+ "version": "0.0.0-dev-20231026112944",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -33,12 +33,12 @@
33
33
  "react": "18.2.0",
34
34
  "react-dom": "18.2.0",
35
35
  "vite": "4.4.11",
36
- "@pandacss/config": "0.0.0-dev-20231025145522",
37
- "@pandacss/logger": "0.0.0-dev-20231025145522",
38
- "@pandacss/node": "0.0.0-dev-20231025145522",
39
- "@pandacss/shared": "0.0.0-dev-20231025145522",
40
- "@pandacss/token-dictionary": "0.0.0-dev-20231025145522",
41
- "@pandacss/types": "0.0.0-dev-20231025145522"
36
+ "@pandacss/config": "0.0.0-dev-20231026112944",
37
+ "@pandacss/logger": "0.0.0-dev-20231026112944",
38
+ "@pandacss/node": "0.0.0-dev-20231026112944",
39
+ "@pandacss/shared": "0.0.0-dev-20231026112944",
40
+ "@pandacss/token-dictionary": "0.0.0-dev-20231026112944",
41
+ "@pandacss/types": "0.0.0-dev-20231026112944"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react": "18.2.22",
@@ -90,6 +90,14 @@
90
90
  background-color: transparent;
91
91
  background-image: none;
92
92
  }
93
+
94
+ button,
95
+ input,
96
+ optgroup,
97
+ select,
98
+ textarea {
99
+ color: inherit;
100
+ }
93
101
 
94
102
  button,
95
103
  select {
@@ -5,4 +5,4 @@ export * from './pattern';
5
5
  export * from './recipe';
6
6
  export * from './system-types';
7
7
  export * from './jsx';
8
- export * from './style-props';
8
+ export * from './style-props';