@pandacss/studio 0.0.0-dev-20230712211057 → 0.0.0-dev-20230713084209
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-
|
|
3
|
+
"version": "0.0.0-dev-20230713084209",
|
|
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-
|
|
37
|
-
"@pandacss/config": "0.0.0-dev-
|
|
38
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
39
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
40
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
41
|
-
"@pandacss/node": "0.0.0-dev-
|
|
36
|
+
"@pandacss/types": "0.0.0-dev-20230713084209",
|
|
37
|
+
"@pandacss/config": "0.0.0-dev-20230713084209",
|
|
38
|
+
"@pandacss/shared": "0.0.0-dev-20230713084209",
|
|
39
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230713084209",
|
|
40
|
+
"@pandacss/logger": "0.0.0-dev-20230713084209",
|
|
41
|
+
"@pandacss/node": "0.0.0-dev-20230713084209"
|
|
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-
|
|
48
|
+
"@pandacss/dev": "0.0.0-dev-20230713084209"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"codegen": "panda",
|
package/styled-system/global.css
CHANGED
|
@@ -7,24 +7,24 @@
|
|
|
7
7
|
*::before,
|
|
8
8
|
*::after,
|
|
9
9
|
::backdrop {
|
|
10
|
-
--blur:
|
|
11
|
-
--brightness:
|
|
12
|
-
--contrast:
|
|
13
|
-
--grayscale:
|
|
14
|
-
--hue-rotate:
|
|
15
|
-
--invert:
|
|
16
|
-
--saturate:
|
|
17
|
-
--sepia:
|
|
18
|
-
--drop-shadow:
|
|
19
|
-
--backdrop-blur:
|
|
20
|
-
--backdrop-brightness:
|
|
21
|
-
--backdrop-contrast:
|
|
22
|
-
--backdrop-grayscale:
|
|
23
|
-
--backdrop-hue-rotate:
|
|
24
|
-
--backdrop-invert:
|
|
25
|
-
--backdrop-opacity:
|
|
26
|
-
--backdrop-saturate:
|
|
27
|
-
--backdrop-sepia:
|
|
10
|
+
--blur: ;
|
|
11
|
+
--brightness: ;
|
|
12
|
+
--contrast: ;
|
|
13
|
+
--grayscale: ;
|
|
14
|
+
--hue-rotate: ;
|
|
15
|
+
--invert: ;
|
|
16
|
+
--saturate: ;
|
|
17
|
+
--sepia: ;
|
|
18
|
+
--drop-shadow: ;
|
|
19
|
+
--backdrop-blur: ;
|
|
20
|
+
--backdrop-brightness: ;
|
|
21
|
+
--backdrop-contrast: ;
|
|
22
|
+
--backdrop-grayscale: ;
|
|
23
|
+
--backdrop-hue-rotate: ;
|
|
24
|
+
--backdrop-invert: ;
|
|
25
|
+
--backdrop-opacity: ;
|
|
26
|
+
--backdrop-saturate: ;
|
|
27
|
+
--backdrop-sepia: ;
|
|
28
28
|
--scroll-snap-strictness: proximity;
|
|
29
29
|
--border-spacing-x: 0;
|
|
30
30
|
--border-spacing-y: 0;
|
package/styled-system/styles.css
CHANGED
|
@@ -11,6 +11,14 @@
|
|
|
11
11
|
@import './tokens/keyframes.css';
|
|
12
12
|
|
|
13
13
|
@layer utilities {
|
|
14
|
+
.font_12px\/1\.5_Helvetica\,_Arial\,_sans-serif {
|
|
15
|
+
font: 12px/1.5 Helvetica, Arial, sans-serif;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.text_red {
|
|
19
|
+
color: red;
|
|
20
|
+
}
|
|
21
|
+
|
|
14
22
|
.w_26px {
|
|
15
23
|
width: 26px;
|
|
16
24
|
}
|
|
@@ -996,6 +1004,10 @@
|
|
|
996
1004
|
border-bottom-color: var(--colors-black);
|
|
997
1005
|
}
|
|
998
1006
|
|
|
1007
|
+
.\[\&\:hover\]\:text_blue:hover {
|
|
1008
|
+
color: blue;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
999
1011
|
.\[\&\:hover\]\:bg_\#4049f0:hover {
|
|
1000
1012
|
background: #4049f0;
|
|
1001
1013
|
}
|