lion-make 0.1.0 → 0.3.0

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.
Files changed (109) hide show
  1. package/dist/components/footer/Disclosure.d.ts +3 -2
  2. package/dist/components/footer/DisclosureToggleOpen.d.ts +13 -0
  3. package/dist/components/footer/LegalLinks.d.ts +16 -0
  4. package/dist/components/footer/LinksAndSocial.d.ts +25 -0
  5. package/dist/components/general/AccordionBlock.d.ts +15 -0
  6. package/dist/components/general/AllBlogsPostBlock.d.ts +21 -0
  7. package/dist/components/general/BackgroundColorBlock.d.ts +12 -0
  8. package/dist/components/general/BasicContentBlock.d.ts +18 -0
  9. package/dist/components/general/BodyTextCopyBlock.d.ts +12 -0
  10. package/dist/components/general/ContentImageBlock.d.ts +15 -0
  11. package/dist/components/general/CrossSellCardBlock.d.ts +18 -0
  12. package/dist/components/general/DecorativeListBlock.d.ts +13 -0
  13. package/dist/components/general/EmailCalloutBlock.d.ts +14 -0
  14. package/dist/components/general/EmbeddedVideoBlock.d.ts +15 -0
  15. package/dist/components/general/FullSizeImageWithHighlightBox.d.ts +21 -0
  16. package/dist/components/general/HorizontalRule.d.ts +13 -0
  17. package/dist/components/general/HotJobsBlock.d.ts +21 -0
  18. package/dist/components/general/InlineMessage.d.ts +14 -0
  19. package/dist/components/general/LastChanceBlock.d.ts +15 -0
  20. package/dist/components/general/MultiStepLeadForm.d.ts +19 -0
  21. package/dist/components/general/MultiTestimonial.d.ts +19 -0
  22. package/dist/components/general/OptIn.d.ts +16 -0
  23. package/dist/components/general/ProductBlock.d.ts +17 -0
  24. package/dist/components/general/PullQuote.d.ts +12 -0
  25. package/dist/components/general/RTBDescriptive.d.ts +18 -0
  26. package/dist/components/general/RTBDynamic.d.ts +21 -0
  27. package/dist/components/general/RTBHighlight.d.ts +18 -0
  28. package/dist/components/general/RecentBlogPostsBlock.d.ts +22 -0
  29. package/dist/components/general/ResourceSpotlight.d.ts +18 -0
  30. package/dist/components/general/SideMenuExplorer.d.ts +16 -0
  31. package/dist/components/general/SimpleCTABlock.d.ts +15 -0
  32. package/dist/components/general/SpacingBlock.d.ts +12 -0
  33. package/dist/components/general/SpeedBump.d.ts +16 -0
  34. package/dist/components/general/TableBlock.d.ts +13 -0
  35. package/dist/components/general/WAHFU.d.ts +15 -0
  36. package/dist/components/header/HeaderCTA.d.ts +9 -0
  37. package/dist/components/header/HeaderLogo.d.ts +10 -0
  38. package/dist/components/header/HeaderProduct.d.ts +10 -0
  39. package/dist/components/header/HeaderSectionNavigation.d.ts +12 -0
  40. package/dist/components/header/HeaderSectionTitle.d.ts +8 -0
  41. package/dist/components/header/HeaderUnderwriter.d.ts +9 -0
  42. package/dist/components/header/TopLevelNavigation.d.ts +13 -0
  43. package/dist/components/hero/CTAHeroBlock.d.ts +24 -0
  44. package/dist/components/hero/HeroBlock.d.ts +18 -0
  45. package/dist/components/hero/MultiHero.d.ts +25 -0
  46. package/dist/components/hero/NotAvailableHeroBlock.d.ts +22 -0
  47. package/dist/index.d.ts +92 -2
  48. package/dist/lion-make.js +1855 -545
  49. package/dist/lion-make.umd.cjs +10 -10
  50. package/guidelines/Guidelines.md +46 -50
  51. package/guidelines/composition/constraints.md +40 -8
  52. package/guidelines/composition/zones.md +49 -11
  53. package/guidelines/content-types/footer/anklet.md +62 -0
  54. package/guidelines/content-types/footer/compliance.md +49 -0
  55. package/guidelines/content-types/footer/disclaimers.md +48 -0
  56. package/guidelines/content-types/footer/disclosure-toggle-open.md +51 -0
  57. package/guidelines/content-types/footer/disclosures.md +50 -0
  58. package/guidelines/content-types/footer/legal-links.md +59 -0
  59. package/guidelines/content-types/footer/links-and-social.md +94 -0
  60. package/guidelines/content-types/footer/overview.md +73 -16
  61. package/guidelines/content-types/general/accordion-block.md +42 -0
  62. package/guidelines/content-types/general/all-blogs-post-block.md +52 -0
  63. package/guidelines/content-types/general/background-color-block.md +42 -0
  64. package/guidelines/content-types/general/basic-content-block.md +43 -0
  65. package/guidelines/content-types/general/body-text-copy-block.md +38 -0
  66. package/guidelines/content-types/general/content-image-block.md +37 -0
  67. package/guidelines/content-types/general/cross-sell-card-block.md +45 -0
  68. package/guidelines/content-types/general/decorative-list-block.md +40 -0
  69. package/guidelines/content-types/general/email-callout-block.md +38 -0
  70. package/guidelines/content-types/general/embedded-video-block.md +36 -0
  71. package/guidelines/content-types/general/full-size-image-with-highlight-box.md +52 -0
  72. package/guidelines/content-types/general/horizontal-rule.md +35 -0
  73. package/guidelines/content-types/general/hot-jobs-block.md +52 -0
  74. package/guidelines/content-types/general/inline-message.md +36 -0
  75. package/guidelines/content-types/general/last-chance-block.md +40 -0
  76. package/guidelines/content-types/general/multi-step-lead-form.md +60 -0
  77. package/guidelines/content-types/general/multi-testimonial.md +49 -0
  78. package/guidelines/content-types/general/opt-in.md +42 -0
  79. package/guidelines/content-types/general/overview.md +134 -24
  80. package/guidelines/content-types/general/product-block.md +43 -0
  81. package/guidelines/content-types/general/pull-quote.md +36 -0
  82. package/guidelines/content-types/general/recent-blog-posts-block.md +48 -0
  83. package/guidelines/content-types/general/resource-spotlight.md +44 -0
  84. package/guidelines/content-types/general/rtb-descriptive.md +53 -0
  85. package/guidelines/content-types/general/rtb-dynamic.md +55 -0
  86. package/guidelines/content-types/general/rtb-highlight.md +50 -0
  87. package/guidelines/content-types/general/side-menu-explorer.md +62 -0
  88. package/guidelines/content-types/general/simple-cta-block.md +44 -0
  89. package/guidelines/content-types/general/spacing-block.md +40 -0
  90. package/guidelines/content-types/general/speed-bump.md +45 -0
  91. package/guidelines/content-types/general/table-block.md +55 -0
  92. package/guidelines/content-types/general/wahfu.md +66 -0
  93. package/guidelines/content-types/header/header-cta.md +41 -0
  94. package/guidelines/content-types/header/header-logo.md +45 -0
  95. package/guidelines/content-types/header/header-product.md +45 -0
  96. package/guidelines/content-types/header/header-section-navigation.md +55 -0
  97. package/guidelines/content-types/header/header-section-title.md +43 -0
  98. package/guidelines/content-types/header/header-underwriter.md +46 -0
  99. package/guidelines/content-types/header/overview.md +61 -15
  100. package/guidelines/content-types/header/top-level-navigation.md +70 -0
  101. package/guidelines/content-types/hero/cta-hero-block.md +70 -0
  102. package/guidelines/content-types/hero/hero-block.md +56 -0
  103. package/guidelines/content-types/hero/multi-hero.md +78 -0
  104. package/guidelines/content-types/hero/not-available-hero-block.md +64 -0
  105. package/guidelines/content-types/hero/overview.md +53 -18
  106. package/guidelines/content-types/overview.md +86 -29
  107. package/guidelines/discovery.md +158 -0
  108. package/guidelines/setup.md +90 -16
  109. package/package.json +1 -1
package/dist/lion-make.js CHANGED
@@ -1,5 +1,5 @@
1
- import Te, { useState as ur } from "react";
2
- var X = { exports: {} }, A = {};
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
@@ -9,21 +9,21 @@ var X = { exports: {} }, A = {};
9
9
  * This source code is licensed under the MIT license found in the
10
10
  * LICENSE file in the root directory of this source tree.
11
11
  */
12
- var Ee;
13
- function dr() {
14
- if (Ee) return A;
15
- Ee = 1;
16
- var i = Te, l = Symbol.for("react.element"), o = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, h = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, m = { key: !0, ref: !0, __self: !0, __source: !0 };
17
- function d(b, p, S) {
18
- var y, T = {}, k = null, W = null;
19
- S !== void 0 && (k = "" + S), p.key !== void 0 && (k = "" + p.key), p.ref !== void 0 && (W = p.ref);
20
- for (y in p) f.call(p, y) && !m.hasOwnProperty(y) && (T[y] = p[y]);
21
- if (b && b.defaultProps) for (y in p = b.defaultProps, p) T[y] === void 0 && (T[y] = p[y]);
22
- return { $$typeof: l, type: b, key: k, ref: W, props: T, _owner: h.current };
23
- }
24
- return A.Fragment = o, A.jsx = d, A.jsxs = d, A;
12
+ var Re;
13
+ function hr() {
14
+ if (Re) return I;
15
+ Re = 1;
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
+ }
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
@@ -33,91 +33,91 @@ var $ = {};
33
33
  * This source code is licensed under the MIT license found in the
34
34
  * LICENSE file in the root directory of this source tree.
35
35
  */
36
- var Se;
37
- function fr() {
38
- return Se || (Se = 1, process.env.NODE_ENV !== "production" && function() {
39
- var i = Te, l = Symbol.for("react.element"), o = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), h = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), b = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), S = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), T = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), W = Symbol.for("react.offscreen"), Q = Symbol.iterator, Ce = "@@iterator";
40
- function ke(e) {
41
- if (e === null || typeof e != "object")
36
+ var Ce;
37
+ function gr() {
38
+ return Ce || (Ce = 1, process.env.NODE_ENV !== "production" && function() {
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
+ function D(r) {
41
+ if (r === null || typeof r != "object")
42
42
  return null;
43
- var r = Q && e[Q] || e[Ce];
44
- return typeof r == "function" ? r : null;
43
+ var c = C && r[C] || r[G];
44
+ return typeof c == "function" ? c : null;
45
45
  }
46
- var N = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
- function j(e) {
46
+ var E = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
+ function N(r) {
48
48
  {
49
- for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), t = 1; t < r; t++)
50
- a[t - 1] = arguments[t];
51
- we("error", e, a);
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 we(e, r, a) {
54
+ function Be(r, c, h) {
55
55
  {
56
- var t = N.ReactDebugCurrentFrame, u = t.getStackAddendum();
57
- u !== "" && (r += "%s", a = a.concat([u]));
58
- var v = a.map(function(c) {
59
- return String(c);
56
+ var f = E.ReactDebugCurrentFrame, m = f.getStackAddendum();
57
+ m !== "" && (c += "%s", h = h.concat([m]));
58
+ var x = h.map(function(u) {
59
+ return String(u);
60
60
  });
61
- v.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, v);
61
+ x.unshift("Warning: " + c), Function.prototype.apply.call(console[r], console, x);
62
62
  }
63
63
  }
64
- var Oe = !1, Ne = !1, Pe = !1, ze = !1, Fe = !1, Z;
65
- Z = Symbol.for("react.module.reference");
66
- function De(e) {
67
- return !!(typeof e == "string" || typeof e == "function" || e === f || e === m || Fe || e === h || e === S || e === y || ze || e === W || Oe || Ne || Pe || typeof e == "object" && e !== null && (e.$$typeof === k || e.$$typeof === T || e.$$typeof === d || e.$$typeof === b || e.$$typeof === p || // This needs to include all possible module reference object
64
+ var Ee = !1, Te = !1, We = !1, Oe = !1, Pe = !1, oe;
65
+ oe = Symbol.for("react.module.reference");
66
+ function Ae(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
- e.$$typeof === Z || e.getModuleId !== void 0));
71
+ r.$$typeof === oe || r.getModuleId !== void 0));
72
72
  }
73
- function Ae(e, r, a) {
74
- var t = e.displayName;
75
- if (t)
76
- return t;
77
- var u = r.displayName || r.name || "";
78
- return u !== "" ? a + "(" + u + ")" : a;
73
+ function De(r, c, h) {
74
+ var f = r.displayName;
75
+ if (f)
76
+ return f;
77
+ var m = c.displayName || c.name || "";
78
+ return m !== "" ? h + "(" + m + ")" : h;
79
79
  }
80
- function ee(e) {
81
- return e.displayName || "Context";
80
+ function te(r) {
81
+ return r.displayName || "Context";
82
82
  }
83
- function C(e) {
84
- if (e == null)
83
+ function T(r) {
84
+ if (r == null)
85
85
  return null;
86
- if (typeof e.tag == "number" && j("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
87
- return e.displayName || e.name || null;
88
- if (typeof e == "string")
89
- return e;
90
- switch (e) {
91
- case f:
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
+ return r.displayName || r.name || null;
88
+ if (typeof r == "string")
89
+ return r;
90
+ switch (r) {
91
+ case a:
92
92
  return "Fragment";
93
93
  case o:
94
94
  return "Portal";
95
- case m:
95
+ case s:
96
96
  return "Profiler";
97
- case h:
97
+ case i:
98
98
  return "StrictMode";
99
- case S:
99
+ case b:
100
100
  return "Suspense";
101
101
  case y:
102
102
  return "SuspenseList";
103
103
  }
104
- if (typeof e == "object")
105
- switch (e.$$typeof) {
106
- case b:
107
- var r = e;
108
- return ee(r) + ".Consumer";
104
+ if (typeof r == "object")
105
+ switch (r.$$typeof) {
109
106
  case d:
110
- var a = e;
111
- return ee(a._context) + ".Provider";
112
- case p:
113
- return Ae(e, e.render, "ForwardRef");
114
- case T:
115
- var t = e.displayName || null;
116
- return t !== null ? t : C(e.type) || "Memo";
117
- case k: {
118
- var u = e, v = u._payload, c = u._init;
107
+ var c = r;
108
+ return te(c) + ".Consumer";
109
+ case l:
110
+ var h = r;
111
+ return te(h._context) + ".Provider";
112
+ case g:
113
+ return De(r, r.render, "ForwardRef");
114
+ case z:
115
+ var f = r.displayName || null;
116
+ return f !== null ? f : T(r.type) || "Memo";
117
+ case p: {
118
+ var m = r, x = m._payload, u = m._init;
119
119
  try {
120
- return C(c(v));
120
+ return T(u(x));
121
121
  } catch {
122
122
  return null;
123
123
  }
@@ -125,687 +125,1103 @@ function fr() {
125
125
  }
126
126
  return null;
127
127
  }
128
- var w = Object.assign, F = 0, re, ae, ne, te, oe, ie, le;
129
- function se() {
128
+ var W = Object.assign, F = 0, ne, ie, le, se, ce, de, he;
129
+ function ge() {
130
130
  }
131
- se.__reactDisabledLog = !0;
132
- function $e() {
131
+ ge.__reactDisabledLog = !0;
132
+ function Fe() {
133
133
  {
134
134
  if (F === 0) {
135
- re = console.log, ae = console.info, ne = console.warn, te = console.error, oe = console.group, ie = console.groupCollapsed, le = console.groupEnd;
136
- var e = {
135
+ ne = console.log, ie = console.info, le = console.warn, se = console.error, ce = console.group, de = console.groupCollapsed, he = console.groupEnd;
136
+ var r = {
137
137
  configurable: !0,
138
138
  enumerable: !0,
139
- value: se,
139
+ value: ge,
140
140
  writable: !0
141
141
  };
142
142
  Object.defineProperties(console, {
143
- info: e,
144
- log: e,
145
- warn: e,
146
- error: e,
147
- group: e,
148
- groupCollapsed: e,
149
- groupEnd: e
143
+ info: r,
144
+ log: r,
145
+ warn: r,
146
+ error: r,
147
+ group: r,
148
+ groupCollapsed: r,
149
+ groupEnd: r
150
150
  });
151
151
  }
152
152
  F++;
153
153
  }
154
154
  }
155
- function We() {
155
+ function $e() {
156
156
  {
157
157
  if (F--, F === 0) {
158
- var e = {
158
+ var r = {
159
159
  configurable: !0,
160
160
  enumerable: !0,
161
161
  writable: !0
162
162
  };
163
163
  Object.defineProperties(console, {
164
- log: w({}, e, {
165
- value: re
164
+ log: W({}, r, {
165
+ value: ne
166
166
  }),
167
- info: w({}, e, {
168
- value: ae
167
+ info: W({}, r, {
168
+ value: ie
169
169
  }),
170
- warn: w({}, e, {
171
- value: ne
170
+ warn: W({}, r, {
171
+ value: le
172
172
  }),
173
- error: w({}, e, {
174
- value: te
173
+ error: W({}, r, {
174
+ value: se
175
175
  }),
176
- group: w({}, e, {
177
- value: oe
176
+ group: W({}, r, {
177
+ value: ce
178
178
  }),
179
- groupCollapsed: w({}, e, {
180
- value: ie
179
+ groupCollapsed: W({}, r, {
180
+ value: de
181
181
  }),
182
- groupEnd: w({}, e, {
183
- value: le
182
+ groupEnd: W({}, r, {
183
+ value: he
184
184
  })
185
185
  });
186
186
  }
187
- F < 0 && j("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
187
+ F < 0 && N("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
188
  }
189
189
  }
190
- var L = N.ReactCurrentDispatcher, U;
191
- function B(e, r, a) {
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 (u) {
197
- var t = u.stack.trim().match(/\n( *(at )?)/);
198
- U = t && t[1] || "";
196
+ } catch (m) {
197
+ var f = m.stack.trim().match(/\n( *(at )?)/);
198
+ U = f && f[1] || "";
199
199
  }
200
200
  return `
201
- ` + U + e;
201
+ ` + U + r;
202
202
  }
203
203
  }
204
- var V = !1, I;
204
+ var J = !1, M;
205
205
  {
206
- var Be = typeof WeakMap == "function" ? WeakMap : Map;
207
- I = new Be();
206
+ var Ie = typeof WeakMap == "function" ? WeakMap : Map;
207
+ M = new Ie();
208
208
  }
209
- function ce(e, r) {
210
- if (!e || V)
209
+ function fe(r, c) {
210
+ if (!r || J)
211
211
  return "";
212
212
  {
213
- var a = I.get(e);
214
- if (a !== void 0)
215
- return a;
213
+ var h = M.get(r);
214
+ if (h !== void 0)
215
+ return h;
216
216
  }
217
- var t;
218
- V = !0;
219
- var u = Error.prepareStackTrace;
217
+ var f;
218
+ J = !0;
219
+ var m = Error.prepareStackTrace;
220
220
  Error.prepareStackTrace = void 0;
221
- var v;
222
- v = L.current, L.current = null, $e();
221
+ var x;
222
+ x = V.current, V.current = null, Fe();
223
223
  try {
224
- if (r) {
225
- var c = function() {
224
+ if (c) {
225
+ var u = function() {
226
226
  throw Error();
227
227
  };
228
- if (Object.defineProperty(c.prototype, "props", {
228
+ if (Object.defineProperty(u.prototype, "props", {
229
229
  set: function() {
230
230
  throw Error();
231
231
  }
232
232
  }), typeof Reflect == "object" && Reflect.construct) {
233
233
  try {
234
- Reflect.construct(c, []);
235
- } catch (R) {
236
- t = R;
234
+ Reflect.construct(u, []);
235
+ } catch (w) {
236
+ f = w;
237
237
  }
238
- Reflect.construct(e, [], c);
238
+ Reflect.construct(r, [], u);
239
239
  } else {
240
240
  try {
241
- c.call();
242
- } catch (R) {
243
- t = R;
241
+ u.call();
242
+ } catch (w) {
243
+ f = w;
244
244
  }
245
- e.call(c.prototype);
245
+ r.call(u.prototype);
246
246
  }
247
247
  } else {
248
248
  try {
249
249
  throw Error();
250
- } catch (R) {
251
- t = R;
250
+ } catch (w) {
251
+ f = w;
252
252
  }
253
- e();
253
+ r();
254
254
  }
255
- } catch (R) {
256
- if (R && t && typeof R.stack == "string") {
257
- for (var s = R.stack.split(`
258
- `), x = t.stack.split(`
259
- `), g = s.length - 1, _ = x.length - 1; g >= 1 && _ >= 0 && s[g] !== x[_]; )
260
- _--;
261
- for (; g >= 1 && _ >= 0; g--, _--)
262
- if (s[g] !== x[_]) {
263
- if (g !== 1 || _ !== 1)
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
+ j--;
261
+ for (; _ >= 1 && j >= 0; _--, j--)
262
+ if (v[_] !== k[j]) {
263
+ if (_ !== 1 || j !== 1)
264
264
  do
265
- if (g--, _--, _ < 0 || s[g] !== x[_]) {
266
- var E = `
267
- ` + s[g].replace(" at new ", " at ");
268
- return e.displayName && E.includes("<anonymous>") && (E = E.replace("<anonymous>", e.displayName)), typeof e == "function" && I.set(e, E), E;
265
+ if (_--, j--, j < 0 || v[_] !== k[j]) {
266
+ var R = `
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 (g >= 1 && _ >= 0);
270
+ while (_ >= 1 && j >= 0);
271
271
  break;
272
272
  }
273
273
  }
274
274
  } finally {
275
- V = !1, L.current = v, We(), Error.prepareStackTrace = u;
275
+ J = !1, V.current = x, $e(), Error.prepareStackTrace = m;
276
276
  }
277
- var z = e ? e.displayName || e.name : "", O = z ? B(z) : "";
278
- return typeof e == "function" && I.set(e, O), O;
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 Ie(e, r, a) {
281
- return ce(e, !1);
280
+ function He(r, c, h) {
281
+ return fe(r, !1);
282
282
  }
283
- function Ye(e) {
284
- var r = e.prototype;
285
- return !!(r && r.isReactComponent);
283
+ function Ge(r) {
284
+ var c = r.prototype;
285
+ return !!(c && c.isReactComponent);
286
286
  }
287
- function Y(e, r, a) {
288
- if (e == null)
287
+ function q(r, c, h) {
288
+ if (r == null)
289
289
  return "";
290
- if (typeof e == "function")
291
- return ce(e, Ye(e));
292
- if (typeof e == "string")
293
- return B(e);
294
- switch (e) {
295
- case S:
296
- return B("Suspense");
290
+ if (typeof r == "function")
291
+ return fe(r, Ge(r));
292
+ if (typeof r == "string")
293
+ return L(r);
294
+ switch (r) {
295
+ case b:
296
+ return L("Suspense");
297
297
  case y:
298
- return B("SuspenseList");
298
+ return L("SuspenseList");
299
299
  }
300
- if (typeof e == "object")
301
- switch (e.$$typeof) {
302
- case p:
303
- return Ie(e.render);
304
- case T:
305
- return Y(e.type, r, a);
306
- case k: {
307
- var t = e, u = t._payload, v = t._init;
300
+ if (typeof r == "object")
301
+ switch (r.$$typeof) {
302
+ case g:
303
+ return He(r.render);
304
+ case z:
305
+ return q(r.type, c, h);
306
+ case p: {
307
+ var f = r, m = f._payload, x = f._init;
308
308
  try {
309
- return Y(v(u), r, a);
309
+ return q(x(m), c, h);
310
310
  } catch {
311
311
  }
312
312
  }
313
313
  }
314
314
  return "";
315
315
  }
316
- var D = Object.prototype.hasOwnProperty, ue = {}, de = N.ReactDebugCurrentFrame;
317
- function M(e) {
318
- if (e) {
319
- var r = e._owner, a = Y(e.type, e._source, r ? r.type : null);
320
- de.setExtraStackFrame(a);
316
+ var $ = Object.prototype.hasOwnProperty, ve = {}, ue = E.ReactDebugCurrentFrame;
317
+ function Y(r) {
318
+ if (r) {
319
+ var c = r._owner, h = q(r.type, r._source, c ? c.type : null);
320
+ ue.setExtraStackFrame(h);
321
321
  } else
322
- de.setExtraStackFrame(null);
322
+ ue.setExtraStackFrame(null);
323
323
  }
324
- function Me(e, r, a, t, u) {
324
+ function Le(r, c, h, f, m) {
325
325
  {
326
- var v = Function.call.bind(D);
327
- for (var c in e)
328
- if (v(e, c)) {
329
- var s = void 0;
326
+ var x = Function.call.bind($);
327
+ for (var u in r)
328
+ if (x(r, u)) {
329
+ var v = void 0;
330
330
  try {
331
- if (typeof e[c] != "function") {
332
- var x = Error((t || "React class") + ": " + a + " type `" + c + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[c] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
333
- throw x.name = "Invariant Violation", x;
331
+ if (typeof r[u] != "function") {
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
- s = e[c](r, c, t, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
- } catch (g) {
337
- s = g;
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
- s && !(s instanceof Error) && (M(u), j("%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).", t || "React class", a, c, typeof s), M(null)), s instanceof Error && !(s.message in ue) && (ue[s.message] = !0, M(u), j("Failed %s type: %s", a, s.message), M(null));
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 Le = Array.isArray;
344
- function q(e) {
345
- return Le(e);
343
+ var Me = Array.isArray;
344
+ function K(r) {
345
+ return Me(r);
346
346
  }
347
- function Ue(e) {
347
+ function qe(r) {
348
348
  {
349
- var r = typeof Symbol == "function" && Symbol.toStringTag, a = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
350
- return a;
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
- function Ve(e) {
353
+ function Ye(r) {
354
354
  try {
355
- return fe(e), !1;
355
+ return pe(r), !1;
356
356
  } catch {
357
357
  return !0;
358
358
  }
359
359
  }
360
- function fe(e) {
361
- return "" + e;
360
+ function pe(r) {
361
+ return "" + r;
362
362
  }
363
- function ve(e) {
364
- if (Ve(e))
365
- return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ue(e)), fe(e);
363
+ function me(r) {
364
+ if (Ye(r))
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 he = N.ReactCurrentOwner, qe = {
367
+ var be = E.ReactCurrentOwner, Ve = {
368
368
  key: !0,
369
369
  ref: !0,
370
370
  __self: !0,
371
371
  __source: !0
372
- }, pe, me;
373
- function He(e) {
374
- if (D.call(e, "ref")) {
375
- var r = Object.getOwnPropertyDescriptor(e, "ref").get;
376
- if (r && r.isReactWarning)
372
+ }, ye, xe;
373
+ function Ue(r) {
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
- return e.ref !== void 0;
379
+ return r.ref !== void 0;
380
380
  }
381
- function Ge(e) {
382
- if (D.call(e, "key")) {
383
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
384
- if (r && r.isReactWarning)
381
+ function Je(r) {
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
- return e.key !== void 0;
387
+ return r.key !== void 0;
388
388
  }
389
- function Je(e, r) {
390
- typeof e.ref == "string" && he.current;
389
+ function Ke(r, c) {
390
+ typeof r.ref == "string" && be.current;
391
391
  }
392
- function Ke(e, r) {
392
+ function Xe(r, c) {
393
393
  {
394
- var a = function() {
395
- pe || (pe = !0, j("%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)", r));
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
- a.isReactWarning = !0, Object.defineProperty(e, "key", {
398
- get: a,
397
+ h.isReactWarning = !0, Object.defineProperty(r, "key", {
398
+ get: h,
399
399
  configurable: !0
400
400
  });
401
401
  }
402
402
  }
403
- function Xe(e, r) {
403
+ function Qe(r, c) {
404
404
  {
405
- var a = function() {
406
- me || (me = !0, j("%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)", r));
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
- a.isReactWarning = !0, Object.defineProperty(e, "ref", {
409
- get: a,
408
+ h.isReactWarning = !0, Object.defineProperty(r, "ref", {
409
+ get: h,
410
410
  configurable: !0
411
411
  });
412
412
  }
413
413
  }
414
- var Qe = function(e, r, a, t, u, v, c) {
415
- var s = {
414
+ var Ze = function(r, c, h, f, m, x, u) {
415
+ var v = {
416
416
  // This tag allows us to uniquely identify this as a React Element
417
- $$typeof: l,
417
+ $$typeof: n,
418
418
  // Built-in properties that belong on the element
419
- type: e,
420
- key: r,
421
- ref: a,
422
- props: c,
419
+ type: r,
420
+ key: c,
421
+ ref: h,
422
+ props: u,
423
423
  // Record the component responsible for creating this element.
424
- _owner: v
424
+ _owner: x
425
425
  };
426
- return s._store = {}, Object.defineProperty(s._store, "validated", {
426
+ return v._store = {}, Object.defineProperty(v._store, "validated", {
427
427
  configurable: !1,
428
428
  enumerable: !1,
429
429
  writable: !0,
430
430
  value: !1
431
- }), Object.defineProperty(s, "_self", {
431
+ }), Object.defineProperty(v, "_self", {
432
432
  configurable: !1,
433
433
  enumerable: !1,
434
434
  writable: !1,
435
- value: t
436
- }), Object.defineProperty(s, "_source", {
435
+ value: f
436
+ }), Object.defineProperty(v, "_source", {
437
437
  configurable: !1,
438
438
  enumerable: !1,
439
439
  writable: !1,
440
- value: u
441
- }), Object.freeze && (Object.freeze(s.props), Object.freeze(s)), s;
440
+ value: m
441
+ }), Object.freeze && (Object.freeze(v.props), Object.freeze(v)), v;
442
442
  };
443
- function Ze(e, r, a, t, u) {
443
+ function er(r, c, h, f, m) {
444
444
  {
445
- var v, c = {}, s = null, x = null;
446
- a !== void 0 && (ve(a), s = "" + a), Ge(r) && (ve(r.key), s = "" + r.key), He(r) && (x = r.ref, Je(r, u));
447
- for (v in r)
448
- D.call(r, v) && !qe.hasOwnProperty(v) && (c[v] = r[v]);
449
- if (e && e.defaultProps) {
450
- var g = e.defaultProps;
451
- for (v in g)
452
- c[v] === void 0 && (c[v] = g[v]);
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
+ if (r && r.defaultProps) {
450
+ var _ = r.defaultProps;
451
+ for (x in _)
452
+ u[x] === void 0 && (u[x] = _[x]);
453
453
  }
454
- if (s || x) {
455
- var _ = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
456
- s && Ke(c, _), x && Xe(c, _);
454
+ if (v || k) {
455
+ var j = typeof r == "function" ? r.displayName || r.name || "Unknown" : r;
456
+ v && Xe(u, j), k && Qe(u, j);
457
457
  }
458
- return Qe(e, s, x, u, t, he.current, c);
458
+ return Ze(r, v, k, m, f, be.current, u);
459
459
  }
460
460
  }
461
- var H = N.ReactCurrentOwner, ge = N.ReactDebugCurrentFrame;
462
- function P(e) {
463
- if (e) {
464
- var r = e._owner, a = Y(e.type, e._source, r ? r.type : null);
465
- ge.setExtraStackFrame(a);
461
+ var X = E.ReactCurrentOwner, _e = E.ReactDebugCurrentFrame;
462
+ function P(r) {
463
+ if (r) {
464
+ var c = r._owner, h = q(r.type, r._source, c ? c.type : null);
465
+ _e.setExtraStackFrame(h);
466
466
  } else
467
- ge.setExtraStackFrame(null);
467
+ _e.setExtraStackFrame(null);
468
468
  }
469
- var G;
470
- G = !1;
471
- function J(e) {
472
- return typeof e == "object" && e !== null && e.$$typeof === l;
469
+ var Q;
470
+ Q = !1;
471
+ function Z(r) {
472
+ return typeof r == "object" && r !== null && r.$$typeof === n;
473
473
  }
474
- function _e() {
474
+ function je() {
475
475
  {
476
- if (H.current) {
477
- var e = C(H.current.type);
478
- if (e)
476
+ if (X.current) {
477
+ var r = T(X.current.type);
478
+ if (r)
479
479
  return `
480
480
 
481
- Check the render method of \`` + e + "`.";
481
+ Check the render method of \`` + r + "`.";
482
482
  }
483
483
  return "";
484
484
  }
485
485
  }
486
- function er(e) {
486
+ function rr(r) {
487
487
  return "";
488
488
  }
489
- var be = {};
490
- function rr(e) {
489
+ var ze = {};
490
+ function ar(r) {
491
491
  {
492
- var r = _e();
493
- if (!r) {
494
- var a = typeof e == "string" ? e : e.displayName || e.name;
495
- a && (r = `
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 <` + a + ">.");
497
+ Check the top-level render call using <` + h + ">.");
498
498
  }
499
- return r;
499
+ return c;
500
500
  }
501
501
  }
502
- function ye(e, r) {
502
+ function Ne(r, c) {
503
503
  {
504
- if (!e._store || e._store.validated || e.key != null)
504
+ if (!r._store || r._store.validated || r.key != null)
505
505
  return;
506
- e._store.validated = !0;
507
- var a = rr(r);
508
- if (be[a])
506
+ r._store.validated = !0;
507
+ var h = ar(c);
508
+ if (ze[h])
509
509
  return;
510
- be[a] = !0;
511
- var t = "";
512
- e && e._owner && e._owner !== H.current && (t = " It was passed a child from " + C(e._owner.type) + "."), P(e), j('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, t), P(null);
510
+ ze[h] = !0;
511
+ var f = "";
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 je(e, r) {
515
+ function ke(r, c) {
516
516
  {
517
- if (typeof e != "object")
517
+ if (typeof r != "object")
518
518
  return;
519
- if (q(e))
520
- for (var a = 0; a < e.length; a++) {
521
- var t = e[a];
522
- J(t) && ye(t, r);
519
+ if (K(r))
520
+ for (var h = 0; h < r.length; h++) {
521
+ var f = r[h];
522
+ Z(f) && Ne(f, c);
523
523
  }
524
- else if (J(e))
525
- e._store && (e._store.validated = !0);
526
- else if (e) {
527
- var u = ke(e);
528
- if (typeof u == "function" && u !== e.entries)
529
- for (var v = u.call(e), c; !(c = v.next()).done; )
530
- J(c.value) && ye(c.value, r);
524
+ else if (Z(r))
525
+ r._store && (r._store.validated = !0);
526
+ else if (r) {
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 ar(e) {
534
+ function or(r) {
535
535
  {
536
- var r = e.type;
537
- if (r == null || typeof r == "string")
536
+ var c = r.type;
537
+ if (c == null || typeof c == "string")
538
538
  return;
539
- var a;
540
- if (typeof r == "function")
541
- a = r.propTypes;
542
- else if (typeof r == "object" && (r.$$typeof === p || // Note: Memo only checks outer props here.
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
- r.$$typeof === T))
545
- a = r.propTypes;
544
+ c.$$typeof === z))
545
+ h = c.propTypes;
546
546
  else
547
547
  return;
548
- if (a) {
549
- var t = C(r);
550
- Me(a, e.props, "prop", t, e);
551
- } else if (r.PropTypes !== void 0 && !G) {
552
- G = !0;
553
- var u = C(r);
554
- j("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", u || "Unknown");
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
+ Q = !0;
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 r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && j("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
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 nr(e) {
559
+ function tr(r) {
560
560
  {
561
- for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
562
- var t = r[a];
563
- if (t !== "children" && t !== "key") {
564
- P(e), j("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", t), P(null);
561
+ for (var c = Object.keys(r.props), h = 0; h < c.length; h++) {
562
+ var f = c[h];
563
+ if (f !== "children" && f !== "key") {
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
- e.ref !== null && (P(e), j("Invalid attribute `ref` supplied to `React.Fragment`."), P(null));
568
+ r.ref !== null && (P(r), N("Invalid attribute `ref` supplied to `React.Fragment`."), P(null));
569
569
  }
570
570
  }
571
- var xe = {};
572
- function Re(e, r, a, t, u, v) {
571
+ var we = {};
572
+ function Se(r, c, h, f, m, x) {
573
573
  {
574
- var c = De(e);
575
- if (!c) {
576
- var s = "";
577
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (s += " 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 x = er();
579
- x ? s += x : s += _e();
580
- var g;
581
- e === null ? g = "null" : q(e) ? g = "array" : e !== void 0 && e.$$typeof === l ? (g = "<" + (C(e.type) || "Unknown") + " />", s = " Did you accidentally export a JSX literal instead of a component?") : g = typeof e, j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", g, s);
574
+ var u = Ae(r);
575
+ if (!u) {
576
+ var v = "";
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 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 _ = Ze(e, r, a, u, v);
584
- if (_ == null)
585
- return _;
586
- if (c) {
587
- var E = r.children;
588
- if (E !== void 0)
589
- if (t)
590
- if (q(E)) {
591
- for (var z = 0; z < E.length; z++)
592
- je(E[z], e);
593
- Object.freeze && Object.freeze(E);
583
+ var j = er(r, c, h, m, x);
584
+ if (j == null)
585
+ return j;
586
+ if (u) {
587
+ var R = c.children;
588
+ if (R !== void 0)
589
+ if (f)
590
+ if (K(R)) {
591
+ for (var A = 0; A < R.length; A++)
592
+ ke(R[A], r);
593
+ Object.freeze && Object.freeze(R);
594
594
  } else
595
- j("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
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
- je(E, e);
597
+ ke(R, r);
598
598
  }
599
- if (D.call(r, "key")) {
600
- var O = C(e), R = Object.keys(r).filter(function(cr) {
601
- return cr !== "key";
602
- }), K = R.length > 0 ? "{key: someKey, " + R.join(": ..., ") + ": ...}" : "{key: someKey}";
603
- if (!xe[O + K]) {
604
- var sr = R.length > 0 ? "{" + R.join(": ..., ") + ": ...}" : "{}";
605
- j(`A props object containing a "key" prop is being spread into JSX:
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} />`, K, O, sr, O), xe[O + K] = !0;
610
+ <%s key={someKey} {...props} />`, ee, O, cr, O), we[O + ee] = !0;
611
611
  }
612
612
  }
613
- return e === f ? nr(_) : ar(_), _;
613
+ return r === a ? tr(j) : or(j), j;
614
614
  }
615
615
  }
616
- function tr(e, r, a) {
617
- return Re(e, r, a, !0);
616
+ function nr(r, c, h) {
617
+ return Se(r, c, h, !0);
618
618
  }
619
- function or(e, r, a) {
620
- return Re(e, r, a, !1);
619
+ function ir(r, c, h) {
620
+ return Se(r, c, h, !1);
621
621
  }
622
- var ir = or, lr = tr;
623
- $.Fragment = f, $.jsx = ir, $.jsxs = lr;
624
- }()), $;
622
+ var lr = ir, sr = nr;
623
+ H.Fragment = a, H.jsx = lr, H.jsxs = sr;
624
+ }()), H;
625
625
  }
626
- process.env.NODE_ENV === "production" ? X.exports = dr() : X.exports = fr();
627
- var n = X.exports;
628
- const pr = ({ children: i, className: l }) => /* @__PURE__ */ n.jsx(
626
+ process.env.NODE_ENV === "production" ? re.exports = hr() : re.exports = gr();
627
+ var e = re.exports;
628
+ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
629
629
  "div",
630
630
  {
631
631
  "data-template": "forehead",
632
- className: ["lion-page", "lion-page--forehead", l].filter(Boolean).join(" "),
632
+ className: ["lion-page", "lion-page--forehead", n].filter(Boolean).join(" "),
633
633
  style: { maxWidth: "var(--max-width, 1600px)", margin: "0 auto" },
634
- children: i
634
+ children: t
635
635
  }
636
- ), mr = ({ children: i, className: l }) => /* @__PURE__ */ n.jsx(
636
+ ), zr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
637
637
  "div",
638
638
  {
639
639
  "data-template": "sideburn",
640
- className: ["lion-page", "lion-page--sideburn", l].filter(Boolean).join(" "),
640
+ className: ["lion-page", "lion-page--sideburn", n].filter(Boolean).join(" "),
641
641
  style: { maxWidth: "var(--max-width, 1600px)", margin: "0 auto" },
642
- children: i
642
+ children: t
643
643
  }
644
- ), gr = ({ zone: i, children: l, className: o }) => /* @__PURE__ */ n.jsx(
644
+ ), Nr = ({ zone: t, children: n, className: o }) => /* @__PURE__ */ e.jsx(
645
645
  "section",
646
646
  {
647
- "data-zone": i,
648
- className: ["lion-section", `lion-section--${i}`, o].filter(Boolean).join(" "),
649
- children: l
647
+ "data-zone": t,
648
+ className: ["lion-section", `lion-section--${t}`, o].filter(Boolean).join(" "),
649
+ children: n
650
650
  }
651
- ), _r = ({ type: i = "single", children: l, className: o }) => /* @__PURE__ */ n.jsx(
651
+ ), kr = ({ type: t = "single", children: n, className: o }) => /* @__PURE__ */ e.jsx(
652
652
  "div",
653
653
  {
654
- "data-container-type": i,
655
- className: ["lion-container", `lion-container--${i}`, o].filter(Boolean).join(" "),
656
- children: l
654
+ "data-container-type": t,
655
+ className: ["lion-container", `lion-container--${t}`, o].filter(Boolean).join(" "),
656
+ children: n
657
657
  }
658
- ), br = ({ links: i, className: l }) => /* @__PURE__ */ n.jsx(
658
+ ), wr = ({ links: t, className: n }) => /* @__PURE__ */ e.jsx(
659
659
  "nav",
660
660
  {
661
661
  "data-zone": "anklet",
662
- className: ["lion-anklet", l].filter(Boolean).join(" "),
662
+ className: ["lion-anklet", n].filter(Boolean).join(" "),
663
663
  "aria-label": "Quick links",
664
- children: /* @__PURE__ */ n.jsx("ul", { className: "lion-anklet__list", children: i.map((o) => /* @__PURE__ */ n.jsx("li", { className: "lion-anklet__item", children: /* @__PURE__ */ n.jsx("a", { href: o.href, className: "lion-anklet__link", children: o.label }) }, o.href)) })
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
- ), yr = ({
667
- logoSrc: i,
668
- logoAlt: l,
666
+ ), Sr = ({
667
+ logoSrc: t,
668
+ logoAlt: n,
669
669
  selectedState: o,
670
- onStateChange: f,
671
- className: h
672
- }) => /* @__PURE__ */ n.jsxs(
670
+ onStateChange: a,
671
+ className: i
672
+ }) => /* @__PURE__ */ e.jsxs(
673
673
  "div",
674
674
  {
675
675
  "data-zone": "header",
676
676
  "data-content-type": "corporate-universal-header",
677
- className: ["lion-corporate-header", h].filter(Boolean).join(" "),
677
+ className: ["lion-corporate-header", i].filter(Boolean).join(" "),
678
678
  style: { backgroundColor: "var(--color-blue-dark)" },
679
679
  children: [
680
- /* @__PURE__ */ n.jsx("img", { src: i, alt: l, className: "lion-corporate-header__logo" }),
681
- f && /* @__PURE__ */ n.jsx(
680
+ /* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-corporate-header__logo" }),
681
+ a && /* @__PURE__ */ e.jsx(
682
682
  "select",
683
683
  {
684
684
  className: "lion-corporate-header__state-selector",
685
685
  value: o,
686
- onChange: (m) => f(m.target.value),
686
+ onChange: (s) => a(s.target.value),
687
687
  "aria-label": "Select state"
688
688
  }
689
689
  )
690
690
  ]
691
691
  }
692
- ), jr = ({
693
- logoSrc: i,
694
- logoAlt: l,
692
+ ), Rr = ({
693
+ logoSrc: t,
694
+ logoAlt: n,
695
695
  underwriterInfo: o,
696
- ctas: f = [],
697
- className: h
698
- }) => /* @__PURE__ */ n.jsxs(
696
+ ctas: a = [],
697
+ className: i
698
+ }) => /* @__PURE__ */ e.jsxs(
699
699
  "header",
700
700
  {
701
701
  "data-zone": "header",
702
702
  "data-content-type": "global-header-bar",
703
- className: ["lion-global-header", h].filter(Boolean).join(" "),
703
+ className: ["lion-global-header", i].filter(Boolean).join(" "),
704
704
  style: { backgroundColor: "var(--color-white)" },
705
705
  children: [
706
- /* @__PURE__ */ n.jsx("img", { src: i, alt: l, className: "lion-global-header__logo" }),
707
- o && /* @__PURE__ */ n.jsx("span", { className: "lion-global-header__underwriter", children: o }),
708
- f.length > 0 && /* @__PURE__ */ n.jsx("nav", { className: "lion-global-header__ctas", "aria-label": "Header actions", children: f.map((m) => /* @__PURE__ */ n.jsx("a", { href: m.href, className: `lion-global-header__cta lion-global-header__cta--${m.type ?? "link"}`, children: m.label }, m.href)) })
706
+ /* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-global-header__logo" }),
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
- ), xr = ({
712
- variant: i,
713
- heading: l,
714
- subheading: o,
715
- imageSrc: f,
716
- imageAlt: h,
717
- ctaLabel: m,
718
- ctaHref: d,
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,
719
860
  className: b
720
- }) => /* @__PURE__ */ n.jsxs(
861
+ }) => /* @__PURE__ */ e.jsxs(
721
862
  "div",
722
863
  {
723
864
  "data-zone": "hero",
724
- "data-content-type": `hero-${i}`,
725
- className: ["lion-hero", `lion-hero--${i}`, b].filter(Boolean).join(" "),
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,
726
869
  children: [
727
- /* @__PURE__ */ n.jsxs("div", { className: "lion-hero__content", children: [
728
- /* @__PURE__ */ n.jsx("h1", { className: "lion-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)" }, children: l }),
729
- o && /* @__PURE__ */ n.jsx("p", { className: "lion-hero__subheading", style: { fontSize: "var(--font-size-base)" }, children: o }),
730
- m && d && /* @__PURE__ */ n.jsx("a", { href: d, className: "lion-hero__cta", style: { color: "var(--color-white)", backgroundColor: "var(--color-brand)" }, children: m })
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 })
731
884
  ] }),
732
- f && /* @__PURE__ */ n.jsx("div", { className: "lion-hero__image-wrapper", children: /* @__PURE__ */ n.jsx("img", { src: f, alt: h ?? "", className: "lion-hero__image" }) })
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" }) })
733
886
  ]
734
887
  }
735
- ), Rr = ({
736
- type: i,
737
- label: l,
738
- href: o,
739
- phone: f,
740
- variant: h = "primary",
741
- opensInNewTab: m = !1,
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 = ({
991
+ variant: t,
992
+ heading: n,
993
+ subheading: o,
994
+ imageSrc: a,
995
+ imageAlt: i,
996
+ ctaLabel: s,
997
+ ctaHref: l,
742
998
  className: d
999
+ }) => /* @__PURE__ */ e.jsxs(
1000
+ "div",
1001
+ {
1002
+ "data-zone": "hero",
1003
+ "data-content-type": `hero-${t}`,
1004
+ className: ["lion-hero", `lion-hero--${t}`, d].filter(Boolean).join(" "),
1005
+ children: [
1006
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-hero__content", children: [
1007
+ /* @__PURE__ */ e.jsx("h1", { className: "lion-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)" }, children: n }),
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 })
1010
+ ] }),
1011
+ a && /* @__PURE__ */ e.jsx("div", { className: "lion-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: a, alt: i ?? "", className: "lion-hero__image" }) })
1012
+ ]
1013
+ }
1014
+ ), Hr = ({ items: t, className: n }) => /* @__PURE__ */ e.jsx(
1015
+ "ul",
1016
+ {
1017
+ "data-zone": "general",
1018
+ "data-content-type": "rtbs",
1019
+ className: ["lion-rtbs", n].filter(Boolean).join(" "),
1020
+ style: { listStyle: "none", padding: 0, margin: 0 },
1021
+ children: t.map((o, a) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtbs__item", children: [
1022
+ o.illustrationSrc && /* @__PURE__ */ e.jsx(
1023
+ "img",
1024
+ {
1025
+ src: o.illustrationSrc,
1026
+ alt: o.illustrationAlt ?? "",
1027
+ className: "lion-rtbs__illustration"
1028
+ }
1029
+ ),
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))
1033
+ }
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: [
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 }),
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 } }),
1038
+ /* @__PURE__ */ e.jsxs("div", { 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 })
1041
+ ] })
1042
+ ] }, i)) })
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: [
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 }),
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 })
1049
+ ] }, i)) })
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: [
1051
+ n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
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: [
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)" } }),
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 }),
1055
+ /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: i.body }),
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 })
1057
+ ] }, s)) })
1058
+ ] }), qr = ({
1059
+ type: t,
1060
+ label: n,
1061
+ href: o,
1062
+ phone: a,
1063
+ variant: i = "primary",
1064
+ opensInNewTab: s = !1,
1065
+ className: l
743
1066
  }) => {
744
- const b = m ? "_blank" : void 0, p = m ? "noopener noreferrer" : void 0, S = i === "phone" ? `tel:${f}` : o;
745
- return /* @__PURE__ */ n.jsx(
1067
+ const d = s ? "_blank" : void 0, g = s ? "noopener noreferrer" : void 0, b = t === "phone" ? `tel:${a}` : o;
1068
+ return /* @__PURE__ */ e.jsx(
746
1069
  "a",
747
1070
  {
748
1071
  "data-zone": "general",
749
1072
  "data-content-type": "cta",
750
- href: S,
751
- target: b,
752
- rel: p,
753
- className: ["lion-cta", `lion-cta--${i}`, `lion-cta--${h}`, d].filter(Boolean).join(" "),
1073
+ href: b,
1074
+ target: d,
1075
+ rel: g,
1076
+ className: ["lion-cta", `lion-cta--${t}`, `lion-cta--${i}`, l].filter(Boolean).join(" "),
754
1077
  style: {
755
1078
  fontFamily: "var(--font-family-sans-serif)",
756
1079
  fontWeight: "var(--font-weight-600)",
757
1080
  borderRadius: "var(--border-radius-base)",
758
1081
  padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
759
- backgroundColor: h === "primary" ? "var(--color-brand)" : "transparent",
760
- color: h === "primary" ? "var(--color-white)" : "var(--color-link)",
761
- borderWidth: h === "secondary" ? "var(--border-width-base)" : void 0,
762
- borderStyle: h === "secondary" ? "solid" : void 0,
763
- borderColor: h === "secondary" ? "var(--color-brand)" : void 0
1082
+ backgroundColor: i === "primary" ? "var(--color-brand)" : "transparent",
1083
+ color: i === "primary" ? "var(--color-white)" : "var(--color-link)",
1084
+ borderWidth: i === "secondary" ? "var(--border-width-base)" : void 0,
1085
+ borderStyle: i === "secondary" ? "solid" : void 0,
1086
+ borderColor: i === "secondary" ? "var(--color-brand)" : void 0
764
1087
  },
765
- children: l
1088
+ children: n
766
1089
  }
767
1090
  );
768
- }, Er = ({ heading: i, body: l, ctaLabel: o, ctaHref: f, className: h }) => /* @__PURE__ */ n.jsxs(
1091
+ }, Yr = ({
1092
+ heading: t,
1093
+ ctaLabel: n,
1094
+ ctaHref: o,
1095
+ ctaType: a = "button",
1096
+ body: i,
1097
+ className: s
1098
+ }) => /* @__PURE__ */ e.jsxs(
769
1099
  "div",
770
1100
  {
771
1101
  "data-zone": "general",
772
- "data-content-type": "callout",
773
- className: ["lion-callout", h].filter(Boolean).join(" "),
774
- style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)" },
1102
+ "data-content-type": "simple-cta-block",
1103
+ className: ["lion-simple-cta", s].filter(Boolean).join(" "),
1104
+ style: { padding: "var(--padding-edge)", textAlign: "center" },
775
1105
  children: [
776
- /* @__PURE__ */ n.jsx("h2", { className: "lion-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)" }, children: i }),
777
- /* @__PURE__ */ n.jsx("p", { className: "lion-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: l }),
778
- o && f && /* @__PURE__ */ n.jsx("a", { href: f, className: "lion-callout__cta", style: { color: "var(--color-link)" }, children: o })
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 }),
1107
+ i && /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", marginBottom: "var(--padding-edge)" }, children: i }),
1108
+ /* @__PURE__ */ e.jsx(
1109
+ "a",
1110
+ {
1111
+ href: o,
1112
+ style: a === "button" ? {
1113
+ backgroundColor: "var(--color-brand)",
1114
+ color: "var(--color-white)",
1115
+ fontWeight: "var(--font-weight-600)",
1116
+ borderRadius: "var(--border-radius-base)",
1117
+ padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
1118
+ display: "inline-block"
1119
+ } : {
1120
+ color: "var(--color-link)",
1121
+ fontWeight: "var(--font-weight-600)"
1122
+ },
1123
+ children: n
1124
+ }
1125
+ )
779
1126
  ]
780
1127
  }
781
- ), Sr = ({ items: i, className: l }) => /* @__PURE__ */ n.jsx(
782
- "ul",
783
- {
784
- "data-zone": "general",
785
- "data-content-type": "rtbs",
786
- className: ["lion-rtbs", l].filter(Boolean).join(" "),
787
- style: { listStyle: "none", padding: 0, margin: 0 },
788
- children: i.map((o, f) => /* @__PURE__ */ n.jsxs("li", { className: "lion-rtbs__item", children: [
789
- o.illustrationSrc && /* @__PURE__ */ n.jsx(
790
- "img",
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]);
1131
+ };
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);
1134
+ return /* @__PURE__ */ e.jsxs("div", { className: "lion-accordion__item", style: { borderBottom: "var(--border-width-thin) solid var(--color-line)" }, children: [
1135
+ /* @__PURE__ */ e.jsx(
1136
+ "button",
791
1137
  {
792
- src: o.illustrationSrc,
793
- alt: o.illustrationAlt ?? "",
794
- className: "lion-rtbs__illustration"
1138
+ type: "button",
1139
+ "aria-expanded": g,
1140
+ onClick: () => s(d),
1141
+ className: "lion-accordion__trigger",
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)" },
1143
+ children: l.heading
795
1144
  }
796
1145
  ),
797
- /* @__PURE__ */ n.jsx("h3", { className: "lion-rtbs__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: o.heading }),
798
- /* @__PURE__ */ n.jsx("p", { className: "lion-rtbs__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: o.body })
799
- ] }, f))
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);
1148
+ }) });
1149
+ }, fr = {
1150
+ white: "var(--color-white)",
1151
+ "gray-lightest": "var(--color-gray-lightest)",
1152
+ "teal-tint": "var(--color-teal-tint)",
1153
+ sand: "var(--color-sand)",
1154
+ "blue-dark": "var(--color-blue-dark)",
1155
+ teal: "var(--color-teal)",
1156
+ brand: "var(--color-brand)"
1157
+ }, Ur = ({ color: t, children: n, className: o }) => /* @__PURE__ */ e.jsx(
1158
+ "div",
1159
+ {
1160
+ "data-zone": "general",
1161
+ "data-content-type": "background-color-block",
1162
+ "data-color": t,
1163
+ className: ["lion-bg-color-block", `lion-bg-color-block--${t}`, o].filter(Boolean).join(" "),
1164
+ style: { backgroundColor: fr[t], padding: "var(--padding-edge)" },
1165
+ children: n
1166
+ }
1167
+ ), Jr = ({
1168
+ heading: t,
1169
+ body: n,
1170
+ imageSrc: o,
1171
+ imageAlt: a,
1172
+ imagePosition: i = "top",
1173
+ ctaLabel: s,
1174
+ ctaHref: l,
1175
+ className: d
1176
+ }) => {
1177
+ const g = i === "left" || i === "right";
1178
+ return /* @__PURE__ */ e.jsxs(
1179
+ "div",
1180
+ {
1181
+ "data-zone": "general",
1182
+ "data-content-type": "basic-content-block",
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)" },
1185
+ children: [
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%" } }),
1187
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-basic-content__text", children: [
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 }),
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 }),
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 })
1191
+ ] })
1192
+ ]
1193
+ }
1194
+ );
1195
+ }, Kr = ({ html: t, className: n }) => /* @__PURE__ */ e.jsx(
1196
+ "div",
1197
+ {
1198
+ "data-zone": "general",
1199
+ "data-content-type": "body-text-copy-block",
1200
+ className: ["lion-body-text", n].filter(Boolean).join(" "),
1201
+ style: { fontFamily: "var(--font-family-sans-serif)", fontSize: "var(--font-size-base)", lineHeight: "var(--line-height-base)", color: "var(--color-text)", maxWidth: "72ch" },
1202
+ dangerouslySetInnerHTML: { __html: t }
1203
+ }
1204
+ ), Xr = ({ heading: t, body: n, ctaLabel: o, ctaHref: a, className: i }) => /* @__PURE__ */ e.jsxs(
1205
+ "div",
1206
+ {
1207
+ "data-zone": "general",
1208
+ "data-content-type": "callout",
1209
+ className: ["lion-callout", i].filter(Boolean).join(" "),
1210
+ style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)" },
1211
+ children: [
1212
+ /* @__PURE__ */ e.jsx("h2", { className: "lion-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)" }, children: t }),
1213
+ /* @__PURE__ */ e.jsx("p", { className: "lion-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
1214
+ o && a && /* @__PURE__ */ e.jsx("a", { href: a, className: "lion-callout__cta", style: { color: "var(--color-link)" }, children: o })
1215
+ ]
800
1216
  }
801
- ), vr = ["Risk-free", "No Obligation", "Protected Privacy"], Tr = ({ tags: i = vr, className: l }) => /* @__PURE__ */ n.jsx(
1217
+ ), vr = ["Risk-free", "No Obligation", "Protected Privacy"], Qr = ({ tags: t = vr, className: n }) => /* @__PURE__ */ e.jsx(
802
1218
  "ul",
803
1219
  {
804
1220
  "data-zone": "general",
805
1221
  "data-content-type": "confidence-tags",
806
- className: ["lion-confidence-tags", l].filter(Boolean).join(" "),
1222
+ className: ["lion-confidence-tags", n].filter(Boolean).join(" "),
807
1223
  style: { listStyle: "none", padding: 0, margin: 0, display: "flex", gap: "var(--Grid-gutter-size)" },
808
- children: i.map((o) => /* @__PURE__ */ n.jsx(
1224
+ children: t.map((o) => /* @__PURE__ */ e.jsx(
809
1225
  "li",
810
1226
  {
811
1227
  className: "lion-confidence-tags__tag",
@@ -822,49 +1238,312 @@ const pr = ({ children: i, className: l }) => /* @__PURE__ */ n.jsx(
822
1238
  o
823
1239
  ))
824
1240
  }
825
- ), Cr = ({
826
- fields: i,
827
- submitLabel: l = "Submit",
1241
+ ), Zr = ({
1242
+ src: t,
1243
+ alt: n,
1244
+ caption: o,
1245
+ width: a = "full",
1246
+ alignment: i = "left",
1247
+ linkHref: s,
1248
+ className: l
1249
+ }) => {
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)" } });
1251
+ return /* @__PURE__ */ e.jsxs(
1252
+ "figure",
1253
+ {
1254
+ "data-zone": "general",
1255
+ "data-content-type": "content-image-block",
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 },
1258
+ children: [
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 })
1261
+ ]
1262
+ }
1263
+ );
1264
+ }, ea = ({ cards: t, className: n }) => /* @__PURE__ */ e.jsx(
1265
+ "ul",
1266
+ {
1267
+ "data-zone": "general",
1268
+ "data-content-type": "cross-sell-card-block",
1269
+ className: ["lion-cross-sell", n].filter(Boolean).join(" "),
1270
+ style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(t.length, 3)}, 1fr)`, gap: "var(--Grid-gutter-size)" },
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" } }),
1273
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-cross-sell__body", style: { padding: "var(--padding-base-horizontal)" }, children: [
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 })
1277
+ ] })
1278
+ ] }, a))
1279
+ }
1280
+ ), ur = {
1281
+ checkmark: "✓",
1282
+ bullet: "•",
1283
+ number: "",
1284
+ icon: "→"
1285
+ }, ra = ({ items: t, style: n = "checkmark", heading: o, className: a }) => {
1286
+ const i = n === "number" ? "ol" : "ul";
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)) })
1293
+ ] });
1294
+ }, aa = ({
1295
+ heading: t,
1296
+ body: n,
1297
+ placeholder: o = "Enter your email",
1298
+ submitLabel: a = "Subscribe",
1299
+ onSubmit: i,
1300
+ className: s
1301
+ }) => {
1302
+ const [l, d] = B(""), g = (b) => {
1303
+ b.preventDefault(), i == null || i(l);
1304
+ };
1305
+ return /* @__PURE__ */ e.jsxs(
1306
+ "div",
1307
+ {
1308
+ "data-zone": "general",
1309
+ "data-content-type": "email-callout-block",
1310
+ className: ["lion-email-callout", s].filter(Boolean).join(" "),
1311
+ style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)" },
1312
+ children: [
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 }),
1314
+ n && /* @__PURE__ */ e.jsx("p", { className: "lion-email-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
1315
+ /* @__PURE__ */ e.jsxs("form", { className: "lion-email-callout__form", onSubmit: g, style: { display: "flex", gap: "var(--Grid-gutter-size)" }, children: [
1316
+ /* @__PURE__ */ e.jsx(
1317
+ "input",
1318
+ {
1319
+ type: "email",
1320
+ required: !0,
1321
+ value: l,
1322
+ onChange: (b) => d(b.target.value),
1323
+ placeholder: o,
1324
+ className: "lion-email-callout__input",
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)" }
1326
+ }
1327
+ ),
1328
+ /* @__PURE__ */ e.jsx(
1329
+ "button",
1330
+ {
1331
+ type: "submit",
1332
+ className: "lion-email-callout__submit",
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" },
1334
+ children: a
1335
+ }
1336
+ )
1337
+ ] })
1338
+ ]
1339
+ }
1340
+ );
1341
+ }, pr = {
1342
+ "16/9": "56.25%",
1343
+ "4/3": "75%",
1344
+ "1/1": "100%"
1345
+ }, oa = ({
1346
+ src: t,
1347
+ title: n,
1348
+ aspectRatio: o = "16/9",
1349
+ autoplay: a = !1,
1350
+ caption: i,
1351
+ className: s
1352
+ }) => {
1353
+ const l = a ? `${t}${t.includes("?") ? "&" : "?"}autoplay=1` : t;
1354
+ return /* @__PURE__ */ e.jsxs(
1355
+ "figure",
1356
+ {
1357
+ "data-zone": "general",
1358
+ "data-content-type": "embedded-video-block",
1359
+ className: ["lion-video", s].filter(Boolean).join(" "),
1360
+ style: { margin: 0 },
1361
+ children: [
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(
1363
+ "iframe",
1364
+ {
1365
+ src: l,
1366
+ title: n,
1367
+ className: "lion-video__iframe",
1368
+ style: { position: "absolute", top: 0, left: 0, width: "100%", height: "100%", border: 0 },
1369
+ allowFullScreen: !0
1370
+ }
1371
+ ) }),
1372
+ i && /* @__PURE__ */ e.jsx("figcaption", { className: "lion-video__caption", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" }, children: i })
1373
+ ]
1374
+ }
1375
+ );
1376
+ }, ta = ({
1377
+ imageSrc: t,
1378
+ imageAlt: n,
1379
+ highlightBox: o,
1380
+ highlightBoxPosition: a = "bottom-left",
1381
+ className: i
1382
+ }) => {
1383
+ const s = {
1384
+ "bottom-left": { bottom: "var(--padding-edge)", left: "var(--padding-edge)" },
1385
+ "bottom-right": { bottom: "var(--padding-edge)", right: "var(--padding-edge)" },
1386
+ "top-left": { top: "var(--padding-edge)", left: "var(--padding-edge)" },
1387
+ "top-right": { top: "var(--padding-edge)", right: "var(--padding-edge)" }
1388
+ };
1389
+ return /* @__PURE__ */ e.jsxs(
1390
+ "div",
1391
+ {
1392
+ "data-zone": "general",
1393
+ "data-content-type": "full-size-image-with-highlight-box",
1394
+ className: ["lion-full-image", i].filter(Boolean).join(" "),
1395
+ style: { position: "relative", overflow: "hidden", borderRadius: "var(--border-radius-base)" },
1396
+ children: [
1397
+ /* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-full-image__img", style: { width: "100%", display: "block" } }),
1398
+ /* @__PURE__ */ e.jsxs(
1399
+ "div",
1400
+ {
1401
+ className: "lion-full-image__highlight-box",
1402
+ style: {
1403
+ position: "absolute",
1404
+ ...s[a],
1405
+ backgroundColor: "var(--color-white)",
1406
+ borderRadius: "var(--border-radius-base)",
1407
+ padding: "var(--padding-edge)",
1408
+ maxWidth: "360px"
1409
+ },
1410
+ children: [
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(
1414
+ "a",
1415
+ {
1416
+ href: o.ctaHref,
1417
+ className: "lion-full-image__cta",
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" },
1419
+ children: o.ctaLabel
1420
+ }
1421
+ )
1422
+ ]
1423
+ }
1424
+ )
1425
+ ]
1426
+ }
1427
+ );
1428
+ }, mr = {
1429
+ thin: "var(--border-width-thin)",
1430
+ base: "var(--border-width-base)",
1431
+ thick: "var(--border-width-thick)"
1432
+ }, na = ({
1433
+ style: t = "solid",
1434
+ color: n = "var(--color-line)",
1435
+ thickness: o = "thin",
1436
+ className: a
1437
+ }) => /* @__PURE__ */ e.jsx(
1438
+ "hr",
1439
+ {
1440
+ "data-zone": "general",
1441
+ "data-content-type": "horizontal-rule",
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" }
1444
+ }
1445
+ ), br = {
1446
+ info: { bg: "var(--color-teal-tint)", color: "var(--color-teal-dark)", border: "var(--color-teal)" },
1447
+ warning: { bg: "var(--color-yellow-light)", color: "var(--color-yellow)", border: "var(--color-yellow)" },
1448
+ success: { bg: "var(--color-green-light)", color: "var(--color-green)", border: "var(--color-green)" },
1449
+ error: { bg: "var(--color-red-light)", color: "var(--color-red)", border: "var(--color-red)" }
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];
1454
+ return /* @__PURE__ */ e.jsxs(
1455
+ "div",
1456
+ {
1457
+ role: "alert",
1458
+ "data-zone": "general",
1459
+ "data-content-type": "inline-message",
1460
+ "data-type": t,
1461
+ className: ["lion-inline-message", `lion-inline-message--${t}`, i].filter(Boolean).join(" "),
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" },
1463
+ children: [
1464
+ /* @__PURE__ */ e.jsxs("div", { children: [
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 })
1467
+ ] }),
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: "×" })
1469
+ ]
1470
+ }
1471
+ );
1472
+ }, la = ({
1473
+ heading: t,
1474
+ body: n,
1475
+ deadline: o,
1476
+ ctaLabel: a,
1477
+ ctaHref: i,
1478
+ className: s
1479
+ }) => /* @__PURE__ */ e.jsxs(
1480
+ "div",
1481
+ {
1482
+ "data-zone": "general",
1483
+ "data-content-type": "last-chance-block",
1484
+ className: ["lion-last-chance", s].filter(Boolean).join(" "),
1485
+ style: { background: "var(--gradient-blue-to-teal)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)", color: "var(--color-white)", textAlign: "center" },
1486
+ children: [
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: [
1488
+ "Deadline: ",
1489
+ o
1490
+ ] }),
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 }),
1492
+ /* @__PURE__ */ e.jsx("p", { className: "lion-last-chance__body", style: { fontSize: "var(--font-size-base)", marginBottom: "var(--padding-edge)" }, children: n }),
1493
+ /* @__PURE__ */ e.jsx(
1494
+ "a",
1495
+ {
1496
+ href: i,
1497
+ className: "lion-last-chance__cta",
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" },
1499
+ children: a
1500
+ }
1501
+ )
1502
+ ]
1503
+ }
1504
+ ), sa = ({
1505
+ fields: t,
1506
+ submitLabel: n = "Submit",
828
1507
  onSubmit: o,
829
- mediaCode: f,
830
- className: h
1508
+ mediaCode: a,
1509
+ className: i
831
1510
  }) => {
832
- const m = (d) => {
833
- if (d.preventDefault(), !o) return;
834
- const b = new FormData(d.currentTarget), p = {};
835
- b.forEach((S, y) => {
836
- p[y] = S;
837
- }), o(p);
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);
838
1517
  };
839
- return /* @__PURE__ */ n.jsxs(
1518
+ return /* @__PURE__ */ e.jsxs(
840
1519
  "form",
841
1520
  {
842
1521
  "data-zone": "general",
843
1522
  "data-content-type": "lead-form",
844
- "data-media-code": f,
845
- className: ["lion-lead-form", h].filter(Boolean).join(" "),
846
- onSubmit: m,
1523
+ "data-media-code": a,
1524
+ className: ["lion-lead-form", i].filter(Boolean).join(" "),
1525
+ onSubmit: s,
847
1526
  children: [
848
- i.map((d) => {
849
- var b;
850
- return /* @__PURE__ */ n.jsxs("div", { className: "lion-lead-form__field", children: [
851
- /* @__PURE__ */ n.jsxs("label", { htmlFor: d.name, className: "lion-lead-form__label", style: { fontWeight: "var(--font-weight-600)" }, children: [
852
- d.label,
853
- d.required && /* @__PURE__ */ n.jsx("span", { "aria-hidden": "true", children: " *" })
1527
+ t.map((l) => {
1528
+ var d;
1529
+ return /* @__PURE__ */ e.jsxs("div", { className: "lion-lead-form__field", children: [
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: " *" })
854
1533
  ] }),
855
- d.type === "select" ? /* @__PURE__ */ n.jsx("select", { id: d.name, name: d.name, required: d.required, className: "lion-lead-form__select", children: (b = d.options) == null ? void 0 : b.map((p) => /* @__PURE__ */ n.jsx("option", { value: p, children: p }, p)) }) : /* @__PURE__ */ n.jsx(
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(
856
1535
  "input",
857
1536
  {
858
- id: d.name,
859
- name: d.name,
860
- type: d.type,
861
- required: d.required,
1537
+ id: l.name,
1538
+ name: l.name,
1539
+ type: l.type,
1540
+ required: l.required,
862
1541
  className: "lion-lead-form__input"
863
1542
  }
864
1543
  )
865
- ] }, d.name);
1544
+ ] }, l.name);
866
1545
  }),
867
- /* @__PURE__ */ n.jsx(
1546
+ /* @__PURE__ */ e.jsx(
868
1547
  "button",
869
1548
  {
870
1549
  type: "submit",
@@ -876,27 +1555,587 @@ const pr = ({ children: i, className: l }) => /* @__PURE__ */ n.jsx(
876
1555
  borderRadius: "var(--border-radius-base)",
877
1556
  padding: "var(--padding-base-vertical) var(--padding-base-horizontal)"
878
1557
  },
1558
+ children: n
1559
+ }
1560
+ )
1561
+ ]
1562
+ }
1563
+ );
1564
+ }, ca = ({
1565
+ steps: t,
1566
+ submitLabel: n = "Submit",
1567
+ onSubmit: o,
1568
+ mediaCode: a,
1569
+ className: i
1570
+ }) => {
1571
+ const [s, l] = B(0), [d, g] = B({}), b = s === t.length - 1, y = t[s], z = (p) => {
1572
+ p.preventDefault();
1573
+ const S = new FormData(p.currentTarget), C = {};
1574
+ S.forEach((D, E) => {
1575
+ C[E] = D;
1576
+ });
1577
+ const G = { ...d, ...C };
1578
+ g(G), b ? o == null || o(G) : l((D) => D + 1);
1579
+ };
1580
+ return /* @__PURE__ */ e.jsxs(
1581
+ "div",
1582
+ {
1583
+ "data-zone": "general",
1584
+ "data-content-type": "multi-step-lead-form",
1585
+ "data-media-code": a,
1586
+ className: ["lion-multi-step-form", i].filter(Boolean).join(" "),
1587
+ children: [
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)) }),
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: [
1590
+ "Step ",
1591
+ s + 1,
1592
+ " of ",
1593
+ t.length,
1594
+ ": ",
1595
+ y.title
1596
+ ] }),
1597
+ /* @__PURE__ */ e.jsxs("form", { onSubmit: z, children: [
1598
+ y.fields.map((p) => {
1599
+ var S;
1600
+ return /* @__PURE__ */ e.jsxs("div", { className: "lion-multi-step-form__field", style: { marginBottom: "var(--Grid-gutter-size)" }, children: [
1601
+ /* @__PURE__ */ e.jsxs("label", { htmlFor: p.name, style: { display: "block", fontWeight: "var(--font-weight-600)", marginBottom: "0.4rem" }, children: [
1602
+ p.label,
1603
+ p.required && /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", children: " *" })
1604
+ ] }),
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)" } })
1606
+ ] }, p.name);
1607
+ }),
1608
+ /* @__PURE__ */ e.jsxs("div", { style: { display: "flex", justifyContent: "space-between", gap: "var(--Grid-gutter-size)" }, 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" })
1611
+ ] })
1612
+ ] })
1613
+ ]
1614
+ }
1615
+ );
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: [
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 }),
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)
1622
+ ] }),
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: [
1624
+ '"',
1625
+ a.quote,
1626
+ '"'
1627
+ ] }),
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: [
1629
+ a.imageSrc && /* @__PURE__ */ e.jsx("img", { src: a.imageSrc, alt: a.imageAlt ?? a.author, style: { width: "40px", height: "40px", borderRadius: "50%", objectFit: "cover" } }),
1630
+ /* @__PURE__ */ e.jsxs("div", { children: [
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 })
1633
+ ] })
1634
+ ] })
1635
+ ] }, i)) })
1636
+ ] }), ha = ({
1637
+ heading: t,
1638
+ body: n,
1639
+ emailLabel: o = "Email address",
1640
+ submitLabel: a = "Sign me up",
1641
+ onSubmit: i,
1642
+ defaultChecked: s = !1,
1643
+ className: l
1644
+ }) => {
1645
+ const [d, g] = B(""), [b, y] = B(s), z = (p) => {
1646
+ p.preventDefault(), i == null || i(d, b);
1647
+ };
1648
+ return /* @__PURE__ */ e.jsxs(
1649
+ "form",
1650
+ {
1651
+ "data-zone": "general",
1652
+ "data-content-type": "opt-in",
1653
+ className: ["lion-opt-in", l].filter(Boolean).join(" "),
1654
+ onSubmit: z,
1655
+ children: [
1656
+ /* @__PURE__ */ e.jsx(
1657
+ "h2",
1658
+ {
1659
+ className: "lion-opt-in__heading",
1660
+ style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" },
1661
+ children: t
1662
+ }
1663
+ ),
1664
+ n && /* @__PURE__ */ e.jsx("p", { className: "lion-opt-in__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
1665
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-opt-in__field", children: [
1666
+ /* @__PURE__ */ e.jsx(
1667
+ "label",
1668
+ {
1669
+ htmlFor: "opt-in-email",
1670
+ className: "lion-opt-in__label",
1671
+ style: { fontWeight: "var(--font-weight-600)", display: "block" },
1672
+ children: o
1673
+ }
1674
+ ),
1675
+ /* @__PURE__ */ e.jsx(
1676
+ "input",
1677
+ {
1678
+ id: "opt-in-email",
1679
+ type: "email",
1680
+ required: !0,
1681
+ value: d,
1682
+ onChange: (p) => g(p.target.value),
1683
+ className: "lion-opt-in__input",
1684
+ style: { borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)" }
1685
+ }
1686
+ )
1687
+ ] }),
1688
+ /* @__PURE__ */ e.jsxs("label", { className: "lion-opt-in__consent", style: { display: "flex", gap: "var(--Grid-gutter-size)", alignItems: "flex-start" }, children: [
1689
+ /* @__PURE__ */ e.jsx(
1690
+ "input",
1691
+ {
1692
+ type: "checkbox",
1693
+ checked: b,
1694
+ onChange: (p) => y(p.target.checked),
1695
+ className: "lion-opt-in__checkbox"
1696
+ }
1697
+ ),
1698
+ /* @__PURE__ */ e.jsx("span", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)" }, children: "I agree to receive marketing emails. I can unsubscribe at any time." })
1699
+ ] }),
1700
+ /* @__PURE__ */ e.jsx(
1701
+ "button",
1702
+ {
1703
+ type: "submit",
1704
+ className: "lion-opt-in__submit",
1705
+ style: {
1706
+ backgroundColor: "var(--color-brand)",
1707
+ color: "var(--color-white)",
1708
+ fontWeight: "var(--font-weight-600)",
1709
+ borderRadius: "var(--border-radius-base)",
1710
+ padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
1711
+ border: "none",
1712
+ cursor: "pointer"
1713
+ },
1714
+ children: a
1715
+ }
1716
+ )
1717
+ ]
1718
+ }
1719
+ );
1720
+ }, ga = ({
1721
+ imageSrc: t,
1722
+ imageAlt: n,
1723
+ heading: o,
1724
+ body: a,
1725
+ ctaLabel: i,
1726
+ ctaHref: s,
1727
+ badgeLabel: l,
1728
+ className: d
1729
+ }) => /* @__PURE__ */ e.jsxs(
1730
+ "div",
1731
+ {
1732
+ "data-zone": "general",
1733
+ "data-content-type": "product-block",
1734
+ className: ["lion-product-block", d].filter(Boolean).join(" "),
1735
+ style: { borderRadius: "var(--border-radius-base)", overflow: "hidden" },
1736
+ children: [
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" }) }),
1738
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-product-block__body", style: { padding: "var(--padding-edge)" }, children: [
1739
+ l && /* @__PURE__ */ e.jsx(
1740
+ "span",
1741
+ {
1742
+ className: "lion-product-block__badge",
1743
+ style: {
1744
+ fontSize: "var(--h6-font-size)",
1745
+ fontWeight: "var(--font-weight-600)",
1746
+ color: "var(--color-brand)",
1747
+ backgroundColor: "var(--color-teal-opaque)",
1748
+ borderRadius: "var(--border-radius-small)",
1749
+ padding: "var(--padding-small-vertical) var(--padding-small-horizontal)"
1750
+ },
879
1751
  children: l
880
1752
  }
1753
+ ),
1754
+ /* @__PURE__ */ e.jsx(
1755
+ "h2",
1756
+ {
1757
+ className: "lion-product-block__heading",
1758
+ style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" },
1759
+ children: o
1760
+ }
1761
+ ),
1762
+ /* @__PURE__ */ e.jsx(
1763
+ "p",
1764
+ {
1765
+ className: "lion-product-block__description",
1766
+ style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" },
1767
+ children: a
1768
+ }
1769
+ ),
1770
+ i && s && /* @__PURE__ */ e.jsx(
1771
+ "a",
1772
+ {
1773
+ href: s,
1774
+ className: "lion-product-block__cta",
1775
+ style: {
1776
+ color: "var(--color-white)",
1777
+ backgroundColor: "var(--color-brand)",
1778
+ fontWeight: "var(--font-weight-600)",
1779
+ borderRadius: "var(--border-radius-base)",
1780
+ padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
1781
+ display: "inline-block"
1782
+ },
1783
+ children: i
1784
+ }
881
1785
  )
1786
+ ] })
1787
+ ]
1788
+ }
1789
+ ), fa = ({ quote: t, attribution: n, role: o, className: a }) => /* @__PURE__ */ e.jsxs(
1790
+ "blockquote",
1791
+ {
1792
+ "data-zone": "general",
1793
+ "data-content-type": "pull-quote",
1794
+ className: ["lion-pull-quote", a].filter(Boolean).join(" "),
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)" },
1796
+ children: [
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: [
1798
+ '"',
1799
+ t,
1800
+ '"'
1801
+ ] }),
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: [
1803
+ n,
1804
+ o && /* @__PURE__ */ e.jsxs("span", { style: { fontWeight: "var(--font-weight-400)", color: "var(--color-gray)" }, children: [
1805
+ ", ",
1806
+ o
1807
+ ] })
1808
+ ] }) })
1809
+ ]
1810
+ }
1811
+ ), va = ({
1812
+ title: t,
1813
+ description: n,
1814
+ resourceType: o,
1815
+ imageSrc: a,
1816
+ imageAlt: i,
1817
+ ctaLabel: s,
1818
+ ctaHref: l,
1819
+ downloadUrl: d,
1820
+ className: g
1821
+ }) => {
1822
+ const b = d ?? l;
1823
+ return /* @__PURE__ */ e.jsxs(
1824
+ "div",
1825
+ {
1826
+ "data-zone": "general",
1827
+ "data-content-type": "resource-spotlight",
1828
+ "data-resource-type": o,
1829
+ className: ["lion-resource-spotlight", g].filter(Boolean).join(" "),
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)" },
1831
+ children: [
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 } }),
1833
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-resource-spotlight__content", 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 }),
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 }),
1836
+ /* @__PURE__ */ e.jsx("p", { className: "lion-resource-spotlight__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
1837
+ b && /* @__PURE__ */ e.jsx(
1838
+ "a",
1839
+ {
1840
+ href: b,
1841
+ className: "lion-resource-spotlight__cta",
1842
+ download: !!d || void 0,
1843
+ style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" },
1844
+ children: s ?? (d ? "Download" : "View resource")
1845
+ }
1846
+ )
1847
+ ] })
882
1848
  ]
883
1849
  }
884
1850
  );
885
- }, kr = ({ html: i, className: l }) => /* @__PURE__ */ n.jsx(
1851
+ }, ua = ({ html: t, className: n }) => /* @__PURE__ */ e.jsx(
886
1852
  "div",
887
1853
  {
888
1854
  "data-zone": "general",
889
1855
  "data-content-type": "rich-text",
890
- className: ["lion-rich-text", l].filter(Boolean).join(" "),
1856
+ className: ["lion-rich-text", n].filter(Boolean).join(" "),
891
1857
  style: {
892
1858
  fontFamily: "var(--font-family-sans-serif)",
893
1859
  fontSize: "var(--font-size-base)",
894
1860
  lineHeight: "var(--line-height-base)",
895
1861
  color: "var(--color-text)"
896
1862
  },
897
- dangerouslySetInnerHTML: { __html: i }
1863
+ dangerouslySetInnerHTML: { __html: t }
1864
+ }
1865
+ ), pa = ({ tabs: t, defaultTab: n = 0, className: o }) => {
1866
+ var s;
1867
+ const [a, i] = B(n);
1868
+ return /* @__PURE__ */ e.jsxs(
1869
+ "div",
1870
+ {
1871
+ "data-zone": "general",
1872
+ "data-content-type": "side-menu-explorer",
1873
+ className: ["lion-side-menu-explorer", o].filter(Boolean).join(" "),
1874
+ style: { display: "flex", gap: "var(--padding-edge)" },
1875
+ children: [
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(
1877
+ "button",
1878
+ {
1879
+ type: "button",
1880
+ onClick: () => i(d),
1881
+ className: `lion-side-menu-explorer__tab${a === d ? " is-active" : ""}`,
1882
+ style: {
1883
+ width: "100%",
1884
+ textAlign: "left",
1885
+ background: "none",
1886
+ border: "none",
1887
+ borderLeft: a === d ? "var(--border-width-thick) solid var(--color-brand)" : "var(--border-width-thin) solid var(--color-line)",
1888
+ padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
1889
+ fontWeight: a === d ? "var(--font-weight-600)" : "var(--font-weight-400)",
1890
+ color: a === d ? "var(--color-brand)" : "var(--color-text)",
1891
+ cursor: "pointer",
1892
+ fontSize: "var(--font-size-base)"
1893
+ },
1894
+ children: l.label
1895
+ }
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 })
1898
+ ]
1899
+ }
1900
+ );
1901
+ }, yr = {
1902
+ xs: "0.8rem",
1903
+ sm: "var(--Grid-gutter-size)",
1904
+ md: "var(--padding-edge)",
1905
+ lg: "4.8rem",
1906
+ xl: "6.4rem"
1907
+ }, ma = ({ size: t = "md", className: n }) => /* @__PURE__ */ e.jsx(
1908
+ "div",
1909
+ {
1910
+ "data-zone": "general",
1911
+ "data-content-type": "spacing-block",
1912
+ "data-size": t,
1913
+ className: ["lion-spacing-block", `lion-spacing-block--${t}`, n].filter(Boolean).join(" "),
1914
+ style: { height: yr[t], display: "block" },
1915
+ "aria-hidden": "true"
1916
+ }
1917
+ ), ba = ({
1918
+ href: t,
1919
+ label: n,
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.",
1922
+ continueLabel: i = "Continue",
1923
+ cancelLabel: s = "Cancel",
1924
+ className: l
1925
+ }) => {
1926
+ const [d, g] = B(!1);
1927
+ return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1928
+ /* @__PURE__ */ e.jsx(
1929
+ "a",
1930
+ {
1931
+ href: "#speed-bump",
1932
+ "data-zone": "general",
1933
+ "data-content-type": "speed-bump",
1934
+ className: ["lion-speed-bump__trigger", l].filter(Boolean).join(" "),
1935
+ style: { color: "var(--color-link)" },
1936
+ onClick: (b) => {
1937
+ b.preventDefault(), g(!0);
1938
+ },
1939
+ children: n
1940
+ }
1941
+ ),
1942
+ d && /* @__PURE__ */ e.jsx(
1943
+ "div",
1944
+ {
1945
+ role: "dialog",
1946
+ "aria-modal": "true",
1947
+ "aria-labelledby": "speed-bump-heading",
1948
+ className: "lion-speed-bump__overlay",
1949
+ style: {
1950
+ position: "fixed",
1951
+ inset: 0,
1952
+ backgroundColor: "var(--color-gray-darker-opaque)",
1953
+ display: "flex",
1954
+ alignItems: "center",
1955
+ justifyContent: "center",
1956
+ zIndex: "var(--z-index-overlays-and-headers)"
1957
+ },
1958
+ children: /* @__PURE__ */ e.jsxs(
1959
+ "div",
1960
+ {
1961
+ className: "lion-speed-bump__dialog",
1962
+ style: {
1963
+ backgroundColor: "var(--color-white)",
1964
+ borderRadius: "var(--border-radius-base)",
1965
+ padding: "var(--padding-edge)",
1966
+ maxWidth: "480px",
1967
+ width: "100%"
1968
+ },
1969
+ children: [
1970
+ /* @__PURE__ */ e.jsx(
1971
+ "h2",
1972
+ {
1973
+ id: "speed-bump-heading",
1974
+ style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" },
1975
+ children: o
1976
+ }
1977
+ ),
1978
+ /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", marginBottom: "var(--padding-edge)" }, children: a }),
1979
+ /* @__PURE__ */ e.jsxs("div", { style: { display: "flex", gap: "var(--Grid-gutter-size)" }, children: [
1980
+ /* @__PURE__ */ e.jsx(
1981
+ "a",
1982
+ {
1983
+ href: t,
1984
+ target: "_blank",
1985
+ rel: "noopener noreferrer",
1986
+ className: "lion-speed-bump__continue",
1987
+ style: {
1988
+ backgroundColor: "var(--color-brand)",
1989
+ color: "var(--color-white)",
1990
+ fontWeight: "var(--font-weight-600)",
1991
+ borderRadius: "var(--border-radius-base)",
1992
+ padding: "var(--padding-base-vertical) var(--padding-base-horizontal)"
1993
+ },
1994
+ onClick: () => g(!1),
1995
+ children: i
1996
+ }
1997
+ ),
1998
+ /* @__PURE__ */ e.jsx(
1999
+ "button",
2000
+ {
2001
+ type: "button",
2002
+ className: "lion-speed-bump__cancel",
2003
+ style: {
2004
+ background: "none",
2005
+ border: "var(--border-width-base) solid var(--color-brand)",
2006
+ color: "var(--color-link)",
2007
+ fontWeight: "var(--font-weight-600)",
2008
+ borderRadius: "var(--border-radius-base)",
2009
+ padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
2010
+ cursor: "pointer"
2011
+ },
2012
+ onClick: () => g(!1),
2013
+ children: s
2014
+ }
2015
+ )
2016
+ ] })
2017
+ ]
2018
+ }
2019
+ )
2020
+ }
2021
+ )
2022
+ ] });
2023
+ }, ya = ({ caption: t, headers: n, rows: o, striped: a = !0, className: i }) => /* @__PURE__ */ e.jsx(
2024
+ "div",
2025
+ {
2026
+ "data-zone": "general",
2027
+ "data-content-type": "table-block",
2028
+ className: ["lion-table-block", i].filter(Boolean).join(" "),
2029
+ style: { overflowX: "auto" },
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: [
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 }),
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)) })
2034
+ ] })
2035
+ }
2036
+ ), xa = ({
2037
+ heading: t = "We are here for you",
2038
+ body: n,
2039
+ ctaLabel: o,
2040
+ ctaHref: a,
2041
+ phone: i,
2042
+ className: s
2043
+ }) => /* @__PURE__ */ e.jsxs(
2044
+ "div",
2045
+ {
2046
+ "data-zone": "general",
2047
+ "data-content-type": "wahfu",
2048
+ className: ["lion-wahfu", s].filter(Boolean).join(" "),
2049
+ style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)", textAlign: "center" },
2050
+ children: [
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 }),
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 }),
2053
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-wahfu__actions", style: { display: "flex", gap: "var(--Grid-gutter-size)", justifyContent: "center", flexWrap: "wrap" }, children: [
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 }),
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 })
2056
+ ] })
2057
+ ]
2058
+ }
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: [
2060
+ n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
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 } }),
2063
+ /* @__PURE__ */ e.jsxs("div", { 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 })
2068
+ ] })
2069
+ ] }, i)) })
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: [
2073
+ n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
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" } }),
2076
+ /* @__PURE__ */ e.jsxs("div", { style: { padding: "var(--padding-base-horizontal)" }, 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 })
2080
+ ] })
2081
+ ] }, d)) })
2082
+ ] });
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: [
2084
+ /* @__PURE__ */ e.jsxs("div", { style: { display: "flex", justifyContent: "space-between", alignItems: "baseline", marginBottom: "var(--padding-edge)" }, children: [
2085
+ /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: n }),
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 })
2087
+ ] }),
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: [
2089
+ /* @__PURE__ */ e.jsxs("div", { children: [
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 }),
2091
+ /* @__PURE__ */ e.jsxs("p", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)", margin: 0 }, children: [
2092
+ s.location,
2093
+ s.department ? ` · ${s.department}` : "",
2094
+ s.type ? ` · ${s.type}` : ""
2095
+ ] })
2096
+ ] }),
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
+ ]
898
2137
  }
899
- ), wr = ({ text: i, itemNumber: l, className: o }) => /* @__PURE__ */ n.jsxs(
2138
+ ), ka = ({ text: t, itemNumber: n, className: o }) => /* @__PURE__ */ e.jsxs(
900
2139
  "div",
901
2140
  {
902
2141
  "data-zone": "footer",
@@ -904,27 +2143,33 @@ const pr = ({ children: i, className: l }) => /* @__PURE__ */ n.jsx(
904
2143
  className: ["lion-disclaimer", o].filter(Boolean).join(" "),
905
2144
  style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", lineHeight: "var(--h6-line-height)" },
906
2145
  children: [
907
- /* @__PURE__ */ n.jsx("p", { className: "lion-disclaimer__text", children: i }),
908
- l && /* @__PURE__ */ n.jsx("span", { className: "lion-disclaimer__item-number", "aria-label": "Item number", children: l })
2146
+ /* @__PURE__ */ e.jsx("p", { className: "lion-disclaimer__text", children: t }),
2147
+ n && /* @__PURE__ */ e.jsx("span", { className: "lion-disclaimer__item-number", "aria-label": "Item number", children: n })
909
2148
  ]
910
2149
  }
911
- ), Or = ({ triggerLabel: i, content: l, materialId: o, className: f }) => {
912
- const [h, m] = ur(!1);
913
- return /* @__PURE__ */ n.jsxs(
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);
2158
+ return /* @__PURE__ */ e.jsxs(
914
2159
  "div",
915
2160
  {
916
2161
  "data-zone": "footer",
917
- "data-content-type": "disclosure",
2162
+ "data-content-type": a ? "disclosure-toggle-open" : "disclosure",
918
2163
  "data-material-id": o,
919
- className: ["lion-disclosure", f].filter(Boolean).join(" "),
2164
+ className: ["lion-disclosure", a ? "lion-disclosure--open" : "", i].filter(Boolean).join(" "),
920
2165
  children: [
921
- /* @__PURE__ */ n.jsx(
2166
+ /* @__PURE__ */ e.jsx(
922
2167
  "button",
923
2168
  {
924
2169
  type: "button",
925
2170
  className: "lion-disclosure__trigger",
926
- "aria-expanded": h,
927
- onClick: () => m((d) => !d),
2171
+ "aria-expanded": s,
2172
+ onClick: () => l((d) => !d),
928
2173
  style: {
929
2174
  fontFamily: "var(--font-family-sans-serif)",
930
2175
  fontSize: "var(--h6-font-size)",
@@ -934,17 +2179,17 @@ const pr = ({ children: i, className: l }) => /* @__PURE__ */ n.jsx(
934
2179
  cursor: "pointer",
935
2180
  padding: 0
936
2181
  },
937
- children: i
2182
+ children: t
938
2183
  }
939
2184
  ),
940
- h && /* @__PURE__ */ n.jsxs(
2185
+ s && /* @__PURE__ */ e.jsxs(
941
2186
  "div",
942
2187
  {
943
2188
  className: "lion-disclosure__content",
944
2189
  style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" },
945
2190
  children: [
946
- l,
947
- o && /* @__PURE__ */ n.jsxs("span", { className: "lion-disclosure__material-id", "aria-label": "Material ID", children: [
2191
+ n,
2192
+ o && /* @__PURE__ */ e.jsxs("span", { className: "lion-disclosure__material-id", "aria-label": "Material ID", children: [
948
2193
  " ",
949
2194
  "(",
950
2195
  o,
@@ -956,49 +2201,114 @@ const pr = ({ children: i, className: l }) => /* @__PURE__ */ n.jsx(
956
2201
  ]
957
2202
  }
958
2203
  );
959
- }, Nr = ({
960
- itemNumber: i,
961
- materialId: l,
2204
+ }, wa = (t) => /* @__PURE__ */ e.jsx(xr, { ...t, defaultOpen: !0 }), Sa = ({
2205
+ itemNumber: t,
2206
+ materialId: n,
962
2207
  text: o,
963
- className: f
964
- }) => /* @__PURE__ */ n.jsxs(
2208
+ className: a
2209
+ }) => /* @__PURE__ */ e.jsxs(
965
2210
  "div",
966
2211
  {
967
2212
  "data-zone": "footer",
968
2213
  "data-content-type": "compliance-block",
969
- className: ["lion-compliance", f].filter(Boolean).join(" "),
2214
+ className: ["lion-compliance", a].filter(Boolean).join(" "),
970
2215
  style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", lineHeight: "var(--h6-line-height)" },
971
2216
  children: [
972
- o && /* @__PURE__ */ n.jsx("p", { className: "lion-compliance__text", children: o }),
973
- /* @__PURE__ */ n.jsxs("dl", { className: "lion-compliance__ids", children: [
974
- i && /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
975
- /* @__PURE__ */ n.jsx("dt", { className: "lion-compliance__label", children: "Item #" }),
976
- /* @__PURE__ */ n.jsx("dd", { className: "lion-compliance__value", children: i })
2217
+ o && /* @__PURE__ */ e.jsx("p", { className: "lion-compliance__text", children: o }),
2218
+ /* @__PURE__ */ e.jsxs("dl", { className: "lion-compliance__ids", children: [
2219
+ t && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
2220
+ /* @__PURE__ */ e.jsx("dt", { className: "lion-compliance__label", children: "Item #" }),
2221
+ /* @__PURE__ */ e.jsx("dd", { className: "lion-compliance__value", children: t })
977
2222
  ] }),
978
- l && /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
979
- /* @__PURE__ */ n.jsx("dt", { className: "lion-compliance__label", children: "Material ID" }),
980
- /* @__PURE__ */ n.jsx("dd", { className: "lion-compliance__value", children: l })
2223
+ n && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
2224
+ /* @__PURE__ */ e.jsx("dt", { className: "lion-compliance__label", children: "Material ID" }),
2225
+ /* @__PURE__ */ e.jsx("dd", { className: "lion-compliance__value", children: n })
981
2226
  ] })
982
2227
  ] })
983
2228
  ]
984
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
+ }
985
2250
  );
986
2251
  export {
987
- br as Anklet,
988
- Rr as CTA,
989
- Er as CallOut,
990
- Nr as ComplianceBlock,
991
- Tr as ConfidenceTags,
992
- _r as Container,
993
- yr as CorporateUniversalHeader,
994
- wr as Disclaimer,
995
- Or as Disclosure,
996
- jr as GlobalHeaderBar,
997
- xr as Hero,
998
- Cr as LeadForm,
999
- pr as PageForehead,
1000
- mr as PageSideburn,
1001
- Sr as RTBs,
1002
- kr as RichText,
1003
- gr as Section
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,
2265
+ Sr as CorporateUniversalHeader,
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
1004
2314
  };