mod-build 4.0.48 → 4.0.49

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.
Files changed (153) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
  3. package/public/resources/scripts/abandonment/abandonment-a4bbb36fbc8ed64042b8.min.js +2 -0
  4. package/public/resources/scripts/abandonment/abandonment.min.js +2 -0
  5. package/public/resources/scripts/callrail/callrail-14011d73b50a928de4b4.min.js +2 -0
  6. package/public/resources/scripts/callrail/callrail.min.js +2 -0
  7. package/public/resources/scripts/footer/footer-component-46dc0d7ca6af4fc3b76b.min.js +2 -0
  8. package/public/resources/scripts/footer/footer-component.min.js +2 -0
  9. package/public/resources/scripts/geolocation/geolocation.min.js +2 -0
  10. package/public/resources/scripts/helpers/addVWOTestQueryParam.min.js +2 -0
  11. package/public/resources/scripts/helpers/addVWOTestQueryParam.min.js.map +1 -0
  12. package/public/resources/scripts/helpers/additionalOpts.min.js +2 -0
  13. package/public/resources/scripts/helpers/additionalOpts.min.js.map +1 -0
  14. package/public/resources/scripts/helpers/calls-only.min.js +2 -0
  15. package/public/resources/scripts/helpers/calls-only.min.js.map +1 -0
  16. package/public/resources/scripts/helpers/getPhoneAssignmentData.min.js +2 -0
  17. package/public/resources/scripts/helpers/getPhoneAssignmentData.min.js.map +1 -0
  18. package/public/resources/scripts/helpers/initNumericOnlyFields.min.js +2 -0
  19. package/public/resources/scripts/helpers/initNumericOnlyFields.min.js.map +1 -0
  20. package/public/resources/scripts/helpers/initQSForm.min.js +2 -0
  21. package/public/resources/scripts/helpers/initQSForm.min.js.map +1 -0
  22. package/public/resources/scripts/helpers/initQuadTransform.min.js +2 -0
  23. package/public/resources/scripts/helpers/initQuadTransform.min.js.map +1 -0
  24. package/public/resources/scripts/helpers/isZipCodeValid.min.js +2 -0
  25. package/public/resources/scripts/helpers/isZipCodeValid.min.js.map +1 -0
  26. package/public/resources/scripts/helpers/observeVWOVariation.min.js +2 -0
  27. package/public/resources/scripts/helpers/observeVWOVariation.min.js.map +1 -0
  28. package/public/resources/scripts/helpers/opts.min.js +2 -0
  29. package/public/resources/scripts/helpers/opts.min.js.map +1 -0
  30. package/public/resources/scripts/jornaya.hbs +35 -0
  31. package/public/resources/scripts/jornaya.html +35 -0
  32. package/public/resources/scripts/mod-alytics/modalytics-be44027508c0438f6709.min.js +2 -0
  33. package/public/resources/scripts/mod-alytics/modalytics.min.js +2 -0
  34. package/public/resources/scripts/mod-form/form/contractor-0918337caf3dfede1609.min.js +2 -0
  35. package/public/resources/scripts/mod-form/form/contractor.min.js +2 -0
  36. package/public/resources/scripts/mod-form/form/homeowner-19a121b0e596042326f4.min.js +2 -0
  37. package/public/resources/scripts/mod-form/form/homeowner.min.js +2 -0
  38. package/public/resources/scripts/mod-utils/modutils-bc275eb41af515f626ef.min.js +2 -0
  39. package/public/resources/scripts/mod-utils/modutils.min.js +2 -0
  40. package/public/resources/scripts/trusted-form.hbs +38 -0
  41. package/public/resources/scripts/trusted-form.html +38 -0
  42. package/public/resources/styles/components/abandonment/abandonment-8a673f060817db6cb7dc.min.css +1 -0
  43. package/public/resources/styles/components/abandonment/abandonment.min.css +1 -0
  44. package/public/resources/styles/components/footer/mod-footer-d233fa64b6c8297c70ec.min.css +1 -0
  45. package/public/resources/styles/components/footer/mod-footer.min.css +1 -0
  46. package/public/resources/styles/components/footer/qs-footer-926e67c28d10c729db46.min.css +1 -0
  47. package/public/resources/styles/components/footer/qs-footer.min.css +1 -0
  48. package/src/resources/data/tcpa.json +4 -0
  49. package/src/resources/templates/modals/about/index.hbs +9 -0
  50. package/src/resources/templates/modals/about/index.html +9 -0
  51. package/src/resources/templates/modals/contact-us/index.hbs +348 -0
  52. package/src/resources/templates/modals/contact-us/index.html +348 -0
  53. package/src/resources/templates/modals/e-sign-consent/index.hbs +35 -0
  54. package/src/resources/templates/modals/e-sign-consent/index.html +35 -0
  55. package/src/resources/templates/modals/faq/index.hbs +9 -0
  56. package/src/resources/templates/modals/faq/index.html +9 -0
  57. package/src/resources/templates/modals/privacy/index.hbs +237 -0
  58. package/src/resources/templates/modals/privacy/index.html +237 -0
  59. package/src/resources/templates/modals/terms/index.hbs +167 -0
  60. package/src/resources/templates/modals/terms/index.html +167 -0
  61. package/src/scripts/has-qs-params.js +2 -2
  62. package/src/shared-components/call-tracking/_call-tracking.scss +311 -0
  63. package/src/shared-components/call-tracking/call-tracking-icon.html +8 -0
  64. package/src/shared-components/call-tracking/call-tracking.html +81 -0
  65. package/src/shared-components/call-tracking/phone.svg +6 -0
  66. package/src/shared-components/card-button/_card-button.scss +49 -0
  67. package/src/shared-components/card-button/card-button.html +9 -0
  68. package/src/shared-components/carousel/_carousel.scss +106 -0
  69. package/src/shared-components/carousel/carousel.html +23 -0
  70. package/src/shared-components/carousel/carousel.js +3573 -0
  71. package/src/shared-components/carousel/carousel.js.map +1 -0
  72. package/src/shared-components/carousel/carousel.min.js +2 -0
  73. package/src/shared-components/carousel/carousel.min.js.map +1 -0
  74. package/src/shared-components/carousel/carousel.min.min.js +2 -0
  75. package/src/shared-components/carousel/carousel.min.min.js.map +1 -0
  76. package/src/shared-components/checkbox/_checkbox.scss +130 -0
  77. package/src/shared-components/checkbox/checkbox.html +10 -0
  78. package/src/shared-components/consent-capture/tcpa.html +12 -0
  79. package/src/shared-components/expand-collapse/_expand-collapse.scss +93 -0
  80. package/src/shared-components/expand-collapse/expand-collapse.html +8 -0
  81. package/src/shared-components/expand-collapse/expand-collapse.js +40 -0
  82. package/src/shared-components/expand-collapse/expand-collapse.min.js +2 -0
  83. package/src/shared-components/expand-collapse/expand-collapse.min.js.map +1 -0
  84. package/src/shared-components/featured-block/_featured-block.scss +191 -0
  85. package/src/shared-components/featured-block/featured-block.html +80 -0
  86. package/src/shared-components/foot-assets/foot-assets.html +107 -0
  87. package/src/shared-components/form-tcpa/form-tcpa-spanish.html +61 -0
  88. package/src/shared-components/form-tcpa/form-tcpa.html +55 -0
  89. package/src/shared-components/gtm-body/gtm-body.html +4 -0
  90. package/src/shared-components/head/head.html +195 -0
  91. package/src/shared-components/header/_header.scss +200 -0
  92. package/src/shared-components/header/header.html +79 -0
  93. package/src/shared-components/hero/_hero.scss +276 -0
  94. package/src/shared-components/hero/hero.html +136 -0
  95. package/src/shared-components/how-it-works/_how-it-works.scss +138 -0
  96. package/src/shared-components/how-it-works/how-it-works.html +19 -0
  97. package/src/shared-components/input/_input.scss +242 -0
  98. package/src/shared-components/input/input.html +30 -0
  99. package/src/shared-components/preloader/_preloader.scss +61 -0
  100. package/src/shared-components/preloader/preloader.html +49 -0
  101. package/src/shared-components/progress-bar/_progress-bar.scss +142 -0
  102. package/src/shared-components/progress-bar/progress-bar.html +20 -0
  103. package/src/shared-components/progress-bar/progress-bar.js +26 -0
  104. package/src/shared-components/progress-bar/progress-bar.min.js +2 -0
  105. package/src/shared-components/progress-bar/progress-bar.min.js.map +1 -0
  106. package/src/shared-components/radio-button/_radio-button.scss +577 -0
  107. package/src/shared-components/radio-button/radio-button.html +25 -0
  108. package/src/shared-components/reviews/_reviews.scss +79 -0
  109. package/src/shared-components/reviews/reviews.html +27 -0
  110. package/src/shared-components/section-deals/sitemap.xml +9 -0
  111. package/src/shared-components/select/_select.scss +61 -0
  112. package/src/shared-components/select/select.html +8 -0
  113. package/src/shared-components/steps/_steps.scss +431 -0
  114. package/src/shared-components/steps/defaultFormFieldConfig.json +64 -0
  115. package/src/shared-components/steps/step-fields.html +36 -0
  116. package/src/shared-components/steps/steps.html +136 -0
  117. package/src/shared-components/textarea/_textarea.scss +96 -0
  118. package/src/shared-components/textarea/textarea.html +13 -0
  119. package/src/shared-components/theme-toggle/_theme-toggle.scss +68 -0
  120. package/src/shared-components/theme-toggle/theme-toggle.html +34 -0
  121. package/src/shared-components/tile/_tile.scss +117 -0
  122. package/src/shared-components/tile/tile.html +27 -0
  123. package/src/shared-components/value-props/_value-props.scss +99 -0
  124. package/src/shared-components/value-props/value-props.html +17 -0
  125. package/src/shared-components/zip-control/_zip-control.scss +42 -0
  126. package/src/shared-components/zip-control/zip-control.html +21 -0
  127. package/tasks/get-default-trade-questions.js +168 -128
  128. package/tasks/serve.js +1 -1
  129. package/src/data/trade-questions/alerts_medical.js +0 -109
  130. package/src/data/trade-questions/bathroom_refacing.js +0 -94
  131. package/src/data/trade-questions/cabinet_refacing.js +0 -249
  132. package/src/data/trade-questions/cabinets.js +0 -34
  133. package/src/data/trade-questions/concrete_foundation.js +0 -55
  134. package/src/data/trade-questions/door.js +0 -141
  135. package/src/data/trade-questions/flooring.js +0 -184
  136. package/src/data/trade-questions/garage_door.js +0 -87
  137. package/src/data/trade-questions/gutters.js +0 -44
  138. package/src/data/trade-questions/home_security.js +0 -129
  139. package/src/data/trade-questions/home_warranty.js +0 -55
  140. package/src/data/trade-questions/hot_tubs.js +0 -90
  141. package/src/data/trade-questions/hvac.js +0 -177
  142. package/src/data/trade-questions/index.js +0 -23
  143. package/src/data/trade-questions/insulation.js +0 -116
  144. package/src/data/trade-questions/plumbing.js +0 -258
  145. package/src/data/trade-questions/roofing.js +0 -116
  146. package/src/data/trade-questions/siding.js +0 -148
  147. package/src/data/trade-questions/solar.js +0 -67
  148. package/src/data/trade-questions/stair_lifts.js +0 -45
  149. package/src/data/trade-questions/tree_services.js +0 -167
  150. package/src/data/trade-questions/walk_in_tubs.js +0 -45
  151. package/src/data/trade-questions/water_treatment.js +0 -46
  152. package/src/data/trade-questions/windows.js +0 -130
  153. package/src/data/trade-questions-config.js +0 -137
@@ -1,87 +0,0 @@
1
- /* eslint-disable */
2
- export const garage_door = {
3
- ProjectScope: {
4
- fields: [
5
- {
6
- legend: {
7
- text: 'What is the nature of your project?'
8
- },
9
- options: [
10
- {
11
- text: 'Replace',
12
- attributes: {
13
- name: 'ProjectScope',
14
- value: 'Replace',
15
- checked: '',
16
- data: {
17
- required: 'nonempty'
18
- }
19
- }
20
- },
21
- {
22
- text: 'Repair',
23
- attributes: {
24
- name: 'ProjectScope',
25
- value: 'Repair',
26
- data: {
27
- required: 'nonempty'
28
- }
29
- }
30
- }
31
- ]
32
- }
33
- ]
34
- },
35
- GarageDoorSize: {
36
- fields: [
37
- {
38
- legend: {
39
- text: 'What size do you need?'
40
- },
41
- options: [
42
- {
43
- text: 'One Car',
44
- attributes: {
45
- name: 'GarageDoorSize',
46
- value: 'One Car',
47
- checked: '',
48
- data: {
49
- required: 'nonempty'
50
- }
51
- }
52
- },
53
- {
54
- text: 'Two Car',
55
- attributes: {
56
- name: 'GarageDoorSize',
57
- value: 'Two Car',
58
- data: {
59
- required: 'nonempty'
60
- }
61
- }
62
- },
63
- {
64
- text: 'RV',
65
- attributes: {
66
- name: 'GarageDoorSize',
67
- value: 'RV',
68
- data: {
69
- required: 'nonempty'
70
- }
71
- }
72
- },
73
- {
74
- text: 'Custom',
75
- attributes: {
76
- name: 'GarageDoorSize',
77
- value: 'Custom',
78
- data: {
79
- required: 'nonempty'
80
- }
81
- }
82
- }
83
- ]
84
- }
85
- ]
86
- }
87
- };
@@ -1,44 +0,0 @@
1
- export const gutters = {
2
- ProductService: {
3
- fields: [
4
- {
5
- legend: {
6
- text: 'What kind of service are you looking for?'
7
- },
8
- options: [
9
- {
10
- text: 'Gutter Installation',
11
- attributes: {
12
- name: 'ProductService',
13
- value: 'GUTTERS',
14
- checked: '',
15
- data: {
16
- required: 'nonempty'
17
- }
18
- }
19
- },
20
- {
21
- text: 'Gutter Guard',
22
- attributes: {
23
- name: 'ProductService',
24
- value: 'GUTTER_COVERS',
25
- data: {
26
- required: 'nonempty'
27
- }
28
- }
29
- },
30
- {
31
- text: 'Gutter Repair',
32
- attributes: {
33
- name: 'ProductService',
34
- value: 'GUTTERS_REPAIR',
35
- data: {
36
- required: 'nonempty'
37
- }
38
- }
39
- }
40
- ]
41
- }
42
- ]
43
- }
44
- };
@@ -1,129 +0,0 @@
1
- /* eslint-disable */
2
- export const home_security = {
3
- HomeSecurityProjectScope: {
4
- fields: [
5
- {
6
- legend: {
7
- text: 'What kind of service do you need?'
8
- },
9
- options: [
10
- {
11
- text: 'New System Installation',
12
- attributes: {
13
- name: 'HomeSecurityProjectScope',
14
- value: 'Install',
15
- checked: '',
16
- data: {
17
- required: 'nonempty'
18
- }
19
- }
20
- },
21
- {
22
- text: 'Reactivate an Existing System',
23
- attributes: {
24
- name: 'HomeSecurityProjectScope',
25
- value: 'Reactivate',
26
- data: {
27
- required: 'nonempty'
28
- }
29
- }
30
- },
31
- {
32
- text: 'Equipment Only (No Monitoring Service)',
33
- attributes: {
34
- name: 'HomeSecurityProjectScope',
35
- value: 'Equipment',
36
- data: {
37
- required: 'nonempty'
38
- }
39
- }
40
- }
41
- ]
42
- }
43
- ]
44
- },
45
- SecuritySystemInstallationType: {
46
- fields: [
47
- {
48
- legend: {
49
- text: 'What is your installation preference?'
50
- },
51
- options: [
52
- {
53
- text: 'Professional Installation',
54
- attributes: {
55
- name: 'SecuritySystemInstallationType',
56
- value: 'ProfessionalInstall',
57
- checked: '',
58
- data: {
59
- required: 'nonempty'
60
- }
61
- }
62
- },
63
- {
64
- text: 'Self Installation',
65
- attributes: {
66
- name: 'SecuritySystemInstallationType',
67
- value: 'SelfInstall',
68
- data: {
69
- required: 'nonempty'
70
- }
71
- }
72
- },
73
- {
74
- text: 'No Preference',
75
- attributes: {
76
- name: 'SecuritySystemInstallationType',
77
- value: 'NoPreference',
78
- data: {
79
- required: 'nonempty'
80
- }
81
- }
82
- }
83
- ]
84
- }
85
- ]
86
- },
87
- CommercialLocation: {
88
- fields: [
89
- {
90
- legend: {
91
- text: 'What type of property is this system for?'
92
- },
93
- options: [
94
- {
95
- text: 'Owned',
96
- attributes: {
97
- name: 'CommercialLocation',
98
- value: 'Home',
99
- checked: '',
100
- data: {
101
- required: 'nonempty'
102
- }
103
- }
104
- },
105
- {
106
- text: 'Rented',
107
- attributes: {
108
- name: 'CommercialLocation',
109
- value: 'Homerent',
110
- data: {
111
- required: 'nonempty'
112
- }
113
- }
114
- },
115
- {
116
- text: 'Business',
117
- attributes: {
118
- name: 'CommercialLocation',
119
- value: 'Commercial',
120
- data: {
121
- required: 'nonempty'
122
- }
123
- }
124
- }
125
- ]
126
- }
127
- ]
128
- }
129
- };
@@ -1,55 +0,0 @@
1
- /* eslint-disable */
2
- export const home_warranty = {
3
- Interest: {
4
- fields: [
5
- {
6
- legend: {
7
- text: 'Why are you interested in a home warranty?'
8
- },
9
- options: [
10
- {
11
- attributes: {
12
- name: 'Interest',
13
- value: 'BuyHome',
14
- checked: '',
15
- data: {
16
- required: 'nonempty'
17
- }
18
- },
19
- text: 'I\'m in the process of buying a home'
20
- },
21
- {
22
- attributes: {
23
- name: 'Interest',
24
- value: 'ProtectHome',
25
- data: {
26
- required: 'nonempty'
27
- }
28
- },
29
- text: 'I need protection for my current home'
30
- },
31
- {
32
- attributes: {
33
- name: 'Interest',
34
- value: 'RealEstateProfessional',
35
- data: {
36
- required: 'nonempty'
37
- }
38
- },
39
- text: 'I\'m a real estate professional'
40
- },
41
- {
42
- attributes: {
43
- name: 'Interest',
44
- value: 'Other',
45
- data: {
46
- required: 'nonempty'
47
- }
48
- },
49
- text: 'Other'
50
- }
51
- ]
52
- }
53
- ]
54
- }
55
- };
@@ -1,90 +0,0 @@
1
- /* eslint-disable */
2
- export const hot_tubs = {
3
- HotTubUse: {
4
- fields: [
5
- {
6
- legend: {
7
- text: 'What do you want to use your hot tub for?'
8
- },
9
- options: [
10
- {
11
- text: 'Relaxation',
12
- attributes: {
13
- name: 'HotTubUse',
14
- value: 'Relaxation',
15
- checked: '',
16
- data: {
17
- required: 'nonempty'
18
- }
19
- }
20
- },
21
- {
22
- text: 'Pain Relief & Healthy Benefits',
23
- attributes: {
24
- name: 'HotTubUse',
25
- value: 'PainAndHealth',
26
- data: {
27
- required: 'nonempty'
28
- }
29
- }
30
- },
31
- {
32
- text: 'Others',
33
- attributes: {
34
- name: 'HotTubUse',
35
- value: 'Other',
36
- data: {
37
- required: 'nonempty'
38
- }
39
- }
40
- }
41
- ]
42
- }
43
- ]
44
- },
45
- HotTubType: {
46
- fields: [
47
- {
48
- legend: {
49
- text: 'What size tub do you need?'
50
- },
51
- options: [
52
- {
53
- text: 'Large (7+ people)',
54
-
55
- attributes: {
56
- name: 'HotTubType',
57
- value: 'Large',
58
- checked: '',
59
- data: {
60
- required: 'nonempty'
61
- }
62
- }
63
- },
64
- {
65
- text: 'Medium (4-6 people)',
66
-
67
- attributes: {
68
- name: 'HotTubType',
69
- value: 'Medium',
70
- data: {
71
- required: 'nonempty'
72
- }
73
- }
74
- },
75
- {
76
- text: 'Small (2-3 people)',
77
-
78
- attributes: {
79
- name: 'HotTubType',
80
- value: 'Small',
81
- data: {
82
- required: 'nonempty'
83
- }
84
- }
85
- }
86
- ]
87
- }
88
- ]
89
- }
90
- };
@@ -1,177 +0,0 @@
1
- export const hvac = {
2
- HVACProjectScope: {
3
- fields: [
4
- {
5
- legend: {
6
- text: 'What is the nature of your request?'
7
- },
8
- options: [
9
- {
10
- text: 'Install/Replace',
11
- attributes: {
12
- name: 'HVACProjectScope',
13
- value: 'Install',
14
- checked: '',
15
- data: {
16
- required: 'nonempty'
17
- }
18
- }
19
- },
20
- {
21
- text: 'Repair',
22
- attributes: {
23
- name: 'HVACProjectScope',
24
- value: 'Repair',
25
- data: {
26
- required: 'nonempty'
27
- }
28
- }
29
- }
30
- ]
31
- }
32
- ],
33
- extraQuestionBlock: {
34
- fields: [
35
- {
36
- legend: {
37
- text: 'If your unit needs to be replaced, would you?'
38
- },
39
- options: [
40
- {
41
- attributes: {
42
- name: 'ReadyToReplace',
43
- value: 'Yes',
44
- data: {
45
- required: 'nonempty'
46
- }
47
- },
48
- text: 'Yes'
49
- },
50
- {
51
- attributes: {
52
- name: 'ReadyToReplace',
53
- value: 'No',
54
- data: {
55
- required: 'nonempty'
56
- }
57
- },
58
- text: 'No'
59
- }
60
- ]
61
- }
62
- ]
63
- }
64
- },
65
- HVACInterest: {
66
- fields: [
67
- {
68
- legend: {
69
- text: 'What type of system do you have?'
70
- },
71
- options: [
72
- {
73
- text: 'Air Conditioner',
74
- attributes: {
75
- name: 'HVACInterest',
76
- value: 'Central AC',
77
- data: {
78
- required: 'nonempty'
79
- }
80
- }
81
- },
82
- {
83
- text: 'Central Heating / Furnace',
84
- attributes: {
85
- name: 'HVACInterest',
86
- value: 'Central Heating',
87
- data: {
88
- required: 'nonempty'
89
- }
90
- }
91
- },
92
- {
93
- text: 'Heat Pump',
94
- attributes: {
95
- name: 'HVACInterest',
96
- value: 'Central Heating Heat Pump',
97
- data: {
98
- required: 'nonempty'
99
- }
100
- }
101
- },
102
- {
103
- text: 'Boiler / Radiator',
104
- attributes: {
105
- name: 'HVACInterest',
106
- value: 'Boiler/Radiator',
107
- data: {
108
- required: 'nonempty'
109
- }
110
- }
111
- }
112
- ]
113
- }
114
- ]
115
- },
116
- BoilerHeatingInstallRepairType: {
117
- fields: [
118
- {
119
- legend: {
120
- text: 'Which kind of Central Heating system do you want?'
121
- },
122
- options: [
123
- {
124
- text: 'Natural gas',
125
- attributes: {
126
- name: 'BoilerHeatingInstallRepairType',
127
- value: 'NaturalGas',
128
- data: {
129
- required: 'nonempty'
130
- }
131
- }
132
- },
133
- {
134
- text: 'Oil',
135
- attributes: {
136
- name: 'BoilerHeatingInstallRepairType',
137
- value: 'Oil',
138
- data: {
139
- required: 'nonempty'
140
- }
141
- }
142
- },
143
- {
144
- text: 'Propane gas',
145
- attributes: {
146
- name: 'BoilerHeatingInstallRepairType',
147
- value: 'PropaneGas',
148
- data: {
149
- required: 'nonempty'
150
- }
151
- }
152
- },
153
- {
154
- text: 'Electric',
155
- attributes: {
156
- name: 'BoilerHeatingInstallRepairType',
157
- value: 'Electric',
158
- data: {
159
- required: 'nonempty'
160
- }
161
- }
162
- },
163
- {
164
- text: 'Do not know',
165
- attributes: {
166
- name: 'BoilerHeatingInstallRepairType',
167
- value: 'Do Not Know',
168
- data: {
169
- required: 'nonempty'
170
- }
171
- }
172
- }
173
- ]
174
- }
175
- ]
176
- }
177
- };
@@ -1,23 +0,0 @@
1
- export * from './alerts_medical';
2
- export * from './bathroom_refacing';
3
- export * from './cabinets';
4
- export * from './cabinet_refacing';
5
- export * from './concrete_foundation';
6
- export * from './door';
7
- export * from './flooring';
8
- export * from './garage_door';
9
- export * from './gutters';
10
- export * from './home_security';
11
- export * from './home_warranty';
12
- export * from './hot_tubs';
13
- export * from './hvac';
14
- export * from './insulation';
15
- export * from './plumbing';
16
- export * from './roofing';
17
- export * from './siding';
18
- export * from './solar';
19
- export * from './stair_lifts';
20
- export * from './tree_services';
21
- export * from './walk_in_tubs';
22
- export * from './water_treatment';
23
- export * from './windows';
@@ -1,116 +0,0 @@
1
- export const insulation = {
2
- InsulationLocation: {
3
- fields: [
4
- {
5
- legend: {
6
- text: 'What area of your home needs to be insulated?'
7
- },
8
- options: [
9
- {
10
- attributes: {
11
- name: 'InsulationLocation',
12
- value: 'Attic',
13
- checked: '',
14
- data: {
15
- required: 'nonempty'
16
- }
17
- },
18
- text: 'Attic'
19
- },
20
- {
21
- attributes: {
22
- name: 'InsulationLocation',
23
- value: 'Walls',
24
- data: {
25
- required: 'nonempty'
26
- }
27
- },
28
- text: 'Walls'
29
- },
30
- {
31
- attributes: {
32
- name: 'InsulationLocation',
33
- value: 'Basement',
34
- data: {
35
- required: 'nonempty'
36
- }
37
- },
38
- text: 'Basement'
39
- },
40
- {
41
- attributes: {
42
- name: 'InsulationLocation',
43
- value: 'Crawl Space',
44
- data: {
45
- required: 'nonempty'
46
- }
47
- },
48
- text: 'Crawl Space'
49
- },
50
- {
51
- attributes: {
52
- name: 'InsulationLocation',
53
- value: 'Other',
54
- data: {
55
- required: 'nonempty'
56
- }
57
- },
58
- text: 'Other'
59
- }
60
- ]
61
- }
62
- ]
63
- },
64
- SubProductService: {
65
- fields: [
66
- {
67
- legend: {
68
- text: 'What type of insulation do you need?'
69
- },
70
- options: [
71
- {
72
- attributes: {
73
- name: 'SubProductService',
74
- value: 'Blown',
75
- checked: '',
76
- data: {
77
- required: 'nonempty'
78
- }
79
- },
80
- text: 'Blown-In'
81
- },
82
- {
83
- attributes: {
84
- name: 'SubProductService',
85
- value: 'Batts',
86
- data: {
87
- required: 'nonempty'
88
- }
89
- },
90
- text: 'Batt, Rolled or Reflective'
91
- },
92
- {
93
- attributes: {
94
- name: 'SubProductService',
95
- value: 'Spray',
96
- data: {
97
- required: 'nonempty'
98
- }
99
- },
100
- text: 'Sprayfoam'
101
- },
102
- {
103
- attributes: {
104
- name: 'SubProductService',
105
- value: 'NotSure',
106
- data: {
107
- required: 'nonempty'
108
- }
109
- },
110
- text: 'Other/Unsure'
111
- }
112
- ]
113
- }
114
- ]
115
- }
116
- };