@axos-web-dev/shared-components 1.0.100-dev.84 → 1.0.100-dev.84-layer-test.2
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/FooterSiteMap/AxosBank/FooterSiteMap.js +15 -113
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +297 -99
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +21 -85
- package/dist/NavigationMenu/AxosBank/index.js +9 -23
- package/dist/NavigationMenu/LaVictoire/index.js +3 -24
- package/dist/NavigationMenu/SignInNavButton.js +1 -7
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +3 -0
- package/dist/assets/globals.css +20 -11
- package/package.json +136 -136
|
@@ -154,19 +154,11 @@ const AxosFooterSiteMap = ({
|
|
|
154
154
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
155
155
|
"a",
|
|
156
156
|
{
|
|
157
|
-
href: resolveUrl(
|
|
158
|
-
"{AXOSBANK}/personal/bank/savings-accounts"
|
|
159
|
-
),
|
|
157
|
+
href: resolveUrl("{AXOSBANK}/personal/bank/savings-accounts"),
|
|
160
158
|
children: "Savings"
|
|
161
159
|
}
|
|
162
160
|
) }),
|
|
163
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
164
|
-
"a",
|
|
165
|
-
{
|
|
166
|
-
href: resolveUrl("{AXOSBANK}/personal/bank/premier"),
|
|
167
|
-
children: "Premier"
|
|
168
|
-
}
|
|
169
|
-
) })
|
|
161
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOSBANK}/personal/bank/premier"), children: "Premier" }) })
|
|
170
162
|
] }),
|
|
171
163
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
172
164
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -177,33 +169,15 @@ const AxosFooterSiteMap = ({
|
|
|
177
169
|
children: "Borrow"
|
|
178
170
|
}
|
|
179
171
|
) }),
|
|
172
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOSBANK}/personal/borrow/mortgages"), children: "Mortgages" }) }),
|
|
180
173
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
181
174
|
"a",
|
|
182
175
|
{
|
|
183
|
-
href: resolveUrl(
|
|
184
|
-
"{AXOSBANK}/personal/borrow/mortgages"
|
|
185
|
-
),
|
|
186
|
-
children: "Mortgages"
|
|
187
|
-
}
|
|
188
|
-
) }),
|
|
189
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
190
|
-
"a",
|
|
191
|
-
{
|
|
192
|
-
href: resolveUrl(
|
|
193
|
-
"{AXOSBANK}/personal/borrow/personal-loans"
|
|
194
|
-
),
|
|
176
|
+
href: resolveUrl("{AXOSBANK}/personal/borrow/personal-loans"),
|
|
195
177
|
children: "Personal Loans"
|
|
196
178
|
}
|
|
197
179
|
) }),
|
|
198
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
199
|
-
"a",
|
|
200
|
-
{
|
|
201
|
-
href: resolveUrl(
|
|
202
|
-
"{AXOSBANK}/personal/borrow/auto-loans"
|
|
203
|
-
),
|
|
204
|
-
children: "Auto Loans"
|
|
205
|
-
}
|
|
206
|
-
) }),
|
|
180
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOSBANK}/personal/borrow/auto-loans"), children: "Auto Loans" }) }),
|
|
207
181
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "https://lavictoirefinance.com/", children: "Marine Loans" }) })
|
|
208
182
|
] }),
|
|
209
183
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
@@ -215,22 +189,8 @@ const AxosFooterSiteMap = ({
|
|
|
215
189
|
children: "Invest"
|
|
216
190
|
}
|
|
217
191
|
) }),
|
|
218
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
219
|
-
|
|
220
|
-
{
|
|
221
|
-
href: resolveUrl("{AXOS}/invest/Managed-Portfolios"),
|
|
222
|
-
children: "Managed Portfolios"
|
|
223
|
-
}
|
|
224
|
-
) }),
|
|
225
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
226
|
-
"a",
|
|
227
|
-
{
|
|
228
|
-
href: resolveUrl(
|
|
229
|
-
"{AXOS}/invest/self-directed-trading"
|
|
230
|
-
),
|
|
231
|
-
children: "Self-Directed Trading"
|
|
232
|
-
}
|
|
233
|
-
) }),
|
|
192
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOS}/invest/Managed-Portfolios"), children: "Managed Portfolios" }) }),
|
|
193
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOS}/invest/self-directed-trading"), children: "Self-Directed Trading" }) }),
|
|
234
194
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
235
195
|
"a",
|
|
236
196
|
{
|
|
@@ -253,9 +213,7 @@ const AxosFooterSiteMap = ({
|
|
|
253
213
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
254
214
|
"a",
|
|
255
215
|
{
|
|
256
|
-
href: resolveUrl(
|
|
257
|
-
"{AXOSBANK}/tools/payment-apps/mobile-app"
|
|
258
|
-
),
|
|
216
|
+
href: resolveUrl("{AXOSBANK}/tools/payment-apps/mobile-app"),
|
|
259
217
|
children: "Axos Mobile App"
|
|
260
218
|
}
|
|
261
219
|
) }),
|
|
@@ -430,15 +388,7 @@ const AxosFooterSiteMap = ({
|
|
|
430
388
|
children: "Wholesale Lending"
|
|
431
389
|
}
|
|
432
390
|
) }),
|
|
433
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
434
|
-
"a",
|
|
435
|
-
{
|
|
436
|
-
href: resolveUrl(
|
|
437
|
-
"{AXOSBANK}/partners/dealer-services"
|
|
438
|
-
),
|
|
439
|
-
children: "Dealer Services"
|
|
440
|
-
}
|
|
441
|
-
) }),
|
|
391
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOSBANK}/partners/dealer-services"), children: "Dealer Services" }) }),
|
|
442
392
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
443
393
|
"a",
|
|
444
394
|
{
|
|
@@ -555,15 +505,7 @@ const AxosFooterSiteMap = ({
|
|
|
555
505
|
children: "Savings"
|
|
556
506
|
}
|
|
557
507
|
) }),
|
|
558
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
559
|
-
"a",
|
|
560
|
-
{
|
|
561
|
-
href: resolveUrl(
|
|
562
|
-
"{AXOSBANK}/personal/bank/premier"
|
|
563
|
-
),
|
|
564
|
-
children: "Premier"
|
|
565
|
-
}
|
|
566
|
-
) })
|
|
508
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOSBANK}/personal/bank/premier"), children: "Premier" }) })
|
|
567
509
|
] }),
|
|
568
510
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
569
511
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -574,15 +516,7 @@ const AxosFooterSiteMap = ({
|
|
|
574
516
|
children: "Borrow"
|
|
575
517
|
}
|
|
576
518
|
) }),
|
|
577
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
578
|
-
"a",
|
|
579
|
-
{
|
|
580
|
-
href: resolveUrl(
|
|
581
|
-
"{AXOSBANK}/personal/borrow/mortgages"
|
|
582
|
-
),
|
|
583
|
-
children: "Mortgages"
|
|
584
|
-
}
|
|
585
|
-
) }),
|
|
519
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOSBANK}/personal/borrow/mortgages"), children: "Mortgages" }) }),
|
|
586
520
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
587
521
|
"a",
|
|
588
522
|
{
|
|
@@ -592,15 +526,7 @@ const AxosFooterSiteMap = ({
|
|
|
592
526
|
children: "Personal Loans"
|
|
593
527
|
}
|
|
594
528
|
) }),
|
|
595
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
596
|
-
"a",
|
|
597
|
-
{
|
|
598
|
-
href: resolveUrl(
|
|
599
|
-
"{AXOSBANK}/personal/borrow/auto-loans"
|
|
600
|
-
),
|
|
601
|
-
children: "Auto Loans"
|
|
602
|
-
}
|
|
603
|
-
) }),
|
|
529
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOSBANK}/personal/borrow/auto-loans"), children: "Auto Loans" }) }),
|
|
604
530
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "https://lavictoirefinance.com/", children: "Marine Loans" }) })
|
|
605
531
|
] }),
|
|
606
532
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
@@ -612,24 +538,8 @@ const AxosFooterSiteMap = ({
|
|
|
612
538
|
children: "Invest"
|
|
613
539
|
}
|
|
614
540
|
) }),
|
|
615
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
616
|
-
|
|
617
|
-
{
|
|
618
|
-
href: resolveUrl(
|
|
619
|
-
"{AXOS}/invest/Managed-Portfolios"
|
|
620
|
-
),
|
|
621
|
-
children: "Managed Portfolios"
|
|
622
|
-
}
|
|
623
|
-
) }),
|
|
624
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
625
|
-
"a",
|
|
626
|
-
{
|
|
627
|
-
href: resolveUrl(
|
|
628
|
-
"{AXOS}/invest/Self-Directed-Trading"
|
|
629
|
-
),
|
|
630
|
-
children: "Self-Directed Trading"
|
|
631
|
-
}
|
|
632
|
-
) }),
|
|
541
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOS}/invest/Managed-Portfolios"), children: "Managed Portfolios" }) }),
|
|
542
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOS}/invest/Self-Directed-Trading"), children: "Self-Directed Trading" }) }),
|
|
633
543
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
634
544
|
"a",
|
|
635
545
|
{
|
|
@@ -865,15 +775,7 @@ const AxosFooterSiteMap = ({
|
|
|
865
775
|
children: "Wholesale Lending"
|
|
866
776
|
}
|
|
867
777
|
) }),
|
|
868
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
869
|
-
"a",
|
|
870
|
-
{
|
|
871
|
-
href: resolveUrl(
|
|
872
|
-
"{AXOSBANK}/partners/dealer-services"
|
|
873
|
-
),
|
|
874
|
-
children: "Dealer Services"
|
|
875
|
-
}
|
|
876
|
-
) }),
|
|
778
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: resolveUrl("{AXOSBANK}/partners/dealer-services"), children: "Dealer Services" }) }),
|
|
877
779
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
878
780
|
"a",
|
|
879
781
|
{
|