@axos-web-dev/shared-components 2.2.0 → 2.2.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.
|
@@ -209,7 +209,6 @@ export declare const getMenuData: (resolveUrl: UrlResolver) => {
|
|
|
209
209
|
"Wholesale Lending": {
|
|
210
210
|
"Wholesale & Correspondent Lending": {
|
|
211
211
|
"WCPL Home": string;
|
|
212
|
-
"Construction Lending": string;
|
|
213
212
|
"Resources & Support": string;
|
|
214
213
|
"Register a Loan": string;
|
|
215
214
|
"Quick Pricer": string;
|
|
@@ -23,13 +23,13 @@ const getMenuData = (resolveUrl) => ({
|
|
|
23
23
|
},
|
|
24
24
|
"Teen Accounts": {
|
|
25
25
|
"Teen Accounts Home": resolveUrl(
|
|
26
|
-
"{AXOSBANK}/personal/bank/
|
|
26
|
+
"{AXOSBANK}/personal/bank/savings-accounts/first-savings"
|
|
27
27
|
),
|
|
28
28
|
"First Checking": resolveUrl(
|
|
29
|
-
"{AXOSBANK}/personal/bank/
|
|
29
|
+
"{AXOSBANK}/personal/bank/checking-accounts/first-checking"
|
|
30
30
|
),
|
|
31
31
|
"First Savings": resolveUrl(
|
|
32
|
-
"{AXOSBANK}/personal/bank/
|
|
32
|
+
"{AXOSBANK}/personal/bank/savings-accounts/first-savings"
|
|
33
33
|
)
|
|
34
34
|
},
|
|
35
35
|
Premier: {
|
|
@@ -381,9 +381,6 @@ const getMenuData = (resolveUrl) => ({
|
|
|
381
381
|
"WCPL Home": resolveUrl(
|
|
382
382
|
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
383
383
|
),
|
|
384
|
-
"Construction Lending": resolveUrl(
|
|
385
|
-
"{AXOSBANK}/personal/borrow/mortgages/construction-lending"
|
|
386
|
-
),
|
|
387
384
|
"Resources & Support": resolveUrl(
|
|
388
385
|
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/support"
|
|
389
386
|
),
|
|
@@ -445,7 +442,9 @@ const getMenuData = (resolveUrl) => ({
|
|
|
445
442
|
},
|
|
446
443
|
Business: {
|
|
447
444
|
"Business Banking Login": resolveUrl("{ONLINEBANKING}/auth/Login"),
|
|
448
|
-
"MWA Business Login": resolveUrl(
|
|
445
|
+
"MWA Business Login": resolveUrl(
|
|
446
|
+
"{AXOSBANK}/business/mwa-business-banking"
|
|
447
|
+
)
|
|
449
448
|
},
|
|
450
449
|
Commercial: {
|
|
451
450
|
"Commercial Online Banking Login": resolveUrl("https://ace.axos.com/"),
|
|
@@ -899,7 +899,7 @@ function SubNavBar() {
|
|
|
899
899
|
Link,
|
|
900
900
|
{
|
|
901
901
|
href: resolveUrl(
|
|
902
|
-
"{AXOSBANK}/personal/bank/
|
|
902
|
+
"{AXOSBANK}/personal/bank/savings-accounts/first-savings"
|
|
903
903
|
),
|
|
904
904
|
role: "heading",
|
|
905
905
|
children: "Teen Accounts"
|
|
@@ -909,7 +909,7 @@ function SubNavBar() {
|
|
|
909
909
|
Link,
|
|
910
910
|
{
|
|
911
911
|
href: resolveUrl(
|
|
912
|
-
"{AXOSBANK}/personal/bank/
|
|
912
|
+
"{AXOSBANK}/personal/bank/checking-accounts/first-checking"
|
|
913
913
|
),
|
|
914
914
|
children: "First Checking"
|
|
915
915
|
}
|
|
@@ -918,7 +918,7 @@ function SubNavBar() {
|
|
|
918
918
|
Link,
|
|
919
919
|
{
|
|
920
920
|
href: resolveUrl(
|
|
921
|
-
"{AXOSBANK}/personal/bank/
|
|
921
|
+
"{AXOSBANK}/personal/bank/savings-accounts/first-savings"
|
|
922
922
|
),
|
|
923
923
|
children: "First Savings"
|
|
924
924
|
}
|
|
@@ -3122,15 +3122,6 @@ function SubNavBar() {
|
|
|
3122
3122
|
children: "Wholesale & Correspondent Lending"
|
|
3123
3123
|
}
|
|
3124
3124
|
) }),
|
|
3125
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
3126
|
-
Link,
|
|
3127
|
-
{
|
|
3128
|
-
href: resolveUrl(
|
|
3129
|
-
"{AXOSBANK}/personal/borrow/mortgages/construction-lending"
|
|
3130
|
-
),
|
|
3131
|
-
children: "Construction Lending"
|
|
3132
|
-
}
|
|
3133
|
-
) }),
|
|
3134
3125
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
3135
3126
|
Link,
|
|
3136
3127
|
{
|
|
@@ -472,7 +472,15 @@ function NavBar({
|
|
|
472
472
|
"li",
|
|
473
473
|
{
|
|
474
474
|
className: `${styles.signin_subheader} ${signin_subheader}`,
|
|
475
|
-
children: /* @__PURE__ */ jsx(
|
|
475
|
+
children: /* @__PURE__ */ jsx(
|
|
476
|
+
"a",
|
|
477
|
+
{
|
|
478
|
+
href: resolveUrl(
|
|
479
|
+
"{AXOSBANK}/business/mwa-business-banking"
|
|
480
|
+
),
|
|
481
|
+
children: "MWA Business Banking"
|
|
482
|
+
}
|
|
483
|
+
)
|
|
476
484
|
}
|
|
477
485
|
)
|
|
478
486
|
] })
|