@axos-web-dev/shared-components 1.0.99 → 1.0.100-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ATMLocator/ATMLocator.js +8 -1
- package/dist/ArticlesSet/ArticlesSet.js +2 -2
- package/dist/Auth/ErrorAlert.js +10 -3
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.js +10 -3
- package/dist/Calculators/Calculator.js +22 -3
- 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/index.d.ts +2 -1
- package/dist/Calculators/index.js +3 -1
- package/dist/Carousel/index.js +10 -3
- package/dist/Chatbot/Bubble.css.d.ts +1 -0
- package/dist/Chatbot/Bubble.css.js +5 -0
- package/dist/Chatbot/Bubble.d.ts +3 -0
- package/dist/Chatbot/Bubble.js +48 -0
- package/dist/Chatbot/Chat.d.ts +1 -0
- package/dist/Chatbot/Chat.js +165 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +11 -0
- package/dist/Chatbot/ChatWindow.css.js +25 -0
- package/dist/Chatbot/ChatWindow.d.ts +23 -0
- package/dist/Chatbot/ChatWindow.js +202 -0
- package/dist/Chatbot/Chatbot.css.d.ts +1 -0
- package/dist/Chatbot/Chatbot.css.js +5 -0
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +1 -0
- package/dist/Chatbot/Chatbot.js +39 -0
- package/dist/Chatbot/authenticate.d.ts +3 -0
- package/dist/Chatbot/authenticate.js +16 -0
- package/dist/Chatbot/index.d.ts +9 -0
- package/dist/Chatbot/index.js +31 -0
- package/dist/Chatbot/store/chat.d.ts +9 -0
- package/dist/Chatbot/store/chat.js +11 -0
- package/dist/Chatbot/store/messages.d.ts +14 -0
- package/dist/Chatbot/store/messages.js +12 -0
- package/dist/Chatbot/useHeadlessChat.d.ts +22 -0
- package/dist/Chatbot/useHeadlessChat.js +157 -0
- package/dist/Chevron/index.js +10 -3
- package/dist/Comparison/Comparison.js +10 -3
- package/dist/ExecutiveBio/ExecutiveBio.js +10 -3
- package/dist/FaqAccordion/index.js +10 -3
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +10 -3
- 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 +178 -146
- 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/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 +1 -1
- package/dist/Forms/ContactUsBusiness.js +143 -115
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +112 -84
- package/dist/Forms/ContactUsLVF.d.ts +3 -1
- package/dist/Forms/ContactUsLVF.js +127 -101
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +126 -98
- 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 +118 -90
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/DealerServices.js +225 -204
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +65 -39
- 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.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +376 -348
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +10 -3
- 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/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 +13 -6
- 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 +3 -0
- package/dist/Forms/index.js +12 -2
- package/dist/HeroBanner/HeroBanner.js +42 -1
- package/dist/Hyperlink/index.js +10 -3
- package/dist/IconBillboard/sections/CallToActionSection.js +2 -1
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +6 -1
- package/dist/ImageLink/ImageLink.js +10 -3
- package/dist/ImageLink/ImageLinkSet.js +10 -3
- package/dist/ImageLink/index.js +10 -3
- package/dist/Input/Input.js +3 -1
- package/dist/Insight/Featured/CategorySelector.js +10 -3
- package/dist/Insight/Featured/Featured.js +10 -3
- package/dist/Insight/Featured/Header.js +10 -3
- package/dist/Modal/Modal.js +10 -3
- package/dist/NavigationMenu/AxosALTS/NavData.js +10 -3
- package/dist/NavigationMenu/AxosALTS/index.js +10 -3
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +25 -7
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/NavData.js +10 -3
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +32 -8
- package/dist/NavigationMenu/AxosBank/index.js +10 -3
- package/dist/NavigationMenu/LaVictoire/NavData.js +10 -3
- package/dist/NavigationMenu/LaVictoire/index.js +10 -3
- package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
- package/dist/NavigationMenu/NavDataJson.js +315 -0
- package/dist/NavigationMenu/Navbar.d.ts +5 -0
- package/dist/NavigationMenu/Navbar.js +201 -0
- package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +369 -0
- package/dist/SetContainer/SetContainer.js +10 -3
- package/dist/SocialMediaBar/iconsRepository.js +10 -3
- package/dist/Table/Table.d.ts +1 -1
- package/dist/VideoTile/VideoTile.js +10 -3
- package/dist/VideoWrapper/index.js +10 -3
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +3 -0
- package/dist/assets/Chatbot/Bubble.css +40 -0
- package/dist/assets/Chatbot/ChatWindow.css +107 -0
- package/dist/assets/Forms/Forms.css +135 -105
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
- package/dist/icons/Logos/AXB.d.ts +8 -0
- package/dist/icons/Logos/AXB.js +74 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +43 -3
- package/dist/utils/allowedAxosDomains.js +2 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +136 -133
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
@keyframes
|
|
2
|
-
from {
|
|
3
|
-
transform: translateX(-100%);
|
|
4
|
-
}
|
|
5
|
-
to {
|
|
6
|
-
transform: translateX(100%);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.
|
|
11
|
-
height: 100%;
|
|
12
|
-
width: 100%;
|
|
13
|
-
inset: 0;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.
|
|
17
|
-
position: relative;
|
|
18
|
-
width: 100%;
|
|
19
|
-
height: 100%;
|
|
20
|
-
overflow: hidden;
|
|
21
|
-
background: #1e3860;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
._1es6o1h0 .
|
|
25
|
-
background-color: var(--_1073cm8f);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.fl2fv50 .
|
|
29
|
-
background-color: #28587d;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.
|
|
33
|
-
content: "";
|
|
34
|
-
position: absolute;
|
|
35
|
-
top: 0;
|
|
36
|
-
left: 0;
|
|
37
|
-
width: 190%;
|
|
38
|
-
height: 100%;
|
|
39
|
-
background: linear-gradient(
|
|
40
|
-
65deg,
|
|
41
|
-
rgba(255, 255, 255, 0) 20%,
|
|
42
|
-
rgba(255, 255, 255, 0.5) 50%,
|
|
43
|
-
rgba(255, 255, 255, 0) 80%
|
|
44
|
-
);
|
|
45
|
-
animation:
|
|
46
|
-
z-index: 1;
|
|
47
|
-
}
|
|
1
|
+
@keyframes _shimmer_pwl74_1 {
|
|
2
|
+
from {
|
|
3
|
+
transform: translateX(-100%);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: translateX(100%);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._loader_pwl74_10 {
|
|
11
|
+
height: 100%;
|
|
12
|
+
width: 100%;
|
|
13
|
+
inset: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
._loading_pwl74_16 {
|
|
17
|
+
position: relative;
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 100%;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
background: #1e3860;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
._1es6o1h0 ._loading_pwl74_16 {
|
|
25
|
+
background-color: var(--_1073cm8f);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.fl2fv50 ._loading_pwl74_16 {
|
|
29
|
+
background-color: #28587d;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
._loading_pwl74_16::before {
|
|
33
|
+
content: "";
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
width: 190%;
|
|
38
|
+
height: 100%;
|
|
39
|
+
background: linear-gradient(
|
|
40
|
+
65deg,
|
|
41
|
+
rgba(255, 255, 255, 0) 20%,
|
|
42
|
+
rgba(255, 255, 255, 0.5) 50%,
|
|
43
|
+
rgba(255, 255, 255, 0) 80%
|
|
44
|
+
);
|
|
45
|
+
animation: _shimmer_pwl74_1 1.3s infinite linear;
|
|
46
|
+
z-index: 1;
|
|
47
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgComponent = (props) => {
|
|
3
|
+
const { classNameFill, height, width } = props;
|
|
4
|
+
return /* @__PURE__ */ jsxs(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
width: width || 137,
|
|
8
|
+
height: height || 30,
|
|
9
|
+
viewBox: "0 0 137 30",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M40.9059 0.655984C40.3905 0.140561 39.594 0.140561 39.0785 0.655984L38.3288 1.40569C37.8134 1.92112 37.8134 2.71768 38.3288 3.2331L50.1836 15.1347L38.3288 27.0363C37.8134 27.5517 37.8134 28.3483 38.3288 28.8637L39.0785 29.6134C39.594 30.1289 40.3905 30.1289 40.9059 29.6134L55.3378 15.1347L40.9059 0.655984Z",
|
|
17
|
+
fill: "#FAA74A"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ jsx(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M131.058 2.71769C131.058 1.17142 132.23 0 133.776 0C135.322 0 136.494 1.17142 136.494 2.71769C136.494 4.26396 135.322 5.43538 133.776 5.43538C132.23 5.43538 131.058 4.26396 131.058 2.71769ZM136.166 2.71769C136.166 1.31199 135.182 0.327997 133.776 0.327997C132.37 0.327997 131.386 1.35884 131.386 2.71769C131.386 4.12339 132.37 5.10738 133.776 5.10738C135.135 5.15424 136.166 4.07653 136.166 2.71769ZM133.307 4.07653H132.932V1.26513C133.12 1.21827 133.354 1.21827 133.588 1.21827C134.291 1.21827 134.713 1.54627 134.713 2.15541C134.713 2.62398 134.385 2.90512 134.057 2.99883L134.994 4.12339H134.572L133.729 3.09254H133.354L133.307 4.07653ZM133.307 2.76455H133.635C134.01 2.76455 134.338 2.57712 134.338 2.15541C134.338 1.78055 134.057 1.59313 133.588 1.59313C133.495 1.59313 133.354 1.59313 133.26 1.59313L133.307 2.76455Z",
|
|
24
|
+
fill: "#1E3860",
|
|
25
|
+
className: classNameFill
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ jsx(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M120.281 13.4479C120.281 13.4479 118.922 13.1199 118.173 12.8387C115.783 11.9953 113.581 10.7302 113.581 8.4342C113.581 5.76337 115.877 3.93595 119.344 3.93595C121.64 3.93595 123.421 4.59195 124.686 5.85708L125.107 6.27879C125.623 6.79421 126.419 6.79421 126.935 6.27879L127.685 5.52908C128.2 5.01366 128.2 4.21709 127.685 3.70167C127.497 3.46739 127.263 3.27996 127.263 3.27996C125.248 1.35883 122.483 0.327987 119.344 0.327987C116.486 0.327987 114.19 1.07769 112.269 2.67082C110.441 4.21709 109.551 6.13822 109.551 8.48105C109.551 14.1976 114.893 15.6033 119.578 16.8684L119.719 16.9153C123.842 17.8993 125.904 19.5392 125.904 21.7884C125.904 24.6466 123.514 26.3335 119.578 26.3335C117.095 26.3335 114.893 25.49 113.393 23.9906L112.972 23.5689C112.456 23.0535 111.66 23.0535 111.144 23.5689L110.254 24.4592C109.738 24.9746 109.738 25.7712 110.254 26.2866L110.676 26.7083C112.831 28.8169 115.924 29.9883 119.578 29.9883C122.624 29.9883 125.107 29.2386 127.075 27.6923C128.997 26.2397 129.934 24.2249 129.934 21.7415C130.027 16.4467 125.435 14.6193 120.281 13.4479Z",
|
|
32
|
+
fill: "#1E3860",
|
|
33
|
+
className: classNameFill
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ jsx(
|
|
37
|
+
"path",
|
|
38
|
+
{
|
|
39
|
+
d: "M86.9661 0.281143C78.7661 0.281143 72.1593 6.9348 72.1593 15.1347C72.1593 23.3347 78.7661 29.9883 86.9661 29.9883C95.166 29.9883 101.773 23.3347 101.773 15.1347C101.773 6.9348 95.1191 0.281143 86.9661 0.281143ZM86.9661 3.93597C93.1511 3.93597 98.1648 8.94964 98.1648 15.1347C98.1648 21.3198 93.1511 26.3335 86.9661 26.3335C80.781 26.3335 75.7673 21.3198 75.7673 15.1347C75.7673 8.94964 80.781 3.93597 86.9661 3.93597Z",
|
|
40
|
+
fill: "#1E3860",
|
|
41
|
+
className: classNameFill
|
|
42
|
+
}
|
|
43
|
+
),
|
|
44
|
+
/* @__PURE__ */ jsx(
|
|
45
|
+
"path",
|
|
46
|
+
{
|
|
47
|
+
d: "M67.1924 28.8637L66.4427 29.6134C65.9273 30.1289 65.1308 30.1289 64.6153 29.6134L54.5412 19.5392L57.1183 16.9621L67.1924 27.0363C67.7079 27.5049 67.7079 28.3483 67.1924 28.8637Z",
|
|
48
|
+
fill: "#1E3860",
|
|
49
|
+
className: classNameFill
|
|
50
|
+
}
|
|
51
|
+
),
|
|
52
|
+
/* @__PURE__ */ jsx(
|
|
53
|
+
"path",
|
|
54
|
+
{
|
|
55
|
+
d: "M67.1924 1.40569L66.4427 0.655984C65.9273 0.140561 65.1308 0.140561 64.6153 0.655984L54.5412 10.7302L57.1183 13.3073L67.1924 3.2331C67.7079 2.76454 67.7079 1.92112 67.1924 1.40569Z",
|
|
56
|
+
fill: "#1E3860",
|
|
57
|
+
className: classNameFill
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
/* @__PURE__ */ jsx(
|
|
61
|
+
"path",
|
|
62
|
+
{
|
|
63
|
+
d: "M26.0055 15.1816C25.9586 21.3198 20.9449 26.3335 14.8067 26.3335C8.62164 26.3335 3.60797 21.3198 3.60797 15.1347C3.60797 8.94964 8.66849 3.93597 14.8067 3.93597C20.9449 3.93597 25.9586 8.90278 26.0055 15.0879V15.1816ZM28.3483 0.281143H27.2706C26.5678 0.281143 25.9586 0.843424 25.9586 1.59313V5.38853C23.2878 2.24913 19.305 0.281143 14.8067 0.281143C6.6068 0.281143 0 6.9348 0 15.1347C0 23.3347 6.65365 29.9883 14.8067 29.9883C19.2581 29.9883 23.2878 28.0203 26.0055 24.8809V28.6763C26.0055 29.3792 26.5678 29.9883 27.3175 29.9883H28.3952C29.098 29.9883 29.7072 29.426 29.7072 28.6763V1.59313C29.6603 0.890281 29.098 0.281143 28.3483 0.281143Z",
|
|
64
|
+
fill: "#1E3860",
|
|
65
|
+
className: classNameFill
|
|
66
|
+
}
|
|
67
|
+
)
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
};
|
|
72
|
+
export {
|
|
73
|
+
SvgComponent as default
|
|
74
|
+
};
|
package/dist/main.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from './Calculators/MarginTradingCalculator';
|
|
|
20
20
|
export * from './Calculators/MonthlyPaymentCalculator';
|
|
21
21
|
export * from './CallToActionBar';
|
|
22
22
|
export * from './Carousel';
|
|
23
|
+
export * from './Chatbot';
|
|
23
24
|
export * from './Chevron';
|
|
24
25
|
export * from './CollectInformationAlert';
|
|
25
26
|
export * from './Comparison';
|
package/dist/main.js
CHANGED
|
@@ -26,16 +26,26 @@ import { AnnualFeeCalculator } from "./Calculators/AnnualFeeCalculator/index.js"
|
|
|
26
26
|
import { ApyCalculator } from "./Calculators/ApyCalculator/index.js";
|
|
27
27
|
import { AxosOneCalculator } from "./Calculators/AxosOneCalculator/index.js";
|
|
28
28
|
import { BalanceAPYCalculator } from "./Calculators/BalanceAPYCalculator/index.js";
|
|
29
|
+
import { BuyDownCalculator } from "./Calculators/BuyDownCalculator/index.js";
|
|
29
30
|
import { Calculator } from "./Calculators/Calculator.js";
|
|
30
31
|
import { calculator, calculator_description, calculator_headline } from "./Calculators/calculator.css.js";
|
|
31
32
|
import { MarginTradingCalculator } from "./Calculators/MarginTradingCalculator/index.js";
|
|
33
|
+
import { MarineLoanMonthlyPaymentCalculator } from "./Calculators/MarineLoanMonthlyPaymentCalculator/index.js";
|
|
32
34
|
import { MaxLoanCalculator } from "./Calculators/MaxLoanCalculator/index.js";
|
|
33
35
|
import { MonthlyPaymentCalculator } from "./Calculators/MonthlyPaymentCalculator/index.js";
|
|
34
36
|
import { MonthlyPaymentLVFCalculator } from "./Calculators/MonthlyPaymentLVFCalculator/index.js";
|
|
35
37
|
import { SummitApyCalculator } from "./Calculators/SummitApyCalculator/index.js";
|
|
36
|
-
import { BuyDownCalculator } from "./Calculators/BuyDownCalculator/index.js";
|
|
37
38
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
38
39
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
40
|
+
import { Bubble } from "./Chatbot/Bubble.js";
|
|
41
|
+
import { bubbleWrapper } from "./Chatbot/Bubble.css.js";
|
|
42
|
+
import { Chatbot } from "./Chatbot/Chatbot.js";
|
|
43
|
+
import { chatbotWrapper } from "./Chatbot/Chatbot.css.js";
|
|
44
|
+
import { ChatWindow } from "./Chatbot/ChatWindow.js";
|
|
45
|
+
import { button_reset, chat_title, inline_button_wrapper, inputStyle, messageStyle, messagesContainerStyle, notificationStyle, sendButtonStyle, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
|
+
import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
47
|
+
import { useMessages } from "./Chatbot/store/messages.js";
|
|
48
|
+
import { useHeadlessChat } from "./Chatbot/useHeadlessChat.js";
|
|
39
49
|
import { Chevron } from "./Chevron/index.js";
|
|
40
50
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
41
51
|
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
@@ -54,7 +64,8 @@ import { divider, lvf_footer, lvf_footer_content, lvf_footer_terms, lvf_small_fo
|
|
|
54
64
|
import { AxosFooterSiteMap } from "./FooterSiteMap/AxosBank/FooterSiteMap.js";
|
|
55
65
|
import { app_col, footer_mobile, footer_section, footer_wrapper, ft_col, ft_col_header, ft_col_subheader, ft_panel, ft_panel_group, nested_grid } from "./FooterSiteMap/AxosBank/FooterSiteMap.css.js";
|
|
56
66
|
import { ApplicationStart } from "./Forms/ApplicationStart.js";
|
|
57
|
-
import { ApplyNow
|
|
67
|
+
import { ApplyNow } from "./Forms/ApplyNow.js";
|
|
68
|
+
import { getLink } from "./Forms/applynow-utils.js";
|
|
58
69
|
import { ClearingForm } from "./Forms/ClearingForm.js";
|
|
59
70
|
import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
|
|
60
71
|
import { CommercialLending } from "./Forms/CommercialLending.js";
|
|
@@ -72,13 +83,15 @@ import { CraPublicFile } from "./Forms/CraPublicFile.js";
|
|
|
72
83
|
import { DealerServices } from "./Forms/DealerServices.js";
|
|
73
84
|
import { EmailOnly } from "./Forms/EmailOnly.js";
|
|
74
85
|
import { EmailUs } from "./Forms/EmailUs.js";
|
|
75
|
-
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/Forms.css.js";
|
|
86
|
+
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/Forms.css.js";
|
|
87
|
+
import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./Forms/HoneyPot/index.js";
|
|
76
88
|
import { MortgageRate } from "./Forms/MortgageRate/MortgageRateForm.js";
|
|
77
89
|
import "react/jsx-runtime";
|
|
78
90
|
import { RateWatchForm } from "./Forms/MortgageRate/MortgageRateWatch.js";
|
|
79
91
|
import { LoadingIndicator } from "./LoadingIndicator/index.js";
|
|
80
92
|
import "./Interstitial/Interstitial-variants.css.js";
|
|
81
93
|
import { MortgageRateFilters } from "./Forms/MortgageRate/MortgageRateQuoteFilters.js";
|
|
94
|
+
import { MortgageWarehouseLending } from "./Forms/MortgageWarehouseLending.js";
|
|
82
95
|
import { QuickPricer } from "./Forms/QuickPricer/QuickPricerForm.js";
|
|
83
96
|
import { rate_table_title, results_container } from "./Forms/QuickPricer/QuickPricerResults.css.js";
|
|
84
97
|
import { UserInformation } from "./Forms/QuickPricer/UserInformation.js";
|
|
@@ -231,6 +244,7 @@ export {
|
|
|
231
244
|
BalanceAPYCalculator,
|
|
232
245
|
Blockquote,
|
|
233
246
|
BreadcumbHeader,
|
|
247
|
+
Bubble,
|
|
234
248
|
BulletItem,
|
|
235
249
|
Button,
|
|
236
250
|
BuyDownCalculator,
|
|
@@ -239,6 +253,8 @@ export {
|
|
|
239
253
|
Carousel,
|
|
240
254
|
CarouselSlide,
|
|
241
255
|
CategorySelector,
|
|
256
|
+
ChatWindow,
|
|
257
|
+
Chatbot,
|
|
242
258
|
default5 as CheckCircle,
|
|
243
259
|
default6 as CheckCircleLight,
|
|
244
260
|
default7 as CheckIcon,
|
|
@@ -291,6 +307,7 @@ export {
|
|
|
291
307
|
GlobalContextProvider,
|
|
292
308
|
GoBackButton,
|
|
293
309
|
HeroBanner,
|
|
310
|
+
HoneyPot,
|
|
294
311
|
Hyperlink,
|
|
295
312
|
IconBillboard,
|
|
296
313
|
IconBillboardSet,
|
|
@@ -312,6 +329,7 @@ export {
|
|
|
312
329
|
Logout,
|
|
313
330
|
MainHTML,
|
|
314
331
|
MarginTradingCalculator,
|
|
332
|
+
MarineLoanMonthlyPaymentCalculator,
|
|
315
333
|
MaxLoanCalculator,
|
|
316
334
|
default16 as MemberFdicLogo,
|
|
317
335
|
Modal,
|
|
@@ -319,6 +337,7 @@ export {
|
|
|
319
337
|
MonthlyPaymentLVFCalculator,
|
|
320
338
|
MortgageRate,
|
|
321
339
|
MortgageRateFilters,
|
|
340
|
+
MortgageWarehouseLending,
|
|
322
341
|
default30 as NavBarAAS,
|
|
323
342
|
default33 as NavBarAFS,
|
|
324
343
|
default34 as NavBarALT,
|
|
@@ -389,6 +408,7 @@ export {
|
|
|
389
408
|
ant_svg_fill,
|
|
390
409
|
app_col,
|
|
391
410
|
appendQueryParams,
|
|
411
|
+
apply_now_form,
|
|
392
412
|
apy_billboard,
|
|
393
413
|
apy_table,
|
|
394
414
|
associatedEmail,
|
|
@@ -397,6 +417,7 @@ export {
|
|
|
397
417
|
award_name,
|
|
398
418
|
awards_row,
|
|
399
419
|
awards_section,
|
|
420
|
+
axosHeader,
|
|
400
421
|
axosTheme,
|
|
401
422
|
back_btn_apply_now,
|
|
402
423
|
billboard,
|
|
@@ -423,8 +444,10 @@ export {
|
|
|
423
444
|
bs_section,
|
|
424
445
|
bs_topic,
|
|
425
446
|
bs_wrapper,
|
|
447
|
+
bubbleWrapper,
|
|
426
448
|
bullet_details,
|
|
427
449
|
button,
|
|
450
|
+
button_reset,
|
|
428
451
|
buttons,
|
|
429
452
|
calculator,
|
|
430
453
|
calculator_description,
|
|
@@ -433,6 +456,8 @@ export {
|
|
|
433
456
|
center_center,
|
|
434
457
|
center_left,
|
|
435
458
|
center_right,
|
|
459
|
+
chat_title,
|
|
460
|
+
chatbotWrapper,
|
|
436
461
|
checkbox_group,
|
|
437
462
|
columnValues,
|
|
438
463
|
comparison,
|
|
@@ -515,6 +540,7 @@ export {
|
|
|
515
540
|
headerComparison,
|
|
516
541
|
headerContainer,
|
|
517
542
|
headerContent,
|
|
543
|
+
headerF,
|
|
518
544
|
headerForm,
|
|
519
545
|
headerIconBillboard,
|
|
520
546
|
headerVariants,
|
|
@@ -544,6 +570,7 @@ export {
|
|
|
544
570
|
highlight_first_row,
|
|
545
571
|
highlight_last_row,
|
|
546
572
|
highlight_th,
|
|
573
|
+
honeyPotSchema,
|
|
547
574
|
icon,
|
|
548
575
|
iconContainer,
|
|
549
576
|
iconContainerBase,
|
|
@@ -558,8 +585,10 @@ export {
|
|
|
558
585
|
image_inner_wrapper,
|
|
559
586
|
img_area,
|
|
560
587
|
img_contents,
|
|
588
|
+
inline_button_wrapper,
|
|
561
589
|
inline_container,
|
|
562
590
|
input,
|
|
591
|
+
inputStyle,
|
|
563
592
|
insight_header,
|
|
564
593
|
insight_header_2,
|
|
565
594
|
insight_header_3,
|
|
@@ -572,6 +601,7 @@ export {
|
|
|
572
601
|
isAllowedUrl,
|
|
573
602
|
isEmailLink,
|
|
574
603
|
isPhoneLink,
|
|
604
|
+
isValidHoneyPot,
|
|
575
605
|
is_bg_img,
|
|
576
606
|
isolate_container,
|
|
577
607
|
item,
|
|
@@ -595,6 +625,8 @@ export {
|
|
|
595
625
|
mb_8,
|
|
596
626
|
mb_form,
|
|
597
627
|
media,
|
|
628
|
+
messageStyle,
|
|
629
|
+
messagesContainerStyle,
|
|
598
630
|
mh_330,
|
|
599
631
|
modalCheckboxContainer,
|
|
600
632
|
modalMobile,
|
|
@@ -605,6 +637,7 @@ export {
|
|
|
605
637
|
mw24,
|
|
606
638
|
na_cursor,
|
|
607
639
|
nested_grid,
|
|
640
|
+
notificationStyle,
|
|
608
641
|
ol,
|
|
609
642
|
one_row,
|
|
610
643
|
padding,
|
|
@@ -649,6 +682,7 @@ export {
|
|
|
649
682
|
selection_section_content,
|
|
650
683
|
selection_section_icon,
|
|
651
684
|
selection_section_icon_img,
|
|
685
|
+
sendButtonStyle,
|
|
652
686
|
separator,
|
|
653
687
|
set_container,
|
|
654
688
|
set_container_cols,
|
|
@@ -707,6 +741,9 @@ export {
|
|
|
707
741
|
up_to,
|
|
708
742
|
url_row,
|
|
709
743
|
useGlobalContext,
|
|
744
|
+
useHeadlessChat,
|
|
745
|
+
useMessages,
|
|
746
|
+
useOpenChat,
|
|
710
747
|
user_buttons,
|
|
711
748
|
user_card,
|
|
712
749
|
user_container,
|
|
@@ -722,6 +759,9 @@ export {
|
|
|
722
759
|
video_title,
|
|
723
760
|
vidyard_height,
|
|
724
761
|
w_100,
|
|
762
|
+
windowBarStyle,
|
|
763
|
+
windowOpenStyle,
|
|
764
|
+
windowStyle,
|
|
725
765
|
wrapper,
|
|
726
766
|
x_input,
|
|
727
767
|
xc_input
|
|
@@ -6,7 +6,8 @@ const moreDomains = {
|
|
|
6
6
|
"{AXA}": process.env.AXA_URL || "https://www.axosadvisor.com",
|
|
7
7
|
"{AFS}": process.env.AFS_URL || "https://www.axosfiduciaryservices.com",
|
|
8
8
|
"{NATIONWIDE}": process.env.NATIOWIDE_URL || "https://www.nationwide.axosbank.com",
|
|
9
|
-
"{ENROLLMENT}": process.env.ENROLLMENT_URL || "https://
|
|
9
|
+
"{ENROLLMENT}": process.env.ENROLLMENT_URL || "https://onboard.axos.com",
|
|
10
|
+
"{LEGACYENROLLMENT}": process.env.LEGACY_ENROLLMENT_URL || "https://enrollment.axosbank.com",
|
|
10
11
|
"{ASSETSURL}": "https://assets.axos.com",
|
|
11
12
|
"{IMAGEASSETSURL}": "https://images.axos.com",
|
|
12
13
|
"{ONLINEBANKING}": process.env.ONLINEBANKING_URL || "https://onlinebanking.uat.axosbank.com",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../../assets/utils/optimizeImage/optimizeImage.css.css';const loader = "
|
|
2
|
-
const loading = "
|
|
3
|
-
const shimmer = "
|
|
1
|
+
import '../../assets/utils/optimizeImage/optimizeImage.css.css';const loader = "_loader_pwl74_10";
|
|
2
|
+
const loading = "_loading_pwl74_16";
|
|
3
|
+
const shimmer = "_shimmer_pwl74_1";
|
|
4
4
|
const css = {
|
|
5
5
|
loader,
|
|
6
6
|
loading,
|