@axos-web-dev/shared-components 1.0.77-patch.10 → 1.0.77-patch.11

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,6 +23,7 @@ export declare const menuData: {
23
23
  "Premier Home": string;
24
24
  "Private Client": string;
25
25
  "InsureGuard+": string;
26
+ "Trust Accounts": string;
26
27
  };
27
28
  "ATM Locator": string;
28
29
  "Refer-a-Friend": string;
@@ -171,6 +171,9 @@ const menuData = {
171
171
  ),
172
172
  "InsureGuard+": findMoreAxosDomains(
173
173
  "{AXOSBANK}/personal/bank/premier/insureguard-savings"
174
+ ),
175
+ "Trust Accounts": findMoreAxosDomains(
176
+ "{AXOSBANK}/personal/bank/premier/trust"
174
177
  )
175
178
  },
176
179
  "ATM Locator": findMoreAxosDomains(
@@ -246,10 +249,18 @@ const menuData = {
246
249
  )
247
250
  },
248
251
  "Marine Loans": {
249
- "Marine Loans Home": "https://lavictoirefinance.com",
250
- "Find The Right Loan": "https://lavictoirefinance.com/loans",
251
- "Apply Now": "https://lavictoirefinance.com/apply-now",
252
- "Contact Us": "https://lavictoirefinance.com/contact-us"
252
+ "Marine Loans Home": findMoreAxosDomains(
253
+ "{AXOSBANK}/personal/borrow/marine-loans"
254
+ ),
255
+ "Find The Right Loan": findMoreAxosDomains(
256
+ "{AXOSBANK}/personal/borrow/marine-loans"
257
+ ),
258
+ "Apply Now": findMoreAxosDomains(
259
+ "{AXOSBANK}/personal/borrow/marine-loans/apply-now"
260
+ ),
261
+ "Contact Us": findMoreAxosDomains(
262
+ "{AXOSBANK}/personal/borrow/marine-loans#AXB----Lets-Talk-LVF-for-AXB----Webform"
263
+ )
253
264
  }
254
265
  },
255
266
  Invest: {
@@ -1024,6 +1024,15 @@ function SubNavBar() {
1024
1024
  ),
1025
1025
  children: "InsureGuard+"
1026
1026
  }
1027
+ ) }),
1028
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1029
+ Link,
1030
+ {
1031
+ href: findMoreAxosDomains(
1032
+ "{AXOSBANK}/personal/bank/premier/trust"
1033
+ ),
1034
+ children: "Trust Accounts"
1035
+ }
1027
1036
  ) })
1028
1037
  ] })
1029
1038
  ] }),
@@ -1433,7 +1442,9 @@ function SubNavBar() {
1433
1442
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1434
1443
  Link,
1435
1444
  {
1436
- href: `https://lavictoirefinance.com`,
1445
+ href: findMoreAxosDomains(
1446
+ "{AXOSBANK}/personal/borrow/marine-loans"
1447
+ ),
1437
1448
  role: "heading",
1438
1449
  children: "Marine Loans"
1439
1450
  }
@@ -1441,21 +1452,27 @@ function SubNavBar() {
1441
1452
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1442
1453
  Link,
1443
1454
  {
1444
- href: `https://lavictoirefinance.com/loans`,
1455
+ href: findMoreAxosDomains(
1456
+ "{AXOSBANK}/personal/borrow/marine-loans"
1457
+ ),
1445
1458
  children: "Find The Right Loan"
1446
1459
  }
1447
1460
  ) }),
1448
1461
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1449
1462
  Link,
1450
1463
  {
1451
- href: `https://lavictoirefinance.com/apply-now`,
1464
+ href: findMoreAxosDomains(
1465
+ "{AXOSBANK}/personal/borrow/marine-loans/apply-now"
1466
+ ),
1452
1467
  children: "Apply Now"
1453
1468
  }
1454
1469
  ) }),
1455
1470
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1456
1471
  Link,
1457
1472
  {
1458
- href: `https://lavictoirefinance.com/contact-us`,
1473
+ href: findMoreAxosDomains(
1474
+ "{AXOSBANK}/personal/borrow/marine-loans#AXB----Lets-Talk-LVF-for-AXB----Webform"
1475
+ ),
1459
1476
  children: "Contact Us"
1460
1477
  }
1461
1478
  ) })
@@ -2061,7 +2078,7 @@ function SubNavBar() {
2061
2078
  Link,
2062
2079
  {
2063
2080
  href: findMoreAxosDomains(
2064
- "{AXOSBANK}/business/open-account-return-to-application#AXB----Return-to-App---Open-Another-Acc"
2081
+ "{AXOSBANK}/business/open-account-return-to-application#AXB----Return-To-My-Application----Icon-Billboard"
2065
2082
  ),
2066
2083
  children: "Check Application Status"
2067
2084
  }
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": "1.0.77-patch.10",
4
+ "version": "1.0.77-patch.11",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",