@babylonjs/gui-editor 6.19.1 → 6.20.1

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.
@@ -4158,6 +4158,7 @@ export class StateManager {
4158
4158
  }>;
4159
4159
  exportData: (data: any, frame?: Nullable<GraphFrame>) => string;
4160
4160
  isElbowConnectionAllowed: (nodeA: FrameNodePort | NodePort, nodeB: FrameNodePort | NodePort) => boolean;
4161
+ isDebugConnectionAllowed: (nodeA: FrameNodePort | NodePort, nodeB: FrameNodePort | NodePort) => boolean;
4161
4162
  applyNodePortDesign: (data: IPortData, element: HTMLElement, img: HTMLImageElement, pip: HTMLDivElement) => void;
4162
4163
  storeEditorData: (serializationObject: any, frame?: Nullable<GraphFrame>) => void;
4163
4164
  getEditorDataMap: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/gui-editor",
3
- "version": "6.19.1",
3
+ "version": "6.20.1",
4
4
  "main": "dist/babylon.guiEditor.max.js",
5
5
  "module": "dist/babylon.guiEditor.max.js",
6
6
  "esnext": "dist/babylon.guiEditor.max.js",
@@ -24,8 +24,8 @@
24
24
  "@types/react-dom": ">=16.0.9"
25
25
  },
26
26
  "devDependencies": {
27
- "@babylonjs/core": "^6.19.1",
28
- "@babylonjs/gui": "^6.19.1",
27
+ "@babylonjs/core": "^6.20.1",
28
+ "@babylonjs/gui": "^6.20.1",
29
29
  "react": "^17.0.2",
30
30
  "react-dom": "^17.0.2"
31
31
  },