@wizishop/wizi-block 15.0.91-beta → 15.0.93-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 +53 -1
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.93-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,
@@ -2225,7 +2229,7 @@ wz-editor {
2225
2229
  position: absolute;
2226
2230
  top: 1.7rem;
2227
2231
  right: 0;
2228
- z-index: 999;
2232
+ z-index: 2;
2229
2233
  }
2230
2234
  }
2231
2235
  }
@@ -4250,6 +4254,13 @@ $color-bd: #dddddd;
4250
4254
  }
4251
4255
  }
4252
4256
  .wb-faq-frame {
4257
+ position: relative;
4258
+ z-index: 1;
4259
+
4260
+ &:focus-within {
4261
+ z-index: 10;
4262
+ }
4263
+
4253
4264
  &__row {
4254
4265
  position: relative;
4255
4266
 
@@ -4266,6 +4277,13 @@ $color-bd: #dddddd;
4266
4277
  }
4267
4278
  }
4268
4279
  &__question {
4280
+ position: relative;
4281
+ z-index: 1;
4282
+
4283
+ &:focus-within {
4284
+ z-index: 10;
4285
+ }
4286
+
4269
4287
  &.wb-faq__row__question {
4270
4288
  span {
4271
4289
  i {
@@ -19647,6 +19665,10 @@ $color-bd: #dddddd;
19647
19665
  position: relative;
19648
19666
  z-index: 1;
19649
19667
 
19668
+ &:focus-within {
19669
+ z-index: 10;
19670
+ }
19671
+
19650
19672
  &:first-child {
19651
19673
  border-right: rem(15) solid $wb-white;
19652
19674
  }
@@ -19765,6 +19787,10 @@ $color-bd: #dddddd;
19765
19787
  position: relative;
19766
19788
  z-index: 1;
19767
19789
 
19790
+ &:focus-within {
19791
+ z-index: 10;
19792
+ }
19793
+
19768
19794
  &:first-child {
19769
19795
  border-right: rem(15) solid $wb-white;
19770
19796
  }
@@ -20086,6 +20112,10 @@ $color-bd: #dddddd;
20086
20112
  position: relative;
20087
20113
  z-index: 1;
20088
20114
 
20115
+ &:focus-within {
20116
+ z-index: 10;
20117
+ }
20118
+
20089
20119
  &:nth-child(1),
20090
20120
  &:nth-child(2),
20091
20121
  &:nth-child(3) {
@@ -20212,6 +20242,10 @@ $color-bd: #dddddd;
20212
20242
  position: relative;
20213
20243
  z-index: 1;
20214
20244
 
20245
+ &:focus-within {
20246
+ z-index: 10;
20247
+ }
20248
+
20215
20249
  &:nth-child(1),
20216
20250
  &:nth-child(2),
20217
20251
  &:nth-child(3) {
@@ -20342,6 +20376,11 @@ $color-bd: #dddddd;
20342
20376
  position: relative;
20343
20377
  z-index: 1;
20344
20378
  min-width: 25%;
20379
+
20380
+ &:focus-within {
20381
+ z-index: 10;
20382
+ }
20383
+
20345
20384
  &:nth-child(1),
20346
20385
  &:nth-child(2),
20347
20386
  &:nth-child(3) {
@@ -20410,7 +20449,12 @@ $color-bd: #dddddd;
20410
20449
  }
20411
20450
 
20412
20451
  .transform-editor {
20452
+ position: relative;
20413
20453
  padding: 0 0 0 25px;
20454
+
20455
+ &:focus-within {
20456
+ z-index: 100;
20457
+ }
20414
20458
  }
20415
20459
  .wb-texts-triple {
20416
20460
  position: relative;
@@ -20446,6 +20490,10 @@ $color-bd: #dddddd;
20446
20490
  position: relative;
20447
20491
  z-index: 1;
20448
20492
 
20493
+ &:focus-within {
20494
+ z-index: 10;
20495
+ }
20496
+
20449
20497
  &:first-child {
20450
20498
  border-right: rem(15) solid $wb-white;
20451
20499
  }
@@ -20568,6 +20616,10 @@ $color-bd: #dddddd;
20568
20616
  position: relative;
20569
20617
  z-index: 1;
20570
20618
 
20619
+ &:focus-within {
20620
+ z-index: 10;
20621
+ }
20622
+
20571
20623
  &:first-child {
20572
20624
  border-right: rem(15) solid $wb-white;
20573
20625
  }