@axos-web-dev/shared-components 2.2.3 → 2.2.4

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.
@@ -23,13 +23,13 @@ const getMenuData = (resolveUrl) => ({
23
23
  },
24
24
  "Teen Accounts": {
25
25
  "Teen Accounts Home": resolveUrl(
26
- "{AXOSBANK}/personal/bank/savings-accounts/first-savings"
26
+ "{AXOSBANK}/personal/bank/teen-bank-account/first-savings"
27
27
  ),
28
28
  "First Checking": resolveUrl(
29
- "{AXOSBANK}/personal/bank/checking-accounts/first-checking"
29
+ "{AXOSBANK}/personal/bank/teen-bank-account/first-checking"
30
30
  ),
31
31
  "First Savings": resolveUrl(
32
- "{AXOSBANK}/personal/bank/savings-accounts/first-savings"
32
+ "{AXOSBANK}/personal/bank/teen-bank-account/first-savings"
33
33
  )
34
34
  },
35
35
  Premier: {
@@ -441,10 +441,8 @@ const getMenuData = (resolveUrl) => ({
441
441
  "Make a Payment": "https://loanpayment.axosbank.com"
442
442
  },
443
443
  Business: {
444
- "Business Banking Login": resolveUrl("{ONLINEBANKING}/auth/Login"),
445
- "MWA Business Login": resolveUrl(
446
- "{AXOSBANK}/business/mwa-business-banking"
447
- )
444
+ "Business Banking Login": resolveUrl("{AXOSBANK}/business/login"),
445
+ "MWA Business Login": resolveUrl("{ONLINEBANKING}/auth/Login")
448
446
  },
449
447
  Commercial: {
450
448
  "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/savings-accounts/first-savings"
902
+ "{AXOSBANK}/personal/bank/teen-bank-account/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/checking-accounts/first-checking"
912
+ "{AXOSBANK}/personal/bank/teen-bank-account/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/savings-accounts/first-savings"
921
+ "{AXOSBANK}/personal/bank/teen-bank-account/first-savings"
922
922
  ),
923
923
  children: "First Savings"
924
924
  }
@@ -465,22 +465,14 @@ function NavBar({
465
465
  "li",
466
466
  {
467
467
  className: `${styles.signin_subheader} ${signin_subheader}`,
468
- children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{ONLINEBANKING}/auth/Login"), children: "Business Banking Login" })
468
+ children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOSBANK}/business/login"), children: "Business Banking Login" })
469
469
  }
470
470
  ),
471
471
  /* @__PURE__ */ jsx(
472
472
  "li",
473
473
  {
474
474
  className: `${styles.signin_subheader} ${signin_subheader}`,
475
- children: /* @__PURE__ */ jsx(
476
- "a",
477
- {
478
- href: resolveUrl(
479
- "{AXOSBANK}/business/mwa-business-banking"
480
- ),
481
- children: "MWA Business Banking"
482
- }
483
- )
475
+ children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{ONLINEBANKING}/auth/Login"), children: "MWA Business Banking" })
484
476
  }
485
477
  )
486
478
  ] })
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.3",
4
+ "version": "2.2.4",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.js",