@axos-web-dev/shared-components 0.0.216 → 0.0.218

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.
@@ -32,52 +32,54 @@ const ExecutiveBio = ({
32
32
  /* @__PURE__ */ jsx("h3", { className: `${job_title({ variant })}`, children: executiveTitle }),
33
33
  /* @__PURE__ */ jsx("div", { className: copy, children: executiveBodyCopy })
34
34
  ] }),
35
- (executiveEmailAddress || executivePhoneNumber || executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsx("div", { className: `${contacts} flex between push_up_24`, children: (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: contact_col, children: [
36
- executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
37
- /* @__PURE__ */ jsx(
38
- "svg",
39
- {
40
- width: "24",
41
- height: "24",
42
- viewBox: "0 0 24 24",
43
- fill: "none",
44
- xmlns: "http://www.w3.org/2000/svg",
45
- "aria-hidden": "true",
46
- children: /* @__PURE__ */ jsx(
47
- "path",
48
- {
49
- fillRule: "evenodd",
50
- clipRule: "evenodd",
51
- d: "M5.25 4.5C5.25 2.84315 6.59315 1.5 8.25 1.5H15.75C17.4069 1.5 18.75 2.84315 18.75 4.5V19.5C18.75 21.1569 17.4069 22.5 15.75 22.5H8.25C6.59315 22.5 5.25 21.1569 5.25 19.5V4.5ZM6.75 4.5C6.75 3.67157 7.42157 3 8.25 3C8.25 3.82843 8.92157 4.5 9.75 4.5H14.25C15.0784 4.5 15.75 3.82843 15.75 3C16.5784 3 17.25 3.67157 17.25 4.5V19.5C17.25 20.3284 16.5784 21 15.75 21H8.25C7.42157 21 6.75 20.3284 6.75 19.5V4.5Z",
52
- fill: "#1E3860",
53
- className: svg_icon({ variant })
54
- }
55
- )
56
- }
57
- ),
58
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
59
- ] }),
60
- executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
61
- /* @__PURE__ */ jsx(
62
- "svg",
63
- {
64
- width: "24",
65
- height: "24",
66
- viewBox: "0 0 24 24",
67
- fill: "none",
68
- xmlns: "http://www.w3.org/2000/svg",
69
- "aria-hidden": "true",
70
- children: /* @__PURE__ */ jsx(
71
- "path",
72
- {
73
- d: "M21 4.5C21.8284 4.5 22.5 5.17157 22.5 6V18C22.5 18.8284 21.8284 19.5 21 19.5H3C2.17157 19.5 1.5 18.8284 1.5 18V6C1.5 5.17157 2.17157 4.5 3 4.5H21ZM14.3932 12.455L14.1963 12.6098C12.8873 13.5569 11.1127 13.5569 9.80369 12.6098L9.60517 12.455L4.059 18H19.9395L14.3932 12.455ZM21 6.8655L15.5437 11.483L21 16.9395V6.8655ZM3 6.867V16.938L8.45467 11.483L3 6.867ZM19.701 6H4.2975L10.5466 11.2878C11.3296 11.9503 12.4523 11.9944 13.2806 11.4203L13.4534 11.2878L19.701 6Z",
74
- fill: "#1E3860",
75
- className: svg_icon({ variant })
76
- }
77
- )
78
- }
79
- ),
80
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
35
+ (executiveEmailAddress || executivePhoneNumber || executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `${contacts} flex between push_up_24`, children: [
36
+ (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: contact_col, children: [
37
+ executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
38
+ /* @__PURE__ */ jsx(
39
+ "svg",
40
+ {
41
+ width: "24",
42
+ height: "24",
43
+ viewBox: "0 0 24 24",
44
+ fill: "none",
45
+ xmlns: "http://www.w3.org/2000/svg",
46
+ "aria-hidden": "true",
47
+ children: /* @__PURE__ */ jsx(
48
+ "path",
49
+ {
50
+ fillRule: "evenodd",
51
+ clipRule: "evenodd",
52
+ d: "M5.25 4.5C5.25 2.84315 6.59315 1.5 8.25 1.5H15.75C17.4069 1.5 18.75 2.84315 18.75 4.5V19.5C18.75 21.1569 17.4069 22.5 15.75 22.5H8.25C6.59315 22.5 5.25 21.1569 5.25 19.5V4.5ZM6.75 4.5C6.75 3.67157 7.42157 3 8.25 3C8.25 3.82843 8.92157 4.5 9.75 4.5H14.25C15.0784 4.5 15.75 3.82843 15.75 3C16.5784 3 17.25 3.67157 17.25 4.5V19.5C17.25 20.3284 16.5784 21 15.75 21H8.25C7.42157 21 6.75 20.3284 6.75 19.5V4.5Z",
53
+ fill: "#1E3860",
54
+ className: svg_icon({ variant })
55
+ }
56
+ )
57
+ }
58
+ ),
59
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
60
+ ] }),
61
+ executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
62
+ /* @__PURE__ */ jsx(
63
+ "svg",
64
+ {
65
+ width: "24",
66
+ height: "24",
67
+ viewBox: "0 0 24 24",
68
+ fill: "none",
69
+ xmlns: "http://www.w3.org/2000/svg",
70
+ "aria-hidden": "true",
71
+ children: /* @__PURE__ */ jsx(
72
+ "path",
73
+ {
74
+ d: "M21 4.5C21.8284 4.5 22.5 5.17157 22.5 6V18C22.5 18.8284 21.8284 19.5 21 19.5H3C2.17157 19.5 1.5 18.8284 1.5 18V6C1.5 5.17157 2.17157 4.5 3 4.5H21ZM14.3932 12.455L14.1963 12.6098C12.8873 13.5569 11.1127 13.5569 9.80369 12.6098L9.60517 12.455L4.059 18H19.9395L14.3932 12.455ZM21 6.8655L15.5437 11.483L21 16.9395V6.8655ZM3 6.867V16.938L8.45467 11.483L3 6.867ZM19.701 6H4.2975L10.5466 11.2878C11.3296 11.9503 12.4523 11.9944 13.2806 11.4203L13.4534 11.2878L19.701 6Z",
75
+ fill: "#1E3860",
76
+ className: svg_icon({ variant })
77
+ }
78
+ )
79
+ }
80
+ ),
81
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
82
+ ] })
81
83
  ] }),
82
84
  (executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `flex middle ${url_row}`, children: [
83
85
  executiveLinkedIn && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
@@ -136,7 +138,7 @@ const ExecutiveBio = ({
136
138
  /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: executiveWebsite, children: "Website" }) })
137
139
  ] })
138
140
  ] })
139
- ] }) })
141
+ ] })
140
142
  ] })
141
143
  ] }) }) }) });
142
144
  };
@@ -263,7 +263,7 @@ const ApplyNow = ({
263
263
  IconBillboard,
264
264
  {
265
265
  headline: "Credit Line",
266
- body: "I am a boat dealer purchasing multiple boats in the future.",
266
+ body: "I want to make improvements on my boat.",
267
267
  callToActionRow: [
268
268
  {
269
269
  id: "Credit Line",
@@ -1,56 +1,56 @@
1
- import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_peo1a_1";
2
- const wrapper = "_wrapper_peo1a_9";
3
- const header_main_row = "_header_main_row_peo1a_21";
4
- const mobile_header = "_mobile_header_peo1a_23";
5
- const logo_wrap = "_logo_wrap_peo1a_35";
6
- const primary_links = "_primary_links_peo1a_43";
7
- const main_nav_link = "_main_nav_link_peo1a_51";
8
- const sub_nav_link = "_sub_nav_link_peo1a_87";
9
- const signin_wrap = "_signin_wrap_peo1a_91";
10
- const signin_btn = "_signin_btn_peo1a_93";
11
- const header_sub_row = "_header_sub_row_peo1a_167";
12
- const signin_dropdown = "_signin_dropdown_peo1a_231";
13
- const shadow = "_shadow_peo1a_251";
14
- const signin_header = "_signin_header_peo1a_271";
15
- const signin_subheader = "_signin_subheader_peo1a_285";
16
- const opacity = "_opacity_peo1a_329";
17
- const fadeInDown = "_fadeInDown_peo1a_1";
18
- const signin_footer = "_signin_footer_peo1a_341";
19
- const open = "_open_peo1a_383";
20
- const dd_wrapper = "_dd_wrapper_peo1a_407";
21
- const dd_media = "_dd_media_peo1a_425";
22
- const dd_media_img = "_dd_media_img_peo1a_435";
23
- const dd_site_navs = "_dd_site_navs_peo1a_443";
24
- const dd_media_header = "_dd_media_header_peo1a_457";
25
- const mt_8 = "_mt_8_peo1a_477";
26
- const mt_16 = "_mt_16_peo1a_485";
27
- const ml_8 = "_ml_8_peo1a_493";
28
- const dd_media_cta = "_dd_media_cta_peo1a_501";
29
- const reversed_row = "_reversed_row_peo1a_565";
30
- const headline = "_headline_peo1a_585";
31
- const nav_anchor = "_nav_anchor_peo1a_601";
32
- const headline_cta = "_headline_cta_peo1a_617";
33
- const site_lists = "_site_lists_peo1a_647";
34
- const hamburger = "_hamburger_peo1a_723";
35
- const mobile_only = "_mobile_only_peo1a_751";
36
- const mobile_logo = "_mobile_logo_peo1a_763";
37
- const highlight = "_highlight_peo1a_773";
38
- const mobile_nav = "_mobile_nav_peo1a_825";
39
- const mobile_opened = "_mobile_opened_peo1a_847";
40
- const mobile_nav_item = "_mobile_nav_item_peo1a_863";
41
- const has_dropdown = "_has_dropdown_peo1a_893";
42
- const icon_wrap = "_icon_wrap_peo1a_925";
43
- const mobile_footer = "_mobile_footer_peo1a_935";
44
- const mobile_footer_content = "_mobile_footer_content_peo1a_945";
45
- const mobile_footer_media = "_mobile_footer_media_peo1a_973";
46
- const footer_cta = "_footer_cta_peo1a_985";
47
- const inner_wrapper = "_inner_wrapper_peo1a_1041";
48
- const btn = "_btn_peo1a_1051";
49
- const sub_menu = "_sub_menu_peo1a_1061";
50
- const main = "_main_peo1a_51";
51
- const dd_footer = "_dd_footer_peo1a_1111";
52
- const skip_btn = "_skip_btn_peo1a_1127";
53
- const desktop_only = "_desktop_only_peo1a_1217";
1
+ import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_1jp7i_1";
2
+ const wrapper = "_wrapper_1jp7i_5";
3
+ const header_main_row = "_header_main_row_1jp7i_11";
4
+ const mobile_header = "_mobile_header_1jp7i_12";
5
+ const logo_wrap = "_logo_wrap_1jp7i_18";
6
+ const primary_links = "_primary_links_1jp7i_22";
7
+ const main_nav_link = "_main_nav_link_1jp7i_26";
8
+ const sub_nav_link = "_sub_nav_link_1jp7i_44";
9
+ const signin_wrap = "_signin_wrap_1jp7i_46";
10
+ const signin_btn = "_signin_btn_1jp7i_47";
11
+ const header_sub_row = "_header_sub_row_1jp7i_84";
12
+ const signin_dropdown = "_signin_dropdown_1jp7i_116";
13
+ const shadow = "_shadow_1jp7i_126";
14
+ const signin_header = "_signin_header_1jp7i_136";
15
+ const signin_subheader = "_signin_subheader_1jp7i_143";
16
+ const opacity = "_opacity_1jp7i_165";
17
+ const fadeInDown = "_fadeInDown_1jp7i_1";
18
+ const signin_footer = "_signin_footer_1jp7i_171";
19
+ const open = "_open_1jp7i_192";
20
+ const dd_wrapper = "_dd_wrapper_1jp7i_204";
21
+ const dd_media = "_dd_media_1jp7i_213";
22
+ const dd_media_img = "_dd_media_img_1jp7i_218";
23
+ const dd_site_navs = "_dd_site_navs_1jp7i_222";
24
+ const dd_media_header = "_dd_media_header_1jp7i_229";
25
+ const mt_8 = "_mt_8_1jp7i_239";
26
+ const mt_16 = "_mt_16_1jp7i_243";
27
+ const ml_8 = "_ml_8_1jp7i_247";
28
+ const dd_media_cta = "_dd_media_cta_1jp7i_251";
29
+ const reversed_row = "_reversed_row_1jp7i_283";
30
+ const headline = "_headline_1jp7i_293";
31
+ const nav_anchor = "_nav_anchor_1jp7i_301";
32
+ const headline_cta = "_headline_cta_1jp7i_309";
33
+ const site_lists = "_site_lists_1jp7i_324";
34
+ const hamburger = "_hamburger_1jp7i_362";
35
+ const mobile_only = "_mobile_only_1jp7i_376";
36
+ const mobile_logo = "_mobile_logo_1jp7i_382";
37
+ const highlight = "_highlight_1jp7i_387";
38
+ const mobile_nav = "_mobile_nav_1jp7i_413";
39
+ const mobile_opened = "_mobile_opened_1jp7i_424";
40
+ const mobile_nav_item = "_mobile_nav_item_1jp7i_432";
41
+ const has_dropdown = "_has_dropdown_1jp7i_447";
42
+ const icon_wrap = "_icon_wrap_1jp7i_463";
43
+ const mobile_footer = "_mobile_footer_1jp7i_468";
44
+ const mobile_footer_content = "_mobile_footer_content_1jp7i_473";
45
+ const mobile_footer_media = "_mobile_footer_media_1jp7i_487";
46
+ const footer_cta = "_footer_cta_1jp7i_493";
47
+ const inner_wrapper = "_inner_wrapper_1jp7i_521";
48
+ const btn = "_btn_1jp7i_526";
49
+ const sub_menu = "_sub_menu_1jp7i_531";
50
+ const main = "_main_1jp7i_26";
51
+ const dd_footer = "_dd_footer_1jp7i_556";
52
+ const skip_btn = "_skip_btn_1jp7i_564";
53
+ const desktop_only = "_desktop_only_1jp7i_609";
54
54
  const styles = {
55
55
  header,
56
56
  wrapper,
@@ -512,7 +512,7 @@ function NavBar() {
512
512
  role: "button",
513
513
  className: clsx("flex_row"),
514
514
  children: [
515
- "login",
515
+ "Login",
516
516
  /* @__PURE__ */ jsx(
517
517
  "span",
518
518
  {
@@ -189,6 +189,9 @@ main > div:nth-last-child(2) > .txcb8d0 {
189
189
  .txcb8d1d {
190
190
  gap: 36px;
191
191
  }
192
+ .txcb8dm + .txcb8d1d {
193
+ margin-top: 24px;
194
+ }
192
195
  @media (max-width: 1240px) and (min-width: 1024px) {
193
196
  .txcb8dm {
194
197
  max-width: max-content;
@@ -262,6 +265,9 @@ main > div:nth-last-child(2) > .txcb8d0 {
262
265
  padding-top: 32px;
263
266
  padding-bottom: 32px;
264
267
  }
268
+ .txcb8dm + .txcb8d1d {
269
+ margin-top: 10px;
270
+ }
265
271
  }
266
272
  @media screen and (max-width: 1023px) {
267
273
  main > div:nth-last-child(2) > .txcb8d0 {