lion-make 0.2.0 → 0.3.1
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/components/footer/Disclosure.d.ts +3 -2
- package/dist/components/footer/DisclosureToggleOpen.d.ts +13 -0
- package/dist/components/footer/LegalLinks.d.ts +16 -0
- package/dist/components/footer/LinksAndSocial.d.ts +25 -0
- package/dist/components/header/HeaderCTA.d.ts +9 -0
- package/dist/components/header/HeaderLogo.d.ts +10 -0
- package/dist/components/header/HeaderProduct.d.ts +10 -0
- package/dist/components/header/HeaderSectionNavigation.d.ts +12 -0
- package/dist/components/header/HeaderSectionTitle.d.ts +8 -0
- package/dist/components/header/HeaderUnderwriter.d.ts +9 -0
- package/dist/components/header/TopLevelNavigation.d.ts +13 -0
- package/dist/components/hero/CTAHeroBlock.d.ts +24 -0
- package/dist/components/hero/HeroBlock.d.ts +18 -0
- package/dist/components/hero/MultiHero.d.ts +25 -0
- package/dist/components/hero/NotAvailableHeroBlock.d.ts +22 -0
- package/dist/index.d.ts +28 -0
- package/dist/lion-make.js +991 -633
- package/dist/lion-make.umd.cjs +10 -10
- package/guidelines/Guidelines.md +45 -49
- package/guidelines/composition/constraints.md +40 -8
- package/guidelines/composition/zones.md +49 -11
- package/guidelines/content-types/footer/anklet.md +62 -0
- package/guidelines/content-types/footer/compliance.md +49 -0
- package/guidelines/content-types/footer/disclaimers.md +48 -0
- package/guidelines/content-types/footer/disclosure-toggle-open.md +51 -0
- package/guidelines/content-types/footer/disclosures.md +50 -0
- package/guidelines/content-types/footer/legal-links.md +59 -0
- package/guidelines/content-types/footer/links-and-social.md +94 -0
- package/guidelines/content-types/footer/overview.md +73 -16
- package/guidelines/content-types/general/accordion-block.md +42 -0
- package/guidelines/content-types/general/all-blogs-post-block.md +52 -0
- package/guidelines/content-types/general/background-color-block.md +42 -0
- package/guidelines/content-types/general/basic-content-block.md +43 -0
- package/guidelines/content-types/general/body-text-copy-block.md +38 -0
- package/guidelines/content-types/general/content-image-block.md +37 -0
- package/guidelines/content-types/general/cross-sell-card-block.md +45 -0
- package/guidelines/content-types/general/decorative-list-block.md +40 -0
- package/guidelines/content-types/general/email-callout-block.md +38 -0
- package/guidelines/content-types/general/embedded-video-block.md +36 -0
- package/guidelines/content-types/general/full-size-image-with-highlight-box.md +52 -0
- package/guidelines/content-types/general/horizontal-rule.md +35 -0
- package/guidelines/content-types/general/hot-jobs-block.md +52 -0
- package/guidelines/content-types/general/inline-message.md +36 -0
- package/guidelines/content-types/general/last-chance-block.md +40 -0
- package/guidelines/content-types/general/multi-step-lead-form.md +60 -0
- package/guidelines/content-types/general/multi-testimonial.md +49 -0
- package/guidelines/content-types/general/opt-in.md +42 -0
- package/guidelines/content-types/general/overview.md +134 -24
- package/guidelines/content-types/general/product-block.md +43 -0
- package/guidelines/content-types/general/pull-quote.md +36 -0
- package/guidelines/content-types/general/recent-blog-posts-block.md +48 -0
- package/guidelines/content-types/general/resource-spotlight.md +44 -0
- package/guidelines/content-types/general/rtb-descriptive.md +53 -0
- package/guidelines/content-types/general/rtb-dynamic.md +55 -0
- package/guidelines/content-types/general/rtb-highlight.md +50 -0
- package/guidelines/content-types/general/side-menu-explorer.md +62 -0
- package/guidelines/content-types/general/simple-cta-block.md +44 -0
- package/guidelines/content-types/general/spacing-block.md +40 -0
- package/guidelines/content-types/general/speed-bump.md +45 -0
- package/guidelines/content-types/general/table-block.md +55 -0
- package/guidelines/content-types/general/wahfu.md +66 -0
- package/guidelines/content-types/header/header-cta.md +41 -0
- package/guidelines/content-types/header/header-logo.md +45 -0
- package/guidelines/content-types/header/header-product.md +45 -0
- package/guidelines/content-types/header/header-section-navigation.md +55 -0
- package/guidelines/content-types/header/header-section-title.md +43 -0
- package/guidelines/content-types/header/header-underwriter.md +46 -0
- package/guidelines/content-types/header/overview.md +61 -15
- package/guidelines/content-types/header/top-level-navigation.md +70 -0
- package/guidelines/content-types/hero/cta-hero-block.md +70 -0
- package/guidelines/content-types/hero/hero-block.md +56 -0
- package/guidelines/content-types/hero/multi-hero.md +78 -0
- package/guidelines/content-types/hero/not-available-hero-block.md +64 -0
- package/guidelines/content-types/hero/overview.md +53 -18
- package/guidelines/content-types/overview.md +86 -29
- package/guidelines/discovery.md +158 -0
- package/guidelines/setup.md +90 -16
- package/package.json +3 -3
package/dist/lion-make.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import ae, { useState as
|
|
2
|
-
var re = { exports: {} },
|
|
1
|
+
import ae, { useState as B } from "react";
|
|
2
|
+
var re = { exports: {} }, I = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
5
5
|
* react-jsx-runtime.production.min.js
|
|
@@ -10,20 +10,20 @@ var re = { exports: {} }, $ = {};
|
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
12
|
var Re;
|
|
13
|
-
function
|
|
14
|
-
if (Re) return
|
|
13
|
+
function hr() {
|
|
14
|
+
if (Re) return I;
|
|
15
15
|
Re = 1;
|
|
16
|
-
var t = ae, n = Symbol.for("react.element"),
|
|
17
|
-
function
|
|
18
|
-
var
|
|
19
|
-
|
|
20
|
-
for (
|
|
21
|
-
if (
|
|
22
|
-
return { $$typeof: n, type:
|
|
16
|
+
var t = ae, n = Symbol.for("react.element"), o = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, i = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
17
|
+
function l(d, g, b) {
|
|
18
|
+
var y, z = {}, p = null, S = null;
|
|
19
|
+
b !== void 0 && (p = "" + b), g.key !== void 0 && (p = "" + g.key), g.ref !== void 0 && (S = g.ref);
|
|
20
|
+
for (y in g) a.call(g, y) && !s.hasOwnProperty(y) && (z[y] = g[y]);
|
|
21
|
+
if (d && d.defaultProps) for (y in g = d.defaultProps, g) z[y] === void 0 && (z[y] = g[y]);
|
|
22
|
+
return { $$typeof: n, type: d, key: p, ref: S, props: z, _owner: i.current };
|
|
23
23
|
}
|
|
24
|
-
return
|
|
24
|
+
return I.Fragment = o, I.jsx = l, I.jsxs = l, I;
|
|
25
25
|
}
|
|
26
|
-
var
|
|
26
|
+
var H = {};
|
|
27
27
|
/**
|
|
28
28
|
* @license React
|
|
29
29
|
* react-jsx-runtime.development.js
|
|
@@ -34,90 +34,90 @@ var G = {};
|
|
|
34
34
|
* LICENSE file in the root directory of this source tree.
|
|
35
35
|
*/
|
|
36
36
|
var Ce;
|
|
37
|
-
function
|
|
37
|
+
function gr() {
|
|
38
38
|
return Ce || (Ce = 1, process.env.NODE_ENV !== "production" && function() {
|
|
39
|
-
var t = ae, n = Symbol.for("react.element"),
|
|
39
|
+
var t = ae, n = Symbol.for("react.element"), o = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), d = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), b = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), z = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), C = Symbol.iterator, G = "@@iterator";
|
|
40
40
|
function D(r) {
|
|
41
41
|
if (r === null || typeof r != "object")
|
|
42
42
|
return null;
|
|
43
|
-
var
|
|
44
|
-
return typeof
|
|
43
|
+
var c = C && r[C] || r[G];
|
|
44
|
+
return typeof c == "function" ? c : null;
|
|
45
45
|
}
|
|
46
|
-
var
|
|
47
|
-
function
|
|
46
|
+
var E = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
47
|
+
function N(r) {
|
|
48
48
|
{
|
|
49
|
-
for (var
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
for (var c = arguments.length, h = new Array(c > 1 ? c - 1 : 0), f = 1; f < c; f++)
|
|
50
|
+
h[f - 1] = arguments[f];
|
|
51
|
+
Be("error", r, h);
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function Be(r, c, h) {
|
|
55
55
|
{
|
|
56
|
-
var f =
|
|
57
|
-
|
|
58
|
-
var
|
|
56
|
+
var f = E.ReactDebugCurrentFrame, m = f.getStackAddendum();
|
|
57
|
+
m !== "" && (c += "%s", h = h.concat([m]));
|
|
58
|
+
var x = h.map(function(u) {
|
|
59
59
|
return String(u);
|
|
60
60
|
});
|
|
61
|
-
|
|
61
|
+
x.unshift("Warning: " + c), Function.prototype.apply.call(console[r], console, x);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
var
|
|
65
|
-
|
|
64
|
+
var Ee = !1, Te = !1, We = !1, Oe = !1, Pe = !1, oe;
|
|
65
|
+
oe = Symbol.for("react.module.reference");
|
|
66
66
|
function Ae(r) {
|
|
67
|
-
return !!(typeof r == "string" || typeof r == "function" || r ===
|
|
67
|
+
return !!(typeof r == "string" || typeof r == "function" || r === a || r === s || Pe || r === i || r === b || r === y || Oe || r === S || Ee || Te || We || typeof r == "object" && r !== null && (r.$$typeof === p || r.$$typeof === z || r.$$typeof === l || r.$$typeof === d || r.$$typeof === g || // This needs to include all possible module reference object
|
|
68
68
|
// types supported by any Flight configuration anywhere since
|
|
69
69
|
// we don't know which Flight build this will end up being used
|
|
70
70
|
// with.
|
|
71
|
-
r.$$typeof ===
|
|
71
|
+
r.$$typeof === oe || r.getModuleId !== void 0));
|
|
72
72
|
}
|
|
73
|
-
function De(r,
|
|
73
|
+
function De(r, c, h) {
|
|
74
74
|
var f = r.displayName;
|
|
75
75
|
if (f)
|
|
76
76
|
return f;
|
|
77
|
-
var
|
|
78
|
-
return
|
|
77
|
+
var m = c.displayName || c.name || "";
|
|
78
|
+
return m !== "" ? h + "(" + m + ")" : h;
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function te(r) {
|
|
81
81
|
return r.displayName || "Context";
|
|
82
82
|
}
|
|
83
83
|
function T(r) {
|
|
84
84
|
if (r == null)
|
|
85
85
|
return null;
|
|
86
|
-
if (typeof r.tag == "number" &&
|
|
86
|
+
if (typeof r.tag == "number" && N("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof r == "function")
|
|
87
87
|
return r.displayName || r.name || null;
|
|
88
88
|
if (typeof r == "string")
|
|
89
89
|
return r;
|
|
90
90
|
switch (r) {
|
|
91
|
-
case o:
|
|
92
|
-
return "Fragment";
|
|
93
91
|
case a:
|
|
92
|
+
return "Fragment";
|
|
93
|
+
case o:
|
|
94
94
|
return "Portal";
|
|
95
|
-
case
|
|
95
|
+
case s:
|
|
96
96
|
return "Profiler";
|
|
97
97
|
case i:
|
|
98
98
|
return "StrictMode";
|
|
99
|
-
case
|
|
99
|
+
case b:
|
|
100
100
|
return "Suspense";
|
|
101
|
-
case
|
|
101
|
+
case y:
|
|
102
102
|
return "SuspenseList";
|
|
103
103
|
}
|
|
104
104
|
if (typeof r == "object")
|
|
105
105
|
switch (r.$$typeof) {
|
|
106
|
-
case
|
|
107
|
-
var l = r;
|
|
108
|
-
return oe(l) + ".Consumer";
|
|
109
|
-
case s:
|
|
106
|
+
case d:
|
|
110
107
|
var c = r;
|
|
111
|
-
return
|
|
112
|
-
case
|
|
108
|
+
return te(c) + ".Consumer";
|
|
109
|
+
case l:
|
|
110
|
+
var h = r;
|
|
111
|
+
return te(h._context) + ".Provider";
|
|
112
|
+
case g:
|
|
113
113
|
return De(r, r.render, "ForwardRef");
|
|
114
|
-
case
|
|
114
|
+
case z:
|
|
115
115
|
var f = r.displayName || null;
|
|
116
116
|
return f !== null ? f : T(r.type) || "Memo";
|
|
117
117
|
case p: {
|
|
118
|
-
var
|
|
118
|
+
var m = r, x = m._payload, u = m._init;
|
|
119
119
|
try {
|
|
120
|
-
return T(u(
|
|
120
|
+
return T(u(x));
|
|
121
121
|
} catch {
|
|
122
122
|
return null;
|
|
123
123
|
}
|
|
@@ -125,18 +125,18 @@ function hr() {
|
|
|
125
125
|
}
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
128
|
-
var W = Object.assign, F = 0, ne, ie, le, se,
|
|
129
|
-
function
|
|
128
|
+
var W = Object.assign, F = 0, ne, ie, le, se, ce, de, he;
|
|
129
|
+
function ge() {
|
|
130
130
|
}
|
|
131
|
-
|
|
131
|
+
ge.__reactDisabledLog = !0;
|
|
132
132
|
function Fe() {
|
|
133
133
|
{
|
|
134
134
|
if (F === 0) {
|
|
135
|
-
ne = console.log, ie = console.info, le = console.warn, se = console.error,
|
|
135
|
+
ne = console.log, ie = console.info, le = console.warn, se = console.error, ce = console.group, de = console.groupCollapsed, he = console.groupEnd;
|
|
136
136
|
var r = {
|
|
137
137
|
configurable: !0,
|
|
138
138
|
enumerable: !0,
|
|
139
|
-
value:
|
|
139
|
+
value: ge,
|
|
140
140
|
writable: !0
|
|
141
141
|
};
|
|
142
142
|
Object.defineProperties(console, {
|
|
@@ -152,7 +152,7 @@ function hr() {
|
|
|
152
152
|
F++;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
function
|
|
155
|
+
function $e() {
|
|
156
156
|
{
|
|
157
157
|
if (F--, F === 0) {
|
|
158
158
|
var r = {
|
|
@@ -174,54 +174,54 @@ function hr() {
|
|
|
174
174
|
value: se
|
|
175
175
|
}),
|
|
176
176
|
group: W({}, r, {
|
|
177
|
-
value:
|
|
177
|
+
value: ce
|
|
178
178
|
}),
|
|
179
179
|
groupCollapsed: W({}, r, {
|
|
180
|
-
value:
|
|
180
|
+
value: de
|
|
181
181
|
}),
|
|
182
182
|
groupEnd: W({}, r, {
|
|
183
|
-
value:
|
|
183
|
+
value: he
|
|
184
184
|
})
|
|
185
185
|
});
|
|
186
186
|
}
|
|
187
|
-
F < 0 &&
|
|
187
|
+
F < 0 && N("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
var V =
|
|
191
|
-
function
|
|
190
|
+
var V = E.ReactCurrentDispatcher, U;
|
|
191
|
+
function L(r, c, h) {
|
|
192
192
|
{
|
|
193
193
|
if (U === void 0)
|
|
194
194
|
try {
|
|
195
195
|
throw Error();
|
|
196
|
-
} catch (
|
|
197
|
-
var f =
|
|
196
|
+
} catch (m) {
|
|
197
|
+
var f = m.stack.trim().match(/\n( *(at )?)/);
|
|
198
198
|
U = f && f[1] || "";
|
|
199
199
|
}
|
|
200
200
|
return `
|
|
201
201
|
` + U + r;
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
|
-
var J = !1,
|
|
204
|
+
var J = !1, M;
|
|
205
205
|
{
|
|
206
|
-
var
|
|
207
|
-
|
|
206
|
+
var Ie = typeof WeakMap == "function" ? WeakMap : Map;
|
|
207
|
+
M = new Ie();
|
|
208
208
|
}
|
|
209
|
-
function fe(r,
|
|
209
|
+
function fe(r, c) {
|
|
210
210
|
if (!r || J)
|
|
211
211
|
return "";
|
|
212
212
|
{
|
|
213
|
-
var
|
|
214
|
-
if (
|
|
215
|
-
return
|
|
213
|
+
var h = M.get(r);
|
|
214
|
+
if (h !== void 0)
|
|
215
|
+
return h;
|
|
216
216
|
}
|
|
217
217
|
var f;
|
|
218
218
|
J = !0;
|
|
219
|
-
var
|
|
219
|
+
var m = Error.prepareStackTrace;
|
|
220
220
|
Error.prepareStackTrace = void 0;
|
|
221
|
-
var
|
|
222
|
-
|
|
221
|
+
var x;
|
|
222
|
+
x = V.current, V.current = null, Fe();
|
|
223
223
|
try {
|
|
224
|
-
if (
|
|
224
|
+
if (c) {
|
|
225
225
|
var u = function() {
|
|
226
226
|
throw Error();
|
|
227
227
|
};
|
|
@@ -232,122 +232,122 @@ function hr() {
|
|
|
232
232
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
233
233
|
try {
|
|
234
234
|
Reflect.construct(u, []);
|
|
235
|
-
} catch (
|
|
236
|
-
f =
|
|
235
|
+
} catch (w) {
|
|
236
|
+
f = w;
|
|
237
237
|
}
|
|
238
238
|
Reflect.construct(r, [], u);
|
|
239
239
|
} else {
|
|
240
240
|
try {
|
|
241
241
|
u.call();
|
|
242
|
-
} catch (
|
|
243
|
-
f =
|
|
242
|
+
} catch (w) {
|
|
243
|
+
f = w;
|
|
244
244
|
}
|
|
245
245
|
r.call(u.prototype);
|
|
246
246
|
}
|
|
247
247
|
} else {
|
|
248
248
|
try {
|
|
249
249
|
throw Error();
|
|
250
|
-
} catch (
|
|
251
|
-
f =
|
|
250
|
+
} catch (w) {
|
|
251
|
+
f = w;
|
|
252
252
|
}
|
|
253
253
|
r();
|
|
254
254
|
}
|
|
255
|
-
} catch (
|
|
256
|
-
if (
|
|
257
|
-
for (var v =
|
|
258
|
-
`),
|
|
259
|
-
`),
|
|
255
|
+
} catch (w) {
|
|
256
|
+
if (w && f && typeof w.stack == "string") {
|
|
257
|
+
for (var v = w.stack.split(`
|
|
258
|
+
`), k = f.stack.split(`
|
|
259
|
+
`), _ = v.length - 1, j = k.length - 1; _ >= 1 && j >= 0 && v[_] !== k[j]; )
|
|
260
260
|
j--;
|
|
261
|
-
for (;
|
|
262
|
-
if (v[
|
|
263
|
-
if (
|
|
261
|
+
for (; _ >= 1 && j >= 0; _--, j--)
|
|
262
|
+
if (v[_] !== k[j]) {
|
|
263
|
+
if (_ !== 1 || j !== 1)
|
|
264
264
|
do
|
|
265
|
-
if (
|
|
265
|
+
if (_--, j--, j < 0 || v[_] !== k[j]) {
|
|
266
266
|
var R = `
|
|
267
|
-
` + v[
|
|
268
|
-
return r.displayName && R.includes("<anonymous>") && (R = R.replace("<anonymous>", r.displayName)), typeof r == "function" &&
|
|
267
|
+
` + v[_].replace(" at new ", " at ");
|
|
268
|
+
return r.displayName && R.includes("<anonymous>") && (R = R.replace("<anonymous>", r.displayName)), typeof r == "function" && M.set(r, R), R;
|
|
269
269
|
}
|
|
270
|
-
while (
|
|
270
|
+
while (_ >= 1 && j >= 0);
|
|
271
271
|
break;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
} finally {
|
|
275
|
-
J = !1, V.current =
|
|
275
|
+
J = !1, V.current = x, $e(), Error.prepareStackTrace = m;
|
|
276
276
|
}
|
|
277
|
-
var A = r ? r.displayName || r.name : "", O = A ?
|
|
278
|
-
return typeof r == "function" &&
|
|
277
|
+
var A = r ? r.displayName || r.name : "", O = A ? L(A) : "";
|
|
278
|
+
return typeof r == "function" && M.set(r, O), O;
|
|
279
279
|
}
|
|
280
|
-
function
|
|
280
|
+
function He(r, c, h) {
|
|
281
281
|
return fe(r, !1);
|
|
282
282
|
}
|
|
283
|
-
function
|
|
284
|
-
var
|
|
285
|
-
return !!(
|
|
283
|
+
function Ge(r) {
|
|
284
|
+
var c = r.prototype;
|
|
285
|
+
return !!(c && c.isReactComponent);
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function q(r, c, h) {
|
|
288
288
|
if (r == null)
|
|
289
289
|
return "";
|
|
290
290
|
if (typeof r == "function")
|
|
291
|
-
return fe(r,
|
|
291
|
+
return fe(r, Ge(r));
|
|
292
292
|
if (typeof r == "string")
|
|
293
|
-
return
|
|
293
|
+
return L(r);
|
|
294
294
|
switch (r) {
|
|
295
|
+
case b:
|
|
296
|
+
return L("Suspense");
|
|
295
297
|
case y:
|
|
296
|
-
return
|
|
297
|
-
case _:
|
|
298
|
-
return M("SuspenseList");
|
|
298
|
+
return L("SuspenseList");
|
|
299
299
|
}
|
|
300
300
|
if (typeof r == "object")
|
|
301
301
|
switch (r.$$typeof) {
|
|
302
|
-
case
|
|
303
|
-
return
|
|
304
|
-
case
|
|
305
|
-
return
|
|
302
|
+
case g:
|
|
303
|
+
return He(r.render);
|
|
304
|
+
case z:
|
|
305
|
+
return q(r.type, c, h);
|
|
306
306
|
case p: {
|
|
307
|
-
var f = r,
|
|
307
|
+
var f = r, m = f._payload, x = f._init;
|
|
308
308
|
try {
|
|
309
|
-
return
|
|
309
|
+
return q(x(m), c, h);
|
|
310
310
|
} catch {
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
return "";
|
|
315
315
|
}
|
|
316
|
-
var
|
|
316
|
+
var $ = Object.prototype.hasOwnProperty, ve = {}, ue = E.ReactDebugCurrentFrame;
|
|
317
317
|
function Y(r) {
|
|
318
318
|
if (r) {
|
|
319
|
-
var
|
|
320
|
-
ue.setExtraStackFrame(
|
|
319
|
+
var c = r._owner, h = q(r.type, r._source, c ? c.type : null);
|
|
320
|
+
ue.setExtraStackFrame(h);
|
|
321
321
|
} else
|
|
322
322
|
ue.setExtraStackFrame(null);
|
|
323
323
|
}
|
|
324
|
-
function
|
|
324
|
+
function Le(r, c, h, f, m) {
|
|
325
325
|
{
|
|
326
|
-
var
|
|
326
|
+
var x = Function.call.bind($);
|
|
327
327
|
for (var u in r)
|
|
328
|
-
if (
|
|
328
|
+
if (x(r, u)) {
|
|
329
329
|
var v = void 0;
|
|
330
330
|
try {
|
|
331
331
|
if (typeof r[u] != "function") {
|
|
332
|
-
var
|
|
333
|
-
throw
|
|
332
|
+
var k = Error((f || "React class") + ": " + h + " type `" + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[u] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
333
|
+
throw k.name = "Invariant Violation", k;
|
|
334
334
|
}
|
|
335
|
-
v = r[u](
|
|
336
|
-
} catch (
|
|
337
|
-
v =
|
|
335
|
+
v = r[u](c, u, f, h, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
336
|
+
} catch (_) {
|
|
337
|
+
v = _;
|
|
338
338
|
}
|
|
339
|
-
v && !(v instanceof Error) && (Y(
|
|
339
|
+
v && !(v instanceof Error) && (Y(m), N("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", f || "React class", h, u, typeof v), Y(null)), v instanceof Error && !(v.message in ve) && (ve[v.message] = !0, Y(m), N("Failed %s type: %s", h, v.message), Y(null));
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
|
-
var
|
|
343
|
+
var Me = Array.isArray;
|
|
344
344
|
function K(r) {
|
|
345
|
-
return
|
|
345
|
+
return Me(r);
|
|
346
346
|
}
|
|
347
|
-
function
|
|
347
|
+
function qe(r) {
|
|
348
348
|
{
|
|
349
|
-
var
|
|
350
|
-
return
|
|
349
|
+
var c = typeof Symbol == "function" && Symbol.toStringTag, h = c && r[Symbol.toStringTag] || r.constructor.name || "Object";
|
|
350
|
+
return h;
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
353
|
function Ye(r) {
|
|
@@ -360,68 +360,68 @@ function hr() {
|
|
|
360
360
|
function pe(r) {
|
|
361
361
|
return "" + r;
|
|
362
362
|
}
|
|
363
|
-
function
|
|
363
|
+
function me(r) {
|
|
364
364
|
if (Ye(r))
|
|
365
|
-
return
|
|
365
|
+
return N("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", qe(r)), pe(r);
|
|
366
366
|
}
|
|
367
|
-
var
|
|
367
|
+
var be = E.ReactCurrentOwner, Ve = {
|
|
368
368
|
key: !0,
|
|
369
369
|
ref: !0,
|
|
370
370
|
__self: !0,
|
|
371
371
|
__source: !0
|
|
372
372
|
}, ye, xe;
|
|
373
373
|
function Ue(r) {
|
|
374
|
-
if (
|
|
375
|
-
var
|
|
376
|
-
if (
|
|
374
|
+
if ($.call(r, "ref")) {
|
|
375
|
+
var c = Object.getOwnPropertyDescriptor(r, "ref").get;
|
|
376
|
+
if (c && c.isReactWarning)
|
|
377
377
|
return !1;
|
|
378
378
|
}
|
|
379
379
|
return r.ref !== void 0;
|
|
380
380
|
}
|
|
381
381
|
function Je(r) {
|
|
382
|
-
if (
|
|
383
|
-
var
|
|
384
|
-
if (
|
|
382
|
+
if ($.call(r, "key")) {
|
|
383
|
+
var c = Object.getOwnPropertyDescriptor(r, "key").get;
|
|
384
|
+
if (c && c.isReactWarning)
|
|
385
385
|
return !1;
|
|
386
386
|
}
|
|
387
387
|
return r.key !== void 0;
|
|
388
388
|
}
|
|
389
|
-
function Ke(r,
|
|
390
|
-
typeof r.ref == "string" &&
|
|
389
|
+
function Ke(r, c) {
|
|
390
|
+
typeof r.ref == "string" && be.current;
|
|
391
391
|
}
|
|
392
|
-
function Xe(r,
|
|
392
|
+
function Xe(r, c) {
|
|
393
393
|
{
|
|
394
|
-
var
|
|
395
|
-
ye || (ye = !0,
|
|
394
|
+
var h = function() {
|
|
395
|
+
ye || (ye = !0, N("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", c));
|
|
396
396
|
};
|
|
397
|
-
|
|
398
|
-
get:
|
|
397
|
+
h.isReactWarning = !0, Object.defineProperty(r, "key", {
|
|
398
|
+
get: h,
|
|
399
399
|
configurable: !0
|
|
400
400
|
});
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
function Qe(r,
|
|
403
|
+
function Qe(r, c) {
|
|
404
404
|
{
|
|
405
|
-
var
|
|
406
|
-
xe || (xe = !0,
|
|
405
|
+
var h = function() {
|
|
406
|
+
xe || (xe = !0, N("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", c));
|
|
407
407
|
};
|
|
408
|
-
|
|
409
|
-
get:
|
|
408
|
+
h.isReactWarning = !0, Object.defineProperty(r, "ref", {
|
|
409
|
+
get: h,
|
|
410
410
|
configurable: !0
|
|
411
411
|
});
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
var Ze = function(r,
|
|
414
|
+
var Ze = function(r, c, h, f, m, x, u) {
|
|
415
415
|
var v = {
|
|
416
416
|
// This tag allows us to uniquely identify this as a React Element
|
|
417
417
|
$$typeof: n,
|
|
418
418
|
// Built-in properties that belong on the element
|
|
419
419
|
type: r,
|
|
420
|
-
key:
|
|
421
|
-
ref:
|
|
420
|
+
key: c,
|
|
421
|
+
ref: h,
|
|
422
422
|
props: u,
|
|
423
423
|
// Record the component responsible for creating this element.
|
|
424
|
-
_owner:
|
|
424
|
+
_owner: x
|
|
425
425
|
};
|
|
426
426
|
return v._store = {}, Object.defineProperty(v._store, "validated", {
|
|
427
427
|
configurable: !1,
|
|
@@ -437,32 +437,32 @@ function hr() {
|
|
|
437
437
|
configurable: !1,
|
|
438
438
|
enumerable: !1,
|
|
439
439
|
writable: !1,
|
|
440
|
-
value:
|
|
440
|
+
value: m
|
|
441
441
|
}), Object.freeze && (Object.freeze(v.props), Object.freeze(v)), v;
|
|
442
442
|
};
|
|
443
|
-
function er(r,
|
|
443
|
+
function er(r, c, h, f, m) {
|
|
444
444
|
{
|
|
445
|
-
var
|
|
446
|
-
|
|
447
|
-
for (
|
|
448
|
-
|
|
445
|
+
var x, u = {}, v = null, k = null;
|
|
446
|
+
h !== void 0 && (me(h), v = "" + h), Je(c) && (me(c.key), v = "" + c.key), Ue(c) && (k = c.ref, Ke(c, m));
|
|
447
|
+
for (x in c)
|
|
448
|
+
$.call(c, x) && !Ve.hasOwnProperty(x) && (u[x] = c[x]);
|
|
449
449
|
if (r && r.defaultProps) {
|
|
450
|
-
var
|
|
451
|
-
for (
|
|
452
|
-
u[
|
|
450
|
+
var _ = r.defaultProps;
|
|
451
|
+
for (x in _)
|
|
452
|
+
u[x] === void 0 && (u[x] = _[x]);
|
|
453
453
|
}
|
|
454
|
-
if (v ||
|
|
454
|
+
if (v || k) {
|
|
455
455
|
var j = typeof r == "function" ? r.displayName || r.name || "Unknown" : r;
|
|
456
|
-
v && Xe(u, j),
|
|
456
|
+
v && Xe(u, j), k && Qe(u, j);
|
|
457
457
|
}
|
|
458
|
-
return Ze(r, v,
|
|
458
|
+
return Ze(r, v, k, m, f, be.current, u);
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
var X =
|
|
461
|
+
var X = E.ReactCurrentOwner, _e = E.ReactDebugCurrentFrame;
|
|
462
462
|
function P(r) {
|
|
463
463
|
if (r) {
|
|
464
|
-
var
|
|
465
|
-
_e.setExtraStackFrame(
|
|
464
|
+
var c = r._owner, h = q(r.type, r._source, c ? c.type : null);
|
|
465
|
+
_e.setExtraStackFrame(h);
|
|
466
466
|
} else
|
|
467
467
|
_e.setExtraStackFrame(null);
|
|
468
468
|
}
|
|
@@ -489,102 +489,102 @@ Check the render method of \`` + r + "`.";
|
|
|
489
489
|
var ze = {};
|
|
490
490
|
function ar(r) {
|
|
491
491
|
{
|
|
492
|
-
var
|
|
493
|
-
if (!
|
|
494
|
-
var
|
|
495
|
-
|
|
492
|
+
var c = je();
|
|
493
|
+
if (!c) {
|
|
494
|
+
var h = typeof r == "string" ? r : r.displayName || r.name;
|
|
495
|
+
h && (c = `
|
|
496
496
|
|
|
497
|
-
Check the top-level render call using <` +
|
|
497
|
+
Check the top-level render call using <` + h + ">.");
|
|
498
498
|
}
|
|
499
|
-
return
|
|
499
|
+
return c;
|
|
500
500
|
}
|
|
501
501
|
}
|
|
502
|
-
function
|
|
502
|
+
function Ne(r, c) {
|
|
503
503
|
{
|
|
504
504
|
if (!r._store || r._store.validated || r.key != null)
|
|
505
505
|
return;
|
|
506
506
|
r._store.validated = !0;
|
|
507
|
-
var
|
|
508
|
-
if (ze[
|
|
507
|
+
var h = ar(c);
|
|
508
|
+
if (ze[h])
|
|
509
509
|
return;
|
|
510
|
-
ze[
|
|
510
|
+
ze[h] = !0;
|
|
511
511
|
var f = "";
|
|
512
|
-
r && r._owner && r._owner !== X.current && (f = " It was passed a child from " + T(r._owner.type) + "."), P(r),
|
|
512
|
+
r && r._owner && r._owner !== X.current && (f = " It was passed a child from " + T(r._owner.type) + "."), P(r), N('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', h, f), P(null);
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
|
-
function ke(r,
|
|
515
|
+
function ke(r, c) {
|
|
516
516
|
{
|
|
517
517
|
if (typeof r != "object")
|
|
518
518
|
return;
|
|
519
519
|
if (K(r))
|
|
520
|
-
for (var
|
|
521
|
-
var f = r[
|
|
522
|
-
Z(f) &&
|
|
520
|
+
for (var h = 0; h < r.length; h++) {
|
|
521
|
+
var f = r[h];
|
|
522
|
+
Z(f) && Ne(f, c);
|
|
523
523
|
}
|
|
524
524
|
else if (Z(r))
|
|
525
525
|
r._store && (r._store.validated = !0);
|
|
526
526
|
else if (r) {
|
|
527
|
-
var
|
|
528
|
-
if (typeof
|
|
529
|
-
for (var
|
|
530
|
-
Z(u.value) &&
|
|
527
|
+
var m = D(r);
|
|
528
|
+
if (typeof m == "function" && m !== r.entries)
|
|
529
|
+
for (var x = m.call(r), u; !(u = x.next()).done; )
|
|
530
|
+
Z(u.value) && Ne(u.value, c);
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
|
-
function
|
|
534
|
+
function or(r) {
|
|
535
535
|
{
|
|
536
|
-
var
|
|
537
|
-
if (
|
|
536
|
+
var c = r.type;
|
|
537
|
+
if (c == null || typeof c == "string")
|
|
538
538
|
return;
|
|
539
|
-
var
|
|
540
|
-
if (typeof
|
|
541
|
-
|
|
542
|
-
else if (typeof
|
|
539
|
+
var h;
|
|
540
|
+
if (typeof c == "function")
|
|
541
|
+
h = c.propTypes;
|
|
542
|
+
else if (typeof c == "object" && (c.$$typeof === g || // Note: Memo only checks outer props here.
|
|
543
543
|
// Inner props are checked in the reconciler.
|
|
544
|
-
|
|
545
|
-
|
|
544
|
+
c.$$typeof === z))
|
|
545
|
+
h = c.propTypes;
|
|
546
546
|
else
|
|
547
547
|
return;
|
|
548
|
-
if (
|
|
549
|
-
var f = T(
|
|
550
|
-
|
|
551
|
-
} else if (
|
|
548
|
+
if (h) {
|
|
549
|
+
var f = T(c);
|
|
550
|
+
Le(h, r.props, "prop", f, r);
|
|
551
|
+
} else if (c.PropTypes !== void 0 && !Q) {
|
|
552
552
|
Q = !0;
|
|
553
|
-
var
|
|
554
|
-
|
|
553
|
+
var m = T(c);
|
|
554
|
+
N("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", m || "Unknown");
|
|
555
555
|
}
|
|
556
|
-
typeof
|
|
556
|
+
typeof c.getDefaultProps == "function" && !c.getDefaultProps.isReactClassApproved && N("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
|
-
function
|
|
559
|
+
function tr(r) {
|
|
560
560
|
{
|
|
561
|
-
for (var
|
|
562
|
-
var f =
|
|
561
|
+
for (var c = Object.keys(r.props), h = 0; h < c.length; h++) {
|
|
562
|
+
var f = c[h];
|
|
563
563
|
if (f !== "children" && f !== "key") {
|
|
564
|
-
P(r),
|
|
564
|
+
P(r), N("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), P(null);
|
|
565
565
|
break;
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
|
-
r.ref !== null && (P(r),
|
|
568
|
+
r.ref !== null && (P(r), N("Invalid attribute `ref` supplied to `React.Fragment`."), P(null));
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
|
-
var
|
|
572
|
-
function
|
|
571
|
+
var we = {};
|
|
572
|
+
function Se(r, c, h, f, m, x) {
|
|
573
573
|
{
|
|
574
574
|
var u = Ae(r);
|
|
575
575
|
if (!u) {
|
|
576
576
|
var v = "";
|
|
577
577
|
(r === void 0 || typeof r == "object" && r !== null && Object.keys(r).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
578
|
-
var
|
|
579
|
-
|
|
580
|
-
var
|
|
581
|
-
r === null ?
|
|
578
|
+
var k = rr();
|
|
579
|
+
k ? v += k : v += je();
|
|
580
|
+
var _;
|
|
581
|
+
r === null ? _ = "null" : K(r) ? _ = "array" : r !== void 0 && r.$$typeof === n ? (_ = "<" + (T(r.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof r, N("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, v);
|
|
582
582
|
}
|
|
583
|
-
var j = er(r,
|
|
583
|
+
var j = er(r, c, h, m, x);
|
|
584
584
|
if (j == null)
|
|
585
585
|
return j;
|
|
586
586
|
if (u) {
|
|
587
|
-
var R =
|
|
587
|
+
var R = c.children;
|
|
588
588
|
if (R !== void 0)
|
|
589
589
|
if (f)
|
|
590
590
|
if (K(R)) {
|
|
@@ -592,40 +592,40 @@ Check the top-level render call using <` + c + ">.");
|
|
|
592
592
|
ke(R[A], r);
|
|
593
593
|
Object.freeze && Object.freeze(R);
|
|
594
594
|
} else
|
|
595
|
-
|
|
595
|
+
N("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
596
596
|
else
|
|
597
597
|
ke(R, r);
|
|
598
598
|
}
|
|
599
|
-
if (
|
|
600
|
-
var O = T(r),
|
|
601
|
-
return
|
|
602
|
-
}), ee =
|
|
603
|
-
if (!
|
|
604
|
-
var
|
|
605
|
-
|
|
599
|
+
if ($.call(c, "key")) {
|
|
600
|
+
var O = T(r), w = Object.keys(c).filter(function(dr) {
|
|
601
|
+
return dr !== "key";
|
|
602
|
+
}), ee = w.length > 0 ? "{key: someKey, " + w.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
603
|
+
if (!we[O + ee]) {
|
|
604
|
+
var cr = w.length > 0 ? "{" + w.join(": ..., ") + ": ...}" : "{}";
|
|
605
|
+
N(`A props object containing a "key" prop is being spread into JSX:
|
|
606
606
|
let props = %s;
|
|
607
607
|
<%s {...props} />
|
|
608
608
|
React keys must be passed directly to JSX without using spread:
|
|
609
609
|
let props = %s;
|
|
610
|
-
<%s key={someKey} {...props} />`, ee, O,
|
|
610
|
+
<%s key={someKey} {...props} />`, ee, O, cr, O), we[O + ee] = !0;
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
|
-
return r ===
|
|
613
|
+
return r === a ? tr(j) : or(j), j;
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
|
-
function nr(r,
|
|
617
|
-
return
|
|
616
|
+
function nr(r, c, h) {
|
|
617
|
+
return Se(r, c, h, !0);
|
|
618
618
|
}
|
|
619
|
-
function ir(r,
|
|
620
|
-
return
|
|
619
|
+
function ir(r, c, h) {
|
|
620
|
+
return Se(r, c, h, !1);
|
|
621
621
|
}
|
|
622
622
|
var lr = ir, sr = nr;
|
|
623
|
-
|
|
624
|
-
}()),
|
|
623
|
+
H.Fragment = a, H.jsx = lr, H.jsxs = sr;
|
|
624
|
+
}()), H;
|
|
625
625
|
}
|
|
626
|
-
process.env.NODE_ENV === "production" ? re.exports =
|
|
626
|
+
process.env.NODE_ENV === "production" ? re.exports = hr() : re.exports = gr();
|
|
627
627
|
var e = re.exports;
|
|
628
|
-
const
|
|
628
|
+
const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
629
629
|
"div",
|
|
630
630
|
{
|
|
631
631
|
"data-template": "forehead",
|
|
@@ -633,7 +633,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
633
633
|
style: { maxWidth: "var(--max-width, 1600px)", margin: "0 auto" },
|
|
634
634
|
children: t
|
|
635
635
|
}
|
|
636
|
-
),
|
|
636
|
+
), zr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
637
637
|
"div",
|
|
638
638
|
{
|
|
639
639
|
"data-template": "sideburn",
|
|
@@ -641,33 +641,33 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
641
641
|
style: { maxWidth: "var(--max-width, 1600px)", margin: "0 auto" },
|
|
642
642
|
children: t
|
|
643
643
|
}
|
|
644
|
-
),
|
|
644
|
+
), Nr = ({ zone: t, children: n, className: o }) => /* @__PURE__ */ e.jsx(
|
|
645
645
|
"section",
|
|
646
646
|
{
|
|
647
647
|
"data-zone": t,
|
|
648
|
-
className: ["lion-section", `lion-section--${t}`,
|
|
648
|
+
className: ["lion-section", `lion-section--${t}`, o].filter(Boolean).join(" "),
|
|
649
649
|
children: n
|
|
650
650
|
}
|
|
651
|
-
),
|
|
651
|
+
), kr = ({ type: t = "single", children: n, className: o }) => /* @__PURE__ */ e.jsx(
|
|
652
652
|
"div",
|
|
653
653
|
{
|
|
654
654
|
"data-container-type": t,
|
|
655
|
-
className: ["lion-container", `lion-container--${t}`,
|
|
655
|
+
className: ["lion-container", `lion-container--${t}`, o].filter(Boolean).join(" "),
|
|
656
656
|
children: n
|
|
657
657
|
}
|
|
658
|
-
),
|
|
658
|
+
), wr = ({ links: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
659
659
|
"nav",
|
|
660
660
|
{
|
|
661
661
|
"data-zone": "anklet",
|
|
662
662
|
className: ["lion-anklet", n].filter(Boolean).join(" "),
|
|
663
663
|
"aria-label": "Quick links",
|
|
664
|
-
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-anklet__list", children: t.map((
|
|
664
|
+
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-anklet__list", children: t.map((o) => /* @__PURE__ */ e.jsx("li", { className: "lion-anklet__item", children: /* @__PURE__ */ e.jsx("a", { href: o.href, className: "lion-anklet__link", children: o.label }) }, o.href)) })
|
|
665
665
|
}
|
|
666
666
|
), Sr = ({
|
|
667
667
|
logoSrc: t,
|
|
668
668
|
logoAlt: n,
|
|
669
|
-
selectedState:
|
|
670
|
-
onStateChange:
|
|
669
|
+
selectedState: o,
|
|
670
|
+
onStateChange: a,
|
|
671
671
|
className: i
|
|
672
672
|
}) => /* @__PURE__ */ e.jsxs(
|
|
673
673
|
"div",
|
|
@@ -678,22 +678,22 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
678
678
|
style: { backgroundColor: "var(--color-blue-dark)" },
|
|
679
679
|
children: [
|
|
680
680
|
/* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-corporate-header__logo" }),
|
|
681
|
-
|
|
681
|
+
a && /* @__PURE__ */ e.jsx(
|
|
682
682
|
"select",
|
|
683
683
|
{
|
|
684
684
|
className: "lion-corporate-header__state-selector",
|
|
685
|
-
value:
|
|
686
|
-
onChange: (
|
|
685
|
+
value: o,
|
|
686
|
+
onChange: (s) => a(s.target.value),
|
|
687
687
|
"aria-label": "Select state"
|
|
688
688
|
}
|
|
689
689
|
)
|
|
690
690
|
]
|
|
691
691
|
}
|
|
692
|
-
),
|
|
692
|
+
), Rr = ({
|
|
693
693
|
logoSrc: t,
|
|
694
694
|
logoAlt: n,
|
|
695
|
-
underwriterInfo:
|
|
696
|
-
ctas:
|
|
695
|
+
underwriterInfo: o,
|
|
696
|
+
ctas: a = [],
|
|
697
697
|
className: i
|
|
698
698
|
}) => /* @__PURE__ */ e.jsxs(
|
|
699
699
|
"header",
|
|
@@ -704,97 +704,376 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
704
704
|
style: { backgroundColor: "var(--color-white)" },
|
|
705
705
|
children: [
|
|
706
706
|
/* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-global-header__logo" }),
|
|
707
|
-
|
|
708
|
-
|
|
707
|
+
o && /* @__PURE__ */ e.jsx("span", { className: "lion-global-header__underwriter", children: o }),
|
|
708
|
+
a.length > 0 && /* @__PURE__ */ e.jsx("nav", { className: "lion-global-header__ctas", "aria-label": "Header actions", children: a.map((s) => /* @__PURE__ */ e.jsx("a", { href: s.href, className: `lion-global-header__cta lion-global-header__cta--${s.type ?? "link"}`, children: s.label }, s.href)) })
|
|
709
709
|
]
|
|
710
710
|
}
|
|
711
|
-
),
|
|
711
|
+
), Cr = ({
|
|
712
|
+
label: t,
|
|
713
|
+
href: n,
|
|
714
|
+
variant: o = "button",
|
|
715
|
+
className: a
|
|
716
|
+
}) => /* @__PURE__ */ e.jsx(
|
|
717
|
+
"a",
|
|
718
|
+
{
|
|
719
|
+
href: n,
|
|
720
|
+
"data-zone": "header",
|
|
721
|
+
"data-content-type": "header-cta",
|
|
722
|
+
"data-variant": o,
|
|
723
|
+
className: ["lion-header-cta", `lion-header-cta--${o}`, a].filter(Boolean).join(" "),
|
|
724
|
+
children: t
|
|
725
|
+
}
|
|
726
|
+
), Br = ({
|
|
727
|
+
src: t,
|
|
728
|
+
alt: n,
|
|
729
|
+
href: o = "/",
|
|
730
|
+
width: a,
|
|
731
|
+
height: i,
|
|
732
|
+
className: s
|
|
733
|
+
}) => /* @__PURE__ */ e.jsx(
|
|
734
|
+
"a",
|
|
735
|
+
{
|
|
736
|
+
href: o,
|
|
737
|
+
"data-zone": "header",
|
|
738
|
+
"data-content-type": "header-logo",
|
|
739
|
+
className: ["lion-header-logo", s].filter(Boolean).join(" "),
|
|
740
|
+
"aria-label": "Go to homepage",
|
|
741
|
+
children: /* @__PURE__ */ e.jsx("img", { src: t, alt: n, width: a, height: i, className: "lion-header-logo__img" })
|
|
742
|
+
}
|
|
743
|
+
), Er = ({
|
|
744
|
+
name: t,
|
|
745
|
+
logoSrc: n,
|
|
746
|
+
logoAlt: o,
|
|
747
|
+
href: a,
|
|
748
|
+
tagline: i,
|
|
749
|
+
className: s
|
|
750
|
+
}) => {
|
|
751
|
+
const l = /* @__PURE__ */ e.jsxs("div", { className: "lion-header-product__inner", children: [
|
|
752
|
+
n && /* @__PURE__ */ e.jsx("img", { src: n, alt: o ?? "", className: "lion-header-product__logo" }),
|
|
753
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-header-product__name", children: t }),
|
|
754
|
+
i && /* @__PURE__ */ e.jsx("span", { className: "lion-header-product__tagline", children: i })
|
|
755
|
+
] });
|
|
756
|
+
return /* @__PURE__ */ e.jsx(
|
|
757
|
+
"div",
|
|
758
|
+
{
|
|
759
|
+
"data-zone": "header",
|
|
760
|
+
"data-content-type": "header-product",
|
|
761
|
+
className: ["lion-header-product", s].filter(Boolean).join(" "),
|
|
762
|
+
children: a ? /* @__PURE__ */ e.jsx("a", { href: a, children: l }) : l
|
|
763
|
+
}
|
|
764
|
+
);
|
|
765
|
+
}, Tr = ({
|
|
766
|
+
items: t,
|
|
767
|
+
ariaLabel: n = "Section navigation",
|
|
768
|
+
className: o
|
|
769
|
+
}) => /* @__PURE__ */ e.jsx(
|
|
770
|
+
"nav",
|
|
771
|
+
{
|
|
772
|
+
"aria-label": n,
|
|
773
|
+
"data-zone": "header",
|
|
774
|
+
"data-content-type": "header-section-navigation",
|
|
775
|
+
className: ["lion-header-section-nav", o].filter(Boolean).join(" "),
|
|
776
|
+
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-header-section-nav__list", role: "list", children: t.map((a) => /* @__PURE__ */ e.jsx("li", { className: "lion-header-section-nav__item", children: /* @__PURE__ */ e.jsx(
|
|
777
|
+
"a",
|
|
778
|
+
{
|
|
779
|
+
href: a.href,
|
|
780
|
+
className: ["lion-header-section-nav__link", a.isActive ? "is-active" : ""].filter(Boolean).join(" "),
|
|
781
|
+
"aria-current": a.isActive ? "page" : void 0,
|
|
782
|
+
children: a.label
|
|
783
|
+
}
|
|
784
|
+
) }, a.href)) })
|
|
785
|
+
}
|
|
786
|
+
), Wr = ({
|
|
787
|
+
title: t,
|
|
788
|
+
subtitle: n,
|
|
789
|
+
as: o = "h1",
|
|
790
|
+
className: a
|
|
791
|
+
}) => /* @__PURE__ */ e.jsxs(
|
|
792
|
+
"div",
|
|
793
|
+
{
|
|
794
|
+
"data-zone": "header",
|
|
795
|
+
"data-content-type": "header-section-title",
|
|
796
|
+
className: ["lion-header-section-title", a].filter(Boolean).join(" "),
|
|
797
|
+
children: [
|
|
798
|
+
/* @__PURE__ */ e.jsx(o, { className: "lion-header-section-title__title", children: t }),
|
|
799
|
+
n && /* @__PURE__ */ e.jsx("p", { className: "lion-header-section-title__subtitle", children: n })
|
|
800
|
+
]
|
|
801
|
+
}
|
|
802
|
+
), Or = ({
|
|
803
|
+
items: t,
|
|
804
|
+
ariaLabel: n = "Main navigation",
|
|
805
|
+
className: o
|
|
806
|
+
}) => /* @__PURE__ */ e.jsx(
|
|
807
|
+
"nav",
|
|
808
|
+
{
|
|
809
|
+
"aria-label": n,
|
|
810
|
+
"data-zone": "header",
|
|
811
|
+
"data-content-type": "top-level-navigation",
|
|
812
|
+
className: ["lion-top-nav", o].filter(Boolean).join(" "),
|
|
813
|
+
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-top-nav__list", role: "list", children: t.map((a) => {
|
|
814
|
+
var i, s;
|
|
815
|
+
return /* @__PURE__ */ e.jsxs("li", { className: ["lion-top-nav__item", (i = a.children) != null && i.length ? "has-children" : ""].filter(Boolean).join(" "), children: [
|
|
816
|
+
/* @__PURE__ */ e.jsx(
|
|
817
|
+
"a",
|
|
818
|
+
{
|
|
819
|
+
href: a.href,
|
|
820
|
+
className: ["lion-top-nav__link", a.isActive ? "is-active" : ""].filter(Boolean).join(" "),
|
|
821
|
+
"aria-current": a.isActive ? "page" : void 0,
|
|
822
|
+
"aria-haspopup": (s = a.children) != null && s.length ? "true" : void 0,
|
|
823
|
+
children: a.label
|
|
824
|
+
}
|
|
825
|
+
),
|
|
826
|
+
a.children && a.children.length > 0 && /* @__PURE__ */ e.jsx("ul", { className: "lion-top-nav__dropdown", role: "list", children: a.children.map((l) => /* @__PURE__ */ e.jsx("li", { className: "lion-top-nav__dropdown-item", children: /* @__PURE__ */ e.jsx("a", { href: l.href, className: "lion-top-nav__dropdown-link", children: l.label }) }, l.href)) })
|
|
827
|
+
] }, a.href);
|
|
828
|
+
}) })
|
|
829
|
+
}
|
|
830
|
+
), Pr = ({
|
|
831
|
+
text: t,
|
|
832
|
+
logoSrc: n,
|
|
833
|
+
logoAlt: o,
|
|
834
|
+
href: a,
|
|
835
|
+
className: i
|
|
836
|
+
}) => {
|
|
837
|
+
const s = /* @__PURE__ */ e.jsxs("div", { className: "lion-header-underwriter__inner", children: [
|
|
838
|
+
n && /* @__PURE__ */ e.jsx("img", { src: n, alt: o ?? "", className: "lion-header-underwriter__logo" }),
|
|
839
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-header-underwriter__text", children: t })
|
|
840
|
+
] });
|
|
841
|
+
return /* @__PURE__ */ e.jsx(
|
|
842
|
+
"div",
|
|
843
|
+
{
|
|
844
|
+
"data-zone": "header",
|
|
845
|
+
"data-content-type": "header-underwriter",
|
|
846
|
+
className: ["lion-header-underwriter", i].filter(Boolean).join(" "),
|
|
847
|
+
children: a ? /* @__PURE__ */ e.jsx("a", { href: a, children: s }) : s
|
|
848
|
+
}
|
|
849
|
+
);
|
|
850
|
+
}, Ar = ({
|
|
851
|
+
heading: t,
|
|
852
|
+
subheading: n,
|
|
853
|
+
body: o,
|
|
854
|
+
ctas: a = [],
|
|
855
|
+
imageSrc: i,
|
|
856
|
+
imageAlt: s,
|
|
857
|
+
layout: l = "split-right",
|
|
858
|
+
backgroundSrc: d,
|
|
859
|
+
legalText: g,
|
|
860
|
+
className: b
|
|
861
|
+
}) => /* @__PURE__ */ e.jsxs(
|
|
862
|
+
"div",
|
|
863
|
+
{
|
|
864
|
+
"data-zone": "hero",
|
|
865
|
+
"data-content-type": "cta-hero-block",
|
|
866
|
+
"data-layout": l,
|
|
867
|
+
className: ["lion-cta-hero", `lion-cta-hero--${l}`, b].filter(Boolean).join(" "),
|
|
868
|
+
style: d ? { backgroundImage: `url(${d})` } : void 0,
|
|
869
|
+
children: [
|
|
870
|
+
/* @__PURE__ */ e.jsxs("div", { className: "lion-cta-hero__content", children: [
|
|
871
|
+
/* @__PURE__ */ e.jsx("h1", { className: "lion-cta-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children: t }),
|
|
872
|
+
n && /* @__PURE__ */ e.jsx("p", { className: "lion-cta-hero__subheading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-300)" }, children: n }),
|
|
873
|
+
o && /* @__PURE__ */ e.jsx("p", { className: "lion-cta-hero__body", style: { fontSize: "var(--body-font-size)" }, children: o }),
|
|
874
|
+
a.length > 0 && /* @__PURE__ */ e.jsx("div", { className: "lion-cta-hero__ctas", children: a.map((y) => /* @__PURE__ */ e.jsx(
|
|
875
|
+
"a",
|
|
876
|
+
{
|
|
877
|
+
href: y.href,
|
|
878
|
+
className: ["lion-cta-hero__cta", `lion-cta-hero__cta--${y.variant ?? "primary"}`].join(" "),
|
|
879
|
+
children: y.label
|
|
880
|
+
},
|
|
881
|
+
y.href
|
|
882
|
+
)) }),
|
|
883
|
+
g && /* @__PURE__ */ e.jsx("p", { className: "lion-cta-hero__legal", style: { fontSize: "var(--h6-font-size)" }, children: g })
|
|
884
|
+
] }),
|
|
885
|
+
i && /* @__PURE__ */ e.jsx("div", { className: "lion-cta-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: i, alt: s ?? "", className: "lion-cta-hero__image" }) })
|
|
886
|
+
]
|
|
887
|
+
}
|
|
888
|
+
), Dr = ({
|
|
889
|
+
heading: t,
|
|
890
|
+
subheading: n,
|
|
891
|
+
body: o,
|
|
892
|
+
imageSrc: a,
|
|
893
|
+
imageAlt: i,
|
|
894
|
+
layout: s = "full-bleed",
|
|
895
|
+
backgroundSrc: l,
|
|
896
|
+
eyebrow: d,
|
|
897
|
+
className: g
|
|
898
|
+
}) => /* @__PURE__ */ e.jsxs(
|
|
899
|
+
"div",
|
|
900
|
+
{
|
|
901
|
+
"data-zone": "hero",
|
|
902
|
+
"data-content-type": "hero-block",
|
|
903
|
+
"data-layout": s,
|
|
904
|
+
className: ["lion-hero-block", `lion-hero-block--${s}`, g].filter(Boolean).join(" "),
|
|
905
|
+
style: l ? { backgroundImage: `url(${l})` } : void 0,
|
|
906
|
+
children: [
|
|
907
|
+
/* @__PURE__ */ e.jsxs("div", { className: "lion-hero-block__content", children: [
|
|
908
|
+
d && /* @__PURE__ */ e.jsx("p", { className: "lion-hero-block__eyebrow", style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", textTransform: "uppercase", letterSpacing: "0.08em" }, children: d }),
|
|
909
|
+
/* @__PURE__ */ e.jsx("h1", { className: "lion-hero-block__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children: t }),
|
|
910
|
+
n && /* @__PURE__ */ e.jsx("p", { className: "lion-hero-block__subheading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-300)" }, children: n }),
|
|
911
|
+
o && /* @__PURE__ */ e.jsx("p", { className: "lion-hero-block__body", style: { fontSize: "var(--body-font-size)" }, children: o })
|
|
912
|
+
] }),
|
|
913
|
+
a && /* @__PURE__ */ e.jsx("div", { className: "lion-hero-block__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: a, alt: i ?? "", className: "lion-hero-block__image" }) })
|
|
914
|
+
]
|
|
915
|
+
}
|
|
916
|
+
), Fr = ({
|
|
917
|
+
panels: t,
|
|
918
|
+
autoRotate: n = !1,
|
|
919
|
+
rotateIntervalMs: o = 5e3,
|
|
920
|
+
defaultActiveIndex: a = 0,
|
|
921
|
+
showIndicators: i = !0,
|
|
922
|
+
className: s
|
|
923
|
+
}) => /* @__PURE__ */ e.jsxs(
|
|
924
|
+
"div",
|
|
925
|
+
{
|
|
926
|
+
"data-zone": "hero",
|
|
927
|
+
"data-content-type": "multi-hero",
|
|
928
|
+
"data-auto-rotate": n,
|
|
929
|
+
"data-rotate-interval": o,
|
|
930
|
+
className: ["lion-multi-hero", s].filter(Boolean).join(" "),
|
|
931
|
+
children: [
|
|
932
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__track", children: t.map((l, d) => /* @__PURE__ */ e.jsxs(
|
|
933
|
+
"div",
|
|
934
|
+
{
|
|
935
|
+
className: ["lion-multi-hero__panel", d === a ? "is-active" : ""].filter(Boolean).join(" "),
|
|
936
|
+
"aria-hidden": d !== a,
|
|
937
|
+
children: [
|
|
938
|
+
/* @__PURE__ */ e.jsxs("div", { className: "lion-multi-hero__content", children: [
|
|
939
|
+
/* @__PURE__ */ e.jsx("h1", { className: "lion-multi-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children: l.heading }),
|
|
940
|
+
l.subheading && /* @__PURE__ */ e.jsx("p", { className: "lion-multi-hero__subheading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-300)" }, children: l.subheading }),
|
|
941
|
+
l.body && /* @__PURE__ */ e.jsx("p", { className: "lion-multi-hero__body", style: { fontSize: "var(--body-font-size)" }, children: l.body }),
|
|
942
|
+
l.ctaLabel && l.ctaHref && /* @__PURE__ */ e.jsx("a", { href: l.ctaHref, className: "lion-multi-hero__cta", children: l.ctaLabel })
|
|
943
|
+
] }),
|
|
944
|
+
l.imageSrc && /* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: l.imageSrc, alt: l.imageAlt ?? "", className: "lion-multi-hero__image" }) })
|
|
945
|
+
]
|
|
946
|
+
},
|
|
947
|
+
l.id ?? d
|
|
948
|
+
)) }),
|
|
949
|
+
i && t.length > 1 && /* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__indicators", role: "tablist", "aria-label": "Hero slides", children: t.map((l, d) => /* @__PURE__ */ e.jsx(
|
|
950
|
+
"button",
|
|
951
|
+
{
|
|
952
|
+
role: "tab",
|
|
953
|
+
"aria-selected": d === a,
|
|
954
|
+
"aria-label": `Slide ${d + 1}: ${l.heading}`,
|
|
955
|
+
className: ["lion-multi-hero__indicator", d === a ? "is-active" : ""].filter(Boolean).join(" ")
|
|
956
|
+
},
|
|
957
|
+
l.id ?? d
|
|
958
|
+
)) })
|
|
959
|
+
]
|
|
960
|
+
}
|
|
961
|
+
), $r = ({
|
|
962
|
+
heading: t,
|
|
963
|
+
body: n,
|
|
964
|
+
stateName: o,
|
|
965
|
+
alternatives: a = [],
|
|
966
|
+
contactCtaLabel: i,
|
|
967
|
+
contactCtaHref: s,
|
|
968
|
+
imageSrc: l,
|
|
969
|
+
imageAlt: d,
|
|
970
|
+
className: g
|
|
971
|
+
}) => {
|
|
972
|
+
const b = t ?? (o ? `Not available in ${o}` : "Not available in your state"), y = n ?? "This product is not currently offered in your area. Explore available options below or contact us for help finding coverage.";
|
|
973
|
+
return /* @__PURE__ */ e.jsxs(
|
|
974
|
+
"div",
|
|
975
|
+
{
|
|
976
|
+
"data-zone": "hero",
|
|
977
|
+
"data-content-type": "not-available-hero-block",
|
|
978
|
+
className: ["lion-not-available-hero", g].filter(Boolean).join(" "),
|
|
979
|
+
children: [
|
|
980
|
+
/* @__PURE__ */ e.jsxs("div", { className: "lion-not-available-hero__content", children: [
|
|
981
|
+
/* @__PURE__ */ e.jsx("h1", { className: "lion-not-available-hero__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)" }, children: b }),
|
|
982
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-not-available-hero__body", style: { fontSize: "var(--body-font-size)" }, children: y }),
|
|
983
|
+
a.length > 0 && /* @__PURE__ */ e.jsx("ul", { className: "lion-not-available-hero__alternatives", children: a.map((z) => /* @__PURE__ */ e.jsx("li", { children: /* @__PURE__ */ e.jsx("a", { href: z.href, className: "lion-not-available-hero__alternative-link", children: z.label }) }, z.href)) }),
|
|
984
|
+
i && s && /* @__PURE__ */ e.jsx("a", { href: s, className: "lion-not-available-hero__contact-cta", children: i })
|
|
985
|
+
] }),
|
|
986
|
+
l && /* @__PURE__ */ e.jsx("div", { className: "lion-not-available-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: l, alt: d ?? "", className: "lion-not-available-hero__image" }) })
|
|
987
|
+
]
|
|
988
|
+
}
|
|
989
|
+
);
|
|
990
|
+
}, Ir = ({
|
|
712
991
|
variant: t,
|
|
713
992
|
heading: n,
|
|
714
|
-
subheading:
|
|
715
|
-
imageSrc:
|
|
993
|
+
subheading: o,
|
|
994
|
+
imageSrc: a,
|
|
716
995
|
imageAlt: i,
|
|
717
|
-
ctaLabel:
|
|
718
|
-
ctaHref:
|
|
719
|
-
className:
|
|
996
|
+
ctaLabel: s,
|
|
997
|
+
ctaHref: l,
|
|
998
|
+
className: d
|
|
720
999
|
}) => /* @__PURE__ */ e.jsxs(
|
|
721
1000
|
"div",
|
|
722
1001
|
{
|
|
723
1002
|
"data-zone": "hero",
|
|
724
1003
|
"data-content-type": `hero-${t}`,
|
|
725
|
-
className: ["lion-hero", `lion-hero--${t}`,
|
|
1004
|
+
className: ["lion-hero", `lion-hero--${t}`, d].filter(Boolean).join(" "),
|
|
726
1005
|
children: [
|
|
727
1006
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-hero__content", children: [
|
|
728
1007
|
/* @__PURE__ */ e.jsx("h1", { className: "lion-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)" }, children: n }),
|
|
729
|
-
|
|
730
|
-
|
|
1008
|
+
o && /* @__PURE__ */ e.jsx("p", { className: "lion-hero__subheading", style: { fontSize: "var(--font-size-base)" }, children: o }),
|
|
1009
|
+
s && l && /* @__PURE__ */ e.jsx("a", { href: l, className: "lion-hero__cta", style: { color: "var(--color-white)", backgroundColor: "var(--color-brand)" }, children: s })
|
|
731
1010
|
] }),
|
|
732
|
-
|
|
1011
|
+
a && /* @__PURE__ */ e.jsx("div", { className: "lion-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: a, alt: i ?? "", className: "lion-hero__image" }) })
|
|
733
1012
|
]
|
|
734
1013
|
}
|
|
735
|
-
),
|
|
1014
|
+
), Hr = ({ items: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
736
1015
|
"ul",
|
|
737
1016
|
{
|
|
738
1017
|
"data-zone": "general",
|
|
739
1018
|
"data-content-type": "rtbs",
|
|
740
1019
|
className: ["lion-rtbs", n].filter(Boolean).join(" "),
|
|
741
1020
|
style: { listStyle: "none", padding: 0, margin: 0 },
|
|
742
|
-
children: t.map((
|
|
743
|
-
|
|
1021
|
+
children: t.map((o, a) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtbs__item", children: [
|
|
1022
|
+
o.illustrationSrc && /* @__PURE__ */ e.jsx(
|
|
744
1023
|
"img",
|
|
745
1024
|
{
|
|
746
|
-
src:
|
|
747
|
-
alt:
|
|
1025
|
+
src: o.illustrationSrc,
|
|
1026
|
+
alt: o.illustrationAlt ?? "",
|
|
748
1027
|
className: "lion-rtbs__illustration"
|
|
749
1028
|
}
|
|
750
1029
|
),
|
|
751
|
-
/* @__PURE__ */ e.jsx("h3", { className: "lion-rtbs__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children:
|
|
752
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-rtbs__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
753
|
-
] },
|
|
1030
|
+
/* @__PURE__ */ e.jsx("h3", { className: "lion-rtbs__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: o.heading }),
|
|
1031
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-rtbs__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: o.body })
|
|
1032
|
+
] }, a))
|
|
754
1033
|
}
|
|
755
|
-
),
|
|
1034
|
+
), Gr = ({ items: t, heading: n, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-descriptive", className: ["lion-rtb-descriptive", o].filter(Boolean).join(" "), children: [
|
|
756
1035
|
n && /* @__PURE__ */ e.jsx("h2", { className: "lion-rtb-descriptive__section-heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
|
|
757
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-edge)" }, children: t.map((
|
|
758
|
-
|
|
1036
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-edge)" }, children: t.map((a, i) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-descriptive__item", style: { display: "flex", gap: "var(--padding-base-horizontal)", alignItems: "flex-start" }, children: [
|
|
1037
|
+
a.illustrationSrc && /* @__PURE__ */ e.jsx("img", { src: a.illustrationSrc, alt: a.illustrationAlt ?? "", style: { width: "64px", height: "64px", objectFit: "contain", flexShrink: 0 } }),
|
|
759
1038
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
760
|
-
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children:
|
|
761
|
-
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children:
|
|
1039
|
+
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children: a.heading }),
|
|
1040
|
+
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: a.body })
|
|
762
1041
|
] })
|
|
763
1042
|
] }, i)) })
|
|
764
|
-
] }),
|
|
1043
|
+
] }), Lr = ({ items: t, heading: n, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-highlight", className: ["lion-rtb-highlight", o].filter(Boolean).join(" "), children: [
|
|
765
1044
|
n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)", textAlign: "center" }, children: n }),
|
|
766
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(t.length, 3)}, 1fr)`, gap: "var(--Grid-gutter-size)", textAlign: "center" }, children: t.map((
|
|
767
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__stat", style: { display: "block", fontSize: "var(--h1-md-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-brand)", lineHeight: 1 }, children:
|
|
768
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__label", style: { display: "block", fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginTop: "var(--padding-small-vertical)" }, children:
|
|
769
|
-
|
|
1045
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(t.length, 3)}, 1fr)`, gap: "var(--Grid-gutter-size)", textAlign: "center" }, children: t.map((a, i) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-highlight__item", style: { padding: "var(--padding-base-horizontal)", backgroundColor: "var(--color-gray-lightest)", borderRadius: "var(--border-radius-base)" }, children: [
|
|
1046
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__stat", style: { display: "block", fontSize: "var(--h1-md-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-brand)", lineHeight: 1 }, children: a.stat }),
|
|
1047
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__label", style: { display: "block", fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginTop: "var(--padding-small-vertical)" }, children: a.label }),
|
|
1048
|
+
a.body && /* @__PURE__ */ e.jsx("p", { className: "lion-rtb-highlight__body", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)", marginTop: "var(--padding-small-vertical)" }, children: a.body })
|
|
770
1049
|
] }, i)) })
|
|
771
|
-
] }),
|
|
1050
|
+
] }), Mr = ({ items: t, heading: n, columns: o = 3, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-dynamic", className: ["lion-rtb-dynamic", a].filter(Boolean).join(" "), children: [
|
|
772
1051
|
n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
|
|
773
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${
|
|
1052
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${o}, 1fr)`, gap: "var(--Grid-gutter-size)" }, children: t.map((i, s) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-dynamic__item", children: [
|
|
774
1053
|
i.iconSrc && /* @__PURE__ */ e.jsx("img", { src: i.iconSrc, alt: i.iconAlt ?? "", style: { width: "48px", height: "48px", objectFit: "contain", marginBottom: "var(--Grid-gutter-size)" } }),
|
|
775
1054
|
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children: i.heading }),
|
|
776
1055
|
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: i.body }),
|
|
777
1056
|
i.ctaLabel && i.ctaHref && /* @__PURE__ */ e.jsx("a", { href: i.ctaHref, style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)", display: "inline-block", marginTop: "var(--Grid-gutter-size)" }, children: i.ctaLabel })
|
|
778
|
-
] },
|
|
779
|
-
] }),
|
|
1057
|
+
] }, s)) })
|
|
1058
|
+
] }), qr = ({
|
|
780
1059
|
type: t,
|
|
781
1060
|
label: n,
|
|
782
|
-
href:
|
|
783
|
-
phone:
|
|
1061
|
+
href: o,
|
|
1062
|
+
phone: a,
|
|
784
1063
|
variant: i = "primary",
|
|
785
|
-
opensInNewTab:
|
|
786
|
-
className:
|
|
1064
|
+
opensInNewTab: s = !1,
|
|
1065
|
+
className: l
|
|
787
1066
|
}) => {
|
|
788
|
-
const
|
|
1067
|
+
const d = s ? "_blank" : void 0, g = s ? "noopener noreferrer" : void 0, b = t === "phone" ? `tel:${a}` : o;
|
|
789
1068
|
return /* @__PURE__ */ e.jsx(
|
|
790
1069
|
"a",
|
|
791
1070
|
{
|
|
792
1071
|
"data-zone": "general",
|
|
793
1072
|
"data-content-type": "cta",
|
|
794
|
-
href:
|
|
795
|
-
target:
|
|
796
|
-
rel:
|
|
797
|
-
className: ["lion-cta", `lion-cta--${t}`, `lion-cta--${i}`,
|
|
1073
|
+
href: b,
|
|
1074
|
+
target: d,
|
|
1075
|
+
rel: g,
|
|
1076
|
+
className: ["lion-cta", `lion-cta--${t}`, `lion-cta--${i}`, l].filter(Boolean).join(" "),
|
|
798
1077
|
style: {
|
|
799
1078
|
fontFamily: "var(--font-family-sans-serif)",
|
|
800
1079
|
fontWeight: "var(--font-weight-600)",
|
|
@@ -809,19 +1088,19 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
809
1088
|
children: n
|
|
810
1089
|
}
|
|
811
1090
|
);
|
|
812
|
-
},
|
|
1091
|
+
}, Yr = ({
|
|
813
1092
|
heading: t,
|
|
814
1093
|
ctaLabel: n,
|
|
815
|
-
ctaHref:
|
|
816
|
-
ctaType:
|
|
1094
|
+
ctaHref: o,
|
|
1095
|
+
ctaType: a = "button",
|
|
817
1096
|
body: i,
|
|
818
|
-
className:
|
|
1097
|
+
className: s
|
|
819
1098
|
}) => /* @__PURE__ */ e.jsxs(
|
|
820
1099
|
"div",
|
|
821
1100
|
{
|
|
822
1101
|
"data-zone": "general",
|
|
823
1102
|
"data-content-type": "simple-cta-block",
|
|
824
|
-
className: ["lion-simple-cta",
|
|
1103
|
+
className: ["lion-simple-cta", s].filter(Boolean).join(" "),
|
|
825
1104
|
style: { padding: "var(--padding-edge)", textAlign: "center" },
|
|
826
1105
|
children: [
|
|
827
1106
|
/* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)", marginBottom: i ? "var(--Grid-gutter-size)" : "var(--padding-edge)" }, children: t }),
|
|
@@ -829,8 +1108,8 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
829
1108
|
/* @__PURE__ */ e.jsx(
|
|
830
1109
|
"a",
|
|
831
1110
|
{
|
|
832
|
-
href:
|
|
833
|
-
style:
|
|
1111
|
+
href: o,
|
|
1112
|
+
style: a === "button" ? {
|
|
834
1113
|
backgroundColor: "var(--color-brand)",
|
|
835
1114
|
color: "var(--color-white)",
|
|
836
1115
|
fontWeight: "var(--font-weight-600)",
|
|
@@ -846,26 +1125,26 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
846
1125
|
)
|
|
847
1126
|
]
|
|
848
1127
|
}
|
|
849
|
-
),
|
|
850
|
-
const [
|
|
851
|
-
i(n ? (
|
|
1128
|
+
), Vr = ({ items: t, allowMultipleOpen: n = !1, className: o }) => {
|
|
1129
|
+
const [a, i] = B([]), s = (l) => {
|
|
1130
|
+
i(n ? (d) => d.includes(l) ? d.filter((g) => g !== l) : [...d, l] : (d) => d.includes(l) ? [] : [l]);
|
|
852
1131
|
};
|
|
853
|
-
return /* @__PURE__ */ e.jsx("div", { "data-zone": "general", "data-content-type": "accordion-block", className: ["lion-accordion",
|
|
854
|
-
const
|
|
1132
|
+
return /* @__PURE__ */ e.jsx("div", { "data-zone": "general", "data-content-type": "accordion-block", className: ["lion-accordion", o].filter(Boolean).join(" "), children: t.map((l, d) => {
|
|
1133
|
+
const g = a.includes(d);
|
|
855
1134
|
return /* @__PURE__ */ e.jsxs("div", { className: "lion-accordion__item", style: { borderBottom: "var(--border-width-thin) solid var(--color-line)" }, children: [
|
|
856
1135
|
/* @__PURE__ */ e.jsx(
|
|
857
1136
|
"button",
|
|
858
1137
|
{
|
|
859
1138
|
type: "button",
|
|
860
|
-
"aria-expanded":
|
|
861
|
-
onClick: () => d
|
|
1139
|
+
"aria-expanded": g,
|
|
1140
|
+
onClick: () => s(d),
|
|
862
1141
|
className: "lion-accordion__trigger",
|
|
863
1142
|
style: { width: "100%", textAlign: "left", background: "none", border: "none", cursor: "pointer", padding: "var(--padding-base-vertical) 0", fontWeight: "var(--font-weight-600)", fontSize: "var(--font-size-base)", color: "var(--color-text)" },
|
|
864
|
-
children:
|
|
1143
|
+
children: l.heading
|
|
865
1144
|
}
|
|
866
1145
|
),
|
|
867
|
-
|
|
868
|
-
] },
|
|
1146
|
+
g && /* @__PURE__ */ e.jsx("div", { className: "lion-accordion__body", style: { padding: "0 0 var(--padding-base-vertical)", fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: l.body })
|
|
1147
|
+
] }, d);
|
|
869
1148
|
}) });
|
|
870
1149
|
}, fr = {
|
|
871
1150
|
white: "var(--color-white)",
|
|
@@ -875,45 +1154,45 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
875
1154
|
"blue-dark": "var(--color-blue-dark)",
|
|
876
1155
|
teal: "var(--color-teal)",
|
|
877
1156
|
brand: "var(--color-brand)"
|
|
878
|
-
},
|
|
1157
|
+
}, Ur = ({ color: t, children: n, className: o }) => /* @__PURE__ */ e.jsx(
|
|
879
1158
|
"div",
|
|
880
1159
|
{
|
|
881
1160
|
"data-zone": "general",
|
|
882
1161
|
"data-content-type": "background-color-block",
|
|
883
1162
|
"data-color": t,
|
|
884
|
-
className: ["lion-bg-color-block", `lion-bg-color-block--${t}`,
|
|
1163
|
+
className: ["lion-bg-color-block", `lion-bg-color-block--${t}`, o].filter(Boolean).join(" "),
|
|
885
1164
|
style: { backgroundColor: fr[t], padding: "var(--padding-edge)" },
|
|
886
1165
|
children: n
|
|
887
1166
|
}
|
|
888
|
-
),
|
|
1167
|
+
), Jr = ({
|
|
889
1168
|
heading: t,
|
|
890
1169
|
body: n,
|
|
891
|
-
imageSrc:
|
|
892
|
-
imageAlt:
|
|
1170
|
+
imageSrc: o,
|
|
1171
|
+
imageAlt: a,
|
|
893
1172
|
imagePosition: i = "top",
|
|
894
|
-
ctaLabel:
|
|
895
|
-
ctaHref:
|
|
896
|
-
className:
|
|
1173
|
+
ctaLabel: s,
|
|
1174
|
+
ctaHref: l,
|
|
1175
|
+
className: d
|
|
897
1176
|
}) => {
|
|
898
|
-
const
|
|
1177
|
+
const g = i === "left" || i === "right";
|
|
899
1178
|
return /* @__PURE__ */ e.jsxs(
|
|
900
1179
|
"div",
|
|
901
1180
|
{
|
|
902
1181
|
"data-zone": "general",
|
|
903
1182
|
"data-content-type": "basic-content-block",
|
|
904
|
-
className: ["lion-basic-content",
|
|
905
|
-
style: { display:
|
|
1183
|
+
className: ["lion-basic-content", d].filter(Boolean).join(" "),
|
|
1184
|
+
style: { display: g ? "flex" : "block", flexDirection: i === "right" ? "row-reverse" : "row", gap: "var(--Grid-gutter-size)" },
|
|
906
1185
|
children: [
|
|
907
|
-
|
|
1186
|
+
o && i !== "none" && /* @__PURE__ */ e.jsx("img", { src: o, alt: a ?? "", className: "lion-basic-content__image", style: { flex: g ? "0 0 40%" : void 0, width: g ? void 0 : "100%" } }),
|
|
908
1187
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-basic-content__text", children: [
|
|
909
1188
|
/* @__PURE__ */ e.jsx("h2", { className: "lion-basic-content__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: t }),
|
|
910
1189
|
/* @__PURE__ */ e.jsx("p", { className: "lion-basic-content__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: n }),
|
|
911
|
-
|
|
1190
|
+
s && l && /* @__PURE__ */ e.jsx("a", { href: l, className: "lion-basic-content__cta", style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" }, children: s })
|
|
912
1191
|
] })
|
|
913
1192
|
]
|
|
914
1193
|
}
|
|
915
1194
|
);
|
|
916
|
-
},
|
|
1195
|
+
}, Kr = ({ html: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
917
1196
|
"div",
|
|
918
1197
|
{
|
|
919
1198
|
"data-zone": "general",
|
|
@@ -922,7 +1201,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
922
1201
|
style: { fontFamily: "var(--font-family-sans-serif)", fontSize: "var(--font-size-base)", lineHeight: "var(--line-height-base)", color: "var(--color-text)", maxWidth: "72ch" },
|
|
923
1202
|
dangerouslySetInnerHTML: { __html: t }
|
|
924
1203
|
}
|
|
925
|
-
),
|
|
1204
|
+
), Xr = ({ heading: t, body: n, ctaLabel: o, ctaHref: a, className: i }) => /* @__PURE__ */ e.jsxs(
|
|
926
1205
|
"div",
|
|
927
1206
|
{
|
|
928
1207
|
"data-zone": "general",
|
|
@@ -932,17 +1211,17 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
932
1211
|
children: [
|
|
933
1212
|
/* @__PURE__ */ e.jsx("h2", { className: "lion-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)" }, children: t }),
|
|
934
1213
|
/* @__PURE__ */ e.jsx("p", { className: "lion-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
|
|
935
|
-
|
|
1214
|
+
o && a && /* @__PURE__ */ e.jsx("a", { href: a, className: "lion-callout__cta", style: { color: "var(--color-link)" }, children: o })
|
|
936
1215
|
]
|
|
937
1216
|
}
|
|
938
|
-
), vr = ["Risk-free", "No Obligation", "Protected Privacy"],
|
|
1217
|
+
), vr = ["Risk-free", "No Obligation", "Protected Privacy"], Qr = ({ tags: t = vr, className: n }) => /* @__PURE__ */ e.jsx(
|
|
939
1218
|
"ul",
|
|
940
1219
|
{
|
|
941
1220
|
"data-zone": "general",
|
|
942
1221
|
"data-content-type": "confidence-tags",
|
|
943
1222
|
className: ["lion-confidence-tags", n].filter(Boolean).join(" "),
|
|
944
1223
|
style: { listStyle: "none", padding: 0, margin: 0, display: "flex", gap: "var(--Grid-gutter-size)" },
|
|
945
|
-
children: t.map((
|
|
1224
|
+
children: t.map((o) => /* @__PURE__ */ e.jsx(
|
|
946
1225
|
"li",
|
|
947
1226
|
{
|
|
948
1227
|
className: "lion-confidence-tags__tag",
|
|
@@ -954,94 +1233,94 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
954
1233
|
padding: "var(--padding-small-vertical) var(--padding-small-horizontal)",
|
|
955
1234
|
backgroundColor: "var(--color-teal-opaque)"
|
|
956
1235
|
},
|
|
957
|
-
children:
|
|
1236
|
+
children: o
|
|
958
1237
|
},
|
|
959
|
-
|
|
1238
|
+
o
|
|
960
1239
|
))
|
|
961
1240
|
}
|
|
962
|
-
),
|
|
1241
|
+
), Zr = ({
|
|
963
1242
|
src: t,
|
|
964
1243
|
alt: n,
|
|
965
|
-
caption:
|
|
966
|
-
width:
|
|
1244
|
+
caption: o,
|
|
1245
|
+
width: a = "full",
|
|
967
1246
|
alignment: i = "left",
|
|
968
|
-
linkHref:
|
|
969
|
-
className:
|
|
1247
|
+
linkHref: s,
|
|
1248
|
+
className: l
|
|
970
1249
|
}) => {
|
|
971
|
-
const
|
|
1250
|
+
const d = { full: "100%", half: "50%", third: "33.333%" }, g = /* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-content-image__img", style: { width: "100%", display: "block", borderRadius: "var(--border-radius-base)" } });
|
|
972
1251
|
return /* @__PURE__ */ e.jsxs(
|
|
973
1252
|
"figure",
|
|
974
1253
|
{
|
|
975
1254
|
"data-zone": "general",
|
|
976
1255
|
"data-content-type": "content-image-block",
|
|
977
|
-
className: ["lion-content-image",
|
|
978
|
-
style: { margin: 0, width:
|
|
1256
|
+
className: ["lion-content-image", l].filter(Boolean).join(" "),
|
|
1257
|
+
style: { margin: 0, width: d[a], marginLeft: i === "center" ? "auto" : void 0, marginRight: i === "center" || i === "right" ? "auto" : void 0 },
|
|
979
1258
|
children: [
|
|
980
|
-
|
|
981
|
-
|
|
1259
|
+
s ? /* @__PURE__ */ e.jsx("a", { href: s, children: g }) : g,
|
|
1260
|
+
o && /* @__PURE__ */ e.jsx("figcaption", { className: "lion-content-image__caption", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" }, children: o })
|
|
982
1261
|
]
|
|
983
1262
|
}
|
|
984
1263
|
);
|
|
985
|
-
},
|
|
1264
|
+
}, ea = ({ cards: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
986
1265
|
"ul",
|
|
987
1266
|
{
|
|
988
1267
|
"data-zone": "general",
|
|
989
1268
|
"data-content-type": "cross-sell-card-block",
|
|
990
1269
|
className: ["lion-cross-sell", n].filter(Boolean).join(" "),
|
|
991
1270
|
style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(t.length, 3)}, 1fr)`, gap: "var(--Grid-gutter-size)" },
|
|
992
|
-
children: t.map((
|
|
993
|
-
|
|
1271
|
+
children: t.map((o, a) => /* @__PURE__ */ e.jsxs("li", { className: "lion-cross-sell__card", style: { borderRadius: "var(--border-radius-base)", border: "var(--border-width-thin) solid var(--color-line)", overflow: "hidden" }, children: [
|
|
1272
|
+
o.imageSrc && /* @__PURE__ */ e.jsx("img", { src: o.imageSrc, alt: o.imageAlt ?? "", className: "lion-cross-sell__image", style: { width: "100%", display: "block" } }),
|
|
994
1273
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-cross-sell__body", style: { padding: "var(--padding-base-horizontal)" }, children: [
|
|
995
|
-
/* @__PURE__ */ e.jsx("h3", { className: "lion-cross-sell__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)" }, children:
|
|
996
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-cross-sell__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
997
|
-
/* @__PURE__ */ e.jsx("a", { href:
|
|
1274
|
+
/* @__PURE__ */ e.jsx("h3", { className: "lion-cross-sell__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)" }, children: o.heading }),
|
|
1275
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-cross-sell__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: o.body }),
|
|
1276
|
+
/* @__PURE__ */ e.jsx("a", { href: o.ctaHref, className: "lion-cross-sell__cta", style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" }, children: o.ctaLabel })
|
|
998
1277
|
] })
|
|
999
|
-
] },
|
|
1278
|
+
] }, a))
|
|
1000
1279
|
}
|
|
1001
1280
|
), ur = {
|
|
1002
1281
|
checkmark: "✓",
|
|
1003
1282
|
bullet: "•",
|
|
1004
1283
|
number: "",
|
|
1005
1284
|
icon: "→"
|
|
1006
|
-
},
|
|
1285
|
+
}, ra = ({ items: t, style: n = "checkmark", heading: o, className: a }) => {
|
|
1007
1286
|
const i = n === "number" ? "ol" : "ul";
|
|
1008
|
-
return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "decorative-list-block", className: ["lion-decorative-list",
|
|
1009
|
-
|
|
1010
|
-
/* @__PURE__ */ e.jsx(i, { className: "lion-decorative-list__list", style: { listStyle: "none", padding: 0, margin: 0 }, children: t.map((
|
|
1011
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-decorative-list__marker", style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-700)", flexShrink: 0 }, children: n === "number" ? `${
|
|
1012
|
-
/* @__PURE__ */ e.jsx("span", { children:
|
|
1013
|
-
] },
|
|
1287
|
+
return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "decorative-list-block", className: ["lion-decorative-list", a].filter(Boolean).join(" "), children: [
|
|
1288
|
+
o && /* @__PURE__ */ e.jsx("h2", { className: "lion-decorative-list__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" }, children: o }),
|
|
1289
|
+
/* @__PURE__ */ e.jsx(i, { className: "lion-decorative-list__list", style: { listStyle: "none", padding: 0, margin: 0 }, children: t.map((s, l) => /* @__PURE__ */ e.jsxs("li", { className: "lion-decorative-list__item", style: { display: "flex", gap: "var(--Grid-gutter-size)", alignItems: "flex-start", padding: "var(--padding-small-vertical) 0", fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: [
|
|
1290
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-decorative-list__marker", style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-700)", flexShrink: 0 }, children: n === "number" ? `${l + 1}.` : ur[n] }),
|
|
1291
|
+
/* @__PURE__ */ e.jsx("span", { children: s })
|
|
1292
|
+
] }, l)) })
|
|
1014
1293
|
] });
|
|
1015
|
-
},
|
|
1294
|
+
}, aa = ({
|
|
1016
1295
|
heading: t,
|
|
1017
1296
|
body: n,
|
|
1018
|
-
placeholder:
|
|
1019
|
-
submitLabel:
|
|
1297
|
+
placeholder: o = "Enter your email",
|
|
1298
|
+
submitLabel: a = "Subscribe",
|
|
1020
1299
|
onSubmit: i,
|
|
1021
|
-
className:
|
|
1300
|
+
className: s
|
|
1022
1301
|
}) => {
|
|
1023
|
-
const [
|
|
1024
|
-
|
|
1302
|
+
const [l, d] = B(""), g = (b) => {
|
|
1303
|
+
b.preventDefault(), i == null || i(l);
|
|
1025
1304
|
};
|
|
1026
1305
|
return /* @__PURE__ */ e.jsxs(
|
|
1027
1306
|
"div",
|
|
1028
1307
|
{
|
|
1029
1308
|
"data-zone": "general",
|
|
1030
1309
|
"data-content-type": "email-callout-block",
|
|
1031
|
-
className: ["lion-email-callout",
|
|
1310
|
+
className: ["lion-email-callout", s].filter(Boolean).join(" "),
|
|
1032
1311
|
style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)" },
|
|
1033
1312
|
children: [
|
|
1034
1313
|
/* @__PURE__ */ e.jsx("h2", { className: "lion-email-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: t }),
|
|
1035
1314
|
n && /* @__PURE__ */ e.jsx("p", { className: "lion-email-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
|
|
1036
|
-
/* @__PURE__ */ e.jsxs("form", { className: "lion-email-callout__form", onSubmit:
|
|
1315
|
+
/* @__PURE__ */ e.jsxs("form", { className: "lion-email-callout__form", onSubmit: g, style: { display: "flex", gap: "var(--Grid-gutter-size)" }, children: [
|
|
1037
1316
|
/* @__PURE__ */ e.jsx(
|
|
1038
1317
|
"input",
|
|
1039
1318
|
{
|
|
1040
1319
|
type: "email",
|
|
1041
1320
|
required: !0,
|
|
1042
|
-
value:
|
|
1043
|
-
onChange: (
|
|
1044
|
-
placeholder:
|
|
1321
|
+
value: l,
|
|
1322
|
+
onChange: (b) => d(b.target.value),
|
|
1323
|
+
placeholder: o,
|
|
1045
1324
|
className: "lion-email-callout__input",
|
|
1046
1325
|
style: { flex: 1, borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)" }
|
|
1047
1326
|
}
|
|
@@ -1052,7 +1331,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1052
1331
|
type: "submit",
|
|
1053
1332
|
className: "lion-email-callout__submit",
|
|
1054
1333
|
style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", border: "none", cursor: "pointer" },
|
|
1055
|
-
children:
|
|
1334
|
+
children: a
|
|
1056
1335
|
}
|
|
1057
1336
|
)
|
|
1058
1337
|
] })
|
|
@@ -1063,27 +1342,27 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1063
1342
|
"16/9": "56.25%",
|
|
1064
1343
|
"4/3": "75%",
|
|
1065
1344
|
"1/1": "100%"
|
|
1066
|
-
},
|
|
1345
|
+
}, oa = ({
|
|
1067
1346
|
src: t,
|
|
1068
1347
|
title: n,
|
|
1069
|
-
aspectRatio:
|
|
1070
|
-
autoplay:
|
|
1348
|
+
aspectRatio: o = "16/9",
|
|
1349
|
+
autoplay: a = !1,
|
|
1071
1350
|
caption: i,
|
|
1072
|
-
className:
|
|
1351
|
+
className: s
|
|
1073
1352
|
}) => {
|
|
1074
|
-
const
|
|
1353
|
+
const l = a ? `${t}${t.includes("?") ? "&" : "?"}autoplay=1` : t;
|
|
1075
1354
|
return /* @__PURE__ */ e.jsxs(
|
|
1076
1355
|
"figure",
|
|
1077
1356
|
{
|
|
1078
1357
|
"data-zone": "general",
|
|
1079
1358
|
"data-content-type": "embedded-video-block",
|
|
1080
|
-
className: ["lion-video",
|
|
1359
|
+
className: ["lion-video", s].filter(Boolean).join(" "),
|
|
1081
1360
|
style: { margin: 0 },
|
|
1082
1361
|
children: [
|
|
1083
|
-
/* @__PURE__ */ e.jsx("div", { className: "lion-video__wrapper", style: { position: "relative", paddingBottom: pr[
|
|
1362
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-video__wrapper", style: { position: "relative", paddingBottom: pr[o], height: 0, overflow: "hidden", borderRadius: "var(--border-radius-base)" }, children: /* @__PURE__ */ e.jsx(
|
|
1084
1363
|
"iframe",
|
|
1085
1364
|
{
|
|
1086
|
-
src:
|
|
1365
|
+
src: l,
|
|
1087
1366
|
title: n,
|
|
1088
1367
|
className: "lion-video__iframe",
|
|
1089
1368
|
style: { position: "absolute", top: 0, left: 0, width: "100%", height: "100%", border: 0 },
|
|
@@ -1094,14 +1373,14 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1094
1373
|
]
|
|
1095
1374
|
}
|
|
1096
1375
|
);
|
|
1097
|
-
},
|
|
1376
|
+
}, ta = ({
|
|
1098
1377
|
imageSrc: t,
|
|
1099
1378
|
imageAlt: n,
|
|
1100
|
-
highlightBox:
|
|
1101
|
-
highlightBoxPosition:
|
|
1379
|
+
highlightBox: o,
|
|
1380
|
+
highlightBoxPosition: a = "bottom-left",
|
|
1102
1381
|
className: i
|
|
1103
1382
|
}) => {
|
|
1104
|
-
const
|
|
1383
|
+
const s = {
|
|
1105
1384
|
"bottom-left": { bottom: "var(--padding-edge)", left: "var(--padding-edge)" },
|
|
1106
1385
|
"bottom-right": { bottom: "var(--padding-edge)", right: "var(--padding-edge)" },
|
|
1107
1386
|
"top-left": { top: "var(--padding-edge)", left: "var(--padding-edge)" },
|
|
@@ -1122,22 +1401,22 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1122
1401
|
className: "lion-full-image__highlight-box",
|
|
1123
1402
|
style: {
|
|
1124
1403
|
position: "absolute",
|
|
1125
|
-
...
|
|
1404
|
+
...s[a],
|
|
1126
1405
|
backgroundColor: "var(--color-white)",
|
|
1127
1406
|
borderRadius: "var(--border-radius-base)",
|
|
1128
1407
|
padding: "var(--padding-edge)",
|
|
1129
1408
|
maxWidth: "360px"
|
|
1130
1409
|
},
|
|
1131
1410
|
children: [
|
|
1132
|
-
/* @__PURE__ */ e.jsx("h2", { className: "lion-full-image__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children:
|
|
1133
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-full-image__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
1134
|
-
|
|
1411
|
+
/* @__PURE__ */ e.jsx("h2", { className: "lion-full-image__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: o.heading }),
|
|
1412
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-full-image__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: o.body }),
|
|
1413
|
+
o.ctaLabel && o.ctaHref && /* @__PURE__ */ e.jsx(
|
|
1135
1414
|
"a",
|
|
1136
1415
|
{
|
|
1137
|
-
href:
|
|
1416
|
+
href: o.ctaHref,
|
|
1138
1417
|
className: "lion-full-image__cta",
|
|
1139
1418
|
style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "inline-block" },
|
|
1140
|
-
children:
|
|
1419
|
+
children: o.ctaLabel
|
|
1141
1420
|
}
|
|
1142
1421
|
)
|
|
1143
1422
|
]
|
|
@@ -1146,32 +1425,32 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1146
1425
|
]
|
|
1147
1426
|
}
|
|
1148
1427
|
);
|
|
1149
|
-
},
|
|
1428
|
+
}, mr = {
|
|
1150
1429
|
thin: "var(--border-width-thin)",
|
|
1151
1430
|
base: "var(--border-width-base)",
|
|
1152
1431
|
thick: "var(--border-width-thick)"
|
|
1153
|
-
},
|
|
1432
|
+
}, na = ({
|
|
1154
1433
|
style: t = "solid",
|
|
1155
1434
|
color: n = "var(--color-line)",
|
|
1156
|
-
thickness:
|
|
1157
|
-
className:
|
|
1435
|
+
thickness: o = "thin",
|
|
1436
|
+
className: a
|
|
1158
1437
|
}) => /* @__PURE__ */ e.jsx(
|
|
1159
1438
|
"hr",
|
|
1160
1439
|
{
|
|
1161
1440
|
"data-zone": "general",
|
|
1162
1441
|
"data-content-type": "horizontal-rule",
|
|
1163
|
-
className: ["lion-horizontal-rule",
|
|
1164
|
-
style: { border: "none", borderTopWidth:
|
|
1442
|
+
className: ["lion-horizontal-rule", a].filter(Boolean).join(" "),
|
|
1443
|
+
style: { border: "none", borderTopWidth: mr[o], borderTopStyle: t, borderTopColor: n, margin: "var(--padding-edge) 0" }
|
|
1165
1444
|
}
|
|
1166
|
-
),
|
|
1445
|
+
), br = {
|
|
1167
1446
|
info: { bg: "var(--color-teal-tint)", color: "var(--color-teal-dark)", border: "var(--color-teal)" },
|
|
1168
1447
|
warning: { bg: "var(--color-yellow-light)", color: "var(--color-yellow)", border: "var(--color-yellow)" },
|
|
1169
1448
|
success: { bg: "var(--color-green-light)", color: "var(--color-green)", border: "var(--color-green)" },
|
|
1170
1449
|
error: { bg: "var(--color-red-light)", color: "var(--color-red)", border: "var(--color-red)" }
|
|
1171
|
-
},
|
|
1172
|
-
const [
|
|
1173
|
-
if (
|
|
1174
|
-
const
|
|
1450
|
+
}, ia = ({ type: t, message: n, heading: o, dismissible: a = !1, className: i }) => {
|
|
1451
|
+
const [s, l] = ae.useState(!1);
|
|
1452
|
+
if (s) return null;
|
|
1453
|
+
const d = br[t];
|
|
1175
1454
|
return /* @__PURE__ */ e.jsxs(
|
|
1176
1455
|
"div",
|
|
1177
1456
|
{
|
|
@@ -1180,34 +1459,34 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1180
1459
|
"data-content-type": "inline-message",
|
|
1181
1460
|
"data-type": t,
|
|
1182
1461
|
className: ["lion-inline-message", `lion-inline-message--${t}`, i].filter(Boolean).join(" "),
|
|
1183
|
-
style: { backgroundColor:
|
|
1462
|
+
style: { backgroundColor: d.bg, borderLeft: `var(--border-width-thick) solid ${d.border}`, borderRadius: "var(--border-radius-small)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "flex", justifyContent: "space-between", alignItems: "flex-start" },
|
|
1184
1463
|
children: [
|
|
1185
1464
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
1186
|
-
|
|
1187
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-inline-message__text", style: { fontSize: "var(--font-size-base)", color:
|
|
1465
|
+
o && /* @__PURE__ */ e.jsx("strong", { className: "lion-inline-message__heading", style: { color: d.color, display: "block", fontWeight: "var(--font-weight-600)" }, children: o }),
|
|
1466
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-inline-message__text", style: { fontSize: "var(--font-size-base)", color: d.color }, children: n })
|
|
1188
1467
|
] }),
|
|
1189
|
-
|
|
1468
|
+
a && /* @__PURE__ */ e.jsx("button", { type: "button", onClick: () => l(!0), "aria-label": "Dismiss", style: { background: "none", border: "none", cursor: "pointer", color: d.color, fontWeight: "var(--font-weight-700)", fontSize: "1.2em", padding: 0, marginLeft: "var(--Grid-gutter-size)" }, children: "×" })
|
|
1190
1469
|
]
|
|
1191
1470
|
}
|
|
1192
1471
|
);
|
|
1193
|
-
},
|
|
1472
|
+
}, la = ({
|
|
1194
1473
|
heading: t,
|
|
1195
1474
|
body: n,
|
|
1196
|
-
deadline:
|
|
1197
|
-
ctaLabel:
|
|
1475
|
+
deadline: o,
|
|
1476
|
+
ctaLabel: a,
|
|
1198
1477
|
ctaHref: i,
|
|
1199
|
-
className:
|
|
1478
|
+
className: s
|
|
1200
1479
|
}) => /* @__PURE__ */ e.jsxs(
|
|
1201
1480
|
"div",
|
|
1202
1481
|
{
|
|
1203
1482
|
"data-zone": "general",
|
|
1204
1483
|
"data-content-type": "last-chance-block",
|
|
1205
|
-
className: ["lion-last-chance",
|
|
1484
|
+
className: ["lion-last-chance", s].filter(Boolean).join(" "),
|
|
1206
1485
|
style: { background: "var(--gradient-blue-to-teal)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)", color: "var(--color-white)", textAlign: "center" },
|
|
1207
1486
|
children: [
|
|
1208
|
-
|
|
1487
|
+
o && /* @__PURE__ */ e.jsxs("p", { className: "lion-last-chance__deadline", style: { fontSize: "var(--h5-font-size)", fontWeight: "var(--font-weight-600)", textTransform: "uppercase", letterSpacing: "0.05em", marginBottom: "var(--Grid-gutter-size)" }, children: [
|
|
1209
1488
|
"Deadline: ",
|
|
1210
|
-
|
|
1489
|
+
o
|
|
1211
1490
|
] }),
|
|
1212
1491
|
/* @__PURE__ */ e.jsx("h2", { className: "lion-last-chance__heading", style: { fontSize: "var(--h1-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" }, children: t }),
|
|
1213
1492
|
/* @__PURE__ */ e.jsx("p", { className: "lion-last-chance__body", style: { fontSize: "var(--font-size-base)", marginBottom: "var(--padding-edge)" }, children: n }),
|
|
@@ -1217,52 +1496,52 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1217
1496
|
href: i,
|
|
1218
1497
|
className: "lion-last-chance__cta",
|
|
1219
1498
|
style: { backgroundColor: "var(--color-white)", color: "var(--color-brand)", fontWeight: "var(--font-weight-700)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-large-vertical) var(--padding-large-horizontal)", display: "inline-block" },
|
|
1220
|
-
children:
|
|
1499
|
+
children: a
|
|
1221
1500
|
}
|
|
1222
1501
|
)
|
|
1223
1502
|
]
|
|
1224
1503
|
}
|
|
1225
|
-
),
|
|
1504
|
+
), sa = ({
|
|
1226
1505
|
fields: t,
|
|
1227
1506
|
submitLabel: n = "Submit",
|
|
1228
|
-
onSubmit:
|
|
1229
|
-
mediaCode:
|
|
1507
|
+
onSubmit: o,
|
|
1508
|
+
mediaCode: a,
|
|
1230
1509
|
className: i
|
|
1231
1510
|
}) => {
|
|
1232
|
-
const
|
|
1233
|
-
if (
|
|
1234
|
-
const
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
}),
|
|
1511
|
+
const s = (l) => {
|
|
1512
|
+
if (l.preventDefault(), !o) return;
|
|
1513
|
+
const d = new FormData(l.currentTarget), g = {};
|
|
1514
|
+
d.forEach((b, y) => {
|
|
1515
|
+
g[y] = b;
|
|
1516
|
+
}), o(g);
|
|
1238
1517
|
};
|
|
1239
1518
|
return /* @__PURE__ */ e.jsxs(
|
|
1240
1519
|
"form",
|
|
1241
1520
|
{
|
|
1242
1521
|
"data-zone": "general",
|
|
1243
1522
|
"data-content-type": "lead-form",
|
|
1244
|
-
"data-media-code":
|
|
1523
|
+
"data-media-code": a,
|
|
1245
1524
|
className: ["lion-lead-form", i].filter(Boolean).join(" "),
|
|
1246
|
-
onSubmit:
|
|
1525
|
+
onSubmit: s,
|
|
1247
1526
|
children: [
|
|
1248
|
-
t.map((
|
|
1249
|
-
var
|
|
1527
|
+
t.map((l) => {
|
|
1528
|
+
var d;
|
|
1250
1529
|
return /* @__PURE__ */ e.jsxs("div", { className: "lion-lead-form__field", children: [
|
|
1251
|
-
/* @__PURE__ */ e.jsxs("label", { htmlFor:
|
|
1252
|
-
|
|
1253
|
-
|
|
1530
|
+
/* @__PURE__ */ e.jsxs("label", { htmlFor: l.name, className: "lion-lead-form__label", style: { fontWeight: "var(--font-weight-600)" }, children: [
|
|
1531
|
+
l.label,
|
|
1532
|
+
l.required && /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", children: " *" })
|
|
1254
1533
|
] }),
|
|
1255
|
-
|
|
1534
|
+
l.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: l.name, name: l.name, required: l.required, className: "lion-lead-form__select", children: (d = l.options) == null ? void 0 : d.map((g) => /* @__PURE__ */ e.jsx("option", { value: g, children: g }, g)) }) : /* @__PURE__ */ e.jsx(
|
|
1256
1535
|
"input",
|
|
1257
1536
|
{
|
|
1258
|
-
id:
|
|
1259
|
-
name:
|
|
1260
|
-
type:
|
|
1261
|
-
required:
|
|
1537
|
+
id: l.name,
|
|
1538
|
+
name: l.name,
|
|
1539
|
+
type: l.type,
|
|
1540
|
+
required: l.required,
|
|
1262
1541
|
className: "lion-lead-form__input"
|
|
1263
1542
|
}
|
|
1264
1543
|
)
|
|
1265
|
-
] },
|
|
1544
|
+
] }, l.name);
|
|
1266
1545
|
}),
|
|
1267
1546
|
/* @__PURE__ */ e.jsx(
|
|
1268
1547
|
"button",
|
|
@@ -1282,97 +1561,97 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1282
1561
|
]
|
|
1283
1562
|
}
|
|
1284
1563
|
);
|
|
1285
|
-
},
|
|
1564
|
+
}, ca = ({
|
|
1286
1565
|
steps: t,
|
|
1287
1566
|
submitLabel: n = "Submit",
|
|
1288
|
-
onSubmit:
|
|
1289
|
-
mediaCode:
|
|
1567
|
+
onSubmit: o,
|
|
1568
|
+
mediaCode: a,
|
|
1290
1569
|
className: i
|
|
1291
1570
|
}) => {
|
|
1292
|
-
const [
|
|
1571
|
+
const [s, l] = B(0), [d, g] = B({}), b = s === t.length - 1, y = t[s], z = (p) => {
|
|
1293
1572
|
p.preventDefault();
|
|
1294
|
-
const
|
|
1295
|
-
|
|
1296
|
-
C[
|
|
1573
|
+
const S = new FormData(p.currentTarget), C = {};
|
|
1574
|
+
S.forEach((D, E) => {
|
|
1575
|
+
C[E] = D;
|
|
1297
1576
|
});
|
|
1298
|
-
const
|
|
1299
|
-
|
|
1577
|
+
const G = { ...d, ...C };
|
|
1578
|
+
g(G), b ? o == null || o(G) : l((D) => D + 1);
|
|
1300
1579
|
};
|
|
1301
1580
|
return /* @__PURE__ */ e.jsxs(
|
|
1302
1581
|
"div",
|
|
1303
1582
|
{
|
|
1304
1583
|
"data-zone": "general",
|
|
1305
1584
|
"data-content-type": "multi-step-lead-form",
|
|
1306
|
-
"data-media-code":
|
|
1585
|
+
"data-media-code": a,
|
|
1307
1586
|
className: ["lion-multi-step-form", i].filter(Boolean).join(" "),
|
|
1308
1587
|
children: [
|
|
1309
|
-
/* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__progress", style: { display: "flex", gap: "var(--padding-small-horizontal)", marginBottom: "var(--padding-edge)" }, children: t.map((p,
|
|
1588
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__progress", style: { display: "flex", gap: "var(--padding-small-horizontal)", marginBottom: "var(--padding-edge)" }, children: t.map((p, S) => /* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__step-indicator", style: { flex: 1, height: "4px", borderRadius: "2px", backgroundColor: S <= s ? "var(--color-brand)" : "var(--color-gray-light)" } }, S)) }),
|
|
1310
1589
|
/* @__PURE__ */ e.jsxs("p", { className: "lion-multi-step-form__step-label", style: { fontSize: "var(--h5-font-size)", color: "var(--color-gray)", marginBottom: "var(--Grid-gutter-size)" }, children: [
|
|
1311
1590
|
"Step ",
|
|
1312
|
-
|
|
1591
|
+
s + 1,
|
|
1313
1592
|
" of ",
|
|
1314
1593
|
t.length,
|
|
1315
1594
|
": ",
|
|
1316
|
-
|
|
1595
|
+
y.title
|
|
1317
1596
|
] }),
|
|
1318
|
-
/* @__PURE__ */ e.jsxs("form", { onSubmit:
|
|
1319
|
-
|
|
1320
|
-
var
|
|
1597
|
+
/* @__PURE__ */ e.jsxs("form", { onSubmit: z, children: [
|
|
1598
|
+
y.fields.map((p) => {
|
|
1599
|
+
var S;
|
|
1321
1600
|
return /* @__PURE__ */ e.jsxs("div", { className: "lion-multi-step-form__field", style: { marginBottom: "var(--Grid-gutter-size)" }, children: [
|
|
1322
1601
|
/* @__PURE__ */ e.jsxs("label", { htmlFor: p.name, style: { display: "block", fontWeight: "var(--font-weight-600)", marginBottom: "0.4rem" }, children: [
|
|
1323
1602
|
p.label,
|
|
1324
1603
|
p.required && /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", children: " *" })
|
|
1325
1604
|
] }),
|
|
1326
|
-
p.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: p.name, name: p.name, required: p.required, style: { width: "100%", borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)" }, children: (
|
|
1605
|
+
p.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: p.name, name: p.name, required: p.required, style: { width: "100%", borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)" }, children: (S = p.options) == null ? void 0 : S.map((C) => /* @__PURE__ */ e.jsx("option", { value: C, children: C }, C)) }) : /* @__PURE__ */ e.jsx("input", { id: p.name, name: p.name, type: p.type, required: p.required, style: { width: "100%", borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)" } })
|
|
1327
1606
|
] }, p.name);
|
|
1328
1607
|
}),
|
|
1329
1608
|
/* @__PURE__ */ e.jsxs("div", { style: { display: "flex", justifyContent: "space-between", gap: "var(--Grid-gutter-size)" }, children: [
|
|
1330
|
-
|
|
1331
|
-
/* @__PURE__ */ e.jsx("button", { type: "submit", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", border: "none", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)", marginLeft: "auto" }, children:
|
|
1609
|
+
s > 0 && /* @__PURE__ */ e.jsx("button", { type: "button", onClick: () => l((p) => p - 1), style: { background: "none", border: "var(--border-width-base) solid var(--color-brand)", color: "var(--color-link)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)" }, children: "Back" }),
|
|
1610
|
+
/* @__PURE__ */ e.jsx("button", { type: "submit", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", border: "none", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)", marginLeft: "auto" }, children: b ? n : "Next" })
|
|
1332
1611
|
] })
|
|
1333
1612
|
] })
|
|
1334
1613
|
]
|
|
1335
1614
|
}
|
|
1336
1615
|
);
|
|
1337
|
-
},
|
|
1616
|
+
}, da = ({ testimonials: t, heading: n, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "multi-testimonial", className: ["lion-testimonials", o].filter(Boolean).join(" "), children: [
|
|
1338
1617
|
n && /* @__PURE__ */ e.jsx("h2", { className: "lion-testimonials__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
|
|
1339
|
-
/* @__PURE__ */ e.jsx("ul", { className: "lion-testimonials__list", style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))", gap: "var(--Grid-gutter-size)" }, children: t.map((
|
|
1340
|
-
|
|
1341
|
-
"★".repeat(
|
|
1342
|
-
"☆".repeat(5 -
|
|
1618
|
+
/* @__PURE__ */ e.jsx("ul", { className: "lion-testimonials__list", style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))", gap: "var(--Grid-gutter-size)" }, children: t.map((a, i) => /* @__PURE__ */ e.jsxs("li", { className: "lion-testimonials__item", style: { backgroundColor: "var(--color-gray-lightest)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-horizontal)" }, children: [
|
|
1619
|
+
a.rating && /* @__PURE__ */ e.jsxs("div", { className: "lion-testimonials__rating", "aria-label": `${a.rating} out of 5 stars`, style: { color: "var(--color-gold)", marginBottom: "var(--Grid-gutter-size)" }, children: [
|
|
1620
|
+
"★".repeat(a.rating),
|
|
1621
|
+
"☆".repeat(5 - a.rating)
|
|
1343
1622
|
] }),
|
|
1344
1623
|
/* @__PURE__ */ e.jsxs("blockquote", { className: "lion-testimonials__quote", style: { margin: 0, fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)", fontStyle: "italic" }, children: [
|
|
1345
1624
|
'"',
|
|
1346
|
-
|
|
1625
|
+
a.quote,
|
|
1347
1626
|
'"'
|
|
1348
1627
|
] }),
|
|
1349
1628
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-testimonials__attribution", style: { display: "flex", alignItems: "center", gap: "var(--Grid-gutter-size)", marginTop: "var(--Grid-gutter-size)" }, children: [
|
|
1350
|
-
|
|
1629
|
+
a.imageSrc && /* @__PURE__ */ e.jsx("img", { src: a.imageSrc, alt: a.imageAlt ?? a.author, style: { width: "40px", height: "40px", borderRadius: "50%", objectFit: "cover" } }),
|
|
1351
1630
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
1352
|
-
/* @__PURE__ */ e.jsx("strong", { className: "lion-testimonials__author", style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", display: "block" }, children:
|
|
1353
|
-
|
|
1631
|
+
/* @__PURE__ */ e.jsx("strong", { className: "lion-testimonials__author", style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", display: "block" }, children: a.author }),
|
|
1632
|
+
a.role && /* @__PURE__ */ e.jsx("span", { className: "lion-testimonials__role", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: a.role })
|
|
1354
1633
|
] })
|
|
1355
1634
|
] })
|
|
1356
1635
|
] }, i)) })
|
|
1357
|
-
] }),
|
|
1636
|
+
] }), ha = ({
|
|
1358
1637
|
heading: t,
|
|
1359
1638
|
body: n,
|
|
1360
|
-
emailLabel:
|
|
1361
|
-
submitLabel:
|
|
1639
|
+
emailLabel: o = "Email address",
|
|
1640
|
+
submitLabel: a = "Sign me up",
|
|
1362
1641
|
onSubmit: i,
|
|
1363
|
-
defaultChecked:
|
|
1364
|
-
className:
|
|
1642
|
+
defaultChecked: s = !1,
|
|
1643
|
+
className: l
|
|
1365
1644
|
}) => {
|
|
1366
|
-
const [
|
|
1367
|
-
p.preventDefault(), i == null || i(
|
|
1645
|
+
const [d, g] = B(""), [b, y] = B(s), z = (p) => {
|
|
1646
|
+
p.preventDefault(), i == null || i(d, b);
|
|
1368
1647
|
};
|
|
1369
1648
|
return /* @__PURE__ */ e.jsxs(
|
|
1370
1649
|
"form",
|
|
1371
1650
|
{
|
|
1372
1651
|
"data-zone": "general",
|
|
1373
1652
|
"data-content-type": "opt-in",
|
|
1374
|
-
className: ["lion-opt-in",
|
|
1375
|
-
onSubmit:
|
|
1653
|
+
className: ["lion-opt-in", l].filter(Boolean).join(" "),
|
|
1654
|
+
onSubmit: z,
|
|
1376
1655
|
children: [
|
|
1377
1656
|
/* @__PURE__ */ e.jsx(
|
|
1378
1657
|
"h2",
|
|
@@ -1390,7 +1669,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1390
1669
|
htmlFor: "opt-in-email",
|
|
1391
1670
|
className: "lion-opt-in__label",
|
|
1392
1671
|
style: { fontWeight: "var(--font-weight-600)", display: "block" },
|
|
1393
|
-
children:
|
|
1672
|
+
children: o
|
|
1394
1673
|
}
|
|
1395
1674
|
),
|
|
1396
1675
|
/* @__PURE__ */ e.jsx(
|
|
@@ -1399,8 +1678,8 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1399
1678
|
id: "opt-in-email",
|
|
1400
1679
|
type: "email",
|
|
1401
1680
|
required: !0,
|
|
1402
|
-
value:
|
|
1403
|
-
onChange: (p) =>
|
|
1681
|
+
value: d,
|
|
1682
|
+
onChange: (p) => g(p.target.value),
|
|
1404
1683
|
className: "lion-opt-in__input",
|
|
1405
1684
|
style: { borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)" }
|
|
1406
1685
|
}
|
|
@@ -1411,8 +1690,8 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1411
1690
|
"input",
|
|
1412
1691
|
{
|
|
1413
1692
|
type: "checkbox",
|
|
1414
|
-
checked:
|
|
1415
|
-
onChange: (p) =>
|
|
1693
|
+
checked: b,
|
|
1694
|
+
onChange: (p) => y(p.target.checked),
|
|
1416
1695
|
className: "lion-opt-in__checkbox"
|
|
1417
1696
|
}
|
|
1418
1697
|
),
|
|
@@ -1432,32 +1711,32 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1432
1711
|
border: "none",
|
|
1433
1712
|
cursor: "pointer"
|
|
1434
1713
|
},
|
|
1435
|
-
children:
|
|
1714
|
+
children: a
|
|
1436
1715
|
}
|
|
1437
1716
|
)
|
|
1438
1717
|
]
|
|
1439
1718
|
}
|
|
1440
1719
|
);
|
|
1441
|
-
},
|
|
1720
|
+
}, ga = ({
|
|
1442
1721
|
imageSrc: t,
|
|
1443
1722
|
imageAlt: n,
|
|
1444
|
-
heading:
|
|
1445
|
-
body:
|
|
1723
|
+
heading: o,
|
|
1724
|
+
body: a,
|
|
1446
1725
|
ctaLabel: i,
|
|
1447
|
-
ctaHref:
|
|
1448
|
-
badgeLabel:
|
|
1449
|
-
className:
|
|
1726
|
+
ctaHref: s,
|
|
1727
|
+
badgeLabel: l,
|
|
1728
|
+
className: d
|
|
1450
1729
|
}) => /* @__PURE__ */ e.jsxs(
|
|
1451
1730
|
"div",
|
|
1452
1731
|
{
|
|
1453
1732
|
"data-zone": "general",
|
|
1454
1733
|
"data-content-type": "product-block",
|
|
1455
|
-
className: ["lion-product-block",
|
|
1734
|
+
className: ["lion-product-block", d].filter(Boolean).join(" "),
|
|
1456
1735
|
style: { borderRadius: "var(--border-radius-base)", overflow: "hidden" },
|
|
1457
1736
|
children: [
|
|
1458
1737
|
t && /* @__PURE__ */ e.jsx("div", { className: "lion-product-block__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: t, alt: n ?? "", className: "lion-product-block__image" }) }),
|
|
1459
1738
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-product-block__body", style: { padding: "var(--padding-edge)" }, children: [
|
|
1460
|
-
|
|
1739
|
+
l && /* @__PURE__ */ e.jsx(
|
|
1461
1740
|
"span",
|
|
1462
1741
|
{
|
|
1463
1742
|
className: "lion-product-block__badge",
|
|
@@ -1469,7 +1748,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1469
1748
|
borderRadius: "var(--border-radius-small)",
|
|
1470
1749
|
padding: "var(--padding-small-vertical) var(--padding-small-horizontal)"
|
|
1471
1750
|
},
|
|
1472
|
-
children:
|
|
1751
|
+
children: l
|
|
1473
1752
|
}
|
|
1474
1753
|
),
|
|
1475
1754
|
/* @__PURE__ */ e.jsx(
|
|
@@ -1477,7 +1756,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1477
1756
|
{
|
|
1478
1757
|
className: "lion-product-block__heading",
|
|
1479
1758
|
style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" },
|
|
1480
|
-
children:
|
|
1759
|
+
children: o
|
|
1481
1760
|
}
|
|
1482
1761
|
),
|
|
1483
1762
|
/* @__PURE__ */ e.jsx(
|
|
@@ -1485,13 +1764,13 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1485
1764
|
{
|
|
1486
1765
|
className: "lion-product-block__description",
|
|
1487
1766
|
style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" },
|
|
1488
|
-
children:
|
|
1767
|
+
children: a
|
|
1489
1768
|
}
|
|
1490
1769
|
),
|
|
1491
|
-
i &&
|
|
1770
|
+
i && s && /* @__PURE__ */ e.jsx(
|
|
1492
1771
|
"a",
|
|
1493
1772
|
{
|
|
1494
|
-
href:
|
|
1773
|
+
href: s,
|
|
1495
1774
|
className: "lion-product-block__cta",
|
|
1496
1775
|
style: {
|
|
1497
1776
|
color: "var(--color-white)",
|
|
@@ -1507,12 +1786,12 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1507
1786
|
] })
|
|
1508
1787
|
]
|
|
1509
1788
|
}
|
|
1510
|
-
),
|
|
1789
|
+
), fa = ({ quote: t, attribution: n, role: o, className: a }) => /* @__PURE__ */ e.jsxs(
|
|
1511
1790
|
"blockquote",
|
|
1512
1791
|
{
|
|
1513
1792
|
"data-zone": "general",
|
|
1514
1793
|
"data-content-type": "pull-quote",
|
|
1515
|
-
className: ["lion-pull-quote",
|
|
1794
|
+
className: ["lion-pull-quote", a].filter(Boolean).join(" "),
|
|
1516
1795
|
style: { margin: 0, borderLeft: "var(--border-width-thick) solid var(--color-brand)", paddingLeft: "var(--padding-edge)", paddingTop: "var(--padding-base-vertical)", paddingBottom: "var(--padding-base-vertical)" },
|
|
1517
1796
|
children: [
|
|
1518
1797
|
/* @__PURE__ */ e.jsxs("p", { className: "lion-pull-quote__text", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-300)", color: "var(--color-text)", lineHeight: "var(--h2-line-height)", fontStyle: "italic", margin: 0 }, children: [
|
|
@@ -1522,54 +1801,54 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1522
1801
|
] }),
|
|
1523
1802
|
n && /* @__PURE__ */ e.jsx("footer", { className: "lion-pull-quote__footer", style: { marginTop: "var(--Grid-gutter-size)" }, children: /* @__PURE__ */ e.jsxs("cite", { style: { fontStyle: "normal", fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-gray-dark)" }, children: [
|
|
1524
1803
|
n,
|
|
1525
|
-
|
|
1804
|
+
o && /* @__PURE__ */ e.jsxs("span", { style: { fontWeight: "var(--font-weight-400)", color: "var(--color-gray)" }, children: [
|
|
1526
1805
|
", ",
|
|
1527
|
-
|
|
1806
|
+
o
|
|
1528
1807
|
] })
|
|
1529
1808
|
] }) })
|
|
1530
1809
|
]
|
|
1531
1810
|
}
|
|
1532
|
-
),
|
|
1811
|
+
), va = ({
|
|
1533
1812
|
title: t,
|
|
1534
1813
|
description: n,
|
|
1535
|
-
resourceType:
|
|
1536
|
-
imageSrc:
|
|
1814
|
+
resourceType: o,
|
|
1815
|
+
imageSrc: a,
|
|
1537
1816
|
imageAlt: i,
|
|
1538
|
-
ctaLabel:
|
|
1539
|
-
ctaHref:
|
|
1540
|
-
downloadUrl:
|
|
1541
|
-
className:
|
|
1817
|
+
ctaLabel: s,
|
|
1818
|
+
ctaHref: l,
|
|
1819
|
+
downloadUrl: d,
|
|
1820
|
+
className: g
|
|
1542
1821
|
}) => {
|
|
1543
|
-
const
|
|
1822
|
+
const b = d ?? l;
|
|
1544
1823
|
return /* @__PURE__ */ e.jsxs(
|
|
1545
1824
|
"div",
|
|
1546
1825
|
{
|
|
1547
1826
|
"data-zone": "general",
|
|
1548
1827
|
"data-content-type": "resource-spotlight",
|
|
1549
|
-
"data-resource-type":
|
|
1550
|
-
className: ["lion-resource-spotlight",
|
|
1828
|
+
"data-resource-type": o,
|
|
1829
|
+
className: ["lion-resource-spotlight", g].filter(Boolean).join(" "),
|
|
1551
1830
|
style: { display: "flex", gap: "var(--padding-edge)", alignItems: "flex-start", borderRadius: "var(--border-radius-base)", border: "var(--border-width-thin) solid var(--color-line)", padding: "var(--padding-base-horizontal)" },
|
|
1552
1831
|
children: [
|
|
1553
|
-
|
|
1832
|
+
a && /* @__PURE__ */ e.jsx("img", { src: a, alt: i ?? "", className: "lion-resource-spotlight__image", style: { width: "120px", height: "90px", objectFit: "cover", borderRadius: "var(--border-radius-small)", flexShrink: 0 } }),
|
|
1554
1833
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-resource-spotlight__content", children: [
|
|
1555
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-resource-spotlight__type", style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase", letterSpacing: "0.05em" }, children:
|
|
1834
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-resource-spotlight__type", style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase", letterSpacing: "0.05em" }, children: o }),
|
|
1556
1835
|
/* @__PURE__ */ e.jsx("h3", { className: "lion-resource-spotlight__title", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", margin: "var(--padding-small-vertical) 0" }, children: t }),
|
|
1557
1836
|
/* @__PURE__ */ e.jsx("p", { className: "lion-resource-spotlight__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
|
|
1558
|
-
|
|
1837
|
+
b && /* @__PURE__ */ e.jsx(
|
|
1559
1838
|
"a",
|
|
1560
1839
|
{
|
|
1561
|
-
href:
|
|
1840
|
+
href: b,
|
|
1562
1841
|
className: "lion-resource-spotlight__cta",
|
|
1563
|
-
download: !!
|
|
1842
|
+
download: !!d || void 0,
|
|
1564
1843
|
style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" },
|
|
1565
|
-
children:
|
|
1844
|
+
children: s ?? (d ? "Download" : "View resource")
|
|
1566
1845
|
}
|
|
1567
1846
|
)
|
|
1568
1847
|
] })
|
|
1569
1848
|
]
|
|
1570
1849
|
}
|
|
1571
1850
|
);
|
|
1572
|
-
},
|
|
1851
|
+
}, ua = ({ html: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
1573
1852
|
"div",
|
|
1574
1853
|
{
|
|
1575
1854
|
"data-zone": "general",
|
|
@@ -1583,39 +1862,39 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1583
1862
|
},
|
|
1584
1863
|
dangerouslySetInnerHTML: { __html: t }
|
|
1585
1864
|
}
|
|
1586
|
-
),
|
|
1587
|
-
var
|
|
1588
|
-
const [
|
|
1865
|
+
), pa = ({ tabs: t, defaultTab: n = 0, className: o }) => {
|
|
1866
|
+
var s;
|
|
1867
|
+
const [a, i] = B(n);
|
|
1589
1868
|
return /* @__PURE__ */ e.jsxs(
|
|
1590
1869
|
"div",
|
|
1591
1870
|
{
|
|
1592
1871
|
"data-zone": "general",
|
|
1593
1872
|
"data-content-type": "side-menu-explorer",
|
|
1594
|
-
className: ["lion-side-menu-explorer",
|
|
1873
|
+
className: ["lion-side-menu-explorer", o].filter(Boolean).join(" "),
|
|
1595
1874
|
style: { display: "flex", gap: "var(--padding-edge)" },
|
|
1596
1875
|
children: [
|
|
1597
|
-
/* @__PURE__ */ e.jsx("nav", { className: "lion-side-menu-explorer__menu", "aria-label": "Content sections", style: { width: "220px", flexShrink: 0 }, children: /* @__PURE__ */ e.jsx("ul", { role: "tablist", style: { listStyle: "none", padding: 0, margin: 0 }, children: t.map((
|
|
1876
|
+
/* @__PURE__ */ e.jsx("nav", { className: "lion-side-menu-explorer__menu", "aria-label": "Content sections", style: { width: "220px", flexShrink: 0 }, children: /* @__PURE__ */ e.jsx("ul", { role: "tablist", style: { listStyle: "none", padding: 0, margin: 0 }, children: t.map((l, d) => /* @__PURE__ */ e.jsx("li", { role: "tab", "aria-selected": a === d, children: /* @__PURE__ */ e.jsx(
|
|
1598
1877
|
"button",
|
|
1599
1878
|
{
|
|
1600
1879
|
type: "button",
|
|
1601
|
-
onClick: () => i(
|
|
1602
|
-
className: `lion-side-menu-explorer__tab${
|
|
1880
|
+
onClick: () => i(d),
|
|
1881
|
+
className: `lion-side-menu-explorer__tab${a === d ? " is-active" : ""}`,
|
|
1603
1882
|
style: {
|
|
1604
1883
|
width: "100%",
|
|
1605
1884
|
textAlign: "left",
|
|
1606
1885
|
background: "none",
|
|
1607
1886
|
border: "none",
|
|
1608
|
-
borderLeft:
|
|
1887
|
+
borderLeft: a === d ? "var(--border-width-thick) solid var(--color-brand)" : "var(--border-width-thin) solid var(--color-line)",
|
|
1609
1888
|
padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
|
|
1610
|
-
fontWeight:
|
|
1611
|
-
color:
|
|
1889
|
+
fontWeight: a === d ? "var(--font-weight-600)" : "var(--font-weight-400)",
|
|
1890
|
+
color: a === d ? "var(--color-brand)" : "var(--color-text)",
|
|
1612
1891
|
cursor: "pointer",
|
|
1613
1892
|
fontSize: "var(--font-size-base)"
|
|
1614
1893
|
},
|
|
1615
|
-
children:
|
|
1894
|
+
children: l.label
|
|
1616
1895
|
}
|
|
1617
|
-
) },
|
|
1618
|
-
/* @__PURE__ */ e.jsx("div", { className: "lion-side-menu-explorer__content", role: "tabpanel", style: { flex: 1 }, children: (
|
|
1896
|
+
) }, d)) }) }),
|
|
1897
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-side-menu-explorer__content", role: "tabpanel", style: { flex: 1 }, children: (s = t[a]) == null ? void 0 : s.content })
|
|
1619
1898
|
]
|
|
1620
1899
|
}
|
|
1621
1900
|
);
|
|
@@ -1625,7 +1904,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1625
1904
|
md: "var(--padding-edge)",
|
|
1626
1905
|
lg: "4.8rem",
|
|
1627
1906
|
xl: "6.4rem"
|
|
1628
|
-
},
|
|
1907
|
+
}, ma = ({ size: t = "md", className: n }) => /* @__PURE__ */ e.jsx(
|
|
1629
1908
|
"div",
|
|
1630
1909
|
{
|
|
1631
1910
|
"data-zone": "general",
|
|
@@ -1635,16 +1914,16 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1635
1914
|
style: { height: yr[t], display: "block" },
|
|
1636
1915
|
"aria-hidden": "true"
|
|
1637
1916
|
}
|
|
1638
|
-
),
|
|
1917
|
+
), ba = ({
|
|
1639
1918
|
href: t,
|
|
1640
1919
|
label: n,
|
|
1641
|
-
warningHeading:
|
|
1642
|
-
warningBody:
|
|
1920
|
+
warningHeading: o = "You are leaving this site",
|
|
1921
|
+
warningBody: a = "You are about to visit a third-party website. We are not responsible for its content.",
|
|
1643
1922
|
continueLabel: i = "Continue",
|
|
1644
|
-
cancelLabel:
|
|
1645
|
-
className:
|
|
1923
|
+
cancelLabel: s = "Cancel",
|
|
1924
|
+
className: l
|
|
1646
1925
|
}) => {
|
|
1647
|
-
const [
|
|
1926
|
+
const [d, g] = B(!1);
|
|
1648
1927
|
return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1649
1928
|
/* @__PURE__ */ e.jsx(
|
|
1650
1929
|
"a",
|
|
@@ -1652,15 +1931,15 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1652
1931
|
href: "#speed-bump",
|
|
1653
1932
|
"data-zone": "general",
|
|
1654
1933
|
"data-content-type": "speed-bump",
|
|
1655
|
-
className: ["lion-speed-bump__trigger",
|
|
1934
|
+
className: ["lion-speed-bump__trigger", l].filter(Boolean).join(" "),
|
|
1656
1935
|
style: { color: "var(--color-link)" },
|
|
1657
|
-
onClick: (
|
|
1658
|
-
|
|
1936
|
+
onClick: (b) => {
|
|
1937
|
+
b.preventDefault(), g(!0);
|
|
1659
1938
|
},
|
|
1660
1939
|
children: n
|
|
1661
1940
|
}
|
|
1662
1941
|
),
|
|
1663
|
-
|
|
1942
|
+
d && /* @__PURE__ */ e.jsx(
|
|
1664
1943
|
"div",
|
|
1665
1944
|
{
|
|
1666
1945
|
role: "dialog",
|
|
@@ -1693,10 +1972,10 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1693
1972
|
{
|
|
1694
1973
|
id: "speed-bump-heading",
|
|
1695
1974
|
style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" },
|
|
1696
|
-
children:
|
|
1975
|
+
children: o
|
|
1697
1976
|
}
|
|
1698
1977
|
),
|
|
1699
|
-
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", marginBottom: "var(--padding-edge)" }, children:
|
|
1978
|
+
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", marginBottom: "var(--padding-edge)" }, children: a }),
|
|
1700
1979
|
/* @__PURE__ */ e.jsxs("div", { style: { display: "flex", gap: "var(--Grid-gutter-size)" }, children: [
|
|
1701
1980
|
/* @__PURE__ */ e.jsx(
|
|
1702
1981
|
"a",
|
|
@@ -1712,7 +1991,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1712
1991
|
borderRadius: "var(--border-radius-base)",
|
|
1713
1992
|
padding: "var(--padding-base-vertical) var(--padding-base-horizontal)"
|
|
1714
1993
|
},
|
|
1715
|
-
onClick: () =>
|
|
1994
|
+
onClick: () => g(!1),
|
|
1716
1995
|
children: i
|
|
1717
1996
|
}
|
|
1718
1997
|
),
|
|
@@ -1730,8 +2009,8 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1730
2009
|
padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
|
|
1731
2010
|
cursor: "pointer"
|
|
1732
2011
|
},
|
|
1733
|
-
onClick: () =>
|
|
1734
|
-
children:
|
|
2012
|
+
onClick: () => g(!1),
|
|
2013
|
+
children: s
|
|
1735
2014
|
}
|
|
1736
2015
|
)
|
|
1737
2016
|
] })
|
|
@@ -1741,7 +2020,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1741
2020
|
}
|
|
1742
2021
|
)
|
|
1743
2022
|
] });
|
|
1744
|
-
},
|
|
2023
|
+
}, ya = ({ caption: t, headers: n, rows: o, striped: a = !0, className: i }) => /* @__PURE__ */ e.jsx(
|
|
1745
2024
|
"div",
|
|
1746
2025
|
{
|
|
1747
2026
|
"data-zone": "general",
|
|
@@ -1750,102 +2029,147 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1750
2029
|
style: { overflowX: "auto" },
|
|
1751
2030
|
children: /* @__PURE__ */ e.jsxs("table", { className: "lion-table", style: { width: "100%", borderCollapse: "collapse", fontFamily: "var(--font-family-sans-serif)", fontSize: "var(--font-size-base)" }, children: [
|
|
1752
2031
|
t && /* @__PURE__ */ e.jsx("caption", { style: { captionSide: "top", textAlign: "left", marginBottom: "var(--Grid-gutter-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)" }, children: t }),
|
|
1753
|
-
/* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsx("tr", { children: n.map((
|
|
1754
|
-
/* @__PURE__ */ e.jsx("tbody", { children:
|
|
2032
|
+
/* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsx("tr", { children: n.map((s, l) => /* @__PURE__ */ e.jsx("th", { scope: "col", style: { backgroundColor: "var(--color-blue-dark)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", textAlign: "left", whiteSpace: "nowrap" }, children: s }, l)) }) }),
|
|
2033
|
+
/* @__PURE__ */ e.jsx("tbody", { children: o.map((s, l) => /* @__PURE__ */ e.jsx("tr", { style: { backgroundColor: a && l % 2 === 1 ? "var(--color-gray-lightest)" : "var(--color-white)" }, children: s.map((d, g) => /* @__PURE__ */ e.jsx("td", { style: { padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", color: "var(--color-text)", borderBottom: "var(--border-width-thin) solid var(--color-line)" }, children: d }, g)) }, l)) })
|
|
1755
2034
|
] })
|
|
1756
2035
|
}
|
|
1757
|
-
),
|
|
2036
|
+
), xa = ({
|
|
1758
2037
|
heading: t = "We are here for you",
|
|
1759
2038
|
body: n,
|
|
1760
|
-
ctaLabel:
|
|
1761
|
-
ctaHref:
|
|
2039
|
+
ctaLabel: o,
|
|
2040
|
+
ctaHref: a,
|
|
1762
2041
|
phone: i,
|
|
1763
|
-
className:
|
|
2042
|
+
className: s
|
|
1764
2043
|
}) => /* @__PURE__ */ e.jsxs(
|
|
1765
2044
|
"div",
|
|
1766
2045
|
{
|
|
1767
2046
|
"data-zone": "general",
|
|
1768
2047
|
"data-content-type": "wahfu",
|
|
1769
|
-
className: ["lion-wahfu",
|
|
2048
|
+
className: ["lion-wahfu", s].filter(Boolean).join(" "),
|
|
1770
2049
|
style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)", textAlign: "center" },
|
|
1771
2050
|
children: [
|
|
1772
2051
|
/* @__PURE__ */ e.jsx("h2", { className: "lion-wahfu__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-teal-dark)", marginBottom: "var(--Grid-gutter-size)" }, children: t }),
|
|
1773
2052
|
/* @__PURE__ */ e.jsx("p", { className: "lion-wahfu__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)", marginBottom: "var(--padding-edge)" }, children: n }),
|
|
1774
2053
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-wahfu__actions", style: { display: "flex", gap: "var(--Grid-gutter-size)", justifyContent: "center", flexWrap: "wrap" }, children: [
|
|
1775
|
-
|
|
2054
|
+
o && a && /* @__PURE__ */ e.jsx("a", { href: a, className: "lion-wahfu__cta", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "inline-block" }, children: o }),
|
|
1776
2055
|
i && /* @__PURE__ */ e.jsx("a", { href: `tel:${i.replace(/\D/g, "")}`, className: "lion-wahfu__phone", style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-600)", fontSize: "var(--h3-font-size)" }, children: i })
|
|
1777
2056
|
] })
|
|
1778
2057
|
]
|
|
1779
2058
|
}
|
|
1780
|
-
),
|
|
2059
|
+
), _a = ({ posts: t, heading: n, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "all-blogs-post-block", "data-platform": "blog", className: ["lion-all-blogs", o].filter(Boolean).join(" "), children: [
|
|
1781
2060
|
n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
|
|
1782
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--Grid-gutter-size)" }, children: t.map((
|
|
1783
|
-
|
|
2061
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--Grid-gutter-size)" }, children: t.map((a, i) => /* @__PURE__ */ e.jsxs("li", { style: { display: "flex", gap: "var(--padding-base-horizontal)", borderBottom: "var(--border-width-thin) solid var(--color-line)", paddingBottom: "var(--Grid-gutter-size)" }, children: [
|
|
2062
|
+
a.imageSrc && /* @__PURE__ */ e.jsx("img", { src: a.imageSrc, alt: a.imageAlt ?? "", style: { width: "120px", height: "80px", objectFit: "cover", borderRadius: "var(--border-radius-small)", flexShrink: 0 } }),
|
|
1784
2063
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
1785
|
-
|
|
1786
|
-
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: /* @__PURE__ */ e.jsx("a", { href:
|
|
1787
|
-
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
1788
|
-
/* @__PURE__ */ e.jsx("time", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children:
|
|
2064
|
+
a.category && /* @__PURE__ */ e.jsx("span", { style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase" }, children: a.category }),
|
|
2065
|
+
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: /* @__PURE__ */ e.jsx("a", { href: a.href, style: { color: "var(--color-link)" }, children: a.title }) }),
|
|
2066
|
+
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: a.excerpt }),
|
|
2067
|
+
/* @__PURE__ */ e.jsx("time", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: a.date })
|
|
1789
2068
|
] })
|
|
1790
2069
|
] }, i)) })
|
|
1791
|
-
] }),
|
|
1792
|
-
const i = t.slice(0,
|
|
1793
|
-
return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "recent-blog-posts-block", "data-platform": "blog", className: ["lion-recent-posts",
|
|
2070
|
+
] }), ja = ({ posts: t, heading: n = "Recent Posts", count: o = 3, className: a }) => {
|
|
2071
|
+
const i = t.slice(0, o), s = o === 4 ? 4 : 3;
|
|
2072
|
+
return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "recent-blog-posts-block", "data-platform": "blog", className: ["lion-recent-posts", a].filter(Boolean).join(" "), children: [
|
|
1794
2073
|
n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
|
|
1795
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${
|
|
1796
|
-
|
|
2074
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${s}, 1fr)`, gap: "var(--Grid-gutter-size)" }, children: i.map((l, d) => /* @__PURE__ */ e.jsxs("li", { style: { borderRadius: "var(--border-radius-base)", overflow: "hidden", border: "var(--border-width-thin) solid var(--color-line)" }, children: [
|
|
2075
|
+
l.imageSrc && /* @__PURE__ */ e.jsx("img", { src: l.imageSrc, alt: l.imageAlt ?? "", style: { width: "100%", height: "160px", objectFit: "cover", display: "block" } }),
|
|
1797
2076
|
/* @__PURE__ */ e.jsxs("div", { style: { padding: "var(--padding-base-horizontal)" }, children: [
|
|
1798
|
-
|
|
1799
|
-
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h4-font-size)", fontWeight: "var(--font-weight-600)", margin: "var(--padding-small-vertical) 0" }, children: /* @__PURE__ */ e.jsx("a", { href:
|
|
1800
|
-
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children:
|
|
2077
|
+
l.category && /* @__PURE__ */ e.jsx("span", { style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase" }, children: l.category }),
|
|
2078
|
+
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h4-font-size)", fontWeight: "var(--font-weight-600)", margin: "var(--padding-small-vertical) 0" }, children: /* @__PURE__ */ e.jsx("a", { href: l.href, style: { color: "var(--color-text)" }, children: l.title }) }),
|
|
2079
|
+
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: l.date })
|
|
1801
2080
|
] })
|
|
1802
|
-
] },
|
|
2081
|
+
] }, d)) })
|
|
1803
2082
|
] });
|
|
1804
|
-
},
|
|
2083
|
+
}, za = ({ jobs: t, heading: n = "Hot Jobs", viewAllHref: o, viewAllLabel: a = "View all openings", className: i }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "hot-jobs-block", "data-platform": "careers", className: ["lion-hot-jobs", i].filter(Boolean).join(" "), children: [
|
|
1805
2084
|
/* @__PURE__ */ e.jsxs("div", { style: { display: "flex", justifyContent: "space-between", alignItems: "baseline", marginBottom: "var(--padding-edge)" }, children: [
|
|
1806
2085
|
/* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: n }),
|
|
1807
|
-
|
|
2086
|
+
o && /* @__PURE__ */ e.jsx("a", { href: o, style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)", fontSize: "var(--font-size-base)" }, children: a })
|
|
1808
2087
|
] }),
|
|
1809
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-small-vertical)" }, children: t.map((
|
|
2088
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-small-vertical)" }, children: t.map((s, l) => /* @__PURE__ */ e.jsxs("li", { style: { display: "flex", justifyContent: "space-between", alignItems: "center", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", borderRadius: "var(--border-radius-small)", border: "var(--border-width-thin) solid var(--color-line)" }, children: [
|
|
1810
2089
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
1811
|
-
/* @__PURE__ */ e.jsx("a", { href:
|
|
2090
|
+
/* @__PURE__ */ e.jsx("a", { href: s.href, style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-link)" }, children: s.title }),
|
|
1812
2091
|
/* @__PURE__ */ e.jsxs("p", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)", margin: 0 }, children: [
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
2092
|
+
s.location,
|
|
2093
|
+
s.department ? ` · ${s.department}` : "",
|
|
2094
|
+
s.type ? ` · ${s.type}` : ""
|
|
1816
2095
|
] })
|
|
1817
2096
|
] }),
|
|
1818
|
-
/* @__PURE__ */ e.jsx("a", { href:
|
|
1819
|
-
] },
|
|
1820
|
-
] }),
|
|
2097
|
+
/* @__PURE__ */ e.jsx("a", { href: s.href, style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-600)", fontSize: "var(--h6-font-size)", whiteSpace: "nowrap" }, children: "Apply →" })
|
|
2098
|
+
] }, l)) })
|
|
2099
|
+
] }), Na = ({ columns: t, socialLinks: n = [], className: o }) => /* @__PURE__ */ e.jsxs(
|
|
2100
|
+
"div",
|
|
2101
|
+
{
|
|
2102
|
+
"data-zone": "footer",
|
|
2103
|
+
"data-content-type": "links-and-social",
|
|
2104
|
+
className: ["lion-links-social", o].filter(Boolean).join(" "),
|
|
2105
|
+
children: [
|
|
2106
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-links-social__columns", children: t.map((a) => /* @__PURE__ */ e.jsxs("div", { className: "lion-links-social__column", children: [
|
|
2107
|
+
/* @__PURE__ */ e.jsx(
|
|
2108
|
+
"h3",
|
|
2109
|
+
{
|
|
2110
|
+
className: "lion-links-social__column-heading",
|
|
2111
|
+
style: { fontSize: "var(--h5-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-white)" },
|
|
2112
|
+
children: a.heading
|
|
2113
|
+
}
|
|
2114
|
+
),
|
|
2115
|
+
/* @__PURE__ */ e.jsx("ul", { className: "lion-links-social__column-list", role: "list", children: a.links.map((i) => /* @__PURE__ */ e.jsx("li", { className: "lion-links-social__column-item", children: /* @__PURE__ */ e.jsx(
|
|
2116
|
+
"a",
|
|
2117
|
+
{
|
|
2118
|
+
href: i.href,
|
|
2119
|
+
className: "lion-links-social__column-link",
|
|
2120
|
+
style: { fontSize: "var(--h6-font-size)", color: "var(--color-white-opaque)", textDecoration: "none" },
|
|
2121
|
+
children: i.label
|
|
2122
|
+
}
|
|
2123
|
+
) }, i.href)) })
|
|
2124
|
+
] }, a.heading)) }),
|
|
2125
|
+
n.length > 0 && /* @__PURE__ */ e.jsx("ul", { className: "lion-links-social__social", role: "list", "aria-label": "Social media links", children: n.map((a) => /* @__PURE__ */ e.jsx("li", { className: "lion-links-social__social-item", children: /* @__PURE__ */ e.jsx(
|
|
2126
|
+
"a",
|
|
2127
|
+
{
|
|
2128
|
+
href: a.href,
|
|
2129
|
+
className: `lion-links-social__social-link lion-links-social__social-link--${a.platform}`,
|
|
2130
|
+
"aria-label": a.label ?? a.platform,
|
|
2131
|
+
rel: "noopener noreferrer",
|
|
2132
|
+
target: "_blank",
|
|
2133
|
+
children: /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", className: `lion-icon lion-icon--${a.platform}` })
|
|
2134
|
+
}
|
|
2135
|
+
) }, a.platform)) })
|
|
2136
|
+
]
|
|
2137
|
+
}
|
|
2138
|
+
), ka = ({ text: t, itemNumber: n, className: o }) => /* @__PURE__ */ e.jsxs(
|
|
1821
2139
|
"div",
|
|
1822
2140
|
{
|
|
1823
2141
|
"data-zone": "footer",
|
|
1824
2142
|
"data-content-type": "disclaimer",
|
|
1825
|
-
className: ["lion-disclaimer",
|
|
2143
|
+
className: ["lion-disclaimer", o].filter(Boolean).join(" "),
|
|
1826
2144
|
style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", lineHeight: "var(--h6-line-height)" },
|
|
1827
2145
|
children: [
|
|
1828
2146
|
/* @__PURE__ */ e.jsx("p", { className: "lion-disclaimer__text", children: t }),
|
|
1829
2147
|
n && /* @__PURE__ */ e.jsx("span", { className: "lion-disclaimer__item-number", "aria-label": "Item number", children: n })
|
|
1830
2148
|
]
|
|
1831
2149
|
}
|
|
1832
|
-
),
|
|
1833
|
-
|
|
2150
|
+
), xr = ({
|
|
2151
|
+
triggerLabel: t,
|
|
2152
|
+
content: n,
|
|
2153
|
+
materialId: o,
|
|
2154
|
+
defaultOpen: a = !1,
|
|
2155
|
+
className: i
|
|
2156
|
+
}) => {
|
|
2157
|
+
const [s, l] = B(a);
|
|
1834
2158
|
return /* @__PURE__ */ e.jsxs(
|
|
1835
2159
|
"div",
|
|
1836
2160
|
{
|
|
1837
2161
|
"data-zone": "footer",
|
|
1838
|
-
"data-content-type": "disclosure",
|
|
1839
|
-
"data-material-id":
|
|
1840
|
-
className: ["lion-disclosure",
|
|
2162
|
+
"data-content-type": a ? "disclosure-toggle-open" : "disclosure",
|
|
2163
|
+
"data-material-id": o,
|
|
2164
|
+
className: ["lion-disclosure", a ? "lion-disclosure--open" : "", i].filter(Boolean).join(" "),
|
|
1841
2165
|
children: [
|
|
1842
2166
|
/* @__PURE__ */ e.jsx(
|
|
1843
2167
|
"button",
|
|
1844
2168
|
{
|
|
1845
2169
|
type: "button",
|
|
1846
2170
|
className: "lion-disclosure__trigger",
|
|
1847
|
-
"aria-expanded":
|
|
1848
|
-
onClick: () =>
|
|
2171
|
+
"aria-expanded": s,
|
|
2172
|
+
onClick: () => l((d) => !d),
|
|
1849
2173
|
style: {
|
|
1850
2174
|
fontFamily: "var(--font-family-sans-serif)",
|
|
1851
2175
|
fontSize: "var(--h6-font-size)",
|
|
@@ -1858,17 +2182,17 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1858
2182
|
children: t
|
|
1859
2183
|
}
|
|
1860
2184
|
),
|
|
1861
|
-
|
|
2185
|
+
s && /* @__PURE__ */ e.jsxs(
|
|
1862
2186
|
"div",
|
|
1863
2187
|
{
|
|
1864
2188
|
className: "lion-disclosure__content",
|
|
1865
2189
|
style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" },
|
|
1866
2190
|
children: [
|
|
1867
2191
|
n,
|
|
1868
|
-
|
|
2192
|
+
o && /* @__PURE__ */ e.jsxs("span", { className: "lion-disclosure__material-id", "aria-label": "Material ID", children: [
|
|
1869
2193
|
" ",
|
|
1870
2194
|
"(",
|
|
1871
|
-
|
|
2195
|
+
o,
|
|
1872
2196
|
")"
|
|
1873
2197
|
] })
|
|
1874
2198
|
]
|
|
@@ -1877,20 +2201,20 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1877
2201
|
]
|
|
1878
2202
|
}
|
|
1879
2203
|
);
|
|
1880
|
-
},
|
|
2204
|
+
}, wa = (t) => /* @__PURE__ */ e.jsx(xr, { ...t, defaultOpen: !0 }), Sa = ({
|
|
1881
2205
|
itemNumber: t,
|
|
1882
2206
|
materialId: n,
|
|
1883
|
-
text:
|
|
1884
|
-
className:
|
|
2207
|
+
text: o,
|
|
2208
|
+
className: a
|
|
1885
2209
|
}) => /* @__PURE__ */ e.jsxs(
|
|
1886
2210
|
"div",
|
|
1887
2211
|
{
|
|
1888
2212
|
"data-zone": "footer",
|
|
1889
2213
|
"data-content-type": "compliance-block",
|
|
1890
|
-
className: ["lion-compliance",
|
|
2214
|
+
className: ["lion-compliance", a].filter(Boolean).join(" "),
|
|
1891
2215
|
style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", lineHeight: "var(--h6-line-height)" },
|
|
1892
2216
|
children: [
|
|
1893
|
-
|
|
2217
|
+
o && /* @__PURE__ */ e.jsx("p", { className: "lion-compliance__text", children: o }),
|
|
1894
2218
|
/* @__PURE__ */ e.jsxs("dl", { className: "lion-compliance__ids", children: [
|
|
1895
2219
|
t && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1896
2220
|
/* @__PURE__ */ e.jsx("dt", { className: "lion-compliance__label", children: "Item #" }),
|
|
@@ -1903,54 +2227,88 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1903
2227
|
] })
|
|
1904
2228
|
]
|
|
1905
2229
|
}
|
|
2230
|
+
), Ra = ({ links: t, copyrightText: n, className: o }) => /* @__PURE__ */ e.jsxs(
|
|
2231
|
+
"div",
|
|
2232
|
+
{
|
|
2233
|
+
"data-zone": "footer",
|
|
2234
|
+
"data-content-type": "legal-links",
|
|
2235
|
+
className: ["lion-legal-links", o].filter(Boolean).join(" "),
|
|
2236
|
+
style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)" },
|
|
2237
|
+
children: [
|
|
2238
|
+
n && /* @__PURE__ */ e.jsx("p", { className: "lion-legal-links__copyright", children: n }),
|
|
2239
|
+
/* @__PURE__ */ e.jsx("ul", { className: "lion-legal-links__list", role: "list", children: t.map((a) => /* @__PURE__ */ e.jsx("li", { className: "lion-legal-links__item", children: /* @__PURE__ */ e.jsx(
|
|
2240
|
+
"a",
|
|
2241
|
+
{
|
|
2242
|
+
href: a.href,
|
|
2243
|
+
className: "lion-legal-links__link",
|
|
2244
|
+
style: { color: "var(--color-link)", textDecoration: "none" },
|
|
2245
|
+
children: a.label
|
|
2246
|
+
}
|
|
2247
|
+
) }, a.href)) })
|
|
2248
|
+
]
|
|
2249
|
+
}
|
|
1906
2250
|
);
|
|
1907
2251
|
export {
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
2252
|
+
Vr as AccordionBlock,
|
|
2253
|
+
_a as AllBlogsPostBlock,
|
|
2254
|
+
wr as Anklet,
|
|
2255
|
+
Ur as BackgroundColorBlock,
|
|
2256
|
+
Jr as BasicContentBlock,
|
|
2257
|
+
Kr as BodyTextCopyBlock,
|
|
2258
|
+
qr as CTA,
|
|
2259
|
+
Ar as CTAHeroBlock,
|
|
2260
|
+
Xr as CallOut,
|
|
2261
|
+
Sa as ComplianceBlock,
|
|
2262
|
+
Qr as ConfidenceTags,
|
|
2263
|
+
kr as Container,
|
|
2264
|
+
Zr as ContentImageBlock,
|
|
1920
2265
|
Sr as CorporateUniversalHeader,
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
Rr as
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
ca as
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
2266
|
+
ea as CrossSellCardBlock,
|
|
2267
|
+
ra as DecorativeListBlock,
|
|
2268
|
+
ka as Disclaimer,
|
|
2269
|
+
xr as Disclosure,
|
|
2270
|
+
wa as DisclosureToggleOpen,
|
|
2271
|
+
aa as EmailCalloutBlock,
|
|
2272
|
+
oa as EmbeddedVideoBlock,
|
|
2273
|
+
ta as FullSizeImageWithHighlightBox,
|
|
2274
|
+
Rr as GlobalHeaderBar,
|
|
2275
|
+
Cr as HeaderCTA,
|
|
2276
|
+
Br as HeaderLogo,
|
|
2277
|
+
Er as HeaderProduct,
|
|
2278
|
+
Tr as HeaderSectionNavigation,
|
|
2279
|
+
Wr as HeaderSectionTitle,
|
|
2280
|
+
Pr as HeaderUnderwriter,
|
|
2281
|
+
Ir as Hero,
|
|
2282
|
+
Dr as HeroBlock,
|
|
2283
|
+
na as HorizontalRule,
|
|
2284
|
+
za as HotJobsBlock,
|
|
2285
|
+
ia as InlineMessage,
|
|
2286
|
+
la as LastChanceBlock,
|
|
2287
|
+
sa as LeadForm,
|
|
2288
|
+
Ra as LegalLinks,
|
|
2289
|
+
Na as LinksAndSocial,
|
|
2290
|
+
Fr as MultiHero,
|
|
2291
|
+
ca as MultiStepLeadForm,
|
|
2292
|
+
da as MultiTestimonial,
|
|
2293
|
+
$r as NotAvailableHeroBlock,
|
|
2294
|
+
ha as OptIn,
|
|
2295
|
+
jr as PageForehead,
|
|
2296
|
+
zr as PageSideburn,
|
|
2297
|
+
ga as ProductBlock,
|
|
2298
|
+
fa as PullQuote,
|
|
2299
|
+
Gr as RTBDescriptive,
|
|
2300
|
+
Mr as RTBDynamic,
|
|
2301
|
+
Lr as RTBHighlight,
|
|
2302
|
+
Hr as RTBs,
|
|
2303
|
+
ja as RecentBlogPostsBlock,
|
|
2304
|
+
va as ResourceSpotlight,
|
|
2305
|
+
ua as RichText,
|
|
2306
|
+
Nr as Section,
|
|
2307
|
+
pa as SideMenuExplorer,
|
|
2308
|
+
Yr as SimpleCTABlock,
|
|
2309
|
+
ma as SpacingBlock,
|
|
2310
|
+
ba as SpeedBump,
|
|
2311
|
+
ya as TableBlock,
|
|
2312
|
+
Or as TopLevelNavigation,
|
|
2313
|
+
xa as WAHFU
|
|
1956
2314
|
};
|