@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.
@@ -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";
@@ -1,3 +1,4 @@
1
+ import "./Chatbot.css.ts.vanilla.css.js";
1
2
  var chatbotAXB = "_1hpv6vm0";
2
3
  var chatbotUFB = "_1hpv6vm1";
3
4
  export {
@@ -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("picture", { className: clsx(ratio, featured_subimage), children: [
149
- /* @__PURE__ */ jsx("source", { srcSet: `${imageUrl}?fm=avif`, type: "image/avif" }),
150
- /* @__PURE__ */ jsx("source", { srcSet: `${imageUrl}?fm=webp`, type: "image/webp" }),
151
- /* @__PURE__ */ jsx(
152
- Image,
153
- {
154
- src: imageUrl,
155
- className: clsx(featured_maingrid_img, ratio),
156
- height: 159,
157
- width: 269,
158
- priority: true,
159
- alt: image?.alt ?? ""
160
- }
161
- )
162
- ] }) : null,
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("div", { className: "flex middle", style: { gap: "4px" }, children: [
232
- /* @__PURE__ */ jsx(ClockIcon, {}),
233
- /* @__PURE__ */ jsx("span", { className: info_details, children: (main?.readingTime ?? "") + " minute read" }),
234
- /* @__PURE__ */ jsx("div", { className: "flex middle", style: { paddingInline: "8px" }, children: /* @__PURE__ */ jsx(
235
- "svg",
236
- {
237
- xmlns: "http://www.w3.org/2000/svg",
238
- width: 1,
239
- height: 20,
240
- viewBox: "0 0 1 20",
241
- fill: "none",
242
- children: /* @__PURE__ */ jsx("path", { d: "M0.5 0V20", stroke: "#14263D" })
243
- }
244
- ) }),
245
- /* @__PURE__ */ jsx("span", { className: info_details, style: { fontWeight: "600" }, children: (typeof main?.supertag == "string" && main?.supertag.replaceAll("-", " ")) ?? "" })
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 = "_header_1ylwk_1";
2
- const wrapper = "_wrapper_1ylwk_5";
3
- const header_main_row = "_header_main_row_1ylwk_10";
4
- const mobile_header = "_mobile_header_1ylwk_11";
5
- const logo_wrap = "_logo_wrap_1ylwk_17";
6
- const primary_links = "_primary_links_1ylwk_21";
7
- const main_nav_link = "_main_nav_link_1ylwk_25";
8
- const sub_nav_link = "_sub_nav_link_1ylwk_57";
9
- const signin_wrap = "_signin_wrap_1ylwk_59";
10
- const signin_btn = "_signin_btn_1ylwk_60";
11
- const header_sub_row = "_header_sub_row_1ylwk_98";
12
- const signin_dropdown = "_signin_dropdown_1ylwk_118";
13
- const shadow = "_shadow_1ylwk_128";
14
- const signin_header = "_signin_header_1ylwk_136";
15
- const signin_subheader = "_signin_subheader_1ylwk_143";
16
- const opacity = "_opacity_1ylwk_165";
17
- const fadeInDown = "_fadeInDown_1ylwk_1";
18
- const footer = "_footer_1ylwk_171";
19
- const open = "_open_1ylwk_187";
20
- const dd_wrapper = "_dd_wrapper_1ylwk_199";
21
- const dd_media = "_dd_media_1ylwk_204";
22
- const dd_media_img = "_dd_media_img_1ylwk_209";
23
- const dd_site_navs = "_dd_site_navs_1ylwk_213";
24
- const dd_media_header = "_dd_media_header_1ylwk_220";
25
- const mt_8 = "_mt_8_1ylwk_229";
26
- const mt_16 = "_mt_16_1ylwk_233";
27
- const ml_8 = "_ml_8_1ylwk_237";
28
- const dd_media_cta = "_dd_media_cta_1ylwk_241";
29
- const reversed_row = "_reversed_row_1ylwk_255";
30
- const headline = "_headline_1ylwk_271";
31
- const nav_anchor = "_nav_anchor_1ylwk_277";
32
- const headline_cta = "_headline_cta_1ylwk_285";
33
- const site_lists = "_site_lists_1ylwk_300";
34
- const hamburger = "_hamburger_1ylwk_335";
35
- const mobile_only = "_mobile_only_1ylwk_349";
36
- const mobile_logo = "_mobile_logo_1ylwk_355";
37
- const highlight = "_highlight_1ylwk_360";
38
- const mobile_nav = "_mobile_nav_1ylwk_396";
39
- const mobile_opened = "_mobile_opened_1ylwk_407";
40
- const mobile_nav_item = "_mobile_nav_item_1ylwk_415";
41
- const has_dropdown = "_has_dropdown_1ylwk_430";
42
- const icon_wrap = "_icon_wrap_1ylwk_451";
43
- const mobile_footer = "_mobile_footer_1ylwk_456";
44
- const mobile_footer_content = "_mobile_footer_content_1ylwk_461";
45
- const mobile_footer_media = "_mobile_footer_media_1ylwk_476";
46
- const footer_cta = "_footer_cta_1ylwk_482";
47
- const inner_wrapper = "_inner_wrapper_1ylwk_510";
48
- const btn = "_btn_1ylwk_515";
49
- const sub_menu = "_sub_menu_1ylwk_520";
50
- const main = "_main_1ylwk_25";
51
- const dd_footer = "_dd_footer_1ylwk_545";
52
- const desktop_only = "_desktop_only_1ylwk_564";
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/ServerNavigation/MobileMenu/MobileMenu.css';const overlay = "_overlay_hbh7s_1";
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 = "_overlay_hbh7s_1";
2
- const drawer = "_drawer_hbh7s_9";
3
- const mobileNavRow = "_mobileNavRow_hbh7s_29";
4
- const loginTrigger = "_loginTrigger_hbh7s_35";
5
- const hamburger = "_hamburger_hbh7s_51";
6
- const loginDrawerTitle = "_loginDrawerTitle_hbh7s_73";
7
- const loginDrawerContent = "_loginDrawerContent_hbh7s_79";
8
- const header = "_header_hbh7s_85";
9
- const back = "_back_hbh7s_96";
10
- const close = "_close_hbh7s_104";
11
- const levelContainer = "_levelContainer_hbh7s_115";
12
- const level = "_level_hbh7s_115";
13
- const levelTitle = "_levelTitle_hbh7s_131";
14
- const menu = "_menu_hbh7s_136";
15
- const menuItem = "_menuItem_hbh7s_152";
16
- const loginAccordion = "_loginAccordion_hbh7s_168";
17
- const loginAccordionList = "_loginAccordionList_hbh7s_172";
18
- const loginAccordionGroup = "_loginAccordionGroup_hbh7s_178";
19
- const loginAccordionHeading = "_loginAccordionHeading_hbh7s_215";
20
- const loginAccordionGroupList = "_loginAccordionGroupList_hbh7s_225";
21
- const loginHeading = "_loginHeading_hbh7s_269";
22
- const chevron = "_chevron_hbh7s_279";
23
- const chevronIcon = "_chevronIcon_hbh7s_284";
24
- const quickLinks = "_quickLinks_hbh7s_295";
25
- const quickLink = "_quickLink_hbh7s_295";
26
- const sr_only = "_sr_only_hbh7s_319";
27
- const loginAccordionOverlay = "_loginAccordionOverlay_hbh7s_344";
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 = "_header_1m6e2_1";
2
- const wrapper = "_wrapper_1m6e2_5";
3
- const header_main_row = "_header_main_row_1m6e2_11";
4
- const logo_wrap = "_logo_wrap_1m6e2_17";
5
- const primary_links = "_primary_links_1m6e2_21";
6
- const main_nav_link = "_main_nav_link_1m6e2_25";
7
- const sub_nav_link = "_sub_nav_link_1m6e2_57";
8
- const signin_wrap = "_signin_wrap_1m6e2_59";
9
- const signin_btn = "_signin_btn_1m6e2_60";
10
- const header_sub_row = "_header_sub_row_1m6e2_98";
11
- const signin_dropdown = "_signin_dropdown_1m6e2_131";
12
- const shadow = "_shadow_1m6e2_141";
13
- const signin_header = "_signin_header_1m6e2_151";
14
- const signin_subheader = "_signin_subheader_1m6e2_158";
15
- const opacity = "_opacity_1m6e2_179";
16
- const fadeInDown = "_fadeInDown_1m6e2_1";
17
- const signin_footer = "_signin_footer_1m6e2_185";
18
- const open = "_open_1m6e2_206";
19
- const dd_wrapper = "_dd_wrapper_1m6e2_218";
20
- const dd_media = "_dd_media_1m6e2_227";
21
- const dd_media_img = "_dd_media_img_1m6e2_232";
22
- const dd_site_navs = "_dd_site_navs_1m6e2_236";
23
- const dd_media_header = "_dd_media_header_1m6e2_243";
24
- const mt_8 = "_mt_8_1m6e2_254";
25
- const mt_16 = "_mt_16_1m6e2_258";
26
- const ml_8 = "_ml_8_1m6e2_262";
27
- const dd_media_cta = "_dd_media_cta_1m6e2_266";
28
- const reversed_row = "_reversed_row_1m6e2_298";
29
- const headline = "_headline_1m6e2_308";
30
- const nav_anchor = "_nav_anchor_1m6e2_316";
31
- const headline_cta = "_headline_cta_1m6e2_324";
32
- const site_lists = "_site_lists_1m6e2_340";
33
- const modify_fit = "_modify_fit_1m6e2_360";
34
- const mobile_only = "_mobile_only_1m6e2_385";
35
- const mobile_logo = "_mobile_logo_1m6e2_391";
36
- const highlight = "_highlight_1m6e2_398";
37
- const mobile_opened = "_mobile_opened_1m6e2_404";
38
- const dd_footer = "_dd_footer_1m6e2_412";
39
- const skip_btn = "_skip_btn_1m6e2_420";
40
- const desktop_only = "_desktop_only_1m6e2_456";
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,
@@ -40,7 +40,7 @@
40
40
  background-clip: padding-box;
41
41
  }
42
42
  ._13y9ptj5 {
43
- border: 1px solid #E9EBEF;
43
+ border: 1px solid #b9c1ce;
44
44
  display: flex;
45
45
  flex-direction: column;
46
46
  min-width: 286px;