project-booster-vue 10.5.1 → 10.5.3

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.5.1",
3
+ "version": "10.5.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -24,4 +24,10 @@
24
24
 
25
25
  .column-auto{
26
26
  width: auto;
27
+ }
28
+
29
+ .column-full{
30
+ @media (max-width: 768px){
31
+ width: 100%;
32
+ }
27
33
  }
@@ -446,16 +446,6 @@
446
446
  "meta": {
447
447
  "ranking": 3
448
448
  }
449
- },
450
- "COLUMN": {
451
- "code": "COLUMN",
452
- "viewModel": {
453
- "title": "Colonne",
454
- "image": "https://storage.googleapis.com/project-booster-media/bathroom/shower/colonne.jpg"
455
- },
456
- "meta": {
457
- "ranking": 4
458
- }
459
449
  }
460
450
  }
461
451
  },
@@ -530,7 +520,7 @@
530
520
  }
531
521
  },
532
522
  "BUILTIN_WASHBASIN": {
533
- "code": "BUILTIN-WASHBASIN",
523
+ "code": "BUILTIN_WASHBASIN",
534
524
  "viewModel": {
535
525
  "title": "Double vasque encastrée",
536
526
  "image": "https://storage.googleapis.com/project-booster-media/bathroom/furniture/double-vasque-encastree.png"
@@ -1179,8 +1169,8 @@
1179
1169
  },
1180
1170
  "answersComponent": "MPbCard",
1181
1171
  "progressBar": true,
1182
- "forceOneCardPerLineOnMobile": true,
1183
1172
  "widthFromL": "1of3",
1173
+ "forceOneCardPerLineOnMobile": true,
1184
1174
  "widthXlSize": true,
1185
1175
  "label": "Idéalement, quand aimeriez-vous commencer les travaux ?"
1186
1176
  },