@wizishop/wizi-block 4.2.26-beta → 4.2.27-beta

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.
@@ -31,6 +31,7 @@ export declare abstract class InlineStyleTool extends EditorJSTool {
31
31
  private createElement;
32
32
  private removeChildrenClasses;
33
33
  private cleanupContainer;
34
+ private hasNoAttributes;
34
35
  private identicalClassList;
35
36
  private identicalInlineStyle;
36
37
  private sortInlineStyle;
@@ -39,4 +40,5 @@ export declare abstract class InlineStyleTool extends EditorJSTool {
39
40
  private isContainer;
40
41
  private saveInlineSelection;
41
42
  private resetInlineSelection;
43
+ private getMostDescendantChild;
42
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "4.2.26-beta",
3
+ "version": "4.2.27-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",