@axos-web-dev/shared-components 2.0.0-dev.2-nav-1 → 2.0.0-dev.3-chatbot-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 (72) hide show
  1. package/dist/ATMLocator/ATMLocator.js +84 -14
  2. package/dist/Auth/ErrorAlert.js +88 -6
  3. package/dist/Button/Button.js +120 -6
  4. package/dist/Calculators/Calculator.d.ts +1 -1
  5. package/dist/Calculators/Calculator.js +89 -18
  6. package/dist/Calculators/MarginTradingCalculator/index.js +112 -2
  7. package/dist/Carousel/index.js +109 -4
  8. package/dist/Chevron/index.js +114 -4
  9. package/dist/Comparison/Comparison.js +121 -5
  10. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +2 -3
  11. package/dist/ExecutiveBio/ExecutiveBio.js +126 -4
  12. package/dist/FaqAccordion/index.js +110 -7
  13. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +110 -5
  14. package/dist/Forms/ApplyNow.js +109 -4
  15. package/dist/Forms/ContactCompany.d.ts +1 -1
  16. package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
  17. package/dist/Forms/ContactUsBusiness.js +104 -7
  18. package/dist/Forms/ContactUsBusinessNameEmail.js +104 -8
  19. package/dist/Forms/ContactUsNMLSId.js +104 -7
  20. package/dist/Forms/CpraRequest.js +96 -2
  21. package/dist/Forms/CraPublicFile.js +104 -7
  22. package/dist/Forms/DealerServices.d.ts +1 -1
  23. package/dist/Forms/EmailOnly.js +104 -7
  24. package/dist/Forms/EmailUs.js +40 -34
  25. package/dist/Forms/Forms.css.d.ts +3 -0
  26. package/dist/Forms/Forms.css.js +39 -39
  27. package/dist/Forms/MortgageRate/MortgageRateForm.js +96 -8
  28. package/dist/Forms/MortgageRate/MortgageRateWatch.js +92 -4
  29. package/dist/Forms/MortgageWarehouseLending.js +104 -7
  30. package/dist/Forms/SuccesForm.js +91 -8
  31. package/dist/Hyperlink/index.js +110 -5
  32. package/dist/ImageLink/ImageLink.js +106 -6
  33. package/dist/ImageLink/ImageLinkSet.js +114 -6
  34. package/dist/ImageLink/index.js +105 -6
  35. package/dist/Insight/Featured/CategorySelector.d.ts +1 -1
  36. package/dist/Insight/Featured/CategorySelector.js +109 -5
  37. package/dist/Insight/Featured/Featured.js +106 -8
  38. package/dist/Insight/Featured/Header.js +109 -4
  39. package/dist/LandingPageHeader/LandingPageHeader.d.ts +1 -1
  40. package/dist/Modal/Modal.js +122 -2
  41. package/dist/NavigationMenu/AxosALTS/index.js +111 -6
  42. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +1 -12
  43. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +268 -183
  44. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +268 -37
  45. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +492 -63
  46. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -42
  47. package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +1 -6
  48. package/dist/NavigationMenu/AxosBank/SubNavBar.js +3187 -118
  49. package/dist/NavigationMenu/AxosBank/index.d.ts +4 -6
  50. package/dist/NavigationMenu/AxosBank/index.js +457 -83
  51. package/dist/NavigationMenu/LaVictoire/index.js +118 -5
  52. package/dist/NavigationMenu/Navbar.d.ts +1 -4
  53. package/dist/NavigationMenu/Navbar.js +114 -11
  54. package/dist/NavigationMenu/SignInNavButton.js +122 -9
  55. package/dist/SetContainer/SetContainer.js +108 -7
  56. package/dist/SocialMediaBar/iconsRepository.js +124 -0
  57. package/dist/VideoTile/VideoTile.js +106 -2
  58. package/dist/VideoWrapper/index.js +110 -7
  59. package/dist/assets/ExecutiveBio/ExecutiveBio.css +0 -2
  60. package/dist/assets/Forms/Forms.css +94 -91
  61. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +87 -125
  62. package/package.json +3 -5
  63. package/dist/NavigationMenu/AxosBank/DropwdownButton.d.ts +0 -7
  64. package/dist/NavigationMenu/AxosBank/DropwdownButton.js +0 -125
  65. package/dist/NavigationMenu/AxosBank/Menu.d.ts +0 -37
  66. package/dist/NavigationMenu/AxosBank/Menu.js +0 -150
  67. package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.d.ts +0 -36
  68. package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.js +0 -105
  69. package/dist/NavigationMenu/AxosBank/SubNavItem.d.ts +0 -1
  70. package/dist/NavigationMenu/AxosBank/SubNavItem.js +0 -206
  71. package/dist/NavigationMenu/utils.d.ts +0 -465
  72. package/dist/NavigationMenu/utils.js +0 -112
@@ -1,37 +0,0 @@
1
- import { ReactNode } from 'react';
2
-
3
- export interface MenuProps {
4
- id?: string;
5
- header: ReactNode;
6
- headerOnHover: ReactNode;
7
- description: ReactNode;
8
- image: {
9
- src: string;
10
- alt: string;
11
- width: number;
12
- height: number;
13
- };
14
- bannerCta?: {
15
- id: string;
16
- label: string;
17
- url: string;
18
- ariaLabel?: string;
19
- };
20
- subNavItems?: SubNavItemProps[];
21
- helpUrl?: string;
22
- onDownKeyContainer: (event: React.KeyboardEvent<HTMLDivElement>, id: string) => void;
23
- onMouseLeave: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
24
- }
25
- export declare const Menu: import('react').ForwardRefExoticComponent<MenuProps & import('react').RefAttributes<HTMLDivElement>>;
26
- export interface SubNavItemProps {
27
- id: string;
28
- icon: string;
29
- label: string;
30
- url: string;
31
- items: {
32
- id: string;
33
- label: string;
34
- url: string;
35
- }[];
36
- }
37
- export declare const SubNavItem: ({ icon, label, url, items }: SubNavItemProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,150 +0,0 @@
1
- "use client";
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
- import "../../IconBillboard/IconBillboard.css.js";
4
- import "../../icons/ArrowIcon/ArrowIcon.css.js";
5
- import "../../icons/CheckIcon/CheckIcon.css.js";
6
- import '../../assets/Modal/Modal.css';import '../../assets/BulletItem/BulletItem.css';import '../../assets/Typography/Typography.css';import '../../assets/icons/FollowIcon/FollowIcon.css';import '../../assets/icons/DownloadIcon/DownloadIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/ufb.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
7
- /* empty css */
8
- /* empty css */
9
- /* empty css */
10
- /* empty css */
11
- /* empty css */
12
- import { forwardRef } from "react";
13
- import clsx from "clsx";
14
- /* empty css */
15
- /* empty css */
16
- import "../../Chevron/Chevron.css.js";
17
- import "../../Interstitial/Interstitial-variants.css.js";
18
- import "../../Button/Button.css.js";
19
- import "react-use";
20
- /* empty css */
21
- import { useGlobalContext } from "../../Modal/contextApi/store.js";
22
- import Link from "next/link.js";
23
- import styles from "./NavBar.module.js";
24
- import { dd_media, dd_main_btn } from "./SubNavbar.css.js";
25
- const Menu = forwardRef(
26
- ({
27
- id,
28
- header,
29
- headerOnHover,
30
- description,
31
- image,
32
- bannerCta,
33
- subNavItems,
34
- helpUrl,
35
- onDownKeyContainer: handleKeyDownContainer,
36
- onMouseLeave: handleMouseLeave
37
- }, containerRef) => {
38
- const { resolveUrl } = useGlobalContext();
39
- const renderNavItems = Array.isArray(subNavItems) ? subNavItems.map((item) => /* @__PURE__ */ jsx(SubNavItem, { ...item }, item.id)) : [];
40
- return /* @__PURE__ */ jsx(
41
- "div",
42
- {
43
- className: clsx(`${styles.dd_wrapper} ${styles.desktop_only}`),
44
- role: "menu",
45
- onMouseLeave: handleMouseLeave,
46
- ref: containerRef,
47
- tabIndex: 0,
48
- onKeyDown: (event) => handleKeyDownContainer(event, id ?? ""),
49
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
50
- /* @__PURE__ */ jsxs(
51
- "div",
52
- {
53
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
54
- children: [
55
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
56
- /* @__PURE__ */ jsx("p", { role: "heading", children: header }),
57
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: description })
58
- ] }),
59
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
60
- "img",
61
- {
62
- src: resolveUrl(image.src),
63
- alt: image.alt,
64
- width: image.width,
65
- height: image.height
66
- }
67
- ) }),
68
- /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: Array.isArray(bannerCta) && bannerCta?.map(
69
- (cta) => /* @__PURE__ */ jsx(
70
- Link,
71
- {
72
- href: resolveUrl(cta.url ?? ""),
73
- "aria-label": cta.ariaLabel,
74
- className: clsx(
75
- dd_main_btn,
76
- "text_center"
77
- // index === 0 && "bg_white"
78
- ),
79
- children: cta.label
80
- },
81
- cta.id
82
- )
83
- // null
84
- ) })
85
- ]
86
- }
87
- ),
88
- /* @__PURE__ */ jsxs(
89
- "div",
90
- {
91
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
92
- children: [
93
- /* @__PURE__ */ jsxs("div", { className: `${styles.headline} flex_row middle between`, children: [
94
- /* @__PURE__ */ jsx("span", { role: "heading", children: headerOnHover }),
95
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24", children: [
96
- /* @__PURE__ */ jsx(
97
- "img",
98
- {
99
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
100
- alt: "",
101
- width: 20,
102
- height: 20
103
- }
104
- ),
105
- /* @__PURE__ */ jsx("div", { className: `${styles.headline_cta} ${styles.ml_8}`, children: /* @__PURE__ */ jsx(
106
- Link,
107
- {
108
- href: resolveUrl(
109
- helpUrl ?? "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/support"
110
- ),
111
- children: "Help & Support"
112
- }
113
- ) })
114
- ] })
115
- ] }),
116
- /* @__PURE__ */ jsx("hr", {}),
117
- /* @__PURE__ */ jsx("div", { className: `${styles.site_lists}`, children: renderNavItems })
118
- ]
119
- }
120
- )
121
- ] }) })
122
- }
123
- );
124
- }
125
- );
126
- const SubNavItem = ({ icon, label, url, items }) => {
127
- const { resolveUrl } = useGlobalContext();
128
- const renderItems = items?.map((item) => {
129
- return /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: resolveUrl(item.url), children: item.label }) }, item.id);
130
- });
131
- return /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
132
- /* @__PURE__ */ jsx(
133
- "img",
134
- {
135
- src: icon,
136
- alt: "",
137
- width: 20,
138
- height: 20
139
- }
140
- ),
141
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
142
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: resolveUrl(url ?? ""), role: "heading", children: label }) }),
143
- renderItems
144
- ] })
145
- ] });
146
- };
147
- export {
148
- Menu,
149
- SubNavItem
150
- };
@@ -1,36 +0,0 @@
1
- export type MobileMenuState = {
2
- direction: "forward" | "backward";
3
- isMobileMenuOpen: boolean;
4
- hasOpenedOnce: boolean;
5
- loginDrawer: boolean;
6
- prevLevel: any;
7
- currentMenuData: any;
8
- stack: any[];
9
- quickLinks?: {
10
- id: string;
11
- icon: string;
12
- label: string;
13
- url: string;
14
- ariaLabel: string;
15
- }[];
16
- loginData: any;
17
- };
18
- export declare enum MenuActions {
19
- INIT = "INIT",
20
- BACKWARD = "BACKWARD",
21
- FORWARD = "FORWARD",
22
- OPENMENU = "OPENMENU",
23
- SET_HAS_OPENED_ONCE = "SET_HAS_OPENED_ONCE",
24
- SET_MOBILE_MENU_OPEN = "SET_MOBILE_MENU_OPEN",
25
- SET_MOBILE_MENU_CLOSED = "SET_MOBILE_MENU_CLOSED",
26
- ADD_TO_STACK = "ADD_TO_STACK",
27
- REMOVE_FROM_STACK = "REMOVE_FROM_STACK",
28
- SET_QUICK_LINKS = "SET_QUICK_LINKS",
29
- SET_LOGIN_MENU_OPEN = "SET_LOGIN_MENU_OPEN",
30
- SET_LOGIN_MENU_CLOSED = "SET_LOGIN_MENU_CLOSED"
31
- }
32
- export interface MenuAction {
33
- type: MenuActions;
34
- payload: Record<string, unknown>;
35
- }
36
- export declare const reducer: (state: MobileMenuState, action: MenuAction) => MobileMenuState;
@@ -1,105 +0,0 @@
1
- var MenuActions = /* @__PURE__ */ ((MenuActions2) => {
2
- MenuActions2["INIT"] = "INIT";
3
- MenuActions2["BACKWARD"] = "BACKWARD";
4
- MenuActions2["FORWARD"] = "FORWARD";
5
- MenuActions2["OPENMENU"] = "OPENMENU";
6
- MenuActions2["SET_HAS_OPENED_ONCE"] = "SET_HAS_OPENED_ONCE";
7
- MenuActions2["SET_MOBILE_MENU_OPEN"] = "SET_MOBILE_MENU_OPEN";
8
- MenuActions2["SET_MOBILE_MENU_CLOSED"] = "SET_MOBILE_MENU_CLOSED";
9
- MenuActions2["ADD_TO_STACK"] = "ADD_TO_STACK";
10
- MenuActions2["REMOVE_FROM_STACK"] = "REMOVE_FROM_STACK";
11
- MenuActions2["SET_QUICK_LINKS"] = "SET_QUICK_LINKS";
12
- MenuActions2["SET_LOGIN_MENU_OPEN"] = "SET_LOGIN_MENU_OPEN";
13
- MenuActions2["SET_LOGIN_MENU_CLOSED"] = "SET_LOGIN_MENU_CLOSED";
14
- return MenuActions2;
15
- })(MenuActions || {});
16
- const reducer = (state, action) => {
17
- switch (action.type) {
18
- case "INIT":
19
- return {
20
- ...state,
21
- currentMenuData: {
22
- title: "Menu",
23
- items: Array.isArray(action.payload?.currentMenuData) && action.payload.currentMenuData?.filter((item) => !item.dropdown)
24
- },
25
- stack: [action.payload.stack],
26
- quickLinks: action.payload.quickLinks,
27
- loginData: Array.isArray(action.payload?.currentMenuData) && action.payload.currentMenuData?.find((item) => item.dropdown)
28
- };
29
- case "SET_MOBILE_MENU_OPEN":
30
- return {
31
- ...state,
32
- isMobileMenuOpen: !state.isMobileMenuOpen
33
- };
34
- case "SET_MOBILE_MENU_CLOSED":
35
- return {
36
- ...state,
37
- isMobileMenuOpen: false
38
- };
39
- case "SET_HAS_OPENED_ONCE":
40
- return {
41
- ...state,
42
- hasOpenedOnce: state.hasOpenedOnce ? state.hasOpenedOnce : Boolean(action.payload)
43
- };
44
- case "SET_LOGIN_MENU_OPEN":
45
- return {
46
- ...state,
47
- loginDrawer: true
48
- };
49
- case "SET_LOGIN_MENU_CLOSED":
50
- return {
51
- ...state,
52
- loginDrawer: false
53
- };
54
- case "FORWARD":
55
- return {
56
- ...state,
57
- direction: "forward"
58
- // currentLevel: state.currentLevel + 1,
59
- };
60
- case "BACKWARD":
61
- return {
62
- ...state,
63
- direction: "backward"
64
- // currentLevel: state.currentLevel - 1,
65
- };
66
- case "ADD_TO_STACK": {
67
- const newItem = {
68
- title: action.payload?.label,
69
- url: action.payload?.url,
70
- dropdown: action.payload?.dropdown,
71
- items: action.payload.items
72
- };
73
- const lastItem = state.stack[state.stack.length - 1];
74
- return {
75
- ...state,
76
- stack: [...state.stack, newItem],
77
- currentMenuData: newItem,
78
- prevLevel: Array.isArray(lastItem) ? lastItem[lastItem.length - 1] : lastItem
79
- };
80
- }
81
- case "REMOVE_FROM_STACK": {
82
- const newStack = [...state.stack];
83
- newStack.pop();
84
- const newCurrent = newStack[newStack.length - 1];
85
- const lastStackItem = newStack[newStack.length - 1];
86
- return {
87
- ...state,
88
- stack: newStack,
89
- currentMenuData: Array.isArray(newCurrent) ? newCurrent[0] : newCurrent,
90
- prevLevel: Array.isArray(lastStackItem) ? lastStackItem[lastStackItem.length - 1] : lastStackItem
91
- };
92
- }
93
- case "SET_QUICK_LINKS":
94
- return {
95
- ...state,
96
- quickLinks: action.payload.quickLinks
97
- };
98
- default:
99
- return state;
100
- }
101
- };
102
- export {
103
- MenuActions,
104
- reducer
105
- };
@@ -1 +0,0 @@
1
- export declare const SubNavItem: () => import("react/jsx-runtime").JSX.Element;
@@ -1,206 +0,0 @@
1
- "use client";
2
- import { jsx, Fragment, jsxs } from "react/jsx-runtime";
3
- import "../../IconBillboard/IconBillboard.css.js";
4
- import "../../icons/ArrowIcon/ArrowIcon.css.js";
5
- import "../../icons/CheckIcon/CheckIcon.css.js";
6
- import '../../assets/Modal/Modal.css';import '../../assets/BulletItem/BulletItem.css';import '../../assets/Typography/Typography.css';import '../../assets/icons/FollowIcon/FollowIcon.css';import '../../assets/icons/DownloadIcon/DownloadIcon.css';import '../../assets/themes/victorie.css';import '../../assets/themes/ufb.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
7
- /* empty css */
8
- /* empty css */
9
- /* empty css */
10
- /* empty css */
11
- /* empty css */
12
- import "react";
13
- import "clsx";
14
- /* empty css */
15
- /* empty css */
16
- import "../../Chevron/Chevron.css.js";
17
- import "../../Interstitial/Interstitial-variants.css.js";
18
- import "../../Button/Button.css.js";
19
- import "react-use";
20
- /* empty css */
21
- import { useGlobalContext } from "../../Modal/contextApi/store.js";
22
- import styles from "./NavBar.module.js";
23
- const SubNavItem = () => {
24
- const { resolveUrl } = useGlobalContext();
25
- return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs(Fragment, { children: [
26
- /* @__PURE__ */ jsxs(
27
- "li",
28
- {
29
- className: styles.sub_nav_link,
30
- role: "menuitem",
31
- children: [
32
- /* @__PURE__ */ jsx(
33
- "a",
34
- {
35
- href: resolveUrl("{AXOSBANK}/personal/bank"),
36
- id: "personalNav1",
37
- "aria-label": "Press Enter to navigate to the Bank section home page, or press Tab again to focus on the down arrow and press Enter to open the Bank section sub-menu.",
38
- children: "Bank"
39
- }
40
- ),
41
- /* @__PURE__ */ jsx(
42
- "a",
43
- {
44
- href: "#",
45
- id: "personalNav1",
46
- "aria-label": "Press Enter to open the Bank section sub-menu.",
47
- children: /* @__PURE__ */ jsx(
48
- "svg",
49
- {
50
- width: "15",
51
- height: "12",
52
- viewBox: "0 0 20 12",
53
- fill: "none",
54
- xmlns: "http://www.w3.org/2000/svg",
55
- style: { marginLeft: "8px" },
56
- children: /* @__PURE__ */ jsx(
57
- "path",
58
- {
59
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
60
- fill: "white"
61
- }
62
- )
63
- }
64
- )
65
- }
66
- )
67
- ]
68
- }
69
- ),
70
- /* @__PURE__ */ jsxs(
71
- "li",
72
- {
73
- className: styles.sub_nav_link,
74
- role: "menuitem",
75
- children: [
76
- /* @__PURE__ */ jsx(
77
- "a",
78
- {
79
- href: resolveUrl("{AXOSBANK}/personal/borrow"),
80
- id: "personalNav2",
81
- "aria-label": "Press Enter to navigate to the Borrow section home page, or press Tab again to focus on the down arrow and press Enter to open the Borrow section sub-menu.",
82
- children: "Borrow"
83
- }
84
- ),
85
- /* @__PURE__ */ jsx(
86
- "a",
87
- {
88
- href: "#",
89
- id: "personalNav2",
90
- "aria-label": "Press Enter to open the Borrow section sub-menu.",
91
- children: /* @__PURE__ */ jsx(
92
- "svg",
93
- {
94
- width: "15",
95
- height: "12",
96
- viewBox: "0 0 20 12",
97
- fill: "none",
98
- xmlns: "http://www.w3.org/2000/svg",
99
- style: { marginLeft: "8px" },
100
- children: /* @__PURE__ */ jsx(
101
- "path",
102
- {
103
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
104
- fill: "white"
105
- }
106
- )
107
- }
108
- )
109
- }
110
- )
111
- ]
112
- }
113
- ),
114
- /* @__PURE__ */ jsxs(
115
- "li",
116
- {
117
- className: styles.sub_nav_link,
118
- role: "menuitem",
119
- children: [
120
- /* @__PURE__ */ jsx(
121
- "a",
122
- {
123
- href: resolveUrl("{AXOS}/invest"),
124
- id: "personalNav3",
125
- "aria-label": "Press Enter to navigate to the Invest section home page, or press Tab again to focus on the down arrow and press Enter to open the Invest section sub-menu.",
126
- children: "Invest"
127
- }
128
- ),
129
- /* @__PURE__ */ jsx(
130
- "a",
131
- {
132
- href: "#",
133
- id: "personalNav3",
134
- "aria-label": "Press Enter to open the Invest section sub-menu.",
135
- children: /* @__PURE__ */ jsx(
136
- "svg",
137
- {
138
- width: "15",
139
- height: "12",
140
- viewBox: "0 0 20 12",
141
- fill: "none",
142
- xmlns: "http://www.w3.org/2000/svg",
143
- style: { marginLeft: "8px" },
144
- children: /* @__PURE__ */ jsx(
145
- "path",
146
- {
147
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
148
- fill: "white"
149
- }
150
- )
151
- }
152
- )
153
- }
154
- )
155
- ]
156
- }
157
- ),
158
- /* @__PURE__ */ jsxs(
159
- "li",
160
- {
161
- className: styles.sub_nav_link,
162
- role: "menuitem",
163
- children: [
164
- /* @__PURE__ */ jsx(
165
- "a",
166
- {
167
- href: resolveUrl("{AXOSBANK}/personal/plan"),
168
- id: "personalNav4",
169
- "aria-label": "Press Enter to navigate to the Plan section home page, or press Tab again to focus on the down arrow and press Enter to open the Plan section sub-menu.",
170
- children: "Plan"
171
- }
172
- ),
173
- /* @__PURE__ */ jsx(
174
- "a",
175
- {
176
- href: "#",
177
- id: "personalNav4",
178
- "aria-label": "Press Enter to open the Plan section sub-menu.",
179
- children: /* @__PURE__ */ jsx(
180
- "svg",
181
- {
182
- width: "15",
183
- height: "12",
184
- viewBox: "0 0 20 12",
185
- fill: "none",
186
- xmlns: "http://www.w3.org/2000/svg",
187
- style: { marginLeft: "8px" },
188
- children: /* @__PURE__ */ jsx(
189
- "path",
190
- {
191
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
192
- fill: "white"
193
- }
194
- )
195
- }
196
- )
197
- }
198
- )
199
- ]
200
- }
201
- )
202
- ] }) });
203
- };
204
- export {
205
- SubNavItem
206
- };