@uoguelph/web-components 1.2.0-rc.9 → 1.2.1-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1021 +1,1126 @@
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 B, 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 R, v as $, a as tt, x as A, X as ie, d as C, m as L, q as N, 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-Bx5sKUFM.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
+ (k) => `${k[0].toUpperCase()}${k.slice(1)}`
35
+ ), u = parseFloat(s[`padding${f[0]}`]), p = parseFloat(s[`padding${f[1]}`]), j = parseFloat(s[`margin${f[0]}`]), M = parseFloat(s[`margin${f[1]}`]), w = 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: (k) => `overflow: hidden;opacity: ${Math.min(k * 20, 1) * r};${i}: ${k * o}px;padding-${c[0]}: ${k * u}px;padding-${c[1]}: ${k * p}px;margin-${c[0]}: ${k * j}px;margin-${c[1]}: ${k * M}px;border-${c[0]}-width: ${k * w}px;border-${c[1]}-width: ${k * 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[9].default
103
+ ), s = Oe(
104
104
  l,
105
- i,
105
+ a,
106
106
  /*$$scope*/
107
- i[7],
107
+ a[8],
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
+ 256) && Pe(
132
132
  s,
133
133
  l,
134
- r,
134
+ o,
135
135
  /*$$scope*/
136
- r[7],
137
- t ? Ie(
136
+ o[8],
137
+ t ? Ge(
138
138
  l,
139
139
  /*$$scope*/
140
- r[7],
141
- f,
140
+ o[8],
141
+ c,
142
142
  null
143
- ) : We(
143
+ ) : He(
144
144
  /*$$scope*/
145
- r[7]
145
+ o[8]
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[9].button
189
+ ), o = Oe(
191
190
  i,
191
+ a,
192
192
  /*$$scope*/
193
- i[7],
194
- fe
193
+ a[8],
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
+ ), _(
213
+ n,
214
+ "aria-label",
215
+ /*buttonAriaLabel*/
216
+ a[7]
212
217
  ), _(
213
218
  e,
214
219
  "class",
215
220
  /*className*/
216
- i[1]
221
+ a[1]
217
222
  ), _(e, "tabindex", "-1");
218
223
  },
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(
224
+ m(f, u) {
225
+ m(f, e, u), h(e, n), o && o.m(n, null), h(e, t), c && c.m(e, null), l = !0, s || (r = [
226
+ ae(
222
227
  n,
223
228
  "click",
224
229
  /*click_handler*/
225
- i[9]
230
+ a[10]
226
231
  ),
227
- ee(
232
+ ae(
228
233
  e,
229
234
  "focusoutside",
230
235
  /*focusoutside_handler*/
231
- i[10]
236
+ a[11]
232
237
  ),
233
- De(tt.call(null, e))
238
+ Je(it.call(null, e))
234
239
  ], s = !0);
235
240
  },
236
- p(u, [c]) {
237
- r && r.p && (!l || c & /*$$scope*/
238
- 128) && Be(
239
- r,
240
- a,
241
- u,
241
+ p(f, [u]) {
242
+ o && o.p && (!l || u & /*$$scope*/
243
+ 256) && Pe(
244
+ o,
245
+ i,
246
+ f,
242
247
  /*$$scope*/
243
- u[7],
244
- l ? Ie(
245
- a,
248
+ f[8],
249
+ l ? Ge(
250
+ i,
246
251
  /*$$scope*/
247
- u[7],
248
- c,
249
- lt
250
- ) : We(
252
+ f[8],
253
+ u,
254
+ ct
255
+ ) : He(
251
256
  /*$$scope*/
252
- u[7]
257
+ f[8]
253
258
  ),
254
- fe
255
- ), (!l || c & /*buttonClass*/
259
+ de
260
+ ), (!l || u & /*buttonClass*/
256
261
  16) && _(
257
262
  n,
258
263
  "class",
259
264
  /*buttonClass*/
260
- u[4]
261
- ), (!l || c & /*open*/
265
+ f[4]
266
+ ), (!l || u & /*open*/
262
267
  1) && _(
263
268
  n,
264
269
  "aria-expanded",
265
270
  /*open*/
266
- u[0]
271
+ f[0]
272
+ ), (!l || u & /*buttonAriaLabel*/
273
+ 128) && _(
274
+ n,
275
+ "aria-label",
276
+ /*buttonAriaLabel*/
277
+ f[7]
267
278
  ), /*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*/
279
+ f[0] ? c ? (c.p(f, u), u & /*open*/
280
+ 1 && g(c, 1)) : (c = me(f), c.c(), g(c, 1), c.m(e, null)) : c && (T(), d(c, 1, 1, () => {
281
+ c = null;
282
+ }), U()), (!l || u & /*className*/
272
283
  2) && _(
273
284
  e,
274
285
  "class",
275
286
  /*className*/
276
- u[1]
287
+ f[1]
277
288
  );
278
289
  },
279
- i(u) {
280
- l || (p(r, u), p(f), l = !0);
290
+ i(f) {
291
+ l || (g(o, f), g(c), l = !0);
281
292
  },
282
- o(u) {
283
- m(r, u), m(f), l = !1;
293
+ o(f) {
294
+ d(o, f), d(c), l = !1;
284
295
  },
285
- d(u) {
286
- u && w(e), r && r.d(u), f && f.d(), s = !1, Qe(o);
296
+ d(f) {
297
+ f && v(e), o && o.d(f), c && c.d(), s = !1, et(r);
287
298
  }
288
299
  };
289
300
  }
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);
301
+ function ut(a, e, n) {
302
+ 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, { buttonAriaLabel: p } = e;
303
+ const j = (w) => {
304
+ n(0, r = !r), w.target.focus();
305
+ }, M = () => {
306
+ u && n(0, r = !1);
296
307
  };
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);
308
+ return a.$$set = (w) => {
309
+ "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), "buttonAriaLabel" in w && n(7, p = w.buttonAriaLabel), "$$scope" in w && n(8, l = w.$$scope);
299
310
  }, [
300
- o,
301
- s,
302
- a,
303
311
  r,
312
+ s,
313
+ i,
314
+ o,
315
+ c,
304
316
  f,
305
317
  u,
306
- c,
318
+ p,
307
319
  l,
308
320
  t,
309
- d,
310
- N
321
+ j,
322
+ M
311
323
  ];
312
324
  }
313
- class P extends Re {
325
+ class P extends Y {
314
326
  constructor(e) {
315
- super(), qe(this, e, rt, nt, te, {
327
+ super(), K(this, e, ut, ft, D, {
316
328
  class: 1,
317
329
  open: 0,
318
330
  as: 2,
319
331
  transition: 3,
320
332
  buttonClass: 4,
321
333
  contentClass: 5,
322
- autoCollapse: 6
334
+ autoCollapse: 6,
335
+ buttonAriaLabel: 7
323
336
  });
324
337
  }
325
338
  get class() {
326
339
  return this.$$.ctx[1];
327
340
  }
328
341
  set class(e) {
329
- this.$$set({ class: e }), R();
342
+ this.$$set({ class: e }), B();
330
343
  }
331
344
  get open() {
332
345
  return this.$$.ctx[0];
333
346
  }
334
347
  set open(e) {
335
- this.$$set({ open: e }), R();
348
+ this.$$set({ open: e }), B();
336
349
  }
337
350
  get as() {
338
351
  return this.$$.ctx[2];
339
352
  }
340
353
  set as(e) {
341
- this.$$set({ as: e }), R();
354
+ this.$$set({ as: e }), B();
342
355
  }
343
356
  get transition() {
344
357
  return this.$$.ctx[3];
345
358
  }
346
359
  set transition(e) {
347
- this.$$set({ transition: e }), R();
360
+ this.$$set({ transition: e }), B();
348
361
  }
349
362
  get buttonClass() {
350
363
  return this.$$.ctx[4];
351
364
  }
352
365
  set buttonClass(e) {
353
- this.$$set({ buttonClass: e }), R();
366
+ this.$$set({ buttonClass: e }), B();
354
367
  }
355
368
  get contentClass() {
356
369
  return this.$$.ctx[5];
357
370
  }
358
371
  set contentClass(e) {
359
- this.$$set({ contentClass: e }), R();
372
+ this.$$set({ contentClass: e }), B();
360
373
  }
361
374
  get autoCollapse() {
362
375
  return this.$$.ctx[6];
363
376
  }
364
377
  set autoCollapse(e) {
365
- this.$$set({ autoCollapse: e }), R();
378
+ this.$$set({ autoCollapse: e }), B();
379
+ }
380
+ get buttonAriaLabel() {
381
+ return this.$$.ctx[7];
382
+ }
383
+ set buttonAriaLabel(e) {
384
+ this.$$set({ buttonAriaLabel: e }), B();
366
385
  }
367
386
  }
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();
372
- return t[13] = e[n], t;
387
+ Q(P, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" }, buttonAriaLabel: {} }, ["button", "default"], [], !0);
388
+ function _t(a) {
389
+ let e, n, t, l;
390
+ return {
391
+ c() {
392
+ e = R("svg"), n = R("g"), t = R("path"), l = R("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");
393
+ },
394
+ m(s, r) {
395
+ m(s, e, r), h(e, n), h(n, t), h(n, l);
396
+ },
397
+ p: $,
398
+ i: $,
399
+ o: $,
400
+ d(s) {
401
+ s && v(e);
402
+ }
403
+ };
373
404
  }
374
- function _e(i, e, n) {
375
- const t = i.slice();
376
- return t[16] = e[n], t;
405
+ class Qe extends Y {
406
+ constructor(e) {
407
+ super(), K(this, e, null, _t, D, {});
408
+ }
377
409
  }
378
- function he(i, e, n) {
379
- const t = i.slice();
380
- return t[13] = e[n], t;
410
+ Q(Qe, {}, [], [], !0);
411
+ function ht(a) {
412
+ let e, n, t;
413
+ return {
414
+ c() {
415
+ e = R("svg"), n = R("path"), t = R("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");
416
+ },
417
+ m(l, s) {
418
+ m(l, e, s), h(e, n), h(e, t);
419
+ },
420
+ p: $,
421
+ i: $,
422
+ o: $,
423
+ d(l) {
424
+ l && v(e);
425
+ }
426
+ };
381
427
  }
382
- function ge(i, e, n) {
383
- const t = i.slice();
384
- return t[16] = e[n], t;
428
+ class Ye extends Y {
429
+ constructor(e) {
430
+ super(), K(this, e, null, ht, D, {});
431
+ }
385
432
  }
386
- function pe(i, e, n) {
387
- const t = i.slice();
388
- return t[13] = e[n], t;
433
+ Q(Ye, {}, [], [], !0);
434
+ function gt(a) {
435
+ let e, n, t;
436
+ return {
437
+ c() {
438
+ e = R("svg"), n = R("path"), t = R("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");
439
+ },
440
+ m(l, s) {
441
+ m(l, e, s), h(e, n), h(e, t);
442
+ },
443
+ p: $,
444
+ i: $,
445
+ o: $,
446
+ d(l) {
447
+ l && v(e);
448
+ }
449
+ };
389
450
  }
390
- function be(i, e, n) {
391
- const t = i.slice();
392
- return t[16] = e[n], t;
451
+ class Ke extends Y {
452
+ constructor(e) {
453
+ super(), K(this, e, null, gt, D, {});
454
+ }
455
+ }
456
+ Q(Ke, {}, [], [], !0);
457
+ const { window: Xe } = ot;
458
+ function ve(a, e, n) {
459
+ const t = a.slice();
460
+ return t[12] = e[n], t;
461
+ }
462
+ function we(a, e, n) {
463
+ const t = a.slice();
464
+ return t[15] = e[n], t;
465
+ }
466
+ function ke(a, e, n) {
467
+ const t = a.slice();
468
+ return t[12] = e[n], t;
393
469
  }
394
- function de(i, e, n) {
395
- const t = i.slice();
396
- return t[16] = e[n], t;
470
+ function $e(a, e, n) {
471
+ const t = a.slice();
472
+ return t[15] = e[n], t;
397
473
  }
398
- function me(i, e, n) {
399
- const t = i.slice();
400
- return t[13] = e[n], t;
474
+ function ye(a, e, n) {
475
+ const t = a.slice();
476
+ return t[12] = e[n], t;
401
477
  }
402
- function ke(i, e, n) {
403
- const t = i.slice();
404
- return t[13] = e[n], t;
478
+ function xe(a, e, n) {
479
+ const t = a.slice();
480
+ return t[15] = e[n], t;
405
481
  }
406
- function we(i, e, n) {
407
- const t = i.slice();
408
- return t[16] = e[n], t;
482
+ function Ce(a, e, n) {
483
+ const t = a.slice();
484
+ return t[15] = e[n], t;
409
485
  }
410
- function ve(i) {
411
- let e, n, t = [], l = /* @__PURE__ */ new Map(), s, o = C([
486
+ function Le(a, e, n) {
487
+ const t = a.slice();
488
+ return t[12] = e[n], t;
489
+ }
490
+ function Ne(a, e, n) {
491
+ const t = a.slice();
492
+ return t[12] = e[n], t;
493
+ }
494
+ function Ae(a, e, n) {
495
+ const t = a.slice();
496
+ return t[15] = e[n], t;
497
+ }
498
+ function je(a) {
499
+ let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r = A([
412
500
  .../*topLinks*/
413
- i[6],
501
+ a[6],
414
502
  /*account*/
415
- i[9]
503
+ a[9]
416
504
  ]);
417
- const a = (r) => (
505
+ const i = (o) => (
418
506
  /*item*/
419
- r[13].text || /*item*/
420
- r[13].title
507
+ o[12].text || /*item*/
508
+ o[12].title
421
509
  );
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));
510
+ for (let o = 0; o < r.length; o += 1) {
511
+ let c = Ne(a, r, o), f = i(c);
512
+ l.set(f, t[o] = Se(f, c));
425
513
  }
426
514
  return {
427
515
  c() {
428
- e = g("nav"), n = g("ul");
429
- for (let r = 0; r < t.length; r += 1)
430
- t[r].c();
516
+ e = b("nav"), n = b("ul");
517
+ for (let o = 0; o < t.length; o += 1)
518
+ t[o].c();
431
519
  _(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
520
  },
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);
521
+ m(o, c) {
522
+ m(o, e, c), h(e, n);
523
+ for (let f = 0; f < t.length; f += 1)
524
+ t[f] && t[f].m(n, null);
437
525
  s = !0;
438
526
  },
439
- p(r, f) {
440
- f[0] & /*topLinks, account*/
441
- 576 && (o = C([
527
+ p(o, c) {
528
+ c[0] & /*topLinks, account*/
529
+ 576 && (r = A([
442
530
  .../*topLinks*/
443
- r[6],
531
+ o[6],
444
532
  /*account*/
445
- r[9]
446
- ]), F(), t = le(t, f, a, 1, r, o, l, n, ne, ye, null, ke), E());
533
+ o[9]
534
+ ]), T(), t = ie(t, c, i, 1, o, r, l, n, ce, Se, null, Ne), U());
447
535
  },
448
- i(r) {
536
+ i(o) {
449
537
  if (!s) {
450
- for (let f = 0; f < o.length; f += 1)
451
- p(t[f]);
538
+ for (let c = 0; c < r.length; c += 1)
539
+ g(t[c]);
452
540
  s = !0;
453
541
  }
454
542
  },
455
- o(r) {
456
- for (let f = 0; f < t.length; f += 1)
457
- m(t[f]);
543
+ o(o) {
544
+ for (let c = 0; c < t.length; c += 1)
545
+ d(t[c]);
458
546
  s = !1;
459
547
  },
460
- d(r) {
461
- r && w(e);
462
- for (let f = 0; f < t.length; f += 1)
463
- t[f].d();
548
+ d(o) {
549
+ o && v(e);
550
+ for (let c = 0; c < t.length; c += 1)
551
+ t[c].d();
464
552
  }
465
553
  };
466
554
  }
467
- function ot(i) {
555
+ function pt(a) {
468
556
  let e, n = (
469
557
  /*item*/
470
- i[13].text.toUpperCase() + ""
558
+ a[12].text.toUpperCase() + ""
471
559
  ), t;
472
560
  return {
473
561
  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"), _(
562
+ 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
563
  e,
476
564
  "href",
477
565
  /*item*/
478
- i[13].href
479
- ), K(
566
+ a[12].href
567
+ ), te(
480
568
  e,
481
569
  "bg-uofg-yellow",
482
570
  /*item*/
483
- i[13].highlight
571
+ a[12].highlight
484
572
  );
485
573
  },
486
574
  m(l, s) {
487
- k(l, e, s), h(e, t);
575
+ m(l, e, s), h(e, t);
488
576
  },
489
- p: x,
490
- i: x,
491
- o: x,
577
+ p: $,
578
+ i: $,
579
+ o: $,
492
580
  d(l) {
493
- l && w(e);
581
+ l && v(e);
494
582
  }
495
583
  };
496
584
  }
497
- function st(i) {
585
+ function bt(a) {
498
586
  let e, n;
499
587
  return e = new P({
500
588
  props: {
501
589
  class: "relative h-full",
502
590
  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"}`,
591
+ a[12].icon ? "" : "[&_svg]:aria-expanded:rotate-180"}`,
504
592
  contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
505
593
  as: "ul",
594
+ buttonAriaLabel: (
595
+ /*item*/
596
+ a[12].icon ? (
597
+ /*item*/
598
+ a[12].text
599
+ ) : void 0
600
+ ),
506
601
  $$slots: {
507
- button: [ut],
508
- default: [it]
602
+ button: [wt],
603
+ default: [dt]
509
604
  },
510
- $$scope: { ctx: i }
605
+ $$scope: { ctx: a }
511
606
  }
512
607
  }), {
513
608
  c() {
514
- j(e.$$.fragment);
609
+ C(e.$$.fragment);
515
610
  },
516
611
  m(t, l) {
517
- A(e, t, l), n = !0;
612
+ L(e, t, l), n = !0;
518
613
  },
519
614
  p(t, l) {
520
615
  const s = {};
521
616
  l[1] & /*$$scope*/
522
- 16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
617
+ 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
523
618
  },
524
619
  i(t) {
525
- n || (p(e.$$.fragment, t), n = !0);
620
+ n || (g(e.$$.fragment, t), n = !0);
526
621
  },
527
622
  o(t) {
528
- m(e.$$.fragment, t), n = !1;
623
+ d(e.$$.fragment, t), n = !1;
529
624
  },
530
625
  d(t) {
531
- U(e, t);
626
+ N(e, t);
532
627
  }
533
628
  };
534
629
  }
535
- function $e(i) {
630
+ function Ze(a) {
536
631
  let e, n, t = (
537
632
  /*link*/
538
- i[16].text + ""
539
- ), l, s, o = [
633
+ a[15].text + ""
634
+ ), l, s, r = [
540
635
  {
541
636
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
542
637
  },
543
638
  {
544
639
  href: (
545
640
  /*link*/
546
- i[16].href
641
+ a[15].href
547
642
  )
548
643
  },
549
644
  /*link*/
550
- i[16].attributes
551
- ], a = {};
552
- for (let r = 0; r < o.length; r += 1)
553
- a = G(a, o[r]);
645
+ a[15].attributes
646
+ ], i = {};
647
+ for (let o = 0; o < r.length; o += 1)
648
+ i = G(i, r[o]);
554
649
  return {
555
650
  c() {
556
- e = g("li"), n = g("a"), l = T(t), s = y(), q(n, a);
651
+ e = b("li"), n = b("a"), l = E(t), s = x(), W(n, i);
557
652
  },
558
- m(r, f) {
559
- k(r, e, f), h(e, n), h(n, l), h(e, s);
653
+ m(o, c) {
654
+ m(o, e, c), h(e, n), h(n, l), h(e, s);
560
655
  },
561
- p: x,
562
- d(r) {
563
- r && w(e);
656
+ p: $,
657
+ d(o) {
658
+ o && v(e);
564
659
  }
565
660
  };
566
661
  }
567
- function it(i) {
568
- let e, n = C(
662
+ function dt(a) {
663
+ let e, n = A(
569
664
  /*item*/
570
- i[13].links
665
+ a[12].links
571
666
  ), t = [];
572
667
  for (let l = 0; l < n.length; l += 1)
573
- t[l] = $e(we(i, n, l));
668
+ t[l] = Ze(Ae(a, n, l));
574
669
  return {
575
670
  c() {
576
671
  for (let l = 0; l < t.length; l += 1)
577
672
  t[l].c();
578
- e = B();
673
+ e = I();
579
674
  },
580
675
  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);
676
+ for (let r = 0; r < t.length; r += 1)
677
+ t[r] && t[r].m(l, s);
678
+ m(l, e, s);
584
679
  },
585
680
  p(l, s) {
586
681
  if (s[0] & /*topLinks, account*/
587
682
  576) {
588
- n = C(
683
+ n = A(
589
684
  /*item*/
590
- l[13].links
685
+ l[12].links
591
686
  );
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));
687
+ let r;
688
+ for (r = 0; r < n.length; r += 1) {
689
+ const i = Ae(l, n, r);
690
+ t[r] ? t[r].p(i, s) : (t[r] = Ze(i), t[r].c(), t[r].m(e.parentNode, e));
596
691
  }
597
- for (; o < t.length; o += 1)
598
- t[o].d(1);
692
+ for (; r < t.length; r += 1)
693
+ t[r].d(1);
599
694
  t.length = n.length;
600
695
  }
601
696
  },
602
697
  d(l) {
603
- l && w(e), H(t, l);
698
+ l && v(e), V(t, l);
604
699
  }
605
700
  };
606
701
  }
607
- function at(i) {
702
+ function mt(a) {
608
703
  let e, n, t, l;
609
- return t = new z({ props: { icon: X } }), {
704
+ return t = new q({ props: { icon: ne } }), {
610
705
  c() {
611
- e = g("span"), e.textContent = `${/*item*/
612
- i[13].text.toUpperCase()}`, n = y(), j(t.$$.fragment);
706
+ e = b("span"), e.textContent = `${/*item*/
707
+ a[12].text.toUpperCase()}`, n = x(), C(t.$$.fragment);
613
708
  },
614
- m(s, o) {
615
- k(s, e, o), k(s, n, o), A(t, s, o), l = !0;
709
+ m(s, r) {
710
+ m(s, e, r), m(s, n, r), L(t, s, r), l = !0;
616
711
  },
617
- p: x,
712
+ p: $,
618
713
  i(s) {
619
- l || (p(t.$$.fragment, s), l = !0);
714
+ l || (g(t.$$.fragment, s), l = !0);
620
715
  },
621
716
  o(s) {
622
- m(t.$$.fragment, s), l = !1;
717
+ d(t.$$.fragment, s), l = !1;
623
718
  },
624
719
  d(s) {
625
- s && (w(e), w(n)), U(t, s);
720
+ s && (v(e), v(n)), N(t, s);
626
721
  }
627
722
  };
628
723
  }
629
- function ft(i) {
724
+ function vt(a) {
630
725
  let e, n;
631
- return e = new z({ props: { icon: (
726
+ return e = new q({ props: { icon: (
632
727
  /*item*/
633
- i[13].icon
728
+ a[12].icon
634
729
  ) } }), {
635
730
  c() {
636
- j(e.$$.fragment);
731
+ C(e.$$.fragment);
637
732
  },
638
733
  m(t, l) {
639
- A(e, t, l), n = !0;
734
+ L(e, t, l), n = !0;
640
735
  },
641
- p: x,
736
+ p: $,
642
737
  i(t) {
643
- n || (p(e.$$.fragment, t), n = !0);
738
+ n || (g(e.$$.fragment, t), n = !0);
644
739
  },
645
740
  o(t) {
646
- m(e.$$.fragment, t), n = !1;
741
+ d(e.$$.fragment, t), n = !1;
647
742
  },
648
743
  d(t) {
649
- U(e, t);
744
+ N(e, t);
650
745
  }
651
746
  };
652
747
  }
653
- function ut(i) {
748
+ function wt(a) {
654
749
  let e, n, t, l;
655
- const s = [ft, at], o = [];
656
- function a(r, f) {
750
+ const s = [vt, mt], r = [];
751
+ function i(o, c) {
657
752
  return (
658
753
  /*item*/
659
- r[13].icon ? 0 : 1
754
+ o[12].icon ? 0 : 1
660
755
  );
661
756
  }
662
- return n = a(i), t = o[n] = s[n](i), {
757
+ return n = i(a), t = r[n] = s[n](a), {
663
758
  c() {
664
- e = g("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"), _(
665
- e,
666
- "aria-label",
667
- /*item*/
668
- i[13].icon ? (
669
- /*item*/
670
- i[13].text
671
- ) : void 0
672
- ), K(
759
+ e = b("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"), te(
673
760
  e,
674
761
  "bg-uofg-yellow",
675
762
  /*item*/
676
- i[13].highlight
763
+ a[12].highlight
677
764
  );
678
765
  },
679
- m(r, f) {
680
- k(r, e, f), o[n].m(e, null), l = !0;
766
+ m(o, c) {
767
+ m(o, e, c), r[n].m(e, null), l = !0;
681
768
  },
682
- p(r, f) {
683
- t.p(r, f);
769
+ p(o, c) {
770
+ t.p(o, c);
684
771
  },
685
- i(r) {
686
- l || (p(t), l = !0);
772
+ i(o) {
773
+ l || (g(t), l = !0);
687
774
  },
688
- o(r) {
689
- m(t), l = !1;
775
+ o(o) {
776
+ d(t), l = !1;
690
777
  },
691
- d(r) {
692
- r && w(e), o[n].d();
778
+ d(o) {
779
+ o && v(e), r[n].d();
693
780
  }
694
781
  };
695
782
  }
696
- function ye(i, e) {
697
- let n, t, l, s, o;
698
- const a = [st, ot], r = [];
699
- function f(u, c) {
783
+ function Se(a, e) {
784
+ let n, t, l, s, r;
785
+ const i = [bt, pt], o = [];
786
+ function c(f, u) {
700
787
  return (
701
788
  /*item*/
702
- u[13].links ? 0 : 1
789
+ f[12].links ? 0 : 1
703
790
  );
704
791
  }
705
- return t = f(e), l = r[t] = a[t](e), {
706
- key: i,
792
+ return t = c(e), l = o[t] = i[t](e), {
793
+ key: a,
707
794
  first: null,
708
795
  c() {
709
- n = g("li"), l.c(), s = y(), this.first = n;
796
+ n = b("li"), l.c(), s = x(), this.first = n;
710
797
  },
711
- m(u, c) {
712
- k(u, n, c), r[t].m(n, null), h(n, s), o = !0;
798
+ m(f, u) {
799
+ m(f, n, u), o[t].m(n, null), h(n, s), r = !0;
713
800
  },
714
- p(u, c) {
715
- e = u, l.p(e, c);
801
+ p(f, u) {
802
+ e = f, l.p(e, u);
716
803
  },
717
- i(u) {
718
- o || (p(l), o = !0);
804
+ i(f) {
805
+ r || (g(l), r = !0);
719
806
  },
720
- o(u) {
721
- m(l), o = !1;
807
+ o(f) {
808
+ d(l), r = !1;
722
809
  },
723
- d(u) {
724
- u && w(n), r[t].d();
810
+ d(f) {
811
+ f && v(n), o[t].d();
725
812
  }
726
813
  };
727
814
  }
728
- function xe(i) {
729
- let e;
730
- return {
815
+ function Me(a) {
816
+ let e, n, t;
817
+ return n = new Ke({}), {
731
818
  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");
819
+ 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");
733
820
  },
734
- m(n, t) {
735
- k(n, e, t);
821
+ m(l, s) {
822
+ m(l, e, s), L(n, e, null), t = !0;
823
+ },
824
+ i(l) {
825
+ t || (g(n.$$.fragment, l), t = !0);
736
826
  },
737
- d(n) {
738
- n && w(e);
827
+ o(l) {
828
+ d(n.$$.fragment, l), t = !1;
829
+ },
830
+ d(l) {
831
+ l && v(e), N(n);
739
832
  }
740
833
  };
741
834
  }
742
- function ct(i) {
835
+ function kt(a) {
743
836
  let e, n;
744
- return {
837
+ return e = new Ye({}), {
745
838
  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");
839
+ C(e.$$.fragment);
747
840
  },
748
841
  m(t, l) {
749
- k(t, e, l);
842
+ L(e, t, l), n = !0;
843
+ },
844
+ i(t) {
845
+ n || (g(e.$$.fragment, t), n = !0);
846
+ },
847
+ o(t) {
848
+ d(e.$$.fragment, t), n = !1;
750
849
  },
751
850
  d(t) {
752
- t && w(e);
851
+ N(e, t);
753
852
  }
754
853
  };
755
854
  }
756
- function _t(i) {
855
+ function $t(a) {
757
856
  let e, n;
758
- return {
857
+ return e = new Qe({}), {
759
858
  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");
859
+ C(e.$$.fragment);
761
860
  },
762
861
  m(t, l) {
763
- k(t, e, l);
862
+ L(e, t, l), n = !0;
863
+ },
864
+ i(t) {
865
+ n || (g(e.$$.fragment, t), n = !0);
866
+ },
867
+ o(t) {
868
+ d(e.$$.fragment, t), n = !1;
764
869
  },
765
870
  d(t) {
766
- t && w(e);
871
+ N(e, t);
767
872
  }
768
873
  };
769
874
  }
770
- function ht(i) {
771
- let e, n, t, l, s, o, a, r, f, u, c;
772
- return l = new z({ props: { icon: (
875
+ function yt(a) {
876
+ let e, n, t, l, s, r, i, o, c, f, u;
877
+ return l = new q({ props: { icon: (
773
878
  /*search*/
774
- i[8].icon
775
- ) } }), a = new P({
879
+ a[8].icon
880
+ ) } }), i = new P({
776
881
  props: {
777
882
  class: "h-full",
778
883
  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
884
  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
885
  as: "ul",
781
886
  $$slots: {
782
- button: [bt],
783
- default: [pt]
887
+ button: [Lt],
888
+ default: [Ct]
784
889
  },
785
- $$scope: { ctx: i }
890
+ $$scope: { ctx: a }
786
891
  }
787
- }), u = new P({
892
+ }), f = new P({
788
893
  props: {
789
894
  class: "h-full",
790
895
  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
896
  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
897
  as: "ul",
793
898
  $$slots: {
794
- button: [$t],
795
- default: [vt]
899
+ button: [Mt],
900
+ default: [St]
796
901
  },
797
- $$scope: { ctx: i }
902
+ $$scope: { ctx: a }
798
903
  }
799
904
  }), {
800
905
  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"), _(
906
+ 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
907
  t,
803
908
  "href",
804
909
  /*search*/
805
- i[8].href
910
+ a[8].href
806
911
  ), _(
807
912
  t,
808
913
  "aria-label",
809
914
  /*search*/
810
- i[8].text
915
+ a[8].text
811
916
  ), _(e, "class", "flex h-full [&>li]:contents");
812
917
  },
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;
918
+ m(p, j) {
919
+ m(p, e, j), h(e, n), h(n, t), L(l, t, null), h(e, s), h(e, r), L(i, r, null), h(e, o), h(e, c), L(f, c, null), u = !0;
815
920
  },
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);
921
+ p(p, j) {
922
+ const M = {};
923
+ j[1] & /*$$scope*/
924
+ 8 && (M.$$scope = { dirty: j, ctx: p }), i.$set(M);
925
+ const w = {};
926
+ j[1] & /*$$scope*/
927
+ 8 && (w.$$scope = { dirty: j, ctx: p }), f.$set(w);
823
928
  },
824
- i(d) {
825
- c || (p(l.$$.fragment, d), p(a.$$.fragment, d), p(u.$$.fragment, d), c = !0);
929
+ i(p) {
930
+ u || (g(l.$$.fragment, p), g(i.$$.fragment, p), g(f.$$.fragment, p), u = !0);
826
931
  },
827
- o(d) {
828
- m(l.$$.fragment, d), m(a.$$.fragment, d), m(u.$$.fragment, d), c = !1;
932
+ o(p) {
933
+ d(l.$$.fragment, p), d(i.$$.fragment, p), d(f.$$.fragment, p), u = !1;
829
934
  },
830
- d(d) {
831
- d && w(e), U(l), U(a), U(u);
935
+ d(p) {
936
+ p && v(e), N(l), N(i), N(f);
832
937
  }
833
938
  };
834
939
  }
835
- function gt(i) {
836
- let e, n, t, l, s, o, a = C(
940
+ function xt(a) {
941
+ let e, n, t, l, s, r, i = A(
837
942
  /*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: (
943
+ a[7]
944
+ ), o = [];
945
+ for (let c = 0; c < i.length; c += 1)
946
+ o[c] = ze(Le(a, i, c));
947
+ return s = new q({ props: { icon: (
843
948
  /*search*/
844
- i[8].icon
949
+ a[8].icon
845
950
  ) } }), {
846
951
  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"), _(
952
+ e = b("ul");
953
+ for (let c = 0; c < o.length; c += 1)
954
+ o[c].c();
955
+ 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
956
  l,
852
957
  "href",
853
958
  /*search*/
854
- i[8].href
959
+ a[8].href
855
960
  ), _(
856
961
  l,
857
962
  "aria-label",
858
963
  /*search*/
859
- i[8].text
964
+ a[8].text
860
965
  ), _(e, "class", "flex ml-auto [&>li]:contents text-4xl");
861
966
  },
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;
967
+ m(c, f) {
968
+ m(c, e, f);
969
+ for (let u = 0; u < o.length; u += 1)
970
+ o[u] && o[u].m(e, null);
971
+ h(e, n), h(e, t), h(t, l), L(s, l, null), r = !0;
867
972
  },
868
- p(f, u) {
869
- if (u[0] & /*mainLinks*/
973
+ p(c, f) {
974
+ if (f[0] & /*mainLinks*/
870
975
  128) {
871
- a = C(
976
+ i = A(
872
977
  /*mainLinks*/
873
- f[7]
978
+ c[7]
874
979
  );
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));
980
+ let u;
981
+ for (u = 0; u < i.length; u += 1) {
982
+ const p = Le(c, i, u);
983
+ o[u] ? o[u].p(p, f) : (o[u] = ze(p), o[u].c(), o[u].m(e, n));
879
984
  }
880
- for (; c < r.length; c += 1)
881
- r[c].d(1);
882
- r.length = a.length;
985
+ for (; u < o.length; u += 1)
986
+ o[u].d(1);
987
+ o.length = i.length;
883
988
  }
884
989
  },
885
- i(f) {
886
- o || (p(s.$$.fragment, f), o = !0);
990
+ i(c) {
991
+ r || (g(s.$$.fragment, c), r = !0);
887
992
  },
888
- o(f) {
889
- m(s.$$.fragment, f), o = !1;
993
+ o(c) {
994
+ d(s.$$.fragment, c), r = !1;
890
995
  },
891
- d(f) {
892
- f && w(e), H(r, f), U(s);
996
+ d(c) {
997
+ c && v(e), V(o, c), N(s);
893
998
  }
894
999
  };
895
1000
  }
896
- function Ce(i) {
1001
+ function Ue(a) {
897
1002
  let e, n, t = (
898
1003
  /*link*/
899
- i[16].text + ""
1004
+ a[15].text + ""
900
1005
  ), l, s;
901
1006
  return {
902
1007
  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"), _(
1008
+ 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
1009
  n,
905
1010
  "href",
906
1011
  /*link*/
907
- i[16].href
1012
+ a[15].href
908
1013
  ), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
909
1014
  },
910
- m(o, a) {
911
- k(o, e, a), h(e, n), h(n, l), h(e, s);
1015
+ m(r, i) {
1016
+ m(r, e, i), h(e, n), h(n, l), h(e, s);
912
1017
  },
913
- p: x,
914
- d(o) {
915
- o && w(e);
1018
+ p: $,
1019
+ d(r) {
1020
+ r && v(e);
916
1021
  }
917
1022
  };
918
1023
  }
919
- function pt(i) {
920
- let e, n = C(
1024
+ function Ct(a) {
1025
+ let e, n = A(
921
1026
  /*account*/
922
- i[9].links
1027
+ a[9].links
923
1028
  ), t = [];
924
1029
  for (let l = 0; l < n.length; l += 1)
925
- t[l] = Ce(de(i, n, l));
1030
+ t[l] = Ue(Ce(a, n, l));
926
1031
  return {
927
1032
  c() {
928
1033
  for (let l = 0; l < t.length; l += 1)
929
1034
  t[l].c();
930
- e = B();
1035
+ e = I();
931
1036
  },
932
1037
  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);
1038
+ for (let r = 0; r < t.length; r += 1)
1039
+ t[r] && t[r].m(l, s);
1040
+ m(l, e, s);
936
1041
  },
937
1042
  p(l, s) {
938
1043
  if (s[0] & /*account*/
939
1044
  512) {
940
- n = C(
1045
+ n = A(
941
1046
  /*account*/
942
1047
  l[9].links
943
1048
  );
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));
1049
+ let r;
1050
+ for (r = 0; r < n.length; r += 1) {
1051
+ const i = Ce(l, n, r);
1052
+ t[r] ? t[r].p(i, s) : (t[r] = Ue(i), t[r].c(), t[r].m(e.parentNode, e));
948
1053
  }
949
- for (; o < t.length; o += 1)
950
- t[o].d(1);
1054
+ for (; r < t.length; r += 1)
1055
+ t[r].d(1);
951
1056
  t.length = n.length;
952
1057
  }
953
1058
  },
954
1059
  d(l) {
955
- l && w(e), H(t, l);
1060
+ l && v(e), V(t, l);
956
1061
  }
957
1062
  };
958
1063
  }
959
- function bt(i) {
1064
+ function Lt(a) {
960
1065
  let e, n;
961
- return e = new z({
1066
+ return e = new q({
962
1067
  props: {
963
1068
  slot: "button",
964
1069
  icon: (
965
1070
  /*account*/
966
- i[9].icon
1071
+ a[9].icon
967
1072
  )
968
1073
  }
969
1074
  }), {
970
1075
  c() {
971
- j(e.$$.fragment);
1076
+ C(e.$$.fragment);
972
1077
  },
973
1078
  m(t, l) {
974
- A(e, t, l), n = !0;
1079
+ L(e, t, l), n = !0;
975
1080
  },
976
- p: x,
1081
+ p: $,
977
1082
  i(t) {
978
- n || (p(e.$$.fragment, t), n = !0);
1083
+ n || (g(e.$$.fragment, t), n = !0);
979
1084
  },
980
1085
  o(t) {
981
- m(e.$$.fragment, t), n = !1;
1086
+ d(e.$$.fragment, t), n = !1;
982
1087
  },
983
1088
  d(t) {
984
- U(e, t);
1089
+ N(e, t);
985
1090
  }
986
1091
  };
987
1092
  }
988
- function dt(i) {
1093
+ function Nt(a) {
989
1094
  let e, n = (
990
1095
  /*item*/
991
- i[13].text + ""
1096
+ a[12].text + ""
992
1097
  ), t;
993
1098
  return {
994
1099
  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"), _(
1100
+ 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
1101
  e,
997
1102
  "href",
998
1103
  /*item*/
999
- i[13].href
1000
- ), K(
1104
+ a[12].href
1105
+ ), te(
1001
1106
  e,
1002
1107
  "bg-uofg-yellow",
1003
1108
  /*item*/
1004
- i[13].highlight
1109
+ a[12].highlight
1005
1110
  );
1006
1111
  },
1007
1112
  m(l, s) {
1008
- k(l, e, s), h(e, t);
1113
+ m(l, e, s), h(e, t);
1009
1114
  },
1010
- p: x,
1011
- i: x,
1012
- o: x,
1115
+ p: $,
1116
+ i: $,
1117
+ o: $,
1013
1118
  d(l) {
1014
- l && w(e);
1119
+ l && v(e);
1015
1120
  }
1016
1121
  };
1017
1122
  }
1018
- function mt(i) {
1123
+ function At(a) {
1019
1124
  let e, n;
1020
1125
  return e = new P({
1021
1126
  props: {
@@ -1025,369 +1130,369 @@ function mt(i) {
1025
1130
  as: "ul",
1026
1131
  autoCollapse: !1,
1027
1132
  $$slots: {
1028
- button: [wt],
1029
- default: [kt]
1133
+ button: [Zt],
1134
+ default: [jt]
1030
1135
  },
1031
- $$scope: { ctx: i }
1136
+ $$scope: { ctx: a }
1032
1137
  }
1033
1138
  }), {
1034
1139
  c() {
1035
- j(e.$$.fragment);
1140
+ C(e.$$.fragment);
1036
1141
  },
1037
1142
  m(t, l) {
1038
- A(e, t, l), n = !0;
1143
+ L(e, t, l), n = !0;
1039
1144
  },
1040
1145
  p(t, l) {
1041
1146
  const s = {};
1042
1147
  l[1] & /*$$scope*/
1043
- 16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1148
+ 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1044
1149
  },
1045
1150
  i(t) {
1046
- n || (p(e.$$.fragment, t), n = !0);
1151
+ n || (g(e.$$.fragment, t), n = !0);
1047
1152
  },
1048
1153
  o(t) {
1049
- m(e.$$.fragment, t), n = !1;
1154
+ d(e.$$.fragment, t), n = !1;
1050
1155
  },
1051
1156
  d(t) {
1052
- U(e, t);
1157
+ N(e, t);
1053
1158
  }
1054
1159
  };
1055
1160
  }
1056
- function Ne(i) {
1161
+ function Te(a) {
1057
1162
  let e, n, t = (
1058
1163
  /*link*/
1059
- i[16].text + ""
1060
- ), l, s, o = [
1164
+ a[15].text + ""
1165
+ ), l, s, r = [
1061
1166
  {
1062
1167
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1063
1168
  },
1064
1169
  {
1065
1170
  href: (
1066
1171
  /*link*/
1067
- i[16].href
1172
+ a[15].href
1068
1173
  )
1069
1174
  },
1070
1175
  /*link*/
1071
- i[16].attributes
1072
- ], a = {};
1073
- for (let r = 0; r < o.length; r += 1)
1074
- a = G(a, o[r]);
1176
+ a[15].attributes
1177
+ ], i = {};
1178
+ for (let o = 0; o < r.length; o += 1)
1179
+ i = G(i, r[o]);
1075
1180
  return {
1076
1181
  c() {
1077
- e = g("li"), n = g("a"), l = T(t), s = y(), q(n, a);
1182
+ e = b("li"), n = b("a"), l = E(t), s = x(), W(n, i);
1078
1183
  },
1079
- m(r, f) {
1080
- k(r, e, f), h(e, n), h(n, l), h(e, s);
1184
+ m(o, c) {
1185
+ m(o, e, c), h(e, n), h(n, l), h(e, s);
1081
1186
  },
1082
- p: x,
1083
- d(r) {
1084
- r && w(e);
1187
+ p: $,
1188
+ d(o) {
1189
+ o && v(e);
1085
1190
  }
1086
1191
  };
1087
1192
  }
1088
- function kt(i) {
1089
- let e, n = C(
1193
+ function jt(a) {
1194
+ let e, n = A(
1090
1195
  /*item*/
1091
- i[13].links
1196
+ a[12].links
1092
1197
  ), t = [];
1093
1198
  for (let l = 0; l < n.length; l += 1)
1094
- t[l] = Ne(be(i, n, l));
1199
+ t[l] = Te(xe(a, n, l));
1095
1200
  return {
1096
1201
  c() {
1097
1202
  for (let l = 0; l < t.length; l += 1)
1098
1203
  t[l].c();
1099
- e = B();
1204
+ e = I();
1100
1205
  },
1101
1206
  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);
1207
+ for (let r = 0; r < t.length; r += 1)
1208
+ t[r] && t[r].m(l, s);
1209
+ m(l, e, s);
1105
1210
  },
1106
1211
  p(l, s) {
1107
1212
  if (s[0] & /*mainLinks, topLinks*/
1108
1213
  192) {
1109
- n = C(
1214
+ n = A(
1110
1215
  /*item*/
1111
- l[13].links
1216
+ l[12].links
1112
1217
  );
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));
1218
+ let r;
1219
+ for (r = 0; r < n.length; r += 1) {
1220
+ const i = xe(l, n, r);
1221
+ t[r] ? t[r].p(i, s) : (t[r] = Te(i), t[r].c(), t[r].m(e.parentNode, e));
1117
1222
  }
1118
- for (; o < t.length; o += 1)
1119
- t[o].d(1);
1223
+ for (; r < t.length; r += 1)
1224
+ t[r].d(1);
1120
1225
  t.length = n.length;
1121
1226
  }
1122
1227
  },
1123
1228
  d(l) {
1124
- l && w(e), H(t, l);
1229
+ l && v(e), V(t, l);
1125
1230
  }
1126
1231
  };
1127
1232
  }
1128
- function wt(i) {
1233
+ function Zt(a) {
1129
1234
  let e, n, t, l, s;
1130
- return l = new z({ props: { icon: X } }), {
1235
+ return l = new q({ props: { icon: ne } }), {
1131
1236
  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(
1237
+ e = b("span"), n = b("span"), n.textContent = `${/*item*/
1238
+ a[12].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
1239
  e,
1135
1240
  "bg-uofg-yellow",
1136
1241
  /*item*/
1137
- i[13].highlight
1242
+ a[12].highlight
1138
1243
  );
1139
1244
  },
1140
- m(o, a) {
1141
- k(o, e, a), h(e, n), h(e, t), A(l, e, null), s = !0;
1245
+ m(r, i) {
1246
+ m(r, e, i), h(e, n), h(e, t), L(l, e, null), s = !0;
1142
1247
  },
1143
- p: x,
1144
- i(o) {
1145
- s || (p(l.$$.fragment, o), s = !0);
1248
+ p: $,
1249
+ i(r) {
1250
+ s || (g(l.$$.fragment, r), s = !0);
1146
1251
  },
1147
- o(o) {
1148
- m(l.$$.fragment, o), s = !1;
1252
+ o(r) {
1253
+ d(l.$$.fragment, r), s = !1;
1149
1254
  },
1150
- d(o) {
1151
- o && w(e), U(l);
1255
+ d(r) {
1256
+ r && v(e), N(l);
1152
1257
  }
1153
1258
  };
1154
1259
  }
1155
- function Le(i) {
1260
+ function Ee(a) {
1156
1261
  let e, n, t, l, s;
1157
- const o = [mt, dt], a = [];
1158
- function r(f, u) {
1262
+ const r = [At, Nt], i = [];
1263
+ function o(c, f) {
1159
1264
  return (
1160
1265
  /*item*/
1161
- f[13].links ? 0 : 1
1266
+ c[12].links ? 0 : 1
1162
1267
  );
1163
1268
  }
1164
- return n = r(i), t = a[n] = o[n](i), {
1269
+ return n = o(a), t = i[n] = r[n](a), {
1165
1270
  c() {
1166
- e = g("li"), t.c(), l = y(), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
1271
+ e = b("li"), t.c(), l = x(), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
1167
1272
  },
1168
- m(f, u) {
1169
- k(f, e, u), a[n].m(e, null), h(e, l), s = !0;
1273
+ m(c, f) {
1274
+ m(c, e, f), i[n].m(e, null), h(e, l), s = !0;
1170
1275
  },
1171
- p(f, u) {
1172
- t.p(f, u);
1276
+ p(c, f) {
1277
+ t.p(c, f);
1173
1278
  },
1174
- i(f) {
1175
- s || (p(t), s = !0);
1279
+ i(c) {
1280
+ s || (g(t), s = !0);
1176
1281
  },
1177
- o(f) {
1178
- m(t), s = !1;
1282
+ o(c) {
1283
+ d(t), s = !1;
1179
1284
  },
1180
- d(f) {
1181
- f && w(e), a[n].d();
1285
+ d(c) {
1286
+ c && v(e), i[n].d();
1182
1287
  }
1183
1288
  };
1184
1289
  }
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;
1290
+ function St(a) {
1291
+ let e, n, t = A([.../*mainLinks*/
1292
+ a[7], .../*topLinks*/
1293
+ a[6]]), l = [];
1294
+ for (let r = 0; r < t.length; r += 1)
1295
+ l[r] = Ee(ye(a, t, r));
1296
+ const s = (r) => d(l[r], 1, 1, () => {
1297
+ l[r] = null;
1193
1298
  });
1194
1299
  return {
1195
1300
  c() {
1196
- for (let o = 0; o < l.length; o += 1)
1197
- l[o].c();
1198
- e = B();
1199
- },
1200
- m(o, a) {
1201
1301
  for (let r = 0; r < l.length; r += 1)
1202
- l[r] && l[r].m(o, a);
1203
- k(o, e, a), n = !0;
1302
+ l[r].c();
1303
+ e = I();
1304
+ },
1305
+ m(r, i) {
1306
+ for (let o = 0; o < l.length; o += 1)
1307
+ l[o] && l[o].m(r, i);
1308
+ m(r, e, i), n = !0;
1204
1309
  },
1205
- p(o, a) {
1206
- if (a[0] & /*mainLinks, topLinks*/
1310
+ p(r, i) {
1311
+ if (i[0] & /*mainLinks, topLinks*/
1207
1312
  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));
1313
+ t = A([.../*mainLinks*/
1314
+ r[7], .../*topLinks*/
1315
+ r[6]]);
1316
+ let o;
1317
+ for (o = 0; o < t.length; o += 1) {
1318
+ const c = ye(r, t, o);
1319
+ 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
1320
  }
1216
- for (F(), r = t.length; r < l.length; r += 1)
1217
- s(r);
1218
- E();
1321
+ for (T(), o = t.length; o < l.length; o += 1)
1322
+ s(o);
1323
+ U();
1219
1324
  }
1220
1325
  },
1221
- i(o) {
1326
+ i(r) {
1222
1327
  if (!n) {
1223
- for (let a = 0; a < t.length; a += 1)
1224
- p(l[a]);
1328
+ for (let i = 0; i < t.length; i += 1)
1329
+ g(l[i]);
1225
1330
  n = !0;
1226
1331
  }
1227
1332
  },
1228
- o(o) {
1333
+ o(r) {
1229
1334
  l = l.filter(Boolean);
1230
- for (let a = 0; a < l.length; a += 1)
1231
- m(l[a]);
1335
+ for (let i = 0; i < l.length; i += 1)
1336
+ d(l[i]);
1232
1337
  n = !1;
1233
1338
  },
1234
- d(o) {
1235
- o && w(e), H(l, o);
1339
+ d(r) {
1340
+ r && v(e), V(l, r);
1236
1341
  }
1237
1342
  };
1238
1343
  }
1239
- function $t(i) {
1344
+ function Mt(a) {
1240
1345
  let e, n;
1241
- return e = new z({ props: { slot: "button", icon: Ge } }), {
1346
+ return e = new q({ props: { slot: "button", icon: De } }), {
1242
1347
  c() {
1243
- j(e.$$.fragment);
1348
+ C(e.$$.fragment);
1244
1349
  },
1245
1350
  m(t, l) {
1246
- A(e, t, l), n = !0;
1351
+ L(e, t, l), n = !0;
1247
1352
  },
1248
- p: x,
1353
+ p: $,
1249
1354
  i(t) {
1250
- n || (p(e.$$.fragment, t), n = !0);
1355
+ n || (g(e.$$.fragment, t), n = !0);
1251
1356
  },
1252
1357
  o(t) {
1253
- m(e.$$.fragment, t), n = !1;
1358
+ d(e.$$.fragment, t), n = !1;
1254
1359
  },
1255
1360
  d(t) {
1256
- U(e, t);
1361
+ N(e, t);
1257
1362
  }
1258
1363
  };
1259
1364
  }
1260
- function je(i) {
1365
+ function ze(a) {
1261
1366
  let e, n, t = (
1262
1367
  /*item*/
1263
- i[13].text + ""
1368
+ a[12].text + ""
1264
1369
  ), l, s;
1265
1370
  return {
1266
1371
  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"), _(
1372
+ 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
1373
  n,
1269
1374
  "href",
1270
1375
  /*item*/
1271
- i[13].href
1376
+ a[12].href
1272
1377
  );
1273
1378
  },
1274
- m(o, a) {
1275
- k(o, e, a), h(e, n), h(n, l), h(e, s);
1379
+ m(r, i) {
1380
+ m(r, e, i), h(e, n), h(n, l), h(e, s);
1276
1381
  },
1277
- p: x,
1278
- d(o) {
1279
- o && w(e);
1382
+ p: $,
1383
+ d(r) {
1384
+ r && v(e);
1280
1385
  }
1281
1386
  };
1282
1387
  }
1283
- function Ae(i) {
1284
- let e, n, t, l, s, o, a = (
1388
+ function Be(a) {
1389
+ let e, n, t, l, s, r, i = (
1285
1390
  /*pageTitle*/
1286
- i[1] && Ue(i)
1391
+ a[1] && Fe(a)
1287
1392
  );
1288
- const r = [Nt, Ct], f = [];
1289
- function u(c, d) {
1393
+ const o = [zt, Et], c = [];
1394
+ function f(u, p) {
1290
1395
  return (
1291
1396
  /*windowWidth*/
1292
- c[3] >= O && !/*subNavigationIsOverflowing*/
1293
- c[5] ? 0 : 1
1397
+ u[3] >= F && !/*subNavigationIsOverflowing*/
1398
+ u[5] ? 0 : 1
1294
1399
  );
1295
1400
  }
1296
- return l = u(i), s = f[l] = r[l](i), {
1401
+ return l = f(a), s = c[l] = o[l](a), {
1297
1402
  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");
1403
+ 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
1404
  },
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;
1405
+ m(u, p) {
1406
+ 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
1407
  },
1303
- p(c, d) {
1408
+ p(u, p) {
1304
1409
  /*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));
1410
+ u[1] ? i ? i.p(u, p) : (i = Fe(u), i.c(), i.m(n, t)) : i && (i.d(1), i = null);
1411
+ let j = l;
1412
+ l = f(u), l === j ? c[l].p(u, p) : (T(), d(c[j], 1, 1, () => {
1413
+ c[j] = null;
1414
+ }), 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
1415
  },
1311
- i(c) {
1312
- o || (p(s), o = !0);
1416
+ i(u) {
1417
+ r || (g(s), r = !0);
1313
1418
  },
1314
- o(c) {
1315
- m(s), o = !1;
1419
+ o(u) {
1420
+ d(s), r = !1;
1316
1421
  },
1317
- d(c) {
1318
- c && w(e), a && a.d(), f[l].d(), i[11](null);
1422
+ d(u) {
1423
+ u && v(e), i && i.d(), c[l].d(), a[11](null);
1319
1424
  }
1320
1425
  };
1321
1426
  }
1322
- function Ue(i) {
1427
+ function Fe(a) {
1323
1428
  let e;
1324
- function n(s, o) {
1429
+ function n(s, r) {
1325
1430
  return (
1326
1431
  /*pageURL*/
1327
- s[2] ? xt : yt
1432
+ s[2] ? Tt : Ut
1328
1433
  );
1329
1434
  }
1330
- let t = n(i), l = t(i);
1435
+ let t = n(a), l = t(a);
1331
1436
  return {
1332
1437
  c() {
1333
- e = g("li"), l.c();
1438
+ e = b("li"), l.c();
1334
1439
  },
1335
- m(s, o) {
1336
- k(s, e, o), l.m(e, null);
1440
+ m(s, r) {
1441
+ m(s, e, r), l.m(e, null);
1337
1442
  },
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)));
1443
+ p(s, r) {
1444
+ t === (t = n(s)) && l ? l.p(s, r) : (l.d(1), l = t(s), l && (l.c(), l.m(e, null)));
1340
1445
  },
1341
1446
  d(s) {
1342
- s && w(e), l.d();
1447
+ s && v(e), l.d();
1343
1448
  }
1344
1449
  };
1345
1450
  }
1346
- function yt(i) {
1451
+ function Ut(a) {
1347
1452
  let e, n;
1348
1453
  return {
1349
1454
  c() {
1350
- e = g("span"), n = T(
1455
+ e = b("span"), n = E(
1351
1456
  /*pageTitle*/
1352
- i[1]
1457
+ a[1]
1353
1458
  ), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold");
1354
1459
  },
1355
1460
  m(t, l) {
1356
- k(t, e, l), h(e, n);
1461
+ m(t, e, l), h(e, n);
1357
1462
  },
1358
1463
  p(t, l) {
1359
1464
  l[0] & /*pageTitle*/
1360
- 2 && Y(
1465
+ 2 && ee(
1361
1466
  n,
1362
1467
  /*pageTitle*/
1363
1468
  t[1]
1364
1469
  );
1365
1470
  },
1366
1471
  d(t) {
1367
- t && w(e);
1472
+ t && v(e);
1368
1473
  }
1369
1474
  };
1370
1475
  }
1371
- function xt(i) {
1476
+ function Tt(a) {
1372
1477
  let e, n;
1373
1478
  return {
1374
1479
  c() {
1375
- e = g("a"), n = T(
1480
+ e = b("a"), n = E(
1376
1481
  /*pageTitle*/
1377
- i[1]
1482
+ a[1]
1378
1483
  ), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold transition-colors hover:bg-uofg-yellow"), _(
1379
1484
  e,
1380
1485
  "href",
1381
1486
  /*pageURL*/
1382
- i[2]
1487
+ a[2]
1383
1488
  );
1384
1489
  },
1385
1490
  m(t, l) {
1386
- k(t, e, l), h(e, n);
1491
+ m(t, e, l), h(e, n);
1387
1492
  },
1388
1493
  p(t, l) {
1389
1494
  l[0] & /*pageTitle*/
1390
- 2 && Y(
1495
+ 2 && ee(
1391
1496
  n,
1392
1497
  /*pageTitle*/
1393
1498
  t[1]
@@ -1400,11 +1505,11 @@ function xt(i) {
1400
1505
  );
1401
1506
  },
1402
1507
  d(t) {
1403
- t && w(e);
1508
+ t && v(e);
1404
1509
  }
1405
1510
  };
1406
1511
  }
1407
- function Ct(i) {
1512
+ function Et(a) {
1408
1513
  let e, n;
1409
1514
  return e = new P({
1410
1515
  props: {
@@ -1413,88 +1518,88 @@ function Ct(i) {
1413
1518
  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
1519
  as: "ul",
1415
1520
  $$slots: {
1416
- button: [Tt],
1417
- default: [St]
1521
+ button: [It],
1522
+ default: [qt]
1418
1523
  },
1419
- $$scope: { ctx: i }
1524
+ $$scope: { ctx: a }
1420
1525
  }
1421
1526
  }), {
1422
1527
  c() {
1423
- j(e.$$.fragment);
1528
+ C(e.$$.fragment);
1424
1529
  },
1425
1530
  m(t, l) {
1426
- A(e, t, l), n = !0;
1531
+ L(e, t, l), n = !0;
1427
1532
  },
1428
1533
  p(t, l) {
1429
1534
  const s = {};
1430
1535
  l[0] & /*subNavigation*/
1431
1536
  1 | l[1] & /*$$scope*/
1432
- 16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1537
+ 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1433
1538
  },
1434
1539
  i(t) {
1435
- n || (p(e.$$.fragment, t), n = !0);
1540
+ n || (g(e.$$.fragment, t), n = !0);
1436
1541
  },
1437
1542
  o(t) {
1438
- m(e.$$.fragment, t), n = !1;
1543
+ d(e.$$.fragment, t), n = !1;
1439
1544
  },
1440
1545
  d(t) {
1441
- U(e, t);
1546
+ N(e, t);
1442
1547
  }
1443
1548
  };
1444
1549
  }
1445
- function Nt(i) {
1446
- let e, n = [], t = /* @__PURE__ */ new Map(), l, s = C(
1550
+ function zt(a) {
1551
+ let e, n = [], t = /* @__PURE__ */ new Map(), l, s = A(
1447
1552
  /*subNavigation*/
1448
- i[0]
1553
+ a[0]
1449
1554
  );
1450
- const o = (a) => (
1555
+ const r = (i) => (
1451
1556
  /*item*/
1452
- a[13].text || /*item*/
1453
- a[13].title
1557
+ i[12].text || /*item*/
1558
+ i[12].title
1454
1559
  );
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));
1560
+ for (let i = 0; i < s.length; i += 1) {
1561
+ let o = ke(a, s, i), c = r(o);
1562
+ t.set(c, n[i] = Ie(c, o));
1458
1563
  }
1459
1564
  return {
1460
1565
  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);
1566
+ e = b("li");
1567
+ for (let i = 0; i < n.length; i += 1)
1568
+ n[i].c();
1569
+ },
1570
+ m(i, o) {
1571
+ m(i, e, o);
1572
+ for (let c = 0; c < n.length; c += 1)
1573
+ n[c] && n[c].m(e, null);
1469
1574
  l = !0;
1470
1575
  },
1471
- p(a, r) {
1472
- r[0] & /*subNavigation*/
1473
- 1 && (s = C(
1576
+ p(i, o) {
1577
+ o[0] & /*subNavigation*/
1578
+ 1 && (s = A(
1474
1579
  /*subNavigation*/
1475
- a[0]
1476
- ), F(), n = le(n, r, o, 1, a, s, t, e, ne, Fe, null, he), E());
1580
+ i[0]
1581
+ ), T(), n = ie(n, o, r, 1, i, s, t, e, ce, Ie, null, ke), U());
1477
1582
  },
1478
- i(a) {
1583
+ i(i) {
1479
1584
  if (!l) {
1480
- for (let r = 0; r < s.length; r += 1)
1481
- p(n[r]);
1585
+ for (let o = 0; o < s.length; o += 1)
1586
+ g(n[o]);
1482
1587
  l = !0;
1483
1588
  }
1484
1589
  },
1485
- o(a) {
1486
- for (let r = 0; r < n.length; r += 1)
1487
- m(n[r]);
1590
+ o(i) {
1591
+ for (let o = 0; o < n.length; o += 1)
1592
+ d(n[o]);
1488
1593
  l = !1;
1489
1594
  },
1490
- d(a) {
1491
- a && w(e);
1492
- for (let r = 0; r < n.length; r += 1)
1493
- n[r].d();
1595
+ d(i) {
1596
+ i && v(e);
1597
+ for (let o = 0; o < n.length; o += 1)
1598
+ n[o].d();
1494
1599
  }
1495
1600
  };
1496
1601
  }
1497
- function Lt(i) {
1602
+ function Bt(a) {
1498
1603
  let e, n;
1499
1604
  return e = new P({
1500
1605
  props: {
@@ -1504,302 +1609,302 @@ function Lt(i) {
1504
1609
  as: "ul",
1505
1610
  autoCollapse: !1,
1506
1611
  $$slots: {
1507
- button: [Ut],
1508
- default: [At]
1612
+ button: [Wt],
1613
+ default: [Rt]
1509
1614
  },
1510
- $$scope: { ctx: i }
1615
+ $$scope: { ctx: a }
1511
1616
  }
1512
1617
  }), {
1513
1618
  c() {
1514
- j(e.$$.fragment);
1619
+ C(e.$$.fragment);
1515
1620
  },
1516
1621
  m(t, l) {
1517
- A(e, t, l), n = !0;
1622
+ L(e, t, l), n = !0;
1518
1623
  },
1519
1624
  p(t, l) {
1520
1625
  const s = {};
1521
1626
  l[0] & /*subNavigation*/
1522
1627
  1 | l[1] & /*$$scope*/
1523
- 16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1628
+ 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1524
1629
  },
1525
1630
  i(t) {
1526
- n || (p(e.$$.fragment, t), n = !0);
1631
+ n || (g(e.$$.fragment, t), n = !0);
1527
1632
  },
1528
1633
  o(t) {
1529
- m(e.$$.fragment, t), n = !1;
1634
+ d(e.$$.fragment, t), n = !1;
1530
1635
  },
1531
1636
  d(t) {
1532
- U(e, t);
1637
+ N(e, t);
1533
1638
  }
1534
1639
  };
1535
1640
  }
1536
- function jt(i) {
1641
+ function Ft(a) {
1537
1642
  let e, n = (
1538
1643
  /*item*/
1539
- i[13].text + ""
1644
+ a[12].text + ""
1540
1645
  ), t, l, s = [
1541
1646
  {
1542
1647
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1543
1648
  },
1544
1649
  {
1545
1650
  href: l = /*item*/
1546
- i[13].href
1651
+ a[12].href
1547
1652
  },
1548
1653
  /*item*/
1549
- i[13].attributes
1550
- ], o = {};
1551
- for (let a = 0; a < s.length; a += 1)
1552
- o = G(o, s[a]);
1654
+ a[12].attributes
1655
+ ], r = {};
1656
+ for (let i = 0; i < s.length; i += 1)
1657
+ r = G(r, s[i]);
1553
1658
  return {
1554
1659
  c() {
1555
- e = g("a"), t = T(n), q(e, o);
1660
+ e = b("a"), t = E(n), W(e, r);
1556
1661
  },
1557
- m(a, r) {
1558
- k(a, e, r), h(e, t);
1662
+ m(i, o) {
1663
+ m(i, e, o), h(e, t);
1559
1664
  },
1560
- p(a, r) {
1561
- r[0] & /*subNavigation*/
1665
+ p(i, o) {
1666
+ o[0] & /*subNavigation*/
1562
1667
  1 && n !== (n = /*item*/
1563
- a[13].text + "") && V(t, n, o.contenteditable), q(e, o = D(s, [
1668
+ i[12].text + "") && le(t, n, r.contenteditable), W(e, r = X(s, [
1564
1669
  {
1565
1670
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1566
1671
  },
1567
- r[0] & /*subNavigation*/
1672
+ o[0] & /*subNavigation*/
1568
1673
  1 && l !== (l = /*item*/
1569
- a[13].href) && { href: l },
1570
- r[0] & /*subNavigation*/
1674
+ i[12].href) && { href: l },
1675
+ o[0] & /*subNavigation*/
1571
1676
  1 && /*item*/
1572
- a[13].attributes
1677
+ i[12].attributes
1573
1678
  ]));
1574
1679
  },
1575
- i: x,
1576
- o: x,
1577
- d(a) {
1578
- a && w(e);
1680
+ i: $,
1681
+ o: $,
1682
+ d(i) {
1683
+ i && v(e);
1579
1684
  }
1580
1685
  };
1581
1686
  }
1582
- function Se(i) {
1687
+ function Re(a) {
1583
1688
  let e, n, t = (
1584
1689
  /*link*/
1585
- i[16].text + ""
1586
- ), l, s, o, a = [
1690
+ a[15].text + ""
1691
+ ), l, s, r, i = [
1587
1692
  {
1588
1693
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1589
1694
  },
1590
1695
  {
1591
1696
  href: s = /*link*/
1592
- i[16].href
1697
+ a[15].href
1593
1698
  },
1594
1699
  /*link*/
1595
- i[16].attributes
1596
- ], r = {};
1597
- for (let f = 0; f < a.length; f += 1)
1598
- r = G(r, a[f]);
1700
+ a[15].attributes
1701
+ ], o = {};
1702
+ for (let c = 0; c < i.length; c += 1)
1703
+ o = G(o, i[c]);
1599
1704
  return {
1600
1705
  c() {
1601
- e = g("li"), n = g("a"), l = T(t), o = y(), q(n, r);
1706
+ e = b("li"), n = b("a"), l = E(t), r = x(), W(n, o);
1602
1707
  },
1603
- m(f, u) {
1604
- k(f, e, u), h(e, n), h(n, l), h(e, o);
1708
+ m(c, f) {
1709
+ m(c, e, f), h(e, n), h(n, l), h(e, r);
1605
1710
  },
1606
- p(f, u) {
1607
- u[0] & /*subNavigation*/
1711
+ p(c, f) {
1712
+ f[0] & /*subNavigation*/
1608
1713
  1 && t !== (t = /*link*/
1609
- f[16].text + "") && V(l, t, r.contenteditable), q(n, r = D(a, [
1714
+ c[15].text + "") && le(l, t, o.contenteditable), W(n, o = X(i, [
1610
1715
  {
1611
1716
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1612
1717
  },
1613
- u[0] & /*subNavigation*/
1718
+ f[0] & /*subNavigation*/
1614
1719
  1 && s !== (s = /*link*/
1615
- f[16].href) && { href: s },
1616
- u[0] & /*subNavigation*/
1720
+ c[15].href) && { href: s },
1721
+ f[0] & /*subNavigation*/
1617
1722
  1 && /*link*/
1618
- f[16].attributes
1723
+ c[15].attributes
1619
1724
  ]));
1620
1725
  },
1621
- d(f) {
1622
- f && w(e);
1726
+ d(c) {
1727
+ c && v(e);
1623
1728
  }
1624
1729
  };
1625
1730
  }
1626
- function At(i) {
1627
- let e, n = C(
1731
+ function Rt(a) {
1732
+ let e, n = A(
1628
1733
  /*item*/
1629
- i[13].links
1734
+ a[12].links
1630
1735
  ), t = [];
1631
1736
  for (let l = 0; l < n.length; l += 1)
1632
- t[l] = Se(_e(i, n, l));
1737
+ t[l] = Re(we(a, n, l));
1633
1738
  return {
1634
1739
  c() {
1635
1740
  for (let l = 0; l < t.length; l += 1)
1636
1741
  t[l].c();
1637
- e = B();
1742
+ e = I();
1638
1743
  },
1639
1744
  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);
1745
+ for (let r = 0; r < t.length; r += 1)
1746
+ t[r] && t[r].m(l, s);
1747
+ m(l, e, s);
1643
1748
  },
1644
1749
  p(l, s) {
1645
1750
  if (s[0] & /*subNavigation*/
1646
1751
  1) {
1647
- n = C(
1752
+ n = A(
1648
1753
  /*item*/
1649
- l[13].links
1754
+ l[12].links
1650
1755
  );
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));
1756
+ let r;
1757
+ for (r = 0; r < n.length; r += 1) {
1758
+ const i = we(l, n, r);
1759
+ t[r] ? t[r].p(i, s) : (t[r] = Re(i), t[r].c(), t[r].m(e.parentNode, e));
1655
1760
  }
1656
- for (; o < t.length; o += 1)
1657
- t[o].d(1);
1761
+ for (; r < t.length; r += 1)
1762
+ t[r].d(1);
1658
1763
  t.length = n.length;
1659
1764
  }
1660
1765
  },
1661
1766
  d(l) {
1662
- l && w(e), H(t, l);
1767
+ l && v(e), V(t, l);
1663
1768
  }
1664
1769
  };
1665
1770
  }
1666
- function Ut(i) {
1771
+ function Wt(a) {
1667
1772
  let e, n, t = (
1668
1773
  /*item*/
1669
- i[13].title + ""
1670
- ), l, s, o, a;
1671
- return o = new z({ props: { icon: X } }), {
1774
+ a[12].title + ""
1775
+ ), l, s, r, i;
1776
+ return r = new q({ props: { icon: ne } }), {
1672
1777
  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");
1778
+ 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
1779
  },
1675
- m(r, f) {
1676
- k(r, e, f), h(e, n), h(n, l), h(e, s), A(o, e, null), a = !0;
1780
+ m(o, c) {
1781
+ m(o, e, c), h(e, n), h(n, l), h(e, s), L(r, e, null), i = !0;
1677
1782
  },
1678
- p(r, f) {
1679
- (!a || f[0] & /*subNavigation*/
1783
+ p(o, c) {
1784
+ (!i || c[0] & /*subNavigation*/
1680
1785
  1) && t !== (t = /*item*/
1681
- r[13].title + "") && Y(l, t);
1786
+ o[12].title + "") && ee(l, t);
1682
1787
  },
1683
- i(r) {
1684
- a || (p(o.$$.fragment, r), a = !0);
1788
+ i(o) {
1789
+ i || (g(r.$$.fragment, o), i = !0);
1685
1790
  },
1686
- o(r) {
1687
- m(o.$$.fragment, r), a = !1;
1791
+ o(o) {
1792
+ d(r.$$.fragment, o), i = !1;
1688
1793
  },
1689
- d(r) {
1690
- r && w(e), U(o);
1794
+ d(o) {
1795
+ o && v(e), N(r);
1691
1796
  }
1692
1797
  };
1693
1798
  }
1694
- function Te(i, e) {
1695
- let n, t, l, s, o;
1696
- const a = [jt, Lt], r = [];
1697
- function f(u, c) {
1799
+ function We(a, e) {
1800
+ let n, t, l, s, r;
1801
+ const i = [Ft, Bt], o = [];
1802
+ function c(f, u) {
1698
1803
  return (
1699
1804
  /*item*/
1700
- u[13].text ? 0 : 1
1805
+ f[12].text ? 0 : 1
1701
1806
  );
1702
1807
  }
1703
- return t = f(e), l = r[t] = a[t](e), {
1704
- key: i,
1808
+ return t = c(e), l = o[t] = i[t](e), {
1809
+ key: a,
1705
1810
  first: null,
1706
1811
  c() {
1707
- n = g("li"), l.c(), s = y(), _(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
1812
+ n = b("li"), l.c(), s = x(), _(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
1708
1813
  },
1709
- m(u, c) {
1710
- k(u, n, c), r[t].m(n, null), h(n, s), o = !0;
1814
+ m(f, u) {
1815
+ m(f, n, u), o[t].m(n, null), h(n, s), r = !0;
1711
1816
  },
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));
1817
+ p(f, u) {
1818
+ e = f;
1819
+ let p = t;
1820
+ t = c(e), t === p ? o[t].p(e, u) : (T(), d(o[p], 1, 1, () => {
1821
+ o[p] = null;
1822
+ }), 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
1823
  },
1719
- i(u) {
1720
- o || (p(l), o = !0);
1824
+ i(f) {
1825
+ r || (g(l), r = !0);
1721
1826
  },
1722
- o(u) {
1723
- m(l), o = !1;
1827
+ o(f) {
1828
+ d(l), r = !1;
1724
1829
  },
1725
- d(u) {
1726
- u && w(n), r[t].d();
1830
+ d(f) {
1831
+ f && v(n), o[t].d();
1727
1832
  }
1728
1833
  };
1729
1834
  }
1730
- function St(i) {
1731
- let e = [], n = /* @__PURE__ */ new Map(), t, l, s = C(
1835
+ function qt(a) {
1836
+ let e = [], n = /* @__PURE__ */ new Map(), t, l, s = A(
1732
1837
  /*subNavigation*/
1733
- i[0]
1838
+ a[0]
1734
1839
  );
1735
- const o = (a) => (
1840
+ const r = (i) => (
1736
1841
  /*item*/
1737
- a[13].text || /*item*/
1738
- a[13].title
1842
+ i[12].text || /*item*/
1843
+ i[12].title
1739
1844
  );
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));
1845
+ for (let i = 0; i < s.length; i += 1) {
1846
+ let o = ve(a, s, i), c = r(o);
1847
+ n.set(c, e[i] = We(c, o));
1743
1848
  }
1744
1849
  return {
1745
1850
  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(
1851
+ for (let i = 0; i < e.length; i += 1)
1852
+ e[i].c();
1853
+ t = I();
1854
+ },
1855
+ m(i, o) {
1856
+ for (let c = 0; c < e.length; c += 1)
1857
+ e[c] && e[c].m(i, o);
1858
+ m(i, t, o), l = !0;
1859
+ },
1860
+ p(i, o) {
1861
+ o[0] & /*subNavigation*/
1862
+ 1 && (s = A(
1758
1863
  /*subNavigation*/
1759
- a[0]
1760
- ), F(), e = le(e, r, o, 1, a, s, n, t.parentNode, ne, Te, t, ce), E());
1864
+ i[0]
1865
+ ), T(), e = ie(e, o, r, 1, i, s, n, t.parentNode, ce, We, t, ve), U());
1761
1866
  },
1762
- i(a) {
1867
+ i(i) {
1763
1868
  if (!l) {
1764
- for (let r = 0; r < s.length; r += 1)
1765
- p(e[r]);
1869
+ for (let o = 0; o < s.length; o += 1)
1870
+ g(e[o]);
1766
1871
  l = !0;
1767
1872
  }
1768
1873
  },
1769
- o(a) {
1770
- for (let r = 0; r < e.length; r += 1)
1771
- m(e[r]);
1874
+ o(i) {
1875
+ for (let o = 0; o < e.length; o += 1)
1876
+ d(e[o]);
1772
1877
  l = !1;
1773
1878
  },
1774
- d(a) {
1775
- a && w(t);
1776
- for (let r = 0; r < e.length; r += 1)
1777
- e[r].d(a);
1879
+ d(i) {
1880
+ i && v(t);
1881
+ for (let o = 0; o < e.length; o += 1)
1882
+ e[o].d(i);
1778
1883
  }
1779
1884
  };
1780
1885
  }
1781
- function Tt(i) {
1886
+ function It(a) {
1782
1887
  let e, n;
1783
- return e = new z({ props: { slot: "button", icon: Ge } }), {
1888
+ return e = new q({ props: { slot: "button", icon: De } }), {
1784
1889
  c() {
1785
- j(e.$$.fragment);
1890
+ C(e.$$.fragment);
1786
1891
  },
1787
1892
  m(t, l) {
1788
- A(e, t, l), n = !0;
1893
+ L(e, t, l), n = !0;
1789
1894
  },
1790
- p: x,
1895
+ p: $,
1791
1896
  i(t) {
1792
- n || (p(e.$$.fragment, t), n = !0);
1897
+ n || (g(e.$$.fragment, t), n = !0);
1793
1898
  },
1794
1899
  o(t) {
1795
- m(e.$$.fragment, t), n = !1;
1900
+ d(e.$$.fragment, t), n = !1;
1796
1901
  },
1797
1902
  d(t) {
1798
- U(e, t);
1903
+ N(e, t);
1799
1904
  }
1800
1905
  };
1801
1906
  }
1802
- function Et(i) {
1907
+ function Ot(a) {
1803
1908
  let e, n;
1804
1909
  return e = new P({
1805
1910
  props: {
@@ -1808,304 +1913,315 @@ function Et(i) {
1808
1913
  contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
1809
1914
  as: "ul",
1810
1915
  $$slots: {
1811
- button: [Rt],
1812
- default: [Mt]
1916
+ button: [Gt],
1917
+ default: [Ht]
1813
1918
  },
1814
- $$scope: { ctx: i }
1919
+ $$scope: { ctx: a }
1815
1920
  }
1816
1921
  }), {
1817
1922
  c() {
1818
- j(e.$$.fragment);
1923
+ C(e.$$.fragment);
1819
1924
  },
1820
1925
  m(t, l) {
1821
- A(e, t, l), n = !0;
1926
+ L(e, t, l), n = !0;
1822
1927
  },
1823
1928
  p(t, l) {
1824
1929
  const s = {};
1825
1930
  l[0] & /*subNavigation*/
1826
1931
  1 | l[1] & /*$$scope*/
1827
- 16 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1932
+ 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1828
1933
  },
1829
1934
  i(t) {
1830
- n || (p(e.$$.fragment, t), n = !0);
1935
+ n || (g(e.$$.fragment, t), n = !0);
1831
1936
  },
1832
1937
  o(t) {
1833
- m(e.$$.fragment, t), n = !1;
1938
+ d(e.$$.fragment, t), n = !1;
1834
1939
  },
1835
1940
  d(t) {
1836
- U(e, t);
1941
+ N(e, t);
1837
1942
  }
1838
1943
  };
1839
1944
  }
1840
- function Ft(i) {
1945
+ function Pt(a) {
1841
1946
  let e, n = (
1842
1947
  /*item*/
1843
- i[13].text + ""
1844
- ), t, l, s, o = [
1948
+ a[12].text + ""
1949
+ ), t, l, s, r = [
1845
1950
  {
1846
1951
  class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
1847
1952
  },
1848
1953
  {
1849
1954
  href: s = /*item*/
1850
- i[13].href
1955
+ a[12].href
1851
1956
  },
1852
1957
  /*item*/
1853
- i[13].attributes
1854
- ], a = {};
1855
- for (let r = 0; r < o.length; r += 1)
1856
- a = G(a, o[r]);
1958
+ a[12].attributes
1959
+ ], i = {};
1960
+ for (let o = 0; o < r.length; o += 1)
1961
+ i = G(i, r[o]);
1857
1962
  return {
1858
1963
  c() {
1859
- e = g("a"), t = T(n), l = y(), q(e, a);
1964
+ e = b("a"), t = E(n), l = x(), W(e, i);
1860
1965
  },
1861
- m(r, f) {
1862
- k(r, e, f), h(e, t), h(e, l);
1966
+ m(o, c) {
1967
+ m(o, e, c), h(e, t), h(e, l);
1863
1968
  },
1864
- p(r, f) {
1865
- f[0] & /*subNavigation*/
1969
+ p(o, c) {
1970
+ c[0] & /*subNavigation*/
1866
1971
  1 && n !== (n = /*item*/
1867
- r[13].text + "") && V(t, n, a.contenteditable), q(e, a = D(o, [
1972
+ o[12].text + "") && le(t, n, i.contenteditable), W(e, i = X(r, [
1868
1973
  {
1869
1974
  class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
1870
1975
  },
1871
- f[0] & /*subNavigation*/
1976
+ c[0] & /*subNavigation*/
1872
1977
  1 && s !== (s = /*item*/
1873
- r[13].href) && { href: s },
1874
- f[0] & /*subNavigation*/
1978
+ o[12].href) && { href: s },
1979
+ c[0] & /*subNavigation*/
1875
1980
  1 && /*item*/
1876
- r[13].attributes
1981
+ o[12].attributes
1877
1982
  ]));
1878
1983
  },
1879
- i: x,
1880
- o: x,
1881
- d(r) {
1882
- r && w(e);
1984
+ i: $,
1985
+ o: $,
1986
+ d(o) {
1987
+ o && v(e);
1883
1988
  }
1884
1989
  };
1885
1990
  }
1886
- function Ee(i) {
1991
+ function qe(a) {
1887
1992
  let e, n, t = (
1888
1993
  /*link*/
1889
- i[16].text + ""
1890
- ), l, s, o = [
1994
+ a[15].text + ""
1995
+ ), l, s, r = [
1891
1996
  {
1892
1997
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
1893
1998
  },
1894
1999
  {
1895
2000
  href: s = /*link*/
1896
- i[16].href
2001
+ a[15].href
1897
2002
  },
1898
2003
  /*link*/
1899
- i[16].attributes
1900
- ], a = {};
1901
- for (let r = 0; r < o.length; r += 1)
1902
- a = G(a, o[r]);
2004
+ a[15].attributes
2005
+ ], i = {};
2006
+ for (let o = 0; o < r.length; o += 1)
2007
+ i = G(i, r[o]);
1903
2008
  return {
1904
2009
  c() {
1905
- e = g("li"), n = g("a"), l = T(t), q(n, a);
2010
+ e = b("li"), n = b("a"), l = E(t), W(n, i);
1906
2011
  },
1907
- m(r, f) {
1908
- k(r, e, f), h(e, n), h(n, l);
2012
+ m(o, c) {
2013
+ m(o, e, c), h(e, n), h(n, l);
1909
2014
  },
1910
- p(r, f) {
1911
- f[0] & /*subNavigation*/
2015
+ p(o, c) {
2016
+ c[0] & /*subNavigation*/
1912
2017
  1 && t !== (t = /*link*/
1913
- r[16].text + "") && V(l, t, a.contenteditable), q(n, a = D(o, [
2018
+ o[15].text + "") && le(l, t, i.contenteditable), W(n, i = X(r, [
1914
2019
  {
1915
2020
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
1916
2021
  },
1917
- f[0] & /*subNavigation*/
2022
+ c[0] & /*subNavigation*/
1918
2023
  1 && s !== (s = /*link*/
1919
- r[16].href) && { href: s },
1920
- f[0] & /*subNavigation*/
2024
+ o[15].href) && { href: s },
2025
+ c[0] & /*subNavigation*/
1921
2026
  1 && /*link*/
1922
- r[16].attributes
2027
+ o[15].attributes
1923
2028
  ]));
1924
2029
  },
1925
- d(r) {
1926
- r && w(e);
2030
+ d(o) {
2031
+ o && v(e);
1927
2032
  }
1928
2033
  };
1929
2034
  }
1930
- function Mt(i) {
1931
- let e, n = C(
2035
+ function Ht(a) {
2036
+ let e, n = A(
1932
2037
  /*item*/
1933
- i[13].links
2038
+ a[12].links
1934
2039
  ), t = [];
1935
2040
  for (let l = 0; l < n.length; l += 1)
1936
- t[l] = Ee(ge(i, n, l));
2041
+ t[l] = qe($e(a, n, l));
1937
2042
  return {
1938
2043
  c() {
1939
2044
  for (let l = 0; l < t.length; l += 1)
1940
2045
  t[l].c();
1941
- e = y();
2046
+ e = x();
1942
2047
  },
1943
2048
  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);
2049
+ for (let r = 0; r < t.length; r += 1)
2050
+ t[r] && t[r].m(l, s);
2051
+ m(l, e, s);
1947
2052
  },
1948
2053
  p(l, s) {
1949
2054
  if (s[0] & /*subNavigation*/
1950
2055
  1) {
1951
- n = C(
2056
+ n = A(
1952
2057
  /*item*/
1953
- l[13].links
2058
+ l[12].links
1954
2059
  );
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));
2060
+ let r;
2061
+ for (r = 0; r < n.length; r += 1) {
2062
+ const i = $e(l, n, r);
2063
+ t[r] ? t[r].p(i, s) : (t[r] = qe(i), t[r].c(), t[r].m(e.parentNode, e));
1959
2064
  }
1960
- for (; o < t.length; o += 1)
1961
- t[o].d(1);
2065
+ for (; r < t.length; r += 1)
2066
+ t[r].d(1);
1962
2067
  t.length = n.length;
1963
2068
  }
1964
2069
  },
1965
2070
  d(l) {
1966
- l && w(e), H(t, l);
2071
+ l && v(e), V(t, l);
1967
2072
  }
1968
2073
  };
1969
2074
  }
1970
- function Rt(i) {
2075
+ function Gt(a) {
1971
2076
  let e, n, t = (
1972
2077
  /*item*/
1973
- i[13].title + ""
1974
- ), l, s, o, a, r;
1975
- return o = new z({ props: { icon: X } }), {
2078
+ a[12].title + ""
2079
+ ), l, s, r, i, o;
2080
+ return r = new q({ props: { icon: ne } }), {
1976
2081
  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");
2082
+ 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
2083
  },
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;
2084
+ m(c, f) {
2085
+ m(c, e, f), h(e, n), h(n, l), h(e, s), L(r, e, null), h(e, i), o = !0;
1981
2086
  },
1982
- p(f, u) {
1983
- (!r || u[0] & /*subNavigation*/
2087
+ p(c, f) {
2088
+ (!o || f[0] & /*subNavigation*/
1984
2089
  1) && t !== (t = /*item*/
1985
- f[13].title + "") && Y(l, t);
2090
+ c[12].title + "") && ee(l, t);
1986
2091
  },
1987
- i(f) {
1988
- r || (p(o.$$.fragment, f), r = !0);
2092
+ i(c) {
2093
+ o || (g(r.$$.fragment, c), o = !0);
1989
2094
  },
1990
- o(f) {
1991
- m(o.$$.fragment, f), r = !1;
2095
+ o(c) {
2096
+ d(r.$$.fragment, c), o = !1;
1992
2097
  },
1993
- d(f) {
1994
- f && w(e), U(o);
2098
+ d(c) {
2099
+ c && v(e), N(r);
1995
2100
  }
1996
2101
  };
1997
2102
  }
1998
- function Fe(i, e) {
1999
- let n, t, l, s, o;
2000
- const a = [Ft, Et], r = [];
2001
- function f(u, c) {
2103
+ function Ie(a, e) {
2104
+ let n, t, l, s, r;
2105
+ const i = [Pt, Ot], o = [];
2106
+ function c(f, u) {
2002
2107
  return (
2003
2108
  /*item*/
2004
- u[13].text ? 0 : 1
2109
+ f[12].text ? 0 : 1
2005
2110
  );
2006
2111
  }
2007
- return t = f(e), l = r[t] = a[t](e), {
2008
- key: i,
2112
+ return t = c(e), l = o[t] = i[t](e), {
2113
+ key: a,
2009
2114
  first: null,
2010
2115
  c() {
2011
- n = B(), l.c(), s = B(), this.first = n;
2116
+ n = I(), l.c(), s = I(), this.first = n;
2012
2117
  },
2013
- m(u, c) {
2014
- k(u, n, c), r[t].m(u, c), k(u, s, c), o = !0;
2118
+ m(f, u) {
2119
+ m(f, n, u), o[t].m(f, u), m(f, s, u), r = !0;
2015
2120
  },
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));
2121
+ p(f, u) {
2122
+ e = f;
2123
+ let p = t;
2124
+ t = c(e), t === p ? o[t].p(e, u) : (T(), d(o[p], 1, 1, () => {
2125
+ o[p] = null;
2126
+ }), 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
2127
  },
2023
- i(u) {
2024
- o || (p(l), o = !0);
2128
+ i(f) {
2129
+ r || (g(l), r = !0);
2025
2130
  },
2026
- o(u) {
2027
- m(l), o = !1;
2131
+ o(f) {
2132
+ d(l), r = !1;
2028
2133
  },
2029
- d(u) {
2030
- u && (w(n), w(s)), r[t].d(u);
2134
+ d(f) {
2135
+ f && (v(n), v(s)), o[t].d(f);
2031
2136
  }
2032
2137
  };
2033
2138
  }
2034
- function qt(i) {
2035
- let e, n, t, l, s, o, a, r, f, u, c, d, N;
2036
- Oe(
2139
+ function Vt(a) {
2140
+ let e, n, t, l, s, r, i, o, c, f, u, p, j, M, w, J;
2141
+ Ve(
2037
2142
  /*onwindowresize*/
2038
- i[10]
2143
+ a[10]
2039
2144
  );
2040
- let b = (
2145
+ let k = (
2041
2146
  /*windowWidth*/
2042
- i[3] >= O && ve(i)
2043
- ), v = (
2147
+ a[3] >= F && je(a)
2148
+ ), S = (
2044
2149
  /*windowWidth*/
2045
- i[3] >= O && xe()
2150
+ a[3] >= F && Me()
2046
2151
  );
2047
- function Q($, M) {
2152
+ const fe = [$t, kt], H = [];
2153
+ function ue(y, z) {
2048
2154
  return (
2049
2155
  /*windowWidth*/
2050
- $[3] >= O ? _t : ct
2156
+ y[3] >= F ? 0 : 1
2051
2157
  );
2052
2158
  }
2053
- let S = Q(i), W = S(i);
2054
- const re = [gt, ht], I = [];
2055
- function oe($, M) {
2159
+ i = ue(a), o = H[i] = fe[i](a);
2160
+ const _e = [xt, yt], O = [];
2161
+ function he(y, z) {
2056
2162
  return (
2057
2163
  /*windowWidth*/
2058
- $[3] >= O ? 0 : 1
2164
+ y[3] >= F ? 0 : 1
2059
2165
  );
2060
2166
  }
2061
- r = oe(i), f = I[r] = re[r](i);
2062
- let L = (
2167
+ u = he(a), p = O[u] = _e[u](a);
2168
+ let Z = (
2063
2169
  /*subNavigation*/
2064
- (i[0].length > 0 || /*pageTitle*/
2065
- i[1]) && Ae(i)
2170
+ (a[0].length > 0 || /*pageTitle*/
2171
+ a[1]) && Be(a)
2066
2172
  );
2067
2173
  return {
2068
2174
  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");
2175
+ e = b("header"), k && k.c(), n = x(), t = b("nav"), l = b("div"), S && S.c(), s = x(), r = b("a"), o.c(), f = x(), p.c(), j = x(), Z && Z.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*/
2176
+ 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 z-10 w-full font-condensed text-3xl text-black");
2070
2177
  },
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,
2178
+ m(y, z) {
2179
+ m(y, e, z), k && k.m(e, null), h(e, n), h(e, t), h(t, l), S && S.m(l, null), h(l, s), h(l, r), H[i].m(r, null), h(t, f), O[u].m(t, null), h(e, j), Z && Z.m(e, null), M = !0, w || (J = ae(
2180
+ Xe,
2074
2181
  "resize",
2075
2182
  /*onwindowresize*/
2076
- i[10]
2077
- ), d = !0);
2183
+ a[10]
2184
+ ), w = !0);
2078
2185
  },
2079
- p($, M) {
2186
+ p(y, z) {
2080
2187
  /*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();
2188
+ y[3] >= F ? k ? (k.p(y, z), z[0] & /*windowWidth*/
2189
+ 8 && g(k, 1)) : (k = je(y), k.c(), g(k, 1), k.m(e, n)) : k && (T(), d(k, 1, 1, () => {
2190
+ k = null;
2191
+ }), U()), /*windowWidth*/
2192
+ y[3] >= F ? S ? z[0] & /*windowWidth*/
2193
+ 8 && g(S, 1) : (S = Me(), S.c(), g(S, 1), S.m(l, s)) : S && (T(), d(S, 1, 1, () => {
2194
+ S = null;
2195
+ }), U());
2196
+ let re = i;
2197
+ i = ue(y), i !== re && (T(), d(H[re], 1, 1, () => {
2198
+ H[re] = null;
2199
+ }), U(), o = H[i], o || (o = H[i] = fe[i](y), o.c()), g(o, 1), o.m(r, null)), (!M || z[0] & /*windowWidth*/
2200
+ 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*/
2201
+ y[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`)) && _(r, "class", c);
2202
+ let oe = u;
2203
+ u = he(y), u === oe ? O[u].p(y, z) : (T(), d(O[oe], 1, 1, () => {
2204
+ O[oe] = null;
2205
+ }), U(), p = O[u], p ? p.p(y, z) : (p = O[u] = _e[u](y), p.c()), g(p, 1), p.m(t, null)), /*subNavigation*/
2206
+ y[0].length > 0 || /*pageTitle*/
2207
+ y[1] ? Z ? (Z.p(y, z), z[0] & /*subNavigation, pageTitle*/
2208
+ 3 && g(Z, 1)) : (Z = Be(y), Z.c(), g(Z, 1), Z.m(e, null)) : Z && (T(), d(Z, 1, 1, () => {
2209
+ Z = null;
2210
+ }), U());
2211
+ },
2212
+ i(y) {
2213
+ M || (g(k), g(S), g(o), g(p), g(Z), M = !0);
2214
+ },
2215
+ o(y) {
2216
+ d(k), d(S), d(o), d(p), d(Z), M = !1;
2217
+ },
2218
+ d(y) {
2219
+ y && v(e), k && k.d(), S && S.d(), H[i].d(), O[u].d(), Z && Z.d(), w = !1, J();
2104
2220
  }
2105
2221
  };
2106
2222
  }
2107
- const O = 1024, zt = 35;
2108
- function Bt(i, e, n) {
2223
+ const F = 1024, Dt = 35;
2224
+ function Qt(a, e, n) {
2109
2225
  const t = [
2110
2226
  {
2111
2227
  text: "Give",
@@ -2169,8 +2285,8 @@ function Bt(i, e, n) {
2169
2285
  ], s = {
2170
2286
  text: "Search the University of Guelph",
2171
2287
  href: "https://uoguelph.ca/search",
2172
- icon: Ke
2173
- }, o = {
2288
+ icon: lt
2289
+ }, r = {
2174
2290
  text: "Account Menu",
2175
2291
  links: [
2176
2292
  {
@@ -2194,47 +2310,47 @@ function Bt(i, e, n) {
2194
2310
  href: "https://gryphlife.uoguelph.ca/"
2195
2311
  }
2196
2312
  ],
2197
- icon: Ve
2313
+ icon: nt
2198
2314
  };
2199
- let a, r, f = !1, { subNavigation: u } = e, { pageTitle: c } = e, { pageURL: d } = e;
2200
- function N() {
2201
- n(3, a = He.innerWidth);
2315
+ let i, o, c = !1, { subNavigation: f } = e, { pageTitle: u } = e, { pageURL: p } = e;
2316
+ function j() {
2317
+ n(3, i = Xe.innerWidth);
2202
2318
  }
2203
- function b(v) {
2204
- Xe[v ? "unshift" : "push"](() => {
2205
- r = v, n(4, r);
2319
+ function M(w) {
2320
+ rt[w ? "unshift" : "push"](() => {
2321
+ o = w, n(4, o);
2206
2322
  });
2207
2323
  }
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*/
2324
+ return a.$$set = (w) => {
2325
+ "subNavigation" in w && n(0, f = w.subNavigation), "pageTitle" in w && n(1, u = w.pageTitle), "pageURL" in w && n(2, p = w.pageURL);
2326
+ }, a.$$.update = () => {
2327
+ a.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
2212
2328
  56 && window.requestAnimationFrame(() => {
2213
- a >= O && r && !f && n(5, f = r.offsetWidth > r.parentElement.offsetWidth);
2329
+ i >= F && o && !c && n(5, c = o.offsetWidth > o.parentElement.offsetWidth);
2214
2330
  });
2215
2331
  }, [
2332
+ f,
2216
2333
  u,
2334
+ p,
2335
+ i,
2336
+ o,
2217
2337
  c,
2218
- d,
2219
- a,
2220
- r,
2221
- f,
2222
2338
  t,
2223
2339
  l,
2224
2340
  s,
2225
- o,
2226
- N,
2227
- b
2341
+ r,
2342
+ j,
2343
+ M
2228
2344
  ];
2229
2345
  }
2230
- class Wt extends Re {
2346
+ class Yt extends Y {
2231
2347
  constructor(e) {
2232
- super(), qe(
2348
+ super(), K(
2233
2349
  this,
2234
2350
  e,
2235
- Bt,
2236
- qt,
2237
- te,
2351
+ Qt,
2352
+ Vt,
2353
+ D,
2238
2354
  {
2239
2355
  subNavigation: 0,
2240
2356
  pageTitle: 1,
@@ -2248,24 +2364,24 @@ class Wt extends Re {
2248
2364
  return this.$$.ctx[0];
2249
2365
  }
2250
2366
  set subNavigation(e) {
2251
- this.$$set({ subNavigation: e }), R();
2367
+ this.$$set({ subNavigation: e }), B();
2252
2368
  }
2253
2369
  get pageTitle() {
2254
2370
  return this.$$.ctx[1];
2255
2371
  }
2256
2372
  set pageTitle(e) {
2257
- this.$$set({ pageTitle: e }), R();
2373
+ this.$$set({ pageTitle: e }), B();
2258
2374
  }
2259
2375
  get pageURL() {
2260
2376
  return this.$$.ctx[2];
2261
2377
  }
2262
2378
  set pageURL(e) {
2263
- this.$$set({ pageURL: e }), R();
2379
+ this.$$set({ pageURL: e }), B();
2264
2380
  }
2265
2381
  }
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 {
2382
+ 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
2383
  constructor() {
2268
- super(), Ye(this.shadowRoot);
2384
+ super(), tt(this.shadowRoot);
2269
2385
  }
2270
2386
  connectedCallback() {
2271
2387
  super.connectedCallback(), this.updateSubNavigation(), this.observer ?? (this.observer = new MutationObserver(() => {
@@ -2294,7 +2410,7 @@ customElements.define("uofg-header", Me(Wt, { subNavigation: {}, pageTitle: { re
2294
2410
  links: Array.from(n.querySelectorAll("a")).map(e)
2295
2411
  };
2296
2412
  return t.wrapContent = t.links.reduce(
2297
- (l, s) => (s.text.length > zt && (l = !0), l),
2413
+ (l, s) => (s.text.length > Dt && (l = !0), l),
2298
2414
  !1
2299
2415
  ), t;
2300
2416
  }
@@ -2302,5 +2418,5 @@ customElements.define("uofg-header", Me(Wt, { subNavigation: {}, pageTitle: { re
2302
2418
  }
2303
2419
  }));
2304
2420
  export {
2305
- Wt as default
2421
+ Yt as default
2306
2422
  };