@axos-web-dev/shared-components 0.0.128 → 0.0.129

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.
@@ -52,7 +52,7 @@ const subNavItems = {
52
52
  },
53
53
  {
54
54
  name: "Why Choose Axos",
55
- url: "/axos-advantage/meet-our-leadership/why-choose-axos",
55
+ url: "/axos-advantage/why-choose-axos",
56
56
  id: "aa_3"
57
57
  }
58
58
  ]
@@ -294,15 +294,8 @@ function NavBar() {
294
294
  children: "Who We Serve"
295
295
  }
296
296
  ),
297
- /* @__PURE__ */ jsx("a", { href: "/who-we-serve/broker-dealers", role: "menuitem", children: "Broker Dealers" }),
298
- /* @__PURE__ */ jsx(
299
- "a",
300
- {
301
- href: "/who-we-serve/registered-investment-advisors",
302
- role: "menuitem",
303
- children: "Hybrid RIAs"
304
- }
305
- )
297
+ /* @__PURE__ */ jsx("a", { href: "/who-we-serve/broker-dealers", role: "menuitem", children: "Broker-Dealers" }),
298
+ /* @__PURE__ */ jsx("a", { href: "/who-we-serve/hybrid-rias", role: "menuitem", children: "Hybrid RIAs" })
306
299
  ]
307
300
  }
308
301
  )
@@ -370,33 +363,33 @@ function NavBar() {
370
363
  /* @__PURE__ */ jsx(
371
364
  "a",
372
365
  {
373
- href: "/products-and-services/capital-management",
366
+ href: "/products-and-services/financial-solutions",
374
367
  role: "menuitem",
375
- children: "Capital Management"
368
+ children: "Financial Solutions"
376
369
  }
377
370
  ),
378
371
  /* @__PURE__ */ jsx(
379
372
  "a",
380
373
  {
381
- href: "/products-and-services/value-added-services",
374
+ href: "/products-and-services/axos-complete",
382
375
  role: "menuitem",
383
- children: "Value Added Services"
376
+ children: "Axos Complete"
384
377
  }
385
378
  ),
386
379
  /* @__PURE__ */ jsx(
387
380
  "a",
388
381
  {
389
- href: "/products-and-services/securities-services",
382
+ href: "/products-and-services/securities-solutions",
390
383
  role: "menuitem",
391
- children: "Securities Services"
384
+ children: "Securities Solutions"
392
385
  }
393
386
  ),
394
387
  /* @__PURE__ */ jsx(
395
388
  "a",
396
389
  {
397
- href: "/products-and-services/technology-platform",
390
+ href: "/products-and-services/technology-solutions",
398
391
  role: "menuitem",
399
- children: "Technology Platform"
392
+ children: "Technology Solutions"
400
393
  }
401
394
  )
402
395
  ]
@@ -464,15 +457,15 @@ function NavBar() {
464
457
  }
465
458
  ),
466
459
  /* @__PURE__ */ jsx("a", { href: "/axos-advantage/contact-us", role: "menuitem", children: "Contact Us" }),
467
- /* @__PURE__ */ jsx("a", { href: "/axos-advantage/meet-the-team", role: "menuitem", children: "Meet the Team" }),
468
460
  /* @__PURE__ */ jsx(
469
461
  "a",
470
462
  {
471
- href: "/axos-advantage/meet-the-team/why-choose-axos",
463
+ href: "/axos-advantage/meet-our-leadership",
472
464
  role: "menuitem",
473
- children: "Why Choose Axos"
465
+ children: "Meet Our Leadership"
474
466
  }
475
- )
467
+ ),
468
+ /* @__PURE__ */ jsx("a", { href: "/axos-advantage/why-choose-axos", role: "menuitem", children: "Why Choose Axos" })
476
469
  ]
477
470
  }
478
471
  )
@@ -34,7 +34,7 @@
34
34
  display: flex;
35
35
  flex-direction: column;
36
36
  border-radius: 16px;
37
- box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
37
+ box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
38
38
  padding-left: 24px;
39
39
  padding-right: 24px;
40
40
  padding-top: 40px;
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": "0.0.128",
4
+ "version": "0.0.129",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",