@colyseus/monitor 0.15.6 → 0.16.0-preview.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/build/ext/Room.js +9 -2
- package/build/static/build/frontend/components/RoomInspect.d.ts +22 -15
- package/build/static/build/frontend/helpers/helpers.d.ts +6 -0
- package/build/static/bundle.js +29 -21
- package/build/static/bundle.js.map +1 -1
- package/build/static/styles.css +2 -12
- package/build/static/styles.css.map +1 -1
- package/package.json +4 -4
package/build/static/styles.css
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
.json-view {
|
|
2
2
|
display: block;
|
|
3
3
|
color: #4d4d4d;
|
|
4
|
-
text-align: left;
|
|
5
4
|
--json-property: #009033;
|
|
6
5
|
--json-index: #676dff;
|
|
7
6
|
--json-number: #676dff;
|
|
@@ -52,8 +51,7 @@
|
|
|
52
51
|
line-height: 1;
|
|
53
52
|
}
|
|
54
53
|
|
|
55
|
-
.json-view :is(.json-view--copy, .json-view--edit)
|
|
56
|
-
.json-view .json-view--link svg {
|
|
54
|
+
.json-view :is(.json-view--copy, .json-view--edit) {
|
|
57
55
|
display: none;
|
|
58
56
|
width: 1em;
|
|
59
57
|
height: 1em;
|
|
@@ -77,8 +75,7 @@
|
|
|
77
75
|
text-decoration-line: line-through;
|
|
78
76
|
}
|
|
79
77
|
|
|
80
|
-
:is(.json-view:hover, .json-view--pair:hover) > :is(.json-view--copy, .json-view--edit)
|
|
81
|
-
:is(.json-view:hover, .json-view--pair:hover) > .json-view--link svg {
|
|
78
|
+
:is(.json-view:hover, .json-view--pair:hover) > :is(.json-view--copy, .json-view--edit) {
|
|
82
79
|
display: inline-block;
|
|
83
80
|
}
|
|
84
81
|
|
|
@@ -92,13 +89,6 @@
|
|
|
92
89
|
cursor: pointer;
|
|
93
90
|
}
|
|
94
91
|
|
|
95
|
-
.json-view svg {
|
|
96
|
-
vertical-align: -10%;
|
|
97
|
-
}
|
|
98
|
-
.jv-size-chevron ~ svg {
|
|
99
|
-
vertical-align: -16%;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
92
|
/* Themes */
|
|
103
93
|
.json-view_a11y {
|
|
104
94
|
color: #545454;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css","sources":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.css","sources":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;A","sourceRoot":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colyseus/monitor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0-preview.1",
|
|
4
4
|
"description": "Web Monitoring Panel for Colyseus",
|
|
5
5
|
"input": "./src/index.ts",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/colyseus/colyseus#readme",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@colyseus/core": "^0.
|
|
34
|
-
"@colyseus/playground": "^0.
|
|
33
|
+
"@colyseus/core": "^0.16.0-preview.0",
|
|
34
|
+
"@colyseus/playground": "^0.16.0-preview.0",
|
|
35
35
|
"@emotion/react": "^11.11.1",
|
|
36
36
|
"@emotion/styled": "^11.11.0",
|
|
37
37
|
"@fontsource/roboto": "^5.0.8",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/react": "^18.2.38",
|
|
44
44
|
"@types/react-router-dom": "^4.2.6",
|
|
45
45
|
"@types/superagent": "^3.5.8",
|
|
46
|
-
"colyseus": "^0.
|
|
46
|
+
"colyseus": "^0.16.0-preview.0",
|
|
47
47
|
"css-loader": "^0.28.11",
|
|
48
48
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
49
49
|
"file-loader": "^1.1.11",
|