@pandacss/studio 0.0.0-dev-20230713163819 → 0.0.0-dev-20230715173903

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-20230713163819",
3
+ "version": "0.0.0-dev-20230715173903",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -33,19 +33,19 @@
33
33
  "react": "18.2.0",
34
34
  "react-dom": "18.2.0",
35
35
  "vite": "4.4.2",
36
- "@pandacss/types": "0.0.0-dev-20230713163819",
37
- "@pandacss/config": "0.0.0-dev-20230713163819",
38
- "@pandacss/shared": "0.0.0-dev-20230713163819",
39
- "@pandacss/token-dictionary": "0.0.0-dev-20230713163819",
40
- "@pandacss/logger": "0.0.0-dev-20230713163819",
41
- "@pandacss/node": "0.0.0-dev-20230713163819"
36
+ "@pandacss/types": "0.0.0-dev-20230715173903",
37
+ "@pandacss/config": "0.0.0-dev-20230715173903",
38
+ "@pandacss/shared": "0.0.0-dev-20230715173903",
39
+ "@pandacss/token-dictionary": "0.0.0-dev-20230715173903",
40
+ "@pandacss/logger": "0.0.0-dev-20230715173903",
41
+ "@pandacss/node": "0.0.0-dev-20230715173903"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react": "18.2.14",
45
45
  "@types/react-dom": "18.2.6",
46
46
  "@vitejs/plugin-react": "4.0.3",
47
47
  "execa": "7.1.1",
48
- "@pandacss/dev": "0.0.0-dev-20230713163819"
48
+ "@pandacss/dev": "0.0.0-dev-20230715173903"
49
49
  },
50
50
  "scripts": {
51
51
  "codegen": "panda",
@@ -78,7 +78,7 @@ const conditions = new Set([
78
78
  '_light',
79
79
  '_osDark',
80
80
  '_osLight',
81
- '_highConstrast',
81
+ '_highContrast',
82
82
  '_lessContrast',
83
83
  '_moreContrast',
84
84
  '_ltr',
@@ -436,7 +436,7 @@ var userGenerated = [
436
436
  '_light',
437
437
  '_osDark',
438
438
  '_osLight',
439
- '_highConstrast',
439
+ '_highContrast',
440
440
  '_lessContrast',
441
441
  '_moreContrast',
442
442
  '_ltr',
@@ -79,7 +79,7 @@ export type Conditions = {
79
79
  "_light": string
80
80
  "_osDark": string
81
81
  "_osLight": string
82
- "_highConstrast": string
82
+ "_highContrast": string
83
83
  "_lessContrast": string
84
84
  "_moreContrast": string
85
85
  "_ltr": string