@axos-web-dev/shared-components 2.0.0-dev.2 → 2.0.0-dev.2-nav-0
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.
- package/dist/ATMLocator/ATMLocator.js +2 -1
- package/dist/Accordion/Accordion.js +3 -3
- package/dist/AlertBanner/index.js +1 -1
- package/dist/Article/Article.js +1 -1
- package/dist/Auth/ErrorAlert.js +2 -1
- package/dist/Button/Button.js +2 -1
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/ApyCalculator/index.js +1 -1
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/Calculator.js +2 -1
- package/dist/Calculators/MarginTradingCalculator/index.js +3 -2
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
- package/dist/Carousel/index.js +3 -2
- package/dist/Chevron/index.js +2 -1
- package/dist/Comparison/Comparison.js +2 -1
- package/dist/ContentBanner/index.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +3 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +1 -1
- package/dist/FaqAccordion/index.js +3 -2
- package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -1
- package/dist/Forms/ApplyNow.js +2 -1
- package/dist/Forms/ContactUsBusiness.js +2 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +2 -1
- package/dist/Forms/ContactUsNMLSId.js +2 -1
- package/dist/Forms/CpraRequest.js +2 -1
- package/dist/Forms/CraPublicFile.js +2 -1
- package/dist/Forms/EmailOnly.js +2 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +3 -2
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -1
- package/dist/Forms/MortgageWarehouseLending.js +2 -1
- package/dist/Forms/SuccesForm.js +2 -1
- package/dist/HeroBanner/HeroBanner.js +2 -2
- package/dist/Hyperlink/index.js +2 -1
- package/dist/IconBillboard/IconBillboardSet.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.js +1 -1
- package/dist/ImageLink/ImageLink.js +2 -1
- package/dist/ImageLink/ImageLinkSet.js +2 -1
- package/dist/ImageLink/index.js +2 -1
- package/dist/Input/Checkbox.js +2 -2
- package/dist/Input/DownPaymentInput.js +1 -1
- package/dist/Input/Dropdown.js +1 -1
- package/dist/Input/Input.js +1 -1
- package/dist/Input/InputTextArea.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +2 -1
- package/dist/Insight/Featured/Featured.js +4 -3
- package/dist/Insight/Featured/Header.js +2 -1
- package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
- package/dist/Modal/Modal.js +2 -1
- package/dist/Modal/contextApi/store.js +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +2 -1
- package/dist/NavigationMenu/AxosBank/DropwdownButton.d.ts +7 -0
- package/dist/NavigationMenu/AxosBank/DropwdownButton.js +239 -0
- package/dist/NavigationMenu/AxosBank/Menu.d.ts +37 -0
- package/dist/NavigationMenu/AxosBank/Menu.js +254 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +12 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +180 -160
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +37 -268
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +63 -494
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.d.ts +36 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.js +105 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +42 -39
- package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +6 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +117 -3081
- package/dist/NavigationMenu/AxosBank/SubNavItem.d.ts +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavItem.js +313 -0
- package/dist/NavigationMenu/AxosBank/index.d.ts +6 -4
- package/dist/NavigationMenu/AxosBank/index.js +85 -363
- package/dist/NavigationMenu/LaVictoire/index.js +2 -1
- package/dist/NavigationMenu/Navbar.d.ts +4 -1
- package/dist/NavigationMenu/Navbar.js +9 -8
- package/dist/NavigationMenu/SignInNavButton.js +3 -2
- package/dist/NavigationMenu/utils.d.ts +465 -0
- package/dist/NavigationMenu/utils.js +112 -0
- package/dist/PageNavItem/PageNavItem.js +1 -1
- package/dist/SetContainer/SetContainer.js +3 -2
- package/dist/SocialMediaBar/iconsRepository.js +2 -1
- package/dist/StepItem/StepItem.js +1 -1
- package/dist/StepItemSet/StepItemSet.js +1 -1
- package/dist/Table/Table.js +1 -1
- package/dist/Topic/Topic.js +1 -1
- package/dist/VideoTile/VideoTile.js +2 -1
- package/dist/VideoWrapper/index.js +2 -1
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +125 -87
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SubNavItem: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "../../Chevron/Chevron.css.js";
|
|
4
|
+
import "../../Accordion/Accordion.js";
|
|
5
|
+
import "../../Accordion/Accordion.css.js";
|
|
6
|
+
import "../../icons/ArrowIcon/ArrowIcon.css.js";
|
|
7
|
+
import "../../icons/CheckIcon/CheckIcon.css.js";
|
|
8
|
+
import '../../assets/Modal/Modal.css';import '../../assets/VideoWrapper/VideoWrapper.css';import '../../assets/TopicalNavSet/TopicalNavSet.css';import '../../assets/TopicalNavItem/TopicalNavItem.css';import '../../assets/Topic/Topic.css';import '../../assets/TextBlock/TextBlock.css';import '../../assets/SocialMediaBar/SocialMediaBar.css';import '../../assets/SecondaryFooter/SecondaryFooter.css';import '../../assets/Pagination/Pagination.css';import '../../assets/PageNavSet/PageNavigationSet.css';import '../../assets/NavigationMenu/LaVictoire/NavBar2.css';import '../../assets/NavigationMenu/AxosALTS/NavBar2.css';import '../../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../../assets/NavigationMenu/AxosBank/NavBar2.css';import '../../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar2.css';import '../../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../../assets/NavigationMenu/AxosAdvisor/NavBar2.css';import '../../assets/Insight/Featured/Header.css';import '../../assets/Insight/Featured/CategorySelector.css';import '../../assets/Insight/Featured/Featured.css';import '../../assets/ImageLink/ImageLink.css';import '../../assets/VideoTile/VideoTile.css';import '../../assets/HelpArticle/HelpArticle.css';import '../../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../../assets/DownloadTile/DownloadTile.css';import '../../assets/CollectInformationAlert/CollectInformationAlert.css';import '../../assets/Chatbot/ChatWindow.css';import '../../assets/Chatbot/Chatbot.css';import '../../assets/Chatbot/Bubble.css';import '../../assets/Chatbot/AnimatedGradientBorder.css';import '../../assets/CallToActionBar/CallToActionBar.css';import '../../assets/Insight/Insight.css';import '../../assets/AwardsItem/AwardsItem.css';import '../../assets/AwardsBanner/AwardsBanner.css';import '../../assets/Auth/SignIn.css';import '../../assets/Auth/ErrorAlert.css';import '../../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../../assets/Forms/QuickPricer/UserInformation.css';import '../../assets/Forms/QuickPricer/QuickPricerResults.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 */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
/* empty css */
|
|
13
|
+
/* empty css */
|
|
14
|
+
import "clsx";
|
|
15
|
+
import "react";
|
|
16
|
+
import "../../AlertBanner/AlertBanner.css.js";
|
|
17
|
+
import "../../Article/Article.css.js";
|
|
18
|
+
import "../../IconBillboard/IconBillboard.css.js";
|
|
19
|
+
/* empty css */
|
|
20
|
+
/* empty css */
|
|
21
|
+
import "../../Interstitial/Interstitial-variants.css.js";
|
|
22
|
+
import "../../Button/Button.css.js";
|
|
23
|
+
import "react-use";
|
|
24
|
+
import "../../ArticlesSet/ArticlesSet.css.js";
|
|
25
|
+
import "../../Calculators/calculator.css.js";
|
|
26
|
+
import "../../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
|
|
27
|
+
import { useGlobalContext } from "../../Modal/contextApi/store.js";
|
|
28
|
+
import "../../Calculators/ApyCalculator/ApyCalculator.css.js";
|
|
29
|
+
import "../../Table/Table.css.js";
|
|
30
|
+
import "../../Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js";
|
|
31
|
+
import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
32
|
+
import "@hookform/resolvers/zod";
|
|
33
|
+
import "../../Input/Checkbox.js";
|
|
34
|
+
import "../../Input/CurrencyInput.js";
|
|
35
|
+
import "../../Input/Dropdown.js";
|
|
36
|
+
import "../../Input/Dropdown.css.js";
|
|
37
|
+
import "../../Input/Input.js";
|
|
38
|
+
import "../../Input/Input.css.js";
|
|
39
|
+
import "../../Input/InputAmount.js";
|
|
40
|
+
import "../../Input/InputPhone.js";
|
|
41
|
+
import "../../Input/InputTextArea.js";
|
|
42
|
+
import "../../Input/DownPaymentInput.js";
|
|
43
|
+
import "../../Input/RadioButton.js";
|
|
44
|
+
import "../../Input/PercentageInput.js";
|
|
45
|
+
import "react-hook-form";
|
|
46
|
+
import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
47
|
+
import "../../Forms/Forms.css.js";
|
|
48
|
+
import "../../Forms/HoneyPot/index.js";
|
|
49
|
+
import "../../Forms/SalesforceFieldsForm.js";
|
|
50
|
+
import "../../Input/RadioButton.css.js";
|
|
51
|
+
import "../../Input/Checkbox.css.js";
|
|
52
|
+
import "../../LoadingIndicator/LoadingIndicator.css.js";
|
|
53
|
+
import "../../Inputs/Input.css.js";
|
|
54
|
+
/* empty css */
|
|
55
|
+
import "../../Hyperlink/Hyperlink.css.js";
|
|
56
|
+
/* empty css */
|
|
57
|
+
import "iframe-resizer";
|
|
58
|
+
/* empty css */
|
|
59
|
+
import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
60
|
+
import "../../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
|
|
61
|
+
import "../../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
|
|
62
|
+
/* empty css */
|
|
63
|
+
import "react-dom";
|
|
64
|
+
/* empty css */
|
|
65
|
+
import "../../Auth/SignInPassword.js";
|
|
66
|
+
/* empty css */
|
|
67
|
+
/* empty css */
|
|
68
|
+
/* empty css */
|
|
69
|
+
/* empty css */
|
|
70
|
+
import "../../Carousel/index.js";
|
|
71
|
+
/* empty css */
|
|
72
|
+
/* empty css */
|
|
73
|
+
import "../../Chatbot/store/chat.js";
|
|
74
|
+
import "../../Chatbot/authenticate.js";
|
|
75
|
+
/* empty css */
|
|
76
|
+
/* empty css */
|
|
77
|
+
import "../../Chatbot/store/messages.js";
|
|
78
|
+
/* empty css */
|
|
79
|
+
import "../../Comparison/Comparison.css.js";
|
|
80
|
+
import "next/image.js";
|
|
81
|
+
import "../../HeroBanner/HeroBanner.css.js";
|
|
82
|
+
import "../../HeroBanner/LargeBanner.css.js";
|
|
83
|
+
import "../../HeroBanner/SelectionBanner.css.js";
|
|
84
|
+
import "../../SetContainer/SetContainer.css.js";
|
|
85
|
+
import "../../Tab/Tab.css.js";
|
|
86
|
+
import "../../icons/Star/Star.css.js";
|
|
87
|
+
import "../../ContentBanner/ContentBanner.css.js";
|
|
88
|
+
/* empty css */
|
|
89
|
+
import "../../ExecutiveBio/ExecutiveBio.css.js";
|
|
90
|
+
import "../../FaqAccordion/index.js";
|
|
91
|
+
import "../../FooterDisclosure/FooterDisclosure.css.js";
|
|
92
|
+
/* empty css */
|
|
93
|
+
/* empty css */
|
|
94
|
+
/* empty css */
|
|
95
|
+
import "../../ImageBillboard/ImageBillboard.css.js";
|
|
96
|
+
import "next/script.js";
|
|
97
|
+
/* empty css */
|
|
98
|
+
/* empty css */
|
|
99
|
+
/* empty css */
|
|
100
|
+
/* empty css */
|
|
101
|
+
/* empty css */
|
|
102
|
+
import "../../LandingPageHeader/LandingPageHeader.css.js";
|
|
103
|
+
/* empty css */
|
|
104
|
+
import "next/navigation.js";
|
|
105
|
+
/* empty css */
|
|
106
|
+
/* empty css */
|
|
107
|
+
/* empty css */
|
|
108
|
+
/* empty css */
|
|
109
|
+
import styles from "./NavBar.module.js";
|
|
110
|
+
import "next/link.js";
|
|
111
|
+
import "./Menu.js";
|
|
112
|
+
/* empty css */
|
|
113
|
+
/* empty css */
|
|
114
|
+
/* empty css */
|
|
115
|
+
/* empty css */
|
|
116
|
+
import "../../PageNavItem/PageNavItem.css.js";
|
|
117
|
+
import "react-slick";
|
|
118
|
+
/* empty css */
|
|
119
|
+
/* empty css */
|
|
120
|
+
/* empty css */
|
|
121
|
+
/* empty css */
|
|
122
|
+
import "../../StepItem/StepItem.css.js";
|
|
123
|
+
import "../../StepItemSet/StepItemSet.css.js";
|
|
124
|
+
/* empty css */
|
|
125
|
+
/* empty css */
|
|
126
|
+
/* empty css */
|
|
127
|
+
/* empty css */
|
|
128
|
+
/* empty css */
|
|
129
|
+
/* empty css */
|
|
130
|
+
const SubNavItem = () => {
|
|
131
|
+
const { resolveUrl } = useGlobalContext();
|
|
132
|
+
return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
133
|
+
/* @__PURE__ */ jsxs(
|
|
134
|
+
"li",
|
|
135
|
+
{
|
|
136
|
+
className: styles.sub_nav_link,
|
|
137
|
+
role: "menuitem",
|
|
138
|
+
children: [
|
|
139
|
+
/* @__PURE__ */ jsx(
|
|
140
|
+
"a",
|
|
141
|
+
{
|
|
142
|
+
href: resolveUrl("{AXOSBANK}/personal/bank"),
|
|
143
|
+
id: "personalNav1",
|
|
144
|
+
"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.",
|
|
145
|
+
children: "Bank"
|
|
146
|
+
}
|
|
147
|
+
),
|
|
148
|
+
/* @__PURE__ */ jsx(
|
|
149
|
+
"a",
|
|
150
|
+
{
|
|
151
|
+
href: "#",
|
|
152
|
+
id: "personalNav1",
|
|
153
|
+
"aria-label": "Press Enter to open the Bank section sub-menu.",
|
|
154
|
+
children: /* @__PURE__ */ jsx(
|
|
155
|
+
"svg",
|
|
156
|
+
{
|
|
157
|
+
width: "15",
|
|
158
|
+
height: "12",
|
|
159
|
+
viewBox: "0 0 20 12",
|
|
160
|
+
fill: "none",
|
|
161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
162
|
+
style: { marginLeft: "8px" },
|
|
163
|
+
children: /* @__PURE__ */ jsx(
|
|
164
|
+
"path",
|
|
165
|
+
{
|
|
166
|
+
d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
|
|
167
|
+
fill: "white"
|
|
168
|
+
}
|
|
169
|
+
)
|
|
170
|
+
}
|
|
171
|
+
)
|
|
172
|
+
}
|
|
173
|
+
)
|
|
174
|
+
]
|
|
175
|
+
}
|
|
176
|
+
),
|
|
177
|
+
/* @__PURE__ */ jsxs(
|
|
178
|
+
"li",
|
|
179
|
+
{
|
|
180
|
+
className: styles.sub_nav_link,
|
|
181
|
+
role: "menuitem",
|
|
182
|
+
children: [
|
|
183
|
+
/* @__PURE__ */ jsx(
|
|
184
|
+
"a",
|
|
185
|
+
{
|
|
186
|
+
href: resolveUrl("{AXOSBANK}/personal/borrow"),
|
|
187
|
+
id: "personalNav2",
|
|
188
|
+
"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.",
|
|
189
|
+
children: "Borrow"
|
|
190
|
+
}
|
|
191
|
+
),
|
|
192
|
+
/* @__PURE__ */ jsx(
|
|
193
|
+
"a",
|
|
194
|
+
{
|
|
195
|
+
href: "#",
|
|
196
|
+
id: "personalNav2",
|
|
197
|
+
"aria-label": "Press Enter to open the Borrow section sub-menu.",
|
|
198
|
+
children: /* @__PURE__ */ jsx(
|
|
199
|
+
"svg",
|
|
200
|
+
{
|
|
201
|
+
width: "15",
|
|
202
|
+
height: "12",
|
|
203
|
+
viewBox: "0 0 20 12",
|
|
204
|
+
fill: "none",
|
|
205
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
206
|
+
style: { marginLeft: "8px" },
|
|
207
|
+
children: /* @__PURE__ */ jsx(
|
|
208
|
+
"path",
|
|
209
|
+
{
|
|
210
|
+
d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
|
|
211
|
+
fill: "white"
|
|
212
|
+
}
|
|
213
|
+
)
|
|
214
|
+
}
|
|
215
|
+
)
|
|
216
|
+
}
|
|
217
|
+
)
|
|
218
|
+
]
|
|
219
|
+
}
|
|
220
|
+
),
|
|
221
|
+
/* @__PURE__ */ jsxs(
|
|
222
|
+
"li",
|
|
223
|
+
{
|
|
224
|
+
className: styles.sub_nav_link,
|
|
225
|
+
role: "menuitem",
|
|
226
|
+
children: [
|
|
227
|
+
/* @__PURE__ */ jsx(
|
|
228
|
+
"a",
|
|
229
|
+
{
|
|
230
|
+
href: resolveUrl("{AXOS}/invest"),
|
|
231
|
+
id: "personalNav3",
|
|
232
|
+
"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.",
|
|
233
|
+
children: "Invest"
|
|
234
|
+
}
|
|
235
|
+
),
|
|
236
|
+
/* @__PURE__ */ jsx(
|
|
237
|
+
"a",
|
|
238
|
+
{
|
|
239
|
+
href: "#",
|
|
240
|
+
id: "personalNav3",
|
|
241
|
+
"aria-label": "Press Enter to open the Invest section sub-menu.",
|
|
242
|
+
children: /* @__PURE__ */ jsx(
|
|
243
|
+
"svg",
|
|
244
|
+
{
|
|
245
|
+
width: "15",
|
|
246
|
+
height: "12",
|
|
247
|
+
viewBox: "0 0 20 12",
|
|
248
|
+
fill: "none",
|
|
249
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
250
|
+
style: { marginLeft: "8px" },
|
|
251
|
+
children: /* @__PURE__ */ jsx(
|
|
252
|
+
"path",
|
|
253
|
+
{
|
|
254
|
+
d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
|
|
255
|
+
fill: "white"
|
|
256
|
+
}
|
|
257
|
+
)
|
|
258
|
+
}
|
|
259
|
+
)
|
|
260
|
+
}
|
|
261
|
+
)
|
|
262
|
+
]
|
|
263
|
+
}
|
|
264
|
+
),
|
|
265
|
+
/* @__PURE__ */ jsxs(
|
|
266
|
+
"li",
|
|
267
|
+
{
|
|
268
|
+
className: styles.sub_nav_link,
|
|
269
|
+
role: "menuitem",
|
|
270
|
+
children: [
|
|
271
|
+
/* @__PURE__ */ jsx(
|
|
272
|
+
"a",
|
|
273
|
+
{
|
|
274
|
+
href: resolveUrl("{AXOSBANK}/personal/plan"),
|
|
275
|
+
id: "personalNav4",
|
|
276
|
+
"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.",
|
|
277
|
+
children: "Plan"
|
|
278
|
+
}
|
|
279
|
+
),
|
|
280
|
+
/* @__PURE__ */ jsx(
|
|
281
|
+
"a",
|
|
282
|
+
{
|
|
283
|
+
href: "#",
|
|
284
|
+
id: "personalNav4",
|
|
285
|
+
"aria-label": "Press Enter to open the Plan section sub-menu.",
|
|
286
|
+
children: /* @__PURE__ */ jsx(
|
|
287
|
+
"svg",
|
|
288
|
+
{
|
|
289
|
+
width: "15",
|
|
290
|
+
height: "12",
|
|
291
|
+
viewBox: "0 0 20 12",
|
|
292
|
+
fill: "none",
|
|
293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
294
|
+
style: { marginLeft: "8px" },
|
|
295
|
+
children: /* @__PURE__ */ jsx(
|
|
296
|
+
"path",
|
|
297
|
+
{
|
|
298
|
+
d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
|
|
299
|
+
fill: "white"
|
|
300
|
+
}
|
|
301
|
+
)
|
|
302
|
+
}
|
|
303
|
+
)
|
|
304
|
+
}
|
|
305
|
+
)
|
|
306
|
+
]
|
|
307
|
+
}
|
|
308
|
+
)
|
|
309
|
+
] }) });
|
|
310
|
+
};
|
|
311
|
+
export {
|
|
312
|
+
SubNavItem
|
|
313
|
+
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Navigation } from '../utils';
|
|
2
|
+
|
|
3
|
+
declare function NavBar({ project, items, }: {
|
|
4
|
+
project?: string | null;
|
|
5
|
+
items?: Navigation;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element | null;
|
|
5
7
|
export default NavBar;
|