@uoguelph/web-components 2.0.9-rc.0 → 2.0.9
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/uofg-web-components/{index-BxiW26Pq.js → index-vFAkOjrl.js} +4977 -4905
- package/dist/uofg-web-components/uofg-footer.esm.js +100 -103
- package/dist/uofg-web-components/uofg-header.esm.js +787 -704
- package/dist/uofg-web-components/uofg-web-components.esm.js +3 -4
- package/package.json +1 -1
- package/dist/uofg-web-components/index-CsiSOAU0.js +0 -139
- package/dist/uofg-web-components/index-client-DG7fHzcC.js +0 -20
- package/dist/uofg-web-components/legacy-Bte-v9mf.js +0 -98
- package/dist/uofg-web-components/slot-DAai__2s.js +0 -18
- package/dist/uofg-web-components/uofg-alert.esm.js +0 -74
- package/dist/uofg-web-components/uofg-back-to-top.esm.js +0 -33
- package/dist/uofg-web-components/uofg-modal.esm.js +0 -231
- package/dist/uofg-web-components/window-Br-wveUj.js +0 -25
|
@@ -1,362 +1,445 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
throw TypeError(
|
|
1
|
+
var u2 = Object.defineProperty;
|
|
2
|
+
var P1 = (e) => {
|
|
3
|
+
throw TypeError(e);
|
|
4
4
|
};
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
import { a as $2 } from "./window-Br-wveUj.js";
|
|
11
|
-
import { s as Z1, i as y1, h as b1 } from "./legacy-Bte-v9mf.js";
|
|
12
|
-
import { c as z1 } from "./index-CsiSOAU0.js";
|
|
13
|
-
const M2 = () => performance.now(), K = {
|
|
5
|
+
var v2 = (e, t, r) => t in e ? u2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
6
|
+
var T1 = (e, t, r) => v2(e, typeof t != "symbol" ? t + "" : t, r), Z1 = (e, t, r) => t.has(e) || P1("Cannot " + r);
|
|
7
|
+
var J = (e, t, r) => (Z1(e, t, "read from private field"), r ? r.call(e) : t.get(e)), d1 = (e, t, r) => t.has(e) ? P1("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), k1 = (e, t, r, a) => (Z1(e, t, "write to private field"), a ? a.call(e, r) : t.set(e, r), r), A1 = (e, t, r) => (Z1(e, t, "access private method"), r);
|
|
8
|
+
import { T as h2, U as f2, V as d2, W as p2, X as N1, Y as _1, Z as g2, _ as j1, $ as b2, a0 as x2, a1 as F, a2 as m2, a3 as w2, a4 as _2, a5 as y2, a6 as $2, a7 as M2, i as s, R as K, c as R, p as G, a as P, a8 as W1, f as k, E as L1, d as $, H as U, J as N, t as z, a9 as Z2, k as m, m as D, n as T, r as b, s as A, g as W, h as Y, I, G as O, aa as k2, ab as y1, j, ac as V2, ad as L2, b as E1, C as $1, e as H, N as F1, ae as r1, F as q, af as M1, o as x1, l as c1, ag as B1, D as H1, ah as R1, O as n1, Q as q1, P as S2, S as C2 } from "./index-vFAkOjrl.js";
|
|
9
|
+
const z2 = () => performance.now(), Q = {
|
|
14
10
|
// don't access requestAnimationFrame eagerly outside method
|
|
15
11
|
// this allows basic testing of user code without JSDOM
|
|
16
12
|
// bunder will eval and remove ternary when the user's app is built
|
|
17
13
|
tick: (
|
|
18
14
|
/** @param {any} _ */
|
|
19
|
-
(
|
|
15
|
+
(e) => requestAnimationFrame(e)
|
|
20
16
|
),
|
|
21
|
-
now: () =>
|
|
17
|
+
now: () => z2(),
|
|
22
18
|
tasks: /* @__PURE__ */ new Set()
|
|
23
19
|
};
|
|
24
|
-
function
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
t.c(
|
|
28
|
-
}),
|
|
20
|
+
function O1() {
|
|
21
|
+
const e = Q.now();
|
|
22
|
+
Q.tasks.forEach((t) => {
|
|
23
|
+
t.c(e) || (Q.tasks.delete(t), t.f());
|
|
24
|
+
}), Q.tasks.size !== 0 && Q.tick(O1);
|
|
29
25
|
}
|
|
30
|
-
function
|
|
26
|
+
function N2(e) {
|
|
31
27
|
let t;
|
|
32
|
-
return
|
|
33
|
-
promise: new Promise((
|
|
34
|
-
|
|
28
|
+
return Q.tasks.size === 0 && Q.tick(O1), {
|
|
29
|
+
promise: new Promise((r) => {
|
|
30
|
+
Q.tasks.add(t = { c: e, f: r });
|
|
35
31
|
}),
|
|
36
32
|
abort() {
|
|
37
|
-
|
|
33
|
+
Q.tasks.delete(t);
|
|
38
34
|
}
|
|
39
35
|
};
|
|
40
36
|
}
|
|
41
|
-
function
|
|
42
|
-
|
|
43
|
-
|
|
37
|
+
function g1(e, t) {
|
|
38
|
+
j1(() => {
|
|
39
|
+
e.dispatchEvent(new CustomEvent(t));
|
|
44
40
|
});
|
|
45
41
|
}
|
|
46
|
-
function
|
|
47
|
-
if (
|
|
48
|
-
if (
|
|
49
|
-
if (
|
|
50
|
-
const t =
|
|
42
|
+
function j2(e) {
|
|
43
|
+
if (e === "float") return "cssFloat";
|
|
44
|
+
if (e === "offset") return "cssOffset";
|
|
45
|
+
if (e.startsWith("--")) return e;
|
|
46
|
+
const t = e.split("-");
|
|
51
47
|
return t.length === 1 ? t[0] : t[0] + t.slice(1).map(
|
|
52
48
|
/** @param {any} word */
|
|
53
|
-
(
|
|
49
|
+
(r) => r[0].toUpperCase() + r.slice(1)
|
|
54
50
|
).join("");
|
|
55
51
|
}
|
|
56
|
-
function
|
|
57
|
-
const t = {},
|
|
58
|
-
for (const
|
|
59
|
-
const [
|
|
60
|
-
if (!
|
|
61
|
-
const c =
|
|
62
|
-
t[c] =
|
|
52
|
+
function U1(e) {
|
|
53
|
+
const t = {}, r = e.split(";");
|
|
54
|
+
for (const a of r) {
|
|
55
|
+
const [w, d] = a.split(":");
|
|
56
|
+
if (!w || d === void 0) break;
|
|
57
|
+
const c = j2(w.trim());
|
|
58
|
+
t[c] = d.trim();
|
|
63
59
|
}
|
|
64
60
|
return t;
|
|
65
61
|
}
|
|
66
|
-
const
|
|
67
|
-
function
|
|
68
|
-
var
|
|
69
|
-
var
|
|
70
|
-
function
|
|
71
|
-
return
|
|
62
|
+
const E2 = (e) => e;
|
|
63
|
+
function a1(e, t, r, a) {
|
|
64
|
+
var u;
|
|
65
|
+
var w = (e & g2) !== 0, d = "both", c, v = t.inert, y = t.style.overflow, o, h;
|
|
66
|
+
function n() {
|
|
67
|
+
return j1(() => c ?? (c = r()(t, (a == null ? void 0 : a()) ?? /** @type {P} */
|
|
72
68
|
{}, {
|
|
73
|
-
direction:
|
|
69
|
+
direction: d
|
|
74
70
|
})));
|
|
75
71
|
}
|
|
76
|
-
var
|
|
77
|
-
is_global:
|
|
72
|
+
var i = {
|
|
73
|
+
is_global: w,
|
|
78
74
|
in() {
|
|
79
|
-
t.inert =
|
|
80
|
-
|
|
75
|
+
t.inert = v, g1(t, "introstart"), o = S1(t, n(), h, 1, () => {
|
|
76
|
+
g1(t, "introend"), o == null || o.abort(), o = c = void 0, t.style.overflow = y;
|
|
81
77
|
});
|
|
82
78
|
},
|
|
83
|
-
out(
|
|
84
|
-
t.inert = !0,
|
|
85
|
-
|
|
79
|
+
out(l) {
|
|
80
|
+
t.inert = !0, g1(t, "outrostart"), h = S1(t, n(), o, 0, () => {
|
|
81
|
+
g1(t, "outroend"), l == null || l();
|
|
86
82
|
});
|
|
87
83
|
},
|
|
88
84
|
stop: () => {
|
|
89
|
-
|
|
85
|
+
o == null || o.abort(), h == null || h.abort();
|
|
90
86
|
}
|
|
91
|
-
},
|
|
87
|
+
}, f = (
|
|
92
88
|
/** @type {Effect & { nodes: EffectNodes }} */
|
|
93
|
-
|
|
89
|
+
h2
|
|
94
90
|
);
|
|
95
|
-
if (((
|
|
96
|
-
var
|
|
97
|
-
if (!
|
|
98
|
-
for (var
|
|
91
|
+
if (((u = f.nodes).t ?? (u.t = [])).push(i), m2) {
|
|
92
|
+
var M = w;
|
|
93
|
+
if (!M) {
|
|
94
|
+
for (var _ = (
|
|
99
95
|
/** @type {Effect | null} */
|
|
100
|
-
|
|
101
|
-
);
|
|
102
|
-
for (; (
|
|
96
|
+
f.parent
|
|
97
|
+
); _ && (_.f & f2) !== 0; )
|
|
98
|
+
for (; (_ = _.parent) && (_.f & d2) === 0; )
|
|
103
99
|
;
|
|
104
|
-
|
|
100
|
+
M = !_ || (_.f & p2) !== 0;
|
|
105
101
|
}
|
|
106
|
-
|
|
107
|
-
|
|
102
|
+
M && N1(() => {
|
|
103
|
+
_1(() => i.in());
|
|
108
104
|
});
|
|
109
105
|
}
|
|
110
106
|
}
|
|
111
|
-
function
|
|
112
|
-
var
|
|
113
|
-
if (
|
|
114
|
-
var c,
|
|
115
|
-
return
|
|
116
|
-
if (!
|
|
117
|
-
var
|
|
118
|
-
c =
|
|
107
|
+
function S1(e, t, r, a, w) {
|
|
108
|
+
var d = a === 1;
|
|
109
|
+
if (b2(t)) {
|
|
110
|
+
var c, v = !1;
|
|
111
|
+
return x2(() => {
|
|
112
|
+
if (!v) {
|
|
113
|
+
var u = t({ direction: d ? "in" : "out" });
|
|
114
|
+
c = S1(e, u, r, a, w);
|
|
119
115
|
}
|
|
120
116
|
}), {
|
|
121
117
|
abort: () => {
|
|
122
|
-
|
|
118
|
+
v = !0, c == null || c.abort();
|
|
123
119
|
},
|
|
124
120
|
deactivate: () => c.deactivate(),
|
|
125
121
|
reset: () => c.reset(),
|
|
126
122
|
t: () => c.t()
|
|
127
123
|
};
|
|
128
124
|
}
|
|
129
|
-
if (
|
|
130
|
-
return
|
|
131
|
-
abort:
|
|
132
|
-
deactivate:
|
|
133
|
-
reset:
|
|
134
|
-
t: () =>
|
|
125
|
+
if (r == null || r.deactivate(), !(t != null && t.duration))
|
|
126
|
+
return w(), {
|
|
127
|
+
abort: F,
|
|
128
|
+
deactivate: F,
|
|
129
|
+
reset: F,
|
|
130
|
+
t: () => a
|
|
135
131
|
};
|
|
136
|
-
const { delay:
|
|
137
|
-
var
|
|
138
|
-
if (
|
|
139
|
-
var
|
|
140
|
-
|
|
132
|
+
const { delay: y = 0, css: o, tick: h, easing: n = E2 } = t;
|
|
133
|
+
var i = [];
|
|
134
|
+
if (d && r === void 0 && (h && h(0, 1), o)) {
|
|
135
|
+
var f = U1(o(0, 1));
|
|
136
|
+
i.push(f, f);
|
|
141
137
|
}
|
|
142
|
-
var
|
|
143
|
-
return
|
|
144
|
-
|
|
145
|
-
var
|
|
146
|
-
|
|
147
|
-
var
|
|
138
|
+
var M = () => 1 - a, _ = e.animate(i, { duration: y, fill: "forwards" });
|
|
139
|
+
return _.onfinish = () => {
|
|
140
|
+
_.cancel();
|
|
141
|
+
var u = (r == null ? void 0 : r.t()) ?? 1 - a;
|
|
142
|
+
r == null || r.abort();
|
|
143
|
+
var l = a - u, p = (
|
|
148
144
|
/** @type {number} */
|
|
149
|
-
t.duration * Math.abs(
|
|
150
|
-
),
|
|
151
|
-
if (
|
|
152
|
-
var
|
|
153
|
-
if (
|
|
154
|
-
for (var
|
|
155
|
-
var L =
|
|
156
|
-
|
|
145
|
+
t.duration * Math.abs(l)
|
|
146
|
+
), Z = [];
|
|
147
|
+
if (p > 0) {
|
|
148
|
+
var x = !1;
|
|
149
|
+
if (o)
|
|
150
|
+
for (var S = Math.ceil(p / 16.666666666666668), V = 0; V <= S; V += 1) {
|
|
151
|
+
var L = u + l * n(V / S), g = U1(o(L, 1 - L));
|
|
152
|
+
Z.push(g), x || (x = g.overflow === "hidden");
|
|
157
153
|
}
|
|
158
|
-
|
|
159
|
-
var
|
|
154
|
+
x && (e.style.overflow = "hidden"), M = () => {
|
|
155
|
+
var C = (
|
|
160
156
|
/** @type {number} */
|
|
161
157
|
/** @type {globalThis.Animation} */
|
|
162
|
-
|
|
158
|
+
_.currentTime
|
|
163
159
|
);
|
|
164
|
-
return
|
|
165
|
-
},
|
|
166
|
-
if (
|
|
167
|
-
var
|
|
168
|
-
return
|
|
160
|
+
return u + l * n(C / p);
|
|
161
|
+
}, h && N2(() => {
|
|
162
|
+
if (_.playState !== "running") return !1;
|
|
163
|
+
var C = M();
|
|
164
|
+
return h(C, 1 - C), !0;
|
|
169
165
|
});
|
|
170
166
|
}
|
|
171
|
-
|
|
172
|
-
|
|
167
|
+
_ = e.animate(Z, { duration: p, fill: "forwards" }), _.onfinish = () => {
|
|
168
|
+
M = () => a, h == null || h(a, 1 - a), w();
|
|
173
169
|
};
|
|
174
170
|
}, {
|
|
175
171
|
abort: () => {
|
|
176
|
-
|
|
172
|
+
_ && (_.cancel(), _.effect = null, _.onfinish = F);
|
|
177
173
|
},
|
|
178
174
|
deactivate: () => {
|
|
179
|
-
|
|
175
|
+
w = F;
|
|
180
176
|
},
|
|
181
177
|
reset: () => {
|
|
182
|
-
|
|
178
|
+
a === 0 && (h == null || h(1, 0));
|
|
183
179
|
},
|
|
184
|
-
t: () =>
|
|
180
|
+
t: () => M()
|
|
185
181
|
};
|
|
186
182
|
}
|
|
187
|
-
function
|
|
188
|
-
|
|
189
|
-
var
|
|
190
|
-
if (
|
|
183
|
+
function P2(e, t, r) {
|
|
184
|
+
N1(() => {
|
|
185
|
+
var a = _1(() => t(e, r == null ? void 0 : r()) || {});
|
|
186
|
+
if (a != null && a.destroy)
|
|
191
187
|
return () => (
|
|
192
188
|
/** @type {Function} */
|
|
193
|
-
|
|
189
|
+
a.destroy()
|
|
194
190
|
);
|
|
195
191
|
});
|
|
196
192
|
}
|
|
197
|
-
var X,
|
|
198
|
-
const
|
|
193
|
+
var X, i1, p1, m1, G1;
|
|
194
|
+
const w1 = class w1 {
|
|
199
195
|
/** @param {ResizeObserverOptions} options */
|
|
200
196
|
constructor(t) {
|
|
201
|
-
|
|
197
|
+
d1(this, m1);
|
|
202
198
|
/** */
|
|
203
|
-
|
|
199
|
+
d1(this, X, /* @__PURE__ */ new WeakMap());
|
|
204
200
|
/** @type {ResizeObserver | undefined} */
|
|
205
|
-
|
|
201
|
+
d1(this, i1);
|
|
206
202
|
/** @type {ResizeObserverOptions} */
|
|
207
|
-
|
|
208
|
-
|
|
203
|
+
d1(this, p1);
|
|
204
|
+
k1(this, p1, t);
|
|
209
205
|
}
|
|
210
206
|
/**
|
|
211
207
|
* @param {Element} element
|
|
212
208
|
* @param {(entry: ResizeObserverEntry) => any} listener
|
|
213
209
|
*/
|
|
214
|
-
observe(t,
|
|
215
|
-
var
|
|
216
|
-
return
|
|
217
|
-
var
|
|
218
|
-
|
|
210
|
+
observe(t, r) {
|
|
211
|
+
var a = J(this, X).get(t) || /* @__PURE__ */ new Set();
|
|
212
|
+
return a.add(r), J(this, X).set(t, a), A1(this, m1, G1).call(this).observe(t, J(this, p1)), () => {
|
|
213
|
+
var w = J(this, X).get(t);
|
|
214
|
+
w.delete(r), w.size === 0 && (J(this, X).delete(t), J(this, i1).unobserve(t));
|
|
219
215
|
};
|
|
220
216
|
}
|
|
221
217
|
};
|
|
222
|
-
X = new WeakMap(),
|
|
223
|
-
return
|
|
218
|
+
X = new WeakMap(), i1 = new WeakMap(), p1 = new WeakMap(), m1 = new WeakSet(), G1 = function() {
|
|
219
|
+
return J(this, i1) ?? k1(this, i1, new ResizeObserver(
|
|
224
220
|
/** @param {any} entries */
|
|
225
221
|
(t) => {
|
|
226
|
-
for (var
|
|
227
|
-
|
|
228
|
-
for (var
|
|
229
|
-
|
|
222
|
+
for (var r of t) {
|
|
223
|
+
w1.entries.set(r.target, r);
|
|
224
|
+
for (var a of J(this, X).get(r.target) || [])
|
|
225
|
+
a(r);
|
|
230
226
|
}
|
|
231
227
|
}
|
|
232
228
|
));
|
|
233
229
|
}, /** @static */
|
|
234
|
-
|
|
235
|
-
let
|
|
236
|
-
var
|
|
230
|
+
T1(w1, "entries", /* @__PURE__ */ new WeakMap());
|
|
231
|
+
let C1 = w1;
|
|
232
|
+
var T2 = /* @__PURE__ */ new C1({
|
|
237
233
|
box: "border-box"
|
|
238
234
|
});
|
|
239
|
-
function
|
|
240
|
-
var
|
|
241
|
-
|
|
235
|
+
function b1(e, t, r) {
|
|
236
|
+
var a = T2.observe(e, () => r(e[t]));
|
|
237
|
+
N1(() => (_1(() => r(e[t])), a));
|
|
238
|
+
}
|
|
239
|
+
function A2(e, t) {
|
|
240
|
+
w2(window, ["resize"], () => j1(() => t(window[e])));
|
|
241
|
+
}
|
|
242
|
+
function D1(e, t, r) {
|
|
243
|
+
if (e == null)
|
|
244
|
+
return t(void 0), F;
|
|
245
|
+
const a = _1(
|
|
246
|
+
() => e.subscribe(
|
|
247
|
+
t,
|
|
248
|
+
// @ts-expect-error
|
|
249
|
+
r
|
|
250
|
+
)
|
|
251
|
+
);
|
|
252
|
+
return a.unsubscribe ? () => a.unsubscribe() : a;
|
|
253
|
+
}
|
|
254
|
+
const o1 = [];
|
|
255
|
+
function J1(e, t = F) {
|
|
256
|
+
let r = null;
|
|
257
|
+
const a = /* @__PURE__ */ new Set();
|
|
258
|
+
function w(v) {
|
|
259
|
+
if (_2(e, v) && (e = v, r)) {
|
|
260
|
+
const y = !o1.length;
|
|
261
|
+
for (const o of a)
|
|
262
|
+
o[1](), o1.push(o, e);
|
|
263
|
+
if (y) {
|
|
264
|
+
for (let o = 0; o < o1.length; o += 2)
|
|
265
|
+
o1[o][0](o1[o + 1]);
|
|
266
|
+
o1.length = 0;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
function d(v) {
|
|
271
|
+
w(v(
|
|
272
|
+
/** @type {T} */
|
|
273
|
+
e
|
|
274
|
+
));
|
|
275
|
+
}
|
|
276
|
+
function c(v, y = F) {
|
|
277
|
+
const o = [v, y];
|
|
278
|
+
return a.add(o), a.size === 1 && (r = t(w, d) || F), v(
|
|
279
|
+
/** @type {T} */
|
|
280
|
+
e
|
|
281
|
+
), () => {
|
|
282
|
+
a.delete(o), a.size === 0 && r && (r(), r = null);
|
|
283
|
+
};
|
|
284
|
+
}
|
|
285
|
+
return { set: w, update: d, subscribe: c };
|
|
286
|
+
}
|
|
287
|
+
function F2(e) {
|
|
288
|
+
let t;
|
|
289
|
+
return D1(e, (r) => t = r)(), t;
|
|
242
290
|
}
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
291
|
+
let z1 = Symbol();
|
|
292
|
+
function u1(e, t, r) {
|
|
293
|
+
const a = r[t] ?? (r[t] = {
|
|
294
|
+
store: null,
|
|
295
|
+
source: M2(void 0),
|
|
296
|
+
unsubscribe: F
|
|
297
|
+
});
|
|
298
|
+
if (a.store !== e && !(z1 in r))
|
|
299
|
+
if (a.unsubscribe(), a.store = e ?? null, e == null)
|
|
300
|
+
a.source.v = void 0, a.unsubscribe = F;
|
|
301
|
+
else {
|
|
302
|
+
var w = !0;
|
|
303
|
+
a.unsubscribe = D1(e, (d) => {
|
|
304
|
+
w ? a.source.v = d : K(a.source, d);
|
|
305
|
+
}), w = !1;
|
|
306
|
+
}
|
|
307
|
+
return e && z1 in r ? F2(e) : s(a.source);
|
|
308
|
+
}
|
|
309
|
+
function K1(e, t) {
|
|
310
|
+
return e.set(t), t;
|
|
311
|
+
}
|
|
312
|
+
function v1() {
|
|
313
|
+
const e = {};
|
|
314
|
+
function t() {
|
|
315
|
+
y2(() => {
|
|
316
|
+
for (var r in e)
|
|
317
|
+
e[r].unsubscribe();
|
|
318
|
+
$2(e, z1, {
|
|
319
|
+
enumerable: !1,
|
|
320
|
+
value: !0
|
|
321
|
+
});
|
|
322
|
+
});
|
|
323
|
+
}
|
|
324
|
+
return [e, t];
|
|
325
|
+
}
|
|
326
|
+
const V1 = (e) => {
|
|
327
|
+
const t = function(a) {
|
|
328
|
+
e.contains(a.relatedTarget) || e.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1, detail: a }));
|
|
329
|
+
}, r = function(a) {
|
|
330
|
+
e.contains(a.relatedTarget) || e.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1, detail: a }));
|
|
248
331
|
};
|
|
249
|
-
return
|
|
332
|
+
return e.addEventListener("focusin", r), e.addEventListener("focusout", t), {
|
|
250
333
|
destroy() {
|
|
251
|
-
|
|
334
|
+
e.removeEventListener("focusin", r), e.removeEventListener("focusout", t);
|
|
252
335
|
}
|
|
253
336
|
};
|
|
254
337
|
};
|
|
255
|
-
var
|
|
256
|
-
function t1(
|
|
257
|
-
|
|
258
|
-
const
|
|
259
|
-
let
|
|
260
|
-
const
|
|
261
|
-
|
|
262
|
-
const
|
|
263
|
-
c() &&
|
|
338
|
+
var U2 = k('<div tabindex="-1"><!> <!></div>');
|
|
339
|
+
function t1(e, t) {
|
|
340
|
+
G(t, !0);
|
|
341
|
+
const r = () => u1(o, "$open", a), [a, w] = v1();
|
|
342
|
+
let d = P(t, "class"), c = P(t, "autoCollapse", 7, !0), v = P(t, "button"), y = P(t, "children");
|
|
343
|
+
const o = J1(!1);
|
|
344
|
+
W1("menu", o);
|
|
345
|
+
const h = () => {
|
|
346
|
+
c() && K1(o, !1);
|
|
264
347
|
};
|
|
265
|
-
var
|
|
348
|
+
var n = {
|
|
266
349
|
get class() {
|
|
267
|
-
return
|
|
350
|
+
return d();
|
|
268
351
|
},
|
|
269
|
-
set class(
|
|
270
|
-
|
|
352
|
+
set class(l) {
|
|
353
|
+
d(l), T();
|
|
271
354
|
},
|
|
272
355
|
get autoCollapse() {
|
|
273
356
|
return c();
|
|
274
357
|
},
|
|
275
|
-
set autoCollapse(
|
|
276
|
-
c(
|
|
358
|
+
set autoCollapse(l = !0) {
|
|
359
|
+
c(l), T();
|
|
277
360
|
},
|
|
278
361
|
get button() {
|
|
279
|
-
return
|
|
362
|
+
return v();
|
|
280
363
|
},
|
|
281
|
-
set button(
|
|
282
|
-
|
|
364
|
+
set button(l) {
|
|
365
|
+
v(l), T();
|
|
283
366
|
},
|
|
284
367
|
get children() {
|
|
285
|
-
return
|
|
368
|
+
return y();
|
|
286
369
|
},
|
|
287
|
-
set children(
|
|
288
|
-
|
|
370
|
+
set children(l) {
|
|
371
|
+
y(l), T();
|
|
289
372
|
}
|
|
290
|
-
},
|
|
291
|
-
|
|
292
|
-
var
|
|
373
|
+
}, i = U2(), f = $(i);
|
|
374
|
+
L1(f, () => v() ?? F);
|
|
375
|
+
var M = U(f, 2);
|
|
293
376
|
{
|
|
294
|
-
var
|
|
295
|
-
var
|
|
296
|
-
|
|
377
|
+
var _ = (l) => {
|
|
378
|
+
var p = I(), Z = O(p);
|
|
379
|
+
L1(Z, () => y() ?? F), m(l, p);
|
|
297
380
|
};
|
|
298
|
-
|
|
299
|
-
|
|
381
|
+
N(M, (l) => {
|
|
382
|
+
r() && l(_);
|
|
300
383
|
});
|
|
301
384
|
}
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}),
|
|
305
|
-
var
|
|
306
|
-
return
|
|
385
|
+
b(i), P2(i, (l) => V1 == null ? void 0 : V1(l)), z(() => {
|
|
386
|
+
A(i, 1, W(d())), Y(i, "data-expanded", r());
|
|
387
|
+
}), Z2("focusoutside", i, h), m(e, i);
|
|
388
|
+
var u = D(n);
|
|
389
|
+
return w(), u;
|
|
307
390
|
}
|
|
308
|
-
|
|
309
|
-
var
|
|
310
|
-
function e1(
|
|
311
|
-
|
|
312
|
-
const
|
|
313
|
-
let
|
|
314
|
-
const
|
|
315
|
-
var
|
|
316
|
-
|
|
391
|
+
R(t1, { class: {}, autoCollapse: {}, button: {}, children: {} }, [], [], !0);
|
|
392
|
+
var W2 = k('<span class="sr-only"> </span>'), B2 = k('<button aria-haspopup="true"><!> <!></button>');
|
|
393
|
+
function e1(e, t) {
|
|
394
|
+
G(t, !0);
|
|
395
|
+
const r = () => u1(y, "$open", a), [a, w] = v1();
|
|
396
|
+
let d = P(t, "class"), c = P(t, "label"), v = P(t, "children");
|
|
397
|
+
const y = y1("menu"), o = (u) => {
|
|
398
|
+
var l;
|
|
399
|
+
K1(y, !r()), (l = u.target) == null || l.focus();
|
|
317
400
|
};
|
|
318
|
-
var
|
|
401
|
+
var h = {
|
|
319
402
|
get class() {
|
|
320
|
-
return
|
|
403
|
+
return d();
|
|
321
404
|
},
|
|
322
|
-
set class(
|
|
323
|
-
|
|
405
|
+
set class(u) {
|
|
406
|
+
d(u), T();
|
|
324
407
|
},
|
|
325
408
|
get label() {
|
|
326
409
|
return c();
|
|
327
410
|
},
|
|
328
|
-
set label(
|
|
329
|
-
c(
|
|
411
|
+
set label(u) {
|
|
412
|
+
c(u), T();
|
|
330
413
|
},
|
|
331
414
|
get children() {
|
|
332
|
-
return
|
|
415
|
+
return v();
|
|
333
416
|
},
|
|
334
|
-
set children(
|
|
335
|
-
|
|
417
|
+
set children(u) {
|
|
418
|
+
v(u), T();
|
|
336
419
|
}
|
|
337
|
-
},
|
|
338
|
-
|
|
339
|
-
var
|
|
340
|
-
|
|
341
|
-
var
|
|
420
|
+
}, n = B2();
|
|
421
|
+
n.__click = o;
|
|
422
|
+
var i = $(n);
|
|
423
|
+
L1(i, () => v() ?? F);
|
|
424
|
+
var f = U(i, 2);
|
|
342
425
|
{
|
|
343
|
-
var
|
|
344
|
-
var
|
|
345
|
-
|
|
426
|
+
var M = (u) => {
|
|
427
|
+
var l = W2(), p = $(l, !0);
|
|
428
|
+
b(l), z(() => j(p, c())), m(u, l);
|
|
346
429
|
};
|
|
347
|
-
|
|
348
|
-
c() &&
|
|
430
|
+
N(f, (u) => {
|
|
431
|
+
c() && u(M);
|
|
349
432
|
});
|
|
350
433
|
}
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
}), m(
|
|
354
|
-
var
|
|
355
|
-
return
|
|
434
|
+
b(n), z(() => {
|
|
435
|
+
A(n, 1, W(d())), Y(n, "aria-expanded", r());
|
|
436
|
+
}), m(e, n);
|
|
437
|
+
var _ = D(h);
|
|
438
|
+
return w(), _;
|
|
356
439
|
}
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
const
|
|
440
|
+
k2(["click"]);
|
|
441
|
+
R(e1, { class: {}, label: {}, children: {} }, [], [], !0);
|
|
442
|
+
const Q1 = [
|
|
360
443
|
{
|
|
361
444
|
text: "About",
|
|
362
445
|
href: "https://uoguelph.ca/about"
|
|
@@ -377,11 +460,11 @@ const D1 = [
|
|
|
377
460
|
text: "Student Life",
|
|
378
461
|
href: "https://www.uoguelph.ca/studentexperience/"
|
|
379
462
|
}
|
|
380
|
-
],
|
|
463
|
+
], I1 = {
|
|
381
464
|
text: "Search the University of Guelph",
|
|
382
465
|
href: "https://uoguelph.ca/search",
|
|
383
|
-
icon:
|
|
384
|
-
},
|
|
466
|
+
icon: L2
|
|
467
|
+
}, X1 = [
|
|
385
468
|
{
|
|
386
469
|
text: "Give",
|
|
387
470
|
href: "https://bbis.alumni.uoguelph.ca/BBIS_Cannon/give/uofg"
|
|
@@ -420,7 +503,7 @@ const D1 = [
|
|
|
420
503
|
href: "https://uoguelph.ca/apply/",
|
|
421
504
|
highlight: !0
|
|
422
505
|
}
|
|
423
|
-
],
|
|
506
|
+
], Y1 = {
|
|
424
507
|
text: "Account Menu",
|
|
425
508
|
items: [
|
|
426
509
|
{
|
|
@@ -444,37 +527,37 @@ const D1 = [
|
|
|
444
527
|
href: "https://gryphlife.uoguelph.ca/"
|
|
445
528
|
}
|
|
446
529
|
],
|
|
447
|
-
icon:
|
|
530
|
+
icon: V2
|
|
448
531
|
};
|
|
449
|
-
function
|
|
450
|
-
const t =
|
|
532
|
+
function H2(e) {
|
|
533
|
+
const t = e - 1;
|
|
451
534
|
return t * t * t + 1;
|
|
452
535
|
}
|
|
453
|
-
function l1(
|
|
454
|
-
const
|
|
455
|
-
(
|
|
536
|
+
function l1(e, { delay: t = 0, duration: r = 400, easing: a = H2, axis: w = "y" } = {}) {
|
|
537
|
+
const d = getComputedStyle(e), c = +d.opacity, v = w === "y" ? "height" : "width", y = parseFloat(d[v]), o = w === "y" ? ["top", "bottom"] : ["left", "right"], h = o.map(
|
|
538
|
+
(l) => (
|
|
456
539
|
/** @type {'Left' | 'Right' | 'Top' | 'Bottom'} */
|
|
457
|
-
`${
|
|
540
|
+
`${l[0].toUpperCase()}${l.slice(1)}`
|
|
458
541
|
)
|
|
459
|
-
),
|
|
460
|
-
|
|
461
|
-
),
|
|
462
|
-
|
|
542
|
+
), n = parseFloat(d[`padding${h[0]}`]), i = parseFloat(d[`padding${h[1]}`]), f = parseFloat(d[`margin${h[0]}`]), M = parseFloat(d[`margin${h[1]}`]), _ = parseFloat(
|
|
543
|
+
d[`border${h[0]}Width`]
|
|
544
|
+
), u = parseFloat(
|
|
545
|
+
d[`border${h[1]}Width`]
|
|
463
546
|
);
|
|
464
547
|
return {
|
|
465
548
|
delay: t,
|
|
466
|
-
duration:
|
|
467
|
-
easing:
|
|
468
|
-
css: (
|
|
549
|
+
duration: r,
|
|
550
|
+
easing: a,
|
|
551
|
+
css: (l) => `overflow: hidden;opacity: ${Math.min(l * 20, 1) * c};${v}: ${l * y}px;padding-${o[0]}: ${l * n}px;padding-${o[1]}: ${l * i}px;margin-${o[0]}: ${l * f}px;margin-${o[1]}: ${l * M}px;border-${o[0]}-width: ${l * _}px;border-${o[1]}-width: ${l * u}px;min-${v}: 0`
|
|
469
552
|
};
|
|
470
553
|
}
|
|
471
|
-
function s1(
|
|
472
|
-
return
|
|
554
|
+
function s1(e) {
|
|
555
|
+
return e < 0.5 ? 4 * e * e * e : 0.5 * Math.pow(2 * e - 2, 3) + 1;
|
|
473
556
|
}
|
|
474
|
-
var
|
|
475
|
-
function
|
|
476
|
-
|
|
477
|
-
const
|
|
557
|
+
var R2 = k("<span> </span> <!>", 1), q2 = k("<a> </a>"), O2 = k("<li><!></li>"), G2 = k("<ul></ul>"), D2 = k("<a> </a>"), J2 = k("<li><!></li>"), K2 = k('<nav aria-label="Secondary"><ul></ul></nav>');
|
|
558
|
+
function t2(e, t) {
|
|
559
|
+
G(t, !1);
|
|
560
|
+
const r = E1({
|
|
478
561
|
slots: {
|
|
479
562
|
base: "flex h-10 justify-end bg-white px-[calc((100%-1320px)/2)] text-lg",
|
|
480
563
|
wrapper: "flex h-full items-center justify-end [&>li]:contents",
|
|
@@ -489,163 +572,163 @@ function I1(a, t) {
|
|
|
489
572
|
hasIcon: { true: { menuButton: "aspect-square" } }
|
|
490
573
|
}
|
|
491
574
|
})();
|
|
492
|
-
|
|
493
|
-
var
|
|
494
|
-
|
|
495
|
-
var
|
|
575
|
+
$1();
|
|
576
|
+
var a = K2(), w = $(a);
|
|
577
|
+
H(w, 5, () => [...X1, Y1], (d) => d.text, (d, c) => {
|
|
578
|
+
var v = J2(), y = $(v);
|
|
496
579
|
{
|
|
497
|
-
var
|
|
580
|
+
var o = (n) => {
|
|
498
581
|
{
|
|
499
|
-
const
|
|
582
|
+
const i = (M) => {
|
|
500
583
|
{
|
|
501
|
-
let
|
|
502
|
-
e1(
|
|
584
|
+
let _ = F1(() => r.menuButton({ hasIcon: !!s(c).icon }));
|
|
585
|
+
e1(M, {
|
|
503
586
|
get class() {
|
|
504
|
-
return
|
|
587
|
+
return s(_);
|
|
505
588
|
},
|
|
506
589
|
get label() {
|
|
507
|
-
return
|
|
590
|
+
return s(c).text;
|
|
508
591
|
},
|
|
509
|
-
children: (
|
|
510
|
-
var
|
|
592
|
+
children: (u, l) => {
|
|
593
|
+
var p = I(), Z = O(p);
|
|
511
594
|
{
|
|
512
|
-
var
|
|
513
|
-
|
|
595
|
+
var x = (V) => {
|
|
596
|
+
q(V, {
|
|
514
597
|
get icon() {
|
|
515
|
-
return
|
|
598
|
+
return s(c).icon;
|
|
516
599
|
}
|
|
517
600
|
});
|
|
518
|
-
},
|
|
519
|
-
var L =
|
|
520
|
-
|
|
521
|
-
var
|
|
522
|
-
|
|
601
|
+
}, S = (V) => {
|
|
602
|
+
var L = R2(), g = O(L), C = $(g, !0);
|
|
603
|
+
b(g);
|
|
604
|
+
var E = U(g, 2);
|
|
605
|
+
q(E, {
|
|
523
606
|
get icon() {
|
|
524
|
-
return
|
|
607
|
+
return M1;
|
|
525
608
|
}
|
|
526
|
-
}), z(() =>
|
|
609
|
+
}), z(() => j(C, s(c).text)), m(V, L);
|
|
527
610
|
};
|
|
528
|
-
|
|
529
|
-
|
|
611
|
+
N(Z, (V) => {
|
|
612
|
+
s(c).icon ? V(x) : V(S, !1);
|
|
530
613
|
});
|
|
531
614
|
}
|
|
532
|
-
m(
|
|
615
|
+
m(u, p);
|
|
533
616
|
},
|
|
534
617
|
$$slots: { default: !0 }
|
|
535
618
|
});
|
|
536
619
|
}
|
|
537
620
|
};
|
|
538
|
-
let
|
|
539
|
-
t1(
|
|
621
|
+
let f = F1(() => r.menu());
|
|
622
|
+
t1(n, {
|
|
540
623
|
get class() {
|
|
541
|
-
return
|
|
624
|
+
return s(f);
|
|
542
625
|
},
|
|
543
|
-
button:
|
|
544
|
-
children: (
|
|
545
|
-
var
|
|
546
|
-
|
|
547
|
-
var
|
|
626
|
+
button: i,
|
|
627
|
+
children: (M, _) => {
|
|
628
|
+
var u = G2();
|
|
629
|
+
H(u, 5, () => s(c).items, (l) => l.text, (l, p) => {
|
|
630
|
+
var Z = O2(), x = $(Z);
|
|
548
631
|
{
|
|
549
|
-
var
|
|
550
|
-
var L =
|
|
551
|
-
|
|
632
|
+
var S = (V) => {
|
|
633
|
+
var L = q2();
|
|
634
|
+
r1(
|
|
552
635
|
L,
|
|
553
|
-
(
|
|
554
|
-
...
|
|
555
|
-
href:
|
|
556
|
-
class:
|
|
636
|
+
(C) => ({
|
|
637
|
+
...s(p).attributes,
|
|
638
|
+
href: s(p).href,
|
|
639
|
+
class: C
|
|
557
640
|
}),
|
|
558
|
-
[() =>
|
|
641
|
+
[() => r.menuItem()]
|
|
559
642
|
);
|
|
560
|
-
var
|
|
561
|
-
|
|
643
|
+
var g = $(L, !0);
|
|
644
|
+
b(L), z(() => j(g, s(p).text)), m(V, L);
|
|
562
645
|
};
|
|
563
|
-
|
|
564
|
-
"href" in
|
|
646
|
+
N(x, (V) => {
|
|
647
|
+
"href" in s(p) && V(S);
|
|
565
648
|
});
|
|
566
649
|
}
|
|
567
|
-
|
|
568
|
-
}),
|
|
650
|
+
b(Z), m(l, Z);
|
|
651
|
+
}), b(u), z((l) => A(u, 1, l), [() => W(r.menuContent())]), a1(3, u, () => l1, () => ({ duration: 200, easing: s1 })), m(M, u);
|
|
569
652
|
},
|
|
570
653
|
$$slots: { button: !0, default: !0 }
|
|
571
654
|
});
|
|
572
655
|
}
|
|
573
|
-
},
|
|
574
|
-
var
|
|
575
|
-
|
|
576
|
-
var
|
|
577
|
-
|
|
656
|
+
}, h = (n) => {
|
|
657
|
+
var i = D2();
|
|
658
|
+
r1(i, (M) => ({ ...s(c).attributes, class: M, href: s(c).href }), [() => r.link({ highlight: s(c).highlight })]);
|
|
659
|
+
var f = $(i, !0);
|
|
660
|
+
b(i), z(() => j(f, s(c).text)), m(n, i);
|
|
578
661
|
};
|
|
579
|
-
|
|
580
|
-
"items" in
|
|
662
|
+
N(y, (n) => {
|
|
663
|
+
"items" in s(c) ? n(o) : n(h, !1);
|
|
581
664
|
});
|
|
582
665
|
}
|
|
583
|
-
|
|
584
|
-
}),
|
|
585
|
-
(
|
|
586
|
-
|
|
666
|
+
b(v), m(d, v);
|
|
667
|
+
}), b(w), b(a), z(
|
|
668
|
+
(d, c) => {
|
|
669
|
+
A(a, 1, d), A(w, 1, c);
|
|
587
670
|
},
|
|
588
671
|
[
|
|
589
|
-
() =>
|
|
590
|
-
() =>
|
|
672
|
+
() => W(r.base()),
|
|
673
|
+
() => W(r.wrapper())
|
|
591
674
|
]
|
|
592
|
-
), m(
|
|
675
|
+
), m(e, a), D();
|
|
593
676
|
}
|
|
594
|
-
|
|
595
|
-
const W2 = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 90"><path fill="#e51937" d="m23.131 0 44.847 90H0V0"/><path fill="#ffc429" d="m23.131 0 16.03 32.044L55.1 0"/></svg>', H2 = '<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 239.91 91.21"><defs><style>.cls-1{fill:#fff}</style></defs><path d="M198.95 91.21c-8.2 0-15.46-1.71-21.6-5.1-6.13-3.38-10.92-8.45-14.26-15.08-3.34-6.65-5.04-14.99-5.04-24.79s1.72-18.13 5.11-24.99c3.38-6.84 8.29-12.15 14.58-15.78C184.04 1.84 191.7 0 200.48 0c4.77 0 9.81.55 14.98 1.64 5.07 1.07 10.28 2.69 15.47 4.82l-1.11 21.16h-8.64l-1.04-5.91c-.84-4.77-4.54-8.62-9.2-9.58-3.4-.7-6.55-1.04-9.45-1.04-5.74 0-10.72 1.35-14.8 4.01s-7.26 6.64-9.45 11.83c-2.17 5.16-3.28 11.57-3.28 19.05 0 10.65 2.32 19.06 6.89 25 4.6 5.98 11.28 9.01 19.86 9.01 2.73 0 5.61-.32 8.55-.96 2.3-.5 4.73-1.17 7.23-1.98l.3-.1v-21.4l-9.48-1.36v-7.84h32.6v7.84l-9.48 1.36v28.8c-5.63 2.22-11.14 3.93-16.38 5.09-5.33 1.17-10.41 1.77-15.1 1.77ZM43.56 91.21c-6.69 0-12.25-.85-16.5-2.51-4.24-1.66-7.59-3.85-9.94-6.5-2.36-2.65-4.07-5.55-5.06-8.62-1-3.09-1.62-6.1-1.82-8.93-.21-2.85-.32-5.32-.32-7.34V11.13L0 9.14V2.03l34.49-.62v7.11l-9.92 2.67v45.16c0 2.22.11 4.43.32 6.59.21 2.18.65 4.25 1.29 6.14.65 1.92 1.69 3.66 3.08 5.17 1.4 1.53 3.3 2.72 5.64 3.55 2.32.82 5.32 1.23 8.92 1.23s6.74-.44 9.11-1.3c2.39-.87 4.35-2.12 5.83-3.74 1.47-1.6 2.57-3.47 3.27-5.56.68-2.06 1.14-4.27 1.36-6.58.21-2.31.32-4.67.32-7.03V10.95l-9.92-1.82v-7.1l34.49-.62v7.11l-9.92 2.63v44.62c0 3.85-.34 7.59-1.01 11.11-.67 3.51-1.83 6.78-3.45 9.73s-3.77 5.54-6.38 7.7-5.94 3.86-9.9 5.07c-3.97 1.21-8.7 1.82-14.05 1.82h-.01ZM103.24 63.3c-2.25 0-4.25-.41-5.94-1.22-1.66-.8-2.97-2.08-3.9-3.82-.94-1.76-1.41-4.12-1.41-7.01 0-2.35.33-4.69.99-6.95.65-2.25 1.68-4.31 3.05-6.13 1.37-1.81 3.12-3.27 5.21-4.34 2.09-1.07 4.61-1.61 7.5-1.61 2.21 0 4.2.4 5.89 1.19 1.66.78 2.98 2.06 3.92 3.82.95 1.78 1.44 4.17 1.44 7.1 0 2.35-.34 4.69-1.01 6.95-.67 2.25-1.7 4.3-3.08 6.1-1.37 1.79-3.12 3.24-5.21 4.32-2.09 1.07-4.59 1.61-7.45 1.61Zm4.41-26.17c-1.59 0-2.96.51-4.07 1.52-1.07.97-1.95 2.22-2.6 3.7-.64 1.45-1.11 3-1.4 4.59-.29 1.58-.44 3.03-.44 4.31 0 2.13.4 3.86 1.18 5.12.83 1.33 2.15 2.01 3.95 2.01 1.59 0 2.96-.51 4.07-1.52 1.07-.97 1.95-2.22 2.62-3.72.66-1.48 1.14-3.03 1.43-4.62.29-1.58.44-3.04.44-4.32 0-2.13-.4-3.85-1.18-5.1-.82-1.31-2.17-1.98-4-1.98ZM120.88 71.52c-.81 0-1.58-.05-2.29-.14-.52-.07-1-.13-1.42-.19l1.08-4.75c.19.01.39.04.59.07.39.06.78.09 1.18.09.96 0 1.83-.14 2.59-.43.77-.29 1.42-.72 1.94-1.29.51-.55.93-1.22 1.26-1.99.32-.75.56-1.63.72-2.62l3.93-24.4h-4.43l.56-3.56 4.58-1.05.44-3.02c.66-3.99 2.18-6.95 4.51-8.8 2.34-1.86 5.16-2.8 8.41-2.8 1 0 2.06.08 3.14.25.94.15 1.89.39 2.84.72l-1.6 4.61c-.52-.19-1.06-.34-1.62-.43-.71-.12-1.39-.18-2.02-.18-1.58 0-2.99.46-4.21 1.37-1.23.93-2.02 2.48-2.34 4.61l-.59 3.7h7.43l-.77 4.58h-7.37l-3.57 22.37c-.41 2.47-1.04 4.57-1.88 6.26-.83 1.68-1.84 3.05-2.99 4.08-1.15 1.02-2.43 1.77-3.8 2.23-1.38.46-2.83.69-4.3.69v.02Z" class="cls-1"/></svg>', R2 = '<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 1345.57 436.77"><defs><style>.cls-1{fill:#fff}.cls-3{fill:#ffc429}</style></defs><path d="M389.77 356.42c-15.25 0-28.77-3.19-40.19-9.48-11.41-6.28-20.33-15.72-26.54-28.06-6.22-12.36-9.38-27.87-9.38-46.09s3.2-33.7 9.5-46.45c6.29-12.73 15.42-22.61 27.14-29.36 11.73-6.76 25.96-10.18 42.3-10.18 8.88 0 18.24 1.03 27.84 3.05 9.47 2 19.18 5.03 28.88 9.01l-2.07 39.58h-16.38l-1.96-11.13c-1.55-8.77-8.35-15.85-16.92-17.62l-.14-.03c-6.16-1.26-11.99-1.9-17.35-1.9-10.61 0-19.82 2.49-27.36 7.41-7.54 4.92-13.42 12.28-17.46 21.86-4.03 9.55-6.07 21.42-6.07 35.28 0 19.71 4.29 35.28 12.75 46.26 8.5 11.04 20.85 16.64 36.71 16.64 5.06 0 10.38-.6 15.82-1.78 4.26-.93 8.77-2.16 13.39-3.66l.42-.14v-39.4l-17.6-2.51v-14.91H466v14.91l-17.6 2.51v53.41c-10.5 4.15-20.78 7.34-30.56 9.49-9.91 2.18-19.36 3.29-28.07 3.29ZM559.23 356.42c-12.45 0-22.78-1.57-30.7-4.68-7.9-3.1-14.14-7.17-18.53-12.11-4.41-4.95-7.58-10.35-9.44-16.07-1.87-5.75-3.01-11.34-3.39-16.61-.39-5.29-.59-9.88-.59-13.64v-85.53l-18.41-3.69v-13.54l64.4-1.16v13.55l-18.41 4.95v83.64c0 4.1.2 8.21.59 12.21.39 4.03 1.2 7.85 2.39 11.34 1.2 3.53 3.11 6.74 5.67 9.53 2.57 2.82 6.07 5.01 10.4 6.53 4.28 1.51 9.83 2.28 16.49 2.28s12.47-.81 16.85-2.4c4.4-1.6 8.01-3.91 10.74-6.89 2.72-2.96 4.75-6.4 6.03-10.25 1.27-3.8 2.11-7.9 2.51-12.17.39-4.28.59-8.67.59-13.03v-81.24l-18.41-3.38v-13.53l64.4-1.16v13.55L624 207.81v82.65c0 7.16-.63 14.11-1.88 20.65-1.25 6.53-3.41 12.62-6.43 18.11-3.02 5.49-7.02 10.31-11.89 14.34-4.87 4.02-11.07 7.2-18.44 9.44-7.39 2.25-16.18 3.39-26.14 3.39ZM662.07 353.82v-13.56l18.41-4.84V208.57l-18.41-4.46v-13.56l46.38-1.16h74.1V229h-16.34l-2.98-19.82H708.3v51.23h40.62l2.7-12.84h12.88v44.8h-12.87l-2.68-12.86h-17.06l-.54-.02H708.3v54.54h57.82l3.16-21.47h16.1l-.23 41.26zM814.24 353.82v-13.55l18.41-4.75V207.74l-18.41-3.65v-13.53l66.53-1.16v13.53l-20.3 4.77v126.33h51.63l3.69-26.43h16.1v46.22zM956.71 353.82v-13.54l18.41-4.17V208.49l-18.41-4.37v-13.56l47.56-1.17h23.12c12.58 0 23.05 2.16 31.11 6.42 8.04 4.25 14.11 10.16 18.04 17.56 3.95 7.43 5.95 16.06 5.95 25.67 0 10.38-2.4 19.85-7.12 28.13-4.72 8.27-11.94 14.82-21.45 19.46-9.55 4.66-21.89 7.02-36.67 7.02h-14.3v42.57l23.6 4.09v13.51h-69.83Zm46.23-79.96h14.53c11.76 0 20.87-3.12 27.1-9.26s9.39-14.51 9.39-24.85c0-9.55-2.64-17.15-7.84-22.6-5.21-5.45-13.02-8.21-23.21-8.21h-19.96v64.92ZM1197.53 353.82v-13.54l18.41-4.18v-56.14h-74.15v56.14l18.41 4.18v13.54h-64.63v-13.54l18.41-4.13v-128.3l-18.41-3.75v-13.54l64.63-1.16v13.54l-18.41 4.79v52.45h74.15v-52.24l-18.41-3.84v-13.54l64.4-1.16v13.55l-18.41 4.9v128.3l18.41 4.13v13.54zM349.81 147.59c-4.96 0-9.03-.62-12.12-1.83-3.07-1.21-5.48-2.78-7.17-4.68-1.7-1.91-2.94-3.99-3.67-6.18-.74-2.23-1.19-4.39-1.34-6.43-.15-2.06-.23-3.85-.23-5.3V91.15l-6.76-1.8v-5.52l25.29-.44v5.53l-6.67 2.3v31.94c0 1.6.08 3.18.23 4.68.15 1.53.46 2.96.9 4.25a9.646 9.646 0 0 0 2.1 3.51c.94 1.01 2.23 1.8 3.81 2.35 1.55.54 3.5.81 5.82.81s4.38-.29 5.96-.86c1.61-.58 2.93-1.42 3.94-2.49 1-1.07 1.75-2.32 2.23-3.74.47-1.38.79-2.92.94-4.57.15-1.64.23-3.36.23-5.13V91.04l-6.76-1.71v-5.51l25.29-.44v5.53l-6.67 2.25v30.81c0 3.05-.29 5.91-.85 8.51-.56 2.58-1.48 4.95-2.72 7.04-1.23 2.09-2.84 3.9-4.78 5.4-1.94 1.5-4.35 2.66-7.15 3.46-2.83.8-6.14 1.21-9.84 1.21ZM450.26 146.5l-25.6-46.87-1.14.29v39.06l6.76 2v5.52h-23.1v-5.52l6.76-2V91.11l-6.76-1.77v-5.52l21.34-.43 25.05 45.7 1.14-.29V91.1l-6.67-1.76v-5.51l23.01-.44v5.53l-6.67 2.19v55.39zM499 146.5v-5.52l6.76-1.94V91.18L499 89.35v-5.52l25.3-.44v5.53l-6.68 2.27v47.82l6.68 1.97v5.52zM574.65 146.59l-18.8-55.67-5.71-1.57v-5.52l25.84-.44v5.51l-6.8 1.94 13.09 44.04 14.42-43.75-6.79-1.79v-5.51l23.19-.44v5.51l-5.62 1.69-19.79 56zM754.92 146.5l-8.06-17.29c-1.1-2.32-2.07-4.14-2.87-5.41-.86-1.35-1.94-2.3-3.21-2.8-1.1-.44-2.58-.65-4.51-.65-.25 0-.5 0-.76.01h-3.15v18.62l7.5 2v5.51h-26.12v-5.52l6.76-1.91V91.18l-6.76-1.84v-5.52l19.79-.44h8.85c7.13 0 12.57 1.49 16.16 4.43 3.55 2.91 5.35 7.18 5.35 12.69 0 4.94-1.53 9.07-4.54 12.29-2.25 2.4-5.52 4.13-9.73 5.14l-2.19.53 2.16.64c.41.12.79.26 1.14.41 1.43.63 2.64 1.52 3.57 2.62.97 1.15 1.88 2.54 2.71 4.14l6.76 13.01 5.14 1.68v5.53h-14Zm-22.56-33.97h6c4.39 0 7.75-.94 9.98-2.79 2.27-1.88 3.42-4.68 3.42-8.33 0-3.08-.92-5.53-2.74-7.29-1.82-1.75-4.6-2.64-8.28-2.64h-8.38v21.04ZM817.68 147.69c-3.18 0-6.48-.32-9.8-.95-3.19-.6-6.38-1.51-9.5-2.7l.43-16.34h6.49l1.57 9.06.3.13c1.63.69 3.32 1.24 5.04 1.62 2.07.47 4.13.7 6.12.7 2.31 0 4.46-.32 6.4-.94 1.99-.64 3.59-1.65 4.75-3.02 1.19-1.39 1.79-3.12 1.79-5.15s-.64-3.75-1.9-5.08c-1.21-1.27-2.87-2.35-4.91-3.2a71.79 71.79 0 0 0-6.5-2.31 94.22 94.22 0 0 1-6.95-2.41c-2.3-.89-4.44-2.04-6.36-3.4-1.9-1.34-3.42-3.07-4.52-5.14-1.1-2.06-1.66-4.72-1.66-7.89 0-4.17 1-7.63 2.99-10.28 1.99-2.67 4.73-4.71 8.15-6.06 3.45-1.37 7.4-2.06 11.75-2.06 3.11 0 6.39.33 9.75.99 3.22.63 6.49 1.58 9.72 2.82l-.94 14.98h-6.7l-1.69-8.79-.33-.11c-1.35-.46-2.53-.78-3.71-1a28.56 28.56 0 0 0-5.37-.51c-2.12 0-4.11.27-5.93.8-1.86.55-3.38 1.43-4.52 2.63-1.17 1.24-1.77 2.87-1.77 4.85s.68 3.56 2.02 4.83c1.26 1.2 2.92 2.24 4.93 3.09 1.96.83 4.16 1.63 6.54 2.39 2.34.75 4.7 1.61 6.99 2.54 2.26.92 4.38 2.1 6.32 3.49 1.9 1.37 3.44 3.13 4.57 5.23 1.13 2.09 1.71 4.76 1.71 7.94 0 4.34-1.14 7.97-3.39 10.77-2.27 2.83-5.33 4.96-9.11 6.34-3.82 1.4-8.11 2.11-12.77 2.11ZM874.38 146.5v-5.52l6.76-1.94V91.18l-6.76-1.83v-5.52l25.29-.44v5.53L893 91.19v47.82l6.67 1.97v5.52zM939.78 146.5V141l7.77-1.96V91.58h-10.97l-1.92 9.05h-6.67V83.38h51.07v17.25h-6.67l-1.87-9.05H959.5v47.44l7.77 1.98v5.5zM1021.44 146.5v-5.52l7.04-2.05v-14.91l-17.21-33-5.46-1.66v-5.53l24.29-.44v5.5l-6.54 1.76 11.96 25.31 12.1-24.77-6.8-1.84v-5.53l22.55-.43v5.51l-5.28 1.59-17.75 33.72v14.74l6.94 2.03v5.52zM1160.2 147.59c-5.65 0-10.61-1.22-14.73-3.62-4.11-2.39-7.33-5.98-9.59-10.66-2.26-4.7-3.41-10.61-3.41-17.56 0-5.57.73-10.52 2.16-14.7 1.43-4.16 3.47-7.67 6.08-10.43 2.61-2.75 5.74-4.86 9.33-6.25 3.6-1.4 7.66-2.11 12.07-2.11s8.32.69 11.8 2.06c3.46 1.36 6.47 3.37 8.92 5.97 2.46 2.61 4.4 5.9 5.77 9.79 1.37 3.91 2.07 8.5 2.07 13.64 0 7-1.29 13.1-3.82 18.14-2.53 5.02-6.09 8.93-10.6 11.63-4.51 2.7-9.91 4.07-16.05 4.07Zm1.37-56.47c-3.15 0-5.99.77-8.45 2.28-2.48 1.53-4.43 4.09-5.78 7.61-1.33 3.46-2.01 8.27-2.01 14.29 0 5.53.63 10.04 1.87 13.41 1.26 3.43 3.1 5.98 5.48 7.6 2.38 1.62 5.24 2.43 8.52 2.43s6-.78 8.46-2.33c2.47-1.55 4.48-4.17 5.95-7.78 1.46-3.56 2.19-8.39 2.19-14.35 0-5.53-.68-10.05-2.01-13.43-1.35-3.43-3.26-5.94-5.68-7.46-2.4-1.52-5.28-2.29-8.55-2.29ZM635.3 146.5v-5.52l6.77-1.96V91.18l-6.77-1.83v-5.53l18.97-.44h26.44v15.24h-6.67l-1.45-7.04h-18.67v18.85h4.85v-.01h8.18l1.52-5.73h5.16v19.3h-5.15l-1.51-5.73h-13.05v20.04h19.78l1.53-7.77h6.66l-.17 15.97zM1214.54 146.5v-5.52l6.76-1.98V91.22l-6.76-1.87v-5.53l18.97-.44h25.97V98.8h-6.66l-1.46-7.22h-18.2v19.21h12.35l1.57-5.91h5.38v20.05h-5.38l-1.56-5.94h-12.36v20.03l8.32 1.98v5.5z" class="cls-1"/><path d="m268.15 150.52-.05 103.74c-.07 14-.45 28.06-2.93 41.94-7.84 48.96-45.95 78.15-87.71 99.06l-1.55.78-1.55-.79c-33.52-16.93-67.62-40.42-81.52-76.9-3.96-10.21-6.2-20.85-7.45-31.63-1.25-10.8-1.51-21.74-1.54-32.55l.05-103.74 88.74.04h6.75l88.74.05Zm-6.8 96.98.04-90.23-81.99-.04-.04 90.23 81.99.04Zm-.03 6.76-81.96-.04h-6.75l-81.96-.04c.2 20.84 1.2 42.08 8.9 61.59 13.25 33.92 44.89 55.49 76.38 71.46 31.51-15.93 63.17-37.48 76.45-71.38 7.72-19.5 8.74-40.74 8.96-61.58Zm-88.71-6.8.04-90.23-81.99-.04-.04 90.23z" style="fill:#e51937"/><path d="M220.38 236.95c-.75 0-1.51-.03-2.26-.08-14.89-1.08-26.98-13.11-28.12-27.99-1.21-15.78 9.6-29.72 25.16-32.42l.41-.07.21-.81c.24-.9 1.05-1.53 1.99-1.53h.1l.38-1.09-.08-.06c-.84-.67-1.32-1.68-1.33-2.78-.02-1.86 2.85-3.2 3.56-3.5.71.3 3.55 1.63 3.56 3.51 0 1.08-.48 2.09-1.34 2.77l-.08.06.38 1.1h.1c.93 0 1.75.63 1.99 1.53l.21.81.41.07c14.62 2.55 25.22 15.18 25.22 30.03 0 16.8-13.68 30.46-30.47 30.46Zm9.47-14.84c-2.04 1.27-4.17 2.11-6.36 2.49l-.54.09v6.58l.73-.1c11.56-1.52 20.31-9.95 21.77-20.99l.1-.73h-7.35l-.09.53c-.38 2.15-1.2 4.26-2.44 6.27l-.08.12-.02 5.63h-5.56l-.16.1Zm-33.8-11.94c1.48 11.27 9.73 19.52 21 21.01l.74.1v-17.89l-10.94 10.69c-.84-1.07-1.3-2.47-1.29-3.97 0-1.73.63-3.35 1.72-4.44l6.37-6.23h-17.7l.1.73Zm26.91 9.94.81-.21c4.71-1.23 8.41-4.92 9.64-9.63l.21-.81h-10.66v10.66Zm10.95-30.47c1.87 2.4 1.69 6.29-.43 8.41l-6.37 6.23h18.45l-.1-.73c-1.48-11.32-10.43-20.27-21.75-21.78l-.74-.1v18.66l10.93-10.7Zm-16.92 4.18a13.507 13.507 0 0 0-9.65 9.64l-.21.81h10.67v-10.66l-.81.21Zm.08-12.04c-11.04 1.45-19.48 10.2-21.02 21.76l-.1.74h6.59l.09-.54c.38-2.15 1.2-4.26 2.44-6.27l.08-.12.02-5.73h5.68l.2-.09c2-1.22 4.08-2.02 6.2-2.39l.54-.09v-7.35l-.73.1ZM127.53 234.02l-7.91 3.59v-7.46h-16.39l.02-51.94 2.46-.04v-3.19c1.32.42 2.65.62 4.07.62 2.81 0 5.45-.83 8-1.63 2.54-.8 4.95-1.55 7.49-1.55 1.92 0 3.71.44 5.48 1.35l.3.15.3-.15c1.74-.89 3.51-1.33 5.39-1.33 2.55 0 4.96.77 7.51 1.58 2.55.82 5.19 1.66 7.99 1.66 1.45 0 2.81-.22 4.16-.67v3.18l3.59.04.02 51.94h-24.56v7.44l-7.91-3.6Zm3.63-2.97-.36-17.5h-6.62l-.26 17.49 3.62-1.64 3.63 1.65Zm6.54-9.48c2.4 0 4.51.75 6.74 1.54 2.29.81 4.65 1.65 7.39 1.65.72 0 1.45-.06 2.17-.18l.54-.09.02-43.11-.75.12c-.64.1-1.3.16-1.94.16-2.52 0-4.78-.8-6.97-1.58-2.24-.79-4.56-1.62-7.19-1.62-.56 0-1.12.04-1.68.11l-.56.08-.02 43.11.74-.1c.5-.07 1.01-.1 1.51-.1Zm-29 3.06.6.05c.36.03.71.04 1.06.04 3.02 0 5.61-.97 7.89-1.83l1.38-.51.02-43.18-1.78.66c-2.2.83-4.7 1.77-7.54 1.77-.3 0-.61-.01-.92-.03l-.7-.05-.02 43.09Zm15.47-16.2h6.63l.37-30.14h-7.22l.22 30.14ZM171.7 369.56c-8.06-3.06-16-10.38-20.31-16.31l-.64-.88-.71.81c-2.28 2.6-3.01 3.93-3.94 5.61-.25.46-.5.9-.79 1.39l-2.32-3.26c-4.6-6.49-6.76-13.08-7.63-16.42l-.12-.44-.43-.15c-11.42-4.02-13.17-10.49-14.07-14.05l.25-.12c1.75-.83 3.57-1.69 5.28-2.71l.64-.38-.28-.69c-5.28-12.95-4.27-25.92 2.87-36.54 7.33-10.92 20.07-17.7 33.23-17.7s23.86 6.24 31.64 17.56l.38.56.63-.24c7.64-2.85 12.42-8.14 16.64-12.8 5.09-5.62 9.48-10.47 17.55-10.47 3.01 0 6.33.66 10.16 2.02l3.15 1.14c-7.59 9.78-10.63 21.11-13.58 32.07-4.6 17.09-8.94 33.24-30.09 41l-.92.34.44.87c.97 1.9 2.5 4.39 4.69 7.61-6.78 6.96-17.49 7.72-21.79 7.72-2.96 0-5.8-.31-8.01-.88l-.96-.25-.11.99c-.79 6.94-.79 9.03-.8 11.92 0 .81 0 1.65-.02 2.67Zm-20-24.8c.44.62.85 1.25 1.28 1.89 2.29 3.44 4.89 7.33 12.47 13.67l1.32 1.11.1-1.72c.19-3.3.85-7.83 1.76-12.15l2.73.86s4.98 1.54 11.17 1.54c5.22 0 9.67-1.08 13.23-3.22l.75-.45-.45-.75c-.88-1.44-1.63-2.8-2.24-4.04l-.52-1.06-.85.82c-2.43 2.32-5.78 3.6-9.42 3.6-6.39 0-12.18-3.79-14.1-9.21l-.16-.46-3.34-.71-.07 1c-.27 4.11-2.71 8.34-3.84 10.1-3.45-2.75-7.73-9.29-7.78-9.36l-.31-.48-.56.09c-1.16.2-3.34 1.86-4.64 2.93-.67-2.61-.65-5.88-.57-7.63l.04-.81-.8-.09c-4.32-.5-8.17-3.08-10.3-6.9l-.52-.93-.81.69c-1.96 1.68-4.35 3.3-7.1 4.81l-.79.43.46.77c1.68 2.8 6.25 5.96 11.75 6.63.09.43.16.85.23 1.25.51 2.85.95 5.32 4.74 12.85l.59 1.18.85-1.01c1.35-1.61 4.02-3.84 5.69-5.22Zm31.18-4.98c4.33 0 7.9-2.82 9.09-7.2 1.19-4.35-.45-8.58-4.17-10.78l-.46-.27-.45.29c-2.08 1.36-4.17 5.17-5.05 6.91-2.64-2.34-4.76-6.59-4.76-6.59l-.09.07c-3.41 2.36-4.77 6.57-3.47 10.72 1.3 4.15 4.83 6.83 9 6.83h.37Zm47.03-73.12c-7.92 0-12.2 6.56-16.33 12.91-.6.91-1.18 1.81-1.78 2.69-7.05 9.91-11.8 12.26-11.85 12.28l-.71.34.26.74c1.98 5.56 1.41 20.99-2.98 28.11l-.23.37.17.41c.68 1.67 1.35 4.28 1.33 6.33v.98l.96-.11c6.9-.78 14.03-9.07 14.47-25.82 1.31 1.06 3.32 3.16 3.7 6.25l.34 2.72 1.29-2.42c2.55-4.78 3.65-9.1 4.82-13.66.47-1.84.96-3.75 1.57-5.81l.74-2.25c2.49-7.58 5.06-15.41 9.06-22.2l.58-.99-1.11-.29c-1.5-.39-2.95-.59-4.31-.59Zm-81.44 58.52c4.57 0 8.35-3.72 8.44-8.29.06-3.2-1.69-6.12-4.57-7.62l-.7-.37-.43.67c-.79 1.24-1.96 2.49-2.65 3.19-.84-.9-2.44-2.36-4.29-2.93l-.39-.12-.34.23c-2.94 1.99-4.13 5.61-3.02 9.24 1.11 3.63 4.14 5.98 7.71 5.98h.25Zm17.42-15.99c-1.85 0-3.45.8-4.51 2.26l-.27.37.15.43c.73 2.04.95 4.42.61 6.53l-.07.46.34.32c1.03.96 2.34 1.47 3.78 1.47a6.3 6.3 0 0 0 4.46-1.87c1.06-1.08 1.64-2.49 1.61-3.98.08-1.5-.44-2.9-1.5-4.02-1.16-1.22-2.88-1.95-4.6-1.95Zm-4.45-35.77c-10.54 0-20.52 5.49-26.7 14.68-6.15 9.15-7.45 20.43-3.48 30.17l.46 1.13.92-.81c.97-.85 1.7-1.65 2.16-2.38l.11-.17.03-.27c.26-7.76 7.43-12.57 13.92-12.57 3.24 0 6.16 1.13 8.46 3.25l.58.54.59-.52c1.02-.9 2.17-1.61 3.41-2.1l.59-.23-.05-.63c-.47-6.56 4.48-12.41 11.03-13.05l2.34-.23-1.92-1.34c-3.92-2.74-8.64-4.19-13.66-4.19-3.6 0-7.16.71-10.58 2.13 3.61-3.76 8.42-5.74 13.96-5.74 8.46 0 17.19 4.65 22.22 11.86 4.64 6.63 5.59 14.66 2.69 22.59l-.27.75.72.34c.93.43 1.81.96 2.61 1.57l.92.7.42-1.07c3.78-9.75 2.34-20.96-3.84-29.99-6.16-9-16.07-14.37-26.49-14.38-.36-.01-.75-.02-1.14-.02Zm9.23 23.38c-2.04 1.39-3.23 3.77-3.13 6.2l.03.68.67.13c3.2.62 6 2.59 7.68 5.4l.34.56.63-.17c2.83-.76 4.78-3.29 4.97-6.45.19-3.16-1.44-5.91-4.16-7.01l-.65-.26-.39.57c-.98 1.44-1.82 3-2.27 3.89-.94-.84-1.77-1.93-2.46-3.25l-.45-.87-.81.55ZM244.04 132l-32.21-.02c-.03-2.59-1.28-3.52-2.92-4.02-1.53-.47-3.44-1.05-4.23-3.49-1.01-3.1 1.35-9.7 5.49-19.36l.3-.51s1.32-.02 2.59-.49l.45-.17.38.3c10.51 8.26 10.18 11.14 8.55 14.31-.65 1.26-1.21 2.36.07 4.51.4-.38.77-.73 1.12-1.07 1.82-1.76 3.03-2.92 4.72-2.92 1.19 0 2.44.59 4.18 1.98l.21.2.07.2c.61 1.86.75 4.35.78 5.81 1.1-.62 2.8-1.8 3.37-3.45l.75-2.19.88 2.14c.38.93.68 1.93.9 2.97 1.73-2.16 2.4-4.08 2-5.72-.46-1.89-1.54-2.62-3.49-3.94-.94-.64-2.01-1.37-3.25-2.39-4.24-3.5-8.78-11.49-10.11-17.82l-.2-.94.95-.1c1.73-.19 2.64-1.23 3.05-1.89-1.39-1.45-4.49-6.33-4.98-12.58-.71-8.99 2.92-10.84 3.08-10.91.08-.04 2.06-.88 4.14-.88 2.29 0 3.87 1 4.59 2.91 3.45-3.71 5.02-6.53 4.67-8.41-.36-1.9-2.74-2.95-5.25-4.07l-.81-.39-.12-.19c-1.71-2.84-4.97-4.79-8.75-7.04-3.99-2.39-8.51-5.09-11.92-9.46-1.27 1.6-1.64 3.54-1.64 3.56l-.16.86-.86-.16c-.15-.03-3.55-.7-7-4.1-2.37 4.05-2.48 10.6 1.89 15.44l.31.34c-1.03 2.84-4.2 5.32-4.2 5.32l-.43-.77c-.63-1.13-1.21-2.19-1.76-3.2-4.21-7.75-6.32-11.64-16.32-13.06-2.85-.4-6.2-.8-9.76-1.21-10.67-1.25-23.94-2.79-36.71-6.1-.98 2.51-1.34 5.56-1.34 5.59l-.09.82-.82-.05c-4.78-.27-11.39-.91-14.77-1.67-1.08 10.78 7.28 14.69 7.64 14.85l.44.2.07.47c.8 5.71 5.12 8.57 5.16 8.6l.34.22.05.4c.65 5.06 5.58 7.33 5.63 7.35l2.2.98-2.32.64c-8.82 2.44-15.15 12.78-20.73 21.01-5.59 8.25-10.88 16.05-17.95 16.05-1.4 0-2.84-.31-4.3-.93 0 2.01.32 5.48 2.35 7.69 1.25 1.36 3.04 2.05 5.29 2.05 6.71-.02 12.03-7.71 17.17-15.15 4.5-6.5 8.75-12.64 14-14.11l.93-.26.16.95c.06.39 1.48 9.72-8.75 16.64l.43 19.76h-20.95c-1.14-.01-2.61 1.41-2.61 3.15v3.19l144.3.07v-3.19c0-1.75-1.46-3.16-3.94-3.17Zm-79.82-4.29c-1.18-.36-2.39-.74-2.95-2.03-3.11-7.27-.09-9.66 3.41-12.42 2.76-2.17 5.88-4.63 6.87-10.34l.12-.72h.73c1.72 0 15.56 2.38 17.91 2.87l.45.09.18.43c.12.29 1.21 2.92 2.12 4.51l.67 1.17-1.35.12c-.49.04-1.01.07-1.55.07-1.54 0-2.98-.18-3.98-.34.81 2.94 3.12 4.55 5.37 6.12 2.34 1.63 4.55 3.17 4.34 6-.2 2.59-1.95 4.11-3.49 5.45-.88.76-1.79 2.24-2.35 3.29h-22.97c-.35-2.73-1.86-3.75-3.53-4.26Zm-29.81-15.36c8.67-7.38 7.08-19.41 6.63-21.95l-5.86-2.47.59-.87c4.62-6.85 16.21-8.73 25.79-8.73 4.66 0 9.45.24 14.13.47 4.26.21 8.29.41 11.88.41 1.19 0 2.24-.02 3.23-.06-2.23-2.46-8.97-3.68-31.2-4.19-12.12-.28-20.12.25-20.99-4.81l-.18-1.04 49.47 1.37c-2.26-2.1-8.73-3.2-23.7-3.89-2.38-.11-4.65-.2-6.79-.28-14.86-.59-23.83-.23-24.6-5.51l-.15-1.03 51.49 1.92c-2.84-2.69-10.55-3.7-20.3-4.07-1.28-.05-2.61-.1-3.96-.16l-3.31-.14c-17.9-.74-30.84-.56-32.11-7.24l-.23-1.22 1.23.2c5.52.92 19.8 1.53 32.4 2.06l2.18.09c2.49.11 5.28.16 8.01.22 6.17.13 12.54.26 16.03.98 9.07 1.89 14.07 15.9 15.49 20.53 2.74-2.62 8.94-8.84 11.5-13.93-1.37-1.08-4.22-3.88-3.53-7.9l.2-1.18 1.06.56c1.57.83 4.32 1.65 7.22 2.51 6.32 1.88 13.48 4.02 15.47 7.9l.33.63-.56.44c-.83.66-1.59 1.48-2.41 2.33-5.97 6.23-11.17 4.14-11.17 4.14-.07 2.44 3.14 2.96 3.14 2.96s-1.02 2.17-.93 7.44c.02 1.08.08 3.17.14 4.27.35 6.55.72 13.33-7.37 16.62l-1.61.65.44-1.68c1.14-4.3-.16-6.44-1.15-7.39-1.25 3.55-6.63 18.81-8.29 23.82l-.46 1.41-1-1.1c-5.79-6.34-10.25-22.73-11.16-26.25h-.66c-1.79 0-5.32-.09-9.06-.68 1.39 4.47 6.02 5.12 6.22 5.15l.57.07.16.55c.46 1.6 1.64 4.29 1.65 4.31l.51 1.17-1.28.05h-.34c-1.95 0-5.16-.55-8.55-1.12-3.83-.65-7.8-1.33-10.45-1.33h-.85l-.02-.85c-.08-3.65-1.9-5.29-3.11-5.97-.99 13.22-10.25 20.63-29.13 23.31l-2.96.42 2.28-1.94Zm3.26 14.61-.7-.04-.11-.69c-1.15-7.53 2.29-8.3 6.27-9.2 1.6-.36 3.41-.77 5.18-1.68l.93-.48.3 1.01c2.48 8.41 1.54 14.2 1.06 16.08h-9.04c-.5-1.84-1.61-4.84-3.91-4.99Z" class="cls-3"/><path d="M221.97 63.36c-.61 0-1.23-.15-1.86-.45-2.77-1.32-2.8-4.08-2.77-4.73 7.2 1.34 8.29 2.7 8.44 2.96-.25.35-1.66 2.22-3.81 2.22Z" class="cls-3"/></svg>';
|
|
596
|
-
var
|
|
597
|
-
function
|
|
598
|
-
|
|
599
|
-
const
|
|
677
|
+
R(t2, {}, [], [], !0);
|
|
678
|
+
const Q2 = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 90"><path fill="#e51937" d="m23.131 0 44.847 90H0V0"/><path fill="#ffc429" d="m23.131 0 16.03 32.044L55.1 0"/></svg>', I2 = '<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 239.91 91.21"><defs><style>.cls-1{fill:#fff}</style></defs><path d="M198.95 91.21c-8.2 0-15.46-1.71-21.6-5.1-6.13-3.38-10.92-8.45-14.26-15.08-3.34-6.65-5.04-14.99-5.04-24.79s1.72-18.13 5.11-24.99c3.38-6.84 8.29-12.15 14.58-15.78C184.04 1.84 191.7 0 200.48 0c4.77 0 9.81.55 14.98 1.64 5.07 1.07 10.28 2.69 15.47 4.82l-1.11 21.16h-8.64l-1.04-5.91c-.84-4.77-4.54-8.62-9.2-9.58-3.4-.7-6.55-1.04-9.45-1.04-5.74 0-10.72 1.35-14.8 4.01s-7.26 6.64-9.45 11.83c-2.17 5.16-3.28 11.57-3.28 19.05 0 10.65 2.32 19.06 6.89 25 4.6 5.98 11.28 9.01 19.86 9.01 2.73 0 5.61-.32 8.55-.96 2.3-.5 4.73-1.17 7.23-1.98l.3-.1v-21.4l-9.48-1.36v-7.84h32.6v7.84l-9.48 1.36v28.8c-5.63 2.22-11.14 3.93-16.38 5.09-5.33 1.17-10.41 1.77-15.1 1.77ZM43.56 91.21c-6.69 0-12.25-.85-16.5-2.51-4.24-1.66-7.59-3.85-9.94-6.5-2.36-2.65-4.07-5.55-5.06-8.62-1-3.09-1.62-6.1-1.82-8.93-.21-2.85-.32-5.32-.32-7.34V11.13L0 9.14V2.03l34.49-.62v7.11l-9.92 2.67v45.16c0 2.22.11 4.43.32 6.59.21 2.18.65 4.25 1.29 6.14.65 1.92 1.69 3.66 3.08 5.17 1.4 1.53 3.3 2.72 5.64 3.55 2.32.82 5.32 1.23 8.92 1.23s6.74-.44 9.11-1.3c2.39-.87 4.35-2.12 5.83-3.74 1.47-1.6 2.57-3.47 3.27-5.56.68-2.06 1.14-4.27 1.36-6.58.21-2.31.32-4.67.32-7.03V10.95l-9.92-1.82v-7.1l34.49-.62v7.11l-9.92 2.63v44.62c0 3.85-.34 7.59-1.01 11.11-.67 3.51-1.83 6.78-3.45 9.73s-3.77 5.54-6.38 7.7-5.94 3.86-9.9 5.07c-3.97 1.21-8.7 1.82-14.05 1.82h-.01ZM103.24 63.3c-2.25 0-4.25-.41-5.94-1.22-1.66-.8-2.97-2.08-3.9-3.82-.94-1.76-1.41-4.12-1.41-7.01 0-2.35.33-4.69.99-6.95.65-2.25 1.68-4.31 3.05-6.13 1.37-1.81 3.12-3.27 5.21-4.34 2.09-1.07 4.61-1.61 7.5-1.61 2.21 0 4.2.4 5.89 1.19 1.66.78 2.98 2.06 3.92 3.82.95 1.78 1.44 4.17 1.44 7.1 0 2.35-.34 4.69-1.01 6.95-.67 2.25-1.7 4.3-3.08 6.1-1.37 1.79-3.12 3.24-5.21 4.32-2.09 1.07-4.59 1.61-7.45 1.61Zm4.41-26.17c-1.59 0-2.96.51-4.07 1.52-1.07.97-1.95 2.22-2.6 3.7-.64 1.45-1.11 3-1.4 4.59-.29 1.58-.44 3.03-.44 4.31 0 2.13.4 3.86 1.18 5.12.83 1.33 2.15 2.01 3.95 2.01 1.59 0 2.96-.51 4.07-1.52 1.07-.97 1.95-2.22 2.62-3.72.66-1.48 1.14-3.03 1.43-4.62.29-1.58.44-3.04.44-4.32 0-2.13-.4-3.85-1.18-5.1-.82-1.31-2.17-1.98-4-1.98ZM120.88 71.52c-.81 0-1.58-.05-2.29-.14-.52-.07-1-.13-1.42-.19l1.08-4.75c.19.01.39.04.59.07.39.06.78.09 1.18.09.96 0 1.83-.14 2.59-.43.77-.29 1.42-.72 1.94-1.29.51-.55.93-1.22 1.26-1.99.32-.75.56-1.63.72-2.62l3.93-24.4h-4.43l.56-3.56 4.58-1.05.44-3.02c.66-3.99 2.18-6.95 4.51-8.8 2.34-1.86 5.16-2.8 8.41-2.8 1 0 2.06.08 3.14.25.94.15 1.89.39 2.84.72l-1.6 4.61c-.52-.19-1.06-.34-1.62-.43-.71-.12-1.39-.18-2.02-.18-1.58 0-2.99.46-4.21 1.37-1.23.93-2.02 2.48-2.34 4.61l-.59 3.7h7.43l-.77 4.58h-7.37l-3.57 22.37c-.41 2.47-1.04 4.57-1.88 6.26-.83 1.68-1.84 3.05-2.99 4.08-1.15 1.02-2.43 1.77-3.8 2.23-1.38.46-2.83.69-4.3.69v.02Z" class="cls-1"/></svg>', X2 = '<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 1345.57 436.77"><defs><style>.cls-1{fill:#fff}.cls-3{fill:#ffc429}</style></defs><path d="M389.77 356.42c-15.25 0-28.77-3.19-40.19-9.48-11.41-6.28-20.33-15.72-26.54-28.06-6.22-12.36-9.38-27.87-9.38-46.09s3.2-33.7 9.5-46.45c6.29-12.73 15.42-22.61 27.14-29.36 11.73-6.76 25.96-10.18 42.3-10.18 8.88 0 18.24 1.03 27.84 3.05 9.47 2 19.18 5.03 28.88 9.01l-2.07 39.58h-16.38l-1.96-11.13c-1.55-8.77-8.35-15.85-16.92-17.62l-.14-.03c-6.16-1.26-11.99-1.9-17.35-1.9-10.61 0-19.82 2.49-27.36 7.41-7.54 4.92-13.42 12.28-17.46 21.86-4.03 9.55-6.07 21.42-6.07 35.28 0 19.71 4.29 35.28 12.75 46.26 8.5 11.04 20.85 16.64 36.71 16.64 5.06 0 10.38-.6 15.82-1.78 4.26-.93 8.77-2.16 13.39-3.66l.42-.14v-39.4l-17.6-2.51v-14.91H466v14.91l-17.6 2.51v53.41c-10.5 4.15-20.78 7.34-30.56 9.49-9.91 2.18-19.36 3.29-28.07 3.29ZM559.23 356.42c-12.45 0-22.78-1.57-30.7-4.68-7.9-3.1-14.14-7.17-18.53-12.11-4.41-4.95-7.58-10.35-9.44-16.07-1.87-5.75-3.01-11.34-3.39-16.61-.39-5.29-.59-9.88-.59-13.64v-85.53l-18.41-3.69v-13.54l64.4-1.16v13.55l-18.41 4.95v83.64c0 4.1.2 8.21.59 12.21.39 4.03 1.2 7.85 2.39 11.34 1.2 3.53 3.11 6.74 5.67 9.53 2.57 2.82 6.07 5.01 10.4 6.53 4.28 1.51 9.83 2.28 16.49 2.28s12.47-.81 16.85-2.4c4.4-1.6 8.01-3.91 10.74-6.89 2.72-2.96 4.75-6.4 6.03-10.25 1.27-3.8 2.11-7.9 2.51-12.17.39-4.28.59-8.67.59-13.03v-81.24l-18.41-3.38v-13.53l64.4-1.16v13.55L624 207.81v82.65c0 7.16-.63 14.11-1.88 20.65-1.25 6.53-3.41 12.62-6.43 18.11-3.02 5.49-7.02 10.31-11.89 14.34-4.87 4.02-11.07 7.2-18.44 9.44-7.39 2.25-16.18 3.39-26.14 3.39ZM662.07 353.82v-13.56l18.41-4.84V208.57l-18.41-4.46v-13.56l46.38-1.16h74.1V229h-16.34l-2.98-19.82H708.3v51.23h40.62l2.7-12.84h12.88v44.8h-12.87l-2.68-12.86h-17.06l-.54-.02H708.3v54.54h57.82l3.16-21.47h16.1l-.23 41.26zM814.24 353.82v-13.55l18.41-4.75V207.74l-18.41-3.65v-13.53l66.53-1.16v13.53l-20.3 4.77v126.33h51.63l3.69-26.43h16.1v46.22zM956.71 353.82v-13.54l18.41-4.17V208.49l-18.41-4.37v-13.56l47.56-1.17h23.12c12.58 0 23.05 2.16 31.11 6.42 8.04 4.25 14.11 10.16 18.04 17.56 3.95 7.43 5.95 16.06 5.95 25.67 0 10.38-2.4 19.85-7.12 28.13-4.72 8.27-11.94 14.82-21.45 19.46-9.55 4.66-21.89 7.02-36.67 7.02h-14.3v42.57l23.6 4.09v13.51h-69.83Zm46.23-79.96h14.53c11.76 0 20.87-3.12 27.1-9.26s9.39-14.51 9.39-24.85c0-9.55-2.64-17.15-7.84-22.6-5.21-5.45-13.02-8.21-23.21-8.21h-19.96v64.92ZM1197.53 353.82v-13.54l18.41-4.18v-56.14h-74.15v56.14l18.41 4.18v13.54h-64.63v-13.54l18.41-4.13v-128.3l-18.41-3.75v-13.54l64.63-1.16v13.54l-18.41 4.79v52.45h74.15v-52.24l-18.41-3.84v-13.54l64.4-1.16v13.55l-18.41 4.9v128.3l18.41 4.13v13.54zM349.81 147.59c-4.96 0-9.03-.62-12.12-1.83-3.07-1.21-5.48-2.78-7.17-4.68-1.7-1.91-2.94-3.99-3.67-6.18-.74-2.23-1.19-4.39-1.34-6.43-.15-2.06-.23-3.85-.23-5.3V91.15l-6.76-1.8v-5.52l25.29-.44v5.53l-6.67 2.3v31.94c0 1.6.08 3.18.23 4.68.15 1.53.46 2.96.9 4.25a9.646 9.646 0 0 0 2.1 3.51c.94 1.01 2.23 1.8 3.81 2.35 1.55.54 3.5.81 5.82.81s4.38-.29 5.96-.86c1.61-.58 2.93-1.42 3.94-2.49 1-1.07 1.75-2.32 2.23-3.74.47-1.38.79-2.92.94-4.57.15-1.64.23-3.36.23-5.13V91.04l-6.76-1.71v-5.51l25.29-.44v5.53l-6.67 2.25v30.81c0 3.05-.29 5.91-.85 8.51-.56 2.58-1.48 4.95-2.72 7.04-1.23 2.09-2.84 3.9-4.78 5.4-1.94 1.5-4.35 2.66-7.15 3.46-2.83.8-6.14 1.21-9.84 1.21ZM450.26 146.5l-25.6-46.87-1.14.29v39.06l6.76 2v5.52h-23.1v-5.52l6.76-2V91.11l-6.76-1.77v-5.52l21.34-.43 25.05 45.7 1.14-.29V91.1l-6.67-1.76v-5.51l23.01-.44v5.53l-6.67 2.19v55.39zM499 146.5v-5.52l6.76-1.94V91.18L499 89.35v-5.52l25.3-.44v5.53l-6.68 2.27v47.82l6.68 1.97v5.52zM574.65 146.59l-18.8-55.67-5.71-1.57v-5.52l25.84-.44v5.51l-6.8 1.94 13.09 44.04 14.42-43.75-6.79-1.79v-5.51l23.19-.44v5.51l-5.62 1.69-19.79 56zM754.92 146.5l-8.06-17.29c-1.1-2.32-2.07-4.14-2.87-5.41-.86-1.35-1.94-2.3-3.21-2.8-1.1-.44-2.58-.65-4.51-.65-.25 0-.5 0-.76.01h-3.15v18.62l7.5 2v5.51h-26.12v-5.52l6.76-1.91V91.18l-6.76-1.84v-5.52l19.79-.44h8.85c7.13 0 12.57 1.49 16.16 4.43 3.55 2.91 5.35 7.18 5.35 12.69 0 4.94-1.53 9.07-4.54 12.29-2.25 2.4-5.52 4.13-9.73 5.14l-2.19.53 2.16.64c.41.12.79.26 1.14.41 1.43.63 2.64 1.52 3.57 2.62.97 1.15 1.88 2.54 2.71 4.14l6.76 13.01 5.14 1.68v5.53h-14Zm-22.56-33.97h6c4.39 0 7.75-.94 9.98-2.79 2.27-1.88 3.42-4.68 3.42-8.33 0-3.08-.92-5.53-2.74-7.29-1.82-1.75-4.6-2.64-8.28-2.64h-8.38v21.04ZM817.68 147.69c-3.18 0-6.48-.32-9.8-.95-3.19-.6-6.38-1.51-9.5-2.7l.43-16.34h6.49l1.57 9.06.3.13c1.63.69 3.32 1.24 5.04 1.62 2.07.47 4.13.7 6.12.7 2.31 0 4.46-.32 6.4-.94 1.99-.64 3.59-1.65 4.75-3.02 1.19-1.39 1.79-3.12 1.79-5.15s-.64-3.75-1.9-5.08c-1.21-1.27-2.87-2.35-4.91-3.2a71.79 71.79 0 0 0-6.5-2.31 94.22 94.22 0 0 1-6.95-2.41c-2.3-.89-4.44-2.04-6.36-3.4-1.9-1.34-3.42-3.07-4.52-5.14-1.1-2.06-1.66-4.72-1.66-7.89 0-4.17 1-7.63 2.99-10.28 1.99-2.67 4.73-4.71 8.15-6.06 3.45-1.37 7.4-2.06 11.75-2.06 3.11 0 6.39.33 9.75.99 3.22.63 6.49 1.58 9.72 2.82l-.94 14.98h-6.7l-1.69-8.79-.33-.11c-1.35-.46-2.53-.78-3.71-1a28.56 28.56 0 0 0-5.37-.51c-2.12 0-4.11.27-5.93.8-1.86.55-3.38 1.43-4.52 2.63-1.17 1.24-1.77 2.87-1.77 4.85s.68 3.56 2.02 4.83c1.26 1.2 2.92 2.24 4.93 3.09 1.96.83 4.16 1.63 6.54 2.39 2.34.75 4.7 1.61 6.99 2.54 2.26.92 4.38 2.1 6.32 3.49 1.9 1.37 3.44 3.13 4.57 5.23 1.13 2.09 1.71 4.76 1.71 7.94 0 4.34-1.14 7.97-3.39 10.77-2.27 2.83-5.33 4.96-9.11 6.34-3.82 1.4-8.11 2.11-12.77 2.11ZM874.38 146.5v-5.52l6.76-1.94V91.18l-6.76-1.83v-5.52l25.29-.44v5.53L893 91.19v47.82l6.67 1.97v5.52zM939.78 146.5V141l7.77-1.96V91.58h-10.97l-1.92 9.05h-6.67V83.38h51.07v17.25h-6.67l-1.87-9.05H959.5v47.44l7.77 1.98v5.5zM1021.44 146.5v-5.52l7.04-2.05v-14.91l-17.21-33-5.46-1.66v-5.53l24.29-.44v5.5l-6.54 1.76 11.96 25.31 12.1-24.77-6.8-1.84v-5.53l22.55-.43v5.51l-5.28 1.59-17.75 33.72v14.74l6.94 2.03v5.52zM1160.2 147.59c-5.65 0-10.61-1.22-14.73-3.62-4.11-2.39-7.33-5.98-9.59-10.66-2.26-4.7-3.41-10.61-3.41-17.56 0-5.57.73-10.52 2.16-14.7 1.43-4.16 3.47-7.67 6.08-10.43 2.61-2.75 5.74-4.86 9.33-6.25 3.6-1.4 7.66-2.11 12.07-2.11s8.32.69 11.8 2.06c3.46 1.36 6.47 3.37 8.92 5.97 2.46 2.61 4.4 5.9 5.77 9.79 1.37 3.91 2.07 8.5 2.07 13.64 0 7-1.29 13.1-3.82 18.14-2.53 5.02-6.09 8.93-10.6 11.63-4.51 2.7-9.91 4.07-16.05 4.07Zm1.37-56.47c-3.15 0-5.99.77-8.45 2.28-2.48 1.53-4.43 4.09-5.78 7.61-1.33 3.46-2.01 8.27-2.01 14.29 0 5.53.63 10.04 1.87 13.41 1.26 3.43 3.1 5.98 5.48 7.6 2.38 1.62 5.24 2.43 8.52 2.43s6-.78 8.46-2.33c2.47-1.55 4.48-4.17 5.95-7.78 1.46-3.56 2.19-8.39 2.19-14.35 0-5.53-.68-10.05-2.01-13.43-1.35-3.43-3.26-5.94-5.68-7.46-2.4-1.52-5.28-2.29-8.55-2.29ZM635.3 146.5v-5.52l6.77-1.96V91.18l-6.77-1.83v-5.53l18.97-.44h26.44v15.24h-6.67l-1.45-7.04h-18.67v18.85h4.85v-.01h8.18l1.52-5.73h5.16v19.3h-5.15l-1.51-5.73h-13.05v20.04h19.78l1.53-7.77h6.66l-.17 15.97zM1214.54 146.5v-5.52l6.76-1.98V91.22l-6.76-1.87v-5.53l18.97-.44h25.97V98.8h-6.66l-1.46-7.22h-18.2v19.21h12.35l1.57-5.91h5.38v20.05h-5.38l-1.56-5.94h-12.36v20.03l8.32 1.98v5.5z" class="cls-1"/><path d="m268.15 150.52-.05 103.74c-.07 14-.45 28.06-2.93 41.94-7.84 48.96-45.95 78.15-87.71 99.06l-1.55.78-1.55-.79c-33.52-16.93-67.62-40.42-81.52-76.9-3.96-10.21-6.2-20.85-7.45-31.63-1.25-10.8-1.51-21.74-1.54-32.55l.05-103.74 88.74.04h6.75l88.74.05Zm-6.8 96.98.04-90.23-81.99-.04-.04 90.23 81.99.04Zm-.03 6.76-81.96-.04h-6.75l-81.96-.04c.2 20.84 1.2 42.08 8.9 61.59 13.25 33.92 44.89 55.49 76.38 71.46 31.51-15.93 63.17-37.48 76.45-71.38 7.72-19.5 8.74-40.74 8.96-61.58Zm-88.71-6.8.04-90.23-81.99-.04-.04 90.23z" style="fill:#e51937"/><path d="M220.38 236.95c-.75 0-1.51-.03-2.26-.08-14.89-1.08-26.98-13.11-28.12-27.99-1.21-15.78 9.6-29.72 25.16-32.42l.41-.07.21-.81c.24-.9 1.05-1.53 1.99-1.53h.1l.38-1.09-.08-.06c-.84-.67-1.32-1.68-1.33-2.78-.02-1.86 2.85-3.2 3.56-3.5.71.3 3.55 1.63 3.56 3.51 0 1.08-.48 2.09-1.34 2.77l-.08.06.38 1.1h.1c.93 0 1.75.63 1.99 1.53l.21.81.41.07c14.62 2.55 25.22 15.18 25.22 30.03 0 16.8-13.68 30.46-30.47 30.46Zm9.47-14.84c-2.04 1.27-4.17 2.11-6.36 2.49l-.54.09v6.58l.73-.1c11.56-1.52 20.31-9.95 21.77-20.99l.1-.73h-7.35l-.09.53c-.38 2.15-1.2 4.26-2.44 6.27l-.08.12-.02 5.63h-5.56l-.16.1Zm-33.8-11.94c1.48 11.27 9.73 19.52 21 21.01l.74.1v-17.89l-10.94 10.69c-.84-1.07-1.3-2.47-1.29-3.97 0-1.73.63-3.35 1.72-4.44l6.37-6.23h-17.7l.1.73Zm26.91 9.94.81-.21c4.71-1.23 8.41-4.92 9.64-9.63l.21-.81h-10.66v10.66Zm10.95-30.47c1.87 2.4 1.69 6.29-.43 8.41l-6.37 6.23h18.45l-.1-.73c-1.48-11.32-10.43-20.27-21.75-21.78l-.74-.1v18.66l10.93-10.7Zm-16.92 4.18a13.507 13.507 0 0 0-9.65 9.64l-.21.81h10.67v-10.66l-.81.21Zm.08-12.04c-11.04 1.45-19.48 10.2-21.02 21.76l-.1.74h6.59l.09-.54c.38-2.15 1.2-4.26 2.44-6.27l.08-.12.02-5.73h5.68l.2-.09c2-1.22 4.08-2.02 6.2-2.39l.54-.09v-7.35l-.73.1ZM127.53 234.02l-7.91 3.59v-7.46h-16.39l.02-51.94 2.46-.04v-3.19c1.32.42 2.65.62 4.07.62 2.81 0 5.45-.83 8-1.63 2.54-.8 4.95-1.55 7.49-1.55 1.92 0 3.71.44 5.48 1.35l.3.15.3-.15c1.74-.89 3.51-1.33 5.39-1.33 2.55 0 4.96.77 7.51 1.58 2.55.82 5.19 1.66 7.99 1.66 1.45 0 2.81-.22 4.16-.67v3.18l3.59.04.02 51.94h-24.56v7.44l-7.91-3.6Zm3.63-2.97-.36-17.5h-6.62l-.26 17.49 3.62-1.64 3.63 1.65Zm6.54-9.48c2.4 0 4.51.75 6.74 1.54 2.29.81 4.65 1.65 7.39 1.65.72 0 1.45-.06 2.17-.18l.54-.09.02-43.11-.75.12c-.64.1-1.3.16-1.94.16-2.52 0-4.78-.8-6.97-1.58-2.24-.79-4.56-1.62-7.19-1.62-.56 0-1.12.04-1.68.11l-.56.08-.02 43.11.74-.1c.5-.07 1.01-.1 1.51-.1Zm-29 3.06.6.05c.36.03.71.04 1.06.04 3.02 0 5.61-.97 7.89-1.83l1.38-.51.02-43.18-1.78.66c-2.2.83-4.7 1.77-7.54 1.77-.3 0-.61-.01-.92-.03l-.7-.05-.02 43.09Zm15.47-16.2h6.63l.37-30.14h-7.22l.22 30.14ZM171.7 369.56c-8.06-3.06-16-10.38-20.31-16.31l-.64-.88-.71.81c-2.28 2.6-3.01 3.93-3.94 5.61-.25.46-.5.9-.79 1.39l-2.32-3.26c-4.6-6.49-6.76-13.08-7.63-16.42l-.12-.44-.43-.15c-11.42-4.02-13.17-10.49-14.07-14.05l.25-.12c1.75-.83 3.57-1.69 5.28-2.71l.64-.38-.28-.69c-5.28-12.95-4.27-25.92 2.87-36.54 7.33-10.92 20.07-17.7 33.23-17.7s23.86 6.24 31.64 17.56l.38.56.63-.24c7.64-2.85 12.42-8.14 16.64-12.8 5.09-5.62 9.48-10.47 17.55-10.47 3.01 0 6.33.66 10.16 2.02l3.15 1.14c-7.59 9.78-10.63 21.11-13.58 32.07-4.6 17.09-8.94 33.24-30.09 41l-.92.34.44.87c.97 1.9 2.5 4.39 4.69 7.61-6.78 6.96-17.49 7.72-21.79 7.72-2.96 0-5.8-.31-8.01-.88l-.96-.25-.11.99c-.79 6.94-.79 9.03-.8 11.92 0 .81 0 1.65-.02 2.67Zm-20-24.8c.44.62.85 1.25 1.28 1.89 2.29 3.44 4.89 7.33 12.47 13.67l1.32 1.11.1-1.72c.19-3.3.85-7.83 1.76-12.15l2.73.86s4.98 1.54 11.17 1.54c5.22 0 9.67-1.08 13.23-3.22l.75-.45-.45-.75c-.88-1.44-1.63-2.8-2.24-4.04l-.52-1.06-.85.82c-2.43 2.32-5.78 3.6-9.42 3.6-6.39 0-12.18-3.79-14.1-9.21l-.16-.46-3.34-.71-.07 1c-.27 4.11-2.71 8.34-3.84 10.1-3.45-2.75-7.73-9.29-7.78-9.36l-.31-.48-.56.09c-1.16.2-3.34 1.86-4.64 2.93-.67-2.61-.65-5.88-.57-7.63l.04-.81-.8-.09c-4.32-.5-8.17-3.08-10.3-6.9l-.52-.93-.81.69c-1.96 1.68-4.35 3.3-7.1 4.81l-.79.43.46.77c1.68 2.8 6.25 5.96 11.75 6.63.09.43.16.85.23 1.25.51 2.85.95 5.32 4.74 12.85l.59 1.18.85-1.01c1.35-1.61 4.02-3.84 5.69-5.22Zm31.18-4.98c4.33 0 7.9-2.82 9.09-7.2 1.19-4.35-.45-8.58-4.17-10.78l-.46-.27-.45.29c-2.08 1.36-4.17 5.17-5.05 6.91-2.64-2.34-4.76-6.59-4.76-6.59l-.09.07c-3.41 2.36-4.77 6.57-3.47 10.72 1.3 4.15 4.83 6.83 9 6.83h.37Zm47.03-73.12c-7.92 0-12.2 6.56-16.33 12.91-.6.91-1.18 1.81-1.78 2.69-7.05 9.91-11.8 12.26-11.85 12.28l-.71.34.26.74c1.98 5.56 1.41 20.99-2.98 28.11l-.23.37.17.41c.68 1.67 1.35 4.28 1.33 6.33v.98l.96-.11c6.9-.78 14.03-9.07 14.47-25.82 1.31 1.06 3.32 3.16 3.7 6.25l.34 2.72 1.29-2.42c2.55-4.78 3.65-9.1 4.82-13.66.47-1.84.96-3.75 1.57-5.81l.74-2.25c2.49-7.58 5.06-15.41 9.06-22.2l.58-.99-1.11-.29c-1.5-.39-2.95-.59-4.31-.59Zm-81.44 58.52c4.57 0 8.35-3.72 8.44-8.29.06-3.2-1.69-6.12-4.57-7.62l-.7-.37-.43.67c-.79 1.24-1.96 2.49-2.65 3.19-.84-.9-2.44-2.36-4.29-2.93l-.39-.12-.34.23c-2.94 1.99-4.13 5.61-3.02 9.24 1.11 3.63 4.14 5.98 7.71 5.98h.25Zm17.42-15.99c-1.85 0-3.45.8-4.51 2.26l-.27.37.15.43c.73 2.04.95 4.42.61 6.53l-.07.46.34.32c1.03.96 2.34 1.47 3.78 1.47a6.3 6.3 0 0 0 4.46-1.87c1.06-1.08 1.64-2.49 1.61-3.98.08-1.5-.44-2.9-1.5-4.02-1.16-1.22-2.88-1.95-4.6-1.95Zm-4.45-35.77c-10.54 0-20.52 5.49-26.7 14.68-6.15 9.15-7.45 20.43-3.48 30.17l.46 1.13.92-.81c.97-.85 1.7-1.65 2.16-2.38l.11-.17.03-.27c.26-7.76 7.43-12.57 13.92-12.57 3.24 0 6.16 1.13 8.46 3.25l.58.54.59-.52c1.02-.9 2.17-1.61 3.41-2.1l.59-.23-.05-.63c-.47-6.56 4.48-12.41 11.03-13.05l2.34-.23-1.92-1.34c-3.92-2.74-8.64-4.19-13.66-4.19-3.6 0-7.16.71-10.58 2.13 3.61-3.76 8.42-5.74 13.96-5.74 8.46 0 17.19 4.65 22.22 11.86 4.64 6.63 5.59 14.66 2.69 22.59l-.27.75.72.34c.93.43 1.81.96 2.61 1.57l.92.7.42-1.07c3.78-9.75 2.34-20.96-3.84-29.99-6.16-9-16.07-14.37-26.49-14.38-.36-.01-.75-.02-1.14-.02Zm9.23 23.38c-2.04 1.39-3.23 3.77-3.13 6.2l.03.68.67.13c3.2.62 6 2.59 7.68 5.4l.34.56.63-.17c2.83-.76 4.78-3.29 4.97-6.45.19-3.16-1.44-5.91-4.16-7.01l-.65-.26-.39.57c-.98 1.44-1.82 3-2.27 3.89-.94-.84-1.77-1.93-2.46-3.25l-.45-.87-.81.55ZM244.04 132l-32.21-.02c-.03-2.59-1.28-3.52-2.92-4.02-1.53-.47-3.44-1.05-4.23-3.49-1.01-3.1 1.35-9.7 5.49-19.36l.3-.51s1.32-.02 2.59-.49l.45-.17.38.3c10.51 8.26 10.18 11.14 8.55 14.31-.65 1.26-1.21 2.36.07 4.51.4-.38.77-.73 1.12-1.07 1.82-1.76 3.03-2.92 4.72-2.92 1.19 0 2.44.59 4.18 1.98l.21.2.07.2c.61 1.86.75 4.35.78 5.81 1.1-.62 2.8-1.8 3.37-3.45l.75-2.19.88 2.14c.38.93.68 1.93.9 2.97 1.73-2.16 2.4-4.08 2-5.72-.46-1.89-1.54-2.62-3.49-3.94-.94-.64-2.01-1.37-3.25-2.39-4.24-3.5-8.78-11.49-10.11-17.82l-.2-.94.95-.1c1.73-.19 2.64-1.23 3.05-1.89-1.39-1.45-4.49-6.33-4.98-12.58-.71-8.99 2.92-10.84 3.08-10.91.08-.04 2.06-.88 4.14-.88 2.29 0 3.87 1 4.59 2.91 3.45-3.71 5.02-6.53 4.67-8.41-.36-1.9-2.74-2.95-5.25-4.07l-.81-.39-.12-.19c-1.71-2.84-4.97-4.79-8.75-7.04-3.99-2.39-8.51-5.09-11.92-9.46-1.27 1.6-1.64 3.54-1.64 3.56l-.16.86-.86-.16c-.15-.03-3.55-.7-7-4.1-2.37 4.05-2.48 10.6 1.89 15.44l.31.34c-1.03 2.84-4.2 5.32-4.2 5.32l-.43-.77c-.63-1.13-1.21-2.19-1.76-3.2-4.21-7.75-6.32-11.64-16.32-13.06-2.85-.4-6.2-.8-9.76-1.21-10.67-1.25-23.94-2.79-36.71-6.1-.98 2.51-1.34 5.56-1.34 5.59l-.09.82-.82-.05c-4.78-.27-11.39-.91-14.77-1.67-1.08 10.78 7.28 14.69 7.64 14.85l.44.2.07.47c.8 5.71 5.12 8.57 5.16 8.6l.34.22.05.4c.65 5.06 5.58 7.33 5.63 7.35l2.2.98-2.32.64c-8.82 2.44-15.15 12.78-20.73 21.01-5.59 8.25-10.88 16.05-17.95 16.05-1.4 0-2.84-.31-4.3-.93 0 2.01.32 5.48 2.35 7.69 1.25 1.36 3.04 2.05 5.29 2.05 6.71-.02 12.03-7.71 17.17-15.15 4.5-6.5 8.75-12.64 14-14.11l.93-.26.16.95c.06.39 1.48 9.72-8.75 16.64l.43 19.76h-20.95c-1.14-.01-2.61 1.41-2.61 3.15v3.19l144.3.07v-3.19c0-1.75-1.46-3.16-3.94-3.17Zm-79.82-4.29c-1.18-.36-2.39-.74-2.95-2.03-3.11-7.27-.09-9.66 3.41-12.42 2.76-2.17 5.88-4.63 6.87-10.34l.12-.72h.73c1.72 0 15.56 2.38 17.91 2.87l.45.09.18.43c.12.29 1.21 2.92 2.12 4.51l.67 1.17-1.35.12c-.49.04-1.01.07-1.55.07-1.54 0-2.98-.18-3.98-.34.81 2.94 3.12 4.55 5.37 6.12 2.34 1.63 4.55 3.17 4.34 6-.2 2.59-1.95 4.11-3.49 5.45-.88.76-1.79 2.24-2.35 3.29h-22.97c-.35-2.73-1.86-3.75-3.53-4.26Zm-29.81-15.36c8.67-7.38 7.08-19.41 6.63-21.95l-5.86-2.47.59-.87c4.62-6.85 16.21-8.73 25.79-8.73 4.66 0 9.45.24 14.13.47 4.26.21 8.29.41 11.88.41 1.19 0 2.24-.02 3.23-.06-2.23-2.46-8.97-3.68-31.2-4.19-12.12-.28-20.12.25-20.99-4.81l-.18-1.04 49.47 1.37c-2.26-2.1-8.73-3.2-23.7-3.89-2.38-.11-4.65-.2-6.79-.28-14.86-.59-23.83-.23-24.6-5.51l-.15-1.03 51.49 1.92c-2.84-2.69-10.55-3.7-20.3-4.07-1.28-.05-2.61-.1-3.96-.16l-3.31-.14c-17.9-.74-30.84-.56-32.11-7.24l-.23-1.22 1.23.2c5.52.92 19.8 1.53 32.4 2.06l2.18.09c2.49.11 5.28.16 8.01.22 6.17.13 12.54.26 16.03.98 9.07 1.89 14.07 15.9 15.49 20.53 2.74-2.62 8.94-8.84 11.5-13.93-1.37-1.08-4.22-3.88-3.53-7.9l.2-1.18 1.06.56c1.57.83 4.32 1.65 7.22 2.51 6.32 1.88 13.48 4.02 15.47 7.9l.33.63-.56.44c-.83.66-1.59 1.48-2.41 2.33-5.97 6.23-11.17 4.14-11.17 4.14-.07 2.44 3.14 2.96 3.14 2.96s-1.02 2.17-.93 7.44c.02 1.08.08 3.17.14 4.27.35 6.55.72 13.33-7.37 16.62l-1.61.65.44-1.68c1.14-4.3-.16-6.44-1.15-7.39-1.25 3.55-6.63 18.81-8.29 23.82l-.46 1.41-1-1.1c-5.79-6.34-10.25-22.73-11.16-26.25h-.66c-1.79 0-5.32-.09-9.06-.68 1.39 4.47 6.02 5.12 6.22 5.15l.57.07.16.55c.46 1.6 1.64 4.29 1.65 4.31l.51 1.17-1.28.05h-.34c-1.95 0-5.16-.55-8.55-1.12-3.83-.65-7.8-1.33-10.45-1.33h-.85l-.02-.85c-.08-3.65-1.9-5.29-3.11-5.97-.99 13.22-10.25 20.63-29.13 23.31l-2.96.42 2.28-1.94Zm3.26 14.61-.7-.04-.11-.69c-1.15-7.53 2.29-8.3 6.27-9.2 1.6-.36 3.41-.77 5.18-1.68l.93-.48.3 1.01c2.48 8.41 1.54 14.2 1.06 16.08h-9.04c-.5-1.84-1.61-4.84-3.91-4.99Z" class="cls-3"/><path d="M221.97 63.36c-.61 0-1.23-.15-1.86-.45-2.77-1.32-2.8-4.08-2.77-4.73 7.2 1.34 8.29 2.7 8.44 2.96-.25.35-1.66 2.22-3.81 2.22Z" class="cls-3"/></svg>';
|
|
679
|
+
var Y2 = k('<div aria-hidden="true"><!></div>'), t4 = k('<div><!> <a href="https://www.uoguelph.ca" aria-label="University of Guelph Home Page"><!></a></div>');
|
|
680
|
+
function e2(e, t) {
|
|
681
|
+
G(t, !1);
|
|
682
|
+
const r = () => u1(d, "$headerState", a), [a, w] = v1(), d = y1("header-state"), c = E1({
|
|
600
683
|
slots: {
|
|
601
684
|
base: "flex w-fit",
|
|
602
685
|
decoration: "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto",
|
|
603
686
|
logo: "flex h-12.5 w-fit items-center transition-opacity hover:opacity-75 focus:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] lg:h-25 [&>svg]:block [&>svg]:h-full [&>svg]:w-auto"
|
|
604
687
|
},
|
|
605
688
|
variants: { mode: { desktop: { logo: "py-2" }, mobile: { logo: "p-3" } } }
|
|
606
|
-
}), { base:
|
|
607
|
-
|
|
608
|
-
var
|
|
689
|
+
}), { base: v, decoration: y, logo: o } = c();
|
|
690
|
+
$1();
|
|
691
|
+
var h = t4(), n = $(h);
|
|
609
692
|
{
|
|
610
|
-
var
|
|
611
|
-
var
|
|
612
|
-
|
|
693
|
+
var i = (l) => {
|
|
694
|
+
var p = Y2(), Z = $(p);
|
|
695
|
+
x1(Z, () => Q2), b(p), z((x) => A(p, 1, x), [() => W(y())]), m(l, p);
|
|
613
696
|
};
|
|
614
|
-
|
|
615
|
-
var
|
|
616
|
-
((
|
|
697
|
+
N(n, (l) => {
|
|
698
|
+
var p;
|
|
699
|
+
((p = r()) == null ? void 0 : p.mode) === "desktop" && l(i);
|
|
617
700
|
});
|
|
618
701
|
}
|
|
619
|
-
var
|
|
702
|
+
var f = U(n, 2), M = $(f);
|
|
620
703
|
{
|
|
621
|
-
var
|
|
622
|
-
var
|
|
623
|
-
|
|
624
|
-
},
|
|
625
|
-
var
|
|
626
|
-
|
|
704
|
+
var _ = (l) => {
|
|
705
|
+
var p = I(), Z = O(p);
|
|
706
|
+
x1(Z, () => X2), m(l, p);
|
|
707
|
+
}, u = (l) => {
|
|
708
|
+
var p = I(), Z = O(p);
|
|
709
|
+
x1(Z, () => I2), m(l, p);
|
|
627
710
|
};
|
|
628
|
-
|
|
629
|
-
var
|
|
630
|
-
((
|
|
711
|
+
N(M, (l) => {
|
|
712
|
+
var p, Z;
|
|
713
|
+
((p = r()) == null ? void 0 : p.mode) === "desktop" || ((Z = r()) == null ? void 0 : Z.variant) === "dual-brand" ? l(_) : l(u, !1);
|
|
631
714
|
});
|
|
632
715
|
}
|
|
633
|
-
|
|
634
|
-
(
|
|
635
|
-
|
|
716
|
+
b(f), b(h), z(
|
|
717
|
+
(l, p) => {
|
|
718
|
+
A(h, 1, l), A(f, 1, p);
|
|
636
719
|
},
|
|
637
720
|
[
|
|
638
|
-
() =>
|
|
639
|
-
() =>
|
|
721
|
+
() => W(v()),
|
|
722
|
+
() => W(o({ mode: r().mode }))
|
|
640
723
|
]
|
|
641
|
-
), m(
|
|
724
|
+
), m(e, h), D(), w();
|
|
642
725
|
}
|
|
643
|
-
|
|
644
|
-
const
|
|
645
|
-
var
|
|
646
|
-
function
|
|
647
|
-
|
|
648
|
-
const
|
|
726
|
+
R(e2, {}, [], [], !0);
|
|
727
|
+
const e4 = '<svg xmlns="http://www.w3.org/2000/svg" style="height:100%" viewBox="0 0 266.13 110.89"><defs><style>.cls-1{fill:#fff}</style></defs><path d="M45.96.24v7.91c0 2.7.79 4.18 3 4.18s3-1.8 3-4V.26h2.48v8.56c0 3.49-2.25 5.46-5.52 5.46-3.74 0-5.69-1.84-5.69-5.6V.26ZM70.04 14h-2c-2.64-3.17-5.27-6.32-7.87-9.89V14h-2.23V.24h2c2.64 3.15 5.26 6.28 7.86 9.82V.24h2.22V14ZM73.7 14.02V.24h2.78v13.78zM83.67 14 78.55.41 81.5.02c1.22 3.5 2.42 7 3.62 11 1.26-4 2.54-7.49 3.82-11l2.39.39L85.93 14ZM100.87 2.09h-4.62v3.78h4.53v1.85h-4.53v4.45h5.47v1.85h-8.25V.24h7.4zM107.31 2.09h1.44a2 2 0 0 1 2.21 2.08 2.39 2.39 0 0 1-2.52 2.49h-1.13V2.09M104.54 14h2.77V8.49h1.66l2.8 5.75 2.91-.54-3.27-5.88a4.35 4.35 0 0 0 2.32-4c0-2.34-1.77-3.6-4.41-3.6h-4.78V14ZM123.82 2.64a4.12 4.12 0 0 0-2.23-.79c-1.16 0-1.79.65-1.79 1.46s1 1.59 2.58 2.87c1.85 1.48 2.83 2.64 2.83 4.33s-1.65 3.75-4.76 3.75a6.19 6.19 0 0 1-4.06-1.38l1-1.58a4.57 4.57 0 0 0 2.81 1.1 1.92 1.92 0 0 0 2.15-1.91c0-1.51-1.85-2.52-3-3.38-1.33-1.08-2.46-1.93-2.46-3.76S118.76 0 121.26 0a5.13 5.13 0 0 1 3.49 1.2l-1 1.44ZM128.3 14.02V.24h2.78v13.78zM137.56 14.02V2.09h-4.26V.24h11.29v1.85h-4.26v11.93zM149.85 14V8.23L145.61.41l3.11-.39c1 2 1.91 4 2.88 6.36 1.06-2.38 2.14-4.37 3.21-6.36l2.28.39-4.47 7.82V14ZM171.78 12.29c-2.89 0-3.92-2.72-3.92-5.36s1.16-5 3.92-5 3.92 2.42 3.92 5-1 5.36-3.92 5.36m0 2c4.23 0 6.87-3.21 6.87-7.33a6.87 6.87 0 1 0-13.74 0c0 4.12 2.64 7.33 6.87 7.33M188.95 2.09h-4.61v4.53h4.53v1.85h-4.53v5.55h-2.78V.24h7.39zM85.26 109.31c-3-.43-3-1.21-3-7.24v-21.9c0-6 0-6.81 3-7.24l1.31-.17v-1.41h-16.2v1.41l1.38.17c2.89.43 2.89 1.21 2.89 7.24V89h-18.3v-8.87c0-6 0-6.75 2.9-7.18l1.37-.17v-1.41h-16.2v1.41l1.38.17c2.89.43 2.89 1.21 2.89 7.24v22c0 6 0 6.75-2.9 7.18l-1.37.17v1.41h16.2v-1.41l-1.37-.17c-2.9-.43-2.9-1.2-2.9-7.18V91.52h18.33v10.55c0 6 0 6.81-2.89 7.24l-1.38.17v1.41h16.2v-1.41l-1.31-.17ZM128.5 102.13l1.26-.24c1.41-.29 2.09-.63 2.33-3.93l1.65-26.61a10.55 10.55 0 0 1 2.43-.29l13 24.28 12.13-24a8.42 8.42 0 0 1 2.43-.29l1.46 26.46c.19 3.69.82 4.13 2.33 4.37l1.45.24v1.27h-13.71v-1.27l1.6-.24c2.19-.39 2.58-.58 2.48-3.79l-.63-16.7h-.1l-10.14 21.51a8.88 8.88 0 0 1-1.85.49l-11-22h-.1l-.58 16.7c-.14 3.21.3 3.36 2.47 3.79l1.61.24v1.27H128.5v-1.27ZM183.82 73.54a8.41 8.41 0 0 1 2.47-.34c3.74 0 6.31 2.28 6.31 6 0 5.24-3.29 6.26-7 6.26h-1.8V73.54Zm-9.76 29.86h12.62c7.24 0 13.79-2 13.79-9.13 0-6-5.19-7.91-8.2-8.35v-.1c2.57-.78 6.65-2.57 6.65-7.76 0-6.71-8.06-6.71-10.39-6.71h-14.47v1.27l1.16.14c2.29.44 2.29.3 2.29 5.69v17.76c0 5.49 0 5.29-2.29 5.78l-1.16.14v1.27Zm9.76-16.07h2.09c5.87 0 8.25 3.79 8.25 7.62s-1.94 6.6-6.41 6.6a11 11 0 0 1-3.93-.78V87.33ZM205.26 102.13l1.16-.14c2.29-.44 2.29-.29 2.29-5.78V78.54c0-5.48 0-5.25-2.29-5.78l-1.16-.14v-1.27h22.38a36 36 0 0 1 .58 7.87l-1.75.24c-1.26-6.17-2.86-6.26-8-6.26h-3.5v12.48h3.3c4.32 0 5-.05 5.29-2.09l.25-1.7h1.25v9.66h-1.25l-.25-1.55c-.34-2.14-1.06-2.14-5.09-2.14h-3.5v13a20.88 20.88 0 0 0 4.9.73c7.28 0 7.82-3.74 8.79-7.38l1.74.34a34.28 34.28 0 0 1-1.6 8.89h-23.54v-1.27ZM245.78 73.54a8.58 8.58 0 0 1 2.53-.34c3.89 0 6.85 2.53 6.85 7 0 2.09-.15 7.47-7 7.47h-2.38V73.54m0 16h1.56c3 0 3.15 1.8 4.86 5.05l1.84 3.59c1.07 2.14 3 5.25 7.86 5.25h4.23v-1.27a4.15 4.15 0 0 1-3.11-1.31 77.92 77.92 0 0 1-7.76-13.09c2.77-1.26 6.22-4 6.22-8.3 0-7.62-7-8.11-11.46-8.11h-14v1.27l1.11.14c2.33.34 2.33.83 2.33 5.73v17.72c0 4.86 0 5.44-2.28 5.78l-1.16.14v1.27h13.24v-1.27l-1.2-.13c-2.28-.34-2.28-.92-2.28-5.73v-6.75ZM114.97 71.43v1.44l.92.11.42.05c2.13.29 2.51.34 2.55 3.48l.2 12.44a39.67 39.67 0 0 1-.26 5c-.72 5.67-4.68 7.68-8.15 7.68-5.34 0-8.93-3.48-8.93-8.67V78.59c0-4.73 0-5.23 2.16-5.55l1.24-.16v-1.45H91.86v1.45l1.25.17c2.15.31 2.15.81 2.15 5.54v11.83c0 9.17 4.78 13.63 14.62 13.63 7.88 0 12.11-4.35 12.56-12.93l.07-2.24.29-11.76c0-3.25.69-3.56 2-3.92l1-.29v-1.48Z" class="cls-1"/><path d="M.75 61.79h264.22" style="fill:#fff;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px"/><path d="M23.67 39.89v1.42l2.88.41c1.56.28 2.34.47 2.75 1.15s.39 1.73.39 3.86v5.85h-.07a29 29 0 0 1-4.58.43 14.12 14.12 0 0 1-11.22-5c-2.83-3.36-4.33-8.26-4.33-14.16 0-5.29 1.09-9.7 3.14-12.75 2.34-3.45 5.84-5.2 10.42-5.2 4.17 0 7.32 1.26 9.34 3.75a15.88 15.88 0 0 1 2.81 6.56l.07.27 2.2-.29a38.16 38.16 0 0 0-1.31-10.1c-2.42-1.15-5.78-2.32-12.33-2.32-6.2 0-11.81 1.66-15.78 4.69a17.3 17.3 0 0 0-5.2 6.36 21.87 21.87 0 0 0-2 9.51c0 7.09 2.34 12.5 7 16.08 4 3.08 9.67 4.71 16.42 4.71a46.74 46.74 0 0 0 14.8-2.88l.28-.1-.17-1.25h-.07c-.71 0-1.19-.09-1.44-.69a12.19 12.19 0 0 1-.3-3.83c0-3.71.07-4.51 2.17-4.9l1.14-.16v-1.42ZM84.71 53.29l1.17-.14c2.28-.44 2.28-.3 2.28-5.78V29.7c0-5.49 0-5.24-2.28-5.78l-1.17-.14v-1.27h22.38a36 36 0 0 1 .58 7.87l-1.74.24c-1.27-6.16-2.87-6.26-8-6.26h-3.5v12.48h3.3c4.32 0 5-.05 5.29-2.09l.24-1.7h1.27v9.66h-1.27l-.24-1.55c-.34-2.14-1.06-2.14-5.09-2.14h-3.5v13a20.89 20.89 0 0 0 4.91.73c7.27 0 7.81-3.74 8.78-7.38l1.75.34a34.78 34.78 0 0 1-1.6 8.89h-23.6v-1.27ZM115.52 53.29l1.17-.14c2.28-.44 2.28-.25 2.28-5.78V29.55c0-4.71 0-5.29-2.28-5.63l-1.17-.14v-1.27h13.2v1.27l-1.17.14c-2.27.34-2.27.92-2.27 5.63V52a19.72 19.72 0 0 0 4.46.68c6.84 0 6.89-3.3 8.29-7.34l1.76.35a35 35 0 0 1-1.71 8.84h-22.56v-1.27ZM144.17 53.29l1.17-.14c2.28-.25 2.28-.93 2.28-5.73V29.7c0-4.76 0-5.49-2.28-5.78l-1.17-.14v-1.27h12.91c6 0 13 1.07 13 8.6 0 8.2-8 10.29-13.06 10.43V39.7c3.6-.49 6.75-2 6.75-7.91 0-5.1-3.35-7.43-7.42-7.43a9.51 9.51 0 0 0-2.39.34v22.72c0 4.8.06 5.48 2.34 5.73l1.84.14v1.27h-13.97v-1.27ZM177.83 29.7c0-4.86 0-5.44-2.28-5.78l-1.16-.14v-1.27h13.2v1.27l-1.16.14c-2.29.34-2.29.92-2.29 5.73v7.09h14.66v-7c0-4.86 0-5.44-2.28-5.78l-1.16-.14v-1.27h13.21v1.27l-1.12.14c-2.34.34-2.34.92-2.34 5.78v17.67c0 4.85 0 5.43 2.34 5.78l1.12.14v1.27h-13.21v-1.27l1.16-.14c2.28-.35 2.28-.93 2.28-5.78v-8.45h-14.66v8.5c0 4.8 0 5.38 2.29 5.73l1.16.14v1.27h-13.2v-1.27l1.16-.14c2.28-.35 2.28-.93 2.28-5.73V29.7ZM68.39 22.52V24l1.11.12h.23c2.12.29 2.5.35 2.55 3.48l.19 12.44a38 38 0 0 1-.26 5c-.72 5.67-4.68 7.69-8.15 7.69-5.34 0-8.93-3.49-8.93-8.68V29.69c0-4.74 0-5.23 2.17-5.55l1.24-.16v-1.46H45.26V24l1.25.16c2.15.32 2.15.81 2.15 5.55v11.83c0 9.16 4.79 13.62 14.63 13.62 7.88 0 12.1-4.35 12.55-12.92l.07-2.25.3-11.76c0-3.25.68-3.56 2-3.92l1-.28v-1.49Z" class="cls-1"/></svg>';
|
|
728
|
+
var r4 = k('<a><span class="sr-only"> </span> <!></a>'), a4 = k("<a> </a>"), l4 = k("<li><!></li>"), s4 = k("<ul></ul>");
|
|
729
|
+
function r2(e, t) {
|
|
730
|
+
G(t, !1);
|
|
731
|
+
const r = E1({
|
|
649
732
|
slots: {
|
|
650
733
|
base: "ml-auto flex text-xl [&>li]:contents",
|
|
651
734
|
link: "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-4 transition-colors hover:border-yellow hover:text-yellow"
|
|
@@ -659,532 +742,532 @@ function Y1(a, t) {
|
|
|
659
742
|
}
|
|
660
743
|
}
|
|
661
744
|
})();
|
|
662
|
-
|
|
663
|
-
var
|
|
664
|
-
|
|
665
|
-
var c =
|
|
745
|
+
$1();
|
|
746
|
+
var a = s4();
|
|
747
|
+
H(a, 5, () => [...Q1, I1], c1, (w, d) => {
|
|
748
|
+
var c = l4(), v = $(c);
|
|
666
749
|
{
|
|
667
|
-
var
|
|
668
|
-
var
|
|
669
|
-
|
|
670
|
-
var
|
|
671
|
-
|
|
750
|
+
var y = (h) => {
|
|
751
|
+
var n = r4(), i = $(n), f = $(i, !0);
|
|
752
|
+
b(i);
|
|
753
|
+
var M = U(i, 2);
|
|
754
|
+
q(M, {
|
|
672
755
|
get icon() {
|
|
673
|
-
return
|
|
756
|
+
return s(d).icon;
|
|
674
757
|
}
|
|
675
|
-
}),
|
|
676
|
-
(
|
|
677
|
-
|
|
758
|
+
}), b(n), z(
|
|
759
|
+
(_) => {
|
|
760
|
+
A(n, 1, _), Y(n, "href", s(d).href), j(f, s(d).text);
|
|
678
761
|
},
|
|
679
|
-
[() =>
|
|
680
|
-
), m(
|
|
681
|
-
},
|
|
682
|
-
var
|
|
683
|
-
|
|
684
|
-
(
|
|
685
|
-
|
|
762
|
+
[() => W(r.link({ hasIcon: !0 }))]
|
|
763
|
+
), m(h, n);
|
|
764
|
+
}, o = (h) => {
|
|
765
|
+
var n = a4(), i = $(n, !0);
|
|
766
|
+
b(n), z(
|
|
767
|
+
(f) => {
|
|
768
|
+
A(n, 1, f), Y(n, "href", s(d).href), j(i, s(d).text);
|
|
686
769
|
},
|
|
687
|
-
[() =>
|
|
688
|
-
), m(
|
|
770
|
+
[() => W(r.link({ hasIcon: !1 }))]
|
|
771
|
+
), m(h, n);
|
|
689
772
|
};
|
|
690
|
-
|
|
691
|
-
|
|
773
|
+
N(v, (h) => {
|
|
774
|
+
s(d).icon ? h(y) : h(o, !1);
|
|
692
775
|
});
|
|
693
776
|
}
|
|
694
|
-
|
|
695
|
-
}),
|
|
777
|
+
b(c), m(w, c);
|
|
778
|
+
}), b(a), z((w) => A(a, 1, w), [() => W(r.base())]), m(e, a), D();
|
|
696
779
|
}
|
|
697
|
-
|
|
698
|
-
var
|
|
699
|
-
function
|
|
700
|
-
const t = [...
|
|
701
|
-
var
|
|
702
|
-
|
|
703
|
-
var
|
|
780
|
+
R(r2, {}, [], [], !0);
|
|
781
|
+
var o4 = k('<li class="contents first:*:mt-4 last:*:mb-4"><a> </a></li>'), n4 = k('<ul class="absolute top-full right-0 z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem]"></ul>'), c4 = k('<a class="flex aspect-square h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-white hover:text-black focus:bg-white focus:text-black aria-expanded:bg-white aria-expanded:text-black"><!></a>'), i4 = k("<li><!></li>"), u4 = k('<span><span class="mr-auto"> </span> <!></span>'), v4 = k("<li><a> </a></li>"), h4 = k('<ul class="flex w-full flex-col bg-white text-black [&>li]:contents"></ul>'), f4 = k("<a> </a>"), d4 = k("<li><!></li>"), p4 = k('<ul class="absolute top-full right-0 z-50 flex max-h-[calc(100vh-5rem)] w-full flex-col overflow-y-auto bg-white px-4 py-3 text-black shadow-md lg:w-[30rem] [&>li]:contents"></ul>'), g4 = k('<ul class="flex h-full [&>li]:contents"><!> <li><!></li></ul>');
|
|
782
|
+
function a2(e) {
|
|
783
|
+
const t = [...Q1, ...X1], r = [Y1, I1];
|
|
784
|
+
var a = g4(), w = $(a);
|
|
785
|
+
H(w, 1, () => r, (v) => v.text, (v, y) => {
|
|
786
|
+
var o = i4(), h = $(o);
|
|
704
787
|
{
|
|
705
|
-
var
|
|
706
|
-
t1(
|
|
788
|
+
var n = (f) => {
|
|
789
|
+
t1(f, {
|
|
707
790
|
class: "h-full w-fit",
|
|
708
|
-
button: (
|
|
709
|
-
e1(
|
|
791
|
+
button: (_) => {
|
|
792
|
+
e1(_, {
|
|
710
793
|
class: "flex aspect-square h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-white hover:text-black focus:bg-white focus:text-black aria-expanded:bg-white aria-expanded:text-black",
|
|
711
794
|
get label() {
|
|
712
|
-
return
|
|
795
|
+
return s(y).text;
|
|
713
796
|
},
|
|
714
|
-
children: (
|
|
715
|
-
|
|
797
|
+
children: (u, l) => {
|
|
798
|
+
q(u, {
|
|
716
799
|
get icon() {
|
|
717
|
-
return
|
|
800
|
+
return s(y).icon;
|
|
718
801
|
}
|
|
719
802
|
});
|
|
720
803
|
},
|
|
721
804
|
$$slots: { default: !0 }
|
|
722
805
|
});
|
|
723
806
|
},
|
|
724
|
-
children: (
|
|
725
|
-
var
|
|
726
|
-
|
|
727
|
-
var
|
|
728
|
-
|
|
807
|
+
children: (_, u) => {
|
|
808
|
+
var l = n4();
|
|
809
|
+
H(l, 5, () => s(y).items, c1, (p, Z) => {
|
|
810
|
+
var x = o4(), S = $(x);
|
|
811
|
+
r1(S, () => ({
|
|
729
812
|
class: "border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors",
|
|
730
|
-
href:
|
|
731
|
-
...
|
|
813
|
+
href: s(Z).href,
|
|
814
|
+
...s(Z).attributes
|
|
732
815
|
}));
|
|
733
|
-
var V =
|
|
734
|
-
|
|
735
|
-
}),
|
|
816
|
+
var V = $(S, !0);
|
|
817
|
+
b(S), b(x), z(() => j(V, s(Z).text)), m(p, x);
|
|
818
|
+
}), b(l), a1(3, l, () => l1, () => ({ duration: 200, easing: s1 })), m(_, l);
|
|
736
819
|
},
|
|
737
820
|
$$slots: { button: !0, default: !0 }
|
|
738
821
|
});
|
|
739
|
-
},
|
|
740
|
-
var
|
|
741
|
-
|
|
822
|
+
}, i = (f) => {
|
|
823
|
+
var M = c4(), _ = $(M);
|
|
824
|
+
q(_, {
|
|
742
825
|
get icon() {
|
|
743
|
-
return
|
|
826
|
+
return s(y).icon;
|
|
744
827
|
}
|
|
745
|
-
}),
|
|
746
|
-
Y(
|
|
747
|
-
}), m(
|
|
828
|
+
}), b(M), z(() => {
|
|
829
|
+
Y(M, "href", s(y).href), Y(M, "aria-label", s(y).text);
|
|
830
|
+
}), m(f, M);
|
|
748
831
|
};
|
|
749
|
-
|
|
750
|
-
"items" in
|
|
832
|
+
N(h, (f) => {
|
|
833
|
+
"items" in s(y) ? f(n) : f(i, !1);
|
|
751
834
|
});
|
|
752
835
|
}
|
|
753
|
-
|
|
836
|
+
b(o), m(v, o);
|
|
754
837
|
});
|
|
755
|
-
var
|
|
838
|
+
var d = U(w, 2), c = $(d);
|
|
756
839
|
t1(c, {
|
|
757
840
|
class: "h-full w-fit",
|
|
758
|
-
button: (
|
|
759
|
-
e1(
|
|
841
|
+
button: (y) => {
|
|
842
|
+
e1(y, {
|
|
760
843
|
class: "flex aspect-square h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-white hover:text-black focus:bg-white focus:text-black aria-expanded:bg-white aria-expanded:text-black [&_svg]:aria-expanded:rotate-180",
|
|
761
844
|
label: "Main Menu",
|
|
762
|
-
children: (
|
|
763
|
-
|
|
845
|
+
children: (o, h) => {
|
|
846
|
+
q(o, {
|
|
764
847
|
get icon() {
|
|
765
|
-
return
|
|
848
|
+
return B1;
|
|
766
849
|
}
|
|
767
850
|
});
|
|
768
851
|
},
|
|
769
852
|
$$slots: { default: !0 }
|
|
770
853
|
});
|
|
771
854
|
},
|
|
772
|
-
children: (
|
|
773
|
-
var
|
|
774
|
-
|
|
775
|
-
var
|
|
855
|
+
children: (y, o) => {
|
|
856
|
+
var h = p4();
|
|
857
|
+
H(h, 5, () => t, c1, (n, i) => {
|
|
858
|
+
var f = d4(), M = $(f);
|
|
776
859
|
{
|
|
777
|
-
var
|
|
778
|
-
t1(
|
|
860
|
+
var _ = (l) => {
|
|
861
|
+
t1(l, {
|
|
779
862
|
class: "relative w-full",
|
|
780
863
|
autoCollapse: !1,
|
|
781
|
-
button: (
|
|
782
|
-
e1(
|
|
864
|
+
button: (Z) => {
|
|
865
|
+
e1(Z, {
|
|
783
866
|
class: "border-grey/50 hover:bg-grey-muted focus:bg-grey-muted aria-expanded:bg-grey-muted flex w-full items-center justify-between gap-2 border-0 border-b border-solid p-2 transition-colors [&_svg]:aria-expanded:rotate-180",
|
|
784
|
-
children: (
|
|
785
|
-
var V =
|
|
867
|
+
children: (x, S) => {
|
|
868
|
+
var V = u4();
|
|
786
869
|
let L;
|
|
787
|
-
var
|
|
788
|
-
|
|
789
|
-
var
|
|
790
|
-
|
|
870
|
+
var g = $(V), C = $(g, !0);
|
|
871
|
+
b(g);
|
|
872
|
+
var E = U(g, 2);
|
|
873
|
+
q(E, {
|
|
791
874
|
get icon() {
|
|
792
|
-
return
|
|
875
|
+
return M1;
|
|
793
876
|
}
|
|
794
|
-
}),
|
|
795
|
-
L =
|
|
796
|
-
}), m(
|
|
877
|
+
}), b(V), z(() => {
|
|
878
|
+
L = A(V, 1, "flex w-full items-center justify-between gap-2 [&>svg]:transition-transform", null, L, { "bg-yellow": s(i).highlight }), j(C, s(i).text);
|
|
879
|
+
}), m(x, V);
|
|
797
880
|
},
|
|
798
881
|
$$slots: { default: !0 }
|
|
799
882
|
});
|
|
800
883
|
},
|
|
801
|
-
children: (
|
|
802
|
-
var
|
|
803
|
-
|
|
804
|
-
var
|
|
805
|
-
|
|
884
|
+
children: (Z, x) => {
|
|
885
|
+
var S = h4();
|
|
886
|
+
H(S, 5, () => s(i).items, c1, (V, L) => {
|
|
887
|
+
var g = v4(), C = $(g);
|
|
888
|
+
r1(C, () => ({
|
|
806
889
|
class: "border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors",
|
|
807
|
-
href:
|
|
808
|
-
...
|
|
890
|
+
href: s(L).href,
|
|
891
|
+
...s(L).attributes
|
|
809
892
|
}));
|
|
810
|
-
var
|
|
811
|
-
|
|
812
|
-
}),
|
|
893
|
+
var E = $(C, !0);
|
|
894
|
+
b(C), b(g), z(() => j(E, s(L).text)), m(V, g);
|
|
895
|
+
}), b(S), a1(3, S, () => l1, () => ({ duration: 200, easing: s1 })), m(Z, S);
|
|
813
896
|
},
|
|
814
897
|
$$slots: { button: !0, default: !0 }
|
|
815
898
|
});
|
|
816
|
-
},
|
|
817
|
-
var
|
|
818
|
-
let
|
|
819
|
-
var
|
|
820
|
-
p
|
|
821
|
-
|
|
822
|
-
}), m(
|
|
899
|
+
}, u = (l) => {
|
|
900
|
+
var p = f4();
|
|
901
|
+
let Z;
|
|
902
|
+
var x = $(p, !0);
|
|
903
|
+
b(p), z(() => {
|
|
904
|
+
Z = A(p, 1, "border-grey/50 hover:bg-grey-muted focus:bg-grey-muted border-0 border-b border-solid p-2 transition-colors", null, Z, { "bg-yellow": s(i).highlight }), Y(p, "href", s(i).href), j(x, s(i).text);
|
|
905
|
+
}), m(l, p);
|
|
823
906
|
};
|
|
824
|
-
|
|
825
|
-
"items" in
|
|
907
|
+
N(M, (l) => {
|
|
908
|
+
"items" in s(i) ? l(_) : l(u, !1);
|
|
826
909
|
});
|
|
827
910
|
}
|
|
828
|
-
|
|
829
|
-
}),
|
|
911
|
+
b(f), m(n, f);
|
|
912
|
+
}), b(h), a1(3, h, () => l1, () => ({ duration: 200, easing: s1 })), m(y, h);
|
|
830
913
|
},
|
|
831
914
|
$$slots: { button: !0, default: !0 }
|
|
832
|
-
}),
|
|
915
|
+
}), b(d), b(a), m(e, a);
|
|
833
916
|
}
|
|
834
|
-
|
|
835
|
-
var
|
|
836
|
-
function
|
|
837
|
-
|
|
838
|
-
const
|
|
839
|
-
|
|
840
|
-
var c =
|
|
841
|
-
|
|
842
|
-
var
|
|
917
|
+
R(a2, {}, [], [], !0);
|
|
918
|
+
var b4 = k('<a href="https://www.guelphhumber.ca" class="ml-auto h-full w-auto p-4 transition-opacity hover:opacity-75 focus:opacity-75"><span class="sr-only">University of Guelph-Humber Homepage</span> <!></a>'), x4 = k('<nav aria-label="Primary"><!> <!></nav>');
|
|
919
|
+
function l2(e, t) {
|
|
920
|
+
G(t, !1);
|
|
921
|
+
const r = () => u1(d, "$headerState", a), [a, w] = v1(), d = y1("header-state");
|
|
922
|
+
$1();
|
|
923
|
+
var c = x4(), v = $(c);
|
|
924
|
+
e2(v, {});
|
|
925
|
+
var y = U(v, 2);
|
|
843
926
|
{
|
|
844
|
-
var
|
|
845
|
-
var
|
|
846
|
-
|
|
847
|
-
},
|
|
848
|
-
var
|
|
927
|
+
var o = (n) => {
|
|
928
|
+
var i = b4(), f = U($(i), 2);
|
|
929
|
+
x1(f, () => e4), b(i), m(n, i);
|
|
930
|
+
}, h = (n) => {
|
|
931
|
+
var i = I(), f = O(i);
|
|
849
932
|
{
|
|
850
|
-
var
|
|
851
|
-
|
|
852
|
-
},
|
|
853
|
-
|
|
933
|
+
var M = (u) => {
|
|
934
|
+
r2(u, {});
|
|
935
|
+
}, _ = (u) => {
|
|
936
|
+
a2(u);
|
|
854
937
|
};
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
(
|
|
858
|
-
var
|
|
859
|
-
((
|
|
938
|
+
N(
|
|
939
|
+
f,
|
|
940
|
+
(u) => {
|
|
941
|
+
var l;
|
|
942
|
+
((l = r()) == null ? void 0 : l.mode) === "desktop" ? u(M) : u(_, !1);
|
|
860
943
|
},
|
|
861
944
|
!0
|
|
862
945
|
);
|
|
863
946
|
}
|
|
864
|
-
m(
|
|
947
|
+
m(n, i);
|
|
865
948
|
};
|
|
866
|
-
|
|
867
|
-
var
|
|
868
|
-
((
|
|
949
|
+
N(y, (n) => {
|
|
950
|
+
var i;
|
|
951
|
+
((i = r()) == null ? void 0 : i.variant) === "dual-brand" ? n(o) : n(h, !1);
|
|
869
952
|
});
|
|
870
953
|
}
|
|
871
|
-
|
|
954
|
+
b(c), z((n) => A(c, 1, n), [
|
|
872
955
|
() => {
|
|
873
|
-
var
|
|
874
|
-
return
|
|
956
|
+
var n;
|
|
957
|
+
return W(H1("relative flex w-full justify-between bg-black px-[calc((100%-1320px)/2)] text-lg text-black-contrast lg:h-25", ((n = r()) == null ? void 0 : n.variant) === "dual-brand" ? "h-[7.5rem]" : "h-12.5"));
|
|
875
958
|
}
|
|
876
|
-
]), m(
|
|
959
|
+
]), m(e, c), D(), w();
|
|
877
960
|
}
|
|
878
|
-
|
|
879
|
-
var
|
|
880
|
-
function
|
|
881
|
-
|
|
882
|
-
let
|
|
883
|
-
var
|
|
961
|
+
R(l2, {}, [], [], !0);
|
|
962
|
+
var m4 = k('<span class="flex items-center gap-2 [&>svg]:transition-transform"><span> </span> <!></span>'), w4 = k("<li><a> </a></li>"), _4 = k('<ul class="bg-grey-muted absolute top-full right-0 z-50 flex min-w-[20rem] flex-col [&>li]:contents"></ul>'), y4 = k("<li><!></li>"), $4 = k("<li><a> </a></li>");
|
|
963
|
+
function s2(e, t) {
|
|
964
|
+
G(t, !0);
|
|
965
|
+
let r = P(t, "items");
|
|
966
|
+
var a = {
|
|
884
967
|
get items() {
|
|
885
|
-
return
|
|
968
|
+
return r();
|
|
886
969
|
},
|
|
887
970
|
set items(c) {
|
|
888
|
-
|
|
971
|
+
r(c), T();
|
|
889
972
|
}
|
|
890
|
-
},
|
|
891
|
-
return
|
|
892
|
-
var
|
|
973
|
+
}, w = I(), d = O(w);
|
|
974
|
+
return H(d, 17, r, (c) => c.text, (c, v) => {
|
|
975
|
+
var y = I(), o = O(y);
|
|
893
976
|
{
|
|
894
|
-
var
|
|
895
|
-
var
|
|
896
|
-
t1(
|
|
977
|
+
var h = (i) => {
|
|
978
|
+
var f = y4(), M = $(f);
|
|
979
|
+
t1(M, {
|
|
897
980
|
class: "relative h-full",
|
|
898
|
-
button: (
|
|
899
|
-
e1(
|
|
981
|
+
button: (u) => {
|
|
982
|
+
e1(u, {
|
|
900
983
|
class: "flex h-full items-center justify-center gap-2 px-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast aria-expanded:bg-yellow aria-expanded:text-yellow-contrast [&_svg]:aria-expanded:rotate-180",
|
|
901
|
-
children: (
|
|
902
|
-
var
|
|
903
|
-
|
|
904
|
-
var V =
|
|
905
|
-
|
|
984
|
+
children: (l, p) => {
|
|
985
|
+
var Z = m4(), x = $(Z), S = $(x, !0);
|
|
986
|
+
b(x);
|
|
987
|
+
var V = U(x, 2);
|
|
988
|
+
q(V, {
|
|
906
989
|
get icon() {
|
|
907
|
-
return
|
|
990
|
+
return M1;
|
|
908
991
|
}
|
|
909
|
-
}),
|
|
992
|
+
}), b(Z), z(() => j(S, s(v).text)), m(l, Z);
|
|
910
993
|
},
|
|
911
994
|
$$slots: { default: !0 }
|
|
912
995
|
});
|
|
913
996
|
},
|
|
914
|
-
children: (
|
|
915
|
-
var
|
|
916
|
-
|
|
917
|
-
var
|
|
918
|
-
|
|
997
|
+
children: (u, l) => {
|
|
998
|
+
var p = _4();
|
|
999
|
+
H(p, 21, () => s(v).items, c1, (Z, x) => {
|
|
1000
|
+
var S = w4(), V = $(S);
|
|
1001
|
+
r1(
|
|
919
1002
|
V,
|
|
920
|
-
(
|
|
921
|
-
...
|
|
922
|
-
class:
|
|
923
|
-
href:
|
|
1003
|
+
(g) => ({
|
|
1004
|
+
...s(x).attributes,
|
|
1005
|
+
class: g,
|
|
1006
|
+
href: s(x).href
|
|
924
1007
|
}),
|
|
925
1008
|
[
|
|
926
1009
|
() => {
|
|
927
|
-
var
|
|
928
|
-
return `border-grey/50 border-0 border-b border-solid p-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast ${((
|
|
1010
|
+
var g;
|
|
1011
|
+
return `border-grey/50 border-0 border-b border-solid p-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast ${((g = s(x).attributes) == null ? void 0 : g.class) ?? ""} uofg-header-sub-nav-item-${s(x).text.toLowerCase().replace(/ /g, "-")}`;
|
|
929
1012
|
}
|
|
930
1013
|
]
|
|
931
1014
|
);
|
|
932
|
-
var L =
|
|
933
|
-
|
|
934
|
-
}), p
|
|
1015
|
+
var L = $(V, !0);
|
|
1016
|
+
b(V), b(S), z(() => j(L, s(x).text)), m(Z, S);
|
|
1017
|
+
}), b(p), a1(3, p, () => l1, () => ({ duration: 200, easing: s1 })), m(u, p);
|
|
935
1018
|
},
|
|
936
1019
|
$$slots: { button: !0, default: !0 }
|
|
937
|
-
}),
|
|
938
|
-
},
|
|
939
|
-
var
|
|
940
|
-
|
|
1020
|
+
}), b(f), m(i, f);
|
|
1021
|
+
}, n = (i) => {
|
|
1022
|
+
var f = $4(), M = $(f);
|
|
1023
|
+
r1(M, (u) => ({ ...s(v).attributes, class: u, href: s(v).href }), [
|
|
941
1024
|
() => {
|
|
942
|
-
var
|
|
943
|
-
return `flex h-full items-center justify-center gap-2 px-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast ${((
|
|
1025
|
+
var u;
|
|
1026
|
+
return `flex h-full items-center justify-center gap-2 px-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast ${((u = s(v).attributes) == null ? void 0 : u.class) ?? ""} uofg-header-sub-nav-item-${s(v).text.toLowerCase().replace(/ /g, "-")}`;
|
|
944
1027
|
}
|
|
945
1028
|
]);
|
|
946
|
-
var
|
|
947
|
-
|
|
1029
|
+
var _ = $(M, !0);
|
|
1030
|
+
b(M), b(f), z(() => j(_, s(v).text)), m(i, f);
|
|
948
1031
|
};
|
|
949
|
-
|
|
950
|
-
"items" in
|
|
1032
|
+
N(o, (i) => {
|
|
1033
|
+
"items" in s(v) ? i(h) : i(n, !1);
|
|
951
1034
|
});
|
|
952
1035
|
}
|
|
953
|
-
m(c,
|
|
954
|
-
}), m(
|
|
1036
|
+
m(c, y);
|
|
1037
|
+
}), m(e, w), D(a);
|
|
955
1038
|
}
|
|
956
|
-
|
|
957
|
-
var
|
|
958
|
-
function
|
|
959
|
-
|
|
960
|
-
let
|
|
961
|
-
var
|
|
1039
|
+
R(s2, { items: {} }, [], [], !0);
|
|
1040
|
+
var M4 = k('<span class="flex w-full items-center justify-between gap-2"><span class="mr-auto"> </span> <!></span>'), Z4 = k("<li><a> </a></li>"), k4 = k('<ul class="flex w-full flex-col bg-white text-black [&>li]:contents"></ul>'), V4 = k("<a> </a>"), L4 = k("<li><!></li>"), S4 = k('<ul class="absolute top-full right-0 z-50 flex max-h-[calc(100vh-5rem)] w-full flex-col overflow-y-auto bg-white px-4 py-3 whitespace-normal text-black shadow-md lg:w-[30rem] [&>li]:contents"></ul>'), C4 = k("<li><!></li>");
|
|
1041
|
+
function o2(e, t) {
|
|
1042
|
+
G(t, !0);
|
|
1043
|
+
let r = P(t, "items");
|
|
1044
|
+
var a = {
|
|
962
1045
|
get items() {
|
|
963
|
-
return
|
|
1046
|
+
return r();
|
|
964
1047
|
},
|
|
965
1048
|
set items(c) {
|
|
966
|
-
|
|
1049
|
+
r(c), T();
|
|
967
1050
|
}
|
|
968
|
-
},
|
|
969
|
-
return t1(
|
|
1051
|
+
}, w = C4(), d = $(w);
|
|
1052
|
+
return t1(d, {
|
|
970
1053
|
class: "h-full",
|
|
971
1054
|
autoCollapse: !1,
|
|
972
|
-
button: (
|
|
973
|
-
e1(
|
|
1055
|
+
button: (v) => {
|
|
1056
|
+
e1(v, {
|
|
974
1057
|
class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast aria-expanded:bg-yellow aria-expanded:text-yellow-contrast",
|
|
975
1058
|
label: "Sub Navigation Menu",
|
|
976
|
-
children: (
|
|
977
|
-
|
|
1059
|
+
children: (y, o) => {
|
|
1060
|
+
q(y, {
|
|
978
1061
|
get icon() {
|
|
979
|
-
return
|
|
1062
|
+
return B1;
|
|
980
1063
|
}
|
|
981
1064
|
});
|
|
982
1065
|
},
|
|
983
1066
|
$$slots: { default: !0 }
|
|
984
1067
|
});
|
|
985
1068
|
},
|
|
986
|
-
children: (
|
|
987
|
-
var
|
|
988
|
-
|
|
989
|
-
var
|
|
1069
|
+
children: (v, y) => {
|
|
1070
|
+
var o = S4();
|
|
1071
|
+
H(o, 21, r, (h) => h.text, (h, n) => {
|
|
1072
|
+
var i = L4(), f = $(i);
|
|
990
1073
|
{
|
|
991
|
-
var
|
|
992
|
-
t1(
|
|
1074
|
+
var M = (u) => {
|
|
1075
|
+
t1(u, {
|
|
993
1076
|
class: "relative w-full",
|
|
994
1077
|
autoCollapse: !1,
|
|
995
|
-
button: (
|
|
996
|
-
e1(
|
|
1078
|
+
button: (p) => {
|
|
1079
|
+
e1(p, {
|
|
997
1080
|
class: "group border-grey/50 hover:bg-grey-muted focus:bg-grey-muted aria-expanded:bg-grey-muted flex w-full items-center justify-between gap-2 border-0 border-b border-solid p-2 transition-colors",
|
|
998
|
-
children: (
|
|
999
|
-
var
|
|
1000
|
-
|
|
1001
|
-
var
|
|
1002
|
-
|
|
1081
|
+
children: (Z, x) => {
|
|
1082
|
+
var S = M4(), V = $(S), L = $(V, !0);
|
|
1083
|
+
b(V);
|
|
1084
|
+
var g = U(V, 2);
|
|
1085
|
+
q(g, {
|
|
1003
1086
|
get icon() {
|
|
1004
|
-
return
|
|
1087
|
+
return M1;
|
|
1005
1088
|
},
|
|
1006
1089
|
class: "transition-transform group-aria-expanded:rotate-180"
|
|
1007
|
-
}),
|
|
1090
|
+
}), b(S), z(() => j(L, s(n).text)), m(Z, S);
|
|
1008
1091
|
},
|
|
1009
1092
|
$$slots: { default: !0 }
|
|
1010
1093
|
});
|
|
1011
1094
|
},
|
|
1012
|
-
children: (
|
|
1013
|
-
var
|
|
1014
|
-
|
|
1015
|
-
var L =
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
(
|
|
1019
|
-
...
|
|
1020
|
-
class:
|
|
1021
|
-
href:
|
|
1095
|
+
children: (p, Z) => {
|
|
1096
|
+
var x = k4();
|
|
1097
|
+
H(x, 21, () => s(n).items, c1, (S, V) => {
|
|
1098
|
+
var L = Z4(), g = $(L);
|
|
1099
|
+
r1(
|
|
1100
|
+
g,
|
|
1101
|
+
(E) => ({
|
|
1102
|
+
...s(V).attributes,
|
|
1103
|
+
class: E,
|
|
1104
|
+
href: s(V).href
|
|
1022
1105
|
}),
|
|
1023
1106
|
[
|
|
1024
1107
|
() => {
|
|
1025
|
-
var
|
|
1026
|
-
return `border-grey/50 hover:bg-grey-muted hover:text-grey-muted-contrast border-0 border-b border-solid p-2 transition-colors ${((
|
|
1108
|
+
var E;
|
|
1109
|
+
return `border-grey/50 hover:bg-grey-muted hover:text-grey-muted-contrast border-0 border-b border-solid p-2 transition-colors ${((E = s(V).attributes) == null ? void 0 : E.class) ?? ""} uofg-header-sub-nav-item-${s(V).text.toLowerCase().replace(/ /g, "-")}`;
|
|
1027
1110
|
}
|
|
1028
1111
|
]
|
|
1029
1112
|
);
|
|
1030
|
-
var
|
|
1031
|
-
|
|
1032
|
-
}),
|
|
1113
|
+
var C = $(g, !0);
|
|
1114
|
+
b(g), b(L), z(() => j(C, s(V).text)), m(S, L);
|
|
1115
|
+
}), b(x), a1(3, x, () => l1, () => ({ duration: 200, easing: s1 })), m(p, x);
|
|
1033
1116
|
},
|
|
1034
1117
|
$$slots: { button: !0, default: !0 }
|
|
1035
1118
|
});
|
|
1036
|
-
},
|
|
1037
|
-
var
|
|
1038
|
-
|
|
1119
|
+
}, _ = (u) => {
|
|
1120
|
+
var l = V4();
|
|
1121
|
+
r1(l, (Z) => ({ ...s(n).attributes, class: Z, href: s(n).href }), [
|
|
1039
1122
|
() => {
|
|
1040
|
-
var
|
|
1041
|
-
return `border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors ${((
|
|
1123
|
+
var Z;
|
|
1124
|
+
return `border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors ${((Z = s(n).attributes) == null ? void 0 : Z.class) ?? ""} uofg-header-sub-nav-item-${s(n).text.toLowerCase().replace(/ /g, "-")}`;
|
|
1042
1125
|
}
|
|
1043
1126
|
]);
|
|
1044
|
-
var
|
|
1045
|
-
|
|
1127
|
+
var p = $(l, !0);
|
|
1128
|
+
b(l), z(() => j(p, s(n).text)), m(u, l);
|
|
1046
1129
|
};
|
|
1047
|
-
|
|
1048
|
-
"items" in
|
|
1130
|
+
N(f, (u) => {
|
|
1131
|
+
"items" in s(n) ? u(M) : u(_, !1);
|
|
1049
1132
|
});
|
|
1050
1133
|
}
|
|
1051
|
-
|
|
1052
|
-
}),
|
|
1134
|
+
b(i), m(h, i);
|
|
1135
|
+
}), b(o), a1(3, o, () => l1, () => ({ duration: 200, easing: s1 })), m(v, o);
|
|
1053
1136
|
},
|
|
1054
1137
|
$$slots: { button: !0, default: !0 }
|
|
1055
|
-
}),
|
|
1138
|
+
}), b(w), m(e, w), D(a);
|
|
1056
1139
|
}
|
|
1057
|
-
|
|
1058
|
-
var
|
|
1059
|
-
function
|
|
1060
|
-
|
|
1061
|
-
const
|
|
1062
|
-
let c = P(t, "items"
|
|
1140
|
+
R(o2, { items: {} }, [], [], !0);
|
|
1141
|
+
var z4 = k('<a class="mr-auto flex h-full min-h-[5rem] items-center justify-center px-3 font-bold transition-colors hover:bg-yellow hover:text-yellow-contrast lg:min-h-10"> </a>'), N4 = k('<span class="mr-auto flex h-full min-h-[5rem] items-center justify-center px-3 font-bold lg:min-h-10"> </span>'), j4 = k('<nav aria-label="Page Specific"><div class="relative grid h-full min-w-full grid-cols-[10fr_1fr] items-center justify-end overflow-y-visible lg:flex [&>li]:contents"><!> <ul class="!static flex h-full min-h-[5rem] w-fit justify-self-end lg:static lg:min-h-10 [&>li]:contents"><!></ul></div></nav>');
|
|
1142
|
+
function n2(e, t) {
|
|
1143
|
+
G(t, !0);
|
|
1144
|
+
const r = () => u1(d, "$headerState", a), [a, w] = v1(), d = y1("header-state");
|
|
1145
|
+
let c = P(t, "items"), v = P(t, "title"), y = P(t, "url"), o = n1(void 0), h = n1(void 0), n = n1(void 0), i, f = n1(void 0);
|
|
1063
1146
|
R1(() => {
|
|
1064
|
-
var
|
|
1065
|
-
clearTimeout(
|
|
1147
|
+
var g;
|
|
1148
|
+
clearTimeout(i), ((g = r()) == null ? void 0 : g.mode) === "desktop" && s(o) - s(h) < s(n) && (i = setTimeout(
|
|
1066
1149
|
() => {
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
isNaN(
|
|
1150
|
+
K(
|
|
1151
|
+
f,
|
|
1152
|
+
isNaN(s(f)) ? s(o) : Math.max(s(o), s(f)),
|
|
1070
1153
|
!0
|
|
1071
1154
|
);
|
|
1072
1155
|
},
|
|
1073
1156
|
50
|
|
1074
1157
|
));
|
|
1075
|
-
}),
|
|
1076
|
-
var
|
|
1077
|
-
((
|
|
1078
|
-
|
|
1079
|
-
isNaN(
|
|
1158
|
+
}), q1(() => {
|
|
1159
|
+
var g;
|
|
1160
|
+
((g = r()) == null ? void 0 : g.mode) === "desktop" && s(o) - s(h) < s(n) && K(
|
|
1161
|
+
f,
|
|
1162
|
+
isNaN(s(f)) ? s(o) : Math.max(s(o), s(f)),
|
|
1080
1163
|
!0
|
|
1081
1164
|
);
|
|
1082
1165
|
});
|
|
1083
|
-
var
|
|
1166
|
+
var M = {
|
|
1084
1167
|
get items() {
|
|
1085
1168
|
return c();
|
|
1086
1169
|
},
|
|
1087
|
-
set items(
|
|
1088
|
-
c(
|
|
1170
|
+
set items(g) {
|
|
1171
|
+
c(g), T();
|
|
1089
1172
|
},
|
|
1090
1173
|
get title() {
|
|
1091
|
-
return
|
|
1174
|
+
return v();
|
|
1092
1175
|
},
|
|
1093
|
-
set title(
|
|
1094
|
-
g
|
|
1176
|
+
set title(g) {
|
|
1177
|
+
v(g), T();
|
|
1095
1178
|
},
|
|
1096
1179
|
get url() {
|
|
1097
|
-
return
|
|
1180
|
+
return y();
|
|
1098
1181
|
},
|
|
1099
|
-
set url(
|
|
1100
|
-
|
|
1182
|
+
set url(g) {
|
|
1183
|
+
y(g), T();
|
|
1101
1184
|
}
|
|
1102
|
-
},
|
|
1185
|
+
}, _ = j4(), u = $(_), l = $(u);
|
|
1103
1186
|
{
|
|
1104
|
-
var
|
|
1105
|
-
var
|
|
1106
|
-
|
|
1107
|
-
Y(
|
|
1108
|
-
}),
|
|
1109
|
-
},
|
|
1110
|
-
var
|
|
1187
|
+
var p = (g) => {
|
|
1188
|
+
var C = z4(), E = $(C, !0);
|
|
1189
|
+
b(C), z(() => {
|
|
1190
|
+
Y(C, "href", y()), j(E, v());
|
|
1191
|
+
}), b1(C, "clientWidth", (h1) => K(h, h1)), m(g, C);
|
|
1192
|
+
}, Z = (g) => {
|
|
1193
|
+
var C = I(), E = O(C);
|
|
1111
1194
|
{
|
|
1112
|
-
var
|
|
1113
|
-
var B =
|
|
1114
|
-
|
|
1195
|
+
var h1 = (f1) => {
|
|
1196
|
+
var B = N4(), c2 = $(B, !0);
|
|
1197
|
+
b(B), z(() => j(c2, v())), b1(B, "clientWidth", (i2) => K(h, i2)), m(f1, B);
|
|
1115
1198
|
};
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
(
|
|
1119
|
-
|
|
1199
|
+
N(
|
|
1200
|
+
E,
|
|
1201
|
+
(f1) => {
|
|
1202
|
+
v() && f1(h1);
|
|
1120
1203
|
},
|
|
1121
1204
|
!0
|
|
1122
1205
|
);
|
|
1123
1206
|
}
|
|
1124
|
-
m(
|
|
1207
|
+
m(g, C);
|
|
1125
1208
|
};
|
|
1126
|
-
|
|
1127
|
-
|
|
1209
|
+
N(l, (g) => {
|
|
1210
|
+
v() && y() ? g(p) : g(Z, !1);
|
|
1128
1211
|
});
|
|
1129
1212
|
}
|
|
1130
|
-
var
|
|
1213
|
+
var x = U(l, 2), S = $(x);
|
|
1131
1214
|
{
|
|
1132
|
-
var V = (
|
|
1133
|
-
var
|
|
1215
|
+
var V = (g) => {
|
|
1216
|
+
var C = I(), E = O(C);
|
|
1134
1217
|
{
|
|
1135
|
-
var
|
|
1136
|
-
|
|
1218
|
+
var h1 = (B) => {
|
|
1219
|
+
s2(B, {
|
|
1137
1220
|
get items() {
|
|
1138
1221
|
return c();
|
|
1139
1222
|
}
|
|
1140
1223
|
});
|
|
1141
|
-
},
|
|
1142
|
-
|
|
1224
|
+
}, f1 = (B) => {
|
|
1225
|
+
o2(B, {
|
|
1143
1226
|
get items() {
|
|
1144
1227
|
return c();
|
|
1145
1228
|
}
|
|
1146
1229
|
});
|
|
1147
1230
|
};
|
|
1148
|
-
|
|
1149
|
-
|
|
1231
|
+
N(E, (B) => {
|
|
1232
|
+
r().mode === "desktop" && (isNaN(s(f)) || s(o) > s(f)) ? B(h1) : B(f1, !1);
|
|
1150
1233
|
});
|
|
1151
1234
|
}
|
|
1152
|
-
m(
|
|
1235
|
+
m(g, C);
|
|
1153
1236
|
};
|
|
1154
|
-
|
|
1155
|
-
var
|
|
1156
|
-
((
|
|
1237
|
+
N(S, (g) => {
|
|
1238
|
+
var C;
|
|
1239
|
+
((C = c()) == null ? void 0 : C.length) > 0 && g(V);
|
|
1157
1240
|
});
|
|
1158
1241
|
}
|
|
1159
|
-
|
|
1160
|
-
() =>
|
|
1161
|
-
]),
|
|
1162
|
-
var L =
|
|
1163
|
-
return
|
|
1242
|
+
b(x), b(u), b(_), z((g) => A(_, 1, g), [
|
|
1243
|
+
() => W(H1("align-items bg-grey-muted text-grey-muted-contrast relative block h-fit justify-end px-[calc((100%-1320px)/2)] text-lg lg:h-10 lg:whitespace-nowrap"))
|
|
1244
|
+
]), b1(x, "clientWidth", (g) => K(n, g)), b1(u, "clientWidth", (g) => K(o, g)), m(e, _);
|
|
1245
|
+
var L = D(M);
|
|
1246
|
+
return w(), L;
|
|
1164
1247
|
}
|
|
1165
|
-
|
|
1166
|
-
var
|
|
1167
|
-
function
|
|
1168
|
-
|
|
1169
|
-
const
|
|
1170
|
-
let
|
|
1171
|
-
const
|
|
1172
|
-
|
|
1173
|
-
let
|
|
1174
|
-
|
|
1175
|
-
const
|
|
1248
|
+
R(n2, { items: {}, title: {}, url: {} }, [], [], !0);
|
|
1249
|
+
var E4 = k('<header class="relative z-10 w-full font-sans text-black"><!> <!> <!></header>');
|
|
1250
|
+
function P4(e, t) {
|
|
1251
|
+
G(t, !0);
|
|
1252
|
+
const r = () => u1(h, "$headerState", a), [a, w] = v1();
|
|
1253
|
+
let d = P(t, "pageTitle"), c = P(t, "pageURL"), v = P(t, "variant"), y = n1(0);
|
|
1254
|
+
const o = 1024, h = J1({ mode: "mobile", variant: v() });
|
|
1255
|
+
W1("header-state", h);
|
|
1256
|
+
let n = n1(S2([]));
|
|
1257
|
+
q1(() => {
|
|
1258
|
+
const x = () => {
|
|
1176
1259
|
const V = (L) => {
|
|
1177
|
-
const
|
|
1178
|
-
for (const
|
|
1179
|
-
|
|
1260
|
+
const g = {};
|
|
1261
|
+
for (const C of L.attributes)
|
|
1262
|
+
C.name !== "href" && (g[C.name] = C.value);
|
|
1180
1263
|
return {
|
|
1181
1264
|
href: L.getAttribute("href"),
|
|
1182
1265
|
text: L.textContent,
|
|
1183
|
-
attributes:
|
|
1266
|
+
attributes: g
|
|
1184
1267
|
};
|
|
1185
1268
|
};
|
|
1186
|
-
|
|
1187
|
-
|
|
1269
|
+
K(
|
|
1270
|
+
n,
|
|
1188
1271
|
Array.from(t.$$host.children).filter((L) => L.tagName === "A" || L.tagName === "UL").map((L) => {
|
|
1189
1272
|
switch (L.tagName) {
|
|
1190
1273
|
case "A":
|
|
@@ -1199,73 +1282,73 @@ function Z4(a, t) {
|
|
|
1199
1282
|
!0
|
|
1200
1283
|
);
|
|
1201
1284
|
};
|
|
1202
|
-
|
|
1203
|
-
const
|
|
1204
|
-
return
|
|
1205
|
-
|
|
1285
|
+
x();
|
|
1286
|
+
const S = new MutationObserver(x);
|
|
1287
|
+
return S.observe(t.$$host, { childList: !0, subtree: !0 }), () => {
|
|
1288
|
+
S.disconnect();
|
|
1206
1289
|
};
|
|
1207
1290
|
}), R1(() => {
|
|
1208
|
-
|
|
1209
|
-
mode:
|
|
1210
|
-
variant:
|
|
1291
|
+
h.set({
|
|
1292
|
+
mode: s(y) >= o ? "desktop" : "mobile",
|
|
1293
|
+
variant: v()
|
|
1211
1294
|
});
|
|
1212
1295
|
});
|
|
1213
|
-
var
|
|
1296
|
+
var i = {
|
|
1214
1297
|
get pageTitle() {
|
|
1215
|
-
return
|
|
1298
|
+
return d();
|
|
1216
1299
|
},
|
|
1217
|
-
set pageTitle(
|
|
1218
|
-
x
|
|
1300
|
+
set pageTitle(x) {
|
|
1301
|
+
d(x), T();
|
|
1219
1302
|
},
|
|
1220
1303
|
get pageURL() {
|
|
1221
1304
|
return c();
|
|
1222
1305
|
},
|
|
1223
|
-
set pageURL(
|
|
1224
|
-
c(
|
|
1306
|
+
set pageURL(x) {
|
|
1307
|
+
c(x), T();
|
|
1225
1308
|
},
|
|
1226
1309
|
get variant() {
|
|
1227
|
-
return
|
|
1310
|
+
return v();
|
|
1228
1311
|
},
|
|
1229
|
-
set variant(
|
|
1230
|
-
|
|
1312
|
+
set variant(x) {
|
|
1313
|
+
v(x), T();
|
|
1231
1314
|
}
|
|
1232
|
-
},
|
|
1315
|
+
}, f = E4(), M = $(f);
|
|
1233
1316
|
{
|
|
1234
|
-
var
|
|
1235
|
-
|
|
1317
|
+
var _ = (x) => {
|
|
1318
|
+
t2(x, {});
|
|
1236
1319
|
};
|
|
1237
|
-
|
|
1238
|
-
|
|
1320
|
+
N(M, (x) => {
|
|
1321
|
+
r().mode === "desktop" && v() !== "dual-brand" && x(_);
|
|
1239
1322
|
});
|
|
1240
1323
|
}
|
|
1241
|
-
var
|
|
1242
|
-
|
|
1243
|
-
var
|
|
1324
|
+
var u = U(M, 2);
|
|
1325
|
+
l2(u, {});
|
|
1326
|
+
var l = U(u, 2);
|
|
1244
1327
|
{
|
|
1245
|
-
var
|
|
1246
|
-
|
|
1328
|
+
var p = (x) => {
|
|
1329
|
+
n2(x, {
|
|
1247
1330
|
get title() {
|
|
1248
|
-
return
|
|
1331
|
+
return d();
|
|
1249
1332
|
},
|
|
1250
1333
|
get url() {
|
|
1251
1334
|
return c();
|
|
1252
1335
|
},
|
|
1253
1336
|
get items() {
|
|
1254
|
-
return
|
|
1337
|
+
return s(n);
|
|
1255
1338
|
}
|
|
1256
1339
|
});
|
|
1257
1340
|
};
|
|
1258
|
-
|
|
1259
|
-
var
|
|
1260
|
-
(((
|
|
1341
|
+
N(l, (x) => {
|
|
1342
|
+
var S;
|
|
1343
|
+
(((S = s(n)) == null ? void 0 : S.length) > 0 || d()) && x(p);
|
|
1261
1344
|
});
|
|
1262
1345
|
}
|
|
1263
|
-
|
|
1264
|
-
var
|
|
1265
|
-
return
|
|
1346
|
+
b(f), A2("innerWidth", (x) => K(y, x, !0)), m(e, f);
|
|
1347
|
+
var Z = D(i);
|
|
1348
|
+
return w(), Z;
|
|
1266
1349
|
}
|
|
1267
|
-
customElements.define("uofg-header",
|
|
1268
|
-
|
|
1350
|
+
customElements.define("uofg-header", R(
|
|
1351
|
+
P4,
|
|
1269
1352
|
{
|
|
1270
1353
|
pageTitle: { attribute: "page-title", reflect: !0 },
|
|
1271
1354
|
pageURL: { attribute: "page-url", reflect: !0 },
|
|
@@ -1274,12 +1357,12 @@ customElements.define("uofg-header", H(
|
|
|
1274
1357
|
[],
|
|
1275
1358
|
[],
|
|
1276
1359
|
!0,
|
|
1277
|
-
(
|
|
1360
|
+
(e) => class extends e {
|
|
1278
1361
|
constructor() {
|
|
1279
|
-
super(),
|
|
1362
|
+
super(), C2(this.shadowRoot);
|
|
1280
1363
|
}
|
|
1281
1364
|
}
|
|
1282
1365
|
));
|
|
1283
1366
|
export {
|
|
1284
|
-
|
|
1367
|
+
P4 as default
|
|
1285
1368
|
};
|