@next-core/editor-bricks-helper 0.41.1 → 0.42.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.
@@ -107,7 +107,9 @@ export interface WorkbenchNodeData extends NodeInstance {
107
107
  id: string;
108
108
  }
109
109
  export interface WorkbenchNodeAdd {
110
- nodeData: WorkbenchNodeData;
110
+ nodeData: WorkbenchNodeData & {
111
+ bricks: BrickConf[];
112
+ };
111
113
  dragOverNodeInstanceId: string;
112
114
  dragStatus: dragStatus;
113
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/editor-bricks-helper",
3
- "version": "0.41.1",
3
+ "version": "0.42.0",
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": "798cbd34cc7b91a5767dc5694b213a5295616eb9"
52
+ "gitHead": "fc509c856420d5385b85dc8918692221e9aa30e6"
53
53
  }