@babylonjs/inspector 7.37.1 → 7.38.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4689,7 +4689,7 @@ declare module "@babylonjs/inspector/styleHelper" {
4689
4689
  * @param source document to copy styles from
4690
4690
  * @param target document or shadow root to copy styles to
4691
4691
  */
4692
- export function CopyStyles(source: Document, target: Document): void;
4692
+ export function CopyStyles(source: Document, target: DocumentOrShadowRoot): void;
4693
4693
 
4694
4694
  }
4695
4695
  declare module "@babylonjs/inspector/stringTools" {
@@ -5325,6 +5325,7 @@ export class StateManager {
5325
5325
  isElbowConnectionAllowed: (nodeA: FrameNodePort | NodePort, nodeB: FrameNodePort | NodePort) => boolean;
5326
5326
  isDebugConnectionAllowed: (nodeA: FrameNodePort | NodePort, nodeB: FrameNodePort | NodePort) => boolean;
5327
5327
  applyNodePortDesign: (data: IPortData, element: HTMLElement, img: HTMLImageElement, pip: HTMLDivElement) => void;
5328
+ getPortColor: (portData: IPortData) => string;
5328
5329
  storeEditorData: (serializationObject: any, frame?: Nullable<GraphFrame>) => void;
5329
5330
  getEditorDataMap: () => {
5330
5331
  [key: number]: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "7.37.1",
3
+ "version": "7.38.0",
4
4
  "module": "dist/babylon.inspector.bundle.max.js",
5
5
  "main": "dist/babylon.inspector.bundle.max.js",
6
6
  "typings": "dist/babylon.inspector.module.d.ts",
@@ -32,12 +32,12 @@
32
32
  "@types/react-dom": ">=16.0.9"
33
33
  },
34
34
  "devDependencies": {
35
- "@babylonjs/core": "^7.37.1",
36
- "@babylonjs/gui": "^7.37.1",
37
- "@babylonjs/gui-editor": "^7.37.1",
38
- "@babylonjs/loaders": "^7.37.1",
39
- "@babylonjs/materials": "^7.37.1",
40
- "@babylonjs/serializers": "^7.37.1",
35
+ "@babylonjs/core": "^7.38.0",
36
+ "@babylonjs/gui": "^7.38.0",
37
+ "@babylonjs/gui-editor": "^7.38.0",
38
+ "@babylonjs/loaders": "^7.38.0",
39
+ "@babylonjs/materials": "^7.38.0",
40
+ "@babylonjs/serializers": "^7.38.0",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^17.0.2",
43
43
  "react-dom": "^17.0.2"