@dcl/inspector 7.2.1-5225991589.commit-830bc74 → 7.2.1-5226190842.commit-35b604e

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,15 +1,15 @@
1
1
  {
2
2
  "name": "@dcl/inspector",
3
- "version": "7.2.1-5225991589.commit-830bc74",
3
+ "version": "7.2.1-5226190842.commit-35b604e",
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.2.1-5225991589.commit-830bc74",
10
+ "@dcl/ecs": "7.2.1-5226190842.commit-35b604e",
11
11
  "@dcl/ecs-math": "2.0.1",
12
- "@dcl/js-runtime": "7.2.1-5225991589.commit-830bc74",
12
+ "@dcl/js-runtime": "7.2.1-5226190842.commit-35b604e",
13
13
  "@dcl/rpc": "^1.1.1",
14
14
  "@dcl/schemas": "^6.11.1",
15
15
  "@testing-library/react": "^14.0.0",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "types": "dist/tooling-entrypoint.d.ts",
52
52
  "typings": "dist/tooling-entrypoint.d.ts",
53
- "commit": "830bc74bd1fd3357c6e894bf624db4a1049be858"
53
+ "commit": "35b604ebe3dc017143ff3b438268a9a7155c0f2f"
54
54
  }
package/public/bundle.css CHANGED
@@ -841,6 +841,9 @@ code {
841
841
  justify-content: left;
842
842
  overflow-y: auto;
843
843
  }
844
+ .ProjectView .FolderView .with-context-menu {
845
+ height: auto;
846
+ }
844
847
 
845
848
  /* src/components/ImportAsset/ImportAsset.css */
846
849
  .ImportAsset {