@wizishop/wizi-block 4.2.35-beta → 4.2.38-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/bundles/wizishop-wizi-block.umd.js +1 -1
- package/bundles/wizishop-wizi-block.umd.js.map +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
- package/esm2015/lib/structures/witness/background-one/witness-background-one.component.js +2 -2
- package/fesm2015/wizishop-wizi-block.js +1 -1
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/package.json +3 -3
- package/wizi-block.scss +5 -5
- package/wizishop-wizi-block.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wizishop/wizi-block",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.38-beta",
|
|
4
4
|
"description": "## To use WiziBlock, you have to :",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,9 +20,8 @@
|
|
|
20
20
|
"@angular/common": "^10.1.4",
|
|
21
21
|
"@angular/core": "^10.1.4",
|
|
22
22
|
"@asymmetrik/ngx-leaflet": "^8.1.0",
|
|
23
|
-
"@codemirror/commands": "^6.0.0",
|
|
24
23
|
"@codemirror/lang-html": "^6.1.0",
|
|
25
|
-
"@codemirror/state": "^6.0
|
|
24
|
+
"@codemirror/state": "^6.1.0",
|
|
26
25
|
"@codemirror/view": "^6.0.2",
|
|
27
26
|
"@ctrl/tinycolor": "^3.1.5",
|
|
28
27
|
"@fortawesome/fontawesome-svg-core": "^1.2.31",
|
|
@@ -31,6 +30,7 @@
|
|
|
31
30
|
"@fortawesome/free-solid-svg-icons": "^5.15.0",
|
|
32
31
|
"@wizishop/api-v3-js-sdk": "^1.9.1",
|
|
33
32
|
"@wizishop/ng-wizi-bulma": "^10.0.0",
|
|
33
|
+
"codemirror": "^6.0.1",
|
|
34
34
|
"places.js": "^1.19.0",
|
|
35
35
|
"leaflet": "^1.7.1",
|
|
36
36
|
"monaco-editor": "^0.30.1",
|
package/wizi-block.scss
CHANGED
|
@@ -22524,7 +22524,7 @@ $color-size-choose: #6c6c6c;
|
|
|
22524
22524
|
-moz-appearance: textfield;
|
|
22525
22525
|
}
|
|
22526
22526
|
.wb-structure-config__content {
|
|
22527
|
-
width:
|
|
22527
|
+
width: 100%;
|
|
22528
22528
|
}
|
|
22529
22529
|
.datetimepicker-footer-validate {
|
|
22530
22530
|
background-color: $primary-button !important;
|
|
@@ -22930,7 +22930,7 @@ $color-size-choose: #6c6c6c;
|
|
|
22930
22930
|
-moz-appearance: textfield;
|
|
22931
22931
|
}
|
|
22932
22932
|
.wb-structure-config__content {
|
|
22933
|
-
width:
|
|
22933
|
+
width: 100%;
|
|
22934
22934
|
}
|
|
22935
22935
|
.datetimepicker-footer-validate {
|
|
22936
22936
|
background-color: $primary-button !important;
|
|
@@ -23487,7 +23487,7 @@ $color-size-choose: #6c6c6c;
|
|
|
23487
23487
|
-moz-appearance: textfield;
|
|
23488
23488
|
}
|
|
23489
23489
|
.wb-structure-config__content {
|
|
23490
|
-
width:
|
|
23490
|
+
width: 100%;
|
|
23491
23491
|
}
|
|
23492
23492
|
.datetimepicker-footer-validate {
|
|
23493
23493
|
background-color: $primary-button !important;
|
|
@@ -24433,7 +24433,7 @@ $color-size-choose: #6c6c6c;
|
|
|
24433
24433
|
-moz-appearance: textfield;
|
|
24434
24434
|
}
|
|
24435
24435
|
.wb-structure-config__content {
|
|
24436
|
-
width:
|
|
24436
|
+
width: 100%;
|
|
24437
24437
|
}
|
|
24438
24438
|
.datetimepicker-footer-validate {
|
|
24439
24439
|
background-color: $primary-button !important;
|
|
@@ -24983,7 +24983,7 @@ $color-size-choose: #6c6c6c;
|
|
|
24983
24983
|
-moz-appearance: textfield;
|
|
24984
24984
|
}
|
|
24985
24985
|
.wb-structure-config__content {
|
|
24986
|
-
width:
|
|
24986
|
+
width: 100%;
|
|
24987
24987
|
}
|
|
24988
24988
|
.datetimepicker-footer-validate {
|
|
24989
24989
|
background-color: $primary-button !important;
|