@uoguelph/web-components 1.2.0-rc.9 → 1.2.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.
@@ -1,318 +1,318 @@
1
- import { c as Me, S as Re, i as qe, s as te, r as R, b as ze, e as g, g as y, h as _, j as k, k as h, N as ee, O as De, u as Be, l as We, n as Ie, t as p, o as m, x as E, p as w, P as Qe, Q as B, C as F, R as G, T as se, U as Oe, V as ie, a as Ye, v as C, W as le, X as Ke, Y as Ve, Z as Xe, _ as ne, $ as Pe, F as z, d as j, m as A, q as U, y as H, B as x, a0 as Ge, z as T, A as Y, a1 as K, a2 as q, a3 as V, a4 as X } from "./index-CSn7dBx6.js";
2
- const Ze = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
1
+ import { c as Q, S as Y, i as K, s as D, w as R, b as Oe, e as b, g as x, h as _, j as m, k as h, O as ae, P as Je, u as Pe, l as He, n as Ge, t as g, o as d, z as U, p as v, Q as et, R as I, D as T, T as G, U as ge, V as Ve, W as pe, r as z, v as k, a as tt, x as j, X as ie, d as C, m as N, q as L, Y as lt, Z as nt, _ as rt, $ as ce, F as q, A as V, a0 as De, B as E, C as ee, a1 as te, a2 as W, a3 as le, a4 as ne } from "./index-ClyJk2_i.js";
2
+ const ot = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
3
3
  // @ts-ignore Node typings have this
4
4
  global
5
5
  );
6
- function D(i, e) {
6
+ function X(a, e) {
7
7
  const n = {}, t = {}, l = { $$scope: 1 };
8
- let s = i.length;
8
+ let s = a.length;
9
9
  for (; s--; ) {
10
- const o = i[s], a = e[s];
11
- if (a) {
12
- for (const r in o)
13
- r in a || (t[r] = 1);
14
- for (const r in a)
15
- l[r] || (n[r] = a[r], l[r] = 1);
16
- i[s] = a;
10
+ const r = a[s], i = e[s];
11
+ if (i) {
12
+ for (const o in r)
13
+ o in i || (t[o] = 1);
14
+ for (const o in i)
15
+ l[o] || (n[o] = i[o], l[o] = 1);
16
+ a[s] = i;
17
17
  } else
18
- for (const r in o)
19
- l[r] = 1;
18
+ for (const o in r)
19
+ l[o] = 1;
20
20
  }
21
- for (const o in t)
22
- o in n || (n[o] = void 0);
21
+ for (const r in t)
22
+ r in n || (n[r] = void 0);
23
23
  return n;
24
24
  }
25
- function ae(i) {
26
- return i < 0.5 ? 4 * i * i * i : 0.5 * Math.pow(2 * i - 2, 3) + 1;
25
+ function be(a) {
26
+ return a < 0.5 ? 4 * a * a * a : 0.5 * Math.pow(2 * a - 2, 3) + 1;
27
27
  }
28
- function Je(i) {
29
- const e = i - 1;
28
+ function st(a) {
29
+ const e = a - 1;
30
30
  return e * e * e + 1;
31
31
  }
32
- function et(i, { delay: e = 0, duration: n = 400, easing: t = Je, axis: l = "y" } = {}) {
33
- const s = getComputedStyle(i), o = +s.opacity, a = l === "y" ? "height" : "width", r = parseFloat(s[a]), f = l === "y" ? ["top", "bottom"] : ["left", "right"], u = f.map(
34
- (S) => `${S[0].toUpperCase()}${S.slice(1)}`
35
- ), c = parseFloat(s[`padding${u[0]}`]), d = parseFloat(s[`padding${u[1]}`]), N = parseFloat(s[`margin${u[0]}`]), b = parseFloat(s[`margin${u[1]}`]), v = parseFloat(
36
- s[`border${u[0]}Width`]
37
- ), Q = parseFloat(
38
- s[`border${u[1]}Width`]
32
+ function at(a, { delay: e = 0, duration: n = 400, easing: t = st, axis: l = "y" } = {}) {
33
+ const s = getComputedStyle(a), r = +s.opacity, i = l === "y" ? "height" : "width", o = parseFloat(s[i]), c = l === "y" ? ["top", "bottom"] : ["left", "right"], f = c.map(
34
+ ($) => `${$[0].toUpperCase()}${$.slice(1)}`
35
+ ), u = parseFloat(s[`padding${f[0]}`]), p = parseFloat(s[`padding${f[1]}`]), Z = parseFloat(s[`margin${f[0]}`]), w = parseFloat(s[`margin${f[1]}`]), A = parseFloat(
36
+ s[`border${f[0]}Width`]
37
+ ), J = parseFloat(
38
+ s[`border${f[1]}Width`]
39
39
  );
40
40
  return {
41
41
  delay: e,
42
42
  duration: n,
43
43
  easing: t,
44
- css: (S) => `overflow: hidden;opacity: ${Math.min(S * 20, 1) * o};${a}: ${S * r}px;padding-${f[0]}: ${S * c}px;padding-${f[1]}: ${S * d}px;margin-${f[0]}: ${S * N}px;margin-${f[1]}: ${S * b}px;border-${f[0]}-width: ${S * v}px;border-${f[1]}-width: ${S * Q}px;`
44
+ css: ($) => `overflow: hidden;opacity: ${Math.min($ * 20, 1) * r};${i}: ${$ * o}px;padding-${c[0]}: ${$ * u}px;padding-${c[1]}: ${$ * p}px;margin-${c[0]}: ${$ * Z}px;margin-${c[1]}: ${$ * w}px;border-${c[0]}-width: ${$ * A}px;border-${c[1]}-width: ${$ * J}px;`
45
45
  };
46
46
  }
47
- const tt = (i) => {
47
+ const it = (a) => {
48
48
  const e = function(t) {
49
- i.contains(t.relatedTarget) || i.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1 }));
49
+ a.contains(t.relatedTarget) || a.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1 }));
50
50
  }, n = function(t) {
51
- i.contains(t.relatedTarget) || i.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1 }));
51
+ a.contains(t.relatedTarget) || a.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1 }));
52
52
  };
53
- return i.addEventListener("focusin", n), i.addEventListener("focusout", e), {
53
+ return a.addEventListener("focusin", n), a.addEventListener("focusout", e), {
54
54
  destroy() {
55
- i.removeEventListener("focusin", n), i.removeEventListener("focusout", e);
55
+ a.removeEventListener("focusin", n), a.removeEventListener("focusout", e);
56
56
  }
57
57
  };
58
- }, lt = (i) => ({}), fe = (i) => ({});
59
- function ue(i) {
58
+ }, ct = (a) => ({}), de = (a) => ({});
59
+ function me(a) {
60
60
  let e = (
61
61
  /*as*/
62
- i[2]
62
+ a[2]
63
63
  ), n, t = !1, l, s = (
64
64
  /*as*/
65
- i[2] && J(i)
65
+ a[2] && se(a)
66
66
  );
67
67
  return {
68
68
  c() {
69
- s && s.c(), n = B();
69
+ s && s.c(), n = I();
70
70
  },
71
- m(o, a) {
72
- s && s.m(o, a), k(o, n, a), l = !0;
71
+ m(r, i) {
72
+ s && s.m(r, i), m(r, n, i), l = !0;
73
73
  },
74
- p(o, a) {
74
+ p(r, i) {
75
75
  /*as*/
76
- o[2] ? e ? te(
76
+ r[2] ? e ? D(
77
77
  e,
78
78
  /*as*/
79
- o[2]
80
- ) ? (s.d(1), s = J(o), e = /*as*/
81
- o[2], s.c(), t && (t = !1, p(s)), s.m(n.parentNode, n)) : (t && (t = !1, p(s)), s.p(o, a)) : (s = J(o), e = /*as*/
82
- o[2], s.c(), p(s), s.m(n.parentNode, n)) : e && (t = !0, F(), m(s, 1, 1, () => {
79
+ r[2]
80
+ ) ? (s.d(1), s = se(r), e = /*as*/
81
+ r[2], s.c(), t && (t = !1, g(s)), s.m(n.parentNode, n)) : (t && (t = !1, g(s)), s.p(r, i)) : (s = se(r), e = /*as*/
82
+ r[2], s.c(), g(s), s.m(n.parentNode, n)) : e && (t = !0, T(), d(s, 1, 1, () => {
83
83
  s = null, e = /*as*/
84
- o[2], t = !1;
85
- }), E());
84
+ r[2], t = !1;
85
+ }), U());
86
86
  },
87
- i(o) {
88
- l || (p(s, o), l = !0);
87
+ i(r) {
88
+ l || (g(s, r), l = !0);
89
89
  },
90
- o(o) {
91
- m(s, o), l = !1;
90
+ o(r) {
91
+ d(s, r), l = !1;
92
92
  },
93
- d(o) {
94
- o && w(n), s && s.d(o);
93
+ d(r) {
94
+ r && v(n), s && s.d(r);
95
95
  }
96
96
  };
97
97
  }
98
- function J(i) {
98
+ function se(a) {
99
99
  let e, n, t;
100
100
  const l = (
101
101
  /*#slots*/
102
- i[8].default
103
- ), s = ze(
102
+ a[8].default
103
+ ), s = Oe(
104
104
  l,
105
- i,
105
+ a,
106
106
  /*$$scope*/
107
- i[7],
107
+ a[7],
108
108
  null
109
109
  );
110
- let o = [{ class: (
110
+ let r = [{ class: (
111
111
  /*contentClass*/
112
- i[5]
113
- ) }], a = {};
114
- for (let r = 0; r < o.length; r += 1)
115
- a = G(a, o[r]);
112
+ a[5]
113
+ ) }], i = {};
114
+ for (let o = 0; o < r.length; o += 1)
115
+ i = G(i, r[o]);
116
116
  return {
117
117
  c() {
118
- e = g(
118
+ e = b(
119
119
  /*as*/
120
- i[2]
121
- ), s && s.c(), se(
120
+ a[2]
121
+ ), s && s.c(), ge(
122
122
  /*as*/
123
- i[2]
124
- )(e, a);
123
+ a[2]
124
+ )(e, i);
125
125
  },
126
- m(r, f) {
127
- k(r, e, f), s && s.m(e, null), t = !0;
126
+ m(o, c) {
127
+ m(o, e, c), s && s.m(e, null), t = !0;
128
128
  },
129
- p(r, f) {
130
- s && s.p && (!t || f & /*$$scope*/
131
- 128) && Be(
129
+ p(o, c) {
130
+ s && s.p && (!t || c & /*$$scope*/
131
+ 128) && Pe(
132
132
  s,
133
133
  l,
134
- r,
134
+ o,
135
135
  /*$$scope*/
136
- r[7],
137
- t ? Ie(
136
+ o[7],
137
+ t ? Ge(
138
138
  l,
139
139
  /*$$scope*/
140
- r[7],
141
- f,
140
+ o[7],
141
+ c,
142
142
  null
143
- ) : We(
143
+ ) : He(
144
144
  /*$$scope*/
145
- r[7]
145
+ o[7]
146
146
  ),
147
147
  null
148
- ), se(
148
+ ), ge(
149
149
  /*as*/
150
- r[2]
151
- )(e, a = D(o, [
152
- (!t || f & /*contentClass*/
150
+ o[2]
151
+ )(e, i = X(r, [
152
+ (!t || c & /*contentClass*/
153
153
  32) && { class: (
154
154
  /*contentClass*/
155
- r[5]
155
+ o[5]
156
156
  ) }
157
157
  ]));
158
158
  },
159
- i(r) {
160
- t || (p(s, r), r && Oe(() => {
161
- t && (n || (n = ie(
159
+ i(o) {
160
+ t || (g(s, o), o && Ve(() => {
161
+ t && (n || (n = pe(
162
162
  e,
163
163
  /*transition*/
164
- i[3],
165
- { duration: 200, easing: ae },
164
+ a[3],
165
+ { duration: 200, easing: be },
166
166
  !0
167
167
  )), n.run(1));
168
168
  }), t = !0);
169
169
  },
170
- o(r) {
171
- m(s, r), r && (n || (n = ie(
170
+ o(o) {
171
+ d(s, o), o && (n || (n = pe(
172
172
  e,
173
173
  /*transition*/
174
- i[3],
175
- { duration: 200, easing: ae },
174
+ a[3],
175
+ { duration: 200, easing: be },
176
176
  !1
177
177
  )), n.run(0)), t = !1;
178
178
  },
179
- d(r) {
180
- r && w(e), s && s.d(r), r && n && n.end();
179
+ d(o) {
180
+ o && v(e), s && s.d(o), o && n && n.end();
181
181
  }
182
182
  };
183
183
  }
184
- function nt(i) {
185
- let e, n, t, l, s, o;
186
- const a = (
184
+ function ft(a) {
185
+ let e, n, t, l, s, r;
186
+ const i = (
187
187
  /*#slots*/
188
- i[8].button
189
- ), r = ze(
190
- a,
188
+ a[8].button
189
+ ), o = Oe(
191
190
  i,
191
+ a,
192
192
  /*$$scope*/
193
- i[7],
194
- fe
193
+ a[7],
194
+ de
195
195
  );
196
- let f = (
196
+ let c = (
197
197
  /*open*/
198
- i[0] && ue(i)
198
+ a[0] && me(a)
199
199
  );
200
200
  return {
201
201
  c() {
202
- e = g("div"), n = g("button"), r && r.c(), t = y(), f && f.c(), _(
202
+ e = b("div"), n = b("button"), o && o.c(), t = x(), c && c.c(), _(
203
203
  n,
204
204
  "class",
205
205
  /*buttonClass*/
206
- i[4]
206
+ a[4]
207
207
  ), _(n, "aria-haspopup", "true"), _(
208
208
  n,
209
209
  "aria-expanded",
210
210
  /*open*/
211
- i[0]
211
+ a[0]
212
212
  ), _(
213
213
  e,
214
214
  "class",
215
215
  /*className*/
216
- i[1]
216
+ a[1]
217
217
  ), _(e, "tabindex", "-1");
218
218
  },
219
- m(u, c) {
220
- k(u, e, c), h(e, n), r && r.m(n, null), h(e, t), f && f.m(e, null), l = !0, s || (o = [
221
- ee(
219
+ m(f, u) {
220
+ m(f, e, u), h(e, n), o && o.m(n, null), h(e, t), c && c.m(e, null), l = !0, s || (r = [
221
+ ae(
222
222
  n,
223
223
  "click",
224
224
  /*click_handler*/
225
- i[9]
225
+ a[9]
226
226
  ),
227
- ee(
227
+ ae(
228
228
  e,
229
229
  "focusoutside",
230
230
  /*focusoutside_handler*/
231
- i[10]
231
+ a[10]
232
232
  ),
233
- De(tt.call(null, e))
233
+ Je(it.call(null, e))
234
234
  ], s = !0);
235
235
  },
236
- p(u, [c]) {
237
- r && r.p && (!l || c & /*$$scope*/
238
- 128) && Be(
239
- r,
240
- a,
241
- u,
236
+ p(f, [u]) {
237
+ o && o.p && (!l || u & /*$$scope*/
238
+ 128) && Pe(
239
+ o,
240
+ i,
241
+ f,
242
242
  /*$$scope*/
243
- u[7],
244
- l ? Ie(
245
- a,
243
+ f[7],
244
+ l ? Ge(
245
+ i,
246
246
  /*$$scope*/
247
- u[7],
248
- c,
249
- lt
250
- ) : We(
247
+ f[7],
248
+ u,
249
+ ct
250
+ ) : He(
251
251
  /*$$scope*/
252
- u[7]
252
+ f[7]
253
253
  ),
254
- fe
255
- ), (!l || c & /*buttonClass*/
254
+ de
255
+ ), (!l || u & /*buttonClass*/
256
256
  16) && _(
257
257
  n,
258
258
  "class",
259
259
  /*buttonClass*/
260
- u[4]
261
- ), (!l || c & /*open*/
260
+ f[4]
261
+ ), (!l || u & /*open*/
262
262
  1) && _(
263
263
  n,
264
264
  "aria-expanded",
265
265
  /*open*/
266
- u[0]
266
+ f[0]
267
267
  ), /*open*/
268
- u[0] ? f ? (f.p(u, c), c & /*open*/
269
- 1 && p(f, 1)) : (f = ue(u), f.c(), p(f, 1), f.m(e, null)) : f && (F(), m(f, 1, 1, () => {
270
- f = null;
271
- }), E()), (!l || c & /*className*/
268
+ f[0] ? c ? (c.p(f, u), u & /*open*/
269
+ 1 && g(c, 1)) : (c = me(f), c.c(), g(c, 1), c.m(e, null)) : c && (T(), d(c, 1, 1, () => {
270
+ c = null;
271
+ }), U()), (!l || u & /*className*/
272
272
  2) && _(
273
273
  e,
274
274
  "class",
275
275
  /*className*/
276
- u[1]
276
+ f[1]
277
277
  );
278
278
  },
279
- i(u) {
280
- l || (p(r, u), p(f), l = !0);
279
+ i(f) {
280
+ l || (g(o, f), g(c), l = !0);
281
281
  },
282
- o(u) {
283
- m(r, u), m(f), l = !1;
282
+ o(f) {
283
+ d(o, f), d(c), l = !1;
284
284
  },
285
- d(u) {
286
- u && w(e), r && r.d(u), f && f.d(), s = !1, Qe(o);
285
+ d(f) {
286
+ f && v(e), o && o.d(f), c && c.d(), s = !1, et(r);
287
287
  }
288
288
  };
289
289
  }
290
- function rt(i, e, n) {
291
- let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open: o = !1 } = e, { as: a = "div" } = e, { transition: r = et } = e, { buttonClass: f = "" } = e, { contentClass: u = "" } = e, { autoCollapse: c = !0 } = e;
292
- const d = (b) => {
293
- n(0, o = !o), b.target.focus();
294
- }, N = () => {
295
- c && n(0, o = !1);
290
+ function ut(a, e, n) {
291
+ let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open: r = !1 } = e, { as: i = "div" } = e, { transition: o = at } = e, { buttonClass: c = "" } = e, { contentClass: f = "" } = e, { autoCollapse: u = !0 } = e;
292
+ const p = (w) => {
293
+ n(0, r = !r), w.target.focus();
294
+ }, Z = () => {
295
+ u && n(0, r = !1);
296
296
  };
297
- return i.$$set = (b) => {
298
- "class" in b && n(1, s = b.class), "open" in b && n(0, o = b.open), "as" in b && n(2, a = b.as), "transition" in b && n(3, r = b.transition), "buttonClass" in b && n(4, f = b.buttonClass), "contentClass" in b && n(5, u = b.contentClass), "autoCollapse" in b && n(6, c = b.autoCollapse), "$$scope" in b && n(7, l = b.$$scope);
297
+ return a.$$set = (w) => {
298
+ "class" in w && n(1, s = w.class), "open" in w && n(0, r = w.open), "as" in w && n(2, i = w.as), "transition" in w && n(3, o = w.transition), "buttonClass" in w && n(4, c = w.buttonClass), "contentClass" in w && n(5, f = w.contentClass), "autoCollapse" in w && n(6, u = w.autoCollapse), "$$scope" in w && n(7, l = w.$$scope);
299
299
  }, [
300
- o,
301
- s,
302
- a,
303
300
  r,
301
+ s,
302
+ i,
303
+ o,
304
+ c,
304
305
  f,
305
306
  u,
306
- c,
307
307
  l,
308
308
  t,
309
- d,
310
- N
309
+ p,
310
+ Z
311
311
  ];
312
312
  }
313
- class P extends Re {
313
+ class P extends Y {
314
314
  constructor(e) {
315
- super(), qe(this, e, rt, nt, te, {
315
+ super(), K(this, e, ut, ft, D, {
316
316
  class: 1,
317
317
  open: 0,
318
318
  as: 2,
@@ -365,156 +365,225 @@ class P extends Re {
365
365
  this.$$set({ autoCollapse: e }), R();
366
366
  }
367
367
  }
368
- Me(P, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" } }, ["button", "default"], [], !0);
369
- const { window: He } = Ze;
370
- function ce(i, e, n) {
371
- const t = i.slice();
368
+ Q(P, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" } }, ["button", "default"], [], !0);
369
+ function _t(a) {
370
+ let e, n, t, l;
371
+ return {
372
+ c() {
373
+ e = z("svg"), n = z("g"), t = z("path"), l = z("path"), _(t, "d", "M223.87 71.503c-2.899.217-5.81.227-8.71.03-1.23-.07-1.43-.07-1.51 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.21.26 2.72 1.11 2.72 4.51l.01 6.43H202.6l-.01-7.96c0-2.05 1.13-2.46 1.88-2.73.36-.13.64-.23.64-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.27-.11-.39-.1-3.56.32-6.38.13-7.89.02-.95-.06-1.11-.07-1.19 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.19.26 2.69 1.1 2.69 4.51l.02 20.68c0 2.05-1.31 2.46-2.18 2.74-.43.13-.74.23-.74.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.55-.32 6.59-.13 8.23-.03l1.03.05c.18 0 .25-.02.29-.05.08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.01-10.13h13.52l.01 11.67c0 2.05-1.18 2.47-1.97 2.74-.37.13-.67.23-.67.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.54-.32 6.7-.13 8.39-.03 1.12.07 1.3.07 1.38 0 .08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.03-20.68c0-2.05 1.41-2.46 2.34-2.73.46-.13.79-.23.79-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.13-.26-.13-.38-.12ZM75.39 92.043h.14c1.83 0 4.16 1.14 4.16 2.03v7.43l-.01.03c-.15.93-1.04 3.96-6.01 3.96h-.27c-6.34 0-9.27-3.61-10.61-6.67-3.1-7.05-.75-17.23 3.42-21.62 1.41-1.48 4.78-3.76 11.57-2.39 3.91.79 5.17 6.69 5.18 6.75l.02.11 1.46-.49.3-10.34-.02-.03c-.54-.73-1.43-.38-2.29-.04-.55.22-1.12.45-1.61.43-4.4-.9-15.18-2.15-20.31 5.73-5.35 7.02-6.38 17.7-2.46 25.38 2.62 5.14 7.02 7.95 12.41 7.95h.38c3.45 0 3.45 0 6.38-1.91l.36-.24c1.66-1.08 7.89-3.38 7.95-3.4l.07-.03v-10.47c0-1.75 3.02-2.45 3.05-2.46l.07-.02.16-1.47h-13l-.49 1.78Zm43.26-20.81c-2.23.21-5.93.09-8.15.02-1.96-.06-1.97-.05-2.03.01-.05.05-.53.54-.43.83.02.07.09.16.28.19 1.59.2 4.26 1.22 4.21 3.8l-.14 16.16a6.291 6.291 0 0 1-3.4 5.65 8.4 8.4 0 0 1-8.26-.04c-2.22-1.37-3.37-3.85-3.24-7l.02-14.85c0-2.22 1.24-2.67 2.06-2.96.39-.14.7-.25.7-.53 0-.22.06-.42.11-.61.07-.24.12-.43.01-.56-.1-.11-.27-.11-.4-.1-3.62.34-7.03.14-8.86.03-1.23-.07-1.43-.08-1.51 0-.08.08-.8.82-.66 1.25.03.1.13.22.39.26 2.13.27 3.22 1.1 3.22 4.88l-.03 15.45c.04 3 1.29 5.55 3.63 7.38a12.768 12.768 0 0 0 7.74 2.52h.1c5.78-.04 11.6-3.69 11.57-11.75-.01-2.7.16-16.36.16-16.5 0-1.38 1.4-1.81 2.33-2.1.49-.15.78-.24.78-.45 0-.13.03-.27.06-.39.05-.2.09-.38-.01-.49-.04-.08-.13-.11-.25-.1Zm49.72 23.14c0 .02-.45 1.91-1.87 3.4a5.292 5.292 0 0 1-2.82 1.49c-3.03.61-6.82.85-8.38-.3a1.797 1.797 0 0 1-.75-1.29c-.07-.71-.02-21.51-.02-21.72 0-2.05 1.52-2.47 2.52-2.74.49-.13.84-.23.84-.5 0-.2.05-.39.1-.56.06-.23.11-.41.01-.53-.09-.11-.26-.11-.37-.1-3.33.31-7.09.13-9.1.03-1.51-.07-1.69-.07-1.76 0-.08.08-.75.77-.61 1.17.03.09.12.21.36.24 2.03.25 3.13 1.05 3.13 4.53l.01 17.51c0 6.15-2.81 6.39-2.84 6.39l-.14.01.38 1.13h.08c.14 0 13.96-.46 17.78-.16l1.01.09c.55.05 1 .1 1.37.1.71 0 1.15-.16 1.43-.71.47-.94.77-7.33.78-7.6l.01-.13-1.13.18-.02.07Zm22.62-21.3c-2.69-2.16-9.17-1.66-14.39-1.26-1.58.12-3.08.24-4.23.25-.92-.05-1.01-.04-1.07.02-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.28.27 2.86 1.2 2.86 4.51l.02 19.83c0 2.06-1.24 2.54-2.06 2.86-.4.16-.69.27-.69.53 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.52-.31 7.02-.13 8.91-.03.67.04 1.05.05 1.27.05.22 0 .28-.02.32-.05.09-.08.8-.93.64-1.4-.03-.1-.13-.24-.38-.26-2.16-.26-3.49-1.1-3.49-4.52l-.01-7.58c0-.28.07-.49.19-.6.08-.07.17-.1.29-.1l1.17.08c2.84.22 7.13.54 9.88-1.23a8.982 8.982 0 0 0 4.07-7.36 7.502 7.502 0 0 0-3.32-6.34Zm-5.32 12.41c-.74.35-1.6.53-2.55.53h-.03c-2.68-.01-3.68-.53-4.05-.96-.22-.26-.19-.47-.19-.49v-9.94c5.24-1.02 9.01.31 10.08 3.56a6.2 6.2 0 0 1-3.26 7.3Zm-41.49 8.66c-.36-.08-.77.3-1.26 1.15-.23.39-.42.77-.6 1.14-.95 1.9-1.63 3.28-6.08 3.28-5.31 0-6.98-.28-7.13-2.06-.15-1.77-.01-10.42 0-11.04.11-.14.78-.85 2.51-.85h3.07c.03 0 2.71.25 3.29 3.15.05.23.17.32.27.34.4.12 1.07-.53 1.14-.6l.03-.03v-6.23a.9.9 0 0 0-.42-.56c-.22-.12-.48-.12-.78-.02l-.05.02-.02.05c-.37 1.29-1.61 1.35-3.77 1.35-2.03 0-4.69.36-5.28.45v-9.01h8.36c.03 0 3.47.19 4.21 3.15.3 1.2.71 1.53 1 1.6.23.06.46-.03.66-.25.4-.46.62-1.48.23-2.49-.75-1.96-.76-5.32-.76-5.35v-.12l-2.34.24h-18.48c-.9 0-1.48.21-1.71.61-.28.49.06 1.06.08 1.09l.03.05h.06c.01 0 1.43-.04 2.54 1.03.9.86 1.35 2.19 1.35 3.95l.02 19.48c0 2.18-1.26 2.71-2.09 3.07-.32.14-.58.24-.67.42-.37.68-.45 1.01-.33 1.21.12.2.43.19.85.18l.34-.01c.12 0 11.68-.3 18.38 0 .24.01.5.07.78.13.31.07.65.15.96.15.44 0 .84-.14 1.12-.64.73-1.27 1.08-6.59 1.09-6.84.02-.11-.09-1.08-.6-1.19Zm-112.71-2.48a2.7 2.7 0 0 0 1.63.49c.64 0 1.27-.16 1.78-.31 2.22-.67 4.81-4.4 4.81-8.21 0-2.16-.77-3.56-2.18-3.93-1.92-.51-4.54 1.08-5.98 3.61-.66 1.17-1.45 2.88-1.44 4.4.03 1.97.49 3.3 1.38 3.95Zm1.87-7.19c.69-1.26 1.56-2.12 2.41-2.36.16-.04.31-.07.46-.07.25 0 .49.06.7.19 1.05.6.85 3.15-.04 4.74-.92 1.64-1.85 2.76-3.39 2.89-.42.03-.74-.11-.95-.43-.59-.9-.24-3.03.81-4.96Z"), _(l, "d", "M54.37 70.083a1.75 1.75 0 0 0-1.3-.22c-5.09.98-7.12 5.32-8.59 10.12-.76.01-1.57-.01-2.44-.06a.37.37 0 0 0-.3.14.37.37 0 0 0-.06.32l.16.51c.16.49.61.82 1.12.82h1.01l-.36 1.29c-1.78 6.44-4.08 12.88-11.28 12.12-.17-.02-.38-.1-.49.02a.52.52 0 0 0-.14.46l.06.38c.03.17.17.3.35.34 4.6 1.11 8.46-1.54 10.22-3.88 1.93-2.56 3.11-6.01 3.94-9.51l.29-1.22c2.76-.03 3.05.16 3.23.28.11.08.2.12.48.12.08 0 .15-.04.19-.1a.23.23 0 0 0 .04-.21l-.35-1.09a1.1 1.1 0 0 0-1.05-.76l-2.09.01c.91-3.38 2.09-6.26 4.64-7.44h.01l.03-.01c.6-.29.85-.26.95-.18.19.14.12.62.05 1.04-.08.51-.16 1.04.14 1.26.24.18.66.1 1.33-.23l.05-.02.64-3.46v-.02a1.19 1.19 0 0 0-.48-.82Zm-17.48-38.41c-2.72.26-7.37.11-10.15.03-2.33-.07-2.48-.07-2.54 0-.08.08-.64.76-.51 1.13.03.09.11.19.31.22.97.12 2.43.5 3.6 1.21 1.47.88 2.2 2.05 2.18 3.47l.02 20.02a8.34 8.34 0 0 1-4.62 7.34 10.58 10.58 0 0 1-10.28-.61c-2.85-1.88-4.28-5.03-4.03-8.86l.02-18.32c0-2.74 1.66-3.39 2.76-3.82.52-.2.89-.35.89-.67 0-.3.09-.52.15-.69.06-.16.11-.28.03-.38-.08-.1-.24-.1-.49-.08-4.43.42-8.59.17-10.83.04-1.47-.09-1.74-.1-1.83-.01a1.192 1.192 0 0 1-.11.1c-.39.35-.79.75-.69 1.06.05.15.2.24.46.27 2.66.33 4.01 1.35 4.01 6l-.04 19.47a11.16 11.16 0 0 0 5.99 10.04 15.78 15.78 0 0 0 7.52 1.83c3.03 0 6.09-.79 8.6-2.35 4.23-2.63 6.43-7.03 6.21-12.4-.14-3.3-.06-19.76-.05-19.93 0-1.71 1.66-2.24 2.76-2.6.56-.18.9-.29.9-.52 0-.17.04-.32.08-.46.05-.19.09-.34 0-.45-.08-.09-.22-.09-.32-.08Zm31.25.33c-2.11.2-5.62.09-7.71.02-1.86-.06-1.87-.05-1.93.01-.08.08-.51.71-.4 1.04.04.11.13.18.26.19 1.59.2 4.26.84 4.26 2.9l-.04 18.56c-.39-.34-1.81-2.07-6.57-8.89-4.45-6.37-9.53-13.91-9.59-13.99l-.04-.06-.07.03c-.03.01-.89.29-6.41-.16h-.04l-.03.02c-.19.13-1.13.82-1.02 1.23.04.15.19.23.45.25 3.89.32 3.87 1.6 3.84 5.01l-.01 1.12-.03 19.66c0 1.31-1.77 1.88-2.83 2.22-.61.2-.92.3-.92.49 0 .11-.02.25-.05.41-.06.33-.11.65.03.8.04.04.11.09.22.08 2.11-.2 5.9-.09 8.17-.02 2.05.06 2.06.05 2.12 0 .1-.1.51-.83.39-1.18a.3.3 0 0 0-.25-.2c-1.53-.19-4.11-.82-4.11-2.9l-.02-18.38c1.67 2.12 14.64 18.74 16.1 23.73.01.03.2.69.64.79l.11.01c.21 0 .42-.13.65-.38.4-.46.61-.54.84-.63.12-.05.25-.1.41-.2.57-.36.58-.64.62-1.26v-.05l-.02-26.53c0-1.31 1.45-1.9 2.41-2.29.51-.2.79-.32.79-.51 0-.12.03-.25.06-.37.05-.2.09-.37-.01-.48-.06-.08-.15-.1-.27-.09Zm190.77.11c-2.24.21-5.84.09-8 .02-1.82-.06-1.9-.05-1.96 0-.05.05-.52.54-.42.83.02.07.09.16.28.18h.32a3.37 3.37 0 0 1 2.69 1.82c.29.66.24 1.37-.14 2.06l-5.87 9.71-5.32-9.2c-.66-1.32-.78-2.62-.33-3.47.31-.58.85-.92 1.61-1.01l.59-.01c.19-.02.26-.12.29-.19.11-.31-.4-.82-.45-.88-.06-.06-.15-.07-2.25 0-2.45.07-6.55.2-8.95-.03-.16-.01-.27.02-.33.1-.11.14-.04.37.06.66l.05.16c.05.16.24.2.52.27.65.15 1.86.42 2.87 2.4l8.42 15.59.07 6.72c-.02 2.86-1.3 3.1-2.06 3.24-.33.06-.62.12-.62.4 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.85-.36 6.9-.14 8.55-.03.51.04.82.06 1 .06.18 0 .24-.02.28-.06.03-.03.84-.85.69-1.3-.05-.15-.18-.23-.4-.26-2.34-.29-2.96-1.34-3-5.07l.02-6.27 8.15-14.59a4.48 4.48 0 0 1 2.93-1.99c.4-.11.64-.17.64-.37 0-.13.04-.26.07-.38.04-.16.08-.29 0-.39-.08-.05-.21-.05-.29-.04Zm-56.72 29.22c-2.04-.25-3.14-1.05-3.14-4.51l-.03-20.51c0-2.05 1.36-2.51 2.26-2.82.44-.15.75-.26.75-.52 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.31.31-7 .13-8.97.03-1.47-.07-1.65-.07-1.72 0-.08.08-.74.76-.61 1.16.03.09.12.21.36.24 1.83.23 4 1.26 4 4.88l.02 20.25c0 2.05-1.25 2.46-2.07 2.74-.39.13-.7.23-.7.49 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.35-.31 6.5-.13 8.19-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.74-.76.61-1.16-.03-.09-.11-.21-.35-.24Zm-21.78-17.36c-.55-.07-1.2-.17-1.83-.36-1.75-.53-4.74-1.82-5.21-4.44-.08-.45-.06-.92.06-1.42.47-1.98 2.52-4.07 6.74-3.44 4.01.6 6.03 3.03 6.01 5.18 0 .1.09.17.18.14l1.15-.34a.28.28 0 0 0 .21-.31 45.093 45.093 0 0 1-.43-4.05c0-.9.24-2.21.38-2.91.15-.73-.06-.56-.06-.56-1.01.52-2.81.26-4.71-.01-1.35-.2-2.74-.4-3.85-.3-6.38.3-9.96 4.51-10.21 8.51a7.117 7.117 0 0 0 1.81 5.22c1.44 1.62 3.65 2.73 6.39 3.21 4.42.97 6.92 2.06 7.48 5.09a5.61 5.61 0 0 1-.19 2.79c-1.2 3.54-4.86 4.11-7.89 3.45-5.15-1.11-7.06-4.52-6.85-7.49 0-.06-.05-.1-.1-.08l-1.51.51a.2.2 0 0 0-.14.21c.17 1.52.35 4.23.03 5.51-.09.37.1.88.53 1.44 1.41 1.81 4.06 3.48 8.5 3.48l.46.01c7.8 0 11.72-4.79 12.07-9.32.31-4.22-2.35-8.84-9.02-9.72Zm48.36-12.05c-.18-.19-.44-.27-.81-.25-.38.02-.86.14-1.47.37-.12.04-.25.07-.37.07h-18.08a.966.966 0 0 1-.37-.07c-1.17-.43-1.83-.49-2.2-.2-.28.22-.39.63-.32 1.29.08.81.04 3.31.01 4.81l-.01 1.04c0 .97.32 1.19.58 1.22.48.05 1.04-.64 1.14-1.2.67-4.02 2.41-3.98 5.29-3.9l1.31.02c1.05 0 1.41.95 1.41 1.39l.01 20.68c0 2.36-1.51 3.03-2.52 3.47-.47.21-.82.36-.82.64 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.82-.36 7.51-.15 9.49-.03.68.04 1.07.06 1.3.06.22 0 .29-.02.33-.06.03-.03.85-.86.69-1.31-.05-.15-.18-.23-.4-.26-2.25-.28-3.56-1.18-3.6-4.98v-19.47c0-.56.39-1.46 1.42-1.46l1.31-.02h.14c2.73-.07 4.11-.11 4.78 3.9.06.33.27.7.54.95.26.23.53.31.75.21.28-.13.43-.52.43-1.18l-.01-1.04c-.02-1.5-.07-4 .01-4.81.05-.58-.02-.96-.25-1.2Zm-117.3-.08c-2.09.2-5.38.09-7.34.02-1.72-.06-1.73-.05-1.78.01-.09.09-.5.74-.39 1.07.04.11.13.18.26.19h.3c.13 0 .24.01.34.04 2.09.5 2.57 3.23 2.12 5.56-.13.68-.35 1.39-.67 2.19l-5.39 13.52-6.32-15.09c-.7-1.83-1.28-3.68-.7-4.79.31-.59.94-.99 1.91-1.23l.69-.09c.13-.02.23-.09.26-.2.12-.35-.32-1.04-.42-1.13-.06-.06-.07-.07-2.26 0-2.42.07-6.48.18-8.71-.02-.12-.01-.2.02-.26.08-.11.12-.06.33-.01.56.03.14.06.28.06.4 0 .19.2.29.54.47.59.31 1.57.83 2.29 2.19 1.01 1.9 11.24 27.73 11.34 27.99.2.63.44.96.72.97h.02c.24 0 .45-.22.64-.66l1.45-3.97c2.76-7.57 8.51-23.33 9.22-24.71a4.195 4.195 0 0 1 1.86-1.94c.25-.14.42-.23.42-.41 0-.11.03-.25.05-.38.05-.24.09-.44-.02-.56-.03-.06-.11-.09-.22-.08Zm26.02 22.93c-.29-.11-.68.12-1.2.71-.12.14-.23.36-.36.65-.58 1.27-1.67 3.64-6.62 3.76-5.36.13-6.96-.33-7.1-2.05-.14-1.73-.01-10.14 0-11 1.96-.59 5.7-.99 5.73-.99 2.21-.1 3 2.33 3.12 3.28.05.44.24.59.38.65.19.08.43.02.64-.16.25-.21.47-.6.4-.98-.08-.39-.02-1.28.05-2.32.14-2.03.29-4.34-.44-4.69-.26-.13-.59-.01-1.01.38-.57.85-1.3 1.49-3 1.8-1.51.28-5.19.56-5.86.61v-9.43c1.05.14 2.34.06 3.7-.03 3.57-.23 7.62-.49 9.13 3.16.36 1.14.73 1.31.98 1.25.49-.12.78-1.29.59-2.37-.38-2.07-.76-5.32-.77-5.36l-.02-.14-.12.06c-.56.28-11 .24-16.61.22h-3.96c-1.45 0-1.63 1.45-1.63 1.47l-.01.11h.11c.02.01 1.43 0 2.54 1.09.89.88 1.34 2.22 1.34 3.97l-.07 19.35c0 2.05-1.42 2.57-2.36 2.91-.45.16-.78.28-.78.54 0 .64.64 1.48 1.32 1.48h18.29c.26 0 .58.08.92.16.37.09.74.17 1.06.17.22 0 .41-.04.56-.15a.783.783 0 0 0 .31-.58c.18-1.42 1.06-6.68 1.07-6.75.02-.07.02-.65-.32-.78Zm-55.71 6.63c-2.33-.29-3.16-1.5-3.16-4.64l-.03-20.62c0-2.06 1.37-2.47 2.27-2.74.44-.13.76-.23.76-.49 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.33.31-7.03.13-9.02.03-1.48-.07-1.65-.07-1.73 0-.08.08-.75.76-.61 1.16.03.09.12.21.36.24 1.84.23 4.02 1.26 4.02 4.89l.04 20.24c0 2.06-1.25 2.53-2.08 2.83-.4.15-.7.26-.7.52 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.36-.32 6.53-.13 8.23-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.75-.77.61-1.16-.03-.09-.12-.2-.36-.23Zm61.64-24.69c.02.68.14 22.03.14 22.24-.12 1.84-1.44 2.23-2.31 2.49-.43.13-.75.22-.75.47 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.66-.12 8.52-.03 1.38.07 1.53.07 1.61 0 .07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-1.98-.24-3.29-1.03-3.29-4.12v-10.03c1.25.14 1.86-.04 2.35.07 1.47.33 3.44 1.9 5.81 6.12.66 1.17 3.73 6.59 3.59 7.42-.06.35-.55.4-.89.45-.29.05-.56.09-.56.32 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.58-.12 8.44-.03.69.03.04.05.26.05s.28-.02.32-.05c.07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-2.04-.24-2.68-1.13-4.98-4.08-.61-.88-1.2-1.79-1.77-2.68-1.84-2.87-3.34-6.42-5.42-8 3.1-.31 4.53-2.03 5.55-3.23a8.04 8.04 0 0 0 1.89-5.57 6.532 6.532 0 0 0-1.95-4.4 7.24 7.24 0 0 0-5.33-1.78c-3.2.11-10.31.02-13.73-.23-.95-.07-1.61-.04-1.99.3-.24.22-.35.56-.35 1.07v.09l.09.01c-.01.02 3.68.53 3.75 3.55Zm4.41-1.92 4.1-.21c2.46-.21 4.53.79 5.55 2.67a4.762 4.762 0 0 1-.38 5.21c-1.66 2.13-5.04 2.75-9.27 1.7v-9.37Z"), _(n, "fill", "#fff"), _(e, "xmlns", "http://www.w3.org/2000/svg"), _(e, "xml:space", "preserve"), _(e, "viewBox", "0 0 260 141");
374
+ },
375
+ m(s, r) {
376
+ m(s, e, r), h(e, n), h(n, t), h(n, l);
377
+ },
378
+ p: k,
379
+ i: k,
380
+ o: k,
381
+ d(s) {
382
+ s && v(e);
383
+ }
384
+ };
385
+ }
386
+ class Qe extends Y {
387
+ constructor(e) {
388
+ super(), K(this, e, null, _t, D, {});
389
+ }
390
+ }
391
+ Q(Qe, {}, [], [], !0);
392
+ function ht(a) {
393
+ let e, n, t;
394
+ return {
395
+ c() {
396
+ e = z("svg"), n = z("path"), t = z("path"), _(n, "d", "M0 0h100v100H0V0z"), _(t, "fill", "#fff"), _(t, "d", "M74.6 54.9l-.7 2c2.4 0 5.6 1.4 5.6 2.9v9.5c0-.2-.2 5.4-7.8 5.4-13.7 0-15.6-10-15.6-20 0-6.7 2.4-13 5.8-17 3.4-3.8 9.8-3.6 15-3 5 .4 6.8 8.7 6.8 8.7l1.7-.5.2-13.2s-.7-.7-1.2-.5c-.5.3-2.4 1-3.7 1-1 0-4.6-.7-8.3-.7-6.6 0-13 1.4-17.8 8a32 32 0 00-3.4 6.1V28c0-8 4.1-6.3 4.6-7 .5-1.3.5-1.3-.2-1.5H39.9s-2 1.4-.7 1.4c5.4.5 7.6 2.5 7.6 7.4v25.4c0 6.6-5.1 10.5-12.5 10.5C27 64.2 22 59.5 22 51.5v-23c0-8 4.1-6.6 4.4-7.6.7-1 .7-1.2 0-1.2 0 0-9.3.5-16.2 0 0 0-2 1.5-.7 1.5 5.4.5 5.4 2.9 5.4 8v26.2s-.5 13.9 17.8 13.9c7.8 0 12.5-3.2 15-6.4l1.1-1.7c.3 2.5.8 5 1.5 7.1 3 9.6 14 12.2 17.6 12.2 4.6 0 4.6 0 8.8-2.9 2.2-1.2 10.2-4.4 10.2-4.4V59.8c0-2.2 4-3.2 4-3.2l.2-1.7H74.6z"), _(e, "xmlns", "http://www.w3.org/2000/svg"), _(e, "viewBox", "0 0 100 100");
397
+ },
398
+ m(l, s) {
399
+ m(l, e, s), h(e, n), h(e, t);
400
+ },
401
+ p: k,
402
+ i: k,
403
+ o: k,
404
+ d(l) {
405
+ l && v(e);
406
+ }
407
+ };
408
+ }
409
+ class Ye extends Y {
410
+ constructor(e) {
411
+ super(), K(this, e, null, ht, D, {});
412
+ }
413
+ }
414
+ Q(Ye, {}, [], [], !0);
415
+ function gt(a) {
416
+ let e, n, t;
417
+ return {
418
+ c() {
419
+ e = z("svg"), n = z("path"), t = z("path"), _(n, "d", "M23.131 0l44.847 90H0V0"), _(n, "fill", "#c20430"), _(t, "d", "M23.131 0l16.03 32.044L55.1 0"), _(t, "fill", "#ffc500"), _(e, "viewBox", "0 0 68 90"), _(e, "xmlns", "http://www.w3.org/2000/svg");
420
+ },
421
+ m(l, s) {
422
+ m(l, e, s), h(e, n), h(e, t);
423
+ },
424
+ p: k,
425
+ i: k,
426
+ o: k,
427
+ d(l) {
428
+ l && v(e);
429
+ }
430
+ };
431
+ }
432
+ class Ke extends Y {
433
+ constructor(e) {
434
+ super(), K(this, e, null, gt, D, {});
435
+ }
436
+ }
437
+ Q(Ke, {}, [], [], !0);
438
+ const { window: Xe } = ot;
439
+ function ve(a, e, n) {
440
+ const t = a.slice();
372
441
  return t[13] = e[n], t;
373
442
  }
374
- function _e(i, e, n) {
375
- const t = i.slice();
443
+ function we(a, e, n) {
444
+ const t = a.slice();
376
445
  return t[16] = e[n], t;
377
446
  }
378
- function he(i, e, n) {
379
- const t = i.slice();
447
+ function $e(a, e, n) {
448
+ const t = a.slice();
380
449
  return t[13] = e[n], t;
381
450
  }
382
- function ge(i, e, n) {
383
- const t = i.slice();
451
+ function ke(a, e, n) {
452
+ const t = a.slice();
384
453
  return t[16] = e[n], t;
385
454
  }
386
- function pe(i, e, n) {
387
- const t = i.slice();
455
+ function ye(a, e, n) {
456
+ const t = a.slice();
388
457
  return t[13] = e[n], t;
389
458
  }
390
- function be(i, e, n) {
391
- const t = i.slice();
459
+ function xe(a, e, n) {
460
+ const t = a.slice();
392
461
  return t[16] = e[n], t;
393
462
  }
394
- function de(i, e, n) {
395
- const t = i.slice();
463
+ function Ce(a, e, n) {
464
+ const t = a.slice();
396
465
  return t[16] = e[n], t;
397
466
  }
398
- function me(i, e, n) {
399
- const t = i.slice();
467
+ function Ne(a, e, n) {
468
+ const t = a.slice();
400
469
  return t[13] = e[n], t;
401
470
  }
402
- function ke(i, e, n) {
403
- const t = i.slice();
471
+ function Le(a, e, n) {
472
+ const t = a.slice();
404
473
  return t[13] = e[n], t;
405
474
  }
406
- function we(i, e, n) {
407
- const t = i.slice();
475
+ function je(a, e, n) {
476
+ const t = a.slice();
408
477
  return t[16] = e[n], t;
409
478
  }
410
- function ve(i) {
411
- let e, n, t = [], l = /* @__PURE__ */ new Map(), s, o = C([
479
+ function Ze(a) {
480
+ let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r = j([
412
481
  .../*topLinks*/
413
- i[6],
482
+ a[6],
414
483
  /*account*/
415
- i[9]
484
+ a[9]
416
485
  ]);
417
- const a = (r) => (
486
+ const i = (o) => (
418
487
  /*item*/
419
- r[13].text || /*item*/
420
- r[13].title
488
+ o[13].text || /*item*/
489
+ o[13].title
421
490
  );
422
- for (let r = 0; r < o.length; r += 1) {
423
- let f = ke(i, o, r), u = a(f);
424
- l.set(u, t[r] = ye(u, f));
491
+ for (let o = 0; o < r.length; o += 1) {
492
+ let c = Le(a, r, o), f = i(c);
493
+ l.set(f, t[o] = Se(f, c));
425
494
  }
426
495
  return {
427
496
  c() {
428
- e = g("nav"), n = g("ul");
429
- for (let r = 0; r < t.length; r += 1)
430
- t[r].c();
497
+ e = b("nav"), n = b("ul");
498
+ for (let o = 0; o < t.length; o += 1)
499
+ t[o].c();
431
500
  _(n, "class", "flex h-full items-center justify-end [&>li]:contents"), _(e, "class", "flex h-16 justify-end bg-white px-[calc((100%-1320px)/2)] text-3xl"), _(e, "aria-label", "Secondary");
432
501
  },
433
- m(r, f) {
434
- k(r, e, f), h(e, n);
435
- for (let u = 0; u < t.length; u += 1)
436
- t[u] && t[u].m(n, null);
502
+ m(o, c) {
503
+ m(o, e, c), h(e, n);
504
+ for (let f = 0; f < t.length; f += 1)
505
+ t[f] && t[f].m(n, null);
437
506
  s = !0;
438
507
  },
439
- p(r, f) {
440
- f[0] & /*topLinks, account*/
441
- 576 && (o = C([
508
+ p(o, c) {
509
+ c[0] & /*topLinks, account*/
510
+ 576 && (r = j([
442
511
  .../*topLinks*/
443
- r[6],
512
+ o[6],
444
513
  /*account*/
445
- r[9]
446
- ]), F(), t = le(t, f, a, 1, r, o, l, n, ne, ye, null, ke), E());
514
+ o[9]
515
+ ]), T(), t = ie(t, c, i, 1, o, r, l, n, ce, Se, null, Le), U());
447
516
  },
448
- i(r) {
517
+ i(o) {
449
518
  if (!s) {
450
- for (let f = 0; f < o.length; f += 1)
451
- p(t[f]);
519
+ for (let c = 0; c < r.length; c += 1)
520
+ g(t[c]);
452
521
  s = !0;
453
522
  }
454
523
  },
455
- o(r) {
456
- for (let f = 0; f < t.length; f += 1)
457
- m(t[f]);
524
+ o(o) {
525
+ for (let c = 0; c < t.length; c += 1)
526
+ d(t[c]);
458
527
  s = !1;
459
528
  },
460
- d(r) {
461
- r && w(e);
462
- for (let f = 0; f < t.length; f += 1)
463
- t[f].d();
529
+ d(o) {
530
+ o && v(e);
531
+ for (let c = 0; c < t.length; c += 1)
532
+ t[c].d();
464
533
  }
465
534
  };
466
535
  }
467
- function ot(i) {
536
+ function pt(a) {
468
537
  let e, n = (
469
538
  /*item*/
470
- i[13].text.toUpperCase() + ""
539
+ a[13].text.toUpperCase() + ""
471
540
  ), t;
472
541
  return {
473
542
  c() {
474
- e = g("a"), t = T(n), _(e, "class", "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey"), _(
543
+ e = b("a"), t = E(n), _(e, "class", "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey"), _(
475
544
  e,
476
545
  "href",
477
546
  /*item*/
478
- i[13].href
479
- ), K(
547
+ a[13].href
548
+ ), te(
480
549
  e,
481
550
  "bg-uofg-yellow",
482
551
  /*item*/
483
- i[13].highlight
552
+ a[13].highlight
484
553
  );
485
554
  },
486
555
  m(l, s) {
487
- k(l, e, s), h(e, t);
556
+ m(l, e, s), h(e, t);
488
557
  },
489
- p: x,
490
- i: x,
491
- o: x,
558
+ p: k,
559
+ i: k,
560
+ o: k,
492
561
  d(l) {
493
- l && w(e);
562
+ l && v(e);
494
563
  }
495
564
  };
496
565
  }
497
- function st(i) {
566
+ function bt(a) {
498
567
  let e, n;
499
568
  return e = new P({
500
569
  props: {
501
570
  class: "relative h-full",
502
571
  buttonClass: `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey aria-expanded:bg-uofg-grey ${/*item*/
503
- i[13].icon ? "" : "[&_svg]:aria-expanded:rotate-180"}`,
572
+ a[13].icon ? "" : "[&_svg]:aria-expanded:rotate-180"}`,
504
573
  contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
505
574
  as: "ul",
506
575
  $$slots: {
507
- button: [ut],
508
- default: [it]
576
+ button: [wt],
577
+ default: [dt]
509
578
  },
510
- $$scope: { ctx: i }
579
+ $$scope: { ctx: a }
511
580
  }
512
581
  }), {
513
582
  c() {
514
- j(e.$$.fragment);
583
+ C(e.$$.fragment);
515
584
  },
516
585
  m(t, l) {
517
- A(e, t, l), n = !0;
586
+ N(e, t, l), n = !0;
518
587
  },
519
588
  p(t, l) {
520
589
  const s = {};
@@ -522,500 +591,518 @@ function st(i) {
522
591
  16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
523
592
  },
524
593
  i(t) {
525
- n || (p(e.$$.fragment, t), n = !0);
594
+ n || (g(e.$$.fragment, t), n = !0);
526
595
  },
527
596
  o(t) {
528
- m(e.$$.fragment, t), n = !1;
597
+ d(e.$$.fragment, t), n = !1;
529
598
  },
530
599
  d(t) {
531
- U(e, t);
600
+ L(e, t);
532
601
  }
533
602
  };
534
603
  }
535
- function $e(i) {
604
+ function Ae(a) {
536
605
  let e, n, t = (
537
606
  /*link*/
538
- i[16].text + ""
539
- ), l, s, o = [
607
+ a[16].text + ""
608
+ ), l, s, r = [
540
609
  {
541
610
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
542
611
  },
543
612
  {
544
613
  href: (
545
614
  /*link*/
546
- i[16].href
615
+ a[16].href
547
616
  )
548
617
  },
549
618
  /*link*/
550
- i[16].attributes
551
- ], a = {};
552
- for (let r = 0; r < o.length; r += 1)
553
- a = G(a, o[r]);
619
+ a[16].attributes
620
+ ], i = {};
621
+ for (let o = 0; o < r.length; o += 1)
622
+ i = G(i, r[o]);
554
623
  return {
555
624
  c() {
556
- e = g("li"), n = g("a"), l = T(t), s = y(), q(n, a);
625
+ e = b("li"), n = b("a"), l = E(t), s = x(), W(n, i);
557
626
  },
558
- m(r, f) {
559
- k(r, e, f), h(e, n), h(n, l), h(e, s);
627
+ m(o, c) {
628
+ m(o, e, c), h(e, n), h(n, l), h(e, s);
560
629
  },
561
- p: x,
562
- d(r) {
563
- r && w(e);
630
+ p: k,
631
+ d(o) {
632
+ o && v(e);
564
633
  }
565
634
  };
566
635
  }
567
- function it(i) {
568
- let e, n = C(
636
+ function dt(a) {
637
+ let e, n = j(
569
638
  /*item*/
570
- i[13].links
639
+ a[13].links
571
640
  ), t = [];
572
641
  for (let l = 0; l < n.length; l += 1)
573
- t[l] = $e(we(i, n, l));
642
+ t[l] = Ae(je(a, n, l));
574
643
  return {
575
644
  c() {
576
645
  for (let l = 0; l < t.length; l += 1)
577
646
  t[l].c();
578
- e = B();
647
+ e = I();
579
648
  },
580
649
  m(l, s) {
581
- for (let o = 0; o < t.length; o += 1)
582
- t[o] && t[o].m(l, s);
583
- k(l, e, s);
650
+ for (let r = 0; r < t.length; r += 1)
651
+ t[r] && t[r].m(l, s);
652
+ m(l, e, s);
584
653
  },
585
654
  p(l, s) {
586
655
  if (s[0] & /*topLinks, account*/
587
656
  576) {
588
- n = C(
657
+ n = j(
589
658
  /*item*/
590
659
  l[13].links
591
660
  );
592
- let o;
593
- for (o = 0; o < n.length; o += 1) {
594
- const a = we(l, n, o);
595
- t[o] ? t[o].p(a, s) : (t[o] = $e(a), t[o].c(), t[o].m(e.parentNode, e));
661
+ let r;
662
+ for (r = 0; r < n.length; r += 1) {
663
+ const i = je(l, n, r);
664
+ t[r] ? t[r].p(i, s) : (t[r] = Ae(i), t[r].c(), t[r].m(e.parentNode, e));
596
665
  }
597
- for (; o < t.length; o += 1)
598
- t[o].d(1);
666
+ for (; r < t.length; r += 1)
667
+ t[r].d(1);
599
668
  t.length = n.length;
600
669
  }
601
670
  },
602
671
  d(l) {
603
- l && w(e), H(t, l);
672
+ l && v(e), V(t, l);
604
673
  }
605
674
  };
606
675
  }
607
- function at(i) {
676
+ function mt(a) {
608
677
  let e, n, t, l;
609
- return t = new z({ props: { icon: X } }), {
678
+ return t = new q({ props: { icon: ne } }), {
610
679
  c() {
611
- e = g("span"), e.textContent = `${/*item*/
612
- i[13].text.toUpperCase()}`, n = y(), j(t.$$.fragment);
680
+ e = b("span"), e.textContent = `${/*item*/
681
+ a[13].text.toUpperCase()}`, n = x(), C(t.$$.fragment);
613
682
  },
614
- m(s, o) {
615
- k(s, e, o), k(s, n, o), A(t, s, o), l = !0;
683
+ m(s, r) {
684
+ m(s, e, r), m(s, n, r), N(t, s, r), l = !0;
616
685
  },
617
- p: x,
686
+ p: k,
618
687
  i(s) {
619
- l || (p(t.$$.fragment, s), l = !0);
688
+ l || (g(t.$$.fragment, s), l = !0);
620
689
  },
621
690
  o(s) {
622
- m(t.$$.fragment, s), l = !1;
691
+ d(t.$$.fragment, s), l = !1;
623
692
  },
624
693
  d(s) {
625
- s && (w(e), w(n)), U(t, s);
694
+ s && (v(e), v(n)), L(t, s);
626
695
  }
627
696
  };
628
697
  }
629
- function ft(i) {
698
+ function vt(a) {
630
699
  let e, n;
631
- return e = new z({ props: { icon: (
700
+ return e = new q({ props: { icon: (
632
701
  /*item*/
633
- i[13].icon
702
+ a[13].icon
634
703
  ) } }), {
635
704
  c() {
636
- j(e.$$.fragment);
705
+ C(e.$$.fragment);
637
706
  },
638
707
  m(t, l) {
639
- A(e, t, l), n = !0;
708
+ N(e, t, l), n = !0;
640
709
  },
641
- p: x,
710
+ p: k,
642
711
  i(t) {
643
- n || (p(e.$$.fragment, t), n = !0);
712
+ n || (g(e.$$.fragment, t), n = !0);
644
713
  },
645
714
  o(t) {
646
- m(e.$$.fragment, t), n = !1;
715
+ d(e.$$.fragment, t), n = !1;
647
716
  },
648
717
  d(t) {
649
- U(e, t);
718
+ L(e, t);
650
719
  }
651
720
  };
652
721
  }
653
- function ut(i) {
722
+ function wt(a) {
654
723
  let e, n, t, l;
655
- const s = [ft, at], o = [];
656
- function a(r, f) {
724
+ const s = [vt, mt], r = [];
725
+ function i(o, c) {
657
726
  return (
658
727
  /*item*/
659
- r[13].icon ? 0 : 1
728
+ o[13].icon ? 0 : 1
660
729
  );
661
730
  }
662
- return n = a(i), t = o[n] = s[n](i), {
731
+ return n = i(a), t = r[n] = s[n](a), {
663
732
  c() {
664
- e = g("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"), _(
733
+ e = b("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"), _(
665
734
  e,
666
735
  "aria-label",
667
736
  /*item*/
668
- i[13].icon ? (
737
+ a[13].icon ? (
669
738
  /*item*/
670
- i[13].text
739
+ a[13].text
671
740
  ) : void 0
672
- ), K(
741
+ ), te(
673
742
  e,
674
743
  "bg-uofg-yellow",
675
744
  /*item*/
676
- i[13].highlight
745
+ a[13].highlight
677
746
  );
678
747
  },
679
- m(r, f) {
680
- k(r, e, f), o[n].m(e, null), l = !0;
748
+ m(o, c) {
749
+ m(o, e, c), r[n].m(e, null), l = !0;
681
750
  },
682
- p(r, f) {
683
- t.p(r, f);
751
+ p(o, c) {
752
+ t.p(o, c);
684
753
  },
685
- i(r) {
686
- l || (p(t), l = !0);
754
+ i(o) {
755
+ l || (g(t), l = !0);
687
756
  },
688
- o(r) {
689
- m(t), l = !1;
757
+ o(o) {
758
+ d(t), l = !1;
690
759
  },
691
- d(r) {
692
- r && w(e), o[n].d();
760
+ d(o) {
761
+ o && v(e), r[n].d();
693
762
  }
694
763
  };
695
764
  }
696
- function ye(i, e) {
697
- let n, t, l, s, o;
698
- const a = [st, ot], r = [];
699
- function f(u, c) {
765
+ function Se(a, e) {
766
+ let n, t, l, s, r;
767
+ const i = [bt, pt], o = [];
768
+ function c(f, u) {
700
769
  return (
701
770
  /*item*/
702
- u[13].links ? 0 : 1
771
+ f[13].links ? 0 : 1
703
772
  );
704
773
  }
705
- return t = f(e), l = r[t] = a[t](e), {
706
- key: i,
774
+ return t = c(e), l = o[t] = i[t](e), {
775
+ key: a,
707
776
  first: null,
708
777
  c() {
709
- n = g("li"), l.c(), s = y(), this.first = n;
778
+ n = b("li"), l.c(), s = x(), this.first = n;
710
779
  },
711
- m(u, c) {
712
- k(u, n, c), r[t].m(n, null), h(n, s), o = !0;
780
+ m(f, u) {
781
+ m(f, n, u), o[t].m(n, null), h(n, s), r = !0;
713
782
  },
714
- p(u, c) {
715
- e = u, l.p(e, c);
783
+ p(f, u) {
784
+ e = f, l.p(e, u);
716
785
  },
717
- i(u) {
718
- o || (p(l), o = !0);
786
+ i(f) {
787
+ r || (g(l), r = !0);
719
788
  },
720
- o(u) {
721
- m(l), o = !1;
789
+ o(f) {
790
+ d(l), r = !1;
722
791
  },
723
- d(u) {
724
- u && w(n), r[t].d();
792
+ d(f) {
793
+ f && v(n), o[t].d();
725
794
  }
726
795
  };
727
796
  }
728
- function xe(i) {
729
- let e;
730
- return {
797
+ function Me(a) {
798
+ let e, n, t;
799
+ return n = new Ke({}), {
731
800
  c() {
732
- e = g("div"), e.innerHTML = '<img class="block h-full w-auto" src="decorative.svg" aria-hidden="true" alt="" width="75"/>', _(e, "class", "left-0 h-full w-[7.5rem] min-[1320px]:absolute");
801
+ e = b("div"), C(n.$$.fragment), _(e, "class", "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto");
802
+ },
803
+ m(l, s) {
804
+ m(l, e, s), N(n, e, null), t = !0;
805
+ },
806
+ i(l) {
807
+ t || (g(n.$$.fragment, l), t = !0);
733
808
  },
734
- m(n, t) {
735
- k(n, e, t);
809
+ o(l) {
810
+ d(n.$$.fragment, l), t = !1;
736
811
  },
737
- d(n) {
738
- n && w(e);
812
+ d(l) {
813
+ l && v(e), L(n);
739
814
  }
740
815
  };
741
816
  }
742
- function ct(i) {
817
+ function $t(a) {
743
818
  let e, n;
744
- return {
819
+ return e = new Ye({}), {
745
820
  c() {
746
- e = g("img"), _(e, "class", "block h-full w-[5rem]"), Pe(e.src, n = "logo-small.svg") || _(e, "src", n), _(e, "width", 50), _(e, "alt", "University of Guelph Logo");
821
+ C(e.$$.fragment);
747
822
  },
748
823
  m(t, l) {
749
- k(t, e, l);
824
+ N(e, t, l), n = !0;
825
+ },
826
+ i(t) {
827
+ n || (g(e.$$.fragment, t), n = !0);
828
+ },
829
+ o(t) {
830
+ d(e.$$.fragment, t), n = !1;
750
831
  },
751
832
  d(t) {
752
- t && w(e);
833
+ L(e, t);
753
834
  }
754
835
  };
755
836
  }
756
- function _t(i) {
837
+ function kt(a) {
757
838
  let e, n;
758
- return {
839
+ return e = new Qe({}), {
759
840
  c() {
760
- e = g("img"), _(e, "class", "block h-full w-[18.4rem]"), Pe(e.src, n = "logo.svg") || _(e, "src", n), _(e, "width", 184), _(e, "alt", "University of Guelph Logo");
841
+ C(e.$$.fragment);
761
842
  },
762
843
  m(t, l) {
763
- k(t, e, l);
844
+ N(e, t, l), n = !0;
845
+ },
846
+ i(t) {
847
+ n || (g(e.$$.fragment, t), n = !0);
848
+ },
849
+ o(t) {
850
+ d(e.$$.fragment, t), n = !1;
764
851
  },
765
852
  d(t) {
766
- t && w(e);
853
+ L(e, t);
767
854
  }
768
855
  };
769
856
  }
770
- function ht(i) {
771
- let e, n, t, l, s, o, a, r, f, u, c;
772
- return l = new z({ props: { icon: (
857
+ function yt(a) {
858
+ let e, n, t, l, s, r, i, o, c, f, u;
859
+ return l = new q({ props: { icon: (
773
860
  /*search*/
774
- i[8].icon
775
- ) } }), a = new P({
861
+ a[8].icon
862
+ ) } }), i = new P({
776
863
  props: {
777
864
  class: "h-full",
778
865
  buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black",
779
866
  contentClass: "absolute right-0 top-full z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem] [&>li]:contents",
780
867
  as: "ul",
781
868
  $$slots: {
782
- button: [bt],
783
- default: [pt]
869
+ button: [Nt],
870
+ default: [Ct]
784
871
  },
785
- $$scope: { ctx: i }
872
+ $$scope: { ctx: a }
786
873
  }
787
- }), u = new P({
874
+ }), f = new P({
788
875
  props: {
789
876
  class: "h-full",
790
877
  buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black [&_svg]:aria-expanded:rotate-180",
791
878
  contentClass: "absolute right-0 top-full z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem] [&>li]:contents max-h-[calc(100vh-5rem)] overflow-y-auto",
792
879
  as: "ul",
793
880
  $$slots: {
794
- button: [$t],
795
- default: [vt]
881
+ button: [Mt],
882
+ default: [St]
796
883
  },
797
- $$scope: { ctx: i }
884
+ $$scope: { ctx: a }
798
885
  }
799
886
  }), {
800
887
  c() {
801
- e = g("ul"), n = g("li"), t = g("a"), j(l.$$.fragment), s = y(), o = g("li"), j(a.$$.fragment), r = y(), f = g("li"), j(u.$$.fragment), _(t, "class", "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black"), _(
888
+ e = b("ul"), n = b("li"), t = b("a"), C(l.$$.fragment), s = x(), r = b("li"), C(i.$$.fragment), o = x(), c = b("li"), C(f.$$.fragment), _(t, "class", "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black"), _(
802
889
  t,
803
890
  "href",
804
891
  /*search*/
805
- i[8].href
892
+ a[8].href
806
893
  ), _(
807
894
  t,
808
895
  "aria-label",
809
896
  /*search*/
810
- i[8].text
897
+ a[8].text
811
898
  ), _(e, "class", "flex h-full [&>li]:contents");
812
899
  },
813
- m(d, N) {
814
- k(d, e, N), h(e, n), h(n, t), A(l, t, null), h(e, s), h(e, o), A(a, o, null), h(e, r), h(e, f), A(u, f, null), c = !0;
900
+ m(p, Z) {
901
+ m(p, e, Z), h(e, n), h(n, t), N(l, t, null), h(e, s), h(e, r), N(i, r, null), h(e, o), h(e, c), N(f, c, null), u = !0;
815
902
  },
816
- p(d, N) {
817
- const b = {};
818
- N[1] & /*$$scope*/
819
- 16 && (b.$$scope = { dirty: N, ctx: d }), a.$set(b);
820
- const v = {};
821
- N[1] & /*$$scope*/
822
- 16 && (v.$$scope = { dirty: N, ctx: d }), u.$set(v);
903
+ p(p, Z) {
904
+ const w = {};
905
+ Z[1] & /*$$scope*/
906
+ 16 && (w.$$scope = { dirty: Z, ctx: p }), i.$set(w);
907
+ const A = {};
908
+ Z[1] & /*$$scope*/
909
+ 16 && (A.$$scope = { dirty: Z, ctx: p }), f.$set(A);
823
910
  },
824
- i(d) {
825
- c || (p(l.$$.fragment, d), p(a.$$.fragment, d), p(u.$$.fragment, d), c = !0);
911
+ i(p) {
912
+ u || (g(l.$$.fragment, p), g(i.$$.fragment, p), g(f.$$.fragment, p), u = !0);
826
913
  },
827
- o(d) {
828
- m(l.$$.fragment, d), m(a.$$.fragment, d), m(u.$$.fragment, d), c = !1;
914
+ o(p) {
915
+ d(l.$$.fragment, p), d(i.$$.fragment, p), d(f.$$.fragment, p), u = !1;
829
916
  },
830
- d(d) {
831
- d && w(e), U(l), U(a), U(u);
917
+ d(p) {
918
+ p && v(e), L(l), L(i), L(f);
832
919
  }
833
920
  };
834
921
  }
835
- function gt(i) {
836
- let e, n, t, l, s, o, a = C(
922
+ function xt(a) {
923
+ let e, n, t, l, s, r, i = j(
837
924
  /*mainLinks*/
838
- i[7]
839
- ), r = [];
840
- for (let f = 0; f < a.length; f += 1)
841
- r[f] = je(me(i, a, f));
842
- return s = new z({ props: { icon: (
925
+ a[7]
926
+ ), o = [];
927
+ for (let c = 0; c < i.length; c += 1)
928
+ o[c] = Be(Ne(a, i, c));
929
+ return s = new q({ props: { icon: (
843
930
  /*search*/
844
- i[8].icon
931
+ a[8].icon
845
932
  ) } }), {
846
933
  c() {
847
- e = g("ul");
848
- for (let f = 0; f < r.length; f += 1)
849
- r[f].c();
850
- n = y(), t = g("li"), l = g("a"), j(s.$$.fragment), _(l, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-4 pb-6 pt-8 text-uofg-yellow transition-colors hover:border-uofg-yellow hover:text-white [&>svg]:fill-current"), _(
934
+ e = b("ul");
935
+ for (let c = 0; c < o.length; c += 1)
936
+ o[c].c();
937
+ n = x(), t = b("li"), l = b("a"), C(s.$$.fragment), _(l, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-4 pb-6 pt-8 text-uofg-yellow transition-colors hover:border-uofg-yellow hover:text-white [&>svg]:fill-current"), _(
851
938
  l,
852
939
  "href",
853
940
  /*search*/
854
- i[8].href
941
+ a[8].href
855
942
  ), _(
856
943
  l,
857
944
  "aria-label",
858
945
  /*search*/
859
- i[8].text
946
+ a[8].text
860
947
  ), _(e, "class", "flex ml-auto [&>li]:contents text-4xl");
861
948
  },
862
- m(f, u) {
863
- k(f, e, u);
864
- for (let c = 0; c < r.length; c += 1)
865
- r[c] && r[c].m(e, null);
866
- h(e, n), h(e, t), h(t, l), A(s, l, null), o = !0;
949
+ m(c, f) {
950
+ m(c, e, f);
951
+ for (let u = 0; u < o.length; u += 1)
952
+ o[u] && o[u].m(e, null);
953
+ h(e, n), h(e, t), h(t, l), N(s, l, null), r = !0;
867
954
  },
868
- p(f, u) {
869
- if (u[0] & /*mainLinks*/
955
+ p(c, f) {
956
+ if (f[0] & /*mainLinks*/
870
957
  128) {
871
- a = C(
958
+ i = j(
872
959
  /*mainLinks*/
873
- f[7]
960
+ c[7]
874
961
  );
875
- let c;
876
- for (c = 0; c < a.length; c += 1) {
877
- const d = me(f, a, c);
878
- r[c] ? r[c].p(d, u) : (r[c] = je(d), r[c].c(), r[c].m(e, n));
962
+ let u;
963
+ for (u = 0; u < i.length; u += 1) {
964
+ const p = Ne(c, i, u);
965
+ o[u] ? o[u].p(p, f) : (o[u] = Be(p), o[u].c(), o[u].m(e, n));
879
966
  }
880
- for (; c < r.length; c += 1)
881
- r[c].d(1);
882
- r.length = a.length;
967
+ for (; u < o.length; u += 1)
968
+ o[u].d(1);
969
+ o.length = i.length;
883
970
  }
884
971
  },
885
- i(f) {
886
- o || (p(s.$$.fragment, f), o = !0);
972
+ i(c) {
973
+ r || (g(s.$$.fragment, c), r = !0);
887
974
  },
888
- o(f) {
889
- m(s.$$.fragment, f), o = !1;
975
+ o(c) {
976
+ d(s.$$.fragment, c), r = !1;
890
977
  },
891
- d(f) {
892
- f && w(e), H(r, f), U(s);
978
+ d(c) {
979
+ c && v(e), V(o, c), L(s);
893
980
  }
894
981
  };
895
982
  }
896
- function Ce(i) {
983
+ function Ue(a) {
897
984
  let e, n, t = (
898
985
  /*link*/
899
- i[16].text + ""
986
+ a[16].text + ""
900
987
  ), l, s;
901
988
  return {
902
989
  c() {
903
- e = g("li"), n = g("a"), l = T(t), s = y(), _(n, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"), _(
990
+ e = b("li"), n = b("a"), l = E(t), s = x(), _(n, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"), _(
904
991
  n,
905
992
  "href",
906
993
  /*link*/
907
- i[16].href
994
+ a[16].href
908
995
  ), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
909
996
  },
910
- m(o, a) {
911
- k(o, e, a), h(e, n), h(n, l), h(e, s);
997
+ m(r, i) {
998
+ m(r, e, i), h(e, n), h(n, l), h(e, s);
912
999
  },
913
- p: x,
914
- d(o) {
915
- o && w(e);
1000
+ p: k,
1001
+ d(r) {
1002
+ r && v(e);
916
1003
  }
917
1004
  };
918
1005
  }
919
- function pt(i) {
920
- let e, n = C(
1006
+ function Ct(a) {
1007
+ let e, n = j(
921
1008
  /*account*/
922
- i[9].links
1009
+ a[9].links
923
1010
  ), t = [];
924
1011
  for (let l = 0; l < n.length; l += 1)
925
- t[l] = Ce(de(i, n, l));
1012
+ t[l] = Ue(Ce(a, n, l));
926
1013
  return {
927
1014
  c() {
928
1015
  for (let l = 0; l < t.length; l += 1)
929
1016
  t[l].c();
930
- e = B();
1017
+ e = I();
931
1018
  },
932
1019
  m(l, s) {
933
- for (let o = 0; o < t.length; o += 1)
934
- t[o] && t[o].m(l, s);
935
- k(l, e, s);
1020
+ for (let r = 0; r < t.length; r += 1)
1021
+ t[r] && t[r].m(l, s);
1022
+ m(l, e, s);
936
1023
  },
937
1024
  p(l, s) {
938
1025
  if (s[0] & /*account*/
939
1026
  512) {
940
- n = C(
1027
+ n = j(
941
1028
  /*account*/
942
1029
  l[9].links
943
1030
  );
944
- let o;
945
- for (o = 0; o < n.length; o += 1) {
946
- const a = de(l, n, o);
947
- t[o] ? t[o].p(a, s) : (t[o] = Ce(a), t[o].c(), t[o].m(e.parentNode, e));
1031
+ let r;
1032
+ for (r = 0; r < n.length; r += 1) {
1033
+ const i = Ce(l, n, r);
1034
+ t[r] ? t[r].p(i, s) : (t[r] = Ue(i), t[r].c(), t[r].m(e.parentNode, e));
948
1035
  }
949
- for (; o < t.length; o += 1)
950
- t[o].d(1);
1036
+ for (; r < t.length; r += 1)
1037
+ t[r].d(1);
951
1038
  t.length = n.length;
952
1039
  }
953
1040
  },
954
1041
  d(l) {
955
- l && w(e), H(t, l);
1042
+ l && v(e), V(t, l);
956
1043
  }
957
1044
  };
958
1045
  }
959
- function bt(i) {
1046
+ function Nt(a) {
960
1047
  let e, n;
961
- return e = new z({
1048
+ return e = new q({
962
1049
  props: {
963
1050
  slot: "button",
964
1051
  icon: (
965
1052
  /*account*/
966
- i[9].icon
1053
+ a[9].icon
967
1054
  )
968
1055
  }
969
1056
  }), {
970
1057
  c() {
971
- j(e.$$.fragment);
1058
+ C(e.$$.fragment);
972
1059
  },
973
1060
  m(t, l) {
974
- A(e, t, l), n = !0;
1061
+ N(e, t, l), n = !0;
975
1062
  },
976
- p: x,
1063
+ p: k,
977
1064
  i(t) {
978
- n || (p(e.$$.fragment, t), n = !0);
1065
+ n || (g(e.$$.fragment, t), n = !0);
979
1066
  },
980
1067
  o(t) {
981
- m(e.$$.fragment, t), n = !1;
1068
+ d(e.$$.fragment, t), n = !1;
982
1069
  },
983
1070
  d(t) {
984
- U(e, t);
1071
+ L(e, t);
985
1072
  }
986
1073
  };
987
1074
  }
988
- function dt(i) {
1075
+ function Lt(a) {
989
1076
  let e, n = (
990
1077
  /*item*/
991
- i[13].text + ""
1078
+ a[13].text + ""
992
1079
  ), t;
993
1080
  return {
994
1081
  c() {
995
- e = g("a"), t = T(n), _(e, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey"), _(
1082
+ e = b("a"), t = E(n), _(e, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey"), _(
996
1083
  e,
997
1084
  "href",
998
1085
  /*item*/
999
- i[13].href
1000
- ), K(
1086
+ a[13].href
1087
+ ), te(
1001
1088
  e,
1002
1089
  "bg-uofg-yellow",
1003
1090
  /*item*/
1004
- i[13].highlight
1091
+ a[13].highlight
1005
1092
  );
1006
1093
  },
1007
1094
  m(l, s) {
1008
- k(l, e, s), h(e, t);
1095
+ m(l, e, s), h(e, t);
1009
1096
  },
1010
- p: x,
1011
- i: x,
1012
- o: x,
1097
+ p: k,
1098
+ i: k,
1099
+ o: k,
1013
1100
  d(l) {
1014
- l && w(e);
1101
+ l && v(e);
1015
1102
  }
1016
1103
  };
1017
1104
  }
1018
- function mt(i) {
1105
+ function jt(a) {
1019
1106
  let e, n;
1020
1107
  return e = new P({
1021
1108
  props: {
@@ -1025,17 +1112,17 @@ function mt(i) {
1025
1112
  as: "ul",
1026
1113
  autoCollapse: !1,
1027
1114
  $$slots: {
1028
- button: [wt],
1029
- default: [kt]
1115
+ button: [At],
1116
+ default: [Zt]
1030
1117
  },
1031
- $$scope: { ctx: i }
1118
+ $$scope: { ctx: a }
1032
1119
  }
1033
1120
  }), {
1034
1121
  c() {
1035
- j(e.$$.fragment);
1122
+ C(e.$$.fragment);
1036
1123
  },
1037
1124
  m(t, l) {
1038
- A(e, t, l), n = !0;
1125
+ N(e, t, l), n = !0;
1039
1126
  },
1040
1127
  p(t, l) {
1041
1128
  const s = {};
@@ -1043,351 +1130,351 @@ function mt(i) {
1043
1130
  16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1044
1131
  },
1045
1132
  i(t) {
1046
- n || (p(e.$$.fragment, t), n = !0);
1133
+ n || (g(e.$$.fragment, t), n = !0);
1047
1134
  },
1048
1135
  o(t) {
1049
- m(e.$$.fragment, t), n = !1;
1136
+ d(e.$$.fragment, t), n = !1;
1050
1137
  },
1051
1138
  d(t) {
1052
- U(e, t);
1139
+ L(e, t);
1053
1140
  }
1054
1141
  };
1055
1142
  }
1056
- function Ne(i) {
1143
+ function Te(a) {
1057
1144
  let e, n, t = (
1058
1145
  /*link*/
1059
- i[16].text + ""
1060
- ), l, s, o = [
1146
+ a[16].text + ""
1147
+ ), l, s, r = [
1061
1148
  {
1062
1149
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1063
1150
  },
1064
1151
  {
1065
1152
  href: (
1066
1153
  /*link*/
1067
- i[16].href
1154
+ a[16].href
1068
1155
  )
1069
1156
  },
1070
1157
  /*link*/
1071
- i[16].attributes
1072
- ], a = {};
1073
- for (let r = 0; r < o.length; r += 1)
1074
- a = G(a, o[r]);
1158
+ a[16].attributes
1159
+ ], i = {};
1160
+ for (let o = 0; o < r.length; o += 1)
1161
+ i = G(i, r[o]);
1075
1162
  return {
1076
1163
  c() {
1077
- e = g("li"), n = g("a"), l = T(t), s = y(), q(n, a);
1164
+ e = b("li"), n = b("a"), l = E(t), s = x(), W(n, i);
1078
1165
  },
1079
- m(r, f) {
1080
- k(r, e, f), h(e, n), h(n, l), h(e, s);
1166
+ m(o, c) {
1167
+ m(o, e, c), h(e, n), h(n, l), h(e, s);
1081
1168
  },
1082
- p: x,
1083
- d(r) {
1084
- r && w(e);
1169
+ p: k,
1170
+ d(o) {
1171
+ o && v(e);
1085
1172
  }
1086
1173
  };
1087
1174
  }
1088
- function kt(i) {
1089
- let e, n = C(
1175
+ function Zt(a) {
1176
+ let e, n = j(
1090
1177
  /*item*/
1091
- i[13].links
1178
+ a[13].links
1092
1179
  ), t = [];
1093
1180
  for (let l = 0; l < n.length; l += 1)
1094
- t[l] = Ne(be(i, n, l));
1181
+ t[l] = Te(xe(a, n, l));
1095
1182
  return {
1096
1183
  c() {
1097
1184
  for (let l = 0; l < t.length; l += 1)
1098
1185
  t[l].c();
1099
- e = B();
1186
+ e = I();
1100
1187
  },
1101
1188
  m(l, s) {
1102
- for (let o = 0; o < t.length; o += 1)
1103
- t[o] && t[o].m(l, s);
1104
- k(l, e, s);
1189
+ for (let r = 0; r < t.length; r += 1)
1190
+ t[r] && t[r].m(l, s);
1191
+ m(l, e, s);
1105
1192
  },
1106
1193
  p(l, s) {
1107
1194
  if (s[0] & /*mainLinks, topLinks*/
1108
1195
  192) {
1109
- n = C(
1196
+ n = j(
1110
1197
  /*item*/
1111
1198
  l[13].links
1112
1199
  );
1113
- let o;
1114
- for (o = 0; o < n.length; o += 1) {
1115
- const a = be(l, n, o);
1116
- t[o] ? t[o].p(a, s) : (t[o] = Ne(a), t[o].c(), t[o].m(e.parentNode, e));
1200
+ let r;
1201
+ for (r = 0; r < n.length; r += 1) {
1202
+ const i = xe(l, n, r);
1203
+ t[r] ? t[r].p(i, s) : (t[r] = Te(i), t[r].c(), t[r].m(e.parentNode, e));
1117
1204
  }
1118
- for (; o < t.length; o += 1)
1119
- t[o].d(1);
1205
+ for (; r < t.length; r += 1)
1206
+ t[r].d(1);
1120
1207
  t.length = n.length;
1121
1208
  }
1122
1209
  },
1123
1210
  d(l) {
1124
- l && w(e), H(t, l);
1211
+ l && v(e), V(t, l);
1125
1212
  }
1126
1213
  };
1127
1214
  }
1128
- function wt(i) {
1215
+ function At(a) {
1129
1216
  let e, n, t, l, s;
1130
- return l = new z({ props: { icon: X } }), {
1217
+ return l = new q({ props: { icon: ne } }), {
1131
1218
  c() {
1132
- e = g("span"), n = g("span"), n.textContent = `${/*item*/
1133
- i[13].text}`, t = y(), j(l.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button"), K(
1219
+ e = b("span"), n = b("span"), n.textContent = `${/*item*/
1220
+ a[13].text}`, t = x(), C(l.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button"), te(
1134
1221
  e,
1135
1222
  "bg-uofg-yellow",
1136
1223
  /*item*/
1137
- i[13].highlight
1224
+ a[13].highlight
1138
1225
  );
1139
1226
  },
1140
- m(o, a) {
1141
- k(o, e, a), h(e, n), h(e, t), A(l, e, null), s = !0;
1227
+ m(r, i) {
1228
+ m(r, e, i), h(e, n), h(e, t), N(l, e, null), s = !0;
1142
1229
  },
1143
- p: x,
1144
- i(o) {
1145
- s || (p(l.$$.fragment, o), s = !0);
1230
+ p: k,
1231
+ i(r) {
1232
+ s || (g(l.$$.fragment, r), s = !0);
1146
1233
  },
1147
- o(o) {
1148
- m(l.$$.fragment, o), s = !1;
1234
+ o(r) {
1235
+ d(l.$$.fragment, r), s = !1;
1149
1236
  },
1150
- d(o) {
1151
- o && w(e), U(l);
1237
+ d(r) {
1238
+ r && v(e), L(l);
1152
1239
  }
1153
1240
  };
1154
1241
  }
1155
- function Le(i) {
1242
+ function Ee(a) {
1156
1243
  let e, n, t, l, s;
1157
- const o = [mt, dt], a = [];
1158
- function r(f, u) {
1244
+ const r = [jt, Lt], i = [];
1245
+ function o(c, f) {
1159
1246
  return (
1160
1247
  /*item*/
1161
- f[13].links ? 0 : 1
1248
+ c[13].links ? 0 : 1
1162
1249
  );
1163
1250
  }
1164
- return n = r(i), t = a[n] = o[n](i), {
1251
+ return n = o(a), t = i[n] = r[n](a), {
1165
1252
  c() {
1166
- e = g("li"), t.c(), l = y(), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
1253
+ e = b("li"), t.c(), l = x(), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
1167
1254
  },
1168
- m(f, u) {
1169
- k(f, e, u), a[n].m(e, null), h(e, l), s = !0;
1255
+ m(c, f) {
1256
+ m(c, e, f), i[n].m(e, null), h(e, l), s = !0;
1170
1257
  },
1171
- p(f, u) {
1172
- t.p(f, u);
1258
+ p(c, f) {
1259
+ t.p(c, f);
1173
1260
  },
1174
- i(f) {
1175
- s || (p(t), s = !0);
1261
+ i(c) {
1262
+ s || (g(t), s = !0);
1176
1263
  },
1177
- o(f) {
1178
- m(t), s = !1;
1264
+ o(c) {
1265
+ d(t), s = !1;
1179
1266
  },
1180
- d(f) {
1181
- f && w(e), a[n].d();
1267
+ d(c) {
1268
+ c && v(e), i[n].d();
1182
1269
  }
1183
1270
  };
1184
1271
  }
1185
- function vt(i) {
1186
- let e, n, t = C([.../*mainLinks*/
1187
- i[7], .../*topLinks*/
1188
- i[6]]), l = [];
1189
- for (let o = 0; o < t.length; o += 1)
1190
- l[o] = Le(pe(i, t, o));
1191
- const s = (o) => m(l[o], 1, 1, () => {
1192
- l[o] = null;
1272
+ function St(a) {
1273
+ let e, n, t = j([.../*mainLinks*/
1274
+ a[7], .../*topLinks*/
1275
+ a[6]]), l = [];
1276
+ for (let r = 0; r < t.length; r += 1)
1277
+ l[r] = Ee(ye(a, t, r));
1278
+ const s = (r) => d(l[r], 1, 1, () => {
1279
+ l[r] = null;
1193
1280
  });
1194
1281
  return {
1195
1282
  c() {
1196
- for (let o = 0; o < l.length; o += 1)
1197
- l[o].c();
1198
- e = B();
1199
- },
1200
- m(o, a) {
1201
1283
  for (let r = 0; r < l.length; r += 1)
1202
- l[r] && l[r].m(o, a);
1203
- k(o, e, a), n = !0;
1284
+ l[r].c();
1285
+ e = I();
1286
+ },
1287
+ m(r, i) {
1288
+ for (let o = 0; o < l.length; o += 1)
1289
+ l[o] && l[o].m(r, i);
1290
+ m(r, e, i), n = !0;
1204
1291
  },
1205
- p(o, a) {
1206
- if (a[0] & /*mainLinks, topLinks*/
1292
+ p(r, i) {
1293
+ if (i[0] & /*mainLinks, topLinks*/
1207
1294
  192) {
1208
- t = C([.../*mainLinks*/
1209
- o[7], .../*topLinks*/
1210
- o[6]]);
1211
- let r;
1212
- for (r = 0; r < t.length; r += 1) {
1213
- const f = pe(o, t, r);
1214
- l[r] ? (l[r].p(f, a), p(l[r], 1)) : (l[r] = Le(f), l[r].c(), p(l[r], 1), l[r].m(e.parentNode, e));
1295
+ t = j([.../*mainLinks*/
1296
+ r[7], .../*topLinks*/
1297
+ r[6]]);
1298
+ let o;
1299
+ for (o = 0; o < t.length; o += 1) {
1300
+ const c = ye(r, t, o);
1301
+ l[o] ? (l[o].p(c, i), g(l[o], 1)) : (l[o] = Ee(c), l[o].c(), g(l[o], 1), l[o].m(e.parentNode, e));
1215
1302
  }
1216
- for (F(), r = t.length; r < l.length; r += 1)
1217
- s(r);
1218
- E();
1303
+ for (T(), o = t.length; o < l.length; o += 1)
1304
+ s(o);
1305
+ U();
1219
1306
  }
1220
1307
  },
1221
- i(o) {
1308
+ i(r) {
1222
1309
  if (!n) {
1223
- for (let a = 0; a < t.length; a += 1)
1224
- p(l[a]);
1310
+ for (let i = 0; i < t.length; i += 1)
1311
+ g(l[i]);
1225
1312
  n = !0;
1226
1313
  }
1227
1314
  },
1228
- o(o) {
1315
+ o(r) {
1229
1316
  l = l.filter(Boolean);
1230
- for (let a = 0; a < l.length; a += 1)
1231
- m(l[a]);
1317
+ for (let i = 0; i < l.length; i += 1)
1318
+ d(l[i]);
1232
1319
  n = !1;
1233
1320
  },
1234
- d(o) {
1235
- o && w(e), H(l, o);
1321
+ d(r) {
1322
+ r && v(e), V(l, r);
1236
1323
  }
1237
1324
  };
1238
1325
  }
1239
- function $t(i) {
1326
+ function Mt(a) {
1240
1327
  let e, n;
1241
- return e = new z({ props: { slot: "button", icon: Ge } }), {
1328
+ return e = new q({ props: { slot: "button", icon: De } }), {
1242
1329
  c() {
1243
- j(e.$$.fragment);
1330
+ C(e.$$.fragment);
1244
1331
  },
1245
1332
  m(t, l) {
1246
- A(e, t, l), n = !0;
1333
+ N(e, t, l), n = !0;
1247
1334
  },
1248
- p: x,
1335
+ p: k,
1249
1336
  i(t) {
1250
- n || (p(e.$$.fragment, t), n = !0);
1337
+ n || (g(e.$$.fragment, t), n = !0);
1251
1338
  },
1252
1339
  o(t) {
1253
- m(e.$$.fragment, t), n = !1;
1340
+ d(e.$$.fragment, t), n = !1;
1254
1341
  },
1255
1342
  d(t) {
1256
- U(e, t);
1343
+ L(e, t);
1257
1344
  }
1258
1345
  };
1259
1346
  }
1260
- function je(i) {
1347
+ function Be(a) {
1261
1348
  let e, n, t = (
1262
1349
  /*item*/
1263
- i[13].text + ""
1350
+ a[13].text + ""
1264
1351
  ), l, s;
1265
1352
  return {
1266
1353
  c() {
1267
- e = g("li"), n = g("a"), l = T(t), s = y(), _(n, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-6 pt-8 transition-colors hover:border-uofg-yellow hover:text-uofg-yellow"), _(
1354
+ e = b("li"), n = b("a"), l = E(t), s = x(), _(n, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-6 pt-8 transition-colors hover:border-uofg-yellow hover:text-uofg-yellow"), _(
1268
1355
  n,
1269
1356
  "href",
1270
1357
  /*item*/
1271
- i[13].href
1358
+ a[13].href
1272
1359
  );
1273
1360
  },
1274
- m(o, a) {
1275
- k(o, e, a), h(e, n), h(n, l), h(e, s);
1361
+ m(r, i) {
1362
+ m(r, e, i), h(e, n), h(n, l), h(e, s);
1276
1363
  },
1277
- p: x,
1278
- d(o) {
1279
- o && w(e);
1364
+ p: k,
1365
+ d(r) {
1366
+ r && v(e);
1280
1367
  }
1281
1368
  };
1282
1369
  }
1283
- function Ae(i) {
1284
- let e, n, t, l, s, o, a = (
1370
+ function Fe(a) {
1371
+ let e, n, t, l, s, r, i = (
1285
1372
  /*pageTitle*/
1286
- i[1] && Ue(i)
1373
+ a[1] && Re(a)
1287
1374
  );
1288
- const r = [Nt, Ct], f = [];
1289
- function u(c, d) {
1375
+ const o = [Bt, Et], c = [];
1376
+ function f(u, p) {
1290
1377
  return (
1291
1378
  /*windowWidth*/
1292
- c[3] >= O && !/*subNavigationIsOverflowing*/
1293
- c[5] ? 0 : 1
1379
+ u[3] >= F && !/*subNavigationIsOverflowing*/
1380
+ u[5] ? 0 : 1
1294
1381
  );
1295
1382
  }
1296
- return l = u(i), s = f[l] = r[l](i), {
1383
+ return l = f(a), s = c[l] = o[l](a), {
1297
1384
  c() {
1298
- e = g("nav"), n = g("ul"), a && a.c(), t = y(), s.c(), _(n, "class", "flex h-full w-fit min-w-full overflow-y-visible items-center justify-end [&>li]:contents relative"), _(e, "class", "block align-items relative h-[5rem] justify-end bg-uofg-grey px-[calc((100%-1320px)/2)] text-3xl lg:h-16 lg:whitespace-nowrap"), _(e, "aria-label", "Page Specific");
1385
+ e = b("nav"), n = b("ul"), i && i.c(), t = x(), s.c(), _(n, "class", "flex h-full w-fit min-w-full overflow-y-visible items-center justify-end [&>li]:contents relative"), _(e, "class", "block align-items relative h-[5rem] justify-end bg-uofg-grey px-[calc((100%-1320px)/2)] text-3xl lg:h-16 lg:whitespace-nowrap"), _(e, "aria-label", "Page Specific");
1299
1386
  },
1300
- m(c, d) {
1301
- k(c, e, d), h(e, n), a && a.m(n, null), h(n, t), f[l].m(n, null), i[11](n), o = !0;
1387
+ m(u, p) {
1388
+ m(u, e, p), h(e, n), i && i.m(n, null), h(n, t), c[l].m(n, null), a[11](n), r = !0;
1302
1389
  },
1303
- p(c, d) {
1390
+ p(u, p) {
1304
1391
  /*pageTitle*/
1305
- c[1] ? a ? a.p(c, d) : (a = Ue(c), a.c(), a.m(n, t)) : a && (a.d(1), a = null);
1306
- let N = l;
1307
- l = u(c), l === N ? f[l].p(c, d) : (F(), m(f[N], 1, 1, () => {
1308
- f[N] = null;
1309
- }), E(), s = f[l], s ? s.p(c, d) : (s = f[l] = r[l](c), s.c()), p(s, 1), s.m(n, null));
1392
+ u[1] ? i ? i.p(u, p) : (i = Re(u), i.c(), i.m(n, t)) : i && (i.d(1), i = null);
1393
+ let Z = l;
1394
+ l = f(u), l === Z ? c[l].p(u, p) : (T(), d(c[Z], 1, 1, () => {
1395
+ c[Z] = null;
1396
+ }), U(), s = c[l], s ? s.p(u, p) : (s = c[l] = o[l](u), s.c()), g(s, 1), s.m(n, null));
1310
1397
  },
1311
- i(c) {
1312
- o || (p(s), o = !0);
1398
+ i(u) {
1399
+ r || (g(s), r = !0);
1313
1400
  },
1314
- o(c) {
1315
- m(s), o = !1;
1401
+ o(u) {
1402
+ d(s), r = !1;
1316
1403
  },
1317
- d(c) {
1318
- c && w(e), a && a.d(), f[l].d(), i[11](null);
1404
+ d(u) {
1405
+ u && v(e), i && i.d(), c[l].d(), a[11](null);
1319
1406
  }
1320
1407
  };
1321
1408
  }
1322
- function Ue(i) {
1409
+ function Re(a) {
1323
1410
  let e;
1324
- function n(s, o) {
1411
+ function n(s, r) {
1325
1412
  return (
1326
1413
  /*pageURL*/
1327
- s[2] ? xt : yt
1414
+ s[2] ? Tt : Ut
1328
1415
  );
1329
1416
  }
1330
- let t = n(i), l = t(i);
1417
+ let t = n(a), l = t(a);
1331
1418
  return {
1332
1419
  c() {
1333
- e = g("li"), l.c();
1420
+ e = b("li"), l.c();
1334
1421
  },
1335
- m(s, o) {
1336
- k(s, e, o), l.m(e, null);
1422
+ m(s, r) {
1423
+ m(s, e, r), l.m(e, null);
1337
1424
  },
1338
- p(s, o) {
1339
- t === (t = n(s)) && l ? l.p(s, o) : (l.d(1), l = t(s), l && (l.c(), l.m(e, null)));
1425
+ p(s, r) {
1426
+ t === (t = n(s)) && l ? l.p(s, r) : (l.d(1), l = t(s), l && (l.c(), l.m(e, null)));
1340
1427
  },
1341
1428
  d(s) {
1342
- s && w(e), l.d();
1429
+ s && v(e), l.d();
1343
1430
  }
1344
1431
  };
1345
1432
  }
1346
- function yt(i) {
1433
+ function Ut(a) {
1347
1434
  let e, n;
1348
1435
  return {
1349
1436
  c() {
1350
- e = g("span"), n = T(
1437
+ e = b("span"), n = E(
1351
1438
  /*pageTitle*/
1352
- i[1]
1439
+ a[1]
1353
1440
  ), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold");
1354
1441
  },
1355
1442
  m(t, l) {
1356
- k(t, e, l), h(e, n);
1443
+ m(t, e, l), h(e, n);
1357
1444
  },
1358
1445
  p(t, l) {
1359
1446
  l[0] & /*pageTitle*/
1360
- 2 && Y(
1447
+ 2 && ee(
1361
1448
  n,
1362
1449
  /*pageTitle*/
1363
1450
  t[1]
1364
1451
  );
1365
1452
  },
1366
1453
  d(t) {
1367
- t && w(e);
1454
+ t && v(e);
1368
1455
  }
1369
1456
  };
1370
1457
  }
1371
- function xt(i) {
1458
+ function Tt(a) {
1372
1459
  let e, n;
1373
1460
  return {
1374
1461
  c() {
1375
- e = g("a"), n = T(
1462
+ e = b("a"), n = E(
1376
1463
  /*pageTitle*/
1377
- i[1]
1464
+ a[1]
1378
1465
  ), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold transition-colors hover:bg-uofg-yellow"), _(
1379
1466
  e,
1380
1467
  "href",
1381
1468
  /*pageURL*/
1382
- i[2]
1469
+ a[2]
1383
1470
  );
1384
1471
  },
1385
1472
  m(t, l) {
1386
- k(t, e, l), h(e, n);
1473
+ m(t, e, l), h(e, n);
1387
1474
  },
1388
1475
  p(t, l) {
1389
1476
  l[0] & /*pageTitle*/
1390
- 2 && Y(
1477
+ 2 && ee(
1391
1478
  n,
1392
1479
  /*pageTitle*/
1393
1480
  t[1]
@@ -1400,11 +1487,11 @@ function xt(i) {
1400
1487
  );
1401
1488
  },
1402
1489
  d(t) {
1403
- t && w(e);
1490
+ t && v(e);
1404
1491
  }
1405
1492
  };
1406
1493
  }
1407
- function Ct(i) {
1494
+ function Et(a) {
1408
1495
  let e, n;
1409
1496
  return e = new P({
1410
1497
  props: {
@@ -1413,17 +1500,17 @@ function Ct(i) {
1413
1500
  contentClass: "whitespace-normal absolute right-0 top-full z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem] [&>li]:contents max-h-[calc(100vh-5rem)] overflow-y-auto",
1414
1501
  as: "ul",
1415
1502
  $$slots: {
1416
- button: [Tt],
1417
- default: [St]
1503
+ button: [It],
1504
+ default: [qt]
1418
1505
  },
1419
- $$scope: { ctx: i }
1506
+ $$scope: { ctx: a }
1420
1507
  }
1421
1508
  }), {
1422
1509
  c() {
1423
- j(e.$$.fragment);
1510
+ C(e.$$.fragment);
1424
1511
  },
1425
1512
  m(t, l) {
1426
- A(e, t, l), n = !0;
1513
+ N(e, t, l), n = !0;
1427
1514
  },
1428
1515
  p(t, l) {
1429
1516
  const s = {};
@@ -1432,69 +1519,69 @@ function Ct(i) {
1432
1519
  16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1433
1520
  },
1434
1521
  i(t) {
1435
- n || (p(e.$$.fragment, t), n = !0);
1522
+ n || (g(e.$$.fragment, t), n = !0);
1436
1523
  },
1437
1524
  o(t) {
1438
- m(e.$$.fragment, t), n = !1;
1525
+ d(e.$$.fragment, t), n = !1;
1439
1526
  },
1440
1527
  d(t) {
1441
- U(e, t);
1528
+ L(e, t);
1442
1529
  }
1443
1530
  };
1444
1531
  }
1445
- function Nt(i) {
1446
- let e, n = [], t = /* @__PURE__ */ new Map(), l, s = C(
1532
+ function Bt(a) {
1533
+ let e, n = [], t = /* @__PURE__ */ new Map(), l, s = j(
1447
1534
  /*subNavigation*/
1448
- i[0]
1535
+ a[0]
1449
1536
  );
1450
- const o = (a) => (
1537
+ const r = (i) => (
1451
1538
  /*item*/
1452
- a[13].text || /*item*/
1453
- a[13].title
1539
+ i[13].text || /*item*/
1540
+ i[13].title
1454
1541
  );
1455
- for (let a = 0; a < s.length; a += 1) {
1456
- let r = he(i, s, a), f = o(r);
1457
- t.set(f, n[a] = Fe(f, r));
1542
+ for (let i = 0; i < s.length; i += 1) {
1543
+ let o = $e(a, s, i), c = r(o);
1544
+ t.set(c, n[i] = Ie(c, o));
1458
1545
  }
1459
1546
  return {
1460
1547
  c() {
1461
- e = g("li");
1462
- for (let a = 0; a < n.length; a += 1)
1463
- n[a].c();
1464
- },
1465
- m(a, r) {
1466
- k(a, e, r);
1467
- for (let f = 0; f < n.length; f += 1)
1468
- n[f] && n[f].m(e, null);
1548
+ e = b("li");
1549
+ for (let i = 0; i < n.length; i += 1)
1550
+ n[i].c();
1551
+ },
1552
+ m(i, o) {
1553
+ m(i, e, o);
1554
+ for (let c = 0; c < n.length; c += 1)
1555
+ n[c] && n[c].m(e, null);
1469
1556
  l = !0;
1470
1557
  },
1471
- p(a, r) {
1472
- r[0] & /*subNavigation*/
1473
- 1 && (s = C(
1558
+ p(i, o) {
1559
+ o[0] & /*subNavigation*/
1560
+ 1 && (s = j(
1474
1561
  /*subNavigation*/
1475
- a[0]
1476
- ), F(), n = le(n, r, o, 1, a, s, t, e, ne, Fe, null, he), E());
1562
+ i[0]
1563
+ ), T(), n = ie(n, o, r, 1, i, s, t, e, ce, Ie, null, $e), U());
1477
1564
  },
1478
- i(a) {
1565
+ i(i) {
1479
1566
  if (!l) {
1480
- for (let r = 0; r < s.length; r += 1)
1481
- p(n[r]);
1567
+ for (let o = 0; o < s.length; o += 1)
1568
+ g(n[o]);
1482
1569
  l = !0;
1483
1570
  }
1484
1571
  },
1485
- o(a) {
1486
- for (let r = 0; r < n.length; r += 1)
1487
- m(n[r]);
1572
+ o(i) {
1573
+ for (let o = 0; o < n.length; o += 1)
1574
+ d(n[o]);
1488
1575
  l = !1;
1489
1576
  },
1490
- d(a) {
1491
- a && w(e);
1492
- for (let r = 0; r < n.length; r += 1)
1493
- n[r].d();
1577
+ d(i) {
1578
+ i && v(e);
1579
+ for (let o = 0; o < n.length; o += 1)
1580
+ n[o].d();
1494
1581
  }
1495
1582
  };
1496
1583
  }
1497
- function Lt(i) {
1584
+ function Ft(a) {
1498
1585
  let e, n;
1499
1586
  return e = new P({
1500
1587
  props: {
@@ -1504,17 +1591,17 @@ function Lt(i) {
1504
1591
  as: "ul",
1505
1592
  autoCollapse: !1,
1506
1593
  $$slots: {
1507
- button: [Ut],
1508
- default: [At]
1594
+ button: [Wt],
1595
+ default: [zt]
1509
1596
  },
1510
- $$scope: { ctx: i }
1597
+ $$scope: { ctx: a }
1511
1598
  }
1512
1599
  }), {
1513
1600
  c() {
1514
- j(e.$$.fragment);
1601
+ C(e.$$.fragment);
1515
1602
  },
1516
1603
  m(t, l) {
1517
- A(e, t, l), n = !0;
1604
+ N(e, t, l), n = !0;
1518
1605
  },
1519
1606
  p(t, l) {
1520
1607
  const s = {};
@@ -1523,283 +1610,283 @@ function Lt(i) {
1523
1610
  16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1524
1611
  },
1525
1612
  i(t) {
1526
- n || (p(e.$$.fragment, t), n = !0);
1613
+ n || (g(e.$$.fragment, t), n = !0);
1527
1614
  },
1528
1615
  o(t) {
1529
- m(e.$$.fragment, t), n = !1;
1616
+ d(e.$$.fragment, t), n = !1;
1530
1617
  },
1531
1618
  d(t) {
1532
- U(e, t);
1619
+ L(e, t);
1533
1620
  }
1534
1621
  };
1535
1622
  }
1536
- function jt(i) {
1623
+ function Rt(a) {
1537
1624
  let e, n = (
1538
1625
  /*item*/
1539
- i[13].text + ""
1626
+ a[13].text + ""
1540
1627
  ), t, l, s = [
1541
1628
  {
1542
1629
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1543
1630
  },
1544
1631
  {
1545
1632
  href: l = /*item*/
1546
- i[13].href
1633
+ a[13].href
1547
1634
  },
1548
1635
  /*item*/
1549
- i[13].attributes
1550
- ], o = {};
1551
- for (let a = 0; a < s.length; a += 1)
1552
- o = G(o, s[a]);
1636
+ a[13].attributes
1637
+ ], r = {};
1638
+ for (let i = 0; i < s.length; i += 1)
1639
+ r = G(r, s[i]);
1553
1640
  return {
1554
1641
  c() {
1555
- e = g("a"), t = T(n), q(e, o);
1642
+ e = b("a"), t = E(n), W(e, r);
1556
1643
  },
1557
- m(a, r) {
1558
- k(a, e, r), h(e, t);
1644
+ m(i, o) {
1645
+ m(i, e, o), h(e, t);
1559
1646
  },
1560
- p(a, r) {
1561
- r[0] & /*subNavigation*/
1647
+ p(i, o) {
1648
+ o[0] & /*subNavigation*/
1562
1649
  1 && n !== (n = /*item*/
1563
- a[13].text + "") && V(t, n, o.contenteditable), q(e, o = D(s, [
1650
+ i[13].text + "") && le(t, n, r.contenteditable), W(e, r = X(s, [
1564
1651
  {
1565
1652
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1566
1653
  },
1567
- r[0] & /*subNavigation*/
1654
+ o[0] & /*subNavigation*/
1568
1655
  1 && l !== (l = /*item*/
1569
- a[13].href) && { href: l },
1570
- r[0] & /*subNavigation*/
1656
+ i[13].href) && { href: l },
1657
+ o[0] & /*subNavigation*/
1571
1658
  1 && /*item*/
1572
- a[13].attributes
1659
+ i[13].attributes
1573
1660
  ]));
1574
1661
  },
1575
- i: x,
1576
- o: x,
1577
- d(a) {
1578
- a && w(e);
1662
+ i: k,
1663
+ o: k,
1664
+ d(i) {
1665
+ i && v(e);
1579
1666
  }
1580
1667
  };
1581
1668
  }
1582
- function Se(i) {
1669
+ function ze(a) {
1583
1670
  let e, n, t = (
1584
1671
  /*link*/
1585
- i[16].text + ""
1586
- ), l, s, o, a = [
1672
+ a[16].text + ""
1673
+ ), l, s, r, i = [
1587
1674
  {
1588
1675
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1589
1676
  },
1590
1677
  {
1591
1678
  href: s = /*link*/
1592
- i[16].href
1679
+ a[16].href
1593
1680
  },
1594
1681
  /*link*/
1595
- i[16].attributes
1596
- ], r = {};
1597
- for (let f = 0; f < a.length; f += 1)
1598
- r = G(r, a[f]);
1682
+ a[16].attributes
1683
+ ], o = {};
1684
+ for (let c = 0; c < i.length; c += 1)
1685
+ o = G(o, i[c]);
1599
1686
  return {
1600
1687
  c() {
1601
- e = g("li"), n = g("a"), l = T(t), o = y(), q(n, r);
1688
+ e = b("li"), n = b("a"), l = E(t), r = x(), W(n, o);
1602
1689
  },
1603
- m(f, u) {
1604
- k(f, e, u), h(e, n), h(n, l), h(e, o);
1690
+ m(c, f) {
1691
+ m(c, e, f), h(e, n), h(n, l), h(e, r);
1605
1692
  },
1606
- p(f, u) {
1607
- u[0] & /*subNavigation*/
1693
+ p(c, f) {
1694
+ f[0] & /*subNavigation*/
1608
1695
  1 && t !== (t = /*link*/
1609
- f[16].text + "") && V(l, t, r.contenteditable), q(n, r = D(a, [
1696
+ c[16].text + "") && le(l, t, o.contenteditable), W(n, o = X(i, [
1610
1697
  {
1611
1698
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1612
1699
  },
1613
- u[0] & /*subNavigation*/
1700
+ f[0] & /*subNavigation*/
1614
1701
  1 && s !== (s = /*link*/
1615
- f[16].href) && { href: s },
1616
- u[0] & /*subNavigation*/
1702
+ c[16].href) && { href: s },
1703
+ f[0] & /*subNavigation*/
1617
1704
  1 && /*link*/
1618
- f[16].attributes
1705
+ c[16].attributes
1619
1706
  ]));
1620
1707
  },
1621
- d(f) {
1622
- f && w(e);
1708
+ d(c) {
1709
+ c && v(e);
1623
1710
  }
1624
1711
  };
1625
1712
  }
1626
- function At(i) {
1627
- let e, n = C(
1713
+ function zt(a) {
1714
+ let e, n = j(
1628
1715
  /*item*/
1629
- i[13].links
1716
+ a[13].links
1630
1717
  ), t = [];
1631
1718
  for (let l = 0; l < n.length; l += 1)
1632
- t[l] = Se(_e(i, n, l));
1719
+ t[l] = ze(we(a, n, l));
1633
1720
  return {
1634
1721
  c() {
1635
1722
  for (let l = 0; l < t.length; l += 1)
1636
1723
  t[l].c();
1637
- e = B();
1724
+ e = I();
1638
1725
  },
1639
1726
  m(l, s) {
1640
- for (let o = 0; o < t.length; o += 1)
1641
- t[o] && t[o].m(l, s);
1642
- k(l, e, s);
1727
+ for (let r = 0; r < t.length; r += 1)
1728
+ t[r] && t[r].m(l, s);
1729
+ m(l, e, s);
1643
1730
  },
1644
1731
  p(l, s) {
1645
1732
  if (s[0] & /*subNavigation*/
1646
1733
  1) {
1647
- n = C(
1734
+ n = j(
1648
1735
  /*item*/
1649
1736
  l[13].links
1650
1737
  );
1651
- let o;
1652
- for (o = 0; o < n.length; o += 1) {
1653
- const a = _e(l, n, o);
1654
- t[o] ? t[o].p(a, s) : (t[o] = Se(a), t[o].c(), t[o].m(e.parentNode, e));
1738
+ let r;
1739
+ for (r = 0; r < n.length; r += 1) {
1740
+ const i = we(l, n, r);
1741
+ t[r] ? t[r].p(i, s) : (t[r] = ze(i), t[r].c(), t[r].m(e.parentNode, e));
1655
1742
  }
1656
- for (; o < t.length; o += 1)
1657
- t[o].d(1);
1743
+ for (; r < t.length; r += 1)
1744
+ t[r].d(1);
1658
1745
  t.length = n.length;
1659
1746
  }
1660
1747
  },
1661
1748
  d(l) {
1662
- l && w(e), H(t, l);
1749
+ l && v(e), V(t, l);
1663
1750
  }
1664
1751
  };
1665
1752
  }
1666
- function Ut(i) {
1753
+ function Wt(a) {
1667
1754
  let e, n, t = (
1668
1755
  /*item*/
1669
- i[13].title + ""
1670
- ), l, s, o, a;
1671
- return o = new z({ props: { icon: X } }), {
1756
+ a[13].title + ""
1757
+ ), l, s, r, i;
1758
+ return r = new q({ props: { icon: ne } }), {
1672
1759
  c() {
1673
- e = g("span"), n = g("span"), l = T(t), s = y(), j(o.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button");
1760
+ e = b("span"), n = b("span"), l = E(t), s = x(), C(r.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button");
1674
1761
  },
1675
- m(r, f) {
1676
- k(r, e, f), h(e, n), h(n, l), h(e, s), A(o, e, null), a = !0;
1762
+ m(o, c) {
1763
+ m(o, e, c), h(e, n), h(n, l), h(e, s), N(r, e, null), i = !0;
1677
1764
  },
1678
- p(r, f) {
1679
- (!a || f[0] & /*subNavigation*/
1765
+ p(o, c) {
1766
+ (!i || c[0] & /*subNavigation*/
1680
1767
  1) && t !== (t = /*item*/
1681
- r[13].title + "") && Y(l, t);
1768
+ o[13].title + "") && ee(l, t);
1682
1769
  },
1683
- i(r) {
1684
- a || (p(o.$$.fragment, r), a = !0);
1770
+ i(o) {
1771
+ i || (g(r.$$.fragment, o), i = !0);
1685
1772
  },
1686
- o(r) {
1687
- m(o.$$.fragment, r), a = !1;
1773
+ o(o) {
1774
+ d(r.$$.fragment, o), i = !1;
1688
1775
  },
1689
- d(r) {
1690
- r && w(e), U(o);
1776
+ d(o) {
1777
+ o && v(e), L(r);
1691
1778
  }
1692
1779
  };
1693
1780
  }
1694
- function Te(i, e) {
1695
- let n, t, l, s, o;
1696
- const a = [jt, Lt], r = [];
1697
- function f(u, c) {
1781
+ function We(a, e) {
1782
+ let n, t, l, s, r;
1783
+ const i = [Rt, Ft], o = [];
1784
+ function c(f, u) {
1698
1785
  return (
1699
1786
  /*item*/
1700
- u[13].text ? 0 : 1
1787
+ f[13].text ? 0 : 1
1701
1788
  );
1702
1789
  }
1703
- return t = f(e), l = r[t] = a[t](e), {
1704
- key: i,
1790
+ return t = c(e), l = o[t] = i[t](e), {
1791
+ key: a,
1705
1792
  first: null,
1706
1793
  c() {
1707
- n = g("li"), l.c(), s = y(), _(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
1794
+ n = b("li"), l.c(), s = x(), _(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
1708
1795
  },
1709
- m(u, c) {
1710
- k(u, n, c), r[t].m(n, null), h(n, s), o = !0;
1796
+ m(f, u) {
1797
+ m(f, n, u), o[t].m(n, null), h(n, s), r = !0;
1711
1798
  },
1712
- p(u, c) {
1713
- e = u;
1714
- let d = t;
1715
- t = f(e), t === d ? r[t].p(e, c) : (F(), m(r[d], 1, 1, () => {
1716
- r[d] = null;
1717
- }), E(), l = r[t], l ? l.p(e, c) : (l = r[t] = a[t](e), l.c()), p(l, 1), l.m(n, s));
1799
+ p(f, u) {
1800
+ e = f;
1801
+ let p = t;
1802
+ t = c(e), t === p ? o[t].p(e, u) : (T(), d(o[p], 1, 1, () => {
1803
+ o[p] = null;
1804
+ }), U(), l = o[t], l ? l.p(e, u) : (l = o[t] = i[t](e), l.c()), g(l, 1), l.m(n, s));
1718
1805
  },
1719
- i(u) {
1720
- o || (p(l), o = !0);
1806
+ i(f) {
1807
+ r || (g(l), r = !0);
1721
1808
  },
1722
- o(u) {
1723
- m(l), o = !1;
1809
+ o(f) {
1810
+ d(l), r = !1;
1724
1811
  },
1725
- d(u) {
1726
- u && w(n), r[t].d();
1812
+ d(f) {
1813
+ f && v(n), o[t].d();
1727
1814
  }
1728
1815
  };
1729
1816
  }
1730
- function St(i) {
1731
- let e = [], n = /* @__PURE__ */ new Map(), t, l, s = C(
1817
+ function qt(a) {
1818
+ let e = [], n = /* @__PURE__ */ new Map(), t, l, s = j(
1732
1819
  /*subNavigation*/
1733
- i[0]
1820
+ a[0]
1734
1821
  );
1735
- const o = (a) => (
1822
+ const r = (i) => (
1736
1823
  /*item*/
1737
- a[13].text || /*item*/
1738
- a[13].title
1824
+ i[13].text || /*item*/
1825
+ i[13].title
1739
1826
  );
1740
- for (let a = 0; a < s.length; a += 1) {
1741
- let r = ce(i, s, a), f = o(r);
1742
- n.set(f, e[a] = Te(f, r));
1827
+ for (let i = 0; i < s.length; i += 1) {
1828
+ let o = ve(a, s, i), c = r(o);
1829
+ n.set(c, e[i] = We(c, o));
1743
1830
  }
1744
1831
  return {
1745
1832
  c() {
1746
- for (let a = 0; a < e.length; a += 1)
1747
- e[a].c();
1748
- t = B();
1749
- },
1750
- m(a, r) {
1751
- for (let f = 0; f < e.length; f += 1)
1752
- e[f] && e[f].m(a, r);
1753
- k(a, t, r), l = !0;
1754
- },
1755
- p(a, r) {
1756
- r[0] & /*subNavigation*/
1757
- 1 && (s = C(
1833
+ for (let i = 0; i < e.length; i += 1)
1834
+ e[i].c();
1835
+ t = I();
1836
+ },
1837
+ m(i, o) {
1838
+ for (let c = 0; c < e.length; c += 1)
1839
+ e[c] && e[c].m(i, o);
1840
+ m(i, t, o), l = !0;
1841
+ },
1842
+ p(i, o) {
1843
+ o[0] & /*subNavigation*/
1844
+ 1 && (s = j(
1758
1845
  /*subNavigation*/
1759
- a[0]
1760
- ), F(), e = le(e, r, o, 1, a, s, n, t.parentNode, ne, Te, t, ce), E());
1846
+ i[0]
1847
+ ), T(), e = ie(e, o, r, 1, i, s, n, t.parentNode, ce, We, t, ve), U());
1761
1848
  },
1762
- i(a) {
1849
+ i(i) {
1763
1850
  if (!l) {
1764
- for (let r = 0; r < s.length; r += 1)
1765
- p(e[r]);
1851
+ for (let o = 0; o < s.length; o += 1)
1852
+ g(e[o]);
1766
1853
  l = !0;
1767
1854
  }
1768
1855
  },
1769
- o(a) {
1770
- for (let r = 0; r < e.length; r += 1)
1771
- m(e[r]);
1856
+ o(i) {
1857
+ for (let o = 0; o < e.length; o += 1)
1858
+ d(e[o]);
1772
1859
  l = !1;
1773
1860
  },
1774
- d(a) {
1775
- a && w(t);
1776
- for (let r = 0; r < e.length; r += 1)
1777
- e[r].d(a);
1861
+ d(i) {
1862
+ i && v(t);
1863
+ for (let o = 0; o < e.length; o += 1)
1864
+ e[o].d(i);
1778
1865
  }
1779
1866
  };
1780
1867
  }
1781
- function Tt(i) {
1868
+ function It(a) {
1782
1869
  let e, n;
1783
- return e = new z({ props: { slot: "button", icon: Ge } }), {
1870
+ return e = new q({ props: { slot: "button", icon: De } }), {
1784
1871
  c() {
1785
- j(e.$$.fragment);
1872
+ C(e.$$.fragment);
1786
1873
  },
1787
1874
  m(t, l) {
1788
- A(e, t, l), n = !0;
1875
+ N(e, t, l), n = !0;
1789
1876
  },
1790
- p: x,
1877
+ p: k,
1791
1878
  i(t) {
1792
- n || (p(e.$$.fragment, t), n = !0);
1879
+ n || (g(e.$$.fragment, t), n = !0);
1793
1880
  },
1794
1881
  o(t) {
1795
- m(e.$$.fragment, t), n = !1;
1882
+ d(e.$$.fragment, t), n = !1;
1796
1883
  },
1797
1884
  d(t) {
1798
- U(e, t);
1885
+ L(e, t);
1799
1886
  }
1800
1887
  };
1801
1888
  }
1802
- function Et(i) {
1889
+ function Ot(a) {
1803
1890
  let e, n;
1804
1891
  return e = new P({
1805
1892
  props: {
@@ -1808,17 +1895,17 @@ function Et(i) {
1808
1895
  contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
1809
1896
  as: "ul",
1810
1897
  $$slots: {
1811
- button: [Rt],
1812
- default: [Mt]
1898
+ button: [Gt],
1899
+ default: [Ht]
1813
1900
  },
1814
- $$scope: { ctx: i }
1901
+ $$scope: { ctx: a }
1815
1902
  }
1816
1903
  }), {
1817
1904
  c() {
1818
- j(e.$$.fragment);
1905
+ C(e.$$.fragment);
1819
1906
  },
1820
1907
  m(t, l) {
1821
- A(e, t, l), n = !0;
1908
+ N(e, t, l), n = !0;
1822
1909
  },
1823
1910
  p(t, l) {
1824
1911
  const s = {};
@@ -1827,285 +1914,296 @@ function Et(i) {
1827
1914
  16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1828
1915
  },
1829
1916
  i(t) {
1830
- n || (p(e.$$.fragment, t), n = !0);
1917
+ n || (g(e.$$.fragment, t), n = !0);
1831
1918
  },
1832
1919
  o(t) {
1833
- m(e.$$.fragment, t), n = !1;
1920
+ d(e.$$.fragment, t), n = !1;
1834
1921
  },
1835
1922
  d(t) {
1836
- U(e, t);
1923
+ L(e, t);
1837
1924
  }
1838
1925
  };
1839
1926
  }
1840
- function Ft(i) {
1927
+ function Pt(a) {
1841
1928
  let e, n = (
1842
1929
  /*item*/
1843
- i[13].text + ""
1844
- ), t, l, s, o = [
1930
+ a[13].text + ""
1931
+ ), t, l, s, r = [
1845
1932
  {
1846
1933
  class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
1847
1934
  },
1848
1935
  {
1849
1936
  href: s = /*item*/
1850
- i[13].href
1937
+ a[13].href
1851
1938
  },
1852
1939
  /*item*/
1853
- i[13].attributes
1854
- ], a = {};
1855
- for (let r = 0; r < o.length; r += 1)
1856
- a = G(a, o[r]);
1940
+ a[13].attributes
1941
+ ], i = {};
1942
+ for (let o = 0; o < r.length; o += 1)
1943
+ i = G(i, r[o]);
1857
1944
  return {
1858
1945
  c() {
1859
- e = g("a"), t = T(n), l = y(), q(e, a);
1946
+ e = b("a"), t = E(n), l = x(), W(e, i);
1860
1947
  },
1861
- m(r, f) {
1862
- k(r, e, f), h(e, t), h(e, l);
1948
+ m(o, c) {
1949
+ m(o, e, c), h(e, t), h(e, l);
1863
1950
  },
1864
- p(r, f) {
1865
- f[0] & /*subNavigation*/
1951
+ p(o, c) {
1952
+ c[0] & /*subNavigation*/
1866
1953
  1 && n !== (n = /*item*/
1867
- r[13].text + "") && V(t, n, a.contenteditable), q(e, a = D(o, [
1954
+ o[13].text + "") && le(t, n, i.contenteditable), W(e, i = X(r, [
1868
1955
  {
1869
1956
  class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
1870
1957
  },
1871
- f[0] & /*subNavigation*/
1958
+ c[0] & /*subNavigation*/
1872
1959
  1 && s !== (s = /*item*/
1873
- r[13].href) && { href: s },
1874
- f[0] & /*subNavigation*/
1960
+ o[13].href) && { href: s },
1961
+ c[0] & /*subNavigation*/
1875
1962
  1 && /*item*/
1876
- r[13].attributes
1963
+ o[13].attributes
1877
1964
  ]));
1878
1965
  },
1879
- i: x,
1880
- o: x,
1881
- d(r) {
1882
- r && w(e);
1966
+ i: k,
1967
+ o: k,
1968
+ d(o) {
1969
+ o && v(e);
1883
1970
  }
1884
1971
  };
1885
1972
  }
1886
- function Ee(i) {
1973
+ function qe(a) {
1887
1974
  let e, n, t = (
1888
1975
  /*link*/
1889
- i[16].text + ""
1890
- ), l, s, o = [
1976
+ a[16].text + ""
1977
+ ), l, s, r = [
1891
1978
  {
1892
1979
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
1893
1980
  },
1894
1981
  {
1895
1982
  href: s = /*link*/
1896
- i[16].href
1983
+ a[16].href
1897
1984
  },
1898
1985
  /*link*/
1899
- i[16].attributes
1900
- ], a = {};
1901
- for (let r = 0; r < o.length; r += 1)
1902
- a = G(a, o[r]);
1986
+ a[16].attributes
1987
+ ], i = {};
1988
+ for (let o = 0; o < r.length; o += 1)
1989
+ i = G(i, r[o]);
1903
1990
  return {
1904
1991
  c() {
1905
- e = g("li"), n = g("a"), l = T(t), q(n, a);
1992
+ e = b("li"), n = b("a"), l = E(t), W(n, i);
1906
1993
  },
1907
- m(r, f) {
1908
- k(r, e, f), h(e, n), h(n, l);
1994
+ m(o, c) {
1995
+ m(o, e, c), h(e, n), h(n, l);
1909
1996
  },
1910
- p(r, f) {
1911
- f[0] & /*subNavigation*/
1997
+ p(o, c) {
1998
+ c[0] & /*subNavigation*/
1912
1999
  1 && t !== (t = /*link*/
1913
- r[16].text + "") && V(l, t, a.contenteditable), q(n, a = D(o, [
2000
+ o[16].text + "") && le(l, t, i.contenteditable), W(n, i = X(r, [
1914
2001
  {
1915
2002
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
1916
2003
  },
1917
- f[0] & /*subNavigation*/
2004
+ c[0] & /*subNavigation*/
1918
2005
  1 && s !== (s = /*link*/
1919
- r[16].href) && { href: s },
1920
- f[0] & /*subNavigation*/
2006
+ o[16].href) && { href: s },
2007
+ c[0] & /*subNavigation*/
1921
2008
  1 && /*link*/
1922
- r[16].attributes
2009
+ o[16].attributes
1923
2010
  ]));
1924
2011
  },
1925
- d(r) {
1926
- r && w(e);
2012
+ d(o) {
2013
+ o && v(e);
1927
2014
  }
1928
2015
  };
1929
2016
  }
1930
- function Mt(i) {
1931
- let e, n = C(
2017
+ function Ht(a) {
2018
+ let e, n = j(
1932
2019
  /*item*/
1933
- i[13].links
2020
+ a[13].links
1934
2021
  ), t = [];
1935
2022
  for (let l = 0; l < n.length; l += 1)
1936
- t[l] = Ee(ge(i, n, l));
2023
+ t[l] = qe(ke(a, n, l));
1937
2024
  return {
1938
2025
  c() {
1939
2026
  for (let l = 0; l < t.length; l += 1)
1940
2027
  t[l].c();
1941
- e = y();
2028
+ e = x();
1942
2029
  },
1943
2030
  m(l, s) {
1944
- for (let o = 0; o < t.length; o += 1)
1945
- t[o] && t[o].m(l, s);
1946
- k(l, e, s);
2031
+ for (let r = 0; r < t.length; r += 1)
2032
+ t[r] && t[r].m(l, s);
2033
+ m(l, e, s);
1947
2034
  },
1948
2035
  p(l, s) {
1949
2036
  if (s[0] & /*subNavigation*/
1950
2037
  1) {
1951
- n = C(
2038
+ n = j(
1952
2039
  /*item*/
1953
2040
  l[13].links
1954
2041
  );
1955
- let o;
1956
- for (o = 0; o < n.length; o += 1) {
1957
- const a = ge(l, n, o);
1958
- t[o] ? t[o].p(a, s) : (t[o] = Ee(a), t[o].c(), t[o].m(e.parentNode, e));
2042
+ let r;
2043
+ for (r = 0; r < n.length; r += 1) {
2044
+ const i = ke(l, n, r);
2045
+ t[r] ? t[r].p(i, s) : (t[r] = qe(i), t[r].c(), t[r].m(e.parentNode, e));
1959
2046
  }
1960
- for (; o < t.length; o += 1)
1961
- t[o].d(1);
2047
+ for (; r < t.length; r += 1)
2048
+ t[r].d(1);
1962
2049
  t.length = n.length;
1963
2050
  }
1964
2051
  },
1965
2052
  d(l) {
1966
- l && w(e), H(t, l);
2053
+ l && v(e), V(t, l);
1967
2054
  }
1968
2055
  };
1969
2056
  }
1970
- function Rt(i) {
2057
+ function Gt(a) {
1971
2058
  let e, n, t = (
1972
2059
  /*item*/
1973
- i[13].title + ""
1974
- ), l, s, o, a, r;
1975
- return o = new z({ props: { icon: X } }), {
2060
+ a[13].title + ""
2061
+ ), l, s, r, i, o;
2062
+ return r = new q({ props: { icon: ne } }), {
1976
2063
  c() {
1977
- e = g("span"), n = g("span"), l = T(t), s = y(), j(o.$$.fragment), a = y(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button");
2064
+ e = b("span"), n = b("span"), l = E(t), s = x(), C(r.$$.fragment), i = x(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button");
1978
2065
  },
1979
- m(f, u) {
1980
- k(f, e, u), h(e, n), h(n, l), h(e, s), A(o, e, null), h(e, a), r = !0;
2066
+ m(c, f) {
2067
+ m(c, e, f), h(e, n), h(n, l), h(e, s), N(r, e, null), h(e, i), o = !0;
1981
2068
  },
1982
- p(f, u) {
1983
- (!r || u[0] & /*subNavigation*/
2069
+ p(c, f) {
2070
+ (!o || f[0] & /*subNavigation*/
1984
2071
  1) && t !== (t = /*item*/
1985
- f[13].title + "") && Y(l, t);
2072
+ c[13].title + "") && ee(l, t);
1986
2073
  },
1987
- i(f) {
1988
- r || (p(o.$$.fragment, f), r = !0);
2074
+ i(c) {
2075
+ o || (g(r.$$.fragment, c), o = !0);
1989
2076
  },
1990
- o(f) {
1991
- m(o.$$.fragment, f), r = !1;
2077
+ o(c) {
2078
+ d(r.$$.fragment, c), o = !1;
1992
2079
  },
1993
- d(f) {
1994
- f && w(e), U(o);
2080
+ d(c) {
2081
+ c && v(e), L(r);
1995
2082
  }
1996
2083
  };
1997
2084
  }
1998
- function Fe(i, e) {
1999
- let n, t, l, s, o;
2000
- const a = [Ft, Et], r = [];
2001
- function f(u, c) {
2085
+ function Ie(a, e) {
2086
+ let n, t, l, s, r;
2087
+ const i = [Pt, Ot], o = [];
2088
+ function c(f, u) {
2002
2089
  return (
2003
2090
  /*item*/
2004
- u[13].text ? 0 : 1
2091
+ f[13].text ? 0 : 1
2005
2092
  );
2006
2093
  }
2007
- return t = f(e), l = r[t] = a[t](e), {
2008
- key: i,
2094
+ return t = c(e), l = o[t] = i[t](e), {
2095
+ key: a,
2009
2096
  first: null,
2010
2097
  c() {
2011
- n = B(), l.c(), s = B(), this.first = n;
2098
+ n = I(), l.c(), s = I(), this.first = n;
2012
2099
  },
2013
- m(u, c) {
2014
- k(u, n, c), r[t].m(u, c), k(u, s, c), o = !0;
2100
+ m(f, u) {
2101
+ m(f, n, u), o[t].m(f, u), m(f, s, u), r = !0;
2015
2102
  },
2016
- p(u, c) {
2017
- e = u;
2018
- let d = t;
2019
- t = f(e), t === d ? r[t].p(e, c) : (F(), m(r[d], 1, 1, () => {
2020
- r[d] = null;
2021
- }), E(), l = r[t], l ? l.p(e, c) : (l = r[t] = a[t](e), l.c()), p(l, 1), l.m(s.parentNode, s));
2103
+ p(f, u) {
2104
+ e = f;
2105
+ let p = t;
2106
+ t = c(e), t === p ? o[t].p(e, u) : (T(), d(o[p], 1, 1, () => {
2107
+ o[p] = null;
2108
+ }), U(), l = o[t], l ? l.p(e, u) : (l = o[t] = i[t](e), l.c()), g(l, 1), l.m(s.parentNode, s));
2022
2109
  },
2023
- i(u) {
2024
- o || (p(l), o = !0);
2110
+ i(f) {
2111
+ r || (g(l), r = !0);
2025
2112
  },
2026
- o(u) {
2027
- m(l), o = !1;
2113
+ o(f) {
2114
+ d(l), r = !1;
2028
2115
  },
2029
- d(u) {
2030
- u && (w(n), w(s)), r[t].d(u);
2116
+ d(f) {
2117
+ f && (v(n), v(s)), o[t].d(f);
2031
2118
  }
2032
2119
  };
2033
2120
  }
2034
- function qt(i) {
2035
- let e, n, t, l, s, o, a, r, f, u, c, d, N;
2036
- Oe(
2121
+ function Vt(a) {
2122
+ let e, n, t, l, s, r, i, o, c, f, u, p, Z, w, A, J;
2123
+ Ve(
2037
2124
  /*onwindowresize*/
2038
- i[10]
2125
+ a[10]
2039
2126
  );
2040
- let b = (
2127
+ let $ = (
2041
2128
  /*windowWidth*/
2042
- i[3] >= O && ve(i)
2043
- ), v = (
2129
+ a[3] >= F && Ze(a)
2130
+ ), M = (
2044
2131
  /*windowWidth*/
2045
- i[3] >= O && xe()
2132
+ a[3] >= F && Me()
2046
2133
  );
2047
- function Q($, M) {
2134
+ const fe = [kt, $t], H = [];
2135
+ function ue(y, B) {
2048
2136
  return (
2049
2137
  /*windowWidth*/
2050
- $[3] >= O ? _t : ct
2138
+ y[3] >= F ? 0 : 1
2051
2139
  );
2052
2140
  }
2053
- let S = Q(i), W = S(i);
2054
- const re = [gt, ht], I = [];
2055
- function oe($, M) {
2141
+ i = ue(a), o = H[i] = fe[i](a);
2142
+ const _e = [xt, yt], O = [];
2143
+ function he(y, B) {
2056
2144
  return (
2057
2145
  /*windowWidth*/
2058
- $[3] >= O ? 0 : 1
2146
+ y[3] >= F ? 0 : 1
2059
2147
  );
2060
2148
  }
2061
- r = oe(i), f = I[r] = re[r](i);
2062
- let L = (
2149
+ u = he(a), p = O[u] = _e[u](a);
2150
+ let S = (
2063
2151
  /*subNavigation*/
2064
- (i[0].length > 0 || /*pageTitle*/
2065
- i[1]) && Ae(i)
2152
+ (a[0].length > 0 || /*pageTitle*/
2153
+ a[1]) && Fe(a)
2066
2154
  );
2067
2155
  return {
2068
2156
  c() {
2069
- e = g("header"), b && b.c(), n = y(), t = g("nav"), l = g("div"), v && v.c(), s = y(), o = g("a"), W.c(), a = y(), f.c(), u = y(), L && L.c(), _(o, "class", "flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)]"), _(o, "href", "https://www.uoguelph.ca"), _(o, "aria-label", "University of Guelph Home Page"), _(l, "class", "flex w-fit"), _(t, "class", "relative w-full justify-between flex h-[5rem] lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white"), _(t, "aria-label", "Primary"), _(e, "class", "relative w-full font-condensed text-3xl text-black");
2157
+ e = b("header"), $ && $.c(), n = x(), t = b("nav"), l = b("div"), M && M.c(), s = x(), r = b("a"), o.c(), f = x(), p.c(), Z = x(), S && S.c(), _(r, "class", c = `flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full ${/*windowWidth*/
2158
+ a[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`), _(r, "href", "https://www.uoguelph.ca"), _(r, "aria-label", "University of Guelph Home Page"), _(l, "class", "flex w-fit"), _(t, "class", "relative w-full justify-between flex h-[5rem] lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white"), _(t, "aria-label", "Primary"), _(e, "class", "relative w-full font-condensed text-3xl text-black");
2070
2159
  },
2071
- m($, M) {
2072
- k($, e, M), b && b.m(e, null), h(e, n), h(e, t), h(t, l), v && v.m(l, null), h(l, s), h(l, o), W.m(o, null), h(t, a), I[r].m(t, null), h(e, u), L && L.m(e, null), c = !0, d || (N = ee(
2073
- He,
2160
+ m(y, B) {
2161
+ m(y, e, B), $ && $.m(e, null), h(e, n), h(e, t), h(t, l), M && M.m(l, null), h(l, s), h(l, r), H[i].m(r, null), h(t, f), O[u].m(t, null), h(e, Z), S && S.m(e, null), w = !0, A || (J = ae(
2162
+ Xe,
2074
2163
  "resize",
2075
2164
  /*onwindowresize*/
2076
- i[10]
2077
- ), d = !0);
2165
+ a[10]
2166
+ ), A = !0);
2078
2167
  },
2079
- p($, M) {
2168
+ p(y, B) {
2080
2169
  /*windowWidth*/
2081
- $[3] >= O ? b ? (b.p($, M), M[0] & /*windowWidth*/
2082
- 8 && p(b, 1)) : (b = ve($), b.c(), p(b, 1), b.m(e, n)) : b && (F(), m(b, 1, 1, () => {
2083
- b = null;
2084
- }), E()), /*windowWidth*/
2085
- $[3] >= O ? v || (v = xe(), v.c(), v.m(l, s)) : v && (v.d(1), v = null), S !== (S = Q($)) && (W.d(1), W = S($), W && (W.c(), W.m(o, null)));
2086
- let Z = r;
2087
- r = oe($), r === Z ? I[r].p($, M) : (F(), m(I[Z], 1, 1, () => {
2088
- I[Z] = null;
2089
- }), E(), f = I[r], f ? f.p($, M) : (f = I[r] = re[r]($), f.c()), p(f, 1), f.m(t, null)), /*subNavigation*/
2090
- $[0].length > 0 || /*pageTitle*/
2091
- $[1] ? L ? (L.p($, M), M[0] & /*subNavigation, pageTitle*/
2092
- 3 && p(L, 1)) : (L = Ae($), L.c(), p(L, 1), L.m(e, null)) : L && (F(), m(L, 1, 1, () => {
2093
- L = null;
2094
- }), E());
2095
- },
2096
- i($) {
2097
- c || (p(b), p(f), p(L), c = !0);
2098
- },
2099
- o($) {
2100
- m(b), m(f), m(L), c = !1;
2101
- },
2102
- d($) {
2103
- $ && w(e), b && b.d(), v && v.d(), W.d(), I[r].d(), L && L.d(), d = !1, N();
2170
+ y[3] >= F ? $ ? ($.p(y, B), B[0] & /*windowWidth*/
2171
+ 8 && g($, 1)) : ($ = Ze(y), $.c(), g($, 1), $.m(e, n)) : $ && (T(), d($, 1, 1, () => {
2172
+ $ = null;
2173
+ }), U()), /*windowWidth*/
2174
+ y[3] >= F ? M ? B[0] & /*windowWidth*/
2175
+ 8 && g(M, 1) : (M = Me(), M.c(), g(M, 1), M.m(l, s)) : M && (T(), d(M, 1, 1, () => {
2176
+ M = null;
2177
+ }), U());
2178
+ let re = i;
2179
+ i = ue(y), i !== re && (T(), d(H[re], 1, 1, () => {
2180
+ H[re] = null;
2181
+ }), U(), o = H[i], o || (o = H[i] = fe[i](y), o.c()), g(o, 1), o.m(r, null)), (!w || B[0] & /*windowWidth*/
2182
+ 8 && c !== (c = `flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full ${/*windowWidth*/
2183
+ y[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`)) && _(r, "class", c);
2184
+ let oe = u;
2185
+ u = he(y), u === oe ? O[u].p(y, B) : (T(), d(O[oe], 1, 1, () => {
2186
+ O[oe] = null;
2187
+ }), U(), p = O[u], p ? p.p(y, B) : (p = O[u] = _e[u](y), p.c()), g(p, 1), p.m(t, null)), /*subNavigation*/
2188
+ y[0].length > 0 || /*pageTitle*/
2189
+ y[1] ? S ? (S.p(y, B), B[0] & /*subNavigation, pageTitle*/
2190
+ 3 && g(S, 1)) : (S = Fe(y), S.c(), g(S, 1), S.m(e, null)) : S && (T(), d(S, 1, 1, () => {
2191
+ S = null;
2192
+ }), U());
2193
+ },
2194
+ i(y) {
2195
+ w || (g($), g(M), g(o), g(p), g(S), w = !0);
2196
+ },
2197
+ o(y) {
2198
+ d($), d(M), d(o), d(p), d(S), w = !1;
2199
+ },
2200
+ d(y) {
2201
+ y && v(e), $ && $.d(), M && M.d(), H[i].d(), O[u].d(), S && S.d(), A = !1, J();
2104
2202
  }
2105
2203
  };
2106
2204
  }
2107
- const O = 1024, zt = 35;
2108
- function Bt(i, e, n) {
2205
+ const F = 1024, Dt = 35;
2206
+ function Qt(a, e, n) {
2109
2207
  const t = [
2110
2208
  {
2111
2209
  text: "Give",
@@ -2169,8 +2267,8 @@ function Bt(i, e, n) {
2169
2267
  ], s = {
2170
2268
  text: "Search the University of Guelph",
2171
2269
  href: "https://uoguelph.ca/search",
2172
- icon: Ke
2173
- }, o = {
2270
+ icon: lt
2271
+ }, r = {
2174
2272
  text: "Account Menu",
2175
2273
  links: [
2176
2274
  {
@@ -2194,47 +2292,47 @@ function Bt(i, e, n) {
2194
2292
  href: "https://gryphlife.uoguelph.ca/"
2195
2293
  }
2196
2294
  ],
2197
- icon: Ve
2295
+ icon: nt
2198
2296
  };
2199
- let a, r, f = !1, { subNavigation: u } = e, { pageTitle: c } = e, { pageURL: d } = e;
2200
- function N() {
2201
- n(3, a = He.innerWidth);
2297
+ let i, o, c = !1, { subNavigation: f } = e, { pageTitle: u } = e, { pageURL: p } = e;
2298
+ function Z() {
2299
+ n(3, i = Xe.innerWidth);
2202
2300
  }
2203
- function b(v) {
2204
- Xe[v ? "unshift" : "push"](() => {
2205
- r = v, n(4, r);
2301
+ function w(A) {
2302
+ rt[A ? "unshift" : "push"](() => {
2303
+ o = A, n(4, o);
2206
2304
  });
2207
2305
  }
2208
- return i.$$set = (v) => {
2209
- "subNavigation" in v && n(0, u = v.subNavigation), "pageTitle" in v && n(1, c = v.pageTitle), "pageURL" in v && n(2, d = v.pageURL);
2210
- }, i.$$.update = () => {
2211
- i.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
2306
+ return a.$$set = (A) => {
2307
+ "subNavigation" in A && n(0, f = A.subNavigation), "pageTitle" in A && n(1, u = A.pageTitle), "pageURL" in A && n(2, p = A.pageURL);
2308
+ }, a.$$.update = () => {
2309
+ a.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
2212
2310
  56 && window.requestAnimationFrame(() => {
2213
- a >= O && r && !f && n(5, f = r.offsetWidth > r.parentElement.offsetWidth);
2311
+ i >= F && o && !c && n(5, c = o.offsetWidth > o.parentElement.offsetWidth);
2214
2312
  });
2215
2313
  }, [
2314
+ f,
2216
2315
  u,
2316
+ p,
2317
+ i,
2318
+ o,
2217
2319
  c,
2218
- d,
2219
- a,
2220
- r,
2221
- f,
2222
2320
  t,
2223
2321
  l,
2224
2322
  s,
2225
- o,
2226
- N,
2227
- b
2323
+ r,
2324
+ Z,
2325
+ w
2228
2326
  ];
2229
2327
  }
2230
- class Wt extends Re {
2328
+ class Yt extends Y {
2231
2329
  constructor(e) {
2232
- super(), qe(
2330
+ super(), K(
2233
2331
  this,
2234
2332
  e,
2235
- Bt,
2236
- qt,
2237
- te,
2333
+ Qt,
2334
+ Vt,
2335
+ D,
2238
2336
  {
2239
2337
  subNavigation: 0,
2240
2338
  pageTitle: 1,
@@ -2263,9 +2361,9 @@ class Wt extends Re {
2263
2361
  this.$$set({ pageURL: e }), R();
2264
2362
  }
2265
2363
  }
2266
- customElements.define("uofg-header", Me(Wt, { subNavigation: {}, pageTitle: { reflect: !0, type: "String", attribute: "page-title" }, pageURL: { reflect: !0, type: "String", attribute: "page-url" } }, [], [], !0, (i) => class extends i {
2364
+ customElements.define("uofg-header", Q(Yt, { subNavigation: {}, pageTitle: { reflect: !0, type: "String", attribute: "page-title" }, pageURL: { reflect: !0, type: "String", attribute: "page-url" } }, [], [], !0, (a) => class extends a {
2267
2365
  constructor() {
2268
- super(), Ye(this.shadowRoot);
2366
+ super(), tt(this.shadowRoot);
2269
2367
  }
2270
2368
  connectedCallback() {
2271
2369
  super.connectedCallback(), this.updateSubNavigation(), this.observer ?? (this.observer = new MutationObserver(() => {
@@ -2294,7 +2392,7 @@ customElements.define("uofg-header", Me(Wt, { subNavigation: {}, pageTitle: { re
2294
2392
  links: Array.from(n.querySelectorAll("a")).map(e)
2295
2393
  };
2296
2394
  return t.wrapContent = t.links.reduce(
2297
- (l, s) => (s.text.length > zt && (l = !0), l),
2395
+ (l, s) => (s.text.length > Dt && (l = !0), l),
2298
2396
  !1
2299
2397
  ), t;
2300
2398
  }
@@ -2302,5 +2400,5 @@ customElements.define("uofg-header", Me(Wt, { subNavigation: {}, pageTitle: { re
2302
2400
  }
2303
2401
  }));
2304
2402
  export {
2305
- Wt as default
2403
+ Yt as default
2306
2404
  };