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

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.
@@ -1,8 +1,9 @@
1
- export declare const LaVictorieFooter: ({ footerLinks, logo, }: {
1
+ export declare const LaVictorieFooter: ({ footerLinks, logo, gbf, }: {
2
2
  footerLinks: Array<{
3
3
  url: string;
4
4
  text: string;
5
5
  ariaLabel?: string;
6
6
  }>;
7
7
  logo: "full" | "text";
8
+ gbf?: boolean;
8
9
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import { Hyperlink } from "../../Hyperlink/index.js";
3
3
  import "../../icons/ArrowIcon/ArrowIcon.css.js";
4
4
  import "../../icons/CheckIcon/CheckIcon.css.js";
@@ -13,7 +13,8 @@ import clsx from "clsx";
13
13
  import { lvf_footer, lvf_small_footer, lvf_footer_content, lvf_footer_terms, divider } from "./LaVictorieFooter.css.js";
14
14
  const LaVictorieFooter = ({
15
15
  footerLinks,
16
- logo = "full"
16
+ logo = "full",
17
+ gbf = false
17
18
  }) => {
18
19
  const renderLogo = logo == "text" ? /* @__PURE__ */ jsx(SvgComponent, { height: 65, width: 365 }) : /* @__PURE__ */ jsx(SvgComponent$1, { height: 65, width: 365 });
19
20
  const year = (/* @__PURE__ */ new Date()).getFullYear();
@@ -30,16 +31,16 @@ const LaVictorieFooter = ({
30
31
  }
31
32
  );
32
33
  }) }),
33
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs("p", { children: [
34
+ /* @__PURE__ */ jsx("div", { children: !gbf ? /* @__PURE__ */ jsxs("p", { children: [
34
35
  "Copyright © ",
35
36
  year,
36
37
  " LaVictoire Finance - All rights reserved."
37
- ] }) }),
38
- /* @__PURE__ */ jsxs("div", { className: clsx(lvf_footer_terms), children: [
38
+ ] }) : /* @__PURE__ */ jsx("p", { children: "Copyright 2025 Groupe Beneteau Financial Services ©" }) }),
39
+ !gbf ? /* @__PURE__ */ jsxs("div", { className: clsx(lvf_footer_terms), children: [
39
40
  /* @__PURE__ */ jsx("a", { href: "/terms-of-service/?hsLang=en", children: "Terms of Service" }),
40
41
  /* @__PURE__ */ jsx("p", { className: clsx(divider), children: "|" }),
41
42
  /* @__PURE__ */ jsx("a", { href: "/privacy-policy/?hsLang=en", children: "Privacy Policy" })
42
- ] })
43
+ ] }) : /* @__PURE__ */ jsx(Fragment, {})
43
44
  ] })
44
45
  ] }) }) });
45
46
  };
@@ -4,5 +4,6 @@ export interface LandingPageHeaderProps {
4
4
  id: string;
5
5
  variant: QuaternaryTypes;
6
6
  project?: string;
7
+ alt?: string;
7
8
  }
8
- export declare const LandingPageHeader: ({ id, variant: fullVariant, project, }: LandingPageHeaderProps) => import("react/jsx-runtime").JSX.Element;
9
+ export declare const LandingPageHeader: ({ id, variant: fullVariant, project, alt, }: LandingPageHeaderProps) => import("react/jsx-runtime").JSX.Element;
@@ -12,88 +12,33 @@ import SvgComponent from "../icons/Logos/AXA.js";
12
12
  import SvgComponent$2 from "../icons/Logos/AXC.js";
13
13
  import SvgComponent$4 from "../icons/Logos/AXI.js";
14
14
  import SvgComponent$5 from "../icons/Logos/AXOS.js";
15
+ import SvgComponent$7 from "../icons/Logos/GBLVF.js";
16
+ import SvgComponent$6 from "../icons/Logos/LVF.js";
15
17
  import { getVariant } from "../utils/getVariant.js";
16
18
  import { lp_theme, lp_container, lp_hover, svg_fill } from "./LandingPageHeader.css.js";
17
19
  const LandingPageHeader = ({
18
20
  id,
19
21
  variant: fullVariant = "primary",
20
- project = "AXB"
22
+ project = "AXB",
23
+ alt
21
24
  }) => {
22
25
  const variant = getVariant(fullVariant);
23
26
  const website = /* @__PURE__ */ new Map([
24
- [
25
- "AXA",
26
- /* @__PURE__ */ jsx(
27
- SvgComponent,
28
- {
29
- classNameFill: svg_fill,
30
- height: 36,
31
- width: 120
32
- }
33
- )
34
- ],
35
- [
36
- "AFS",
37
- /* @__PURE__ */ jsx(
38
- SvgComponent$1,
39
- {
40
- classNameFill: svg_fill,
41
- height: 36,
42
- width: 120
43
- }
44
- )
45
- ],
46
- [
47
- "AXC",
48
- /* @__PURE__ */ jsx(
49
- SvgComponent$2,
50
- {
51
- classNameFill: svg_fill,
52
- height: 36,
53
- width: 120
54
- }
55
- )
56
- ],
57
- [
58
- "AAS",
59
- /* @__PURE__ */ jsx(
60
- SvgComponent$3,
61
- {
62
- classNameFill: svg_fill,
63
- height: 36,
64
- width: 120
65
- }
66
- )
67
- ],
68
- [
69
- "AXI",
70
- /* @__PURE__ */ jsx(
71
- SvgComponent$4,
72
- {
73
- classNameFill: svg_fill,
74
- height: 36,
75
- width: 120
76
- }
77
- )
78
- ],
79
- [
80
- "AXB",
81
- /* @__PURE__ */ jsx(
82
- SvgComponent$5,
83
- {
84
- height: 30,
85
- width: 120,
86
- classNameFill: svg_fill
87
- }
88
- )
89
- ]
27
+ ["AXA", /* @__PURE__ */ jsx(SvgComponent, { classNameFill: svg_fill, height: 36, width: 120 })],
28
+ ["AFS", /* @__PURE__ */ jsx(SvgComponent$1, { classNameFill: svg_fill, height: 36, width: 120 })],
29
+ ["AXC", /* @__PURE__ */ jsx(SvgComponent$2, { classNameFill: svg_fill, height: 36, width: 120 })],
30
+ ["AAS", /* @__PURE__ */ jsx(SvgComponent$3, { classNameFill: svg_fill, height: 36, width: 120 })],
31
+ ["AXI", /* @__PURE__ */ jsx(SvgComponent$4, { classNameFill: svg_fill, height: 36, width: 120 })],
32
+ ["AXB", /* @__PURE__ */ jsx(SvgComponent$5, { height: 30, width: 120, classNameFill: svg_fill })],
33
+ ["LVF", /* @__PURE__ */ jsx(SvgComponent$6, { height: 30, width: 120, classNameFill: `${svg_fill}` })],
34
+ ["GBLVF", /* @__PURE__ */ jsx(SvgComponent$7, { height: 60, width: 220 })]
90
35
  ]);
91
36
  return /* @__PURE__ */ jsx("header", { className: `${lp_theme({ variant })}`, id: `id_${id}`, children: /* @__PURE__ */ jsx("div", { className: `${lp_container} flex center middle`, children: /* @__PURE__ */ jsx(
92
37
  "a",
93
38
  {
94
39
  href: project == "AXI" ? "/invest" : "/",
95
40
  className: lp_hover,
96
- "aria-label": "axos logo, return to homepage",
41
+ "aria-label": alt ?? "axos logo, return to homepage",
97
42
  children: website.get(project)
98
43
  }
99
44
  ) }) });
@@ -112,7 +112,7 @@ import "next/script.js";
112
112
  const navItemsRaw = [
113
113
  {
114
114
  domain: "/undefined",
115
- name: "ALTs",
115
+ name: "ALTS",
116
116
  url: findMoreAxosDomains(
117
117
  "{AXOSBANK}/labs/alternative-lending-and-treasury-solutions"
118
118
  )
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgComponent: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default SvgComponent;
@@ -0,0 +1,420 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgComponent = (props) => {
3
+ const { ...rest } = props;
4
+ return /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
9
+ version: "1.1",
10
+ id: "Calque_1",
11
+ x: "0px",
12
+ y: "0px",
13
+ viewBox: "0 0 527.9 133.3",
14
+ xmlSpace: "preserve",
15
+ ...rest,
16
+ children: [
17
+ /* @__PURE__ */ jsxs(
18
+ "linearGradient",
19
+ {
20
+ id: "SVGID_1_",
21
+ gradientUnits: "userSpaceOnUse",
22
+ x1: "-157",
23
+ y1: "-231",
24
+ x2: "-156.2929",
25
+ y2: "-230.2929",
26
+ children: [
27
+ /* @__PURE__ */ jsx("stop", { offset: "0", style: { stopColor: "#E6E6EB" } }),
28
+ /* @__PURE__ */ jsx("stop", { offset: "0.1738", style: { stopColor: "#E2E2E6" } }),
29
+ /* @__PURE__ */ jsx("stop", { offset: "0.352", style: { stopColor: "#D5D4D8" } }),
30
+ /* @__PURE__ */ jsx("stop", { offset: "0.5323", style: { stopColor: "#C0BFC2" } }),
31
+ /* @__PURE__ */ jsx("stop", { offset: "0.7139", style: { stopColor: "#A4A2A4" } }),
32
+ /* @__PURE__ */ jsx("stop", { offset: "0.8949", style: { stopColor: "#828282" } }),
33
+ /* @__PURE__ */ jsx("stop", { offset: "1", style: { stopColor: "#6B6E6E" } })
34
+ ]
35
+ }
36
+ ),
37
+ /* @__PURE__ */ jsxs("g", { children: [
38
+ /* @__PURE__ */ jsxs("g", { children: [
39
+ /* @__PURE__ */ jsx(
40
+ "path",
41
+ {
42
+ style: { fill: "#B0D2F0" },
43
+ d: "M236.6,28c-7.4,2.5-8.5,4.4-8.5,12.6v5.6v10l0.2,0c0.5-4.7,2.4-6.3,8.3-8.3l49.8-16.5v-20L236.6,28z"
44
+ }
45
+ ),
46
+ /* @__PURE__ */ jsx(
47
+ "path",
48
+ {
49
+ style: { fill: "#B0D2F0" },
50
+ d: "M236.6,52.2c-6.7,2.2-8.2,4-8.5,10.3l0.2,0c0.6-4.3,2.6-5.9,8.2-7.8l49.8-16.5v-2.6L236.6,52.2z"
51
+ }
52
+ ),
53
+ /* @__PURE__ */ jsx(
54
+ "path",
55
+ {
56
+ style: { fill: "#B0D2F0" },
57
+ d: "M236.6,59.1c-6.7,2.2-8.2,4-8.5,10.3l0.2,0c0.6-4.3,2.6-5.9,8.2-7.8l49.8-16.5v-2.6L236.6,59.1z"
58
+ }
59
+ )
60
+ ] }),
61
+ /* @__PURE__ */ jsx(
62
+ "path",
63
+ {
64
+ style: { fill: "#B0D2F0" },
65
+ d: "M236.6,65.9c-7.4,2.5-8.5,4.4-8.5,12.6v5.6v8.4l0.5,0c0.8-3.5,2.9-5,8.1-6.7l49.8-16.5v-20L236.6,65.9z"
66
+ }
67
+ )
68
+ ] }),
69
+ /* @__PURE__ */ jsxs("g", { children: [
70
+ /* @__PURE__ */ jsxs("g", { children: [
71
+ /* @__PURE__ */ jsx(
72
+ "path",
73
+ {
74
+ style: { fill: "#B0D2F0" },
75
+ d: "M236.6,28c-7.4,2.5-8.5,4.4-8.5,12.6v5.6v10l0.2,0c0.5-4.7,2.4-6.3,8.3-8.3l49.8-16.5v-20L236.6,28z"
76
+ }
77
+ ),
78
+ /* @__PURE__ */ jsx(
79
+ "path",
80
+ {
81
+ style: { fill: "#B0D2F0" },
82
+ d: "M236.6,52.2c-6.7,2.2-8.2,4-8.5,10.3l0.2,0c0.6-4.3,2.6-5.9,8.2-7.8l49.8-16.5v-2.6L236.6,52.2z"
83
+ }
84
+ ),
85
+ /* @__PURE__ */ jsx(
86
+ "path",
87
+ {
88
+ style: { fill: "#B0D2F0" },
89
+ d: "M236.6,59.1c-6.7,2.2-8.2,4-8.5,10.3l0.2,0c0.6-4.3,2.6-5.9,8.2-7.8l49.8-16.5v-2.6L236.6,59.1z"
90
+ }
91
+ )
92
+ ] }),
93
+ /* @__PURE__ */ jsx(
94
+ "path",
95
+ {
96
+ style: { fill: "#B0D2F0" },
97
+ d: "M236.6,65.9c-7.4,2.5-8.5,4.4-8.5,12.6v5.6v8.4l0.5,0c0.8-3.5,2.9-5,8.1-6.7l49.8-16.5v-20L236.6,65.9z"
98
+ }
99
+ )
100
+ ] }),
101
+ /* @__PURE__ */ jsxs("g", { children: [
102
+ /* @__PURE__ */ jsxs("g", { children: [
103
+ /* @__PURE__ */ jsx(
104
+ "path",
105
+ {
106
+ style: { fill: "#54616C" },
107
+ d: "M266.7,49.6l-0.9-0.1l0.8-0.2c3-0.8,4.7-2.8,4.7-5.5c0-4.2-3.9-6.6-10.6-6.6l-20.3,0c0.3,1.7,1.8,3.1,3.5,4 l0.1,0.1v22.3h17.7c4.3,0,11.6-0.9,11.6-7.2C273.4,52.5,269.9,50,266.7,49.6z M250,41.3h10c2.3,0,5.4,0.3,5.4,3.3 c0,2.1-1.9,3.3-5.4,3.3l-10,0V41.3z M261.9,59.4l-11.9,0v-7.3h11.9c3.5,0,5.5,1.3,5.5,3.6C267.4,58,265.3,59.4,261.9,59.4z"
108
+ }
109
+ ),
110
+ /* @__PURE__ */ jsx(
111
+ "polygon",
112
+ {
113
+ style: { fill: "#54616C" },
114
+ points: "415.5,41.1 392,41.1 392,44.7 400.9,44.7 400.9,62.7 406.2,62.7 406.2,44.7 415.5,44.7 "
115
+ }
116
+ ),
117
+ /* @__PURE__ */ jsx(
118
+ "polygon",
119
+ {
120
+ style: { fill: "#54616C" },
121
+ points: "343.5,63.2 345.7,63.2 345.7,41.1 340.8,41.1 340.8,55.1 323.5,40.6 321.3,40.6 321.3,62.7 326.2,62.7 326.2,48.7 "
122
+ }
123
+ ),
124
+ /* @__PURE__ */ jsx(
125
+ "path",
126
+ {
127
+ style: { fill: "#54616C" },
128
+ d: "M506.3,63.2c7.1,0,12.8-3.3,12.8-10.9V41.1H514v11c0,4.4-2.6,7.4-7.7,7.4c-5.1,0-7.7-3-7.7-7.4v-11h-5.1v11.2 C493.5,59.9,499.1,63.2,506.3,63.2z"
129
+ }
130
+ ),
131
+ /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
132
+ "polygon",
133
+ {
134
+ style: { fill: "#54616C" },
135
+ points: "308.1,44.7 308.1,41.1 287,41.1 287,62.7 309.1,62.7 309.1,59.1 292.1,59.1 292.1,53.5 305.3,53.5 305.3,49.9 292.1,49.9 292.1,44.7 "
136
+ }
137
+ ) }),
138
+ /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
139
+ "polygon",
140
+ {
141
+ style: { fill: "#54616C" },
142
+ points: "381.8,44.7 381.8,41.1 360.7,41.1 360.7,62.7 382.8,62.7 382.8,59.1 365.8,59.1 365.8,53.5 379,53.5 379,49.9 365.8,49.9 365.8,44.7 "
143
+ }
144
+ ) }),
145
+ /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
146
+ "polygon",
147
+ {
148
+ style: { fill: "#54616C" },
149
+ points: "447.2,44.7 447.2,41.1 426.1,41.1 426.1,62.7 448.2,62.7 448.2,59.1 431.2,59.1 431.2,53.5 444.5,53.5 444.5,49.9 431.2,49.9 431.2,44.7 "
150
+ }
151
+ ) }),
152
+ /* @__PURE__ */ jsx(
153
+ "path",
154
+ {
155
+ style: { fill: "#54616C" },
156
+ d: "M478.8,62.7h5.7l-12.4-22.1h-3.4l-12.3,22.1h5.2l2.1-4h13L478.8,62.7z M465.5,55.2l4.7-9l4.6,9H465.5z"
157
+ }
158
+ ),
159
+ /* @__PURE__ */ jsxs("g", { children: [
160
+ /* @__PURE__ */ jsxs("g", { children: [
161
+ /* @__PURE__ */ jsx(
162
+ "path",
163
+ {
164
+ style: { fill: "#54616C" },
165
+ d: "M175.9,51.5v-6.8h8c3.5,0,6,0.7,6,3.4c0,2.8-2.4,3.4-6,3.4H175.9z M194.9,48c0-4.7-4.3-6.9-10.9-6.9h-13.2 v21.6h5.1v-7.6h8.4C190.9,55.2,194.9,52.9,194.9,48z"
166
+ }
167
+ ),
168
+ /* @__PURE__ */ jsx(
169
+ "path",
170
+ {
171
+ style: { fill: "#54616C" },
172
+ d: "M143,63.2c7.1,0,12.8-3.3,12.8-10.9V41.1h-5.1v11c0,4.4-2.6,7.4-7.7,7.4c-5.1,0-7.7-3-7.7-7.4v-11h-5.1 v11.2C130.2,59.9,135.9,63.2,143,63.2z"
173
+ }
174
+ ),
175
+ /* @__PURE__ */ jsx(
176
+ "path",
177
+ {
178
+ style: { fill: "#54616C" },
179
+ d: "M102.3,63.2c-8.6,0-15.5-5.1-15.5-11.3s6.9-11.3,15.5-11.3c8.6,0,15.5,5.1,15.5,11.3S110.8,63.2,102.3,63.2 z M112.4,51.9c0-4.3-4.5-7.8-10.1-7.8c-5.6,0-10.1,3.5-10.1,7.8c0,4.3,4.5,7.8,10.1,7.8C107.9,59.7,112.4,56.2,112.4,51.9z"
180
+ }
181
+ ),
182
+ /* @__PURE__ */ jsx(
183
+ "path",
184
+ {
185
+ style: { fill: "#54616C" },
186
+ d: "M32.3,47.3c-1.9-1.9-4.7-3.1-8-3.1c-5.6,0-10.1,3.5-10.1,7.8c0,4.3,4.5,7.8,10.1,7.8c4.5,0,8.3-2.2,9.6-5.3 l-8,0v-3.5h13.2v1c0,6.2-6.3,11.3-14.9,11.3c-8.6,0-15.5-4.5-15.5-10.8c0-6.2,6.4-11.8,15.5-11.8c5.3,0,9.5,1.6,12.3,4.3 L32.3,47.3z"
187
+ }
188
+ ),
189
+ /* @__PURE__ */ jsx(
190
+ "path",
191
+ {
192
+ style: { fill: "#54616C" },
193
+ d: "M76,48c0-4.7-4.3-6.9-10.9-6.9H51.9v21.6H57v-7.6h6.8l6.1,7.6H76l-6.6-8C73.3,53.8,76,51.8,76,48z M57,44.7 h8c3.5,0,6,0.7,6,3.4c0,2.8-2.4,3.4-6,3.4h-8V44.7z"
194
+ }
195
+ )
196
+ ] }),
197
+ /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
198
+ "polygon",
199
+ {
200
+ style: { fill: "#54616C" },
201
+ points: "227.5,44.7 227.5,41.1 206.4,41.1 206.4,62.7 228.5,62.7 228.5,59.1 211.5,59.1 211.5,53.5 224.7,53.5 224.7,49.9 211.5,49.9 211.5,44.7 "
202
+ }
203
+ ) })
204
+ ] })
205
+ ] }),
206
+ /* @__PURE__ */ jsxs("g", { children: [
207
+ /* @__PURE__ */ jsx(
208
+ "path",
209
+ {
210
+ style: { fill: "#54616C" },
211
+ d: "M266.7,49.6l-0.9-0.1l0.8-0.2c3-0.8,4.7-2.8,4.7-5.5c0-4.2-3.9-6.6-10.6-6.6l-20.3,0c0.3,1.7,1.8,3.1,3.5,4 l0.1,0.1v22.3h17.7c4.3,0,11.6-0.9,11.6-7.2C273.4,52.5,269.9,50,266.7,49.6z M250,41.3h10c2.3,0,5.4,0.3,5.4,3.3 c0,2.1-1.9,3.3-5.4,3.3l-10,0V41.3z M261.9,59.4l-11.9,0v-7.3h11.9c3.5,0,5.5,1.3,5.5,3.6C267.4,58,265.3,59.4,261.9,59.4z"
212
+ }
213
+ ),
214
+ /* @__PURE__ */ jsx(
215
+ "polygon",
216
+ {
217
+ style: { fill: "#54616C" },
218
+ points: "415.5,41.1 392,41.1 392,44.7 400.9,44.7 400.9,62.7 406.2,62.7 406.2,44.7 415.5,44.7 "
219
+ }
220
+ ),
221
+ /* @__PURE__ */ jsx(
222
+ "polygon",
223
+ {
224
+ style: { fill: "#54616C" },
225
+ points: "343.5,63.2 345.7,63.2 345.7,41.1 340.8,41.1 340.8,55.1 323.5,40.6 321.3,40.6 321.3,62.7 326.2,62.7 326.2,48.7 "
226
+ }
227
+ ),
228
+ /* @__PURE__ */ jsx(
229
+ "path",
230
+ {
231
+ style: { fill: "#54616C" },
232
+ d: "M506.3,63.2c7.1,0,12.8-3.3,12.8-10.9V41.1H514v11c0,4.4-2.6,7.4-7.7,7.4c-5.1,0-7.7-3-7.7-7.4v-11h-5.1v11.2 C493.5,59.9,499.1,63.2,506.3,63.2z"
233
+ }
234
+ ),
235
+ /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
236
+ "polygon",
237
+ {
238
+ style: { fill: "#54616C" },
239
+ points: "308.1,44.7 308.1,41.1 287,41.1 287,62.7 309.1,62.7 309.1,59.1 292.1,59.1 292.1,53.5 305.3,53.5 305.3,49.9 292.1,49.9 292.1,44.7 "
240
+ }
241
+ ) }),
242
+ /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
243
+ "polygon",
244
+ {
245
+ style: { fill: "#54616C" },
246
+ points: "381.8,44.7 381.8,41.1 360.7,41.1 360.7,62.7 382.8,62.7 382.8,59.1 365.8,59.1 365.8,53.5 379,53.5 379,49.9 365.8,49.9 365.8,44.7 "
247
+ }
248
+ ) }),
249
+ /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
250
+ "polygon",
251
+ {
252
+ style: { fill: "#54616C" },
253
+ points: "447.2,44.7 447.2,41.1 426.1,41.1 426.1,62.7 448.2,62.7 448.2,59.1 431.2,59.1 431.2,53.5 444.5,53.5 444.5,49.9 431.2,49.9 431.2,44.7 "
254
+ }
255
+ ) }),
256
+ /* @__PURE__ */ jsx(
257
+ "path",
258
+ {
259
+ style: { fill: "#54616C" },
260
+ d: "M478.8,62.7h5.7l-12.4-22.1h-3.4l-12.3,22.1h5.2l2.1-4h13L478.8,62.7z M465.5,55.2l4.7-9l4.6,9H465.5z"
261
+ }
262
+ ),
263
+ /* @__PURE__ */ jsxs("g", { children: [
264
+ /* @__PURE__ */ jsxs("g", { children: [
265
+ /* @__PURE__ */ jsx(
266
+ "path",
267
+ {
268
+ style: { fill: "#54616C" },
269
+ d: "M175.9,51.5v-6.8h8c3.5,0,6,0.7,6,3.4c0,2.8-2.4,3.4-6,3.4H175.9z M194.9,48c0-4.7-4.3-6.9-10.9-6.9h-13.2 v21.6h5.1v-7.6h8.4C190.9,55.2,194.9,52.9,194.9,48z"
270
+ }
271
+ ),
272
+ /* @__PURE__ */ jsx(
273
+ "path",
274
+ {
275
+ style: { fill: "#54616C" },
276
+ d: "M143,63.2c7.1,0,12.8-3.3,12.8-10.9V41.1h-5.1v11c0,4.4-2.6,7.4-7.7,7.4c-5.1,0-7.7-3-7.7-7.4v-11h-5.1 v11.2C130.2,59.9,135.9,63.2,143,63.2z"
277
+ }
278
+ ),
279
+ /* @__PURE__ */ jsx(
280
+ "path",
281
+ {
282
+ style: { fill: "#54616C" },
283
+ d: "M102.3,63.2c-8.6,0-15.5-5.1-15.5-11.3s6.9-11.3,15.5-11.3c8.6,0,15.5,5.1,15.5,11.3S110.8,63.2,102.3,63.2 z M112.4,51.9c0-4.3-4.5-7.8-10.1-7.8c-5.6,0-10.1,3.5-10.1,7.8c0,4.3,4.5,7.8,10.1,7.8C107.9,59.7,112.4,56.2,112.4,51.9z"
284
+ }
285
+ ),
286
+ /* @__PURE__ */ jsx(
287
+ "path",
288
+ {
289
+ style: { fill: "#54616C" },
290
+ d: "M32.3,47.3c-1.9-1.9-4.7-3.1-8-3.1c-5.6,0-10.1,3.5-10.1,7.8c0,4.3,4.5,7.8,10.1,7.8c4.5,0,8.3-2.2,9.6-5.3 l-8,0v-3.5h13.2v1c0,6.2-6.3,11.3-14.9,11.3c-8.6,0-15.5-4.5-15.5-10.8c0-6.2,6.4-11.8,15.5-11.8c5.3,0,9.5,1.6,12.3,4.3 L32.3,47.3z"
291
+ }
292
+ ),
293
+ /* @__PURE__ */ jsx(
294
+ "path",
295
+ {
296
+ style: { fill: "#54616C" },
297
+ d: "M76,48c0-4.7-4.3-6.9-10.9-6.9H51.9v21.6H57v-7.6h6.8l6.1,7.6H76l-6.6-8C73.3,53.8,76,51.8,76,48z M57,44.7 h8c3.5,0,6,0.7,6,3.4c0,2.8-2.4,3.4-6,3.4h-8V44.7z"
298
+ }
299
+ )
300
+ ] }),
301
+ /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx(
302
+ "polygon",
303
+ {
304
+ style: { fill: "#54616C" },
305
+ points: "227.5,44.7 227.5,41.1 206.4,41.1 206.4,62.7 228.5,62.7 228.5,59.1 211.5,59.1 211.5,53.5 224.7,53.5 224.7,49.9 211.5,49.9 211.5,44.7 "
306
+ }
307
+ ) })
308
+ ] })
309
+ ] }),
310
+ /* @__PURE__ */ jsxs("g", { children: [
311
+ /* @__PURE__ */ jsx(
312
+ "path",
313
+ {
314
+ style: { fill: "#54616C" },
315
+ d: "M127,109.2v4.6h10l0,2.4h-10v7h-3v-16.5h14.8l0.1,2.6H127z"
316
+ }
317
+ ),
318
+ /* @__PURE__ */ jsx("path", { style: { fill: "#54616C" }, d: "M147.9,106.6h3v16.5h-3V106.6z" }),
319
+ /* @__PURE__ */ jsx(
320
+ "path",
321
+ {
322
+ style: { fill: "#54616C" },
323
+ d: "M177.8,123.1l-11.9-11.5l-1.3-1.3l-0.1,0l0,1.8v11h-2.7v-16.5h2.6l11.4,11.1l1.3,1.3l0,0l0-1.8l0-10.5h2.7 v16.5H177.8z"
324
+ }
325
+ ),
326
+ /* @__PURE__ */ jsx(
327
+ "path",
328
+ {
329
+ style: { fill: "#54616C" },
330
+ d: "M204.2,119.3H193l-2,3.8h-3.2l9.2-16.5h3.3l9.2,16.5h-3.4L204.2,119.3z M197.8,110.2l-3.6,6.9h8.8l-3.6-6.9 l-0.8-1.6h-0.1L197.8,110.2z"
331
+ }
332
+ ),
333
+ /* @__PURE__ */ jsx(
334
+ "path",
335
+ {
336
+ style: { fill: "#54616C" },
337
+ d: "M233.4,123.1l-11.9-11.5l-1.3-1.3l-0.1,0l0,1.8v11h-2.7v-16.5h2.6l11.4,11.1l1.3,1.3l0,0l0-1.8l0-10.5h2.7 v16.5H233.4z"
338
+ }
339
+ ),
340
+ /* @__PURE__ */ jsx(
341
+ "path",
342
+ {
343
+ style: { fill: "#54616C" },
344
+ d: "M260.5,109.7c-1.3-0.5-3.2-0.9-5.3-0.9c-5.3,0-7.3,1.9-7.3,6c0,4.2,2.1,6.1,7.4,6.1c2,0,3.8-0.4,5.2-1.1 l0.4,2.2c-1.6,0.7-3.9,1.3-6,1.3c-7,0-10.2-3.2-10.2-8.7c0-5.1,3.1-8.5,10.4-8.5c2.1,0,4.3,0.4,5.7,0.9L260.5,109.7z"
345
+ }
346
+ ),
347
+ /* @__PURE__ */ jsx("path", { style: { fill: "#54616C" }, d: "M270.1,106.6h3v16.5h-3V106.6z" }),
348
+ /* @__PURE__ */ jsx(
349
+ "path",
350
+ {
351
+ style: { fill: "#54616C" },
352
+ d: "M297.8,119.3h-11.2l-2,3.8h-3.2l9.2-16.5h3.3l9.2,16.5h-3.4L297.8,119.3z M291.5,110.2l-3.6,6.9h8.8l-3.6-6.9 l-0.8-1.6h-0.1L291.5,110.2z"
353
+ }
354
+ ),
355
+ /* @__PURE__ */ jsx(
356
+ "path",
357
+ {
358
+ style: { fill: "#54616C" },
359
+ d: "M325.6,120.5l-0.1,2.6h-14.4v-16.5h3v13.9H325.6z"
360
+ }
361
+ ),
362
+ /* @__PURE__ */ jsx(
363
+ "path",
364
+ {
365
+ style: { fill: "#54616C" },
366
+ d: "M349.9,123.4c-2.7,0-5-0.6-7-1.5l0.4-2.5c2,1.1,4.2,1.6,6.7,1.6c3.3,0,4.9-1.2,4.9-2.7c0-3.5-11.8-1-11.8-7.1 c0-2.5,2.1-5,7.6-5c2.3,0,4.6,0.4,6.4,1.1l-0.4,2.4c-2-0.7-3.9-1-5.9-1c-3.6,0-4.8,1.3-4.8,2.4c0,3.4,11.8,0.8,11.8,7 C357.8,121.1,355,123.4,349.9,123.4z"
367
+ }
368
+ ),
369
+ /* @__PURE__ */ jsx(
370
+ "path",
371
+ {
372
+ style: { fill: "#54616C" },
373
+ d: "M382.1,120.6l-0.1,2.5h-15.4v-16.5h14.9l0.1,2.5h-11.9v4.4h10.2v2.1h-10.2v5H382.1z"
374
+ }
375
+ ),
376
+ /* @__PURE__ */ jsx(
377
+ "path",
378
+ {
379
+ style: { fill: "#54616C" },
380
+ d: "M402.1,116.1L402.1,116.1l1.2,1.4l5,5.7h-3.7l-5.1-6.4h-5.4v6.4h-3v-16.5h8.5c4.8,0,7.1,1.9,7.1,4.9 C406.7,113.9,405.1,115.7,402.1,116.1z M399.5,108.9h-5.5v5.7h5.2c3,0,4.3-1,4.3-2.9C403.6,109.9,402.4,108.9,399.5,108.9z"
381
+ }
382
+ ),
383
+ /* @__PURE__ */ jsx(
384
+ "path",
385
+ {
386
+ style: { fill: "#54616C" },
387
+ d: "M434.3,106.6l-8.8,16.5h-3.2l-8.8-16.5h3.3l6.3,12.4l0.8,1.6h0.1l0.8-1.6l6.4-12.4H434.3z"
388
+ }
389
+ ),
390
+ /* @__PURE__ */ jsx("path", { style: { fill: "#54616C" }, d: "M442.8,106.6h3v16.5h-3V106.6z" }),
391
+ /* @__PURE__ */ jsx(
392
+ "path",
393
+ {
394
+ style: { fill: "#54616C" },
395
+ d: "M471.3,109.7c-1.3-0.5-3.2-0.9-5.3-0.9c-5.3,0-7.3,1.9-7.3,6c0,4.2,2.1,6.1,7.4,6.1c2,0,3.8-0.4,5.2-1.1 l0.4,2.2c-1.6,0.7-3.9,1.3-6,1.3c-7,0-10.2-3.2-10.2-8.7c0-5.1,3.1-8.5,10.4-8.5c2.1,0,4.3,0.4,5.7,0.9L471.3,109.7z"
396
+ }
397
+ ),
398
+ /* @__PURE__ */ jsx(
399
+ "path",
400
+ {
401
+ style: { fill: "#54616C" },
402
+ d: "M495.9,120.6l-0.1,2.5h-15.4v-16.5h14.9l0.1,2.5h-11.9v4.4h10.2v2.1h-10.2v5H495.9z"
403
+ }
404
+ ),
405
+ /* @__PURE__ */ jsx(
406
+ "path",
407
+ {
408
+ style: { fill: "#54616C" },
409
+ d: "M510.6,123.4c-2.7,0-5-0.6-7-1.5l0.4-2.5c2,1.1,4.2,1.6,6.7,1.6c3.3,0,4.9-1.2,4.9-2.7c0-3.5-11.8-1-11.8-7.1 c0-2.5,2.1-5,7.6-5c2.3,0,4.6,0.4,6.4,1.1l-0.4,2.4c-2-0.7-3.9-1-5.9-1c-3.6,0-4.8,1.3-4.8,2.4c0,3.4,11.8,0.8,11.8,7 C518.5,121.1,515.7,123.4,510.6,123.4z"
410
+ }
411
+ )
412
+ ] })
413
+ ] })
414
+ ]
415
+ }
416
+ );
417
+ };
418
+ export {
419
+ SvgComponent as default
420
+ };
@@ -23,5 +23,6 @@ export { default as AXALogo } from './Logos/AXA';
23
23
  export { default as AXCLogo } from './Logos/AXC';
24
24
  export { default as AXILogo } from './Logos/AXI';
25
25
  export { default as AXOS } from './Logos/AXOS';
26
+ export { default as GBLVFLogo } from './Logos/GBLVF';
26
27
  export { default as LVFLogo } from './Logos/LVF';
27
28
  export { default as LVFText } from './Logos/LVFText';
@@ -23,8 +23,9 @@ import { default as default22 } from "./Logos/AXA.js";
23
23
  import { default as default23 } from "./Logos/AXC.js";
24
24
  import { default as default24 } from "./Logos/AXI.js";
25
25
  import { default as default25 } from "./Logos/AXOS.js";
26
- import { default as default26 } from "./Logos/LVF.js";
27
- import { default as default27 } from "./Logos/LVFText.js";
26
+ import { default as default26 } from "./Logos/GBLVF.js";
27
+ import { default as default27 } from "./Logos/LVF.js";
28
+ import { default as default28 } from "./Logos/LVFText.js";
28
29
  export {
29
30
  default20 as AASLogo,
30
31
  default21 as AFSLogo,
@@ -45,8 +46,9 @@ export {
45
46
  default12 as DownloadIcon,
46
47
  default13 as EqualHousingLender,
47
48
  default14 as FollowIcon,
48
- default26 as LVFLogo,
49
- default27 as LVFText,
49
+ default26 as GBLVFLogo,
50
+ default27 as LVFLogo,
51
+ default28 as LVFText,
50
52
  default15 as LockIcon,
51
53
  default16 as MemberFdicLogo,
52
54
  default17 as QuoteIconGrey,
package/dist/main.js CHANGED
@@ -111,8 +111,9 @@ import { default as default22 } from "./icons/Logos/AXA.js";
111
111
  import { default as default23 } from "./icons/Logos/AXC.js";
112
112
  import { default as default24 } from "./icons/Logos/AXI.js";
113
113
  import { default as default25 } from "./icons/Logos/AXOS.js";
114
- import { default as default26 } from "./icons/Logos/LVF.js";
115
- import { default as default27 } from "./icons/Logos/LVFText.js";
114
+ import { default as default26 } from "./icons/Logos/GBLVF.js";
115
+ import { default as default27 } from "./icons/Logos/LVF.js";
116
+ import { default as default28 } from "./icons/Logos/LVFText.js";
116
117
  import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
117
118
  import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, header, imagePlacement, image_background, mh_330, rate_billboard, rate_container, rate_pad, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
118
119
  import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
@@ -142,13 +143,13 @@ import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader/
142
143
  import { MainHTML } from "./MainHTML/index.js";
143
144
  import { Modal } from "./Modal/Modal.js";
144
145
  import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
145
- import { default as default28 } from "./NavigationMenu/AxosAdvisor/index.js";
146
- import { default as default29 } from "./NavigationMenu/AxosAdvisorServices/index.js";
147
- import { default as default30 } from "./NavigationMenu/AxosBank/index.js";
148
- import { default as default31 } from "./NavigationMenu/AxosClearing/index.js";
149
- import { default as default32 } from "./NavigationMenu/AxosFiduciary/index.js";
150
- import { default as default33 } from "./NavigationMenu/AxosALTS/index.js";
151
- import { default as default34 } from "./NavigationMenu/LaVictoire/index.js";
146
+ import { default as default29 } from "./NavigationMenu/AxosAdvisor/index.js";
147
+ import { default as default30 } from "./NavigationMenu/AxosAdvisorServices/index.js";
148
+ import { default as default31 } from "./NavigationMenu/AxosBank/index.js";
149
+ import { default as default32 } from "./NavigationMenu/AxosClearing/index.js";
150
+ import { default as default33 } from "./NavigationMenu/AxosFiduciary/index.js";
151
+ import { default as default34 } from "./NavigationMenu/AxosALTS/index.js";
152
+ import { default as default35 } from "./NavigationMenu/LaVictoire/index.js";
152
153
  import { pn_btn, pn_link } from "./PageNavItem/PageNavItem.css.js";
153
154
  import { PageNavItem } from "./PageNavItem/PageNavItem.js";
154
155
  import { PageNavSet } from "./PageNavSet/PageNavSet.js";
@@ -267,6 +268,7 @@ export {
267
268
  FooterDisclosure,
268
269
  FooterIcons,
269
270
  FooterParagraph,
271
+ default26 as GBLVFLogo,
270
272
  GlobalContext,
271
273
  GlobalContextProvider,
272
274
  GoBackButton,
@@ -284,8 +286,8 @@ export {
284
286
  InputTextArea,
285
287
  InsightItem,
286
288
  Interstitial,
287
- default26 as LVFLogo,
288
- default27 as LVFText,
289
+ default27 as LVFLogo,
290
+ default28 as LVFText,
289
291
  LaVictorieFooter,
290
292
  LandingPageHeader,
291
293
  LoadingIndicator,
@@ -299,13 +301,13 @@ export {
299
301
  MonthlyPaymentLVFCalculator,
300
302
  MortgageRate,
301
303
  MortgageRateFilters,
302
- default29 as NavBarAAS,
303
- default32 as NavBarAFS,
304
- default33 as NavBarALT,
305
- default28 as NavBarAXA,
306
- default30 as NavBarAXB,
307
- default31 as NavBarAXC,
308
- default34 as NavBarLVF,
304
+ default30 as NavBarAAS,
305
+ default33 as NavBarAFS,
306
+ default34 as NavBarALT,
307
+ default29 as NavBarAXA,
308
+ default31 as NavBarAXB,
309
+ default32 as NavBarAXC,
310
+ default35 as NavBarLVF,
309
311
  PageNavItem,
310
312
  PageNavSet,
311
313
  Pagination,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.214",
4
+ "version": "0.0.216",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",