@wizishop/wizi-block 15.0.83-beta → 15.0.84-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 +1 -1
- package/wizi-block.scss +59 -8
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -1370,7 +1370,11 @@ wb-structure-config-extended-input {
|
|
|
1370
1370
|
}
|
|
1371
1371
|
|
|
1372
1372
|
wb-structure-tools {
|
|
1373
|
+
position: absolute;
|
|
1373
1374
|
z-index: 2;
|
|
1375
|
+
left: 0;
|
|
1376
|
+
width: 100%;
|
|
1377
|
+
height: 1px;
|
|
1374
1378
|
}
|
|
1375
1379
|
|
|
1376
1380
|
.cdk-drag-dragging, .cdk-drag-preview {
|
|
@@ -1380,13 +1384,16 @@ wb-structure-tools {
|
|
|
1380
1384
|
}
|
|
1381
1385
|
.wb-component {
|
|
1382
1386
|
&__container {
|
|
1383
|
-
background-color: $wb-white;
|
|
1384
1387
|
border: rem(2) solid $wb-wizishop-blue-light;
|
|
1385
1388
|
@include simple_transition();
|
|
1386
1389
|
padding: rem(60) rem(12) rem(12);
|
|
1387
1390
|
border-radius: 3px;
|
|
1388
1391
|
position: relative;
|
|
1389
1392
|
z-index: 1;
|
|
1393
|
+
|
|
1394
|
+
&:focus-within {
|
|
1395
|
+
z-index: 99999;
|
|
1396
|
+
}
|
|
1390
1397
|
}
|
|
1391
1398
|
|
|
1392
1399
|
.wb-structure-tools {
|
|
@@ -1954,10 +1961,6 @@ html .ql-bubble {
|
|
|
1954
1961
|
height: 21px;
|
|
1955
1962
|
}
|
|
1956
1963
|
|
|
1957
|
-
.editorjs-focused {
|
|
1958
|
-
z-index: 99 !important;
|
|
1959
|
-
}
|
|
1960
|
-
|
|
1961
1964
|
wz-editor {
|
|
1962
1965
|
display: block;
|
|
1963
1966
|
width: 100%;
|
|
@@ -2994,10 +2997,10 @@ wb-loader {
|
|
|
2994
2997
|
}
|
|
2995
2998
|
.wb-structure-tools {
|
|
2996
2999
|
position: relative;
|
|
2997
|
-
z-index:
|
|
3000
|
+
z-index: 1;
|
|
2998
3001
|
|
|
2999
3002
|
&.hover {
|
|
3000
|
-
z-index:
|
|
3003
|
+
z-index: 99999;
|
|
3001
3004
|
background-color: $wizishop-blue !important;
|
|
3002
3005
|
}
|
|
3003
3006
|
|
|
@@ -19625,9 +19628,18 @@ $color-bd: #dddddd;
|
|
|
19625
19628
|
width: 100%;
|
|
19626
19629
|
height: 100%;
|
|
19627
19630
|
position: absolute;
|
|
19631
|
+
|
|
19632
|
+
&:focus-within {
|
|
19633
|
+
z-index: 99;
|
|
19634
|
+
}
|
|
19628
19635
|
}
|
|
19629
19636
|
|
|
19630
19637
|
> .columns {
|
|
19638
|
+
position: relative;
|
|
19639
|
+
z-index: 1;
|
|
19640
|
+
&:focus-within {
|
|
19641
|
+
z-index: 9999;
|
|
19642
|
+
}
|
|
19631
19643
|
.column {
|
|
19632
19644
|
position: relative;
|
|
19633
19645
|
z-index: 1;
|
|
@@ -19648,6 +19660,10 @@ $color-bd: #dddddd;
|
|
|
19648
19660
|
overflow: hidden;
|
|
19649
19661
|
height: 100%;
|
|
19650
19662
|
position: absolute;
|
|
19663
|
+
|
|
19664
|
+
&:focus-within {
|
|
19665
|
+
z-index: 99999;
|
|
19666
|
+
}
|
|
19651
19667
|
}
|
|
19652
19668
|
|
|
19653
19669
|
&__text {
|
|
@@ -19661,6 +19677,10 @@ $color-bd: #dddddd;
|
|
|
19661
19677
|
justify-content: center;
|
|
19662
19678
|
pointer-events: none;
|
|
19663
19679
|
|
|
19680
|
+
&:focus-within {
|
|
19681
|
+
z-index: 99999;
|
|
19682
|
+
}
|
|
19683
|
+
|
|
19664
19684
|
> div {
|
|
19665
19685
|
pointer-events: all;
|
|
19666
19686
|
text-align: center;
|
|
@@ -19861,12 +19881,21 @@ $color-bd: #dddddd;
|
|
|
19861
19881
|
overflow: hidden;
|
|
19862
19882
|
height: 100%;
|
|
19863
19883
|
position: absolute;
|
|
19884
|
+
|
|
19885
|
+
&:focus-within {
|
|
19886
|
+
z-index: 99999;
|
|
19887
|
+
}
|
|
19864
19888
|
}
|
|
19865
19889
|
|
|
19866
19890
|
&__container {
|
|
19867
19891
|
position: relative;
|
|
19868
19892
|
height: 100%;
|
|
19869
19893
|
padding: rem(50) 0;
|
|
19894
|
+
z-index: 1;
|
|
19895
|
+
|
|
19896
|
+
&:focus-within {
|
|
19897
|
+
z-index: 99999;
|
|
19898
|
+
}
|
|
19870
19899
|
|
|
19871
19900
|
&__text {
|
|
19872
19901
|
position: relative;
|
|
@@ -19940,12 +19969,16 @@ $color-bd: #dddddd;
|
|
|
19940
19969
|
overflow: hidden;
|
|
19941
19970
|
height: 100%;
|
|
19942
19971
|
position: absolute;
|
|
19972
|
+
|
|
19973
|
+
&:focus-within {
|
|
19974
|
+
z-index: 99999;
|
|
19975
|
+
}
|
|
19943
19976
|
}
|
|
19944
19977
|
|
|
19945
19978
|
&__text {
|
|
19946
19979
|
position: relative;
|
|
19947
19980
|
display: flex;
|
|
19948
|
-
z-index:
|
|
19981
|
+
z-index: 1;
|
|
19949
19982
|
width: 100%;
|
|
19950
19983
|
height: 100%;
|
|
19951
19984
|
align-content: center;
|
|
@@ -20022,6 +20055,10 @@ $color-bd: #dddddd;
|
|
|
20022
20055
|
width: 100%;
|
|
20023
20056
|
height: 100%;
|
|
20024
20057
|
position: absolute;
|
|
20058
|
+
|
|
20059
|
+
&:focus-within {
|
|
20060
|
+
z-index: 99;
|
|
20061
|
+
}
|
|
20025
20062
|
}
|
|
20026
20063
|
|
|
20027
20064
|
.wb-texts-quadruple__middle-left {
|
|
@@ -20037,6 +20074,11 @@ $color-bd: #dddddd;
|
|
|
20037
20074
|
}
|
|
20038
20075
|
|
|
20039
20076
|
> .columns {
|
|
20077
|
+
position: relative;
|
|
20078
|
+
z-index: 1;
|
|
20079
|
+
&:focus-within {
|
|
20080
|
+
z-index: 9999;
|
|
20081
|
+
}
|
|
20040
20082
|
.column {
|
|
20041
20083
|
position: relative;
|
|
20042
20084
|
z-index: 1;
|
|
@@ -20379,6 +20421,10 @@ $color-bd: #dddddd;
|
|
|
20379
20421
|
width: 100%;
|
|
20380
20422
|
height: 100%;
|
|
20381
20423
|
position: absolute;
|
|
20424
|
+
|
|
20425
|
+
&:focus-within {
|
|
20426
|
+
z-index: 99;
|
|
20427
|
+
}
|
|
20382
20428
|
}
|
|
20383
20429
|
|
|
20384
20430
|
.wb-texts-triple__middle {
|
|
@@ -20388,6 +20434,11 @@ $color-bd: #dddddd;
|
|
|
20388
20434
|
}
|
|
20389
20435
|
|
|
20390
20436
|
> .columns {
|
|
20437
|
+
position: relative;
|
|
20438
|
+
z-index: 1;
|
|
20439
|
+
&:focus-within {
|
|
20440
|
+
z-index: 9999;
|
|
20441
|
+
}
|
|
20391
20442
|
.column {
|
|
20392
20443
|
position: relative;
|
|
20393
20444
|
z-index: 1;
|