@royaloperahouse/harmonic 0.4.1 → 0.5.1-a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +252 -43
- package/dist/components/atoms/ControlledDropdown/ControlledDropdown.d.ts +2 -2
- package/dist/components/atoms/ControlledDropdown/ControlledDropdown.style.d.ts +2 -2
- package/dist/components/atoms/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/atoms/SponsorLogo/SponsorLogo.d.ts +1 -1
- package/dist/components/atoms/Sponsorship/Sponsorship.d.ts +2 -2
- package/dist/components/atoms/Sponsorship/Sponsorship.style.d.ts +4 -2
- package/dist/components/atoms/Sponsorship/constants.d.ts +3 -0
- package/dist/components/atoms/Tab/Tab.d.ts +1 -1
- package/dist/components/index.d.ts +3 -3
- package/dist/components/molecules/PageHeading/PageHeading.style.d.ts +2 -2
- package/dist/components/molecules/PageHeading/index.d.ts +2 -4
- package/dist/components/molecules/index.d.ts +2 -2
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.d.ts +0 -1
- package/dist/components/organisms/Carousels/HighlightsCarousel/constants.d.ts +1 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +1 -1
- package/dist/components/organisms/Footer/Footer.style.d.ts +1 -0
- package/dist/harmonic.cjs.development.css +324 -3
- package/dist/harmonic.cjs.development.js +1045 -1227
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +1057 -1234
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/helpers/devices.d.ts +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/styles/HarmonicThemeProvider/HarmonicThemeProvider.d.ts +1 -0
- package/dist/types/editorial.d.ts +16 -4
- package/dist/types/footer.d.ts +2 -17
- package/dist/types/links.d.ts +17 -0
- package/dist/types/navigation.d.ts +4 -4
- package/dist/types/types.d.ts +40 -15
- package/package.json +1 -1
- package/README.GIT +0 -278
- package/dist/components/molecules/PageHeading/Cinema/Cinema.d.ts +0 -4
- package/dist/components/molecules/PageHeading/Cinema/index.d.ts +0 -2
- package/dist/components/molecules/PageHeading/Core/Core.d.ts +0 -4
- package/dist/components/molecules/PageHeading/Core/index.d.ts +0 -2
- package/dist/components/molecules/PageHeading/Stream/Stream.d.ts +0 -4
- package/dist/components/molecules/PageHeading/Stream/Stream.style.d.ts +0 -1
- package/dist/components/molecules/PageHeading/Stream/index.d.ts +0 -2
|
@@ -61,47 +61,77 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
61
61
|
}
|
|
62
62
|
function _regeneratorRuntime() {
|
|
63
63
|
_regeneratorRuntime = function () {
|
|
64
|
-
return
|
|
64
|
+
return r;
|
|
65
65
|
};
|
|
66
66
|
var t,
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
n =
|
|
70
|
-
o =
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
configurable: !0,
|
|
82
|
-
writable: !0
|
|
83
|
-
}), t[e];
|
|
67
|
+
r = {},
|
|
68
|
+
e = Object.prototype,
|
|
69
|
+
n = e.hasOwnProperty,
|
|
70
|
+
o = "function" == typeof Symbol ? Symbol : {},
|
|
71
|
+
i = o.iterator || "@@iterator",
|
|
72
|
+
a = o.asyncIterator || "@@asyncIterator",
|
|
73
|
+
u = o.toStringTag || "@@toStringTag";
|
|
74
|
+
function c(t, r, e, n) {
|
|
75
|
+
Object.defineProperty(t, r, {
|
|
76
|
+
value: e,
|
|
77
|
+
enumerable: !n,
|
|
78
|
+
configurable: !n,
|
|
79
|
+
writable: !n
|
|
80
|
+
});
|
|
84
81
|
}
|
|
85
82
|
try {
|
|
86
|
-
|
|
83
|
+
c({}, "");
|
|
87
84
|
} catch (t) {
|
|
88
|
-
|
|
89
|
-
return t[
|
|
85
|
+
c = function (t, r, e) {
|
|
86
|
+
return t[r] = e;
|
|
90
87
|
};
|
|
91
88
|
}
|
|
92
|
-
function
|
|
89
|
+
function h(r, e, n, o) {
|
|
93
90
|
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
94
|
-
a = Object.create(i.prototype)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
91
|
+
a = Object.create(i.prototype);
|
|
92
|
+
return c(a, "_invoke", function (r, e, n) {
|
|
93
|
+
var o = 1;
|
|
94
|
+
return function (i, a) {
|
|
95
|
+
if (3 === o) throw Error("Generator is already running");
|
|
96
|
+
if (4 === o) {
|
|
97
|
+
if ("throw" === i) throw a;
|
|
98
|
+
return {
|
|
99
|
+
value: t,
|
|
100
|
+
done: !0
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
for (n.method = i, n.arg = a;;) {
|
|
104
|
+
var u = n.delegate;
|
|
105
|
+
if (u) {
|
|
106
|
+
var c = d(u, n);
|
|
107
|
+
if (c) {
|
|
108
|
+
if (c === f) continue;
|
|
109
|
+
return c;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
113
|
+
if (1 === o) throw o = 4, n.arg;
|
|
114
|
+
n.dispatchException(n.arg);
|
|
115
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
116
|
+
o = 3;
|
|
117
|
+
var h = s(r, e, n);
|
|
118
|
+
if ("normal" === h.type) {
|
|
119
|
+
if (o = n.done ? 4 : 2, h.arg === f) continue;
|
|
120
|
+
return {
|
|
121
|
+
value: h.arg,
|
|
122
|
+
done: n.done
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
"throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
}(r, n, new Context(o || [])), !0), a;
|
|
99
129
|
}
|
|
100
|
-
function
|
|
130
|
+
function s(t, r, e) {
|
|
101
131
|
try {
|
|
102
132
|
return {
|
|
103
133
|
type: "normal",
|
|
104
|
-
arg: t.call(
|
|
134
|
+
arg: t.call(r, e)
|
|
105
135
|
};
|
|
106
136
|
} catch (t) {
|
|
107
137
|
return {
|
|
@@ -110,255 +140,193 @@ function _regeneratorRuntime() {
|
|
|
110
140
|
};
|
|
111
141
|
}
|
|
112
142
|
}
|
|
113
|
-
|
|
114
|
-
var
|
|
115
|
-
l = "suspendedYield",
|
|
116
|
-
f = "executing",
|
|
117
|
-
s = "completed",
|
|
118
|
-
y = {};
|
|
143
|
+
r.wrap = h;
|
|
144
|
+
var f = {};
|
|
119
145
|
function Generator() {}
|
|
120
146
|
function GeneratorFunction() {}
|
|
121
147
|
function GeneratorFunctionPrototype() {}
|
|
122
|
-
var
|
|
123
|
-
|
|
148
|
+
var l = {};
|
|
149
|
+
c(l, i, function () {
|
|
124
150
|
return this;
|
|
125
151
|
});
|
|
126
|
-
var
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
var
|
|
130
|
-
function
|
|
131
|
-
["next", "throw", "return"].forEach(function (
|
|
132
|
-
|
|
133
|
-
return this._invoke(
|
|
152
|
+
var p = Object.getPrototypeOf,
|
|
153
|
+
y = p && p(p(x([])));
|
|
154
|
+
y && y !== e && n.call(y, i) && (l = y);
|
|
155
|
+
var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
|
|
156
|
+
function g(t) {
|
|
157
|
+
["next", "throw", "return"].forEach(function (r) {
|
|
158
|
+
c(t, r, function (t) {
|
|
159
|
+
return this._invoke(r, t);
|
|
134
160
|
});
|
|
135
161
|
});
|
|
136
162
|
}
|
|
137
|
-
function AsyncIterator(t,
|
|
138
|
-
function
|
|
139
|
-
var c =
|
|
163
|
+
function AsyncIterator(t, r) {
|
|
164
|
+
function e(o, i, a, u) {
|
|
165
|
+
var c = s(t[o], t, i);
|
|
140
166
|
if ("throw" !== c.type) {
|
|
141
|
-
var
|
|
142
|
-
|
|
143
|
-
return
|
|
144
|
-
|
|
167
|
+
var h = c.arg,
|
|
168
|
+
f = h.value;
|
|
169
|
+
return f && "object" == typeof f && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
|
|
170
|
+
e("next", t, a, u);
|
|
145
171
|
}, function (t) {
|
|
146
|
-
|
|
147
|
-
}) :
|
|
148
|
-
|
|
172
|
+
e("throw", t, a, u);
|
|
173
|
+
}) : r.resolve(f).then(function (t) {
|
|
174
|
+
h.value = t, a(h);
|
|
149
175
|
}, function (t) {
|
|
150
|
-
return
|
|
176
|
+
return e("throw", t, a, u);
|
|
151
177
|
});
|
|
152
178
|
}
|
|
153
|
-
|
|
154
|
-
}
|
|
155
|
-
var
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
function
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
});
|
|
162
|
-
}
|
|
163
|
-
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
164
|
-
}
|
|
165
|
-
});
|
|
166
|
-
}
|
|
167
|
-
function makeInvokeMethod(e, r, n) {
|
|
168
|
-
var o = h;
|
|
169
|
-
return function (i, a) {
|
|
170
|
-
if (o === f) throw Error("Generator is already running");
|
|
171
|
-
if (o === s) {
|
|
172
|
-
if ("throw" === i) throw a;
|
|
173
|
-
return {
|
|
174
|
-
value: t,
|
|
175
|
-
done: !0
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
for (n.method = i, n.arg = a;;) {
|
|
179
|
-
var c = n.delegate;
|
|
180
|
-
if (c) {
|
|
181
|
-
var u = maybeInvokeDelegate(c, n);
|
|
182
|
-
if (u) {
|
|
183
|
-
if (u === y) continue;
|
|
184
|
-
return u;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
188
|
-
if (o === h) throw o = s, n.arg;
|
|
189
|
-
n.dispatchException(n.arg);
|
|
190
|
-
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
191
|
-
o = f;
|
|
192
|
-
var p = tryCatch(e, r, n);
|
|
193
|
-
if ("normal" === p.type) {
|
|
194
|
-
if (o = n.done ? s : l, p.arg === y) continue;
|
|
195
|
-
return {
|
|
196
|
-
value: p.arg,
|
|
197
|
-
done: n.done
|
|
198
|
-
};
|
|
199
|
-
}
|
|
200
|
-
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
179
|
+
u(c.arg);
|
|
180
|
+
}
|
|
181
|
+
var o;
|
|
182
|
+
c(this, "_invoke", function (t, n) {
|
|
183
|
+
function i() {
|
|
184
|
+
return new r(function (r, o) {
|
|
185
|
+
e(t, n, r, o);
|
|
186
|
+
});
|
|
201
187
|
}
|
|
202
|
-
|
|
188
|
+
return o = o ? o.then(i, i) : i();
|
|
189
|
+
}, !0);
|
|
203
190
|
}
|
|
204
|
-
function
|
|
205
|
-
var n =
|
|
206
|
-
o =
|
|
207
|
-
if (o === t) return
|
|
208
|
-
var i =
|
|
209
|
-
if ("throw" === i.type) return
|
|
191
|
+
function d(r, e) {
|
|
192
|
+
var n = e.method,
|
|
193
|
+
o = r.i[n];
|
|
194
|
+
if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f;
|
|
195
|
+
var i = s(o, r.i, e.arg);
|
|
196
|
+
if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
|
|
210
197
|
var a = i.arg;
|
|
211
|
-
return a ? a.done ? (r
|
|
198
|
+
return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f);
|
|
212
199
|
}
|
|
213
|
-
function
|
|
214
|
-
|
|
215
|
-
tryLoc: t[0]
|
|
216
|
-
};
|
|
217
|
-
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
200
|
+
function w(t) {
|
|
201
|
+
this.tryEntries.push(t);
|
|
218
202
|
}
|
|
219
|
-
function
|
|
220
|
-
var e =
|
|
221
|
-
e.type = "normal",
|
|
203
|
+
function m(r) {
|
|
204
|
+
var e = r[4] || {};
|
|
205
|
+
e.type = "normal", e.arg = t, r[4] = e;
|
|
222
206
|
}
|
|
223
207
|
function Context(t) {
|
|
224
|
-
this.tryEntries = [
|
|
225
|
-
tryLoc: "root"
|
|
226
|
-
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
208
|
+
this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
|
|
227
209
|
}
|
|
228
|
-
function
|
|
229
|
-
if (
|
|
230
|
-
var
|
|
231
|
-
if (
|
|
232
|
-
if ("function" == typeof
|
|
233
|
-
if (!isNaN(
|
|
210
|
+
function x(r) {
|
|
211
|
+
if (null != r) {
|
|
212
|
+
var e = r[i];
|
|
213
|
+
if (e) return e.call(r);
|
|
214
|
+
if ("function" == typeof r.next) return r;
|
|
215
|
+
if (!isNaN(r.length)) {
|
|
234
216
|
var o = -1,
|
|
235
|
-
|
|
236
|
-
for (; ++o <
|
|
237
|
-
return
|
|
217
|
+
a = function e() {
|
|
218
|
+
for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
|
|
219
|
+
return e.value = t, e.done = !0, e;
|
|
238
220
|
};
|
|
239
|
-
return
|
|
221
|
+
return a.next = a;
|
|
240
222
|
}
|
|
241
223
|
}
|
|
242
|
-
throw new TypeError(typeof
|
|
224
|
+
throw new TypeError(typeof r + " is not iterable");
|
|
243
225
|
}
|
|
244
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
251
|
-
var e = "function" == typeof t && t.constructor;
|
|
252
|
-
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
253
|
-
}, e.mark = function (t) {
|
|
254
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
255
|
-
}, e.awrap = function (t) {
|
|
226
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
227
|
+
var r = "function" == typeof t && t.constructor;
|
|
228
|
+
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
229
|
+
}, r.mark = function (t) {
|
|
230
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
|
|
231
|
+
}, r.awrap = function (t) {
|
|
256
232
|
return {
|
|
257
233
|
__await: t
|
|
258
234
|
};
|
|
259
|
-
},
|
|
235
|
+
}, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
|
|
260
236
|
return this;
|
|
261
|
-
}),
|
|
237
|
+
}), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
|
|
262
238
|
void 0 === i && (i = Promise);
|
|
263
|
-
var a = new AsyncIterator(
|
|
264
|
-
return
|
|
239
|
+
var a = new AsyncIterator(h(t, e, n, o), i);
|
|
240
|
+
return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
|
|
265
241
|
return t.done ? t.value : a.next();
|
|
266
242
|
});
|
|
267
|
-
},
|
|
243
|
+
}, g(v), c(v, u, "Generator"), c(v, i, function () {
|
|
268
244
|
return this;
|
|
269
|
-
}),
|
|
245
|
+
}), c(v, "toString", function () {
|
|
270
246
|
return "[object Generator]";
|
|
271
|
-
}),
|
|
272
|
-
var
|
|
273
|
-
|
|
274
|
-
for (var n in
|
|
275
|
-
return
|
|
276
|
-
for (;
|
|
277
|
-
|
|
278
|
-
if (t in e) return next.value = t, next.done = !1, next;
|
|
279
|
-
}
|
|
280
|
-
return next.done = !0, next;
|
|
247
|
+
}), r.keys = function (t) {
|
|
248
|
+
var r = Object(t),
|
|
249
|
+
e = [];
|
|
250
|
+
for (var n in r) e.unshift(n);
|
|
251
|
+
return function t() {
|
|
252
|
+
for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
|
|
253
|
+
return t.done = !0, t;
|
|
281
254
|
};
|
|
282
|
-
},
|
|
255
|
+
}, r.values = x, Context.prototype = {
|
|
283
256
|
constructor: Context,
|
|
284
|
-
reset: function (
|
|
285
|
-
if (this.prev =
|
|
257
|
+
reset: function (r) {
|
|
258
|
+
if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t);
|
|
286
259
|
},
|
|
287
260
|
stop: function () {
|
|
288
261
|
this.done = !0;
|
|
289
|
-
var t = this.tryEntries[0]
|
|
262
|
+
var t = this.tryEntries[0][4];
|
|
290
263
|
if ("throw" === t.type) throw t.arg;
|
|
291
264
|
return this.rval;
|
|
292
265
|
},
|
|
293
|
-
dispatchException: function (
|
|
294
|
-
if (this.done) throw
|
|
295
|
-
var
|
|
296
|
-
function
|
|
297
|
-
|
|
266
|
+
dispatchException: function (r) {
|
|
267
|
+
if (this.done) throw r;
|
|
268
|
+
var e = this;
|
|
269
|
+
function n(t) {
|
|
270
|
+
a.type = "throw", a.arg = r, e.next = t;
|
|
298
271
|
}
|
|
299
|
-
for (var o =
|
|
272
|
+
for (var o = e.tryEntries.length - 1; o >= 0; --o) {
|
|
300
273
|
var i = this.tryEntries[o],
|
|
301
|
-
a = i
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
311
|
-
} else {
|
|
312
|
-
if (!u) throw Error("try statement without catch or finally");
|
|
313
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
314
|
-
}
|
|
274
|
+
a = i[4],
|
|
275
|
+
u = this.prev,
|
|
276
|
+
c = i[1],
|
|
277
|
+
h = i[2];
|
|
278
|
+
if (-1 === i[0]) return n("end"), !1;
|
|
279
|
+
if (!c && !h) throw Error("try statement without catch or finally");
|
|
280
|
+
if (null != i[0] && i[0] <= u) {
|
|
281
|
+
if (u < c) return this.method = "next", this.arg = t, n(c), !0;
|
|
282
|
+
if (u < h) return n(h), !1;
|
|
315
283
|
}
|
|
316
284
|
}
|
|
317
285
|
},
|
|
318
|
-
abrupt: function (t,
|
|
319
|
-
for (var
|
|
320
|
-
var
|
|
321
|
-
if (
|
|
322
|
-
var
|
|
286
|
+
abrupt: function (t, r) {
|
|
287
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
288
|
+
var n = this.tryEntries[e];
|
|
289
|
+
if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
|
|
290
|
+
var o = n;
|
|
323
291
|
break;
|
|
324
292
|
}
|
|
325
293
|
}
|
|
326
|
-
|
|
327
|
-
var
|
|
328
|
-
return
|
|
294
|
+
o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
|
|
295
|
+
var i = o ? o[4] : {};
|
|
296
|
+
return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
|
|
329
297
|
},
|
|
330
|
-
complete: function (t,
|
|
298
|
+
complete: function (t, r) {
|
|
331
299
|
if ("throw" === t.type) throw t.arg;
|
|
332
|
-
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type &&
|
|
300
|
+
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f;
|
|
333
301
|
},
|
|
334
302
|
finish: function (t) {
|
|
335
|
-
for (var
|
|
336
|
-
var
|
|
337
|
-
if (
|
|
303
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
304
|
+
var e = this.tryEntries[r];
|
|
305
|
+
if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
|
|
338
306
|
}
|
|
339
307
|
},
|
|
340
308
|
catch: function (t) {
|
|
341
|
-
for (var
|
|
342
|
-
var
|
|
343
|
-
if (
|
|
344
|
-
var n =
|
|
309
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
310
|
+
var e = this.tryEntries[r];
|
|
311
|
+
if (e[0] === t) {
|
|
312
|
+
var n = e[4];
|
|
345
313
|
if ("throw" === n.type) {
|
|
346
314
|
var o = n.arg;
|
|
347
|
-
|
|
315
|
+
m(e);
|
|
348
316
|
}
|
|
349
317
|
return o;
|
|
350
318
|
}
|
|
351
319
|
}
|
|
352
320
|
throw Error("illegal catch attempt");
|
|
353
321
|
},
|
|
354
|
-
delegateYield: function (
|
|
322
|
+
delegateYield: function (r, e, n) {
|
|
355
323
|
return this.delegate = {
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
}, "next" === this.method && (this.arg = t),
|
|
324
|
+
i: x(r),
|
|
325
|
+
r: e,
|
|
326
|
+
n: n
|
|
327
|
+
}, "next" === this.method && (this.arg = t), f;
|
|
360
328
|
}
|
|
361
|
-
},
|
|
329
|
+
}, r;
|
|
362
330
|
}
|
|
363
331
|
function _taggedTemplateLiteralLoose(e, t) {
|
|
364
332
|
return t || (t = e.slice(0)), e.raw = t, e;
|
|
@@ -2971,7 +2939,7 @@ var OptionsContainer = /*#__PURE__*/styled__default.div(_templateObject3 || (_te
|
|
|
2971
2939
|
|
|
2972
2940
|
var _templateObject$7, _templateObject2$5, _templateObject3$1, _templateObject4;
|
|
2973
2941
|
var ControlledDropdownWrapper = /*#__PURE__*/styled__default.div(_templateObject$7 || (_templateObject$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: fit-content;\n"])));
|
|
2974
|
-
var ControlledDropdownHeaderContainer = /*#__PURE__*/styled__default.
|
|
2942
|
+
var ControlledDropdownHeaderContainer = /*#__PURE__*/styled__default.button(_templateObject2$5 || (_templateObject2$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n all: unset;\n\n display: flex;\n gap: 6px;\n border-bottom: 1px solid transparent;\n height: 24px;\n line-height: 24px;\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--harmonic-letter-spacing-navigation);\n color: var(--color-primary-black);\n text-decoration: none;\n cursor: pointer;\n width: max-content;\n\n &:focus {\n outline: 2px solid var(--color-primary-black);\n outline-offset: 2px;\n }\n\n ", "\n"])), function (_ref) {
|
|
2975
2943
|
var active = _ref.active;
|
|
2976
2944
|
if (active) {
|
|
2977
2945
|
return "\n & {\n color: var(--color-primary-red);\n }\n && svg path {\n fill: var(--color-primary-red);\n } \n ";
|
|
@@ -2979,12 +2947,12 @@ var ControlledDropdownHeaderContainer = /*#__PURE__*/styled__default.span(_templ
|
|
|
2979
2947
|
return '';
|
|
2980
2948
|
});
|
|
2981
2949
|
var ControlledDropdownHeaderContainerLink = /*#__PURE__*/styled__default(ControlledDropdownHeaderContainer).attrs({
|
|
2982
|
-
as: '
|
|
2950
|
+
as: 'button'
|
|
2983
2951
|
})(_templateObject3$1 || (_templateObject3$1 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
2984
2952
|
var IconWrapper = /*#__PURE__*/styled__default.span(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 24px;\n height: 24px;\n\n span > svg path {\n fill: var(--color-primary-black);\n }\n"])));
|
|
2985
2953
|
|
|
2986
2954
|
/* eslint-disable no-useless-return */
|
|
2987
|
-
var ControlledDropdown = function
|
|
2955
|
+
var ControlledDropdown = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
|
2988
2956
|
var text = _ref.text,
|
|
2989
2957
|
options = _ref.options,
|
|
2990
2958
|
active = _ref.active,
|
|
@@ -2992,32 +2960,22 @@ var ControlledDropdown = function ControlledDropdown(_ref) {
|
|
|
2992
2960
|
onOptionClick = _ref.onOptionClick,
|
|
2993
2961
|
_onMouseEnter = _ref.onMouseEnter,
|
|
2994
2962
|
_onMouseLeave = _ref.onMouseLeave,
|
|
2963
|
+
_onFocusLeave = _ref.onFocusLeave,
|
|
2995
2964
|
onReset = _ref.onReset,
|
|
2996
2965
|
_onFocus = _ref.onFocus,
|
|
2997
2966
|
_onBlur = _ref.onBlur,
|
|
2998
2967
|
className = _ref.className;
|
|
2999
|
-
|
|
3000
|
-
var
|
|
2968
|
+
ControlledDropdown.displayName = 'ControlledDropdown';
|
|
2969
|
+
var internalRef = React.useRef(null);
|
|
2970
|
+
React.useImperativeHandle(ref, function () {
|
|
2971
|
+
return internalRef.current;
|
|
2972
|
+
});
|
|
2973
|
+
var resetHandler = function resetHandler() {
|
|
3001
2974
|
return onReset == null ? void 0 : onReset();
|
|
3002
|
-
}
|
|
3003
|
-
React.
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
var _ref$current;
|
|
3007
|
-
if (ref != null && (_ref$current = ref.current) != null && _ref$current.contains(e.target)) {
|
|
3008
|
-
return;
|
|
3009
|
-
} else if (active) {
|
|
3010
|
-
resetHandler();
|
|
3011
|
-
}
|
|
3012
|
-
};
|
|
3013
|
-
document.addEventListener('click', mouseClickHandler);
|
|
3014
|
-
return function () {
|
|
3015
|
-
document.removeEventListener('click', mouseClickHandler);
|
|
3016
|
-
};
|
|
3017
|
-
}
|
|
3018
|
-
// eslint-disable-next-line consistent-return
|
|
3019
|
-
return;
|
|
3020
|
-
}, [ref, resetHandler, active]);
|
|
2975
|
+
};
|
|
2976
|
+
var isDropdown = React.useMemo(function () {
|
|
2977
|
+
return !!(options != null && options.length);
|
|
2978
|
+
}, [options]);
|
|
3021
2979
|
var handleOptionKeyDown = function handleOptionKeyDown(e, link) {
|
|
3022
2980
|
if (e.key === 'Enter') {
|
|
3023
2981
|
onOptionClick == null || onOptionClick(link);
|
|
@@ -3037,13 +2995,15 @@ var ControlledDropdown = function ControlledDropdown(_ref) {
|
|
|
3037
2995
|
_onBlur == null || _onBlur();
|
|
3038
2996
|
}
|
|
3039
2997
|
};
|
|
3040
|
-
var isDropdown = !!(options != null && options.length);
|
|
3041
2998
|
var wrapperEvents = {
|
|
3042
2999
|
onMouseEnter: function onMouseEnter() {
|
|
3043
3000
|
return _onMouseEnter == null ? void 0 : _onMouseEnter();
|
|
3044
3001
|
},
|
|
3045
3002
|
onMouseLeave: function onMouseLeave() {
|
|
3046
3003
|
return _onMouseLeave == null ? void 0 : _onMouseLeave();
|
|
3004
|
+
},
|
|
3005
|
+
onFocusLeave: function onFocusLeave() {
|
|
3006
|
+
return _onFocusLeave == null ? void 0 : _onFocusLeave();
|
|
3047
3007
|
}
|
|
3048
3008
|
};
|
|
3049
3009
|
var headerEvents = {
|
|
@@ -3059,21 +3019,51 @@ var ControlledDropdown = function ControlledDropdown(_ref) {
|
|
|
3059
3019
|
},
|
|
3060
3020
|
onKeyDown: handleHeaderKeyDown
|
|
3061
3021
|
};
|
|
3022
|
+
React.useEffect(function () {
|
|
3023
|
+
var mouseEvent = function mouseEvent(e) {
|
|
3024
|
+
var _internalRef$current;
|
|
3025
|
+
if (internalRef != null && (_internalRef$current = internalRef.current) != null && _internalRef$current.contains(e.target)) return;
|
|
3026
|
+
if (active) resetHandler();
|
|
3027
|
+
};
|
|
3028
|
+
if (window.innerWidth > breakpoints.sm) {
|
|
3029
|
+
document.addEventListener('click', mouseEvent);
|
|
3030
|
+
}
|
|
3031
|
+
return function () {
|
|
3032
|
+
document.removeEventListener('click', mouseEvent);
|
|
3033
|
+
};
|
|
3034
|
+
}, [resetHandler, active]);
|
|
3035
|
+
React.useEffect(function () {
|
|
3036
|
+
var handleFocusOut = function handleFocusOut(e) {
|
|
3037
|
+
if (internalRef.current && !internalRef.current.contains(e.relatedTarget)) {
|
|
3038
|
+
_onFocusLeave == null || _onFocusLeave();
|
|
3039
|
+
}
|
|
3040
|
+
};
|
|
3041
|
+
var node = internalRef.current;
|
|
3042
|
+
if (node) node.addEventListener('focusout', handleFocusOut);
|
|
3043
|
+
return function () {
|
|
3044
|
+
return node == null ? void 0 : node.removeEventListener('focusout', handleFocusOut);
|
|
3045
|
+
};
|
|
3046
|
+
}, [_onFocusLeave]);
|
|
3062
3047
|
return /*#__PURE__*/React__default.createElement(ControlledDropdownWrapper, Object.assign({
|
|
3063
|
-
ref:
|
|
3048
|
+
ref: internalRef
|
|
3064
3049
|
}, wrapperEvents, {
|
|
3065
3050
|
className: className
|
|
3066
3051
|
}), isDropdown ? (/*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(ControlledDropdownHeaderContainer, Object.assign({
|
|
3067
3052
|
active: active
|
|
3068
3053
|
}, headerEvents, {
|
|
3069
|
-
|
|
3070
|
-
|
|
3054
|
+
"data-testid": "span-container",
|
|
3055
|
+
role: "menuitem",
|
|
3056
|
+
"aria-controls": "dropdown-menu",
|
|
3057
|
+
"aria-haspopup": "menu",
|
|
3058
|
+
"aria-expanded": active
|
|
3071
3059
|
}), text, /*#__PURE__*/React__default.createElement(IconWrapper, {
|
|
3072
3060
|
"data-testid": "dropdown-icon"
|
|
3073
3061
|
}, /*#__PURE__*/React__default.createElement(Icon, {
|
|
3074
3062
|
iconName: "DropdownArrow"
|
|
3075
3063
|
}))), active && options ? (/*#__PURE__*/React__default.createElement(OptionsContainer, {
|
|
3076
|
-
withOptionsInMobile: true
|
|
3064
|
+
withOptionsInMobile: true,
|
|
3065
|
+
role: "menu",
|
|
3066
|
+
id: "dropdown-menu"
|
|
3077
3067
|
}, options.map(function (optionItem, index) {
|
|
3078
3068
|
return /*#__PURE__*/React__default.createElement(OptionItem, {
|
|
3079
3069
|
key: "key-" + index + "-" + optionItem.option,
|
|
@@ -3087,15 +3077,17 @@ var ControlledDropdown = function ControlledDropdown(_ref) {
|
|
|
3087
3077
|
onBlur: function onBlur() {
|
|
3088
3078
|
return handleOptionBlur(index);
|
|
3089
3079
|
},
|
|
3090
|
-
href: optionItem.optionLink
|
|
3080
|
+
href: optionItem.optionLink,
|
|
3081
|
+
role: "menuitem"
|
|
3091
3082
|
}, optionItem.option);
|
|
3092
3083
|
}))) : null)) : (/*#__PURE__*/React__default.createElement(ControlledDropdownHeaderContainerLink, Object.assign({
|
|
3093
3084
|
active: active
|
|
3094
3085
|
}, headerEvents, {
|
|
3095
3086
|
"data-testid": "link-container",
|
|
3087
|
+
role: "menuitem",
|
|
3096
3088
|
tabIndex: 0
|
|
3097
3089
|
}), text)));
|
|
3098
|
-
};
|
|
3090
|
+
});
|
|
3099
3091
|
|
|
3100
3092
|
var _templateObject$8;
|
|
3101
3093
|
var Grid = /*#__PURE__*/styled__default.div(_templateObject$8 || (_templateObject$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: var(--grid-template-columns);\n grid-template-rows: max-content;\n gap: var(--grid-column-gap);\n margin: 0;\n"])));
|
|
@@ -3225,8 +3217,8 @@ var StepsWrapper = /*#__PURE__*/styled__default.div(_templateObject4$1 || (_temp
|
|
|
3225
3217
|
var StepWrapper = /*#__PURE__*/styled__default.div(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n color: ", ";\n"])), function (_ref9) {
|
|
3226
3218
|
var isVisible = _ref9.isVisible;
|
|
3227
3219
|
return isVisible ? "visible" : 'hidden';
|
|
3228
|
-
}, function (
|
|
3229
|
-
var isActive =
|
|
3220
|
+
}, function (_ref0) {
|
|
3221
|
+
var isActive = _ref0.isActive;
|
|
3230
3222
|
return isActive ? "var(--base-color-black)" : 'var(--base-color-mid-grey)';
|
|
3231
3223
|
});
|
|
3232
3224
|
|
|
@@ -3313,20 +3305,20 @@ var Wrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$d || (_template
|
|
|
3313
3305
|
}, function (_ref9) {
|
|
3314
3306
|
var typography = _ref9.typography;
|
|
3315
3307
|
return typography;
|
|
3316
|
-
}, function (
|
|
3317
|
-
var level =
|
|
3308
|
+
}, function (_ref0) {
|
|
3309
|
+
var level = _ref0.level;
|
|
3318
3310
|
return level;
|
|
3311
|
+
}, function (_ref1) {
|
|
3312
|
+
var typography = _ref1.typography;
|
|
3313
|
+
return typography;
|
|
3314
|
+
}, function (_ref10) {
|
|
3315
|
+
var typography = _ref10.typography;
|
|
3316
|
+
return typography;
|
|
3319
3317
|
}, function (_ref11) {
|
|
3320
3318
|
var typography = _ref11.typography;
|
|
3321
3319
|
return typography;
|
|
3322
3320
|
}, function (_ref12) {
|
|
3323
|
-
var
|
|
3324
|
-
return typography;
|
|
3325
|
-
}, function (_ref13) {
|
|
3326
|
-
var typography = _ref13.typography;
|
|
3327
|
-
return typography;
|
|
3328
|
-
}, function (_ref14) {
|
|
3329
|
-
var level = _ref14.level;
|
|
3321
|
+
var level = _ref12.level;
|
|
3330
3322
|
return level;
|
|
3331
3323
|
});
|
|
3332
3324
|
|
|
@@ -3663,264 +3655,77 @@ var SectionSplitter = function SectionSplitter(_ref) {
|
|
|
3663
3655
|
};
|
|
3664
3656
|
|
|
3665
3657
|
var _templateObject$i;
|
|
3666
|
-
var SponsorLogoWrapper = /*#__PURE__*/styled__default.div(_templateObject$i || (_templateObject$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n
|
|
3658
|
+
var SponsorLogoWrapper = /*#__PURE__*/styled__default.div(_templateObject$i || (_templateObject$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-block;\n height: auto;\n width: 100%;\n max-width: 100%;\n background-color: transparent;\n\n img {\n display: block;\n width: 100%;\n }\n\n @media ", " {\n max-width: 100%;\n }\n\n @media ", " {\n max-width: 50%;\n }\n"])), devices.tablet, devices.mobile);
|
|
3667
3659
|
|
|
3668
|
-
/* eslint-disable max-len */
|
|
3669
3660
|
var SponsorLogo = function SponsorLogo(_ref) {
|
|
3670
|
-
var
|
|
3671
|
-
colorLogo = _ref$colorLogo === void 0 ? '#fff' : _ref$colorLogo,
|
|
3672
|
-
_ref$colorBackground = _ref.colorBackground,
|
|
3673
|
-
colorBackground = _ref$colorBackground === void 0 ? '#1d1d1b' : _ref$colorBackground,
|
|
3661
|
+
var imageSource = _ref.imageSource,
|
|
3674
3662
|
_ref$alt = _ref.alt,
|
|
3675
|
-
alt = _ref$alt === void 0 ? 'Sponsor Logo' : _ref$alt
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
,
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3696
|
-
fill: colorLogo,
|
|
3697
|
-
points: "50.82 13.54 51.47 12.61 48.22 10.32 48.82 9.46 48.1 8.96 46.23 11.62 46.95 12.13 47.56 11.26 50.82 13.54"
|
|
3698
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3699
|
-
fill: colorLogo,
|
|
3700
|
-
d: "M51.76,5.65a4.57,4.57,0,0,0-1,.61,1.43,1.43,0,0,0-.4,2.14c1.11,1.33,2.28-.25,2.89.46a.62.62,0,0,1-.18.9,2.56,2.56,0,0,1-1,.46l.56.76a4.67,4.67,0,0,0,1.14-.68,1.52,1.52,0,0,0,.35-2.22c-1.11-1.32-2.31.22-2.88-.46-.23-.27-.13-.58.16-.82a2.15,2.15,0,0,1,.89-.42Z"
|
|
3701
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3702
|
-
fill: colorLogo,
|
|
3703
|
-
d: "M60.54,2.18a2.8,2.8,0,0,0-1.3.06,2.23,2.23,0,0,0-1.56,2.91,2.28,2.28,0,0,0,2.77,2,4,4,0,0,0,1.14-.44l-.26-1a2.05,2.05,0,0,1-.91.47c-.71.17-1.39-.34-1.6-1.26s.11-1.67.85-1.84a1.85,1.85,0,0,1,1,0Z"
|
|
3704
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3705
|
-
fill: colorLogo,
|
|
3706
|
-
d: "M63.1,4.21c-.17,1.42.35,2.58,1.74,2.75S67,6.13,67.19,4.72,66.84,2.14,65.45,2s-2.17.82-2.35,2.23m1.16.15c.12-.93.44-1.65,1.09-1.57s.8.86.69,1.78-.45,1.65-1.1,1.57-.79-.86-.68-1.78"
|
|
3707
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3708
|
-
fill: colorLogo,
|
|
3709
|
-
d: "M68.82,5.91a1.65,1.65,0,0,0,.75,2.45A1.65,1.65,0,0,0,72,7.52L73.4,4.77l-1-.52L70.89,7.17c-.22.43-.51.61-.92.41s-.44-.56-.21-1l1.48-2.91-1-.52Z"
|
|
3710
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3711
|
-
fill: colorLogo,
|
|
3712
|
-
points: "72.35 9.88 73.04 10.6 75.57 8.16 75.58 8.17 74.02 11.61 74.96 12.58 78.45 9.21 77.75 8.49 75.34 10.83 75.33 10.82 76.76 7.47 75.84 6.5 72.35 9.88"
|
|
3713
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3714
|
-
fill: colorLogo,
|
|
3715
|
-
d: "M81.32,14.62A2.92,2.92,0,0,0,81,13.36a2.24,2.24,0,0,0-3.2-.87,2.28,2.28,0,0,0-1.28,3.14,4.1,4.1,0,0,0,.69,1l.89-.49a2,2,0,0,1-.66-.78,1.4,1.4,0,0,1,.86-1.84c.88-.43,1.65-.26,2,.43a1.79,1.79,0,0,1,.18,1Z"
|
|
3716
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
3717
|
-
fill: colorLogo,
|
|
3718
|
-
x: "77.47",
|
|
3719
|
-
y: "17.86",
|
|
3720
|
-
width: "4.85",
|
|
3721
|
-
height: "1.14",
|
|
3722
|
-
transform: "translate(-1.99 14.27) rotate(-10.08)"
|
|
3723
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3724
|
-
fill: colorLogo,
|
|
3725
|
-
points: "77.75 21.16 77.56 23.9 78.43 23.96 78.54 22.36 82.51 22.64 82.59 21.49 77.75 21.16"
|
|
3726
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3727
|
-
fill: colorLogo,
|
|
3728
|
-
points: "48.1 32.49 49.47 34.12 49.78 33.85 48.68 32.56 50.15 31.32 51.15 32.52 51.45 32.25 50.46 31.06 51.78 29.94 52.83 31.2 53.14 30.93 51.81 29.36 48.1 32.49"
|
|
3729
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3730
|
-
fill: colorLogo,
|
|
3731
|
-
points: "51.54 36.09 51.88 36.31 54.27 32.76 54.28 32.77 53.58 37.46 54.04 37.78 56.75 33.74 56.42 33.52 54.01 37.11 53.99 37.1 54.72 32.38 54.26 32.06 51.54 36.09"
|
|
3732
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3733
|
-
fill: colorLogo,
|
|
3734
|
-
d: "M59.06,37.34l.83.24-.47,1.64a1.43,1.43,0,0,1-.68,0,1.83,1.83,0,0,1-1.05-2.46c.43-1.47,1.47-1.73,2.13-1.53a1.89,1.89,0,0,1,.9.57l.15-.45A2.92,2.92,0,0,0,60,34.8a2.23,2.23,0,0,0-2.7,1.75,2.27,2.27,0,0,0,1.35,3,2.24,2.24,0,0,0,1.15,0l.66-2.3L59.17,37Z"
|
|
3735
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3736
|
-
fill: colorLogo,
|
|
3737
|
-
points: "62.58 40.06 64.59 40.06 64.59 39.67 63.01 39.67 63.01 35.22 62.58 35.22 62.58 40.06"
|
|
3738
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3739
|
-
fill: colorLogo,
|
|
3740
|
-
d: "M66.56,39.85l.41-.12L67,38.32l1.86-.53L69.66,39l.44-.12L67.21,34.6l-.44.13Zm.55-4.73h0l1.53,2.31L67,37.91Z"
|
|
3741
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3742
|
-
fill: colorLogo,
|
|
3743
|
-
points: "72.18 37.79 72.52 37.56 70.19 33.97 70.2 33.97 74.24 36.45 74.7 36.16 72.06 32.07 71.72 32.3 74.07 35.92 74.06 35.92 70.01 33.42 69.54 33.71 72.18 37.79"
|
|
3744
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3745
|
-
fill: colorLogo,
|
|
3746
|
-
d: "M77.11,33.88l.47-.58A2.21,2.21,0,0,0,77,30a2.07,2.07,0,0,0-3.31.42l-.4.5ZM73.88,30.8l.22-.28c1-1.3,2.07-.62,2.67-.14,1,.75,1.23,1.71.56,2.56l-.27.36Z"
|
|
3747
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3748
|
-
fill: colorLogo,
|
|
3749
|
-
d: "M110.46,21h0l-2.33,6.65h4.71Zm-1.78-3.24h3.65l6.33,16.12h-3.58l-1.39-3.69h-6.53l-1.41,3.69H102.4Z"
|
|
3750
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3751
|
-
fill: colorLogo,
|
|
3752
|
-
d: "M123.57,24.66h1.07c1.59,0,3.42-.24,3.42-2.24s-1.81-2.11-3.42-2.11h-1.07Zm-3.23-6.89h3.49c3.46,0,7.6-.11,7.6,4.37a3.69,3.69,0,0,1-3.33,3.74v0c.88.07,1.39.95,1.71,1.67l2.59,6.31h-3.61l-1.93-5c-.47-1.2-.88-1.66-2.25-1.66h-1v6.7h-3.23Z"
|
|
3753
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3754
|
-
fill: colorLogo,
|
|
3755
|
-
points: "137.59 20.31 132.97 20.31 132.97 17.77 145.45 17.77 145.45 20.31 140.82 20.31 140.82 33.9 137.59 33.9 137.59 20.31"
|
|
3756
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3757
|
-
fill: colorLogo,
|
|
3758
|
-
d: "M156.16,20.73a8.35,8.35,0,0,0-3.28-.69,2.24,2.24,0,0,0-2.54,2.24c0,2.79,7.07,1.61,7.07,7,0,3.53-2.8,4.87-6,4.87a14.29,14.29,0,0,1-4.14-.62l.3-2.91a7.79,7.79,0,0,0,3.65,1c1.22,0,2.86-.62,2.86-2.08,0-3.07-7.06-1.8-7.06-7.13,0-3.61,2.79-4.92,5.63-4.92a12.25,12.25,0,0,1,3.86.57Z"
|
|
3759
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3760
|
-
fill: colorLogo,
|
|
3761
|
-
d: "M178,33.67a16.81,16.81,0,0,1-3.67.5c-5.22,0-8.85-2.61-8.85-8.06s3.37-8.61,8.85-8.61a10.39,10.39,0,0,1,3.64.67l-.23,2.72a6.65,6.65,0,0,0-3.48-.85c-3.33,0-5.41,2.54-5.41,5.84s2,5.75,5.48,5.75a9.05,9.05,0,0,0,3.53-.67Z"
|
|
3762
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3763
|
-
fill: colorLogo,
|
|
3764
|
-
d: "M187.42,31.63c3.3,0,4.53-2.93,4.53-5.84S190.63,20,187.42,20,182.9,23,182.9,25.79s1.22,5.84,4.52,5.84m0-14.13c5.06,0,7.9,3.42,7.9,8.29s-2.79,8.38-7.9,8.38-7.89-3.44-7.89-8.38,2.77-8.29,7.89-8.29"
|
|
3765
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3766
|
-
fill: colorLogo,
|
|
3767
|
-
d: "M197.47,17.77h3.23v9.31c0,2.75.88,4.55,3.35,4.55s3.35-1.8,3.35-4.55V17.77h3.23V28.08c0,4.31-2.45,6.09-6.58,6.09s-6.58-1.78-6.58-6.09Z"
|
|
3768
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3769
|
-
fill: colorLogo,
|
|
3770
|
-
points: "213.06 17.77 217.03 17.77 223.17 29.83 223.22 29.83 223.22 17.77 226.31 17.77 226.31 33.89 222.36 33.89 216.2 21.84 216.15 21.84 216.15 33.89 213.06 33.89 213.06 17.77"
|
|
3771
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3772
|
-
fill: colorLogo,
|
|
3773
|
-
d: "M240.93,33.67a16.81,16.81,0,0,1-3.67.5c-5.22,0-8.85-2.61-8.85-8.06s3.37-8.61,8.85-8.61a10.43,10.43,0,0,1,3.64.67l-.23,2.72a6.65,6.65,0,0,0-3.48-.85c-3.33,0-5.41,2.54-5.41,5.84s2,5.75,5.48,5.75a9.05,9.05,0,0,0,3.53-.67Z"
|
|
3774
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
3775
|
-
fill: colorLogo,
|
|
3776
|
-
x: "243.37",
|
|
3777
|
-
y: "17.77",
|
|
3778
|
-
width: "3.23",
|
|
3779
|
-
height: "16.12"
|
|
3780
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3781
|
-
fill: colorLogo,
|
|
3782
|
-
points: "249.15 17.77 252.38 17.77 252.38 31.35 258.64 31.35 258.64 33.89 249.15 33.89 249.15 17.77"
|
|
3783
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3784
|
-
fill: colorLogo,
|
|
3785
|
-
points: "102.45 40.87 111.96 40.87 111.96 43.41 105.68 43.41 105.68 47.38 111.43 47.38 111.43 49.92 105.68 49.92 105.68 54.45 112.01 54.45 112.01 56.99 102.45 56.99 102.45 40.87"
|
|
3786
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3787
|
-
fill: colorLogo,
|
|
3788
|
-
points: "114.66 40.87 118.64 40.87 124.78 52.92 124.82 52.92 124.82 40.87 127.92 40.87 127.92 56.99 123.97 56.99 117.8 44.93 117.76 44.93 117.76 56.99 114.66 56.99 114.66 40.87"
|
|
3789
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3790
|
-
fill: colorLogo,
|
|
3791
|
-
d: "M143.51,44a10.56,10.56,0,0,0-4.17-.86A5.48,5.48,0,0,0,133.51,49c0,3.28,2,5.75,5.47,5.75a8.6,8.6,0,0,0,2.12-.23v-4.2h-3.42V47.75h6.51v8.68a20.3,20.3,0,0,1-5.21.83c-5.22,0-8.85-2.61-8.85-8.06s3.38-8.61,8.85-8.61a15.72,15.72,0,0,1,4.73.67Z"
|
|
3792
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3793
|
-
fill: colorLogo,
|
|
3794
|
-
points: "146.78 40.87 150.01 40.87 150.01 54.45 156.27 54.45 156.27 56.99 146.78 56.99 146.78 40.87"
|
|
3795
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3796
|
-
fill: colorLogo,
|
|
3797
|
-
d: "M165.76,44.1h0l-2.34,6.65h4.72ZM164,40.87h3.65L174,57h-3.58L169,53.29h-6.54l-1.4,3.7H157.7Z"
|
|
3798
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3799
|
-
fill: colorLogo,
|
|
3800
|
-
points: "175.53 40.87 179.5 40.87 185.65 52.92 185.69 52.92 185.69 40.87 188.79 40.87 188.79 56.99 184.84 56.99 178.67 44.93 178.62 44.93 178.62 56.99 175.53 56.99 175.53 40.87"
|
|
3801
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3802
|
-
fill: colorLogo,
|
|
3803
|
-
d: "M194.66,54.45h1.8a5.27,5.27,0,0,0,5.31-5.52,5.27,5.27,0,0,0-5.31-5.52h-1.8Zm-3.23-13.58h4.41c4.94,0,9.3,1.66,9.3,8.06S200.78,57,195.84,57h-4.41Z"
|
|
3804
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3805
|
-
fill: colorLogo,
|
|
3806
|
-
d: "M248,3.39h-.7l1.84,5.24-.13.46c-.2.67-.39,1.12-.94,1.12a1.29,1.29,0,0,1-.47-.08l-.06.55a3,3,0,0,0,.69.08c.72,0,1.08-.71,1.33-1.42l2.07-5.95h-.67L249.43,7.7h0ZM245.88,6c0,1-.31,2.16-1.53,2.16S242.81,6.92,242.81,6s.37-2.17,1.54-2.17S245.88,5,245.88,6m-3.71,2.59h.64V7.75h0a1.68,1.68,0,0,0,1.62.94c1.42,0,2.13-1.18,2.13-2.71s-.61-2.71-2.13-2.71a1.75,1.75,0,0,0-1.62,1h0V1h-.64Zm-3.46-5.18h-.64V4h0a1.7,1.7,0,0,0-1.61-.71c-1.53,0-2.14,1.13-2.14,2.71,0,1.15.53,2.59,2.19,2.59a1.6,1.6,0,0,0,1.57-1h0c0,1.46-.14,2.66-1.79,2.66a3.55,3.55,0,0,1-1.52-.36l-.05.64a5.45,5.45,0,0,0,1.56.27c1.78,0,2.43-1.18,2.43-2.62ZM235,6c0-1,.32-2.17,1.54-2.17s1.53.92,1.53,2.17c0,.94-.41,2-1.57,2S235,7,235,6m-6.17,2.59h.64V5.7c0-.86.37-1.89,1.54-1.89.88,0,1.23.63,1.23,1.61V8.57h.63V5.26c0-1.14-.48-2-1.76-2a1.64,1.64,0,0,0-1.68,1h0V3.39h-.62c0,.41,0,.82,0,1.22Zm-1.71-7.42h-.64V2h.64Zm-.64,7.42h.64V3.39h-.64ZM221.1,6c0-1,.31-2.17,1.53-2.17S224.17,5,224.17,6s-.4,2.16-1.54,2.16S221.1,7,221.1,6m3.7-5h-.63V4.26h0a1.76,1.76,0,0,0-1.62-1C221,3.27,220.4,4.4,220.4,6s.71,2.71,2.13,2.71a1.68,1.68,0,0,0,1.62-.94h0v.82h.63Zm-9.89,7.62h.64V5.7c0-.86.37-1.89,1.54-1.89.88,0,1.22.63,1.22,1.61V8.57H219V5.26c0-1.14-.48-2-1.76-2a1.64,1.64,0,0,0-1.68,1h0V3.39h-.62c0,.41,0,.82,0,1.22Zm-1.72-5.18h-.64V6.25c0,.87-.36,1.89-1.53,1.89-.89,0-1.23-.63-1.23-1.6V3.39h-.64V6.7c0,1.14.49,2,1.77,2a1.64,1.64,0,0,0,1.67-1h0v.93h.62c0-.42,0-.83,0-1.22Zm-7.08,5.18h.64V3.93h1.17V3.39h-1.17V2.94c0-.62-.09-1.57.78-1.57a1.13,1.13,0,0,1,.51.12l0-.56a1.47,1.47,0,0,0-.6-.1c-1.33,0-1.37,1.09-1.37,2.18v.38h-1v.54h1Zm-3.5-5.1a3.91,3.91,0,0,0-1.25-.2A2.51,2.51,0,0,0,198.8,6a2.45,2.45,0,0,0,2.48,2.71,3.89,3.89,0,0,0,1.33-.18l-.06-.6a3.38,3.38,0,0,1-1.17.23A2,2,0,0,1,199.5,6a1.93,1.93,0,0,1,1.95-2.17,2.78,2.78,0,0,1,1.11.27Zm-5.2-2.32h-.64V2h.64Zm-.64,7.42h.64V3.39h-.64Zm-2.35,0h.64V1h-.64ZM192.26,6c0,1-.31,2.16-1.53,2.16S189.19,6.92,189.19,6s.37-2.17,1.54-2.17S192.26,5,192.26,6m-3.71,2.59h.64V7.75h0a1.68,1.68,0,0,0,1.62.94C192.25,8.69,193,7.51,193,6s-.61-2.71-2.13-2.71a1.75,1.75,0,0,0-1.62,1h0V1h-.64Zm-1.68-5.18h-.64V6.25c0,.87-.36,1.89-1.53,1.89-.89,0-1.23-.63-1.23-1.6V3.39h-.64V6.7c0,1.14.49,2,1.77,2a1.64,1.64,0,0,0,1.67-1h0v.93h.62c0-.42,0-.83,0-1.22ZM180.69,6c0,1-.32,2.16-1.54,2.16S177.62,6.92,177.62,6s.39-2.17,1.53-2.17S180.69,5,180.69,6M177,10.7h.64v-3h0a1.6,1.6,0,0,0,1.61,1c1.43,0,2.13-1.18,2.13-2.71s-.6-2.71-2.13-2.71a1.78,1.78,0,0,0-1.65,1.06h0l0-.94H177Zm-3.46-7.31h-.64V4h0a1.72,1.72,0,0,0-1.62-.71c-1.52,0-2.13,1.13-2.13,2.71,0,1.15.53,2.59,2.18,2.59a1.62,1.62,0,0,0,1.58-1h0c0,1.46-.14,2.66-1.79,2.66a3.59,3.59,0,0,1-1.53-.36l0,.64a5.54,5.54,0,0,0,1.57.27c1.78,0,2.43-1.18,2.43-2.62ZM169.81,6c0-1,.31-2.17,1.53-2.17s1.54.92,1.54,2.17c0,.94-.42,2-1.58,2s-1.49-1-1.49-2m-6.17,2.59h.64V5.7c0-.86.36-1.89,1.53-1.89.89,0,1.23.63,1.23,1.61V8.57h.64V5.26c0-1.14-.49-2-1.77-2a1.62,1.62,0,0,0-1.67,1h0V3.39h-.62c0,.41,0,.82,0,1.22Zm-1.71-7.42h-.64V2h.64Zm-.64,7.42h.64V3.39h-.64Zm-4.53-.12a3.91,3.91,0,0,0,1.45.24c.78,0,1.81-.38,1.81-1.47,0-1.7-2.55-1.58-2.55-2.54,0-.66.45-.87,1.11-.87a2.87,2.87,0,0,1,1.15.25l.06-.56a4.08,4.08,0,0,0-1.28-.23c-.85,0-1.68.38-1.68,1.41,0,1.5,2.49,1.31,2.49,2.54,0,.59-.54.92-1.15.92a3.05,3.05,0,0,1-1.35-.32ZM155.5,3.39h-.64V6.25c0,.87-.37,1.89-1.54,1.89-.88,0-1.23-.63-1.23-1.6V3.39h-.63V6.7c0,1.14.48,2,1.76,2a1.65,1.65,0,0,0,1.68-1h0v.93h.62c0-.42,0-.83,0-1.22ZM144.23,6c0-1,.31-2.17,1.53-2.17S147.29,5,147.29,6s-.39,2.16-1.53,2.16S144.23,7,144.23,6m3.7-5h-.64V4.26h0a1.75,1.75,0,0,0-1.61-1c-1.53,0-2.13,1.13-2.13,2.71s.71,2.71,2.13,2.71a1.66,1.66,0,0,0,1.61-.94h0v.82h.64Zm-9.06,4.66a1.7,1.7,0,0,1,1.52-1.8c1,0,1.32.9,1.32,1.8ZM142,7.75a3.27,3.27,0,0,1-1.45.39,1.75,1.75,0,0,1-1.71-2h3.54V5.83c0-1.39-.6-2.56-2.06-2.56-1.31,0-2.18,1.12-2.18,2.71s.64,2.71,2.35,2.71A4.14,4.14,0,0,0,142,8.4Zm-4.71-4.36h-1.18V1.91l-.64.23V3.39h-1v.54h1V7c0,1,.05,1.73,1.18,1.73a2.32,2.32,0,0,0,.78-.14l0-.53a1.47,1.47,0,0,1-.59.12c-.51,0-.69-.39-.69-.85V3.93h1.18Zm-6,5.18h.64V6c0-.94.28-2.08,1.29-2.08a1.41,1.41,0,0,1,.47.07V3.33a2,2,0,0,0-.45-.06,1.52,1.52,0,0,0-1.33,1.11h0v-1h-.64a9.26,9.26,0,0,1,0,1.15ZM125.76,6c0-1.2.6-2.17,1.71-2.17s1.72,1,1.72,2.17-.6,2.16-1.72,2.16-1.71-1-1.71-2.16m-.7,0a2.43,2.43,0,1,0,4.83,0,2.43,2.43,0,1,0-4.83,0m-1.83,0c0,1-.32,2.16-1.54,2.16S120.16,6.92,120.16,6s.4-2.17,1.53-2.17S123.23,5,123.23,6m-3.71,4.72h.64v-3h0a1.61,1.61,0,0,0,1.62,1c1.42,0,2.13-1.18,2.13-2.71s-.61-2.71-2.13-2.71a1.79,1.79,0,0,0-1.66,1.06h0l0-.94h-.64ZM117.4,6c0,1-.32,2.16-1.54,2.16S114.33,6.92,114.33,6s.39-2.17,1.53-2.17S117.4,5,117.4,6m-3.71,4.72h.64v-3h0a1.6,1.6,0,0,0,1.61,1c1.43,0,2.14-1.18,2.14-2.71s-.61-2.71-2.14-2.71a1.79,1.79,0,0,0-1.65,1.06h0l0-.94h-.64ZM112,3.39h-.64V6.25c0,.87-.37,1.89-1.54,1.89-.88,0-1.23-.63-1.23-1.6V3.39H108V6.7c0,1.14.49,2,1.77,2a1.64,1.64,0,0,0,1.68-1h0v.93h.62c0-.42,0-.83,0-1.22Zm-9.4,5a3.92,3.92,0,0,0,1.61.31,2.08,2.08,0,0,0,2.32-2c0-2.07-3.25-2.09-3.25-3.51,0-.91.8-1.22,1.54-1.22a2.89,2.89,0,0,1,1.28.27l.12-.64a4.31,4.31,0,0,0-1.39-.23c-1.25,0-2.25.71-2.25,1.84,0,1.86,3.25,2,3.25,3.43a1.41,1.41,0,0,1-1.59,1.45,2.77,2.77,0,0,1-1.57-.42Z"
|
|
3807
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
3808
|
-
fill: colorLogo,
|
|
3809
|
-
x: "92.12",
|
|
3810
|
-
width: "0.75",
|
|
3811
|
-
height: "56.99"
|
|
3812
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3813
|
-
fill: colorLogo,
|
|
3814
|
-
d: "M2.46,50.42H4.22v5.07H7.29V57H2.46Z"
|
|
3815
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3816
|
-
fill: colorLogo,
|
|
3817
|
-
d: "M10.84,57.2a3.59,3.59,0,0,1-1.37-.26,3.27,3.27,0,0,1-1.82-1.83,4,4,0,0,1,0-2.79,3.5,3.5,0,0,1,.72-1.1,3.28,3.28,0,0,1,1.1-.72,3.59,3.59,0,0,1,1.37-.26,3.65,3.65,0,0,1,1.38.26,3.14,3.14,0,0,1,1.09.72,3.33,3.33,0,0,1,.72,1.1,4,4,0,0,1,0,2.79,3.3,3.3,0,0,1-1.81,1.83A3.65,3.65,0,0,1,10.84,57.2Zm0-1.65a1.67,1.67,0,0,0,.69-.14A1.65,1.65,0,0,0,12,55a1.68,1.68,0,0,0,.32-.59,2.35,2.35,0,0,0,.11-.71,2.41,2.41,0,0,0-.11-.72,1.64,1.64,0,0,0-.32-.58,1.54,1.54,0,0,0-.51-.4,1.77,1.77,0,0,0-1.38,0,1.54,1.54,0,0,0-.51.4,1.64,1.64,0,0,0-.32.58,2.41,2.41,0,0,0-.11.72,2.35,2.35,0,0,0,.11.71,1.68,1.68,0,0,0,.32.59,1.65,1.65,0,0,0,.51.39A1.67,1.67,0,0,0,10.84,55.55Z"
|
|
3818
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3819
|
-
fill: colorLogo,
|
|
3820
|
-
d: "M16.43,52h-2V50.42h5.83V52h-2V57H16.43Z"
|
|
3821
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3822
|
-
fill: colorLogo,
|
|
3823
|
-
d: "M22.49,52h-2V50.42h5.83V52h-2V57H22.49Z"
|
|
3824
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3825
|
-
fill: colorLogo,
|
|
3826
|
-
d: "M26.7,50.42h4.77v1.52h-3v1h2.47v1.43H28.46v1.13h3.22V57h-5Z"
|
|
3827
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3828
|
-
fill: colorLogo,
|
|
3829
|
-
d: "M32.4,50.42h2.74a3.24,3.24,0,0,1,1,.14,2.05,2.05,0,0,1,.74.41,2,2,0,0,1,.48.68,2.5,2.5,0,0,1,.16.94,2.19,2.19,0,0,1-.28,1.14,2.27,2.27,0,0,1-.77.77L37.86,57H36l-1.13-2.25h-.73V57H32.4Zm2.57,3a.75.75,0,0,0,.79-.79.8.8,0,0,0-.21-.59.77.77,0,0,0-.59-.22h-.84v1.6Z"
|
|
3830
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3831
|
-
fill: colorLogo,
|
|
3832
|
-
d: "M39.81,54.4l-2.35-4h2l1.29,2.36L42,50.42h2l-2.36,4V57H39.81Z"
|
|
3833
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3834
|
-
fill: colorLogo,
|
|
3835
|
-
d: "M45.71,50.42h4.62V52H47.47v1.28h2.21v1.45H47.47V57H45.71Z"
|
|
3836
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3837
|
-
fill: colorLogo,
|
|
3838
|
-
d: "M50.76,50.42h1.76V54.3a1.46,1.46,0,0,0,.25.89,1.17,1.17,0,0,0,1.67,0,1.48,1.48,0,0,0,.25-.89V50.42h1.78v4a3,3,0,0,1-.21,1.15,2.4,2.4,0,0,1-.59.86,2.66,2.66,0,0,1-.9.55,3.58,3.58,0,0,1-2.3,0,2.85,2.85,0,0,1-.91-.54,2.49,2.49,0,0,1-.59-.86,3,3,0,0,1-.21-1.16Z"
|
|
3839
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3840
|
-
fill: colorLogo,
|
|
3841
|
-
d: "M57.42,50.42H59l2.54,3.69V50.42h1.74V57h-1.5l-2.64-3.8V57H57.42Z"
|
|
3842
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3843
|
-
fill: colorLogo,
|
|
3844
|
-
d: "M64.28,50.42h2.54a4.85,4.85,0,0,1,1.41.2,3.06,3.06,0,0,1,1.13.6,2.67,2.67,0,0,1,.74,1.05,3.78,3.78,0,0,1,.27,1.49,3.56,3.56,0,0,1-.27,1.44,2.77,2.77,0,0,1-.75,1,3.18,3.18,0,0,1-1.13.62,5,5,0,0,1-1.41.2H64.28Zm2.47,5.07a1.67,1.67,0,0,0,1.81-1.76,2.27,2.27,0,0,0-.11-.72,1.59,1.59,0,0,0-.34-.56,1.29,1.29,0,0,0-.56-.36,2.13,2.13,0,0,0-.8-.13H66v3.53Z"
|
|
3845
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3846
|
-
fill: colorLogo,
|
|
3847
|
-
d: "M71.05,50.42h4.76v1.52h-3v1h2.47v1.43H72.8v1.13H76V57h-5Z"
|
|
3848
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3849
|
-
fill: colorLogo,
|
|
3850
|
-
d: "M76.75,50.42h2.54a4.85,4.85,0,0,1,1.41.2,3.15,3.15,0,0,1,1.13.6,2.89,2.89,0,0,1,.74,1.05,3.78,3.78,0,0,1,.27,1.49,3.56,3.56,0,0,1-.27,1.44,3,3,0,0,1-.75,1,3.18,3.18,0,0,1-1.13.62,5,5,0,0,1-1.41.2H76.75Zm2.47,5.07A1.66,1.66,0,0,0,81,53.73a2,2,0,0,0-.11-.72,1.44,1.44,0,0,0-.33-.56,1.36,1.36,0,0,0-.56-.36,2.13,2.13,0,0,0-.8-.13H78.5v3.53Z"
|
|
3851
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3852
|
-
fill: colorBackground,
|
|
3853
|
-
d: "M28.47,18.89a2.62,2.62,0,0,0-1.56.63c.16-1.82-.51-3.17-1.76-3.63a3.22,3.22,0,0,0-2.33.1l-1-2.44c.93-2.28,2.56-5.06,2.56-7.34,0-1.77-.89-3.07-2.6-3.07a4.45,4.45,0,0,0-3.05,1.95C17.53,2.45,16.28,1.2,14.94,1.2c-2.13,0-3,2.13-3,4a18.84,18.84,0,0,0,2,7.52,63.85,63.85,0,0,0-2.9,7.57,8.59,8.59,0,0,0-6.12-2.7,6.3,6.3,0,0,0-3.53,1A2.93,2.93,0,0,0,0,20.87a2.64,2.64,0,0,0,2.23,2.54C4.56,24,5.6,25.9,6.48,29.58c1.61,6.64,5.76,10.63,12.14,10.63A12.26,12.26,0,0,0,30.86,28a14.77,14.77,0,0,0-.26-2.64,10.78,10.78,0,0,0,.46-1.56c.57-2.85-.52-4.88-2.59-4.88"
|
|
3854
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3855
|
-
fill: colorLogo,
|
|
3856
|
-
d: "M24.62,17.33c1.08.5,1.17,2.76.08,5.45-.88,2.6-2.15,4.18-3.34,4.19-.93,0-1.71-.66-1.71-2.42,0-3.32,2.73-8.25,5-7.22"
|
|
3857
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3858
|
-
fill: colorLogo,
|
|
3859
|
-
d: "M13.43,5.15c0-1.09.47-2.39,1.51-2.39q1.08,0,2.64,3.42a27.54,27.54,0,0,0-2.75,4.52,17.18,17.18,0,0,1-1.4-5.55"
|
|
3860
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3861
|
-
fill: colorLogo,
|
|
3862
|
-
d: "M18.62,38.66c-5.45,0-9.18-3.79-10.63-9.44-1-3.89-2.23-6.49-5.4-7.32-.36-.1-1-.36-1-1S2.75,19.1,4.93,19.1a7.68,7.68,0,0,1,6.17,3.69l1.11-.41c.16-2.12,1.24-5,3.14-9.09,2.39-5.13,4.81-8.63,6.42-8.59a1.41,1.41,0,0,1,1.12,1.51c0,2.12-1.87,5.31-3.51,8.78-.17.35-.91,2-.91,2l1.07.46c.35-.59,1.08-2,1.18-2.24l.8,1.77a11.34,11.34,0,0,0-3.21,7.58c0,2,.88,3.2,2.17,3.61a2.91,2.91,0,0,0,3.22-1,2.57,2.57,0,0,0,2.65,2.32,3.35,3.35,0,0,0,3.06-2.21A11,11,0,0,1,18.62,38.66"
|
|
3863
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3864
|
-
fill: colorLogo,
|
|
3865
|
-
d: "M29.66,23.56c-.36,2.18-1.68,4.6-3.31,4.6s-1.47-2.06-1.11-3.3c.57-2.23,2.09-4.57,3.23-4.57s1.5,1.41,1.19,3.27"
|
|
3866
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3867
|
-
fill: colorBackground,
|
|
3868
|
-
d: "M24.15,34.49c-4.61,2.62-8.91.95-10.53-3.83L15,30c1.32,3.89,5.13,5,8.65,3.13Z"
|
|
3869
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3870
|
-
fill: colorBackground,
|
|
3871
|
-
d: "M22.9,24.5a1.21,1.21,0,1,1-1.21-1.21A1.21,1.21,0,0,1,22.9,24.5"
|
|
3872
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3873
|
-
fill: colorBackground,
|
|
3874
|
-
d: "M28,26a1.09,1.09,0,1,1-1.09-1.09A1.09,1.09,0,0,1,28,26"
|
|
3875
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3876
|
-
fill: colorBackground,
|
|
3877
|
-
d: "M25.9,6.58a1.15,1.15,0,0,1-.41-.08,1.23,1.23,0,0,1-.33-.23,1.12,1.12,0,0,1-.22-.33,1.07,1.07,0,0,1-.08-.41,1.06,1.06,0,0,1,.08-.4,1.33,1.33,0,0,1,.22-.34,1.46,1.46,0,0,1,.33-.22,1.16,1.16,0,0,1,.42-.08,1.06,1.06,0,0,1,.4.08,1.12,1.12,0,0,1,.33.22,1.11,1.11,0,0,1,.22.34,1.06,1.06,0,0,1,.08.4,1.07,1.07,0,0,1-.08.41,1,1,0,0,1-.22.33,1,1,0,0,1-.33.23A1.11,1.11,0,0,1,25.9,6.58Zm0-.2a.72.72,0,0,0,.33-.07.76.76,0,0,0,.26-.18.78.78,0,0,0,.17-.26,1,1,0,0,0,.06-.33.88.88,0,0,0-.06-.33.73.73,0,0,0-.17-.27.76.76,0,0,0-.26-.18.71.71,0,0,0-.32-.07.72.72,0,0,0-.33.07.68.68,0,0,0-.26.18.73.73,0,0,0-.17.27.88.88,0,0,0-.06.33,1,1,0,0,0,.06.33.78.78,0,0,0,.17.26.68.68,0,0,0,.26.18A.71.71,0,0,0,25.9,6.38ZM25.54,5H26a.47.47,0,0,1,.17,0,.41.41,0,0,1,.11.07.3.3,0,0,1,.07.1.52.52,0,0,1,0,.11.41.41,0,0,1-.05.19.31.31,0,0,1-.15.12l.25.44h-.22l-.24-.41h-.17v.41h-.2Zm.4.49a.17.17,0,0,0,.13,0,.17.17,0,0,0,.05-.12.13.13,0,0,0-.05-.11.2.2,0,0,0-.14,0h-.19v.32Z"
|
|
3878
|
-
})))));
|
|
3663
|
+
alt = _ref$alt === void 0 ? 'Sponsor Logo' : _ref$alt,
|
|
3664
|
+
children = _ref.children,
|
|
3665
|
+
className = _ref.className,
|
|
3666
|
+
href = _ref.href,
|
|
3667
|
+
title = _ref.title,
|
|
3668
|
+
dataRoh = _ref.dataRoh,
|
|
3669
|
+
_ref$target = _ref.target,
|
|
3670
|
+
target = _ref$target === void 0 ? '_blank' : _ref$target;
|
|
3671
|
+
return /*#__PURE__*/React__default.createElement("a", {
|
|
3672
|
+
"data-roh": dataRoh,
|
|
3673
|
+
href: href,
|
|
3674
|
+
title: title,
|
|
3675
|
+
target: target,
|
|
3676
|
+
rel: "noopener noreferrer",
|
|
3677
|
+
"aria-label": "Sponsor Logo link",
|
|
3678
|
+
className: className
|
|
3679
|
+
}, /*#__PURE__*/React__default.createElement(SponsorLogoWrapper, null, imageSource ? /*#__PURE__*/React__default.createElement("img", {
|
|
3680
|
+
src: imageSource,
|
|
3681
|
+
alt: alt
|
|
3682
|
+
}) : children));
|
|
3879
3683
|
};
|
|
3880
3684
|
|
|
3881
|
-
var _templateObject$j, _templateObject2$b;
|
|
3882
|
-
var
|
|
3883
|
-
var
|
|
3685
|
+
var _templateObject$j, _templateObject2$b, _templateObject3$6, _templateObject4$3;
|
|
3686
|
+
var SponsorshipWrapper = /*#__PURE__*/styled__default.div(_templateObject$j || (_templateObject$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 80px;\n height: 80px;\n position: relative;\n\n @media ", " {\n width: 40px;\n height: 40px;\n }\n"])), devices.mobileAndTablet);
|
|
3687
|
+
var SponsorshipLinkText = /*#__PURE__*/styled__default.span(_templateObject2$b || (_templateObject2$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n whitespace: nowrap;\n borderwidth: 0;\n"])));
|
|
3688
|
+
var SponsorshipLink = /*#__PURE__*/styled__default.a(_templateObject3$6 || (_templateObject3$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n inset: 0;\n width: 80px;\n height: 80px;\n z-index: 2;\n text-decoration: none;\n background: transparent;\n\n @media ", " {\n width: 40px;\n height: 40px;\n }\n"])), devices.mobileAndTablet);
|
|
3689
|
+
var SponsorshipStyledIframe = /*#__PURE__*/styled__default.iframe(_templateObject4$3 || (_templateObject4$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: none;\n display: block;\n width: 80px;\n height: 80px;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n\n @media ", " {\n transform: scale(0.5);\n transform-origin: top left;\n }\n"])), devices.mobileAndTablet);
|
|
3884
3690
|
|
|
3885
|
-
/* eslint-disable jsx-a11y/no-noninteractive-element-to-interactive-role */
|
|
3886
3691
|
var DEFAULT_SPONSORSHIP_IFRAME = 'https://static.roh.org.uk/rolex/v4/rolex.html?size=80';
|
|
3887
3692
|
var DEFAULT_SPONSORSHIP_TITLE = 'rolex';
|
|
3888
3693
|
var DEFAULT_DATA_ROH = 'ImgAdvert';
|
|
3889
|
-
|
|
3694
|
+
|
|
3695
|
+
/* eslint-disable jsx-a11y/iframe-has-title */
|
|
3890
3696
|
var Sponsorship = function Sponsorship(_ref) {
|
|
3891
3697
|
var _ref$src = _ref.src,
|
|
3892
3698
|
src = _ref$src === void 0 ? DEFAULT_SPONSORSHIP_IFRAME : _ref$src,
|
|
3893
3699
|
_ref$dataRoh = _ref.dataRoh,
|
|
3894
3700
|
dataRoh = _ref$dataRoh === void 0 ? DEFAULT_DATA_ROH : _ref$dataRoh,
|
|
3895
3701
|
_ref$title = _ref.title,
|
|
3896
|
-
title = _ref$title === void 0 ? DEFAULT_SPONSORSHIP_TITLE : _ref$title
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
"
|
|
3904
|
-
"data-
|
|
3905
|
-
})
|
|
3906
|
-
return /*#__PURE__*/React__default.createElement(SponsorshipStyledIframe, null, /*#__PURE__*/React__default.createElement("iframe", {
|
|
3702
|
+
title = _ref$title === void 0 ? DEFAULT_SPONSORSHIP_TITLE : _ref$title;
|
|
3703
|
+
var linkText = title + " sponsorship";
|
|
3704
|
+
var linkDescription = linkText + " - visit " + title + "'s website (opens in new tab)";
|
|
3705
|
+
return /*#__PURE__*/React__default.createElement(SponsorshipWrapper, null, /*#__PURE__*/React__default.createElement(SponsorshipLink, {
|
|
3706
|
+
href: "https://www.rolex.com",
|
|
3707
|
+
target: "_blank",
|
|
3708
|
+
rel: "noopener noreferrer",
|
|
3709
|
+
"aria-label": linkDescription,
|
|
3710
|
+
"data-roh": dataRoh
|
|
3711
|
+
}, /*#__PURE__*/React__default.createElement(SponsorshipLinkText, null, linkText)), /*#__PURE__*/React__default.createElement(SponsorshipStyledIframe, {
|
|
3907
3712
|
src: src,
|
|
3908
|
-
|
|
3909
|
-
"
|
|
3910
|
-
title: title,
|
|
3911
|
-
className: "desktopIframe",
|
|
3912
|
-
"aria-label": title + " sponsorship content",
|
|
3913
|
-
"aria-description": "Click to visit " + title + "'s website",
|
|
3914
|
-
sandbox: "allow-scripts allow-same-origin",
|
|
3713
|
+
title: "",
|
|
3714
|
+
sandbox: "allow-scripts",
|
|
3915
3715
|
loading: "lazy",
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3716
|
+
scrolling: "no",
|
|
3717
|
+
"aria-hidden": "true",
|
|
3718
|
+
tabIndex: -1
|
|
3919
3719
|
}));
|
|
3920
3720
|
};
|
|
3921
3721
|
|
|
3922
3722
|
var _templateObject$k, _templateObject2$c;
|
|
3923
|
-
var TabText = /*#__PURE__*/styled__default.a(_templateObject$k || (_templateObject$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--harmonic-letter-spacing-navigation);\n text-decoration: none;\n margin-left: 5px;\n color: var(--color-primary-black);\n\n white-space: nowrap;\n overflow: hidden;\n
|
|
3723
|
+
var TabText = /*#__PURE__*/styled__default.a(_templateObject$k || (_templateObject$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--harmonic-letter-spacing-navigation);\n text-decoration: none;\n margin-left: 5px;\n color: var(--color-primary-black);\n color: ", ";\n\n white-space: nowrap;\n overflow: hidden;\n\n ", "\n\n ", "\n\n @media ", " {\n width: max-content;\n }\n"])), function (_ref) {
|
|
3724
|
+
var color = _ref.color;
|
|
3725
|
+
return color ? "var(--color-" + color + ")" : "var(--color-primary-black)";
|
|
3726
|
+
}, function (props) {
|
|
3727
|
+
return props.trimText && "\n text-overflow: ellipsis;\n max-width: calc(9ch + 1px);\n ";
|
|
3728
|
+
}, function (props) {
|
|
3924
3729
|
if (props.withIcon === 'left') {
|
|
3925
3730
|
return "margin-left: 5px;";
|
|
3926
3731
|
}
|
|
@@ -3931,8 +3736,8 @@ var TitleContainer = /*#__PURE__*/styled__default.div(_templateObject2$c || (_te
|
|
|
3931
3736
|
return "\n flex-direction: row-reverse;\n svg {\n margin-right: 6px;\n }";
|
|
3932
3737
|
}
|
|
3933
3738
|
return "\n svg {\n margin-left: 6px;\n }";
|
|
3934
|
-
}, function (
|
|
3935
|
-
var selected =
|
|
3739
|
+
}, function (_ref2) {
|
|
3740
|
+
var selected = _ref2.selected;
|
|
3936
3741
|
if (selected) {
|
|
3937
3742
|
return "\n cursor: pointer;\n && a {\n color: var(--color-primary-red);\n } \n && svg path {\n fill: var(--color-primary-red);\n } \n ";
|
|
3938
3743
|
}
|
|
@@ -3955,13 +3760,19 @@ var Tab = function Tab(_ref) {
|
|
|
3955
3760
|
selected = _ref$selected === void 0 ? false : _ref$selected,
|
|
3956
3761
|
_ref$iconName = _ref.iconName,
|
|
3957
3762
|
iconName = _ref$iconName === void 0 ? 'DropdownArrow' : _ref$iconName,
|
|
3763
|
+
_ref$iconDirection = _ref.iconDirection,
|
|
3764
|
+
iconDirection = _ref$iconDirection === void 0 ? 'right' : _ref$iconDirection,
|
|
3958
3765
|
_ref$withIcon = _ref.withIcon,
|
|
3959
3766
|
withIcon = _ref$withIcon === void 0 ? 'right' : _ref$withIcon,
|
|
3960
3767
|
_ref$withTextInMobile = _ref.withTextInMobile,
|
|
3961
3768
|
withTextInMobile = _ref$withTextInMobile === void 0 ? true : _ref$withTextInMobile,
|
|
3769
|
+
_ref$trimText = _ref.trimText,
|
|
3770
|
+
trimText = _ref$trimText === void 0 ? false : _ref$trimText,
|
|
3962
3771
|
className = _ref.className,
|
|
3963
3772
|
role = _ref.role,
|
|
3964
|
-
ariaLabel = _ref.ariaLabel
|
|
3773
|
+
ariaLabel = _ref.ariaLabel,
|
|
3774
|
+
tabLinkId = _ref.tabLinkId,
|
|
3775
|
+
color = _ref.color;
|
|
3965
3776
|
var clickHandler = function clickHandler() {
|
|
3966
3777
|
if (onClick) {
|
|
3967
3778
|
onClick(titleLink);
|
|
@@ -3991,31 +3802,36 @@ var Tab = function Tab(_ref) {
|
|
|
3991
3802
|
tabIndex: 0,
|
|
3992
3803
|
className: className
|
|
3993
3804
|
}, /*#__PURE__*/React__default.createElement(TabText, {
|
|
3805
|
+
id: tabLinkId,
|
|
3806
|
+
trimText: trimText,
|
|
3807
|
+
color: color,
|
|
3994
3808
|
withTextInMobile: withTextInMobile,
|
|
3995
3809
|
"aria-hidden": "true"
|
|
3996
3810
|
}, title), withIcon !== 'none' && /*#__PURE__*/React__default.createElement(Icon, {
|
|
3811
|
+
direction: iconDirection,
|
|
3997
3812
|
iconName: iconName,
|
|
3998
3813
|
"aria-hidden": "true"
|
|
3999
3814
|
}));
|
|
4000
3815
|
};
|
|
4001
3816
|
|
|
4002
3817
|
var _templateObject$l, _templateObject2$d;
|
|
4003
|
-
var TabLinkWrapper = /*#__PURE__*/styled__default.a(_templateObject$l || (_templateObject$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: ", ";\n font-
|
|
3818
|
+
var TabLinkWrapper = /*#__PURE__*/styled__default.a(_templateObject$l || (_templateObject$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: ", ";\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--harmonic-letter-spacing-navigation);\n color: ", ";\n width: fit-content;\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n border-bottom: ", ";\n\n && svg path {\n fill: ", ";\n }\n\n @media ", ", ", " {\n &:hover {\n color: var(--color-", ");\n border-bottom: 1px solid var(--color-", ");\n\n && svg path {\n fill: var(--color-", ");\n }\n }\n }\n"])), function (_ref) {
|
|
4004
3819
|
var iconName = _ref.iconName;
|
|
4005
3820
|
return iconName ? 'calc(var(--text-link-underline-offset) - 4px) 0' : 'var(--text-link-underline-offset) 0';
|
|
4006
3821
|
}, function (_ref2) {
|
|
4007
3822
|
var selected = _ref2.selected,
|
|
4008
3823
|
color = _ref2.color,
|
|
4009
3824
|
hoverColor = _ref2.hoverColor;
|
|
4010
|
-
return selected ? "var(--
|
|
3825
|
+
return selected ? "var(--color-" + hoverColor + ")" : "var(--color-" + color + ")";
|
|
4011
3826
|
}, function (_ref3) {
|
|
4012
3827
|
var selected = _ref3.selected,
|
|
4013
3828
|
hoverColor = _ref3.hoverColor;
|
|
4014
|
-
return selected ? "1px solid var(--
|
|
3829
|
+
return selected ? "1px solid var(--color-" + hoverColor + ")" : '1px solid transparent';
|
|
4015
3830
|
}, function (_ref4) {
|
|
4016
3831
|
var selected = _ref4.selected,
|
|
4017
|
-
hoverColor = _ref4.hoverColor
|
|
4018
|
-
|
|
3832
|
+
hoverColor = _ref4.hoverColor,
|
|
3833
|
+
color = _ref4.color;
|
|
3834
|
+
return selected ? "var(--color-" + hoverColor + ")" : "var(--color-" + color + ")";
|
|
4019
3835
|
}, devices.desktop, devices.largeDesktop, function (_ref5) {
|
|
4020
3836
|
var hoverColor = _ref5.hoverColor;
|
|
4021
3837
|
return hoverColor;
|
|
@@ -4034,9 +3850,9 @@ var TabLink = function TabLink(_ref) {
|
|
|
4034
3850
|
iconName = _ref.iconName,
|
|
4035
3851
|
iconDirection = _ref.iconDirection,
|
|
4036
3852
|
_ref$color = _ref.color,
|
|
4037
|
-
color = _ref$color === void 0 ?
|
|
3853
|
+
color = _ref$color === void 0 ? ThemeColor['base-dark-grey'] : _ref$color,
|
|
4038
3854
|
_ref$hoverColor = _ref.hoverColor,
|
|
4039
|
-
hoverColor = _ref$hoverColor === void 0 ?
|
|
3855
|
+
hoverColor = _ref$hoverColor === void 0 ? ThemeColor['primary-red'] : _ref$hoverColor,
|
|
4040
3856
|
rest = _objectWithoutPropertiesLoose(_ref, _excluded$7);
|
|
4041
3857
|
return /*#__PURE__*/React__default.createElement(TabLinkWrapper, Object.assign({
|
|
4042
3858
|
color: color,
|
|
@@ -4051,7 +3867,7 @@ var TabLink = function TabLink(_ref) {
|
|
|
4051
3867
|
}))) : null, children);
|
|
4052
3868
|
};
|
|
4053
3869
|
|
|
4054
|
-
var _templateObject$m, _templateObject2$e, _templateObject3$
|
|
3870
|
+
var _templateObject$m, _templateObject2$e, _templateObject3$7, _templateObject4$4;
|
|
4055
3871
|
var TextAreaWrapper = /*#__PURE__*/styled__default.div(_templateObject$m || (_templateObject$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: ", ";\n height: ", ";\n"])), function (_ref) {
|
|
4056
3872
|
var width = _ref.width;
|
|
4057
3873
|
return width ? width + "px;" : '100%;';
|
|
@@ -4063,7 +3879,7 @@ var TextAreaLabel = /*#__PURE__*/styled__default.div(_templateObject2$e || (_tem
|
|
|
4063
3879
|
var darkMode = _ref3.darkMode;
|
|
4064
3880
|
return darkMode ? 'color: var(--base-color-white)' : '';
|
|
4065
3881
|
});
|
|
4066
|
-
var TextAreaBox = /*#__PURE__*/styled__default.textarea(_templateObject3$
|
|
3882
|
+
var TextAreaBox = /*#__PURE__*/styled__default.textarea(_templateObject3$7 || (_templateObject3$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n box-sizing: border-box;\n resize: none;\n padding: 20px;\n width: 100%;\n height: 100%;\n border: 1px solid ", ";\n\n ", ";\n\n :disabled {\n background-color: var(--base-color-light-grey);\n border: 1px solid transparent;\n outline: none;\n }\n\n :focus {\n outline-style: solid;\n outline-width: ", ";\n outline-color: ", ";\n }\n"])), function (_ref4) {
|
|
4067
3883
|
var error = _ref4.error;
|
|
4068
3884
|
return error ? 'var(--base-color-errorstate)' : 'var(--base-color-light-grey)';
|
|
4069
3885
|
}, function (_ref5) {
|
|
@@ -4078,7 +3894,7 @@ var TextAreaBox = /*#__PURE__*/styled__default.textarea(_templateObject3$6 || (_
|
|
|
4078
3894
|
var darkMode = _ref7.darkMode;
|
|
4079
3895
|
return darkMode ? 'var(--base-color-lemonchiffon)' : 'var(--base-color-lapislazuli)';
|
|
4080
3896
|
});
|
|
4081
|
-
var TextAreaError = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
3897
|
+
var TextAreaError = /*#__PURE__*/styled__default.div(_templateObject4$4 || (_templateObject4$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n color: ", ";\n margin-block: 15px 0;\n"])), function (_ref8) {
|
|
4082
3898
|
var darkMode = _ref8.darkMode;
|
|
4083
3899
|
return darkMode ? 'color: var(--base-color-white)' : '';
|
|
4084
3900
|
}, function (_ref9) {
|
|
@@ -4174,14 +3990,14 @@ var TextArea = function TextArea(_ref) {
|
|
|
4174
3990
|
}, error)))));
|
|
4175
3991
|
};
|
|
4176
3992
|
|
|
4177
|
-
var _templateObject$n, _templateObject2$f, _templateObject3$
|
|
3993
|
+
var _templateObject$n, _templateObject2$f, _templateObject3$8, _templateObject4$5, _templateObject5$2, _templateObject6$1, _templateObject7;
|
|
4178
3994
|
var Container$1 = /*#__PURE__*/styled__default.div(_templateObject$n || (_templateObject$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4179
3995
|
var InputWrapper = /*#__PURE__*/styled__default.div(_templateObject2$f || (_templateObject2$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: auto;\n max-width: ", ";\n"])), function (_ref) {
|
|
4180
3996
|
var width = _ref.width;
|
|
4181
3997
|
if (!width) return 'none';
|
|
4182
3998
|
return width + "px";
|
|
4183
3999
|
});
|
|
4184
|
-
var Input = /*#__PURE__*/styled__default.input(_templateObject3$
|
|
4000
|
+
var Input = /*#__PURE__*/styled__default.input(_templateObject3$8 || (_templateObject3$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n box-sizing: border-box;\n font-family: var(--font-family-sans);\n font-size: 19px;\n line-height: 26px;\n letter-spacing: -0.5px;\n border-radius: 0;\n width: 100%;\n height: 48px;\n padding-left: 20px;\n -moz-appearance: textfield;\n padding-right: ", ";\n outline: none;\n border: ", ";\n &:disabled {\n background-color: var(--color-base-light-grey);\n border: 1px solid transparent;\n outline: none;\n }\n\n &:focus {\n outline: ", ";\n }\n\n /* remove search decoration */\n &::-webkit-search-decoration,\n &::-webkit-search-cancel-button,\n &::-webkit-search-results-button,\n &::-webkit-search-results-decoration {\n display: none;\n }\n\n /* remove number decoration */\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n @media ", " {\n font-size: 17px;\n line-height: 24px;\n letter-spacing: -0.5px;\n }\n"])), function (_ref2) {
|
|
4185
4001
|
var isPasswordField = _ref2.isPasswordField;
|
|
4186
4002
|
if (isPasswordField) return "80px";
|
|
4187
4003
|
return "20px";
|
|
@@ -4194,7 +4010,7 @@ var Input = /*#__PURE__*/styled__default.input(_templateObject3$7 || (_templateO
|
|
|
4194
4010
|
if (darkMode) return "4px solid var(--base-color-lemonchiffon)";
|
|
4195
4011
|
return "3px solid var(--base-color-lapislazuli)";
|
|
4196
4012
|
}, devices.mobile);
|
|
4197
|
-
var ShowHideButton = /*#__PURE__*/styled__default.button(_templateObject4$
|
|
4013
|
+
var ShowHideButton = /*#__PURE__*/styled__default.button(_templateObject4$5 || (_templateObject4$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 53px;\n top: 50%;\n margin-top: calc(var(--line-height-overline-1) / 2 * -1);\n right: 20px;\n border: none;\n background: none;\n padding: 0;\n display: block;\n text-align: left;\n cursor: pointer;\n white-space: nowrap;\n color: var(--color-base-black);\n"])));
|
|
4198
4014
|
var TextLabel$1 = /*#__PURE__*/styled__default.div(_templateObject5$2 || (_templateObject5$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 20px;\n color: ", ";\n"])), function (_ref5) {
|
|
4199
4015
|
var darkMode = _ref5.darkMode;
|
|
4200
4016
|
if (darkMode) return "var(--color-base-white)";
|
|
@@ -4308,7 +4124,7 @@ var TextFieldComponent = function TextFieldComponent(_ref, ref) {
|
|
|
4308
4124
|
};
|
|
4309
4125
|
var TextField = /*#__PURE__*/React.forwardRef(TextFieldComponent);
|
|
4310
4126
|
|
|
4311
|
-
var _templateObject$o, _templateObject2$g, _templateObject3$
|
|
4127
|
+
var _templateObject$o, _templateObject2$g, _templateObject3$9, _templateObject4$6, _templateObject5$3;
|
|
4312
4128
|
var TextFieldContainer = /*#__PURE__*/styled__default.div(_templateObject$o || (_templateObject$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4313
4129
|
var textStyles = /*#__PURE__*/styled.css(_templateObject2$g || (_templateObject2$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref) {
|
|
4314
4130
|
var theme = _ref.theme;
|
|
@@ -4320,7 +4136,7 @@ var textStyles = /*#__PURE__*/styled.css(_templateObject2$g || (_templateObject2
|
|
|
4320
4136
|
var theme = _ref3.theme;
|
|
4321
4137
|
return theme.spacing[7];
|
|
4322
4138
|
});
|
|
4323
|
-
var Input$1 = /*#__PURE__*/styled__default.input(_templateObject3$
|
|
4139
|
+
var Input$1 = /*#__PURE__*/styled__default.input(_templateObject3$9 || (_templateObject3$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n width: ", ";\n height: 48px;\n padding: 0px 20px;\n\n border: 1px solid ", ";\n outline: none;\n\n ", "\n\n :disabled {\n background-color: ", ";\n border: 1px solid transparent;\n outline: none;\n }\n\n :focus {\n outline: ", "};\n }\n"])), textStyles, function (_ref4) {
|
|
4324
4140
|
var width = _ref4.width;
|
|
4325
4141
|
return width ? width + "px" : '196px';
|
|
4326
4142
|
}, function (_ref5) {
|
|
@@ -4341,14 +4157,14 @@ var Input$1 = /*#__PURE__*/styled__default.input(_templateObject3$8 || (_templat
|
|
|
4341
4157
|
if (darkMode) return "4px solid " + theme.colors.lemonChiffon;
|
|
4342
4158
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
4343
4159
|
});
|
|
4344
|
-
var TextLabel$2 = /*#__PURE__*/styled__default.p(_templateObject4$
|
|
4160
|
+
var TextLabel$2 = /*#__PURE__*/styled__default.p(_templateObject4$6 || (_templateObject4$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (_ref9) {
|
|
4345
4161
|
var darkMode = _ref9.darkMode,
|
|
4346
4162
|
theme = _ref9.theme;
|
|
4347
4163
|
return darkMode ? theme.colors.white : theme.colors.black;
|
|
4348
4164
|
});
|
|
4349
|
-
var ErrorLabel$2 = /*#__PURE__*/styled__default.p(_templateObject5$3 || (_templateObject5$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (
|
|
4350
|
-
var darkMode =
|
|
4351
|
-
theme =
|
|
4165
|
+
var ErrorLabel$2 = /*#__PURE__*/styled__default.p(_templateObject5$3 || (_templateObject5$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (_ref0) {
|
|
4166
|
+
var darkMode = _ref0.darkMode,
|
|
4167
|
+
theme = _ref0.theme;
|
|
4352
4168
|
return darkMode ? theme.colors.white : theme.colors.error;
|
|
4353
4169
|
});
|
|
4354
4170
|
|
|
@@ -4422,7 +4238,7 @@ var TextLogoProduct;
|
|
|
4422
4238
|
TextLogoProduct["Cinema"] = "CINEMA";
|
|
4423
4239
|
})(TextLogoProduct || (TextLogoProduct = {}));
|
|
4424
4240
|
|
|
4425
|
-
var _templateObject$q, _templateObject2$i, _templateObject3$
|
|
4241
|
+
var _templateObject$q, _templateObject2$i, _templateObject3$a, _templateObject4$7;
|
|
4426
4242
|
var TickboxError = /*#__PURE__*/styled__default.div(_templateObject$q || (_templateObject$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-block: 20px;\n color: var(--base-color-", ");\n"])), function (_ref) {
|
|
4427
4243
|
var dark = _ref.dark;
|
|
4428
4244
|
return dark ? 'white' : 'errorstate';
|
|
@@ -4436,7 +4252,7 @@ var TickboxLabel$1 = /*#__PURE__*/styled__default.label(_templateObject2$i || (_
|
|
|
4436
4252
|
var disabled = _ref3.disabled;
|
|
4437
4253
|
return disabled ? 'not-allowed' : 'pointer';
|
|
4438
4254
|
}, devices.mobileAndTablet);
|
|
4439
|
-
var TickboxCheckmark = /*#__PURE__*/styled__default.span(_templateObject3$
|
|
4255
|
+
var TickboxCheckmark = /*#__PURE__*/styled__default.span(_templateObject3$a || (_templateObject3$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 1px;\n left: 0;\n height: 20px;\n width: 20px;\n padding: 3px;\n box-sizing: border-box;\n border: 1px solid\n var(\n --base-color-", "\n );\n background-color: var(--base-color-", ");\n outline: ", ";\n\n svg {\n display: none;\n }\n\n @media ", " {\n top: 0;\n }\n"])), function (_ref4) {
|
|
4440
4256
|
var dark = _ref4.dark,
|
|
4441
4257
|
disabled = _ref4.disabled,
|
|
4442
4258
|
error = _ref4.error;
|
|
@@ -4452,7 +4268,7 @@ var TickboxCheckmark = /*#__PURE__*/styled__default.span(_templateObject3$9 || (
|
|
|
4452
4268
|
dark = _ref6.dark;
|
|
4453
4269
|
return dark && error ? '1px solid var(--base-color-errorstate)' : 'none';
|
|
4454
4270
|
}, devices.mobile);
|
|
4455
|
-
var TickboxInput = /*#__PURE__*/styled__default.input(_templateObject4$
|
|
4271
|
+
var TickboxInput = /*#__PURE__*/styled__default.input(_templateObject4$7 || (_templateObject4$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n &:checked ~ ", " {\n background-color: var(\n --base-color-", "\n );\n & svg {\n display: block;\n path {\n fill: var(\n --base-color-", "\n );\n }\n }\n }\n"])), TickboxCheckmark, function (_ref7) {
|
|
4456
4272
|
var dark = _ref7.dark,
|
|
4457
4273
|
whiteBox = _ref7.whiteBox,
|
|
4458
4274
|
disabled = _ref7.disabled;
|
|
@@ -4519,9 +4335,8 @@ var Tickbox = function Tickbox(_ref) {
|
|
|
4519
4335
|
role: "checkbox",
|
|
4520
4336
|
"aria-checked": selected ? 'true' : 'false',
|
|
4521
4337
|
"aria-labelledby": dataLabel
|
|
4522
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
4523
|
-
|
|
4524
|
-
tag: "span"
|
|
4338
|
+
}, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
4339
|
+
size: "medium"
|
|
4525
4340
|
}, children), /*#__PURE__*/React__default.createElement(TickboxInput, {
|
|
4526
4341
|
type: "checkbox",
|
|
4527
4342
|
checked: selected,
|
|
@@ -4544,7 +4359,7 @@ var Tickbox = function Tickbox(_ref) {
|
|
|
4544
4359
|
}, error))));
|
|
4545
4360
|
};
|
|
4546
4361
|
|
|
4547
|
-
var _templateObject$r, _templateObject2$j, _templateObject3$
|
|
4362
|
+
var _templateObject$r, _templateObject2$j, _templateObject3$b, _templateObject4$8, _templateObject5$4, _templateObject6$2;
|
|
4548
4363
|
var Container$2 = /*#__PURE__*/styled__default.div(_templateObject$r || (_templateObject$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4549
4364
|
var Tickbox$1 = /*#__PURE__*/styled__default.div(_templateObject2$j || (_templateObject2$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 1px;\n left: 0;\n z-index: 1;\n box-sizing: border-box;\n width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n border: ", ";\n background-color: ", ";\n color: ", ";\n"])), function (_ref) {
|
|
4550
4365
|
var error = _ref.error,
|
|
@@ -4569,7 +4384,7 @@ var Tickbox$1 = /*#__PURE__*/styled__default.div(_templateObject2$j || (_templat
|
|
|
4569
4384
|
if (blackBox) return 'var(--base-color-white)';
|
|
4570
4385
|
return ' var(--base-color-black)';
|
|
4571
4386
|
});
|
|
4572
|
-
var TickboxLabel$2 = /*#__PURE__*/styled__default.label(_templateObject3$
|
|
4387
|
+
var TickboxLabel$2 = /*#__PURE__*/styled__default.label(_templateObject3$b || (_templateObject3$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding-left: 32px;\n input[type='checkbox'] {\n width: 1px;\n height: 1px;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n z-index: 0;\n &:checked + ", " {\n background-color: ", ";\n }\n &:focus + ", " {\n outline: ", ";\n }\n }\n"])), Tickbox$1, function (_ref4) {
|
|
4573
4388
|
var blackBox = _ref4.blackBox,
|
|
4574
4389
|
darkMode = _ref4.darkMode;
|
|
4575
4390
|
if (darkMode) return 'var(--base-color-white)';
|
|
@@ -4580,7 +4395,7 @@ var TickboxLabel$2 = /*#__PURE__*/styled__default.label(_templateObject3$a || (_
|
|
|
4580
4395
|
if (darkMode) return '4px solid var(--base-color-lemonchiffon)';
|
|
4581
4396
|
return '3px solid var(--base-color-lapislazuli)';
|
|
4582
4397
|
});
|
|
4583
|
-
var TickboxIcon = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
4398
|
+
var TickboxIcon = /*#__PURE__*/styled__default.div(_templateObject4$8 || (_templateObject4$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n color: inherit;\n svg {\n font-size: 12px;\n width: 1em;\n height: 1em;\n fill: currentColor;\n color: inherit;\n path {\n fill: currentColor;\n color: inherit;\n }\n }\n input[type='checkbox']:checked + ", " & {\n display: block;\n }\n"])), Tickbox$1);
|
|
4584
4399
|
var TextLabel$3 = /*#__PURE__*/styled__default.div(_templateObject5$4 || (_templateObject5$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref6) {
|
|
4585
4400
|
var darkMode = _ref6.darkMode,
|
|
4586
4401
|
disabled = _ref6.disabled;
|
|
@@ -4655,7 +4470,7 @@ var Tickbox2Component = function Tickbox2Component(_ref, ref) {
|
|
|
4655
4470
|
};
|
|
4656
4471
|
var Tickbox2 = /*#__PURE__*/React.forwardRef(Tickbox2Component);
|
|
4657
4472
|
|
|
4658
|
-
var _templateObject$s, _templateObject2$k, _templateObject3$
|
|
4473
|
+
var _templateObject$s, _templateObject2$k, _templateObject3$c, _templateObject4$9, _templateObject5$5, _templateObject6$3, _templateObject7$1, _templateObject8;
|
|
4659
4474
|
var TimerWrapper = /*#__PURE__*/styled__default.div(_templateObject$s || (_templateObject$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-", ");\n"])), function (_ref) {
|
|
4660
4475
|
var color = _ref.color;
|
|
4661
4476
|
return color;
|
|
@@ -4664,8 +4479,8 @@ var Line = /*#__PURE__*/styled__default.div(_templateObject2$k || (_templateObje
|
|
|
4664
4479
|
var color = _ref2.color;
|
|
4665
4480
|
return color;
|
|
4666
4481
|
}, devices.mobileAndTablet);
|
|
4667
|
-
var TitleWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
4668
|
-
var ValuesWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
4482
|
+
var TitleWrapper = /*#__PURE__*/styled__default.div(_templateObject3$c || (_templateObject3$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 16px;\n\n @media ", " {\n margin-bottom: 8px;\n }\n"])), devices.mobileAndTablet);
|
|
4483
|
+
var ValuesWrapper = /*#__PURE__*/styled__default.div(_templateObject4$9 || (_templateObject4$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n"])));
|
|
4669
4484
|
var TimerLabel = /*#__PURE__*/styled__default.div(_templateObject5$5 || (_templateObject5$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 4px;\n"])));
|
|
4670
4485
|
var TimerValueSeparator = /*#__PURE__*/styled__default.div(_templateObject6$3 || (_templateObject6$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0 20px;\n\n @media ", " {\n margin: 0 12px;\n }\n"])), devices.mobileAndTablet);
|
|
4671
4486
|
var TimerValueWrapper = /*#__PURE__*/styled__default.div(_templateObject7$1 || (_templateObject7$1 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
@@ -4779,17 +4594,17 @@ var TypeTags = function TypeTags(_ref) {
|
|
|
4779
4594
|
}));
|
|
4780
4595
|
};
|
|
4781
4596
|
|
|
4782
|
-
var _templateObject$u, _templateObject2$l, _templateObject3$
|
|
4597
|
+
var _templateObject$u, _templateObject2$l, _templateObject3$d, _templateObject4$a, _templateObject5$6, _templateObject6$4, _templateObject7$2, _templateObject8$1, _templateObject9, _templateObject0;
|
|
4783
4598
|
var VideoPlayButton = /*#__PURE__*/styled__default.button(_templateObject$u || (_templateObject$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 48px;\n height: 48px;\n border-radius: 50%;\n background-color: #fff;\n border: none;\n padding: 12px;\n cursor: pointer;\n"])));
|
|
4784
4599
|
var VideoFullscreenButton = /*#__PURE__*/styled__default.button(_templateObject2$l || (_templateObject2$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 56px;\n height: 36px;\n background-color: rgb(26, 26, 26, 0.6);\n border-radius: 5px;\n padding: 5px 14px;\n border: none;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n"])));
|
|
4785
|
-
var VideoControlsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
4786
|
-
var VideoControlsInnerWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
4600
|
+
var VideoControlsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$d || (_templateObject3$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 0;\n width: 100%;\n"])));
|
|
4601
|
+
var VideoControlsInnerWrapper = /*#__PURE__*/styled__default.div(_templateObject4$a || (_templateObject4$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin: 0 40px 17px 30px;\n"])));
|
|
4787
4602
|
var LeftWrapper = /*#__PURE__*/styled__default.div(_templateObject5$6 || (_templateObject5$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n"])));
|
|
4788
4603
|
var VideoVolume = /*#__PURE__*/styled__default.input(_templateObject6$4 || (_templateObject6$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100px;\n margin-left: 24px;\n"])));
|
|
4789
4604
|
var VideoMute = /*#__PURE__*/styled__default.button(_templateObject7$2 || (_templateObject7$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 17px;\n height: 17px;\n background: none;\n border: none;\n padding: 0;\n svg {\n width: 100%;\n height: 100%;\n }\n cursor: pointer;\n"])));
|
|
4790
4605
|
var thumbStyles = /*#__PURE__*/styled.css(_templateObject8$1 || (_templateObject8$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n -webkit-appearance: none;\n appearance: none;\n border: none;\n height: 8px;\n width: 8px;\n border-radius: 50%;\n background: #ffffff;\n border: none;\n transform: translateY(-25%);\n"])));
|
|
4791
4606
|
var trackStyles = /*#__PURE__*/styled.css(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n cursor: pointer;\n height: 4px;\n background: rgb(241, 241, 241, 0.5);\n border-radius: 1.3px;\n border: none;\n"])));
|
|
4792
|
-
var VolumeControlsWrapper = /*#__PURE__*/styled__default.div(
|
|
4607
|
+
var VolumeControlsWrapper = /*#__PURE__*/styled__default.div(_templateObject0 || (_templateObject0 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n margin: 0 12px;\n padding: 0;\n background-color: rgb(26, 26, 26, 0.6);\n border-radius: 5px;\n height: 36px;\n width: ", ";\n align-items: center;\n justify-content: center;\n cursor: pointer;\n\n /* Range slider overrides */\n input[type='range' i] {\n -webkit-appearance: none;\n appearance: none;\n width: 42px;\n margin: 0;\n margin-left: 7px;\n background: transparent; /* Otherwise white in Chrome */\n\n ::-webkit-slider-runnable-track {\n ", "\n }\n ::-moz-range-track {\n ", "\n }\n ::-ms-track {\n ", "\n }\n ::-ms-fill-lower {\n ", "\n }\n ::-ms-fill-upper {\n ", "\n }\n\n ::-webkit-slider-thumb {\n ", "\n }\n ::-moz-range-thumb {\n ", "\n }\n ::-ms-thumb {\n ", "\n }\n }\n"])), function (_ref) {
|
|
4793
4608
|
var volumeHidden = _ref.volumeHidden;
|
|
4794
4609
|
return volumeHidden ? '40px' : '100px';
|
|
4795
4610
|
}, trackStyles, trackStyles, trackStyles, trackStyles, trackStyles, thumbStyles, thumbStyles, thumbStyles);
|
|
@@ -4971,13 +4786,13 @@ var VideoControls = function VideoControls(_ref2) {
|
|
|
4971
4786
|
}))));
|
|
4972
4787
|
};
|
|
4973
4788
|
|
|
4974
|
-
var _templateObject$v, _templateObject2$m, _templateObject3$
|
|
4789
|
+
var _templateObject$v, _templateObject2$m, _templateObject3$e, _templateObject4$b, _templateObject5$7;
|
|
4975
4790
|
var StepperWrapper = /*#__PURE__*/styled__default.div(_templateObject$v || (_templateObject$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n justify-content: left;\n align-items: left;\n"])));
|
|
4976
4791
|
var StepperError = /*#__PURE__*/styled__default.div(_templateObject2$m || (_templateObject2$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-", ");\n margin-block: 15px 0;\n\n * {\n margin: 0;\n }\n"])), function (_ref) {
|
|
4977
4792
|
var darkMode = _ref.darkMode;
|
|
4978
4793
|
return darkMode ? 'white' : 'errorstate';
|
|
4979
4794
|
});
|
|
4980
|
-
var StepperBox = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
4795
|
+
var StepperBox = /*#__PURE__*/styled__default.div(_templateObject3$e || (_templateObject3$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 154px;\n height: 48px;\n display: flex;\n flex-direction: row;\n align-items: center;\n border: 1px solid\n var(\n --base-color-", "\n );\n background-color: var(--base-color-", ");\n ", ";\n\n * {\n color: var(--base-color-", ");\n word-break: unset;\n user-select: none;\n }\n\n path {\n fill: var(--base-color-", ") !important;\n }\n\n & > * {\n width: 51px;\n }\n"])), function (_ref2) {
|
|
4981
4796
|
var darkMode = _ref2.darkMode,
|
|
4982
4797
|
disabled = _ref2.disabled,
|
|
4983
4798
|
error = _ref2.error;
|
|
@@ -4999,7 +4814,7 @@ var StepperBox = /*#__PURE__*/styled__default.div(_templateObject3$d || (_templa
|
|
|
4999
4814
|
var disabled = _ref6.disabled;
|
|
5000
4815
|
return disabled ? 'midgrey' : 'black';
|
|
5001
4816
|
});
|
|
5002
|
-
var StepperValue = /*#__PURE__*/styled__default.input(_templateObject4$
|
|
4817
|
+
var StepperValue = /*#__PURE__*/styled__default.input(_templateObject4$b || (_templateObject4$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 51px;\n border: 0;\n text-align: center;\n font-family: var(--font-family-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n background-color: transparent;\n cursor: ", ";\n"])), function (_ref7) {
|
|
5003
4818
|
var disabled = _ref7.disabled;
|
|
5004
4819
|
return disabled ? 'not-allowed' : 'text';
|
|
5005
4820
|
});
|
|
@@ -5232,14 +5047,17 @@ var useMobile = function useMobile() {
|
|
|
5232
5047
|
return mobile;
|
|
5233
5048
|
};
|
|
5234
5049
|
var useViewport = function useViewport() {
|
|
5235
|
-
var _useState3 = React.useState(
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
|
|
5239
|
-
|
|
5050
|
+
var _useState3 = React.useState(false),
|
|
5051
|
+
hydrated = _useState3[0],
|
|
5052
|
+
setHydrated = _useState3[1];
|
|
5053
|
+
var _useState4 = React.useState({
|
|
5054
|
+
width: 0,
|
|
5055
|
+
isMobile: false,
|
|
5056
|
+
isTablet: false,
|
|
5057
|
+
isDesktop: false
|
|
5240
5058
|
}),
|
|
5241
|
-
viewport =
|
|
5242
|
-
setViewport =
|
|
5059
|
+
viewport = _useState4[0],
|
|
5060
|
+
setViewport = _useState4[1];
|
|
5243
5061
|
React.useEffect(function () {
|
|
5244
5062
|
if (typeof window === 'undefined') return undefined;
|
|
5245
5063
|
var handleResize = function handleResize() {
|
|
@@ -5250,12 +5068,16 @@ var useViewport = function useViewport() {
|
|
|
5250
5068
|
isDesktop: window.innerWidth >= breakpoints.md
|
|
5251
5069
|
});
|
|
5252
5070
|
};
|
|
5071
|
+
handleResize();
|
|
5072
|
+
setHydrated(true);
|
|
5253
5073
|
window.addEventListener('resize', handleResize);
|
|
5254
5074
|
return function () {
|
|
5255
5075
|
return window.removeEventListener('resize', handleResize);
|
|
5256
5076
|
};
|
|
5257
5077
|
}, []);
|
|
5258
|
-
return viewport
|
|
5078
|
+
return _extends({}, viewport, {
|
|
5079
|
+
hydrated: hydrated
|
|
5080
|
+
});
|
|
5259
5081
|
};
|
|
5260
5082
|
|
|
5261
5083
|
var SocialLinks = function SocialLinks(_ref) {
|
|
@@ -5280,7 +5102,7 @@ var SocialLinks = function SocialLinks(_ref) {
|
|
|
5280
5102
|
}));
|
|
5281
5103
|
};
|
|
5282
5104
|
|
|
5283
|
-
var _templateObject$x, _templateObject2$o, _templateObject3$
|
|
5105
|
+
var _templateObject$x, _templateObject2$o, _templateObject3$f, _templateObject4$c, _templateObject5$8, _templateObject6$5, _templateObject7$3, _templateObject8$2, _templateObject9$1, _templateObject0$1, _templateObject1, _templateObject10, _templateObject11, _templateObject12, _templateObject13;
|
|
5284
5106
|
var NavigationWrapper = /*#__PURE__*/styled__default.div(_templateObject$x || (_templateObject$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-top: 4px;\n\n @media ", " {\n padding-top: 0px;\n }\n\n @media ", " {\n ", "\n }\n"])), devices.mobileAndTablet, devices.mobileAndTablet, function (_ref) {
|
|
5285
5107
|
var isMenuOpen = _ref.isMenuOpen;
|
|
5286
5108
|
return isMenuOpen && "\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: " + zIndexes.overlay + ";\n background-color: var(--color-base-white);\n overflow-y: auto;\n scrollbar-width: none;\n ::-webkit-scrollbar {\n display: none;\n }\n ";
|
|
@@ -5289,8 +5111,8 @@ var FullScreenContainer = /*#__PURE__*/styled__default.div(_templateObject2$o ||
|
|
|
5289
5111
|
var isMobile = _ref2.isMobile;
|
|
5290
5112
|
return isMobile ? zIndexes.overlay : zIndexes.searchOverlay;
|
|
5291
5113
|
}, devices.mobileAndTablet);
|
|
5292
|
-
var NavigationGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$
|
|
5293
|
-
var SearchBackground = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5114
|
+
var NavigationGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$f || (_templateObject3$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n background-color: var(--color-base-white);\n height: 140px;\n justify-content: space-evenly;\n width: 100%;\n z-index: ", ";\n\n @media ", " {\n height: 60px;\n }\n"])), zIndexes.navigation, devices.mobileAndTablet);
|
|
5115
|
+
var SearchBackground = /*#__PURE__*/styled__default.div(_templateObject4$c || (_templateObject4$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n opacity: ", ";\n transform: ", ";\n transition:\n opacity 0.3s ease,\n transform 0.3s ease,\n visibility 0.3s ease;\n background-color: var(--color-base-white);\n height: 100px;\n border-top: 1px solid var(--color-base-light-grey);\n width: 100%;\n position: absolute;\n top: 140px;\n z-index: ", ";\n\n @media ", " {\n height: 86px;\n top: 144px;\n }\n"])), function (_ref3) {
|
|
5294
5116
|
var visible = _ref3.visible;
|
|
5295
5117
|
return visible ? 'visible' : 'hidden';
|
|
5296
5118
|
}, function (_ref4) {
|
|
@@ -5317,17 +5139,17 @@ var MobileMenuContainer = /*#__PURE__*/styled__default(Grid)(_templateObject7$3
|
|
|
5317
5139
|
});
|
|
5318
5140
|
var LogoContainer = /*#__PURE__*/styled__default.a(_templateObject8$2 || (_templateObject8$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n\n &&& .logoImg {\n height: 96px;\n width: 80px;\n }\n\n span > svg path,\n span > svg g path {\n fill: var(--color-primary-black);\n }\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
5319
5141
|
var LogoContainerMobile = /*#__PURE__*/styled__default.div(_templateObject9$1 || (_templateObject9$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 16px;\n\n span > svg path {\n fill: var(--color-primary-black);\n }\n }\n"])), devices.mobileAndTablet);
|
|
5320
|
-
var MenuContainer = /*#__PURE__*/styled__default.div(
|
|
5321
|
-
var NavWrapper = /*#__PURE__*/styled__default.div(
|
|
5322
|
-
var NavContainer = /*#__PURE__*/styled__default.div(
|
|
5323
|
-
var NavContainerGridItem = /*#__PURE__*/styled__default(GridItem)(
|
|
5324
|
-
var NavTopContainer = /*#__PURE__*/styled__default.div(
|
|
5325
|
-
var NavTopContainerMobile = /*#__PURE__*/styled__default.div(
|
|
5142
|
+
var MenuContainer = /*#__PURE__*/styled__default.div(_templateObject0$1 || (_templateObject0$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n align-items: center;\n height: 140px;\n justify-content: space-evenly;\n width: 100%;\n\n @media ", " {\n flex-direction: row;\n justify-content: space-between;\n height: 60px;\n width 100%;\n }\n"])), devices.mobileAndTablet);
|
|
5143
|
+
var NavWrapper = /*#__PURE__*/styled__default.div(_templateObject1 || (_templateObject1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n width: 100%;\n gap: 32px;\n\n @media ", " {\n flex-direction: row;\n height: 60px;\n justify-content: flex-end;\n }\n"])), devices.mobileAndTablet);
|
|
5144
|
+
var NavContainer = /*#__PURE__*/styled__default.div(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n flex-gap: 32px;\n width: fit-content;\n\n @media ", " {\n flex-gap: 0;\n height: auto;\n width: fit-content;\n margin-left: 20px;\n margin-right: 20px;\n }\n"])), devices.mobileAndTablet);
|
|
5145
|
+
var NavContainerGridItem = /*#__PURE__*/styled__default(GridItem)(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
5146
|
+
var NavTopContainer = /*#__PURE__*/styled__default.div(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
5147
|
+
var NavTopContainerMobile = /*#__PURE__*/styled__default.div(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n display: flex;\n width: fit-content;\n align-items: center;\n height: 10%;\n margin-left: 20px;\n padding-bottom: 36px;\n }\n"])), devices.mobileAndTablet);
|
|
5326
5148
|
|
|
5327
5149
|
var _templateObject$y;
|
|
5328
5150
|
var NavTopContainer$1 = /*#__PURE__*/styled__default.div(_templateObject$y || (_templateObject$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n column-gap: 16px;\n justify-content: flex-end;\n height: 100%;\n\n @media ", " {\n column-gap: 20px;\n }\n"])), devices.mobile);
|
|
5329
5151
|
|
|
5330
|
-
var _templateObject$z, _templateObject2$p, _templateObject3$
|
|
5152
|
+
var _templateObject$z, _templateObject2$p, _templateObject3$g, _templateObject4$d, _templateObject5$9, _templateObject6$6;
|
|
5331
5153
|
var BasketContainer = /*#__PURE__*/styled__default.div(_templateObject$z || (_templateObject$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n cursor: pointer;\n padding-top: 3px;\n padding-bottom: 3px;\n\n & svg path {\n fill: var(--color-primary-black);\n }\n\n ", "\n\n :hover {\n border-bottom: 1px solid var(--color-primary-red);\n padding-bottom: 2px;\n && a {\n color: var(--color-primary-red);\n }\n && svg path {\n fill: var(--color-primary-red);\n }\n }\n\n ", "\n"])), function (_ref) {
|
|
5332
5154
|
var selected = _ref.selected;
|
|
5333
5155
|
if (selected) {
|
|
@@ -5342,8 +5164,8 @@ var BasketContainer = /*#__PURE__*/styled__default.div(_templateObject$z || (_te
|
|
|
5342
5164
|
return '';
|
|
5343
5165
|
});
|
|
5344
5166
|
var SvgContainer = /*#__PURE__*/styled__default.div(_templateObject2$p || (_templateObject2$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n"])));
|
|
5345
|
-
var NumContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
5346
|
-
var BasketInfo = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5167
|
+
var NumContainer = /*#__PURE__*/styled__default.div(_templateObject3$g || (_templateObject3$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n width: 12px;\n height: 12px;\n position: absolute;\n top: 8px;\n margin-left: 6px;\n"])));
|
|
5168
|
+
var BasketInfo = /*#__PURE__*/styled__default.div(_templateObject4$d || (_templateObject4$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n\n @media ", " {\n width: max-content;\n }\n"])), devices.mobileAndTablet);
|
|
5347
5169
|
var BasketNum = /*#__PURE__*/styled__default.span(_templateObject5$9 || (_templateObject5$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-base-white);\n font-size: 10px;\n font-family: var(--font-family-sans);\n"])));
|
|
5348
5170
|
var BasketText = /*#__PURE__*/styled__default.a(_templateObject6$6 || (_templateObject6$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n font-weight: var(--font-weight-navigation);\n color: var(--color-primary-black);\n margin-left: 6px;\n text-decoration: none;\n"])));
|
|
5349
5171
|
|
|
@@ -5544,7 +5366,9 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
5544
5366
|
withIcon = _ref$withIcon === void 0 ? 'right' : _ref$withIcon,
|
|
5545
5367
|
className = _ref.className,
|
|
5546
5368
|
role = _ref.role,
|
|
5547
|
-
ariaLabel = _ref.ariaLabel
|
|
5369
|
+
ariaLabel = _ref.ariaLabel,
|
|
5370
|
+
tabLinkId = _ref.tabLinkId,
|
|
5371
|
+
trimTabText = _ref.trimTabText;
|
|
5548
5372
|
var node = React.useRef();
|
|
5549
5373
|
var _useState = React.useState(false),
|
|
5550
5374
|
open = _useState[0],
|
|
@@ -5640,6 +5464,8 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
5640
5464
|
};
|
|
5641
5465
|
var renderTab = function renderTab() {
|
|
5642
5466
|
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Tab, {
|
|
5467
|
+
tabLinkId: tabLinkId,
|
|
5468
|
+
trimText: trimTabText,
|
|
5643
5469
|
title: title,
|
|
5644
5470
|
titleLink: titleLink,
|
|
5645
5471
|
selected: titleSelected,
|
|
@@ -5709,6 +5535,7 @@ var Account = function Account(_ref) {
|
|
|
5709
5535
|
};
|
|
5710
5536
|
return /*#__PURE__*/React__default.createElement(Dropdown, {
|
|
5711
5537
|
role: "group",
|
|
5538
|
+
trimTabText: true,
|
|
5712
5539
|
ariaLabel: isUserSignedInIcon(iconName) ? "Logged in as " + title : title,
|
|
5713
5540
|
titleLink: titleLink,
|
|
5714
5541
|
title: title,
|
|
@@ -5717,7 +5544,8 @@ var Account = function Account(_ref) {
|
|
|
5717
5544
|
iconName: iconName,
|
|
5718
5545
|
withOptionsInMobile: false,
|
|
5719
5546
|
withIcon: "left",
|
|
5720
|
-
className: className
|
|
5547
|
+
className: className,
|
|
5548
|
+
tabLinkId: "account-link"
|
|
5721
5549
|
});
|
|
5722
5550
|
};
|
|
5723
5551
|
|
|
@@ -5757,7 +5585,7 @@ var NavTop = function NavTop(_ref) {
|
|
|
5757
5585
|
}));
|
|
5758
5586
|
};
|
|
5759
5587
|
|
|
5760
|
-
var _templateObject$B, _templateObject2$r, _templateObject3$
|
|
5588
|
+
var _templateObject$B, _templateObject2$r, _templateObject3$h, _templateObject4$e;
|
|
5761
5589
|
var TabsContainer = /*#__PURE__*/styled__default.div(_templateObject$B || (_templateObject$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n column-gap: 32px;\n"])));
|
|
5762
5590
|
var ItemsContainer = /*#__PURE__*/styled__default.div(_templateObject2$r || (_templateObject2$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n column-gap: 32px;\n\n @media ", " {\n column-gap: 15px;\n }\n\n @media ", ", ", " {\n div:last-child > div {\n right: 1px;\n }\n }\n\n @media ", " {\n ", "\n }\n"])), devices.desktop, devices.desktop, devices.largeDesktop, devices.mobileAndTablet, function (props) {
|
|
5763
5591
|
if (props.showMenu) {
|
|
@@ -5765,8 +5593,8 @@ var ItemsContainer = /*#__PURE__*/styled__default.div(_templateObject2$r || (_te
|
|
|
5765
5593
|
}
|
|
5766
5594
|
return "display: none;";
|
|
5767
5595
|
});
|
|
5768
|
-
var MenuContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
5769
|
-
var MenuItem = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5596
|
+
var MenuContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$h || (_templateObject3$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n width: 60px;\n\n & a {\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n color: var(--color-primary-black);\n text-decoration: none;\n cursor: pointer;\n\n :hover {\n color: var(--color-primary-red);\n }\n }\n\n && svg path {\n fill: var(--color-primary-black);\n }\n\n :hover {\n && svg path {\n fill: var(--color-primary-red);\n }\n }\n\n @media ", " {\n display: block;\n\n svg {\n width: 24px;\n height: 24px;\n margin-left: 40px;\n margin-top: -20px;\n }\n\n a {\n margin-left: 20px;\n }\n }\n"])), devices.mobileAndTablet);
|
|
5597
|
+
var MenuItem = /*#__PURE__*/styled__default.div(_templateObject4$e || (_templateObject4$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n a {\n margin-left: 0;\n }\n }\n"])), devices.mobileAndTablet);
|
|
5770
5598
|
|
|
5771
5599
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
|
5772
5600
|
var Tabs = function Tabs(_ref) {
|
|
@@ -5786,6 +5614,7 @@ var Tabs = function Tabs(_ref) {
|
|
|
5786
5614
|
var _useState3 = React.useState(-1),
|
|
5787
5615
|
hoverOverDropdown = _useState3[0],
|
|
5788
5616
|
setHoverOverDropdown = _useState3[1];
|
|
5617
|
+
var dropdownRefs = React.useRef([]);
|
|
5789
5618
|
var onClickHandler = function onClickHandler(value) {
|
|
5790
5619
|
setOpenMenu(value);
|
|
5791
5620
|
if (onShowMenu) {
|
|
@@ -5825,23 +5654,25 @@ var Tabs = function Tabs(_ref) {
|
|
|
5825
5654
|
setHoverOverDropdown(-1);
|
|
5826
5655
|
}
|
|
5827
5656
|
};
|
|
5828
|
-
var
|
|
5829
|
-
|
|
5657
|
+
var onDropdownFocusLeave = function onDropdownFocusLeave() {
|
|
5658
|
+
onResetActive();
|
|
5830
5659
|
};
|
|
5831
|
-
var
|
|
5832
|
-
var
|
|
5833
|
-
|
|
5660
|
+
var handleBlur = function handleBlur(index) {
|
|
5661
|
+
var currentDropdown = dropdownRefs.current[index];
|
|
5662
|
+
var active = document.activeElement;
|
|
5663
|
+
if (currentDropdown && (!active || !currentDropdown.contains(active))) {
|
|
5834
5664
|
onResetActive();
|
|
5835
5665
|
}
|
|
5836
5666
|
};
|
|
5837
5667
|
return /*#__PURE__*/React__default.createElement(TabsContainer, {
|
|
5668
|
+
role: "menubar",
|
|
5838
5669
|
className: className
|
|
5839
5670
|
}, /*#__PURE__*/React__default.createElement(ItemsContainer, {
|
|
5840
5671
|
showMenu: showMenu
|
|
5841
5672
|
}, items.map(function (item, index) {
|
|
5842
5673
|
return /*#__PURE__*/React__default.createElement(ControlledDropdown, {
|
|
5843
5674
|
key: "key-" + item.title,
|
|
5844
|
-
text: item.title,
|
|
5675
|
+
text: item.title || '',
|
|
5845
5676
|
options: item.options,
|
|
5846
5677
|
onClick: function onClick() {
|
|
5847
5678
|
return onDropdownClick(index, item.titleLink);
|
|
@@ -5853,14 +5684,17 @@ var Tabs = function Tabs(_ref) {
|
|
|
5853
5684
|
onMouseLeave: function onMouseLeave() {
|
|
5854
5685
|
return onDropdownMouseLeave();
|
|
5855
5686
|
},
|
|
5856
|
-
|
|
5857
|
-
return
|
|
5687
|
+
onFocusLeave: function onFocusLeave() {
|
|
5688
|
+
return onDropdownFocusLeave();
|
|
5858
5689
|
},
|
|
5859
5690
|
onBlur: function onBlur() {
|
|
5860
|
-
return
|
|
5691
|
+
return handleBlur(index);
|
|
5861
5692
|
},
|
|
5862
5693
|
onReset: onResetActive,
|
|
5863
|
-
active: isActiveDropdown(index)
|
|
5694
|
+
active: isActiveDropdown(index),
|
|
5695
|
+
ref: function ref(el) {
|
|
5696
|
+
dropdownRefs.current[index] = el;
|
|
5697
|
+
}
|
|
5864
5698
|
});
|
|
5865
5699
|
})), !showMenu && (/*#__PURE__*/React__default.createElement(MenuContainer$1, null, openMenu ? (/*#__PURE__*/React__default.createElement("a", {
|
|
5866
5700
|
"data-testid": "mobile-menu-close",
|
|
@@ -5880,10 +5714,10 @@ var Tabs = function Tabs(_ref) {
|
|
|
5880
5714
|
}, "Menu"))))));
|
|
5881
5715
|
};
|
|
5882
5716
|
|
|
5883
|
-
var _templateObject$C, _templateObject2$s, _templateObject3$
|
|
5717
|
+
var _templateObject$C, _templateObject2$s, _templateObject3$i, _templateObject5$a, _templateObject6$7, _templateObject7$4;
|
|
5884
5718
|
var SearchBarContainer = /*#__PURE__*/styled__default.div(_templateObject$C || (_templateObject$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n column-gap: 64px;\n justify-content: space-between;\n align-items: center;\n height: 100%;\n background-color: transparent;\n\n @media ", " {\n column-gap: 12px;\n }\n"])), devices.mobile);
|
|
5885
5719
|
var SvgContainerSearch = /*#__PURE__*/styled__default.div(_templateObject2$s || (_templateObject2$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n svg {\n width: var(--navigation-xlarge-gap);\n height: var(--navigation-xlarge-gap);\n }\n"])));
|
|
5886
|
-
var SvgContainerClose = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
5720
|
+
var SvgContainerClose = /*#__PURE__*/styled__default.div(_templateObject3$i || (_templateObject3$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n\n :hover {\n cursor: pointer;\n && svg path {\n fill: var(--color-primary-red);\n }\n }\n"])));
|
|
5887
5721
|
var InputContainer = /*#__PURE__*/styled__default.div(_templateObject5$a || (_templateObject5$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: blue;\n width: 100%;\n\n input {\n font-size: var(--font-size-search);\n font-family: var(--font-family-serif);\n border: none;\n border-radius: 0;\n outline: none;\n outline-color: var(--color-base-white);\n height: 48px;\n box-sizing: border-box;\n width: 100%;\n -webkit-appearance: none;\n\n &.search-input {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n @media ", " {\n column-gap: 24px;\n }\n }\n"])), devices.mobile);
|
|
5888
5722
|
var TextLinkWrapper$1 = /*#__PURE__*/styled__default(TextLink)(_templateObject6$7 || (_templateObject6$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-primary-red);\n"])));
|
|
5889
5723
|
var SearchArrowContainer = /*#__PURE__*/styled__default.a(_templateObject7$4 || (_templateObject7$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-right: 8px;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n"])));
|
|
@@ -6130,13 +5964,13 @@ var Navigation = function Navigation(_ref) {
|
|
|
6130
5964
|
})))))));
|
|
6131
5965
|
};
|
|
6132
5966
|
|
|
6133
|
-
var _templateObject$D, _templateObject2$t, _templateObject3$
|
|
5967
|
+
var _templateObject$D, _templateObject2$t, _templateObject3$j, _templateObject4$f, _templateObject5$b, _templateObject6$8, _templateObject7$5;
|
|
6134
5968
|
var FooterSection = /*#__PURE__*/styled__default.footer(_templateObject$D || (_templateObject$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--color-base-black);\n color: var(--color-base-white);\n padding: 44px 50px;\n\n @media ", " {\n padding: 40px 32px;\n }\n\n @media ", " {\n padding: 20px;\n }\n"])), devices.tablet, devices.mobile);
|
|
6135
5969
|
var FooterContainer = /*#__PURE__*/styled__default.div(_templateObject2$t || (_templateObject2$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n gap: 40px;\n max-width: 1140px;\n margin: 0 auto;\n\n @media ", " {\n gap: 24px;\n }\n\n @media ", " {\n grid-template-columns: 1fr;\n gap: 40px;\n }\n"])), devices.tablet, devices.mobile);
|
|
6136
|
-
var PolicyLinksSection = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6137
|
-
var SocialAndNewsletterSection = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5970
|
+
var PolicyLinksSection = /*#__PURE__*/styled__default.div(_templateObject3$j || (_templateObject3$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n gap: 16px;\n\n @media ", " {\n gap: 20px;\n }\n\n @media ", " {\n gap: 12px;\n order: 2;\n }\n"])), devices.tablet, devices.mobile);
|
|
5971
|
+
var SocialAndNewsletterSection = /*#__PURE__*/styled__default.div(_templateObject4$f || (_templateObject4$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n gap: 20px;\n\n @media ", " {\n order: 1;\n gap: 40px;\n }\n"])), devices.mobile);
|
|
6138
5972
|
var SectionWrapper = /*#__PURE__*/styled__default.div(_templateObject5$b || (_templateObject5$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 20px;\n\n @media ", " {\n gap: 24px;\n }\n"])), devices.mobile);
|
|
6139
|
-
var LogoAndDescriptionSection = /*#__PURE__*/styled__default.div(_templateObject6$8 || (_templateObject6$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n img {\n
|
|
5973
|
+
var LogoAndDescriptionSection = /*#__PURE__*/styled__default.div(_templateObject6$8 || (_templateObject6$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n img {\n margin-bottom: 12px;\n }\n\n @media ", " {\n order: 3;\n gap: 24px;\n }\n"])), devices.mobile);
|
|
6140
5974
|
var TextLinkWrapper$2 = /*#__PURE__*/styled__default(TextLink)(_templateObject7$5 || (_templateObject7$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-sans);\n font-size: 17px;\n line-height: 24px;\n letter-spacing: 0.4px;\n color: var(--color-base-white);\n border-bottom: unset;\n text-decoration: underline;\n text-underline-offset: 6px;\n margin-bottom: 0;\n padding-bottom: 0;\n"])));
|
|
6141
5975
|
|
|
6142
5976
|
var _templateObject$E;
|
|
@@ -6158,7 +5992,7 @@ var PolicyLinks = function PolicyLinks(_ref) {
|
|
|
6158
5992
|
}));
|
|
6159
5993
|
};
|
|
6160
5994
|
|
|
6161
|
-
var
|
|
5995
|
+
var SPONSOR_IMAGE_SOURCE = 'https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/sponsorlogos/arts-council-england-invert.svg';
|
|
6162
5996
|
var Footer = function Footer(_ref) {
|
|
6163
5997
|
var data = _ref.data,
|
|
6164
5998
|
className = _ref.className;
|
|
@@ -6166,10 +6000,9 @@ var Footer = function Footer(_ref) {
|
|
|
6166
6000
|
newsletter = data.newsletter,
|
|
6167
6001
|
rawSocialMediaLinks = data.socialMediaLinks,
|
|
6168
6002
|
contact = data.contact,
|
|
6169
|
-
|
|
6170
|
-
artsDataRoh = _data$artsLogo.dataRoh,
|
|
6171
|
-
artsLogo = _objectWithoutPropertiesLoose(_data$artsLogo, _excluded$d),
|
|
6003
|
+
artsLogo = data.artsLogo,
|
|
6172
6004
|
additionalInfo = data.additionalInfo;
|
|
6005
|
+
var sponsorImageSource = data.sponsorImageSource || SPONSOR_IMAGE_SOURCE;
|
|
6173
6006
|
var _useViewport = useViewport(),
|
|
6174
6007
|
isMobile = _useViewport.isMobile;
|
|
6175
6008
|
return /*#__PURE__*/React__default.createElement(FooterSection, {
|
|
@@ -6198,13 +6031,14 @@ var Footer = function Footer(_ref) {
|
|
|
6198
6031
|
tabIndex: isMobile ? 3 : undefined
|
|
6199
6032
|
}, newsletter.link.title))), /*#__PURE__*/React__default.createElement(LogoAndDescriptionSection, null, /*#__PURE__*/React__default.createElement("div", {
|
|
6200
6033
|
"data-testid": "arts-logo"
|
|
6201
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6034
|
+
}, /*#__PURE__*/React__default.createElement(SponsorLogo, Object.assign({
|
|
6035
|
+
imageSource: sponsorImageSource,
|
|
6036
|
+
alt: "Arts Council England Sponsor",
|
|
6037
|
+
"data-testid": "sponsor-logo",
|
|
6038
|
+
target: "_blank"
|
|
6205
6039
|
}, artsLogo, {
|
|
6206
6040
|
"aria-label": "Sponsor Logo link"
|
|
6207
|
-
})
|
|
6041
|
+
}))), /*#__PURE__*/React__default.createElement("div", {
|
|
6208
6042
|
"data-testid": "additional-info"
|
|
6209
6043
|
}, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
6210
6044
|
size: isMobile ? 'medium' : 'small',
|
|
@@ -6212,15 +6046,15 @@ var Footer = function Footer(_ref) {
|
|
|
6212
6046
|
}, additionalInfo)))));
|
|
6213
6047
|
};
|
|
6214
6048
|
|
|
6215
|
-
var _templateObject$F, _templateObject2$u, _templateObject3$
|
|
6049
|
+
var _templateObject$F, _templateObject2$u, _templateObject3$k, _templateObject4$g, _templateObject5$c, _templateObject6$9;
|
|
6216
6050
|
var LIST_ITEM_GAP = 32;
|
|
6217
6051
|
var AnchorTabbarWrapper = /*#__PURE__*/styled__default.div(_templateObject$F || (_templateObject$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: sticky;\n width: 100%;\n top: 0;\n border-bottom: ", ";\n background-color: var(--base-color-white);\n z-index: ", ";\n"])), function (_ref) {
|
|
6218
6052
|
var bottomBorder = _ref.bottomBorder;
|
|
6219
6053
|
return bottomBorder ? '2px solid var(--base-color-light-grey)' : 'none';
|
|
6220
6054
|
}, zIndexes.anchor);
|
|
6221
6055
|
var TabsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject2$u || (_templateObject2$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: var(--anchor-tabs-height);\n"])));
|
|
6222
|
-
var TabsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6223
|
-
var TabsList = /*#__PURE__*/styled__default.ul(_templateObject4$
|
|
6056
|
+
var TabsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$k || (_templateObject3$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n"])));
|
|
6057
|
+
var TabsList = /*#__PURE__*/styled__default.ul(_templateObject4$g || (_templateObject4$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: ", ";\n display: flex;\n gap: ", "px;\n justify-content: ", ";\n align-items: center;\n list-style: none;\n padding: 0;\n margin: 0;\n height: var(--anchor-tabs-height);\n white-space: nowrap;\n overflow: scroll;\n scrollbar-width: none;\n ::-webkit-scrollbar {\n display: none;\n }\n scroll-behavior: smooth;\n\n @media ", " {\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 1) 0%,\n rgba(255, 255, 255, 0.48) 85%,\n rgba(235, 235, 235, 0.4) 99%,\n rgba(255, 255, 255, 0.39) 100%\n );\n }\n\n @media ", " {\n & {\n width: ", ";\n }\n }\n"])), function (_ref2) {
|
|
6224
6058
|
var tabsOverflow = _ref2.tabsOverflow;
|
|
6225
6059
|
return tabsOverflow ? 'calc(100% - 74px)' : '100%';
|
|
6226
6060
|
}, LIST_ITEM_GAP, function (_ref3) {
|
|
@@ -6237,7 +6071,7 @@ var ArrowsContainer = /*#__PURE__*/styled__default.div(_templateObject5$c || (_t
|
|
|
6237
6071
|
});
|
|
6238
6072
|
var ArrowWrapper = /*#__PURE__*/styled__default.div(_templateObject6$9 || (_templateObject6$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 24px;\n height: 24px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: flex-center;\n\n :hover {\n && svg path {\n fill: var(--base-color-primary);\n }\n }\n"])));
|
|
6239
6073
|
|
|
6240
|
-
var _excluded$
|
|
6074
|
+
var _excluded$d = ["id", "text"];
|
|
6241
6075
|
var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
6242
6076
|
var tabs = _ref.tabs,
|
|
6243
6077
|
onTabClick = _ref.onTabClick,
|
|
@@ -6430,7 +6264,7 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
6430
6264
|
}, tabs.map(function (_ref4) {
|
|
6431
6265
|
var id = _ref4.id,
|
|
6432
6266
|
text = _ref4.text,
|
|
6433
|
-
rest = _objectWithoutPropertiesLoose(_ref4, _excluded$
|
|
6267
|
+
rest = _objectWithoutPropertiesLoose(_ref4, _excluded$d);
|
|
6434
6268
|
return /*#__PURE__*/React__default.createElement("li", {
|
|
6435
6269
|
key: id
|
|
6436
6270
|
}, /*#__PURE__*/React__default.createElement(TabLink, Object.assign({
|
|
@@ -6456,17 +6290,17 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
6456
6290
|
}))) : null)) : null))));
|
|
6457
6291
|
};
|
|
6458
6292
|
|
|
6459
|
-
var _templateObject$G, _templateObject2$v, _templateObject3$
|
|
6293
|
+
var _templateObject$G, _templateObject2$v, _templateObject3$l, _templateObject4$h, _templateObject6$a, _templateObject7$6, _templateObject8$3, _templateObject9$2, _templateObject0$2;
|
|
6460
6294
|
var TitleCTAGridWrapper = /*#__PURE__*/styled__default.div(_templateObject$G || (_templateObject$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: ", ";\n top: -1px;\n background-color: var(--base-color-white);\n z-index: ", ";\n"])), function (_ref) {
|
|
6461
6295
|
var sticky = _ref.sticky;
|
|
6462
6296
|
return sticky ? 'sticky' : 'initial';
|
|
6463
6297
|
}, zIndexes.anchor);
|
|
6464
6298
|
var TitleCTAGrid = /*#__PURE__*/styled__default(Grid)(_templateObject2$v || (_templateObject2$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: solid 2px var(--base-color-light-grey);\n"])));
|
|
6465
|
-
var TitleCTAGridItem = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6299
|
+
var TitleCTAGridItem = /*#__PURE__*/styled__default.div(_templateObject3$l || (_templateObject3$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 2 / span 15;\n display: flex;\n align-items: center;\n flex-direction: ", ";\n gap: 40px;\n justify-content: space-between;\n\n @media ", " {\n & {\n grid-column: 2 / span 13;\n gap: 20px;\n }\n }\n\n @media ", " {\n & {\n grid-column: 2 / span 12;\n }\n }\n"])), function (_ref2) {
|
|
6466
6300
|
var title = _ref2.title;
|
|
6467
6301
|
return title ? 'row' : 'row-reverse';
|
|
6468
6302
|
}, devices.tablet, devices.mobile);
|
|
6469
|
-
var AnchorTitle = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
6303
|
+
var AnchorTitle = /*#__PURE__*/styled__default.div(_templateObject4$h || (_templateObject4$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n min-height: var(--button-height);\n\n h5 {\n padding: 0;\n margin: 0;\n }\n\n @media ", " {\n & {\n min-height: 50px;\n }\n }\n"])), devices.mobile);
|
|
6470
6304
|
var ButtonsDesktopWrapper = /*#__PURE__*/styled__default.div(_templateObject6$a || (_templateObject6$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: flex-end;\n\n @media ", " {\n display: none;\n }\n\n a {\n width: max-content;\n }\n"])), devices.mobile);
|
|
6471
6305
|
var ButtonsMobileWrapper = /*#__PURE__*/styled__default.div(_templateObject7$6 || (_templateObject7$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n & {\n display: block;\n }\n }\n"])), devices.mobile);
|
|
6472
6306
|
var PrimaryButtonReverse = /*#__PURE__*/styled__default(PrimaryButton)(_templateObject8$3 || (_templateObject8$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n && {\n background-color: ", ";\n border-color: ", ";\n color: ", ";\n svg path {\n fill: ", ";\n }\n }\n"])), function (_ref3) {
|
|
@@ -6483,9 +6317,9 @@ var PrimaryButtonReverse = /*#__PURE__*/styled__default(PrimaryButton)(_template
|
|
|
6483
6317
|
return theme.colors.primaryButtonReverse;
|
|
6484
6318
|
});
|
|
6485
6319
|
var MessageWrapper = /*#__PURE__*/styled__default.div(_templateObject9$2 || (_templateObject9$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n margin-right: var(--grid-outer-margin);\n height: var(--button-height);\n\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n & {\n margin-right: var(--grid-margin);\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
6486
|
-
var MessageWrapperMobile = /*#__PURE__*/styled__default.div(
|
|
6320
|
+
var MessageWrapperMobile = /*#__PURE__*/styled__default.div(_templateObject0$2 || (_templateObject0$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h6 {\n margin: 0;\n padding: 0;\n }\n display: none;\n\n @media ", " {\n & {\n display: flex;\n align-items: center;\n margin-left: var(--grid-margin);\n padding: 12px 0;\n }\n }\n"])), devices.mobile);
|
|
6487
6321
|
|
|
6488
|
-
var _excluded$
|
|
6322
|
+
var _excluded$e = ["text"],
|
|
6489
6323
|
_excluded2$1 = ["text"];
|
|
6490
6324
|
var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
6491
6325
|
var title = _ref.title,
|
|
@@ -6495,7 +6329,7 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
6495
6329
|
message = _ref.message;
|
|
6496
6330
|
var _ref2 = (links == null ? void 0 : links[0]) || {},
|
|
6497
6331
|
primaryButtonText = _ref2.text,
|
|
6498
|
-
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
6332
|
+
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2, _excluded$e);
|
|
6499
6333
|
var _ref3 = (links == null ? void 0 : links[1]) || {},
|
|
6500
6334
|
secondaryButtonText = _ref3.text,
|
|
6501
6335
|
secondaryButtonProps = _objectWithoutPropertiesLoose(_ref3, _excluded2$1);
|
|
@@ -6516,13 +6350,13 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
6516
6350
|
}, message))));
|
|
6517
6351
|
};
|
|
6518
6352
|
|
|
6519
|
-
var _templateObject$H, _templateObject2$w, _templateObject3$
|
|
6353
|
+
var _templateObject$H, _templateObject2$w, _templateObject3$m;
|
|
6520
6354
|
var UpsellBorderBox = /*#__PURE__*/styled__default.div(_templateObject$H || (_templateObject$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: solid 4px;\n border-color: ", ";\n padding: 80px;\n\n @media ", " {\n & {\n border-left: none;\n border-right: none;\n padding-top: 2.5em;\n padding-left: 0;\n padding-right: 0;\n padding-bottom: 2.5em;\n }\n }\n\n @media ", " {\n & {\n padding: 25px;\n padding-top: 2.5em;\n }\n }\n"])), function (_ref) {
|
|
6521
6355
|
var theme = _ref.theme;
|
|
6522
6356
|
return theme.colors.primary;
|
|
6523
6357
|
}, devices.mobile, devices.tablet);
|
|
6524
6358
|
var TitleContainer$1 = /*#__PURE__*/styled__default.div(_templateObject2$w || (_templateObject2$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n @media ", " {\n margin-left: 1.5em;\n margin-right: 1.5em;\n }\n"])), devices.mobile);
|
|
6525
|
-
var TextContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6359
|
+
var TextContainer = /*#__PURE__*/styled__default.div(_templateObject3$m || (_templateObject3$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 2.5em;\n div > :first-child {\n margin-top: 1.5em;\n }\n\n @media ", " {\n margin-top: 0;\n div > :first-child {\n margin-top: 0.5em;\n }\n }\n\n @media ", " {\n margin-left: 1.5em;\n margin-right: 1.5em;\n & {\n div > :first-child {\n margin-top: 1em;\n }\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
6526
6360
|
|
|
6527
6361
|
var colors = {
|
|
6528
6362
|
core: '#C8102E',
|
|
@@ -7127,14 +6961,14 @@ var TextOnly = function TextOnly(_ref) {
|
|
|
7127
6961
|
ButtonType["Tertiary"] = "Tertiary";
|
|
7128
6962
|
})(exports.ButtonType || (exports.ButtonType = {}));
|
|
7129
6963
|
|
|
7130
|
-
var _templateObject$J, _templateObject2$x, _templateObject3$
|
|
6964
|
+
var _templateObject$J, _templateObject2$x, _templateObject3$n, _templateObject4$i, _templateObject5$d, _templateObject6$b, _templateObject7$7, _templateObject8$4;
|
|
7131
6965
|
var Wrapper$2 = /*#__PURE__*/styled__default.div(_templateObject$J || (_templateObject$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--base-color-light-grey);\n padding: 40px;\n\n display: block;\n position: relative;\n\n @media ", " {\n margin-top: 0;\n padding: 40px 20px;\n }\n"])), devices.tablet);
|
|
7132
6966
|
var PromoLabelWrapper = /*#__PURE__*/styled__default.div(_templateObject2$x || (_templateObject2$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-self: flex-end;\n height: 15px;\n"])));
|
|
7133
|
-
var PromoLabel = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6967
|
+
var PromoLabel = /*#__PURE__*/styled__default.div(_templateObject3$n || (_templateObject3$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background: ", ";\n color: ", ";\n padding: 6px 8px;\n width: fit-content;\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n right: 20px;\n top: 0;\n width: auto;\n margin: auto;\n font-family: var(--font-family-header);\n font-feature-settings:\n 'tnum' on,\n 'lnum' on,\n 'liga' off,\n 'calt' off;\n font-size: var(--font-size-overline-2);\n line-height: 12px;\n text-align: center;\n letter-spacing: 1px;\n text-transform: uppercase;\n"])), function (_ref) {
|
|
7134
6968
|
var theme = _ref.theme;
|
|
7135
6969
|
return theme.colors.primary;
|
|
7136
6970
|
}, exports.Colors.White);
|
|
7137
|
-
var ButtonContainer = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
6971
|
+
var ButtonContainer = /*#__PURE__*/styled__default.div(_templateObject4$i || (_templateObject4$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 2em;\n width: fit-content;\n"])));
|
|
7138
6972
|
var TitleContainer$2 = /*#__PURE__*/styled__default.div(_templateObject5$d || (_templateObject5$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin-top: 0;\n margin-bottom: 0.5em;\n }\n"])));
|
|
7139
6973
|
var OfferTextWrapper = /*#__PURE__*/styled__default.div(_templateObject6$b || (_templateObject6$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin-bottom: 0.5em;\n }\n margin-bottom: 1em;\n"])));
|
|
7140
6974
|
var PriceRow = /*#__PURE__*/styled__default.div(_templateObject7$7 || (_templateObject7$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px 12px;\n padding: 5px 0 8px 0;\n"])));
|
|
@@ -7296,13 +7130,13 @@ var StickyBar = function StickyBar(_ref) {
|
|
|
7296
7130
|
}, children)));
|
|
7297
7131
|
};
|
|
7298
7132
|
|
|
7299
|
-
var _templateObject$M, _templateObject2$z, _templateObject3$
|
|
7133
|
+
var _templateObject$M, _templateObject2$z, _templateObject3$o, _templateObject4$j;
|
|
7300
7134
|
var InnerModal = /*#__PURE__*/styled__default.div(_templateObject$M || (_templateObject$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 62px;\n background-color: var(--base-color-white);\n z-index: ", ";\n position: relative;\n\n @media ", ", ", " {\n height: 100vh;\n padding: 62px 0 0;\n }\n"])), zIndexes.popup, devices.smallMobile, devices.mobile);
|
|
7301
7135
|
var CloseButton = /*#__PURE__*/styled__default.button(_templateObject2$z || (_templateObject2$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 0;\n right: 0;\n margin: 15px;\n height: 26px;\n width: 26px;\n padding: 0;\n background-color: transparent;\n border: none;\n cursor: pointer;\n @media ", " {\n margin: 25px;\n }\n @media ", ", ", " {\n margin: 30px;\n }\n"])), devices.tablet, devices.desktop, devices.largeDesktop);
|
|
7302
|
-
var ContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
7303
|
-
var Overlay = /*#__PURE__*/styled__default(Grid)(_templateObject4$
|
|
7136
|
+
var ContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$o || (_templateObject3$o = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
7137
|
+
var Overlay = /*#__PURE__*/styled__default(Grid)(_templateObject4$j || (_templateObject4$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100vh;\n align-content: center;\n background-color: rgba(0, 0, 0, 0.4);\n"])));
|
|
7304
7138
|
|
|
7305
|
-
var _excluded$
|
|
7139
|
+
var _excluded$f = ["isOpen", "setIsOpen", "children", "appElementId"];
|
|
7306
7140
|
var MAX_Z_INDEX = 9999999999;
|
|
7307
7141
|
if (Modal.defaultStyles.content) {
|
|
7308
7142
|
Modal.defaultStyles.content.position = 'static';
|
|
@@ -7376,7 +7210,7 @@ var ModalWindow = function ModalWindow(_ref) {
|
|
|
7376
7210
|
setIsOpen = _ref.setIsOpen,
|
|
7377
7211
|
children = _ref.children,
|
|
7378
7212
|
appElementId = _ref.appElementId,
|
|
7379
|
-
modalProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7213
|
+
modalProps = _objectWithoutPropertiesLoose(_ref, _excluded$f);
|
|
7380
7214
|
var isMobile = useMobile();
|
|
7381
7215
|
var customStyles = {
|
|
7382
7216
|
overlay: {
|
|
@@ -7477,7 +7311,7 @@ var getImageSlideStyles = function getImageSlideStyles(imageHeight) {
|
|
|
7477
7311
|
return "height: calc(" + imageHeight + "px + var(--carousel-image-caption-height) + 12px);";
|
|
7478
7312
|
};
|
|
7479
7313
|
|
|
7480
|
-
var _templateObject$N, _templateObject2$A, _templateObject3$
|
|
7314
|
+
var _templateObject$N, _templateObject2$A, _templateObject3$p, _templateObject4$k, _templateObject5$e, _templateObject6$c, _templateObject7$8, _templateObject8$5;
|
|
7481
7315
|
var ImageCarouselWrapper = /*#__PURE__*/styled__default.div(_templateObject$N || (_templateObject$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n @media ", " {\n ", "\n }}\n"])), function (_ref) {
|
|
7482
7316
|
var imagesHeightDesktop = _ref.imagesHeightDesktop;
|
|
7483
7317
|
return "& {\n .swipe-slide {\n height: fit-content;\n width: auto;\n margin-right: var(--grid-column-gap);\n\n > figure {\n margin: 0px;\n " + getImageSlideStyles(imagesHeightDesktop) + "\n }\n }\n }";
|
|
@@ -7490,8 +7324,8 @@ var CardsCarouselWrapper = /*#__PURE__*/styled__default.div(_templateObject2$A |
|
|
|
7490
7324
|
isActive = _ref3.isActive;
|
|
7491
7325
|
return "\n & {\n .swipe-slide {\n " + getCardSlideDesktopStyles(type, isActive) + "\n }\n }\n\n @media " + devices.tablet + " {\n & {\n .swipe-slide {\n width: " + (type === exports.CarouselType.SmallCard ? '30%' : '40%') + ";\n }\n }\n }\n ";
|
|
7492
7326
|
}, devices.mobile, /*#__PURE__*/getCardSlideMobileStyles());
|
|
7493
|
-
var TitleButtonsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$
|
|
7494
|
-
var CarouselInfoWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
7327
|
+
var TitleButtonsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$p || (_templateObject3$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 28px;\n\n @media ", " {\n padding-bottom: 0;\n }\n\n @media ", " {\n margin-bottom: 20px;\n }\n"])), devices.mobile, devices.mobile);
|
|
7328
|
+
var CarouselInfoWrapper = /*#__PURE__*/styled__default.div(_templateObject4$k || (_templateObject4$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n user-select: text;\n"])));
|
|
7495
7329
|
var TitleWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$e || (_templateObject5$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n"])), function (_ref4) {
|
|
7496
7330
|
var isDescriptionPresent = _ref4.isDescriptionPresent;
|
|
7497
7331
|
return isDescriptionPresent && 'margin: 20px 0';
|
|
@@ -7570,7 +7404,7 @@ var getMovedSlides = function getMovedSlides(delta, slideWidths) {
|
|
|
7570
7404
|
return movedSlides;
|
|
7571
7405
|
};
|
|
7572
7406
|
|
|
7573
|
-
var _excluded$
|
|
7407
|
+
var _excluded$g = ["children", "infinite", "onIndexChange", "slidesOffsetBefore", "slidesAriaHidden", "onActiveChange"];
|
|
7574
7408
|
var MAX_CLONES_NUMBER = 6;
|
|
7575
7409
|
var CLICK_DRAG_THRESHOLD = 10;
|
|
7576
7410
|
var getClonesCount = function getClonesCount(infinite, childrenLength) {
|
|
@@ -7595,7 +7429,7 @@ var Swipe = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
7595
7429
|
_ref$slidesAriaHidden = _ref.slidesAriaHidden,
|
|
7596
7430
|
slidesAriaHidden = _ref$slidesAriaHidden === void 0 ? false : _ref$slidesAriaHidden,
|
|
7597
7431
|
onActiveChange = _ref.onActiveChange,
|
|
7598
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7432
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
|
|
7599
7433
|
var containerRef = React.useRef(null);
|
|
7600
7434
|
var childRefs = React.useRef([]);
|
|
7601
7435
|
var startX = React.useRef(0);
|
|
@@ -7953,24 +7787,24 @@ var Carousel = function Carousel(_ref) {
|
|
|
7953
7787
|
}, children))));
|
|
7954
7788
|
};
|
|
7955
7789
|
|
|
7956
|
-
var _templateObject$P, _templateObject2$C, _templateObject3$
|
|
7790
|
+
var _templateObject$P, _templateObject2$C, _templateObject3$q, _templateObject4$l, _templateObject5$f, _templateObject6$d, _templateObject7$9, _templateObject8$6, _templateObject9$3, _templateObject0$3, _templateObject1$1, _templateObject10$1, _templateObject11$1, _templateObject12$1, _templateObject13$1, _templateObject14, _templateObject15;
|
|
7957
7791
|
var HighlightsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$P || (_templateObject$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n grid-template-rows: max-content minmax(0, 1fr);\n gap: 0 var(--grid-column-gap);\n background-color: var(--color-base-black);\n user-select: none;\n\n .highlight-carousel-text {\n color: var(--color-base-white);\n }\n\n @media ", " {\n & {\n grid-template-rows: min-content max-content max-content;\n }\n }\n"])), devices.mobile);
|
|
7958
7792
|
var CarouselTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject2$C || (_templateObject2$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 1 / 1 / 7;\n box-sizing: border-box;\n width: calc(100% + var(--grid-column-gap));\n padding-top: 40px;\n padding-left: 50px;\n padding-right: 36px;\n user-select: text;\n\n @media ", " {\n & {\n grid-area: 1 / 1 / 2 / 12;\n padding: 12px 0 12px var(--grid-margin);\n min-height: 64px;\n box-sizing: border-box;\n width: 100%;\n }\n }\n\n @media ", " {\n & {\n grid-area: 1 / 1 / 2 / 11;\n width: 100%;\n padding: 8px 0 8px 20px;\n min-height: 28px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7959
|
-
var HeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
7960
|
-
var InfoWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
7793
|
+
var HeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$q || (_templateObject3$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding: 0;\n"])));
|
|
7794
|
+
var InfoWrapper = /*#__PURE__*/styled__default.div(_templateObject4$l || (_templateObject4$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 2 / 1 / 2 / 7;\n box-sizing: border-box;\n width: calc(100% + var(--grid-column-gap));\n align-self: center;\n padding: 36px 36px 36px 50px;\n\n @media ", " {\n & {\n grid-area: 2 / 1 / 2 / 7;\n padding: 0 12px 12px var(--grid-margin);\n }\n }\n\n @media ", " {\n & {\n grid-area: 3 / 1 / 4 / 15;\n width: 100%;\n padding: 0 20px;\n margin: 24px 0;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7961
7795
|
var InfoLogoWrapper = /*#__PURE__*/styled__default.div(_templateObject5$f || (_templateObject5$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n width: 132px;\n height: 36px;\n\n @media ", " {\n & {\n margin-bottom: 16px;\n width: 102px;\n height: 28px;\n }\n }\n\n @media ", " {\n & {\n margin-bottom: 20px;\n width: 102px;\n height: 28px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7962
7796
|
var InfoTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject6$d || (_templateObject6$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n user-select: text;\n\n h1,\n h2,\n h3 {\n margin-bottom: 8px;\n }\n"])));
|
|
7963
7797
|
var InfoTextWrapper = /*#__PURE__*/styled__default.div(_templateObject7$9 || (_templateObject7$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 24px;\n user-select: text;\n\n @media ", " {\n & {\n margin-top: 20px;\n }\n }\n"])), devices.mobileAndTablet);
|
|
7964
7798
|
var InfoLinkWrapper = /*#__PURE__*/styled__default.div(_templateObject8$6 || (_templateObject8$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n display: flex;\n flex-direction: row;\n\n @media ", " {\n & {\n margin-top: 16px;\n }\n }\n\n @media ", " {\n & {\n margin-top: 20px;\n }\n display: flex;\n flex-direction: column;\n }\n"])), devices.tablet, devices.mobile);
|
|
7965
7799
|
var CarouselWrapper = /*#__PURE__*/styled__default.div(_templateObject9$3 || (_templateObject9$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 7 / 3 / 17;\n position: relative;\n height: 100%;\n width: 100%;\n\n .swipe-slide {\n width: calc(100% - 50px - var(--rotator-button-width));\n -webkit-transform: translate3d(0, 0, 0);\n }\n\n @media ", " {\n & {\n grid-area: 2 / 7 / 3 / 15;\n\n .swipe-slide {\n width: 100%;\n -webkit-transform: translate3d(0, 0, 0);\n }\n }\n }\n\n @media ", " {\n & {\n grid-area: 2 / 1 / 3 / 15;\n\n .swipe-slide {\n width: 100%;\n -webkit-transform: translate3d(0, 0, 0);\n }\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7966
|
-
var RotatorButtonsWrapper = /*#__PURE__*/styled__default.div(
|
|
7967
|
-
var RotatorButtonsWrapperMobile = /*#__PURE__*/styled__default.div(
|
|
7968
|
-
var HtmlBodyText = /*#__PURE__*/styled__default.p(
|
|
7969
|
-
var FirstButtonComponentWrapper = /*#__PURE__*/styled__default.div(
|
|
7970
|
-
var TimerWrapper$1 = /*#__PURE__*/styled__default.div(
|
|
7971
|
-
var AdditionalInfoWrapper = /*#__PURE__*/styled__default.div(
|
|
7972
|
-
var InfoSubtitleWrapper = /*#__PURE__*/styled__default.div(
|
|
7973
|
-
var VideoWithControlsWrapper = /*#__PURE__*/styled__default.div(
|
|
7800
|
+
var RotatorButtonsWrapper = /*#__PURE__*/styled__default.div(_templateObject0$3 || (_templateObject0$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n right: 50px;\n top: calc(50% - calc(var(--rotator-button-width) / 2));\n z-index: 2;\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), devices.mobileAndTablet);
|
|
7801
|
+
var RotatorButtonsWrapperMobile = /*#__PURE__*/styled__default.div(_templateObject1$1 || (_templateObject1$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n div {\n background-color: var(--color-base-black);\n }\n svg path {\n fill: var(--color-base-white);\n }\n\n & {\n display: flex;\n grid-area: 1 / 12 / 2 / 14;\n align-self: center;\n justify-content: flex-end;\n }\n }\n\n @media ", " {\n div {\n background-color: var(--color-base-black);\n }\n svg path {\n fill: var(--color-base-white);\n }\n\n & {\n display: flex;\n grid-area: 1 / 11 / 2 / 14;\n align-self: center;\n justify-content: flex-end;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7802
|
+
var HtmlBodyText = /*#__PURE__*/styled__default.p(_templateObject10$1 || (_templateObject10$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n"])));
|
|
7803
|
+
var FirstButtonComponentWrapper = /*#__PURE__*/styled__default.div(_templateObject11$1 || (_templateObject11$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-right: 16px;\n\n @media ", " {\n & {\n display: flex;\n flex-direction: column;\n margin-right: 0;\n margin-bottom: 10px;\n }\n }\n"])), devices.mobile);
|
|
7804
|
+
var TimerWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject12$1 || (_templateObject12$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n\n @media ", " {\n margin-bottom: 24px;\n }\n"])), devices.mobileAndTablet);
|
|
7805
|
+
var AdditionalInfoWrapper = /*#__PURE__*/styled__default.div(_templateObject13$1 || (_templateObject13$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n\n @media ", " {\n margin-top: 16px;\n }\n"])), devices.mobileAndTablet);
|
|
7806
|
+
var InfoSubtitleWrapper = /*#__PURE__*/styled__default.div(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 4px;\n"])));
|
|
7807
|
+
var VideoWithControlsWrapper = /*#__PURE__*/styled__default.div(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--color-base-black);\n width: 100%;\n height: 100%;\n\n .video-with-controls-container {\n height: 100%;\n }\n\n .video-controls-container {\n display: ", ";\n position: fixed;\n\n > div {\n margin: 0 40px 30px 40px;\n\n @media ", " {\n margin: 0 20px 20px 20px;\n }\n }\n }\n\n button#play {\n height: 48px;\n width: 48px;\n }\n"])), function (_ref) {
|
|
7974
7808
|
var isCurrentSlide = _ref.isCurrentSlide;
|
|
7975
7809
|
return isCurrentSlide ? 'block' : 'none';
|
|
7976
7810
|
}, devices.mobile);
|
|
@@ -7991,18 +7825,18 @@ var getBackgroundColor$1 = function getBackgroundColor(_ref2) {
|
|
|
7991
7825
|
var _templateObject$Q;
|
|
7992
7826
|
var AuxiliaryButtonWrapper = /*#__PURE__*/styled__default(Button)(_templateObject$Q || (_templateObject$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: ", ";\n height: 20px;\n border: none;\n padding: 0;\n color: ", ";\n width: fit-content;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n cursor: pointer;\n text-decoration: none;\n box-sizing: border-box;\n\n && span svg * {\n fill: ", ";\n }\n\n .auxiliaryButtonIcon {\n width: 12px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n"])), getBackgroundColor$1, getTextColor$3, getTextColor$3);
|
|
7993
7827
|
|
|
7994
|
-
var _excluded$
|
|
7828
|
+
var _excluded$h = ["children", "className"];
|
|
7995
7829
|
var AuxiliaryButton = function AuxiliaryButton(_ref) {
|
|
7996
7830
|
var children = _ref.children,
|
|
7997
7831
|
className = _ref.className,
|
|
7998
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7832
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
|
|
7999
7833
|
return /*#__PURE__*/React__default.createElement(AuxiliaryButtonWrapper, Object.assign({}, props, {
|
|
8000
7834
|
iconClassName: "auxiliaryButtonIcon",
|
|
8001
7835
|
className: className
|
|
8002
7836
|
}), children);
|
|
8003
7837
|
};
|
|
8004
7838
|
|
|
8005
|
-
var _excluded$
|
|
7839
|
+
var _excluded$i = ["text"],
|
|
8006
7840
|
_excluded2$2 = ["text"];
|
|
8007
7841
|
var _buttonTypeToButton;
|
|
8008
7842
|
var buttonTypeToButton = (_buttonTypeToButton = {}, _buttonTypeToButton[exports.ButtonType.Primary] = PrimaryButton, _buttonTypeToButton[exports.ButtonType.Secondary] = SecondaryButton, _buttonTypeToButton[exports.ButtonType.Tertiary] = TertiaryButton, _buttonTypeToButton);
|
|
@@ -8013,7 +7847,7 @@ var Buttons = function Buttons(_ref) {
|
|
|
8013
7847
|
var _ref2 = firstButton || {},
|
|
8014
7848
|
_ref2$text = _ref2.text,
|
|
8015
7849
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
8016
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
7850
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$i);
|
|
8017
7851
|
var secondButton = links == null ? void 0 : links[1];
|
|
8018
7852
|
var _ref3 = secondButton || {},
|
|
8019
7853
|
_ref3$text = _ref3.text,
|
|
@@ -8083,6 +7917,8 @@ var truncateReactNodeString = function truncateReactNodeString(node, resultLengt
|
|
|
8083
7917
|
return truncateHtmlString(nodeString, resultLength, addDots);
|
|
8084
7918
|
};
|
|
8085
7919
|
|
|
7920
|
+
var TYPOGRAPHY_CLASS_NAME = 'highlight-carousel-text';
|
|
7921
|
+
|
|
8086
7922
|
var InfoSection = function InfoSection(_ref) {
|
|
8087
7923
|
var logo = _ref.logo,
|
|
8088
7924
|
slide = _ref.slide,
|
|
@@ -8133,14 +7969,14 @@ var InfoSection = function InfoSection(_ref) {
|
|
|
8133
7969
|
}, additionalInfo)))));
|
|
8134
7970
|
};
|
|
8135
7971
|
|
|
8136
|
-
var _templateObject$R, _templateObject2$D, _templateObject3$
|
|
7972
|
+
var _templateObject$R, _templateObject2$D, _templateObject3$r, _templateObject4$m, _templateObject5$g, _templateObject6$e;
|
|
8137
7973
|
var AccordionContainer = /*#__PURE__*/styled__default.div(_templateObject$R || (_templateObject$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n div {\n overflow: hidden;\n }\n"])));
|
|
8138
7974
|
var LineContainer = /*#__PURE__*/styled__default.div(_templateObject2$D || (_templateObject2$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 2px;\n background-color: var(--base-color-light-grey);\n width: 100%;\n"])));
|
|
8139
|
-
var ChildrenContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
7975
|
+
var ChildrenContainer = /*#__PURE__*/styled__default.div(_templateObject3$r || (_templateObject3$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0px 20px 28px 20px;\n\n visibility: ", ";\n\n @media ", " {\n margin: 12px 0px 24px 0px;\n }\n \n @media print { \n visibility: visible;\n }\n}\n"])), function (_ref) {
|
|
8140
7976
|
var isVisible = _ref.isVisible;
|
|
8141
7977
|
return isVisible ? 'visible' : 'hidden';
|
|
8142
7978
|
}, devices.mobile);
|
|
8143
|
-
var TitleContainer$3 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
7979
|
+
var TitleContainer$3 = /*#__PURE__*/styled__default.div(_templateObject4$m || (_templateObject4$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n\n && h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n div {\n margin: 21px 20px;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n @media ", " {\n margin: 12px 20px 12px 0px;\n }\n }\n\n && svg {\n width: var(--navigation-middle-gap);\n height: var(--navigation-middle-gap);\n margin-right: 20px;\n\n @media ", " {\n margin-right: 0px;\n }\n }\n\n :hover {\n cursor: pointer;\n }\n"])), devices.mobile, devices.mobile);
|
|
8144
7980
|
var ContentContainer = /*#__PURE__*/styled__default.div(_templateObject5$g || (_templateObject5$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.2s ease;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n max-height: ", ";\n\n @media print {\n max-height: max-content;\n }\n\n & h1 {\n font-size: var(--font-size-header-4);\n font-family: var(--font-family-header);\n font-feature-settings: var(--font-feature-settings-header);\n font-weight: var(--font-weight-header-4);\n letter-spacing: var(--letter-spacing-header-4);\n line-height: var(--line-height-header-4);\n text-transform: var(--text-transform-header);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & h2 {\n font-size: var(--font-size-subtitle-1);\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-weight: var(--font-weight-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & em {\n font-family: var(--font-family-body-italics);\n }\n\n & u {\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n }\n\n @media ", " {\n transition: 100% 0.2s ease;\n }\n"])), function (_ref2) {
|
|
8145
7981
|
var textHeight = _ref2.textHeight;
|
|
8146
7982
|
return textHeight;
|
|
@@ -8272,7 +8108,7 @@ var Accordions = function Accordions(_ref) {
|
|
|
8272
8108
|
}));
|
|
8273
8109
|
};
|
|
8274
8110
|
|
|
8275
|
-
var _templateObject$T, _templateObject2$E, _templateObject3$
|
|
8111
|
+
var _templateObject$T, _templateObject2$E, _templateObject3$s, _templateObject4$n, _templateObject5$h;
|
|
8276
8112
|
var AnnouncementBannerWrapper = /*#__PURE__*/styled__default.div(_templateObject$T || (_templateObject$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 28px 0;\n background-color: var(--announcement-banner-bg-color);\n color: var(--announcement-banner-color);\n\n @media ", " {\n padding: 20px 0;\n }\n"])), devices.mobile);
|
|
8277
8113
|
var SvgContainer$2 = /*#__PURE__*/styled__default.div(_templateObject2$E || (_templateObject2$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n cursor: ", ";\n\n ", "\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n\n path {\n fill: var(--announcement-banner-color);\n }\n }\n"])), function (_ref) {
|
|
8278
8114
|
var isClickable = _ref.isClickable;
|
|
@@ -8281,8 +8117,8 @@ var SvgContainer$2 = /*#__PURE__*/styled__default.div(_templateObject2$E || (_te
|
|
|
8281
8117
|
var isClickable = _ref2.isClickable;
|
|
8282
8118
|
return isClickable && "\n :hover:not(:active) {\n && svg path {\n fill: var(--announcement-banner-hover-color);\n }\n }\n :active {\n && svg path {\n fill: var(--announcement-banner-pressed-color);\n }\n }\n ";
|
|
8283
8119
|
});
|
|
8284
|
-
var ContentContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8285
|
-
var OverlineWrapper = /*#__PURE__*/styled__default(HarmonicOverline)(_templateObject4$
|
|
8120
|
+
var ContentContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$s || (_templateObject3$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.2s ease;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-sans);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--announcement-banner-color);\n a {\n color: var(--announcement-banner-color);\n text-decoration: underline;\n }\n\n * {\n margin-block-start: 0;\n margin-block-end: 0;\n margin-inline-start: 0;\n margin-inline-end: 0;\n }\n"])));
|
|
8121
|
+
var OverlineWrapper = /*#__PURE__*/styled__default(HarmonicOverline)(_templateObject4$n || (_templateObject4$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 4px;\n && {\n color: var(--announcement-banner-color);\n }\n"])));
|
|
8286
8122
|
var BannerContentWrapper = /*#__PURE__*/styled__default(GridItem)(_templateObject5$h || (_templateObject5$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n && {\n grid-column: 3 / span 10;\n }\n\n @media ", ", ", " {\n && {\n grid-column: 3 / span 12;\n }\n }\n\n @media ", " {\n margin-left: ", ";\n margin-right: ", ";\n }\n"])), devices.desktop, devices.largeDesktop, devices.mobile, function (_ref3) {
|
|
8287
8123
|
var variant = _ref3.variant;
|
|
8288
8124
|
return variant === BannerVariants['service-persistent'] ? '8px' : '0px';
|
|
@@ -8355,7 +8191,7 @@ var AnnouncementBanner = function AnnouncementBanner(_ref) {
|
|
|
8355
8191
|
}))))));
|
|
8356
8192
|
};
|
|
8357
8193
|
|
|
8358
|
-
var _templateObject$U, _templateObject2$F, _templateObject3$
|
|
8194
|
+
var _templateObject$U, _templateObject2$F, _templateObject3$t, _templateObject4$o, _templateObject5$i, _templateObject6$f, _templateObject7$a, _templateObject8$7, _templateObject9$4, _templateObject0$4, _templateObject1$2, _templateObject10$2, _templateObject11$2, _templateObject12$2;
|
|
8359
8195
|
var LENGTH_LARGE_TEXT = 28;
|
|
8360
8196
|
var LENGTH_SMALL_TEXT$1 = 19;
|
|
8361
8197
|
var LENGTH_TEXT_TABLET = 10;
|
|
@@ -8370,8 +8206,8 @@ var HoverContainer = /*#__PURE__*/styled__default.div(_templateObject2$F || (_te
|
|
|
8370
8206
|
var lineColor = _ref3.lineColor;
|
|
8371
8207
|
return lineColor ? "var(--color-" + lineColor + ")" : 'var(--color-primary-background)';
|
|
8372
8208
|
}, zIndexes.contentOverlay);
|
|
8373
|
-
var ProgressContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8374
|
-
var ContentContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8209
|
+
var ProgressContainer = /*#__PURE__*/styled__default.div(_templateObject3$t || (_templateObject3$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: -6px;\n"])));
|
|
8210
|
+
var ContentContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$o || (_templateObject4$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n margin-top: 24px;\n\n @media ", " {\n margin-left: ", ";\n margin-right: ", ";\n }\n"])), devices.mobile, function (_ref4) {
|
|
8375
8211
|
var fullWidth = _ref4.fullWidth;
|
|
8376
8212
|
return fullWidth ? '0' : '20px';
|
|
8377
8213
|
}, function (_ref5) {
|
|
@@ -8383,51 +8219,51 @@ var TitleContainerMobile = /*#__PURE__*/styled__default.div(_templateObject6$f |
|
|
|
8383
8219
|
var TextContainer$2 = /*#__PURE__*/styled__default.div(_templateObject7$a || (_templateObject7$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n white-space: break-spaces;\n overflow-wrap: break-word;\n"])));
|
|
8384
8220
|
var HighlightTextContainer = /*#__PURE__*/styled__default.div(_templateObject8$7 || (_templateObject8$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 24px;\n"])));
|
|
8385
8221
|
var SubtitleContainer = /*#__PURE__*/styled__default.span(_templateObject9$4 || (_templateObject9$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 4px;\n overflow-wrap: break-word;\n"])));
|
|
8386
|
-
var LabelContainer = /*#__PURE__*/styled__default.div(
|
|
8222
|
+
var LabelContainer = /*#__PURE__*/styled__default.div(_templateObject0$4 || (_templateObject0$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n width: fit-content;\n height: 25px;\n\n @media ", " {\n margin-left: ", ";\n }\n"])), function (_ref6) {
|
|
8387
8223
|
var isVisible = _ref6.isVisible;
|
|
8388
8224
|
return isVisible ? "visible" : 'hidden';
|
|
8389
8225
|
}, devices.mobile, function (_ref7) {
|
|
8390
8226
|
var isGridCard = _ref7.isGridCard;
|
|
8391
8227
|
return isGridCard ? '20px' : '0';
|
|
8392
8228
|
});
|
|
8393
|
-
var ExtraActionsContainer = /*#__PURE__*/styled__default.div(
|
|
8229
|
+
var ExtraActionsContainer = /*#__PURE__*/styled__default.div(_templateObject1$2 || (_templateObject1$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 26px;\n\n @media ", " {\n margin-left: ", ";\n margin-right: ", ";\n }\n"])), devices.mobile, function (_ref8) {
|
|
8394
8230
|
var fullWidth = _ref8.fullWidth;
|
|
8395
8231
|
return fullWidth ? '0' : '20px';
|
|
8396
8232
|
}, function (_ref9) {
|
|
8397
8233
|
var fullWidth = _ref9.fullWidth;
|
|
8398
8234
|
return fullWidth ? '0' : '20px';
|
|
8399
8235
|
});
|
|
8400
|
-
var LabelElements = /*#__PURE__*/styled__default.div(
|
|
8401
|
-
var bgColor =
|
|
8236
|
+
var LabelElements = /*#__PURE__*/styled__default.div(_templateObject10$2 || (_templateObject10$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 26px;\n padding: 0 8px;\n background-color: ", ";\n"])), function (_ref0) {
|
|
8237
|
+
var bgColor = _ref0.bgColor;
|
|
8402
8238
|
return bgColor ? "var(--color-base-" + bgColor + ")" : 'var(--color-primary-background)';
|
|
8403
8239
|
});
|
|
8404
|
-
var LabelIconWrapper = /*#__PURE__*/styled__default.div(
|
|
8405
|
-
var getButtonsOpacity = function getButtonsOpacity(
|
|
8406
|
-
var onlyShowButtonsOnHover =
|
|
8240
|
+
var LabelIconWrapper = /*#__PURE__*/styled__default.div(_templateObject11$2 || (_templateObject11$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-left: 10px;\n\n svg {\n height: 24px;\n width: 24px;\n }\n"])));
|
|
8241
|
+
var getButtonsOpacity = function getButtonsOpacity(_ref1) {
|
|
8242
|
+
var onlyShowButtonsOnHover = _ref1.onlyShowButtonsOnHover;
|
|
8407
8243
|
return onlyShowButtonsOnHover ? 'opacity: 0;' : 'opacity: 1;';
|
|
8408
8244
|
};
|
|
8409
|
-
var getButtonsMinHeight = function getButtonsMinHeight(
|
|
8410
|
-
var onlyShowButtonsOnHover =
|
|
8245
|
+
var getButtonsMinHeight = function getButtonsMinHeight(_ref10) {
|
|
8246
|
+
var onlyShowButtonsOnHover = _ref10.onlyShowButtonsOnHover;
|
|
8411
8247
|
return onlyShowButtonsOnHover ? 'min-height: unset;' : 'min-height: 120px;';
|
|
8412
8248
|
};
|
|
8413
|
-
var ButtonsContainer$1 = /*#__PURE__*/styled__default.div(
|
|
8414
|
-
var size =
|
|
8415
|
-
primaryButtonTextLength =
|
|
8416
|
-
tertiaryButtonTextLength =
|
|
8249
|
+
var ButtonsContainer$1 = /*#__PURE__*/styled__default.div(_templateObject12$2 || (_templateObject12$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n display: flex;\n gap: 24px;\n margin-top: 24px;\n\n ", "\n\n @media ", " {\n ", ";\n margin-left: ", ";\n margin-right: ", ";\n opacity: 1 !important;\n gap: 24px;\n margin-top: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n ", ";\n opacity: 1 !important;\n gap: 24px;\n margin-top: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), getButtonsOpacity, function (_ref11) {
|
|
8250
|
+
var size = _ref11.size,
|
|
8251
|
+
primaryButtonTextLength = _ref11.primaryButtonTextLength,
|
|
8252
|
+
tertiaryButtonTextLength = _ref11.tertiaryButtonTextLength;
|
|
8417
8253
|
var isLinksLayoutColumn = size === 'small' ? primaryButtonTextLength >= LENGTH_SMALL_TEXT$1 || tertiaryButtonTextLength >= LENGTH_SMALL_TEXT$1 : primaryButtonTextLength >= LENGTH_LARGE_TEXT || tertiaryButtonTextLength >= LENGTH_LARGE_TEXT;
|
|
8418
8254
|
if (isLinksLayoutColumn) {
|
|
8419
8255
|
return "\n flex-direction: column;\n ";
|
|
8420
8256
|
}
|
|
8421
8257
|
return '';
|
|
8422
|
-
}, devices.mobile, getButtonsMinHeight, function (
|
|
8423
|
-
var fullWidth =
|
|
8258
|
+
}, devices.mobile, getButtonsMinHeight, function (_ref12) {
|
|
8259
|
+
var fullWidth = _ref12.fullWidth;
|
|
8424
8260
|
return fullWidth ? '0' : '20px';
|
|
8425
|
-
}, function (
|
|
8426
|
-
var fullWidth =
|
|
8261
|
+
}, function (_ref13) {
|
|
8262
|
+
var fullWidth = _ref13.fullWidth;
|
|
8427
8263
|
return fullWidth ? '0' : '20px';
|
|
8428
|
-
}, devices.tablet, getButtonsMinHeight, function (
|
|
8429
|
-
var primaryButtonTextLength =
|
|
8430
|
-
tertiaryButtonTextLength =
|
|
8264
|
+
}, devices.tablet, getButtonsMinHeight, function (_ref14) {
|
|
8265
|
+
var primaryButtonTextLength = _ref14.primaryButtonTextLength,
|
|
8266
|
+
tertiaryButtonTextLength = _ref14.tertiaryButtonTextLength;
|
|
8431
8267
|
var isLinksLayoutColumnTablet = primaryButtonTextLength >= LENGTH_TEXT_TABLET || tertiaryButtonTextLength >= LENGTH_TEXT_TABLET;
|
|
8432
8268
|
if (isLinksLayoutColumnTablet) {
|
|
8433
8269
|
return "\n flex-direction: column;\n ";
|
|
@@ -8435,7 +8271,7 @@ var ButtonsContainer$1 = /*#__PURE__*/styled__default.div(_templateObject14$2 ||
|
|
|
8435
8271
|
return '';
|
|
8436
8272
|
});
|
|
8437
8273
|
|
|
8438
|
-
var _excluded$
|
|
8274
|
+
var _excluded$j = ["text"],
|
|
8439
8275
|
_excluded2$3 = ["text"];
|
|
8440
8276
|
var _buttonTypeToButton$1;
|
|
8441
8277
|
var LENGTH_LARGE_TEXT$1 = 28;
|
|
@@ -8485,7 +8321,7 @@ var Card = function Card(_ref) {
|
|
|
8485
8321
|
var _ref2 = firstButton || {},
|
|
8486
8322
|
_ref2$text = _ref2.text,
|
|
8487
8323
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
8488
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8324
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$j);
|
|
8489
8325
|
var primaryButtonTextTruncate = size === 'small' ? truncate(firstButtonText, LENGTH_SMALL_TEXT$2) : truncate(firstButtonText, LENGTH_LARGE_TEXT$1);
|
|
8490
8326
|
var secondButton = links == null ? void 0 : links[1];
|
|
8491
8327
|
var _ref3 = secondButton || {},
|
|
@@ -8637,7 +8473,7 @@ var Cards = function Cards(_ref) {
|
|
|
8637
8473
|
}));
|
|
8638
8474
|
};
|
|
8639
8475
|
|
|
8640
|
-
var _templateObject$W, _templateObject2$H, _templateObject3$
|
|
8476
|
+
var _templateObject$W, _templateObject2$H, _templateObject3$u, _templateObject4$p, _templateObject5$j;
|
|
8641
8477
|
var ContentWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$W || (_templateObject$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > div {\n margin-bottom: 2px;\n\n &:first-child {\n margin-bottom: 4px;\n\n @media ", " {\n margin-bottom: 6px;\n }\n }\n }\n\n @media ", " {\n grid-column: 2 / span 12;\n }\n"])), devices.mobile, devices.mobileAndTablet);
|
|
8642
8478
|
var Wrapper$4 = /*#__PURE__*/styled__default.div(_templateObject2$H || (_templateObject2$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n ", "\n padding: 30px 0;\n\n @media ", " {\n display: grid;\n grid-template-columns: var(--grid-template-columns);\n grid-template-rows: max-content;\n gap: var(--grid-column-gap);\n margin: 0;\n }\n"])), function (_ref) {
|
|
8643
8479
|
var hideBottomBorder = _ref.hideBottomBorder;
|
|
@@ -8646,8 +8482,8 @@ var Wrapper$4 = /*#__PURE__*/styled__default.div(_templateObject2$H || (_templat
|
|
|
8646
8482
|
var hideTopBorder = _ref2.hideTopBorder;
|
|
8647
8483
|
return "border-top: " + (hideTopBorder ? 'none' : '2px solid var(--base-color-mid-grey)') + ";";
|
|
8648
8484
|
}, devices.mobileAndTablet);
|
|
8649
|
-
var AddressWrapperDesktop = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8650
|
-
var AddressWrapperMobile = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8485
|
+
var AddressWrapperDesktop = /*#__PURE__*/styled__default.div(_templateObject3$u || (_templateObject3$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n display: none;\n }\n"])), devices.mobile);
|
|
8486
|
+
var AddressWrapperMobile = /*#__PURE__*/styled__default.div(_templateObject4$p || (_templateObject4$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n & > div {\n margin-bottom: 2px;\n }\n\n @media ", " {\n display: block;\n }\n"])), devices.mobile);
|
|
8651
8487
|
var DetailsWrapper = /*#__PURE__*/styled__default.div(_templateObject5$j || (_templateObject5$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n\n @media ", " {\n flex-direction: column;\n margin: 4px 0;\n }\n\n a {\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--base-color-black);\n text-decoration: underline;\n\n &:before {\n display: inline-block;\n content: '';\n background-color: var(--base-color-black);\n width: 1px;\n height: 18px;\n margin: 0 8px -4px;\n\n @media ", " {\n display: none;\n }\n }\n\n &:first-child:before {\n display: none;\n }\n }\n"])), devices.mobile, devices.mobile);
|
|
8652
8488
|
|
|
8653
8489
|
var divideAddressString = function divideAddressString(address) {
|
|
@@ -8705,13 +8541,13 @@ var ContactCard = function ContactCard(_ref) {
|
|
|
8705
8541
|
}, addressString)), /*#__PURE__*/React__default.createElement(AddressWrapperMobile, null, divideAddressString(addressString))))))));
|
|
8706
8542
|
};
|
|
8707
8543
|
|
|
8708
|
-
var _templateObject$X, _templateObject2$I, _templateObject3$
|
|
8544
|
+
var _templateObject$X, _templateObject2$I, _templateObject3$v, _templateObject4$q, _templateObject5$k, _templateObject6$g, _templateObject7$b;
|
|
8709
8545
|
var BodyTextRelative = /*#__PURE__*/styled__default(BodyText)(_templateObject$X || (_templateObject$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
8710
8546
|
var ContentSummaryWrapper = /*#__PURE__*/styled__default.article(_templateObject2$I || (_templateObject2$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n position: relative;\n justify-items: start;\n align-items: center;\n margin: 20px 0;\n gap: 24px;\n cursor: ", ";\n\n @media ", " {\n display: flex;\n flex-direction: column;\n gap: 24px;\n }\n"])), function (props) {
|
|
8711
8547
|
return props.clickable ? 'pointer' : 'default';
|
|
8712
8548
|
}, devices.mobile);
|
|
8713
|
-
var ContentSummaryImageWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8714
|
-
var ContentSummaryTextWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8549
|
+
var ContentSummaryImageWrapper = /*#__PURE__*/styled__default.div(_templateObject3$v || (_templateObject3$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 0 0 33.3%;\n"])));
|
|
8550
|
+
var ContentSummaryTextWrapper = /*#__PURE__*/styled__default.div(_templateObject4$q || (_templateObject4$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: ", ";\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n gap: 22px;\n\n & > * {\n margin-block-start: 0;\n margin-block-end: 0;\n }\n\n @media ", " {\n margin: 0 20px;\n gap: 12px;\n }\n\n & .content-summary-text-link {\n height: unset;\n }\n"])), function (props) {
|
|
8715
8551
|
return props.showImage ? 2 : '1 / span 4';
|
|
8716
8552
|
}, devices.mobile);
|
|
8717
8553
|
var ContentSummaryTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject5$k || (_templateObject5$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin: 0;\n }\n\n @media ", " {\n & > * {\n font-size: var(--font-size-header-5);\n font-weight: var(--font-weight-header-5);\n }\n }\n"])), devices.mobile);
|
|
@@ -8788,7 +8624,7 @@ var ContentSummary = function ContentSummary(_ref) {
|
|
|
8788
8624
|
}), link.text))));
|
|
8789
8625
|
};
|
|
8790
8626
|
|
|
8791
|
-
var _templateObject$Y, _templateObject2$J, _templateObject3$
|
|
8627
|
+
var _templateObject$Y, _templateObject2$J, _templateObject3$w, _templateObject4$r, _templateObject5$l;
|
|
8792
8628
|
var EditorialGrid = /*#__PURE__*/styled__default.div(_templateObject$Y || (_templateObject$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(12, minmax(0, 1fr));\n gap: var(--grid-column-gap);\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n display: grid;\n grid-template-columns: 100%;\n grid-template-rows: min-content 24px min-content;\n grid-template-areas:\n 'row1'\n '.'\n 'row2';\n }\n }\n"])), function (_ref) {
|
|
8793
8629
|
var imageToLeft = _ref.imageToLeft;
|
|
8794
8630
|
return imageToLeft ? "'left left left left left . right right right right right right'" : "'left left left left left left . right right right right right'";
|
|
@@ -8797,11 +8633,11 @@ var EditorialImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$J
|
|
|
8797
8633
|
var imageToLeft = _ref2.imageToLeft;
|
|
8798
8634
|
return imageToLeft ? 'left' : 'right';
|
|
8799
8635
|
}, devices.mobile);
|
|
8800
|
-
var EditorialTextWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8636
|
+
var EditorialTextWrapper = /*#__PURE__*/styled__default.div(_templateObject3$w || (_templateObject3$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n grid-area: row2;\n align-self: start;\n }\n"])), function (_ref3) {
|
|
8801
8637
|
var imageToLeft = _ref3.imageToLeft;
|
|
8802
8638
|
return imageToLeft ? 'right' : 'left';
|
|
8803
8639
|
}, devices.mobile);
|
|
8804
|
-
var EditorialSubtitle = /*#__PURE__*/styled__default.span(_templateObject4$
|
|
8640
|
+
var EditorialSubtitle = /*#__PURE__*/styled__default.span(_templateObject4$r || (_templateObject4$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n margin-bottom: var(--editorial-subtitle-margin-bottom);\n display: block;\n overflow-wrap: break-word;\n"])));
|
|
8805
8641
|
var EditorialText = /*#__PURE__*/styled__default.div(_templateObject5$l || (_templateObject5$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n text-transform: var(--text-transform-body);\n margin: 0;\n padding: 0;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n em {\n font-family: var(--font-family-body-italics);\n }\n"])));
|
|
8806
8642
|
|
|
8807
8643
|
var Editorial = function Editorial(_ref) {
|
|
@@ -8862,10 +8698,10 @@ var getBorderColor$1 = function getBorderColor(variant, colorValue) {
|
|
|
8862
8698
|
return variant === InformationCtaVariants.Primary || variant === InformationCtaVariants.Secondary || variant === undefined ? "border-color: " + colorValue + ";" : '';
|
|
8863
8699
|
};
|
|
8864
8700
|
|
|
8865
|
-
var _templateObject$Z, _templateObject2$K, _templateObject3$
|
|
8701
|
+
var _templateObject$Z, _templateObject2$K, _templateObject3$x, _templateObject4$s;
|
|
8866
8702
|
var InfoWrapper$1 = /*#__PURE__*/styled__default(Grid)(_templateObject$Z || (_templateObject$Z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 60px 0;\n color: var(--information-panel-color);\n background-color: var(--information-panel-bg-color);\n\n @media ", " {\n padding: 40px 0;\n }\n"])), devices.mobile);
|
|
8867
8703
|
var InfoTitle = /*#__PURE__*/styled__default('div')(_templateObject2$K || (_templateObject2$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n * {\n margin-block: 0;\n }\n"])));
|
|
8868
|
-
var InfoCTAWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$
|
|
8704
|
+
var InfoCTAWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$x || (_templateObject3$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n\n @media ", " {\n margin-top: 16px;\n }\n\n a {\n color: ", ";\n ", "\n ", "\n\n svg path {\n fill: ", ";\n }\n\n :hover:not(:active) {\n color: ", ";\n ", "\n ", "\n\n svg path {\n fill: ", ";\n }\n }\n\n :active {\n color: ", ";\n ", "\n ", "\n\n svg path {\n fill: ", ";\n }\n }\n }\n"])), devices.mobile, function (_ref) {
|
|
8869
8705
|
var variant = _ref.variant,
|
|
8870
8706
|
theme = _ref.theme;
|
|
8871
8707
|
return getTextColor$4(variant, theme, COLORS$4.background);
|
|
@@ -8897,18 +8733,18 @@ var InfoCTAWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$w || (
|
|
|
8897
8733
|
var variant = _ref9.variant,
|
|
8898
8734
|
theme = _ref9.theme;
|
|
8899
8735
|
return getTextColor$4(variant, theme, COLORS$4.pressed);
|
|
8900
|
-
}, function (
|
|
8901
|
-
var variant =
|
|
8736
|
+
}, function (_ref0) {
|
|
8737
|
+
var variant = _ref0.variant;
|
|
8902
8738
|
return getBackgroundColor$2(variant, COLORS$4.pressed);
|
|
8903
|
-
}, function (
|
|
8904
|
-
var variant =
|
|
8739
|
+
}, function (_ref1) {
|
|
8740
|
+
var variant = _ref1.variant;
|
|
8905
8741
|
return getBorderColor$1(variant, COLORS$4.pressed);
|
|
8906
|
-
}, function (
|
|
8907
|
-
var variant =
|
|
8908
|
-
theme =
|
|
8742
|
+
}, function (_ref10) {
|
|
8743
|
+
var variant = _ref10.variant,
|
|
8744
|
+
theme = _ref10.theme;
|
|
8909
8745
|
return getTextColor$4(variant, theme, COLORS$4.pressed);
|
|
8910
8746
|
});
|
|
8911
|
-
var InfoBodyWrapper = /*#__PURE__*/styled__default(BodyCopyHarmonic)(_templateObject4$
|
|
8747
|
+
var InfoBodyWrapper = /*#__PURE__*/styled__default(BodyCopyHarmonic)(_templateObject4$s || (_templateObject4$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--information-panel-color);\n\n a {\n text-decoration: underline;\n color: var(--information-panel-color);\n }\n\n @media ", " {\n padding-top: 4px;\n }\n"])), devices.mobile);
|
|
8912
8748
|
|
|
8913
8749
|
// Helper function for rendering buttons based on the variant
|
|
8914
8750
|
var renderButton = function renderButton(_ref) {
|
|
@@ -9032,115 +8868,118 @@ var Information = function Information(_ref) {
|
|
|
9032
8868
|
})))));
|
|
9033
8869
|
};
|
|
9034
8870
|
|
|
9035
|
-
var _templateObject$_, _templateObject2$L, _templateObject3$
|
|
9036
|
-
var PageHeadingWrapper = /*#__PURE__*/styled__default
|
|
9037
|
-
var
|
|
9038
|
-
return theme.colors.primary;
|
|
9039
|
-
}, function (_ref2) {
|
|
9040
|
-
var isPageHeadingWithoutTitle = _ref2.isPageHeadingWithoutTitle;
|
|
8871
|
+
var _templateObject$_, _templateObject2$L, _templateObject3$y, _templateObject4$t, _templateObject5$m, _templateObject6$h, _templateObject7$c, _templateObject8$8;
|
|
8872
|
+
var PageHeadingWrapper = /*#__PURE__*/styled__default('div')(_templateObject$_ || (_templateObject$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 80px;\n background-color: var(--page-header-bg-color);\n color: var(--color-base-white);\n\n ", ";\n\n h1,\n h2,\n h3 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n padding-bottom: 0;\n }\n"])), function (_ref) {
|
|
8873
|
+
var isPageHeadingWithoutTitle = _ref.isPageHeadingWithoutTitle;
|
|
9041
8874
|
return isPageHeadingWithoutTitle && "\n padding-bottom: 42px;\n ";
|
|
9042
8875
|
}, devices.mobile);
|
|
9043
8876
|
var PageHeadingGrid = /*#__PURE__*/styled__default(Grid)(_templateObject2$L || (_templateObject2$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n grid-template-rows: min-content min-content;\n grid-template-areas:\n '. . title title title title title title title title title title . . logo .'\n '. . text text text text text text text text text button button button . .';\n\n @media ", " {\n & {\n grid-template-rows: 20px min-content min-content min-content 20px;\n grid-template-areas:\n '. . . . . . . . . . . . . .'\n '. title title title title title title title title title title logo logo .'\n '. text text text text text text text text text text text text .'\n '. button button button button button button button button button button button button .'\n '. . . . . . . . . . . . . .';\n }\n }\n\n @media ", " {\n & {\n grid-template-areas:\n '. title title title title title title title title title title logo logo .'\n '. text text text text text text text text text button button button .';\n }\n }\n"])), devices.mobile, devices.tablet);
|
|
9044
|
-
var
|
|
8877
|
+
var BadgeWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$y || (_templateObject3$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 35px;\n padding-bottom: 20px;\n\n ", ";\n"])), function (_ref2) {
|
|
8878
|
+
var isPageHeadingWithoutTitle = _ref2.isPageHeadingWithoutTitle;
|
|
8879
|
+
return isPageHeadingWithoutTitle && "\n height: 50px;\n padding-bottom: 0;\n margin: 10px 0;\n ";
|
|
8880
|
+
});
|
|
8881
|
+
var TitleWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject4$t || (_templateObject4$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: title;\n margin-top: 80px;\n\n ", ";\n\n @media ", " {\n & {\n margin-top: 0;\n }\n }\n"])), function (_ref3) {
|
|
9045
8882
|
var isPageHeadingWithoutTitle = _ref3.isPageHeadingWithoutTitle;
|
|
9046
8883
|
return isPageHeadingWithoutTitle && "\n margin-top: 42px;\n ";
|
|
9047
8884
|
}, devices.mobile);
|
|
9048
|
-
var ChildrenWrapper = /*#__PURE__*/styled__default.div(
|
|
8885
|
+
var ChildrenWrapper = /*#__PURE__*/styled__default.div(_templateObject5$m || (_templateObject5$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 20px;\n width: fit-content;\n height: 43px;\n\n ", ";\n\n @media ", " {\n & {\n height: 33px;\n margin-top: 10px;\n margin-bottom: 20px;\n }\n }\n"])), function (_ref4) {
|
|
9049
8886
|
var isPageHeadingWithoutTitle = _ref4.isPageHeadingWithoutTitle;
|
|
9050
8887
|
return isPageHeadingWithoutTitle && "\n margin: 10px 0;\n ";
|
|
9051
8888
|
}, devices.mobile);
|
|
9052
|
-
var TextWrapper = /*#__PURE__*/styled__default.div(
|
|
9053
|
-
var LogoWrapper = /*#__PURE__*/styled__default.div(
|
|
9054
|
-
var
|
|
9055
|
-
|
|
8889
|
+
var TextWrapper = /*#__PURE__*/styled__default.div(_templateObject6$h || (_templateObject6$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-base-white);\n grid-area: text;\n align-self: end;\n margin-top: 12px;\n\n h6 {\n margin: 0;\n padding: 0;\n }\n"])));
|
|
8890
|
+
var LogoWrapper = /*#__PURE__*/styled__default.div(_templateObject7$c || (_templateObject7$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: logo;\n justify-self: end;\n margin-top: 20px;\n position: relative;\n\n > div {\n position: absolute;\n top: 0;\n right: 0;\n }\n\n ", ";\n\n @media ", " {\n & {\n align-self: start;\n margin-top: 0;\n\n ", ";\n }\n }\n"])), function (_ref5) {
|
|
8891
|
+
var isPageHeadingWithoutTitle = _ref5.isPageHeadingWithoutTitle;
|
|
8892
|
+
return isPageHeadingWithoutTitle && "\n margin-top: 40px;\n ";
|
|
8893
|
+
}, devices.mobile, function (_ref6) {
|
|
8894
|
+
var isPageHeadingWithoutTitle = _ref6.isPageHeadingWithoutTitle;
|
|
8895
|
+
return isPageHeadingWithoutTitle && "\n margin-top: 15px;\n ";
|
|
8896
|
+
});
|
|
8897
|
+
var ButtonWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject8$8 || (_templateObject8$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n justify-self: end;\n align-self: end;\n\n @media ", " {\n & {\n justify-self: center;\n align-self: center;\n width: 100%;\n margin-top: 16px;\n }\n }\n"])), devices.mobile);
|
|
9056
8898
|
|
|
9057
|
-
var _excluded$l = ["text"];
|
|
9058
8899
|
var PageHeading = function PageHeading(_ref) {
|
|
9059
8900
|
var title = _ref.title,
|
|
8901
|
+
hierarchy = _ref.hierarchy,
|
|
9060
8902
|
text = _ref.text,
|
|
9061
8903
|
link = _ref.link,
|
|
9062
8904
|
_ref$sponsor = _ref.sponsor,
|
|
9063
8905
|
sponsor = _ref$sponsor === void 0 ? false : _ref$sponsor,
|
|
9064
8906
|
children = _ref.children,
|
|
9065
|
-
_ref$semanticLevel = _ref.semanticLevel,
|
|
9066
|
-
semanticLevel = _ref$semanticLevel === void 0 ? 1 : _ref$semanticLevel,
|
|
9067
8907
|
_ref$copyCharLimit = _ref.copyCharLimit,
|
|
9068
8908
|
copyCharLimit = _ref$copyCharLimit === void 0 ? 250 : _ref$copyCharLimit,
|
|
9069
8909
|
_ref$titleCharLimit = _ref.titleCharLimit,
|
|
9070
|
-
titleCharLimit = _ref$titleCharLimit === void 0 ? 40 : _ref$titleCharLimit
|
|
9071
|
-
|
|
9072
|
-
|
|
9073
|
-
|
|
8910
|
+
titleCharLimit = _ref$titleCharLimit === void 0 ? 40 : _ref$titleCharLimit,
|
|
8911
|
+
className = _ref.className,
|
|
8912
|
+
showBadge = _ref.showBadge,
|
|
8913
|
+
theme = _ref.theme;
|
|
8914
|
+
var themedLink = link && _extends({}, link, {
|
|
8915
|
+
textColor: ThemeColor['base-black'],
|
|
8916
|
+
backgroundColor: ThemeColor['base-white'],
|
|
8917
|
+
hoveredColor: ThemeColor['white-hovered'],
|
|
8918
|
+
pressedColor: ThemeColor['white-pressed']
|
|
8919
|
+
});
|
|
8920
|
+
var linkText = themedLink == null ? void 0 : themedLink.text;
|
|
9074
8921
|
var truncatedText = text == null ? void 0 : text.substring(0, copyCharLimit);
|
|
9075
8922
|
var truncatedTitle = title == null ? void 0 : title.substring(0, titleCharLimit);
|
|
9076
8923
|
var isTitleUnAvailable = !title;
|
|
8924
|
+
var renderBadge = function renderBadge(currentTheme) {
|
|
8925
|
+
if (!showBadge) return null;
|
|
8926
|
+
switch (currentTheme) {
|
|
8927
|
+
case exports.ThemeType.Cinema:
|
|
8928
|
+
return /*#__PURE__*/React__default.createElement(BadgeWrapper$1, {
|
|
8929
|
+
isPageHeadingWithoutTitle: isTitleUnAvailable
|
|
8930
|
+
}, /*#__PURE__*/React__default.createElement(CinemaBadge, {
|
|
8931
|
+
align: "left"
|
|
8932
|
+
}));
|
|
8933
|
+
case exports.ThemeType.Stream:
|
|
8934
|
+
return /*#__PURE__*/React__default.createElement(BadgeWrapper$1, {
|
|
8935
|
+
isPageHeadingWithoutTitle: isTitleUnAvailable
|
|
8936
|
+
}, /*#__PURE__*/React__default.createElement(StreamBadge, {
|
|
8937
|
+
align: "left"
|
|
8938
|
+
}));
|
|
8939
|
+
default:
|
|
8940
|
+
return null;
|
|
8941
|
+
}
|
|
8942
|
+
};
|
|
9077
8943
|
return /*#__PURE__*/React__default.createElement(PageHeadingWrapper, {
|
|
8944
|
+
className: className,
|
|
9078
8945
|
"data-testid": "page-heading-wrapper",
|
|
9079
8946
|
isPageHeadingWithoutTitle: isTitleUnAvailable
|
|
9080
8947
|
}, /*#__PURE__*/React__default.createElement(PageHeadingGrid, null, /*#__PURE__*/React__default.createElement(TitleWrapper$2, {
|
|
9081
8948
|
"data-testid": "page-heading-title",
|
|
9082
8949
|
isPageHeadingWithoutTitle: isTitleUnAvailable
|
|
9083
|
-
}, children ? (/*#__PURE__*/React__default.createElement(ChildrenWrapper, {
|
|
8950
|
+
}, renderBadge(theme), children ? (/*#__PURE__*/React__default.createElement(ChildrenWrapper, {
|
|
9084
8951
|
isPageHeadingWithoutTitle: isTitleUnAvailable
|
|
9085
|
-
}, children)) : null, !isTitleUnAvailable && (/*#__PURE__*/React__default.createElement(
|
|
9086
|
-
|
|
9087
|
-
|
|
8952
|
+
}, children)) : null, !isTitleUnAvailable && (/*#__PURE__*/React__default.createElement(HarmonicHeader, {
|
|
8953
|
+
color: "white",
|
|
8954
|
+
size: "large",
|
|
8955
|
+
hierarchy: hierarchy
|
|
9088
8956
|
}, truncatedTitle))), text ? (/*#__PURE__*/React__default.createElement(TextWrapper, {
|
|
9089
8957
|
"data-testid": "page-heading-text"
|
|
9090
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
8958
|
+
}, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
8959
|
+
color: "white",
|
|
8960
|
+
size: "large",
|
|
9091
8961
|
dangerouslySetInnerHTML: {
|
|
9092
8962
|
__html: truncatedText
|
|
9093
8963
|
}
|
|
9094
8964
|
}))) : null, sponsor ? (/*#__PURE__*/React__default.createElement(LogoWrapper, {
|
|
9095
|
-
"data-testid": "page-heading-sponsor"
|
|
9096
|
-
|
|
8965
|
+
"data-testid": "page-heading-sponsor",
|
|
8966
|
+
isPageHeadingWithoutTitle: isTitleUnAvailable
|
|
8967
|
+
}, /*#__PURE__*/React__default.createElement(Sponsorship, null))) : null, themedLink ? (/*#__PURE__*/React__default.createElement(ButtonWrapper$1, {
|
|
9097
8968
|
"data-testid": "page-heading-link"
|
|
9098
|
-
}, /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({},
|
|
9099
|
-
};
|
|
9100
|
-
|
|
9101
|
-
var _excluded$m = ["link"];
|
|
9102
|
-
var PageHeadingCore = function PageHeadingCore(_ref) {
|
|
9103
|
-
var link = _ref.link,
|
|
9104
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$m);
|
|
9105
|
-
var coreLink = link && _extends({}, link, {
|
|
9106
|
-
color: ThemeColor['base-white'],
|
|
9107
|
-
bgColor: ThemeColor['base-black']
|
|
9108
|
-
});
|
|
9109
|
-
return /*#__PURE__*/React__default.createElement(Theme, {
|
|
9110
|
-
theme: exports.ThemeType.Core
|
|
9111
|
-
}, /*#__PURE__*/React__default.createElement(PageHeading, Object.assign({}, rest, {
|
|
9112
|
-
link: coreLink
|
|
9113
|
-
})));
|
|
9114
|
-
};
|
|
9115
|
-
|
|
9116
|
-
var _excluded$n = ["link"];
|
|
9117
|
-
var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
9118
|
-
var link = _ref.link,
|
|
9119
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$n);
|
|
9120
|
-
var cinemaLink = link && _extends({}, link, {
|
|
9121
|
-
color: ThemeColor['base-black'],
|
|
9122
|
-
bgColor: ThemeColor['base-white']
|
|
9123
|
-
});
|
|
9124
|
-
return /*#__PURE__*/React__default.createElement(Theme, {
|
|
9125
|
-
theme: exports.ThemeType.Cinema
|
|
9126
|
-
}, /*#__PURE__*/React__default.createElement(PageHeading, Object.assign({}, rest, {
|
|
9127
|
-
link: cinemaLink
|
|
9128
|
-
}), /*#__PURE__*/React__default.createElement(CinemaBadge, {
|
|
9129
|
-
align: "left"
|
|
9130
|
-
})));
|
|
8969
|
+
}, /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, themedLink), linkText))) : null));
|
|
9131
8970
|
};
|
|
9132
8971
|
|
|
9133
|
-
var _templateObject$$, _templateObject2$M, _templateObject3$
|
|
8972
|
+
var _templateObject$$, _templateObject2$M, _templateObject3$z, _templateObject4$u, _templateObject5$n, _templateObject6$i, _templateObject7$d, _templateObject8$9;
|
|
9134
8973
|
var ImpactWrapper = /*#__PURE__*/styled__default.div(_templateObject$$ || (_templateObject$$ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n position: relative;\n display: flex;\n background: var(--base-color-black);\n\n @media ", " {\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n }\n"])), devices.mobile);
|
|
9135
8974
|
var ImpactHeaderImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$M || (_templateObject2$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n overflow: hidden;\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n img {\n width: 100%;\n filter: brightness(0.7);\n opacity: 0.95;\n }\n\n @media ", " {\n height: fit-content;\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n\n img {\n height: 100%;\n object-fit: cover;\n }\n }\n"])), devices.mobile);
|
|
9136
|
-
var ImpactGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$
|
|
9137
|
-
var SponsorWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8975
|
+
var ImpactGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$z || (_templateObject3$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n align-self: center;\n width: 100%;\n z-index: ", ";\n gap: 0 var(--grid-column-gap);\n grid-template-rows: min-content min-content min-content;\n grid-template-areas:\n '. . . . . logo logo logo logo logo logo . . . . .'\n '. . . text text text text text text text text text text . . .'\n '. . . button button button button button button button button button button . . .';\n\n @media ", " {\n & {\n height: 100%;\n grid-template-rows: 1fr max-content 1fr;\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. text text text text text text text text text text text text .'\n '. button button button button button button button button button button button button .';\n }\n }\n\n @media ", " {\n align-content: center;\n\n & {\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. . text text text text text text text text text text . .'\n '. . button button button button button button button button button button . .';\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
8976
|
+
var SponsorWrapper = /*#__PURE__*/styled__default.div(_templateObject4$u || (_templateObject4$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 20px;\n right: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @media ", " {\n & {\n right: var(--grid-margin);\n }\n }\n"])), zIndexes.sponsorship, devices.mobileAndTablet);
|
|
9138
8977
|
var LogoWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$n || (_templateObject5$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: logo;\n align-self: end;\n"])));
|
|
9139
8978
|
var TextWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject6$i || (_templateObject6$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: text;\n color: var(--base-color-white);\n text-align: center;\n margin-top: 40px;\n max-height: calc(2 * var(--line-height-header-3));\n overflow: hidden;\n\n h3 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n & {\n max-height: calc(4 * var(--line-height-header-3));\n }\n }\n\n @media ", " {\n & {\n margin-top: 12px;\n max-height: calc(4 * var(--line-height-header-3));\n }\n\n h3 {\n font-size: var(--font-size-header-3);\n letter-spacing: var(--letter-spacing-header-5);\n line-height: var(--line-height-header-5);\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
9140
8979
|
var ButtonWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject7$d || (_templateObject7$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n align-self: end;\n display: flex;\n justify-content: center;\n margin-top: 40px;\n\n @media ", " {\n & {\n margin-top: 0px;\n margin-bottom: 20px;\n }\n }\n"])), devices.mobile);
|
|
9141
8980
|
var ScrollDownWrapper = /*#__PURE__*/styled__default.div(_templateObject8$9 || (_templateObject8$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 20px;\n left: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @keyframes UpDown {\n 0%,\n 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(8px);\n }\n }\n\n a {\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n border: none;\n padding: 0;\n :hover {\n border: none;\n\n > span {\n animation: UpDown 1500ms linear infinite;\n }\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
9142
8981
|
|
|
9143
|
-
var _excluded$
|
|
8982
|
+
var _excluded$k = ["text"];
|
|
9144
8983
|
var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
9145
8984
|
var children = _ref.children,
|
|
9146
8985
|
text = _ref.text,
|
|
@@ -9158,7 +8997,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9158
8997
|
var truncatedText = text == null ? void 0 : text.substring(0, 75);
|
|
9159
8998
|
var _ref2 = link || {},
|
|
9160
8999
|
linkText = _ref2.text,
|
|
9161
|
-
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
9000
|
+
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$k);
|
|
9162
9001
|
return /*#__PURE__*/React__default.createElement(ImpactWrapper, {
|
|
9163
9002
|
bgUrlDesktop: bgUrlDesktop,
|
|
9164
9003
|
bgUrlDevice: bgUrlDevice,
|
|
@@ -9167,9 +9006,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9167
9006
|
"data-testid": "impact-sponsor"
|
|
9168
9007
|
}, customSponsorImage ? (/*#__PURE__*/React__default.createElement(Sponsorship, Object.assign({
|
|
9169
9008
|
"data-testid": "impact-custom-sponsor"
|
|
9170
|
-
}, customSponsorImage, {
|
|
9171
|
-
isCustomImage: true
|
|
9172
|
-
}))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(ImpactHeaderImageWrapper, null, /*#__PURE__*/React__default.createElement("picture", {
|
|
9009
|
+
}, customSponsorImage))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(ImpactHeaderImageWrapper, null, /*#__PURE__*/React__default.createElement("picture", {
|
|
9173
9010
|
"data-testid": "impact-picture"
|
|
9174
9011
|
}, bgUrlDevice && (/*#__PURE__*/React__default.createElement("source", {
|
|
9175
9012
|
srcSet: bgUrlDevice,
|
|
@@ -9198,12 +9035,12 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9198
9035
|
iconName: "Arrow",
|
|
9199
9036
|
iconDirection: "down",
|
|
9200
9037
|
href: scrollHref,
|
|
9201
|
-
color:
|
|
9202
|
-
hoverColor:
|
|
9038
|
+
color: ThemeColor['base-white'],
|
|
9039
|
+
hoverColor: ThemeColor['base-white']
|
|
9203
9040
|
}, "Scroll Down"))) : null);
|
|
9204
9041
|
};
|
|
9205
9042
|
|
|
9206
|
-
var _templateObject$10, _templateObject2$N, _templateObject3$
|
|
9043
|
+
var _templateObject$10, _templateObject2$N, _templateObject3$A, _templateObject4$v, _templateObject5$o;
|
|
9207
9044
|
var PanelGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$10 || (_templateObject$10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n\n ", "\n\n @media ", " {\n grid-template-rows: 48px max-content max-content;\n }\n"])), function (_ref) {
|
|
9208
9045
|
var color = _ref.color;
|
|
9209
9046
|
return "\n background-color: " + (color ? "var(--base-color-" + color + ")" : 'var(--base-color-core)') + ";\n color: " + (color === exports.Colors.White ? 'var(--base-color-black)' : 'var(--base-color-white)') + ";\n ";
|
|
@@ -9215,8 +9052,8 @@ var LeftPanel = /*#__PURE__*/styled__default.div(_templateObject2$N || (_templat
|
|
|
9215
9052
|
var hasImage = _ref3.hasImage;
|
|
9216
9053
|
return hasImage ? '3 / 1 / 4 / 15' : '1 / 1 / 3 / 15';
|
|
9217
9054
|
});
|
|
9218
|
-
var RightPanel = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9219
|
-
var InfoWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9055
|
+
var RightPanel = /*#__PURE__*/styled__default.div(_templateObject3$A || (_templateObject3$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 7 / 3 / 17;\n position: relative;\n height: 100%;\n width: 100%;\n background-color: var(--base-color-black);\n\n @media ", " {\n grid-area: 2 / 1 / 3 / 15;\n }\n"])), devices.mobileAndTablet);
|
|
9056
|
+
var InfoWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject4$v || (_templateObject4$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 36px;\n max-height: 33vw;\n overflow: hidden;\n\n :first-child * {\n margin-block-start: 0;\n }\n\n @media ", " {\n margin: 36px 20px;\n max-height: unset;\n }\n"])), devices.mobileAndTablet);
|
|
9220
9057
|
var ScrollDownWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$o || (_templateObject5$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0 0 25px 36px;\n\n @keyframes UpDown {\n 0%,\n 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(8px);\n }\n }\n\n a {\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n border: none;\n padding: 0;\n\n :hover {\n border: none;\n\n > span {\n animation: UpDown 1500ms linear infinite;\n }\n }\n }\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
9221
9058
|
|
|
9222
9059
|
var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
@@ -9237,8 +9074,8 @@ var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
|
9237
9074
|
iconName: "Arrow",
|
|
9238
9075
|
iconDirection: "down",
|
|
9239
9076
|
href: scrollTo,
|
|
9240
|
-
color: color ===
|
|
9241
|
-
hoverColor: color ===
|
|
9077
|
+
color: color === ThemeColor['base-white'] ? ThemeColor['base-black'] : ThemeColor['base-white'],
|
|
9078
|
+
hoverColor: color === ThemeColor['base-white'] ? ThemeColor['base-black'] : ThemeColor['base-white']
|
|
9242
9079
|
}, "Scroll Down")))), hasImage && (/*#__PURE__*/React__default.createElement(RightPanel, null, /*#__PURE__*/React__default.createElement(ImageAspectRatioWrapper, {
|
|
9243
9080
|
aspectRatio: exports.AspectRatio['4:3']
|
|
9244
9081
|
}, /*#__PURE__*/React__default.createElement("img", {
|
|
@@ -9247,31 +9084,11 @@ var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
|
9247
9084
|
})))));
|
|
9248
9085
|
};
|
|
9249
9086
|
|
|
9250
|
-
var _templateObject$11;
|
|
9251
|
-
var
|
|
9252
|
-
|
|
9253
|
-
var _excluded$p = ["link"];
|
|
9254
|
-
var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
9255
|
-
var link = _ref.link,
|
|
9256
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$p);
|
|
9257
|
-
var streamLink = link && _extends({}, link, {
|
|
9258
|
-
color: ThemeColor['base-black'],
|
|
9259
|
-
bgColor: ThemeColor['base-white']
|
|
9260
|
-
});
|
|
9261
|
-
return /*#__PURE__*/React__default.createElement(Theme, {
|
|
9262
|
-
theme: exports.ThemeType.Stream
|
|
9263
|
-
}, /*#__PURE__*/React__default.createElement(StreamWrapper, null, /*#__PURE__*/React__default.createElement(PageHeading, Object.assign({}, rest, {
|
|
9264
|
-
link: streamLink
|
|
9265
|
-
}), /*#__PURE__*/React__default.createElement(StreamBadge, {
|
|
9266
|
-
align: "left"
|
|
9267
|
-
}))));
|
|
9268
|
-
};
|
|
9269
|
-
|
|
9270
|
-
var _templateObject$12, _templateObject2$O, _templateObject3$A, _templateObject4$v, _templateObject5$p, _templateObject6$j, _templateObject7$e, _templateObject8$a, _templateObject9$5, _templateObject10$5, _templateObject11$3;
|
|
9271
|
-
var Wrapper$5 = /*#__PURE__*/styled__default.section(_templateObject$12 || (_templateObject$12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
9087
|
+
var _templateObject$11, _templateObject2$O, _templateObject3$B, _templateObject4$w, _templateObject5$p, _templateObject6$j, _templateObject7$e, _templateObject8$a, _templateObject9$5, _templateObject0$5, _templateObject1$3;
|
|
9088
|
+
var Wrapper$5 = /*#__PURE__*/styled__default.section(_templateObject$11 || (_templateObject$11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
9272
9089
|
var ImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$O || (_templateObject2$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n\n picture,\n img {\n width: 100%;\n height: 100%;\n }\n"])));
|
|
9273
|
-
var SponsorWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9274
|
-
var ImageButtonWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9090
|
+
var SponsorWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$B || (_templateObject3$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 20px;\n right: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @media ", " {\n & {\n right: var(--grid-margin);\n }\n }\n"])), zIndexes.sponsorship, devices.mobileAndTablet);
|
|
9091
|
+
var ImageButtonWrapper = /*#__PURE__*/styled__default.div(_templateObject4$w || (_templateObject4$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n right: var(--grid-outer-margin);\n bottom: 20px;\n z-index: 10;\n\n @media ", " {\n right: var(--grid-margin);\n bottom: 10px;\n }\n"])), devices.tablet);
|
|
9275
9092
|
var ContentSection = /*#__PURE__*/styled__default.div(_templateObject5$p || (_templateObject5$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--heading-promo-bg-color);\n border-bottom: ", ";\n display: ", ";\n\n @media ", " {\n padding: 12px 0 20px;\n }\n"])), function (_ref) {
|
|
9276
9093
|
var theme = _ref.theme;
|
|
9277
9094
|
return theme == exports.ThemeType.Cinema ? '2px solid var(--color-base-light-grey)' : 'none';
|
|
@@ -9279,7 +9096,7 @@ var ContentSection = /*#__PURE__*/styled__default.div(_templateObject5$p || (_te
|
|
|
9279
9096
|
var showBlock = _ref2.showBlock;
|
|
9280
9097
|
return showBlock ? 'block' : 'none';
|
|
9281
9098
|
}, devices.mobile);
|
|
9282
|
-
var BadgeWrapper$
|
|
9099
|
+
var BadgeWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject6$j || (_templateObject6$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n svg {\n height: 32px;\n }\n\n @media ", " {\n margin-bottom: 12px;\n }\n"])), devices.mobile);
|
|
9283
9100
|
var AdditionalContentWrapper = /*#__PURE__*/styled__default.div(_templateObject7$e || (_templateObject7$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: start;\n align-items: center;\n width: 200px;\n\n @media ", " {\n order: ", ";\n width: 100%;\n justify-content: center;\n }\n"])), devices.mobile, function (_ref3) {
|
|
9284
9101
|
var isBadgePresent = _ref3.isBadgePresent;
|
|
9285
9102
|
return isBadgePresent ? '1' : '4';
|
|
@@ -9289,14 +9106,14 @@ var MainButtonWrapper = /*#__PURE__*/styled__default.div(_templateObject8$a || (
|
|
|
9289
9106
|
return isAdditionalButtonPresent ? '20px' : '0';
|
|
9290
9107
|
});
|
|
9291
9108
|
var AdditionalButtonWrapper = /*#__PURE__*/styled__default.div(_templateObject9$5 || (_templateObject9$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n width: 100%;\n display: flex;\n justify-content: center;\n }\n"])), devices.mobile);
|
|
9292
|
-
var TitleWrapper$3 = /*#__PURE__*/styled__default.div(
|
|
9109
|
+
var TitleWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject0$5 || (_templateObject0$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: center;\n padding: 10px 0;\n\n h1,\n h2,\n h3 {\n color: ", ";\n }\n\n @media ", " {\n padding: 0;\n order: 2;\n margin-bottom: ", ";\n }\n"])), function (_ref5) {
|
|
9293
9110
|
var theme = _ref5.theme;
|
|
9294
9111
|
return theme == exports.ThemeType.Cinema ? 'var(--color-base-black)' : 'var(--color-base-white)';
|
|
9295
9112
|
}, devices.mobile, function (_ref6) {
|
|
9296
9113
|
var isButtonPresent = _ref6.isButtonPresent;
|
|
9297
9114
|
return isButtonPresent ? '20px' : '0';
|
|
9298
9115
|
});
|
|
9299
|
-
var ContentWrapper$2 = /*#__PURE__*/styled__default.div(
|
|
9116
|
+
var ContentWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject1$3 || (_templateObject1$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n min-height: 70px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n\n @media ", " {\n min-height: auto;\n flex-direction: column;\n justify-content: start;\n }\n"])), devices.mobile);
|
|
9300
9117
|
|
|
9301
9118
|
var PageHeadingPromoBadge;
|
|
9302
9119
|
(function (PageHeadingPromoBadge) {
|
|
@@ -9311,7 +9128,7 @@ var Badge = function Badge(_ref) {
|
|
|
9311
9128
|
if (!badge) return null;
|
|
9312
9129
|
var color = theme === exports.ThemeType.Cinema ? exports.Colors.Black : exports.Colors.White;
|
|
9313
9130
|
var alignment = isMobile ? 'center' : 'left';
|
|
9314
|
-
return /*#__PURE__*/React__default.createElement(BadgeWrapper$
|
|
9131
|
+
return /*#__PURE__*/React__default.createElement(BadgeWrapper$2, {
|
|
9315
9132
|
"data-testid": "promo-heading-badge"
|
|
9316
9133
|
}, badge === PageHeadingPromoBadge.Cinema ? (/*#__PURE__*/React__default.createElement(CinemaBadge, {
|
|
9317
9134
|
fillColor: color,
|
|
@@ -9402,10 +9219,12 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9402
9219
|
additionalLink = _ref.additionalLink,
|
|
9403
9220
|
image = _ref.image;
|
|
9404
9221
|
var _useViewport = useViewport(),
|
|
9405
|
-
isMobile = _useViewport.isMobile
|
|
9222
|
+
isMobile = _useViewport.isMobile,
|
|
9223
|
+
hydrated = _useViewport.hydrated;
|
|
9406
9224
|
var showImageButton = !title && !badge && !additionalLink && !isMobile;
|
|
9407
9225
|
var showContentBlock = !!title || !!additionalLink || !!mainLink && isMobile;
|
|
9408
9226
|
var truncatedTitle = title ? truncate(title, TITLE_MAX_LENGTH) : null;
|
|
9227
|
+
if (!hydrated) return null;
|
|
9409
9228
|
return /*#__PURE__*/React__default.createElement(Wrapper$5, {
|
|
9410
9229
|
className: className
|
|
9411
9230
|
}, sponsor && (/*#__PURE__*/React__default.createElement(SponsorWrapper$1, {
|
|
@@ -9453,7 +9272,13 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9453
9272
|
theme: theme,
|
|
9454
9273
|
link: mainLink,
|
|
9455
9274
|
isMobile: isMobile
|
|
9456
|
-
}))))), isMobile && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null,
|
|
9275
|
+
}))))), isMobile && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null, badge && (/*#__PURE__*/React__default.createElement(AdditionalContentWrapper, {
|
|
9276
|
+
isBadgePresent: !!badge
|
|
9277
|
+
}, /*#__PURE__*/React__default.createElement(Badge, {
|
|
9278
|
+
theme: theme,
|
|
9279
|
+
badge: badge,
|
|
9280
|
+
isMobile: isMobile
|
|
9281
|
+
}))), title && (/*#__PURE__*/React__default.createElement(TitleWrapper$3, {
|
|
9457
9282
|
theme: theme,
|
|
9458
9283
|
isButtonPresent: !!mainLink || !!additionalLink
|
|
9459
9284
|
}, /*#__PURE__*/React__default.createElement(HarmonicHeader, {
|
|
@@ -9465,22 +9290,18 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9465
9290
|
theme: theme,
|
|
9466
9291
|
link: mainLink,
|
|
9467
9292
|
isMobile: isMobile
|
|
9468
|
-
}))),
|
|
9293
|
+
}))), !badge && additionalLink && (/*#__PURE__*/React__default.createElement(AdditionalContentWrapper, {
|
|
9469
9294
|
isBadgePresent: !!badge
|
|
9470
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
9471
|
-
theme: theme,
|
|
9472
|
-
badge: badge,
|
|
9473
|
-
isMobile: isMobile
|
|
9474
|
-
}), !badge && (/*#__PURE__*/React__default.createElement(AdditionalButtonWrapper, null, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
9295
|
+
}, /*#__PURE__*/React__default.createElement(AdditionalButtonWrapper, null, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
9475
9296
|
theme: theme,
|
|
9476
9297
|
link: additionalLink
|
|
9477
|
-
})))))))))))
|
|
9298
|
+
})))))))))));
|
|
9478
9299
|
};
|
|
9479
9300
|
|
|
9480
|
-
var _templateObject$
|
|
9481
|
-
var BrandingTextBlock = /*#__PURE__*/styled__default.div(_templateObject$
|
|
9301
|
+
var _templateObject$12, _templateObject2$P, _templateObject3$C, _templateObject5$q, _templateObject6$k, _templateObject7$f, _templateObject8$b, _templateObject9$6, _templateObject0$6;
|
|
9302
|
+
var BrandingTextBlock = /*#__PURE__*/styled__default.div(_templateObject$12 || (_templateObject$12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-body-2);\n font-family: var(--font-family-header);\n text-transform: uppercase;\n margin: 0;\n white-space: nowrap;\n @media screen and (max-width: 920px) {\n white-space: normal;\n }\n @media ", " {\n white-space: nowrap;\n }\n"])), devices.mobile);
|
|
9482
9303
|
var BrandingTextBody = /*#__PURE__*/styled__default.div(_templateObject2$P || (_templateObject2$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-size: var(--font-size-heading-6);\n line-height: var(--line-height-heading-6);\n"])));
|
|
9483
|
-
var ComapctHeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9304
|
+
var ComapctHeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$C || (_templateObject3$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n display: block;\n"])));
|
|
9484
9305
|
var CompactHeaderAssetWrapper = /*#__PURE__*/styled__default.div(_templateObject5$q || (_templateObject5$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 37.5vw;\n width: 100%;\n position: relative;\n overflow: hidden;\n background-color: #000;\n img {\n position: relative;\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n video {\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n object-fit: contain;\n @media ", " {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n margin: auto;\n height: auto;\n max-height: 100vh;\n width: 100%;\n object-fit: contain;\n }\n }\n @media ", " {\n height: 85vw;\n max-height: 100vh;\n }\n"])), devices.mobile, devices.mobile);
|
|
9485
9306
|
var CompactHeaderCopyWrapper = /*#__PURE__*/styled__default(Grid)(_templateObject6$k || (_templateObject6$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n height: 160px;\n grid-template-rows: min-content min-content;\n grid-template-rows: min-content min-content;\n grid-template-columns: [logo] 1fr [title] 3fr [cta] 1fr;\n align-content: center;\n gap: 0;\n background-color: ", ";\n color: ", ";\n\n svg {\n width: 210px;\n fill: ", ";\n }\n\n h1::selection,\n div::selection {\n ", ";\n }\n\n @media ", " {\n svg {\n width: 145px;\n }\n }\n\n @media ", " {\n display: flex;\n flex-direction: column;\n height: auto;\n padding: 32px 20px;\n\n svg {\n width: 180px;\n }\n }\n"])), function (_ref) {
|
|
9486
9307
|
var invert = _ref.invert,
|
|
@@ -9501,7 +9322,7 @@ var CompactHeaderCopyWrapper = /*#__PURE__*/styled__default(Grid)(_templateObjec
|
|
|
9501
9322
|
var CompactHeaderLogoWrapper = /*#__PURE__*/styled__default.div(_templateObject7$f || (_templateObject7$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: logo;\n padding-left: 50px;\n justify-content: left;\n align-items: center;\n width: 100%;\n @media ", " {\n padding-left: 0px;\n justify-content: center;\n }\n @media ", " {\n width: fit-content;\n }\n"])), devices.mobile, devices.tablet);
|
|
9502
9323
|
var CompactHeaderTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject8$b || (_templateObject8$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: title;\n align-items: center;\n justify-content: center;\n font-family: var(--font-family-header);\n text-transform: uppercase;\n text-align: center;\n padding: 0 2em;\n @media ", " {\n justify-content: center;\n }\n"])), devices.mobile);
|
|
9503
9324
|
var CompactHeaderCTAWrapper = /*#__PURE__*/styled__default.div(_templateObject9$6 || (_templateObject9$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: cta;\n justify-content: right;\n align-items: center;\n padding-right: 50px;\n @media ", " {\n padding-right: 0px;\n justify-content: center;\n }\n"])), devices.mobile);
|
|
9504
|
-
var PrimaryButtonWithInversion = /*#__PURE__*/styled__default(PrimaryButton)(
|
|
9325
|
+
var PrimaryButtonWithInversion = /*#__PURE__*/styled__default(PrimaryButton)(_templateObject0$6 || (_templateObject0$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: ", ";\n color: ", ";\n svg {\n fill: ", ";\n path {\n fill: ", ";\n }\n }\n min-width: 145px;\n"])), function (_ref5) {
|
|
9505
9326
|
var invert = _ref5.invert,
|
|
9506
9327
|
theme = _ref5.theme;
|
|
9507
9328
|
return invert ? theme.colors.primary : theme.colors.white;
|
|
@@ -9590,7 +9411,7 @@ var CompactHeaderBranding = function CompactHeaderBranding(_ref) {
|
|
|
9590
9411
|
return /*#__PURE__*/React__default.createElement(CompactHeaderLogoWrapper, null, renderBranding(brandingStyle, invert, brandingText, brandingLink));
|
|
9591
9412
|
};
|
|
9592
9413
|
|
|
9593
|
-
var _excluded$
|
|
9414
|
+
var _excluded$l = ["text"];
|
|
9594
9415
|
var useResponsiveVideo = function useResponsiveVideo(video, poster) {
|
|
9595
9416
|
var mobileVideo = video.mobile || video.desktop;
|
|
9596
9417
|
var desktopVideo = video.desktop || video.mobile;
|
|
@@ -9692,13 +9513,11 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9692
9513
|
brandingText = _ref4.brandingText,
|
|
9693
9514
|
brandingLink = _ref4.brandingLink,
|
|
9694
9515
|
_ref4$showCopy = _ref4.showCopy,
|
|
9695
|
-
showCopy = _ref4$showCopy === void 0 ? true : _ref4$showCopy
|
|
9696
|
-
_ref4$semanticLevel = _ref4.semanticLevel,
|
|
9697
|
-
semanticLevel = _ref4$semanticLevel === void 0 ? 1 : _ref4$semanticLevel;
|
|
9516
|
+
showCopy = _ref4$showCopy === void 0 ? true : _ref4$showCopy;
|
|
9698
9517
|
var _ref5 = link || {},
|
|
9699
9518
|
linkText = _ref5.text,
|
|
9700
|
-
restLink = _objectWithoutPropertiesLoose(_ref5, _excluded$
|
|
9701
|
-
|
|
9519
|
+
restLink = _objectWithoutPropertiesLoose(_ref5, _excluded$l);
|
|
9520
|
+
// const titleSize = title && title.length > 20 ? 4 : 3;
|
|
9702
9521
|
var video = {
|
|
9703
9522
|
elementId: 'compact-header-video',
|
|
9704
9523
|
desktop: videoUrlDesktop,
|
|
@@ -9713,9 +9532,7 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9713
9532
|
"data-testid": "compact-sponsor"
|
|
9714
9533
|
}, customSponsorImage ? (/*#__PURE__*/React__default.createElement(Sponsorship, Object.assign({
|
|
9715
9534
|
"data-testid": "compact-custom-sponsor"
|
|
9716
|
-
}, customSponsorImage, {
|
|
9717
|
-
isCustomImage: true
|
|
9718
|
-
}))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(CompactHeaderAssetWrapper, null, /*#__PURE__*/React__default.createElement(CompactHeaderVideo, {
|
|
9535
|
+
}, customSponsorImage))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(CompactHeaderAssetWrapper, null, /*#__PURE__*/React__default.createElement(CompactHeaderVideo, {
|
|
9719
9536
|
video: video,
|
|
9720
9537
|
poster: poster
|
|
9721
9538
|
})), showCopy && (/*#__PURE__*/React__default.createElement(CompactHeaderCopyWrapper, {
|
|
@@ -9726,24 +9543,24 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9726
9543
|
brandingText: brandingText,
|
|
9727
9544
|
brandingLink: brandingLink,
|
|
9728
9545
|
invert: invert
|
|
9729
|
-
}), /*#__PURE__*/React__default.createElement(CompactHeaderTitleWrapper, null, /*#__PURE__*/React__default.createElement(
|
|
9730
|
-
|
|
9731
|
-
|
|
9546
|
+
}), /*#__PURE__*/React__default.createElement(CompactHeaderTitleWrapper, null, /*#__PURE__*/React__default.createElement(HarmonicHeader, {
|
|
9547
|
+
size: "large",
|
|
9548
|
+
hierarchy: "h1"
|
|
9732
9549
|
}, title && truncate(title, 40))), link && (/*#__PURE__*/React__default.createElement(CompactHeaderCTAWrapper, null, /*#__PURE__*/React__default.createElement(PrimaryButtonWithInversion, Object.assign({}, restLink, {
|
|
9733
9550
|
invert: invert,
|
|
9734
9551
|
className: "page-heading-compact__button"
|
|
9735
9552
|
}), linkText))))));
|
|
9736
9553
|
};
|
|
9737
9554
|
|
|
9738
|
-
var _templateObject$
|
|
9739
|
-
var MorePages = /*#__PURE__*/styled__default.span(_templateObject$
|
|
9555
|
+
var _templateObject$13, _templateObject2$Q, _templateObject3$D, _templateObject4$x;
|
|
9556
|
+
var MorePages = /*#__PURE__*/styled__default.span(_templateObject$13 || (_templateObject$13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: not-allowed;\n pointer-events: none;\n"])));
|
|
9740
9557
|
var PageNumberWrapper = /*#__PURE__*/styled__default.ol(_templateObject2$Q || (_templateObject2$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: 40px;\n margin-bottom: 40px;\n flex-wrap: nowrap;\n flex-direction: row;\n list-style: none;\n padding: 0;\n max-width: fit-content;\n margin: auto;\n li {\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n margin-left: 16px;\n color: var(--base-color-dark-grey);\n display: flex;\n align-items: center;\n border-bottom: 1px solid rgba(0, 0, 0, 0);\n }\n"])));
|
|
9741
9558
|
// PageNumber extends bodyText but uses subtitle-1 font size
|
|
9742
|
-
var PageNumber = /*#__PURE__*/styled__default.a(_templateObject3$
|
|
9559
|
+
var PageNumber = /*#__PURE__*/styled__default.a(_templateObject3$D || (_templateObject3$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: inherit;\n margin: 0;\n border-bottom: 1px solid transparent;\n line-height: var(--base-line-height);\n text-decoration: none;\n font-family: var(--font-family-body-1);\n :hover {\n color: var(--base-color-core);\n border-bottom: 1px solid var(--base-color-core);\n svg > path {\n fill: var(--base-color-core);\n }\n }\n /* active state - string used because react returns error for bool */\n ", "\n"])), function (_ref) {
|
|
9743
9560
|
var active = _ref.active;
|
|
9744
9561
|
return active === 'true' && " \n color: var(--base-color-core);\n ";
|
|
9745
9562
|
});
|
|
9746
|
-
var NextPage = /*#__PURE__*/styled__default(PageNumber)(_templateObject4$
|
|
9563
|
+
var NextPage = /*#__PURE__*/styled__default(PageNumber)(_templateObject4$x || (_templateObject4$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n width: 25px;\n align-items: center;\n justify-content: center;\n margin-left: 0;\n span {\n height: 1.5em;\n svg > path {\n fill: var(--base-color-dark-grey);\n }\n }\n"])));
|
|
9747
9564
|
|
|
9748
9565
|
var reducePages = function reducePages(pages, currentPage) {
|
|
9749
9566
|
// If there are less than 6 pages, return all pages
|
|
@@ -9809,11 +9626,11 @@ var Pagination = function Pagination(_ref) {
|
|
|
9809
9626
|
})))));
|
|
9810
9627
|
};
|
|
9811
9628
|
|
|
9812
|
-
var _templateObject$
|
|
9813
|
-
var PeopleListingGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$
|
|
9629
|
+
var _templateObject$14, _templateObject2$R, _templateObject3$E, _templateObject4$y, _templateObject5$r, _templateObject6$l, _templateObject7$g;
|
|
9630
|
+
var PeopleListingGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$14 || (_templateObject$14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: var(--line-height-people-listing-gap) var(--grid-column-gap);\n\n p {\n margin: 0;\n }\n\n grid-template-columns: 1fr 1fr 1fr;\n\n @media ", " {\n grid-template-columns: 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr 1fr 1fr;\n }\n"])), devices.mobile, devices.tablet, devices.largeDesktop);
|
|
9814
9631
|
var PersonWrapper = /*#__PURE__*/styled__default.div(_templateObject2$R || (_templateObject2$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: 60px 1fr;\n grid-template-areas: 'headshot role-person';\n grid-column-gap: 10px;\n"])));
|
|
9815
|
-
var HeadshotWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9816
|
-
var RoleWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9632
|
+
var HeadshotWrapper = /*#__PURE__*/styled__default.div(_templateObject3$E || (_templateObject3$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: headshot;\n img {\n width: 60px;\n height: 60px;\n }\n"])));
|
|
9633
|
+
var RoleWrapper = /*#__PURE__*/styled__default.div(_templateObject4$y || (_templateObject4$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-dark-grey);\n overflow-wrap: break-word;\n margin-bottom: 4px;\n"])));
|
|
9817
9634
|
var TextWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject5$r || (_templateObject5$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: role-person;\n break-inside: avoid;\n"])));
|
|
9818
9635
|
var PersonLink = /*#__PURE__*/styled__default.a(_templateObject6$l || (_templateObject6$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-black);\n text-decoration: underline;\n\n :hover {\n color: var(--base-color-primary);\n :after {\n color: var(--base-color-black);\n }\n }\n\n :visited {\n color: var(--base-color-black);\n }\n"])));
|
|
9819
9636
|
var ReplacementWrapper = /*#__PURE__*/styled__default.span(_templateObject7$g || (_templateObject7$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-dark-grey);\n"])));
|
|
@@ -9873,14 +9690,14 @@ var PeopleListing = function PeopleListing(_ref) {
|
|
|
9873
9690
|
}));
|
|
9874
9691
|
};
|
|
9875
9692
|
|
|
9876
|
-
var _templateObject$
|
|
9877
|
-
var ReplacementWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$
|
|
9693
|
+
var _templateObject$15, _templateObject2$S, _templateObject3$F, _templateObject4$z;
|
|
9694
|
+
var ReplacementWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$15 || (_templateObject$15 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n"])));
|
|
9878
9695
|
var CreditListingWrapper = /*#__PURE__*/styled__default(PeopleListingGrid)(_templateObject2$S || (_templateObject2$S = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n p {\n line-height: 1.5;\n }\n\n grid-template-columns: ", ";\n\n @media ", " {\n grid-template-columns: 1fr;\n }\n\n @media ", " {\n grid-template-columns: repeat(2, 1fr);\n }\n"])), function (_ref) {
|
|
9879
9696
|
var columnCount = _ref.columnCount;
|
|
9880
9697
|
return "repeat(" + columnCount + ", 1fr)";
|
|
9881
9698
|
}, devices.mobile, devices.tablet);
|
|
9882
|
-
var DescriptionWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9883
|
-
var RoleWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9699
|
+
var DescriptionWrapper = /*#__PURE__*/styled__default.div(_templateObject3$F || (_templateObject3$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n p {\n line-height: 25px;\n margin-bottom: 3px;\n }\n"])));
|
|
9700
|
+
var RoleWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$z || (_templateObject4$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n min-height: 1.5em;\n"])));
|
|
9884
9701
|
|
|
9885
9702
|
// Get the total character length of a property in an array of objects
|
|
9886
9703
|
var getConcatenatedPropLength = function getConcatenatedPropLength(array, prop) {
|
|
@@ -9998,14 +9815,14 @@ var CreditListing = function CreditListing(_ref) {
|
|
|
9998
9815
|
}, creditEntries);
|
|
9999
9816
|
};
|
|
10000
9817
|
|
|
10001
|
-
var _templateObject$
|
|
9818
|
+
var _templateObject$16, _templateObject2$T, _templateObject3$G, _templateObject4$A, _templateObject5$s, _templateObject6$m, _templateObject7$h, _templateObject8$c, _templateObject9$7, _templateObject0$7, _templateObject1$4, _templateObject10$3, _templateObject11$3, _templateObject12$3, _templateObject13$2, _templateObject14$1, _templateObject15$1, _templateObject16, _templateObject17, _templateObject18, _templateObject19;
|
|
10002
9819
|
var LENGTH_TEXT = 28;
|
|
10003
9820
|
var LENGTH_TEXT_TABLET$1 = 12;
|
|
10004
9821
|
var GridTemplateImageToLeft = "'left left left left left left left left . right right right right right . .'";
|
|
10005
9822
|
var GridTemplateImageToRight = "'. . left left left left left . right right right right right right right right'";
|
|
10006
9823
|
var GridTemplateAsCard = "'. . left left left left left right right right right right right right . . '";
|
|
10007
9824
|
var GridTemplateAsCardTablet = "'. . left left left left left left left right right right right right . . '";
|
|
10008
|
-
var PromoWithTagsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$
|
|
9825
|
+
var PromoWithTagsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$16 || (_templateObject$16 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n grid-template-areas: ", ";\n }\n }\n\n @media ", " {\n & {\n grid-template-columns: var(--grid-margin) minmax(0, 1fr) var(--grid-margin);\n grid-template-rows: min-content 24px min-content;\n gap: 0;\n grid-template-areas:\n 'row1 row1 row1'\n '. . .'\n '. row2 .';\n }\n }\n\n /* Overwrite template for card */\n ", "\n"])), function (_ref) {
|
|
10009
9826
|
var imageToLeft = _ref.imageToLeft;
|
|
10010
9827
|
return imageToLeft ? GridTemplateImageToLeft : GridTemplateImageToRight;
|
|
10011
9828
|
}, devices.tablet, function (_ref2) {
|
|
@@ -10016,8 +9833,8 @@ var PromoWithTagsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$17 ||
|
|
|
10016
9833
|
return asCard ? "\n grid-template-areas: " + GridTemplateAsCard + ";\n @media " + devices.tablet + " {\n grid-template-areas: " + GridTemplateAsCardTablet + ";\n }\n " : "";
|
|
10017
9834
|
});
|
|
10018
9835
|
var PromoWithTagsSubtitle = /*#__PURE__*/styled__default.span(_templateObject2$T || (_templateObject2$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n margin-bottom: var(--editorial-subtitle-margin-bottom);\n display: block;\n overflow-wrap: break-word;\n"])));
|
|
10019
|
-
var PromoWithTagsText = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10020
|
-
var ButtonsContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9836
|
+
var PromoWithTagsText = /*#__PURE__*/styled__default.div(_templateObject3$G || (_templateObject3$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n text-transform: var(--text-transform-body);\n margin: 0;\n padding: 0;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n h5,\n h6 {\n margin: 0 0 4px 0;\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-2);\n font-weight: var(--font-weight-subtitle-2);\n line-height: var(--line-height-subtitle-2);\n letter-spacing: var(--letter-spacing-subtitle-2);\n text-transform: var(--text-transform-subtitle);\n overflow-wrap: break-word;\n }\n\n em {\n font-family: var(--font-family-body-italics);\n }\n\n a {\n text-decoration: underline;\n cursor: pointer;\n\n &[href^='tel:'] {\n text-decoration: none;\n }\n\n &:link {\n color: var(--color-primary-black);\n }\n\n &:visited {\n color: var(--color-base-dark-grey);\n }\n\n &:hover {\n color: var(--color-primary-red);\n }\n }\n"])));
|
|
9837
|
+
var ButtonsContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$A || (_templateObject4$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: 16px;\n margin-top: 24px;\n\n ", ";\n\n ", "\n\n @media ", " {\n gap: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n gap: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), function (_ref4) {
|
|
10021
9838
|
var hasTextLinks = _ref4.hasTextLinks;
|
|
10022
9839
|
return "margin-top: " + (hasTextLinks ? '0' : '24px') + ";";
|
|
10023
9840
|
}, function (_ref5) {
|
|
@@ -10049,32 +9866,32 @@ var PromoWithTagsAdditionalText = /*#__PURE__*/styled__default(PromoWithTagsText
|
|
|
10049
9866
|
var TextLinksContainer = /*#__PURE__*/styled__default.div(_templateObject7$h || (_templateObject7$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n margin: 24px 0 4px 0;\n"])));
|
|
10050
9867
|
var TextLinkWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject8$c || (_templateObject8$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-right: 24px;\n margin-bottom: 20px;\n\n &:last-child {\n margin-right: 0;\n }\n"])));
|
|
10051
9868
|
var ExtraContentWrapper = /*#__PURE__*/styled__default.div(_templateObject9$7 || (_templateObject9$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding-right: 68px;\n\n iframe {\n height: 800px;\n }\n\n @media ", " {\n padding: 30px 0 0;\n }\n\n @media ", " {\n padding: 0;\n position: initial;\n }\n"])), devices.tablet, devices.mobile);
|
|
10052
|
-
var IconWrapper$2 = /*#__PURE__*/styled__default.div(
|
|
10053
|
-
var PrimaryButtonWrapper$1 = /*#__PURE__*/styled__default.div(
|
|
10054
|
-
var MobileTitleWrapper = /*#__PURE__*/styled__default.div(
|
|
10055
|
-
var PromoWithTagsTypeTags = /*#__PURE__*/styled__default(TypeTags)(
|
|
10056
|
-
var PromoWithTagsHeader = /*#__PURE__*/styled__default(Header)(
|
|
10057
|
-
var PromoWithTagsTextLink = /*#__PURE__*/styled__default(TextLink)(
|
|
10058
|
-
var asCardOverrides = /*#__PURE__*/styled.css(
|
|
10059
|
-
var PromoWithTagsExtraContentWrapper = /*#__PURE__*/styled__default.div(
|
|
9869
|
+
var IconWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject0$7 || (_templateObject0$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: pointer;\n position: absolute;\n top: 25px;\n right: 35px;\n width: 24px;\n height: 24px;\n\n @media ", " {\n top: 30px;\n right: 30px;\n }\n\n @media ", " {\n top: 3px;\n right: 20px;\n }\n"])), devices.tablet, devices.mobile);
|
|
9870
|
+
var PrimaryButtonWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject1$4 || (_templateObject1$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: var(--button-height);\n\n @media ", " {\n width: 100%;\n }\n"])), devices.mobile);
|
|
9871
|
+
var MobileTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject10$3 || (_templateObject10$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n margin: 0 50px 0 20px;\n\n h2,\n h3 {\n margin: 0;\n }\n\n @media ", " {\n display: block;\n }\n"])), devices.mobile);
|
|
9872
|
+
var PromoWithTagsTypeTags = /*#__PURE__*/styled__default(TypeTags)(_templateObject11$3 || (_templateObject11$3 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9873
|
+
var PromoWithTagsHeader = /*#__PURE__*/styled__default(Header)(_templateObject12$3 || (_templateObject12$3 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9874
|
+
var PromoWithTagsTextLink = /*#__PURE__*/styled__default(TextLink)(_templateObject13$2 || (_templateObject13$2 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9875
|
+
var asCardOverrides = /*#__PURE__*/styled.css(_templateObject14$1 || (_templateObject14$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", " {\n font-size: var(--font-size-subtitle-2);\n }\n\n ", " {\n font-size: var(--font-size-overline-1);\n }\n\n ", " {\n flex-direction: row;\n @media ", " {\n flex-direction: row;\n }\n }\n\n ", " {\n font-size: var(--font-size-overline-2);\n font-weight: var(--font-weight-overline-2);\n line-height: var(--line-height-overline-2);\n letter-spacing: var(--letter-spacing-overline-2);\n }\n"])), PromoWithTagsSubtitle, PromoWithTagsTypeTags, ButtonsContainer$2, devices.tablet, PromoWithTagsTextLink);
|
|
9876
|
+
var PromoWithTagsExtraContentWrapper = /*#__PURE__*/styled__default.div(_templateObject15$1 || (_templateObject15$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n grid-area: left;\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n grid-area: row1;\n }\n }\n"])), function (_ref8) {
|
|
10060
9877
|
var imageToLeft = _ref8.imageToLeft;
|
|
10061
9878
|
return imageToLeft ? 'left' : 'right';
|
|
10062
9879
|
}, devices.mobile);
|
|
10063
|
-
var PromoWithTagsContentWrapper = /*#__PURE__*/styled__default.div(
|
|
9880
|
+
var PromoWithTagsContentWrapper = /*#__PURE__*/styled__default.div(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n display: ", ";\n grid-area: row2;\n align-self: start;\n }\n }\n\n ", "\n"])), function (_ref9) {
|
|
10064
9881
|
var imageToLeft = _ref9.imageToLeft;
|
|
10065
9882
|
return imageToLeft ? 'right' : 'left';
|
|
10066
|
-
}, devices.mobile, function (
|
|
10067
|
-
var hideSection =
|
|
9883
|
+
}, devices.mobile, function (_ref0) {
|
|
9884
|
+
var hideSection = _ref0.hideSection;
|
|
10068
9885
|
return hideSection ? 'none' : 'block';
|
|
10069
|
-
}, function (
|
|
10070
|
-
var asCard =
|
|
9886
|
+
}, function (_ref1) {
|
|
9887
|
+
var asCard = _ref1.asCard;
|
|
10071
9888
|
return asCard && asCardOverrides;
|
|
10072
9889
|
});
|
|
10073
|
-
var PromoWithTagsContainer = /*#__PURE__*/styled__default.div(
|
|
10074
|
-
var TimerWrapper$2 = /*#__PURE__*/styled__default.div(
|
|
10075
|
-
var EndDateText = /*#__PURE__*/styled__default.div(
|
|
9890
|
+
var PromoWithTagsContainer = /*#__PURE__*/styled__default.div(_templateObject17 || (_templateObject17 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h2,\n h3 {\n margin: 0 0 16px;\n }\n"])));
|
|
9891
|
+
var TimerWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject18 || (_templateObject18 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n"])));
|
|
9892
|
+
var EndDateText = /*#__PURE__*/styled__default.div(_templateObject19 || (_templateObject19 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: 1px solid var(--base-color-black);\n padding-bottom: 32px;\n margin-bottom: 32px;\n\n @media ", " {\n padding-bottom: 20px;\n margin-bottom: 20px;\n }\n"])), devices.mobile);
|
|
10076
9893
|
|
|
10077
|
-
var _excluded$
|
|
9894
|
+
var _excluded$m = ["text"],
|
|
10078
9895
|
_excluded2$4 = ["text"],
|
|
10079
9896
|
_excluded3 = ["text"];
|
|
10080
9897
|
var _buttonTypeToButton$2;
|
|
@@ -10137,7 +9954,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
10137
9954
|
var _ref2 = firstButton || {},
|
|
10138
9955
|
_ref2$text = _ref2.text,
|
|
10139
9956
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
10140
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
9957
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$m);
|
|
10141
9958
|
var primaryButtonTextTruncate = truncate(firstButtonText, LENGTH_TEXT$1);
|
|
10142
9959
|
var secondButton = links == null ? void 0 : links[1];
|
|
10143
9960
|
var _ref3 = secondButton || {},
|
|
@@ -10250,10 +10067,10 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
10250
10067
|
}))));
|
|
10251
10068
|
};
|
|
10252
10069
|
|
|
10253
|
-
var _templateObject$
|
|
10070
|
+
var _templateObject$17, _templateObject2$U, _templateObject3$H, _templateObject4$B, _templateObject5$t, _templateObject6$n, _templateObject7$i;
|
|
10254
10071
|
var LENGTH_TEXT$2 = 28;
|
|
10255
10072
|
var LENGTH_TEXT_TABLET$2 = 10;
|
|
10256
|
-
var PromoWithTitleGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$
|
|
10073
|
+
var PromoWithTitleGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$17 || (_templateObject$17 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n grid-template-areas: ", ";\n }\n }\n\n @media ", " {\n & {\n grid-template-columns: var(--grid-margin) minmax(0, 1fr) var(--grid-margin);\n grid-template-rows: min-content 24px min-content;\n gap: 0;\n grid-template-areas:\n 'row1 row1 row1'\n '. . .'\n '. row2 .';\n }\n }\n"])), function (_ref) {
|
|
10257
10074
|
var imageToLeft = _ref.imageToLeft;
|
|
10258
10075
|
return imageToLeft ? "'left left left left left left left left . right right right right right . .'" : "'. . left left left left left . right right right right right right right right'";
|
|
10259
10076
|
}, devices.tablet, function (_ref2) {
|
|
@@ -10264,11 +10081,11 @@ var PromoWithTitleImageWrapper = /*#__PURE__*/styled__default.div(_templateObjec
|
|
|
10264
10081
|
var imageToLeft = _ref3.imageToLeft;
|
|
10265
10082
|
return imageToLeft ? 'left' : 'right';
|
|
10266
10083
|
}, devices.mobile);
|
|
10267
|
-
var PromoWithTitleContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10084
|
+
var PromoWithTitleContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$H || (_templateObject3$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n\n @media ", " {\n & {\n grid-area: row2;\n align-self: start;\n }\n }\n"])), function (_ref4) {
|
|
10268
10085
|
var imageToLeft = _ref4.imageToLeft;
|
|
10269
10086
|
return imageToLeft ? 'right' : 'left';
|
|
10270
10087
|
}, devices.mobile);
|
|
10271
|
-
var HarmonicHeaderWithWrapper = /*#__PURE__*/styled__default(HarmonicHeader)(_templateObject4$
|
|
10088
|
+
var HarmonicHeaderWithWrapper = /*#__PURE__*/styled__default(HarmonicHeader)(_templateObject4$B || (_templateObject4$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 32px;\n\n @media ", " {\n padding-bottom: 24px;\n }\n"])), devices.mobile);
|
|
10272
10089
|
var HarmonicSubtitleWithWrapper = /*#__PURE__*/styled__default(HarmonicSubtitle)(_templateObject5$t || (_templateObject5$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-wrap: break-word;\n margin-bottom: 16px;\n"])));
|
|
10273
10090
|
var BodyCopyHarmonicWithWrapper$1 = /*#__PURE__*/styled__default(BodyCopyHarmonic)(_templateObject6$n || (_templateObject6$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n margin-bottom: 32px;\n whiete-space: break-spaces;\n overflow-wrap: break-word;\n\n a {\n text-decoration: underline;\n cursor: pointer;\n\n &[href^='tel:'] {\n text-decoration: none;\n }\n\n &:link {\n color: var(--color-primary-black);\n }\n\n &:visited {\n color: var(--color-base-dark-grey);\n }\n\n &:hover {\n color: var(--color-primary-red);\n }\n }\n @media ", " {\n margin-bottom: 24px;\n }\n"])), devices.mobile);
|
|
10274
10091
|
var ButtonsContainer$3 = /*#__PURE__*/styled__default.div(_templateObject7$i || (_templateObject7$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: 16px;\n margin-top: 32px;\n\n ", "\n\n @media ", " {\n gap: 24px;\n margin-top: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n gap: 24px;\n margin-top: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), function (_ref5) {
|
|
@@ -10293,8 +10110,8 @@ var ButtonsContainer$3 = /*#__PURE__*/styled__default.div(_templateObject7$i ||
|
|
|
10293
10110
|
return '';
|
|
10294
10111
|
});
|
|
10295
10112
|
|
|
10296
|
-
var _templateObject$
|
|
10297
|
-
var VideoContainer = /*#__PURE__*/styled__default.div(_templateObject$
|
|
10113
|
+
var _templateObject$18;
|
|
10114
|
+
var VideoContainer = /*#__PURE__*/styled__default.div(_templateObject$18 || (_templateObject$18 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n aspect-ratio: ", ";\n\n @supports not (aspect-ratio: ", ") {\n width: 100%;\n padding-top: ", "%;\n }\n\n video {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: cover;\n\n @supports not (aspect-ratio: ", ") {\n position: absolute;\n top: 0;\n left: 0;\n }\n }\n"])), function (_ref) {
|
|
10298
10115
|
var _ref$aspectRatio = _ref.aspectRatio,
|
|
10299
10116
|
aspectRatio = _ref$aspectRatio === void 0 ? exports.AspectRatio['1:1'] : _ref$aspectRatio;
|
|
10300
10117
|
return aspectRatio;
|
|
@@ -10406,7 +10223,7 @@ var PromoChild = function PromoChild(_ref) {
|
|
|
10406
10223
|
}));
|
|
10407
10224
|
};
|
|
10408
10225
|
|
|
10409
|
-
var _excluded$
|
|
10226
|
+
var _excluded$n = ["text"],
|
|
10410
10227
|
_excluded2$5 = ["text"];
|
|
10411
10228
|
var LENGTH_TEXT$3 = 28;
|
|
10412
10229
|
var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
@@ -10431,7 +10248,7 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
10431
10248
|
var _ref2 = primaryButton || {},
|
|
10432
10249
|
_ref2$text = _ref2.text,
|
|
10433
10250
|
primaryButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
10434
|
-
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
10251
|
+
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2, _excluded$n);
|
|
10435
10252
|
var primaryButtonTextTruncate = truncate(primaryButtonText, LENGTH_TEXT$3);
|
|
10436
10253
|
var tertiaryButton = links == null ? void 0 : links[1];
|
|
10437
10254
|
var _ref3 = tertiaryButton || {},
|
|
@@ -10473,8 +10290,8 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
10473
10290
|
}, primaryButton ? /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, restPrimaryButton), primaryButtonTextTruncate) : null, tertiaryButton ? (/*#__PURE__*/React__default.createElement(TertiaryButton, Object.assign({}, restTertiaryButton), tertiaryButtonTextTruncate)) : null)) : null));
|
|
10474
10291
|
};
|
|
10475
10292
|
|
|
10476
|
-
var _templateObject$
|
|
10477
|
-
var RadioGroupContainer = /*#__PURE__*/styled__default.div(_templateObject$
|
|
10293
|
+
var _templateObject$19;
|
|
10294
|
+
var RadioGroupContainer = /*#__PURE__*/styled__default.div(_templateObject$19 || (_templateObject$19 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 30px;\n"])));
|
|
10478
10295
|
|
|
10479
10296
|
/**
|
|
10480
10297
|
* DEPRECATED. Use RadioGroup2 instead
|
|
@@ -10529,8 +10346,8 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
10529
10346
|
})));
|
|
10530
10347
|
};
|
|
10531
10348
|
|
|
10532
|
-
var _templateObject$
|
|
10533
|
-
var Container$3 = /*#__PURE__*/styled__default.div(_templateObject$
|
|
10349
|
+
var _templateObject$1a, _templateObject2$V, _templateObject3$I;
|
|
10350
|
+
var Container$3 = /*#__PURE__*/styled__default.div(_templateObject$1a || (_templateObject$1a = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
10534
10351
|
var RadioGroup$1 = /*#__PURE__*/styled__default.div(_templateObject2$V || (_templateObject2$V = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: flex-start;\n justify-content: flex-start;\n flex-direction: ", ";\n gap: ", ";\n"])), function (_ref) {
|
|
10535
10352
|
var horizontalMode = _ref.horizontalMode;
|
|
10536
10353
|
if (horizontalMode) return 'row';
|
|
@@ -10539,7 +10356,7 @@ var RadioGroup$1 = /*#__PURE__*/styled__default.div(_templateObject2$V || (_temp
|
|
|
10539
10356
|
var gap = _ref2.gap;
|
|
10540
10357
|
return gap + "px";
|
|
10541
10358
|
});
|
|
10542
|
-
var ErrorLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10359
|
+
var ErrorLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$I || (_templateObject3$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 20px;\n color: ", ";\n"])), function (_ref3) {
|
|
10543
10360
|
var darkMode = _ref3.darkMode;
|
|
10544
10361
|
if (darkMode) return 'var(--base-color-white)';
|
|
10545
10362
|
return 'var(--base-color-errorstate)';
|
|
@@ -10616,10 +10433,10 @@ var RadioGroup2 = function RadioGroup2(_ref) {
|
|
|
10616
10433
|
}, error))));
|
|
10617
10434
|
};
|
|
10618
10435
|
|
|
10619
|
-
var _templateObject$
|
|
10620
|
-
var StatusBannerWrapper = /*#__PURE__*/styled__default.div(_templateObject$
|
|
10436
|
+
var _templateObject$1b, _templateObject2$W, _templateObject3$J;
|
|
10437
|
+
var StatusBannerWrapper = /*#__PURE__*/styled__default.div(_templateObject$1b || (_templateObject$1b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 26px 150px;\n display: flex;\n justify-content: space-between;\n background-color: var(--base-color-light-grey);\n transition: transform 0.3s ease;\n transform-origin: top;\n\n @media ", " {\n padding: 20px 20px;\n }\n\n @media ", " {\n padding: 20px 50px;\n }\n\n &.closing {\n transform: scaleY(0);\n }\n"])), devices.mobile, devices.tablet);
|
|
10621
10438
|
var ContentContainer$3 = /*#__PURE__*/styled__default.div(_templateObject2$W || (_templateObject2$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.3s ease-in-out;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n"])));
|
|
10622
|
-
var SvgContainer$3 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10439
|
+
var SvgContainer$3 = /*#__PURE__*/styled__default.div(_templateObject3$J || (_templateObject3$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n align-items: end;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n padding-left: 50px;\n }\n\n cursor: pointer;\n\n @media ", " {\n padding-left: 20px;\n }\n"])), devices.mobile);
|
|
10623
10440
|
|
|
10624
10441
|
/* eslint-disable react/no-danger */
|
|
10625
10442
|
var StatusBanner = function StatusBanner(_ref) {
|
|
@@ -10675,8 +10492,8 @@ var StatusBanner = function StatusBanner(_ref) {
|
|
|
10675
10492
|
return null;
|
|
10676
10493
|
};
|
|
10677
10494
|
|
|
10678
|
-
var _templateObject$
|
|
10679
|
-
var SectionTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject$
|
|
10495
|
+
var _templateObject$1c;
|
|
10496
|
+
var SectionTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject$1c || (_templateObject$1c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 30px 0;\n\n & > div {\n row-gap: 0;\n }\n\n & h1,\n & h2 {\n margin: 16px 0;\n white-space: pre-wrap;\n }\n\n @media ", " {\n & h1,\n & h2 {\n margin: 12px 0;\n }\n }\n\n & div {\n font-size: var(--font-size-title-description);\n line-height: var(--line-height-title-description);\n margin-block-start: 0;\n }\n"])), devices.mobile);
|
|
10680
10497
|
|
|
10681
10498
|
var SectionTitle = function SectionTitle(_ref) {
|
|
10682
10499
|
var title = _ref.title,
|
|
@@ -10704,8 +10521,8 @@ var SectionTitle = function SectionTitle(_ref) {
|
|
|
10704
10521
|
}, description)))));
|
|
10705
10522
|
};
|
|
10706
10523
|
|
|
10707
|
-
var _templateObject$
|
|
10708
|
-
var stateStyles = /*#__PURE__*/styled.css(_templateObject$
|
|
10524
|
+
var _templateObject$1d, _templateObject2$X, _templateObject3$K, _templateObject4$C, _templateObject5$u, _templateObject6$o, _templateObject7$j, _templateObject8$d, _templateObject9$8, _templateObject0$8, _templateObject1$5;
|
|
10525
|
+
var stateStyles = /*#__PURE__*/styled.css(_templateObject$1d || (_templateObject$1d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n &:focus,\n &.focus {\n outline: ", ";\n }\n\n &.disabled {\n background-color: ", ";\n color: ", ";\n pointer-events: none;\n cursor: none;\n }\n"])), function (_ref) {
|
|
10709
10526
|
var theme = _ref.theme;
|
|
10710
10527
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
10711
10528
|
}, function (_ref2) {
|
|
@@ -10719,8 +10536,8 @@ var borderStyles = /*#__PURE__*/styled.css(_templateObject2$X || (_templateObjec
|
|
|
10719
10536
|
var theme = _ref4.theme;
|
|
10720
10537
|
return theme.colors.darkgrey;
|
|
10721
10538
|
});
|
|
10722
|
-
var noMarginAndPaddingStyles = /*#__PURE__*/styled.css(_templateObject3$
|
|
10723
|
-
var listItemStyles = /*#__PURE__*/styled.css(_templateObject4$
|
|
10539
|
+
var noMarginAndPaddingStyles = /*#__PURE__*/styled.css(_templateObject3$K || (_templateObject3$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding: 0;\n"])));
|
|
10540
|
+
var listItemStyles = /*#__PURE__*/styled.css(_templateObject4$C || (_templateObject4$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n list-style: none;\n user-select: none;\n"])));
|
|
10724
10541
|
var ArrowIcon = /*#__PURE__*/styled__default(Icon).attrs(function (_ref5) {
|
|
10725
10542
|
var theme = _ref5.theme;
|
|
10726
10543
|
return {
|
|
@@ -10742,9 +10559,9 @@ var Option = /*#__PURE__*/styled__default.li(_templateObject9$8 || (_templateObj
|
|
|
10742
10559
|
return "\n background-color: " + lightgrey + ";\n &:hover { background-color: " + midgrey + " }\n ";
|
|
10743
10560
|
});
|
|
10744
10561
|
var selectStyles = function selectStyles(width, height) {
|
|
10745
|
-
return styled.css(
|
|
10562
|
+
return styled.css(_templateObject0$8 || (_templateObject0$8 = _taggedTemplateLiteralLoose(["\n position: relative;\n z-index: ", ";\n\n width: ", ";\n height: ", ";\n\n * {\n width: ", ";\n }\n\n ", " {\n position: absolute;\n top: ", ";\n }\n ", " {\n height: ", ";\n }\n p {\n height: ", ";\n padding-inline: 20px;\n\n display: flex;\n align-items: center;\n }\n"])), zIndexes[3], width, height, width, Options, height, Option, height, height);
|
|
10746
10563
|
};
|
|
10747
|
-
var SelectList = /*#__PURE__*/styled__default.ul(
|
|
10564
|
+
var SelectList = /*#__PURE__*/styled__default.ul(_templateObject1$5 || (_templateObject1$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n ", "\n ", "\n ", "\n ", "\n\n & ", " {\n position: absolute;\n\n top: 13px;\n right: 16px;\n }\n"])), function (_ref7) {
|
|
10748
10565
|
var width = _ref7.width,
|
|
10749
10566
|
height = _ref7.height;
|
|
10750
10567
|
return selectStyles(width === 'default' ? "354px" : width + "px", height === 'default' ? "48px" : height + "px");
|
|
@@ -11085,8 +10902,8 @@ function Select(_ref3) {
|
|
|
11085
10902
|
})))), /*#__PURE__*/React__default.createElement(ArrowIcon, null)));
|
|
11086
10903
|
}
|
|
11087
10904
|
|
|
11088
|
-
var _templateObject$
|
|
11089
|
-
var Container$4 = /*#__PURE__*/styled__default.div(_templateObject$
|
|
10905
|
+
var _templateObject$1e, _templateObject2$Y, _templateObject3$L, _templateObject4$D;
|
|
10906
|
+
var Container$4 = /*#__PURE__*/styled__default.div(_templateObject$1e || (_templateObject$1e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
11090
10907
|
var SelectWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject2$Y || (_templateObject2$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: auto;\n max-width: ", ";\n\n .harmonic-select__control {\n min-height: 48px;\n border-radius: 0;\n transition: none;\n border: ", ";\n &:hover {\n border-color: ", ";\n }\n }\n .harmonic-select__control--is-focused {\n border-color: var(--base-color-dark-grey);\n box-shadow: ", ";\n }\n .harmonic-select__control--menu-is-open {\n .harmonic-select__indicator {\n svg {\n transform: rotate(180deg);\n }\n }\n }\n .harmonic-select__indicator {\n font-size: 25px;\n padding: 0;\n margin-right: 12px;\n color: var(--base-color-black);\n svg {\n height: 1em;\n width: 1em;\n color: inherit;\n path {\n fill: currentColor;\n color: inherit;\n }\n }\n }\n .harmonic-select__single-value,\n .harmonic-select__placeholder {\n margin-left: 0;\n margin-right: 0;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n }\n .harmonic-select__placeholder {\n color: var(--base-color-dark-grey);\n }\n .harmonic-select__single-value {\n color: var(--base-color-black);\n }\n .harmonic-select__value-container {\n padding-left: 20px;\n padding-right: 20px;\n padding-top: 1px;\n padding-bottom: 0px;\n }\n .harmonic-select--is-disabled {\n .harmonic-select__control {\n border: 1px solid var(--base-color-light-grey);\n background: var(--base-color-light-grey);\n }\n .harmonic-select__indicator,\n .harmonic-select__single-value {\n color: var(--base-color-dark-grey);\n }\n }\n .harmonic-select__menu {\n margin-top: -1px;\n box-shadow: none;\n border-radius: 0;\n border: 1px solid var(--base-color-dark-grey);\n background: var(--base-color-light-grey);\n }\n .harmonic-select__menu-list {\n padding-top: 0;\n padding-bottom: 0;\n }\n .harmonic-select__option {\n padding: 10px 20px;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n color: var(--base-color-black);\n &:active,\n &.harmonic-select__option--is-focused {\n background: var(--base-color-mid-grey);\n }\n }\n .harmonic-select__option--is-selected {\n color: var(--base-color-black);\n background: none;\n }\n .harmonic-select__input-container {\n margin: 0;\n padding-top: 0;\n padding-bottom: 0;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n color: var(--base-color-black);\n }\n .harmonic-select__menu-notice {\n padding: 20px 20px;\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--base-color-black);\n text-align: left;\n }\n .harmonic-select__menu-notice--loading {\n font-style: italic;\n }\n"])), function (_ref) {
|
|
11091
10908
|
var width = _ref.width;
|
|
11092
10909
|
if (!width) return 'none';
|
|
@@ -11104,18 +10921,18 @@ var SelectWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject2$Y || (_t
|
|
|
11104
10921
|
if (darkMode) return "0 0 0 4px var(--base-color-lemonchiffon)";
|
|
11105
10922
|
return "0 0 0 3px var(--base-color-lapislazuli)";
|
|
11106
10923
|
});
|
|
11107
|
-
var TextLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10924
|
+
var TextLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$L || (_templateObject3$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0 0 20px;\n color: ", ";\n"])), function (_ref5) {
|
|
11108
10925
|
var darkMode = _ref5.darkMode;
|
|
11109
10926
|
if (darkMode) return "var(--base-color-white)";
|
|
11110
10927
|
return "var(--base-color-black)";
|
|
11111
10928
|
});
|
|
11112
|
-
var ErrorLabel$5 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
10929
|
+
var ErrorLabel$5 = /*#__PURE__*/styled__default.div(_templateObject4$D || (_templateObject4$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 20px 0 0;\n color: ", ";\n"])), function (_ref6) {
|
|
11113
10930
|
var darkMode = _ref6.darkMode;
|
|
11114
10931
|
if (darkMode) return "var(--base-color-white)";
|
|
11115
10932
|
return "var(--base-color-errorstate)";
|
|
11116
10933
|
});
|
|
11117
10934
|
|
|
11118
|
-
var _excluded$
|
|
10935
|
+
var _excluded$o = ["label", "error", "width", "darkMode", "isSearchable", "components"];
|
|
11119
10936
|
var DropdownIndicator = function DropdownIndicator(props) {
|
|
11120
10937
|
return /*#__PURE__*/React__default.createElement(Select$1.components.DropdownIndicator, Object.assign({}, props), /*#__PURE__*/React__default.createElement(Icon, {
|
|
11121
10938
|
iconName: "DropdownArrow"
|
|
@@ -11166,7 +10983,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
11166
10983
|
_ref2$isSearchable = _ref2.isSearchable,
|
|
11167
10984
|
isSearchable = _ref2$isSearchable === void 0 ? false : _ref2$isSearchable,
|
|
11168
10985
|
components = _ref2.components,
|
|
11169
|
-
selectProps = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
10986
|
+
selectProps = _objectWithoutPropertiesLoose(_ref2, _excluded$o);
|
|
11170
10987
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
11171
10988
|
label: label,
|
|
11172
10989
|
error: error,
|
|
@@ -11184,7 +11001,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
11184
11001
|
})));
|
|
11185
11002
|
};
|
|
11186
11003
|
|
|
11187
|
-
var _excluded$
|
|
11004
|
+
var _excluded$p = ["label", "error", "width", "darkMode", "components"];
|
|
11188
11005
|
/**
|
|
11189
11006
|
* The Select2Async component is similar to Select 2, but uses react-select async
|
|
11190
11007
|
* component for select instead of regular react-select component. This can be used
|
|
@@ -11206,7 +11023,7 @@ var SelectComponent$1 = function SelectComponent(_ref) {
|
|
|
11206
11023
|
_ref$darkMode = _ref.darkMode,
|
|
11207
11024
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
11208
11025
|
components = _ref.components,
|
|
11209
|
-
selectProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
11026
|
+
selectProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
|
|
11210
11027
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
11211
11028
|
label: label,
|
|
11212
11029
|
error: error,
|
|
@@ -11223,8 +11040,8 @@ var SelectComponent$1 = function SelectComponent(_ref) {
|
|
|
11223
11040
|
})));
|
|
11224
11041
|
};
|
|
11225
11042
|
|
|
11226
|
-
var _templateObject$
|
|
11227
|
-
var Wrapper$7 = /*#__PURE__*/styled__default.figure(_templateObject$
|
|
11043
|
+
var _templateObject$1f, _templateObject2$Z;
|
|
11044
|
+
var Wrapper$7 = /*#__PURE__*/styled__default.figure(_templateObject$1f || (_templateObject$1f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n height: 100%;\n width: fit-content;\n\n ", " {\n height: calc(100% - 12px - var(--line-height-body-2));\n @supports not (aspect-ratio: ", ") {\n width: ", ";\n }\n }\n"])), StyledImageAspectRatioWrapper, function (_ref) {
|
|
11228
11045
|
var _ref$aspectRatio = _ref.aspectRatio,
|
|
11229
11046
|
aspectRatio = _ref$aspectRatio === void 0 ? exports.AspectRatio['1:1'] : _ref$aspectRatio;
|
|
11230
11047
|
return aspectRatio;
|
|
@@ -11268,13 +11085,13 @@ var ImageWithCaption = function ImageWithCaption(_ref) {
|
|
|
11268
11085
|
})), caption && /*#__PURE__*/React__default.createElement(CaptionWrapper, null, caption));
|
|
11269
11086
|
};
|
|
11270
11087
|
|
|
11271
|
-
var _templateObject$
|
|
11272
|
-
var TextWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject$
|
|
11088
|
+
var _templateObject$1g, _templateObject2$_, _templateObject3$M;
|
|
11089
|
+
var TextWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject$1g || (_templateObject$1g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h4 {\n margin: 0;\n }\n"])));
|
|
11273
11090
|
var AttributionWrapper = /*#__PURE__*/styled__default.div(_templateObject2$_ || (_templateObject2$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n"])), function (_ref) {
|
|
11274
11091
|
var displayAttribution = _ref.displayAttribution;
|
|
11275
11092
|
return "display: " + (displayAttribution ? 'block' : 'none') + ";";
|
|
11276
11093
|
});
|
|
11277
|
-
var Line$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
11094
|
+
var Line$1 = /*#__PURE__*/styled__default.div(_templateObject3$M || (_templateObject3$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--base-color-black);\n height: 2px;\n width: 62px;\n margin: 32px 0;\n\n @media ", " {\n height: 1px;\n width: 46px;\n margin: 24px 0;\n }\n"])), devices.mobile);
|
|
11278
11095
|
|
|
11279
11096
|
/* eslint-disable react/no-danger */
|
|
11280
11097
|
var Quote = function Quote(_ref) {
|
|
@@ -11299,11 +11116,11 @@ var Quote = function Quote(_ref) {
|
|
|
11299
11116
|
}, attribution))));
|
|
11300
11117
|
};
|
|
11301
11118
|
|
|
11302
|
-
var _templateObject$
|
|
11303
|
-
var CardContainer$1 = /*#__PURE__*/styled__default.div(_templateObject$
|
|
11119
|
+
var _templateObject$1h, _templateObject2$$, _templateObject3$N, _templateObject4$E, _templateObject5$v, _templateObject6$p;
|
|
11120
|
+
var CardContainer$1 = /*#__PURE__*/styled__default.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: pointer;\n width: 100%;\n display: grid;\n grid-template-columns: repeat(7, minmax(0, 1fr));\n gap: 15px;\n min-height: 50px;\n"])));
|
|
11304
11121
|
var ContentContainer$4 = /*#__PURE__*/styled__default.div(_templateObject2$$ || (_templateObject2$$ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
|
|
11305
|
-
var StyledImage = /*#__PURE__*/styled__default.img(_templateObject3$
|
|
11306
|
-
var ImageWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11122
|
+
var StyledImage = /*#__PURE__*/styled__default.img(_templateObject3$N || (_templateObject3$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: 1px solid var(--base-color-white);\n"])));
|
|
11123
|
+
var ImageWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$E || (_templateObject4$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
11307
11124
|
var IconWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject5$v || (_templateObject5$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background: rgba(0, 0, 0, 0.4);\n position: absolute;\n top: 0;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n span {\n width: 40px;\n height: 40px;\n @media ", " {\n width: 24px;\n height: 24px;\n }\n @media ", " {\n width: 18px;\n height: 18px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
11308
11125
|
var TitleWrapper$4 = /*#__PURE__*/styled__default.div(_templateObject6$p || (_templateObject6$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 8px;\n div {\n @media ", " {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n"])), devices.mobile);
|
|
11309
11126
|
|
|
@@ -11343,14 +11160,14 @@ var MiniCard = function MiniCard(_ref) {
|
|
|
11343
11160
|
}, title)))));
|
|
11344
11161
|
};
|
|
11345
11162
|
|
|
11346
|
-
var _templateObject$
|
|
11347
|
-
var ReadMoreContainer = /*#__PURE__*/styled__default.div(_templateObject$
|
|
11163
|
+
var _templateObject$1i, _templateObject2$10, _templateObject3$O, _templateObject4$F, _templateObject5$w;
|
|
11164
|
+
var ReadMoreContainer = /*#__PURE__*/styled__default.div(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0px 0px 12px 0px !important;\n }\n width: 100%;\n"])));
|
|
11348
11165
|
var LinkContainer = /*#__PURE__*/styled__default.div(_templateObject2$10 || (_templateObject2$10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-top: 24px;\n gap: 8px;\n\n :hover {\n cursor: pointer;\n }\n\n @media print {\n visibility: hidden;\n }\n"])));
|
|
11349
|
-
var FullTextContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
11166
|
+
var FullTextContainer = /*#__PURE__*/styled__default.div(_templateObject3$O || (_templateObject3$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n @media print {\n visibility: visible;\n }\n"])), function (_ref) {
|
|
11350
11167
|
var isVisible = _ref.isVisible;
|
|
11351
11168
|
return isVisible ? 'visible' : 'hidden';
|
|
11352
11169
|
});
|
|
11353
|
-
var IntroTextContainer = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11170
|
+
var IntroTextContainer = /*#__PURE__*/styled__default.div(_templateObject4$F || (_templateObject4$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n @media print {\n visibility: hidden;\n }\n"])), function (_ref2) {
|
|
11354
11171
|
var isVisible = _ref2.isVisible;
|
|
11355
11172
|
return isVisible ? 'visible' : 'hidden';
|
|
11356
11173
|
});
|
|
@@ -11435,11 +11252,11 @@ var ReadMore = function ReadMore(_ref) {
|
|
|
11435
11252
|
}, isFullTextOpen ? "" + hideText : "" + showMoreText))));
|
|
11436
11253
|
};
|
|
11437
11254
|
|
|
11438
|
-
var _templateObject$
|
|
11439
|
-
var MenuContainer$2 = /*#__PURE__*/styled__default.nav(_templateObject$
|
|
11255
|
+
var _templateObject$1j, _templateObject2$11, _templateObject3$P, _templateObject4$G, _templateObject5$x;
|
|
11256
|
+
var MenuContainer$2 = /*#__PURE__*/styled__default.nav(_templateObject$1j || (_templateObject$1j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding: 0;\n margin: 0;\n"])));
|
|
11440
11257
|
var MenuList = /*#__PURE__*/styled__default.ul(_templateObject2$11 || (_templateObject2$11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n list-style: none;\n border-right: 1px solid var(--base-color-", ");\n li {\n margin-left: -5px;\n }\n"])), exports.Colors.LightGrey);
|
|
11441
|
-
var MobileButton = /*#__PURE__*/styled__default.button(_templateObject3$
|
|
11442
|
-
var MenuItem$1 = /*#__PURE__*/styled__default.a(_templateObject4$
|
|
11258
|
+
var MobileButton = /*#__PURE__*/styled__default.button(_templateObject3$P || (_templateObject3$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n margin: 0;\n padding: 16px 46px 14px 20px;\n background: var(--base-color-", ");\n border: 1px solid var(--base-color-", ");\n border-radius: 0;\n display: block;\n width: 100%;\n text-align: left;\n cursor: pointer;\n position: relative;\n span {\n width: 25px;\n height: 25px;\n position: absolute;\n top: 50%;\n margin-top: -12px;\n right: 10px;\n }\n"])), exports.Colors.Black, exports.Colors.White, exports.Colors.DarkGrey);
|
|
11259
|
+
var MenuItem$1 = /*#__PURE__*/styled__default.a(_templateObject4$G || (_templateObject4$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n text-decoration: none;\n margin: 0;\n padding: 16px 20px 15px 5px;\n display: block;\n background: ", ";\n cursor: pointer;\n &:hover {\n background: var(--base-color-", ");\n }\n"])), exports.Colors.Black, function (_ref) {
|
|
11443
11260
|
var isActive = _ref.isActive;
|
|
11444
11261
|
return isActive ? "var(--base-color-" + exports.Colors.MidGrey + ")" : 'none';
|
|
11445
11262
|
}, exports.Colors.MidGrey);
|
|
@@ -11599,14 +11416,14 @@ var AuxiliaryNav = function AuxiliaryNav(_ref6) {
|
|
|
11599
11416
|
});
|
|
11600
11417
|
};
|
|
11601
11418
|
|
|
11602
|
-
var _templateObject$
|
|
11603
|
-
var Container$5 = /*#__PURE__*/styled__default.div(_templateObject$
|
|
11419
|
+
var _templateObject$1k, _templateObject2$12, _templateObject3$Q, _templateObject4$H, _templateObject5$y, _templateObject6$q;
|
|
11420
|
+
var Container$5 = /*#__PURE__*/styled__default.div(_templateObject$1k || (_templateObject$1k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 10px;\n"])));
|
|
11604
11421
|
var Sections = /*#__PURE__*/styled__default.div(_templateObject2$12 || (_templateObject2$12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n gap: 8px;\n"])));
|
|
11605
|
-
var Section = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
11422
|
+
var Section = /*#__PURE__*/styled__default.div(_templateObject3$Q || (_templateObject3$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background-color: ", ";\n"])), function (_ref) {
|
|
11606
11423
|
var color = _ref.color;
|
|
11607
11424
|
return "var(--base-color-" + color + ")";
|
|
11608
11425
|
});
|
|
11609
|
-
var BottomLine = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11426
|
+
var BottomLine = /*#__PURE__*/styled__default.div(_templateObject4$H || (_templateObject4$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 20px;\n"])));
|
|
11610
11427
|
var Text = /*#__PURE__*/styled__default.div(_templateObject5$y || (_templateObject5$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
11611
11428
|
var color = _ref2.color;
|
|
11612
11429
|
return "var(--base-color-" + color + ")";
|
|
@@ -11693,11 +11510,11 @@ var PasswordStrength = function PasswordStrength(_ref) {
|
|
|
11693
11510
|
}, strengthLabel))));
|
|
11694
11511
|
};
|
|
11695
11512
|
|
|
11696
|
-
var _templateObject$
|
|
11697
|
-
var TableContainer = /*#__PURE__*/styled__default.table(_templateObject$
|
|
11513
|
+
var _templateObject$1l, _templateObject2$13, _templateObject3$R, _templateObject4$I, _templateObject5$z, _templateObject6$r, _templateObject7$k, _templateObject8$e, _templateObject9$9, _templateObject0$9;
|
|
11514
|
+
var TableContainer = /*#__PURE__*/styled__default.table(_templateObject$1l || (_templateObject$1l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-collapse: collapse;\n"])));
|
|
11698
11515
|
var Container$6 = /*#__PURE__*/styled__default.div(_templateObject2$13 || (_templateObject2$13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-x: auto;\n"])));
|
|
11699
|
-
var Wrapper$8 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
11700
|
-
var TableHeader = /*#__PURE__*/styled__default.th(_templateObject4$
|
|
11516
|
+
var Wrapper$8 = /*#__PURE__*/styled__default.div(_templateObject3$R || (_templateObject3$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
11517
|
+
var TableHeader = /*#__PURE__*/styled__default.th(_templateObject4$I || (_templateObject4$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-subtitle-2);\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-weight: var(--font-weight-subtitle-2);\n letter-spacing: var(--letter-spacing-subtitle-2);\n line-height: var(--line-height-subtitle-2);\n padding: 30px 30px 30px 0;\n text-align: left;\n text-transform: uppercase;\n border-bottom: 1px solid;\n border-top: 1px solid;\n border-color: ", ";\n\n &:last-child {\n white-space: nowrap;\n width: auto;\n }\n\n &:not(:last-child) {\n width: ", ";\n }\n\n @media ", " {\n &:last-child {\n white-space: nowrap;\n }\n }\n\n @media ", " {\n padding: 20px 20px 20px 0;\n\n &:last-child {\n white-space: normal;\n }\n }\n"])), function (props) {
|
|
11701
11518
|
return "var(--base-color-" + props.lineColor + ")";
|
|
11702
11519
|
}, function (props) {
|
|
11703
11520
|
return "calc(100% / " + (props.columns - 1) + ")";
|
|
@@ -11714,7 +11531,7 @@ var PageNumber$1 = /*#__PURE__*/styled__default.button(_templateObject7$k || (_t
|
|
|
11714
11531
|
});
|
|
11715
11532
|
var Next = /*#__PURE__*/styled__default.span(_templateObject8$e || (_templateObject8$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n width: 25px;\n align-items: center;\n justify-content: center;\n margin-left: 0;\n span {\n height: 1.5em;\n svg > path {\n fill: var(--base-color-dark-grey);\n }\n }\n"])));
|
|
11716
11533
|
var ScrollButtons = /*#__PURE__*/styled__default.div(_templateObject9$9 || (_templateObject9$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: flex-end;\n padding: 0 0 24px 0;\n\n div:hover {\n background-color: var(--base-color-light-grey);\n }\n\n > div > div {\n background-color: var(--base-color-light-grey);\n }\n\n svg path {\n fill: var(--base-color-black) !important;\n }\n"])));
|
|
11717
|
-
var AriaDescription$2 = /*#__PURE__*/styled__default.span(
|
|
11534
|
+
var AriaDescription$2 = /*#__PURE__*/styled__default.span(_templateObject0$9 || (_templateObject0$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n left: -9999px;\n width: 1px;\n height: 1px;\n overflow: hidden;\n"])));
|
|
11718
11535
|
|
|
11719
11536
|
/* eslint-disable react/no-danger */
|
|
11720
11537
|
var Content = function Content(_ref) {
|
|
@@ -11897,8 +11714,8 @@ var Table = function Table(_ref) {
|
|
|
11897
11714
|
}))))))))));
|
|
11898
11715
|
};
|
|
11899
11716
|
|
|
11900
|
-
var _templateObject$
|
|
11901
|
-
var Wrapper$9 = /*#__PURE__*/styled__default('div')(_templateObject$
|
|
11717
|
+
var _templateObject$1m, _templateObject2$14, _templateObject3$S, _templateObject4$J, _templateObject5$A, _templateObject6$s, _templateObject7$l, _templateObject8$f, _templateObject9$a, _templateObject0$a, _templateObject1$6, _templateObject10$4, _templateObject11$4, _templateObject12$4, _templateObject13$3;
|
|
11718
|
+
var Wrapper$9 = /*#__PURE__*/styled__default('div')(_templateObject$1m || (_templateObject$1m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n border-top: 4px solid ", ";\n border-bottom: 4px solid ", ";\n"])), function (_ref) {
|
|
11902
11719
|
var theme = _ref.theme;
|
|
11903
11720
|
return "var(--color-" + theme + ")";
|
|
11904
11721
|
}, function (_ref2) {
|
|
@@ -11906,23 +11723,23 @@ var Wrapper$9 = /*#__PURE__*/styled__default('div')(_templateObject$1n || (_temp
|
|
|
11906
11723
|
return "var(--color-" + theme + ")";
|
|
11907
11724
|
});
|
|
11908
11725
|
var SignUpFormWrapper = /*#__PURE__*/styled__default(Grid)(_templateObject2$14 || (_templateObject2$14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n margin-bottom: 32px;\n\n @media ", " {\n margin-bottom: 30px;\n }\n"])), devices.mobile);
|
|
11909
|
-
var SignUpTitleWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$
|
|
11910
|
-
var Error$1 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11726
|
+
var SignUpTitleWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$S || (_templateObject3$S = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: left;\n position: relative;\n top: -25px;\n left: -20px;\n height: 52px;\n background: var(--color-base-white);\n display: inline-block;\n padding: 0 20px;\n\n @media ", " {\n top: -18px;\n height: 37px;\n padding: 0 13px;\n left: -13px;\n }\n"])), devices.mobile);
|
|
11727
|
+
var Error$1 = /*#__PURE__*/styled__default.div(_templateObject4$J || (_templateObject4$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 20px;\n color: var(--color-base-errorstate);\n\n a {\n text-decoration: underline;\n color: inherit;\n }\n"])));
|
|
11911
11728
|
var Form = /*#__PURE__*/styled__default.form(_templateObject5$A || (_templateObject5$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n align-items: center;\n ", " {\n margin-top: -20px;\n }\n a[href] {\n color: inherit;\n }\n"])), Error$1);
|
|
11912
11729
|
var FormFooterWrapper = /*#__PURE__*/styled__default.div(_templateObject6$s || (_templateObject6$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n display: flex;\n gap: 28px;\n align-items: center;\n\n @media ", " {\n flex-direction: column;\n align-items: flex-start;\n }\n"])), devices.mobile);
|
|
11913
11730
|
var ServerError = /*#__PURE__*/styled__default.div(_templateObject7$l || (_templateObject7$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: left;\n color: var(--color-base-errorstate);\n"])));
|
|
11914
11731
|
var CTALinkWrapper = /*#__PURE__*/styled__default.a(_templateObject8$f || (_templateObject8$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-decoration: none;\n\n @media ", " {\n text-decoration: underline;\n }\n"])), devices.mobile);
|
|
11915
11732
|
var ButtonWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject9$a || (_templateObject9$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n all: unset;\n width: fit-content;\n color: var(--base-color-white);\n text-decoration: none;\n\n @media ", " {\n width: 100%;\n }\n"])), devices.mobile);
|
|
11916
|
-
var FieldsWrapper = /*#__PURE__*/styled__default.div(
|
|
11917
|
-
var MessageWrapper$1 = /*#__PURE__*/styled__default.div(
|
|
11918
|
-
var DropdownAreaWrapper = /*#__PURE__*/styled__default.div(
|
|
11919
|
-
var DropdownWrapper = /*#__PURE__*/styled__default.div(
|
|
11733
|
+
var FieldsWrapper = /*#__PURE__*/styled__default.div(_templateObject0$a || (_templateObject0$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 36px;\n\n @media ", " {\n grid-template-columns: 1fr;\n gap: 20px;\n }\n"])), devices.mobile);
|
|
11734
|
+
var MessageWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject1$6 || (_templateObject1$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n div > p {\n margin: 0;\n }\n"])));
|
|
11735
|
+
var DropdownAreaWrapper = /*#__PURE__*/styled__default.div(_templateObject10$4 || (_templateObject10$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 1 / -1;\n display: grid;\n grid-template-columns: var(--grid-template-columns);\n gap: var(--grid-column-gap);\n cursor: pointer;\n"])));
|
|
11736
|
+
var DropdownWrapper = /*#__PURE__*/styled__default.div(_templateObject11$4 || (_templateObject11$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n width: fit-content;\n transform: rotate(", ");\n .dropdown-icon > div {\n border-bottom: none;\n color: var(--color-base-black);\n margin: 0;\n }\n"])), function (_ref3) {
|
|
11920
11737
|
var _ref3$isOpen = _ref3.isOpen,
|
|
11921
11738
|
isOpen = _ref3$isOpen === void 0 ? false : _ref3$isOpen;
|
|
11922
11739
|
return isOpen ? '180deg' : '0deg';
|
|
11923
11740
|
});
|
|
11924
|
-
var HiddenInstructions = /*#__PURE__*/styled__default.div(
|
|
11925
|
-
var SignUpHeader = /*#__PURE__*/styled__default(Grid)(
|
|
11741
|
+
var HiddenInstructions = /*#__PURE__*/styled__default.div(_templateObject12$4 || (_templateObject12$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip-path: inset(50%);\n white-space: nowrap;\n border: 0;\n"])));
|
|
11742
|
+
var SignUpHeader = /*#__PURE__*/styled__default(Grid)(_templateObject13$3 || (_templateObject13$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 1 / -1;\n row-gap: 0;\n"])));
|
|
11926
11743
|
|
|
11927
11744
|
var themeToColor = function themeToColor(theme) {
|
|
11928
11745
|
switch (theme) {
|
|
@@ -11954,6 +11771,7 @@ var SignUpTitle = function SignUpTitle(_ref) {
|
|
|
11954
11771
|
}, title)));
|
|
11955
11772
|
};
|
|
11956
11773
|
|
|
11774
|
+
/* eslint-disable react/no-danger */
|
|
11957
11775
|
var SignUpMessage = function SignUpMessage(_ref) {
|
|
11958
11776
|
var message = _ref.message,
|
|
11959
11777
|
_ref$withDropdown = _ref.withDropdown,
|
|
@@ -12033,9 +11851,12 @@ var SignUpFormButton = function SignUpFormButton(_ref) {
|
|
|
12033
11851
|
onKeyDown: onKeyDownHandler
|
|
12034
11852
|
};
|
|
12035
11853
|
if (theme === exports.ThemeType.Core) {
|
|
12036
|
-
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps
|
|
11854
|
+
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps, {
|
|
11855
|
+
role: "button"
|
|
11856
|
+
}), BUTTON_TEXT);
|
|
12037
11857
|
}
|
|
12038
11858
|
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps, {
|
|
11859
|
+
role: "button",
|
|
12039
11860
|
textColor: ThemeColor['base-white'],
|
|
12040
11861
|
backgroundColor: ThemeColor['base-black'],
|
|
12041
11862
|
hoveredColor: ThemeColor['black-hovered'],
|
|
@@ -12317,10 +12138,10 @@ var SignUpFormComponent = function SignUpFormComponent(_ref) {
|
|
|
12317
12138
|
}))))));
|
|
12318
12139
|
};
|
|
12319
12140
|
|
|
12320
|
-
var _templateObject$
|
|
12321
|
-
var AnchorBarContainer = /*#__PURE__*/styled__default(Grid)(_templateObject$
|
|
12322
|
-
var CloseButtonWrapper = /*#__PURE__*/styled__default.a(_templateObject3$
|
|
12323
|
-
var ContentWrapper$3 = /*#__PURE__*/styled__default.a(_templateObject4$
|
|
12141
|
+
var _templateObject$1n, _templateObject3$T, _templateObject4$K;
|
|
12142
|
+
var AnchorBarContainer = /*#__PURE__*/styled__default(Grid)(_templateObject$1n || (_templateObject$1n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: sticky;\n top: 0;\n min-height: 70px;\n background: var(--color-base-white);\n z-index: ", ";\n align-content: center;\n\n @media ", " {\n min-height: 60px;\n }\n"])), zIndexes.anchor, devices.mobile);
|
|
12143
|
+
var CloseButtonWrapper = /*#__PURE__*/styled__default.a(_templateObject3$T || (_templateObject3$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-decoration: none;\n display: flex;\n align-items: center;\n justify-content: center;\n min-height: 24px;\n min-width: 24px;\n max-height: 24px;\n max-width: 24px;\n border: none;\n padding: 0;\n background: none;\n\n :hover {\n cursor: pointer;\n }\n\n @media ", " {\n min-height: 12px;\n min-width: 12px;\n max-height: 12px;\n max-width: 12px;\n }\n"])), devices.mobile);
|
|
12144
|
+
var ContentWrapper$3 = /*#__PURE__*/styled__default.a(_templateObject4$K || (_templateObject4$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n"])));
|
|
12324
12145
|
|
|
12325
12146
|
var AnchorBar = function AnchorBar(_ref) {
|
|
12326
12147
|
var cta = _ref.cta,
|
|
@@ -12445,7 +12266,6 @@ var SwipeCarousel = function SwipeCarousel(_ref2) {
|
|
|
12445
12266
|
}));
|
|
12446
12267
|
};
|
|
12447
12268
|
|
|
12448
|
-
var TYPOGRAPHY_CLASS_NAME = 'highlight-carousel-text';
|
|
12449
12269
|
var HighlightsCarousel = function HighlightsCarousel(_ref) {
|
|
12450
12270
|
var logo = _ref.logo,
|
|
12451
12271
|
carouselTitle = _ref.carouselTitle,
|
|
@@ -12574,11 +12394,11 @@ var HarmonicThemeProvider = function HarmonicThemeProvider(_ref) {
|
|
|
12574
12394
|
return themedChildren.length === 1 ? themedChildren[0] : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, themedChildren);
|
|
12575
12395
|
};
|
|
12576
12396
|
|
|
12577
|
-
var _excluded$
|
|
12397
|
+
var _excluded$q = ["logo", "slides"];
|
|
12578
12398
|
var HighlightsCinema = function HighlightsCinema(_ref) {
|
|
12579
12399
|
var logo = _ref.logo,
|
|
12580
12400
|
slides = _ref.slides,
|
|
12581
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12401
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$q);
|
|
12582
12402
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12583
12403
|
var links = processSlideLinks(slide.links);
|
|
12584
12404
|
return _extends({}, slide, {
|
|
@@ -12595,10 +12415,10 @@ var HighlightsCinema = function HighlightsCinema(_ref) {
|
|
|
12595
12415
|
})));
|
|
12596
12416
|
};
|
|
12597
12417
|
|
|
12598
|
-
var _excluded$
|
|
12418
|
+
var _excluded$r = ["slides"];
|
|
12599
12419
|
var HighlightsCore = function HighlightsCore(_ref) {
|
|
12600
12420
|
var slides = _ref.slides,
|
|
12601
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12421
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$r);
|
|
12602
12422
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12603
12423
|
var links = processSlideLinks(slide.links);
|
|
12604
12424
|
return _extends({}, slide, {
|
|
@@ -12612,11 +12432,11 @@ var HighlightsCore = function HighlightsCore(_ref) {
|
|
|
12612
12432
|
})));
|
|
12613
12433
|
};
|
|
12614
12434
|
|
|
12615
|
-
var _excluded$
|
|
12435
|
+
var _excluded$s = ["logo", "slides"];
|
|
12616
12436
|
var HighlightsStream = function HighlightsStream(_ref) {
|
|
12617
12437
|
var logo = _ref.logo,
|
|
12618
12438
|
slides = _ref.slides,
|
|
12619
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12439
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$s);
|
|
12620
12440
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12621
12441
|
var links = processSlideLinks(slide.links);
|
|
12622
12442
|
return _extends({}, slide, {
|
|
@@ -12633,9 +12453,9 @@ var HighlightsStream = function HighlightsStream(_ref) {
|
|
|
12633
12453
|
})));
|
|
12634
12454
|
};
|
|
12635
12455
|
|
|
12636
|
-
var _templateObject$
|
|
12637
|
-
var CarouselWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$
|
|
12638
|
-
var ButtonsWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
12456
|
+
var _templateObject$1o, _templateObject3$U;
|
|
12457
|
+
var CarouselWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$1o || (_templateObject$1o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n user-select: none;\n display: flex;\n\n .swipe-slide {\n width: 100%;\n }\n"])));
|
|
12458
|
+
var ButtonsWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$U || (_templateObject3$U = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n flex-direction: column;\n margin-left: 6px;\n"])));
|
|
12639
12459
|
|
|
12640
12460
|
var MinimalCarousel = function MinimalCarousel(_ref) {
|
|
12641
12461
|
var children = _ref.children;
|
|
@@ -12670,8 +12490,8 @@ var MinimalCarousel = function MinimalCarousel(_ref) {
|
|
|
12670
12490
|
}))));
|
|
12671
12491
|
};
|
|
12672
12492
|
|
|
12673
|
-
var _templateObject$
|
|
12674
|
-
var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (_templateObject$1q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n html {\n --base-color-primary: ", ";\n --base-color-core: ", ";\n --base-color-stream: ", ";\n --base-color-cinema: ", ";\n --base-color-white: ", ";\n --base-color-black: ", ";\n --base-color-dark-grey: ", ";\n --base-color-mid-grey: ", ";\n --base-color-light-grey: ", ";\n --error-color-state: ", ";\n --medium-color-state: ", ";\n --good-color-state: ", ";\n --base-color-darkgrey: ", ";\n --base-color-midgrey: ", ";\n --base-color-lightgrey: ", ";\n --base-color-transparent: transparent;\n --base-color-errorstate: ", ";\n --base-color-mediumstate: ", ";\n --base-color-goodstate: ", ";\n --base-color-progress: ", ";\n --base-color-navigation: ", ";\n --base-color-lapislazuli: ", ";\n --base-color-lemonchiffon: ", ";\n\n --button-height: ", ";\n --button-line-height: ", ";\n --button-padding-x: ", ";\n --button-padding-y: ", ";\n --button-padding-y-icon: ", ";\n --button-icon-margin: ", ";\n --button-icon-width: ", ";\n --button-icon-height: ", ";\n --button-font-size: ", ";\n --button-font-weight: ", ";\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n --margin-header-1: ", ";\n\n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n --margin-header-2: ", ";\n\n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n --margin-header-3: ", ";\n\n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n --margin-header-4: ", ";\n\n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n --margin-header-5: ", ";\n\n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n --margin-header-6: ", ";\n\n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n\n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n\n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n\n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n\n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n\n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n\n --font-size-overline-3: ", ";\n --font-weight-overline-3: ", ";\n --letter-spacing-overline-3: ", ";\n --line-height-overline-3: ", "; \n\n --font-size-overline-4: ", ";\n --font-weight-overline-4: ", ";\n --letter-spacing-overline-4: ", ";\n --line-height-overline-4: ", ";\n\n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n\n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n\n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n\n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-listing: ", ";\n --font-size-individual-listing-name: ", ";\n --line-height-individual-listing-name: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n\n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n\n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle: ", ";\n\n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n\n --font-family-navigation: ", ";\n --font-size-navigation: ", ";\n --font-weight-navigation: ", ";\n --line-height-navigation: ", ";\n --text-transform-navigation: ", ";\n --letter-spacing-navigation: ", ";\n\n --navigation-small-gap: ", ";\n --navigation-middle-gap: ", ";\n --navigation-large-gap: ", ";\n --navigation-xlarge-gap: ", ";\n --navigation-large-margin: ", ";\n\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --grid-margin: ", ";\n --grid-outer-margin: ", ";\n --grid-template-columns: calc(", " - ", ") calc(", " - ", " - ", ") repeat(12, minmax(0,1fr)) calc(", " - ", " - ", ") calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: 0;\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --text-link-underline-offset: ", ";\n\n --cards-spacing-stack: ", ";\n\n --editorial-subtitle-margin-bottom: ", ";\n --editorial-margin-between: ", ";\n --editorial-spacing-hover: ", ";\n --anchor-tabs-height: 70px;\n \n --harmonic-font-family-sans: 'Grey LL Bold', 'Roboto', sans-serif;\n --harmonic-font-family-serif: 'Victor Serif Medium', 'Inria Serif Regular', serif;\n --harmonic-text-link-underline-offset: 6px;\n --harmonic-text-transform-navigation: capitalize;\n --harmonic-font-size-navigation: 19px;\n\n @media ", " {\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n \n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n \n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n \n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n \n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n \n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n \n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n \n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n \n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n \n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n \n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n \n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n \n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n \n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n \n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n \n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n \n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n \n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle: ", ";\n \n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n \n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --anchor-tabs-height: 60px;\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n }\n\n @media ", " {\n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-header-6: ", ";\n\n --font-size-altHeader-4: ", ";\n\n --font-size-body-1: ", ";\n\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n }\n\n @media ", " {\n \n }\n\n @media ", " {\n \n }\n }\n"])), function (_ref) {
|
|
12493
|
+
var _templateObject$1p;
|
|
12494
|
+
var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1p || (_templateObject$1p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n html {\n --base-color-primary: ", ";\n --base-color-core: ", ";\n --base-color-stream: ", ";\n --base-color-cinema: ", ";\n --base-color-white: ", ";\n --base-color-black: ", ";\n --base-color-dark-grey: ", ";\n --base-color-mid-grey: ", ";\n --base-color-light-grey: ", ";\n --error-color-state: ", ";\n --medium-color-state: ", ";\n --good-color-state: ", ";\n --base-color-darkgrey: ", ";\n --base-color-midgrey: ", ";\n --base-color-lightgrey: ", ";\n --base-color-transparent: transparent;\n --base-color-errorstate: ", ";\n --base-color-mediumstate: ", ";\n --base-color-goodstate: ", ";\n --base-color-progress: ", ";\n --base-color-navigation: ", ";\n --base-color-lapislazuli: ", ";\n --base-color-lemonchiffon: ", ";\n\n --button-height: ", ";\n --button-line-height: ", ";\n --button-padding-x: ", ";\n --button-padding-y: ", ";\n --button-padding-y-icon: ", ";\n --button-icon-margin: ", ";\n --button-icon-width: ", ";\n --button-icon-height: ", ";\n --button-font-size: ", ";\n --button-font-weight: ", ";\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n --margin-header-1: ", ";\n\n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n --margin-header-2: ", ";\n\n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n --margin-header-3: ", ";\n\n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n --margin-header-4: ", ";\n\n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n --margin-header-5: ", ";\n\n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n --margin-header-6: ", ";\n\n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n\n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n\n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n\n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n\n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n\n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n\n --font-size-overline-3: ", ";\n --font-weight-overline-3: ", ";\n --letter-spacing-overline-3: ", ";\n --line-height-overline-3: ", "; \n\n --font-size-overline-4: ", ";\n --font-weight-overline-4: ", ";\n --letter-spacing-overline-4: ", ";\n --line-height-overline-4: ", ";\n\n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n\n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n\n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n\n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-listing: ", ";\n --font-size-individual-listing-name: ", ";\n --line-height-individual-listing-name: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n\n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n\n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle: ", ";\n\n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n\n --font-family-navigation: ", ";\n --font-size-navigation: ", ";\n --font-weight-navigation: ", ";\n --line-height-navigation: ", ";\n --text-transform-navigation: ", ";\n --letter-spacing-navigation: ", ";\n\n --navigation-small-gap: ", ";\n --navigation-middle-gap: ", ";\n --navigation-large-gap: ", ";\n --navigation-xlarge-gap: ", ";\n --navigation-large-margin: ", ";\n\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --grid-margin: ", ";\n --grid-outer-margin: ", ";\n --grid-template-columns: calc(", " - ", ") calc(", " - ", " - ", ") repeat(12, minmax(0,1fr)) calc(", " - ", " - ", ") calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: 0;\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --text-link-underline-offset: ", ";\n\n --cards-spacing-stack: ", ";\n\n --editorial-subtitle-margin-bottom: ", ";\n --editorial-margin-between: ", ";\n --editorial-spacing-hover: ", ";\n --anchor-tabs-height: 70px;\n \n --harmonic-font-family-sans: 'Grey LL Bold', 'Roboto', sans-serif;\n --harmonic-font-family-serif: 'Victor Serif Medium', 'Inria Serif Regular', serif;\n --harmonic-text-link-underline-offset: 6px;\n --harmonic-text-transform-navigation: capitalize;\n --harmonic-font-size-navigation: 19px;\n\n @media ", " {\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n \n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n \n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n \n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n \n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n \n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n \n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n \n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n \n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n \n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n \n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n \n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n \n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n \n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n \n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n \n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n \n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n \n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle: ", ";\n \n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n \n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --anchor-tabs-height: 60px;\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n }\n\n @media ", " {\n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-header-6: ", ";\n\n --font-size-altHeader-4: ", ";\n\n --font-size-body-1: ", ";\n\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n }\n\n @media ", " {\n \n }\n\n @media ", " {\n \n }\n }\n"])), function (_ref) {
|
|
12675
12495
|
var theme = _ref.theme;
|
|
12676
12496
|
return theme.colors.primary;
|
|
12677
12497
|
}, function (_ref2) {
|
|
@@ -12698,483 +12518,489 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
12698
12518
|
}, function (_ref9) {
|
|
12699
12519
|
var theme = _ref9.theme;
|
|
12700
12520
|
return theme.colors.lightgrey;
|
|
12521
|
+
}, function (_ref0) {
|
|
12522
|
+
var theme = _ref0.theme;
|
|
12523
|
+
return theme.colors.error;
|
|
12524
|
+
}, function (_ref1) {
|
|
12525
|
+
var theme = _ref1.theme;
|
|
12526
|
+
return theme.colors.medium;
|
|
12701
12527
|
}, function (_ref10) {
|
|
12702
12528
|
var theme = _ref10.theme;
|
|
12703
|
-
return theme.colors.
|
|
12529
|
+
return theme.colors.good;
|
|
12704
12530
|
}, function (_ref11) {
|
|
12705
12531
|
var theme = _ref11.theme;
|
|
12706
|
-
return theme.colors.
|
|
12532
|
+
return theme.colors.darkgrey;
|
|
12707
12533
|
}, function (_ref12) {
|
|
12708
12534
|
var theme = _ref12.theme;
|
|
12709
|
-
return theme.colors.
|
|
12535
|
+
return theme.colors.midgrey;
|
|
12710
12536
|
}, function (_ref13) {
|
|
12711
12537
|
var theme = _ref13.theme;
|
|
12712
|
-
return theme.colors.
|
|
12538
|
+
return theme.colors.lightgrey;
|
|
12713
12539
|
}, function (_ref14) {
|
|
12714
12540
|
var theme = _ref14.theme;
|
|
12715
|
-
return theme.colors.
|
|
12541
|
+
return theme.colors.error;
|
|
12716
12542
|
}, function (_ref15) {
|
|
12717
12543
|
var theme = _ref15.theme;
|
|
12718
|
-
return theme.colors.
|
|
12544
|
+
return theme.colors.medium;
|
|
12719
12545
|
}, function (_ref16) {
|
|
12720
12546
|
var theme = _ref16.theme;
|
|
12721
|
-
return theme.colors.
|
|
12547
|
+
return theme.colors.good;
|
|
12722
12548
|
}, function (_ref17) {
|
|
12723
12549
|
var theme = _ref17.theme;
|
|
12724
|
-
return theme.colors.
|
|
12550
|
+
return theme.colors.progress;
|
|
12725
12551
|
}, function (_ref18) {
|
|
12726
12552
|
var theme = _ref18.theme;
|
|
12727
|
-
return theme.colors.
|
|
12553
|
+
return theme.colors.navigation;
|
|
12728
12554
|
}, function (_ref19) {
|
|
12729
12555
|
var theme = _ref19.theme;
|
|
12730
|
-
return theme.colors.
|
|
12556
|
+
return theme.colors.lapisLazuli;
|
|
12731
12557
|
}, function (_ref20) {
|
|
12732
12558
|
var theme = _ref20.theme;
|
|
12733
|
-
return theme.colors.
|
|
12559
|
+
return theme.colors.lemonChiffon;
|
|
12734
12560
|
}, function (_ref21) {
|
|
12735
12561
|
var theme = _ref21.theme;
|
|
12736
|
-
return theme.
|
|
12562
|
+
return theme.spacing[12];
|
|
12737
12563
|
}, function (_ref22) {
|
|
12738
12564
|
var theme = _ref22.theme;
|
|
12739
|
-
return theme.
|
|
12565
|
+
return theme.fonts.desktop.lineHeights.buttons;
|
|
12740
12566
|
}, function (_ref23) {
|
|
12741
12567
|
var theme = _ref23.theme;
|
|
12742
|
-
return theme.
|
|
12568
|
+
return theme.buttons.paddingX;
|
|
12743
12569
|
}, function (_ref24) {
|
|
12744
12570
|
var theme = _ref24.theme;
|
|
12745
|
-
return theme.
|
|
12571
|
+
return theme.buttons.paddingY;
|
|
12746
12572
|
}, function (_ref25) {
|
|
12747
12573
|
var theme = _ref25.theme;
|
|
12748
|
-
return theme.buttons.
|
|
12574
|
+
return theme.buttons.paddingYIcon;
|
|
12749
12575
|
}, function (_ref26) {
|
|
12750
12576
|
var theme = _ref26.theme;
|
|
12751
|
-
return theme.buttons.
|
|
12577
|
+
return theme.buttons.iconMargin;
|
|
12752
12578
|
}, function (_ref27) {
|
|
12753
12579
|
var theme = _ref27.theme;
|
|
12754
|
-
return theme.buttons.
|
|
12580
|
+
return theme.buttons.iconWidth;
|
|
12755
12581
|
}, function (_ref28) {
|
|
12756
12582
|
var theme = _ref28.theme;
|
|
12757
|
-
return theme.buttons.
|
|
12583
|
+
return theme.buttons.iconHeight;
|
|
12758
12584
|
}, function (_ref29) {
|
|
12759
12585
|
var theme = _ref29.theme;
|
|
12760
|
-
return theme.buttons
|
|
12586
|
+
return theme.fonts.desktop.sizes.buttons;
|
|
12761
12587
|
}, function (_ref30) {
|
|
12762
12588
|
var theme = _ref30.theme;
|
|
12763
|
-
return theme.buttons
|
|
12589
|
+
return theme.fonts.desktop.weights.buttons;
|
|
12764
12590
|
}, function (_ref31) {
|
|
12765
12591
|
var theme = _ref31.theme;
|
|
12766
|
-
return theme.fonts.desktop.sizes.
|
|
12592
|
+
return theme.fonts.desktop.sizes.headers[1];
|
|
12767
12593
|
}, function (_ref32) {
|
|
12768
12594
|
var theme = _ref32.theme;
|
|
12769
|
-
return theme.fonts.desktop.weights.
|
|
12595
|
+
return theme.fonts.desktop.weights.headers[1];
|
|
12770
12596
|
}, function (_ref33) {
|
|
12771
12597
|
var theme = _ref33.theme;
|
|
12772
|
-
return theme.fonts.desktop.
|
|
12598
|
+
return theme.fonts.desktop.letterSpacing.headers[1];
|
|
12773
12599
|
}, function (_ref34) {
|
|
12774
12600
|
var theme = _ref34.theme;
|
|
12775
|
-
return theme.fonts.desktop.
|
|
12601
|
+
return theme.fonts.desktop.lineHeights.headers[1];
|
|
12776
12602
|
}, function (_ref35) {
|
|
12777
12603
|
var theme = _ref35.theme;
|
|
12778
|
-
return theme.fonts.desktop.
|
|
12604
|
+
return theme.fonts.desktop.margins.headers[1];
|
|
12779
12605
|
}, function (_ref36) {
|
|
12780
12606
|
var theme = _ref36.theme;
|
|
12781
|
-
return theme.fonts.desktop.
|
|
12607
|
+
return theme.fonts.desktop.sizes.headers[2];
|
|
12782
12608
|
}, function (_ref37) {
|
|
12783
12609
|
var theme = _ref37.theme;
|
|
12784
|
-
return theme.fonts.desktop.
|
|
12610
|
+
return theme.fonts.desktop.weights.headers[2];
|
|
12785
12611
|
}, function (_ref38) {
|
|
12786
12612
|
var theme = _ref38.theme;
|
|
12787
|
-
return theme.fonts.desktop.
|
|
12613
|
+
return theme.fonts.desktop.letterSpacing.headers[2];
|
|
12788
12614
|
}, function (_ref39) {
|
|
12789
12615
|
var theme = _ref39.theme;
|
|
12790
|
-
return theme.fonts.desktop.
|
|
12616
|
+
return theme.fonts.desktop.lineHeights.headers[2];
|
|
12791
12617
|
}, function (_ref40) {
|
|
12792
12618
|
var theme = _ref40.theme;
|
|
12793
|
-
return theme.fonts.desktop.
|
|
12619
|
+
return theme.fonts.desktop.margins.headers[2];
|
|
12794
12620
|
}, function (_ref41) {
|
|
12795
12621
|
var theme = _ref41.theme;
|
|
12796
|
-
return theme.fonts.desktop.
|
|
12622
|
+
return theme.fonts.desktop.sizes.headers[3];
|
|
12797
12623
|
}, function (_ref42) {
|
|
12798
12624
|
var theme = _ref42.theme;
|
|
12799
|
-
return theme.fonts.desktop.
|
|
12625
|
+
return theme.fonts.desktop.weights.headers[3];
|
|
12800
12626
|
}, function (_ref43) {
|
|
12801
12627
|
var theme = _ref43.theme;
|
|
12802
|
-
return theme.fonts.desktop.
|
|
12628
|
+
return theme.fonts.desktop.letterSpacing.headers[3];
|
|
12803
12629
|
}, function (_ref44) {
|
|
12804
12630
|
var theme = _ref44.theme;
|
|
12805
|
-
return theme.fonts.desktop.
|
|
12631
|
+
return theme.fonts.desktop.lineHeights.headers[3];
|
|
12806
12632
|
}, function (_ref45) {
|
|
12807
12633
|
var theme = _ref45.theme;
|
|
12808
|
-
return theme.fonts.desktop.
|
|
12634
|
+
return theme.fonts.desktop.margins.headers[3];
|
|
12809
12635
|
}, function (_ref46) {
|
|
12810
12636
|
var theme = _ref46.theme;
|
|
12811
|
-
return theme.fonts.desktop.
|
|
12637
|
+
return theme.fonts.desktop.sizes.headers[4];
|
|
12812
12638
|
}, function (_ref47) {
|
|
12813
12639
|
var theme = _ref47.theme;
|
|
12814
|
-
return theme.fonts.desktop.
|
|
12640
|
+
return theme.fonts.desktop.weights.headers[4];
|
|
12815
12641
|
}, function (_ref48) {
|
|
12816
12642
|
var theme = _ref48.theme;
|
|
12817
|
-
return theme.fonts.desktop.
|
|
12643
|
+
return theme.fonts.desktop.letterSpacing.headers[4];
|
|
12818
12644
|
}, function (_ref49) {
|
|
12819
12645
|
var theme = _ref49.theme;
|
|
12820
|
-
return theme.fonts.desktop.
|
|
12646
|
+
return theme.fonts.desktop.lineHeights.headers[4];
|
|
12821
12647
|
}, function (_ref50) {
|
|
12822
12648
|
var theme = _ref50.theme;
|
|
12823
|
-
return theme.fonts.desktop.
|
|
12649
|
+
return theme.fonts.desktop.margins.headers[4];
|
|
12824
12650
|
}, function (_ref51) {
|
|
12825
12651
|
var theme = _ref51.theme;
|
|
12826
|
-
return theme.fonts.desktop.
|
|
12652
|
+
return theme.fonts.desktop.sizes.headers[5];
|
|
12827
12653
|
}, function (_ref52) {
|
|
12828
12654
|
var theme = _ref52.theme;
|
|
12829
|
-
return theme.fonts.desktop.
|
|
12655
|
+
return theme.fonts.desktop.weights.headers[5];
|
|
12830
12656
|
}, function (_ref53) {
|
|
12831
12657
|
var theme = _ref53.theme;
|
|
12832
|
-
return theme.fonts.desktop.
|
|
12658
|
+
return theme.fonts.desktop.letterSpacing.headers[5];
|
|
12833
12659
|
}, function (_ref54) {
|
|
12834
12660
|
var theme = _ref54.theme;
|
|
12835
|
-
return theme.fonts.desktop.
|
|
12661
|
+
return theme.fonts.desktop.lineHeights.headers[5];
|
|
12836
12662
|
}, function (_ref55) {
|
|
12837
12663
|
var theme = _ref55.theme;
|
|
12838
|
-
return theme.fonts.desktop.
|
|
12664
|
+
return theme.fonts.desktop.margins.headers[5];
|
|
12839
12665
|
}, function (_ref56) {
|
|
12840
12666
|
var theme = _ref56.theme;
|
|
12841
|
-
return theme.fonts.desktop.
|
|
12667
|
+
return theme.fonts.desktop.sizes.headers[6];
|
|
12842
12668
|
}, function (_ref57) {
|
|
12843
12669
|
var theme = _ref57.theme;
|
|
12844
|
-
return theme.fonts.desktop.
|
|
12670
|
+
return theme.fonts.desktop.weights.headers[6];
|
|
12845
12671
|
}, function (_ref58) {
|
|
12846
12672
|
var theme = _ref58.theme;
|
|
12847
|
-
return theme.fonts.desktop.
|
|
12673
|
+
return theme.fonts.desktop.letterSpacing.headers[6];
|
|
12848
12674
|
}, function (_ref59) {
|
|
12849
12675
|
var theme = _ref59.theme;
|
|
12850
|
-
return theme.fonts.desktop.
|
|
12676
|
+
return theme.fonts.desktop.lineHeights.headers[6];
|
|
12851
12677
|
}, function (_ref60) {
|
|
12852
12678
|
var theme = _ref60.theme;
|
|
12853
|
-
return theme.fonts.desktop.
|
|
12679
|
+
return theme.fonts.desktop.margins.headers[6];
|
|
12854
12680
|
}, function (_ref61) {
|
|
12855
12681
|
var theme = _ref61.theme;
|
|
12856
|
-
return theme.fonts.desktop.
|
|
12682
|
+
return theme.fonts.desktop.sizes.altHeaders[3];
|
|
12857
12683
|
}, function (_ref62) {
|
|
12858
12684
|
var theme = _ref62.theme;
|
|
12859
|
-
return theme.fonts.desktop.
|
|
12685
|
+
return theme.fonts.desktop.weights.altHeaders[3];
|
|
12860
12686
|
}, function (_ref63) {
|
|
12861
12687
|
var theme = _ref63.theme;
|
|
12862
|
-
return theme.fonts.desktop.
|
|
12688
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[3];
|
|
12863
12689
|
}, function (_ref64) {
|
|
12864
12690
|
var theme = _ref64.theme;
|
|
12865
|
-
return theme.fonts.desktop.
|
|
12691
|
+
return theme.fonts.desktop.lineHeights.altHeaders[3];
|
|
12866
12692
|
}, function (_ref65) {
|
|
12867
12693
|
var theme = _ref65.theme;
|
|
12868
|
-
return theme.fonts.desktop.
|
|
12694
|
+
return theme.fonts.desktop.sizes.altHeaders[4];
|
|
12869
12695
|
}, function (_ref66) {
|
|
12870
12696
|
var theme = _ref66.theme;
|
|
12871
|
-
return theme.fonts.desktop.
|
|
12697
|
+
return theme.fonts.desktop.weights.altHeaders[4];
|
|
12872
12698
|
}, function (_ref67) {
|
|
12873
12699
|
var theme = _ref67.theme;
|
|
12874
|
-
return theme.fonts.desktop.
|
|
12700
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[4];
|
|
12875
12701
|
}, function (_ref68) {
|
|
12876
12702
|
var theme = _ref68.theme;
|
|
12877
|
-
return theme.fonts.desktop.
|
|
12703
|
+
return theme.fonts.desktop.lineHeights.altHeaders[4];
|
|
12878
12704
|
}, function (_ref69) {
|
|
12879
12705
|
var theme = _ref69.theme;
|
|
12880
|
-
return theme.fonts.desktop.
|
|
12706
|
+
return theme.fonts.desktop.sizes.altHeaders[5];
|
|
12881
12707
|
}, function (_ref70) {
|
|
12882
12708
|
var theme = _ref70.theme;
|
|
12883
|
-
return theme.fonts.desktop.
|
|
12709
|
+
return theme.fonts.desktop.weights.altHeaders[5];
|
|
12884
12710
|
}, function (_ref71) {
|
|
12885
12711
|
var theme = _ref71.theme;
|
|
12886
|
-
return theme.fonts.desktop.
|
|
12712
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[5];
|
|
12887
12713
|
}, function (_ref72) {
|
|
12888
12714
|
var theme = _ref72.theme;
|
|
12889
|
-
return theme.fonts.desktop.
|
|
12715
|
+
return theme.fonts.desktop.lineHeights.altHeaders[5];
|
|
12890
12716
|
}, function (_ref73) {
|
|
12891
12717
|
var theme = _ref73.theme;
|
|
12892
|
-
return theme.fonts.desktop.
|
|
12718
|
+
return theme.fonts.desktop.sizes.altHeaders[6];
|
|
12893
12719
|
}, function (_ref74) {
|
|
12894
12720
|
var theme = _ref74.theme;
|
|
12895
|
-
return theme.fonts.desktop.
|
|
12721
|
+
return theme.fonts.desktop.weights.altHeaders[6];
|
|
12896
12722
|
}, function (_ref75) {
|
|
12897
12723
|
var theme = _ref75.theme;
|
|
12898
|
-
return theme.fonts.desktop.
|
|
12724
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[6];
|
|
12899
12725
|
}, function (_ref76) {
|
|
12900
12726
|
var theme = _ref76.theme;
|
|
12901
|
-
return theme.fonts.desktop.
|
|
12727
|
+
return theme.fonts.desktop.lineHeights.altHeaders[6];
|
|
12902
12728
|
}, function (_ref77) {
|
|
12903
12729
|
var theme = _ref77.theme;
|
|
12904
|
-
return theme.fonts.desktop.
|
|
12730
|
+
return theme.fonts.desktop.sizes.overline[1];
|
|
12905
12731
|
}, function (_ref78) {
|
|
12906
12732
|
var theme = _ref78.theme;
|
|
12907
|
-
return theme.fonts.desktop.
|
|
12733
|
+
return theme.fonts.desktop.weights.overline[1];
|
|
12908
12734
|
}, function (_ref79) {
|
|
12909
12735
|
var theme = _ref79.theme;
|
|
12910
|
-
return theme.fonts.desktop.
|
|
12736
|
+
return theme.fonts.desktop.letterSpacing.overline[1];
|
|
12911
12737
|
}, function (_ref80) {
|
|
12912
12738
|
var theme = _ref80.theme;
|
|
12913
|
-
return theme.fonts.desktop.
|
|
12739
|
+
return theme.fonts.desktop.lineHeights.overline[1];
|
|
12914
12740
|
}, function (_ref81) {
|
|
12915
12741
|
var theme = _ref81.theme;
|
|
12916
|
-
return theme.fonts.desktop.
|
|
12742
|
+
return theme.fonts.desktop.sizes.overline[2];
|
|
12917
12743
|
}, function (_ref82) {
|
|
12918
12744
|
var theme = _ref82.theme;
|
|
12919
|
-
return theme.fonts.desktop.
|
|
12745
|
+
return theme.fonts.desktop.weights.overline[2];
|
|
12920
12746
|
}, function (_ref83) {
|
|
12921
12747
|
var theme = _ref83.theme;
|
|
12922
|
-
return theme.fonts.desktop.
|
|
12748
|
+
return theme.fonts.desktop.letterSpacing.overline[2];
|
|
12923
12749
|
}, function (_ref84) {
|
|
12924
12750
|
var theme = _ref84.theme;
|
|
12925
|
-
return theme.fonts.desktop.
|
|
12751
|
+
return theme.fonts.desktop.lineHeights.overline[2];
|
|
12926
12752
|
}, function (_ref85) {
|
|
12927
12753
|
var theme = _ref85.theme;
|
|
12928
|
-
return theme.fonts.desktop.
|
|
12754
|
+
return theme.fonts.desktop.sizes.overline[3];
|
|
12929
12755
|
}, function (_ref86) {
|
|
12930
12756
|
var theme = _ref86.theme;
|
|
12931
|
-
return theme.fonts.desktop.
|
|
12757
|
+
return theme.fonts.desktop.weights.overline[3];
|
|
12932
12758
|
}, function (_ref87) {
|
|
12933
12759
|
var theme = _ref87.theme;
|
|
12934
|
-
return theme.fonts.desktop.
|
|
12760
|
+
return theme.fonts.desktop.letterSpacing.overline[3];
|
|
12935
12761
|
}, function (_ref88) {
|
|
12936
12762
|
var theme = _ref88.theme;
|
|
12937
|
-
return theme.fonts.desktop.
|
|
12763
|
+
return theme.fonts.desktop.lineHeights.overline[3];
|
|
12938
12764
|
}, function (_ref89) {
|
|
12939
12765
|
var theme = _ref89.theme;
|
|
12940
|
-
return theme.fonts.desktop.
|
|
12766
|
+
return theme.fonts.desktop.sizes.overline[4];
|
|
12941
12767
|
}, function (_ref90) {
|
|
12942
12768
|
var theme = _ref90.theme;
|
|
12943
|
-
return theme.fonts.desktop.
|
|
12769
|
+
return theme.fonts.desktop.weights.overline[4];
|
|
12944
12770
|
}, function (_ref91) {
|
|
12945
12771
|
var theme = _ref91.theme;
|
|
12946
|
-
return theme.fonts.desktop.
|
|
12772
|
+
return theme.fonts.desktop.letterSpacing.overline[4];
|
|
12947
12773
|
}, function (_ref92) {
|
|
12948
12774
|
var theme = _ref92.theme;
|
|
12949
|
-
return theme.fonts.desktop.
|
|
12775
|
+
return theme.fonts.desktop.lineHeights.overline[4];
|
|
12950
12776
|
}, function (_ref93) {
|
|
12951
12777
|
var theme = _ref93.theme;
|
|
12952
|
-
return theme.fonts.desktop.
|
|
12778
|
+
return theme.fonts.desktop.sizes.body[1];
|
|
12953
12779
|
}, function (_ref94) {
|
|
12954
12780
|
var theme = _ref94.theme;
|
|
12955
|
-
return theme.fonts.desktop.
|
|
12781
|
+
return theme.fonts.desktop.weights.body[1];
|
|
12956
12782
|
}, function (_ref95) {
|
|
12957
12783
|
var theme = _ref95.theme;
|
|
12958
|
-
return theme.fonts.desktop.
|
|
12784
|
+
return theme.fonts.desktop.letterSpacing.body[1];
|
|
12959
12785
|
}, function (_ref96) {
|
|
12960
12786
|
var theme = _ref96.theme;
|
|
12961
|
-
return theme.fonts.desktop.
|
|
12787
|
+
return theme.fonts.desktop.lineHeights.body[1];
|
|
12962
12788
|
}, function (_ref97) {
|
|
12963
12789
|
var theme = _ref97.theme;
|
|
12964
|
-
return theme.fonts.desktop.
|
|
12790
|
+
return theme.fonts.desktop.sizes.body[2];
|
|
12965
12791
|
}, function (_ref98) {
|
|
12966
12792
|
var theme = _ref98.theme;
|
|
12967
|
-
return theme.fonts.desktop.
|
|
12793
|
+
return theme.fonts.desktop.weights.body[2];
|
|
12968
12794
|
}, function (_ref99) {
|
|
12969
12795
|
var theme = _ref99.theme;
|
|
12970
|
-
return theme.fonts.desktop.
|
|
12796
|
+
return theme.fonts.desktop.letterSpacing.body[2];
|
|
12971
12797
|
}, function (_ref100) {
|
|
12972
12798
|
var theme = _ref100.theme;
|
|
12973
|
-
return theme.fonts.desktop.
|
|
12799
|
+
return theme.fonts.desktop.lineHeights.body[2];
|
|
12974
12800
|
}, function (_ref101) {
|
|
12975
12801
|
var theme = _ref101.theme;
|
|
12976
|
-
return theme.fonts.desktop.
|
|
12802
|
+
return theme.fonts.desktop.sizes.body[3];
|
|
12977
12803
|
}, function (_ref102) {
|
|
12978
12804
|
var theme = _ref102.theme;
|
|
12979
|
-
return theme.fonts.desktop.
|
|
12805
|
+
return theme.fonts.desktop.weights.body[3];
|
|
12980
12806
|
}, function (_ref103) {
|
|
12981
12807
|
var theme = _ref103.theme;
|
|
12982
|
-
return theme.fonts.desktop.
|
|
12808
|
+
return theme.fonts.desktop.letterSpacing.body[3];
|
|
12983
12809
|
}, function (_ref104) {
|
|
12984
12810
|
var theme = _ref104.theme;
|
|
12985
|
-
return theme.fonts.desktop.
|
|
12811
|
+
return theme.fonts.desktop.lineHeights.body[3];
|
|
12986
12812
|
}, function (_ref105) {
|
|
12987
12813
|
var theme = _ref105.theme;
|
|
12988
|
-
return theme.fonts.desktop.
|
|
12814
|
+
return theme.fonts.desktop.sizes.subtitles[1];
|
|
12989
12815
|
}, function (_ref106) {
|
|
12990
12816
|
var theme = _ref106.theme;
|
|
12991
|
-
return theme.fonts.desktop.
|
|
12817
|
+
return theme.fonts.desktop.weights.subtitles[1];
|
|
12992
12818
|
}, function (_ref107) {
|
|
12993
12819
|
var theme = _ref107.theme;
|
|
12994
|
-
return theme.fonts.desktop.
|
|
12820
|
+
return theme.fonts.desktop.letterSpacing.subtitles[1];
|
|
12995
12821
|
}, function (_ref108) {
|
|
12996
12822
|
var theme = _ref108.theme;
|
|
12997
|
-
return theme.fonts.desktop.
|
|
12823
|
+
return theme.fonts.desktop.lineHeights.subtitles[1];
|
|
12998
12824
|
}, function (_ref109) {
|
|
12999
12825
|
var theme = _ref109.theme;
|
|
13000
|
-
return theme.fonts.desktop.
|
|
12826
|
+
return theme.fonts.desktop.sizes.subtitles[2];
|
|
13001
12827
|
}, function (_ref110) {
|
|
13002
12828
|
var theme = _ref110.theme;
|
|
13003
|
-
return theme.fonts.desktop.
|
|
12829
|
+
return theme.fonts.desktop.weights.subtitles[2];
|
|
13004
12830
|
}, function (_ref111) {
|
|
13005
12831
|
var theme = _ref111.theme;
|
|
13006
|
-
return theme.fonts.desktop.
|
|
12832
|
+
return theme.fonts.desktop.letterSpacing.subtitles[2];
|
|
13007
12833
|
}, function (_ref112) {
|
|
13008
12834
|
var theme = _ref112.theme;
|
|
13009
|
-
return theme.fonts.desktop.
|
|
12835
|
+
return theme.fonts.desktop.lineHeights.subtitles[2];
|
|
13010
12836
|
}, function (_ref113) {
|
|
13011
12837
|
var theme = _ref113.theme;
|
|
13012
|
-
return theme.fonts.desktop.
|
|
12838
|
+
return theme.fonts.desktop.sizes.titleDescription;
|
|
13013
12839
|
}, function (_ref114) {
|
|
13014
12840
|
var theme = _ref114.theme;
|
|
13015
|
-
return theme.fonts.desktop.lineHeights.
|
|
12841
|
+
return theme.fonts.desktop.lineHeights.titleDescription;
|
|
13016
12842
|
}, function (_ref115) {
|
|
13017
12843
|
var theme = _ref115.theme;
|
|
13018
|
-
return theme.fonts.desktop.
|
|
12844
|
+
return theme.fonts.desktop.lineHeights.listing;
|
|
13019
12845
|
}, function (_ref116) {
|
|
13020
12846
|
var theme = _ref116.theme;
|
|
13021
|
-
return theme.fonts.desktop.
|
|
12847
|
+
return theme.fonts.desktop.sizes.listing;
|
|
13022
12848
|
}, function (_ref117) {
|
|
13023
12849
|
var theme = _ref117.theme;
|
|
13024
|
-
return theme.fonts.desktop.lineHeights.
|
|
12850
|
+
return theme.fonts.desktop.lineHeights.peopleListing;
|
|
13025
12851
|
}, function (_ref118) {
|
|
13026
12852
|
var theme = _ref118.theme;
|
|
13027
|
-
return theme.
|
|
12853
|
+
return theme.spacing[6];
|
|
13028
12854
|
}, function (_ref119) {
|
|
13029
12855
|
var theme = _ref119.theme;
|
|
13030
|
-
return theme.fonts.desktop.
|
|
12856
|
+
return theme.fonts.desktop.families.headers;
|
|
13031
12857
|
}, function (_ref120) {
|
|
13032
12858
|
var theme = _ref120.theme;
|
|
13033
|
-
return theme.
|
|
12859
|
+
return theme.fonts.desktop.families.altHeaders;
|
|
13034
12860
|
}, function (_ref121) {
|
|
13035
12861
|
var theme = _ref121.theme;
|
|
13036
|
-
return theme.fonts.desktop.families.
|
|
12862
|
+
return theme.fonts.desktop.families.body;
|
|
13037
12863
|
}, function (_ref122) {
|
|
13038
12864
|
var theme = _ref122.theme;
|
|
13039
|
-
return theme.fonts.desktop.families.
|
|
12865
|
+
return theme.fonts.desktop.families.bodyItalics;
|
|
13040
12866
|
}, function (_ref123) {
|
|
13041
12867
|
var theme = _ref123.theme;
|
|
13042
|
-
return theme.fonts.desktop.families.
|
|
12868
|
+
return theme.fonts.desktop.families.buttons;
|
|
13043
12869
|
}, function (_ref124) {
|
|
13044
12870
|
var theme = _ref124.theme;
|
|
13045
|
-
return theme.fonts.desktop.families.
|
|
12871
|
+
return theme.fonts.desktop.families.overline;
|
|
13046
12872
|
}, function (_ref125) {
|
|
13047
12873
|
var theme = _ref125.theme;
|
|
13048
|
-
return theme.fonts.desktop.families.
|
|
12874
|
+
return theme.fonts.desktop.families.subtitles;
|
|
13049
12875
|
}, function (_ref126) {
|
|
13050
12876
|
var theme = _ref126.theme;
|
|
13051
|
-
return theme.fonts.desktop.families.
|
|
12877
|
+
return theme.fonts.desktop.families.peopleListingRole;
|
|
13052
12878
|
}, function (_ref127) {
|
|
13053
12879
|
var theme = _ref127.theme;
|
|
13054
|
-
return theme.fonts.desktop.families.
|
|
12880
|
+
return theme.fonts.desktop.families.body;
|
|
13055
12881
|
}, function (_ref128) {
|
|
13056
12882
|
var theme = _ref128.theme;
|
|
13057
|
-
return theme.fonts.desktop.
|
|
12883
|
+
return theme.fonts.desktop.fontFeatureSettings.headers;
|
|
13058
12884
|
}, function (_ref129) {
|
|
13059
12885
|
var theme = _ref129.theme;
|
|
13060
|
-
return theme.fonts.desktop.
|
|
12886
|
+
return theme.fonts.desktop.fontFeatureSettings.altHeaders;
|
|
13061
12887
|
}, function (_ref130) {
|
|
13062
12888
|
var theme = _ref130.theme;
|
|
13063
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12889
|
+
return theme.fonts.desktop.fontFeatureSettings.overline;
|
|
13064
12890
|
}, function (_ref131) {
|
|
13065
12891
|
var theme = _ref131.theme;
|
|
13066
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12892
|
+
return theme.fonts.desktop.fontFeatureSettings.subtitles;
|
|
13067
12893
|
}, function (_ref132) {
|
|
13068
12894
|
var theme = _ref132.theme;
|
|
13069
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12895
|
+
return theme.fonts.desktop.fontFeatureSettings.body;
|
|
13070
12896
|
}, function (_ref133) {
|
|
13071
12897
|
var theme = _ref133.theme;
|
|
13072
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12898
|
+
return theme.fonts.desktop.fontFeatureSettings.navigation;
|
|
13073
12899
|
}, function (_ref134) {
|
|
13074
12900
|
var theme = _ref134.theme;
|
|
13075
|
-
return theme.fonts.desktop.
|
|
12901
|
+
return theme.fonts.desktop.transforms.headers;
|
|
13076
12902
|
}, function (_ref135) {
|
|
13077
12903
|
var theme = _ref135.theme;
|
|
13078
|
-
return theme.fonts.desktop.
|
|
12904
|
+
return theme.fonts.desktop.transforms.altHeaders;
|
|
13079
12905
|
}, function (_ref136) {
|
|
13080
12906
|
var theme = _ref136.theme;
|
|
13081
|
-
return theme.fonts.desktop.transforms.
|
|
12907
|
+
return theme.fonts.desktop.transforms.body;
|
|
13082
12908
|
}, function (_ref137) {
|
|
13083
12909
|
var theme = _ref137.theme;
|
|
13084
|
-
return theme.fonts.desktop.transforms.
|
|
12910
|
+
return theme.fonts.desktop.transforms.overline;
|
|
13085
12911
|
}, function (_ref138) {
|
|
13086
12912
|
var theme = _ref138.theme;
|
|
13087
|
-
return theme.fonts.desktop.transforms.
|
|
12913
|
+
return theme.fonts.desktop.transforms.subtitles;
|
|
13088
12914
|
}, function (_ref139) {
|
|
13089
12915
|
var theme = _ref139.theme;
|
|
13090
|
-
return theme.fonts.desktop.
|
|
12916
|
+
return theme.fonts.desktop.wordBreak.headers;
|
|
13091
12917
|
}, function (_ref140) {
|
|
13092
12918
|
var theme = _ref140.theme;
|
|
13093
|
-
return theme.fonts.desktop.
|
|
12919
|
+
return theme.fonts.desktop.wordBreak.altHeaders;
|
|
13094
12920
|
}, function (_ref141) {
|
|
13095
12921
|
var theme = _ref141.theme;
|
|
13096
|
-
return theme.fonts.desktop.wordBreak.
|
|
12922
|
+
return theme.fonts.desktop.wordBreak.body;
|
|
13097
12923
|
}, function (_ref142) {
|
|
13098
12924
|
var theme = _ref142.theme;
|
|
13099
|
-
return theme.fonts.desktop.wordBreak.
|
|
12925
|
+
return theme.fonts.desktop.wordBreak.overline;
|
|
13100
12926
|
}, function (_ref143) {
|
|
13101
12927
|
var theme = _ref143.theme;
|
|
13102
|
-
return theme.fonts.desktop.wordBreak.
|
|
12928
|
+
return theme.fonts.desktop.wordBreak.subtitles;
|
|
13103
12929
|
}, function (_ref144) {
|
|
13104
12930
|
var theme = _ref144.theme;
|
|
13105
|
-
return theme.fonts.desktop.
|
|
12931
|
+
return theme.fonts.desktop.families.navigation;
|
|
13106
12932
|
}, function (_ref145) {
|
|
13107
12933
|
var theme = _ref145.theme;
|
|
13108
|
-
return theme.fonts.desktop.
|
|
12934
|
+
return theme.fonts.desktop.sizes.navigation;
|
|
13109
12935
|
}, function (_ref146) {
|
|
13110
12936
|
var theme = _ref146.theme;
|
|
13111
|
-
return theme.fonts.desktop.
|
|
12937
|
+
return theme.fonts.desktop.weights.navigation;
|
|
13112
12938
|
}, function (_ref147) {
|
|
13113
12939
|
var theme = _ref147.theme;
|
|
13114
|
-
return theme.fonts.desktop.
|
|
12940
|
+
return theme.fonts.desktop.lineHeights.navigation;
|
|
13115
12941
|
}, function (_ref148) {
|
|
13116
12942
|
var theme = _ref148.theme;
|
|
13117
|
-
return theme.fonts.desktop.
|
|
12943
|
+
return theme.fonts.desktop.transforms.navigation;
|
|
13118
12944
|
}, function (_ref149) {
|
|
13119
12945
|
var theme = _ref149.theme;
|
|
13120
|
-
return theme.fonts.desktop.
|
|
12946
|
+
return theme.fonts.desktop.letterSpacing.navigation;
|
|
13121
12947
|
}, function (_ref150) {
|
|
13122
12948
|
var theme = _ref150.theme;
|
|
13123
|
-
return theme.
|
|
12949
|
+
return theme.spacing[4];
|
|
13124
12950
|
}, function (_ref151) {
|
|
13125
12951
|
var theme = _ref151.theme;
|
|
13126
|
-
return theme.
|
|
12952
|
+
return theme.spacing[5];
|
|
13127
12953
|
}, function (_ref152) {
|
|
13128
12954
|
var theme = _ref152.theme;
|
|
13129
|
-
return theme.spacing[
|
|
12955
|
+
return theme.spacing[6];
|
|
13130
12956
|
}, function (_ref153) {
|
|
13131
12957
|
var theme = _ref153.theme;
|
|
13132
|
-
return theme.spacing[
|
|
12958
|
+
return theme.spacing[9];
|
|
13133
12959
|
}, function (_ref154) {
|
|
13134
12960
|
var theme = _ref154.theme;
|
|
13135
|
-
return theme.spacing[
|
|
12961
|
+
return theme.spacing[15];
|
|
13136
12962
|
}, function (_ref155) {
|
|
13137
12963
|
var theme = _ref155.theme;
|
|
13138
|
-
return theme.spacing[
|
|
12964
|
+
return theme.spacing[15];
|
|
13139
12965
|
}, function (_ref156) {
|
|
13140
12966
|
var theme = _ref156.theme;
|
|
13141
|
-
return theme.spacing[
|
|
12967
|
+
return theme.spacing[9];
|
|
13142
12968
|
}, function (_ref157) {
|
|
13143
12969
|
var theme = _ref157.theme;
|
|
13144
|
-
return theme.
|
|
12970
|
+
return theme.fonts.desktop.sizes.search;
|
|
13145
12971
|
}, function (_ref158) {
|
|
13146
12972
|
var theme = _ref158.theme;
|
|
13147
|
-
return theme.
|
|
12973
|
+
return theme.fonts.desktop.families.search;
|
|
13148
12974
|
}, function (_ref159) {
|
|
13149
12975
|
var theme = _ref159.theme;
|
|
13150
|
-
return theme.
|
|
12976
|
+
return theme.grid.desktop.margin;
|
|
13151
12977
|
}, function (_ref160) {
|
|
13152
12978
|
var theme = _ref160.theme;
|
|
13153
|
-
return theme.
|
|
12979
|
+
return theme.grid.desktop.outerMargin;
|
|
13154
12980
|
}, function (_ref161) {
|
|
13155
12981
|
var theme = _ref161.theme;
|
|
13156
|
-
return theme.grid.desktop.
|
|
12982
|
+
return theme.grid.desktop.outerMargin;
|
|
13157
12983
|
}, function (_ref162) {
|
|
13158
12984
|
var theme = _ref162.theme;
|
|
13159
|
-
return theme.grid.desktop.
|
|
12985
|
+
return theme.grid.desktop.gap;
|
|
13160
12986
|
}, function (_ref163) {
|
|
13161
12987
|
var theme = _ref163.theme;
|
|
13162
|
-
return theme.grid.desktop.
|
|
12988
|
+
return theme.grid.desktop.margin;
|
|
13163
12989
|
}, function (_ref164) {
|
|
13164
12990
|
var theme = _ref164.theme;
|
|
13165
|
-
return theme.grid.desktop.
|
|
12991
|
+
return theme.grid.desktop.outerMargin;
|
|
13166
12992
|
}, function (_ref165) {
|
|
13167
12993
|
var theme = _ref165.theme;
|
|
13168
|
-
return theme.grid.desktop.
|
|
12994
|
+
return theme.grid.desktop.gap;
|
|
13169
12995
|
}, function (_ref166) {
|
|
13170
12996
|
var theme = _ref166.theme;
|
|
13171
|
-
return theme.grid.desktop.
|
|
12997
|
+
return theme.grid.desktop.margin;
|
|
13172
12998
|
}, function (_ref167) {
|
|
13173
12999
|
var theme = _ref167.theme;
|
|
13174
|
-
return theme.grid.desktop.
|
|
13000
|
+
return theme.grid.desktop.outerMargin;
|
|
13175
13001
|
}, function (_ref168) {
|
|
13176
13002
|
var theme = _ref168.theme;
|
|
13177
|
-
return theme.grid.desktop.
|
|
13003
|
+
return theme.grid.desktop.gap;
|
|
13178
13004
|
}, function (_ref169) {
|
|
13179
13005
|
var theme = _ref169.theme;
|
|
13180
13006
|
return theme.grid.desktop.outerMargin;
|
|
@@ -13183,349 +13009,349 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
13183
13009
|
return theme.grid.desktop.gap;
|
|
13184
13010
|
}, function (_ref171) {
|
|
13185
13011
|
var theme = _ref171.theme;
|
|
13186
|
-
return theme.grid.desktop.
|
|
13012
|
+
return theme.grid.desktop.gap;
|
|
13187
13013
|
}, function (_ref172) {
|
|
13188
13014
|
var theme = _ref172.theme;
|
|
13189
|
-
return theme.
|
|
13015
|
+
return theme.footer.desktop.height;
|
|
13190
13016
|
}, function (_ref173) {
|
|
13191
13017
|
var theme = _ref173.theme;
|
|
13192
|
-
return theme.
|
|
13018
|
+
return theme.footer.desktop.paddingTop;
|
|
13193
13019
|
}, function (_ref174) {
|
|
13194
13020
|
var theme = _ref174.theme;
|
|
13195
|
-
return theme.footer.desktop.
|
|
13021
|
+
return theme.footer.desktop.paddingBottom;
|
|
13196
13022
|
}, function (_ref175) {
|
|
13197
13023
|
var theme = _ref175.theme;
|
|
13198
|
-
return theme.footer.desktop.
|
|
13024
|
+
return theme.footer.desktop.itemsGap;
|
|
13199
13025
|
}, function (_ref176) {
|
|
13200
13026
|
var theme = _ref176.theme;
|
|
13201
|
-
return theme.footer.desktop.
|
|
13027
|
+
return theme.footer.desktop.mediaGap;
|
|
13202
13028
|
}, function (_ref177) {
|
|
13203
13029
|
var theme = _ref177.theme;
|
|
13204
|
-
return theme.footer.desktop.
|
|
13030
|
+
return theme.footer.desktop.mediaIconWidth;
|
|
13205
13031
|
}, function (_ref178) {
|
|
13206
13032
|
var theme = _ref178.theme;
|
|
13207
|
-
return theme.footer.desktop.
|
|
13033
|
+
return theme.footer.desktop.mediaIconHeight;
|
|
13208
13034
|
}, function (_ref179) {
|
|
13209
13035
|
var theme = _ref179.theme;
|
|
13210
|
-
return theme.footer.desktop.
|
|
13036
|
+
return theme.footer.desktop.verticalSpacingLarge;
|
|
13211
13037
|
}, function (_ref180) {
|
|
13212
13038
|
var theme = _ref180.theme;
|
|
13213
|
-
return theme.footer.desktop.
|
|
13039
|
+
return theme.footer.desktop.verticalSpacingSmall;
|
|
13214
13040
|
}, function (_ref181) {
|
|
13215
13041
|
var theme = _ref181.theme;
|
|
13216
|
-
return theme.
|
|
13042
|
+
return theme.spacing[2];
|
|
13217
13043
|
}, function (_ref182) {
|
|
13218
13044
|
var theme = _ref182.theme;
|
|
13219
|
-
return theme.
|
|
13045
|
+
return theme.spacing[10];
|
|
13220
13046
|
}, function (_ref183) {
|
|
13221
13047
|
var theme = _ref183.theme;
|
|
13222
|
-
return theme.spacing[
|
|
13048
|
+
return theme.spacing[4];
|
|
13223
13049
|
}, function (_ref184) {
|
|
13224
13050
|
var theme = _ref184.theme;
|
|
13225
|
-
return theme.spacing[
|
|
13051
|
+
return theme.spacing[6];
|
|
13226
13052
|
}, function (_ref185) {
|
|
13227
13053
|
var theme = _ref185.theme;
|
|
13228
|
-
return theme.spacing[
|
|
13229
|
-
}, function (_ref186) {
|
|
13054
|
+
return theme.spacing[1];
|
|
13055
|
+
}, devices.mobile, function (_ref186) {
|
|
13230
13056
|
var theme = _ref186.theme;
|
|
13231
|
-
return theme.
|
|
13057
|
+
return theme.fonts.mobile.sizes.headers[1];
|
|
13232
13058
|
}, function (_ref187) {
|
|
13233
13059
|
var theme = _ref187.theme;
|
|
13234
|
-
return theme.
|
|
13235
|
-
},
|
|
13060
|
+
return theme.fonts.mobile.weights.headers[1];
|
|
13061
|
+
}, function (_ref188) {
|
|
13236
13062
|
var theme = _ref188.theme;
|
|
13237
|
-
return theme.fonts.mobile.
|
|
13063
|
+
return theme.fonts.mobile.letterSpacing.headers[1];
|
|
13238
13064
|
}, function (_ref189) {
|
|
13239
13065
|
var theme = _ref189.theme;
|
|
13240
|
-
return theme.fonts.mobile.
|
|
13066
|
+
return theme.fonts.mobile.lineHeights.headers[1];
|
|
13241
13067
|
}, function (_ref190) {
|
|
13242
13068
|
var theme = _ref190.theme;
|
|
13243
|
-
return theme.fonts.mobile.
|
|
13069
|
+
return theme.fonts.mobile.sizes.headers[2];
|
|
13244
13070
|
}, function (_ref191) {
|
|
13245
13071
|
var theme = _ref191.theme;
|
|
13246
|
-
return theme.fonts.mobile.
|
|
13072
|
+
return theme.fonts.mobile.weights.headers[2];
|
|
13247
13073
|
}, function (_ref192) {
|
|
13248
13074
|
var theme = _ref192.theme;
|
|
13249
|
-
return theme.fonts.mobile.
|
|
13075
|
+
return theme.fonts.mobile.letterSpacing.headers[2];
|
|
13250
13076
|
}, function (_ref193) {
|
|
13251
13077
|
var theme = _ref193.theme;
|
|
13252
|
-
return theme.fonts.mobile.
|
|
13078
|
+
return theme.fonts.mobile.lineHeights.headers[2];
|
|
13253
13079
|
}, function (_ref194) {
|
|
13254
13080
|
var theme = _ref194.theme;
|
|
13255
|
-
return theme.fonts.mobile.
|
|
13081
|
+
return theme.fonts.mobile.sizes.headers[3];
|
|
13256
13082
|
}, function (_ref195) {
|
|
13257
13083
|
var theme = _ref195.theme;
|
|
13258
|
-
return theme.fonts.mobile.
|
|
13084
|
+
return theme.fonts.mobile.weights.headers[3];
|
|
13259
13085
|
}, function (_ref196) {
|
|
13260
13086
|
var theme = _ref196.theme;
|
|
13261
|
-
return theme.fonts.mobile.
|
|
13087
|
+
return theme.fonts.mobile.letterSpacing.headers[3];
|
|
13262
13088
|
}, function (_ref197) {
|
|
13263
13089
|
var theme = _ref197.theme;
|
|
13264
|
-
return theme.fonts.mobile.
|
|
13090
|
+
return theme.fonts.mobile.lineHeights.headers[3];
|
|
13265
13091
|
}, function (_ref198) {
|
|
13266
13092
|
var theme = _ref198.theme;
|
|
13267
|
-
return theme.fonts.mobile.
|
|
13093
|
+
return theme.fonts.mobile.sizes.headers[4];
|
|
13268
13094
|
}, function (_ref199) {
|
|
13269
13095
|
var theme = _ref199.theme;
|
|
13270
|
-
return theme.fonts.mobile.
|
|
13096
|
+
return theme.fonts.mobile.weights.headers[4];
|
|
13271
13097
|
}, function (_ref200) {
|
|
13272
13098
|
var theme = _ref200.theme;
|
|
13273
|
-
return theme.fonts.mobile.
|
|
13099
|
+
return theme.fonts.mobile.letterSpacing.headers[4];
|
|
13274
13100
|
}, function (_ref201) {
|
|
13275
13101
|
var theme = _ref201.theme;
|
|
13276
|
-
return theme.fonts.mobile.
|
|
13102
|
+
return theme.fonts.mobile.lineHeights.headers[4];
|
|
13277
13103
|
}, function (_ref202) {
|
|
13278
13104
|
var theme = _ref202.theme;
|
|
13279
|
-
return theme.fonts.mobile.
|
|
13105
|
+
return theme.fonts.mobile.sizes.headers[5];
|
|
13280
13106
|
}, function (_ref203) {
|
|
13281
13107
|
var theme = _ref203.theme;
|
|
13282
|
-
return theme.fonts.mobile.
|
|
13108
|
+
return theme.fonts.mobile.weights.headers[5];
|
|
13283
13109
|
}, function (_ref204) {
|
|
13284
13110
|
var theme = _ref204.theme;
|
|
13285
|
-
return theme.fonts.mobile.
|
|
13111
|
+
return theme.fonts.mobile.letterSpacing.headers[5];
|
|
13286
13112
|
}, function (_ref205) {
|
|
13287
13113
|
var theme = _ref205.theme;
|
|
13288
|
-
return theme.fonts.mobile.
|
|
13114
|
+
return theme.fonts.mobile.lineHeights.headers[5];
|
|
13289
13115
|
}, function (_ref206) {
|
|
13290
13116
|
var theme = _ref206.theme;
|
|
13291
|
-
return theme.fonts.mobile.
|
|
13117
|
+
return theme.fonts.mobile.sizes.headers[6];
|
|
13292
13118
|
}, function (_ref207) {
|
|
13293
13119
|
var theme = _ref207.theme;
|
|
13294
|
-
return theme.fonts.mobile.
|
|
13120
|
+
return theme.fonts.mobile.weights.headers[6];
|
|
13295
13121
|
}, function (_ref208) {
|
|
13296
13122
|
var theme = _ref208.theme;
|
|
13297
|
-
return theme.fonts.mobile.
|
|
13123
|
+
return theme.fonts.mobile.letterSpacing.headers[6];
|
|
13298
13124
|
}, function (_ref209) {
|
|
13299
13125
|
var theme = _ref209.theme;
|
|
13300
|
-
return theme.fonts.mobile.
|
|
13126
|
+
return theme.fonts.mobile.lineHeights.headers[6];
|
|
13301
13127
|
}, function (_ref210) {
|
|
13302
13128
|
var theme = _ref210.theme;
|
|
13303
|
-
return theme.fonts.mobile.
|
|
13129
|
+
return theme.fonts.mobile.sizes.altHeaders[3];
|
|
13304
13130
|
}, function (_ref211) {
|
|
13305
13131
|
var theme = _ref211.theme;
|
|
13306
|
-
return theme.fonts.mobile.
|
|
13132
|
+
return theme.fonts.mobile.weights.altHeaders[3];
|
|
13307
13133
|
}, function (_ref212) {
|
|
13308
13134
|
var theme = _ref212.theme;
|
|
13309
|
-
return theme.fonts.mobile.
|
|
13135
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[3];
|
|
13310
13136
|
}, function (_ref213) {
|
|
13311
13137
|
var theme = _ref213.theme;
|
|
13312
|
-
return theme.fonts.mobile.
|
|
13138
|
+
return theme.fonts.mobile.lineHeights.altHeaders[3];
|
|
13313
13139
|
}, function (_ref214) {
|
|
13314
13140
|
var theme = _ref214.theme;
|
|
13315
|
-
return theme.fonts.mobile.
|
|
13141
|
+
return theme.fonts.mobile.sizes.altHeaders[4];
|
|
13316
13142
|
}, function (_ref215) {
|
|
13317
13143
|
var theme = _ref215.theme;
|
|
13318
|
-
return theme.fonts.mobile.
|
|
13144
|
+
return theme.fonts.mobile.weights.altHeaders[4];
|
|
13319
13145
|
}, function (_ref216) {
|
|
13320
13146
|
var theme = _ref216.theme;
|
|
13321
|
-
return theme.fonts.mobile.
|
|
13147
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[4];
|
|
13322
13148
|
}, function (_ref217) {
|
|
13323
13149
|
var theme = _ref217.theme;
|
|
13324
|
-
return theme.fonts.mobile.
|
|
13150
|
+
return theme.fonts.mobile.lineHeights.altHeaders[4];
|
|
13325
13151
|
}, function (_ref218) {
|
|
13326
13152
|
var theme = _ref218.theme;
|
|
13327
|
-
return theme.fonts.mobile.
|
|
13153
|
+
return theme.fonts.mobile.sizes.altHeaders[5];
|
|
13328
13154
|
}, function (_ref219) {
|
|
13329
13155
|
var theme = _ref219.theme;
|
|
13330
|
-
return theme.fonts.mobile.
|
|
13156
|
+
return theme.fonts.mobile.weights.altHeaders[5];
|
|
13331
13157
|
}, function (_ref220) {
|
|
13332
13158
|
var theme = _ref220.theme;
|
|
13333
|
-
return theme.fonts.mobile.
|
|
13159
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[5];
|
|
13334
13160
|
}, function (_ref221) {
|
|
13335
13161
|
var theme = _ref221.theme;
|
|
13336
|
-
return theme.fonts.mobile.
|
|
13162
|
+
return theme.fonts.mobile.lineHeights.altHeaders[5];
|
|
13337
13163
|
}, function (_ref222) {
|
|
13338
13164
|
var theme = _ref222.theme;
|
|
13339
|
-
return theme.fonts.mobile.
|
|
13165
|
+
return theme.fonts.mobile.sizes.altHeaders[6];
|
|
13340
13166
|
}, function (_ref223) {
|
|
13341
13167
|
var theme = _ref223.theme;
|
|
13342
|
-
return theme.fonts.mobile.
|
|
13168
|
+
return theme.fonts.mobile.weights.altHeaders[6];
|
|
13343
13169
|
}, function (_ref224) {
|
|
13344
13170
|
var theme = _ref224.theme;
|
|
13345
|
-
return theme.fonts.mobile.
|
|
13171
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[6];
|
|
13346
13172
|
}, function (_ref225) {
|
|
13347
13173
|
var theme = _ref225.theme;
|
|
13348
|
-
return theme.fonts.mobile.
|
|
13174
|
+
return theme.fonts.mobile.lineHeights.altHeaders[6];
|
|
13349
13175
|
}, function (_ref226) {
|
|
13350
13176
|
var theme = _ref226.theme;
|
|
13351
|
-
return theme.fonts.mobile.
|
|
13177
|
+
return theme.fonts.mobile.sizes.overline[1];
|
|
13352
13178
|
}, function (_ref227) {
|
|
13353
13179
|
var theme = _ref227.theme;
|
|
13354
|
-
return theme.fonts.mobile.
|
|
13180
|
+
return theme.fonts.mobile.weights.overline[1];
|
|
13355
13181
|
}, function (_ref228) {
|
|
13356
13182
|
var theme = _ref228.theme;
|
|
13357
|
-
return theme.fonts.mobile.
|
|
13183
|
+
return theme.fonts.mobile.letterSpacing.overline[1];
|
|
13358
13184
|
}, function (_ref229) {
|
|
13359
13185
|
var theme = _ref229.theme;
|
|
13360
|
-
return theme.fonts.mobile.
|
|
13186
|
+
return theme.fonts.mobile.lineHeights.overline[1];
|
|
13361
13187
|
}, function (_ref230) {
|
|
13362
13188
|
var theme = _ref230.theme;
|
|
13363
|
-
return theme.fonts.mobile.
|
|
13189
|
+
return theme.fonts.mobile.sizes.overline[2];
|
|
13364
13190
|
}, function (_ref231) {
|
|
13365
13191
|
var theme = _ref231.theme;
|
|
13366
|
-
return theme.fonts.mobile.
|
|
13192
|
+
return theme.fonts.mobile.weights.overline[2];
|
|
13367
13193
|
}, function (_ref232) {
|
|
13368
13194
|
var theme = _ref232.theme;
|
|
13369
|
-
return theme.fonts.mobile.
|
|
13195
|
+
return theme.fonts.mobile.letterSpacing.overline[2];
|
|
13370
13196
|
}, function (_ref233) {
|
|
13371
13197
|
var theme = _ref233.theme;
|
|
13372
|
-
return theme.fonts.mobile.
|
|
13198
|
+
return theme.fonts.mobile.lineHeights.overline[2];
|
|
13373
13199
|
}, function (_ref234) {
|
|
13374
13200
|
var theme = _ref234.theme;
|
|
13375
|
-
return theme.fonts.mobile.
|
|
13201
|
+
return theme.fonts.mobile.sizes.body[1];
|
|
13376
13202
|
}, function (_ref235) {
|
|
13377
13203
|
var theme = _ref235.theme;
|
|
13378
|
-
return theme.fonts.mobile.
|
|
13204
|
+
return theme.fonts.mobile.weights.body[1];
|
|
13379
13205
|
}, function (_ref236) {
|
|
13380
13206
|
var theme = _ref236.theme;
|
|
13381
|
-
return theme.fonts.mobile.
|
|
13207
|
+
return theme.fonts.mobile.letterSpacing.body[1];
|
|
13382
13208
|
}, function (_ref237) {
|
|
13383
13209
|
var theme = _ref237.theme;
|
|
13384
|
-
return theme.fonts.mobile.
|
|
13210
|
+
return theme.fonts.mobile.lineHeights.body[1];
|
|
13385
13211
|
}, function (_ref238) {
|
|
13386
13212
|
var theme = _ref238.theme;
|
|
13387
|
-
return theme.fonts.mobile.
|
|
13213
|
+
return theme.fonts.mobile.sizes.body[2];
|
|
13388
13214
|
}, function (_ref239) {
|
|
13389
13215
|
var theme = _ref239.theme;
|
|
13390
|
-
return theme.fonts.mobile.
|
|
13216
|
+
return theme.fonts.mobile.weights.body[2];
|
|
13391
13217
|
}, function (_ref240) {
|
|
13392
13218
|
var theme = _ref240.theme;
|
|
13393
|
-
return theme.fonts.mobile.
|
|
13219
|
+
return theme.fonts.mobile.letterSpacing.body[2];
|
|
13394
13220
|
}, function (_ref241) {
|
|
13395
13221
|
var theme = _ref241.theme;
|
|
13396
|
-
return theme.fonts.mobile.
|
|
13222
|
+
return theme.fonts.mobile.lineHeights.body[2];
|
|
13397
13223
|
}, function (_ref242) {
|
|
13398
13224
|
var theme = _ref242.theme;
|
|
13399
|
-
return theme.fonts.mobile.
|
|
13225
|
+
return theme.fonts.mobile.sizes.body[3];
|
|
13400
13226
|
}, function (_ref243) {
|
|
13401
13227
|
var theme = _ref243.theme;
|
|
13402
|
-
return theme.fonts.mobile.
|
|
13228
|
+
return theme.fonts.mobile.weights.body[3];
|
|
13403
13229
|
}, function (_ref244) {
|
|
13404
13230
|
var theme = _ref244.theme;
|
|
13405
|
-
return theme.fonts.mobile.
|
|
13231
|
+
return theme.fonts.mobile.letterSpacing.body[3];
|
|
13406
13232
|
}, function (_ref245) {
|
|
13407
13233
|
var theme = _ref245.theme;
|
|
13408
|
-
return theme.fonts.mobile.
|
|
13234
|
+
return theme.fonts.mobile.lineHeights.body[3];
|
|
13409
13235
|
}, function (_ref246) {
|
|
13410
13236
|
var theme = _ref246.theme;
|
|
13411
|
-
return theme.fonts.mobile.
|
|
13237
|
+
return theme.fonts.mobile.sizes.subtitles[1];
|
|
13412
13238
|
}, function (_ref247) {
|
|
13413
13239
|
var theme = _ref247.theme;
|
|
13414
|
-
return theme.fonts.mobile.
|
|
13240
|
+
return theme.fonts.mobile.weights.subtitles[1];
|
|
13415
13241
|
}, function (_ref248) {
|
|
13416
13242
|
var theme = _ref248.theme;
|
|
13417
|
-
return theme.fonts.mobile.
|
|
13243
|
+
return theme.fonts.mobile.letterSpacing.subtitles[1];
|
|
13418
13244
|
}, function (_ref249) {
|
|
13419
13245
|
var theme = _ref249.theme;
|
|
13420
|
-
return theme.fonts.mobile.
|
|
13246
|
+
return theme.fonts.mobile.lineHeights.subtitles[1];
|
|
13421
13247
|
}, function (_ref250) {
|
|
13422
13248
|
var theme = _ref250.theme;
|
|
13423
|
-
return theme.fonts.mobile.
|
|
13249
|
+
return theme.fonts.mobile.sizes.subtitles[2];
|
|
13424
13250
|
}, function (_ref251) {
|
|
13425
13251
|
var theme = _ref251.theme;
|
|
13426
|
-
return theme.fonts.mobile.
|
|
13252
|
+
return theme.fonts.mobile.weights.subtitles[2];
|
|
13427
13253
|
}, function (_ref252) {
|
|
13428
13254
|
var theme = _ref252.theme;
|
|
13429
|
-
return theme.fonts.mobile.
|
|
13255
|
+
return theme.fonts.mobile.letterSpacing.subtitles[2];
|
|
13430
13256
|
}, function (_ref253) {
|
|
13431
13257
|
var theme = _ref253.theme;
|
|
13432
|
-
return theme.fonts.mobile.
|
|
13258
|
+
return theme.fonts.mobile.lineHeights.subtitles[2];
|
|
13433
13259
|
}, function (_ref254) {
|
|
13434
13260
|
var theme = _ref254.theme;
|
|
13435
|
-
return theme.fonts.mobile.
|
|
13261
|
+
return theme.fonts.mobile.sizes.titleDescription;
|
|
13436
13262
|
}, function (_ref255) {
|
|
13437
13263
|
var theme = _ref255.theme;
|
|
13438
|
-
return theme.fonts.mobile.lineHeights.
|
|
13264
|
+
return theme.fonts.mobile.lineHeights.titleDescription;
|
|
13439
13265
|
}, function (_ref256) {
|
|
13440
13266
|
var theme = _ref256.theme;
|
|
13441
|
-
return theme.
|
|
13267
|
+
return theme.spacing[4];
|
|
13442
13268
|
}, function (_ref257) {
|
|
13443
13269
|
var theme = _ref257.theme;
|
|
13444
|
-
return theme.fonts.mobile.
|
|
13270
|
+
return theme.fonts.mobile.sizes.search;
|
|
13445
13271
|
}, function (_ref258) {
|
|
13446
13272
|
var theme = _ref258.theme;
|
|
13447
|
-
return theme.
|
|
13273
|
+
return theme.fonts.mobile.families.search;
|
|
13448
13274
|
}, function (_ref259) {
|
|
13449
13275
|
var theme = _ref259.theme;
|
|
13450
|
-
return theme.fonts.mobile.
|
|
13276
|
+
return theme.fonts.mobile.families.headers;
|
|
13451
13277
|
}, function (_ref260) {
|
|
13452
13278
|
var theme = _ref260.theme;
|
|
13453
|
-
return theme.fonts.mobile.families.
|
|
13279
|
+
return theme.fonts.mobile.families.altHeaders;
|
|
13454
13280
|
}, function (_ref261) {
|
|
13455
13281
|
var theme = _ref261.theme;
|
|
13456
|
-
return theme.fonts.mobile.families.
|
|
13282
|
+
return theme.fonts.mobile.families.body;
|
|
13457
13283
|
}, function (_ref262) {
|
|
13458
13284
|
var theme = _ref262.theme;
|
|
13459
|
-
return theme.fonts.mobile.families.
|
|
13285
|
+
return theme.fonts.mobile.families.bodyItalics;
|
|
13460
13286
|
}, function (_ref263) {
|
|
13461
13287
|
var theme = _ref263.theme;
|
|
13462
|
-
return theme.fonts.mobile.families.
|
|
13288
|
+
return theme.fonts.mobile.families.buttons;
|
|
13463
13289
|
}, function (_ref264) {
|
|
13464
13290
|
var theme = _ref264.theme;
|
|
13465
|
-
return theme.fonts.mobile.families.
|
|
13291
|
+
return theme.fonts.mobile.families.overline;
|
|
13466
13292
|
}, function (_ref265) {
|
|
13467
13293
|
var theme = _ref265.theme;
|
|
13468
|
-
return theme.fonts.mobile.families.
|
|
13294
|
+
return theme.fonts.mobile.families.subtitles;
|
|
13469
13295
|
}, function (_ref266) {
|
|
13470
13296
|
var theme = _ref266.theme;
|
|
13471
|
-
return theme.fonts.mobile.families.
|
|
13297
|
+
return theme.fonts.mobile.families.peopleListingRole;
|
|
13472
13298
|
}, function (_ref267) {
|
|
13473
13299
|
var theme = _ref267.theme;
|
|
13474
|
-
return theme.fonts.mobile.families.
|
|
13300
|
+
return theme.fonts.mobile.families.body;
|
|
13475
13301
|
}, function (_ref268) {
|
|
13476
13302
|
var theme = _ref268.theme;
|
|
13477
|
-
return theme.fonts.mobile.
|
|
13303
|
+
return theme.fonts.mobile.fontFeatureSettings.headers;
|
|
13478
13304
|
}, function (_ref269) {
|
|
13479
13305
|
var theme = _ref269.theme;
|
|
13480
|
-
return theme.fonts.mobile.
|
|
13306
|
+
return theme.fonts.mobile.fontFeatureSettings.altHeaders;
|
|
13481
13307
|
}, function (_ref270) {
|
|
13482
13308
|
var theme = _ref270.theme;
|
|
13483
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13309
|
+
return theme.fonts.mobile.fontFeatureSettings.overline;
|
|
13484
13310
|
}, function (_ref271) {
|
|
13485
13311
|
var theme = _ref271.theme;
|
|
13486
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13312
|
+
return theme.fonts.mobile.fontFeatureSettings.subtitles;
|
|
13487
13313
|
}, function (_ref272) {
|
|
13488
13314
|
var theme = _ref272.theme;
|
|
13489
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13315
|
+
return theme.fonts.mobile.fontFeatureSettings.body;
|
|
13490
13316
|
}, function (_ref273) {
|
|
13491
13317
|
var theme = _ref273.theme;
|
|
13492
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13318
|
+
return theme.fonts.mobile.fontFeatureSettings.navigation;
|
|
13493
13319
|
}, function (_ref274) {
|
|
13494
13320
|
var theme = _ref274.theme;
|
|
13495
|
-
return theme.fonts.mobile.
|
|
13321
|
+
return theme.fonts.mobile.transforms.headers;
|
|
13496
13322
|
}, function (_ref275) {
|
|
13497
13323
|
var theme = _ref275.theme;
|
|
13498
|
-
return theme.fonts.mobile.
|
|
13324
|
+
return theme.fonts.mobile.transforms.altHeaders;
|
|
13499
13325
|
}, function (_ref276) {
|
|
13500
13326
|
var theme = _ref276.theme;
|
|
13501
|
-
return theme.fonts.mobile.transforms.
|
|
13327
|
+
return theme.fonts.mobile.transforms.body;
|
|
13502
13328
|
}, function (_ref277) {
|
|
13503
13329
|
var theme = _ref277.theme;
|
|
13504
|
-
return theme.fonts.mobile.transforms.
|
|
13330
|
+
return theme.fonts.mobile.transforms.overline;
|
|
13505
13331
|
}, function (_ref278) {
|
|
13506
13332
|
var theme = _ref278.theme;
|
|
13507
|
-
return theme.fonts.mobile.transforms.
|
|
13333
|
+
return theme.fonts.mobile.transforms.subtitles;
|
|
13508
13334
|
}, function (_ref279) {
|
|
13509
13335
|
var theme = _ref279.theme;
|
|
13510
|
-
return theme.fonts.mobile.
|
|
13336
|
+
return theme.fonts.mobile.wordBreak.headers;
|
|
13511
13337
|
}, function (_ref280) {
|
|
13512
13338
|
var theme = _ref280.theme;
|
|
13513
|
-
return theme.fonts.mobile.
|
|
13339
|
+
return theme.fonts.mobile.wordBreak.altHeaders;
|
|
13514
13340
|
}, function (_ref281) {
|
|
13515
13341
|
var theme = _ref281.theme;
|
|
13516
|
-
return theme.fonts.mobile.wordBreak.
|
|
13342
|
+
return theme.fonts.mobile.wordBreak.body;
|
|
13517
13343
|
}, function (_ref282) {
|
|
13518
13344
|
var theme = _ref282.theme;
|
|
13519
|
-
return theme.fonts.mobile.wordBreak.
|
|
13345
|
+
return theme.fonts.mobile.wordBreak.overline;
|
|
13520
13346
|
}, function (_ref283) {
|
|
13521
13347
|
var theme = _ref283.theme;
|
|
13522
|
-
return theme.fonts.mobile.wordBreak.
|
|
13348
|
+
return theme.fonts.mobile.wordBreak.subtitles;
|
|
13523
13349
|
}, function (_ref284) {
|
|
13524
13350
|
var theme = _ref284.theme;
|
|
13525
|
-
return theme.
|
|
13351
|
+
return theme.grid.mobile.margin;
|
|
13526
13352
|
}, function (_ref285) {
|
|
13527
13353
|
var theme = _ref285.theme;
|
|
13528
|
-
return theme.
|
|
13354
|
+
return theme.grid.mobile.gap;
|
|
13529
13355
|
}, function (_ref286) {
|
|
13530
13356
|
var theme = _ref286.theme;
|
|
13531
13357
|
return theme.grid.mobile.margin;
|
|
@@ -13534,50 +13360,50 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
13534
13360
|
return theme.grid.mobile.gap;
|
|
13535
13361
|
}, function (_ref288) {
|
|
13536
13362
|
var theme = _ref288.theme;
|
|
13537
|
-
return theme.grid.mobile.
|
|
13363
|
+
return theme.grid.mobile.gap;
|
|
13538
13364
|
}, function (_ref289) {
|
|
13539
13365
|
var theme = _ref289.theme;
|
|
13540
|
-
return theme.grid.mobile.
|
|
13366
|
+
return theme.grid.mobile.margin;
|
|
13541
13367
|
}, function (_ref290) {
|
|
13542
13368
|
var theme = _ref290.theme;
|
|
13543
|
-
return theme.
|
|
13369
|
+
return theme.footer.mobile.height;
|
|
13544
13370
|
}, function (_ref291) {
|
|
13545
13371
|
var theme = _ref291.theme;
|
|
13546
|
-
return theme.
|
|
13372
|
+
return theme.footer.mobile.paddingTop;
|
|
13547
13373
|
}, function (_ref292) {
|
|
13548
13374
|
var theme = _ref292.theme;
|
|
13549
|
-
return theme.footer.mobile.
|
|
13375
|
+
return theme.footer.mobile.paddingBottom;
|
|
13550
13376
|
}, function (_ref293) {
|
|
13551
13377
|
var theme = _ref293.theme;
|
|
13552
|
-
return theme.footer.mobile.
|
|
13378
|
+
return theme.footer.mobile.itemsGap;
|
|
13553
13379
|
}, function (_ref294) {
|
|
13554
13380
|
var theme = _ref294.theme;
|
|
13555
|
-
return theme.footer.mobile.
|
|
13381
|
+
return theme.footer.mobile.mediaGap;
|
|
13556
13382
|
}, function (_ref295) {
|
|
13557
13383
|
var theme = _ref295.theme;
|
|
13558
|
-
return theme.footer.mobile.
|
|
13384
|
+
return theme.footer.mobile.mediaIconWidth;
|
|
13559
13385
|
}, function (_ref296) {
|
|
13560
13386
|
var theme = _ref296.theme;
|
|
13561
|
-
return theme.footer.mobile.
|
|
13387
|
+
return theme.footer.mobile.mediaIconHeight;
|
|
13562
13388
|
}, function (_ref297) {
|
|
13563
13389
|
var theme = _ref297.theme;
|
|
13564
|
-
return theme.footer.mobile.
|
|
13390
|
+
return theme.footer.mobile.verticalSpacingLarge;
|
|
13565
13391
|
}, function (_ref298) {
|
|
13566
13392
|
var theme = _ref298.theme;
|
|
13567
|
-
return theme.footer.mobile.
|
|
13393
|
+
return theme.footer.mobile.verticalSpacingSmall;
|
|
13568
13394
|
}, function (_ref299) {
|
|
13569
13395
|
var theme = _ref299.theme;
|
|
13570
|
-
return theme.
|
|
13396
|
+
return theme.spacing[10];
|
|
13571
13397
|
}, function (_ref300) {
|
|
13572
13398
|
var theme = _ref300.theme;
|
|
13573
|
-
return theme.
|
|
13574
|
-
}, function (_ref301) {
|
|
13399
|
+
return theme.spacing[6];
|
|
13400
|
+
}, devices.tablet, function (_ref301) {
|
|
13575
13401
|
var theme = _ref301.theme;
|
|
13576
|
-
return theme.
|
|
13402
|
+
return theme.grid.tablet.margin;
|
|
13577
13403
|
}, function (_ref302) {
|
|
13578
13404
|
var theme = _ref302.theme;
|
|
13579
|
-
return theme.
|
|
13580
|
-
},
|
|
13405
|
+
return theme.grid.tablet.gap;
|
|
13406
|
+
}, function (_ref303) {
|
|
13581
13407
|
var theme = _ref303.theme;
|
|
13582
13408
|
return theme.grid.tablet.margin;
|
|
13583
13409
|
}, function (_ref304) {
|
|
@@ -13585,36 +13411,30 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
13585
13411
|
return theme.grid.tablet.gap;
|
|
13586
13412
|
}, function (_ref305) {
|
|
13587
13413
|
var theme = _ref305.theme;
|
|
13588
|
-
return theme.grid.tablet.
|
|
13414
|
+
return theme.grid.tablet.gap;
|
|
13589
13415
|
}, function (_ref306) {
|
|
13590
13416
|
var theme = _ref306.theme;
|
|
13591
|
-
return theme.grid.tablet.
|
|
13417
|
+
return theme.grid.tablet.margin;
|
|
13592
13418
|
}, function (_ref307) {
|
|
13593
13419
|
var theme = _ref307.theme;
|
|
13594
|
-
return theme.
|
|
13420
|
+
return theme.spacing[10];
|
|
13595
13421
|
}, function (_ref308) {
|
|
13596
13422
|
var theme = _ref308.theme;
|
|
13597
|
-
return theme.
|
|
13423
|
+
return theme.spacing[6];
|
|
13598
13424
|
}, function (_ref309) {
|
|
13599
13425
|
var theme = _ref309.theme;
|
|
13600
|
-
return theme.
|
|
13426
|
+
return theme.fonts.tablet.sizes.headers[6];
|
|
13601
13427
|
}, function (_ref310) {
|
|
13602
13428
|
var theme = _ref310.theme;
|
|
13603
|
-
return theme.
|
|
13429
|
+
return theme.fonts.tablet.sizes.altHeaders[4];
|
|
13604
13430
|
}, function (_ref311) {
|
|
13605
13431
|
var theme = _ref311.theme;
|
|
13606
|
-
return theme.fonts.tablet.sizes.
|
|
13432
|
+
return theme.fonts.tablet.sizes.body[1];
|
|
13607
13433
|
}, function (_ref312) {
|
|
13608
13434
|
var theme = _ref312.theme;
|
|
13609
|
-
return theme.
|
|
13435
|
+
return theme.footer.tablet.paddingTop;
|
|
13610
13436
|
}, function (_ref313) {
|
|
13611
13437
|
var theme = _ref313.theme;
|
|
13612
|
-
return theme.fonts.tablet.sizes.body[1];
|
|
13613
|
-
}, function (_ref314) {
|
|
13614
|
-
var theme = _ref314.theme;
|
|
13615
|
-
return theme.footer.tablet.paddingTop;
|
|
13616
|
-
}, function (_ref315) {
|
|
13617
|
-
var theme = _ref315.theme;
|
|
13618
13438
|
return theme.footer.tablet.paddingBottom;
|
|
13619
13439
|
}, devices.desktop, devices.largeDesktop);
|
|
13620
13440
|
|
|
@@ -13670,13 +13490,11 @@ exports.ModalWindow = ModalWindow;
|
|
|
13670
13490
|
exports.Navigation = Navigation;
|
|
13671
13491
|
exports.NavigationText = NavigationText;
|
|
13672
13492
|
exports.Overline = Overline;
|
|
13673
|
-
exports.
|
|
13493
|
+
exports.PageHeading = PageHeading;
|
|
13674
13494
|
exports.PageHeadingCompact = PageHeadingCompact;
|
|
13675
|
-
exports.PageHeadingCore = PageHeadingCore;
|
|
13676
13495
|
exports.PageHeadingImpact = PageHeadingImpact;
|
|
13677
13496
|
exports.PageHeadingPanel = PageHeadingPanel;
|
|
13678
13497
|
exports.PageHeadingPromo = PageHeadingPromo;
|
|
13679
|
-
exports.PageHeadingStream = PageHeadingStream;
|
|
13680
13498
|
exports.Pagination = Pagination;
|
|
13681
13499
|
exports.PasswordStrength = PasswordStrength;
|
|
13682
13500
|
exports.PeopleListing = PeopleListing;
|