@wizishop/wizi-block 4.2.25-beta → 4.2.28-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.25-beta",
3
+ "version": "4.2.28-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,6 +29,7 @@
29
29
  "@wizishop/ng-wizi-bulma": "^10.0.0",
30
30
  "places.js": "^1.19.0",
31
31
  "leaflet": "^1.7.1",
32
+ "monaco-editor": "^0.30.1",
32
33
  "ngx-color-picker": "^10.1.0",
33
34
  "ngx-monaco-editor": "^9.0.0",
34
35
  "ngx-perfect-scrollbar": "^9.0.0",
package/wizi-block.scss CHANGED
@@ -3446,11 +3446,7 @@ $focused-background-color: rgba(34, 186, 255, 0.08);
3446
3446
  position: relative;
3447
3447
  border: 1px solid #eaeaea;
3448
3448
  border-radius: 3px;
3449
-
3450
- .monaco-editor {
3451
- width: 100% !important;
3452
- height: 100% !important;
3453
- }
3449
+ height: calc(100% - 56px);
3454
3450
  }
3455
3451
 
3456
3452
  &__buttons {