babylonjs-gui-editor 8.4.0 → 8.4.2

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.
@@ -7,6 +7,7 @@ import "babylonjs-gui-editor/main.scss";
7
7
  import "babylonjs-gui-editor/scss/header.scss";
8
8
  interface IGraphEditorProps {
9
9
  globalState: GlobalState;
10
+ onReady?: () => Promise<void>;
10
11
  }
11
12
  interface IGraphEditorState {
12
13
  showPreviewPopUp: boolean;
@@ -5005,6 +5006,7 @@ declare module "babylonjs-gui-editor" {
5005
5006
  declare module BABYLON {
5006
5007
  interface IGraphEditorProps {
5007
5008
  globalState: GlobalState;
5009
+ onReady?: () => Promise<void>;
5008
5010
  }
5009
5011
  interface IGraphEditorState {
5010
5012
  showPreviewPopUp: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-gui-editor",
3
- "version": "8.4.0",
3
+ "version": "8.4.2",
4
4
  "main": "babylon.guiEditor.max.js",
5
5
  "types": "babylon.guiEditor.module.d.ts",
6
6
  "files": [
@@ -14,8 +14,8 @@
14
14
  "clean": "rimraf dist && rimraf babylon*.* -g"
15
15
  },
16
16
  "dependencies": {
17
- "babylonjs": "^8.4.0",
18
- "babylonjs-gui": "^8.4.0"
17
+ "babylonjs": "^8.4.2",
18
+ "babylonjs-gui": "^8.4.2"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",