@uoguelph/web-components 1.9.1-rc.8 → 2.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uofg-web-components/{index-client-CdY8lBml.js → index-client-Do2kIgoF.js} +3 -3
- package/dist/uofg-web-components/{index-3NMKGd5b.js → index-uKtRJCBz.js} +1208 -1179
- package/dist/uofg-web-components/legacy-geya0WEO.js +83 -0
- package/dist/uofg-web-components/{slot-B1Z_DMrF.js → slot-BIy7nZbM.js} +1 -1
- package/dist/uofg-web-components/uofg-alert.esm.js +3 -3
- package/dist/uofg-web-components/uofg-back-to-top.esm.js +2 -2
- package/dist/uofg-web-components/uofg-footer.esm.js +187 -208
- package/dist/uofg-web-components/uofg-header.esm.js +581 -612
- package/dist/uofg-web-components/uofg-modal.esm.js +2 -2
- package/dist/uofg-web-components/{window-CMuesI6s.js → window-DKQMMh26.js} +1 -1
- package/package.json +4 -3
- package/dist/uofg-web-components/bundle-mjs-DH8HDGzd.js +0 -2528
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var ie = Object.defineProperty;
|
|
2
|
+
var Zt = (e) => {
|
|
3
3
|
throw TypeError(e);
|
|
4
4
|
};
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var D = (e, t, a) => (kt(e, t, "read from private field"), a ? a.call(e) : t.get(e)),
|
|
8
|
-
import { x as
|
|
9
|
-
import { a as
|
|
10
|
-
import { s as
|
|
11
|
-
import { c as
|
|
12
|
-
import { o as Gt } from "./index-client-
|
|
13
|
-
function
|
|
14
|
-
|
|
15
|
-
var s =
|
|
5
|
+
var ce = (e, t, a) => t in e ? ie(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a;
|
|
6
|
+
var zt = (e, t, a) => ce(e, typeof t != "symbol" ? t + "" : t, a), kt = (e, t, a) => t.has(e) || Zt("Cannot " + a);
|
|
7
|
+
var D = (e, t, a) => (kt(e, t, "read from private field"), a ? a.call(e) : t.get(e)), ht = (e, t, a) => t.has(e) ? Zt("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, a), Mt = (e, t, a, s) => (kt(e, t, "write to private field"), s ? s.call(e, a) : t.set(e, a), a), At = (e, t, a) => (kt(e, t, "access private method"), a);
|
|
8
|
+
import { x as Pt, z as Nt, a1 as Et, a2 as ue, a3 as ve, a4 as fe, a5 as he, a6 as de, a7 as pe, A as ge, a8 as Q, a9 as Tt, aa as Ht, ab as be, ac as xe, c as W, p as O, a as A, ad as Rt, t as V, s as F, d as $, _ as j, e as P, ae as _e, i as w, j as G, k as E, af as vt, ag as Ut, ah as ft, r as b, ai as Wt, Z as nt, Y as at, h as T, g as R, C as X, l as me, aj as wt, I as z, ak as we, al as ye, H as U, U as H, m as r, W as rt, F as q, am as yt, J as ct, an as Bt, V as qt, B as Ot, v as it, q as J, u as dt, b as $e } from "./index-uKtRJCBz.js";
|
|
9
|
+
import { a as ke } from "./window-DKQMMh26.js";
|
|
10
|
+
import { s as St, i as $t, h as xt } from "./legacy-geya0WEO.js";
|
|
11
|
+
import { c as jt } from "./index-O5kp37c8.js";
|
|
12
|
+
import { o as Gt } from "./index-client-Do2kIgoF.js";
|
|
13
|
+
function Me(e, t, a) {
|
|
14
|
+
Pt(() => {
|
|
15
|
+
var s = Nt(() => t(e, a == null ? void 0 : a()) || {});
|
|
16
16
|
if (s != null && s.destroy)
|
|
17
17
|
return () => (
|
|
18
18
|
/** @type {Function} */
|
|
@@ -20,7 +20,7 @@ function Ve(e, t, a) {
|
|
|
20
20
|
);
|
|
21
21
|
});
|
|
22
22
|
}
|
|
23
|
-
const
|
|
23
|
+
const Ve = () => performance.now(), K = {
|
|
24
24
|
// don't access requestAnimationFrame eagerly outside method
|
|
25
25
|
// this allows basic testing of user code without JSDOM
|
|
26
26
|
// bunder will eval and remove ternary when the user's app is built
|
|
@@ -28,7 +28,7 @@ const Ze = () => performance.now(), K = {
|
|
|
28
28
|
/** @param {any} _ */
|
|
29
29
|
(e) => requestAnimationFrame(e)
|
|
30
30
|
),
|
|
31
|
-
now: () =>
|
|
31
|
+
now: () => Ve(),
|
|
32
32
|
tasks: /* @__PURE__ */ new Set()
|
|
33
33
|
};
|
|
34
34
|
function Dt() {
|
|
@@ -37,7 +37,7 @@ function Dt() {
|
|
|
37
37
|
t.c(e) || (K.tasks.delete(t), t.f());
|
|
38
38
|
}), K.tasks.size !== 0 && K.tick(Dt);
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function Se(e) {
|
|
41
41
|
let t;
|
|
42
42
|
return K.tasks.size === 0 && K.tick(Dt), {
|
|
43
43
|
promise: new Promise((a) => {
|
|
@@ -49,11 +49,11 @@ function Pe(e) {
|
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
51
|
function gt(e, t) {
|
|
52
|
-
|
|
52
|
+
de(() => {
|
|
53
53
|
e.dispatchEvent(new CustomEvent(t));
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
|
-
function
|
|
56
|
+
function Ce(e) {
|
|
57
57
|
if (e === "float") return "cssFloat";
|
|
58
58
|
if (e === "offset") return "cssOffset";
|
|
59
59
|
if (e.startsWith("--")) return e;
|
|
@@ -63,152 +63,152 @@ function Ne(e) {
|
|
|
63
63
|
(a) => a[0].toUpperCase() + a.slice(1)
|
|
64
64
|
).join("");
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function Ft(e) {
|
|
67
67
|
const t = {}, a = e.split(";");
|
|
68
68
|
for (const s of a) {
|
|
69
|
-
const [
|
|
70
|
-
if (!
|
|
71
|
-
const
|
|
72
|
-
t[
|
|
69
|
+
const [m, p] = s.split(":");
|
|
70
|
+
if (!m || p === void 0) break;
|
|
71
|
+
const l = Ce(m.trim());
|
|
72
|
+
t[l] = p.trim();
|
|
73
73
|
}
|
|
74
74
|
return t;
|
|
75
75
|
}
|
|
76
|
-
const
|
|
77
|
-
function
|
|
78
|
-
var
|
|
79
|
-
function
|
|
80
|
-
var
|
|
81
|
-
Tt(null),
|
|
76
|
+
const Le = (e) => e;
|
|
77
|
+
function st(e, t, a, s) {
|
|
78
|
+
var m = (e & he) !== 0, p = "both", l, y = t.inert, M = t.style.overflow, v, n;
|
|
79
|
+
function o() {
|
|
80
|
+
var f = be, i = Et;
|
|
81
|
+
Tt(null), Ht(null);
|
|
82
82
|
try {
|
|
83
|
-
return
|
|
83
|
+
return l ?? (l = a()(t, (s == null ? void 0 : s()) ?? /** @type {P} */
|
|
84
84
|
{}, {
|
|
85
85
|
direction: p
|
|
86
86
|
}));
|
|
87
87
|
} finally {
|
|
88
|
-
Tt(
|
|
88
|
+
Tt(f), Ht(i);
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
-
var
|
|
92
|
-
is_global:
|
|
91
|
+
var h = {
|
|
92
|
+
is_global: m,
|
|
93
93
|
in() {
|
|
94
|
-
t.inert =
|
|
95
|
-
gt(t, "introend"),
|
|
94
|
+
t.inert = y, gt(t, "introstart"), v = Ct(t, o(), n, 1, () => {
|
|
95
|
+
gt(t, "introend"), v == null || v.abort(), v = l = void 0, t.style.overflow = M;
|
|
96
96
|
});
|
|
97
97
|
},
|
|
98
|
-
out(
|
|
99
|
-
t.inert = !0, gt(t, "outrostart"), n = Ct(t,
|
|
100
|
-
gt(t, "outroend"),
|
|
98
|
+
out(f) {
|
|
99
|
+
t.inert = !0, gt(t, "outrostart"), n = Ct(t, o(), v, 0, () => {
|
|
100
|
+
gt(t, "outroend"), f == null || f();
|
|
101
101
|
});
|
|
102
102
|
},
|
|
103
103
|
stop: () => {
|
|
104
|
-
|
|
104
|
+
v == null || v.abort(), n == null || n.abort();
|
|
105
105
|
}
|
|
106
106
|
}, g = (
|
|
107
107
|
/** @type {Effect} */
|
|
108
108
|
Et
|
|
109
109
|
);
|
|
110
|
-
if ((g.transitions ?? (g.transitions = [])).push(
|
|
111
|
-
var
|
|
112
|
-
if (!
|
|
110
|
+
if ((g.transitions ?? (g.transitions = [])).push(h), xe) {
|
|
111
|
+
var _ = m;
|
|
112
|
+
if (!_) {
|
|
113
113
|
for (var c = (
|
|
114
114
|
/** @type {Effect | null} */
|
|
115
115
|
g.parent
|
|
116
|
-
); c && (c.f &
|
|
117
|
-
for (; (c = c.parent) && (c.f &
|
|
116
|
+
); c && (c.f & ue) !== 0; )
|
|
117
|
+
for (; (c = c.parent) && (c.f & ve) === 0; )
|
|
118
118
|
;
|
|
119
|
-
|
|
119
|
+
_ = !c || (c.f & fe) !== 0;
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
_ && Pt(() => {
|
|
122
|
+
Nt(() => h.in());
|
|
123
123
|
});
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
function Ct(e, t, a, s,
|
|
126
|
+
function Ct(e, t, a, s, m) {
|
|
127
127
|
var p = s === 1;
|
|
128
|
-
if (
|
|
129
|
-
var
|
|
130
|
-
return
|
|
131
|
-
if (!
|
|
132
|
-
var
|
|
133
|
-
|
|
128
|
+
if (pe(t)) {
|
|
129
|
+
var l, y = !1;
|
|
130
|
+
return ge(() => {
|
|
131
|
+
if (!y) {
|
|
132
|
+
var f = t({ direction: p ? "in" : "out" });
|
|
133
|
+
l = Ct(e, f, a, s, m);
|
|
134
134
|
}
|
|
135
135
|
}), {
|
|
136
136
|
abort: () => {
|
|
137
|
-
|
|
137
|
+
y = !0, l == null || l.abort();
|
|
138
138
|
},
|
|
139
|
-
deactivate: () =>
|
|
140
|
-
reset: () =>
|
|
141
|
-
t: () =>
|
|
139
|
+
deactivate: () => l.deactivate(),
|
|
140
|
+
reset: () => l.reset(),
|
|
141
|
+
t: () => l.t()
|
|
142
142
|
};
|
|
143
143
|
}
|
|
144
144
|
if (a == null || a.deactivate(), !(t != null && t.duration))
|
|
145
|
-
return
|
|
145
|
+
return m(), {
|
|
146
146
|
abort: Q,
|
|
147
147
|
deactivate: Q,
|
|
148
148
|
reset: Q,
|
|
149
149
|
t: () => s
|
|
150
150
|
};
|
|
151
|
-
const { delay: M = 0, css:
|
|
152
|
-
var
|
|
153
|
-
if (p && a === void 0 && (n && n(0, 1),
|
|
154
|
-
var g =
|
|
155
|
-
|
|
151
|
+
const { delay: M = 0, css: v, tick: n, easing: o = Le } = t;
|
|
152
|
+
var h = [];
|
|
153
|
+
if (p && a === void 0 && (n && n(0, 1), v)) {
|
|
154
|
+
var g = Ft(v(0, 1));
|
|
155
|
+
h.push(g, g);
|
|
156
156
|
}
|
|
157
|
-
var
|
|
157
|
+
var _ = () => 1 - s, c = e.animate(h, { duration: M });
|
|
158
158
|
return c.onfinish = () => {
|
|
159
|
-
var
|
|
159
|
+
var f = (a == null ? void 0 : a.t()) ?? 1 - s;
|
|
160
160
|
a == null || a.abort();
|
|
161
|
-
var i = s -
|
|
161
|
+
var i = s - f, x = (
|
|
162
162
|
/** @type {number} */
|
|
163
163
|
t.duration * Math.abs(i)
|
|
164
|
-
),
|
|
165
|
-
if (
|
|
166
|
-
var
|
|
167
|
-
if (
|
|
168
|
-
for (var C = Math.ceil(
|
|
169
|
-
var d =
|
|
170
|
-
|
|
164
|
+
), u = [];
|
|
165
|
+
if (x > 0) {
|
|
166
|
+
var L = !1;
|
|
167
|
+
if (v)
|
|
168
|
+
for (var C = Math.ceil(x / 16.666666666666668), k = 0; k <= C; k += 1) {
|
|
169
|
+
var d = f + i * o(k / C), S = Ft(v(d, 1 - d));
|
|
170
|
+
u.push(S), L || (L = S.overflow === "hidden");
|
|
171
171
|
}
|
|
172
|
-
|
|
173
|
-
var
|
|
172
|
+
L && (e.style.overflow = "hidden"), _ = () => {
|
|
173
|
+
var N = (
|
|
174
174
|
/** @type {number} */
|
|
175
175
|
/** @type {globalThis.Animation} */
|
|
176
176
|
c.currentTime
|
|
177
177
|
);
|
|
178
|
-
return
|
|
179
|
-
}, n &&
|
|
178
|
+
return f + i * o(N / x);
|
|
179
|
+
}, n && Se(() => {
|
|
180
180
|
if (c.playState !== "running") return !1;
|
|
181
|
-
var
|
|
182
|
-
return n(
|
|
181
|
+
var N = _();
|
|
182
|
+
return n(N, 1 - N), !0;
|
|
183
183
|
});
|
|
184
184
|
}
|
|
185
|
-
c = e.animate(
|
|
186
|
-
|
|
185
|
+
c = e.animate(u, { duration: x, fill: "forwards" }), c.onfinish = () => {
|
|
186
|
+
_ = () => s, n == null || n(s, 1 - s), m();
|
|
187
187
|
};
|
|
188
188
|
}, {
|
|
189
189
|
abort: () => {
|
|
190
190
|
c && (c.cancel(), c.effect = null, c.onfinish = Q);
|
|
191
191
|
},
|
|
192
192
|
deactivate: () => {
|
|
193
|
-
|
|
193
|
+
m = Q;
|
|
194
194
|
},
|
|
195
195
|
reset: () => {
|
|
196
196
|
s === 0 && (n == null || n(1, 0));
|
|
197
197
|
},
|
|
198
|
-
t: () =>
|
|
198
|
+
t: () => _()
|
|
199
199
|
};
|
|
200
200
|
}
|
|
201
|
-
var Y,
|
|
201
|
+
var Y, ut, pt, _t, Kt;
|
|
202
202
|
const mt = class mt {
|
|
203
203
|
/** @param {ResizeObserverOptions} options */
|
|
204
204
|
constructor(t) {
|
|
205
|
-
|
|
205
|
+
ht(this, _t);
|
|
206
206
|
/** */
|
|
207
|
-
|
|
207
|
+
ht(this, Y, /* @__PURE__ */ new WeakMap());
|
|
208
208
|
/** @type {ResizeObserver | undefined} */
|
|
209
|
-
|
|
209
|
+
ht(this, ut);
|
|
210
210
|
/** @type {ResizeObserverOptions} */
|
|
211
|
-
|
|
211
|
+
ht(this, pt);
|
|
212
212
|
Mt(this, pt, t);
|
|
213
213
|
}
|
|
214
214
|
/**
|
|
@@ -217,14 +217,14 @@ const mt = class mt {
|
|
|
217
217
|
*/
|
|
218
218
|
observe(t, a) {
|
|
219
219
|
var s = D(this, Y).get(t) || /* @__PURE__ */ new Set();
|
|
220
|
-
return s.add(a), D(this, Y).set(t, s),
|
|
221
|
-
var
|
|
222
|
-
|
|
220
|
+
return s.add(a), D(this, Y).set(t, s), At(this, _t, Kt).call(this).observe(t, D(this, pt)), () => {
|
|
221
|
+
var m = D(this, Y).get(t);
|
|
222
|
+
m.delete(a), m.size === 0 && (D(this, Y).delete(t), D(this, ut).unobserve(t));
|
|
223
223
|
};
|
|
224
224
|
}
|
|
225
225
|
};
|
|
226
|
-
Y = new WeakMap(),
|
|
227
|
-
return D(this,
|
|
226
|
+
Y = new WeakMap(), ut = new WeakMap(), pt = new WeakMap(), _t = new WeakSet(), Kt = function() {
|
|
227
|
+
return D(this, ut) ?? Mt(this, ut, new ResizeObserver(
|
|
228
228
|
/** @param {any} entries */
|
|
229
229
|
(t) => {
|
|
230
230
|
for (var a of t) {
|
|
@@ -235,16 +235,16 @@ Y = new WeakMap(), it = new WeakMap(), pt = new WeakMap(), xt = new WeakSet(), K
|
|
|
235
235
|
}
|
|
236
236
|
));
|
|
237
237
|
}, /** @static */
|
|
238
|
-
|
|
239
|
-
let
|
|
240
|
-
var
|
|
238
|
+
zt(mt, "entries", /* @__PURE__ */ new WeakMap());
|
|
239
|
+
let Lt = mt;
|
|
240
|
+
var Pe = /* @__PURE__ */ new Lt({
|
|
241
241
|
box: "border-box"
|
|
242
242
|
});
|
|
243
243
|
function bt(e, t, a) {
|
|
244
|
-
var s =
|
|
245
|
-
|
|
244
|
+
var s = Pe.observe(e, () => a(e[t]));
|
|
245
|
+
Pt(() => (Nt(() => a(e[t])), s));
|
|
246
246
|
}
|
|
247
|
-
const
|
|
247
|
+
const Vt = (e) => {
|
|
248
248
|
const t = function(s) {
|
|
249
249
|
e.contains(s.relatedTarget) || e.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1, detail: s }));
|
|
250
250
|
}, a = function(s) {
|
|
@@ -256,60 +256,60 @@ const St = (e) => {
|
|
|
256
256
|
}
|
|
257
257
|
};
|
|
258
258
|
};
|
|
259
|
-
var
|
|
259
|
+
var Ne = V('<div tabindex="-1"><!> <!></div>');
|
|
260
260
|
function tt(e, t) {
|
|
261
261
|
O(t, !0);
|
|
262
|
-
const [a, s] =
|
|
263
|
-
let p =
|
|
264
|
-
const
|
|
265
|
-
|
|
262
|
+
const [a, s] = vt(), m = () => ft(v, "$open", a);
|
|
263
|
+
let p = A(t, "class", 7), l = A(t, "autoCollapse", 7, !0), y = A(t, "button", 7), M = A(t, "children", 7);
|
|
264
|
+
const v = Ut(!1);
|
|
265
|
+
Rt("menu", v);
|
|
266
266
|
const n = () => {
|
|
267
|
-
|
|
267
|
+
l() && Wt(v, !1);
|
|
268
268
|
};
|
|
269
|
-
var
|
|
270
|
-
|
|
271
|
-
var g =
|
|
269
|
+
var o = Ne(), h = $(o);
|
|
270
|
+
St(h, () => y() ?? Q);
|
|
271
|
+
var g = F(h, 2);
|
|
272
272
|
{
|
|
273
|
-
var
|
|
274
|
-
var i =
|
|
275
|
-
|
|
273
|
+
var _ = (f) => {
|
|
274
|
+
var i = nt(), x = at(i);
|
|
275
|
+
St(x, () => M() ?? Q), w(f, i);
|
|
276
276
|
};
|
|
277
|
-
|
|
278
|
-
|
|
277
|
+
j(g, (f) => {
|
|
278
|
+
m() && f(_);
|
|
279
279
|
});
|
|
280
280
|
}
|
|
281
|
-
b(
|
|
282
|
-
T(
|
|
283
|
-
}),
|
|
281
|
+
b(o), Me(o, (f) => Vt == null ? void 0 : Vt(f)), P(() => {
|
|
282
|
+
T(o, 1, R(p())), X(o, "data-expanded", m());
|
|
283
|
+
}), _e("focusoutside", o, n), w(e, o);
|
|
284
284
|
var c = G({
|
|
285
285
|
get class() {
|
|
286
286
|
return p();
|
|
287
287
|
},
|
|
288
|
-
set class(
|
|
289
|
-
p(
|
|
288
|
+
set class(f) {
|
|
289
|
+
p(f), E();
|
|
290
290
|
},
|
|
291
291
|
get autoCollapse() {
|
|
292
|
-
return
|
|
292
|
+
return l();
|
|
293
293
|
},
|
|
294
|
-
set autoCollapse(
|
|
295
|
-
|
|
294
|
+
set autoCollapse(f = !0) {
|
|
295
|
+
l(f), E();
|
|
296
296
|
},
|
|
297
297
|
get button() {
|
|
298
|
-
return
|
|
298
|
+
return y();
|
|
299
299
|
},
|
|
300
|
-
set button(
|
|
301
|
-
|
|
300
|
+
set button(f) {
|
|
301
|
+
y(f), E();
|
|
302
302
|
},
|
|
303
303
|
get children() {
|
|
304
304
|
return M();
|
|
305
305
|
},
|
|
306
|
-
set children(
|
|
307
|
-
M(
|
|
306
|
+
set children(f) {
|
|
307
|
+
M(f), E();
|
|
308
308
|
}
|
|
309
309
|
});
|
|
310
310
|
return s(), c;
|
|
311
311
|
}
|
|
312
|
-
|
|
312
|
+
W(
|
|
313
313
|
tt,
|
|
314
314
|
{
|
|
315
315
|
class: {},
|
|
@@ -321,57 +321,57 @@ F(
|
|
|
321
321
|
[],
|
|
322
322
|
!0
|
|
323
323
|
);
|
|
324
|
-
const
|
|
324
|
+
const je = (e, t, a) => {
|
|
325
325
|
var s;
|
|
326
|
-
|
|
326
|
+
Wt(a, !t()), (s = e.target) == null || s.focus();
|
|
327
327
|
};
|
|
328
|
-
var
|
|
328
|
+
var Ze = V('<span class="sr-only"> </span>'), ze = V('<button aria-haspopup="true"><!> <!></button>');
|
|
329
329
|
function et(e, t) {
|
|
330
330
|
O(t, !0);
|
|
331
|
-
const [a, s] =
|
|
332
|
-
let p =
|
|
333
|
-
const M =
|
|
334
|
-
var
|
|
335
|
-
|
|
336
|
-
var n = $(
|
|
337
|
-
|
|
338
|
-
var
|
|
331
|
+
const [a, s] = vt(), m = () => ft(M, "$open", a);
|
|
332
|
+
let p = A(t, "class", 7), l = A(t, "label", 7), y = A(t, "children", 7);
|
|
333
|
+
const M = wt("menu");
|
|
334
|
+
var v = ze();
|
|
335
|
+
v.__click = [je, m, M];
|
|
336
|
+
var n = $(v);
|
|
337
|
+
St(n, () => y() ?? Q);
|
|
338
|
+
var o = F(n, 2);
|
|
339
339
|
{
|
|
340
|
-
var
|
|
341
|
-
var c =
|
|
342
|
-
b(c),
|
|
340
|
+
var h = (_) => {
|
|
341
|
+
var c = Ze(), f = $(c, !0);
|
|
342
|
+
b(c), P(() => z(f, l())), w(_, c);
|
|
343
343
|
};
|
|
344
|
-
|
|
345
|
-
|
|
344
|
+
j(o, (_) => {
|
|
345
|
+
l() && _(h);
|
|
346
346
|
});
|
|
347
347
|
}
|
|
348
|
-
b(
|
|
349
|
-
T(
|
|
350
|
-
}),
|
|
348
|
+
b(v), P(() => {
|
|
349
|
+
T(v, 1, R(p())), X(v, "aria-expanded", m());
|
|
350
|
+
}), w(e, v);
|
|
351
351
|
var g = G({
|
|
352
352
|
get class() {
|
|
353
353
|
return p();
|
|
354
354
|
},
|
|
355
|
-
set class(
|
|
356
|
-
p(
|
|
355
|
+
set class(_) {
|
|
356
|
+
p(_), E();
|
|
357
357
|
},
|
|
358
358
|
get label() {
|
|
359
|
-
return
|
|
359
|
+
return l();
|
|
360
360
|
},
|
|
361
|
-
set label(
|
|
362
|
-
|
|
361
|
+
set label(_) {
|
|
362
|
+
l(_), E();
|
|
363
363
|
},
|
|
364
364
|
get children() {
|
|
365
|
-
return
|
|
365
|
+
return y();
|
|
366
366
|
},
|
|
367
|
-
set children(
|
|
368
|
-
|
|
367
|
+
set children(_) {
|
|
368
|
+
y(_), E();
|
|
369
369
|
}
|
|
370
370
|
});
|
|
371
371
|
return s(), g;
|
|
372
372
|
}
|
|
373
|
-
|
|
374
|
-
|
|
373
|
+
me(["click"]);
|
|
374
|
+
W(et, { class: {}, label: {}, children: {} }, [], [], !0);
|
|
375
375
|
const It = [
|
|
376
376
|
{
|
|
377
377
|
text: "About",
|
|
@@ -396,7 +396,7 @@ const It = [
|
|
|
396
396
|
], Jt = {
|
|
397
397
|
text: "Search the University of Guelph",
|
|
398
398
|
href: "https://uoguelph.ca/search",
|
|
399
|
-
icon:
|
|
399
|
+
icon: ye
|
|
400
400
|
}, Qt = [
|
|
401
401
|
{
|
|
402
402
|
text: "Give",
|
|
@@ -460,37 +460,37 @@ const It = [
|
|
|
460
460
|
href: "https://gryphlife.uoguelph.ca/"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
463
|
-
icon:
|
|
463
|
+
icon: we
|
|
464
464
|
};
|
|
465
|
-
function
|
|
465
|
+
function Ae(e) {
|
|
466
466
|
const t = e - 1;
|
|
467
467
|
return t * t * t + 1;
|
|
468
468
|
}
|
|
469
|
-
function
|
|
470
|
-
const p = getComputedStyle(e),
|
|
469
|
+
function ot(e, { delay: t = 0, duration: a = 400, easing: s = Ae, axis: m = "y" } = {}) {
|
|
470
|
+
const p = getComputedStyle(e), l = +p.opacity, y = m === "y" ? "height" : "width", M = parseFloat(p[y]), v = m === "y" ? ["top", "bottom"] : ["left", "right"], n = v.map(
|
|
471
471
|
(i) => (
|
|
472
472
|
/** @type {'Left' | 'Right' | 'Top' | 'Bottom'} */
|
|
473
473
|
`${i[0].toUpperCase()}${i.slice(1)}`
|
|
474
474
|
)
|
|
475
|
-
),
|
|
475
|
+
), o = parseFloat(p[`padding${n[0]}`]), h = parseFloat(p[`padding${n[1]}`]), g = parseFloat(p[`margin${n[0]}`]), _ = parseFloat(p[`margin${n[1]}`]), c = parseFloat(
|
|
476
476
|
p[`border${n[0]}Width`]
|
|
477
|
-
),
|
|
477
|
+
), f = parseFloat(
|
|
478
478
|
p[`border${n[1]}Width`]
|
|
479
479
|
);
|
|
480
480
|
return {
|
|
481
481
|
delay: t,
|
|
482
482
|
duration: a,
|
|
483
483
|
easing: s,
|
|
484
|
-
css: (i) => `overflow: hidden;opacity: ${Math.min(i * 20, 1) *
|
|
484
|
+
css: (i) => `overflow: hidden;opacity: ${Math.min(i * 20, 1) * l};${y}: ${i * M}px;padding-${v[0]}: ${i * o}px;padding-${v[1]}: ${i * h}px;margin-${v[0]}: ${i * g}px;margin-${v[1]}: ${i * _}px;border-${v[0]}-width: ${i * c}px;border-${v[1]}-width: ${i * f}px;min-${y}: 0`
|
|
485
485
|
};
|
|
486
486
|
}
|
|
487
487
|
function lt(e) {
|
|
488
488
|
return e < 0.5 ? 4 * e * e * e : 0.5 * Math.pow(2 * e - 2, 3) + 1;
|
|
489
489
|
}
|
|
490
|
-
var
|
|
490
|
+
var Ee = V("<span> </span> <!>", 1), Te = V("<a> </a>"), He = V("<li><!></li>"), Fe = V("<ul></ul>"), Re = V("<a> </a>"), Ue = V("<li><!></li>"), We = V('<nav aria-label="Secondary"><ul></ul></nav>');
|
|
491
491
|
function Xt(e, t) {
|
|
492
492
|
O(t, !1);
|
|
493
|
-
const a =
|
|
493
|
+
const a = jt({
|
|
494
494
|
slots: {
|
|
495
495
|
base: "flex h-10 justify-end bg-white px-[calc((100%-1320px)/2)] text-lg",
|
|
496
496
|
wrapper: "flex h-full items-center justify-end [&>li]:contents",
|
|
@@ -508,208 +508,174 @@ function Xt(e, t) {
|
|
|
508
508
|
}
|
|
509
509
|
})();
|
|
510
510
|
$t();
|
|
511
|
-
var s =
|
|
512
|
-
U(
|
|
513
|
-
var
|
|
511
|
+
var s = We(), m = $(s);
|
|
512
|
+
U(m, 5, () => [...Qt, Yt], (p) => p.text, (p, l) => {
|
|
513
|
+
var y = Ue(), M = $(y);
|
|
514
514
|
{
|
|
515
|
-
var
|
|
516
|
-
const
|
|
517
|
-
tt(
|
|
515
|
+
var v = (o) => {
|
|
516
|
+
const h = H(() => a.menu());
|
|
517
|
+
tt(o, {
|
|
518
518
|
get class() {
|
|
519
|
-
return r(
|
|
519
|
+
return r(h);
|
|
520
520
|
},
|
|
521
|
-
button: (
|
|
522
|
-
const c =
|
|
523
|
-
et(
|
|
521
|
+
button: (_) => {
|
|
522
|
+
const c = H(() => a.menuButton({ hasIcon: !!r(l).icon }));
|
|
523
|
+
et(_, {
|
|
524
524
|
get class() {
|
|
525
525
|
return r(c);
|
|
526
526
|
},
|
|
527
527
|
get label() {
|
|
528
|
-
return r(
|
|
528
|
+
return r(l).text;
|
|
529
529
|
},
|
|
530
|
-
children: (
|
|
531
|
-
var
|
|
530
|
+
children: (f, i) => {
|
|
531
|
+
var x = nt(), u = at(x);
|
|
532
532
|
{
|
|
533
|
-
var
|
|
533
|
+
var L = (k) => {
|
|
534
534
|
q(k, {
|
|
535
535
|
get icon() {
|
|
536
|
-
return r(
|
|
536
|
+
return r(l).icon;
|
|
537
537
|
}
|
|
538
538
|
});
|
|
539
539
|
}, C = (k) => {
|
|
540
|
-
var d =
|
|
541
|
-
b(
|
|
542
|
-
var
|
|
543
|
-
q(
|
|
540
|
+
var d = Ee(), S = at(d), N = $(S, !0);
|
|
541
|
+
b(S);
|
|
542
|
+
var Z = F(S, 2);
|
|
543
|
+
q(Z, { icon: yt }), P(() => z(N, r(l).text)), w(k, d);
|
|
544
544
|
};
|
|
545
|
-
|
|
546
|
-
r(
|
|
545
|
+
j(u, (k) => {
|
|
546
|
+
r(l).icon ? k(L) : k(C, !1);
|
|
547
547
|
});
|
|
548
548
|
}
|
|
549
|
-
|
|
549
|
+
w(f, x);
|
|
550
550
|
},
|
|
551
551
|
$$slots: { default: !0 }
|
|
552
552
|
});
|
|
553
553
|
},
|
|
554
|
-
children: (
|
|
555
|
-
var
|
|
556
|
-
U(
|
|
557
|
-
var
|
|
554
|
+
children: (_, c) => {
|
|
555
|
+
var f = Fe();
|
|
556
|
+
U(f, 5, () => r(l).items, (i) => i.text, (i, x) => {
|
|
557
|
+
var u = He(), L = $(u);
|
|
558
558
|
{
|
|
559
559
|
var C = (k) => {
|
|
560
|
-
var d =
|
|
561
|
-
let
|
|
562
|
-
var
|
|
563
|
-
b(d),
|
|
564
|
-
(
|
|
565
|
-
|
|
566
|
-
...r(
|
|
567
|
-
href: r(
|
|
568
|
-
class:
|
|
569
|
-
}),
|
|
560
|
+
var d = Te();
|
|
561
|
+
let S;
|
|
562
|
+
var N = $(d, !0);
|
|
563
|
+
b(d), P(
|
|
564
|
+
(Z) => {
|
|
565
|
+
S = rt(d, S, {
|
|
566
|
+
...r(x).attributes,
|
|
567
|
+
href: r(x).href,
|
|
568
|
+
class: Z
|
|
569
|
+
}), z(N, r(x).text);
|
|
570
570
|
},
|
|
571
571
|
[() => a.menuItem()],
|
|
572
|
-
|
|
573
|
-
),
|
|
572
|
+
H
|
|
573
|
+
), w(k, d);
|
|
574
574
|
};
|
|
575
|
-
|
|
576
|
-
"href" in r(
|
|
575
|
+
j(L, (k) => {
|
|
576
|
+
"href" in r(x) && k(C);
|
|
577
577
|
});
|
|
578
578
|
}
|
|
579
|
-
b(
|
|
580
|
-
}), b(
|
|
579
|
+
b(u), w(i, u);
|
|
580
|
+
}), b(f), P((i) => T(f, 1, i), [() => R(a.menuContent())], H), st(3, f, () => ot, () => ({ duration: 200, easing: lt })), w(_, f);
|
|
581
581
|
},
|
|
582
582
|
$$slots: { button: !0, default: !0 }
|
|
583
583
|
});
|
|
584
|
-
}, n = (
|
|
585
|
-
var
|
|
584
|
+
}, n = (o) => {
|
|
585
|
+
var h = Re();
|
|
586
586
|
let g;
|
|
587
|
-
var
|
|
588
|
-
b(
|
|
587
|
+
var _ = $(h, !0);
|
|
588
|
+
b(h), P(
|
|
589
589
|
(c) => {
|
|
590
|
-
g =
|
|
591
|
-
...r(
|
|
590
|
+
g = rt(h, g, {
|
|
591
|
+
...r(l).attributes,
|
|
592
592
|
class: c,
|
|
593
|
-
href: r(
|
|
594
|
-
}),
|
|
593
|
+
href: r(l).href
|
|
594
|
+
}), z(_, r(l).text);
|
|
595
595
|
},
|
|
596
596
|
[
|
|
597
|
-
() => a.link({ highlight: r(
|
|
597
|
+
() => a.link({ highlight: r(l).highlight })
|
|
598
598
|
],
|
|
599
|
-
|
|
600
|
-
),
|
|
599
|
+
H
|
|
600
|
+
), w(o, h);
|
|
601
601
|
};
|
|
602
|
-
|
|
603
|
-
"items" in r(
|
|
602
|
+
j(M, (o) => {
|
|
603
|
+
"items" in r(l) ? o(v) : o(n, !1);
|
|
604
604
|
});
|
|
605
605
|
}
|
|
606
|
-
b(
|
|
607
|
-
}), b(
|
|
608
|
-
(p,
|
|
609
|
-
T(s, 1, p), T(
|
|
606
|
+
b(y), w(p, y);
|
|
607
|
+
}), b(m), b(s), P(
|
|
608
|
+
(p, l) => {
|
|
609
|
+
T(s, 1, p), T(m, 1, l);
|
|
610
610
|
},
|
|
611
611
|
[
|
|
612
|
-
() =>
|
|
613
|
-
() =>
|
|
612
|
+
() => R(a.base()),
|
|
613
|
+
() => R(a.wrapper())
|
|
614
614
|
],
|
|
615
|
-
|
|
616
|
-
),
|
|
615
|
+
H
|
|
616
|
+
), w(e, s), G();
|
|
617
617
|
}
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
m(e, t);
|
|
623
|
-
}
|
|
624
|
-
F(te, {}, [], [], !0);
|
|
625
|
-
var Ke = yt(`<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 346.8 436.84"><defs><style>.cls-1 {
|
|
626
|
-
fill: #fff;
|
|
627
|
-
font-family: MyriadPro-Regular, 'Myriad Pro';
|
|
628
|
-
font-size: 44.28px;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.cls-2 {
|
|
632
|
-
fill: #e51937;
|
|
633
|
-
}</style></defs><g><rect x="83.14" y="42.23" width="180.66" height="352.2"></rect><path class="cls-2" d="M262.3,43.73v349.2H84.64V43.73h177.66M265.3,40.73H81.64v355.2h183.66V40.73h0Z"></path></g><text class="cls-1" transform="translate(112.91 242.36)"><tspan x="0" y="0">CREST</tspan></text></svg>`);
|
|
634
|
-
function ee(e) {
|
|
635
|
-
var t = Ke();
|
|
636
|
-
m(e, t);
|
|
637
|
-
}
|
|
638
|
-
F(ee, {}, [], [], !0);
|
|
639
|
-
var Ie = yt(`<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1345.57 436.77"><defs><style>.cls-1 {
|
|
640
|
-
fill: #fff;
|
|
641
|
-
font-family: MyriadPro-Regular, 'Myriad Pro';
|
|
642
|
-
font-size: 44.28px;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
.cls-2 {
|
|
646
|
-
fill: #e51937;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
.cls-3 {
|
|
650
|
-
letter-spacing: 0em;
|
|
651
|
-
}</style></defs><g><rect x="312.71" y="84.14" width="949.67" height="273.47"></rect><path class="cls-2" d="M1260.88,85.64v270.47H314.21V85.64h946.67M1263.88,82.64H311.21v276.47h952.67V82.64h0Z"></path></g><g><rect x="83.41" y="42.34" width="180.66" height="352.2"></rect><path class="cls-2" d="M262.57,43.84v349.2H84.91V43.84h177.66M265.57,40.84H81.91v355.2h183.66V40.84h0Z"></path></g><text class="cls-1" transform="translate(660.72 229.89)"><tspan x="0" y="0">WORD</tspan><tspan class="cls-3" x="121.29" y="0">M</tspan><tspan x="156.46" y="0">ARK</tspan></text><text class="cls-1" transform="translate(111.72 238.89)"><tspan x="0" y="0">CREST</tspan></text></svg>`);
|
|
652
|
-
function ae(e) {
|
|
653
|
-
var t = Ie();
|
|
654
|
-
m(e, t);
|
|
655
|
-
}
|
|
656
|
-
F(ae, {}, [], [], !0);
|
|
657
|
-
var Je = S('<div aria-hidden="true"><!></div>'), Qe = S('<div><!> <a href="https://www.uoguelph.ca" aria-label="University of Guelph Home Page"><!></a></div>');
|
|
658
|
-
function re(e, t) {
|
|
618
|
+
W(Xt, {}, [], [], !0);
|
|
619
|
+
const Be = '<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>', qe = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 346.8 436.84"><path d="M83.14 42.23H263.8v352.2H83.14z"/><path d="M262.3 43.73v349.2H84.64V43.73H262.3m3-3H81.64v355.2H265.3V40.73Z" style="fill:#e51937"/><text style="fill:#fff;font-family:MyriadPro-Regular,"Myriad Pro",sans-serif;font-size:44.28px" transform="translate(112.91 242.36)"><tspan x="0" y="0">CREST</tspan></text></svg>', Oe = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1345.57 436.77"><defs><style>.cls-1{fill:#fff;font-family:MyriadPro-Regular,"Myriad Pro",sans-serif;font-size:44.28px}.cls-2{fill:#e51937}</style></defs><path d="M312.71 84.14h949.67v273.47H312.71z"/><path d="M1260.88 85.64v270.47H314.21V85.64h946.67m3-3H311.21v276.47h952.67V82.64Z" class="cls-2"/><path d="M83.41 42.34h180.66v352.2H83.41z"/><path d="M262.57 43.84v349.2H84.91V43.84h177.66m3-3H81.91v355.2h183.66V40.84Z" class="cls-2"/><text class="cls-1" transform="translate(660.72 229.89)"><tspan x="0" y="0">WORD</tspan><tspan x="121.29" y="0" style="letter-spacing:0">M</tspan><tspan x="156.46" y="0">ARK</tspan></text><text class="cls-1" transform="translate(111.72 238.89)"><tspan x="0" y="0">CREST</tspan></text></svg>';
|
|
620
|
+
var Ge = V('<div aria-hidden="true"><!></div>'), De = V('<div><!> <a href="https://www.uoguelph.ca" aria-label="University of Guelph Home Page"><!></a></div>');
|
|
621
|
+
function te(e, t) {
|
|
659
622
|
O(t, !1);
|
|
660
|
-
const [a, s] =
|
|
623
|
+
const [a, s] = vt(), m = () => ft(p, "$headerState", a), p = wt("header-state"), l = jt({
|
|
661
624
|
slots: {
|
|
662
625
|
base: "flex w-fit",
|
|
663
626
|
decoration: "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto",
|
|
664
627
|
logo: "flex h-full 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)] [&>svg]:block [&>svg]:h-full [&>svg]:w-auto"
|
|
628
|
+
},
|
|
629
|
+
variants: {
|
|
630
|
+
mode: {
|
|
631
|
+
desktop: { logo: "py-2" },
|
|
632
|
+
mobile: { logo: "" }
|
|
633
|
+
}
|
|
665
634
|
}
|
|
666
|
-
}), { base:
|
|
635
|
+
}), { base: y, decoration: M, logo: v } = l();
|
|
667
636
|
$t();
|
|
668
|
-
var n =
|
|
637
|
+
var n = De(), o = $(n);
|
|
669
638
|
{
|
|
670
|
-
var
|
|
671
|
-
var
|
|
672
|
-
|
|
639
|
+
var h = (i) => {
|
|
640
|
+
var x = Ge(), u = $(x);
|
|
641
|
+
xt(u, () => Be), b(x), P((L) => T(x, 1, L), [() => R(M())], H), w(i, x);
|
|
673
642
|
};
|
|
674
|
-
|
|
675
|
-
var
|
|
676
|
-
((
|
|
643
|
+
j(o, (i) => {
|
|
644
|
+
var x;
|
|
645
|
+
((x = m()) == null ? void 0 : x.mode) === "desktop" && i(h);
|
|
677
646
|
});
|
|
678
647
|
}
|
|
679
|
-
var g =
|
|
648
|
+
var g = F(o, 2), _ = $(g);
|
|
680
649
|
{
|
|
681
650
|
var c = (i) => {
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
651
|
+
var x = nt(), u = at(x);
|
|
652
|
+
xt(u, () => Oe), w(i, x);
|
|
653
|
+
}, f = (i) => {
|
|
654
|
+
var x = nt(), u = at(x);
|
|
655
|
+
xt(u, () => qe), w(i, x);
|
|
685
656
|
};
|
|
686
|
-
|
|
687
|
-
var
|
|
688
|
-
((
|
|
657
|
+
j(_, (i) => {
|
|
658
|
+
var x;
|
|
659
|
+
((x = m()) == null ? void 0 : x.mode) === "desktop" ? i(c) : i(f, !1);
|
|
689
660
|
});
|
|
690
661
|
}
|
|
691
|
-
b(g), b(n),
|
|
692
|
-
(i,
|
|
693
|
-
T(n, 1, i), T(g, 1,
|
|
662
|
+
b(g), b(n), P(
|
|
663
|
+
(i, x) => {
|
|
664
|
+
T(n, 1, i), T(g, 1, x);
|
|
694
665
|
},
|
|
695
666
|
[
|
|
696
|
-
() =>
|
|
697
|
-
() =>
|
|
667
|
+
() => R(y()),
|
|
668
|
+
() => R(v({ mode: m().mode }))
|
|
698
669
|
],
|
|
699
|
-
|
|
700
|
-
),
|
|
701
|
-
}
|
|
702
|
-
F(re, {}, [], [], !0);
|
|
703
|
-
var Ye = yt('<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" style="height:100%" viewBox="0 0 266.13 110.89"><defs><style>.cls-1,.cls-2{fill:#fff;}.cls-2{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><path class="cls-1" d="M411.7,171.24v7.91c0,2.7.79,4.18,3,4.18s3-1.8,3-4v-8.07h2.48v8.56c0,3.49-2.25,5.46-5.52,5.46-3.74,0-5.69-1.84-5.69-5.6v-8.42Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M435.78,185h-2c-2.64-3.17-5.27-6.32-7.87-9.89h0V185h-2.23V171.24h2c2.64,3.15,5.26,6.28,7.86,9.82h0v-9.82h2.22V185Z" transform="translate(-365.74 -171)"></path><polygon class="cls-1" points="73.7 14.02 73.7 0.24 76.48 0.24 76.48 14.02 73.7 14.02 73.7 14.02"></polygon><path class="cls-1" d="M449.41,185l-5.12-13.59,2.95-.39c1.22,3.5,2.42,7,3.62,11h0c1.26-4,2.54-7.49,3.82-11l2.39.39L451.67,185Z" transform="translate(-365.74 -171)"></path><polygon class="cls-1" points="100.87 2.09 96.25 2.09 96.25 5.87 100.78 5.87 100.78 7.72 96.25 7.72 96.25 12.17 101.72 12.17 101.72 14.02 93.47 14.02 93.47 0.24 100.87 0.24 100.87 2.09 100.87 2.09"></polygon><path class="cls-1" d="M473.05,173.09h1.44a2,2,0,0,1,2.21,2.08,2.39,2.39,0,0,1-2.52,2.49h-1.13v-4.57ZM470.28,185h2.77v-5.51h1.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.78V185Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M489.56,173.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.76s1.87-3.35,4.37-3.35a5.13,5.13,0,0,1,3.49,1.2l-1,1.44Z" transform="translate(-365.74 -171)"></path><polygon class="cls-1" points="128.3 14.02 128.3 0.24 131.08 0.24 131.08 14.02 128.3 14.02 128.3 14.02"></polygon><polygon class="cls-1" points="137.56 14.02 137.56 2.09 133.3 2.09 133.3 0.24 144.59 0.24 144.59 2.09 140.33 2.09 140.33 14.02 137.56 14.02 137.56 14.02"></polygon><path class="cls-1" d="M515.59,185v-5.77l-4.24-7.82,3.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.82V185Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M537.52,183.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.36Zm0,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.33Z" transform="translate(-365.74 -171)"></path><polygon class="cls-1" points="188.95 2.09 184.34 2.09 184.34 6.62 188.87 6.62 188.87 8.47 184.34 8.47 184.34 14.02 181.56 14.02 181.56 0.24 188.95 0.24 188.95 2.09 188.95 2.09"></polygon><path class="cls-1" d="M451,280.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.24V260H422.08v-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.18V262.52h18.33v10.55c0,6,0,6.81-2.89,7.24l-1.38.17v1.41h16.2v-1.41l-1.31-.17Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M494.24,273.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.27H521v-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.27H494.24v-1.27Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M549.56,244.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.8V244.54ZM539.8,274.4h12.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.71H539.8v1.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-.78V258.33Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M571,273.13l1.16-.14c2.29-.44,2.29-.29,2.29-5.78V249.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.89H571v-1.27Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M611.52,244.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.38V244.54Zm0,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.31A77.92,77.92,0,0,1,621,258.76c2.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.27H615v-1.27L613.8,273c-2.28-.34-2.28-.92-2.28-5.73v-6.75Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M480.71,242.43v1.44l.92.11.42.05h0c2.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.67V249.59c0-4.73,0-5.23,2.16-5.55l1.24-.16v-1.45H457.6v1.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" transform="translate(-365.74 -171)"></path><line class="cls-2" x1="0.75" y1="61.79" x2="264.97" y2="61.79"></line><path class="cls-1" d="M402.13,185.86a.08.08,0,0,1,0,0h0l0,0Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M389.41,210.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.42Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M450.45,224.29l1.17-.14c2.28-.44,2.28-.3,2.28-5.78V200.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.66H469l-.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.27Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M481.26,224.29l1.17-.14c2.28-.44,2.28-.25,2.28-5.78V200.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.63V223a19.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.84H481.26v-1.27Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M509.91,224.29l1.17-.14c2.28-.25,2.28-.93,2.28-5.73V200.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.43V210.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.27H509.91v-1.27Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M543.57,200.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.27H561.1v-1.27l1.16-.14c2.28-.35,2.28-.93,2.28-5.78v-8.45H549.88v8.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.73V200.7Z" transform="translate(-365.74 -171)"></path><path class="cls-1" d="M434.13,193.52V195l1.11.12.23,0h0c2.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.68V200.69c0-4.74,0-5.23,2.17-5.55l1.24-.16v-1.46H411V195l1.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" transform="translate(-365.74 -171)"></path></svg>');
|
|
704
|
-
function se(e) {
|
|
705
|
-
var t = Ye();
|
|
706
|
-
m(e, t);
|
|
670
|
+
H
|
|
671
|
+
), w(e, n), G(), s();
|
|
707
672
|
}
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
673
|
+
W(te, {}, [], [], !0);
|
|
674
|
+
const Ke = '<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>';
|
|
675
|
+
var Ie = V('<a><span class="sr-only"> </span> <!></a>'), Je = V("<a> </a>"), Qe = V("<li><!></li>"), Ye = V("<ul></ul>");
|
|
676
|
+
function ee(e, t) {
|
|
711
677
|
O(t, !1);
|
|
712
|
-
const a =
|
|
678
|
+
const a = jt({
|
|
713
679
|
slots: {
|
|
714
680
|
base: "ml-auto flex text-xl [&>li]:contents",
|
|
715
681
|
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"
|
|
@@ -724,55 +690,55 @@ function le(e, t) {
|
|
|
724
690
|
}
|
|
725
691
|
})();
|
|
726
692
|
$t();
|
|
727
|
-
var s =
|
|
728
|
-
U(s, 5, () => [...It, Jt],
|
|
729
|
-
var
|
|
693
|
+
var s = Ye();
|
|
694
|
+
U(s, 5, () => [...It, Jt], ct, (m, p) => {
|
|
695
|
+
var l = Qe(), y = $(l);
|
|
730
696
|
{
|
|
731
697
|
var M = (n) => {
|
|
732
|
-
var
|
|
733
|
-
b(
|
|
734
|
-
var
|
|
735
|
-
q(
|
|
698
|
+
var o = Ie(), h = $(o), g = $(h, !0);
|
|
699
|
+
b(h);
|
|
700
|
+
var _ = F(h, 2);
|
|
701
|
+
q(_, {
|
|
736
702
|
get icon() {
|
|
737
703
|
return r(p).icon;
|
|
738
704
|
}
|
|
739
|
-
}), b(
|
|
705
|
+
}), b(o), P(
|
|
740
706
|
(c) => {
|
|
741
|
-
T(
|
|
707
|
+
T(o, 1, c), X(o, "href", r(p).href), z(g, r(p).text);
|
|
742
708
|
},
|
|
743
709
|
[
|
|
744
|
-
() =>
|
|
710
|
+
() => R(a.link({ hasIcon: !0 }))
|
|
745
711
|
],
|
|
746
|
-
|
|
747
|
-
),
|
|
748
|
-
},
|
|
749
|
-
var
|
|
750
|
-
b(
|
|
712
|
+
H
|
|
713
|
+
), w(n, o);
|
|
714
|
+
}, v = (n) => {
|
|
715
|
+
var o = Je(), h = $(o, !0);
|
|
716
|
+
b(o), P(
|
|
751
717
|
(g) => {
|
|
752
|
-
T(
|
|
718
|
+
T(o, 1, g), X(o, "href", r(p).href), z(h, r(p).text);
|
|
753
719
|
},
|
|
754
720
|
[
|
|
755
|
-
() =>
|
|
721
|
+
() => R(a.link({ hasIcon: !1 }))
|
|
756
722
|
],
|
|
757
|
-
|
|
758
|
-
),
|
|
723
|
+
H
|
|
724
|
+
), w(n, o);
|
|
759
725
|
};
|
|
760
|
-
|
|
761
|
-
r(p).icon ? n(M) : n(
|
|
726
|
+
j(y, (n) => {
|
|
727
|
+
r(p).icon ? n(M) : n(v, !1);
|
|
762
728
|
});
|
|
763
729
|
}
|
|
764
|
-
b(
|
|
765
|
-
}), b(s),
|
|
730
|
+
b(l), w(m, l);
|
|
731
|
+
}), b(s), P((m) => T(s, 1, m), [() => R(a.base())], H), w(e, s), G();
|
|
766
732
|
}
|
|
767
|
-
|
|
768
|
-
var
|
|
769
|
-
function
|
|
733
|
+
W(ee, {}, [], [], !0);
|
|
734
|
+
var Xe = V('<li class="contents first:*:mt-4 last:*:mb-4"><a> </a></li>'), ta = V('<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>'), ea = V('<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>'), aa = V("<li><!></li>"), ra = V('<span><span class="mr-auto"> </span> <!></span>'), sa = V("<li><a> </a></li>"), oa = V('<ul class="flex w-full flex-col bg-white text-black [&>li]:contents"></ul>'), la = V("<a> </a>"), na = V("<li><!></li>"), ia = V('<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>'), ca = V('<ul class="flex h-full [&>li]:contents"><!> <li><!></li></ul>');
|
|
735
|
+
function ae(e) {
|
|
770
736
|
const t = [...It, ...Qt], a = [Yt, Jt];
|
|
771
|
-
var s =
|
|
772
|
-
U(
|
|
773
|
-
var
|
|
737
|
+
var s = ca(), m = $(s);
|
|
738
|
+
U(m, 1, () => a, (y) => y.text, (y, M) => {
|
|
739
|
+
var v = aa(), n = $(v);
|
|
774
740
|
{
|
|
775
|
-
var
|
|
741
|
+
var o = (g) => {
|
|
776
742
|
tt(g, {
|
|
777
743
|
class: "h-full w-fit",
|
|
778
744
|
button: (c) => {
|
|
@@ -781,8 +747,8 @@ function oe(e) {
|
|
|
781
747
|
get label() {
|
|
782
748
|
return r(M).text;
|
|
783
749
|
},
|
|
784
|
-
children: (
|
|
785
|
-
q(
|
|
750
|
+
children: (f, i) => {
|
|
751
|
+
q(f, {
|
|
786
752
|
get icon() {
|
|
787
753
|
return r(M).icon;
|
|
788
754
|
}
|
|
@@ -791,232 +757,232 @@ function oe(e) {
|
|
|
791
757
|
$$slots: { default: !0 }
|
|
792
758
|
});
|
|
793
759
|
},
|
|
794
|
-
children: (c,
|
|
795
|
-
var i =
|
|
796
|
-
U(i, 5, () => r(M).items,
|
|
797
|
-
var
|
|
760
|
+
children: (c, f) => {
|
|
761
|
+
var i = ta();
|
|
762
|
+
U(i, 5, () => r(M).items, ct, (x, u) => {
|
|
763
|
+
var L = Xe(), C = $(L);
|
|
798
764
|
let k;
|
|
799
765
|
var d = $(C, !0);
|
|
800
|
-
b(C), b(
|
|
801
|
-
k =
|
|
766
|
+
b(C), b(L), P(() => {
|
|
767
|
+
k = rt(C, k, {
|
|
802
768
|
class: "border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors",
|
|
803
|
-
href: r(
|
|
804
|
-
...r(
|
|
805
|
-
}),
|
|
806
|
-
}),
|
|
807
|
-
}), b(i),
|
|
769
|
+
href: r(u).href,
|
|
770
|
+
...r(u).attributes
|
|
771
|
+
}), z(d, r(u).text);
|
|
772
|
+
}), w(x, L);
|
|
773
|
+
}), b(i), st(3, i, () => ot, () => ({ duration: 200, easing: lt })), w(c, i);
|
|
808
774
|
},
|
|
809
775
|
$$slots: { button: !0, default: !0 }
|
|
810
776
|
});
|
|
811
|
-
},
|
|
812
|
-
var
|
|
777
|
+
}, h = (g) => {
|
|
778
|
+
var _ = ea(), c = $(_);
|
|
813
779
|
q(c, {
|
|
814
780
|
get icon() {
|
|
815
781
|
return r(M).icon;
|
|
816
782
|
}
|
|
817
|
-
}), b(
|
|
818
|
-
X(
|
|
819
|
-
}),
|
|
783
|
+
}), b(_), P(() => {
|
|
784
|
+
X(_, "href", r(M).href), X(_, "aria-label", r(M).text);
|
|
785
|
+
}), w(g, _);
|
|
820
786
|
};
|
|
821
|
-
|
|
822
|
-
"items" in r(M) ? g(
|
|
787
|
+
j(n, (g) => {
|
|
788
|
+
"items" in r(M) ? g(o) : g(h, !1);
|
|
823
789
|
});
|
|
824
790
|
}
|
|
825
|
-
b(
|
|
791
|
+
b(v), w(y, v);
|
|
826
792
|
});
|
|
827
|
-
var p =
|
|
828
|
-
tt(
|
|
793
|
+
var p = F(m, 2), l = $(p);
|
|
794
|
+
tt(l, {
|
|
829
795
|
class: "h-full w-fit",
|
|
830
796
|
button: (M) => {
|
|
831
797
|
et(M, {
|
|
832
798
|
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",
|
|
833
799
|
label: "Main Menu",
|
|
834
|
-
children: (
|
|
835
|
-
q(
|
|
800
|
+
children: (v, n) => {
|
|
801
|
+
q(v, { icon: Bt });
|
|
836
802
|
},
|
|
837
803
|
$$slots: { default: !0 }
|
|
838
804
|
});
|
|
839
805
|
},
|
|
840
|
-
children: (M,
|
|
841
|
-
var n =
|
|
842
|
-
U(n, 5, () => t,
|
|
843
|
-
var g =
|
|
806
|
+
children: (M, v) => {
|
|
807
|
+
var n = ia();
|
|
808
|
+
U(n, 5, () => t, ct, (o, h) => {
|
|
809
|
+
var g = na(), _ = $(g);
|
|
844
810
|
{
|
|
845
811
|
var c = (i) => {
|
|
846
812
|
tt(i, {
|
|
847
813
|
class: "relative w-full",
|
|
848
814
|
autoCollapse: !1,
|
|
849
|
-
button: (
|
|
850
|
-
et(
|
|
815
|
+
button: (u) => {
|
|
816
|
+
et(u, {
|
|
851
817
|
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",
|
|
852
|
-
children: (
|
|
853
|
-
var k =
|
|
818
|
+
children: (L, C) => {
|
|
819
|
+
var k = ra();
|
|
854
820
|
let d;
|
|
855
|
-
var
|
|
856
|
-
b(
|
|
857
|
-
var
|
|
858
|
-
q(
|
|
859
|
-
(
|
|
860
|
-
d = T(k, 1, "flex w-full items-center justify-between gap-2 [&>svg]:transition-transform", null, d,
|
|
821
|
+
var S = $(k), N = $(S, !0);
|
|
822
|
+
b(S);
|
|
823
|
+
var Z = F(S, 2);
|
|
824
|
+
q(Z, { icon: yt }), b(k), P(
|
|
825
|
+
(B) => {
|
|
826
|
+
d = T(k, 1, "flex w-full items-center justify-between gap-2 [&>svg]:transition-transform", null, d, B), z(N, r(h).text);
|
|
861
827
|
},
|
|
862
828
|
[
|
|
863
|
-
() => ({ "bg-yellow": r(
|
|
829
|
+
() => ({ "bg-yellow": r(h).highlight })
|
|
864
830
|
],
|
|
865
|
-
|
|
866
|
-
),
|
|
831
|
+
H
|
|
832
|
+
), w(L, k);
|
|
867
833
|
},
|
|
868
834
|
$$slots: { default: !0 }
|
|
869
835
|
});
|
|
870
836
|
},
|
|
871
|
-
children: (
|
|
872
|
-
var C =
|
|
873
|
-
U(C, 5, () => r(
|
|
874
|
-
var
|
|
875
|
-
let
|
|
876
|
-
var
|
|
877
|
-
b(
|
|
878
|
-
|
|
837
|
+
children: (u, L) => {
|
|
838
|
+
var C = oa();
|
|
839
|
+
U(C, 5, () => r(h).items, ct, (k, d) => {
|
|
840
|
+
var S = sa(), N = $(S);
|
|
841
|
+
let Z;
|
|
842
|
+
var B = $(N, !0);
|
|
843
|
+
b(N), b(S), P(() => {
|
|
844
|
+
Z = rt(N, Z, {
|
|
879
845
|
class: "border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors",
|
|
880
846
|
href: r(d).href,
|
|
881
847
|
...r(d).attributes
|
|
882
|
-
}),
|
|
883
|
-
}),
|
|
884
|
-
}), b(C),
|
|
848
|
+
}), z(B, r(d).text);
|
|
849
|
+
}), w(k, S);
|
|
850
|
+
}), b(C), st(3, C, () => ot, () => ({ duration: 200, easing: lt })), w(u, C);
|
|
885
851
|
},
|
|
886
852
|
$$slots: { button: !0, default: !0 }
|
|
887
853
|
});
|
|
888
|
-
},
|
|
889
|
-
var
|
|
890
|
-
let
|
|
891
|
-
var
|
|
892
|
-
b(
|
|
854
|
+
}, f = (i) => {
|
|
855
|
+
var x = la();
|
|
856
|
+
let u;
|
|
857
|
+
var L = $(x, !0);
|
|
858
|
+
b(x), P(
|
|
893
859
|
(C) => {
|
|
894
|
-
|
|
860
|
+
u = T(x, 1, "border-grey/50 hover:bg-grey-muted focus:bg-grey-muted border-0 border-b border-solid p-2 transition-colors", null, u, C), X(x, "href", r(h).href), z(L, r(h).text);
|
|
895
861
|
},
|
|
896
862
|
[
|
|
897
|
-
() => ({ "bg-yellow": r(
|
|
863
|
+
() => ({ "bg-yellow": r(h).highlight })
|
|
898
864
|
],
|
|
899
|
-
|
|
900
|
-
),
|
|
865
|
+
H
|
|
866
|
+
), w(i, x);
|
|
901
867
|
};
|
|
902
|
-
|
|
903
|
-
"items" in r(
|
|
868
|
+
j(_, (i) => {
|
|
869
|
+
"items" in r(h) ? i(c) : i(f, !1);
|
|
904
870
|
});
|
|
905
871
|
}
|
|
906
|
-
b(g),
|
|
907
|
-
}), b(n),
|
|
872
|
+
b(g), w(o, g);
|
|
873
|
+
}), b(n), st(3, n, () => ot, () => ({ duration: 200, easing: lt })), w(M, n);
|
|
908
874
|
},
|
|
909
875
|
$$slots: { button: !0, default: !0 }
|
|
910
|
-
}), b(p), b(s),
|
|
876
|
+
}), b(p), b(s), w(e, s);
|
|
911
877
|
}
|
|
912
|
-
|
|
913
|
-
var
|
|
914
|
-
function
|
|
878
|
+
W(ae, {}, [], [], !0);
|
|
879
|
+
var ua = V('<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>'), va = V('<nav aria-label="Primary"><!> <!></nav>');
|
|
880
|
+
function re(e, t) {
|
|
915
881
|
O(t, !1);
|
|
916
|
-
const [a, s] =
|
|
882
|
+
const [a, s] = vt(), m = () => ft(p, "$headerState", a), p = wt("header-state");
|
|
917
883
|
$t();
|
|
918
|
-
var
|
|
919
|
-
|
|
920
|
-
var M =
|
|
884
|
+
var l = va(), y = $(l);
|
|
885
|
+
te(y, {});
|
|
886
|
+
var M = F(y, 2);
|
|
921
887
|
{
|
|
922
|
-
var
|
|
923
|
-
var
|
|
924
|
-
|
|
925
|
-
}, n = (
|
|
888
|
+
var v = (o) => {
|
|
889
|
+
var h = ua(), g = F($(h), 2);
|
|
890
|
+
xt(g, () => Ke), b(h), w(o, h);
|
|
891
|
+
}, n = (o, h) => {
|
|
926
892
|
{
|
|
927
893
|
var g = (c) => {
|
|
928
|
-
|
|
929
|
-
},
|
|
930
|
-
|
|
894
|
+
ee(c, {});
|
|
895
|
+
}, _ = (c) => {
|
|
896
|
+
ae(c);
|
|
931
897
|
};
|
|
932
|
-
|
|
933
|
-
|
|
898
|
+
j(
|
|
899
|
+
o,
|
|
934
900
|
(c) => {
|
|
935
|
-
var
|
|
936
|
-
((
|
|
901
|
+
var f;
|
|
902
|
+
((f = m()) == null ? void 0 : f.mode) === "desktop" ? c(g) : c(_, !1);
|
|
937
903
|
},
|
|
938
|
-
|
|
904
|
+
h
|
|
939
905
|
);
|
|
940
906
|
}
|
|
941
907
|
};
|
|
942
|
-
|
|
943
|
-
var
|
|
944
|
-
((
|
|
908
|
+
j(M, (o) => {
|
|
909
|
+
var h;
|
|
910
|
+
((h = m()) == null ? void 0 : h.variant) === "dual-brand" ? o(v) : o(n, !1);
|
|
945
911
|
});
|
|
946
912
|
}
|
|
947
|
-
b(
|
|
948
|
-
(
|
|
913
|
+
b(l), P(
|
|
914
|
+
(o) => T(l, 1, o),
|
|
949
915
|
[
|
|
950
916
|
() => {
|
|
951
|
-
var
|
|
952
|
-
return
|
|
917
|
+
var o;
|
|
918
|
+
return R(qt("relative flex w-full justify-between bg-black px-[calc((100%-1320px)/2)] text-lg text-black-contrast lg:h-25", ((o = m()) == null ? void 0 : o.variant) === "dual-brand" ? "h-[7.5rem]" : "h-12.5"));
|
|
953
919
|
}
|
|
954
920
|
],
|
|
955
|
-
|
|
956
|
-
),
|
|
921
|
+
H
|
|
922
|
+
), w(e, l), G(), s();
|
|
957
923
|
}
|
|
958
|
-
|
|
959
|
-
var
|
|
960
|
-
function
|
|
924
|
+
W(re, {}, [], [], !0);
|
|
925
|
+
var fa = V('<span class="flex items-center gap-2 [&>svg]:transition-transform"><span> </span> <!></span>'), ha = V("<li><a> </a></li>"), da = V('<ul class="bg-grey-muted absolute top-full right-0 z-50 flex min-w-[20rem] flex-col [&>li]:contents"></ul>'), pa = V("<li><!></li>"), ga = V("<li><a> </a></li>");
|
|
926
|
+
function se(e, t) {
|
|
961
927
|
O(t, !0);
|
|
962
|
-
let a =
|
|
963
|
-
var s =
|
|
964
|
-
return U(
|
|
965
|
-
var
|
|
928
|
+
let a = A(t, "items", 7);
|
|
929
|
+
var s = nt(), m = at(s);
|
|
930
|
+
return U(m, 17, a, (p) => p.text, (p, l) => {
|
|
931
|
+
var y = nt(), M = at(y);
|
|
966
932
|
{
|
|
967
|
-
var
|
|
968
|
-
var
|
|
933
|
+
var v = (o) => {
|
|
934
|
+
var h = pa(), g = $(h);
|
|
969
935
|
tt(g, {
|
|
970
936
|
class: "relative h-full",
|
|
971
937
|
button: (c) => {
|
|
972
938
|
et(c, {
|
|
973
939
|
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",
|
|
974
|
-
children: (
|
|
975
|
-
var
|
|
976
|
-
b(
|
|
977
|
-
var C =
|
|
978
|
-
q(C, { icon:
|
|
940
|
+
children: (f, i) => {
|
|
941
|
+
var x = fa(), u = $(x), L = $(u, !0);
|
|
942
|
+
b(u);
|
|
943
|
+
var C = F(u, 2);
|
|
944
|
+
q(C, { icon: yt }), b(x), P(() => z(L, r(l).text)), w(f, x);
|
|
979
945
|
},
|
|
980
946
|
$$slots: { default: !0 }
|
|
981
947
|
});
|
|
982
948
|
},
|
|
983
|
-
children: (c,
|
|
984
|
-
var i =
|
|
985
|
-
U(i, 21, () => r(
|
|
986
|
-
var
|
|
949
|
+
children: (c, f) => {
|
|
950
|
+
var i = da();
|
|
951
|
+
U(i, 21, () => r(l).items, ct, (x, u) => {
|
|
952
|
+
var L = ha(), C = $(L);
|
|
987
953
|
let k;
|
|
988
954
|
var d = $(C, !0);
|
|
989
|
-
b(C), b(
|
|
990
|
-
var
|
|
991
|
-
k =
|
|
992
|
-
...r(
|
|
993
|
-
class: `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 ${((
|
|
994
|
-
href: r(
|
|
995
|
-
}),
|
|
996
|
-
}),
|
|
997
|
-
}), b(i),
|
|
955
|
+
b(C), b(L), P(() => {
|
|
956
|
+
var S;
|
|
957
|
+
k = rt(C, k, {
|
|
958
|
+
...r(u).attributes,
|
|
959
|
+
class: `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 ${((S = r(u).attributes) == null ? void 0 : S.class) ?? ""}`,
|
|
960
|
+
href: r(u).href
|
|
961
|
+
}), z(d, r(u).text);
|
|
962
|
+
}), w(x, L);
|
|
963
|
+
}), b(i), st(3, i, () => ot, () => ({ duration: 200, easing: lt })), w(c, i);
|
|
998
964
|
},
|
|
999
965
|
$$slots: { button: !0, default: !0 }
|
|
1000
|
-
}), b(
|
|
1001
|
-
}, n = (
|
|
1002
|
-
var
|
|
1003
|
-
let
|
|
966
|
+
}), b(h), w(o, h);
|
|
967
|
+
}, n = (o) => {
|
|
968
|
+
var h = ga(), g = $(h);
|
|
969
|
+
let _;
|
|
1004
970
|
var c = $(g, !0);
|
|
1005
|
-
b(g), b(
|
|
1006
|
-
var
|
|
1007
|
-
|
|
1008
|
-
...r(
|
|
1009
|
-
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 ${((
|
|
1010
|
-
href: r(
|
|
1011
|
-
}),
|
|
1012
|
-
}),
|
|
971
|
+
b(g), b(h), P(() => {
|
|
972
|
+
var f;
|
|
973
|
+
_ = rt(g, _, {
|
|
974
|
+
...r(l).attributes,
|
|
975
|
+
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 ${((f = r(l).attributes) == null ? void 0 : f.class) ?? ""}`,
|
|
976
|
+
href: r(l).href
|
|
977
|
+
}), z(c, r(l).text);
|
|
978
|
+
}), w(o, h);
|
|
1013
979
|
};
|
|
1014
|
-
|
|
1015
|
-
"items" in r(
|
|
980
|
+
j(M, (o) => {
|
|
981
|
+
"items" in r(l) ? o(v) : o(n, !1);
|
|
1016
982
|
});
|
|
1017
983
|
}
|
|
1018
|
-
|
|
1019
|
-
}),
|
|
984
|
+
w(p, y);
|
|
985
|
+
}), w(e, s), G({
|
|
1020
986
|
get items() {
|
|
1021
987
|
return a();
|
|
1022
988
|
},
|
|
@@ -1025,28 +991,28 @@ function ie(e, t) {
|
|
|
1025
991
|
}
|
|
1026
992
|
});
|
|
1027
993
|
}
|
|
1028
|
-
|
|
1029
|
-
var
|
|
1030
|
-
function
|
|
994
|
+
W(se, { items: {} }, [], [], !0);
|
|
995
|
+
var ba = V('<span class="flex w-full items-center justify-between gap-2"><span class="mr-auto"> </span> <!></span>'), xa = V("<li><a> </a></li>"), _a = V('<ul class="flex w-full flex-col bg-white text-black [&>li]:contents"></ul>'), ma = V("<a> </a>"), wa = V("<li><!></li>"), ya = V('<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>'), $a = V("<li><!></li>");
|
|
996
|
+
function oe(e, t) {
|
|
1031
997
|
O(t, !0);
|
|
1032
|
-
let a =
|
|
1033
|
-
var s =
|
|
1034
|
-
return tt(
|
|
998
|
+
let a = A(t, "items", 7);
|
|
999
|
+
var s = $a(), m = $(s);
|
|
1000
|
+
return tt(m, {
|
|
1035
1001
|
class: "h-full",
|
|
1036
|
-
button: (
|
|
1037
|
-
et(
|
|
1002
|
+
button: (l) => {
|
|
1003
|
+
et(l, {
|
|
1038
1004
|
class: "flex aspect-square 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",
|
|
1039
1005
|
label: "Sub Navigation Menu",
|
|
1040
|
-
children: (
|
|
1041
|
-
q(
|
|
1006
|
+
children: (y, M) => {
|
|
1007
|
+
q(y, { icon: Bt });
|
|
1042
1008
|
},
|
|
1043
1009
|
$$slots: { default: !0 }
|
|
1044
1010
|
});
|
|
1045
1011
|
},
|
|
1046
|
-
children: (
|
|
1047
|
-
var M =
|
|
1048
|
-
U(M, 21, a, (
|
|
1049
|
-
var
|
|
1012
|
+
children: (l, y) => {
|
|
1013
|
+
var M = ya();
|
|
1014
|
+
U(M, 21, a, (v) => v.text, (v, n) => {
|
|
1015
|
+
var o = wa(), h = $(o);
|
|
1050
1016
|
{
|
|
1051
1017
|
var g = (c) => {
|
|
1052
1018
|
tt(c, {
|
|
@@ -1054,56 +1020,59 @@ function ce(e, t) {
|
|
|
1054
1020
|
autoCollapse: !1,
|
|
1055
1021
|
button: (i) => {
|
|
1056
1022
|
et(i, {
|
|
1057
|
-
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
|
|
1058
|
-
children: (
|
|
1059
|
-
var
|
|
1023
|
+
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",
|
|
1024
|
+
children: (x, u) => {
|
|
1025
|
+
var L = ba(), C = $(L), k = $(C, !0);
|
|
1060
1026
|
b(C);
|
|
1061
|
-
var d =
|
|
1062
|
-
q(d, {
|
|
1027
|
+
var d = F(C, 2);
|
|
1028
|
+
q(d, {
|
|
1029
|
+
icon: yt,
|
|
1030
|
+
class: "transition-transform group-aria-expanded:rotate-180"
|
|
1031
|
+
}), b(L), P(() => z(k, r(n).text)), w(x, L);
|
|
1063
1032
|
},
|
|
1064
1033
|
$$slots: { default: !0 }
|
|
1065
1034
|
});
|
|
1066
1035
|
},
|
|
1067
|
-
children: (i,
|
|
1068
|
-
var
|
|
1069
|
-
U(
|
|
1070
|
-
var k =
|
|
1071
|
-
let
|
|
1072
|
-
var
|
|
1073
|
-
b(d), b(k),
|
|
1074
|
-
var
|
|
1075
|
-
|
|
1036
|
+
children: (i, x) => {
|
|
1037
|
+
var u = _a();
|
|
1038
|
+
U(u, 21, () => r(n).items, ct, (L, C) => {
|
|
1039
|
+
var k = xa(), d = $(k);
|
|
1040
|
+
let S;
|
|
1041
|
+
var N = $(d, !0);
|
|
1042
|
+
b(d), b(k), P(() => {
|
|
1043
|
+
var Z;
|
|
1044
|
+
S = rt(d, S, {
|
|
1076
1045
|
...r(C).attributes,
|
|
1077
|
-
class: `border-grey/50 hover:bg-grey-muted hover:text-grey-muted-contrast border-0 border-b border-solid p-2 transition-colors ${((
|
|
1046
|
+
class: `border-grey/50 hover:bg-grey-muted hover:text-grey-muted-contrast border-0 border-b border-solid p-2 transition-colors ${((Z = r(C).attributes) == null ? void 0 : Z.class) ?? ""}`,
|
|
1078
1047
|
href: r(C).href
|
|
1079
|
-
}),
|
|
1080
|
-
}),
|
|
1081
|
-
}), b(
|
|
1048
|
+
}), z(N, r(C).text);
|
|
1049
|
+
}), w(L, k);
|
|
1050
|
+
}), b(u), st(3, u, () => ot, () => ({ duration: 200, easing: lt })), w(i, u);
|
|
1082
1051
|
},
|
|
1083
1052
|
$$slots: { button: !0, default: !0 }
|
|
1084
1053
|
});
|
|
1085
|
-
},
|
|
1086
|
-
var
|
|
1054
|
+
}, _ = (c) => {
|
|
1055
|
+
var f = ma();
|
|
1087
1056
|
let i;
|
|
1088
|
-
var
|
|
1089
|
-
b(
|
|
1090
|
-
var
|
|
1091
|
-
i =
|
|
1057
|
+
var x = $(f, !0);
|
|
1058
|
+
b(f), P(() => {
|
|
1059
|
+
var u;
|
|
1060
|
+
i = rt(f, i, {
|
|
1092
1061
|
...r(n).attributes,
|
|
1093
|
-
class: `border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors ${((
|
|
1062
|
+
class: `border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors ${((u = r(n).attributes) == null ? void 0 : u.class) ?? ""}`,
|
|
1094
1063
|
href: r(n).href
|
|
1095
|
-
}),
|
|
1096
|
-
}),
|
|
1064
|
+
}), z(x, r(n).text);
|
|
1065
|
+
}), w(c, f);
|
|
1097
1066
|
};
|
|
1098
|
-
|
|
1099
|
-
"items" in r(n) ? c(g) : c(
|
|
1067
|
+
j(h, (c) => {
|
|
1068
|
+
"items" in r(n) ? c(g) : c(_, !1);
|
|
1100
1069
|
});
|
|
1101
1070
|
}
|
|
1102
|
-
b(
|
|
1103
|
-
}), b(M),
|
|
1071
|
+
b(o), w(v, o);
|
|
1072
|
+
}), b(M), st(3, M, () => ot, () => ({ duration: 200, easing: lt })), w(l, M);
|
|
1104
1073
|
},
|
|
1105
1074
|
$$slots: { button: !0, default: !0 }
|
|
1106
|
-
}), b(s),
|
|
1075
|
+
}), b(s), w(e, s), G({
|
|
1107
1076
|
get items() {
|
|
1108
1077
|
return a();
|
|
1109
1078
|
},
|
|
@@ -1112,97 +1081,97 @@ function ce(e, t) {
|
|
|
1112
1081
|
}
|
|
1113
1082
|
});
|
|
1114
1083
|
}
|
|
1115
|
-
|
|
1116
|
-
var
|
|
1117
|
-
function
|
|
1084
|
+
W(oe, { items: {} }, [], [], !0);
|
|
1085
|
+
var ka = V('<a class="mr-auto flex h-full items-center justify-center px-3 font-bold transition-colors hover:bg-yellow hover:text-yellow-contrast"> </a>'), Ma = V('<span class="mr-auto flex h-full items-center justify-center px-3 font-bold"> </span>'), Va = V('<nav aria-label="Page Specific"><div class="relative flex h-full min-w-full items-center justify-end overflow-y-visible [&>li]:contents"><!> <ul class="!static flex h-full w-fit lg:static [&>li]:contents"><!></ul></div></nav>');
|
|
1086
|
+
function le(e, t) {
|
|
1118
1087
|
O(t, !0);
|
|
1119
|
-
const [a, s] =
|
|
1120
|
-
let
|
|
1121
|
-
|
|
1088
|
+
const [a, s] = vt(), m = () => ft(p, "$headerState", a), p = wt("header-state");
|
|
1089
|
+
let l = A(t, "items", 7), y = A(t, "title", 7), M = A(t, "url", 7), v = it(void 0), n = it(void 0), o = it(void 0), h, g = it(void 0);
|
|
1090
|
+
Ot(() => {
|
|
1122
1091
|
var d;
|
|
1123
|
-
clearTimeout(
|
|
1092
|
+
clearTimeout(h), ((d = m()) == null ? void 0 : d.mode) === "desktop" && r(v) - r(n) < r(o) && (h = setTimeout(
|
|
1124
1093
|
() => {
|
|
1125
|
-
J(g,
|
|
1094
|
+
J(g, dt(isNaN(r(g)) ? r(v) : Math.max(r(v), r(g))));
|
|
1126
1095
|
},
|
|
1127
1096
|
50
|
|
1128
1097
|
));
|
|
1129
1098
|
}), Gt(() => {
|
|
1130
1099
|
var d;
|
|
1131
|
-
((d =
|
|
1100
|
+
((d = m()) == null ? void 0 : d.mode) === "desktop" && r(v) - r(n) < r(o) && J(g, dt(isNaN(r(g)) ? r(v) : Math.max(r(v), r(g))));
|
|
1132
1101
|
});
|
|
1133
|
-
var
|
|
1102
|
+
var _ = Va(), c = $(_), f = $(c);
|
|
1134
1103
|
{
|
|
1135
1104
|
var i = (d) => {
|
|
1136
|
-
var
|
|
1137
|
-
b(
|
|
1138
|
-
X(
|
|
1139
|
-
}), bt(
|
|
1140
|
-
},
|
|
1105
|
+
var S = ka(), N = $(S, !0);
|
|
1106
|
+
b(S), P(() => {
|
|
1107
|
+
X(S, "href", M()), z(N, y());
|
|
1108
|
+
}), bt(S, "clientWidth", (Z) => J(n, Z)), w(d, S);
|
|
1109
|
+
}, x = (d, S) => {
|
|
1141
1110
|
{
|
|
1142
|
-
var
|
|
1143
|
-
var
|
|
1144
|
-
b(
|
|
1111
|
+
var N = (Z) => {
|
|
1112
|
+
var B = Ma(), I = $(B, !0);
|
|
1113
|
+
b(B), P(() => z(I, y())), bt(B, "clientWidth", (ne) => J(n, ne)), w(Z, B);
|
|
1145
1114
|
};
|
|
1146
|
-
|
|
1115
|
+
j(
|
|
1147
1116
|
d,
|
|
1148
|
-
(
|
|
1149
|
-
|
|
1117
|
+
(Z) => {
|
|
1118
|
+
y() && Z(N);
|
|
1150
1119
|
},
|
|
1151
|
-
|
|
1120
|
+
S
|
|
1152
1121
|
);
|
|
1153
1122
|
}
|
|
1154
1123
|
};
|
|
1155
|
-
|
|
1156
|
-
|
|
1124
|
+
j(f, (d) => {
|
|
1125
|
+
y() && M() ? d(i) : d(x, !1);
|
|
1157
1126
|
});
|
|
1158
1127
|
}
|
|
1159
|
-
var
|
|
1128
|
+
var u = F(f, 2), L = $(u);
|
|
1160
1129
|
{
|
|
1161
1130
|
var C = (d) => {
|
|
1162
|
-
var
|
|
1131
|
+
var S = nt(), N = at(S);
|
|
1163
1132
|
{
|
|
1164
|
-
var
|
|
1165
|
-
|
|
1133
|
+
var Z = (I) => {
|
|
1134
|
+
se(I, {
|
|
1166
1135
|
get items() {
|
|
1167
|
-
return
|
|
1136
|
+
return l();
|
|
1168
1137
|
}
|
|
1169
1138
|
});
|
|
1170
|
-
},
|
|
1171
|
-
|
|
1139
|
+
}, B = (I) => {
|
|
1140
|
+
oe(I, {
|
|
1172
1141
|
get items() {
|
|
1173
|
-
return
|
|
1142
|
+
return l();
|
|
1174
1143
|
}
|
|
1175
1144
|
});
|
|
1176
1145
|
};
|
|
1177
|
-
N
|
|
1178
|
-
|
|
1146
|
+
j(N, (I) => {
|
|
1147
|
+
m().mode === "desktop" && (isNaN(r(g)) || r(v) > r(g)) ? I(Z) : I(B, !1);
|
|
1179
1148
|
});
|
|
1180
1149
|
}
|
|
1181
|
-
|
|
1150
|
+
w(d, S);
|
|
1182
1151
|
};
|
|
1183
|
-
|
|
1184
|
-
var
|
|
1185
|
-
((
|
|
1152
|
+
j(L, (d) => {
|
|
1153
|
+
var S;
|
|
1154
|
+
((S = l()) == null ? void 0 : S.length) > 0 && d(C);
|
|
1186
1155
|
});
|
|
1187
1156
|
}
|
|
1188
|
-
b(
|
|
1157
|
+
b(u), b(c), b(_), P((d) => T(_, 1, d), [
|
|
1189
1158
|
() => {
|
|
1190
1159
|
var d;
|
|
1191
|
-
return
|
|
1160
|
+
return R(qt("align-items bg-grey-muted text-grey-muted-contrast relative block justify-end px-[calc((100%-1320px)/2)] text-lg lg:whitespace-nowrap", ((d = m()) == null ? void 0 : d.variant) === "dual-brand" ? "h-10" : "h-[5rem] lg:h-10"));
|
|
1192
1161
|
}
|
|
1193
|
-
]), bt(
|
|
1162
|
+
]), bt(u, "clientWidth", (d) => J(o, d)), bt(c, "clientWidth", (d) => J(v, d)), w(e, _);
|
|
1194
1163
|
var k = G({
|
|
1195
1164
|
get items() {
|
|
1196
|
-
return
|
|
1165
|
+
return l();
|
|
1197
1166
|
},
|
|
1198
1167
|
set items(d) {
|
|
1199
|
-
|
|
1168
|
+
l(d), E();
|
|
1200
1169
|
},
|
|
1201
1170
|
get title() {
|
|
1202
|
-
return
|
|
1171
|
+
return y();
|
|
1203
1172
|
},
|
|
1204
1173
|
set title(d) {
|
|
1205
|
-
|
|
1174
|
+
y(d), E();
|
|
1206
1175
|
},
|
|
1207
1176
|
get url() {
|
|
1208
1177
|
return M();
|
|
@@ -1213,28 +1182,28 @@ function ue(e, t) {
|
|
|
1213
1182
|
});
|
|
1214
1183
|
return s(), k;
|
|
1215
1184
|
}
|
|
1216
|
-
|
|
1217
|
-
var
|
|
1218
|
-
function
|
|
1185
|
+
W(le, { items: {}, title: {}, url: {} }, [], [], !0);
|
|
1186
|
+
var Sa = V('<header class="relative z-10 w-full font-sans text-black"><!> <!> <!></header>');
|
|
1187
|
+
function Ca(e, t) {
|
|
1219
1188
|
O(t, !0);
|
|
1220
|
-
const [a, s] =
|
|
1221
|
-
let p =
|
|
1222
|
-
const
|
|
1223
|
-
|
|
1224
|
-
let
|
|
1189
|
+
const [a, s] = vt(), m = () => ft(n, "$headerState", a);
|
|
1190
|
+
let p = A(t, "pageTitle", 7), l = A(t, "pageURL", 7), y = A(t, "variant", 7), M = it(0);
|
|
1191
|
+
const v = 1024, n = Ut({ mode: "mobile", variant: y() });
|
|
1192
|
+
Rt("header-state", n);
|
|
1193
|
+
let o = it(dt([]));
|
|
1225
1194
|
Gt(() => {
|
|
1226
|
-
const
|
|
1195
|
+
const u = () => {
|
|
1227
1196
|
const C = (k) => {
|
|
1228
1197
|
const d = {};
|
|
1229
|
-
for (const
|
|
1230
|
-
|
|
1198
|
+
for (const S of k.attributes)
|
|
1199
|
+
S.name !== "href" && (d[S.name] = S.value);
|
|
1231
1200
|
return {
|
|
1232
1201
|
href: k.getAttribute("href"),
|
|
1233
1202
|
text: k.textContent,
|
|
1234
1203
|
attributes: d
|
|
1235
1204
|
};
|
|
1236
1205
|
};
|
|
1237
|
-
J(
|
|
1206
|
+
J(o, dt(Array.from(t.$$host.children).filter((k) => k.tagName === "A" || k.tagName === "UL").map((k) => {
|
|
1238
1207
|
switch (k.tagName) {
|
|
1239
1208
|
case "A":
|
|
1240
1209
|
return C(k);
|
|
@@ -1246,73 +1215,73 @@ function Na(e, t) {
|
|
|
1246
1215
|
}
|
|
1247
1216
|
}).filter((k) => !!k)));
|
|
1248
1217
|
};
|
|
1249
|
-
|
|
1250
|
-
const
|
|
1251
|
-
return
|
|
1252
|
-
|
|
1218
|
+
u();
|
|
1219
|
+
const L = new MutationObserver(u);
|
|
1220
|
+
return L.observe(t.$$host, { childList: !0, subtree: !0 }), () => {
|
|
1221
|
+
L.disconnect();
|
|
1253
1222
|
};
|
|
1254
|
-
}),
|
|
1223
|
+
}), Ot(() => {
|
|
1255
1224
|
n.set({
|
|
1256
|
-
mode: r(M) >=
|
|
1257
|
-
variant:
|
|
1225
|
+
mode: r(M) >= v ? "desktop" : "mobile",
|
|
1226
|
+
variant: y()
|
|
1258
1227
|
});
|
|
1259
1228
|
});
|
|
1260
|
-
var
|
|
1229
|
+
var h = Sa(), g = $(h);
|
|
1261
1230
|
{
|
|
1262
|
-
var
|
|
1263
|
-
Xt(
|
|
1231
|
+
var _ = (u) => {
|
|
1232
|
+
Xt(u, {});
|
|
1264
1233
|
};
|
|
1265
|
-
|
|
1266
|
-
|
|
1234
|
+
j(g, (u) => {
|
|
1235
|
+
m().mode === "desktop" && y() !== "dual-brand" && u(_);
|
|
1267
1236
|
});
|
|
1268
1237
|
}
|
|
1269
|
-
var c =
|
|
1270
|
-
|
|
1271
|
-
var
|
|
1238
|
+
var c = F(g, 2);
|
|
1239
|
+
re(c, {});
|
|
1240
|
+
var f = F(c, 2);
|
|
1272
1241
|
{
|
|
1273
|
-
var i = (
|
|
1274
|
-
|
|
1242
|
+
var i = (u) => {
|
|
1243
|
+
le(u, {
|
|
1275
1244
|
get title() {
|
|
1276
1245
|
return p();
|
|
1277
1246
|
},
|
|
1278
1247
|
get url() {
|
|
1279
|
-
return
|
|
1248
|
+
return l();
|
|
1280
1249
|
},
|
|
1281
1250
|
get items() {
|
|
1282
|
-
return r(
|
|
1251
|
+
return r(o);
|
|
1283
1252
|
}
|
|
1284
1253
|
});
|
|
1285
1254
|
};
|
|
1286
|
-
|
|
1287
|
-
var
|
|
1288
|
-
(((
|
|
1255
|
+
j(f, (u) => {
|
|
1256
|
+
var L;
|
|
1257
|
+
(((L = r(o)) == null ? void 0 : L.length) > 0 || p()) && u(i);
|
|
1289
1258
|
});
|
|
1290
1259
|
}
|
|
1291
|
-
b(
|
|
1292
|
-
var
|
|
1260
|
+
b(h), ke("innerWidth", (u) => J(M, dt(u))), w(e, h);
|
|
1261
|
+
var x = G({
|
|
1293
1262
|
get pageTitle() {
|
|
1294
1263
|
return p();
|
|
1295
1264
|
},
|
|
1296
|
-
set pageTitle(
|
|
1297
|
-
p(
|
|
1265
|
+
set pageTitle(u) {
|
|
1266
|
+
p(u), E();
|
|
1298
1267
|
},
|
|
1299
1268
|
get pageURL() {
|
|
1300
|
-
return
|
|
1269
|
+
return l();
|
|
1301
1270
|
},
|
|
1302
|
-
set pageURL(
|
|
1303
|
-
|
|
1271
|
+
set pageURL(u) {
|
|
1272
|
+
l(u), E();
|
|
1304
1273
|
},
|
|
1305
1274
|
get variant() {
|
|
1306
|
-
return
|
|
1275
|
+
return y();
|
|
1307
1276
|
},
|
|
1308
|
-
set variant(
|
|
1309
|
-
|
|
1277
|
+
set variant(u) {
|
|
1278
|
+
y(u), E();
|
|
1310
1279
|
}
|
|
1311
1280
|
});
|
|
1312
|
-
return s(),
|
|
1281
|
+
return s(), x;
|
|
1313
1282
|
}
|
|
1314
|
-
customElements.define("uofg-header",
|
|
1315
|
-
|
|
1283
|
+
customElements.define("uofg-header", W(
|
|
1284
|
+
Ca,
|
|
1316
1285
|
{
|
|
1317
1286
|
pageTitle: { attribute: "page-title", reflect: !0 },
|
|
1318
1287
|
pageURL: { attribute: "page-url", reflect: !0 },
|
|
@@ -1323,10 +1292,10 @@ customElements.define("uofg-header", F(
|
|
|
1323
1292
|
!0,
|
|
1324
1293
|
(e) => class extends e {
|
|
1325
1294
|
constructor() {
|
|
1326
|
-
super(),
|
|
1295
|
+
super(), $e(this.shadowRoot);
|
|
1327
1296
|
}
|
|
1328
1297
|
}
|
|
1329
1298
|
));
|
|
1330
1299
|
export {
|
|
1331
|
-
|
|
1300
|
+
Ca as default
|
|
1332
1301
|
};
|