@wizishop/wizi-block 15.0.98-beta → 15.0.100-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 -2
- package/wizi-block.scss +12 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wizishop/wizi-block",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.100-beta",
|
|
4
4
|
"description": "## To use WiziBlock, you have to :",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@ngx-translate/core": "^14.0.0",
|
|
43
43
|
"@ngx-translate/http-loader": "^7.0.0",
|
|
44
44
|
"@wizishop/ng-wizi-bulma": "^15.0.3",
|
|
45
|
-
"@wizishop/wizi-editor": "15.1.
|
|
45
|
+
"@wizishop/wizi-editor": "15.1.10",
|
|
46
46
|
"bourbon": "^7.2.0",
|
|
47
47
|
"bulma": "^0.9.4",
|
|
48
48
|
"bulma-calendar": "^6.1.18",
|
package/wizi-block.scss
CHANGED
|
@@ -2025,10 +2025,22 @@ wz-editor {
|
|
|
2025
2025
|
position: relative;
|
|
2026
2026
|
z-index: 1;
|
|
2027
2027
|
|
|
2028
|
+
wb-structure-config {
|
|
2029
|
+
opacity: 1;
|
|
2030
|
+
z-index: 10;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2028
2033
|
&--focused, &:focus-within {
|
|
2029
2034
|
z-index: 50;
|
|
2030
2035
|
}
|
|
2031
2036
|
|
|
2037
|
+
&--focused {
|
|
2038
|
+
.wb-component wb-structure-config {
|
|
2039
|
+
opacity: 0;
|
|
2040
|
+
z-index: -1;
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2032
2044
|
.wb-component__container {
|
|
2033
2045
|
display: block;
|
|
2034
2046
|
height: 100%;
|