@next-core/editor-bricks-helper 0.35.3 → 0.36.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.
@@ -15,6 +15,7 @@ export interface DropZoneProps {
15
15
  slotContentLayout?: EditorSlotContentLayout;
16
16
  showOutlineIfEmpty?: boolean;
17
17
  hiddenWrapper?: boolean;
18
+ emptyClassName?: string;
18
19
  }
19
20
  export interface DroppingContext {
20
21
  droppingParentUid: number;
@@ -23,4 +24,4 @@ export interface DroppingContext {
23
24
  droppingChildNodes: BuilderRuntimeNode[];
24
25
  droppingSiblingGroups: BuilderGroupedChildNode[];
25
26
  }
26
- export declare function DropZone({ nodeUid, isRoot, separateCanvas, isPortalCanvas, independentPortalCanvas, canvasIndex, mountPoint, fullscreen, delegatedContext, dropZoneStyle, dropZoneBodyStyle, slotContentLayout, showOutlineIfEmpty, hiddenWrapper, }: DropZoneProps): React.ReactElement;
27
+ export declare function DropZone({ nodeUid, isRoot, separateCanvas, isPortalCanvas, independentPortalCanvas, canvasIndex, mountPoint, fullscreen, delegatedContext, dropZoneStyle, dropZoneBodyStyle, slotContentLayout, showOutlineIfEmpty, hiddenWrapper, emptyClassName, }: DropZoneProps): React.ReactElement;
@@ -8,5 +8,6 @@ export interface SlotContainerProps {
8
8
  dropZoneBodyStyle?: React.CSSProperties;
9
9
  slotContentLayout?: EditorSlotContentLayout;
10
10
  showOutlineIfEmpty?: boolean;
11
+ emptyClassName?: string;
11
12
  }
12
- export declare function SlotContainer({ nodeUid, slotName, slotContainerStyle, dropZoneStyle, dropZoneBodyStyle, slotContentLayout, showOutlineIfEmpty, }: SlotContainerProps): React.ReactElement;
13
+ export declare function SlotContainer({ nodeUid, slotName, slotContainerStyle, dropZoneStyle, dropZoneBodyStyle, slotContentLayout, showOutlineIfEmpty, emptyClassName, }: SlotContainerProps): React.ReactElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/editor-bricks-helper",
3
- "version": "0.35.3",
3
+ "version": "0.36.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",
@@ -30,8 +30,8 @@
30
30
  "classnames": "^2.3.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@next-core/brick-kit": "^2.107.1",
34
- "@next-core/brick-utils": "^2.35.1",
33
+ "@next-core/brick-kit": "^2.107.2",
34
+ "@next-core/brick-utils": "^2.35.2",
35
35
  "js-yaml": "^3.14.1",
36
36
  "lodash": "^4.17.21",
37
37
  "react": "^16.14.0",
@@ -49,5 +49,5 @@
49
49
  "react-dnd-html5-backend": "*",
50
50
  "react-dom": "*"
51
51
  },
52
- "gitHead": "317a31edb4f5ef4822e0a9bdc9ae1cd8774919e5"
52
+ "gitHead": "befba4af61ff7e041d0e92547780d6f04fde8049"
53
53
  }