project-booster-vue 10.17.1 → 10.17.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 +1 -1
- package/src/components/rework/restitution/MPbRestitutionList.vue +1 -1
- package/src/components/scenario/PbScenario.vue +1 -2
- package/src/components/scenario/__snapshots__/storyshots-puppeteer-test-puppeteer-ts-image-storyshots-project-booster-scenario-pb-scenario-/360/237/246/240-features-skippable-answers-skippable-event-with-default-answer-1-snap.png +0 -0
- package/src/components/scenario/__snapshots__/storyshots-puppeteer-test-puppeteer-ts-image-storyshots-project-booster-scenario-pb-scenario-/360/237/246/240-features-skippable-answers-skippable-event-with-empty-array-1-snap.png +0 -0
- package/src/components/scenario/__snapshots__/storyshots-puppeteer-test-puppeteer-ts-image-storyshots-project-booster-scenario-pb-scenario-/360/237/246/240-features-skippable-answers-skippable-without-event-1-snap.png +0 -0
- package/src/components/scenario/scenarii/estimator-attic-insulation.json +1 -10
package/package.json
CHANGED
|
@@ -798,13 +798,12 @@ $slide-sticky-bottom-animation-delay: $slide-animation-duration + 0.45s;
|
|
|
798
798
|
|
|
799
799
|
@include set-from-screen($responsive-breakpoint) {
|
|
800
800
|
width: 720px;
|
|
801
|
-
margin:
|
|
801
|
+
margin: 7.5rem auto 0;
|
|
802
802
|
}
|
|
803
803
|
|
|
804
804
|
&__before-step {
|
|
805
805
|
width: 100%;
|
|
806
806
|
margin: 0 auto;
|
|
807
|
-
padding-top: 7.5rem;
|
|
808
807
|
|
|
809
808
|
@include set-from-screen($responsive-breakpoint) {
|
|
810
809
|
width: 561px;
|
|
@@ -2392,20 +2392,11 @@
|
|
|
2392
2392
|
"code": "LMFR_ATTIC_INSULATION_ADVICE_FOR_LESSEE",
|
|
2393
2393
|
"type": "STEP",
|
|
2394
2394
|
"component": "MPbQuestion",
|
|
2395
|
-
"slots": {
|
|
2396
|
-
"beforeContent": {
|
|
2397
|
-
"display": true,
|
|
2398
|
-
"component": "MPbProgress",
|
|
2399
|
-
"totalStep": 5,
|
|
2400
|
-
"currentStep": 1,
|
|
2401
|
-
"sizeXlWidth": true
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
2395
|
"payload": {
|
|
2405
2396
|
"viewModel": {
|
|
2406
2397
|
"label": "Pour aller plus loin dans votre projet",
|
|
2407
2398
|
"answersComponent": "MPbCard",
|
|
2408
|
-
"
|
|
2399
|
+
"hideNextStep": true
|
|
2409
2400
|
},
|
|
2410
2401
|
"answers": {
|
|
2411
2402
|
"DISCOVER_OUR_HEATERS": {
|