project-booster-vue 9.45.1 → 9.45.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.45.1",
3
+ "version": "9.45.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -99,10 +99,10 @@ export default defineComponent({
99
99
  $responsive-breakpoint: 'm';
100
100
 
101
101
  .pb-carousel {
102
- margin: 0 -$mu100 0 0;
102
+ margin: 0 - $mu100 0 0;
103
103
 
104
104
  @include set-from-screen($responsive-breakpoint) {
105
- margin: 0 -$mu100;
105
+ margin: 0 - $mu100;
106
106
  }
107
107
 
108
108
  :deep(.pb-carousel__slider.hooper) {
@@ -490,7 +490,7 @@ $responsive-breakpoint: 'l';
490
490
  }
491
491
 
492
492
  :deep(.pb-media__sticky-upload-button) {
493
- margin: 0 -$mu100;
493
+ margin: 0 - $mu100;
494
494
  width: calc(100% + 2 * #{$mu100});
495
495
 
496
496
  @include set-from-screen('m') {
@@ -281,6 +281,7 @@ $responsive-breakpoint: 'm';
281
281
  right: 0;
282
282
  top: 0;
283
283
  width: 100vw;
284
+ z-index: 999;
284
285
  }
285
286
 
286
287
  &__container--overlay {
@@ -1457,7 +1457,7 @@ $appear-duration: 100ms;
1457
1457
  width: calc(100% + 2 * #{$mu050});
1458
1458
 
1459
1459
  @include set-from-screen($responsive-breakpoint) {
1460
- margin: 0 #{-$mu100};
1460
+ margin: 0 #{- $mu100};
1461
1461
  width: calc(100% + 2 * #{$mu100});
1462
1462
  }
1463
1463
 
@@ -1453,7 +1453,7 @@ $appear-duration: 100ms;
1453
1453
  width: calc(100% + 2 * #{$mu050});
1454
1454
 
1455
1455
  @include set-from-screen($responsive-breakpoint) {
1456
- margin: 0 #{-$mu100};
1456
+ margin: 0 #{- $mu100};
1457
1457
  width: calc(100% + 2 * #{$mu100});
1458
1458
  }
1459
1459
 
@@ -464,7 +464,7 @@ $slide-animation-duration: 0.15s;
464
464
  }
465
465
  }
466
466
 
467
- @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
467
+ @media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
468
468
  /* Safari */
469
469
  .pb-restitution {
470
470
  display: block !important;
@@ -844,7 +844,7 @@ $slide-sticky-bottom-animation-delay: $slide-animation-duration + 0.45s;
844
844
  }
845
845
  }
846
846
 
847
- @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
847
+ @media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
848
848
  /* Safari */
849
849
  .pb-scenario {
850
850
  display: block !important;