@axos-web-dev/shared-components 2.2.0 → 2.2.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.
@@ -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;
@@ -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("{ONLINEBANKING}/auth/Login")
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/"),
@@ -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("a", { href: resolveUrl("{ONLINEBANKING}/auth/Login"), children: "MWA Business Banking" })
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
  ] })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",