mod-build 4.0.21 → 4.0.22-beta.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/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/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/shared-components/card-button/_card-button.scss +49 -0
- package/src/shared-components/card-button/card-button.html +9 -0
- package/src/shared-components/carousel/_carousel.scss +106 -0
- package/src/shared-components/carousel/carousel.html +22 -0
- package/src/shared-components/carousel/carousel.js +3574 -0
- package/src/shared-components/carousel/carousel.js.map +1 -0
- package/src/shared-components/carousel/carousel.min.js +6 -0
- package/src/shared-components/carousel/carousel.min.js.map +1 -0
- package/src/shared-components/carousel/carousel.min.min.js +6 -0
- package/src/shared-components/carousel/carousel.min.min.js.map +1 -0
- package/src/shared-components/checkbox/_checkbox.scss +125 -0
- package/src/shared-components/checkbox/checkbox.html +10 -0
- package/src/shared-components/expand-collapse/_expand-collapse.scss +93 -0
- package/src/shared-components/expand-collapse/expand-collapse.html +8 -0
- package/src/shared-components/expand-collapse/expand-collapse.js +40 -0
- package/src/shared-components/expand-collapse/expand-collapse.min.js +2 -0
- package/src/shared-components/expand-collapse/expand-collapse.min.js.map +1 -0
- package/src/shared-components/featured-block/_featured-block.scss +191 -0
- package/src/shared-components/featured-block/featured-block.html +80 -0
- package/src/shared-components/foot-assets/foot-assets.html +107 -0
- package/src/shared-components/form-tcpa/form-tcpa.html +12 -0
- package/src/shared-components/gtm-body/gtm-body.html +4 -0
- package/src/shared-components/head/head.html +192 -0
- package/src/shared-components/header/_header.scss +200 -0
- package/src/shared-components/header/header.html +73 -0
- package/src/shared-components/hero/_hero.scss +253 -0
- package/src/shared-components/hero/hero.html +126 -0
- package/src/shared-components/how-it-works/_how-it-works.scss +138 -0
- package/src/shared-components/how-it-works/how-it-works.html +19 -0
- package/src/shared-components/input/_input.scss +242 -0
- package/src/shared-components/input/input.html +30 -0
- package/src/shared-components/preloader/_preloader.scss +61 -0
- package/src/shared-components/preloader/preloader.html +49 -0
- package/src/shared-components/progress-bar/_progress-bar.scss +142 -0
- package/src/shared-components/progress-bar/progress-bar.html +20 -0
- package/src/shared-components/progress-bar/progress-bar.js +25 -0
- package/src/shared-components/progress-bar/progress-bar.min.js +2 -0
- package/src/shared-components/progress-bar/progress-bar.min.js.map +1 -0
- package/src/shared-components/radio-button/_radio-button.scss +554 -0
- package/src/shared-components/radio-button/radio-button.html +25 -0
- package/src/shared-components/reviews/_reviews.scss +79 -0
- package/src/shared-components/reviews/reviews.html +27 -0
- package/src/shared-components/select/_select.scss +61 -0
- package/src/shared-components/select/select.html +8 -0
- package/src/shared-components/steps/_steps.scss +414 -0
- package/src/shared-components/steps/defaultFormFieldConfig.json +64 -0
- package/src/shared-components/steps/step-fields.html +36 -0
- package/src/shared-components/steps/steps.html +131 -0
- package/src/shared-components/textarea/_textarea.scss +96 -0
- package/src/shared-components/textarea/textarea.html +13 -0
- package/src/shared-components/theme-toggle/_theme-toggle.scss +68 -0
- package/src/shared-components/theme-toggle/theme-toggle.html +34 -0
- package/src/shared-components/tile/_tile.scss +117 -0
- package/src/shared-components/tile/tile.html +27 -0
- package/src/shared-components/value-props/_value-props.scss +98 -0
- package/src/shared-components/value-props/value-props.html +17 -0
- package/src/shared-components/zip-control/_zip-control.scss +42 -0
- package/src/shared-components/zip-control/zip-control.html +21 -0
- package/tasks/grab-shared-scripts.js +11 -1
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
$swiper-margin-top: 0 !default;
|
|
2
|
+
$swiper-padding-top: 0 !default;
|
|
3
|
+
|
|
4
|
+
$swiper-controls-padding: 30px 15px !default;
|
|
5
|
+
$swiper-controls-padding-desktop: 50px 15px !default;
|
|
6
|
+
$swiper-navigation-color: $color-charcoal4 !default;
|
|
7
|
+
$swiper-navigation-hover-color: darken($swiper-navigation-color, 10%) !default;
|
|
8
|
+
$swiper-pagination-margin: 0 10px !default;
|
|
9
|
+
$swiper-pagination-bottom-alignment: 0 !default;
|
|
10
|
+
$swiper-pagination-bullet-background-color: transparent !default;
|
|
11
|
+
$swiper-pagination-bullet-border: 1px solid $swiper-navigation-color !default;
|
|
12
|
+
$swiper-pagination-bullet-margin: 0 8px !default;
|
|
13
|
+
$swiper-pagination-bullet-height: 8px !default;
|
|
14
|
+
$swiper-pagination-bullet-width: 8px !default;
|
|
15
|
+
$swiper-pagination-bullet-hover-background-color: darken($swiper-navigation-color, 10%) !default;
|
|
16
|
+
$swiper-pagination-bullet-hover-border: 0 !default;
|
|
17
|
+
$swiper-pagination-bullet-active-background-color: $swiper-navigation-color !default;
|
|
18
|
+
$swiper-pagination-bullet-active-border: 0 !default;
|
|
19
|
+
|
|
20
|
+
$swiper-scrollbar-background-color: $color-charcoal1 !default;
|
|
21
|
+
$swiper-scrollbar-drag-color: $color-charcoal4 !default;
|
|
22
|
+
$swiper-scrollbar-height: 4px !default;
|
|
23
|
+
|
|
24
|
+
.swiper {
|
|
25
|
+
margin-top: $swiper-margin-top;
|
|
26
|
+
overflow: hidden;
|
|
27
|
+
padding-top: $swiper-padding-top;
|
|
28
|
+
|
|
29
|
+
.swiper-wrapper{
|
|
30
|
+
display: flex;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.swiper-controls {
|
|
34
|
+
align-items: center;
|
|
35
|
+
display: flex;
|
|
36
|
+
justify-content: center;
|
|
37
|
+
padding: $swiper-controls-padding;
|
|
38
|
+
|
|
39
|
+
i.icon {
|
|
40
|
+
color: $swiper-navigation-color;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
transition: $base-transition;
|
|
43
|
+
|
|
44
|
+
&:not(.swiper-button-disabled) {
|
|
45
|
+
&:active,
|
|
46
|
+
&:focus,
|
|
47
|
+
&:hover {
|
|
48
|
+
color: $swiper-navigation-hover-color;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.swiper-pagination {
|
|
54
|
+
margin: $swiper-pagination-margin;
|
|
55
|
+
position: relative;
|
|
56
|
+
|
|
57
|
+
.swiper-pagination-bullet {
|
|
58
|
+
background-color: $swiper-pagination-bullet-background-color;
|
|
59
|
+
border: $swiper-pagination-bullet-border;
|
|
60
|
+
height: $swiper-pagination-bullet-height;
|
|
61
|
+
opacity: 1;
|
|
62
|
+
transition: $base-transition;
|
|
63
|
+
width: $swiper-pagination-bullet-width;
|
|
64
|
+
|
|
65
|
+
&:active,
|
|
66
|
+
&:focus,
|
|
67
|
+
&:hover {
|
|
68
|
+
background-color: $swiper-pagination-bullet-hover-background-color;
|
|
69
|
+
border: $swiper-pagination-bullet-hover-border;
|
|
70
|
+
outline: 0;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&-active {
|
|
74
|
+
background-color: $swiper-pagination-bullet-active-background-color;
|
|
75
|
+
border: $swiper-pagination-bullet-active-border;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&.swiper-pagination-horizontal {
|
|
80
|
+
bottom: $swiper-pagination-bottom-alignment;
|
|
81
|
+
width: auto;
|
|
82
|
+
|
|
83
|
+
.swiper-pagination-bullet {
|
|
84
|
+
margin: $swiper-pagination-bullet-margin;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&-scrollbar {
|
|
91
|
+
background: $swiper-scrollbar-background-color;
|
|
92
|
+
height: $swiper-scrollbar-height;
|
|
93
|
+
|
|
94
|
+
&-drag {
|
|
95
|
+
background-color: $swiper-scrollbar-drag-color;
|
|
96
|
+
height: 100%;
|
|
97
|
+
width: 100%;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&--reviews {
|
|
102
|
+
padding-top: 50px !important;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@include breakpoint-md {
|
|
107
|
+
.swiper {
|
|
108
|
+
.swiper-controls {
|
|
109
|
+
padding: $swiper-controls-padding-desktop;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<div class="swiper{{#xif 'this.carousel.carouselOptions.attributes && this.carousel.carouselOptions.attributes.class'}} {{this.carousel.carouselOptions.attributes.class}}{{/xif}}" {{{addAttributes this.carousel.carouselOptions 'class'}}}>
|
|
2
|
+
{{#if this.carousel.carouselOptions.attributes.aria.describedby}}
|
|
3
|
+
<p class="visually-hidden" id="{{this.carousel.carouselOptions.attributes.aria.describedby}}">{{{this.carousel.carouselOptions.description}}}</p>
|
|
4
|
+
{{/if}}
|
|
5
|
+
<ul class="swiper-wrapper"{{#if this.carousel.carouselOptions.wrapper}} {{{addAttributes this.carousel.carouselOptions.wrapper 'class'}}}{{/if}}>
|
|
6
|
+
{{#if this.carousel.template}}
|
|
7
|
+
{{fileInclude this.carousel.template
|
|
8
|
+
items = this.carousel.items
|
|
9
|
+
classModifier = this.carousel.classModifier
|
|
10
|
+
carouselOptions = this.carousel.carouselOptions
|
|
11
|
+
}}
|
|
12
|
+
{{/if}}
|
|
13
|
+
</ul>
|
|
14
|
+
|
|
15
|
+
{{#xif "this.carousel.carouselOptions.hasNavigation === true || this.carousel.carouselOptions.hasPagination === true" }}
|
|
16
|
+
<div class="swiper-controls">
|
|
17
|
+
{{#if this.carousel.carouselOptions.previousSlideIcon }}{{{ this.carousel.carouselOptions.previousSlideIcon }}}{{/if}}
|
|
18
|
+
{{#if this.carousel.carouselOptions.hasPagination }}<div class="swiper-pagination"></div>{{/if}}
|
|
19
|
+
{{#if this.carousel.carouselOptions.nextSlideIcon }}{{{ this.carousel.carouselOptions.nextSlideIcon }}}{{/if}}
|
|
20
|
+
</div>
|
|
21
|
+
{{/xif}}
|
|
22
|
+
{{#if this.carousel.carouselOptions.hasScrollbar }}
|
|
23
|
+
<div class="swiper-scrollbar"></div>
|
|
24
|
+
{{/if}}
|
|
25
|
+
</div>
|