@axos-web-dev/shared-components 0.0.126 → 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.
|
@@ -190,7 +190,7 @@ function NavBar() {
|
|
|
190
190
|
/* @__PURE__ */ jsx("ul", { className: "list_unstyled", children: /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
|
|
191
191
|
"a",
|
|
192
192
|
{
|
|
193
|
-
href: "https://www.
|
|
193
|
+
href: "https://www.axosbank.com/business/login",
|
|
194
194
|
role: "menuitem",
|
|
195
195
|
children: "Business Banking Login"
|
|
196
196
|
}
|
|
@@ -446,7 +446,7 @@ function NavBar() {
|
|
|
446
446
|
/* @__PURE__ */ jsx(
|
|
447
447
|
"a",
|
|
448
448
|
{
|
|
449
|
-
href: "https://www.
|
|
449
|
+
href: "https://www.axosbank.com/business/login",
|
|
450
450
|
role: "menuitem",
|
|
451
451
|
children: "Business Banking Login"
|
|
452
452
|
}
|
|
@@ -7,35 +7,35 @@ const navItems = [
|
|
|
7
7
|
const subNavItems = {
|
|
8
8
|
whoWeServe: [
|
|
9
9
|
{
|
|
10
|
-
name: "Broker
|
|
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/
|
|
16
|
+
url: "/who-we-serve/hybrid-rias",
|
|
17
17
|
id: "wws_2"
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
productsAndServices: [
|
|
21
21
|
{
|
|
22
|
-
name: "
|
|
23
|
-
url: "/products-and-services/
|
|
22
|
+
name: "Financial Solutions",
|
|
23
|
+
url: "/products-and-services/financial-solutions",
|
|
24
24
|
id: "pas_1"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
name: "
|
|
28
|
-
url: "/products-and-services/
|
|
27
|
+
name: "Axos Complete",
|
|
28
|
+
url: "/products-and-services/axos-complete",
|
|
29
29
|
id: "pas_2"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
name: "Securities
|
|
33
|
-
url: "/products-and-services/securities-
|
|
32
|
+
name: "Securities Solutions",
|
|
33
|
+
url: "/products-and-services/securities-solutions",
|
|
34
34
|
id: "pas_3"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
name: "Technology
|
|
38
|
-
url: "/products-and-services/technology-
|
|
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
|
|
50
|
-
url: "/axos-advantage/meet-
|
|
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-
|
|
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.
|
|
4
|
+
"version": "0.0.128",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"check-lint": "eslint . --ext ts --ext tsx --ext js",
|
|
23
23
|
"format": "prettier --write .",
|
|
24
24
|
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
25
|
-
"prepare": "husky
|
|
25
|
+
"prepare": "husky",
|
|
26
26
|
"storybook": "storybook dev -p 6006",
|
|
27
27
|
"build-storybook": "storybook build",
|
|
28
28
|
"npm:link": "npm run build && npm link"
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@hookform/resolvers": "^3.9.0",
|
|
32
32
|
"@react-input/mask": "^1.2.10",
|
|
33
33
|
"@react-input/number-format": "^1.0.32",
|
|
34
|
-
"@storybook/icons": "^1.2.
|
|
35
|
-
"@storybook/preview-api": "^8.3.
|
|
34
|
+
"@storybook/icons": "^1.2.12",
|
|
35
|
+
"@storybook/preview-api": "^8.3.4",
|
|
36
36
|
"@types/iframe-resizer": "3.5.13",
|
|
37
|
-
"@vanilla-extract/css": "^1.
|
|
37
|
+
"@vanilla-extract/css": "^1.16.0",
|
|
38
38
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
39
39
|
"clsx": "^2.1.1",
|
|
40
40
|
"iframe-resizer": "4.3.11",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
80
80
|
"@types/lodash": "^4.17.9",
|
|
81
81
|
"@types/node": "^20.16.10",
|
|
82
|
-
"@types/react": "^18.3.
|
|
82
|
+
"@types/react": "^18.3.11",
|
|
83
83
|
"@types/react-datepicker": "^6.2.0",
|
|
84
84
|
"@types/react-dom": "^18.3.0",
|
|
85
85
|
"@types/react-slick": "^0.23.13",
|