project-booster-vue 10.25.3 → 10.25.5

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.3",
3
+ "version": "10.25.5",
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
 
@@ -109,6 +109,8 @@ $responsive-breakpoint: 'm';
109
109
  overflow: hidden;
110
110
  width: 100%;
111
111
 
112
+ margin-top: $mu050;
113
+
112
114
  @include set-from-screen($responsive-breakpoint) {
113
115
  border-radius: 10px;
114
116
  height: 4px;