@babylonjs/gui-editor 5.2.0 → 5.5.0

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.
@@ -1178,7 +1178,7 @@ import { AdvancedDynamicTexture } from "@babylonjs/gui/2D/advancedDynamicTexture
1178
1178
  */
1179
1179
  export interface IGUIEditorOptions {
1180
1180
  liveGuiTexture?: AdvancedDynamicTexture;
1181
- customLoad: {
1181
+ customLoad?: {
1182
1182
  label: string;
1183
1183
  action: (data: string) => Promise<string>;
1184
1184
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/gui-editor",
3
- "version": "5.2.0",
3
+ "version": "5.5.0",
4
4
  "main": "dist/babylon.guiEditor.max.js",
5
5
  "module": "dist/babylon.guiEditor.max.js",
6
6
  "esnext": "dist/babylon.guiEditor.max.js",
@@ -18,8 +18,8 @@
18
18
  "clean": "rimraf dist"
19
19
  },
20
20
  "dependencies": {
21
- "@babylonjs/core": "^5.2.0",
22
- "@babylonjs/gui": "^5.2.0"
21
+ "@babylonjs/core": "^5.5.0",
22
+ "@babylonjs/gui": "^5.5.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": ">=16.7.3",