@royaloperahouse/harmonic 0.4.1 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/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/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.js +844 -1056
- 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 +844 -1056
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/helpers/devices.d.ts +1 -0
- package/dist/types/footer.d.ts +2 -17
- package/dist/types/links.d.ts +17 -0
- package/dist/types/types.d.ts +12 -15
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -3225,8 +3193,8 @@ var StepsWrapper = /*#__PURE__*/styled__default.div(_templateObject4$1 || (_temp
|
|
|
3225
3193
|
var StepWrapper = /*#__PURE__*/styled__default.div(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n color: ", ";\n"])), function (_ref9) {
|
|
3226
3194
|
var isVisible = _ref9.isVisible;
|
|
3227
3195
|
return isVisible ? "visible" : 'hidden';
|
|
3228
|
-
}, function (
|
|
3229
|
-
var isActive =
|
|
3196
|
+
}, function (_ref0) {
|
|
3197
|
+
var isActive = _ref0.isActive;
|
|
3230
3198
|
return isActive ? "var(--base-color-black)" : 'var(--base-color-mid-grey)';
|
|
3231
3199
|
});
|
|
3232
3200
|
|
|
@@ -3313,20 +3281,20 @@ var Wrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$d || (_template
|
|
|
3313
3281
|
}, function (_ref9) {
|
|
3314
3282
|
var typography = _ref9.typography;
|
|
3315
3283
|
return typography;
|
|
3316
|
-
}, function (
|
|
3317
|
-
var level =
|
|
3284
|
+
}, function (_ref0) {
|
|
3285
|
+
var level = _ref0.level;
|
|
3318
3286
|
return level;
|
|
3287
|
+
}, function (_ref1) {
|
|
3288
|
+
var typography = _ref1.typography;
|
|
3289
|
+
return typography;
|
|
3290
|
+
}, function (_ref10) {
|
|
3291
|
+
var typography = _ref10.typography;
|
|
3292
|
+
return typography;
|
|
3319
3293
|
}, function (_ref11) {
|
|
3320
3294
|
var typography = _ref11.typography;
|
|
3321
3295
|
return typography;
|
|
3322
3296
|
}, 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;
|
|
3297
|
+
var level = _ref12.level;
|
|
3330
3298
|
return level;
|
|
3331
3299
|
});
|
|
3332
3300
|
|
|
@@ -3663,259 +3631,67 @@ var SectionSplitter = function SectionSplitter(_ref) {
|
|
|
3663
3631
|
};
|
|
3664
3632
|
|
|
3665
3633
|
var _templateObject$i;
|
|
3666
|
-
var SponsorLogoWrapper = /*#__PURE__*/styled__default.div(_templateObject$i || (_templateObject$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n
|
|
3634
|
+
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
3635
|
|
|
3668
|
-
/* eslint-disable max-len */
|
|
3669
3636
|
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,
|
|
3637
|
+
var imageSource = _ref.imageSource,
|
|
3674
3638
|
_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
|
-
})))));
|
|
3639
|
+
alt = _ref$alt === void 0 ? 'Sponsor Logo' : _ref$alt,
|
|
3640
|
+
children = _ref.children,
|
|
3641
|
+
className = _ref.className,
|
|
3642
|
+
href = _ref.href,
|
|
3643
|
+
title = _ref.title,
|
|
3644
|
+
dataRoh = _ref.dataRoh,
|
|
3645
|
+
_ref$target = _ref.target,
|
|
3646
|
+
target = _ref$target === void 0 ? '_blank' : _ref$target;
|
|
3647
|
+
return /*#__PURE__*/React__default.createElement("a", {
|
|
3648
|
+
"data-roh": dataRoh,
|
|
3649
|
+
href: href,
|
|
3650
|
+
title: title,
|
|
3651
|
+
target: target,
|
|
3652
|
+
rel: "noopener noreferrer",
|
|
3653
|
+
"aria-label": "Sponsor Logo link",
|
|
3654
|
+
className: className
|
|
3655
|
+
}, /*#__PURE__*/React__default.createElement(SponsorLogoWrapper, null, imageSource ? /*#__PURE__*/React__default.createElement("img", {
|
|
3656
|
+
src: imageSource,
|
|
3657
|
+
alt: alt
|
|
3658
|
+
}) : children));
|
|
3879
3659
|
};
|
|
3880
3660
|
|
|
3881
|
-
var _templateObject$j, _templateObject2$b;
|
|
3882
|
-
var
|
|
3883
|
-
var
|
|
3661
|
+
var _templateObject$j, _templateObject2$b, _templateObject3$6, _templateObject4$3;
|
|
3662
|
+
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);
|
|
3663
|
+
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"])));
|
|
3664
|
+
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);
|
|
3665
|
+
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
3666
|
|
|
3885
|
-
/* eslint-disable jsx-a11y/no-noninteractive-element-to-interactive-role */
|
|
3886
3667
|
var DEFAULT_SPONSORSHIP_IFRAME = 'https://static.roh.org.uk/rolex/v4/rolex.html?size=80';
|
|
3887
3668
|
var DEFAULT_SPONSORSHIP_TITLE = 'rolex';
|
|
3888
3669
|
var DEFAULT_DATA_ROH = 'ImgAdvert';
|
|
3889
|
-
|
|
3670
|
+
|
|
3671
|
+
/* eslint-disable jsx-a11y/iframe-has-title */
|
|
3890
3672
|
var Sponsorship = function Sponsorship(_ref) {
|
|
3891
3673
|
var _ref$src = _ref.src,
|
|
3892
3674
|
src = _ref$src === void 0 ? DEFAULT_SPONSORSHIP_IFRAME : _ref$src,
|
|
3893
3675
|
_ref$dataRoh = _ref.dataRoh,
|
|
3894
3676
|
dataRoh = _ref$dataRoh === void 0 ? DEFAULT_DATA_ROH : _ref$dataRoh,
|
|
3895
3677
|
_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", {
|
|
3678
|
+
title = _ref$title === void 0 ? DEFAULT_SPONSORSHIP_TITLE : _ref$title;
|
|
3679
|
+
var linkText = title + " sponsorship";
|
|
3680
|
+
var linkDescription = linkText + " - visit " + title + "'s website (opens in new tab)";
|
|
3681
|
+
return /*#__PURE__*/React__default.createElement(SponsorshipWrapper, null, /*#__PURE__*/React__default.createElement(SponsorshipLink, {
|
|
3682
|
+
href: "https://www.rolex.com",
|
|
3683
|
+
target: "_blank",
|
|
3684
|
+
rel: "noopener noreferrer",
|
|
3685
|
+
"aria-label": linkDescription,
|
|
3686
|
+
"data-roh": dataRoh
|
|
3687
|
+
}, /*#__PURE__*/React__default.createElement(SponsorshipLinkText, null, linkText)), /*#__PURE__*/React__default.createElement(SponsorshipStyledIframe, {
|
|
3907
3688
|
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",
|
|
3689
|
+
title: "",
|
|
3690
|
+
sandbox: "allow-scripts",
|
|
3915
3691
|
loading: "lazy",
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3692
|
+
scrolling: "no",
|
|
3693
|
+
"aria-hidden": "true",
|
|
3694
|
+
tabIndex: -1
|
|
3919
3695
|
}));
|
|
3920
3696
|
};
|
|
3921
3697
|
|
|
@@ -4051,7 +3827,7 @@ var TabLink = function TabLink(_ref) {
|
|
|
4051
3827
|
}))) : null, children);
|
|
4052
3828
|
};
|
|
4053
3829
|
|
|
4054
|
-
var _templateObject$m, _templateObject2$e, _templateObject3$
|
|
3830
|
+
var _templateObject$m, _templateObject2$e, _templateObject3$7, _templateObject4$4;
|
|
4055
3831
|
var TextAreaWrapper = /*#__PURE__*/styled__default.div(_templateObject$m || (_templateObject$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: ", ";\n height: ", ";\n"])), function (_ref) {
|
|
4056
3832
|
var width = _ref.width;
|
|
4057
3833
|
return width ? width + "px;" : '100%;';
|
|
@@ -4063,7 +3839,7 @@ var TextAreaLabel = /*#__PURE__*/styled__default.div(_templateObject2$e || (_tem
|
|
|
4063
3839
|
var darkMode = _ref3.darkMode;
|
|
4064
3840
|
return darkMode ? 'color: var(--base-color-white)' : '';
|
|
4065
3841
|
});
|
|
4066
|
-
var TextAreaBox = /*#__PURE__*/styled__default.textarea(_templateObject3$
|
|
3842
|
+
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
3843
|
var error = _ref4.error;
|
|
4068
3844
|
return error ? 'var(--base-color-errorstate)' : 'var(--base-color-light-grey)';
|
|
4069
3845
|
}, function (_ref5) {
|
|
@@ -4078,7 +3854,7 @@ var TextAreaBox = /*#__PURE__*/styled__default.textarea(_templateObject3$6 || (_
|
|
|
4078
3854
|
var darkMode = _ref7.darkMode;
|
|
4079
3855
|
return darkMode ? 'var(--base-color-lemonchiffon)' : 'var(--base-color-lapislazuli)';
|
|
4080
3856
|
});
|
|
4081
|
-
var TextAreaError = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
3857
|
+
var TextAreaError = /*#__PURE__*/styled__default.div(_templateObject4$4 || (_templateObject4$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n color: ", ";\n margin-block: 15px 0;\n"])), function (_ref8) {
|
|
4082
3858
|
var darkMode = _ref8.darkMode;
|
|
4083
3859
|
return darkMode ? 'color: var(--base-color-white)' : '';
|
|
4084
3860
|
}, function (_ref9) {
|
|
@@ -4174,14 +3950,14 @@ var TextArea = function TextArea(_ref) {
|
|
|
4174
3950
|
}, error)))));
|
|
4175
3951
|
};
|
|
4176
3952
|
|
|
4177
|
-
var _templateObject$n, _templateObject2$f, _templateObject3$
|
|
3953
|
+
var _templateObject$n, _templateObject2$f, _templateObject3$8, _templateObject4$5, _templateObject5$2, _templateObject6$1, _templateObject7;
|
|
4178
3954
|
var Container$1 = /*#__PURE__*/styled__default.div(_templateObject$n || (_templateObject$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4179
3955
|
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
3956
|
var width = _ref.width;
|
|
4181
3957
|
if (!width) return 'none';
|
|
4182
3958
|
return width + "px";
|
|
4183
3959
|
});
|
|
4184
|
-
var Input = /*#__PURE__*/styled__default.input(_templateObject3$
|
|
3960
|
+
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
3961
|
var isPasswordField = _ref2.isPasswordField;
|
|
4186
3962
|
if (isPasswordField) return "80px";
|
|
4187
3963
|
return "20px";
|
|
@@ -4194,7 +3970,7 @@ var Input = /*#__PURE__*/styled__default.input(_templateObject3$7 || (_templateO
|
|
|
4194
3970
|
if (darkMode) return "4px solid var(--base-color-lemonchiffon)";
|
|
4195
3971
|
return "3px solid var(--base-color-lapislazuli)";
|
|
4196
3972
|
}, devices.mobile);
|
|
4197
|
-
var ShowHideButton = /*#__PURE__*/styled__default.button(_templateObject4$
|
|
3973
|
+
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
3974
|
var TextLabel$1 = /*#__PURE__*/styled__default.div(_templateObject5$2 || (_templateObject5$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 20px;\n color: ", ";\n"])), function (_ref5) {
|
|
4199
3975
|
var darkMode = _ref5.darkMode;
|
|
4200
3976
|
if (darkMode) return "var(--color-base-white)";
|
|
@@ -4308,7 +4084,7 @@ var TextFieldComponent = function TextFieldComponent(_ref, ref) {
|
|
|
4308
4084
|
};
|
|
4309
4085
|
var TextField = /*#__PURE__*/React.forwardRef(TextFieldComponent);
|
|
4310
4086
|
|
|
4311
|
-
var _templateObject$o, _templateObject2$g, _templateObject3$
|
|
4087
|
+
var _templateObject$o, _templateObject2$g, _templateObject3$9, _templateObject4$6, _templateObject5$3;
|
|
4312
4088
|
var TextFieldContainer = /*#__PURE__*/styled__default.div(_templateObject$o || (_templateObject$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4313
4089
|
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
4090
|
var theme = _ref.theme;
|
|
@@ -4320,7 +4096,7 @@ var textStyles = /*#__PURE__*/styled.css(_templateObject2$g || (_templateObject2
|
|
|
4320
4096
|
var theme = _ref3.theme;
|
|
4321
4097
|
return theme.spacing[7];
|
|
4322
4098
|
});
|
|
4323
|
-
var Input$1 = /*#__PURE__*/styled__default.input(_templateObject3$
|
|
4099
|
+
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
4100
|
var width = _ref4.width;
|
|
4325
4101
|
return width ? width + "px" : '196px';
|
|
4326
4102
|
}, function (_ref5) {
|
|
@@ -4341,14 +4117,14 @@ var Input$1 = /*#__PURE__*/styled__default.input(_templateObject3$8 || (_templat
|
|
|
4341
4117
|
if (darkMode) return "4px solid " + theme.colors.lemonChiffon;
|
|
4342
4118
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
4343
4119
|
});
|
|
4344
|
-
var TextLabel$2 = /*#__PURE__*/styled__default.p(_templateObject4$
|
|
4120
|
+
var TextLabel$2 = /*#__PURE__*/styled__default.p(_templateObject4$6 || (_templateObject4$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (_ref9) {
|
|
4345
4121
|
var darkMode = _ref9.darkMode,
|
|
4346
4122
|
theme = _ref9.theme;
|
|
4347
4123
|
return darkMode ? theme.colors.white : theme.colors.black;
|
|
4348
4124
|
});
|
|
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 =
|
|
4125
|
+
var ErrorLabel$2 = /*#__PURE__*/styled__default.p(_templateObject5$3 || (_templateObject5$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (_ref0) {
|
|
4126
|
+
var darkMode = _ref0.darkMode,
|
|
4127
|
+
theme = _ref0.theme;
|
|
4352
4128
|
return darkMode ? theme.colors.white : theme.colors.error;
|
|
4353
4129
|
});
|
|
4354
4130
|
|
|
@@ -4422,7 +4198,7 @@ var TextLogoProduct;
|
|
|
4422
4198
|
TextLogoProduct["Cinema"] = "CINEMA";
|
|
4423
4199
|
})(TextLogoProduct || (TextLogoProduct = {}));
|
|
4424
4200
|
|
|
4425
|
-
var _templateObject$q, _templateObject2$i, _templateObject3$
|
|
4201
|
+
var _templateObject$q, _templateObject2$i, _templateObject3$a, _templateObject4$7;
|
|
4426
4202
|
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
4203
|
var dark = _ref.dark;
|
|
4428
4204
|
return dark ? 'white' : 'errorstate';
|
|
@@ -4436,7 +4212,7 @@ var TickboxLabel$1 = /*#__PURE__*/styled__default.label(_templateObject2$i || (_
|
|
|
4436
4212
|
var disabled = _ref3.disabled;
|
|
4437
4213
|
return disabled ? 'not-allowed' : 'pointer';
|
|
4438
4214
|
}, devices.mobileAndTablet);
|
|
4439
|
-
var TickboxCheckmark = /*#__PURE__*/styled__default.span(_templateObject3$
|
|
4215
|
+
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
4216
|
var dark = _ref4.dark,
|
|
4441
4217
|
disabled = _ref4.disabled,
|
|
4442
4218
|
error = _ref4.error;
|
|
@@ -4452,7 +4228,7 @@ var TickboxCheckmark = /*#__PURE__*/styled__default.span(_templateObject3$9 || (
|
|
|
4452
4228
|
dark = _ref6.dark;
|
|
4453
4229
|
return dark && error ? '1px solid var(--base-color-errorstate)' : 'none';
|
|
4454
4230
|
}, devices.mobile);
|
|
4455
|
-
var TickboxInput = /*#__PURE__*/styled__default.input(_templateObject4$
|
|
4231
|
+
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
4232
|
var dark = _ref7.dark,
|
|
4457
4233
|
whiteBox = _ref7.whiteBox,
|
|
4458
4234
|
disabled = _ref7.disabled;
|
|
@@ -4544,7 +4320,7 @@ var Tickbox = function Tickbox(_ref) {
|
|
|
4544
4320
|
}, error))));
|
|
4545
4321
|
};
|
|
4546
4322
|
|
|
4547
|
-
var _templateObject$r, _templateObject2$j, _templateObject3$
|
|
4323
|
+
var _templateObject$r, _templateObject2$j, _templateObject3$b, _templateObject4$8, _templateObject5$4, _templateObject6$2;
|
|
4548
4324
|
var Container$2 = /*#__PURE__*/styled__default.div(_templateObject$r || (_templateObject$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4549
4325
|
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
4326
|
var error = _ref.error,
|
|
@@ -4569,7 +4345,7 @@ var Tickbox$1 = /*#__PURE__*/styled__default.div(_templateObject2$j || (_templat
|
|
|
4569
4345
|
if (blackBox) return 'var(--base-color-white)';
|
|
4570
4346
|
return ' var(--base-color-black)';
|
|
4571
4347
|
});
|
|
4572
|
-
var TickboxLabel$2 = /*#__PURE__*/styled__default.label(_templateObject3$
|
|
4348
|
+
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
4349
|
var blackBox = _ref4.blackBox,
|
|
4574
4350
|
darkMode = _ref4.darkMode;
|
|
4575
4351
|
if (darkMode) return 'var(--base-color-white)';
|
|
@@ -4580,7 +4356,7 @@ var TickboxLabel$2 = /*#__PURE__*/styled__default.label(_templateObject3$a || (_
|
|
|
4580
4356
|
if (darkMode) return '4px solid var(--base-color-lemonchiffon)';
|
|
4581
4357
|
return '3px solid var(--base-color-lapislazuli)';
|
|
4582
4358
|
});
|
|
4583
|
-
var TickboxIcon = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
4359
|
+
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
4360
|
var TextLabel$3 = /*#__PURE__*/styled__default.div(_templateObject5$4 || (_templateObject5$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref6) {
|
|
4585
4361
|
var darkMode = _ref6.darkMode,
|
|
4586
4362
|
disabled = _ref6.disabled;
|
|
@@ -4655,7 +4431,7 @@ var Tickbox2Component = function Tickbox2Component(_ref, ref) {
|
|
|
4655
4431
|
};
|
|
4656
4432
|
var Tickbox2 = /*#__PURE__*/React.forwardRef(Tickbox2Component);
|
|
4657
4433
|
|
|
4658
|
-
var _templateObject$s, _templateObject2$k, _templateObject3$
|
|
4434
|
+
var _templateObject$s, _templateObject2$k, _templateObject3$c, _templateObject4$9, _templateObject5$5, _templateObject6$3, _templateObject7$1, _templateObject8;
|
|
4659
4435
|
var TimerWrapper = /*#__PURE__*/styled__default.div(_templateObject$s || (_templateObject$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-", ");\n"])), function (_ref) {
|
|
4660
4436
|
var color = _ref.color;
|
|
4661
4437
|
return color;
|
|
@@ -4664,8 +4440,8 @@ var Line = /*#__PURE__*/styled__default.div(_templateObject2$k || (_templateObje
|
|
|
4664
4440
|
var color = _ref2.color;
|
|
4665
4441
|
return color;
|
|
4666
4442
|
}, devices.mobileAndTablet);
|
|
4667
|
-
var TitleWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
4668
|
-
var ValuesWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
4443
|
+
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);
|
|
4444
|
+
var ValuesWrapper = /*#__PURE__*/styled__default.div(_templateObject4$9 || (_templateObject4$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n"])));
|
|
4669
4445
|
var TimerLabel = /*#__PURE__*/styled__default.div(_templateObject5$5 || (_templateObject5$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 4px;\n"])));
|
|
4670
4446
|
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
4447
|
var TimerValueWrapper = /*#__PURE__*/styled__default.div(_templateObject7$1 || (_templateObject7$1 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
@@ -4779,17 +4555,17 @@ var TypeTags = function TypeTags(_ref) {
|
|
|
4779
4555
|
}));
|
|
4780
4556
|
};
|
|
4781
4557
|
|
|
4782
|
-
var _templateObject$u, _templateObject2$l, _templateObject3$
|
|
4558
|
+
var _templateObject$u, _templateObject2$l, _templateObject3$d, _templateObject4$a, _templateObject5$6, _templateObject6$4, _templateObject7$2, _templateObject8$1, _templateObject9, _templateObject0;
|
|
4783
4559
|
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
4560
|
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$
|
|
4561
|
+
var VideoControlsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$d || (_templateObject3$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 0;\n width: 100%;\n"])));
|
|
4562
|
+
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
4563
|
var LeftWrapper = /*#__PURE__*/styled__default.div(_templateObject5$6 || (_templateObject5$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n"])));
|
|
4788
4564
|
var VideoVolume = /*#__PURE__*/styled__default.input(_templateObject6$4 || (_templateObject6$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100px;\n margin-left: 24px;\n"])));
|
|
4789
4565
|
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
4566
|
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
4567
|
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(
|
|
4568
|
+
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
4569
|
var volumeHidden = _ref.volumeHidden;
|
|
4794
4570
|
return volumeHidden ? '40px' : '100px';
|
|
4795
4571
|
}, trackStyles, trackStyles, trackStyles, trackStyles, trackStyles, thumbStyles, thumbStyles, thumbStyles);
|
|
@@ -4971,13 +4747,13 @@ var VideoControls = function VideoControls(_ref2) {
|
|
|
4971
4747
|
}))));
|
|
4972
4748
|
};
|
|
4973
4749
|
|
|
4974
|
-
var _templateObject$v, _templateObject2$m, _templateObject3$
|
|
4750
|
+
var _templateObject$v, _templateObject2$m, _templateObject3$e, _templateObject4$b, _templateObject5$7;
|
|
4975
4751
|
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
4752
|
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
4753
|
var darkMode = _ref.darkMode;
|
|
4978
4754
|
return darkMode ? 'white' : 'errorstate';
|
|
4979
4755
|
});
|
|
4980
|
-
var StepperBox = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
4756
|
+
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
4757
|
var darkMode = _ref2.darkMode,
|
|
4982
4758
|
disabled = _ref2.disabled,
|
|
4983
4759
|
error = _ref2.error;
|
|
@@ -4999,7 +4775,7 @@ var StepperBox = /*#__PURE__*/styled__default.div(_templateObject3$d || (_templa
|
|
|
4999
4775
|
var disabled = _ref6.disabled;
|
|
5000
4776
|
return disabled ? 'midgrey' : 'black';
|
|
5001
4777
|
});
|
|
5002
|
-
var StepperValue = /*#__PURE__*/styled__default.input(_templateObject4$
|
|
4778
|
+
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
4779
|
var disabled = _ref7.disabled;
|
|
5004
4780
|
return disabled ? 'not-allowed' : 'text';
|
|
5005
4781
|
});
|
|
@@ -5232,14 +5008,17 @@ var useMobile = function useMobile() {
|
|
|
5232
5008
|
return mobile;
|
|
5233
5009
|
};
|
|
5234
5010
|
var useViewport = function useViewport() {
|
|
5235
|
-
var _useState3 = React.useState(
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
|
|
5239
|
-
|
|
5011
|
+
var _useState3 = React.useState(false),
|
|
5012
|
+
hydrated = _useState3[0],
|
|
5013
|
+
setHydrated = _useState3[1];
|
|
5014
|
+
var _useState4 = React.useState({
|
|
5015
|
+
width: 0,
|
|
5016
|
+
isMobile: false,
|
|
5017
|
+
isTablet: false,
|
|
5018
|
+
isDesktop: false
|
|
5240
5019
|
}),
|
|
5241
|
-
viewport =
|
|
5242
|
-
setViewport =
|
|
5020
|
+
viewport = _useState4[0],
|
|
5021
|
+
setViewport = _useState4[1];
|
|
5243
5022
|
React.useEffect(function () {
|
|
5244
5023
|
if (typeof window === 'undefined') return undefined;
|
|
5245
5024
|
var handleResize = function handleResize() {
|
|
@@ -5250,12 +5029,16 @@ var useViewport = function useViewport() {
|
|
|
5250
5029
|
isDesktop: window.innerWidth >= breakpoints.md
|
|
5251
5030
|
});
|
|
5252
5031
|
};
|
|
5032
|
+
handleResize();
|
|
5033
|
+
setHydrated(true);
|
|
5253
5034
|
window.addEventListener('resize', handleResize);
|
|
5254
5035
|
return function () {
|
|
5255
5036
|
return window.removeEventListener('resize', handleResize);
|
|
5256
5037
|
};
|
|
5257
5038
|
}, []);
|
|
5258
|
-
return viewport
|
|
5039
|
+
return _extends({}, viewport, {
|
|
5040
|
+
hydrated: hydrated
|
|
5041
|
+
});
|
|
5259
5042
|
};
|
|
5260
5043
|
|
|
5261
5044
|
var SocialLinks = function SocialLinks(_ref) {
|
|
@@ -5280,7 +5063,7 @@ var SocialLinks = function SocialLinks(_ref) {
|
|
|
5280
5063
|
}));
|
|
5281
5064
|
};
|
|
5282
5065
|
|
|
5283
|
-
var _templateObject$x, _templateObject2$o, _templateObject3$
|
|
5066
|
+
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
5067
|
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
5068
|
var isMenuOpen = _ref.isMenuOpen;
|
|
5286
5069
|
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 +5072,8 @@ var FullScreenContainer = /*#__PURE__*/styled__default.div(_templateObject2$o ||
|
|
|
5289
5072
|
var isMobile = _ref2.isMobile;
|
|
5290
5073
|
return isMobile ? zIndexes.overlay : zIndexes.searchOverlay;
|
|
5291
5074
|
}, devices.mobileAndTablet);
|
|
5292
|
-
var NavigationGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$
|
|
5293
|
-
var SearchBackground = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5075
|
+
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);
|
|
5076
|
+
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
5077
|
var visible = _ref3.visible;
|
|
5295
5078
|
return visible ? 'visible' : 'hidden';
|
|
5296
5079
|
}, function (_ref4) {
|
|
@@ -5317,17 +5100,17 @@ var MobileMenuContainer = /*#__PURE__*/styled__default(Grid)(_templateObject7$3
|
|
|
5317
5100
|
});
|
|
5318
5101
|
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
5102
|
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(
|
|
5103
|
+
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);
|
|
5104
|
+
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);
|
|
5105
|
+
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);
|
|
5106
|
+
var NavContainerGridItem = /*#__PURE__*/styled__default(GridItem)(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
5107
|
+
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);
|
|
5108
|
+
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
5109
|
|
|
5327
5110
|
var _templateObject$y;
|
|
5328
5111
|
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
5112
|
|
|
5330
|
-
var _templateObject$z, _templateObject2$p, _templateObject3$
|
|
5113
|
+
var _templateObject$z, _templateObject2$p, _templateObject3$g, _templateObject4$d, _templateObject5$9, _templateObject6$6;
|
|
5331
5114
|
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
5115
|
var selected = _ref.selected;
|
|
5333
5116
|
if (selected) {
|
|
@@ -5342,8 +5125,8 @@ var BasketContainer = /*#__PURE__*/styled__default.div(_templateObject$z || (_te
|
|
|
5342
5125
|
return '';
|
|
5343
5126
|
});
|
|
5344
5127
|
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$
|
|
5128
|
+
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"])));
|
|
5129
|
+
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
5130
|
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
5131
|
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
5132
|
|
|
@@ -5757,7 +5540,7 @@ var NavTop = function NavTop(_ref) {
|
|
|
5757
5540
|
}));
|
|
5758
5541
|
};
|
|
5759
5542
|
|
|
5760
|
-
var _templateObject$B, _templateObject2$r, _templateObject3$
|
|
5543
|
+
var _templateObject$B, _templateObject2$r, _templateObject3$h, _templateObject4$e;
|
|
5761
5544
|
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
5545
|
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
5546
|
if (props.showMenu) {
|
|
@@ -5765,8 +5548,8 @@ var ItemsContainer = /*#__PURE__*/styled__default.div(_templateObject2$r || (_te
|
|
|
5765
5548
|
}
|
|
5766
5549
|
return "display: none;";
|
|
5767
5550
|
});
|
|
5768
|
-
var MenuContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
5769
|
-
var MenuItem = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5551
|
+
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);
|
|
5552
|
+
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
5553
|
|
|
5771
5554
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
|
5772
5555
|
var Tabs = function Tabs(_ref) {
|
|
@@ -5880,10 +5663,10 @@ var Tabs = function Tabs(_ref) {
|
|
|
5880
5663
|
}, "Menu"))))));
|
|
5881
5664
|
};
|
|
5882
5665
|
|
|
5883
|
-
var _templateObject$C, _templateObject2$s, _templateObject3$
|
|
5666
|
+
var _templateObject$C, _templateObject2$s, _templateObject3$i, _templateObject5$a, _templateObject6$7, _templateObject7$4;
|
|
5884
5667
|
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
5668
|
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$
|
|
5669
|
+
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
5670
|
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
5671
|
var TextLinkWrapper$1 = /*#__PURE__*/styled__default(TextLink)(_templateObject6$7 || (_templateObject6$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-primary-red);\n"])));
|
|
5889
5672
|
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 +5913,13 @@ var Navigation = function Navigation(_ref) {
|
|
|
6130
5913
|
})))))));
|
|
6131
5914
|
};
|
|
6132
5915
|
|
|
6133
|
-
var _templateObject$D, _templateObject2$t, _templateObject3$
|
|
5916
|
+
var _templateObject$D, _templateObject2$t, _templateObject3$j, _templateObject4$f, _templateObject5$b, _templateObject6$8, _templateObject7$5;
|
|
6134
5917
|
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
5918
|
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$
|
|
5919
|
+
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);
|
|
5920
|
+
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
5921
|
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
|
|
5922
|
+
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
5923
|
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
5924
|
|
|
6142
5925
|
var _templateObject$E;
|
|
@@ -6158,7 +5941,7 @@ var PolicyLinks = function PolicyLinks(_ref) {
|
|
|
6158
5941
|
}));
|
|
6159
5942
|
};
|
|
6160
5943
|
|
|
6161
|
-
var
|
|
5944
|
+
var SPONSOR_IMAGE_SOURCE = 'https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/sponsorlogos/arts-council-england-invert.svg';
|
|
6162
5945
|
var Footer = function Footer(_ref) {
|
|
6163
5946
|
var data = _ref.data,
|
|
6164
5947
|
className = _ref.className;
|
|
@@ -6166,10 +5949,9 @@ var Footer = function Footer(_ref) {
|
|
|
6166
5949
|
newsletter = data.newsletter,
|
|
6167
5950
|
rawSocialMediaLinks = data.socialMediaLinks,
|
|
6168
5951
|
contact = data.contact,
|
|
6169
|
-
|
|
6170
|
-
artsDataRoh = _data$artsLogo.dataRoh,
|
|
6171
|
-
artsLogo = _objectWithoutPropertiesLoose(_data$artsLogo, _excluded$d),
|
|
5952
|
+
artsLogo = data.artsLogo,
|
|
6172
5953
|
additionalInfo = data.additionalInfo;
|
|
5954
|
+
var sponsorImageSource = data.sponsorImageSource || SPONSOR_IMAGE_SOURCE;
|
|
6173
5955
|
var _useViewport = useViewport(),
|
|
6174
5956
|
isMobile = _useViewport.isMobile;
|
|
6175
5957
|
return /*#__PURE__*/React__default.createElement(FooterSection, {
|
|
@@ -6198,13 +5980,14 @@ var Footer = function Footer(_ref) {
|
|
|
6198
5980
|
tabIndex: isMobile ? 3 : undefined
|
|
6199
5981
|
}, newsletter.link.title))), /*#__PURE__*/React__default.createElement(LogoAndDescriptionSection, null, /*#__PURE__*/React__default.createElement("div", {
|
|
6200
5982
|
"data-testid": "arts-logo"
|
|
6201
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
5983
|
+
}, /*#__PURE__*/React__default.createElement(SponsorLogo, Object.assign({
|
|
5984
|
+
imageSource: sponsorImageSource,
|
|
5985
|
+
alt: "Arts Council England Sponsor",
|
|
5986
|
+
"data-testid": "sponsor-logo",
|
|
5987
|
+
target: "_blank"
|
|
6205
5988
|
}, artsLogo, {
|
|
6206
5989
|
"aria-label": "Sponsor Logo link"
|
|
6207
|
-
})
|
|
5990
|
+
}))), /*#__PURE__*/React__default.createElement("div", {
|
|
6208
5991
|
"data-testid": "additional-info"
|
|
6209
5992
|
}, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
6210
5993
|
size: isMobile ? 'medium' : 'small',
|
|
@@ -6212,15 +5995,15 @@ var Footer = function Footer(_ref) {
|
|
|
6212
5995
|
}, additionalInfo)))));
|
|
6213
5996
|
};
|
|
6214
5997
|
|
|
6215
|
-
var _templateObject$F, _templateObject2$u, _templateObject3$
|
|
5998
|
+
var _templateObject$F, _templateObject2$u, _templateObject3$k, _templateObject4$g, _templateObject5$c, _templateObject6$9;
|
|
6216
5999
|
var LIST_ITEM_GAP = 32;
|
|
6217
6000
|
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
6001
|
var bottomBorder = _ref.bottomBorder;
|
|
6219
6002
|
return bottomBorder ? '2px solid var(--base-color-light-grey)' : 'none';
|
|
6220
6003
|
}, zIndexes.anchor);
|
|
6221
6004
|
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$
|
|
6005
|
+
var TabsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$k || (_templateObject3$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n"])));
|
|
6006
|
+
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
6007
|
var tabsOverflow = _ref2.tabsOverflow;
|
|
6225
6008
|
return tabsOverflow ? 'calc(100% - 74px)' : '100%';
|
|
6226
6009
|
}, LIST_ITEM_GAP, function (_ref3) {
|
|
@@ -6237,7 +6020,7 @@ var ArrowsContainer = /*#__PURE__*/styled__default.div(_templateObject5$c || (_t
|
|
|
6237
6020
|
});
|
|
6238
6021
|
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
6022
|
|
|
6240
|
-
var _excluded$
|
|
6023
|
+
var _excluded$d = ["id", "text"];
|
|
6241
6024
|
var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
6242
6025
|
var tabs = _ref.tabs,
|
|
6243
6026
|
onTabClick = _ref.onTabClick,
|
|
@@ -6430,7 +6213,7 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
6430
6213
|
}, tabs.map(function (_ref4) {
|
|
6431
6214
|
var id = _ref4.id,
|
|
6432
6215
|
text = _ref4.text,
|
|
6433
|
-
rest = _objectWithoutPropertiesLoose(_ref4, _excluded$
|
|
6216
|
+
rest = _objectWithoutPropertiesLoose(_ref4, _excluded$d);
|
|
6434
6217
|
return /*#__PURE__*/React__default.createElement("li", {
|
|
6435
6218
|
key: id
|
|
6436
6219
|
}, /*#__PURE__*/React__default.createElement(TabLink, Object.assign({
|
|
@@ -6456,17 +6239,17 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
6456
6239
|
}))) : null)) : null))));
|
|
6457
6240
|
};
|
|
6458
6241
|
|
|
6459
|
-
var _templateObject$G, _templateObject2$v, _templateObject3$
|
|
6242
|
+
var _templateObject$G, _templateObject2$v, _templateObject3$l, _templateObject4$h, _templateObject6$a, _templateObject7$6, _templateObject8$3, _templateObject9$2, _templateObject0$2;
|
|
6460
6243
|
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
6244
|
var sticky = _ref.sticky;
|
|
6462
6245
|
return sticky ? 'sticky' : 'initial';
|
|
6463
6246
|
}, zIndexes.anchor);
|
|
6464
6247
|
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$
|
|
6248
|
+
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
6249
|
var title = _ref2.title;
|
|
6467
6250
|
return title ? 'row' : 'row-reverse';
|
|
6468
6251
|
}, devices.tablet, devices.mobile);
|
|
6469
|
-
var AnchorTitle = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
6252
|
+
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
6253
|
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
6254
|
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
6255
|
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 +6266,9 @@ var PrimaryButtonReverse = /*#__PURE__*/styled__default(PrimaryButton)(_template
|
|
|
6483
6266
|
return theme.colors.primaryButtonReverse;
|
|
6484
6267
|
});
|
|
6485
6268
|
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(
|
|
6269
|
+
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
6270
|
|
|
6488
|
-
var _excluded$
|
|
6271
|
+
var _excluded$e = ["text"],
|
|
6489
6272
|
_excluded2$1 = ["text"];
|
|
6490
6273
|
var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
6491
6274
|
var title = _ref.title,
|
|
@@ -6495,7 +6278,7 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
6495
6278
|
message = _ref.message;
|
|
6496
6279
|
var _ref2 = (links == null ? void 0 : links[0]) || {},
|
|
6497
6280
|
primaryButtonText = _ref2.text,
|
|
6498
|
-
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
6281
|
+
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2, _excluded$e);
|
|
6499
6282
|
var _ref3 = (links == null ? void 0 : links[1]) || {},
|
|
6500
6283
|
secondaryButtonText = _ref3.text,
|
|
6501
6284
|
secondaryButtonProps = _objectWithoutPropertiesLoose(_ref3, _excluded2$1);
|
|
@@ -6516,13 +6299,13 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
6516
6299
|
}, message))));
|
|
6517
6300
|
};
|
|
6518
6301
|
|
|
6519
|
-
var _templateObject$H, _templateObject2$w, _templateObject3$
|
|
6302
|
+
var _templateObject$H, _templateObject2$w, _templateObject3$m;
|
|
6520
6303
|
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
6304
|
var theme = _ref.theme;
|
|
6522
6305
|
return theme.colors.primary;
|
|
6523
6306
|
}, devices.mobile, devices.tablet);
|
|
6524
6307
|
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$
|
|
6308
|
+
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
6309
|
|
|
6527
6310
|
var colors = {
|
|
6528
6311
|
core: '#C8102E',
|
|
@@ -7127,14 +6910,14 @@ var TextOnly = function TextOnly(_ref) {
|
|
|
7127
6910
|
ButtonType["Tertiary"] = "Tertiary";
|
|
7128
6911
|
})(exports.ButtonType || (exports.ButtonType = {}));
|
|
7129
6912
|
|
|
7130
|
-
var _templateObject$J, _templateObject2$x, _templateObject3$
|
|
6913
|
+
var _templateObject$J, _templateObject2$x, _templateObject3$n, _templateObject4$i, _templateObject5$d, _templateObject6$b, _templateObject7$7, _templateObject8$4;
|
|
7131
6914
|
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
6915
|
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$
|
|
6916
|
+
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
6917
|
var theme = _ref.theme;
|
|
7135
6918
|
return theme.colors.primary;
|
|
7136
6919
|
}, exports.Colors.White);
|
|
7137
|
-
var ButtonContainer = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
6920
|
+
var ButtonContainer = /*#__PURE__*/styled__default.div(_templateObject4$i || (_templateObject4$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 2em;\n width: fit-content;\n"])));
|
|
7138
6921
|
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
6922
|
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
6923
|
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 +7079,13 @@ var StickyBar = function StickyBar(_ref) {
|
|
|
7296
7079
|
}, children)));
|
|
7297
7080
|
};
|
|
7298
7081
|
|
|
7299
|
-
var _templateObject$M, _templateObject2$z, _templateObject3$
|
|
7082
|
+
var _templateObject$M, _templateObject2$z, _templateObject3$o, _templateObject4$j;
|
|
7300
7083
|
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
7084
|
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$
|
|
7085
|
+
var ContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$o || (_templateObject3$o = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
7086
|
+
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
7087
|
|
|
7305
|
-
var _excluded$
|
|
7088
|
+
var _excluded$f = ["isOpen", "setIsOpen", "children", "appElementId"];
|
|
7306
7089
|
var MAX_Z_INDEX = 9999999999;
|
|
7307
7090
|
if (Modal.defaultStyles.content) {
|
|
7308
7091
|
Modal.defaultStyles.content.position = 'static';
|
|
@@ -7376,7 +7159,7 @@ var ModalWindow = function ModalWindow(_ref) {
|
|
|
7376
7159
|
setIsOpen = _ref.setIsOpen,
|
|
7377
7160
|
children = _ref.children,
|
|
7378
7161
|
appElementId = _ref.appElementId,
|
|
7379
|
-
modalProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7162
|
+
modalProps = _objectWithoutPropertiesLoose(_ref, _excluded$f);
|
|
7380
7163
|
var isMobile = useMobile();
|
|
7381
7164
|
var customStyles = {
|
|
7382
7165
|
overlay: {
|
|
@@ -7477,7 +7260,7 @@ var getImageSlideStyles = function getImageSlideStyles(imageHeight) {
|
|
|
7477
7260
|
return "height: calc(" + imageHeight + "px + var(--carousel-image-caption-height) + 12px);";
|
|
7478
7261
|
};
|
|
7479
7262
|
|
|
7480
|
-
var _templateObject$N, _templateObject2$A, _templateObject3$
|
|
7263
|
+
var _templateObject$N, _templateObject2$A, _templateObject3$p, _templateObject4$k, _templateObject5$e, _templateObject6$c, _templateObject7$8, _templateObject8$5;
|
|
7481
7264
|
var ImageCarouselWrapper = /*#__PURE__*/styled__default.div(_templateObject$N || (_templateObject$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n @media ", " {\n ", "\n }}\n"])), function (_ref) {
|
|
7482
7265
|
var imagesHeightDesktop = _ref.imagesHeightDesktop;
|
|
7483
7266
|
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 +7273,8 @@ var CardsCarouselWrapper = /*#__PURE__*/styled__default.div(_templateObject2$A |
|
|
|
7490
7273
|
isActive = _ref3.isActive;
|
|
7491
7274
|
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
7275
|
}, devices.mobile, /*#__PURE__*/getCardSlideMobileStyles());
|
|
7493
|
-
var TitleButtonsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$
|
|
7494
|
-
var CarouselInfoWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
7276
|
+
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);
|
|
7277
|
+
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
7278
|
var TitleWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$e || (_templateObject5$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n"])), function (_ref4) {
|
|
7496
7279
|
var isDescriptionPresent = _ref4.isDescriptionPresent;
|
|
7497
7280
|
return isDescriptionPresent && 'margin: 20px 0';
|
|
@@ -7570,7 +7353,7 @@ var getMovedSlides = function getMovedSlides(delta, slideWidths) {
|
|
|
7570
7353
|
return movedSlides;
|
|
7571
7354
|
};
|
|
7572
7355
|
|
|
7573
|
-
var _excluded$
|
|
7356
|
+
var _excluded$g = ["children", "infinite", "onIndexChange", "slidesOffsetBefore", "slidesAriaHidden", "onActiveChange"];
|
|
7574
7357
|
var MAX_CLONES_NUMBER = 6;
|
|
7575
7358
|
var CLICK_DRAG_THRESHOLD = 10;
|
|
7576
7359
|
var getClonesCount = function getClonesCount(infinite, childrenLength) {
|
|
@@ -7595,7 +7378,7 @@ var Swipe = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
7595
7378
|
_ref$slidesAriaHidden = _ref.slidesAriaHidden,
|
|
7596
7379
|
slidesAriaHidden = _ref$slidesAriaHidden === void 0 ? false : _ref$slidesAriaHidden,
|
|
7597
7380
|
onActiveChange = _ref.onActiveChange,
|
|
7598
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7381
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
|
|
7599
7382
|
var containerRef = React.useRef(null);
|
|
7600
7383
|
var childRefs = React.useRef([]);
|
|
7601
7384
|
var startX = React.useRef(0);
|
|
@@ -7953,24 +7736,24 @@ var Carousel = function Carousel(_ref) {
|
|
|
7953
7736
|
}, children))));
|
|
7954
7737
|
};
|
|
7955
7738
|
|
|
7956
|
-
var _templateObject$P, _templateObject2$C, _templateObject3$
|
|
7739
|
+
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
7740
|
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
7741
|
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$
|
|
7742
|
+
var HeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$q || (_templateObject3$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding: 0;\n"])));
|
|
7743
|
+
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
7744
|
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
7745
|
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
7746
|
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
7747
|
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
7748
|
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(
|
|
7749
|
+
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);
|
|
7750
|
+
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);
|
|
7751
|
+
var HtmlBodyText = /*#__PURE__*/styled__default.p(_templateObject10$1 || (_templateObject10$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n"])));
|
|
7752
|
+
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);
|
|
7753
|
+
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);
|
|
7754
|
+
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);
|
|
7755
|
+
var InfoSubtitleWrapper = /*#__PURE__*/styled__default.div(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 4px;\n"])));
|
|
7756
|
+
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
7757
|
var isCurrentSlide = _ref.isCurrentSlide;
|
|
7975
7758
|
return isCurrentSlide ? 'block' : 'none';
|
|
7976
7759
|
}, devices.mobile);
|
|
@@ -7991,18 +7774,18 @@ var getBackgroundColor$1 = function getBackgroundColor(_ref2) {
|
|
|
7991
7774
|
var _templateObject$Q;
|
|
7992
7775
|
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
7776
|
|
|
7994
|
-
var _excluded$
|
|
7777
|
+
var _excluded$h = ["children", "className"];
|
|
7995
7778
|
var AuxiliaryButton = function AuxiliaryButton(_ref) {
|
|
7996
7779
|
var children = _ref.children,
|
|
7997
7780
|
className = _ref.className,
|
|
7998
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7781
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
|
|
7999
7782
|
return /*#__PURE__*/React__default.createElement(AuxiliaryButtonWrapper, Object.assign({}, props, {
|
|
8000
7783
|
iconClassName: "auxiliaryButtonIcon",
|
|
8001
7784
|
className: className
|
|
8002
7785
|
}), children);
|
|
8003
7786
|
};
|
|
8004
7787
|
|
|
8005
|
-
var _excluded$
|
|
7788
|
+
var _excluded$i = ["text"],
|
|
8006
7789
|
_excluded2$2 = ["text"];
|
|
8007
7790
|
var _buttonTypeToButton;
|
|
8008
7791
|
var buttonTypeToButton = (_buttonTypeToButton = {}, _buttonTypeToButton[exports.ButtonType.Primary] = PrimaryButton, _buttonTypeToButton[exports.ButtonType.Secondary] = SecondaryButton, _buttonTypeToButton[exports.ButtonType.Tertiary] = TertiaryButton, _buttonTypeToButton);
|
|
@@ -8013,7 +7796,7 @@ var Buttons = function Buttons(_ref) {
|
|
|
8013
7796
|
var _ref2 = firstButton || {},
|
|
8014
7797
|
_ref2$text = _ref2.text,
|
|
8015
7798
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
8016
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
7799
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$i);
|
|
8017
7800
|
var secondButton = links == null ? void 0 : links[1];
|
|
8018
7801
|
var _ref3 = secondButton || {},
|
|
8019
7802
|
_ref3$text = _ref3.text,
|
|
@@ -8083,6 +7866,8 @@ var truncateReactNodeString = function truncateReactNodeString(node, resultLengt
|
|
|
8083
7866
|
return truncateHtmlString(nodeString, resultLength, addDots);
|
|
8084
7867
|
};
|
|
8085
7868
|
|
|
7869
|
+
var TYPOGRAPHY_CLASS_NAME = 'highlight-carousel-text';
|
|
7870
|
+
|
|
8086
7871
|
var InfoSection = function InfoSection(_ref) {
|
|
8087
7872
|
var logo = _ref.logo,
|
|
8088
7873
|
slide = _ref.slide,
|
|
@@ -8133,14 +7918,14 @@ var InfoSection = function InfoSection(_ref) {
|
|
|
8133
7918
|
}, additionalInfo)))));
|
|
8134
7919
|
};
|
|
8135
7920
|
|
|
8136
|
-
var _templateObject$R, _templateObject2$D, _templateObject3$
|
|
7921
|
+
var _templateObject$R, _templateObject2$D, _templateObject3$r, _templateObject4$m, _templateObject5$g, _templateObject6$e;
|
|
8137
7922
|
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
7923
|
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$
|
|
7924
|
+
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
7925
|
var isVisible = _ref.isVisible;
|
|
8141
7926
|
return isVisible ? 'visible' : 'hidden';
|
|
8142
7927
|
}, devices.mobile);
|
|
8143
|
-
var TitleContainer$3 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
7928
|
+
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
7929
|
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
7930
|
var textHeight = _ref2.textHeight;
|
|
8146
7931
|
return textHeight;
|
|
@@ -8272,7 +8057,7 @@ var Accordions = function Accordions(_ref) {
|
|
|
8272
8057
|
}));
|
|
8273
8058
|
};
|
|
8274
8059
|
|
|
8275
|
-
var _templateObject$T, _templateObject2$E, _templateObject3$
|
|
8060
|
+
var _templateObject$T, _templateObject2$E, _templateObject3$s, _templateObject4$n, _templateObject5$h;
|
|
8276
8061
|
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
8062
|
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
8063
|
var isClickable = _ref.isClickable;
|
|
@@ -8281,8 +8066,8 @@ var SvgContainer$2 = /*#__PURE__*/styled__default.div(_templateObject2$E || (_te
|
|
|
8281
8066
|
var isClickable = _ref2.isClickable;
|
|
8282
8067
|
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
8068
|
});
|
|
8284
|
-
var ContentContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8285
|
-
var OverlineWrapper = /*#__PURE__*/styled__default(HarmonicOverline)(_templateObject4$
|
|
8069
|
+
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"])));
|
|
8070
|
+
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
8071
|
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
8072
|
var variant = _ref3.variant;
|
|
8288
8073
|
return variant === BannerVariants['service-persistent'] ? '8px' : '0px';
|
|
@@ -8355,7 +8140,7 @@ var AnnouncementBanner = function AnnouncementBanner(_ref) {
|
|
|
8355
8140
|
}))))));
|
|
8356
8141
|
};
|
|
8357
8142
|
|
|
8358
|
-
var _templateObject$U, _templateObject2$F, _templateObject3$
|
|
8143
|
+
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
8144
|
var LENGTH_LARGE_TEXT = 28;
|
|
8360
8145
|
var LENGTH_SMALL_TEXT$1 = 19;
|
|
8361
8146
|
var LENGTH_TEXT_TABLET = 10;
|
|
@@ -8370,8 +8155,8 @@ var HoverContainer = /*#__PURE__*/styled__default.div(_templateObject2$F || (_te
|
|
|
8370
8155
|
var lineColor = _ref3.lineColor;
|
|
8371
8156
|
return lineColor ? "var(--color-" + lineColor + ")" : 'var(--color-primary-background)';
|
|
8372
8157
|
}, zIndexes.contentOverlay);
|
|
8373
|
-
var ProgressContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8374
|
-
var ContentContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8158
|
+
var ProgressContainer = /*#__PURE__*/styled__default.div(_templateObject3$t || (_templateObject3$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: -6px;\n"])));
|
|
8159
|
+
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
8160
|
var fullWidth = _ref4.fullWidth;
|
|
8376
8161
|
return fullWidth ? '0' : '20px';
|
|
8377
8162
|
}, function (_ref5) {
|
|
@@ -8383,51 +8168,51 @@ var TitleContainerMobile = /*#__PURE__*/styled__default.div(_templateObject6$f |
|
|
|
8383
8168
|
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
8169
|
var HighlightTextContainer = /*#__PURE__*/styled__default.div(_templateObject8$7 || (_templateObject8$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 24px;\n"])));
|
|
8385
8170
|
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(
|
|
8171
|
+
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
8172
|
var isVisible = _ref6.isVisible;
|
|
8388
8173
|
return isVisible ? "visible" : 'hidden';
|
|
8389
8174
|
}, devices.mobile, function (_ref7) {
|
|
8390
8175
|
var isGridCard = _ref7.isGridCard;
|
|
8391
8176
|
return isGridCard ? '20px' : '0';
|
|
8392
8177
|
});
|
|
8393
|
-
var ExtraActionsContainer = /*#__PURE__*/styled__default.div(
|
|
8178
|
+
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
8179
|
var fullWidth = _ref8.fullWidth;
|
|
8395
8180
|
return fullWidth ? '0' : '20px';
|
|
8396
8181
|
}, function (_ref9) {
|
|
8397
8182
|
var fullWidth = _ref9.fullWidth;
|
|
8398
8183
|
return fullWidth ? '0' : '20px';
|
|
8399
8184
|
});
|
|
8400
|
-
var LabelElements = /*#__PURE__*/styled__default.div(
|
|
8401
|
-
var bgColor =
|
|
8185
|
+
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) {
|
|
8186
|
+
var bgColor = _ref0.bgColor;
|
|
8402
8187
|
return bgColor ? "var(--color-base-" + bgColor + ")" : 'var(--color-primary-background)';
|
|
8403
8188
|
});
|
|
8404
|
-
var LabelIconWrapper = /*#__PURE__*/styled__default.div(
|
|
8405
|
-
var getButtonsOpacity = function getButtonsOpacity(
|
|
8406
|
-
var onlyShowButtonsOnHover =
|
|
8189
|
+
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"])));
|
|
8190
|
+
var getButtonsOpacity = function getButtonsOpacity(_ref1) {
|
|
8191
|
+
var onlyShowButtonsOnHover = _ref1.onlyShowButtonsOnHover;
|
|
8407
8192
|
return onlyShowButtonsOnHover ? 'opacity: 0;' : 'opacity: 1;';
|
|
8408
8193
|
};
|
|
8409
|
-
var getButtonsMinHeight = function getButtonsMinHeight(
|
|
8410
|
-
var onlyShowButtonsOnHover =
|
|
8194
|
+
var getButtonsMinHeight = function getButtonsMinHeight(_ref10) {
|
|
8195
|
+
var onlyShowButtonsOnHover = _ref10.onlyShowButtonsOnHover;
|
|
8411
8196
|
return onlyShowButtonsOnHover ? 'min-height: unset;' : 'min-height: 120px;';
|
|
8412
8197
|
};
|
|
8413
|
-
var ButtonsContainer$1 = /*#__PURE__*/styled__default.div(
|
|
8414
|
-
var size =
|
|
8415
|
-
primaryButtonTextLength =
|
|
8416
|
-
tertiaryButtonTextLength =
|
|
8198
|
+
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) {
|
|
8199
|
+
var size = _ref11.size,
|
|
8200
|
+
primaryButtonTextLength = _ref11.primaryButtonTextLength,
|
|
8201
|
+
tertiaryButtonTextLength = _ref11.tertiaryButtonTextLength;
|
|
8417
8202
|
var isLinksLayoutColumn = size === 'small' ? primaryButtonTextLength >= LENGTH_SMALL_TEXT$1 || tertiaryButtonTextLength >= LENGTH_SMALL_TEXT$1 : primaryButtonTextLength >= LENGTH_LARGE_TEXT || tertiaryButtonTextLength >= LENGTH_LARGE_TEXT;
|
|
8418
8203
|
if (isLinksLayoutColumn) {
|
|
8419
8204
|
return "\n flex-direction: column;\n ";
|
|
8420
8205
|
}
|
|
8421
8206
|
return '';
|
|
8422
|
-
}, devices.mobile, getButtonsMinHeight, function (
|
|
8423
|
-
var fullWidth =
|
|
8207
|
+
}, devices.mobile, getButtonsMinHeight, function (_ref12) {
|
|
8208
|
+
var fullWidth = _ref12.fullWidth;
|
|
8424
8209
|
return fullWidth ? '0' : '20px';
|
|
8425
|
-
}, function (
|
|
8426
|
-
var fullWidth =
|
|
8210
|
+
}, function (_ref13) {
|
|
8211
|
+
var fullWidth = _ref13.fullWidth;
|
|
8427
8212
|
return fullWidth ? '0' : '20px';
|
|
8428
|
-
}, devices.tablet, getButtonsMinHeight, function (
|
|
8429
|
-
var primaryButtonTextLength =
|
|
8430
|
-
tertiaryButtonTextLength =
|
|
8213
|
+
}, devices.tablet, getButtonsMinHeight, function (_ref14) {
|
|
8214
|
+
var primaryButtonTextLength = _ref14.primaryButtonTextLength,
|
|
8215
|
+
tertiaryButtonTextLength = _ref14.tertiaryButtonTextLength;
|
|
8431
8216
|
var isLinksLayoutColumnTablet = primaryButtonTextLength >= LENGTH_TEXT_TABLET || tertiaryButtonTextLength >= LENGTH_TEXT_TABLET;
|
|
8432
8217
|
if (isLinksLayoutColumnTablet) {
|
|
8433
8218
|
return "\n flex-direction: column;\n ";
|
|
@@ -8435,7 +8220,7 @@ var ButtonsContainer$1 = /*#__PURE__*/styled__default.div(_templateObject14$2 ||
|
|
|
8435
8220
|
return '';
|
|
8436
8221
|
});
|
|
8437
8222
|
|
|
8438
|
-
var _excluded$
|
|
8223
|
+
var _excluded$j = ["text"],
|
|
8439
8224
|
_excluded2$3 = ["text"];
|
|
8440
8225
|
var _buttonTypeToButton$1;
|
|
8441
8226
|
var LENGTH_LARGE_TEXT$1 = 28;
|
|
@@ -8485,7 +8270,7 @@ var Card = function Card(_ref) {
|
|
|
8485
8270
|
var _ref2 = firstButton || {},
|
|
8486
8271
|
_ref2$text = _ref2.text,
|
|
8487
8272
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
8488
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8273
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$j);
|
|
8489
8274
|
var primaryButtonTextTruncate = size === 'small' ? truncate(firstButtonText, LENGTH_SMALL_TEXT$2) : truncate(firstButtonText, LENGTH_LARGE_TEXT$1);
|
|
8490
8275
|
var secondButton = links == null ? void 0 : links[1];
|
|
8491
8276
|
var _ref3 = secondButton || {},
|
|
@@ -8637,7 +8422,7 @@ var Cards = function Cards(_ref) {
|
|
|
8637
8422
|
}));
|
|
8638
8423
|
};
|
|
8639
8424
|
|
|
8640
|
-
var _templateObject$W, _templateObject2$H, _templateObject3$
|
|
8425
|
+
var _templateObject$W, _templateObject2$H, _templateObject3$u, _templateObject4$p, _templateObject5$j;
|
|
8641
8426
|
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
8427
|
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
8428
|
var hideBottomBorder = _ref.hideBottomBorder;
|
|
@@ -8646,8 +8431,8 @@ var Wrapper$4 = /*#__PURE__*/styled__default.div(_templateObject2$H || (_templat
|
|
|
8646
8431
|
var hideTopBorder = _ref2.hideTopBorder;
|
|
8647
8432
|
return "border-top: " + (hideTopBorder ? 'none' : '2px solid var(--base-color-mid-grey)') + ";";
|
|
8648
8433
|
}, devices.mobileAndTablet);
|
|
8649
|
-
var AddressWrapperDesktop = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8650
|
-
var AddressWrapperMobile = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8434
|
+
var AddressWrapperDesktop = /*#__PURE__*/styled__default.div(_templateObject3$u || (_templateObject3$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n display: none;\n }\n"])), devices.mobile);
|
|
8435
|
+
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
8436
|
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
8437
|
|
|
8653
8438
|
var divideAddressString = function divideAddressString(address) {
|
|
@@ -8705,13 +8490,13 @@ var ContactCard = function ContactCard(_ref) {
|
|
|
8705
8490
|
}, addressString)), /*#__PURE__*/React__default.createElement(AddressWrapperMobile, null, divideAddressString(addressString))))))));
|
|
8706
8491
|
};
|
|
8707
8492
|
|
|
8708
|
-
var _templateObject$X, _templateObject2$I, _templateObject3$
|
|
8493
|
+
var _templateObject$X, _templateObject2$I, _templateObject3$v, _templateObject4$q, _templateObject5$k, _templateObject6$g, _templateObject7$b;
|
|
8709
8494
|
var BodyTextRelative = /*#__PURE__*/styled__default(BodyText)(_templateObject$X || (_templateObject$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
8710
8495
|
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
8496
|
return props.clickable ? 'pointer' : 'default';
|
|
8712
8497
|
}, devices.mobile);
|
|
8713
|
-
var ContentSummaryImageWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8714
|
-
var ContentSummaryTextWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8498
|
+
var ContentSummaryImageWrapper = /*#__PURE__*/styled__default.div(_templateObject3$v || (_templateObject3$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 0 0 33.3%;\n"])));
|
|
8499
|
+
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
8500
|
return props.showImage ? 2 : '1 / span 4';
|
|
8716
8501
|
}, devices.mobile);
|
|
8717
8502
|
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 +8573,7 @@ var ContentSummary = function ContentSummary(_ref) {
|
|
|
8788
8573
|
}), link.text))));
|
|
8789
8574
|
};
|
|
8790
8575
|
|
|
8791
|
-
var _templateObject$Y, _templateObject2$J, _templateObject3$
|
|
8576
|
+
var _templateObject$Y, _templateObject2$J, _templateObject3$w, _templateObject4$r, _templateObject5$l;
|
|
8792
8577
|
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
8578
|
var imageToLeft = _ref.imageToLeft;
|
|
8794
8579
|
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 +8582,11 @@ var EditorialImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$J
|
|
|
8797
8582
|
var imageToLeft = _ref2.imageToLeft;
|
|
8798
8583
|
return imageToLeft ? 'left' : 'right';
|
|
8799
8584
|
}, devices.mobile);
|
|
8800
|
-
var EditorialTextWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8585
|
+
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
8586
|
var imageToLeft = _ref3.imageToLeft;
|
|
8802
8587
|
return imageToLeft ? 'right' : 'left';
|
|
8803
8588
|
}, devices.mobile);
|
|
8804
|
-
var EditorialSubtitle = /*#__PURE__*/styled__default.span(_templateObject4$
|
|
8589
|
+
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
8590
|
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
8591
|
|
|
8807
8592
|
var Editorial = function Editorial(_ref) {
|
|
@@ -8862,10 +8647,10 @@ var getBorderColor$1 = function getBorderColor(variant, colorValue) {
|
|
|
8862
8647
|
return variant === InformationCtaVariants.Primary || variant === InformationCtaVariants.Secondary || variant === undefined ? "border-color: " + colorValue + ";" : '';
|
|
8863
8648
|
};
|
|
8864
8649
|
|
|
8865
|
-
var _templateObject$Z, _templateObject2$K, _templateObject3$
|
|
8650
|
+
var _templateObject$Z, _templateObject2$K, _templateObject3$x, _templateObject4$s;
|
|
8866
8651
|
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
8652
|
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$
|
|
8653
|
+
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
8654
|
var variant = _ref.variant,
|
|
8870
8655
|
theme = _ref.theme;
|
|
8871
8656
|
return getTextColor$4(variant, theme, COLORS$4.background);
|
|
@@ -8897,18 +8682,18 @@ var InfoCTAWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$w || (
|
|
|
8897
8682
|
var variant = _ref9.variant,
|
|
8898
8683
|
theme = _ref9.theme;
|
|
8899
8684
|
return getTextColor$4(variant, theme, COLORS$4.pressed);
|
|
8900
|
-
}, function (
|
|
8901
|
-
var variant =
|
|
8685
|
+
}, function (_ref0) {
|
|
8686
|
+
var variant = _ref0.variant;
|
|
8902
8687
|
return getBackgroundColor$2(variant, COLORS$4.pressed);
|
|
8903
|
-
}, function (
|
|
8904
|
-
var variant =
|
|
8688
|
+
}, function (_ref1) {
|
|
8689
|
+
var variant = _ref1.variant;
|
|
8905
8690
|
return getBorderColor$1(variant, COLORS$4.pressed);
|
|
8906
|
-
}, function (
|
|
8907
|
-
var variant =
|
|
8908
|
-
theme =
|
|
8691
|
+
}, function (_ref10) {
|
|
8692
|
+
var variant = _ref10.variant,
|
|
8693
|
+
theme = _ref10.theme;
|
|
8909
8694
|
return getTextColor$4(variant, theme, COLORS$4.pressed);
|
|
8910
8695
|
});
|
|
8911
|
-
var InfoBodyWrapper = /*#__PURE__*/styled__default(BodyCopyHarmonic)(_templateObject4$
|
|
8696
|
+
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
8697
|
|
|
8913
8698
|
// Helper function for rendering buttons based on the variant
|
|
8914
8699
|
var renderButton = function renderButton(_ref) {
|
|
@@ -9032,7 +8817,7 @@ var Information = function Information(_ref) {
|
|
|
9032
8817
|
})))));
|
|
9033
8818
|
};
|
|
9034
8819
|
|
|
9035
|
-
var _templateObject$_, _templateObject2$L, _templateObject3$
|
|
8820
|
+
var _templateObject$_, _templateObject2$L, _templateObject3$y, _templateObject4$t, _templateObject5$m, _templateObject6$h, _templateObject7$c, _templateObject8$8;
|
|
9036
8821
|
var PageHeadingWrapper = /*#__PURE__*/styled__default.div(_templateObject$_ || (_templateObject$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 80px;\n background-color: ", ";\n color: var(--base-color-white);\n\n ", ";\n\n // remove spacing above/below for all semantic levels of the title\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n padding-bottom: 0;\n }\n"])), function (_ref) {
|
|
9037
8822
|
var theme = _ref.theme;
|
|
9038
8823
|
return theme.colors.primary;
|
|
@@ -9041,11 +8826,11 @@ var PageHeadingWrapper = /*#__PURE__*/styled__default.div(_templateObject$_ || (
|
|
|
9041
8826
|
return isPageHeadingWithoutTitle && "\n padding-bottom: 42px;\n ";
|
|
9042
8827
|
}, devices.mobile);
|
|
9043
8828
|
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 TitleWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8829
|
+
var TitleWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject3$y || (_templateObject3$y = /*#__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
8830
|
var isPageHeadingWithoutTitle = _ref3.isPageHeadingWithoutTitle;
|
|
9046
8831
|
return isPageHeadingWithoutTitle && "\n margin-top: 42px;\n ";
|
|
9047
8832
|
}, devices.mobile);
|
|
9048
|
-
var ChildrenWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8833
|
+
var ChildrenWrapper = /*#__PURE__*/styled__default.div(_templateObject4$t || (_templateObject4$t = /*#__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
8834
|
var isPageHeadingWithoutTitle = _ref4.isPageHeadingWithoutTitle;
|
|
9050
8835
|
return isPageHeadingWithoutTitle && "\n margin: 10px 0;\n ";
|
|
9051
8836
|
}, devices.mobile);
|
|
@@ -9054,7 +8839,7 @@ var LogoWrapper = /*#__PURE__*/styled__default.div(_templateObject6$h || (_templ
|
|
|
9054
8839
|
var ButtonWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject7$c || (_templateObject7$c = /*#__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);
|
|
9055
8840
|
var PageHeadingText = /*#__PURE__*/styled__default.div(_templateObject8$8 || (_templateObject8$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\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 font-feature-settings: var(--font-feature-settings-altHeader);\n font-family: var(--font-family-altHeader);\n text-transform: var(--text-transform-altHeader);\n word-break: var(--word-break-altHeader);\n"])));
|
|
9056
8841
|
|
|
9057
|
-
var _excluded$
|
|
8842
|
+
var _excluded$k = ["text"];
|
|
9058
8843
|
var PageHeading = function PageHeading(_ref) {
|
|
9059
8844
|
var title = _ref.title,
|
|
9060
8845
|
text = _ref.text,
|
|
@@ -9070,7 +8855,7 @@ var PageHeading = function PageHeading(_ref) {
|
|
|
9070
8855
|
titleCharLimit = _ref$titleCharLimit === void 0 ? 40 : _ref$titleCharLimit;
|
|
9071
8856
|
var _ref2 = link || {},
|
|
9072
8857
|
linkText = _ref2.text,
|
|
9073
|
-
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8858
|
+
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$k);
|
|
9074
8859
|
var truncatedText = text == null ? void 0 : text.substring(0, copyCharLimit);
|
|
9075
8860
|
var truncatedTitle = title == null ? void 0 : title.substring(0, titleCharLimit);
|
|
9076
8861
|
var isTitleUnAvailable = !title;
|
|
@@ -9098,10 +8883,10 @@ var PageHeading = function PageHeading(_ref) {
|
|
|
9098
8883
|
}, /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, restLink), linkText))) : null));
|
|
9099
8884
|
};
|
|
9100
8885
|
|
|
9101
|
-
var _excluded$
|
|
8886
|
+
var _excluded$l = ["link"];
|
|
9102
8887
|
var PageHeadingCore = function PageHeadingCore(_ref) {
|
|
9103
8888
|
var link = _ref.link,
|
|
9104
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
8889
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$l);
|
|
9105
8890
|
var coreLink = link && _extends({}, link, {
|
|
9106
8891
|
color: ThemeColor['base-white'],
|
|
9107
8892
|
bgColor: ThemeColor['base-black']
|
|
@@ -9113,10 +8898,10 @@ var PageHeadingCore = function PageHeadingCore(_ref) {
|
|
|
9113
8898
|
})));
|
|
9114
8899
|
};
|
|
9115
8900
|
|
|
9116
|
-
var _excluded$
|
|
8901
|
+
var _excluded$m = ["link"];
|
|
9117
8902
|
var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
9118
8903
|
var link = _ref.link,
|
|
9119
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
8904
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$m);
|
|
9120
8905
|
var cinemaLink = link && _extends({}, link, {
|
|
9121
8906
|
color: ThemeColor['base-black'],
|
|
9122
8907
|
bgColor: ThemeColor['base-white']
|
|
@@ -9130,17 +8915,17 @@ var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
|
9130
8915
|
})));
|
|
9131
8916
|
};
|
|
9132
8917
|
|
|
9133
|
-
var _templateObject$$, _templateObject2$M, _templateObject3$
|
|
8918
|
+
var _templateObject$$, _templateObject2$M, _templateObject3$z, _templateObject4$u, _templateObject5$n, _templateObject6$i, _templateObject7$d, _templateObject8$9;
|
|
9134
8919
|
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
8920
|
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$
|
|
8921
|
+
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);
|
|
8922
|
+
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
8923
|
var LogoWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$n || (_templateObject5$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: logo;\n align-self: end;\n"])));
|
|
9139
8924
|
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
8925
|
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
8926
|
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
8927
|
|
|
9143
|
-
var _excluded$
|
|
8928
|
+
var _excluded$n = ["text"];
|
|
9144
8929
|
var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
9145
8930
|
var children = _ref.children,
|
|
9146
8931
|
text = _ref.text,
|
|
@@ -9158,7 +8943,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9158
8943
|
var truncatedText = text == null ? void 0 : text.substring(0, 75);
|
|
9159
8944
|
var _ref2 = link || {},
|
|
9160
8945
|
linkText = _ref2.text,
|
|
9161
|
-
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8946
|
+
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$n);
|
|
9162
8947
|
return /*#__PURE__*/React__default.createElement(ImpactWrapper, {
|
|
9163
8948
|
bgUrlDesktop: bgUrlDesktop,
|
|
9164
8949
|
bgUrlDevice: bgUrlDevice,
|
|
@@ -9167,9 +8952,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9167
8952
|
"data-testid": "impact-sponsor"
|
|
9168
8953
|
}, customSponsorImage ? (/*#__PURE__*/React__default.createElement(Sponsorship, Object.assign({
|
|
9169
8954
|
"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", {
|
|
8955
|
+
}, customSponsorImage))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(ImpactHeaderImageWrapper, null, /*#__PURE__*/React__default.createElement("picture", {
|
|
9173
8956
|
"data-testid": "impact-picture"
|
|
9174
8957
|
}, bgUrlDevice && (/*#__PURE__*/React__default.createElement("source", {
|
|
9175
8958
|
srcSet: bgUrlDevice,
|
|
@@ -9203,7 +8986,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9203
8986
|
}, "Scroll Down"))) : null);
|
|
9204
8987
|
};
|
|
9205
8988
|
|
|
9206
|
-
var _templateObject$10, _templateObject2$N, _templateObject3$
|
|
8989
|
+
var _templateObject$10, _templateObject2$N, _templateObject3$A, _templateObject4$v, _templateObject5$o;
|
|
9207
8990
|
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
8991
|
var color = _ref.color;
|
|
9209
8992
|
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 +8998,8 @@ var LeftPanel = /*#__PURE__*/styled__default.div(_templateObject2$N || (_templat
|
|
|
9215
8998
|
var hasImage = _ref3.hasImage;
|
|
9216
8999
|
return hasImage ? '3 / 1 / 4 / 15' : '1 / 1 / 3 / 15';
|
|
9217
9000
|
});
|
|
9218
|
-
var RightPanel = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9219
|
-
var InfoWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9001
|
+
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);
|
|
9002
|
+
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
9003
|
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
9004
|
|
|
9222
9005
|
var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
@@ -9250,10 +9033,10 @@ var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
|
9250
9033
|
var _templateObject$11;
|
|
9251
9034
|
var StreamWrapper = /*#__PURE__*/styled__default.div(_templateObject$11 || (_templateObject$11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h2::selection,\n div::selection {\n color: #1866dc;\n background-color: #fff;\n }\n"])));
|
|
9252
9035
|
|
|
9253
|
-
var _excluded$
|
|
9036
|
+
var _excluded$o = ["link"];
|
|
9254
9037
|
var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
9255
9038
|
var link = _ref.link,
|
|
9256
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
9039
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$o);
|
|
9257
9040
|
var streamLink = link && _extends({}, link, {
|
|
9258
9041
|
color: ThemeColor['base-black'],
|
|
9259
9042
|
bgColor: ThemeColor['base-white']
|
|
@@ -9267,11 +9050,11 @@ var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
|
9267
9050
|
}))));
|
|
9268
9051
|
};
|
|
9269
9052
|
|
|
9270
|
-
var _templateObject$12, _templateObject2$O, _templateObject3$
|
|
9053
|
+
var _templateObject$12, _templateObject2$O, _templateObject3$B, _templateObject4$w, _templateObject5$p, _templateObject6$j, _templateObject7$e, _templateObject8$a, _templateObject9$5, _templateObject0$5, _templateObject1$3;
|
|
9271
9054
|
var Wrapper$5 = /*#__PURE__*/styled__default.section(_templateObject$12 || (_templateObject$12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
9272
9055
|
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$
|
|
9056
|
+
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);
|
|
9057
|
+
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
9058
|
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
9059
|
var theme = _ref.theme;
|
|
9277
9060
|
return theme == exports.ThemeType.Cinema ? '2px solid var(--color-base-light-grey)' : 'none';
|
|
@@ -9289,14 +9072,14 @@ var MainButtonWrapper = /*#__PURE__*/styled__default.div(_templateObject8$a || (
|
|
|
9289
9072
|
return isAdditionalButtonPresent ? '20px' : '0';
|
|
9290
9073
|
});
|
|
9291
9074
|
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(
|
|
9075
|
+
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
9076
|
var theme = _ref5.theme;
|
|
9294
9077
|
return theme == exports.ThemeType.Cinema ? 'var(--color-base-black)' : 'var(--color-base-white)';
|
|
9295
9078
|
}, devices.mobile, function (_ref6) {
|
|
9296
9079
|
var isButtonPresent = _ref6.isButtonPresent;
|
|
9297
9080
|
return isButtonPresent ? '20px' : '0';
|
|
9298
9081
|
});
|
|
9299
|
-
var ContentWrapper$2 = /*#__PURE__*/styled__default.div(
|
|
9082
|
+
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
9083
|
|
|
9301
9084
|
var PageHeadingPromoBadge;
|
|
9302
9085
|
(function (PageHeadingPromoBadge) {
|
|
@@ -9402,10 +9185,12 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9402
9185
|
additionalLink = _ref.additionalLink,
|
|
9403
9186
|
image = _ref.image;
|
|
9404
9187
|
var _useViewport = useViewport(),
|
|
9405
|
-
isMobile = _useViewport.isMobile
|
|
9188
|
+
isMobile = _useViewport.isMobile,
|
|
9189
|
+
hydrated = _useViewport.hydrated;
|
|
9406
9190
|
var showImageButton = !title && !badge && !additionalLink && !isMobile;
|
|
9407
9191
|
var showContentBlock = !!title || !!additionalLink || !!mainLink && isMobile;
|
|
9408
9192
|
var truncatedTitle = title ? truncate(title, TITLE_MAX_LENGTH) : null;
|
|
9193
|
+
if (!hydrated) return null;
|
|
9409
9194
|
return /*#__PURE__*/React__default.createElement(Wrapper$5, {
|
|
9410
9195
|
className: className
|
|
9411
9196
|
}, sponsor && (/*#__PURE__*/React__default.createElement(SponsorWrapper$1, {
|
|
@@ -9453,7 +9238,13 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9453
9238
|
theme: theme,
|
|
9454
9239
|
link: mainLink,
|
|
9455
9240
|
isMobile: isMobile
|
|
9456
|
-
}))))), isMobile && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null,
|
|
9241
|
+
}))))), isMobile && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null, badge && (/*#__PURE__*/React__default.createElement(AdditionalContentWrapper, {
|
|
9242
|
+
isBadgePresent: !!badge
|
|
9243
|
+
}, /*#__PURE__*/React__default.createElement(Badge, {
|
|
9244
|
+
theme: theme,
|
|
9245
|
+
badge: badge,
|
|
9246
|
+
isMobile: isMobile
|
|
9247
|
+
}))), title && (/*#__PURE__*/React__default.createElement(TitleWrapper$3, {
|
|
9457
9248
|
theme: theme,
|
|
9458
9249
|
isButtonPresent: !!mainLink || !!additionalLink
|
|
9459
9250
|
}, /*#__PURE__*/React__default.createElement(HarmonicHeader, {
|
|
@@ -9465,22 +9256,18 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9465
9256
|
theme: theme,
|
|
9466
9257
|
link: mainLink,
|
|
9467
9258
|
isMobile: isMobile
|
|
9468
|
-
}))),
|
|
9259
|
+
}))), !badge && additionalLink && (/*#__PURE__*/React__default.createElement(AdditionalContentWrapper, {
|
|
9469
9260
|
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, {
|
|
9261
|
+
}, /*#__PURE__*/React__default.createElement(AdditionalButtonWrapper, null, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
9475
9262
|
theme: theme,
|
|
9476
9263
|
link: additionalLink
|
|
9477
|
-
})))))))))))
|
|
9264
|
+
})))))))))));
|
|
9478
9265
|
};
|
|
9479
9266
|
|
|
9480
|
-
var _templateObject$13, _templateObject2$P, _templateObject3$
|
|
9267
|
+
var _templateObject$13, _templateObject2$P, _templateObject3$C, _templateObject5$q, _templateObject6$k, _templateObject7$f, _templateObject8$b, _templateObject9$6, _templateObject0$6;
|
|
9481
9268
|
var BrandingTextBlock = /*#__PURE__*/styled__default.div(_templateObject$13 || (_templateObject$13 = /*#__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
9269
|
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$
|
|
9270
|
+
var ComapctHeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$C || (_templateObject3$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n display: block;\n"])));
|
|
9484
9271
|
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
9272
|
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
9273
|
var invert = _ref.invert,
|
|
@@ -9501,7 +9288,7 @@ var CompactHeaderCopyWrapper = /*#__PURE__*/styled__default(Grid)(_templateObjec
|
|
|
9501
9288
|
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
9289
|
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
9290
|
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)(
|
|
9291
|
+
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
9292
|
var invert = _ref5.invert,
|
|
9506
9293
|
theme = _ref5.theme;
|
|
9507
9294
|
return invert ? theme.colors.primary : theme.colors.white;
|
|
@@ -9590,7 +9377,7 @@ var CompactHeaderBranding = function CompactHeaderBranding(_ref) {
|
|
|
9590
9377
|
return /*#__PURE__*/React__default.createElement(CompactHeaderLogoWrapper, null, renderBranding(brandingStyle, invert, brandingText, brandingLink));
|
|
9591
9378
|
};
|
|
9592
9379
|
|
|
9593
|
-
var _excluded$
|
|
9380
|
+
var _excluded$p = ["text"];
|
|
9594
9381
|
var useResponsiveVideo = function useResponsiveVideo(video, poster) {
|
|
9595
9382
|
var mobileVideo = video.mobile || video.desktop;
|
|
9596
9383
|
var desktopVideo = video.desktop || video.mobile;
|
|
@@ -9697,7 +9484,7 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9697
9484
|
semanticLevel = _ref4$semanticLevel === void 0 ? 1 : _ref4$semanticLevel;
|
|
9698
9485
|
var _ref5 = link || {},
|
|
9699
9486
|
linkText = _ref5.text,
|
|
9700
|
-
restLink = _objectWithoutPropertiesLoose(_ref5, _excluded$
|
|
9487
|
+
restLink = _objectWithoutPropertiesLoose(_ref5, _excluded$p);
|
|
9701
9488
|
var titleSize = title && title.length > 20 ? 4 : 3;
|
|
9702
9489
|
var video = {
|
|
9703
9490
|
elementId: 'compact-header-video',
|
|
@@ -9713,9 +9500,7 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9713
9500
|
"data-testid": "compact-sponsor"
|
|
9714
9501
|
}, customSponsorImage ? (/*#__PURE__*/React__default.createElement(Sponsorship, Object.assign({
|
|
9715
9502
|
"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, {
|
|
9503
|
+
}, customSponsorImage))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(CompactHeaderAssetWrapper, null, /*#__PURE__*/React__default.createElement(CompactHeaderVideo, {
|
|
9719
9504
|
video: video,
|
|
9720
9505
|
poster: poster
|
|
9721
9506
|
})), showCopy && (/*#__PURE__*/React__default.createElement(CompactHeaderCopyWrapper, {
|
|
@@ -9735,15 +9520,15 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9735
9520
|
}), linkText))))));
|
|
9736
9521
|
};
|
|
9737
9522
|
|
|
9738
|
-
var _templateObject$14, _templateObject2$Q, _templateObject3$
|
|
9523
|
+
var _templateObject$14, _templateObject2$Q, _templateObject3$D, _templateObject4$x;
|
|
9739
9524
|
var MorePages = /*#__PURE__*/styled__default.span(_templateObject$14 || (_templateObject$14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: not-allowed;\n pointer-events: none;\n"])));
|
|
9740
9525
|
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
9526
|
// PageNumber extends bodyText but uses subtitle-1 font size
|
|
9742
|
-
var PageNumber = /*#__PURE__*/styled__default.a(_templateObject3$
|
|
9527
|
+
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
9528
|
var active = _ref.active;
|
|
9744
9529
|
return active === 'true' && " \n color: var(--base-color-core);\n ";
|
|
9745
9530
|
});
|
|
9746
|
-
var NextPage = /*#__PURE__*/styled__default(PageNumber)(_templateObject4$
|
|
9531
|
+
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
9532
|
|
|
9748
9533
|
var reducePages = function reducePages(pages, currentPage) {
|
|
9749
9534
|
// If there are less than 6 pages, return all pages
|
|
@@ -9809,11 +9594,11 @@ var Pagination = function Pagination(_ref) {
|
|
|
9809
9594
|
})))));
|
|
9810
9595
|
};
|
|
9811
9596
|
|
|
9812
|
-
var _templateObject$15, _templateObject2$R, _templateObject3$
|
|
9597
|
+
var _templateObject$15, _templateObject2$R, _templateObject3$E, _templateObject4$y, _templateObject5$r, _templateObject6$l, _templateObject7$g;
|
|
9813
9598
|
var PeopleListingGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$15 || (_templateObject$15 = /*#__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
9599
|
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$
|
|
9600
|
+
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"])));
|
|
9601
|
+
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
9602
|
var TextWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject5$r || (_templateObject5$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: role-person;\n break-inside: avoid;\n"])));
|
|
9818
9603
|
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
9604
|
var ReplacementWrapper = /*#__PURE__*/styled__default.span(_templateObject7$g || (_templateObject7$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-dark-grey);\n"])));
|
|
@@ -9873,14 +9658,14 @@ var PeopleListing = function PeopleListing(_ref) {
|
|
|
9873
9658
|
}));
|
|
9874
9659
|
};
|
|
9875
9660
|
|
|
9876
|
-
var _templateObject$16, _templateObject2$S, _templateObject3$
|
|
9661
|
+
var _templateObject$16, _templateObject2$S, _templateObject3$F, _templateObject4$z;
|
|
9877
9662
|
var ReplacementWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$16 || (_templateObject$16 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n"])));
|
|
9878
9663
|
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
9664
|
var columnCount = _ref.columnCount;
|
|
9880
9665
|
return "repeat(" + columnCount + ", 1fr)";
|
|
9881
9666
|
}, devices.mobile, devices.tablet);
|
|
9882
|
-
var DescriptionWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9883
|
-
var RoleWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9667
|
+
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"])));
|
|
9668
|
+
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
9669
|
|
|
9885
9670
|
// Get the total character length of a property in an array of objects
|
|
9886
9671
|
var getConcatenatedPropLength = function getConcatenatedPropLength(array, prop) {
|
|
@@ -9998,7 +9783,7 @@ var CreditListing = function CreditListing(_ref) {
|
|
|
9998
9783
|
}, creditEntries);
|
|
9999
9784
|
};
|
|
10000
9785
|
|
|
10001
|
-
var _templateObject$17, _templateObject2$T, _templateObject3$
|
|
9786
|
+
var _templateObject$17, _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
9787
|
var LENGTH_TEXT = 28;
|
|
10003
9788
|
var LENGTH_TEXT_TABLET$1 = 12;
|
|
10004
9789
|
var GridTemplateImageToLeft = "'left left left left left left left left . right right right right right . .'";
|
|
@@ -10016,8 +9801,8 @@ var PromoWithTagsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$17 ||
|
|
|
10016
9801
|
return asCard ? "\n grid-template-areas: " + GridTemplateAsCard + ";\n @media " + devices.tablet + " {\n grid-template-areas: " + GridTemplateAsCardTablet + ";\n }\n " : "";
|
|
10017
9802
|
});
|
|
10018
9803
|
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$
|
|
9804
|
+
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"])));
|
|
9805
|
+
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
9806
|
var hasTextLinks = _ref4.hasTextLinks;
|
|
10022
9807
|
return "margin-top: " + (hasTextLinks ? '0' : '24px') + ";";
|
|
10023
9808
|
}, function (_ref5) {
|
|
@@ -10049,32 +9834,32 @@ var PromoWithTagsAdditionalText = /*#__PURE__*/styled__default(PromoWithTagsText
|
|
|
10049
9834
|
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
9835
|
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
9836
|
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(
|
|
9837
|
+
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);
|
|
9838
|
+
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);
|
|
9839
|
+
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);
|
|
9840
|
+
var PromoWithTagsTypeTags = /*#__PURE__*/styled__default(TypeTags)(_templateObject11$3 || (_templateObject11$3 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9841
|
+
var PromoWithTagsHeader = /*#__PURE__*/styled__default(Header)(_templateObject12$3 || (_templateObject12$3 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9842
|
+
var PromoWithTagsTextLink = /*#__PURE__*/styled__default(TextLink)(_templateObject13$2 || (_templateObject13$2 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9843
|
+
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);
|
|
9844
|
+
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
9845
|
var imageToLeft = _ref8.imageToLeft;
|
|
10061
9846
|
return imageToLeft ? 'left' : 'right';
|
|
10062
9847
|
}, devices.mobile);
|
|
10063
|
-
var PromoWithTagsContentWrapper = /*#__PURE__*/styled__default.div(
|
|
9848
|
+
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
9849
|
var imageToLeft = _ref9.imageToLeft;
|
|
10065
9850
|
return imageToLeft ? 'right' : 'left';
|
|
10066
|
-
}, devices.mobile, function (
|
|
10067
|
-
var hideSection =
|
|
9851
|
+
}, devices.mobile, function (_ref0) {
|
|
9852
|
+
var hideSection = _ref0.hideSection;
|
|
10068
9853
|
return hideSection ? 'none' : 'block';
|
|
10069
|
-
}, function (
|
|
10070
|
-
var asCard =
|
|
9854
|
+
}, function (_ref1) {
|
|
9855
|
+
var asCard = _ref1.asCard;
|
|
10071
9856
|
return asCard && asCardOverrides;
|
|
10072
9857
|
});
|
|
10073
|
-
var PromoWithTagsContainer = /*#__PURE__*/styled__default.div(
|
|
10074
|
-
var TimerWrapper$2 = /*#__PURE__*/styled__default.div(
|
|
10075
|
-
var EndDateText = /*#__PURE__*/styled__default.div(
|
|
9858
|
+
var PromoWithTagsContainer = /*#__PURE__*/styled__default.div(_templateObject17 || (_templateObject17 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h2,\n h3 {\n margin: 0 0 16px;\n }\n"])));
|
|
9859
|
+
var TimerWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject18 || (_templateObject18 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n"])));
|
|
9860
|
+
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
9861
|
|
|
10077
|
-
var _excluded$
|
|
9862
|
+
var _excluded$q = ["text"],
|
|
10078
9863
|
_excluded2$4 = ["text"],
|
|
10079
9864
|
_excluded3 = ["text"];
|
|
10080
9865
|
var _buttonTypeToButton$2;
|
|
@@ -10137,7 +9922,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
10137
9922
|
var _ref2 = firstButton || {},
|
|
10138
9923
|
_ref2$text = _ref2.text,
|
|
10139
9924
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
10140
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
9925
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$q);
|
|
10141
9926
|
var primaryButtonTextTruncate = truncate(firstButtonText, LENGTH_TEXT$1);
|
|
10142
9927
|
var secondButton = links == null ? void 0 : links[1];
|
|
10143
9928
|
var _ref3 = secondButton || {},
|
|
@@ -10250,7 +10035,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
10250
10035
|
}))));
|
|
10251
10036
|
};
|
|
10252
10037
|
|
|
10253
|
-
var _templateObject$18, _templateObject2$U, _templateObject3$
|
|
10038
|
+
var _templateObject$18, _templateObject2$U, _templateObject3$H, _templateObject4$B, _templateObject5$t, _templateObject6$n, _templateObject7$i;
|
|
10254
10039
|
var LENGTH_TEXT$2 = 28;
|
|
10255
10040
|
var LENGTH_TEXT_TABLET$2 = 10;
|
|
10256
10041
|
var PromoWithTitleGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$18 || (_templateObject$18 = /*#__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) {
|
|
@@ -10264,11 +10049,11 @@ var PromoWithTitleImageWrapper = /*#__PURE__*/styled__default.div(_templateObjec
|
|
|
10264
10049
|
var imageToLeft = _ref3.imageToLeft;
|
|
10265
10050
|
return imageToLeft ? 'left' : 'right';
|
|
10266
10051
|
}, devices.mobile);
|
|
10267
|
-
var PromoWithTitleContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10052
|
+
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
10053
|
var imageToLeft = _ref4.imageToLeft;
|
|
10269
10054
|
return imageToLeft ? 'right' : 'left';
|
|
10270
10055
|
}, devices.mobile);
|
|
10271
|
-
var HarmonicHeaderWithWrapper = /*#__PURE__*/styled__default(HarmonicHeader)(_templateObject4$
|
|
10056
|
+
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
10057
|
var HarmonicSubtitleWithWrapper = /*#__PURE__*/styled__default(HarmonicSubtitle)(_templateObject5$t || (_templateObject5$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-wrap: break-word;\n margin-bottom: 16px;\n"])));
|
|
10273
10058
|
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
10059
|
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) {
|
|
@@ -10406,7 +10191,7 @@ var PromoChild = function PromoChild(_ref) {
|
|
|
10406
10191
|
}));
|
|
10407
10192
|
};
|
|
10408
10193
|
|
|
10409
|
-
var _excluded$
|
|
10194
|
+
var _excluded$r = ["text"],
|
|
10410
10195
|
_excluded2$5 = ["text"];
|
|
10411
10196
|
var LENGTH_TEXT$3 = 28;
|
|
10412
10197
|
var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
@@ -10431,7 +10216,7 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
10431
10216
|
var _ref2 = primaryButton || {},
|
|
10432
10217
|
_ref2$text = _ref2.text,
|
|
10433
10218
|
primaryButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
10434
|
-
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
10219
|
+
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2, _excluded$r);
|
|
10435
10220
|
var primaryButtonTextTruncate = truncate(primaryButtonText, LENGTH_TEXT$3);
|
|
10436
10221
|
var tertiaryButton = links == null ? void 0 : links[1];
|
|
10437
10222
|
var _ref3 = tertiaryButton || {},
|
|
@@ -10529,7 +10314,7 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
10529
10314
|
})));
|
|
10530
10315
|
};
|
|
10531
10316
|
|
|
10532
|
-
var _templateObject$1b, _templateObject2$V, _templateObject3$
|
|
10317
|
+
var _templateObject$1b, _templateObject2$V, _templateObject3$I;
|
|
10533
10318
|
var Container$3 = /*#__PURE__*/styled__default.div(_templateObject$1b || (_templateObject$1b = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
10534
10319
|
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
10320
|
var horizontalMode = _ref.horizontalMode;
|
|
@@ -10539,7 +10324,7 @@ var RadioGroup$1 = /*#__PURE__*/styled__default.div(_templateObject2$V || (_temp
|
|
|
10539
10324
|
var gap = _ref2.gap;
|
|
10540
10325
|
return gap + "px";
|
|
10541
10326
|
});
|
|
10542
|
-
var ErrorLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10327
|
+
var ErrorLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$I || (_templateObject3$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 20px;\n color: ", ";\n"])), function (_ref3) {
|
|
10543
10328
|
var darkMode = _ref3.darkMode;
|
|
10544
10329
|
if (darkMode) return 'var(--base-color-white)';
|
|
10545
10330
|
return 'var(--base-color-errorstate)';
|
|
@@ -10616,10 +10401,10 @@ var RadioGroup2 = function RadioGroup2(_ref) {
|
|
|
10616
10401
|
}, error))));
|
|
10617
10402
|
};
|
|
10618
10403
|
|
|
10619
|
-
var _templateObject$1c, _templateObject2$W, _templateObject3$
|
|
10404
|
+
var _templateObject$1c, _templateObject2$W, _templateObject3$J;
|
|
10620
10405
|
var StatusBannerWrapper = /*#__PURE__*/styled__default.div(_templateObject$1c || (_templateObject$1c = /*#__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
10406
|
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$
|
|
10407
|
+
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
10408
|
|
|
10624
10409
|
/* eslint-disable react/no-danger */
|
|
10625
10410
|
var StatusBanner = function StatusBanner(_ref) {
|
|
@@ -10704,7 +10489,7 @@ var SectionTitle = function SectionTitle(_ref) {
|
|
|
10704
10489
|
}, description)))));
|
|
10705
10490
|
};
|
|
10706
10491
|
|
|
10707
|
-
var _templateObject$1e, _templateObject2$X, _templateObject3$
|
|
10492
|
+
var _templateObject$1e, _templateObject2$X, _templateObject3$K, _templateObject4$C, _templateObject5$u, _templateObject6$o, _templateObject7$j, _templateObject8$d, _templateObject9$8, _templateObject0$8, _templateObject1$5;
|
|
10708
10493
|
var stateStyles = /*#__PURE__*/styled.css(_templateObject$1e || (_templateObject$1e = /*#__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
10494
|
var theme = _ref.theme;
|
|
10710
10495
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
@@ -10719,8 +10504,8 @@ var borderStyles = /*#__PURE__*/styled.css(_templateObject2$X || (_templateObjec
|
|
|
10719
10504
|
var theme = _ref4.theme;
|
|
10720
10505
|
return theme.colors.darkgrey;
|
|
10721
10506
|
});
|
|
10722
|
-
var noMarginAndPaddingStyles = /*#__PURE__*/styled.css(_templateObject3$
|
|
10723
|
-
var listItemStyles = /*#__PURE__*/styled.css(_templateObject4$
|
|
10507
|
+
var noMarginAndPaddingStyles = /*#__PURE__*/styled.css(_templateObject3$K || (_templateObject3$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding: 0;\n"])));
|
|
10508
|
+
var listItemStyles = /*#__PURE__*/styled.css(_templateObject4$C || (_templateObject4$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n list-style: none;\n user-select: none;\n"])));
|
|
10724
10509
|
var ArrowIcon = /*#__PURE__*/styled__default(Icon).attrs(function (_ref5) {
|
|
10725
10510
|
var theme = _ref5.theme;
|
|
10726
10511
|
return {
|
|
@@ -10742,9 +10527,9 @@ var Option = /*#__PURE__*/styled__default.li(_templateObject9$8 || (_templateObj
|
|
|
10742
10527
|
return "\n background-color: " + lightgrey + ";\n &:hover { background-color: " + midgrey + " }\n ";
|
|
10743
10528
|
});
|
|
10744
10529
|
var selectStyles = function selectStyles(width, height) {
|
|
10745
|
-
return styled.css(
|
|
10530
|
+
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
10531
|
};
|
|
10747
|
-
var SelectList = /*#__PURE__*/styled__default.ul(
|
|
10532
|
+
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
10533
|
var width = _ref7.width,
|
|
10749
10534
|
height = _ref7.height;
|
|
10750
10535
|
return selectStyles(width === 'default' ? "354px" : width + "px", height === 'default' ? "48px" : height + "px");
|
|
@@ -11085,7 +10870,7 @@ function Select(_ref3) {
|
|
|
11085
10870
|
})))), /*#__PURE__*/React__default.createElement(ArrowIcon, null)));
|
|
11086
10871
|
}
|
|
11087
10872
|
|
|
11088
|
-
var _templateObject$1f, _templateObject2$Y, _templateObject3$
|
|
10873
|
+
var _templateObject$1f, _templateObject2$Y, _templateObject3$L, _templateObject4$D;
|
|
11089
10874
|
var Container$4 = /*#__PURE__*/styled__default.div(_templateObject$1f || (_templateObject$1f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
11090
10875
|
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
10876
|
var width = _ref.width;
|
|
@@ -11104,18 +10889,18 @@ var SelectWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject2$Y || (_t
|
|
|
11104
10889
|
if (darkMode) return "0 0 0 4px var(--base-color-lemonchiffon)";
|
|
11105
10890
|
return "0 0 0 3px var(--base-color-lapislazuli)";
|
|
11106
10891
|
});
|
|
11107
|
-
var TextLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10892
|
+
var TextLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$L || (_templateObject3$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0 0 20px;\n color: ", ";\n"])), function (_ref5) {
|
|
11108
10893
|
var darkMode = _ref5.darkMode;
|
|
11109
10894
|
if (darkMode) return "var(--base-color-white)";
|
|
11110
10895
|
return "var(--base-color-black)";
|
|
11111
10896
|
});
|
|
11112
|
-
var ErrorLabel$5 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
10897
|
+
var ErrorLabel$5 = /*#__PURE__*/styled__default.div(_templateObject4$D || (_templateObject4$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 20px 0 0;\n color: ", ";\n"])), function (_ref6) {
|
|
11113
10898
|
var darkMode = _ref6.darkMode;
|
|
11114
10899
|
if (darkMode) return "var(--base-color-white)";
|
|
11115
10900
|
return "var(--base-color-errorstate)";
|
|
11116
10901
|
});
|
|
11117
10902
|
|
|
11118
|
-
var _excluded$
|
|
10903
|
+
var _excluded$s = ["label", "error", "width", "darkMode", "isSearchable", "components"];
|
|
11119
10904
|
var DropdownIndicator = function DropdownIndicator(props) {
|
|
11120
10905
|
return /*#__PURE__*/React__default.createElement(Select$1.components.DropdownIndicator, Object.assign({}, props), /*#__PURE__*/React__default.createElement(Icon, {
|
|
11121
10906
|
iconName: "DropdownArrow"
|
|
@@ -11166,7 +10951,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
11166
10951
|
_ref2$isSearchable = _ref2.isSearchable,
|
|
11167
10952
|
isSearchable = _ref2$isSearchable === void 0 ? false : _ref2$isSearchable,
|
|
11168
10953
|
components = _ref2.components,
|
|
11169
|
-
selectProps = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
10954
|
+
selectProps = _objectWithoutPropertiesLoose(_ref2, _excluded$s);
|
|
11170
10955
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
11171
10956
|
label: label,
|
|
11172
10957
|
error: error,
|
|
@@ -11184,7 +10969,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
11184
10969
|
})));
|
|
11185
10970
|
};
|
|
11186
10971
|
|
|
11187
|
-
var _excluded$
|
|
10972
|
+
var _excluded$t = ["label", "error", "width", "darkMode", "components"];
|
|
11188
10973
|
/**
|
|
11189
10974
|
* The Select2Async component is similar to Select 2, but uses react-select async
|
|
11190
10975
|
* component for select instead of regular react-select component. This can be used
|
|
@@ -11206,7 +10991,7 @@ var SelectComponent$1 = function SelectComponent(_ref) {
|
|
|
11206
10991
|
_ref$darkMode = _ref.darkMode,
|
|
11207
10992
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
11208
10993
|
components = _ref.components,
|
|
11209
|
-
selectProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
10994
|
+
selectProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
|
|
11210
10995
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
11211
10996
|
label: label,
|
|
11212
10997
|
error: error,
|
|
@@ -11268,13 +11053,13 @@ var ImageWithCaption = function ImageWithCaption(_ref) {
|
|
|
11268
11053
|
})), caption && /*#__PURE__*/React__default.createElement(CaptionWrapper, null, caption));
|
|
11269
11054
|
};
|
|
11270
11055
|
|
|
11271
|
-
var _templateObject$1h, _templateObject2$_, _templateObject3$
|
|
11056
|
+
var _templateObject$1h, _templateObject2$_, _templateObject3$M;
|
|
11272
11057
|
var TextWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h4 {\n margin: 0;\n }\n"])));
|
|
11273
11058
|
var AttributionWrapper = /*#__PURE__*/styled__default.div(_templateObject2$_ || (_templateObject2$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n"])), function (_ref) {
|
|
11274
11059
|
var displayAttribution = _ref.displayAttribution;
|
|
11275
11060
|
return "display: " + (displayAttribution ? 'block' : 'none') + ";";
|
|
11276
11061
|
});
|
|
11277
|
-
var Line$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
11062
|
+
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
11063
|
|
|
11279
11064
|
/* eslint-disable react/no-danger */
|
|
11280
11065
|
var Quote = function Quote(_ref) {
|
|
@@ -11299,11 +11084,11 @@ var Quote = function Quote(_ref) {
|
|
|
11299
11084
|
}, attribution))));
|
|
11300
11085
|
};
|
|
11301
11086
|
|
|
11302
|
-
var _templateObject$1i, _templateObject2$$, _templateObject3$
|
|
11087
|
+
var _templateObject$1i, _templateObject2$$, _templateObject3$N, _templateObject4$E, _templateObject5$v, _templateObject6$p;
|
|
11303
11088
|
var CardContainer$1 = /*#__PURE__*/styled__default.div(_templateObject$1i || (_templateObject$1i = /*#__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
11089
|
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$
|
|
11090
|
+
var StyledImage = /*#__PURE__*/styled__default.img(_templateObject3$N || (_templateObject3$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: 1px solid var(--base-color-white);\n"])));
|
|
11091
|
+
var ImageWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$E || (_templateObject4$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
11307
11092
|
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
11093
|
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
11094
|
|
|
@@ -11343,14 +11128,14 @@ var MiniCard = function MiniCard(_ref) {
|
|
|
11343
11128
|
}, title)))));
|
|
11344
11129
|
};
|
|
11345
11130
|
|
|
11346
|
-
var _templateObject$1j, _templateObject2$10, _templateObject3$
|
|
11131
|
+
var _templateObject$1j, _templateObject2$10, _templateObject3$O, _templateObject4$F, _templateObject5$w;
|
|
11347
11132
|
var ReadMoreContainer = /*#__PURE__*/styled__default.div(_templateObject$1j || (_templateObject$1j = /*#__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
11133
|
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$
|
|
11134
|
+
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
11135
|
var isVisible = _ref.isVisible;
|
|
11351
11136
|
return isVisible ? 'visible' : 'hidden';
|
|
11352
11137
|
});
|
|
11353
|
-
var IntroTextContainer = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11138
|
+
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
11139
|
var isVisible = _ref2.isVisible;
|
|
11355
11140
|
return isVisible ? 'visible' : 'hidden';
|
|
11356
11141
|
});
|
|
@@ -11435,11 +11220,11 @@ var ReadMore = function ReadMore(_ref) {
|
|
|
11435
11220
|
}, isFullTextOpen ? "" + hideText : "" + showMoreText))));
|
|
11436
11221
|
};
|
|
11437
11222
|
|
|
11438
|
-
var _templateObject$1k, _templateObject2$11, _templateObject3$
|
|
11223
|
+
var _templateObject$1k, _templateObject2$11, _templateObject3$P, _templateObject4$G, _templateObject5$x;
|
|
11439
11224
|
var MenuContainer$2 = /*#__PURE__*/styled__default.nav(_templateObject$1k || (_templateObject$1k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding: 0;\n margin: 0;\n"])));
|
|
11440
11225
|
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$
|
|
11226
|
+
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);
|
|
11227
|
+
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
11228
|
var isActive = _ref.isActive;
|
|
11444
11229
|
return isActive ? "var(--base-color-" + exports.Colors.MidGrey + ")" : 'none';
|
|
11445
11230
|
}, exports.Colors.MidGrey);
|
|
@@ -11599,14 +11384,14 @@ var AuxiliaryNav = function AuxiliaryNav(_ref6) {
|
|
|
11599
11384
|
});
|
|
11600
11385
|
};
|
|
11601
11386
|
|
|
11602
|
-
var _templateObject$1l, _templateObject2$12, _templateObject3$
|
|
11387
|
+
var _templateObject$1l, _templateObject2$12, _templateObject3$Q, _templateObject4$H, _templateObject5$y, _templateObject6$q;
|
|
11603
11388
|
var Container$5 = /*#__PURE__*/styled__default.div(_templateObject$1l || (_templateObject$1l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 10px;\n"])));
|
|
11604
11389
|
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$
|
|
11390
|
+
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
11391
|
var color = _ref.color;
|
|
11607
11392
|
return "var(--base-color-" + color + ")";
|
|
11608
11393
|
});
|
|
11609
|
-
var BottomLine = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11394
|
+
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
11395
|
var Text = /*#__PURE__*/styled__default.div(_templateObject5$y || (_templateObject5$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
11611
11396
|
var color = _ref2.color;
|
|
11612
11397
|
return "var(--base-color-" + color + ")";
|
|
@@ -11693,11 +11478,11 @@ var PasswordStrength = function PasswordStrength(_ref) {
|
|
|
11693
11478
|
}, strengthLabel))));
|
|
11694
11479
|
};
|
|
11695
11480
|
|
|
11696
|
-
var _templateObject$1m, _templateObject2$13, _templateObject3$
|
|
11481
|
+
var _templateObject$1m, _templateObject2$13, _templateObject3$R, _templateObject4$I, _templateObject5$z, _templateObject6$r, _templateObject7$k, _templateObject8$e, _templateObject9$9, _templateObject0$9;
|
|
11697
11482
|
var TableContainer = /*#__PURE__*/styled__default.table(_templateObject$1m || (_templateObject$1m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-collapse: collapse;\n"])));
|
|
11698
11483
|
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$
|
|
11484
|
+
var Wrapper$8 = /*#__PURE__*/styled__default.div(_templateObject3$R || (_templateObject3$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
11485
|
+
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
11486
|
return "var(--base-color-" + props.lineColor + ")";
|
|
11702
11487
|
}, function (props) {
|
|
11703
11488
|
return "calc(100% / " + (props.columns - 1) + ")";
|
|
@@ -11714,7 +11499,7 @@ var PageNumber$1 = /*#__PURE__*/styled__default.button(_templateObject7$k || (_t
|
|
|
11714
11499
|
});
|
|
11715
11500
|
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
11501
|
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(
|
|
11502
|
+
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
11503
|
|
|
11719
11504
|
/* eslint-disable react/no-danger */
|
|
11720
11505
|
var Content = function Content(_ref) {
|
|
@@ -11897,7 +11682,7 @@ var Table = function Table(_ref) {
|
|
|
11897
11682
|
}))))))))));
|
|
11898
11683
|
};
|
|
11899
11684
|
|
|
11900
|
-
var _templateObject$1n, _templateObject2$14, _templateObject3$
|
|
11685
|
+
var _templateObject$1n, _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;
|
|
11901
11686
|
var Wrapper$9 = /*#__PURE__*/styled__default('div')(_templateObject$1n || (_templateObject$1n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n border-top: 4px solid ", ";\n border-bottom: 4px solid ", ";\n"])), function (_ref) {
|
|
11902
11687
|
var theme = _ref.theme;
|
|
11903
11688
|
return "var(--color-" + theme + ")";
|
|
@@ -11906,23 +11691,23 @@ var Wrapper$9 = /*#__PURE__*/styled__default('div')(_templateObject$1n || (_temp
|
|
|
11906
11691
|
return "var(--color-" + theme + ")";
|
|
11907
11692
|
});
|
|
11908
11693
|
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$
|
|
11694
|
+
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);
|
|
11695
|
+
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
11696
|
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
11697
|
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
11698
|
var ServerError = /*#__PURE__*/styled__default.div(_templateObject7$l || (_templateObject7$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: left;\n color: var(--color-base-errorstate);\n"])));
|
|
11914
11699
|
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
11700
|
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(
|
|
11701
|
+
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);
|
|
11702
|
+
var MessageWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject1$6 || (_templateObject1$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n div > p {\n margin: 0;\n }\n"])));
|
|
11703
|
+
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"])));
|
|
11704
|
+
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
11705
|
var _ref3$isOpen = _ref3.isOpen,
|
|
11921
11706
|
isOpen = _ref3$isOpen === void 0 ? false : _ref3$isOpen;
|
|
11922
11707
|
return isOpen ? '180deg' : '0deg';
|
|
11923
11708
|
});
|
|
11924
|
-
var HiddenInstructions = /*#__PURE__*/styled__default.div(
|
|
11925
|
-
var SignUpHeader = /*#__PURE__*/styled__default(Grid)(
|
|
11709
|
+
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"])));
|
|
11710
|
+
var SignUpHeader = /*#__PURE__*/styled__default(Grid)(_templateObject13$3 || (_templateObject13$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 1 / -1;\n row-gap: 0;\n"])));
|
|
11926
11711
|
|
|
11927
11712
|
var themeToColor = function themeToColor(theme) {
|
|
11928
11713
|
switch (theme) {
|
|
@@ -11954,6 +11739,7 @@ var SignUpTitle = function SignUpTitle(_ref) {
|
|
|
11954
11739
|
}, title)));
|
|
11955
11740
|
};
|
|
11956
11741
|
|
|
11742
|
+
/* eslint-disable react/no-danger */
|
|
11957
11743
|
var SignUpMessage = function SignUpMessage(_ref) {
|
|
11958
11744
|
var message = _ref.message,
|
|
11959
11745
|
_ref$withDropdown = _ref.withDropdown,
|
|
@@ -12033,9 +11819,12 @@ var SignUpFormButton = function SignUpFormButton(_ref) {
|
|
|
12033
11819
|
onKeyDown: onKeyDownHandler
|
|
12034
11820
|
};
|
|
12035
11821
|
if (theme === exports.ThemeType.Core) {
|
|
12036
|
-
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps
|
|
11822
|
+
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps, {
|
|
11823
|
+
role: "button"
|
|
11824
|
+
}), BUTTON_TEXT);
|
|
12037
11825
|
}
|
|
12038
11826
|
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps, {
|
|
11827
|
+
role: "button",
|
|
12039
11828
|
textColor: ThemeColor['base-white'],
|
|
12040
11829
|
backgroundColor: ThemeColor['base-black'],
|
|
12041
11830
|
hoveredColor: ThemeColor['black-hovered'],
|
|
@@ -12317,10 +12106,10 @@ var SignUpFormComponent = function SignUpFormComponent(_ref) {
|
|
|
12317
12106
|
}))))));
|
|
12318
12107
|
};
|
|
12319
12108
|
|
|
12320
|
-
var _templateObject$1o, _templateObject3$
|
|
12109
|
+
var _templateObject$1o, _templateObject3$T, _templateObject4$K;
|
|
12321
12110
|
var AnchorBarContainer = /*#__PURE__*/styled__default(Grid)(_templateObject$1o || (_templateObject$1o = /*#__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);
|
|
12322
|
-
var CloseButtonWrapper = /*#__PURE__*/styled__default.a(_templateObject3$
|
|
12323
|
-
var ContentWrapper$3 = /*#__PURE__*/styled__default.a(_templateObject4$
|
|
12111
|
+
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);
|
|
12112
|
+
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
12113
|
|
|
12325
12114
|
var AnchorBar = function AnchorBar(_ref) {
|
|
12326
12115
|
var cta = _ref.cta,
|
|
@@ -12445,7 +12234,6 @@ var SwipeCarousel = function SwipeCarousel(_ref2) {
|
|
|
12445
12234
|
}));
|
|
12446
12235
|
};
|
|
12447
12236
|
|
|
12448
|
-
var TYPOGRAPHY_CLASS_NAME = 'highlight-carousel-text';
|
|
12449
12237
|
var HighlightsCarousel = function HighlightsCarousel(_ref) {
|
|
12450
12238
|
var logo = _ref.logo,
|
|
12451
12239
|
carouselTitle = _ref.carouselTitle,
|
|
@@ -12574,11 +12362,11 @@ var HarmonicThemeProvider = function HarmonicThemeProvider(_ref) {
|
|
|
12574
12362
|
return themedChildren.length === 1 ? themedChildren[0] : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, themedChildren);
|
|
12575
12363
|
};
|
|
12576
12364
|
|
|
12577
|
-
var _excluded$
|
|
12365
|
+
var _excluded$u = ["logo", "slides"];
|
|
12578
12366
|
var HighlightsCinema = function HighlightsCinema(_ref) {
|
|
12579
12367
|
var logo = _ref.logo,
|
|
12580
12368
|
slides = _ref.slides,
|
|
12581
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12369
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$u);
|
|
12582
12370
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12583
12371
|
var links = processSlideLinks(slide.links);
|
|
12584
12372
|
return _extends({}, slide, {
|
|
@@ -12595,10 +12383,10 @@ var HighlightsCinema = function HighlightsCinema(_ref) {
|
|
|
12595
12383
|
})));
|
|
12596
12384
|
};
|
|
12597
12385
|
|
|
12598
|
-
var _excluded$
|
|
12386
|
+
var _excluded$v = ["slides"];
|
|
12599
12387
|
var HighlightsCore = function HighlightsCore(_ref) {
|
|
12600
12388
|
var slides = _ref.slides,
|
|
12601
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12389
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$v);
|
|
12602
12390
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12603
12391
|
var links = processSlideLinks(slide.links);
|
|
12604
12392
|
return _extends({}, slide, {
|
|
@@ -12612,11 +12400,11 @@ var HighlightsCore = function HighlightsCore(_ref) {
|
|
|
12612
12400
|
})));
|
|
12613
12401
|
};
|
|
12614
12402
|
|
|
12615
|
-
var _excluded$
|
|
12403
|
+
var _excluded$w = ["logo", "slides"];
|
|
12616
12404
|
var HighlightsStream = function HighlightsStream(_ref) {
|
|
12617
12405
|
var logo = _ref.logo,
|
|
12618
12406
|
slides = _ref.slides,
|
|
12619
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12407
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$w);
|
|
12620
12408
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12621
12409
|
var links = processSlideLinks(slide.links);
|
|
12622
12410
|
return _extends({}, slide, {
|
|
@@ -12633,9 +12421,9 @@ var HighlightsStream = function HighlightsStream(_ref) {
|
|
|
12633
12421
|
})));
|
|
12634
12422
|
};
|
|
12635
12423
|
|
|
12636
|
-
var _templateObject$1p, _templateObject3$
|
|
12424
|
+
var _templateObject$1p, _templateObject3$U;
|
|
12637
12425
|
var CarouselWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$1p || (_templateObject$1p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n user-select: none;\n display: flex;\n\n .swipe-slide {\n width: 100%;\n }\n"])));
|
|
12638
|
-
var ButtonsWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
12426
|
+
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
12427
|
|
|
12640
12428
|
var MinimalCarousel = function MinimalCarousel(_ref) {
|
|
12641
12429
|
var children = _ref.children;
|
|
@@ -12698,483 +12486,489 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
12698
12486
|
}, function (_ref9) {
|
|
12699
12487
|
var theme = _ref9.theme;
|
|
12700
12488
|
return theme.colors.lightgrey;
|
|
12489
|
+
}, function (_ref0) {
|
|
12490
|
+
var theme = _ref0.theme;
|
|
12491
|
+
return theme.colors.error;
|
|
12492
|
+
}, function (_ref1) {
|
|
12493
|
+
var theme = _ref1.theme;
|
|
12494
|
+
return theme.colors.medium;
|
|
12701
12495
|
}, function (_ref10) {
|
|
12702
12496
|
var theme = _ref10.theme;
|
|
12703
|
-
return theme.colors.
|
|
12497
|
+
return theme.colors.good;
|
|
12704
12498
|
}, function (_ref11) {
|
|
12705
12499
|
var theme = _ref11.theme;
|
|
12706
|
-
return theme.colors.
|
|
12500
|
+
return theme.colors.darkgrey;
|
|
12707
12501
|
}, function (_ref12) {
|
|
12708
12502
|
var theme = _ref12.theme;
|
|
12709
|
-
return theme.colors.
|
|
12503
|
+
return theme.colors.midgrey;
|
|
12710
12504
|
}, function (_ref13) {
|
|
12711
12505
|
var theme = _ref13.theme;
|
|
12712
|
-
return theme.colors.
|
|
12506
|
+
return theme.colors.lightgrey;
|
|
12713
12507
|
}, function (_ref14) {
|
|
12714
12508
|
var theme = _ref14.theme;
|
|
12715
|
-
return theme.colors.
|
|
12509
|
+
return theme.colors.error;
|
|
12716
12510
|
}, function (_ref15) {
|
|
12717
12511
|
var theme = _ref15.theme;
|
|
12718
|
-
return theme.colors.
|
|
12512
|
+
return theme.colors.medium;
|
|
12719
12513
|
}, function (_ref16) {
|
|
12720
12514
|
var theme = _ref16.theme;
|
|
12721
|
-
return theme.colors.
|
|
12515
|
+
return theme.colors.good;
|
|
12722
12516
|
}, function (_ref17) {
|
|
12723
12517
|
var theme = _ref17.theme;
|
|
12724
|
-
return theme.colors.
|
|
12518
|
+
return theme.colors.progress;
|
|
12725
12519
|
}, function (_ref18) {
|
|
12726
12520
|
var theme = _ref18.theme;
|
|
12727
|
-
return theme.colors.
|
|
12521
|
+
return theme.colors.navigation;
|
|
12728
12522
|
}, function (_ref19) {
|
|
12729
12523
|
var theme = _ref19.theme;
|
|
12730
|
-
return theme.colors.
|
|
12524
|
+
return theme.colors.lapisLazuli;
|
|
12731
12525
|
}, function (_ref20) {
|
|
12732
12526
|
var theme = _ref20.theme;
|
|
12733
|
-
return theme.colors.
|
|
12527
|
+
return theme.colors.lemonChiffon;
|
|
12734
12528
|
}, function (_ref21) {
|
|
12735
12529
|
var theme = _ref21.theme;
|
|
12736
|
-
return theme.
|
|
12530
|
+
return theme.spacing[12];
|
|
12737
12531
|
}, function (_ref22) {
|
|
12738
12532
|
var theme = _ref22.theme;
|
|
12739
|
-
return theme.
|
|
12533
|
+
return theme.fonts.desktop.lineHeights.buttons;
|
|
12740
12534
|
}, function (_ref23) {
|
|
12741
12535
|
var theme = _ref23.theme;
|
|
12742
|
-
return theme.
|
|
12536
|
+
return theme.buttons.paddingX;
|
|
12743
12537
|
}, function (_ref24) {
|
|
12744
12538
|
var theme = _ref24.theme;
|
|
12745
|
-
return theme.
|
|
12539
|
+
return theme.buttons.paddingY;
|
|
12746
12540
|
}, function (_ref25) {
|
|
12747
12541
|
var theme = _ref25.theme;
|
|
12748
|
-
return theme.buttons.
|
|
12542
|
+
return theme.buttons.paddingYIcon;
|
|
12749
12543
|
}, function (_ref26) {
|
|
12750
12544
|
var theme = _ref26.theme;
|
|
12751
|
-
return theme.buttons.
|
|
12545
|
+
return theme.buttons.iconMargin;
|
|
12752
12546
|
}, function (_ref27) {
|
|
12753
12547
|
var theme = _ref27.theme;
|
|
12754
|
-
return theme.buttons.
|
|
12548
|
+
return theme.buttons.iconWidth;
|
|
12755
12549
|
}, function (_ref28) {
|
|
12756
12550
|
var theme = _ref28.theme;
|
|
12757
|
-
return theme.buttons.
|
|
12551
|
+
return theme.buttons.iconHeight;
|
|
12758
12552
|
}, function (_ref29) {
|
|
12759
12553
|
var theme = _ref29.theme;
|
|
12760
|
-
return theme.buttons
|
|
12554
|
+
return theme.fonts.desktop.sizes.buttons;
|
|
12761
12555
|
}, function (_ref30) {
|
|
12762
12556
|
var theme = _ref30.theme;
|
|
12763
|
-
return theme.buttons
|
|
12557
|
+
return theme.fonts.desktop.weights.buttons;
|
|
12764
12558
|
}, function (_ref31) {
|
|
12765
12559
|
var theme = _ref31.theme;
|
|
12766
|
-
return theme.fonts.desktop.sizes.
|
|
12560
|
+
return theme.fonts.desktop.sizes.headers[1];
|
|
12767
12561
|
}, function (_ref32) {
|
|
12768
12562
|
var theme = _ref32.theme;
|
|
12769
|
-
return theme.fonts.desktop.weights.
|
|
12563
|
+
return theme.fonts.desktop.weights.headers[1];
|
|
12770
12564
|
}, function (_ref33) {
|
|
12771
12565
|
var theme = _ref33.theme;
|
|
12772
|
-
return theme.fonts.desktop.
|
|
12566
|
+
return theme.fonts.desktop.letterSpacing.headers[1];
|
|
12773
12567
|
}, function (_ref34) {
|
|
12774
12568
|
var theme = _ref34.theme;
|
|
12775
|
-
return theme.fonts.desktop.
|
|
12569
|
+
return theme.fonts.desktop.lineHeights.headers[1];
|
|
12776
12570
|
}, function (_ref35) {
|
|
12777
12571
|
var theme = _ref35.theme;
|
|
12778
|
-
return theme.fonts.desktop.
|
|
12572
|
+
return theme.fonts.desktop.margins.headers[1];
|
|
12779
12573
|
}, function (_ref36) {
|
|
12780
12574
|
var theme = _ref36.theme;
|
|
12781
|
-
return theme.fonts.desktop.
|
|
12575
|
+
return theme.fonts.desktop.sizes.headers[2];
|
|
12782
12576
|
}, function (_ref37) {
|
|
12783
12577
|
var theme = _ref37.theme;
|
|
12784
|
-
return theme.fonts.desktop.
|
|
12578
|
+
return theme.fonts.desktop.weights.headers[2];
|
|
12785
12579
|
}, function (_ref38) {
|
|
12786
12580
|
var theme = _ref38.theme;
|
|
12787
|
-
return theme.fonts.desktop.
|
|
12581
|
+
return theme.fonts.desktop.letterSpacing.headers[2];
|
|
12788
12582
|
}, function (_ref39) {
|
|
12789
12583
|
var theme = _ref39.theme;
|
|
12790
|
-
return theme.fonts.desktop.
|
|
12584
|
+
return theme.fonts.desktop.lineHeights.headers[2];
|
|
12791
12585
|
}, function (_ref40) {
|
|
12792
12586
|
var theme = _ref40.theme;
|
|
12793
|
-
return theme.fonts.desktop.
|
|
12587
|
+
return theme.fonts.desktop.margins.headers[2];
|
|
12794
12588
|
}, function (_ref41) {
|
|
12795
12589
|
var theme = _ref41.theme;
|
|
12796
|
-
return theme.fonts.desktop.
|
|
12590
|
+
return theme.fonts.desktop.sizes.headers[3];
|
|
12797
12591
|
}, function (_ref42) {
|
|
12798
12592
|
var theme = _ref42.theme;
|
|
12799
|
-
return theme.fonts.desktop.
|
|
12593
|
+
return theme.fonts.desktop.weights.headers[3];
|
|
12800
12594
|
}, function (_ref43) {
|
|
12801
12595
|
var theme = _ref43.theme;
|
|
12802
|
-
return theme.fonts.desktop.
|
|
12596
|
+
return theme.fonts.desktop.letterSpacing.headers[3];
|
|
12803
12597
|
}, function (_ref44) {
|
|
12804
12598
|
var theme = _ref44.theme;
|
|
12805
|
-
return theme.fonts.desktop.
|
|
12599
|
+
return theme.fonts.desktop.lineHeights.headers[3];
|
|
12806
12600
|
}, function (_ref45) {
|
|
12807
12601
|
var theme = _ref45.theme;
|
|
12808
|
-
return theme.fonts.desktop.
|
|
12602
|
+
return theme.fonts.desktop.margins.headers[3];
|
|
12809
12603
|
}, function (_ref46) {
|
|
12810
12604
|
var theme = _ref46.theme;
|
|
12811
|
-
return theme.fonts.desktop.
|
|
12605
|
+
return theme.fonts.desktop.sizes.headers[4];
|
|
12812
12606
|
}, function (_ref47) {
|
|
12813
12607
|
var theme = _ref47.theme;
|
|
12814
|
-
return theme.fonts.desktop.
|
|
12608
|
+
return theme.fonts.desktop.weights.headers[4];
|
|
12815
12609
|
}, function (_ref48) {
|
|
12816
12610
|
var theme = _ref48.theme;
|
|
12817
|
-
return theme.fonts.desktop.
|
|
12611
|
+
return theme.fonts.desktop.letterSpacing.headers[4];
|
|
12818
12612
|
}, function (_ref49) {
|
|
12819
12613
|
var theme = _ref49.theme;
|
|
12820
|
-
return theme.fonts.desktop.
|
|
12614
|
+
return theme.fonts.desktop.lineHeights.headers[4];
|
|
12821
12615
|
}, function (_ref50) {
|
|
12822
12616
|
var theme = _ref50.theme;
|
|
12823
|
-
return theme.fonts.desktop.
|
|
12617
|
+
return theme.fonts.desktop.margins.headers[4];
|
|
12824
12618
|
}, function (_ref51) {
|
|
12825
12619
|
var theme = _ref51.theme;
|
|
12826
|
-
return theme.fonts.desktop.
|
|
12620
|
+
return theme.fonts.desktop.sizes.headers[5];
|
|
12827
12621
|
}, function (_ref52) {
|
|
12828
12622
|
var theme = _ref52.theme;
|
|
12829
|
-
return theme.fonts.desktop.
|
|
12623
|
+
return theme.fonts.desktop.weights.headers[5];
|
|
12830
12624
|
}, function (_ref53) {
|
|
12831
12625
|
var theme = _ref53.theme;
|
|
12832
|
-
return theme.fonts.desktop.
|
|
12626
|
+
return theme.fonts.desktop.letterSpacing.headers[5];
|
|
12833
12627
|
}, function (_ref54) {
|
|
12834
12628
|
var theme = _ref54.theme;
|
|
12835
|
-
return theme.fonts.desktop.
|
|
12629
|
+
return theme.fonts.desktop.lineHeights.headers[5];
|
|
12836
12630
|
}, function (_ref55) {
|
|
12837
12631
|
var theme = _ref55.theme;
|
|
12838
|
-
return theme.fonts.desktop.
|
|
12632
|
+
return theme.fonts.desktop.margins.headers[5];
|
|
12839
12633
|
}, function (_ref56) {
|
|
12840
12634
|
var theme = _ref56.theme;
|
|
12841
|
-
return theme.fonts.desktop.
|
|
12635
|
+
return theme.fonts.desktop.sizes.headers[6];
|
|
12842
12636
|
}, function (_ref57) {
|
|
12843
12637
|
var theme = _ref57.theme;
|
|
12844
|
-
return theme.fonts.desktop.
|
|
12638
|
+
return theme.fonts.desktop.weights.headers[6];
|
|
12845
12639
|
}, function (_ref58) {
|
|
12846
12640
|
var theme = _ref58.theme;
|
|
12847
|
-
return theme.fonts.desktop.
|
|
12641
|
+
return theme.fonts.desktop.letterSpacing.headers[6];
|
|
12848
12642
|
}, function (_ref59) {
|
|
12849
12643
|
var theme = _ref59.theme;
|
|
12850
|
-
return theme.fonts.desktop.
|
|
12644
|
+
return theme.fonts.desktop.lineHeights.headers[6];
|
|
12851
12645
|
}, function (_ref60) {
|
|
12852
12646
|
var theme = _ref60.theme;
|
|
12853
|
-
return theme.fonts.desktop.
|
|
12647
|
+
return theme.fonts.desktop.margins.headers[6];
|
|
12854
12648
|
}, function (_ref61) {
|
|
12855
12649
|
var theme = _ref61.theme;
|
|
12856
|
-
return theme.fonts.desktop.
|
|
12650
|
+
return theme.fonts.desktop.sizes.altHeaders[3];
|
|
12857
12651
|
}, function (_ref62) {
|
|
12858
12652
|
var theme = _ref62.theme;
|
|
12859
|
-
return theme.fonts.desktop.
|
|
12653
|
+
return theme.fonts.desktop.weights.altHeaders[3];
|
|
12860
12654
|
}, function (_ref63) {
|
|
12861
12655
|
var theme = _ref63.theme;
|
|
12862
|
-
return theme.fonts.desktop.
|
|
12656
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[3];
|
|
12863
12657
|
}, function (_ref64) {
|
|
12864
12658
|
var theme = _ref64.theme;
|
|
12865
|
-
return theme.fonts.desktop.
|
|
12659
|
+
return theme.fonts.desktop.lineHeights.altHeaders[3];
|
|
12866
12660
|
}, function (_ref65) {
|
|
12867
12661
|
var theme = _ref65.theme;
|
|
12868
|
-
return theme.fonts.desktop.
|
|
12662
|
+
return theme.fonts.desktop.sizes.altHeaders[4];
|
|
12869
12663
|
}, function (_ref66) {
|
|
12870
12664
|
var theme = _ref66.theme;
|
|
12871
|
-
return theme.fonts.desktop.
|
|
12665
|
+
return theme.fonts.desktop.weights.altHeaders[4];
|
|
12872
12666
|
}, function (_ref67) {
|
|
12873
12667
|
var theme = _ref67.theme;
|
|
12874
|
-
return theme.fonts.desktop.
|
|
12668
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[4];
|
|
12875
12669
|
}, function (_ref68) {
|
|
12876
12670
|
var theme = _ref68.theme;
|
|
12877
|
-
return theme.fonts.desktop.
|
|
12671
|
+
return theme.fonts.desktop.lineHeights.altHeaders[4];
|
|
12878
12672
|
}, function (_ref69) {
|
|
12879
12673
|
var theme = _ref69.theme;
|
|
12880
|
-
return theme.fonts.desktop.
|
|
12674
|
+
return theme.fonts.desktop.sizes.altHeaders[5];
|
|
12881
12675
|
}, function (_ref70) {
|
|
12882
12676
|
var theme = _ref70.theme;
|
|
12883
|
-
return theme.fonts.desktop.
|
|
12677
|
+
return theme.fonts.desktop.weights.altHeaders[5];
|
|
12884
12678
|
}, function (_ref71) {
|
|
12885
12679
|
var theme = _ref71.theme;
|
|
12886
|
-
return theme.fonts.desktop.
|
|
12680
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[5];
|
|
12887
12681
|
}, function (_ref72) {
|
|
12888
12682
|
var theme = _ref72.theme;
|
|
12889
|
-
return theme.fonts.desktop.
|
|
12683
|
+
return theme.fonts.desktop.lineHeights.altHeaders[5];
|
|
12890
12684
|
}, function (_ref73) {
|
|
12891
12685
|
var theme = _ref73.theme;
|
|
12892
|
-
return theme.fonts.desktop.
|
|
12686
|
+
return theme.fonts.desktop.sizes.altHeaders[6];
|
|
12893
12687
|
}, function (_ref74) {
|
|
12894
12688
|
var theme = _ref74.theme;
|
|
12895
|
-
return theme.fonts.desktop.
|
|
12689
|
+
return theme.fonts.desktop.weights.altHeaders[6];
|
|
12896
12690
|
}, function (_ref75) {
|
|
12897
12691
|
var theme = _ref75.theme;
|
|
12898
|
-
return theme.fonts.desktop.
|
|
12692
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[6];
|
|
12899
12693
|
}, function (_ref76) {
|
|
12900
12694
|
var theme = _ref76.theme;
|
|
12901
|
-
return theme.fonts.desktop.
|
|
12695
|
+
return theme.fonts.desktop.lineHeights.altHeaders[6];
|
|
12902
12696
|
}, function (_ref77) {
|
|
12903
12697
|
var theme = _ref77.theme;
|
|
12904
|
-
return theme.fonts.desktop.
|
|
12698
|
+
return theme.fonts.desktop.sizes.overline[1];
|
|
12905
12699
|
}, function (_ref78) {
|
|
12906
12700
|
var theme = _ref78.theme;
|
|
12907
|
-
return theme.fonts.desktop.
|
|
12701
|
+
return theme.fonts.desktop.weights.overline[1];
|
|
12908
12702
|
}, function (_ref79) {
|
|
12909
12703
|
var theme = _ref79.theme;
|
|
12910
|
-
return theme.fonts.desktop.
|
|
12704
|
+
return theme.fonts.desktop.letterSpacing.overline[1];
|
|
12911
12705
|
}, function (_ref80) {
|
|
12912
12706
|
var theme = _ref80.theme;
|
|
12913
|
-
return theme.fonts.desktop.
|
|
12707
|
+
return theme.fonts.desktop.lineHeights.overline[1];
|
|
12914
12708
|
}, function (_ref81) {
|
|
12915
12709
|
var theme = _ref81.theme;
|
|
12916
|
-
return theme.fonts.desktop.
|
|
12710
|
+
return theme.fonts.desktop.sizes.overline[2];
|
|
12917
12711
|
}, function (_ref82) {
|
|
12918
12712
|
var theme = _ref82.theme;
|
|
12919
|
-
return theme.fonts.desktop.
|
|
12713
|
+
return theme.fonts.desktop.weights.overline[2];
|
|
12920
12714
|
}, function (_ref83) {
|
|
12921
12715
|
var theme = _ref83.theme;
|
|
12922
|
-
return theme.fonts.desktop.
|
|
12716
|
+
return theme.fonts.desktop.letterSpacing.overline[2];
|
|
12923
12717
|
}, function (_ref84) {
|
|
12924
12718
|
var theme = _ref84.theme;
|
|
12925
|
-
return theme.fonts.desktop.
|
|
12719
|
+
return theme.fonts.desktop.lineHeights.overline[2];
|
|
12926
12720
|
}, function (_ref85) {
|
|
12927
12721
|
var theme = _ref85.theme;
|
|
12928
|
-
return theme.fonts.desktop.
|
|
12722
|
+
return theme.fonts.desktop.sizes.overline[3];
|
|
12929
12723
|
}, function (_ref86) {
|
|
12930
12724
|
var theme = _ref86.theme;
|
|
12931
|
-
return theme.fonts.desktop.
|
|
12725
|
+
return theme.fonts.desktop.weights.overline[3];
|
|
12932
12726
|
}, function (_ref87) {
|
|
12933
12727
|
var theme = _ref87.theme;
|
|
12934
|
-
return theme.fonts.desktop.
|
|
12728
|
+
return theme.fonts.desktop.letterSpacing.overline[3];
|
|
12935
12729
|
}, function (_ref88) {
|
|
12936
12730
|
var theme = _ref88.theme;
|
|
12937
|
-
return theme.fonts.desktop.
|
|
12731
|
+
return theme.fonts.desktop.lineHeights.overline[3];
|
|
12938
12732
|
}, function (_ref89) {
|
|
12939
12733
|
var theme = _ref89.theme;
|
|
12940
|
-
return theme.fonts.desktop.
|
|
12734
|
+
return theme.fonts.desktop.sizes.overline[4];
|
|
12941
12735
|
}, function (_ref90) {
|
|
12942
12736
|
var theme = _ref90.theme;
|
|
12943
|
-
return theme.fonts.desktop.
|
|
12737
|
+
return theme.fonts.desktop.weights.overline[4];
|
|
12944
12738
|
}, function (_ref91) {
|
|
12945
12739
|
var theme = _ref91.theme;
|
|
12946
|
-
return theme.fonts.desktop.
|
|
12740
|
+
return theme.fonts.desktop.letterSpacing.overline[4];
|
|
12947
12741
|
}, function (_ref92) {
|
|
12948
12742
|
var theme = _ref92.theme;
|
|
12949
|
-
return theme.fonts.desktop.
|
|
12743
|
+
return theme.fonts.desktop.lineHeights.overline[4];
|
|
12950
12744
|
}, function (_ref93) {
|
|
12951
12745
|
var theme = _ref93.theme;
|
|
12952
|
-
return theme.fonts.desktop.
|
|
12746
|
+
return theme.fonts.desktop.sizes.body[1];
|
|
12953
12747
|
}, function (_ref94) {
|
|
12954
12748
|
var theme = _ref94.theme;
|
|
12955
|
-
return theme.fonts.desktop.
|
|
12749
|
+
return theme.fonts.desktop.weights.body[1];
|
|
12956
12750
|
}, function (_ref95) {
|
|
12957
12751
|
var theme = _ref95.theme;
|
|
12958
|
-
return theme.fonts.desktop.
|
|
12752
|
+
return theme.fonts.desktop.letterSpacing.body[1];
|
|
12959
12753
|
}, function (_ref96) {
|
|
12960
12754
|
var theme = _ref96.theme;
|
|
12961
|
-
return theme.fonts.desktop.
|
|
12755
|
+
return theme.fonts.desktop.lineHeights.body[1];
|
|
12962
12756
|
}, function (_ref97) {
|
|
12963
12757
|
var theme = _ref97.theme;
|
|
12964
|
-
return theme.fonts.desktop.
|
|
12758
|
+
return theme.fonts.desktop.sizes.body[2];
|
|
12965
12759
|
}, function (_ref98) {
|
|
12966
12760
|
var theme = _ref98.theme;
|
|
12967
|
-
return theme.fonts.desktop.
|
|
12761
|
+
return theme.fonts.desktop.weights.body[2];
|
|
12968
12762
|
}, function (_ref99) {
|
|
12969
12763
|
var theme = _ref99.theme;
|
|
12970
|
-
return theme.fonts.desktop.
|
|
12764
|
+
return theme.fonts.desktop.letterSpacing.body[2];
|
|
12971
12765
|
}, function (_ref100) {
|
|
12972
12766
|
var theme = _ref100.theme;
|
|
12973
|
-
return theme.fonts.desktop.
|
|
12767
|
+
return theme.fonts.desktop.lineHeights.body[2];
|
|
12974
12768
|
}, function (_ref101) {
|
|
12975
12769
|
var theme = _ref101.theme;
|
|
12976
|
-
return theme.fonts.desktop.
|
|
12770
|
+
return theme.fonts.desktop.sizes.body[3];
|
|
12977
12771
|
}, function (_ref102) {
|
|
12978
12772
|
var theme = _ref102.theme;
|
|
12979
|
-
return theme.fonts.desktop.
|
|
12773
|
+
return theme.fonts.desktop.weights.body[3];
|
|
12980
12774
|
}, function (_ref103) {
|
|
12981
12775
|
var theme = _ref103.theme;
|
|
12982
|
-
return theme.fonts.desktop.
|
|
12776
|
+
return theme.fonts.desktop.letterSpacing.body[3];
|
|
12983
12777
|
}, function (_ref104) {
|
|
12984
12778
|
var theme = _ref104.theme;
|
|
12985
|
-
return theme.fonts.desktop.
|
|
12779
|
+
return theme.fonts.desktop.lineHeights.body[3];
|
|
12986
12780
|
}, function (_ref105) {
|
|
12987
12781
|
var theme = _ref105.theme;
|
|
12988
|
-
return theme.fonts.desktop.
|
|
12782
|
+
return theme.fonts.desktop.sizes.subtitles[1];
|
|
12989
12783
|
}, function (_ref106) {
|
|
12990
12784
|
var theme = _ref106.theme;
|
|
12991
|
-
return theme.fonts.desktop.
|
|
12785
|
+
return theme.fonts.desktop.weights.subtitles[1];
|
|
12992
12786
|
}, function (_ref107) {
|
|
12993
12787
|
var theme = _ref107.theme;
|
|
12994
|
-
return theme.fonts.desktop.
|
|
12788
|
+
return theme.fonts.desktop.letterSpacing.subtitles[1];
|
|
12995
12789
|
}, function (_ref108) {
|
|
12996
12790
|
var theme = _ref108.theme;
|
|
12997
|
-
return theme.fonts.desktop.
|
|
12791
|
+
return theme.fonts.desktop.lineHeights.subtitles[1];
|
|
12998
12792
|
}, function (_ref109) {
|
|
12999
12793
|
var theme = _ref109.theme;
|
|
13000
|
-
return theme.fonts.desktop.
|
|
12794
|
+
return theme.fonts.desktop.sizes.subtitles[2];
|
|
13001
12795
|
}, function (_ref110) {
|
|
13002
12796
|
var theme = _ref110.theme;
|
|
13003
|
-
return theme.fonts.desktop.
|
|
12797
|
+
return theme.fonts.desktop.weights.subtitles[2];
|
|
13004
12798
|
}, function (_ref111) {
|
|
13005
12799
|
var theme = _ref111.theme;
|
|
13006
|
-
return theme.fonts.desktop.
|
|
12800
|
+
return theme.fonts.desktop.letterSpacing.subtitles[2];
|
|
13007
12801
|
}, function (_ref112) {
|
|
13008
12802
|
var theme = _ref112.theme;
|
|
13009
|
-
return theme.fonts.desktop.
|
|
12803
|
+
return theme.fonts.desktop.lineHeights.subtitles[2];
|
|
13010
12804
|
}, function (_ref113) {
|
|
13011
12805
|
var theme = _ref113.theme;
|
|
13012
|
-
return theme.fonts.desktop.
|
|
12806
|
+
return theme.fonts.desktop.sizes.titleDescription;
|
|
13013
12807
|
}, function (_ref114) {
|
|
13014
12808
|
var theme = _ref114.theme;
|
|
13015
|
-
return theme.fonts.desktop.lineHeights.
|
|
12809
|
+
return theme.fonts.desktop.lineHeights.titleDescription;
|
|
13016
12810
|
}, function (_ref115) {
|
|
13017
12811
|
var theme = _ref115.theme;
|
|
13018
|
-
return theme.fonts.desktop.
|
|
12812
|
+
return theme.fonts.desktop.lineHeights.listing;
|
|
13019
12813
|
}, function (_ref116) {
|
|
13020
12814
|
var theme = _ref116.theme;
|
|
13021
|
-
return theme.fonts.desktop.
|
|
12815
|
+
return theme.fonts.desktop.sizes.listing;
|
|
13022
12816
|
}, function (_ref117) {
|
|
13023
12817
|
var theme = _ref117.theme;
|
|
13024
|
-
return theme.fonts.desktop.lineHeights.
|
|
12818
|
+
return theme.fonts.desktop.lineHeights.peopleListing;
|
|
13025
12819
|
}, function (_ref118) {
|
|
13026
12820
|
var theme = _ref118.theme;
|
|
13027
|
-
return theme.
|
|
12821
|
+
return theme.spacing[6];
|
|
13028
12822
|
}, function (_ref119) {
|
|
13029
12823
|
var theme = _ref119.theme;
|
|
13030
|
-
return theme.fonts.desktop.
|
|
12824
|
+
return theme.fonts.desktop.families.headers;
|
|
13031
12825
|
}, function (_ref120) {
|
|
13032
12826
|
var theme = _ref120.theme;
|
|
13033
|
-
return theme.
|
|
12827
|
+
return theme.fonts.desktop.families.altHeaders;
|
|
13034
12828
|
}, function (_ref121) {
|
|
13035
12829
|
var theme = _ref121.theme;
|
|
13036
|
-
return theme.fonts.desktop.families.
|
|
12830
|
+
return theme.fonts.desktop.families.body;
|
|
13037
12831
|
}, function (_ref122) {
|
|
13038
12832
|
var theme = _ref122.theme;
|
|
13039
|
-
return theme.fonts.desktop.families.
|
|
12833
|
+
return theme.fonts.desktop.families.bodyItalics;
|
|
13040
12834
|
}, function (_ref123) {
|
|
13041
12835
|
var theme = _ref123.theme;
|
|
13042
|
-
return theme.fonts.desktop.families.
|
|
12836
|
+
return theme.fonts.desktop.families.buttons;
|
|
13043
12837
|
}, function (_ref124) {
|
|
13044
12838
|
var theme = _ref124.theme;
|
|
13045
|
-
return theme.fonts.desktop.families.
|
|
12839
|
+
return theme.fonts.desktop.families.overline;
|
|
13046
12840
|
}, function (_ref125) {
|
|
13047
12841
|
var theme = _ref125.theme;
|
|
13048
|
-
return theme.fonts.desktop.families.
|
|
12842
|
+
return theme.fonts.desktop.families.subtitles;
|
|
13049
12843
|
}, function (_ref126) {
|
|
13050
12844
|
var theme = _ref126.theme;
|
|
13051
|
-
return theme.fonts.desktop.families.
|
|
12845
|
+
return theme.fonts.desktop.families.peopleListingRole;
|
|
13052
12846
|
}, function (_ref127) {
|
|
13053
12847
|
var theme = _ref127.theme;
|
|
13054
|
-
return theme.fonts.desktop.families.
|
|
12848
|
+
return theme.fonts.desktop.families.body;
|
|
13055
12849
|
}, function (_ref128) {
|
|
13056
12850
|
var theme = _ref128.theme;
|
|
13057
|
-
return theme.fonts.desktop.
|
|
12851
|
+
return theme.fonts.desktop.fontFeatureSettings.headers;
|
|
13058
12852
|
}, function (_ref129) {
|
|
13059
12853
|
var theme = _ref129.theme;
|
|
13060
|
-
return theme.fonts.desktop.
|
|
12854
|
+
return theme.fonts.desktop.fontFeatureSettings.altHeaders;
|
|
13061
12855
|
}, function (_ref130) {
|
|
13062
12856
|
var theme = _ref130.theme;
|
|
13063
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12857
|
+
return theme.fonts.desktop.fontFeatureSettings.overline;
|
|
13064
12858
|
}, function (_ref131) {
|
|
13065
12859
|
var theme = _ref131.theme;
|
|
13066
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12860
|
+
return theme.fonts.desktop.fontFeatureSettings.subtitles;
|
|
13067
12861
|
}, function (_ref132) {
|
|
13068
12862
|
var theme = _ref132.theme;
|
|
13069
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12863
|
+
return theme.fonts.desktop.fontFeatureSettings.body;
|
|
13070
12864
|
}, function (_ref133) {
|
|
13071
12865
|
var theme = _ref133.theme;
|
|
13072
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12866
|
+
return theme.fonts.desktop.fontFeatureSettings.navigation;
|
|
13073
12867
|
}, function (_ref134) {
|
|
13074
12868
|
var theme = _ref134.theme;
|
|
13075
|
-
return theme.fonts.desktop.
|
|
12869
|
+
return theme.fonts.desktop.transforms.headers;
|
|
13076
12870
|
}, function (_ref135) {
|
|
13077
12871
|
var theme = _ref135.theme;
|
|
13078
|
-
return theme.fonts.desktop.
|
|
12872
|
+
return theme.fonts.desktop.transforms.altHeaders;
|
|
13079
12873
|
}, function (_ref136) {
|
|
13080
12874
|
var theme = _ref136.theme;
|
|
13081
|
-
return theme.fonts.desktop.transforms.
|
|
12875
|
+
return theme.fonts.desktop.transforms.body;
|
|
13082
12876
|
}, function (_ref137) {
|
|
13083
12877
|
var theme = _ref137.theme;
|
|
13084
|
-
return theme.fonts.desktop.transforms.
|
|
12878
|
+
return theme.fonts.desktop.transforms.overline;
|
|
13085
12879
|
}, function (_ref138) {
|
|
13086
12880
|
var theme = _ref138.theme;
|
|
13087
|
-
return theme.fonts.desktop.transforms.
|
|
12881
|
+
return theme.fonts.desktop.transforms.subtitles;
|
|
13088
12882
|
}, function (_ref139) {
|
|
13089
12883
|
var theme = _ref139.theme;
|
|
13090
|
-
return theme.fonts.desktop.
|
|
12884
|
+
return theme.fonts.desktop.wordBreak.headers;
|
|
13091
12885
|
}, function (_ref140) {
|
|
13092
12886
|
var theme = _ref140.theme;
|
|
13093
|
-
return theme.fonts.desktop.
|
|
12887
|
+
return theme.fonts.desktop.wordBreak.altHeaders;
|
|
13094
12888
|
}, function (_ref141) {
|
|
13095
12889
|
var theme = _ref141.theme;
|
|
13096
|
-
return theme.fonts.desktop.wordBreak.
|
|
12890
|
+
return theme.fonts.desktop.wordBreak.body;
|
|
13097
12891
|
}, function (_ref142) {
|
|
13098
12892
|
var theme = _ref142.theme;
|
|
13099
|
-
return theme.fonts.desktop.wordBreak.
|
|
12893
|
+
return theme.fonts.desktop.wordBreak.overline;
|
|
13100
12894
|
}, function (_ref143) {
|
|
13101
12895
|
var theme = _ref143.theme;
|
|
13102
|
-
return theme.fonts.desktop.wordBreak.
|
|
12896
|
+
return theme.fonts.desktop.wordBreak.subtitles;
|
|
13103
12897
|
}, function (_ref144) {
|
|
13104
12898
|
var theme = _ref144.theme;
|
|
13105
|
-
return theme.fonts.desktop.
|
|
12899
|
+
return theme.fonts.desktop.families.navigation;
|
|
13106
12900
|
}, function (_ref145) {
|
|
13107
12901
|
var theme = _ref145.theme;
|
|
13108
|
-
return theme.fonts.desktop.
|
|
12902
|
+
return theme.fonts.desktop.sizes.navigation;
|
|
13109
12903
|
}, function (_ref146) {
|
|
13110
12904
|
var theme = _ref146.theme;
|
|
13111
|
-
return theme.fonts.desktop.
|
|
12905
|
+
return theme.fonts.desktop.weights.navigation;
|
|
13112
12906
|
}, function (_ref147) {
|
|
13113
12907
|
var theme = _ref147.theme;
|
|
13114
|
-
return theme.fonts.desktop.
|
|
12908
|
+
return theme.fonts.desktop.lineHeights.navigation;
|
|
13115
12909
|
}, function (_ref148) {
|
|
13116
12910
|
var theme = _ref148.theme;
|
|
13117
|
-
return theme.fonts.desktop.
|
|
12911
|
+
return theme.fonts.desktop.transforms.navigation;
|
|
13118
12912
|
}, function (_ref149) {
|
|
13119
12913
|
var theme = _ref149.theme;
|
|
13120
|
-
return theme.fonts.desktop.
|
|
12914
|
+
return theme.fonts.desktop.letterSpacing.navigation;
|
|
13121
12915
|
}, function (_ref150) {
|
|
13122
12916
|
var theme = _ref150.theme;
|
|
13123
|
-
return theme.
|
|
12917
|
+
return theme.spacing[4];
|
|
13124
12918
|
}, function (_ref151) {
|
|
13125
12919
|
var theme = _ref151.theme;
|
|
13126
|
-
return theme.
|
|
12920
|
+
return theme.spacing[5];
|
|
13127
12921
|
}, function (_ref152) {
|
|
13128
12922
|
var theme = _ref152.theme;
|
|
13129
|
-
return theme.spacing[
|
|
12923
|
+
return theme.spacing[6];
|
|
13130
12924
|
}, function (_ref153) {
|
|
13131
12925
|
var theme = _ref153.theme;
|
|
13132
|
-
return theme.spacing[
|
|
12926
|
+
return theme.spacing[9];
|
|
13133
12927
|
}, function (_ref154) {
|
|
13134
12928
|
var theme = _ref154.theme;
|
|
13135
|
-
return theme.spacing[
|
|
12929
|
+
return theme.spacing[15];
|
|
13136
12930
|
}, function (_ref155) {
|
|
13137
12931
|
var theme = _ref155.theme;
|
|
13138
|
-
return theme.spacing[
|
|
12932
|
+
return theme.spacing[15];
|
|
13139
12933
|
}, function (_ref156) {
|
|
13140
12934
|
var theme = _ref156.theme;
|
|
13141
|
-
return theme.spacing[
|
|
12935
|
+
return theme.spacing[9];
|
|
13142
12936
|
}, function (_ref157) {
|
|
13143
12937
|
var theme = _ref157.theme;
|
|
13144
|
-
return theme.
|
|
12938
|
+
return theme.fonts.desktop.sizes.search;
|
|
13145
12939
|
}, function (_ref158) {
|
|
13146
12940
|
var theme = _ref158.theme;
|
|
13147
|
-
return theme.
|
|
12941
|
+
return theme.fonts.desktop.families.search;
|
|
13148
12942
|
}, function (_ref159) {
|
|
13149
12943
|
var theme = _ref159.theme;
|
|
13150
|
-
return theme.
|
|
12944
|
+
return theme.grid.desktop.margin;
|
|
13151
12945
|
}, function (_ref160) {
|
|
13152
12946
|
var theme = _ref160.theme;
|
|
13153
|
-
return theme.
|
|
12947
|
+
return theme.grid.desktop.outerMargin;
|
|
13154
12948
|
}, function (_ref161) {
|
|
13155
12949
|
var theme = _ref161.theme;
|
|
13156
|
-
return theme.grid.desktop.
|
|
12950
|
+
return theme.grid.desktop.outerMargin;
|
|
13157
12951
|
}, function (_ref162) {
|
|
13158
12952
|
var theme = _ref162.theme;
|
|
13159
|
-
return theme.grid.desktop.
|
|
12953
|
+
return theme.grid.desktop.gap;
|
|
13160
12954
|
}, function (_ref163) {
|
|
13161
12955
|
var theme = _ref163.theme;
|
|
13162
|
-
return theme.grid.desktop.
|
|
12956
|
+
return theme.grid.desktop.margin;
|
|
13163
12957
|
}, function (_ref164) {
|
|
13164
12958
|
var theme = _ref164.theme;
|
|
13165
|
-
return theme.grid.desktop.
|
|
12959
|
+
return theme.grid.desktop.outerMargin;
|
|
13166
12960
|
}, function (_ref165) {
|
|
13167
12961
|
var theme = _ref165.theme;
|
|
13168
|
-
return theme.grid.desktop.
|
|
12962
|
+
return theme.grid.desktop.gap;
|
|
13169
12963
|
}, function (_ref166) {
|
|
13170
12964
|
var theme = _ref166.theme;
|
|
13171
|
-
return theme.grid.desktop.
|
|
12965
|
+
return theme.grid.desktop.margin;
|
|
13172
12966
|
}, function (_ref167) {
|
|
13173
12967
|
var theme = _ref167.theme;
|
|
13174
|
-
return theme.grid.desktop.
|
|
12968
|
+
return theme.grid.desktop.outerMargin;
|
|
13175
12969
|
}, function (_ref168) {
|
|
13176
12970
|
var theme = _ref168.theme;
|
|
13177
|
-
return theme.grid.desktop.
|
|
12971
|
+
return theme.grid.desktop.gap;
|
|
13178
12972
|
}, function (_ref169) {
|
|
13179
12973
|
var theme = _ref169.theme;
|
|
13180
12974
|
return theme.grid.desktop.outerMargin;
|
|
@@ -13183,349 +12977,349 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
13183
12977
|
return theme.grid.desktop.gap;
|
|
13184
12978
|
}, function (_ref171) {
|
|
13185
12979
|
var theme = _ref171.theme;
|
|
13186
|
-
return theme.grid.desktop.
|
|
12980
|
+
return theme.grid.desktop.gap;
|
|
13187
12981
|
}, function (_ref172) {
|
|
13188
12982
|
var theme = _ref172.theme;
|
|
13189
|
-
return theme.
|
|
12983
|
+
return theme.footer.desktop.height;
|
|
13190
12984
|
}, function (_ref173) {
|
|
13191
12985
|
var theme = _ref173.theme;
|
|
13192
|
-
return theme.
|
|
12986
|
+
return theme.footer.desktop.paddingTop;
|
|
13193
12987
|
}, function (_ref174) {
|
|
13194
12988
|
var theme = _ref174.theme;
|
|
13195
|
-
return theme.footer.desktop.
|
|
12989
|
+
return theme.footer.desktop.paddingBottom;
|
|
13196
12990
|
}, function (_ref175) {
|
|
13197
12991
|
var theme = _ref175.theme;
|
|
13198
|
-
return theme.footer.desktop.
|
|
12992
|
+
return theme.footer.desktop.itemsGap;
|
|
13199
12993
|
}, function (_ref176) {
|
|
13200
12994
|
var theme = _ref176.theme;
|
|
13201
|
-
return theme.footer.desktop.
|
|
12995
|
+
return theme.footer.desktop.mediaGap;
|
|
13202
12996
|
}, function (_ref177) {
|
|
13203
12997
|
var theme = _ref177.theme;
|
|
13204
|
-
return theme.footer.desktop.
|
|
12998
|
+
return theme.footer.desktop.mediaIconWidth;
|
|
13205
12999
|
}, function (_ref178) {
|
|
13206
13000
|
var theme = _ref178.theme;
|
|
13207
|
-
return theme.footer.desktop.
|
|
13001
|
+
return theme.footer.desktop.mediaIconHeight;
|
|
13208
13002
|
}, function (_ref179) {
|
|
13209
13003
|
var theme = _ref179.theme;
|
|
13210
|
-
return theme.footer.desktop.
|
|
13004
|
+
return theme.footer.desktop.verticalSpacingLarge;
|
|
13211
13005
|
}, function (_ref180) {
|
|
13212
13006
|
var theme = _ref180.theme;
|
|
13213
|
-
return theme.footer.desktop.
|
|
13007
|
+
return theme.footer.desktop.verticalSpacingSmall;
|
|
13214
13008
|
}, function (_ref181) {
|
|
13215
13009
|
var theme = _ref181.theme;
|
|
13216
|
-
return theme.
|
|
13010
|
+
return theme.spacing[2];
|
|
13217
13011
|
}, function (_ref182) {
|
|
13218
13012
|
var theme = _ref182.theme;
|
|
13219
|
-
return theme.
|
|
13013
|
+
return theme.spacing[10];
|
|
13220
13014
|
}, function (_ref183) {
|
|
13221
13015
|
var theme = _ref183.theme;
|
|
13222
|
-
return theme.spacing[
|
|
13016
|
+
return theme.spacing[4];
|
|
13223
13017
|
}, function (_ref184) {
|
|
13224
13018
|
var theme = _ref184.theme;
|
|
13225
|
-
return theme.spacing[
|
|
13019
|
+
return theme.spacing[6];
|
|
13226
13020
|
}, function (_ref185) {
|
|
13227
13021
|
var theme = _ref185.theme;
|
|
13228
|
-
return theme.spacing[
|
|
13229
|
-
}, function (_ref186) {
|
|
13022
|
+
return theme.spacing[1];
|
|
13023
|
+
}, devices.mobile, function (_ref186) {
|
|
13230
13024
|
var theme = _ref186.theme;
|
|
13231
|
-
return theme.
|
|
13025
|
+
return theme.fonts.mobile.sizes.headers[1];
|
|
13232
13026
|
}, function (_ref187) {
|
|
13233
13027
|
var theme = _ref187.theme;
|
|
13234
|
-
return theme.
|
|
13235
|
-
},
|
|
13028
|
+
return theme.fonts.mobile.weights.headers[1];
|
|
13029
|
+
}, function (_ref188) {
|
|
13236
13030
|
var theme = _ref188.theme;
|
|
13237
|
-
return theme.fonts.mobile.
|
|
13031
|
+
return theme.fonts.mobile.letterSpacing.headers[1];
|
|
13238
13032
|
}, function (_ref189) {
|
|
13239
13033
|
var theme = _ref189.theme;
|
|
13240
|
-
return theme.fonts.mobile.
|
|
13034
|
+
return theme.fonts.mobile.lineHeights.headers[1];
|
|
13241
13035
|
}, function (_ref190) {
|
|
13242
13036
|
var theme = _ref190.theme;
|
|
13243
|
-
return theme.fonts.mobile.
|
|
13037
|
+
return theme.fonts.mobile.sizes.headers[2];
|
|
13244
13038
|
}, function (_ref191) {
|
|
13245
13039
|
var theme = _ref191.theme;
|
|
13246
|
-
return theme.fonts.mobile.
|
|
13040
|
+
return theme.fonts.mobile.weights.headers[2];
|
|
13247
13041
|
}, function (_ref192) {
|
|
13248
13042
|
var theme = _ref192.theme;
|
|
13249
|
-
return theme.fonts.mobile.
|
|
13043
|
+
return theme.fonts.mobile.letterSpacing.headers[2];
|
|
13250
13044
|
}, function (_ref193) {
|
|
13251
13045
|
var theme = _ref193.theme;
|
|
13252
|
-
return theme.fonts.mobile.
|
|
13046
|
+
return theme.fonts.mobile.lineHeights.headers[2];
|
|
13253
13047
|
}, function (_ref194) {
|
|
13254
13048
|
var theme = _ref194.theme;
|
|
13255
|
-
return theme.fonts.mobile.
|
|
13049
|
+
return theme.fonts.mobile.sizes.headers[3];
|
|
13256
13050
|
}, function (_ref195) {
|
|
13257
13051
|
var theme = _ref195.theme;
|
|
13258
|
-
return theme.fonts.mobile.
|
|
13052
|
+
return theme.fonts.mobile.weights.headers[3];
|
|
13259
13053
|
}, function (_ref196) {
|
|
13260
13054
|
var theme = _ref196.theme;
|
|
13261
|
-
return theme.fonts.mobile.
|
|
13055
|
+
return theme.fonts.mobile.letterSpacing.headers[3];
|
|
13262
13056
|
}, function (_ref197) {
|
|
13263
13057
|
var theme = _ref197.theme;
|
|
13264
|
-
return theme.fonts.mobile.
|
|
13058
|
+
return theme.fonts.mobile.lineHeights.headers[3];
|
|
13265
13059
|
}, function (_ref198) {
|
|
13266
13060
|
var theme = _ref198.theme;
|
|
13267
|
-
return theme.fonts.mobile.
|
|
13061
|
+
return theme.fonts.mobile.sizes.headers[4];
|
|
13268
13062
|
}, function (_ref199) {
|
|
13269
13063
|
var theme = _ref199.theme;
|
|
13270
|
-
return theme.fonts.mobile.
|
|
13064
|
+
return theme.fonts.mobile.weights.headers[4];
|
|
13271
13065
|
}, function (_ref200) {
|
|
13272
13066
|
var theme = _ref200.theme;
|
|
13273
|
-
return theme.fonts.mobile.
|
|
13067
|
+
return theme.fonts.mobile.letterSpacing.headers[4];
|
|
13274
13068
|
}, function (_ref201) {
|
|
13275
13069
|
var theme = _ref201.theme;
|
|
13276
|
-
return theme.fonts.mobile.
|
|
13070
|
+
return theme.fonts.mobile.lineHeights.headers[4];
|
|
13277
13071
|
}, function (_ref202) {
|
|
13278
13072
|
var theme = _ref202.theme;
|
|
13279
|
-
return theme.fonts.mobile.
|
|
13073
|
+
return theme.fonts.mobile.sizes.headers[5];
|
|
13280
13074
|
}, function (_ref203) {
|
|
13281
13075
|
var theme = _ref203.theme;
|
|
13282
|
-
return theme.fonts.mobile.
|
|
13076
|
+
return theme.fonts.mobile.weights.headers[5];
|
|
13283
13077
|
}, function (_ref204) {
|
|
13284
13078
|
var theme = _ref204.theme;
|
|
13285
|
-
return theme.fonts.mobile.
|
|
13079
|
+
return theme.fonts.mobile.letterSpacing.headers[5];
|
|
13286
13080
|
}, function (_ref205) {
|
|
13287
13081
|
var theme = _ref205.theme;
|
|
13288
|
-
return theme.fonts.mobile.
|
|
13082
|
+
return theme.fonts.mobile.lineHeights.headers[5];
|
|
13289
13083
|
}, function (_ref206) {
|
|
13290
13084
|
var theme = _ref206.theme;
|
|
13291
|
-
return theme.fonts.mobile.
|
|
13085
|
+
return theme.fonts.mobile.sizes.headers[6];
|
|
13292
13086
|
}, function (_ref207) {
|
|
13293
13087
|
var theme = _ref207.theme;
|
|
13294
|
-
return theme.fonts.mobile.
|
|
13088
|
+
return theme.fonts.mobile.weights.headers[6];
|
|
13295
13089
|
}, function (_ref208) {
|
|
13296
13090
|
var theme = _ref208.theme;
|
|
13297
|
-
return theme.fonts.mobile.
|
|
13091
|
+
return theme.fonts.mobile.letterSpacing.headers[6];
|
|
13298
13092
|
}, function (_ref209) {
|
|
13299
13093
|
var theme = _ref209.theme;
|
|
13300
|
-
return theme.fonts.mobile.
|
|
13094
|
+
return theme.fonts.mobile.lineHeights.headers[6];
|
|
13301
13095
|
}, function (_ref210) {
|
|
13302
13096
|
var theme = _ref210.theme;
|
|
13303
|
-
return theme.fonts.mobile.
|
|
13097
|
+
return theme.fonts.mobile.sizes.altHeaders[3];
|
|
13304
13098
|
}, function (_ref211) {
|
|
13305
13099
|
var theme = _ref211.theme;
|
|
13306
|
-
return theme.fonts.mobile.
|
|
13100
|
+
return theme.fonts.mobile.weights.altHeaders[3];
|
|
13307
13101
|
}, function (_ref212) {
|
|
13308
13102
|
var theme = _ref212.theme;
|
|
13309
|
-
return theme.fonts.mobile.
|
|
13103
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[3];
|
|
13310
13104
|
}, function (_ref213) {
|
|
13311
13105
|
var theme = _ref213.theme;
|
|
13312
|
-
return theme.fonts.mobile.
|
|
13106
|
+
return theme.fonts.mobile.lineHeights.altHeaders[3];
|
|
13313
13107
|
}, function (_ref214) {
|
|
13314
13108
|
var theme = _ref214.theme;
|
|
13315
|
-
return theme.fonts.mobile.
|
|
13109
|
+
return theme.fonts.mobile.sizes.altHeaders[4];
|
|
13316
13110
|
}, function (_ref215) {
|
|
13317
13111
|
var theme = _ref215.theme;
|
|
13318
|
-
return theme.fonts.mobile.
|
|
13112
|
+
return theme.fonts.mobile.weights.altHeaders[4];
|
|
13319
13113
|
}, function (_ref216) {
|
|
13320
13114
|
var theme = _ref216.theme;
|
|
13321
|
-
return theme.fonts.mobile.
|
|
13115
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[4];
|
|
13322
13116
|
}, function (_ref217) {
|
|
13323
13117
|
var theme = _ref217.theme;
|
|
13324
|
-
return theme.fonts.mobile.
|
|
13118
|
+
return theme.fonts.mobile.lineHeights.altHeaders[4];
|
|
13325
13119
|
}, function (_ref218) {
|
|
13326
13120
|
var theme = _ref218.theme;
|
|
13327
|
-
return theme.fonts.mobile.
|
|
13121
|
+
return theme.fonts.mobile.sizes.altHeaders[5];
|
|
13328
13122
|
}, function (_ref219) {
|
|
13329
13123
|
var theme = _ref219.theme;
|
|
13330
|
-
return theme.fonts.mobile.
|
|
13124
|
+
return theme.fonts.mobile.weights.altHeaders[5];
|
|
13331
13125
|
}, function (_ref220) {
|
|
13332
13126
|
var theme = _ref220.theme;
|
|
13333
|
-
return theme.fonts.mobile.
|
|
13127
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[5];
|
|
13334
13128
|
}, function (_ref221) {
|
|
13335
13129
|
var theme = _ref221.theme;
|
|
13336
|
-
return theme.fonts.mobile.
|
|
13130
|
+
return theme.fonts.mobile.lineHeights.altHeaders[5];
|
|
13337
13131
|
}, function (_ref222) {
|
|
13338
13132
|
var theme = _ref222.theme;
|
|
13339
|
-
return theme.fonts.mobile.
|
|
13133
|
+
return theme.fonts.mobile.sizes.altHeaders[6];
|
|
13340
13134
|
}, function (_ref223) {
|
|
13341
13135
|
var theme = _ref223.theme;
|
|
13342
|
-
return theme.fonts.mobile.
|
|
13136
|
+
return theme.fonts.mobile.weights.altHeaders[6];
|
|
13343
13137
|
}, function (_ref224) {
|
|
13344
13138
|
var theme = _ref224.theme;
|
|
13345
|
-
return theme.fonts.mobile.
|
|
13139
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[6];
|
|
13346
13140
|
}, function (_ref225) {
|
|
13347
13141
|
var theme = _ref225.theme;
|
|
13348
|
-
return theme.fonts.mobile.
|
|
13142
|
+
return theme.fonts.mobile.lineHeights.altHeaders[6];
|
|
13349
13143
|
}, function (_ref226) {
|
|
13350
13144
|
var theme = _ref226.theme;
|
|
13351
|
-
return theme.fonts.mobile.
|
|
13145
|
+
return theme.fonts.mobile.sizes.overline[1];
|
|
13352
13146
|
}, function (_ref227) {
|
|
13353
13147
|
var theme = _ref227.theme;
|
|
13354
|
-
return theme.fonts.mobile.
|
|
13148
|
+
return theme.fonts.mobile.weights.overline[1];
|
|
13355
13149
|
}, function (_ref228) {
|
|
13356
13150
|
var theme = _ref228.theme;
|
|
13357
|
-
return theme.fonts.mobile.
|
|
13151
|
+
return theme.fonts.mobile.letterSpacing.overline[1];
|
|
13358
13152
|
}, function (_ref229) {
|
|
13359
13153
|
var theme = _ref229.theme;
|
|
13360
|
-
return theme.fonts.mobile.
|
|
13154
|
+
return theme.fonts.mobile.lineHeights.overline[1];
|
|
13361
13155
|
}, function (_ref230) {
|
|
13362
13156
|
var theme = _ref230.theme;
|
|
13363
|
-
return theme.fonts.mobile.
|
|
13157
|
+
return theme.fonts.mobile.sizes.overline[2];
|
|
13364
13158
|
}, function (_ref231) {
|
|
13365
13159
|
var theme = _ref231.theme;
|
|
13366
|
-
return theme.fonts.mobile.
|
|
13160
|
+
return theme.fonts.mobile.weights.overline[2];
|
|
13367
13161
|
}, function (_ref232) {
|
|
13368
13162
|
var theme = _ref232.theme;
|
|
13369
|
-
return theme.fonts.mobile.
|
|
13163
|
+
return theme.fonts.mobile.letterSpacing.overline[2];
|
|
13370
13164
|
}, function (_ref233) {
|
|
13371
13165
|
var theme = _ref233.theme;
|
|
13372
|
-
return theme.fonts.mobile.
|
|
13166
|
+
return theme.fonts.mobile.lineHeights.overline[2];
|
|
13373
13167
|
}, function (_ref234) {
|
|
13374
13168
|
var theme = _ref234.theme;
|
|
13375
|
-
return theme.fonts.mobile.
|
|
13169
|
+
return theme.fonts.mobile.sizes.body[1];
|
|
13376
13170
|
}, function (_ref235) {
|
|
13377
13171
|
var theme = _ref235.theme;
|
|
13378
|
-
return theme.fonts.mobile.
|
|
13172
|
+
return theme.fonts.mobile.weights.body[1];
|
|
13379
13173
|
}, function (_ref236) {
|
|
13380
13174
|
var theme = _ref236.theme;
|
|
13381
|
-
return theme.fonts.mobile.
|
|
13175
|
+
return theme.fonts.mobile.letterSpacing.body[1];
|
|
13382
13176
|
}, function (_ref237) {
|
|
13383
13177
|
var theme = _ref237.theme;
|
|
13384
|
-
return theme.fonts.mobile.
|
|
13178
|
+
return theme.fonts.mobile.lineHeights.body[1];
|
|
13385
13179
|
}, function (_ref238) {
|
|
13386
13180
|
var theme = _ref238.theme;
|
|
13387
|
-
return theme.fonts.mobile.
|
|
13181
|
+
return theme.fonts.mobile.sizes.body[2];
|
|
13388
13182
|
}, function (_ref239) {
|
|
13389
13183
|
var theme = _ref239.theme;
|
|
13390
|
-
return theme.fonts.mobile.
|
|
13184
|
+
return theme.fonts.mobile.weights.body[2];
|
|
13391
13185
|
}, function (_ref240) {
|
|
13392
13186
|
var theme = _ref240.theme;
|
|
13393
|
-
return theme.fonts.mobile.
|
|
13187
|
+
return theme.fonts.mobile.letterSpacing.body[2];
|
|
13394
13188
|
}, function (_ref241) {
|
|
13395
13189
|
var theme = _ref241.theme;
|
|
13396
|
-
return theme.fonts.mobile.
|
|
13190
|
+
return theme.fonts.mobile.lineHeights.body[2];
|
|
13397
13191
|
}, function (_ref242) {
|
|
13398
13192
|
var theme = _ref242.theme;
|
|
13399
|
-
return theme.fonts.mobile.
|
|
13193
|
+
return theme.fonts.mobile.sizes.body[3];
|
|
13400
13194
|
}, function (_ref243) {
|
|
13401
13195
|
var theme = _ref243.theme;
|
|
13402
|
-
return theme.fonts.mobile.
|
|
13196
|
+
return theme.fonts.mobile.weights.body[3];
|
|
13403
13197
|
}, function (_ref244) {
|
|
13404
13198
|
var theme = _ref244.theme;
|
|
13405
|
-
return theme.fonts.mobile.
|
|
13199
|
+
return theme.fonts.mobile.letterSpacing.body[3];
|
|
13406
13200
|
}, function (_ref245) {
|
|
13407
13201
|
var theme = _ref245.theme;
|
|
13408
|
-
return theme.fonts.mobile.
|
|
13202
|
+
return theme.fonts.mobile.lineHeights.body[3];
|
|
13409
13203
|
}, function (_ref246) {
|
|
13410
13204
|
var theme = _ref246.theme;
|
|
13411
|
-
return theme.fonts.mobile.
|
|
13205
|
+
return theme.fonts.mobile.sizes.subtitles[1];
|
|
13412
13206
|
}, function (_ref247) {
|
|
13413
13207
|
var theme = _ref247.theme;
|
|
13414
|
-
return theme.fonts.mobile.
|
|
13208
|
+
return theme.fonts.mobile.weights.subtitles[1];
|
|
13415
13209
|
}, function (_ref248) {
|
|
13416
13210
|
var theme = _ref248.theme;
|
|
13417
|
-
return theme.fonts.mobile.
|
|
13211
|
+
return theme.fonts.mobile.letterSpacing.subtitles[1];
|
|
13418
13212
|
}, function (_ref249) {
|
|
13419
13213
|
var theme = _ref249.theme;
|
|
13420
|
-
return theme.fonts.mobile.
|
|
13214
|
+
return theme.fonts.mobile.lineHeights.subtitles[1];
|
|
13421
13215
|
}, function (_ref250) {
|
|
13422
13216
|
var theme = _ref250.theme;
|
|
13423
|
-
return theme.fonts.mobile.
|
|
13217
|
+
return theme.fonts.mobile.sizes.subtitles[2];
|
|
13424
13218
|
}, function (_ref251) {
|
|
13425
13219
|
var theme = _ref251.theme;
|
|
13426
|
-
return theme.fonts.mobile.
|
|
13220
|
+
return theme.fonts.mobile.weights.subtitles[2];
|
|
13427
13221
|
}, function (_ref252) {
|
|
13428
13222
|
var theme = _ref252.theme;
|
|
13429
|
-
return theme.fonts.mobile.
|
|
13223
|
+
return theme.fonts.mobile.letterSpacing.subtitles[2];
|
|
13430
13224
|
}, function (_ref253) {
|
|
13431
13225
|
var theme = _ref253.theme;
|
|
13432
|
-
return theme.fonts.mobile.
|
|
13226
|
+
return theme.fonts.mobile.lineHeights.subtitles[2];
|
|
13433
13227
|
}, function (_ref254) {
|
|
13434
13228
|
var theme = _ref254.theme;
|
|
13435
|
-
return theme.fonts.mobile.
|
|
13229
|
+
return theme.fonts.mobile.sizes.titleDescription;
|
|
13436
13230
|
}, function (_ref255) {
|
|
13437
13231
|
var theme = _ref255.theme;
|
|
13438
|
-
return theme.fonts.mobile.lineHeights.
|
|
13232
|
+
return theme.fonts.mobile.lineHeights.titleDescription;
|
|
13439
13233
|
}, function (_ref256) {
|
|
13440
13234
|
var theme = _ref256.theme;
|
|
13441
|
-
return theme.
|
|
13235
|
+
return theme.spacing[4];
|
|
13442
13236
|
}, function (_ref257) {
|
|
13443
13237
|
var theme = _ref257.theme;
|
|
13444
|
-
return theme.fonts.mobile.
|
|
13238
|
+
return theme.fonts.mobile.sizes.search;
|
|
13445
13239
|
}, function (_ref258) {
|
|
13446
13240
|
var theme = _ref258.theme;
|
|
13447
|
-
return theme.
|
|
13241
|
+
return theme.fonts.mobile.families.search;
|
|
13448
13242
|
}, function (_ref259) {
|
|
13449
13243
|
var theme = _ref259.theme;
|
|
13450
|
-
return theme.fonts.mobile.
|
|
13244
|
+
return theme.fonts.mobile.families.headers;
|
|
13451
13245
|
}, function (_ref260) {
|
|
13452
13246
|
var theme = _ref260.theme;
|
|
13453
|
-
return theme.fonts.mobile.families.
|
|
13247
|
+
return theme.fonts.mobile.families.altHeaders;
|
|
13454
13248
|
}, function (_ref261) {
|
|
13455
13249
|
var theme = _ref261.theme;
|
|
13456
|
-
return theme.fonts.mobile.families.
|
|
13250
|
+
return theme.fonts.mobile.families.body;
|
|
13457
13251
|
}, function (_ref262) {
|
|
13458
13252
|
var theme = _ref262.theme;
|
|
13459
|
-
return theme.fonts.mobile.families.
|
|
13253
|
+
return theme.fonts.mobile.families.bodyItalics;
|
|
13460
13254
|
}, function (_ref263) {
|
|
13461
13255
|
var theme = _ref263.theme;
|
|
13462
|
-
return theme.fonts.mobile.families.
|
|
13256
|
+
return theme.fonts.mobile.families.buttons;
|
|
13463
13257
|
}, function (_ref264) {
|
|
13464
13258
|
var theme = _ref264.theme;
|
|
13465
|
-
return theme.fonts.mobile.families.
|
|
13259
|
+
return theme.fonts.mobile.families.overline;
|
|
13466
13260
|
}, function (_ref265) {
|
|
13467
13261
|
var theme = _ref265.theme;
|
|
13468
|
-
return theme.fonts.mobile.families.
|
|
13262
|
+
return theme.fonts.mobile.families.subtitles;
|
|
13469
13263
|
}, function (_ref266) {
|
|
13470
13264
|
var theme = _ref266.theme;
|
|
13471
|
-
return theme.fonts.mobile.families.
|
|
13265
|
+
return theme.fonts.mobile.families.peopleListingRole;
|
|
13472
13266
|
}, function (_ref267) {
|
|
13473
13267
|
var theme = _ref267.theme;
|
|
13474
|
-
return theme.fonts.mobile.families.
|
|
13268
|
+
return theme.fonts.mobile.families.body;
|
|
13475
13269
|
}, function (_ref268) {
|
|
13476
13270
|
var theme = _ref268.theme;
|
|
13477
|
-
return theme.fonts.mobile.
|
|
13271
|
+
return theme.fonts.mobile.fontFeatureSettings.headers;
|
|
13478
13272
|
}, function (_ref269) {
|
|
13479
13273
|
var theme = _ref269.theme;
|
|
13480
|
-
return theme.fonts.mobile.
|
|
13274
|
+
return theme.fonts.mobile.fontFeatureSettings.altHeaders;
|
|
13481
13275
|
}, function (_ref270) {
|
|
13482
13276
|
var theme = _ref270.theme;
|
|
13483
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13277
|
+
return theme.fonts.mobile.fontFeatureSettings.overline;
|
|
13484
13278
|
}, function (_ref271) {
|
|
13485
13279
|
var theme = _ref271.theme;
|
|
13486
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13280
|
+
return theme.fonts.mobile.fontFeatureSettings.subtitles;
|
|
13487
13281
|
}, function (_ref272) {
|
|
13488
13282
|
var theme = _ref272.theme;
|
|
13489
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13283
|
+
return theme.fonts.mobile.fontFeatureSettings.body;
|
|
13490
13284
|
}, function (_ref273) {
|
|
13491
13285
|
var theme = _ref273.theme;
|
|
13492
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13286
|
+
return theme.fonts.mobile.fontFeatureSettings.navigation;
|
|
13493
13287
|
}, function (_ref274) {
|
|
13494
13288
|
var theme = _ref274.theme;
|
|
13495
|
-
return theme.fonts.mobile.
|
|
13289
|
+
return theme.fonts.mobile.transforms.headers;
|
|
13496
13290
|
}, function (_ref275) {
|
|
13497
13291
|
var theme = _ref275.theme;
|
|
13498
|
-
return theme.fonts.mobile.
|
|
13292
|
+
return theme.fonts.mobile.transforms.altHeaders;
|
|
13499
13293
|
}, function (_ref276) {
|
|
13500
13294
|
var theme = _ref276.theme;
|
|
13501
|
-
return theme.fonts.mobile.transforms.
|
|
13295
|
+
return theme.fonts.mobile.transforms.body;
|
|
13502
13296
|
}, function (_ref277) {
|
|
13503
13297
|
var theme = _ref277.theme;
|
|
13504
|
-
return theme.fonts.mobile.transforms.
|
|
13298
|
+
return theme.fonts.mobile.transforms.overline;
|
|
13505
13299
|
}, function (_ref278) {
|
|
13506
13300
|
var theme = _ref278.theme;
|
|
13507
|
-
return theme.fonts.mobile.transforms.
|
|
13301
|
+
return theme.fonts.mobile.transforms.subtitles;
|
|
13508
13302
|
}, function (_ref279) {
|
|
13509
13303
|
var theme = _ref279.theme;
|
|
13510
|
-
return theme.fonts.mobile.
|
|
13304
|
+
return theme.fonts.mobile.wordBreak.headers;
|
|
13511
13305
|
}, function (_ref280) {
|
|
13512
13306
|
var theme = _ref280.theme;
|
|
13513
|
-
return theme.fonts.mobile.
|
|
13307
|
+
return theme.fonts.mobile.wordBreak.altHeaders;
|
|
13514
13308
|
}, function (_ref281) {
|
|
13515
13309
|
var theme = _ref281.theme;
|
|
13516
|
-
return theme.fonts.mobile.wordBreak.
|
|
13310
|
+
return theme.fonts.mobile.wordBreak.body;
|
|
13517
13311
|
}, function (_ref282) {
|
|
13518
13312
|
var theme = _ref282.theme;
|
|
13519
|
-
return theme.fonts.mobile.wordBreak.
|
|
13313
|
+
return theme.fonts.mobile.wordBreak.overline;
|
|
13520
13314
|
}, function (_ref283) {
|
|
13521
13315
|
var theme = _ref283.theme;
|
|
13522
|
-
return theme.fonts.mobile.wordBreak.
|
|
13316
|
+
return theme.fonts.mobile.wordBreak.subtitles;
|
|
13523
13317
|
}, function (_ref284) {
|
|
13524
13318
|
var theme = _ref284.theme;
|
|
13525
|
-
return theme.
|
|
13319
|
+
return theme.grid.mobile.margin;
|
|
13526
13320
|
}, function (_ref285) {
|
|
13527
13321
|
var theme = _ref285.theme;
|
|
13528
|
-
return theme.
|
|
13322
|
+
return theme.grid.mobile.gap;
|
|
13529
13323
|
}, function (_ref286) {
|
|
13530
13324
|
var theme = _ref286.theme;
|
|
13531
13325
|
return theme.grid.mobile.margin;
|
|
@@ -13534,50 +13328,50 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
13534
13328
|
return theme.grid.mobile.gap;
|
|
13535
13329
|
}, function (_ref288) {
|
|
13536
13330
|
var theme = _ref288.theme;
|
|
13537
|
-
return theme.grid.mobile.
|
|
13331
|
+
return theme.grid.mobile.gap;
|
|
13538
13332
|
}, function (_ref289) {
|
|
13539
13333
|
var theme = _ref289.theme;
|
|
13540
|
-
return theme.grid.mobile.
|
|
13334
|
+
return theme.grid.mobile.margin;
|
|
13541
13335
|
}, function (_ref290) {
|
|
13542
13336
|
var theme = _ref290.theme;
|
|
13543
|
-
return theme.
|
|
13337
|
+
return theme.footer.mobile.height;
|
|
13544
13338
|
}, function (_ref291) {
|
|
13545
13339
|
var theme = _ref291.theme;
|
|
13546
|
-
return theme.
|
|
13340
|
+
return theme.footer.mobile.paddingTop;
|
|
13547
13341
|
}, function (_ref292) {
|
|
13548
13342
|
var theme = _ref292.theme;
|
|
13549
|
-
return theme.footer.mobile.
|
|
13343
|
+
return theme.footer.mobile.paddingBottom;
|
|
13550
13344
|
}, function (_ref293) {
|
|
13551
13345
|
var theme = _ref293.theme;
|
|
13552
|
-
return theme.footer.mobile.
|
|
13346
|
+
return theme.footer.mobile.itemsGap;
|
|
13553
13347
|
}, function (_ref294) {
|
|
13554
13348
|
var theme = _ref294.theme;
|
|
13555
|
-
return theme.footer.mobile.
|
|
13349
|
+
return theme.footer.mobile.mediaGap;
|
|
13556
13350
|
}, function (_ref295) {
|
|
13557
13351
|
var theme = _ref295.theme;
|
|
13558
|
-
return theme.footer.mobile.
|
|
13352
|
+
return theme.footer.mobile.mediaIconWidth;
|
|
13559
13353
|
}, function (_ref296) {
|
|
13560
13354
|
var theme = _ref296.theme;
|
|
13561
|
-
return theme.footer.mobile.
|
|
13355
|
+
return theme.footer.mobile.mediaIconHeight;
|
|
13562
13356
|
}, function (_ref297) {
|
|
13563
13357
|
var theme = _ref297.theme;
|
|
13564
|
-
return theme.footer.mobile.
|
|
13358
|
+
return theme.footer.mobile.verticalSpacingLarge;
|
|
13565
13359
|
}, function (_ref298) {
|
|
13566
13360
|
var theme = _ref298.theme;
|
|
13567
|
-
return theme.footer.mobile.
|
|
13361
|
+
return theme.footer.mobile.verticalSpacingSmall;
|
|
13568
13362
|
}, function (_ref299) {
|
|
13569
13363
|
var theme = _ref299.theme;
|
|
13570
|
-
return theme.
|
|
13364
|
+
return theme.spacing[10];
|
|
13571
13365
|
}, function (_ref300) {
|
|
13572
13366
|
var theme = _ref300.theme;
|
|
13573
|
-
return theme.
|
|
13574
|
-
}, function (_ref301) {
|
|
13367
|
+
return theme.spacing[6];
|
|
13368
|
+
}, devices.tablet, function (_ref301) {
|
|
13575
13369
|
var theme = _ref301.theme;
|
|
13576
|
-
return theme.
|
|
13370
|
+
return theme.grid.tablet.margin;
|
|
13577
13371
|
}, function (_ref302) {
|
|
13578
13372
|
var theme = _ref302.theme;
|
|
13579
|
-
return theme.
|
|
13580
|
-
},
|
|
13373
|
+
return theme.grid.tablet.gap;
|
|
13374
|
+
}, function (_ref303) {
|
|
13581
13375
|
var theme = _ref303.theme;
|
|
13582
13376
|
return theme.grid.tablet.margin;
|
|
13583
13377
|
}, function (_ref304) {
|
|
@@ -13585,36 +13379,30 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
13585
13379
|
return theme.grid.tablet.gap;
|
|
13586
13380
|
}, function (_ref305) {
|
|
13587
13381
|
var theme = _ref305.theme;
|
|
13588
|
-
return theme.grid.tablet.
|
|
13382
|
+
return theme.grid.tablet.gap;
|
|
13589
13383
|
}, function (_ref306) {
|
|
13590
13384
|
var theme = _ref306.theme;
|
|
13591
|
-
return theme.grid.tablet.
|
|
13385
|
+
return theme.grid.tablet.margin;
|
|
13592
13386
|
}, function (_ref307) {
|
|
13593
13387
|
var theme = _ref307.theme;
|
|
13594
|
-
return theme.
|
|
13388
|
+
return theme.spacing[10];
|
|
13595
13389
|
}, function (_ref308) {
|
|
13596
13390
|
var theme = _ref308.theme;
|
|
13597
|
-
return theme.
|
|
13391
|
+
return theme.spacing[6];
|
|
13598
13392
|
}, function (_ref309) {
|
|
13599
13393
|
var theme = _ref309.theme;
|
|
13600
|
-
return theme.
|
|
13394
|
+
return theme.fonts.tablet.sizes.headers[6];
|
|
13601
13395
|
}, function (_ref310) {
|
|
13602
13396
|
var theme = _ref310.theme;
|
|
13603
|
-
return theme.
|
|
13397
|
+
return theme.fonts.tablet.sizes.altHeaders[4];
|
|
13604
13398
|
}, function (_ref311) {
|
|
13605
13399
|
var theme = _ref311.theme;
|
|
13606
|
-
return theme.fonts.tablet.sizes.
|
|
13400
|
+
return theme.fonts.tablet.sizes.body[1];
|
|
13607
13401
|
}, function (_ref312) {
|
|
13608
13402
|
var theme = _ref312.theme;
|
|
13609
|
-
return theme.
|
|
13403
|
+
return theme.footer.tablet.paddingTop;
|
|
13610
13404
|
}, function (_ref313) {
|
|
13611
13405
|
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
13406
|
return theme.footer.tablet.paddingBottom;
|
|
13619
13407
|
}, devices.desktop, devices.largeDesktop);
|
|
13620
13408
|
|