@dcl/inspector 7.1.10-4888273242.commit-77c4945 → 7.1.10-4894181958.commit-cb5e04e
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 +4 -4
- package/public/bundle.css +6 -2
- package/public/bundle.css.map +2 -2
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/inspector",
|
|
3
|
-
"version": "7.1.10-
|
|
3
|
+
"version": "7.1.10-4894181958.commit-cb5e04e",
|
|
4
4
|
"devDependencies": {
|
|
5
5
|
"@babylonjs/core": "^5.48.0",
|
|
6
6
|
"@babylonjs/gui": "^5.48.0",
|
|
7
7
|
"@babylonjs/inspector": "^5.48.0",
|
|
8
8
|
"@babylonjs/loaders": "^5.48.0",
|
|
9
9
|
"@babylonjs/materials": "^5.48.0",
|
|
10
|
-
"@dcl/ecs": "7.1.10-
|
|
10
|
+
"@dcl/ecs": "7.1.10-4894181958.commit-cb5e04e",
|
|
11
11
|
"@dcl/ecs-math": "2.0.1-20221129185242.commit-40495c1",
|
|
12
|
-
"@dcl/js-runtime": "7.1.10-
|
|
12
|
+
"@dcl/js-runtime": "7.1.10-4894181958.commit-cb5e04e",
|
|
13
13
|
"@dcl/rpc": "^1.1.1",
|
|
14
14
|
"@dcl/schemas": "^6.11.1",
|
|
15
15
|
"@testing-library/react": "^14.0.0",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
},
|
|
48
48
|
"types": "dist/tooling-entrypoint.d.ts",
|
|
49
49
|
"typings": "dist/tooling-entrypoint.d.ts",
|
|
50
|
-
"commit": "
|
|
50
|
+
"commit": "cb5e04e78bf21ea9eceae54a5d15325f5a380950"
|
|
51
51
|
}
|
package/public/bundle.css
CHANGED
|
@@ -218,6 +218,10 @@
|
|
|
218
218
|
.Tree > .item > span > svg:nth-child(2) {
|
|
219
219
|
margin-right: 4px;
|
|
220
220
|
}
|
|
221
|
+
.Tree .contexify svg {
|
|
222
|
+
color: var(--contexify-item-color);
|
|
223
|
+
margin-right: 4px;
|
|
224
|
+
}
|
|
221
225
|
|
|
222
226
|
/* src/components/ProjectAssetExplorer/ProjectAssetExplorer.css */
|
|
223
227
|
.editor .editor-assets-tree .item {
|
|
@@ -31249,8 +31253,8 @@ a.ui.card:hover,
|
|
|
31249
31253
|
--contexify-separator-margin: 5px;
|
|
31250
31254
|
--contexify-itemContent-padding: 6px;
|
|
31251
31255
|
--contexify-activeItem-radius: 4px;
|
|
31252
|
-
--contexify-item-color: #333;
|
|
31253
|
-
--contexify-activeItem-color: #333;
|
|
31256
|
+
--contexify-item-color: var(--vscode-dropdown-foreground, #333);
|
|
31257
|
+
--contexify-activeItem-color: var(--vscode-dropdown-foreground, #333);
|
|
31254
31258
|
--contexify-activeItem-bgColor: var(--dropdown-hover-bg-color);
|
|
31255
31259
|
--contexify-rightSlot-color: #6f6e77;
|
|
31256
31260
|
--contexify-activeRightSlot-color: #fff;
|