@axos-web-dev/shared-components 1.0.99-honeypot.1 → 1.0.99-leadpriority.1

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 (119) hide show
  1. package/dist/Auth/ErrorAlert.js +2 -2
  2. package/dist/Button/Button.js +2 -2
  3. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  4. package/dist/Calculators/Calculator.js +14 -2
  5. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
  6. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
  7. package/dist/Calculators/MaxLoanCalculator/index.js +22 -5
  8. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
  9. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -0
  10. package/dist/Calculators/MonthlyPaymentCalculator/index.js +15 -5
  11. package/dist/Calculators/index.d.ts +2 -1
  12. package/dist/Calculators/index.js +3 -1
  13. package/dist/Carousel/index.js +2 -2
  14. package/dist/Chevron/index.js +2 -2
  15. package/dist/Comparison/Comparison.js +2 -2
  16. package/dist/ExecutiveBio/ExecutiveBio.js +2 -2
  17. package/dist/FaqAccordion/index.js +2 -2
  18. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -2
  19. package/dist/Forms/ApplicationStart.d.ts +1 -1
  20. package/dist/Forms/ApplicationStart.js +101 -89
  21. package/dist/Forms/ApplyNow.d.ts +2 -2
  22. package/dist/Forms/ApplyNow.js +170 -145
  23. package/dist/Forms/ClearingForm.d.ts +1 -1
  24. package/dist/Forms/ClearingForm.js +174 -162
  25. package/dist/Forms/CommercialDeposits.d.ts +1 -1
  26. package/dist/Forms/CommercialDeposits.js +191 -179
  27. package/dist/Forms/CommercialLending.d.ts +1 -1
  28. package/dist/Forms/CommercialLending.js +268 -256
  29. package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
  30. package/dist/Forms/CommercialPremiumFinance.js +106 -94
  31. package/dist/Forms/ContactCompany.d.ts +1 -1
  32. package/dist/Forms/ContactCompany.js +103 -91
  33. package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
  34. package/dist/Forms/ContactCompanyTitle.js +117 -105
  35. package/dist/Forms/ContactUs.d.ts +1 -1
  36. package/dist/Forms/ContactUs.js +90 -79
  37. package/dist/Forms/ContactUsAAS.d.ts +1 -1
  38. package/dist/Forms/ContactUsAAS.js +170 -158
  39. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  40. package/dist/Forms/ContactUsBusiness.js +126 -114
  41. package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
  42. package/dist/Forms/ContactUsBusinessNameEmail.js +95 -83
  43. package/dist/Forms/ContactUsLVF.d.ts +3 -1
  44. package/dist/Forms/ContactUsLVF.js +117 -101
  45. package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
  46. package/dist/Forms/ContactUsNMLSId.js +109 -97
  47. package/dist/Forms/ContactUsNewTest.d.ts +3 -0
  48. package/dist/Forms/ContactUsNewTest.js +206 -0
  49. package/dist/Forms/CpraRequest.d.ts +1 -1
  50. package/dist/Forms/CpraRequest.js +630 -618
  51. package/dist/Forms/CraPublicFile.d.ts +1 -1
  52. package/dist/Forms/CraPublicFile.js +101 -89
  53. package/dist/Forms/DealerServices.d.ts +1 -1
  54. package/dist/Forms/DealerServices.js +215 -203
  55. package/dist/Forms/EmailOnly.d.ts +1 -1
  56. package/dist/Forms/EmailOnly.js +48 -36
  57. package/dist/Forms/EmailUs.d.ts +1 -1
  58. package/dist/Forms/EmailUs.js +65 -53
  59. package/dist/Forms/FormProps.d.ts +3 -0
  60. package/dist/Forms/Forms.css.d.ts +18 -0
  61. package/dist/Forms/Forms.css.js +44 -38
  62. package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -1
  63. package/dist/Forms/HoneyPot/HoneyPot.css.js +2 -2
  64. package/dist/Forms/HoneyPot/index.d.ts +10 -11
  65. package/dist/Forms/HoneyPot/index.js +21 -24
  66. package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +1 -1
  67. package/dist/Forms/MortgageRate/MortgageRateForm.js +369 -348
  68. package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -2
  69. package/dist/Forms/MortgageWarehouseLending.d.ts +11 -0
  70. package/dist/Forms/MortgageWarehouseLending.js +337 -0
  71. package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
  72. package/dist/Forms/QuickPricer/QuickPricerForm.js +608 -596
  73. package/dist/Forms/SalesforceFieldsForm.d.ts +5 -0
  74. package/dist/Forms/SalesforceFieldsForm.js +11 -1
  75. package/dist/Forms/ScheduleCall.d.ts +1 -1
  76. package/dist/Forms/ScheduleCall.js +146 -134
  77. package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
  78. package/dist/Forms/ScheduleCallPremier.js +168 -156
  79. package/dist/Forms/SuccesForm.js +5 -5
  80. package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
  81. package/dist/Forms/VendorQuestionnaire.js +807 -795
  82. package/dist/Forms/WcplSurvey.d.ts +1 -1
  83. package/dist/Forms/WcplSurvey.js +102 -90
  84. package/dist/Forms/applynow-utils.d.ts +1 -0
  85. package/dist/Forms/applynow-utils.js +48 -0
  86. package/dist/Forms/index.d.ts +3 -0
  87. package/dist/Forms/index.js +10 -2
  88. package/dist/HeroBanner/HeroBanner.js +38 -1
  89. package/dist/Hyperlink/index.js +2 -2
  90. package/dist/IconBillboard/sections/CallToActionSection.js +2 -1
  91. package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +6 -1
  92. package/dist/ImageLink/ImageLink.js +2 -2
  93. package/dist/ImageLink/ImageLinkSet.js +2 -2
  94. package/dist/ImageLink/index.js +2 -2
  95. package/dist/Insight/Featured/CategorySelector.js +2 -2
  96. package/dist/Insight/Featured/Featured.js +2 -2
  97. package/dist/Insight/Featured/Header.js +2 -2
  98. package/dist/Modal/Modal.js +2 -2
  99. package/dist/NavigationMenu/AxosALTS/NavData.js +2 -2
  100. package/dist/NavigationMenu/AxosALTS/index.js +2 -2
  101. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +14 -6
  102. package/dist/NavigationMenu/AxosBank/NavData.js +2 -2
  103. package/dist/NavigationMenu/AxosBank/SubNavBar.js +15 -7
  104. package/dist/NavigationMenu/AxosBank/index.js +2 -2
  105. package/dist/NavigationMenu/LaVictoire/NavData.js +2 -2
  106. package/dist/NavigationMenu/LaVictoire/index.js +2 -2
  107. package/dist/NavigationMenu/NavDataJson.js +2 -2
  108. package/dist/NavigationMenu/Navbar.js +2 -2
  109. package/dist/NavigationMenu/SignInNavButton.js +2 -2
  110. package/dist/SetContainer/SetContainer.js +2 -2
  111. package/dist/SocialMediaBar/iconsRepository.js +2 -2
  112. package/dist/VideoTile/VideoTile.js +2 -2
  113. package/dist/VideoWrapper/index.js +2 -2
  114. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +3 -0
  115. package/dist/assets/Forms/Forms.css +135 -105
  116. package/dist/assets/Forms/HoneyPot/HoneyPot.css +4 -0
  117. package/dist/main.js +13 -3
  118. package/dist/utils/allowedAxosDomains.js +2 -1
  119. package/package.json +1 -1
@@ -5,4 +5,4 @@ export type WCPLSruveyInputs = {
5
5
  Description_of_Deal_Details: string;
6
6
  Telephone: string;
7
7
  };
8
- export declare const WCPLSurvey: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, callToAction, id, description, }: FormProps) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const WCPLSurvey: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, callToAction, onValidate, id, description, }: FormProps) => import("react/jsx-runtime").JSX.Element;
@@ -43,6 +43,7 @@ const WCPLSurvey = ({
43
43
  variant: fullVariant = "primary",
44
44
  headline,
45
45
  callToAction,
46
+ onValidate,
46
47
  id,
47
48
  description
48
49
  }) => {
@@ -108,96 +109,107 @@ const WCPLSurvey = ({
108
109
  }
109
110
  )
110
111
  ] }),
111
- /* @__PURE__ */ jsxs("form", { className: form, onSubmit: handleSubmit(submitForm), children: [
112
- /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant, formType: "email" })), children: [
113
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
114
- RadioButtonSet,
115
- {
116
- id: "Has_Deal",
117
- label: "Do You have a potential deal you would like to discuss with an Account Executive?",
118
- sizes: "medium",
119
- placeholder: "Details",
120
- required: true,
121
- error: !!errors.Has_Deal,
122
- helperText: errors.Has_Deal?.message,
123
- variant,
124
- children: [
125
- /* @__PURE__ */ jsx(
126
- RadioButton,
127
- {
128
- ...register("Has_Deal", {
129
- required: true
130
- }),
131
- value: "Yes",
132
- radioText: "Yes",
133
- groupName: "Has_Deal"
134
- }
135
- ),
136
- /* @__PURE__ */ jsx(
137
- RadioButton,
138
- {
139
- ...register("Has_Deal", {
140
- required: true
141
- }),
142
- value: "No",
143
- radioText: "No",
144
- groupName: "Has_Deal"
145
- }
146
- )
147
- ]
148
- }
149
- ) }),
150
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
151
- InputTextArea,
152
- {
153
- id: "Description_of_Deal_Details",
154
- ...register("Description_of_Deal_Details", {
155
- required: true
156
- }),
157
- label: "Write Your Message",
158
- sizes: "medium",
159
- placeholder: "Details",
160
- required: true,
161
- error: !!errors.Description_of_Deal_Details,
162
- helperText: errors.Description_of_Deal_Details?.message,
163
- variant
164
- }
165
- ) }),
166
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
167
- InputPhone,
168
- {
169
- id: "Telephone",
170
- ...register("Telephone", { required: true, maxLength: 12 }),
171
- label: "Telephone",
172
- sizes: "medium",
173
- placeholder: "Phone",
174
- required: true,
175
- error: !!errors.Telephone,
176
- helperText: errors.Telephone?.message,
177
- variant
178
- }
179
- ) }),
180
- /* @__PURE__ */ jsx(HoneyPot, { register, errors, variant })
181
- ] }),
182
- children,
183
- /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
184
- /* @__PURE__ */ jsx("div", { className: actions, children: isSubmitting ? /* @__PURE__ */ jsx(
185
- LoadingIndicator,
186
- {
187
- style: { marginInline: "auto" },
188
- variant
189
- }
190
- ) : /* @__PURE__ */ jsx(
191
- Button,
192
- {
193
- color: getVariant(callToAction?.variant),
194
- as: "button",
195
- type: "submit",
196
- disabled: !isValid || isSubmitting,
197
- children: callToAction?.displayText
198
- }
199
- ) })
200
- ] })
112
+ /* @__PURE__ */ jsxs(
113
+ "form",
114
+ {
115
+ className: form,
116
+ onSubmit: async (e) => {
117
+ onValidate && onValidate(e);
118
+ await handleSubmit(submitForm)(e);
119
+ e.preventDefault();
120
+ },
121
+ children: [
122
+ /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant, formType: "email" })), children: [
123
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
124
+ RadioButtonSet,
125
+ {
126
+ id: "Has_Deal",
127
+ label: "Do You have a potential deal you would like to discuss with an Account Executive?",
128
+ sizes: "medium",
129
+ placeholder: "Details",
130
+ required: true,
131
+ error: !!errors.Has_Deal,
132
+ helperText: errors.Has_Deal?.message,
133
+ variant,
134
+ children: [
135
+ /* @__PURE__ */ jsx(
136
+ RadioButton,
137
+ {
138
+ ...register("Has_Deal", {
139
+ required: true
140
+ }),
141
+ value: "Yes",
142
+ radioText: "Yes",
143
+ groupName: "Has_Deal"
144
+ }
145
+ ),
146
+ /* @__PURE__ */ jsx(
147
+ RadioButton,
148
+ {
149
+ ...register("Has_Deal", {
150
+ required: true
151
+ }),
152
+ value: "No",
153
+ radioText: "No",
154
+ groupName: "Has_Deal"
155
+ }
156
+ )
157
+ ]
158
+ }
159
+ ) }),
160
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
161
+ InputTextArea,
162
+ {
163
+ id: "Description_of_Deal_Details",
164
+ ...register("Description_of_Deal_Details", {
165
+ required: true
166
+ }),
167
+ label: "Write Your Message",
168
+ sizes: "medium",
169
+ placeholder: "Details",
170
+ required: true,
171
+ error: !!errors.Description_of_Deal_Details,
172
+ helperText: errors.Description_of_Deal_Details?.message,
173
+ variant
174
+ }
175
+ ) }),
176
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
177
+ InputPhone,
178
+ {
179
+ id: "Telephone",
180
+ ...register("Telephone", { required: true, maxLength: 12 }),
181
+ label: "Telephone",
182
+ sizes: "medium",
183
+ placeholder: "Phone",
184
+ required: true,
185
+ error: !!errors.Telephone,
186
+ helperText: errors.Telephone?.message,
187
+ variant
188
+ }
189
+ ) }),
190
+ /* @__PURE__ */ jsx(HoneyPot, { register, variant })
191
+ ] }),
192
+ children,
193
+ /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
194
+ /* @__PURE__ */ jsx("div", { className: actions, children: isSubmitting ? /* @__PURE__ */ jsx(
195
+ LoadingIndicator,
196
+ {
197
+ style: { marginInline: "auto" },
198
+ variant
199
+ }
200
+ ) : /* @__PURE__ */ jsx(
201
+ Button,
202
+ {
203
+ color: getVariant(callToAction?.variant),
204
+ as: "button",
205
+ type: "submit",
206
+ disabled: !isValid || isSubmitting,
207
+ children: callToAction?.displayText
208
+ }
209
+ ) })
210
+ ]
211
+ }
212
+ )
201
213
  ] }) }) }, id);
202
214
  };
203
215
  export {
@@ -0,0 +1 @@
1
+ export declare const getLink: (selection: Array<string>) => string;
@@ -0,0 +1,48 @@
1
+ const getLink = (selection) => {
2
+ const formSelection = selection.join(" | ");
3
+ let url = "{LVFMYSITE}/Portal/nPortal__SelfRegistration?core=es5";
4
+ switch (formSelection) {
5
+ case "Term | Full-time Charter | LLC":
6
+ url += "&product=a0u5e000001XiAo";
7
+ break;
8
+ case "Term | Limited Charter | LLC":
9
+ url += "&product=a0u5e000001XiAp";
10
+ break;
11
+ case "Term | Personal Use | LLC":
12
+ url += "&product=a0u5e000001XiB3";
13
+ break;
14
+ case "Term | Full-time Charter | Personal":
15
+ url += "&product=a0u5e000001Wfd5";
16
+ break;
17
+ case "Term | Limited Charter | Personal":
18
+ url += "&product=a0u5e000001WfdA";
19
+ break;
20
+ case "Term | Personal Use | Personal":
21
+ url += "&product=a0u5e000001WfdB";
22
+ break;
23
+ case "Credit Line | Full-time Charter | LLC":
24
+ url += "&product=a0u8W00002DhceX";
25
+ break;
26
+ case "Credit Line | Limited Charter | LLC":
27
+ url += "&product=a0u8W00002DhceY";
28
+ break;
29
+ case "Credit Line | Personal Use | LLC":
30
+ url += "&product=a0u8W00002DhceZ";
31
+ break;
32
+ case "Credit Line | Full-time Charter | Personal":
33
+ url += "&product=a0u8W00002DhceS";
34
+ break;
35
+ case "Credit Line | Limited Charter | Personal":
36
+ url += "&product=a0u8W00002DhceT";
37
+ break;
38
+ case "Credit Line | Personal Use | Personal":
39
+ url += "&product=a0u8W00002DhceU";
40
+ break;
41
+ default:
42
+ url += "&product=a0u5e000000hzHz";
43
+ }
44
+ return url;
45
+ };
46
+ export {
47
+ getLink
48
+ };
@@ -1,5 +1,6 @@
1
1
  export * from './ApplicationStart';
2
2
  export * from './ApplyNow';
3
+ export * from './applynow-utils';
3
4
  export * from './ClearingForm';
4
5
  export * from './CommercialDeposits';
5
6
  export * from './CommercialLending';
@@ -11,6 +12,7 @@ export * from './ContactUsAAS';
11
12
  export * from './ContactUsBusiness';
12
13
  export * from './ContactUsBusinessNameEmail';
13
14
  export * from './ContactUsLVF';
15
+ export * from './ContactUsNewTest';
14
16
  export * from './ContactUsNMLSId';
15
17
  export * from './CpraRequest';
16
18
  export * from './CraPublicFile';
@@ -24,6 +26,7 @@ export * from './MortgageRate/MortgageRateForm';
24
26
  export * from './MortgageRate/MortgageRateModal';
25
27
  export * from './MortgageRate/MortgageRateQuoteFilters';
26
28
  export * from './MortgageRate/MortgageRateWatch';
29
+ export * from './MortgageWarehouseLending';
27
30
  export * from './QuickPricer';
28
31
  export * from './SalesforceFieldsForm';
29
32
  export * from './ScheduleCall';
@@ -1,6 +1,7 @@
1
1
  "use client";
2
2
  import { ApplicationStart } from "./ApplicationStart.js";
3
- import { ApplyNow, getLink } from "./ApplyNow.js";
3
+ import { ApplyNow } from "./ApplyNow.js";
4
+ import { getLink } from "./applynow-utils.js";
4
5
  import { ClearingForm } from "./ClearingForm.js";
5
6
  import { CommercialDeposits } from "./CommercialDeposits.js";
6
7
  import { CommercialLending } from "./CommercialLending.js";
@@ -12,13 +13,14 @@ import { ContactUsAAS } from "./ContactUsAAS.js";
12
13
  import { ContactUsBusiness } from "./ContactUsBusiness.js";
13
14
  import { ContactUsBusinessNameAndEmail } from "./ContactUsBusinessNameEmail.js";
14
15
  import { ContactUsLVF } from "./ContactUsLVF.js";
16
+ import { ContactUsNewTest } from "./ContactUsNewTest.js";
15
17
  import { ContactUsNMLSId } from "./ContactUsNMLSId.js";
16
18
  import { CpraRequest } from "./CpraRequest.js";
17
19
  import { CraPublicFile } from "./CraPublicFile.js";
18
20
  import { DealerServices } from "./DealerServices.js";
19
21
  import { EmailOnly } from "./EmailOnly.js";
20
22
  import { EmailUs } from "./EmailUs.js";
21
- import { actions, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, form, formBtns, formContainer, formWrapper, form_nav_apply_now, form_row, fullRowForm, fullRowSelect, headerContainer, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, step_title_apply_now, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms.css.js";
23
+ import { actions, apply_now_form, axosHeader, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, form, formBtns, formContainer, formWrapper, form_nav_apply_now, form_row, fullRowForm, fullRowSelect, headerContainer, headerF, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, step_title_apply_now, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms.css.js";
22
24
  import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./HoneyPot/index.js";
23
25
  import { MortgageRate } from "./MortgageRate/MortgageRateForm.js";
24
26
  import "react/jsx-runtime";
@@ -27,6 +29,7 @@ import "../utils/allowedAxosDomains.js";
27
29
  import "../LoadingIndicator/LoadingIndicator.css.js";
28
30
  import "../Interstitial/Interstitial-variants.css.js";
29
31
  import { MortgageRateFilters } from "./MortgageRate/MortgageRateQuoteFilters.js";
32
+ import { MortgageWarehouseLending } from "./MortgageWarehouseLending.js";
30
33
  import { QuickPricer } from "./QuickPricer/QuickPricerForm.js";
31
34
  import { rate_table_title, results_container } from "./QuickPricer/QuickPricerResults.css.js";
32
35
  import { UserInformation } from "./QuickPricer/UserInformation.js";
@@ -52,6 +55,7 @@ export {
52
55
  ContactUsBusinessNameAndEmail,
53
56
  ContactUsLVF,
54
57
  ContactUsNMLSId,
58
+ ContactUsNewTest,
55
59
  CpraRequest,
56
60
  CraPublicFile,
57
61
  DealerServices,
@@ -60,6 +64,7 @@ export {
60
64
  HoneyPot,
61
65
  MortgageRate,
62
66
  MortgageRateFilters,
67
+ MortgageWarehouseLending,
63
68
  QuickPricer,
64
69
  RateWatchForm,
65
70
  SalesforceFieldsForm,
@@ -71,6 +76,8 @@ export {
71
76
  VendorQuestionnaire,
72
77
  WCPLSurvey,
73
78
  actions,
79
+ apply_now_form,
80
+ axosHeader,
74
81
  back_btn_apply_now,
75
82
  centerSelect,
76
83
  checkbox_group,
@@ -88,6 +95,7 @@ export {
88
95
  fullRowSelect,
89
96
  getLink,
90
97
  headerContainer,
98
+ headerF,
91
99
  headerForm,
92
100
  hide_options,
93
101
  honeyPotSchema,
@@ -314,7 +314,44 @@ const HeroBanner = ({
314
314
  children: headline
315
315
  }
316
316
  ),
317
- /* @__PURE__ */ jsx("div", { className: "push_up", children: /* @__PURE__ */ jsx(Fragment, { children: bodyCopy }) }),
317
+ /* @__PURE__ */ jsxs("div", { className: "push_up", children: [
318
+ /* @__PURE__ */ jsx(Fragment, { children: bodyCopy }),
319
+ bullets && bullets.length > 0 && /* @__PURE__ */ jsx("ul", { className: "list_unstyled mb_0 push_up_24", children: bullets.map(
320
+ ({ id: id2, icon, copy, subBullet }) => !subBullet ? /* @__PURE__ */ jsxs(
321
+ "li",
322
+ {
323
+ className: `list_item flex ${hero_bullet_item}`,
324
+ children: [
325
+ /* @__PURE__ */ jsx("div", { className: "img_item", children: getVariant(variant) ? /* @__PURE__ */ jsx(
326
+ SvgCheckIcon,
327
+ {
328
+ variant: getVariant(variant) === "primary" || getVariant(variant) === "secondary" ? "primary" : "secondary"
329
+ }
330
+ ) : /* @__PURE__ */ jsx("img", { src: icon?.src, alt: icon?.altText }) }),
331
+ /* @__PURE__ */ jsx("span", { children: copy })
332
+ ]
333
+ },
334
+ id2
335
+ ) : /* @__PURE__ */ jsx(
336
+ "ul",
337
+ {
338
+ className: clsx(hero_sub_bullets, "mb_0", "push_up"),
339
+ children: /* @__PURE__ */ jsxs("li", { className: "list_item flex", children: [
340
+ /* @__PURE__ */ jsx("div", { className: "img_item", children: /* @__PURE__ */ jsx(
341
+ "img",
342
+ {
343
+ style: { maxWidth: "max-content" },
344
+ src: icon?.src,
345
+ alt: icon?.altText
346
+ }
347
+ ) }),
348
+ /* @__PURE__ */ jsx("span", { children: copy })
349
+ ] })
350
+ },
351
+ id2
352
+ )
353
+ ) })
354
+ ] }),
318
355
  callToActionRow && callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: callToActionRow.map(
319
356
  ({
320
357
  id: id2,
@@ -41,7 +41,9 @@ import "../Input/InputPhone.js";
41
41
  import "../Input/InputTextArea.js";
42
42
  import "../Input/DownPaymentInput.js";
43
43
  import "../Input/RadioButton.js";
44
+ import "../Input/PercentageInput.js";
44
45
  import "react-hook-form";
46
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
45
47
  import "../Forms/Forms.css.js";
46
48
  import "../Forms/HoneyPot/index.js";
47
49
  import "../Forms/SalesforceFieldsForm.js";
@@ -56,8 +58,6 @@ import "iframe-resizer";
56
58
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
57
59
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
58
60
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
59
- import "../Input/PercentageInput.js";
60
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
61
61
  /* empty css */
62
62
  import "react-dom";
63
63
  /* empty css */
@@ -4,9 +4,9 @@ import { Button } from "../../Button/Button.js";
4
4
  import "../../Button/Button.css.js";
5
5
  import { useMemo } from "react";
6
6
  import "react-use";
7
- import { buttons } from "../IconBillboard.css.js";
8
7
  import { Chevron } from "../../Chevron/index.js";
9
8
  import { getVariant } from "../../utils/getVariant.js";
9
+ import { buttons } from "../IconBillboard.css.js";
10
10
  const useFullClick = (callToActionRow) => {
11
11
  return useMemo(() => {
12
12
  let chevronCount = 0;
@@ -89,6 +89,7 @@ const CallToActionSection = ({
89
89
  variant: getVariant(variant),
90
90
  marketingIntersitial,
91
91
  newTab,
92
+ action: rest?.onClick,
92
93
  children: displayText
93
94
  },
94
95
  id
@@ -5,7 +5,12 @@ const useExitIntentModal = (enabled) => {
5
5
  const modalRef = useRef(null);
6
6
  useEffect(() => {
7
7
  if (!enabled) return;
8
- const STORAGE_KEY = "exitIntentShown";
8
+ const getPageSpecificStorageKey = () => {
9
+ const pathname = window.location.pathname;
10
+ const normalizedPath = pathname.replace(/^\/+|\/+$/g, "").replace(/\//g, "_") || "root";
11
+ return `exitIntentShown_${normalizedPath}`;
12
+ };
13
+ const STORAGE_KEY = getPageSpecificStorageKey();
9
14
  const sessionExpiry = 24 * 60 * 60 * 1e3;
10
15
  const hasShown = () => {
11
16
  const stored = localStorage.getItem(STORAGE_KEY);
@@ -37,7 +37,9 @@ import "../Input/InputPhone.js";
37
37
  import "../Input/InputTextArea.js";
38
38
  import "../Input/DownPaymentInput.js";
39
39
  import "../Input/RadioButton.js";
40
+ import "../Input/PercentageInput.js";
40
41
  import "react-hook-form";
42
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
41
43
  import "../Forms/Forms.css.js";
42
44
  import "../Forms/HoneyPot/index.js";
43
45
  import "../Forms/SalesforceFieldsForm.js";
@@ -55,8 +57,6 @@ import "iframe-resizer";
55
57
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
56
58
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
57
59
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
58
- import "../Input/PercentageInput.js";
59
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
60
60
  /* empty css */
61
61
  import "react-dom";
62
62
  /* empty css */
@@ -42,7 +42,9 @@ import "../Input/InputPhone.js";
42
42
  import "../Input/InputTextArea.js";
43
43
  import "../Input/DownPaymentInput.js";
44
44
  import "../Input/RadioButton.js";
45
+ import "../Input/PercentageInput.js";
45
46
  import "react-hook-form";
47
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
46
48
  import "../Forms/Forms.css.js";
47
49
  import "../Forms/HoneyPot/index.js";
48
50
  import "../Forms/SalesforceFieldsForm.js";
@@ -62,8 +64,6 @@ import "iframe-resizer";
62
64
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
63
65
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
64
66
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
65
- import "../Input/PercentageInput.js";
66
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
67
67
  /* empty css */
68
68
  import "react-dom";
69
69
  /* empty css */
@@ -39,7 +39,9 @@ import "../Input/InputPhone.js";
39
39
  import "../Input/InputTextArea.js";
40
40
  import "../Input/DownPaymentInput.js";
41
41
  import "../Input/RadioButton.js";
42
+ import "../Input/PercentageInput.js";
42
43
  import "react-hook-form";
44
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
43
45
  import "../Forms/Forms.css.js";
44
46
  import "../Forms/HoneyPot/index.js";
45
47
  import "../Forms/SalesforceFieldsForm.js";
@@ -54,8 +56,6 @@ import "iframe-resizer";
54
56
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
55
57
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
56
58
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
57
- import "../Input/PercentageInput.js";
58
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
59
59
  /* empty css */
60
60
  import "react-dom";
61
61
  /* empty css */
@@ -41,7 +41,9 @@ import "../../Input/InputPhone.js";
41
41
  import "../../Input/InputTextArea.js";
42
42
  import "../../Input/DownPaymentInput.js";
43
43
  import "../../Input/RadioButton.js";
44
+ import "../../Input/PercentageInput.js";
44
45
  import "react-hook-form";
46
+ import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
45
47
  import "../../Forms/Forms.css.js";
46
48
  import "../../Forms/HoneyPot/index.js";
47
49
  import "../../Forms/SalesforceFieldsForm.js";
@@ -58,8 +60,6 @@ import "iframe-resizer";
58
60
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
59
61
  import "../../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
60
62
  import "../../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
61
- import "../../Input/PercentageInput.js";
62
- import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
63
63
  /* empty css */
64
64
  import "react-dom";
65
65
  /* empty css */
@@ -38,7 +38,9 @@ import "../../Input/InputPhone.js";
38
38
  import "../../Input/InputTextArea.js";
39
39
  import "../../Input/DownPaymentInput.js";
40
40
  import "../../Input/RadioButton.js";
41
+ import "../../Input/PercentageInput.js";
41
42
  import "react-hook-form";
43
+ import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
42
44
  import "../../Forms/Forms.css.js";
43
45
  import "../../Forms/HoneyPot/index.js";
44
46
  import "../../Forms/SalesforceFieldsForm.js";
@@ -59,8 +61,6 @@ import "iframe-resizer";
59
61
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
60
62
  import "../../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
61
63
  import "../../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
62
- import "../../Input/PercentageInput.js";
63
- import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
64
64
  /* empty css */
65
65
  import "react-dom";
66
66
  /* empty css */
@@ -36,7 +36,9 @@ import "../../Input/InputPhone.js";
36
36
  import "../../Input/InputTextArea.js";
37
37
  import "../../Input/DownPaymentInput.js";
38
38
  import "../../Input/RadioButton.js";
39
+ import "../../Input/PercentageInput.js";
39
40
  import "react-hook-form";
41
+ import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
40
42
  import "../../Forms/Forms.css.js";
41
43
  import "../../Forms/HoneyPot/index.js";
42
44
  import "../../Forms/SalesforceFieldsForm.js";
@@ -57,8 +59,6 @@ import "iframe-resizer";
57
59
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
58
60
  import "../../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
59
61
  import "../../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
60
- import "../../Input/PercentageInput.js";
61
- import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
62
62
  /* empty css */
63
63
  import "react-dom";
64
64
  /* empty css */
@@ -37,7 +37,9 @@ import "../Input/InputPhone.js";
37
37
  import "../Input/InputTextArea.js";
38
38
  import "../Input/DownPaymentInput.js";
39
39
  import "../Input/RadioButton.js";
40
+ import "../Input/PercentageInput.js";
40
41
  import "react-hook-form";
42
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
41
43
  import "../Forms/Forms.css.js";
42
44
  import "../Forms/HoneyPot/index.js";
43
45
  import "../Forms/SalesforceFieldsForm.js";
@@ -57,8 +59,6 @@ import "iframe-resizer";
57
59
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
58
60
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
59
61
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
60
- import "../Input/PercentageInput.js";
61
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
62
62
  /* empty css */
63
63
  import "react-dom";
64
64
  /* empty css */
@@ -41,7 +41,9 @@ import "../../Input/InputPhone.js";
41
41
  import "../../Input/InputTextArea.js";
42
42
  import "../../Input/DownPaymentInput.js";
43
43
  import "../../Input/RadioButton.js";
44
+ import "../../Input/PercentageInput.js";
44
45
  import "react-hook-form";
46
+ import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
45
47
  import "../../Forms/Forms.css.js";
46
48
  import "../../Forms/HoneyPot/index.js";
47
49
  import "../../Forms/SalesforceFieldsForm.js";
@@ -57,8 +59,6 @@ import "iframe-resizer";
57
59
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
58
60
  import "../../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
59
61
  import "../../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
60
- import "../../Input/PercentageInput.js";
61
- import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
62
62
  /* empty css */
63
63
  import "react-dom";
64
64
  /* empty css */
@@ -42,7 +42,9 @@ import "../../Input/InputPhone.js";
42
42
  import "../../Input/InputTextArea.js";
43
43
  import "../../Input/DownPaymentInput.js";
44
44
  import "../../Input/RadioButton.js";
45
+ import "../../Input/PercentageInput.js";
45
46
  import "react-hook-form";
47
+ import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
46
48
  import "../../Forms/Forms.css.js";
47
49
  import "../../Forms/HoneyPot/index.js";
48
50
  import "../../Forms/SalesforceFieldsForm.js";
@@ -58,8 +60,6 @@ import "iframe-resizer";
58
60
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
59
61
  import "../../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
60
62
  import "../../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
61
- import "../../Input/PercentageInput.js";
62
- import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
63
63
  /* empty css */
64
64
  import "react-dom";
65
65
  /* empty css */