project-booster-vue 10.25.4 → 10.25.6

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": "10.25.4",
3
+ "version": "10.25.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -395,7 +395,7 @@ export default defineComponent({
395
395
  },
396
396
  gateMaterialType: {
397
397
  WOOD: 'Bois',
398
- COMPOSITE: 'Composite',
398
+ ALUMINUM: 'Aluminium',
399
399
  PVC: 'PVC',
400
400
  },
401
401
 
@@ -369,7 +369,6 @@ $responsive-breakpoint: 's';
369
369
  }
370
370
 
371
371
  &.no-image {
372
- padding: $mu050 $mu100;
373
372
  text-align: center;
374
373
 
375
374
  .pb-card__items-container {
@@ -34,7 +34,7 @@ $responsive-breakpoint: 's';
34
34
  height: 100%;
35
35
  position: absolute;
36
36
  right: $mu100;
37
- top: 23px;
37
+ top: 15px;
38
38
 
39
39
  &::before {
40
40
  content: ' ';
@@ -2,9 +2,9 @@
2
2
  <div class="m-pb-navigation row-flex justify-between column--mobile">
3
3
  <div class="m-pb-navigation__left column-full">
4
4
  <m-button
5
+ class="mc-button--bordered-neutral"
5
6
  :label="backButtonLabel"
6
7
  @click.prevent="$emit('go-back')"
7
- theme="bordered-primary-02"
8
8
  icon="ArrowBack48"
9
9
  :data-cerberus="sanitizeCerberusAttribut('MPB-NAVIGATION', backButtonLabel)"
10
10
  />