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

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
  ] }),
@@ -2061,7 +2070,7 @@ function SubNavBar() {
2061
2070
  Link,
2062
2071
  {
2063
2072
  href: findMoreAxosDomains(
2064
- "{AXOSBANK}/business/open-account-return-to-application#AXB----Return-to-App---Open-Another-Acc"
2073
+ "{AXOSBANK}/business/open-account-return-to-application#AXB----Return-To-My-Application----Icon-Billboard"
2065
2074
  ),
2066
2075
  children: "Check Application Status"
2067
2076
  }
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.12",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",