@axos-web-dev/shared-components 2.0.0-dev.31.insights.5 → 2.0.0-dev.31.insights.7
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/Auth/ErrorAlert.js +1 -1
- package/dist/Calculators/Calculator.js +1 -1
- package/dist/Chatbot/ChatWindow.css.js +0 -1
- package/dist/Chatbot/Chatbot.css.js +1 -0
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +3 -2
- package/dist/Insight/Featured/Featured.js +48 -32
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.module.js +27 -27
- package/dist/NavigationMenu/ServerNavigation/NavBar.module.js +40 -40
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -0
- package/dist/assets/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.css +353 -353
- package/dist/assets/NavigationMenu/ServerNavigation/NavBar.css +483 -483
- package/dist/icons/Clock/index.js +1 -0
- package/package.json +152 -152
package/dist/Auth/ErrorAlert.js
CHANGED
|
@@ -74,8 +74,8 @@ import "../Carousel/index.js";
|
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../Chatbot/store/chat.js";
|
|
76
76
|
import "../Chatbot/Chatbot.js";
|
|
77
|
-
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
78
77
|
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
78
|
+
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
79
79
|
/* empty css */
|
|
80
80
|
import "../Chatbot/store/messages.js";
|
|
81
81
|
import { Hyperlink } from "../Hyperlink/index.js";
|
|
@@ -54,9 +54,9 @@ import "../Carousel/index.js";
|
|
|
54
54
|
/* empty css */
|
|
55
55
|
import "../Chatbot/store/chat.js";
|
|
56
56
|
import "../Chatbot/Chatbot.js";
|
|
57
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
57
58
|
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
58
59
|
import "react-use";
|
|
59
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
60
60
|
/* empty css */
|
|
61
61
|
import "../Chatbot/store/messages.js";
|
|
62
62
|
/* empty css */
|
|
@@ -3,7 +3,6 @@ import '../assets/Chatbot/ChatWindow.css';import '../assets/Typography/Typograph
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
|
-
import "./Chatbot.css.ts.vanilla.css.js";
|
|
7
6
|
/* empty css */
|
|
8
7
|
var windowStyle = "_13n1jqk1";
|
|
9
8
|
var windowExpandedStyle = "_13n1jqk2";
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -69,9 +69,9 @@ import "../Carousel/index.js";
|
|
|
69
69
|
/* empty css */
|
|
70
70
|
import "../Chatbot/store/chat.js";
|
|
71
71
|
import "../Chatbot/Chatbot.js";
|
|
72
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
72
73
|
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
73
74
|
import "react-use";
|
|
74
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
75
75
|
/* empty css */
|
|
76
76
|
import "../Chatbot/store/messages.js";
|
|
77
77
|
/* empty css */
|
|
@@ -159,7 +159,7 @@ const CategorySelector = (props) => {
|
|
|
159
159
|
children: `See More ${title2.replaceAll("-", " ")} Articles`
|
|
160
160
|
}
|
|
161
161
|
)
|
|
162
|
-
] }) : /* @__PURE__ */ jsx("p", { className: selector_title_link, children: subcategory !== void 0 ? subcategory : title2 }) }),
|
|
162
|
+
] }) : /* @__PURE__ */ jsx("p", { className: selector_title_link, children: subcategory !== void 0 ? subcategory.replaceAll("-", " ") : title2.replaceAll("-", " ") }) }),
|
|
163
163
|
/* @__PURE__ */ jsx("div", { className: selector_grid_items, children: typeof insights !== "undefined" ? insights.map((item) => /* @__PURE__ */ jsx(
|
|
164
164
|
InsightItem,
|
|
165
165
|
{
|
|
@@ -195,7 +195,7 @@ const InsightItem = (props) => {
|
|
|
195
195
|
supertag
|
|
196
196
|
} = props;
|
|
197
197
|
return /* @__PURE__ */ jsxs("a", { id, href: url, className: clsx(onhover, selector_small_item), children: [
|
|
198
|
-
/* @__PURE__ */ jsx("div", { className: clsx(selector_img, "relative"), children: /* @__PURE__ */ jsx(
|
|
198
|
+
/* @__PURE__ */ jsx("div", { className: clsx(selector_img, "relative"), "aria-hidden": "true", children: /* @__PURE__ */ jsx(
|
|
199
199
|
OptimizeImage,
|
|
200
200
|
{
|
|
201
201
|
src: `${image?.url}`,
|
|
@@ -227,6 +227,7 @@ const InsightItem = (props) => {
|
|
|
227
227
|
height: 20,
|
|
228
228
|
viewBox: "0 0 1 20",
|
|
229
229
|
fill: "none",
|
|
230
|
+
"aria-hidden": "true",
|
|
230
231
|
children: /* @__PURE__ */ jsx("path", { d: "M0.5 0V20", stroke: "#14263D" })
|
|
231
232
|
}
|
|
232
233
|
) }),
|
|
@@ -145,21 +145,28 @@ const FeaturedItem = (props) => {
|
|
|
145
145
|
const variant = getVariant(fullVariant);
|
|
146
146
|
const imageUrl = image?.url ? `https:${image.url}` : void 0;
|
|
147
147
|
return /* @__PURE__ */ jsx("a", { href: url ?? "/", className: clsx(featured_subgrid_item, onhover), children: /* @__PURE__ */ jsxs("div", { className: featured_subwrap, children: [
|
|
148
|
-
imageUrl ? /* @__PURE__ */ jsxs(
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
148
|
+
imageUrl ? /* @__PURE__ */ jsxs(
|
|
149
|
+
"picture",
|
|
150
|
+
{
|
|
151
|
+
className: clsx(ratio, featured_subimage),
|
|
152
|
+
"aria-hidden": "true",
|
|
153
|
+
children: [
|
|
154
|
+
/* @__PURE__ */ jsx("source", { srcSet: `${imageUrl}?fm=avif`, type: "image/avif" }),
|
|
155
|
+
/* @__PURE__ */ jsx("source", { srcSet: `${imageUrl}?fm=webp`, type: "image/webp" }),
|
|
156
|
+
/* @__PURE__ */ jsx(
|
|
157
|
+
Image,
|
|
158
|
+
{
|
|
159
|
+
src: imageUrl,
|
|
160
|
+
className: clsx(featured_maingrid_img, ratio),
|
|
161
|
+
height: 159,
|
|
162
|
+
width: 269,
|
|
163
|
+
priority: true,
|
|
164
|
+
alt: image?.alt ?? ""
|
|
165
|
+
}
|
|
166
|
+
)
|
|
167
|
+
]
|
|
168
|
+
}
|
|
169
|
+
) : null,
|
|
163
170
|
/* @__PURE__ */ jsxs("div", { className: featured_subcontent, children: [
|
|
164
171
|
/* @__PURE__ */ jsx("h3", { className: clsx(featured_subgrid_title, title({ variant })), children: featureItemTitle ?? "" }),
|
|
165
172
|
/* @__PURE__ */ jsxs("div", { className: "flex middle", style: { gap: "4px" }, children: [
|
|
@@ -174,6 +181,7 @@ const FeaturedItem = (props) => {
|
|
|
174
181
|
viewBox: "0 0 1 20",
|
|
175
182
|
fill: "none",
|
|
176
183
|
className: divider_tab,
|
|
184
|
+
"aria-hidden": "true",
|
|
177
185
|
children: /* @__PURE__ */ jsx("path", { d: "M0.5 0V20", stroke: "#14263D" })
|
|
178
186
|
}
|
|
179
187
|
) }),
|
|
@@ -198,7 +206,7 @@ const Featured = (props) => {
|
|
|
198
206
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
199
207
|
headline && /* @__PURE__ */ jsx("h2", { className: featured_title, children: headline }),
|
|
200
208
|
/* @__PURE__ */ jsxs("a", { href: main?.url, className: clsx(featured_maingrid, onhover), children: [
|
|
201
|
-
mainImageUrl ? /* @__PURE__ */ jsxs("picture", { className: clsx(ratio, "rounded"), children: [
|
|
209
|
+
mainImageUrl ? /* @__PURE__ */ jsxs("picture", { className: clsx(ratio, "rounded"), "aria-hidden": "true", children: [
|
|
202
210
|
/* @__PURE__ */ jsx(
|
|
203
211
|
"source",
|
|
204
212
|
{
|
|
@@ -228,22 +236,30 @@ const Featured = (props) => {
|
|
|
228
236
|
/* @__PURE__ */ jsxs("div", { className: featured_main_wrapper, children: [
|
|
229
237
|
/* @__PURE__ */ jsx("h3", { className: featured_maingrid_title, children: main?.title ?? "" }),
|
|
230
238
|
/* @__PURE__ */ jsx("p", { className: featured_maingrid_text, children: main?.text ?? "" }),
|
|
231
|
-
/* @__PURE__ */ jsxs(
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
"
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
239
|
+
/* @__PURE__ */ jsxs(
|
|
240
|
+
"div",
|
|
241
|
+
{
|
|
242
|
+
className: "flex middle",
|
|
243
|
+
style: { gap: "4px", flexWrap: "wrap" },
|
|
244
|
+
children: [
|
|
245
|
+
/* @__PURE__ */ jsx(ClockIcon, {}),
|
|
246
|
+
/* @__PURE__ */ jsx("span", { className: info_details, children: (main?.readingTime ?? "") + " minute read" }),
|
|
247
|
+
/* @__PURE__ */ jsx("div", { className: "flex middle", style: { paddingInline: "8px" }, children: /* @__PURE__ */ jsx(
|
|
248
|
+
"svg",
|
|
249
|
+
{
|
|
250
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
251
|
+
width: 1,
|
|
252
|
+
height: 20,
|
|
253
|
+
viewBox: "0 0 1 20",
|
|
254
|
+
fill: "none",
|
|
255
|
+
"aria-hidden": "true",
|
|
256
|
+
children: /* @__PURE__ */ jsx("path", { d: "M0.5 0V20", stroke: "#14263D" })
|
|
257
|
+
}
|
|
258
|
+
) }),
|
|
259
|
+
/* @__PURE__ */ jsx("span", { className: info_details, style: { fontWeight: "600" }, children: (typeof main?.supertag == "string" && main?.supertag.replaceAll("-", " ")) ?? "" })
|
|
260
|
+
]
|
|
261
|
+
}
|
|
262
|
+
)
|
|
247
263
|
] })
|
|
248
264
|
] })
|
|
249
265
|
] }),
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosAdvisor/NavBar.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav_link = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const header_sub_row = "
|
|
12
|
-
const signin_dropdown = "
|
|
13
|
-
const shadow = "
|
|
14
|
-
const signin_header = "
|
|
15
|
-
const signin_subheader = "
|
|
16
|
-
const opacity = "
|
|
17
|
-
const fadeInDown = "
|
|
18
|
-
const footer = "
|
|
19
|
-
const open = "
|
|
20
|
-
const dd_wrapper = "
|
|
21
|
-
const dd_media = "
|
|
22
|
-
const dd_media_img = "
|
|
23
|
-
const dd_site_navs = "
|
|
24
|
-
const dd_media_header = "
|
|
25
|
-
const mt_8 = "
|
|
26
|
-
const mt_16 = "
|
|
27
|
-
const ml_8 = "
|
|
28
|
-
const dd_media_cta = "
|
|
29
|
-
const reversed_row = "
|
|
30
|
-
const headline = "
|
|
31
|
-
const nav_anchor = "
|
|
32
|
-
const headline_cta = "
|
|
33
|
-
const site_lists = "
|
|
34
|
-
const hamburger = "
|
|
35
|
-
const mobile_only = "
|
|
36
|
-
const mobile_logo = "
|
|
37
|
-
const highlight = "
|
|
38
|
-
const mobile_nav = "
|
|
39
|
-
const mobile_opened = "
|
|
40
|
-
const mobile_nav_item = "
|
|
41
|
-
const has_dropdown = "
|
|
42
|
-
const icon_wrap = "
|
|
43
|
-
const mobile_footer = "
|
|
44
|
-
const mobile_footer_content = "
|
|
45
|
-
const mobile_footer_media = "
|
|
46
|
-
const footer_cta = "
|
|
47
|
-
const inner_wrapper = "
|
|
48
|
-
const btn = "
|
|
49
|
-
const sub_menu = "
|
|
50
|
-
const main = "
|
|
51
|
-
const dd_footer = "
|
|
52
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosAdvisor/NavBar.css';const header = "_header_1cjka_1";
|
|
2
|
+
const wrapper = "_wrapper_1cjka_9";
|
|
3
|
+
const header_main_row = "_header_main_row_1cjka_19";
|
|
4
|
+
const mobile_header = "_mobile_header_1cjka_21";
|
|
5
|
+
const logo_wrap = "_logo_wrap_1cjka_33";
|
|
6
|
+
const primary_links = "_primary_links_1cjka_41";
|
|
7
|
+
const main_nav_link = "_main_nav_link_1cjka_49";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_1cjka_113";
|
|
9
|
+
const signin_wrap = "_signin_wrap_1cjka_117";
|
|
10
|
+
const signin_btn = "_signin_btn_1cjka_119";
|
|
11
|
+
const header_sub_row = "_header_sub_row_1cjka_195";
|
|
12
|
+
const signin_dropdown = "_signin_dropdown_1cjka_235";
|
|
13
|
+
const shadow = "_shadow_1cjka_255";
|
|
14
|
+
const signin_header = "_signin_header_1cjka_271";
|
|
15
|
+
const signin_subheader = "_signin_subheader_1cjka_285";
|
|
16
|
+
const opacity = "_opacity_1cjka_329";
|
|
17
|
+
const fadeInDown = "_fadeInDown_1cjka_1";
|
|
18
|
+
const footer = "_footer_1cjka_341";
|
|
19
|
+
const open = "_open_1cjka_373";
|
|
20
|
+
const dd_wrapper = "_dd_wrapper_1cjka_397";
|
|
21
|
+
const dd_media = "_dd_media_1cjka_407";
|
|
22
|
+
const dd_media_img = "_dd_media_img_1cjka_417";
|
|
23
|
+
const dd_site_navs = "_dd_site_navs_1cjka_425";
|
|
24
|
+
const dd_media_header = "_dd_media_header_1cjka_439";
|
|
25
|
+
const mt_8 = "_mt_8_1cjka_457";
|
|
26
|
+
const mt_16 = "_mt_16_1cjka_465";
|
|
27
|
+
const ml_8 = "_ml_8_1cjka_473";
|
|
28
|
+
const dd_media_cta = "_dd_media_cta_1cjka_481";
|
|
29
|
+
const reversed_row = "_reversed_row_1cjka_509";
|
|
30
|
+
const headline = "_headline_1cjka_541";
|
|
31
|
+
const nav_anchor = "_nav_anchor_1cjka_553";
|
|
32
|
+
const headline_cta = "_headline_cta_1cjka_569";
|
|
33
|
+
const site_lists = "_site_lists_1cjka_599";
|
|
34
|
+
const hamburger = "_hamburger_1cjka_669";
|
|
35
|
+
const mobile_only = "_mobile_only_1cjka_697";
|
|
36
|
+
const mobile_logo = "_mobile_logo_1cjka_709";
|
|
37
|
+
const highlight = "_highlight_1cjka_719";
|
|
38
|
+
const mobile_nav = "_mobile_nav_1cjka_791";
|
|
39
|
+
const mobile_opened = "_mobile_opened_1cjka_813";
|
|
40
|
+
const mobile_nav_item = "_mobile_nav_item_1cjka_829";
|
|
41
|
+
const has_dropdown = "_has_dropdown_1cjka_859";
|
|
42
|
+
const icon_wrap = "_icon_wrap_1cjka_901";
|
|
43
|
+
const mobile_footer = "_mobile_footer_1cjka_911";
|
|
44
|
+
const mobile_footer_content = "_mobile_footer_content_1cjka_921";
|
|
45
|
+
const mobile_footer_media = "_mobile_footer_media_1cjka_951";
|
|
46
|
+
const footer_cta = "_footer_cta_1cjka_963";
|
|
47
|
+
const inner_wrapper = "_inner_wrapper_1cjka_1019";
|
|
48
|
+
const btn = "_btn_1cjka_1029";
|
|
49
|
+
const sub_menu = "_sub_menu_1cjka_1039";
|
|
50
|
+
const main = "_main_1cjka_49";
|
|
51
|
+
const dd_footer = "_dd_footer_1cjka_1089";
|
|
52
|
+
const desktop_only = "_desktop_only_1cjka_1127";
|
|
53
53
|
const styles = {
|
|
54
54
|
header,
|
|
55
55
|
wrapper,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../../../assets/NavigationMenu/
|
|
1
|
+
import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css';const overlay = "_overlay_hbh7s_1";
|
|
2
2
|
const drawer = "_drawer_hbh7s_9";
|
|
3
3
|
const mobileNavRow = "_mobileNavRow_hbh7s_29";
|
|
4
4
|
const loginTrigger = "_loginTrigger_hbh7s_35";
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import '../../../assets/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.css';const overlay = "
|
|
2
|
-
const drawer = "
|
|
3
|
-
const mobileNavRow = "
|
|
4
|
-
const loginTrigger = "
|
|
5
|
-
const hamburger = "
|
|
6
|
-
const loginDrawerTitle = "
|
|
7
|
-
const loginDrawerContent = "
|
|
8
|
-
const header = "
|
|
9
|
-
const back = "
|
|
10
|
-
const close = "
|
|
11
|
-
const levelContainer = "
|
|
12
|
-
const level = "
|
|
13
|
-
const levelTitle = "
|
|
14
|
-
const menu = "
|
|
15
|
-
const menuItem = "
|
|
16
|
-
const loginAccordion = "
|
|
17
|
-
const loginAccordionList = "
|
|
18
|
-
const loginAccordionGroup = "
|
|
19
|
-
const loginAccordionHeading = "
|
|
20
|
-
const loginAccordionGroupList = "
|
|
21
|
-
const loginHeading = "
|
|
22
|
-
const chevron = "
|
|
23
|
-
const chevronIcon = "
|
|
24
|
-
const quickLinks = "
|
|
25
|
-
const quickLink = "
|
|
26
|
-
const sr_only = "
|
|
27
|
-
const loginAccordionOverlay = "
|
|
1
|
+
import '../../../assets/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.css';const overlay = "_overlay_w36iv_1";
|
|
2
|
+
const drawer = "_drawer_w36iv_17";
|
|
3
|
+
const mobileNavRow = "_mobileNavRow_w36iv_57";
|
|
4
|
+
const loginTrigger = "_loginTrigger_w36iv_69";
|
|
5
|
+
const hamburger = "_hamburger_w36iv_101";
|
|
6
|
+
const loginDrawerTitle = "_loginDrawerTitle_w36iv_145";
|
|
7
|
+
const loginDrawerContent = "_loginDrawerContent_w36iv_157";
|
|
8
|
+
const header = "_header_w36iv_169";
|
|
9
|
+
const back = "_back_w36iv_191";
|
|
10
|
+
const close = "_close_w36iv_207";
|
|
11
|
+
const levelContainer = "_levelContainer_w36iv_229";
|
|
12
|
+
const level = "_level_w36iv_229";
|
|
13
|
+
const levelTitle = "_levelTitle_w36iv_261";
|
|
14
|
+
const menu = "_menu_w36iv_271";
|
|
15
|
+
const menuItem = "_menuItem_w36iv_303";
|
|
16
|
+
const loginAccordion = "_loginAccordion_w36iv_335";
|
|
17
|
+
const loginAccordionList = "_loginAccordionList_w36iv_343";
|
|
18
|
+
const loginAccordionGroup = "_loginAccordionGroup_w36iv_355";
|
|
19
|
+
const loginAccordionHeading = "_loginAccordionHeading_w36iv_429";
|
|
20
|
+
const loginAccordionGroupList = "_loginAccordionGroupList_w36iv_449";
|
|
21
|
+
const loginHeading = "_loginHeading_w36iv_537";
|
|
22
|
+
const chevron = "_chevron_w36iv_557";
|
|
23
|
+
const chevronIcon = "_chevronIcon_w36iv_567";
|
|
24
|
+
const quickLinks = "_quickLinks_w36iv_589";
|
|
25
|
+
const quickLink = "_quickLink_w36iv_589";
|
|
26
|
+
const sr_only = "_sr_only_w36iv_637";
|
|
27
|
+
const loginAccordionOverlay = "_loginAccordionOverlay_w36iv_687";
|
|
28
28
|
const styles = {
|
|
29
29
|
overlay,
|
|
30
30
|
drawer,
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/ServerNavigation/NavBar.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const logo_wrap = "
|
|
5
|
-
const primary_links = "
|
|
6
|
-
const main_nav_link = "
|
|
7
|
-
const sub_nav_link = "
|
|
8
|
-
const signin_wrap = "
|
|
9
|
-
const signin_btn = "
|
|
10
|
-
const header_sub_row = "
|
|
11
|
-
const signin_dropdown = "
|
|
12
|
-
const shadow = "
|
|
13
|
-
const signin_header = "
|
|
14
|
-
const signin_subheader = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const signin_footer = "
|
|
18
|
-
const open = "
|
|
19
|
-
const dd_wrapper = "
|
|
20
|
-
const dd_media = "
|
|
21
|
-
const dd_media_img = "
|
|
22
|
-
const dd_site_navs = "
|
|
23
|
-
const dd_media_header = "
|
|
24
|
-
const mt_8 = "
|
|
25
|
-
const mt_16 = "
|
|
26
|
-
const ml_8 = "
|
|
27
|
-
const dd_media_cta = "
|
|
28
|
-
const reversed_row = "
|
|
29
|
-
const headline = "
|
|
30
|
-
const nav_anchor = "
|
|
31
|
-
const headline_cta = "
|
|
32
|
-
const site_lists = "
|
|
33
|
-
const modify_fit = "
|
|
34
|
-
const mobile_only = "
|
|
35
|
-
const mobile_logo = "
|
|
36
|
-
const highlight = "
|
|
37
|
-
const mobile_opened = "
|
|
38
|
-
const dd_footer = "
|
|
39
|
-
const skip_btn = "
|
|
40
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/ServerNavigation/NavBar.css';const header = "_header_1ey07_1";
|
|
2
|
+
const wrapper = "_wrapper_1ey07_9";
|
|
3
|
+
const header_main_row = "_header_main_row_1ey07_21";
|
|
4
|
+
const logo_wrap = "_logo_wrap_1ey07_33";
|
|
5
|
+
const primary_links = "_primary_links_1ey07_41";
|
|
6
|
+
const main_nav_link = "_main_nav_link_1ey07_49";
|
|
7
|
+
const sub_nav_link = "_sub_nav_link_1ey07_113";
|
|
8
|
+
const signin_wrap = "_signin_wrap_1ey07_117";
|
|
9
|
+
const signin_btn = "_signin_btn_1ey07_119";
|
|
10
|
+
const header_sub_row = "_header_sub_row_1ey07_195";
|
|
11
|
+
const signin_dropdown = "_signin_dropdown_1ey07_261";
|
|
12
|
+
const shadow = "_shadow_1ey07_281";
|
|
13
|
+
const signin_header = "_signin_header_1ey07_301";
|
|
14
|
+
const signin_subheader = "_signin_subheader_1ey07_315";
|
|
15
|
+
const opacity = "_opacity_1ey07_357";
|
|
16
|
+
const fadeInDown = "_fadeInDown_1ey07_1";
|
|
17
|
+
const signin_footer = "_signin_footer_1ey07_369";
|
|
18
|
+
const open = "_open_1ey07_411";
|
|
19
|
+
const dd_wrapper = "_dd_wrapper_1ey07_435";
|
|
20
|
+
const dd_media = "_dd_media_1ey07_453";
|
|
21
|
+
const dd_media_img = "_dd_media_img_1ey07_463";
|
|
22
|
+
const dd_site_navs = "_dd_site_navs_1ey07_471";
|
|
23
|
+
const dd_media_header = "_dd_media_header_1ey07_485";
|
|
24
|
+
const mt_8 = "_mt_8_1ey07_507";
|
|
25
|
+
const mt_16 = "_mt_16_1ey07_515";
|
|
26
|
+
const ml_8 = "_ml_8_1ey07_523";
|
|
27
|
+
const dd_media_cta = "_dd_media_cta_1ey07_531";
|
|
28
|
+
const reversed_row = "_reversed_row_1ey07_595";
|
|
29
|
+
const headline = "_headline_1ey07_615";
|
|
30
|
+
const nav_anchor = "_nav_anchor_1ey07_631";
|
|
31
|
+
const headline_cta = "_headline_cta_1ey07_647";
|
|
32
|
+
const site_lists = "_site_lists_1ey07_679";
|
|
33
|
+
const modify_fit = "_modify_fit_1ey07_719";
|
|
34
|
+
const mobile_only = "_mobile_only_1ey07_769";
|
|
35
|
+
const mobile_logo = "_mobile_logo_1ey07_781";
|
|
36
|
+
const highlight = "_highlight_1ey07_795";
|
|
37
|
+
const mobile_opened = "_mobile_opened_1ey07_807";
|
|
38
|
+
const dd_footer = "_dd_footer_1ey07_823";
|
|
39
|
+
const skip_btn = "_skip_btn_1ey07_839";
|
|
40
|
+
const desktop_only = "_desktop_only_1ey07_911";
|
|
41
41
|
const styles = {
|
|
42
42
|
header,
|
|
43
43
|
wrapper,
|