@wizishop/wizi-block 4.2.27-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.
- package/package.json +2 -1
- package/wizi-block.scss +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wizishop/wizi-block",
|
|
3
|
-
"version": "4.2.
|
|
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
|
@@ -3447,11 +3447,6 @@ $focused-background-color: rgba(34, 186, 255, 0.08);
|
|
|
3447
3447
|
border: 1px solid #eaeaea;
|
|
3448
3448
|
border-radius: 3px;
|
|
3449
3449
|
height: calc(100% - 56px);
|
|
3450
|
-
|
|
3451
|
-
.monaco-editor {
|
|
3452
|
-
width: 100% !important;
|
|
3453
|
-
height: 100% !important;
|
|
3454
|
-
}
|
|
3455
3450
|
}
|
|
3456
3451
|
|
|
3457
3452
|
&__buttons {
|