@axos-web-dev/shared-components 0.0.211 → 0.0.213
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/ExecutiveBio/ExecutiveBio.css.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.js +13 -13
- package/dist/ExecutiveBio/ExecutiveBio.js +82 -89
- package/dist/ExecutiveBio/index.js +3 -3
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +392 -227
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +48 -49
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +660 -651
- package/dist/assets/themes/victorie.css +3 -18
- package/dist/main.js +2 -2
- package/package.json +1 -1
|
@@ -105,7 +105,6 @@ export declare const contact_entry: import('@vanilla-extract/recipes').RuntimeFn
|
|
|
105
105
|
};
|
|
106
106
|
}>;
|
|
107
107
|
export declare const contacts: string;
|
|
108
|
-
export declare const contact_links: string;
|
|
109
108
|
export declare const headshot: string;
|
|
110
109
|
export declare const img_area: string;
|
|
111
110
|
export declare const media: string;
|
|
@@ -146,3 +145,4 @@ export declare const header_theme: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
146
145
|
}>;
|
|
147
146
|
export declare const components: string;
|
|
148
147
|
export declare const details: string;
|
|
148
|
+
export declare const url_row: string;
|
|
@@ -15,23 +15,22 @@ var padding = "txcb8dn";
|
|
|
15
15
|
var copy = "txcb8do";
|
|
16
16
|
var contact_entry = createRuntimeFn({ defaultClassName: "txcb8dp", variantClassNames: { variant: { primary: "txcb8dq", secondary: "txcb8dr", tertiary: "txcb8ds", quaternary: "txcb8dt" } }, defaultVariants: {}, compoundVariants: [] });
|
|
17
17
|
var contacts = "txcb8du";
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var
|
|
23
|
-
var
|
|
24
|
-
var
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
var
|
|
28
|
-
var
|
|
18
|
+
var headshot = "txcb8dv";
|
|
19
|
+
var img_area = "txcb8dw";
|
|
20
|
+
var media = "txcb8dx";
|
|
21
|
+
var person = "txcb8dy";
|
|
22
|
+
var shift = "txcb8dz";
|
|
23
|
+
var bio_section_text = "txcb8d10";
|
|
24
|
+
var section_theme = createRuntimeFn({ defaultClassName: "txcb8d11", variantClassNames: { variant: { primary: "txcb8d12", secondary: "txcb8d13", tertiary: "txcb8d14", quaternary: "txcb8d15" } }, defaultVariants: {}, compoundVariants: [] });
|
|
25
|
+
var header_theme = createRuntimeFn({ defaultClassName: "txcb8d16", variantClassNames: { variant: { primary: "txcb8d17", secondary: "txcb8d18", tertiary: "txcb8d19", quaternary: "txcb8d1a" } }, defaultVariants: {}, compoundVariants: [] });
|
|
26
|
+
var components = "txcb8d1b";
|
|
27
|
+
var details = "txcb8d1c";
|
|
28
|
+
var url_row = "txcb8d1d";
|
|
29
29
|
export {
|
|
30
30
|
bio_section_text,
|
|
31
31
|
components,
|
|
32
32
|
contact_col,
|
|
33
33
|
contact_entry,
|
|
34
|
-
contact_links,
|
|
35
34
|
contacts,
|
|
36
35
|
copy,
|
|
37
36
|
description,
|
|
@@ -48,5 +47,6 @@ export {
|
|
|
48
47
|
person,
|
|
49
48
|
section_theme,
|
|
50
49
|
shift,
|
|
51
|
-
svg_icon
|
|
50
|
+
svg_icon,
|
|
51
|
+
url_row
|
|
52
52
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Hyperlink } from "../Hyperlink/index.js";
|
|
3
2
|
import { getVariant } from "../utils/getVariant.js";
|
|
4
|
-
import
|
|
5
|
-
import { executive_bio, padding, item_bio, shift, media, headshot, img_area, description, person, headline_setting, job_title, copy, contacts, contact_col, svg_icon, contact_entry, contact_links } from "./ExecutiveBio.css.js";
|
|
3
|
+
import { executive_bio, padding, item_bio, shift, media, headshot, img_area, description, person, headline_setting, job_title, copy, contacts, contact_col, svg_icon, contact_entry, url_row } from "./ExecutiveBio.css.js";
|
|
6
4
|
const ExecutiveBio = ({
|
|
7
5
|
id,
|
|
8
6
|
executiveName,
|
|
@@ -16,7 +14,7 @@ const ExecutiveBio = ({
|
|
|
16
14
|
variant: fullVariant = "primary"
|
|
17
15
|
}) => {
|
|
18
16
|
const variant = getVariant(fullVariant);
|
|
19
|
-
return /* @__PURE__ */ jsx("section", { className:
|
|
17
|
+
return /* @__PURE__ */ jsx("section", { className: `section_spacer ${executive_bio}`, id, children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: `${padding} ${item_bio({ variant })} rounded`, children: /* @__PURE__ */ jsxs("div", { className: `${shift} flex`, children: [
|
|
20
18
|
executiveHeadshot && /* @__PURE__ */ jsx("div", { className: media, children: /* @__PURE__ */ jsx("div", { className: headshot, children: /* @__PURE__ */ jsx(
|
|
21
19
|
"div",
|
|
22
20
|
{
|
|
@@ -34,33 +32,87 @@ const ExecutiveBio = ({
|
|
|
34
32
|
/* @__PURE__ */ jsx("h3", { className: `${job_title({ variant })}`, children: executiveTitle }),
|
|
35
33
|
/* @__PURE__ */ jsx("div", { className: copy, children: executiveBodyCopy })
|
|
36
34
|
] }),
|
|
37
|
-
(executiveEmailAddress || executivePhoneNumber || executiveLinkedIn || executiveWebsite) && /* @__PURE__ */
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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 }) })
|
|
81
|
+
] }),
|
|
82
|
+
(executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `flex middle ${url_row}`, children: [
|
|
83
|
+
executiveLinkedIn && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
|
|
84
|
+
/* @__PURE__ */ jsxs(
|
|
41
85
|
"svg",
|
|
42
86
|
{
|
|
43
|
-
width: "24",
|
|
44
|
-
height: "24",
|
|
45
|
-
viewBox: "0 0 24 24",
|
|
46
|
-
fill: "none",
|
|
47
87
|
xmlns: "http://www.w3.org/2000/svg",
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
88
|
+
fill: "none",
|
|
89
|
+
viewBox: "0 0 24 24",
|
|
90
|
+
height: "24",
|
|
91
|
+
width: "24",
|
|
92
|
+
children: [
|
|
93
|
+
/* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_34_11)", children: /* @__PURE__ */ jsx(
|
|
94
|
+
"path",
|
|
95
|
+
{
|
|
96
|
+
d: "M21.376 1H2.62403C1.72722 1 1 1.72722 1 2.62403V21.376C1 22.2728 1.72722 23 2.62403 23H21.376C22.2728 23 23 22.2728 23 21.376V2.62403C23 1.72722 22.2728 1 21.376 1ZM7.55722 19.7428H4.24958V9.23472H7.55722V19.7412V19.7428ZM5.90417 7.77875C4.85153 7.77875 3.9975 6.97667 3.9975 5.87972C3.9975 4.78278 4.85153 3.98069 5.90417 3.98069C6.95681 3.98069 7.81083 4.78278 7.81083 5.87972C7.81083 6.97667 6.95681 7.77875 5.90417 7.77875ZM19.7504 19.7504H16.4428V14.0121C16.4428 12.3193 15.7232 11.7968 14.7943 11.7968C13.8135 11.7968 12.851 12.5347 12.851 14.0549V19.7519H9.54333V9.24236H12.7242V10.6983H12.7669C13.0862 10.0521 14.2046 8.9475 15.9111 8.9475C17.7567 8.9475 19.7504 10.0429 19.7504 13.2513V19.7504Z",
|
|
97
|
+
fill: "#1E3860",
|
|
98
|
+
className: svg_icon({ variant })
|
|
99
|
+
}
|
|
100
|
+
) }),
|
|
101
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_34_11", children: /* @__PURE__ */ jsx(
|
|
102
|
+
"rect",
|
|
103
|
+
{
|
|
104
|
+
width: "22",
|
|
105
|
+
height: "22",
|
|
106
|
+
fill: "white",
|
|
107
|
+
transform: "translate(1 1)"
|
|
108
|
+
}
|
|
109
|
+
) }) })
|
|
110
|
+
]
|
|
59
111
|
}
|
|
60
112
|
),
|
|
61
|
-
/* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href:
|
|
113
|
+
/* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: executiveLinkedIn, children: "LinkedIn" }) })
|
|
62
114
|
] }),
|
|
63
|
-
|
|
115
|
+
executiveWebsite && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
|
|
64
116
|
/* @__PURE__ */ jsx(
|
|
65
117
|
"svg",
|
|
66
118
|
{
|
|
@@ -69,81 +121,22 @@ const ExecutiveBio = ({
|
|
|
69
121
|
viewBox: "0 0 24 24",
|
|
70
122
|
fill: "none",
|
|
71
123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
72
|
-
"aria-hidden": "true",
|
|
73
124
|
children: /* @__PURE__ */ jsx(
|
|
74
125
|
"path",
|
|
75
126
|
{
|
|
76
|
-
|
|
127
|
+
fillRule: "evenodd",
|
|
128
|
+
clipRule: "evenodd",
|
|
129
|
+
d: "M12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5ZM14.1489 2.96268C15.396 3.25958 16.5456 3.80819 17.541 4.55185C17.0479 4.92025 16.5169 5.24079 15.955 5.50657C15.4554 4.5679 14.8471 3.71173 14.1489 2.96268ZM18.5052 5.38047C17.8846 5.87004 17.2076 6.29124 16.4855 6.6327C17.0807 8.07337 17.4348 9.66586 17.4915 11.3364H21.2495C21.0873 9.01027 20.068 6.92039 18.5052 5.38047ZM12.4032 3.01931C13.3464 3.81456 14.1595 4.81264 14.7923 5.96297C14.0335 6.20289 13.2325 6.34791 12.4032 6.38411V3.01931ZM15.3357 7.0952C14.409 7.40551 13.4248 7.5904 12.4032 7.62969V11.3364H16.2463C16.1906 9.81381 15.8684 8.38134 15.3357 7.0952ZM11.1587 3.01931L11.1587 6.35622C10.4387 6.29219 9.74234 6.14593 9.07907 5.92691C9.64291 4.9109 10.3478 3.76049 11.1587 3.01931ZM11.1587 7.60513C10.2455 7.53365 9.365 7.34562 8.53212 7.05589C7.98967 8.35213 7.66148 9.79828 7.60516 11.3364H11.1587V7.60513ZM9.66329 3.00507C8.99396 3.73051 8.4084 4.55491 7.92336 5.45629C7.40009 5.20069 6.90443 4.89732 6.44205 4.55185C7.39178 3.84227 8.48193 3.31027 9.66329 3.00507ZM7.38787 6.58008C6.70679 6.24829 6.06686 5.84518 5.47779 5.38047C3.91502 6.92039 2.89567 9.01027 2.73347 11.3364H6.36001C6.41741 9.64549 6.77947 8.03455 7.38787 6.58008ZM21.2539 12.5809C21.1064 14.9333 20.0827 17.048 18.5052 18.6024C17.8481 18.0839 17.1277 17.6422 16.3574 17.2906C16.993 15.8557 17.386 14.2604 17.4784 12.5809H21.2539ZM17.541 19.431C17.0021 19.0284 16.4181 18.683 15.7979 18.4037C15.221 19.4225 14.5137 20.3374 13.7013 21.115C15.1213 20.8506 16.4276 20.2628 17.541 19.431ZM16.2323 12.5809C16.1408 14.1185 15.7771 15.559 15.2 16.8432C14.3131 16.5597 13.3751 16.3905 12.4032 16.3531V12.5809H16.2323ZM14.6179 17.9666C13.9111 17.7584 13.1692 17.6322 12.4032 17.5987V20.6047C13.2619 19.8807 14.0127 18.9886 14.6179 17.9666ZM11.1587 12.5809V16.3777C10.2951 16.4453 9.46081 16.6171 8.66834 16.8806C8.0815 15.587 7.71159 14.1334 7.61924 12.5809H11.1587ZM11.1587 17.6266C10.5016 17.685 9.86413 17.812 9.25358 18.0002C9.78588 18.8919 10.4294 19.9381 11.1587 20.6047V17.6266ZM6.37306 12.5809C6.46656 14.2801 6.8678 15.8932 7.51657 17.3411C6.78731 17.6842 6.10383 18.1085 5.47779 18.6024C3.90035 17.048 2.87657 14.9333 2.72913 12.5809H6.37306ZM8.08081 18.4515C7.49934 18.722 6.95056 19.051 6.44205 19.431C7.51211 20.2305 8.76043 20.8045 10.1166 21.0827C9.33093 20.3243 8.64461 19.4371 8.08081 18.4515Z",
|
|
77
130
|
fill: "#1E3860",
|
|
78
131
|
className: svg_icon({ variant })
|
|
79
132
|
}
|
|
80
133
|
)
|
|
81
134
|
}
|
|
82
135
|
),
|
|
83
|
-
/* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href:
|
|
84
|
-
] })
|
|
85
|
-
] }),
|
|
86
|
-
(executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `${contact_links} between flex push_up_24`, children: [
|
|
87
|
-
executiveLinkedIn && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
|
|
88
|
-
/* @__PURE__ */ jsx(
|
|
89
|
-
Hyperlink,
|
|
90
|
-
{
|
|
91
|
-
targetUrl: `${executiveLinkedIn}`,
|
|
92
|
-
className: `${headline_setting({ variant })} btn_link`,
|
|
93
|
-
children: "LinkedIn"
|
|
94
|
-
}
|
|
95
|
-
),
|
|
96
|
-
/* @__PURE__ */ jsx(
|
|
97
|
-
"svg",
|
|
98
|
-
{
|
|
99
|
-
width: "16",
|
|
100
|
-
height: "16",
|
|
101
|
-
viewBox: "0 0 24 24",
|
|
102
|
-
fill: "none",
|
|
103
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
104
|
-
"aria-hidden": "true",
|
|
105
|
-
children: /* @__PURE__ */ jsx(
|
|
106
|
-
"path",
|
|
107
|
-
{
|
|
108
|
-
d: "M7.81069 2.25L17.341 11.7803L7.81069 21.3107L6.75003 20.25L15.2199 11.7803L6.75003 3.31066L7.81069 2.25Z",
|
|
109
|
-
fill: "#2F5B88",
|
|
110
|
-
className: svg_icon({ variant })
|
|
111
|
-
}
|
|
112
|
-
)
|
|
113
|
-
}
|
|
114
|
-
)
|
|
115
|
-
] }),
|
|
116
|
-
executiveWebsite && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
|
|
117
|
-
/* @__PURE__ */ jsx(
|
|
118
|
-
Hyperlink,
|
|
119
|
-
{
|
|
120
|
-
targetUrl: `${executiveWebsite}`,
|
|
121
|
-
className: `${headline_setting({ variant })} btn_link`,
|
|
122
|
-
children: "Website"
|
|
123
|
-
}
|
|
124
|
-
),
|
|
125
|
-
/* @__PURE__ */ jsx(
|
|
126
|
-
"svg",
|
|
127
|
-
{
|
|
128
|
-
width: "16",
|
|
129
|
-
height: "16",
|
|
130
|
-
viewBox: "0 0 24 24",
|
|
131
|
-
fill: "none",
|
|
132
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
133
|
-
"aria-hidden": "true",
|
|
134
|
-
children: /* @__PURE__ */ jsx(
|
|
135
|
-
"path",
|
|
136
|
-
{
|
|
137
|
-
d: "M7.81069 2.25L17.341 11.7803L7.81069 21.3107L6.75003 20.25L15.2199 11.7803L6.75003 3.31066L7.81069 2.25Z",
|
|
138
|
-
fill: "#2F5B88",
|
|
139
|
-
className: svg_icon({ variant })
|
|
140
|
-
}
|
|
141
|
-
)
|
|
142
|
-
}
|
|
143
|
-
)
|
|
136
|
+
/* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: executiveWebsite, children: "Website" }) })
|
|
144
137
|
] })
|
|
145
138
|
] })
|
|
146
|
-
] })
|
|
139
|
+
] }) })
|
|
147
140
|
] })
|
|
148
141
|
] }) }) }) });
|
|
149
142
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExecutiveBio } from "./ExecutiveBio.js";
|
|
2
|
-
import { bio_section_text, components, contact_col, contact_entry,
|
|
2
|
+
import { bio_section_text, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon, url_row } from "./ExecutiveBio.css.js";
|
|
3
3
|
import { ExecutiveBioSet } from "./ExecutiveBioSet.js";
|
|
4
4
|
export {
|
|
5
5
|
ExecutiveBio,
|
|
@@ -8,7 +8,6 @@ export {
|
|
|
8
8
|
components,
|
|
9
9
|
contact_col,
|
|
10
10
|
contact_entry,
|
|
11
|
-
contact_links,
|
|
12
11
|
contacts,
|
|
13
12
|
copy,
|
|
14
13
|
description,
|
|
@@ -25,5 +24,6 @@ export {
|
|
|
25
24
|
person,
|
|
26
25
|
section_theme,
|
|
27
26
|
shift,
|
|
28
|
-
svg_icon
|
|
27
|
+
svg_icon,
|
|
28
|
+
url_row
|
|
29
29
|
};
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosBank/NavBar.css.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 signin_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 skip_btn = "
|
|
53
|
-
const desktop_only = "
|
|
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";
|
|
54
54
|
const styles = {
|
|
55
55
|
header,
|
|
56
56
|
wrapper,
|