@axos-web-dev/shared-components 1.0.77-patch.4 → 1.0.77-patch.41
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/dist/ATMLocator/ATMLocator.js +10 -3
- package/dist/Auth/ErrorAlert.js +12 -5
- package/dist/Button/Button.js +12 -5
- package/dist/Calculators/ApyCalculator/index.js +11 -5
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +1 -0
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +3 -1
- package/dist/Calculators/AxosOneCalculator/index.d.ts +2 -0
- package/dist/Calculators/AxosOneCalculator/index.js +38 -20
- package/dist/Calculators/Calculator.d.ts +2 -0
- package/dist/Calculators/Calculator.js +29 -8
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
- package/dist/Calculators/MaxLoanCalculator/index.js +22 -5
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -0
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +15 -5
- package/dist/Calculators/SummitApyCalculator/index.js +15 -6
- package/dist/Calculators/index.d.ts +2 -1
- package/dist/Calculators/index.js +3 -1
- package/dist/Carousel/index.js +20 -13
- package/dist/Chatbot/Bubble.css.d.ts +2 -0
- package/dist/Chatbot/Bubble.css.js +7 -0
- package/dist/Chatbot/Bubble.d.ts +5 -0
- package/dist/Chatbot/Bubble.js +103 -0
- package/dist/Chatbot/Chat.d.ts +1 -0
- package/dist/Chatbot/Chat.js +165 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +18 -0
- package/dist/Chatbot/ChatWindow.css.js +39 -0
- package/dist/Chatbot/ChatWindow.d.ts +26 -0
- package/dist/Chatbot/ChatWindow.js +446 -0
- package/dist/Chatbot/Chatbot.css.d.ts +2 -0
- package/dist/Chatbot/Chatbot.css.js +7 -0
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +10 -0
- package/dist/Chatbot/Chatbot.js +233 -0
- package/dist/Chatbot/EllipsisAnimation.d.ts +2 -0
- package/dist/Chatbot/EllipsisAnimation.js +85 -0
- package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
- package/dist/Chatbot/EllipsisIcon.js +19 -0
- package/dist/Chatbot/authenticate.d.ts +3 -0
- package/dist/Chatbot/authenticate.js +16 -0
- package/dist/Chatbot/index.d.ts +8 -0
- package/dist/Chatbot/index.js +38 -0
- package/dist/Chatbot/store/chat.d.ts +10 -0
- package/dist/Chatbot/store/chat.js +18 -0
- package/dist/Chatbot/store/messages.d.ts +15 -0
- package/dist/Chatbot/store/messages.js +13 -0
- package/dist/Chatbot/useHeadlessChat.d.ts +27 -0
- package/dist/Chatbot/useHeadlessChat.js +240 -0
- package/dist/Chevron/index.js +12 -5
- package/dist/Comparison/Comparison.js +16 -9
- package/dist/Comparison/ComparisonSet.js +33 -24
- package/dist/ExecutiveBio/ExecutiveBio.js +12 -5
- package/dist/FaqAccordion/index.js +12 -5
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +30 -9
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +111 -89
- package/dist/Forms/ApplyNow.d.ts +2 -2
- package/dist/Forms/ApplyNow.js +180 -148
- package/dist/Forms/ClearingForm.d.ts +1 -1
- package/dist/Forms/ClearingForm.js +184 -162
- package/dist/Forms/CommercialDeposits.d.ts +1 -1
- package/dist/Forms/CommercialDeposits.js +201 -179
- package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +16 -0
- package/dist/Forms/CommercialDepositsNoLendingOption.js +330 -0
- package/dist/Forms/CommercialLending.d.ts +1 -1
- package/dist/Forms/CommercialLending.js +278 -256
- package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
- package/dist/Forms/CommercialPremiumFinance.js +128 -106
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompany.js +113 -91
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.js +127 -105
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUs.js +99 -77
- package/dist/Forms/ContactUsAAS.d.ts +1 -1
- package/dist/Forms/ContactUsAAS.js +180 -158
- package/dist/Forms/ContactUsBusiness.d.ts +2 -2
- package/dist/Forms/ContactUsBusiness.js +146 -118
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +114 -86
- package/dist/Forms/ContactUsLVF.d.ts +7 -1
- package/dist/Forms/ContactUsLVF.js +133 -105
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +128 -100
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +641 -619
- package/dist/Forms/CraPublicFile.d.ts +1 -1
- package/dist/Forms/CraPublicFile.js +120 -92
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/DealerServices.js +225 -203
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +67 -41
- package/dist/Forms/EmailUs.d.ts +1 -1
- package/dist/Forms/EmailUs.js +75 -53
- package/dist/Forms/FormProps.d.ts +3 -0
- package/dist/Forms/Forms.css.d.ts +18 -0
- package/dist/Forms/Forms.css.js +44 -38
- package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
- package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
- package/dist/Forms/HoneyPot/index.d.ts +23 -0
- package/dist/Forms/HoneyPot/index.js +69 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +12 -5
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +12 -5
- package/dist/Forms/MortgageWarehouseLending.d.ts +11 -0
- package/dist/Forms/MortgageWarehouseLending.js +343 -0
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +624 -609
- package/dist/Forms/SalesforceFieldsForm.d.ts +5 -0
- package/dist/Forms/SalesforceFieldsForm.js +11 -1
- package/dist/Forms/ScheduleCall.d.ts +1 -1
- package/dist/Forms/ScheduleCall.js +156 -134
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +178 -156
- package/dist/Forms/SuccesForm.js +16 -9
- package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
- package/dist/Forms/VendorQuestionnaire.js +817 -795
- package/dist/Forms/WcplSurvey.d.ts +1 -1
- package/dist/Forms/WcplSurvey.js +112 -90
- package/dist/Forms/applynow-utils.d.ts +1 -0
- package/dist/Forms/applynow-utils.js +48 -0
- package/dist/Forms/index.d.ts +4 -0
- package/dist/Forms/index.js +14 -2
- package/dist/HeroBanner/HeroBanner.css.d.ts +2 -0
- package/dist/HeroBanner/HeroBanner.css.js +4 -0
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.js +90 -3
- package/dist/HeroBanner/index.js +3 -1
- package/dist/Hyperlink/index.js +12 -5
- package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.css.js +2 -0
- package/dist/IconBillboard/IconBillboard.d.ts +1 -2
- package/dist/IconBillboard/IconBillboard.js +30 -85
- package/dist/IconBillboard/index.js +3 -3
- package/dist/IconBillboard/sections/CallToActionSection.d.ts +12 -0
- package/dist/IconBillboard/sections/CallToActionSection.js +102 -0
- package/dist/IconBillboard/sections/HeaderSection.d.ts +11 -0
- package/dist/IconBillboard/sections/HeaderSection.js +23 -0
- package/dist/IconBillboard/sections/IconSection.d.ts +7 -0
- package/dist/IconBillboard/sections/IconSection.js +18 -0
- package/dist/IconBillboard/sections/ItemsSection.d.ts +11 -0
- package/dist/IconBillboard/sections/ItemsSection.js +11 -0
- package/dist/IconBillboard/sections/LayoutSection.d.ts +8 -0
- package/dist/IconBillboard/sections/LayoutSection.js +6 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +6 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +7 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +20 -4
- package/dist/ImageLink/ImageLink.js +12 -5
- package/dist/ImageLink/ImageLinkSet.js +15 -8
- package/dist/ImageLink/index.js +12 -5
- package/dist/Insight/Featured/CategorySelector.js +13 -6
- package/dist/Insight/Featured/Featured.js +20 -13
- package/dist/Insight/Featured/Header.js +19 -12
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +2 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -2
- package/dist/LandingPageHeader/LandingPageHeader.js +18 -9
- package/dist/LandingPageHeader/index.js +3 -1
- package/dist/Modal/Modal.js +12 -5
- package/dist/NavigationMenu/AxosALTS/NavData.js +12 -5
- package/dist/NavigationMenu/AxosALTS/index.js +12 -5
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
- package/dist/NavigationMenu/AxosAdvisor/index.js +3 -11
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +3 -4
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +29 -13
- package/dist/NavigationMenu/AxosBank/NavData.js +12 -5
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +67 -63
- package/dist/NavigationMenu/AxosBank/index.js +12 -5
- package/dist/NavigationMenu/LaVictoire/NavData.js +12 -5
- package/dist/NavigationMenu/LaVictoire/index.js +12 -5
- package/dist/SetContainer/SetContainer.js +12 -5
- package/dist/SocialMediaBar/iconsRepository.js +12 -5
- package/dist/StepItemSet/StepItemSet.css.d.ts +1 -0
- package/dist/StepItemSet/StepItemSet.css.js +9 -5
- package/dist/StepItemSet/StepItemSet.d.ts +6 -0
- package/dist/StepItemSet/StepItemSet.js +22 -3
- package/dist/StepItemSet/index.js +2 -1
- package/dist/Table/Table.d.ts +1 -1
- package/dist/VideoTile/VideoTile.interface.d.ts +4 -3
- package/dist/VideoTile/VideoTile.js +189 -28
- package/dist/VideoWrapper/index.js +13 -6
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +12 -0
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +3 -0
- package/dist/assets/Chatbot/Bubble.css +51 -0
- package/dist/assets/Chatbot/ChatWindow.css +213 -0
- package/dist/assets/Comparison/Comparison.css +3 -1
- package/dist/assets/Forms/Forms.css +135 -105
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
- package/dist/assets/HeroBanner/HeroBanner.css +12 -0
- package/dist/assets/IconBillboard/IconBillboard.css +21 -1
- package/dist/assets/ImageBillboard/ImageBillboard.css +26 -15
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +36 -3
- package/dist/assets/StepItemSet/StepItemSet.css +27 -10
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
- package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
- package/dist/icons/Logos/SPB.d.ts +4 -0
- package/dist/icons/Logos/SPB.js +132 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +2 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +79 -23
- package/dist/utils/allowedAxosDomains.js +4 -2
- package/package.json +3 -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;
|
package/dist/Forms/WcplSurvey.js
CHANGED
|
@@ -31,6 +31,7 @@ import clsx from "clsx";
|
|
|
31
31
|
import { useForm, FormProvider } from "react-hook-form";
|
|
32
32
|
import * as z from "zod";
|
|
33
33
|
import { iconForm, headerContainer, headerForm, form, descriptionField, formWrapper, disclosureForm, actions, formContainer } from "./Forms.css.js";
|
|
34
|
+
import { honeyPotSchema, isValidHoneyPot, HoneyPot } from "./HoneyPot/index.js";
|
|
34
35
|
import { SalesforceSchema } from "./SalesforceFieldsForm.js";
|
|
35
36
|
const WCPLSurvey = ({
|
|
36
37
|
icon = false,
|
|
@@ -42,6 +43,7 @@ const WCPLSurvey = ({
|
|
|
42
43
|
variant: fullVariant = "primary",
|
|
43
44
|
headline,
|
|
44
45
|
callToAction,
|
|
46
|
+
onValidate,
|
|
45
47
|
id,
|
|
46
48
|
description
|
|
47
49
|
}) => {
|
|
@@ -68,8 +70,16 @@ const WCPLSurvey = ({
|
|
|
68
70
|
return removeDashes;
|
|
69
71
|
})
|
|
70
72
|
});
|
|
73
|
+
const gen_schema = schema.merge(SalesforceSchema).merge(honeyPotSchema).superRefine((data, ctx) => {
|
|
74
|
+
if (!isValidHoneyPot(data)) {
|
|
75
|
+
ctx.addIssue({
|
|
76
|
+
code: z.ZodIssueCode.custom,
|
|
77
|
+
message: "fields are not valid."
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
});
|
|
71
81
|
const methods = useForm({
|
|
72
|
-
resolver: zodResolver(
|
|
82
|
+
resolver: zodResolver(gen_schema, {
|
|
73
83
|
async: true
|
|
74
84
|
}),
|
|
75
85
|
mode: "all",
|
|
@@ -99,95 +109,107 @@ const WCPLSurvey = ({
|
|
|
99
109
|
}
|
|
100
110
|
)
|
|
101
111
|
] }),
|
|
102
|
-
/* @__PURE__ */ jsxs(
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
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
|
+
)
|
|
191
213
|
] }) }) }, id);
|
|
192
214
|
};
|
|
193
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
|
+
};
|
package/dist/Forms/index.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
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';
|
|
6
|
+
export * from './CommercialDepositsNoLendingOption';
|
|
5
7
|
export * from './CommercialLending';
|
|
6
8
|
export * from './CommercialPremiumFinance';
|
|
7
9
|
export * from './ContactCompany';
|
|
@@ -19,10 +21,12 @@ export * from './EmailOnly';
|
|
|
19
21
|
export * from './EmailUs';
|
|
20
22
|
export * from './FormProps';
|
|
21
23
|
export * from './Forms.css';
|
|
24
|
+
export * from './HoneyPot';
|
|
22
25
|
export * from './MortgageRate/MortgageRateForm';
|
|
23
26
|
export * from './MortgageRate/MortgageRateModal';
|
|
24
27
|
export * from './MortgageRate/MortgageRateQuoteFilters';
|
|
25
28
|
export * from './MortgageRate/MortgageRateWatch';
|
|
29
|
+
export * from './MortgageWarehouseLending';
|
|
26
30
|
export * from './QuickPricer';
|
|
27
31
|
export * from './SalesforceFieldsForm';
|
|
28
32
|
export * from './ScheduleCall';
|
package/dist/Forms/index.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { ApplicationStart } from "./ApplicationStart.js";
|
|
3
|
-
import { ApplyNow
|
|
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";
|
|
7
|
+
import { CommercialDepositsNoLendingOption } from "./CommercialDepositsNoLendingOption.js";
|
|
6
8
|
import { CommercialLending } from "./CommercialLending.js";
|
|
7
9
|
import { CommercialPremiumFinance } from "./CommercialPremiumFinance.js";
|
|
8
10
|
import { ContactCompany } from "./ContactCompany.js";
|
|
@@ -18,7 +20,8 @@ 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";
|
|
24
|
+
import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./HoneyPot/index.js";
|
|
22
25
|
import { MortgageRate } from "./MortgageRate/MortgageRateForm.js";
|
|
23
26
|
import "react/jsx-runtime";
|
|
24
27
|
import { RateWatchForm } from "./MortgageRate/MortgageRateWatch.js";
|
|
@@ -26,6 +29,7 @@ import "../utils/allowedAxosDomains.js";
|
|
|
26
29
|
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
27
30
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
28
31
|
import { MortgageRateFilters } from "./MortgageRate/MortgageRateQuoteFilters.js";
|
|
32
|
+
import { MortgageWarehouseLending } from "./MortgageWarehouseLending.js";
|
|
29
33
|
import { QuickPricer } from "./QuickPricer/QuickPricerForm.js";
|
|
30
34
|
import { rate_table_title, results_container } from "./QuickPricer/QuickPricerResults.css.js";
|
|
31
35
|
import { UserInformation } from "./QuickPricer/UserInformation.js";
|
|
@@ -41,6 +45,7 @@ export {
|
|
|
41
45
|
ApplyNow,
|
|
42
46
|
ClearingForm,
|
|
43
47
|
CommercialDeposits,
|
|
48
|
+
CommercialDepositsNoLendingOption,
|
|
44
49
|
CommercialLending,
|
|
45
50
|
CommercialPremiumFinance,
|
|
46
51
|
ContactCompany,
|
|
@@ -56,8 +61,10 @@ export {
|
|
|
56
61
|
DealerServices,
|
|
57
62
|
EmailOnly,
|
|
58
63
|
EmailUs,
|
|
64
|
+
HoneyPot,
|
|
59
65
|
MortgageRate,
|
|
60
66
|
MortgageRateFilters,
|
|
67
|
+
MortgageWarehouseLending,
|
|
61
68
|
QuickPricer,
|
|
62
69
|
RateWatchForm,
|
|
63
70
|
SalesforceFieldsForm,
|
|
@@ -69,6 +76,8 @@ export {
|
|
|
69
76
|
VendorQuestionnaire,
|
|
70
77
|
WCPLSurvey,
|
|
71
78
|
actions,
|
|
79
|
+
apply_now_form,
|
|
80
|
+
axosHeader,
|
|
72
81
|
back_btn_apply_now,
|
|
73
82
|
centerSelect,
|
|
74
83
|
checkbox_group,
|
|
@@ -86,10 +95,13 @@ export {
|
|
|
86
95
|
fullRowSelect,
|
|
87
96
|
getLink,
|
|
88
97
|
headerContainer,
|
|
98
|
+
headerF,
|
|
89
99
|
headerForm,
|
|
90
100
|
hide_options,
|
|
101
|
+
honeyPotSchema,
|
|
91
102
|
iconForm,
|
|
92
103
|
iconbillboards_option_apply_now,
|
|
104
|
+
isValidHoneyPot,
|
|
93
105
|
mb_form,
|
|
94
106
|
modalCheckboxContainer,
|
|
95
107
|
modalMobile,
|
|
@@ -73,3 +73,5 @@ export declare const headline_text: import('@vanilla-extract/recipes').RuntimeFn
|
|
|
73
73
|
}>;
|
|
74
74
|
export declare const hero_btns: string;
|
|
75
75
|
export declare const hero_embedded_image: string;
|
|
76
|
+
export declare const hero_sub_bullets: string;
|
|
77
|
+
export declare const hero_bullet_item: string;
|
|
@@ -18,14 +18,18 @@ var heroSupertag = createRuntimeFn({ defaultClassName: "_1ye8k3fd", variantClass
|
|
|
18
18
|
var headline_text = createRuntimeFn({ defaultClassName: "_1ye8k3fi", variantClassNames: { variant: { primary: "_1ye8k3fj", secondary: "_1ye8k3fk", tertiary: "_1ye8k3fl", quaternary: "_1ye8k3fm" } }, defaultVariants: {}, compoundVariants: [] });
|
|
19
19
|
var hero_btns = "_1ye8k3fn";
|
|
20
20
|
var hero_embedded_image = "_1ye8k3fo";
|
|
21
|
+
var hero_sub_bullets = "_1ye8k3fp";
|
|
22
|
+
var hero_bullet_item = "_1ye8k3fq";
|
|
21
23
|
export {
|
|
22
24
|
headline_text,
|
|
23
25
|
heroSupertag,
|
|
24
26
|
hero_banner,
|
|
25
27
|
hero_btns,
|
|
28
|
+
hero_bullet_item,
|
|
26
29
|
hero_content,
|
|
27
30
|
hero_embedded_image,
|
|
28
31
|
hero_img,
|
|
32
|
+
hero_sub_bullets,
|
|
29
33
|
hero_text,
|
|
30
34
|
hero_wrapper,
|
|
31
35
|
img_contents,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { HeroBannerInterface } from './HeroBanner.interface';
|
|
2
2
|
|
|
3
|
-
export declare const HeroBanner: ({ id, eyebrow, headline, bodyCopy, callToActionRow, bannerType, image, imagePlacement, variant, selection, isSelectionBanner, }: HeroBannerInterface) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const HeroBanner: ({ id, eyebrow, headline, bodyCopy, bullets, subBodyCopy, callToActionRow, bannerType, image, imagePlacement, variant, selection, isSelectionBanner, }: HeroBannerInterface) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BulletItemProps } from '../BulletItem';
|
|
1
2
|
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
2
3
|
import { ReactNode } from 'react';
|
|
3
4
|
|
|
@@ -25,5 +26,7 @@ export interface HeroBannerInterface extends HeroBannerWithImage, HeroBannerWith
|
|
|
25
26
|
eyebrow?: string | ReactNode;
|
|
26
27
|
headline?: string | ReactNode;
|
|
27
28
|
bodyCopy?: string | ReactNode;
|
|
29
|
+
bullets: BulletItemProps[];
|
|
30
|
+
subBodyCopy?: string | ReactNode;
|
|
28
31
|
callToActionRow?: ChevronProps[];
|
|
29
32
|
}
|
|
@@ -4,10 +4,18 @@ import "../Button/Button.css.js";
|
|
|
4
4
|
import "react";
|
|
5
5
|
import "react-use";
|
|
6
6
|
import { Chevron } from "../Chevron/index.js";
|
|
7
|
+
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
8
|
+
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
9
|
+
import SvgCheckIcon from "../icons/CheckIcon/index.js";
|
|
10
|
+
import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
/* empty css */
|
|
13
|
+
/* empty css */
|
|
14
|
+
/* empty css */
|
|
7
15
|
import { getVariant } from "../utils/getVariant.js";
|
|
8
|
-
import Image from "next/image.js";
|
|
9
16
|
import clsx from "clsx";
|
|
10
|
-
import
|
|
17
|
+
import Image from "next/image.js";
|
|
18
|
+
import { logout, hero_banner, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_bullet_item, hero_sub_bullets, hero_btns, hero_img, img_contents, reversed_lg_image } from "./HeroBanner.css.js";
|
|
11
19
|
import { lg_hero_banner, lg_hero_content, lg_hero_text, lg_hero_eyebrow, lg_headline_text, lg_hero_img, lg_hero_sizing } from "./LargeBanner.css.js";
|
|
12
20
|
import { selection_section_icon_img, selection_section_icon, selection_section, selection_section_bg, selection_section_content, selection_headline_text } from "./SelectionBanner.css.js";
|
|
13
21
|
const HeroBanner = ({
|
|
@@ -15,6 +23,8 @@ const HeroBanner = ({
|
|
|
15
23
|
eyebrow,
|
|
16
24
|
headline,
|
|
17
25
|
bodyCopy,
|
|
26
|
+
bullets,
|
|
27
|
+
subBodyCopy,
|
|
18
28
|
callToActionRow,
|
|
19
29
|
bannerType = "Hero",
|
|
20
30
|
image,
|
|
@@ -59,6 +69,42 @@ const HeroBanner = ({
|
|
|
59
69
|
}
|
|
60
70
|
),
|
|
61
71
|
/* @__PURE__ */ jsx(Fragment, { children: bodyCopy }),
|
|
72
|
+
bullets && bullets.length > 0 && /* @__PURE__ */ jsx("ul", { className: "list_unstyled mb_0 push_up_24", children: bullets.map(
|
|
73
|
+
({ id: id2, icon, copy, subBullet }) => !subBullet ? /* @__PURE__ */ jsxs(
|
|
74
|
+
"li",
|
|
75
|
+
{
|
|
76
|
+
className: `list_item flex ${hero_bullet_item}`,
|
|
77
|
+
children: [
|
|
78
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: getVariant(variant) ? /* @__PURE__ */ jsx(
|
|
79
|
+
SvgCheckIcon,
|
|
80
|
+
{
|
|
81
|
+
variant: getVariant(variant) === "primary" || getVariant(variant) === "secondary" ? "primary" : "secondary"
|
|
82
|
+
}
|
|
83
|
+
) : /* @__PURE__ */ jsx("img", { src: icon?.src, alt: icon?.altText }) }),
|
|
84
|
+
/* @__PURE__ */ jsx("span", { children: copy })
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
id2
|
|
88
|
+
) : /* @__PURE__ */ jsx(
|
|
89
|
+
"ul",
|
|
90
|
+
{
|
|
91
|
+
className: clsx(hero_sub_bullets, "mb_0", "push_up"),
|
|
92
|
+
children: /* @__PURE__ */ jsxs("li", { className: "list_item flex", children: [
|
|
93
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: /* @__PURE__ */ jsx(
|
|
94
|
+
"img",
|
|
95
|
+
{
|
|
96
|
+
style: { maxWidth: "max-content" },
|
|
97
|
+
src: icon?.src,
|
|
98
|
+
alt: icon?.altText
|
|
99
|
+
}
|
|
100
|
+
) }),
|
|
101
|
+
/* @__PURE__ */ jsx("span", { children: copy })
|
|
102
|
+
] })
|
|
103
|
+
},
|
|
104
|
+
id2
|
|
105
|
+
)
|
|
106
|
+
) }),
|
|
107
|
+
subBodyCopy && /* @__PURE__ */ jsx("div", { className: "push_up_24", children: subBodyCopy }),
|
|
62
108
|
callToActionRow && callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: callToActionRow.map(
|
|
63
109
|
({
|
|
64
110
|
id: id2,
|
|
@@ -268,7 +314,48 @@ const HeroBanner = ({
|
|
|
268
314
|
children: headline
|
|
269
315
|
}
|
|
270
316
|
),
|
|
271
|
-
/* @__PURE__ */
|
|
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" ? "secondary" : "primary"
|
|
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(
|
|
339
|
+
hero_sub_bullets,
|
|
340
|
+
"mb_0",
|
|
341
|
+
"push_up"
|
|
342
|
+
),
|
|
343
|
+
children: /* @__PURE__ */ jsxs("li", { className: "list_item flex", children: [
|
|
344
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: /* @__PURE__ */ jsx(
|
|
345
|
+
"img",
|
|
346
|
+
{
|
|
347
|
+
style: { maxWidth: "max-content" },
|
|
348
|
+
src: icon?.src,
|
|
349
|
+
alt: icon?.altText
|
|
350
|
+
}
|
|
351
|
+
) }),
|
|
352
|
+
/* @__PURE__ */ jsx("span", { children: copy })
|
|
353
|
+
] })
|
|
354
|
+
},
|
|
355
|
+
id2
|
|
356
|
+
)
|
|
357
|
+
) })
|
|
358
|
+
] }),
|
|
272
359
|
callToActionRow && callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: callToActionRow.map(
|
|
273
360
|
({
|
|
274
361
|
id: id2,
|
package/dist/HeroBanner/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HeroBanner } from "./HeroBanner.js";
|
|
2
|
-
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_embedded_image, hero_img, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner.css.js";
|
|
2
|
+
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item, hero_content, hero_embedded_image, hero_img, hero_sub_bullets, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner.css.js";
|
|
3
3
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./SelectionBanner.css.js";
|
|
4
4
|
export {
|
|
5
5
|
HeroBanner,
|
|
@@ -7,9 +7,11 @@ export {
|
|
|
7
7
|
heroSupertag,
|
|
8
8
|
hero_banner,
|
|
9
9
|
hero_btns,
|
|
10
|
+
hero_bullet_item,
|
|
10
11
|
hero_content,
|
|
11
12
|
hero_embedded_image,
|
|
12
13
|
hero_img,
|
|
14
|
+
hero_sub_bullets,
|
|
13
15
|
hero_text,
|
|
14
16
|
hero_wrapper,
|
|
15
17
|
img_contents,
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import "../Accordion/Accordion.js";
|
|
|
5
5
|
import "../Accordion/Accordion.css.js";
|
|
6
6
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
7
7
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
8
|
-
import '../assets/Modal/Modal.css';import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/
|
|
8
|
+
import '../assets/Modal/Modal.css';import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/Topic/Topic.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar.css';import '../assets/NavigationMenu/AxosALTS/NavBar.css';import '../assets/NavigationMenu/AxosClearing/NavBar.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar.css';import '../assets/Insight/Insight.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/VideoTile/VideoTile.css';import '../assets/HelpArticle/HelpArticle.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/Chatbot/ChatWindow.css';import '../assets/Chatbot/Bubble.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Auth/SignIn.css';import '../assets/Auth/ErrorAlert.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';import '../assets/BulletItem/BulletItem.css';import '../assets/Typography/Typography.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
/* empty css */
|
|
11
11
|
/* empty css */
|
|
@@ -41,8 +41,11 @@ 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";
|
|
48
|
+
import "../Forms/HoneyPot/index.js";
|
|
46
49
|
import "../Forms/SalesforceFieldsForm.js";
|
|
47
50
|
import "../Input/RadioButton.css.js";
|
|
48
51
|
import "../Input/Checkbox.css.js";
|
|
@@ -55,8 +58,6 @@ import "iframe-resizer";
|
|
|
55
58
|
import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
56
59
|
import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
|
|
57
60
|
import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
|
|
58
|
-
import "../Input/PercentageInput.js";
|
|
59
|
-
import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
60
61
|
/* empty css */
|
|
61
62
|
import "react-dom";
|
|
62
63
|
/* empty css */
|
|
@@ -65,6 +66,12 @@ import "../Auth/SignInPassword.js";
|
|
|
65
66
|
/* empty css */
|
|
66
67
|
/* empty css */
|
|
67
68
|
import "../Carousel/index.js";
|
|
69
|
+
/* empty css */
|
|
70
|
+
import "../Chatbot/store/chat.js";
|
|
71
|
+
import "../Chatbot/authenticate.js";
|
|
72
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
73
|
+
/* empty css */
|
|
74
|
+
import "../Chatbot/store/messages.js";
|
|
68
75
|
/* empty css */
|
|
69
76
|
import "../Comparison/Comparison.css.js";
|
|
70
77
|
import "next/image.js";
|
|
@@ -83,6 +90,8 @@ import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
83
90
|
/* empty css */
|
|
84
91
|
/* empty css */
|
|
85
92
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
93
|
+
import "next/script.js";
|
|
94
|
+
/* empty css */
|
|
86
95
|
/* empty css */
|
|
87
96
|
/* empty css */
|
|
88
97
|
/* empty css */
|
|
@@ -116,8 +125,6 @@ import "../StepItemSet/StepItemSet.css.js";
|
|
|
116
125
|
/* empty css */
|
|
117
126
|
/* empty css */
|
|
118
127
|
/* empty css */
|
|
119
|
-
import "next/script.js";
|
|
120
|
-
/* empty css */
|
|
121
128
|
/* empty css */
|
|
122
129
|
/* empty css */
|
|
123
130
|
import { useGlobalContext } from "../Modal/contextApi/store.js";
|