@wizishop/wizi-block 15.0.91-beta → 15.0.92-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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/wizi-block.scss +38 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.91-beta",
3
+ "version": "15.0.92-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.0.95",
45
+ "@wizishop/wizi-editor": "15.1.7",
46
46
  "bourbon": "^7.2.0",
47
47
  "bulma": "^0.9.4",
48
48
  "bulma-calendar": "^6.1.18",
package/wizi-block.scss CHANGED
@@ -2030,6 +2030,10 @@ wz-editor {
2030
2030
  height: 100%;
2031
2031
  width: 100%;
2032
2032
  position: relative;
2033
+
2034
+ &:focus-within {
2035
+ z-index: 10;
2036
+ }
2033
2037
  }
2034
2038
  &:hover,
2035
2039
  &:focus,
@@ -19647,6 +19651,10 @@ $color-bd: #dddddd;
19647
19651
  position: relative;
19648
19652
  z-index: 1;
19649
19653
 
19654
+ &:focus-within {
19655
+ z-index: 10;
19656
+ }
19657
+
19650
19658
  &:first-child {
19651
19659
  border-right: rem(15) solid $wb-white;
19652
19660
  }
@@ -19765,6 +19773,10 @@ $color-bd: #dddddd;
19765
19773
  position: relative;
19766
19774
  z-index: 1;
19767
19775
 
19776
+ &:focus-within {
19777
+ z-index: 10;
19778
+ }
19779
+
19768
19780
  &:first-child {
19769
19781
  border-right: rem(15) solid $wb-white;
19770
19782
  }
@@ -20086,6 +20098,10 @@ $color-bd: #dddddd;
20086
20098
  position: relative;
20087
20099
  z-index: 1;
20088
20100
 
20101
+ &:focus-within {
20102
+ z-index: 10;
20103
+ }
20104
+
20089
20105
  &:nth-child(1),
20090
20106
  &:nth-child(2),
20091
20107
  &:nth-child(3) {
@@ -20212,6 +20228,10 @@ $color-bd: #dddddd;
20212
20228
  position: relative;
20213
20229
  z-index: 1;
20214
20230
 
20231
+ &:focus-within {
20232
+ z-index: 10;
20233
+ }
20234
+
20215
20235
  &:nth-child(1),
20216
20236
  &:nth-child(2),
20217
20237
  &:nth-child(3) {
@@ -20342,6 +20362,11 @@ $color-bd: #dddddd;
20342
20362
  position: relative;
20343
20363
  z-index: 1;
20344
20364
  min-width: 25%;
20365
+
20366
+ &:focus-within {
20367
+ z-index: 10;
20368
+ }
20369
+
20345
20370
  &:nth-child(1),
20346
20371
  &:nth-child(2),
20347
20372
  &:nth-child(3) {
@@ -20410,7 +20435,12 @@ $color-bd: #dddddd;
20410
20435
  }
20411
20436
 
20412
20437
  .transform-editor {
20438
+ position: relative;
20413
20439
  padding: 0 0 0 25px;
20440
+
20441
+ &:focus-within {
20442
+ z-index: 100;
20443
+ }
20414
20444
  }
20415
20445
  .wb-texts-triple {
20416
20446
  position: relative;
@@ -20446,6 +20476,10 @@ $color-bd: #dddddd;
20446
20476
  position: relative;
20447
20477
  z-index: 1;
20448
20478
 
20479
+ &:focus-within {
20480
+ z-index: 10;
20481
+ }
20482
+
20449
20483
  &:first-child {
20450
20484
  border-right: rem(15) solid $wb-white;
20451
20485
  }
@@ -20568,6 +20602,10 @@ $color-bd: #dddddd;
20568
20602
  position: relative;
20569
20603
  z-index: 1;
20570
20604
 
20605
+ &:focus-within {
20606
+ z-index: 10;
20607
+ }
20608
+
20571
20609
  &:first-child {
20572
20610
  border-right: rem(15) solid $wb-white;
20573
20611
  }