@next-core/editor-bricks-helper 0.42.0 → 0.42.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.
@@ -110,7 +110,9 @@ export interface WorkbenchNodeAdd {
110
110
  nodeData: WorkbenchNodeData & {
111
111
  bricks: BrickConf[];
112
112
  };
113
- dragOverNodeInstanceId: string;
113
+ mountPoint: string;
114
+ dragOverInstanceId: string;
115
+ parentInstanceId: string;
114
116
  dragStatus: dragStatus;
115
117
  }
116
118
  export interface WorkbenchTreeNodeMoveProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/editor-bricks-helper",
3
- "version": "0.42.0",
3
+ "version": "0.42.1",
4
4
  "description": "Editor bricks helper",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/editor-bricks-helper",
6
6
  "license": "GPL-3.0",
@@ -49,5 +49,5 @@
49
49
  "react-dnd-html5-backend": "*",
50
50
  "react-dom": "*"
51
51
  },
52
- "gitHead": "fc509c856420d5385b85dc8918692221e9aa30e6"
52
+ "gitHead": "725f893030b7dcde9ebdcca0920dc4540dac19cc"
53
53
  }