mod-build 4.0.6 → 4.0.7
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/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/public/resources/scripts/abandonment/abandonment-1df90ee155f6c0893d90.min.js +2 -0
- package/public/resources/scripts/abandonment/abandonment.min.js +2 -0
- package/public/resources/scripts/callrail/callrail-5c7c537f04af468600cf.min.js +2 -0
- package/public/resources/scripts/callrail/callrail.min.js +2 -0
- package/public/resources/scripts/footer/footer-component-7b5e263f64568573ecc0.min.js +2 -0
- package/public/resources/scripts/footer/footer-component.min.js +2 -0
- package/public/resources/scripts/helpers/initNumericOnlyFields.min.js +2 -0
- package/public/resources/scripts/helpers/initNumericOnlyFields.min.js.map +1 -0
- package/public/resources/scripts/helpers/isZipCodeValid.min.js +2 -0
- package/public/resources/scripts/helpers/isZipCodeValid.min.js.map +1 -0
- package/public/resources/scripts/jornaya.hbs +35 -0
- package/public/resources/scripts/jornaya.html +35 -0
- package/public/resources/scripts/mod-alytics/modalytics-0ac7d7a5a72ea67a0f47.min.js +2 -0
- package/public/resources/scripts/mod-alytics/modalytics.min.js +2 -0
- package/public/resources/scripts/mod-form/form/homeowner-62292fdc874b2d2f5c82.min.js +2 -0
- package/public/resources/scripts/mod-form/form/homeowner.min.js +2 -0
- package/public/resources/scripts/mod-utils/modutils-15069d7b728a555fb3f7.min.js +2 -0
- package/public/resources/scripts/mod-utils/modutils.min.js +2 -0
- package/public/resources/scripts/trusted-form.hbs +38 -0
- package/public/resources/scripts/trusted-form.html +38 -0
- package/public/resources/styles/components/abandonment/abandonment-a8571a9e32ed6ef9acb4.min.css +1 -0
- package/public/resources/styles/components/abandonment/abandonment.min.css +1 -0
- package/public/resources/styles/components/footer/mod-footer-1fb2cec3278f29df57d0.min.css +1 -0
- package/public/resources/styles/components/footer/mod-footer.min.css +1 -0
- package/public/resources/styles/components/footer/qs-footer-9a3b0ab00428b03e6e9e.min.css +1 -0
- package/public/resources/styles/components/footer/qs-footer.min.css +1 -0
- package/siteconfig.js +1 -0
- package/src/accessible-components/button/_button.scss +319 -0
- package/src/accessible-components/button/back-button.html +8 -0
- package/src/accessible-components/button/button.html +17 -0
- package/src/accessible-components/carousel/_carousel.scss +112 -0
- package/src/accessible-components/carousel/carousel.html +25 -0
- package/src/accessible-components/carousel/carousel.js +3426 -0
- package/src/accessible-components/carousel/carousel.js.map +1 -0
- package/src/accessible-components/carousel/carousel.min.js +6 -0
- package/src/accessible-components/carousel/carousel.min.js.map +1 -0
- package/src/accessible-components/checkbox/_checkbox.scss +153 -0
- package/src/accessible-components/checkbox/checkbox-group.html +18 -0
- package/src/accessible-components/checkbox/checkbox.html +8 -0
- package/src/accessible-components/expand-collapse/_expand-collapse.scss +129 -0
- package/src/accessible-components/expand-collapse/expand-collapse.html +14 -0
- package/src/accessible-components/expand-collapse/expand-collapse.js +52 -0
- package/src/accessible-components/expand-collapse/expand-collapse.min.js +2 -0
- package/src/accessible-components/expand-collapse/expand-collapse.min.js.map +1 -0
- package/src/accessible-components/featured-block/_featured-block.scss +221 -0
- package/src/accessible-components/featured-block/featured-block.html +54 -0
- package/src/accessible-components/foot-assets/foot-assets.html +112 -0
- package/src/accessible-components/footer/footer.html +2 -0
- package/src/accessible-components/gtm-body/gtm-body.html +4 -0
- package/src/accessible-components/head/head.html +187 -0
- package/src/accessible-components/header/_header.scss +289 -0
- package/src/accessible-components/header/header.html +66 -0
- package/src/accessible-components/hero/_hero.scss +405 -0
- package/src/accessible-components/hero/hero.html +53 -0
- package/src/accessible-components/how-it-works/_how-it-works.scss +217 -0
- package/src/accessible-components/how-it-works/how-it-works-carousel.html +12 -0
- package/src/accessible-components/how-it-works/how-it-works-static.html +12 -0
- package/src/accessible-components/how-it-works/how-it-works.html +14 -0
- package/src/accessible-components/information/_information.scss +96 -0
- package/src/accessible-components/information/information.html +32 -0
- package/src/accessible-components/input/_input.scss +204 -0
- package/src/accessible-components/input/input.html +22 -0
- package/src/accessible-components/input/textarea.html +9 -0
- package/src/accessible-components/partners/_partners.scss +234 -0
- package/src/accessible-components/partners/partners.html +56 -0
- package/src/accessible-components/picture/picture.html +19 -0
- package/src/accessible-components/preloader/_preloader.scss +61 -0
- package/src/accessible-components/preloader/preloader.html +23 -0
- package/src/accessible-components/progress-bar/_progress-bar.scss +140 -0
- package/src/accessible-components/progress-bar/progress-bar.html +21 -0
- package/src/accessible-components/progress-bar/progress-bar.js +37 -0
- package/src/accessible-components/progress-bar/progress-bar.min.js +2 -0
- package/src/accessible-components/progress-bar/progress-bar.min.js.map +1 -0
- package/src/accessible-components/radio-button/_radio-button.scss +586 -0
- package/src/accessible-components/radio-button/radio-button.html +33 -0
- package/src/accessible-components/reviews/_reviews.scss +180 -0
- package/src/accessible-components/reviews/reviews-carousel.html +12 -0
- package/src/accessible-components/reviews/reviews-static.html +12 -0
- package/src/accessible-components/reviews/reviews.html +37 -0
- package/src/accessible-components/select/_select.scss +87 -0
- package/src/accessible-components/select/select.html +10 -0
- package/src/accessible-components/steps/_steps.scss +640 -0
- package/src/accessible-components/steps/defaultFormFieldConfig.json +109 -0
- package/src/accessible-components/steps/step-fields.html +38 -0
- package/src/accessible-components/steps/steps.html +168 -0
- package/src/accessible-components/tcpa/_tcpa.scss +49 -0
- package/src/accessible-components/tcpa/tcpa.html +9 -0
- package/src/accessible-components/tile/_tile.scss +117 -0
- package/src/accessible-components/tile/tile.html +14 -0
- package/src/accessible-components/value-props/_value-props.scss +102 -0
- package/src/accessible-components/value-props/value-props.html +17 -0
- package/src/accessible-components/zip-control/_zip-control.scss +79 -0
- package/src/accessible-components/zip-control/zip-control.html +10 -0
- package/src/resources/data/tcpa.json +4 -0
- package/src/resources/templates/modals/about/index.hbs +9 -0
- package/src/resources/templates/modals/about/index.html +9 -0
- package/src/resources/templates/modals/contact-us/index.hbs +348 -0
- package/src/resources/templates/modals/contact-us/index.html +348 -0
- package/src/resources/templates/modals/faq/index.hbs +9 -0
- package/src/resources/templates/modals/faq/index.html +9 -0
- package/src/resources/templates/modals/privacy/index.hbs +236 -0
- package/src/resources/templates/modals/privacy/index.html +236 -0
- package/src/resources/templates/modals/terms/index.hbs +166 -0
- package/src/resources/templates/modals/terms/index.html +166 -0
- package/src/scripts/retry-axios.js +21 -0
- package/tasks/grab-cdn.js +7 -1
- package/tasks/grab-form-helpers.js +11 -2
- package/tasks/grab-shared-components.js +10 -3
- package/tasks/grab-shared-scripts.js +8 -1
- package/tasks/templates.js +11 -2
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
@keyframes fadeOut {
|
|
2
|
+
from {
|
|
3
|
+
opacity: 1;
|
|
4
|
+
z-index: 9;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
to {
|
|
8
|
+
opacity: 0;
|
|
9
|
+
z-index: -1;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@keyframes animateArrowUp {
|
|
14
|
+
0% {
|
|
15
|
+
opacity: 0;
|
|
16
|
+
padding-top: 150px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
40% {
|
|
20
|
+
opacity: 1;
|
|
21
|
+
padding-top: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
100% {
|
|
25
|
+
opacity: 1;
|
|
26
|
+
padding-top: 0;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.preloader {
|
|
31
|
+
animation: fadeOut 250ms 1250ms ease forwards;
|
|
32
|
+
background-color: $color-white;
|
|
33
|
+
display: block;
|
|
34
|
+
height: 100%;
|
|
35
|
+
opacity: 1;
|
|
36
|
+
position: fixed;
|
|
37
|
+
width: 100%;
|
|
38
|
+
z-index: 9;
|
|
39
|
+
|
|
40
|
+
&__text {
|
|
41
|
+
color: $color-charcoal5;
|
|
42
|
+
font-size: 22px;
|
|
43
|
+
font-weight: 700;
|
|
44
|
+
padding-bottom: 30px;
|
|
45
|
+
padding-top: 200px;
|
|
46
|
+
text-align: center;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&__logo {
|
|
50
|
+
margin: 0 auto;
|
|
51
|
+
max-width: 310px;
|
|
52
|
+
padding-bottom: 30px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&__arrow {
|
|
56
|
+
animation: animateArrowUp 1000ms 450ms ease-out forwards;
|
|
57
|
+
opacity: 0;
|
|
58
|
+
margin: 0 auto;
|
|
59
|
+
max-width: 72px;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<div class="preloader{{#if this.preloader.attributes.class}} {{this.preloader.attributes.class}}{{/if}}" {{{addAttributes this.preloader 'class'}}}>
|
|
2
|
+
<div class="preloader__text">{{this.preloader.text}}</div>
|
|
3
|
+
<div class="preloader__logo{{#if this.preloader.logo.attributes.class}} {{this.preloader.logo.attributes.class}}{{/if}}" {{{addAttributes this.preloader.logo 'class'}}}>
|
|
4
|
+
{{#if this.preloader.logo}}
|
|
5
|
+
{{ fileInclude 'src/accessible-components/picture/picture.html'
|
|
6
|
+
picture = this.preloader.logo.picture
|
|
7
|
+
}}
|
|
8
|
+
{{/if}}
|
|
9
|
+
</div>
|
|
10
|
+
{{#if this.preloader.showArrows}}
|
|
11
|
+
<div class="preloader__arrow"><img src="https://{{x 'process.env.NODE_ENV'}}/quote/resources/assets/images/illustrations/misc/pre-landing-page-arrow.svg" alt=""></div>
|
|
12
|
+
{{/if}}
|
|
13
|
+
</div>
|
|
14
|
+
<script>
|
|
15
|
+
if (!window.localStorage.getItem('pr')) {
|
|
16
|
+
window.localStorage.setItem('pr', true);
|
|
17
|
+
setTimeout(function() {
|
|
18
|
+
window.document.querySelector('.preloader').remove();
|
|
19
|
+
}, 1500);
|
|
20
|
+
} else {
|
|
21
|
+
window.document.querySelector('.preloader').remove();
|
|
22
|
+
}
|
|
23
|
+
</script>
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
$progress-bar-background-color: $color-charcoal1 !default;
|
|
2
|
+
$progress-bar-border-radius: 0 !default;
|
|
3
|
+
$progress-bar-border-radius-desktop: 4px !default;
|
|
4
|
+
$progress-bar-display: none !default;
|
|
5
|
+
$progress-bar-font-family: $base-font-family !default;
|
|
6
|
+
$progress-bar-height: 5px !default;
|
|
7
|
+
$progress-bar-margin: 0 !default;
|
|
8
|
+
$progress-bar-margin-desktop: 0 0 15px !default;
|
|
9
|
+
$progress-bar-bottom: unset !default;
|
|
10
|
+
$progress-bar-left: unset !default;
|
|
11
|
+
$progress-bar-right: unset !default;
|
|
12
|
+
$progress-bar-top: unset !default;
|
|
13
|
+
$progress-bar-bottom-desktop: $progress-bar-bottom !default;
|
|
14
|
+
$progress-bar-left-desktop: $progress-bar-left !default;
|
|
15
|
+
$progress-bar-right-desktop: $progress-bar-right !default;
|
|
16
|
+
$progress-bar-top-desktop: $progress-bar-top !default;
|
|
17
|
+
$progress-bar-position: relative !default;
|
|
18
|
+
$progress-bar-width: 100% !default;
|
|
19
|
+
$progress-bar-width-desktop: $progress-bar-width !default;
|
|
20
|
+
|
|
21
|
+
$progress-bar-fill-border-radius: $progress-bar-border-radius !default;
|
|
22
|
+
$progress-bar-fill-color: $color-charcoal6 !default;
|
|
23
|
+
$progress-bar-fill-percentage-color: $color-white !default;
|
|
24
|
+
$progress-bar-fill-percentage-height: 28px !default;
|
|
25
|
+
$progress-bar-fill-percentage-font-size: 1rem !default;
|
|
26
|
+
$progress-bar-fill-transition: width .65s !default;
|
|
27
|
+
|
|
28
|
+
$progress-bar-title-color: $color-charcoal4 !default;
|
|
29
|
+
$progress-bar-title-letter-spacing: .03rem !default;
|
|
30
|
+
$progress-bar-title-font-size: .75rem !default;
|
|
31
|
+
$progress-bar-title-font-weight: 400 !default;
|
|
32
|
+
$progress-bar-title-margin: 0 0 4px !default;
|
|
33
|
+
$progress-bar-title-text-transform: none !default;
|
|
34
|
+
|
|
35
|
+
$progress-bar-percentage-display: none !default;
|
|
36
|
+
$progress-bar-percentage-display-desktop: block !default;
|
|
37
|
+
$progress-bar-percentage-position: absolute !default;
|
|
38
|
+
$progress-bar-percentage-right: 0 !default;
|
|
39
|
+
$progress-bar-percentage-top: 0 !default;
|
|
40
|
+
|
|
41
|
+
$progress-bar-inprogress-display: block !default;
|
|
42
|
+
|
|
43
|
+
.progress-bar {
|
|
44
|
+
bottom: $progress-bar-bottom;
|
|
45
|
+
display: $progress-bar-display;
|
|
46
|
+
font-family: $progress-bar-font-family;
|
|
47
|
+
left: $progress-bar-left;
|
|
48
|
+
margin: $progress-bar-margin;
|
|
49
|
+
position: $progress-bar-position;
|
|
50
|
+
right: $progress-bar-right;
|
|
51
|
+
top: $progress-bar-top;
|
|
52
|
+
width: $progress-bar-width;
|
|
53
|
+
z-index: 2;
|
|
54
|
+
|
|
55
|
+
&__title {
|
|
56
|
+
color: $progress-bar-title-color;
|
|
57
|
+
display: block;
|
|
58
|
+
font-size: $progress-bar-title-font-size;
|
|
59
|
+
font-weight: $progress-bar-title-font-weight;
|
|
60
|
+
letter-spacing: $progress-bar-title-letter-spacing;
|
|
61
|
+
margin: $progress-bar-title-margin;
|
|
62
|
+
position: relative;
|
|
63
|
+
text-transform: $progress-bar-title-text-transform;
|
|
64
|
+
white-space: nowrap;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&__percentage {
|
|
68
|
+
display: $progress-bar-percentage-display;
|
|
69
|
+
position: $progress-bar-percentage-position;
|
|
70
|
+
right: $progress-bar-percentage-right;
|
|
71
|
+
top: $progress-bar-percentage-top;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&__background,
|
|
75
|
+
&__fill {
|
|
76
|
+
background-color: $progress-bar-background-color;
|
|
77
|
+
border-radius: $progress-bar-border-radius;
|
|
78
|
+
height: $progress-bar-height;
|
|
79
|
+
position: relative;
|
|
80
|
+
width: 100%;
|
|
81
|
+
z-index: 1;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&__fill {
|
|
85
|
+
background-color: $progress-bar-fill-color;
|
|
86
|
+
border-radius: $progress-bar-fill-border-radius;
|
|
87
|
+
position: absolute;
|
|
88
|
+
top: 0;
|
|
89
|
+
transition: $progress-bar-fill-transition;
|
|
90
|
+
width: 0;
|
|
91
|
+
z-index: 2;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.form-in-progress {
|
|
96
|
+
.progress-bar {
|
|
97
|
+
display: $progress-bar-inprogress-display;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@include breakpoint-md {
|
|
102
|
+
.progress-bar {
|
|
103
|
+
bottom: $progress-bar-bottom-desktop;
|
|
104
|
+
left: $progress-bar-left-desktop;
|
|
105
|
+
margin: $progress-bar-margin-desktop;
|
|
106
|
+
right: $progress-bar-right-desktop;
|
|
107
|
+
top: $progress-bar-top-desktop;
|
|
108
|
+
width: $progress-bar-width-desktop;
|
|
109
|
+
|
|
110
|
+
&__background,
|
|
111
|
+
&__fill {
|
|
112
|
+
border-radius: $progress-bar-border-radius-desktop;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&--includes-fill-percentage {
|
|
116
|
+
.progress-bar {
|
|
117
|
+
&__background,
|
|
118
|
+
&__fill {
|
|
119
|
+
height: auto;
|
|
120
|
+
line-height: $progress-bar-fill-percentage-height;
|
|
121
|
+
min-height: $progress-bar-fill-percentage-height;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&__fill {
|
|
125
|
+
position: relative;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
&__percentage {
|
|
129
|
+
color: $progress-bar-fill-percentage-color;
|
|
130
|
+
display: $progress-bar-percentage-display-desktop;
|
|
131
|
+
font-size: $progress-bar-fill-percentage-font-size;
|
|
132
|
+
position: relative;
|
|
133
|
+
right: auto;
|
|
134
|
+
text-align: center;
|
|
135
|
+
width: 100%;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<div class="progress-bar{{#xif 'this.bar && this.bar.attributes && this.bar.attributes.class'}} {{this.bar.attributes.class}}{{/xif}}{{#xif "this.bar && this.bar.includePercentage && this.bar.includePercentage === 'fill'"}} progress-bar--includes-fill-percentage{{/xif}}" {{#if this.bar}}{{{addAttributes this.bar 'class'}}}{{/if}}>
|
|
2
|
+
{{#if this.bar.title}}
|
|
3
|
+
<div class="progress-bar__title">
|
|
4
|
+
{{{this.bar.title}}}
|
|
5
|
+
{{#xif "this.bar.includePercentage === 'title'"}}
|
|
6
|
+
<span class="progress-bar__percentage"></span>
|
|
7
|
+
{{/xif}}
|
|
8
|
+
</div>
|
|
9
|
+
{{/if}}
|
|
10
|
+
{{#if this.bar.includeStepCount}}
|
|
11
|
+
<div class="progress-bar__title">Step <span class="progress-bar__current"></span> of <span class="progress-bar__total"></span></div>
|
|
12
|
+
{{/if}}
|
|
13
|
+
<div class="progress-bar__background">
|
|
14
|
+
<div class="progress-bar__fill">
|
|
15
|
+
{{#xif "this.bar && this.bar.includePercentage && this.bar.includePercentage === 'fill'"}}
|
|
16
|
+
<span class="visually-hidden">Form Progress</span>
|
|
17
|
+
<span class="progress-bar__percentage"></span>
|
|
18
|
+
{{/xif}}
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/* global modForm */
|
|
4
|
+
window.updateProgressBar = function updateProgressBar(index) {
|
|
5
|
+
var showStepCountOnStep1 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
6
|
+
var stepCount = modForm.opts.steps.length,
|
|
7
|
+
fillElement = document.querySelectorAll('.progress-bar__fill'),
|
|
8
|
+
percentageElement = document.querySelectorAll('.progress-bar__percentage'),
|
|
9
|
+
totalStepsElement = document.querySelectorAll('.progress-bar__total'),
|
|
10
|
+
currentStepElement = document.querySelectorAll('.progress-bar__current'),
|
|
11
|
+
width = Math.min(100, 100 * index / stepCount - 1);
|
|
12
|
+
fillElement.forEach(function (fill) {
|
|
13
|
+
fill.style.width = width + '%';
|
|
14
|
+
});
|
|
15
|
+
if (percentageElement) {
|
|
16
|
+
percentageElement.forEach(function (percent) {
|
|
17
|
+
percent.textContent = Math.round(width) + '%';
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
if (currentStepElement) {
|
|
21
|
+
if (showStepCountOnStep1 === true) {
|
|
22
|
+
totalStepsElement.forEach(function (total) {
|
|
23
|
+
total.textContent = stepCount;
|
|
24
|
+
});
|
|
25
|
+
currentStepElement.forEach(function (current) {
|
|
26
|
+
current.textContent = index;
|
|
27
|
+
});
|
|
28
|
+
} else {
|
|
29
|
+
totalStepsElement.forEach(function (total) {
|
|
30
|
+
total.textContent = stepCount - 1;
|
|
31
|
+
});
|
|
32
|
+
currentStepElement.forEach(function (current) {
|
|
33
|
+
current.textContent = index - 1;
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";window.updateProgressBar=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o=modForm.opts.steps.length,r=document.querySelectorAll(".progress-bar__fill"),n=document.querySelectorAll(".progress-bar__percentage"),c=document.querySelectorAll(".progress-bar__total"),u=document.querySelectorAll(".progress-bar__current"),l=Math.min(100,100*t/o-1);r.forEach(function(t){t.style.width=l+"%"}),n&&n.forEach(function(t){t.textContent=Math.round(l)+"%"}),u&&(!0===e?(c.forEach(function(t){t.textContent=o}),u.forEach(function(e){e.textContent=t})):(c.forEach(function(t){t.textContent=o-1}),u.forEach(function(e){e.textContent=t-1})))};
|
|
2
|
+
//# sourceMappingURL=progress-bar.min.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["accessible-components/progress-bar/progress-bar.js"],"names":["window","updateProgressBar","index","showStepCountOnStep1","arguments","length","undefined","stepCount","modForm","opts","steps","fillElement","document","querySelectorAll","percentageElement","totalStepsElement","currentStepElement","width","Math","min","forEach","fill","style","percent","textContent","round","total","current"],"mappings":"YACAA,QAAOC,kBAAoB,SAA2BC,GAAqC,GAA9BC,GAAoBC,UAAAC,OAAA,OAAAC,KAAAF,UAAA,IAAAA,UAAA,GAC1EG,EAAaC,QAAQC,KAAKC,MAAML,OACrCM,EAAcC,SAASC,iBAAiB,uBACxCC,EAAoBF,SAASC,iBAAiB,6BAC9CE,EAAoBH,SAASC,iBAAiB,wBAC9CG,EAAqBJ,SAASC,iBAAiB,0BAC/CI,EAAQC,KAAKC,IAAI,IAAK,IAAOjB,EAASK,EAAY,EAEnDI,GAAYS,QAAQ,SAACC,GACpBA,EAAKC,MAAML,MAAQA,EAAQ,MAExBH,GACHA,EAAkBM,QAAQ,SAACG,GAC1BA,EAAQC,YAAcN,KAAKO,MAAMR,GAAS,MAGxCD,KAC0B,IAAzBb,GACHY,EAAkBK,QAAQ,SAACM,GAC1BA,EAAMF,YAAcjB,IAErBS,EAAmBI,QAAQ,SAACO,GAC3BA,EAAQH,YAActB,MAGvBa,EAAkBK,QAAQ,SAACM,GAC1BA,EAAMF,YAAcjB,EAAY,IAEjCS,EAAmBI,QAAQ,SAACO,GAC3BA,EAAQH,YAActB,EAAQ","file":"progress-bar.min.js","sourcesContent":["/* global modForm */\nwindow.updateProgressBar = function updateProgressBar(index, showStepCountOnStep1 = false) {\n\tconst stepCount = modForm.opts.steps.length,\n\t\tfillElement = document.querySelectorAll('.progress-bar__fill'),\n\t\tpercentageElement = document.querySelectorAll('.progress-bar__percentage'),\n\t\ttotalStepsElement = document.querySelectorAll('.progress-bar__total'),\n\t\tcurrentStepElement = document.querySelectorAll('.progress-bar__current'),\n\t\twidth = Math.min(100, 100 * (index) / stepCount - 1);\n\n\tfillElement.forEach((fill) => {\n\t\tfill.style.width = width + '%';\n\t});\n\tif (percentageElement) {\n\t\tpercentageElement.forEach((percent) => {\n\t\t\tpercent.textContent = Math.round(width) + '%';\n\t\t});\n\t}\n\tif (currentStepElement) {\n\t\tif (showStepCountOnStep1 === true) {\n\t\t\ttotalStepsElement.forEach((total) => {\n\t\t\t\ttotal.textContent = stepCount;\n\t\t\t});\n\t\t\tcurrentStepElement.forEach((current) => {\n\t\t\t\tcurrent.textContent = index;\n\t\t\t});\n\t\t} else {\n\t\t\ttotalStepsElement.forEach((total) => {\n\t\t\t\ttotal.textContent = stepCount - 1;\n\t\t\t});\n\t\t\tcurrentStepElement.forEach((current) => {\n\t\t\t\tcurrent.textContent = index - 1;\n\t\t\t});\n\t\t}\n\t}\n}\n"]}
|