@axos-web-dev/shared-components 1.0.100-lvf-menu.1 → 1.0.100-marine-dealer.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.
- package/dist/Calculators/Calculator.js +1 -1
- package/dist/Chatbot/ChatWindow.css.js +1 -0
- package/dist/Chatbot/Chatbot.css.js +0 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +18 -2
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +12 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +25 -3
- package/dist/NavigationMenu/AxosBank/index.js +7 -0
- package/package.json +1 -1
|
@@ -51,8 +51,8 @@ import "../Carousel/index.js";
|
|
|
51
51
|
/* empty css */
|
|
52
52
|
import "../Chatbot/store/chat.js";
|
|
53
53
|
import "../Chatbot/authenticate.js";
|
|
54
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
55
54
|
import "react-use";
|
|
55
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
56
56
|
/* empty css */
|
|
57
57
|
import "../Chatbot/store/messages.js";
|
|
58
58
|
/* empty css */
|
|
@@ -431,7 +431,15 @@ const AxosFooterSiteMap = ({
|
|
|
431
431
|
/* @__PURE__ */ jsxs("div", { className: ft_col, children: [
|
|
432
432
|
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/partners"), children: "Partners" }) }),
|
|
433
433
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
434
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
434
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
435
|
+
"a",
|
|
436
|
+
{
|
|
437
|
+
href: findMoreAxosDomains(
|
|
438
|
+
"{AXOSBANK}/pages/axos-capital-solutions"
|
|
439
|
+
),
|
|
440
|
+
children: "Marine Dealer Floorplan Finance"
|
|
441
|
+
}
|
|
442
|
+
) }),
|
|
435
443
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
436
444
|
"a",
|
|
437
445
|
{
|
|
@@ -877,7 +885,15 @@ const AxosFooterSiteMap = ({
|
|
|
877
885
|
)
|
|
878
886
|
] }),
|
|
879
887
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
880
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
888
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
889
|
+
"a",
|
|
890
|
+
{
|
|
891
|
+
href: findMoreAxosDomains(
|
|
892
|
+
"{AXOSBANK}/pages/axos-capital-solutions"
|
|
893
|
+
),
|
|
894
|
+
children: "Marine Dealer Floorplan Finance"
|
|
895
|
+
}
|
|
896
|
+
) }),
|
|
881
897
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
882
898
|
"a",
|
|
883
899
|
{
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -60,8 +60,8 @@ import "../Carousel/index.js";
|
|
|
60
60
|
/* empty css */
|
|
61
61
|
import "../Chatbot/store/chat.js";
|
|
62
62
|
import "../Chatbot/authenticate.js";
|
|
63
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
64
63
|
import "react-use";
|
|
64
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
65
65
|
/* empty css */
|
|
66
66
|
import "../Chatbot/store/messages.js";
|
|
67
67
|
/* empty css */
|
|
@@ -259,6 +259,12 @@ const menuData = {
|
|
|
259
259
|
"Marine Loans Home": findMoreAxosDomains(
|
|
260
260
|
"{AXOSBANK}/personal/borrow/marine-loans"
|
|
261
261
|
),
|
|
262
|
+
"Find The Right Loan": findMoreAxosDomains(
|
|
263
|
+
"{AXOSBANK}/personal/borrow/marine-loans"
|
|
264
|
+
),
|
|
265
|
+
"Apply Now": findMoreAxosDomains(
|
|
266
|
+
"{AXOSBANK}/personal/borrow/marine-loans/apply-now"
|
|
267
|
+
),
|
|
262
268
|
"Contact Us": findMoreAxosDomains(
|
|
263
269
|
"{AXOSBANK}/personal/borrow/marine-loans#AXB----Lets-Talk-LVF-for-AXB----Webform"
|
|
264
270
|
)
|
|
@@ -520,7 +526,9 @@ const menuData = {
|
|
|
520
526
|
"Leveraged Finance": findMoreAxosDomains(
|
|
521
527
|
"{AXOSBANK}/commercial/lending/leveraged-finance"
|
|
522
528
|
),
|
|
523
|
-
"Marine Dealer Floorplan Finance":
|
|
529
|
+
"Marine Dealer Floorplan Finance": findMoreAxosDomains(
|
|
530
|
+
"{AXOSBANK}/pages/axos-capital-solutions"
|
|
531
|
+
),
|
|
524
532
|
"Premium Finance": findMoreAxosDomains(
|
|
525
533
|
"{AXOSBANK}/commercial/lending/premium-finance"
|
|
526
534
|
)
|
|
@@ -536,7 +544,9 @@ const menuData = {
|
|
|
536
544
|
},
|
|
537
545
|
Partners: {
|
|
538
546
|
"Partners Home": findMoreAxosDomains("{AXOSBANK}/partners"),
|
|
539
|
-
"Marine Dealer Floorplan Finance":
|
|
547
|
+
"Marine Dealer Floorplan Finance": findMoreAxosDomains(
|
|
548
|
+
"{AXOSBANK}/pages/axos-capital-solutions"
|
|
549
|
+
),
|
|
540
550
|
"Wholesale Lending": {
|
|
541
551
|
"Wholesale & Correspondent Lending": {
|
|
542
552
|
"WCPL Home": findMoreAxosDomains(
|
|
@@ -557,9 +557,11 @@ function SubNavBar() {
|
|
|
557
557
|
children: /* @__PURE__ */ jsx(
|
|
558
558
|
Link,
|
|
559
559
|
{
|
|
560
|
-
href:
|
|
560
|
+
href: findMoreAxosDomains(
|
|
561
|
+
"{AXOSBANK}/pages/axos-capital-solutions"
|
|
562
|
+
),
|
|
561
563
|
id: "partNav1",
|
|
562
|
-
"aria-label": "Press Enter to navigate to the
|
|
564
|
+
"aria-label": "Press Enter to navigate to the axos capital solutions website. Owned and operated by Axos Bank.",
|
|
563
565
|
children: "Marine Dealer Floorplan Finance"
|
|
564
566
|
}
|
|
565
567
|
)
|
|
@@ -1456,6 +1458,24 @@ function SubNavBar() {
|
|
|
1456
1458
|
children: "Marine Loans"
|
|
1457
1459
|
}
|
|
1458
1460
|
) }),
|
|
1461
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1462
|
+
Link,
|
|
1463
|
+
{
|
|
1464
|
+
href: findMoreAxosDomains(
|
|
1465
|
+
"{AXOSBANK}/personal/borrow/marine-loans"
|
|
1466
|
+
),
|
|
1467
|
+
children: "Find The Right Loan"
|
|
1468
|
+
}
|
|
1469
|
+
) }),
|
|
1470
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1471
|
+
Link,
|
|
1472
|
+
{
|
|
1473
|
+
href: findMoreAxosDomains(
|
|
1474
|
+
"{AXOSBANK}/personal/borrow/marine-loans/apply-now"
|
|
1475
|
+
),
|
|
1476
|
+
children: "Apply Now"
|
|
1477
|
+
}
|
|
1478
|
+
) }),
|
|
1459
1479
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1460
1480
|
Link,
|
|
1461
1481
|
{
|
|
@@ -2965,7 +2985,9 @@ function SubNavBar() {
|
|
|
2965
2985
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2966
2986
|
Link,
|
|
2967
2987
|
{
|
|
2968
|
-
href:
|
|
2988
|
+
href: findMoreAxosDomains(
|
|
2989
|
+
"{AXOSBANK}/pages/axos-capital-solutions"
|
|
2990
|
+
),
|
|
2969
2991
|
children: "Marine Dealer Floorplan Finance"
|
|
2970
2992
|
}
|
|
2971
2993
|
) }),
|
|
@@ -539,6 +539,13 @@ function NavBar({
|
|
|
539
539
|
className: `${styles.signin_subheader} ${signin_subheader}`,
|
|
540
540
|
children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{ARMS}"), children: "Advisor Login" })
|
|
541
541
|
}
|
|
542
|
+
),
|
|
543
|
+
/* @__PURE__ */ jsx(
|
|
544
|
+
"li",
|
|
545
|
+
{
|
|
546
|
+
className: `${styles.signin_subheader} ${signin_subheader}`,
|
|
547
|
+
children: /* @__PURE__ */ jsx("a", { href: "https://lv.accesscompass.com/web/control", children: "Marine Dealer Finance" })
|
|
548
|
+
}
|
|
542
549
|
)
|
|
543
550
|
] })
|
|
544
551
|
] }),
|
package/package.json
CHANGED