@axos-web-dev/shared-components 1.0.49 → 1.0.50-patch.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.
Files changed (57) hide show
  1. package/README.md +111 -111
  2. package/dist/Accordion/Accordion.css.d.ts +1 -1
  3. package/dist/Article/Article.css.d.ts +41 -41
  4. package/dist/ArticlesSet/ArticlesSet.css.d.ts +16 -16
  5. package/dist/Button/Button.css.d.ts +18 -18
  6. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +12 -12
  7. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +14 -14
  8. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +8 -8
  9. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +22 -22
  10. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +18 -18
  11. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
  12. package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
  13. package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.d.ts +8 -8
  14. package/dist/Calculators/calculator.css.d.ts +12 -12
  15. package/dist/Carousel/Carousel.css.d.ts +20 -20
  16. package/dist/Chevron/Chevron.css.d.ts +6 -6
  17. package/dist/Comparison/Comparison.css.d.ts +10 -10
  18. package/dist/ContentBanner/ContentBanner.css.d.ts +12 -12
  19. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +31 -31
  20. package/dist/Forms/Forms.css.d.ts +42 -42
  21. package/dist/HeroBanner/HeroBanner.css.d.ts +16 -16
  22. package/dist/HeroBanner/LargeBanner.css.d.ts +20 -20
  23. package/dist/HeroBanner/SelectionBanner.css.d.ts +8 -8
  24. package/dist/IconBillboard/IconBillboard.css.d.ts +24 -24
  25. package/dist/ImageBillboard/ImageBillboard.css.d.ts +20 -20
  26. package/dist/Input/Input.css.d.ts +16 -16
  27. package/dist/Inputs/Input.css.d.ts +14 -14
  28. package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -2
  29. package/dist/Interstitial/Interstitial.module.js +10 -10
  30. package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +3 -3
  31. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  32. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  33. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -2
  34. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +3 -6
  35. package/dist/NavigationMenu/AxosBank/SubNavBar.js +295 -84
  36. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  37. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  38. package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
  39. package/dist/PageNavItem/PageNavItem.css.d.ts +2 -2
  40. package/dist/SetContainer/SetContainer.css.d.ts +16 -16
  41. package/dist/StepItem/StepItem.css.d.ts +18 -18
  42. package/dist/StepItemSet/StepItemSet.css.d.ts +14 -14
  43. package/dist/Tab/Tab.css.d.ts +12 -12
  44. package/dist/Table/Table.css.d.ts +25 -25
  45. package/dist/assets/Interstitial/Interstitial.css.css +142 -142
  46. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
  47. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
  48. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +6 -0
  49. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  50. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  51. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
  52. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +48 -48
  53. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +3 -3
  54. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -2
  55. package/dist/themes/axos.css.d.ts +38 -38
  56. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  57. package/package.json +1 -1
@@ -619,7 +619,7 @@ function SubNavBar() {
619
619
  children: /* @__PURE__ */ jsx(
620
620
  Link,
621
621
  {
622
- href: `https://www.axosadvisor.com`,
622
+ href: findMoreAxosDomains("{AXA}"),
623
623
  id: "partNav4",
624
624
  "aria-label": "Press Enter to navigate to the Axos Advisor website (www.axosadvisor.com). Owned and operated by Axos Bank.",
625
625
  children: "Financial Advisors"
@@ -688,7 +688,9 @@ function SubNavBar() {
688
688
  children: /* @__PURE__ */ jsx(
689
689
  Link,
690
690
  {
691
- href: `/partners/strategic-partnerships`,
691
+ href: findMoreAxosDomains(
692
+ "{AXOSBANK}/partners/strategic-partnerships"
693
+ ),
692
694
  id: "partNav6",
693
695
  "aria-label": "Press Enter to navigate to the Strategic Partnerships section home page.",
694
696
  children: "Strategic Partnerships"
@@ -1594,24 +1596,6 @@ function SubNavBar() {
1594
1596
  ),
1595
1597
  children: "Investing Details"
1596
1598
  }
1597
- ) }),
1598
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1599
- Link,
1600
- {
1601
- href: findMoreAxosDomains(
1602
- "{AXOS}/invest/managed-portfolios/investment-strategy"
1603
- ),
1604
- children: "Investment Strategy"
1605
- }
1606
- ) }),
1607
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1608
- Link,
1609
- {
1610
- href: findMoreAxosDomains(
1611
- "{AXOS}/invest/managed-portfolios/investing-features"
1612
- ),
1613
- children: "Investing Features"
1614
- }
1615
1599
  ) })
1616
1600
  ] })
1617
1601
  ] }),
@@ -2046,7 +2030,9 @@ function SubNavBar() {
2046
2030
  /* @__PURE__ */ jsx(
2047
2031
  Link,
2048
2032
  {
2049
- href: "/business/open-account-return-to-application",
2033
+ href: findMoreAxosDomains(
2034
+ "{AXOSBANK}/business/open-account-return-to-application"
2035
+ ),
2050
2036
  "aria-label": "open a business account",
2051
2037
  className: "text_center bg_white",
2052
2038
  children: "Open an Account"
@@ -2115,7 +2101,9 @@ function SubNavBar() {
2115
2101
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2116
2102
  Link,
2117
2103
  {
2118
- href: "/business/business-checking-accounts",
2104
+ href: findMoreAxosDomains(
2105
+ "{AXOSBANK}/business/business-checking-accounts"
2106
+ ),
2119
2107
  role: "heading",
2120
2108
  children: "Checking"
2121
2109
  }
@@ -2123,14 +2111,18 @@ function SubNavBar() {
2123
2111
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2124
2112
  Link,
2125
2113
  {
2126
- href: "/business/business-checking-accounts/basic-business-checking",
2114
+ href: findMoreAxosDomains(
2115
+ "{AXOSBANK}/business/business-checking-accounts/basic-business-checking"
2116
+ ),
2127
2117
  children: "Basic Business Checking"
2128
2118
  }
2129
2119
  ) }),
2130
2120
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2131
2121
  Link,
2132
2122
  {
2133
- href: "/business/business-checking-accounts/business-interest-checking",
2123
+ href: findMoreAxosDomains(
2124
+ "{AXOSBANK}/business/business-checking-accounts/business-interest-checking"
2125
+ ),
2134
2126
  children: "Business Interest Checking"
2135
2127
  }
2136
2128
  ) })
@@ -2147,36 +2139,61 @@ function SubNavBar() {
2147
2139
  }
2148
2140
  ),
2149
2141
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2150
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/savings", role: "heading", children: "Savings" }) }),
2151
2142
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2152
2143
  Link,
2153
2144
  {
2154
- href: "/business/savings/business-money-market-accounts/business-money-market",
2145
+ href: findMoreAxosDomains(
2146
+ "{AXOSBANK}/business/savings"
2147
+ ),
2148
+ role: "heading",
2149
+ children: "Savings"
2150
+ }
2151
+ ) }),
2152
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2153
+ Link,
2154
+ {
2155
+ href: findMoreAxosDomains(
2156
+ "{AXOSBANK}/business/savings/business-money-market-accounts/business-money-market"
2157
+ ),
2155
2158
  children: "Business Money Market"
2156
2159
  }
2157
2160
  ) }),
2158
2161
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2159
2162
  Link,
2160
2163
  {
2161
- href: "/business/savings/business-savings-accounts/business-premium-savings",
2164
+ href: findMoreAxosDomains(
2165
+ "{AXOSBANK}/business/savings/business-savings-accounts/business-premium-savings"
2166
+ ),
2162
2167
  children: "Business Premium Savings"
2163
2168
  }
2164
2169
  ) }),
2165
2170
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2166
2171
  Link,
2167
2172
  {
2168
- href: "/business/savings/business-savings-accounts/business-savings",
2173
+ href: findMoreAxosDomains(
2174
+ "{AXOSBANK}/business/savings/business-savings-accounts/business-savings"
2175
+ ),
2169
2176
  children: "Business Savings"
2170
2177
  }
2171
2178
  ) }),
2172
2179
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2173
2180
  Link,
2174
2181
  {
2175
- href: "/business/savings/business-money-market-accounts/non-profit-money-market",
2182
+ href: findMoreAxosDomains(
2183
+ "{AXOSBANK}/business/savings/business-money-market-accounts/non-profit-money-market"
2184
+ ),
2176
2185
  children: "Non-Profit Money Market"
2177
2186
  }
2178
2187
  ) }),
2179
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/savings/business-cds", children: "Business CDs" }) })
2188
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2189
+ Link,
2190
+ {
2191
+ href: findMoreAxosDomains(
2192
+ "{AXOSBANK}/business/savings/business-cds"
2193
+ ),
2194
+ children: "Business CDs"
2195
+ }
2196
+ ) })
2180
2197
  ] })
2181
2198
  ] }),
2182
2199
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
@@ -2193,7 +2210,9 @@ function SubNavBar() {
2193
2210
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2194
2211
  Link,
2195
2212
  {
2196
- href: "/business/services",
2213
+ href: findMoreAxosDomains(
2214
+ "{AXOSBANK}/business/services"
2215
+ ),
2197
2216
  role: "heading",
2198
2217
  children: "Services"
2199
2218
  }
@@ -2201,36 +2220,54 @@ function SubNavBar() {
2201
2220
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2202
2221
  Link,
2203
2222
  {
2204
- href: "/business/services/merchant-services",
2223
+ href: findMoreAxosDomains(
2224
+ "{AXOSBANK}/business/services/merchant-services"
2225
+ ),
2205
2226
  children: "Merchant Services"
2206
2227
  }
2207
2228
  ) }),
2208
2229
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2209
2230
  Link,
2210
2231
  {
2211
- href: "/business/services/payroll-services",
2232
+ href: findMoreAxosDomains(
2233
+ "{AXOSBANK}/business/services/payroll-services"
2234
+ ),
2212
2235
  children: "Payroll Services"
2213
2236
  }
2214
2237
  ) }),
2215
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/services/sba-loans", children: "SBA Loans" }) }),
2216
2238
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2217
2239
  Link,
2218
2240
  {
2219
- href: "/business/services/treasury-management",
2241
+ href: findMoreAxosDomains(
2242
+ "{AXOSBANK}/business/services/sba-loans"
2243
+ ),
2244
+ children: "SBA Loans"
2245
+ }
2246
+ ) }),
2247
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2248
+ Link,
2249
+ {
2250
+ href: findMoreAxosDomains(
2251
+ "{AXOSBANK}/business/services/treasury-management"
2252
+ ),
2220
2253
  children: "Treasury Management"
2221
2254
  }
2222
2255
  ) }),
2223
2256
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2224
2257
  Link,
2225
2258
  {
2226
- href: "/business/services/insured-cash-sweep",
2259
+ href: findMoreAxosDomains(
2260
+ "{AXOSBANK}/business/services/insured-cash-sweep"
2261
+ ),
2227
2262
  children: "Insured Cash Sweep"
2228
2263
  }
2229
2264
  ) }),
2230
2265
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2231
2266
  Link,
2232
2267
  {
2233
- href: "/business/digital-business-banking",
2268
+ href: findMoreAxosDomains(
2269
+ "{AXOSBANK}/business/digital-business-banking"
2270
+ ),
2234
2271
  children: "Digital Banking"
2235
2272
  }
2236
2273
  ) })
@@ -2250,12 +2287,31 @@ function SubNavBar() {
2250
2287
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2251
2288
  Link,
2252
2289
  {
2253
- href: "/business/solutions/new-business",
2290
+ href: findMoreAxosDomains(
2291
+ "{AXOSBANK}/business/solutions/new-business"
2292
+ ),
2254
2293
  role: "heading",
2255
2294
  children: "Solutions"
2256
2295
  }
2257
2296
  ) }),
2258
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/solutions/new-business", children: "New Business" }) })
2297
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2298
+ Link,
2299
+ {
2300
+ href: findMoreAxosDomains(
2301
+ "{AXOSBANK}/business/solutions/new-business"
2302
+ ),
2303
+ children: "New Business"
2304
+ }
2305
+ ) }),
2306
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2307
+ Link,
2308
+ {
2309
+ href: findMoreAxosDomains(
2310
+ "{AXOSBANK}/business/solutions/nonprofit-banking"
2311
+ ),
2312
+ children: "Nonprofit Banking"
2313
+ }
2314
+ ) })
2259
2315
  ] })
2260
2316
  ] }),
2261
2317
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
@@ -2269,13 +2325,40 @@ function SubNavBar() {
2269
2325
  }
2270
2326
  ),
2271
2327
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2272
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support", role: "heading", children: "Other Resources" }) }),
2273
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support/faqs", children: "FAQ" }) }),
2274
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support/atm-locator", children: "ATM Locator" }) }),
2275
2328
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2276
2329
  Link,
2277
2330
  {
2278
- href: "/tools/calculators/saving-to-start-a-business-calculator",
2331
+ href: findMoreAxosDomains(
2332
+ "{AXOSBANK}/business/support"
2333
+ ),
2334
+ role: "heading",
2335
+ children: "Other Resources"
2336
+ }
2337
+ ) }),
2338
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2339
+ Link,
2340
+ {
2341
+ href: findMoreAxosDomains(
2342
+ "{AXOSBANK}/business/support/faqs"
2343
+ ),
2344
+ children: "FAQ"
2345
+ }
2346
+ ) }),
2347
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2348
+ Link,
2349
+ {
2350
+ href: findMoreAxosDomains(
2351
+ "{AXOSBANK}/business/support/atm-locator"
2352
+ ),
2353
+ children: "ATM Locator"
2354
+ }
2355
+ ) }),
2356
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2357
+ Link,
2358
+ {
2359
+ href: findMoreAxosDomains(
2360
+ "{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
2361
+ ),
2279
2362
  children: "Calculators"
2280
2363
  }
2281
2364
  ) })
@@ -2294,7 +2377,9 @@ function SubNavBar() {
2294
2377
  /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2295
2378
  Link,
2296
2379
  {
2297
- href: "/business/insights",
2380
+ href: findMoreAxosDomains(
2381
+ "{AXOSBANK}/business/insights"
2382
+ ),
2298
2383
  role: "heading",
2299
2384
  children: "Insights"
2300
2385
  }
@@ -2397,46 +2482,67 @@ function SubNavBar() {
2397
2482
  }
2398
2483
  ),
2399
2484
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2400
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial", role: "heading", children: "Solutions By Industry" }) }),
2401
2485
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2402
2486
  Link,
2403
2487
  {
2404
- href: "/commercial/banking/third-party-payment-processors",
2488
+ href: findMoreAxosDomains(
2489
+ "{AXOSBANK}/commercial"
2490
+ ),
2491
+ role: "heading",
2492
+ children: "Solutions By Industry"
2493
+ }
2494
+ ) }),
2495
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2496
+ Link,
2497
+ {
2498
+ href: findMoreAxosDomains(
2499
+ "{AXOSBANK}/commercial/banking/third-party-payment-processors"
2500
+ ),
2405
2501
  children: "Third Party Payment Processors"
2406
2502
  }
2407
2503
  ) }),
2408
2504
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2409
2505
  Link,
2410
2506
  {
2411
- href: "/commercial/banking/hoa-banking-and-lending",
2507
+ href: findMoreAxosDomains(
2508
+ "{AXOSBANK}/commercial/banking/hoa-banking-and-lending"
2509
+ ),
2412
2510
  children: "HOA Banking & Lending"
2413
2511
  }
2414
2512
  ) }),
2415
2513
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2416
2514
  Link,
2417
2515
  {
2418
- href: "/commercial/banking/hoa-property-management",
2516
+ href: findMoreAxosDomains(
2517
+ "{AXOSBANK}/commercial/banking/hoa-property-management"
2518
+ ),
2419
2519
  children: "HOAs & Property Management"
2420
2520
  }
2421
2521
  ) }),
2422
2522
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2423
2523
  Link,
2424
2524
  {
2425
- href: "/commercial/banking/1031-exchange-qualified-intermediaries",
2525
+ href: findMoreAxosDomains(
2526
+ "{AXOSBANK}/commercial/banking/1031-exchange-qualified-intermediaries"
2527
+ ),
2426
2528
  children: "1031 Exchange Qualified Intermediaries"
2427
2529
  }
2428
2530
  ) }),
2429
2531
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2430
2532
  Link,
2431
2533
  {
2432
- href: "/commercial/banking/title-and-escrow",
2534
+ href: findMoreAxosDomains(
2535
+ "{AXOSBANK}/commercial/banking/title-and-escrow"
2536
+ ),
2433
2537
  children: "Title & Escrow"
2434
2538
  }
2435
2539
  ) }),
2436
2540
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2437
2541
  Link,
2438
2542
  {
2439
- href: "/commercial/banking/global-fiduciary-banking",
2543
+ href: findMoreAxosDomains(
2544
+ "{AXOSBANK}/commercial/banking/global-fiduciary-banking"
2545
+ ),
2440
2546
  children: "Global Fiduciary Banking"
2441
2547
  }
2442
2548
  ) }),
@@ -2444,21 +2550,27 @@ function SubNavBar() {
2444
2550
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2445
2551
  Link,
2446
2552
  {
2447
- href: "/commercial/banking/business-management-banking",
2553
+ href: findMoreAxosDomains(
2554
+ "{AXOSBANK}/commercial/banking/business-management-banking"
2555
+ ),
2448
2556
  children: "Business Management Banking"
2449
2557
  }
2450
2558
  ) }),
2451
2559
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2452
2560
  Link,
2453
2561
  {
2454
- href: "/commercial/banking/hedge-funds-and-alternative-funds",
2562
+ href: findMoreAxosDomains(
2563
+ "{AXOSBANK}/commercial/banking/hedge-funds-and-alternative-funds"
2564
+ ),
2455
2565
  children: "Hedge Funds & Alternative Fund Banking Solutions"
2456
2566
  }
2457
2567
  ) }),
2458
2568
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2459
2569
  Link,
2460
2570
  {
2461
- href: "/commercial/banking/middle-market",
2571
+ href: findMoreAxosDomains(
2572
+ "{AXOSBANK}/commercial/banking/middle-market"
2573
+ ),
2462
2574
  children: "Middle Market"
2463
2575
  }
2464
2576
  ) })
@@ -2478,7 +2590,9 @@ function SubNavBar() {
2478
2590
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2479
2591
  Link,
2480
2592
  {
2481
- href: "/commercial/banking",
2593
+ href: findMoreAxosDomains(
2594
+ "{AXOSBANK}/commercial/banking"
2595
+ ),
2482
2596
  role: "heading",
2483
2597
  children: "Services"
2484
2598
  }
@@ -2486,32 +2600,41 @@ function SubNavBar() {
2486
2600
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2487
2601
  Link,
2488
2602
  {
2489
- href: "/commercial/banking/analyzed-business-checking",
2603
+ href: findMoreAxosDomains(
2604
+ "{AXOSBANK}/commercial/banking/analyzed-business-checking"
2605
+ ),
2490
2606
  children: "Analyzed Business Checking"
2491
2607
  }
2492
2608
  ) }),
2493
2609
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2494
2610
  Link,
2495
2611
  {
2496
- href: "/commercial/banking/merchant-services",
2612
+ href: findMoreAxosDomains(
2613
+ "{AXOSBANK}/commercial/banking/merchant-services"
2614
+ ),
2497
2615
  children: "Merchant Services"
2498
2616
  }
2499
2617
  ) }),
2500
2618
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2501
2619
  Link,
2502
2620
  {
2503
- href: "/commercial/banking/global-treasury-management",
2621
+ href: findMoreAxosDomains(
2622
+ "{AXOSBANK}/commercial/banking/global-treasury-management"
2623
+ ),
2504
2624
  children: "Treasury Management"
2505
2625
  }
2506
2626
  ) }),
2507
2627
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
2508
2628
  Link,
2509
2629
  {
2510
- href: "/commercial/banking/intrafi-network-deposits",
2630
+ href: findMoreAxosDomains(
2631
+ "{AXOSBANK}/commercial/banking/intrafi-network-deposits"
2632
+ ),
2511
2633
  children: [
2512
2634
  "IntraFi",
2513
2635
  /* @__PURE__ */ jsx("sup", { children: "®" }),
2514
2636
  " Network Deposits",
2637
+ " ",
2515
2638
  /* @__PURE__ */ jsx("sup", { children: "℠" })
2516
2639
  ]
2517
2640
  }
@@ -2529,8 +2652,25 @@ function SubNavBar() {
2529
2652
  }
2530
2653
  ),
2531
2654
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2532
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support", role: "heading", children: "Other Resources" }) }),
2533
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial/calculators", children: "Calculators" }) })
2655
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2656
+ Link,
2657
+ {
2658
+ href: findMoreAxosDomains(
2659
+ "{AXOSBANK}/business/support"
2660
+ ),
2661
+ role: "heading",
2662
+ children: "Other Resources"
2663
+ }
2664
+ ) }),
2665
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2666
+ Link,
2667
+ {
2668
+ href: findMoreAxosDomains(
2669
+ "{AXOSBANK}/commercial/calculators"
2670
+ ),
2671
+ children: "Calculators"
2672
+ }
2673
+ ) })
2534
2674
  ] })
2535
2675
  ] })
2536
2676
  ] })
@@ -2633,7 +2773,9 @@ function SubNavBar() {
2633
2773
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2634
2774
  Link,
2635
2775
  {
2636
- href: "/commercial/lending",
2776
+ href: findMoreAxosDomains(
2777
+ "{AXOSBANK}/commercial/lending"
2778
+ ),
2637
2779
  role: "heading",
2638
2780
  children: "Credit and Financial"
2639
2781
  }
@@ -2641,21 +2783,27 @@ function SubNavBar() {
2641
2783
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2642
2784
  Link,
2643
2785
  {
2644
- href: "/commercial/lending/commercial-loans-and-lines-of-credit",
2786
+ href: findMoreAxosDomains(
2787
+ "{AXOSBANK}/commercial/lending/commercial-loans-and-lines-of-credit"
2788
+ ),
2645
2789
  children: "Commercial Lines of Credit"
2646
2790
  }
2647
2791
  ) }),
2648
2792
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2649
2793
  Link,
2650
2794
  {
2651
- href: "/commercial/lending/commercial-term-loans",
2795
+ href: findMoreAxosDomains(
2796
+ "{AXOSBANK}/commercial/lending/commercial-term-loans"
2797
+ ),
2652
2798
  children: "Commercial Term Loans"
2653
2799
  }
2654
2800
  ) }),
2655
2801
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2656
2802
  Link,
2657
2803
  {
2658
- href: "/commercial/lending/equipment-finance",
2804
+ href: findMoreAxosDomains(
2805
+ "{AXOSBANK}/commercial/lending/equipment-finance"
2806
+ ),
2659
2807
  children: "Equipment Finance"
2660
2808
  }
2661
2809
  ) })
@@ -2675,7 +2823,9 @@ function SubNavBar() {
2675
2823
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2676
2824
  Link,
2677
2825
  {
2678
- href: "/commercial/lending",
2826
+ href: findMoreAxosDomains(
2827
+ "{AXOSBANK}/commercial/lending"
2828
+ ),
2679
2829
  role: "heading",
2680
2830
  children: "Commercial Lending"
2681
2831
  }
@@ -2683,36 +2833,54 @@ function SubNavBar() {
2683
2833
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2684
2834
  Link,
2685
2835
  {
2686
- href: "/commercial/lending/bridge-and-construction-lending",
2836
+ href: findMoreAxosDomains(
2837
+ "{AXOSBANK}/commercial/lending/bridge-and-construction-lending"
2838
+ ),
2687
2839
  children: "Commercial Real Estate Bridge & Construction Lending"
2688
2840
  }
2689
2841
  ) }),
2690
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial/lending/hoa-lending", children: "HOA Lending" }) }),
2691
2842
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2692
2843
  Link,
2693
2844
  {
2694
- href: "/commercial/lending/lender-financing",
2845
+ href: findMoreAxosDomains(
2846
+ "{AXOSBANK}/commercial/lending/hoa-lending"
2847
+ ),
2848
+ children: "HOA Lending"
2849
+ }
2850
+ ) }),
2851
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2852
+ Link,
2853
+ {
2854
+ href: findMoreAxosDomains(
2855
+ "{AXOSBANK}/commercial/lending/lender-financing"
2856
+ ),
2695
2857
  children: "Lender Finance"
2696
2858
  }
2697
2859
  ) }),
2698
2860
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2699
2861
  Link,
2700
2862
  {
2701
- href: "/commercial/lending/residential-warehouse-lending",
2863
+ href: findMoreAxosDomains(
2864
+ "{AXOSBANK}/commercial/lending/residential-warehouse-lending"
2865
+ ),
2702
2866
  children: "Residential Warehouse Lending"
2703
2867
  }
2704
2868
  ) }),
2705
2869
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2706
2870
  Link,
2707
2871
  {
2708
- href: "/commercial/lending/small-balance-commercial-real-estate",
2872
+ href: findMoreAxosDomains(
2873
+ "{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
2874
+ ),
2709
2875
  children: "Small Balance Commercial Real Estate"
2710
2876
  }
2711
2877
  ) }),
2712
2878
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2713
2879
  Link,
2714
2880
  {
2715
- href: "/commercial/lending/leveraged-finance",
2881
+ href: findMoreAxosDomains(
2882
+ "{AXOSBANK}/commercial/lending/leveraged-finance"
2883
+ ),
2716
2884
  children: "Leveraged Finance"
2717
2885
  }
2718
2886
  ) }),
@@ -2736,15 +2904,34 @@ function SubNavBar() {
2736
2904
  }
2737
2905
  ),
2738
2906
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2739
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support", role: "heading", children: "Other Resources" }) }),
2740
2907
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2741
2908
  Link,
2742
2909
  {
2743
- href: "/commercial/lending/commercial-portal",
2910
+ href: findMoreAxosDomains(
2911
+ "{AXOSBANK}/business/support"
2912
+ ),
2913
+ role: "heading",
2914
+ children: "Other Resources"
2915
+ }
2916
+ ) }),
2917
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2918
+ Link,
2919
+ {
2920
+ href: findMoreAxosDomains(
2921
+ "{AXOSBANK}/commercial/lending/commercial-portal"
2922
+ ),
2744
2923
  children: "Commercial Portal"
2745
2924
  }
2746
2925
  ) }),
2747
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial/calculators", children: "Calculators" }) })
2926
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2927
+ Link,
2928
+ {
2929
+ href: findMoreAxosDomains(
2930
+ "{AXOSBANK}/commercial/calculators"
2931
+ ),
2932
+ children: "Calculators"
2933
+ }
2934
+ ) })
2748
2935
  ] })
2749
2936
  ] })
2750
2937
  ] })
@@ -2795,7 +2982,9 @@ function SubNavBar() {
2795
2982
  children: /* @__PURE__ */ jsx(
2796
2983
  Link,
2797
2984
  {
2798
- href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
2985
+ href: findMoreAxosDomains(
2986
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/quick-pricer"
2987
+ ),
2799
2988
  "aria-label": "Get started with the Axos Quick Pricer",
2800
2989
  className: "text_center bg_white",
2801
2990
  children: "Price a Loan"
@@ -2834,7 +3023,9 @@ function SubNavBar() {
2834
3023
  children: /* @__PURE__ */ jsx(
2835
3024
  Link,
2836
3025
  {
2837
- href: "/partners/wholesale-correspondent-portfolio-lending/support",
3026
+ href: findMoreAxosDomains(
3027
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/support"
3028
+ ),
2838
3029
  children: "Help & Support"
2839
3030
  }
2840
3031
  )
@@ -2859,7 +3050,9 @@ function SubNavBar() {
2859
3050
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2860
3051
  Link,
2861
3052
  {
2862
- href: "/partners/wholesale-correspondent-portfolio-lending",
3053
+ href: findMoreAxosDomains(
3054
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
3055
+ ),
2863
3056
  role: "heading",
2864
3057
  children: "Wholesale & Correspondent Lending"
2865
3058
  }
@@ -2867,7 +3060,9 @@ function SubNavBar() {
2867
3060
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2868
3061
  Link,
2869
3062
  {
2870
- href: "/partners/wholesale-correspondent-portfolio-lending/support",
3063
+ href: findMoreAxosDomains(
3064
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/support"
3065
+ ),
2871
3066
  children: "Resources & Support"
2872
3067
  }
2873
3068
  ) }),
@@ -2881,14 +3076,18 @@ function SubNavBar() {
2881
3076
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2882
3077
  Link,
2883
3078
  {
2884
- href: "/partners/wholesale-correspondent-portfolio-lending/quick-pricer",
3079
+ href: findMoreAxosDomains(
3080
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/quick-pricer"
3081
+ ),
2885
3082
  children: "Quick Pricer"
2886
3083
  }
2887
3084
  ) }),
2888
3085
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2889
3086
  Link,
2890
3087
  {
2891
- href: "/partners/wholesale-correspondent-portfolio-lending/meet-the-team",
3088
+ href: findMoreAxosDomains(
3089
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/meet-the-team"
3090
+ ),
2892
3091
  children: "Meet the Team"
2893
3092
  }
2894
3093
  ) })
@@ -2962,7 +3161,15 @@ function SubNavBar() {
2962
3161
  "div",
2963
3162
  {
2964
3163
  className: `${styles.headline_cta} ${styles.ml_8}`,
2965
- children: /* @__PURE__ */ jsx(Link, { href: "/partners/support", children: "Help & Support" })
3164
+ children: /* @__PURE__ */ jsx(
3165
+ Link,
3166
+ {
3167
+ href: findMoreAxosDomains(
3168
+ "{AXOSBANK}/partners/support"
3169
+ ),
3170
+ children: "Help & Support"
3171
+ }
3172
+ )
2966
3173
  }
2967
3174
  )
2968
3175
  ] })
@@ -2984,7 +3191,9 @@ function SubNavBar() {
2984
3191
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2985
3192
  Link,
2986
3193
  {
2987
- href: "/partners/dealer-services",
3194
+ href: findMoreAxosDomains(
3195
+ "{AXOSBANK}/partners/dealer-services"
3196
+ ),
2988
3197
  role: "heading",
2989
3198
  children: "Dealer Services"
2990
3199
  }
@@ -2992,7 +3201,9 @@ function SubNavBar() {
2992
3201
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2993
3202
  Link,
2994
3203
  {
2995
- href: "/partners/dealer-services/contact",
3204
+ href: findMoreAxosDomains(
3205
+ "{AXOSBANK}/partners/dealer-services/contact"
3206
+ ),
2996
3207
  children: "Request More Information"
2997
3208
  }
2998
3209
  ) })