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

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.
@@ -7,35 +7,35 @@ const navItems = [
7
7
  const subNavItems = {
8
8
  whoWeServe: [
9
9
  {
10
- name: "Broker Dealers",
10
+ name: "Broker-Dealers",
11
11
  url: "/who-we-serve/broker-dealers",
12
12
  id: "wws_1"
13
13
  },
14
14
  {
15
15
  name: "Hybrid RIAs",
16
- url: "/who-we-serve/registered-investment-advisors",
16
+ url: "/who-we-serve/hybrid-rias",
17
17
  id: "wws_2"
18
18
  }
19
19
  ],
20
20
  productsAndServices: [
21
21
  {
22
- name: "Capital Management",
23
- url: "/products-and-services/capital-management",
22
+ name: "Financial Solutions",
23
+ url: "/products-and-services/financial-solutions",
24
24
  id: "pas_1"
25
25
  },
26
26
  {
27
- name: "Value Added Services",
28
- url: "/products-and-services/value-added-services",
27
+ name: "Axos Complete",
28
+ url: "/products-and-services/axos-complete",
29
29
  id: "pas_2"
30
30
  },
31
31
  {
32
- name: "Securities Services",
33
- url: "/products-and-services/securities-services",
32
+ name: "Securities Solutions",
33
+ url: "/products-and-services/securities-solutions",
34
34
  id: "pas_3"
35
35
  },
36
36
  {
37
- name: "Technology Platform",
38
- url: "/products-and-services/technology-platform",
37
+ name: "Technology Solutions",
38
+ url: "/products-and-services/technology-solutions",
39
39
  id: "pas_4"
40
40
  }
41
41
  ],
@@ -46,13 +46,13 @@ const subNavItems = {
46
46
  id: "aa_1"
47
47
  },
48
48
  {
49
- name: "Meet the Team",
50
- url: "/axos-advantage/meet-the-team",
49
+ name: "Meet Our Leadership",
50
+ url: "/axos-advantage/meet-our-leadership",
51
51
  id: "aa_2"
52
52
  },
53
53
  {
54
54
  name: "Why Choose Axos",
55
- url: "/axos-advantage/meet-the-team/why-choose-axos",
55
+ url: "/axos-advantage/meet-our-leadership/why-choose-axos",
56
56
  id: "aa_3"
57
57
  }
58
58
  ]
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.127",
4
+ "version": "0.0.128",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",