@uoguelph/web-components 1.7.2-rc.0 → 1.7.3-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.
@@ -0,0 +1,1042 @@
1
+ var vt = Object.defineProperty;
2
+ var $t = (t, e, o) => e in t ? vt(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o;
3
+ var b = (t, e, o) => $t(t, typeof e != "symbol" ? e + "" : e, o);
4
+ function y() {
5
+ }
6
+ const _t = (t) => t;
7
+ function kt(t, e) {
8
+ for (const o in e) t[o] = e[o];
9
+ return (
10
+ /** @type {T & S} */
11
+ t
12
+ );
13
+ }
14
+ function ft(t) {
15
+ return t();
16
+ }
17
+ function rt() {
18
+ return /* @__PURE__ */ Object.create(null);
19
+ }
20
+ function M(t) {
21
+ t.forEach(ft);
22
+ }
23
+ function J(t) {
24
+ return typeof t == "function";
25
+ }
26
+ function zt(t, e) {
27
+ return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
28
+ }
29
+ function Lt(t) {
30
+ return Object.keys(t).length === 0;
31
+ }
32
+ function Ct(t, ...e) {
33
+ if (t == null) {
34
+ for (const r of e)
35
+ r(void 0);
36
+ return y;
37
+ }
38
+ const o = t.subscribe(...e);
39
+ return o.unsubscribe ? () => o.unsubscribe() : o;
40
+ }
41
+ function me(t, e, o) {
42
+ t.$$.on_destroy.push(Ct(e, o));
43
+ }
44
+ function be(t, e, o, r) {
45
+ if (t) {
46
+ const a = ut(t, e, o, r);
47
+ return t[0](a);
48
+ }
49
+ }
50
+ function ut(t, e, o, r) {
51
+ return t[1] && r ? kt(o.ctx.slice(), t[1](r(e))) : o.ctx;
52
+ }
53
+ function ye(t, e, o, r) {
54
+ if (t[2] && r) {
55
+ const a = t[2](r(o));
56
+ if (e.dirty === void 0)
57
+ return a;
58
+ if (typeof a == "object") {
59
+ const i = [], n = Math.max(e.dirty.length, a.length);
60
+ for (let s = 0; s < n; s += 1)
61
+ i[s] = e.dirty[s] | a[s];
62
+ return i;
63
+ }
64
+ return e.dirty | a;
65
+ }
66
+ return e.dirty;
67
+ }
68
+ function xe(t, e, o, r, a, i) {
69
+ if (a) {
70
+ const n = ut(e, o, r, i);
71
+ t.p(n, a);
72
+ }
73
+ }
74
+ function ve(t) {
75
+ if (t.ctx.length > 32) {
76
+ const e = [], o = t.ctx.length / 32;
77
+ for (let r = 0; r < o; r++)
78
+ e[r] = -1;
79
+ return e;
80
+ }
81
+ return -1;
82
+ }
83
+ function $e(t) {
84
+ return t && J(t.destroy) ? t.destroy : y;
85
+ }
86
+ const Mt = ["", !0, 1, "true", "contenteditable"], pt = typeof window < "u";
87
+ let St = pt ? () => window.performance.now() : () => Date.now(), Q = pt ? (t) => requestAnimationFrame(t) : y;
88
+ const A = /* @__PURE__ */ new Set();
89
+ function ht(t) {
90
+ A.forEach((e) => {
91
+ e.c(t) || (A.delete(e), e.f());
92
+ }), A.size !== 0 && Q(ht);
93
+ }
94
+ function Nt(t) {
95
+ let e;
96
+ return A.size === 0 && Q(ht), {
97
+ promise: new Promise((o) => {
98
+ A.add(e = { c: t, f: o });
99
+ }),
100
+ abort() {
101
+ A.delete(e);
102
+ }
103
+ };
104
+ }
105
+ function wt(t, e) {
106
+ t.appendChild(e);
107
+ }
108
+ function gt(t) {
109
+ if (!t) return document;
110
+ const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
111
+ return e && /** @type {ShadowRoot} */
112
+ e.host ? (
113
+ /** @type {ShadowRoot} */
114
+ e
115
+ ) : t.ownerDocument;
116
+ }
117
+ function Et(t) {
118
+ const e = Z("style");
119
+ return e.textContent = "/* empty */", jt(gt(t), e), e.sheet;
120
+ }
121
+ function jt(t, e) {
122
+ return wt(
123
+ /** @type {Document} */
124
+ t.head || t,
125
+ e
126
+ ), e.sheet;
127
+ }
128
+ function Y(t, e, o) {
129
+ t.insertBefore(e, o || null);
130
+ }
131
+ function z(t) {
132
+ t.parentNode && t.parentNode.removeChild(t);
133
+ }
134
+ function At(t, e) {
135
+ for (let o = 0; o < t.length; o += 1)
136
+ t[o] && t[o].d(e);
137
+ }
138
+ function Z(t) {
139
+ return document.createElement(t);
140
+ }
141
+ function tt(t) {
142
+ return document.createElementNS("http://www.w3.org/2000/svg", t);
143
+ }
144
+ function mt(t) {
145
+ return document.createTextNode(t);
146
+ }
147
+ function _e() {
148
+ return mt(" ");
149
+ }
150
+ function Ot() {
151
+ return mt("");
152
+ }
153
+ function it(t, e, o, r) {
154
+ return t.addEventListener(e, o, r), () => t.removeEventListener(e, o, r);
155
+ }
156
+ function k(t, e, o) {
157
+ o == null ? t.removeAttribute(e) : t.getAttribute(e) !== o && t.setAttribute(e, o);
158
+ }
159
+ const Pt = ["width", "height"];
160
+ function Tt(t, e) {
161
+ const o = Object.getOwnPropertyDescriptors(t.__proto__);
162
+ for (const r in e)
163
+ e[r] == null ? t.removeAttribute(r) : r === "style" ? t.style.cssText = e[r] : r === "__value" ? t.value = t[r] = e[r] : o[r] && o[r].set && Pt.indexOf(r) === -1 ? t[r] = e[r] : k(t, r, e[r]);
164
+ }
165
+ function Bt(t, e) {
166
+ Object.keys(e).forEach((o) => {
167
+ Rt(t, o, e[o]);
168
+ });
169
+ }
170
+ function Rt(t, e, o) {
171
+ const r = e.toLowerCase();
172
+ r in t ? t[r] = typeof t[r] == "boolean" && o === "" ? !0 : o : e in t ? t[e] = typeof t[e] == "boolean" && o === "" ? !0 : o : k(t, e, o);
173
+ }
174
+ function ke(t) {
175
+ return /-/.test(t) ? Bt : Tt;
176
+ }
177
+ function Yt(t) {
178
+ return Array.from(t.childNodes);
179
+ }
180
+ function Dt(t, e) {
181
+ e = "" + e, t.data !== e && (t.data = /** @type {string} */
182
+ e);
183
+ }
184
+ function Ht(t, e) {
185
+ e = "" + e, t.wholeText !== e && (t.data = /** @type {string} */
186
+ e);
187
+ }
188
+ function ze(t, e, o) {
189
+ ~Mt.indexOf(o) ? Ht(t, e) : Dt(t, e);
190
+ }
191
+ function Le(t, e, o, r) {
192
+ t.style.setProperty(e, o, "");
193
+ }
194
+ let H;
195
+ function Ut() {
196
+ if (H === void 0) {
197
+ H = !1;
198
+ try {
199
+ typeof window < "u" && window.parent && window.parent.document;
200
+ } catch {
201
+ H = !0;
202
+ }
203
+ }
204
+ return H;
205
+ }
206
+ function Ce(t, e) {
207
+ getComputedStyle(t).position === "static" && (t.style.position = "relative");
208
+ const r = Z("iframe");
209
+ r.setAttribute(
210
+ "style",
211
+ "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"
212
+ ), r.setAttribute("aria-hidden", "true"), r.tabIndex = -1;
213
+ const a = Ut();
214
+ let i;
215
+ return a ? (r.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", i = it(
216
+ window,
217
+ "message",
218
+ /** @param {MessageEvent} event */
219
+ (n) => {
220
+ n.source === r.contentWindow && e();
221
+ }
222
+ )) : (r.src = "about:blank", r.onload = () => {
223
+ i = it(r.contentWindow, "resize", e), e();
224
+ }), wt(t, r), () => {
225
+ (a || i && r.contentWindow) && i(), z(r);
226
+ };
227
+ }
228
+ function Me(t, e, o) {
229
+ t.classList.toggle(e, !!o);
230
+ }
231
+ function Ft(t, e, { bubbles: o = !1, cancelable: r = !1 } = {}) {
232
+ return new CustomEvent(t, { detail: e, bubbles: o, cancelable: r });
233
+ }
234
+ function It(t) {
235
+ const e = {};
236
+ return t.childNodes.forEach(
237
+ /** @param {Element} node */
238
+ (o) => {
239
+ e[o.slot || "default"] = !0;
240
+ }
241
+ ), e;
242
+ }
243
+ const I = /* @__PURE__ */ new Map();
244
+ let X = 0;
245
+ function Xt(t) {
246
+ let e = 5381, o = t.length;
247
+ for (; o--; ) e = (e << 5) - e ^ t.charCodeAt(o);
248
+ return e >>> 0;
249
+ }
250
+ function qt(t, e) {
251
+ const o = { stylesheet: Et(e), rules: {} };
252
+ return I.set(t, o), o;
253
+ }
254
+ function nt(t, e, o, r, a, i, n, s = 0) {
255
+ const d = 16.666 / r;
256
+ let c = `{
257
+ `;
258
+ for (let w = 0; w <= 1; w += d) {
259
+ const x = e + (o - e) * i(w);
260
+ c += w * 100 + `%{${n(x, 1 - x)}}
261
+ `;
262
+ }
263
+ const g = c + `100% {${n(o, 1 - o)}}
264
+ }`, f = `__svelte_${Xt(g)}_${s}`, u = gt(t), { stylesheet: h, rules: l } = I.get(u) || qt(u, t);
265
+ l[f] || (l[f] = !0, h.insertRule(`@keyframes ${f} ${g}`, h.cssRules.length));
266
+ const m = t.style.animation || "";
267
+ return t.style.animation = `${m ? `${m}, ` : ""}${f} ${r}ms linear ${a}ms 1 both`, X += 1, f;
268
+ }
269
+ function Wt(t, e) {
270
+ const o = (t.style.animation || "").split(", "), r = o.filter(
271
+ e ? (i) => i.indexOf(e) < 0 : (i) => i.indexOf("__svelte") === -1
272
+ // remove all Svelte animations
273
+ ), a = o.length - r.length;
274
+ a && (t.style.animation = r.join(", "), X -= a, X || Jt());
275
+ }
276
+ function Jt() {
277
+ Q(() => {
278
+ X || (I.forEach((t) => {
279
+ const { ownerNode: e } = t.stylesheet;
280
+ e && z(e);
281
+ }), I.clear());
282
+ });
283
+ }
284
+ let R;
285
+ function B(t) {
286
+ R = t;
287
+ }
288
+ function et() {
289
+ if (!R) throw new Error("Function called outside component initialization");
290
+ return R;
291
+ }
292
+ function Se(t) {
293
+ et().$$.on_mount.push(t);
294
+ }
295
+ function Ne(t, e) {
296
+ return et().$$.context.set(t, e), e;
297
+ }
298
+ function Ee(t) {
299
+ return et().$$.context.get(t);
300
+ }
301
+ const j = [], at = [];
302
+ let O = [];
303
+ const st = [], Vt = /* @__PURE__ */ Promise.resolve();
304
+ let K = !1;
305
+ function Gt() {
306
+ K || (K = !0, Vt.then(ot));
307
+ }
308
+ function q(t) {
309
+ O.push(t);
310
+ }
311
+ const V = /* @__PURE__ */ new Set();
312
+ let E = 0;
313
+ function ot() {
314
+ if (E !== 0)
315
+ return;
316
+ const t = R;
317
+ do {
318
+ try {
319
+ for (; E < j.length; ) {
320
+ const e = j[E];
321
+ E++, B(e), Kt(e.$$);
322
+ }
323
+ } catch (e) {
324
+ throw j.length = 0, E = 0, e;
325
+ }
326
+ for (B(null), j.length = 0, E = 0; at.length; ) at.pop()();
327
+ for (let e = 0; e < O.length; e += 1) {
328
+ const o = O[e];
329
+ V.has(o) || (V.add(o), o());
330
+ }
331
+ O.length = 0;
332
+ } while (j.length);
333
+ for (; st.length; )
334
+ st.pop()();
335
+ K = !1, V.clear(), B(t);
336
+ }
337
+ function Kt(t) {
338
+ if (t.fragment !== null) {
339
+ t.update(), M(t.before_update);
340
+ const e = t.dirty;
341
+ t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(q);
342
+ }
343
+ }
344
+ function Qt(t) {
345
+ const e = [], o = [];
346
+ O.forEach((r) => t.indexOf(r) === -1 ? e.push(r) : o.push(r)), o.forEach((r) => r()), O = e;
347
+ }
348
+ let T;
349
+ function Zt() {
350
+ return T || (T = Promise.resolve(), T.then(() => {
351
+ T = null;
352
+ })), T;
353
+ }
354
+ function G(t, e, o) {
355
+ t.dispatchEvent(Ft(`${e ? "intro" : "outro"}${o}`));
356
+ }
357
+ const U = /* @__PURE__ */ new Set();
358
+ let _;
359
+ function je() {
360
+ _ = {
361
+ r: 0,
362
+ c: [],
363
+ p: _
364
+ // parent group
365
+ };
366
+ }
367
+ function Ae() {
368
+ _.r || M(_.c), _ = _.p;
369
+ }
370
+ function bt(t, e) {
371
+ t && t.i && (U.delete(t), t.i(e));
372
+ }
373
+ function te(t, e, o, r) {
374
+ if (t && t.o) {
375
+ if (U.has(t)) return;
376
+ U.add(t), _.c.push(() => {
377
+ U.delete(t), r && (o && t.d(1), r());
378
+ }), t.o(e);
379
+ } else r && r();
380
+ }
381
+ const ee = { duration: 0 };
382
+ function Oe(t, e, o, r) {
383
+ let i = e(t, o, { direction: "both" }), n = r ? 0 : 1, s = null, d = null, c = null, g;
384
+ function f() {
385
+ c && Wt(t, c);
386
+ }
387
+ function u(l, m) {
388
+ const w = (
389
+ /** @type {Program['d']} */
390
+ l.b - n
391
+ );
392
+ return m *= Math.abs(w), {
393
+ a: n,
394
+ b: l.b,
395
+ d: w,
396
+ duration: m,
397
+ start: l.start,
398
+ end: l.start + m,
399
+ group: l.group
400
+ };
401
+ }
402
+ function h(l) {
403
+ const {
404
+ delay: m = 0,
405
+ duration: w = 300,
406
+ easing: x = _t,
407
+ tick: L = y,
408
+ css: S
409
+ } = i || ee, N = {
410
+ start: St() + m,
411
+ b: l
412
+ };
413
+ l || (N.group = _, _.r += 1), "inert" in t && (l ? g !== void 0 && (t.inert = g) : (g = /** @type {HTMLElement} */
414
+ t.inert, t.inert = !0)), s || d ? d = N : (S && (f(), c = nt(t, n, l, w, m, x, S)), l && L(0, 1), s = u(N, w), q(() => G(t, l, "start")), Nt((C) => {
415
+ if (d && C > d.start && (s = u(d, w), d = null, G(t, s.b, "start"), S && (f(), c = nt(
416
+ t,
417
+ n,
418
+ s.b,
419
+ s.duration,
420
+ 0,
421
+ x,
422
+ i.css
423
+ ))), s) {
424
+ if (C >= s.end)
425
+ L(n = s.b, 1 - n), G(t, s.b, "end"), d || (s.b ? f() : --s.group.r || M(s.group.c)), s = null;
426
+ else if (C >= s.start) {
427
+ const P = C - s.start;
428
+ n = s.a + s.d * x(P / s.duration), L(n, 1 - n);
429
+ }
430
+ }
431
+ return !!(s || d);
432
+ }));
433
+ }
434
+ return {
435
+ run(l) {
436
+ J(i) ? Zt().then(() => {
437
+ i = i({ direction: l ? "in" : "out" }), h(l);
438
+ }) : h(l);
439
+ },
440
+ end() {
441
+ f(), s = d = null;
442
+ }
443
+ };
444
+ }
445
+ function ct(t) {
446
+ return (t == null ? void 0 : t.length) !== void 0 ? t : Array.from(t);
447
+ }
448
+ function Pe(t, e) {
449
+ te(t, 1, 1, () => {
450
+ e.delete(t.key);
451
+ });
452
+ }
453
+ function Te(t, e, o, r, a, i, n, s, d, c, g, f) {
454
+ let u = t.length, h = i.length, l = u;
455
+ const m = {};
456
+ for (; l--; ) m[t[l].key] = l;
457
+ const w = [], x = /* @__PURE__ */ new Map(), L = /* @__PURE__ */ new Map(), S = [];
458
+ for (l = h; l--; ) {
459
+ const p = f(a, i, l), v = o(p);
460
+ let $ = n.get(v);
461
+ $ ? S.push(() => $.p(p, e)) : ($ = c(v, p), $.c()), x.set(v, w[l] = $), v in m && L.set(v, Math.abs(l - m[v]));
462
+ }
463
+ const N = /* @__PURE__ */ new Set(), C = /* @__PURE__ */ new Set();
464
+ function P(p) {
465
+ bt(p, 1), p.m(s, g), n.set(p.key, p), g = p.first, h--;
466
+ }
467
+ for (; u && h; ) {
468
+ const p = w[h - 1], v = t[u - 1], $ = p.key, D = v.key;
469
+ p === v ? (g = p.first, u--, h--) : x.has(D) ? !n.has($) || N.has($) ? P(p) : C.has(D) ? u-- : L.get($) > L.get(D) ? (C.add($), P(p)) : (N.add(D), u--) : (d(v, n), u--);
470
+ }
471
+ for (; u--; ) {
472
+ const p = t[u];
473
+ x.has(p.key) || d(p, n);
474
+ }
475
+ for (; h; ) P(w[h - 1]);
476
+ return M(S), w;
477
+ }
478
+ function Be(t) {
479
+ t && t.c();
480
+ }
481
+ function oe(t, e, o) {
482
+ const { fragment: r, after_update: a } = t.$$;
483
+ r && r.m(e, o), q(() => {
484
+ const i = t.$$.on_mount.map(ft).filter(J);
485
+ t.$$.on_destroy ? t.$$.on_destroy.push(...i) : M(i), t.$$.on_mount = [];
486
+ }), a.forEach(q);
487
+ }
488
+ function re(t, e) {
489
+ const o = t.$$;
490
+ o.fragment !== null && (Qt(o.after_update), M(o.on_destroy), o.fragment && o.fragment.d(e), o.on_destroy = o.fragment = null, o.ctx = []);
491
+ }
492
+ function ie(t, e) {
493
+ t.$$.dirty[0] === -1 && (j.push(t), Gt(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
494
+ }
495
+ function ne(t, e, o, r, a, i, n = null, s = [-1]) {
496
+ const d = R;
497
+ B(t);
498
+ const c = t.$$ = {
499
+ fragment: null,
500
+ ctx: [],
501
+ // state
502
+ props: i,
503
+ update: y,
504
+ not_equal: a,
505
+ bound: rt(),
506
+ // lifecycle
507
+ on_mount: [],
508
+ on_destroy: [],
509
+ on_disconnect: [],
510
+ before_update: [],
511
+ after_update: [],
512
+ context: new Map(e.context || (d ? d.$$.context : [])),
513
+ // everything else
514
+ callbacks: rt(),
515
+ dirty: s,
516
+ skip_bound: !1,
517
+ root: e.target || d.$$.root
518
+ };
519
+ n && n(c.root);
520
+ let g = !1;
521
+ if (c.ctx = o ? o(t, e.props || {}, (f, u, ...h) => {
522
+ const l = h.length ? h[0] : u;
523
+ return c.ctx && a(c.ctx[f], c.ctx[f] = l) && (!c.skip_bound && c.bound[f] && c.bound[f](l), g && ie(t, f)), u;
524
+ }) : [], c.update(), g = !0, M(c.before_update), c.fragment = r ? r(c.ctx) : !1, e.target) {
525
+ if (e.hydrate) {
526
+ const f = Yt(e.target);
527
+ c.fragment && c.fragment.l(f), f.forEach(z);
528
+ } else
529
+ c.fragment && c.fragment.c();
530
+ e.intro && bt(t.$$.fragment), oe(t, e.target, e.anchor), ot();
531
+ }
532
+ B(d);
533
+ }
534
+ let yt;
535
+ typeof HTMLElement == "function" && (yt = class extends HTMLElement {
536
+ constructor(e, o, r) {
537
+ super();
538
+ /** The Svelte component constructor */
539
+ b(this, "$$ctor");
540
+ /** Slots */
541
+ b(this, "$$s");
542
+ /** The Svelte component instance */
543
+ b(this, "$$c");
544
+ /** Whether or not the custom element is connected */
545
+ b(this, "$$cn", !1);
546
+ /** Component props data */
547
+ b(this, "$$d", {});
548
+ /** `true` if currently in the process of reflecting component props back to attributes */
549
+ b(this, "$$r", !1);
550
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
551
+ b(this, "$$p_d", {});
552
+ /** @type {Record<string, Function[]>} Event listeners */
553
+ b(this, "$$l", {});
554
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
555
+ b(this, "$$l_u", /* @__PURE__ */ new Map());
556
+ this.$$ctor = e, this.$$s = o, r && this.attachShadow({ mode: "open" });
557
+ }
558
+ addEventListener(e, o, r) {
559
+ if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(o), this.$$c) {
560
+ const a = this.$$c.$on(e, o);
561
+ this.$$l_u.set(o, a);
562
+ }
563
+ super.addEventListener(e, o, r);
564
+ }
565
+ removeEventListener(e, o, r) {
566
+ if (super.removeEventListener(e, o, r), this.$$c) {
567
+ const a = this.$$l_u.get(o);
568
+ a && (a(), this.$$l_u.delete(o));
569
+ }
570
+ }
571
+ async connectedCallback() {
572
+ if (this.$$cn = !0, !this.$$c) {
573
+ let e = function(i) {
574
+ return () => {
575
+ let n;
576
+ return {
577
+ c: function() {
578
+ n = Z("slot"), i !== "default" && k(n, "name", i);
579
+ },
580
+ /**
581
+ * @param {HTMLElement} target
582
+ * @param {HTMLElement} [anchor]
583
+ */
584
+ m: function(c, g) {
585
+ Y(c, n, g);
586
+ },
587
+ d: function(c) {
588
+ c && z(n);
589
+ }
590
+ };
591
+ };
592
+ };
593
+ if (await Promise.resolve(), !this.$$cn || this.$$c)
594
+ return;
595
+ const o = {}, r = It(this);
596
+ for (const i of this.$$s)
597
+ i in r && (o[i] = [e(i)]);
598
+ for (const i of this.attributes) {
599
+ const n = this.$$g_p(i.name);
600
+ n in this.$$d || (this.$$d[n] = F(n, i.value, this.$$p_d, "toProp"));
601
+ }
602
+ for (const i in this.$$p_d)
603
+ !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
604
+ this.$$c = new this.$$ctor({
605
+ target: this.shadowRoot || this,
606
+ props: {
607
+ ...this.$$d,
608
+ $$slots: o,
609
+ $$scope: {
610
+ ctx: []
611
+ }
612
+ }
613
+ });
614
+ const a = () => {
615
+ this.$$r = !0;
616
+ for (const i in this.$$p_d)
617
+ if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
618
+ const n = F(
619
+ i,
620
+ this.$$d[i],
621
+ this.$$p_d,
622
+ "toAttribute"
623
+ );
624
+ n == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, n);
625
+ }
626
+ this.$$r = !1;
627
+ };
628
+ this.$$c.$$.after_update.push(a), a();
629
+ for (const i in this.$$l)
630
+ for (const n of this.$$l[i]) {
631
+ const s = this.$$c.$on(i, n);
632
+ this.$$l_u.set(n, s);
633
+ }
634
+ this.$$l = {};
635
+ }
636
+ }
637
+ // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
638
+ // and setting attributes through setAttribute etc, this is helpful
639
+ attributeChangedCallback(e, o, r) {
640
+ var a;
641
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = F(e, r, this.$$p_d, "toProp"), (a = this.$$c) == null || a.$set({ [e]: this.$$d[e] }));
642
+ }
643
+ disconnectedCallback() {
644
+ this.$$cn = !1, Promise.resolve().then(() => {
645
+ !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
646
+ });
647
+ }
648
+ $$g_p(e) {
649
+ return Object.keys(this.$$p_d).find(
650
+ (o) => this.$$p_d[o].attribute === e || !this.$$p_d[o].attribute && o.toLowerCase() === e
651
+ ) || e;
652
+ }
653
+ });
654
+ function F(t, e, o, r) {
655
+ var i;
656
+ const a = (i = o[t]) == null ? void 0 : i.type;
657
+ if (e = a === "Boolean" && typeof e != "boolean" ? e != null : e, !r || !o[t])
658
+ return e;
659
+ if (r === "toAttribute")
660
+ switch (a) {
661
+ case "Object":
662
+ case "Array":
663
+ return e == null ? null : JSON.stringify(e);
664
+ case "Boolean":
665
+ return e ? "" : null;
666
+ case "Number":
667
+ return e ?? null;
668
+ default:
669
+ return e;
670
+ }
671
+ else
672
+ switch (a) {
673
+ case "Object":
674
+ case "Array":
675
+ return e && JSON.parse(e);
676
+ case "Boolean":
677
+ return e;
678
+ case "Number":
679
+ return e != null ? +e : e;
680
+ default:
681
+ return e;
682
+ }
683
+ }
684
+ function ae(t, e, o, r, a, i) {
685
+ let n = class extends yt {
686
+ constructor() {
687
+ super(t, o, a), this.$$p_d = e;
688
+ }
689
+ static get observedAttributes() {
690
+ return Object.keys(e).map(
691
+ (s) => (e[s].attribute || s).toLowerCase()
692
+ );
693
+ }
694
+ };
695
+ return Object.keys(e).forEach((s) => {
696
+ Object.defineProperty(n.prototype, s, {
697
+ get() {
698
+ return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
699
+ },
700
+ set(d) {
701
+ var c;
702
+ d = F(s, d, e), this.$$d[s] = d, (c = this.$$c) == null || c.$set({ [s]: d });
703
+ }
704
+ });
705
+ }), r.forEach((s) => {
706
+ Object.defineProperty(n.prototype, s, {
707
+ get() {
708
+ var d;
709
+ return (d = this.$$c) == null ? void 0 : d[s];
710
+ }
711
+ });
712
+ }), i && (n = i(n)), t.element = /** @type {any} */
713
+ n, n;
714
+ }
715
+ class se {
716
+ constructor() {
717
+ /**
718
+ * ### PRIVATE API
719
+ *
720
+ * Do not use, may change at any time
721
+ *
722
+ * @type {any}
723
+ */
724
+ b(this, "$$");
725
+ /**
726
+ * ### PRIVATE API
727
+ *
728
+ * Do not use, may change at any time
729
+ *
730
+ * @type {any}
731
+ */
732
+ b(this, "$$set");
733
+ }
734
+ /** @returns {void} */
735
+ $destroy() {
736
+ re(this, 1), this.$destroy = y;
737
+ }
738
+ /**
739
+ * @template {Extract<keyof Events, string>} K
740
+ * @param {K} type
741
+ * @param {((e: Events[K]) => void) | null | undefined} callback
742
+ * @returns {() => void}
743
+ */
744
+ $on(e, o) {
745
+ if (!J(o))
746
+ return y;
747
+ const r = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
748
+ return r.push(o), () => {
749
+ const a = r.indexOf(o);
750
+ a !== -1 && r.splice(a, 1);
751
+ };
752
+ }
753
+ /**
754
+ * @param {Partial<Props>} props
755
+ * @returns {void}
756
+ */
757
+ $set(e) {
758
+ this.$$set && !Lt(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
759
+ }
760
+ }
761
+ const ce = "4";
762
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(ce);
763
+ const xt = '*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*{box-sizing:border-box}uofg-menu{--uofg-menu-animation-type: slide;--uofg-menu-animation-duration: .2s;--uofg-menu-animation-easing: ease-in-out}svg.fa-icon{display:block;height:1em;fill:currentColor}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.\\!static{position:static!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-8{bottom:2rem}.left-0{left:0}.left-1\\/2{left:50%}.right-0{right:0}.right-8{right:2rem}.top-0{top:0}.top-8{top:2rem}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.z-\\[1000\\]{z-index:1000}.z-\\[2\\]{z-index:2}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.block{display:block}.flex{display:flex}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-12{height:3rem}.h-16{height:4rem}.h-\\[5rem\\]{height:5rem}.h-\\[7\\.5rem\\]{height:7.5rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-\\[calc\\(100vh-5rem\\)\\]{max-height:calc(100vh - 5rem)}.max-h-full{max-height:100%}.w-12{width:3rem}.w-16{width:4rem}.w-\\[7\\.5rem\\]{width:7.5rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-\\[20rem\\]{min-width:20rem}.min-w-full{min-width:100%}.max-w-full{max-width:100%}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-50px\\]{--tw-translate-y: -50px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[calc\\(-50\\%_-_50px\\)\\]{--tw-translate-y: calc(-50% - 50px) ;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-visible{overflow-y:visible}.whitespace-normal{white-space:normal}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-8{border-bottom-width:8px}.border-solid{border-style:solid}.border-dotted{border-style:dotted}.border-transparent{border-color:transparent}.border-uofg-grey-500{--tw-border-opacity: 1;border-color:rgb(154 154 154 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-uofg-grey{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.bg-uofg-red{--tw-bg-opacity: 1;background-color:rgb(194 4 48 / var(--tw-bg-opacity))}.bg-uofg-yellow{--tw-bg-opacity: 1;background-color:rgb(255 199 42 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\\[calc\\(\\(100\\%-1320px\\)\\/2\\)\\]{padding-left:calc((100% - 1320px)/2);padding-right:calc((100% - 1320px)/2)}.px-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,2rem\\)\\]{padding-left:max(calc((100% - 1320px)/2),2rem);padding-right:max(calc((100% - 1320px)/2),2rem)}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-6{padding-bottom:1.5rem}.pt-8{padding-top:2rem}.font-condensed{font-family:Roboto Condensed,Arial,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.not-italic{font-style:normal}.text-\\[\\#2e74bb\\]{--tw-text-opacity: 1;color:rgb(46 116 187 / var(--tw-text-opacity))}.text-\\[var\\(--uofg-modal-dismiss-color\\,white\\)\\]{color:var(--uofg-modal-dismiss-color,white)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-uofg-blue{--tw-text-opacity: 1;color:rgb(105 163 185 / var(--tw-text-opacity))}.text-uofg-yellow{--tw-text-opacity: 1;color:rgb(255 199 42 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.decoration-transparent{text-decoration-color:transparent}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\\[opacity\\,visibility\\]{transition-property:opacity,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\\:border-current:hover{border-color:currentColor}.hover\\:border-uofg-yellow:hover{--tw-border-opacity: 1;border-color:rgb(255 199 42 / var(--tw-border-opacity))}.hover\\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.hover\\:bg-uofg-grey:hover{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.hover\\:bg-uofg-red:hover{--tw-bg-opacity: 1;background-color:rgb(194 4 48 / var(--tw-bg-opacity))}.hover\\:bg-uofg-yellow:hover{--tw-bg-opacity: 1;background-color:rgb(255 199 42 / var(--tw-bg-opacity))}.hover\\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\\:text-\\[\\#0077b5\\]:hover{--tw-text-opacity: 1;color:rgb(0 119 181 / var(--tw-text-opacity))}.hover\\:text-\\[\\#1a4168\\]:hover{--tw-text-opacity: 1;color:rgb(26 65 104 / var(--tw-text-opacity))}.hover\\:text-\\[\\#1da1f2\\]:hover{--tw-text-opacity: 1;color:rgb(29 161 242 / var(--tw-text-opacity))}.hover\\:text-\\[\\#4267b2\\]:hover{--tw-text-opacity: 1;color:rgb(66 103 178 / var(--tw-text-opacity))}.hover\\:text-\\[\\#e1306c\\]:hover{--tw-text-opacity: 1;color:rgb(225 48 108 / var(--tw-text-opacity))}.hover\\:text-\\[\\#f00\\]:hover{--tw-text-opacity: 1;color:rgb(255 0 0 / var(--tw-text-opacity))}.hover\\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\\:text-uofg-yellow:hover{--tw-text-opacity: 1;color:rgb(255 199 42 / var(--tw-text-opacity))}.hover\\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:decoration-current:hover{text-decoration-color:currentColor}.hover\\:opacity-75:hover{opacity:.75}.focus\\:border-current:focus{border-color:currentColor}.focus\\:border-white:focus{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.focus\\:bg-uofg-grey:focus{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.focus\\:bg-uofg-red:focus{--tw-bg-opacity: 1;background-color:rgb(194 4 48 / var(--tw-bg-opacity))}.focus\\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.focus\\:text-\\[\\#0077b5\\]:focus{--tw-text-opacity: 1;color:rgb(0 119 181 / var(--tw-text-opacity))}.focus\\:text-\\[\\#1a4168\\]:focus{--tw-text-opacity: 1;color:rgb(26 65 104 / var(--tw-text-opacity))}.focus\\:text-\\[\\#1da1f2\\]:focus{--tw-text-opacity: 1;color:rgb(29 161 242 / var(--tw-text-opacity))}.focus\\:text-\\[\\#4267b2\\]:focus{--tw-text-opacity: 1;color:rgb(66 103 178 / var(--tw-text-opacity))}.focus\\:text-\\[\\#e1306c\\]:focus{--tw-text-opacity: 1;color:rgb(225 48 108 / var(--tw-text-opacity))}.focus\\:text-\\[\\#f00\\]:focus{--tw-text-opacity: 1;color:rgb(255 0 0 / var(--tw-text-opacity))}.focus\\:text-black:focus{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.focus\\:underline:focus{text-decoration-line:underline}.focus\\:decoration-current:focus{text-decoration-color:currentColor}.focus\\:opacity-75:focus{opacity:.75}.aria-expanded\\:bg-uofg-grey[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.aria-expanded\\:bg-uofg-yellow[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(255 199 42 / var(--tw-bg-opacity))}.aria-expanded\\:bg-white[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.aria-expanded\\:text-black[aria-expanded=true]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}@media (prefers-reduced-motion: reduce){.motion-reduce\\:transition-none{transition-property:none}}@media (min-width: 640px){.sm\\:w-fit{width:-moz-fit-content;width:fit-content}.sm\\:p-8{padding:2rem}}@media (min-width: 768px){.md\\:col-span-2{grid-column:span 2 / span 2}.md\\:row-start-2{grid-row-start:2}.md\\:grid{display:grid}.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\\:static{position:static}.lg\\:row-auto{grid-row:auto}.lg\\:h-16{height:4rem}.lg\\:h-\\[10rem\\]{height:10rem}.lg\\:w-\\[30rem\\]{width:30rem}.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\\:whitespace-nowrap{white-space:nowrap}}@media (min-width: 1320px){.min-\\[1320px\\]\\:absolute{position:absolute}.min-\\[1320px\\]\\:left-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,7\\.5rem\\)\\]{left:max(calc((100% - 1320px)/2),7.5rem)}}.\\[\\&\\>\\*\\]\\:first\\:mt-4:first-child>*{margin-top:1rem}.\\[\\&\\>\\*\\]\\:last\\:mb-4:last-child>*{margin-bottom:1rem}.\\[\\&\\>li\\]\\:contents>li{display:contents}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:text-2xl>slot[name=message]::slotted(*){font-size:1.5rem;line-height:2rem}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:mb-8>slot[name=subtitle]::slotted(*){margin-bottom:2rem}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:text-4xl>slot[name=subtitle]::slotted(*){font-size:2.25rem;line-height:2.5rem}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:font-bold>slot[name=subtitle]::slotted(*){font-weight:700}.\\[\\&\\>svg\\]\\:mb-4>svg{margin-bottom:1rem}.\\[\\&\\>svg\\]\\:mr-4>svg{margin-right:1rem}.\\[\\&\\>svg\\]\\:block>svg{display:block}.\\[\\&\\>svg\\]\\:h-\\[1\\.5em\\]>svg{height:1.5em}.\\[\\&\\>svg\\]\\:h-\\[1\\.6em\\]>svg{height:1.6em}.\\[\\&\\>svg\\]\\:h-full>svg{height:100%}.\\[\\&\\>svg\\]\\:w-\\[18\\.4rem\\]>svg{width:18.4rem}.\\[\\&\\>svg\\]\\:w-\\[5rem\\]>svg{width:5rem}.\\[\\&\\>svg\\]\\:w-\\[7\\.5rem\\]>svg{width:7.5rem}.\\[\\&\\>svg\\]\\:w-auto>svg{width:auto}.\\[\\&\\>svg\\]\\:fill-current>svg{fill:currentColor}.\\[\\&\\>svg\\]\\:fill-uofg-yellow>svg{fill:#ffc72a}.\\[\\&\\>svg\\]\\:transition-transform>svg{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\\[\\&_svg\\]\\:aria-expanded\\:rotate-180[aria-expanded=true] svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}';
764
+ let W = null;
765
+ typeof CSSStyleSheet == "function" && (W = new CSSStyleSheet(), W.replaceSync(xt));
766
+ function Re(t) {
767
+ if (W)
768
+ t.adoptedStyleSheets = [...t.adoptedStyleSheets, W];
769
+ else {
770
+ const e = document.createElement("style");
771
+ e.innerHTML = xt, t.prepend(e);
772
+ }
773
+ }
774
+ const Ye = {
775
+ prefix: "fas",
776
+ iconName: "bars",
777
+ icon: [448, 512, ["navicon"], "f0c9", "M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"]
778
+ }, De = {
779
+ prefix: "fas",
780
+ iconName: "circle-exclamation",
781
+ icon: [512, 512, ["exclamation-circle"], "f06a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]
782
+ }, He = {
783
+ prefix: "fas",
784
+ iconName: "sitemap",
785
+ icon: [576, 512, [], "f0e8", "M208 80c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-8 0 0 40 152 0c30.9 0 56 25.1 56 56l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-4.4-3.6-8-8-8l-152 0 0 40 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-40-152 0c-4.4 0-8 3.6-8 8l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-30.9 25.1-56 56-56l152 0 0-40-8 0c-26.5 0-48-21.5-48-48l0-64z"]
786
+ }, Ue = {
787
+ prefix: "fas",
788
+ iconName: "list",
789
+ icon: [512, 512, ["list-squares"], "f03a", "M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z"]
790
+ }, Fe = {
791
+ prefix: "fas",
792
+ iconName: "tree",
793
+ icon: [448, 512, [127794], "f1bb", "M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208l24.9 0L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320L80 320 5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5L192 448l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 168.5 0c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320l33.4 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208l24.9 0c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z"]
794
+ }, Ie = {
795
+ prefix: "fas",
796
+ iconName: "chevron-up",
797
+ icon: [512, 512, [], "f077", "M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"]
798
+ }, Xe = {
799
+ prefix: "fas",
800
+ iconName: "user",
801
+ icon: [448, 512, [128100, 62144], "f007", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z"]
802
+ }, qe = {
803
+ prefix: "fas",
804
+ iconName: "key",
805
+ icon: [512, 512, [128273], "f084", "M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z"]
806
+ }, We = {
807
+ prefix: "fas",
808
+ iconName: "circle-check",
809
+ icon: [512, 512, [61533, "check-circle"], "f058", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]
810
+ }, Je = {
811
+ prefix: "fas",
812
+ iconName: "universal-access",
813
+ icon: [512, 512, [], "f29a", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3l0 50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6l0-50.1c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"]
814
+ }, Ve = {
815
+ prefix: "fas",
816
+ iconName: "hand-holding-heart",
817
+ icon: [576, 512, [], "f4be", "M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"]
818
+ }, Ge = {
819
+ prefix: "fas",
820
+ iconName: "phone-flip",
821
+ icon: [512, 512, [128381, "phone-alt"], "f879", "M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448c-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6L207.3 368c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z"]
822
+ }, le = {
823
+ prefix: "fas",
824
+ iconName: "magnifying-glass",
825
+ icon: [512, 512, [128269, "search"], "f002", "M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"]
826
+ }, Ke = le, Qe = {
827
+ prefix: "fas",
828
+ iconName: "chevron-down",
829
+ icon: [512, 512, [], "f078", "M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"]
830
+ }, de = {
831
+ prefix: "fas",
832
+ iconName: "xmark",
833
+ icon: [384, 512, [128473, 10005, 10006, 10060, 215, "close", "multiply", "remove", "times"], "f00d", "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]
834
+ }, Ze = de, to = {
835
+ prefix: "fas",
836
+ iconName: "calendar",
837
+ icon: [448, 512, [128197, 128198], "f133", "M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z"]
838
+ }, eo = {
839
+ prefix: "fas",
840
+ iconName: "briefcase",
841
+ icon: [512, 512, [128188], "f0b1", "M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160l0 96 192 0 128 0 192 0 0-96c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM512 288l-192 0 0 32c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-32L0 288 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128z"]
842
+ };
843
+ function lt(t, e, o) {
844
+ const r = t.slice();
845
+ return r[4] = e[o], r;
846
+ }
847
+ function fe(t) {
848
+ let e;
849
+ return {
850
+ c() {
851
+ e = tt("path"), k(
852
+ e,
853
+ "d",
854
+ /*iconPathData*/
855
+ t[2]
856
+ );
857
+ },
858
+ m(o, r) {
859
+ Y(o, e, r);
860
+ },
861
+ p: y,
862
+ d(o) {
863
+ o && z(e);
864
+ }
865
+ };
866
+ }
867
+ function ue(t) {
868
+ let e, o = ct(
869
+ /*iconPathData*/
870
+ t[2]
871
+ ), r = [];
872
+ for (let a = 0; a < o.length; a += 1)
873
+ r[a] = dt(lt(t, o, a));
874
+ return {
875
+ c() {
876
+ for (let a = 0; a < r.length; a += 1)
877
+ r[a].c();
878
+ e = Ot();
879
+ },
880
+ m(a, i) {
881
+ for (let n = 0; n < r.length; n += 1)
882
+ r[n] && r[n].m(a, i);
883
+ Y(a, e, i);
884
+ },
885
+ p(a, i) {
886
+ if (i & /*iconPathData*/
887
+ 4) {
888
+ o = ct(
889
+ /*iconPathData*/
890
+ a[2]
891
+ );
892
+ let n;
893
+ for (n = 0; n < o.length; n += 1) {
894
+ const s = lt(a, o, n);
895
+ r[n] ? r[n].p(s, i) : (r[n] = dt(s), r[n].c(), r[n].m(e.parentNode, e));
896
+ }
897
+ for (; n < r.length; n += 1)
898
+ r[n].d(1);
899
+ r.length = o.length;
900
+ }
901
+ },
902
+ d(a) {
903
+ a && z(e), At(r, a);
904
+ }
905
+ };
906
+ }
907
+ function dt(t) {
908
+ let e;
909
+ return {
910
+ c() {
911
+ e = tt("path"), k(
912
+ e,
913
+ "d",
914
+ /*pathData*/
915
+ t[4]
916
+ );
917
+ },
918
+ m(o, r) {
919
+ Y(o, e, r);
920
+ },
921
+ p: y,
922
+ d(o) {
923
+ o && z(e);
924
+ }
925
+ };
926
+ }
927
+ function pe(t) {
928
+ let e;
929
+ function o(i, n) {
930
+ return Array.isArray(
931
+ /*iconPathData*/
932
+ i[2]
933
+ ) ? ue : fe;
934
+ }
935
+ let a = o(t)(t);
936
+ return {
937
+ c() {
938
+ e = tt("svg"), a.c(), k(e, "class", "fa-icon"), k(e, "xmlns", "http://www.w3.org/2000/svg"), k(e, "viewBox", `0 0 ${/*width*/
939
+ t[0]} ${/*height*/
940
+ t[1]}`);
941
+ },
942
+ m(i, n) {
943
+ Y(i, e, n), a.m(e, null);
944
+ },
945
+ p(i, [n]) {
946
+ a.p(i, n);
947
+ },
948
+ i: y,
949
+ o: y,
950
+ d(i) {
951
+ i && z(e), a.d();
952
+ }
953
+ };
954
+ }
955
+ function he(t, e, o) {
956
+ let { icon: r } = e;
957
+ const a = r.icon[0], i = r.icon[1], n = r.icon[4];
958
+ return t.$$set = (s) => {
959
+ "icon" in s && o(3, r = s.icon);
960
+ }, [a, i, n, r];
961
+ }
962
+ class we extends se {
963
+ constructor(e) {
964
+ super(), ne(this, e, he, pe, zt, { icon: 3 });
965
+ }
966
+ get icon() {
967
+ return this.$$.ctx[3];
968
+ }
969
+ set icon(e) {
970
+ this.$$set({ icon: e }), ot();
971
+ }
972
+ }
973
+ ae(we, { icon: {} }, [], [], !0);
974
+ export {
975
+ Ke as $,
976
+ Me as A,
977
+ at as B,
978
+ ct as C,
979
+ y as D,
980
+ At as E,
981
+ we as F,
982
+ mt as G,
983
+ Dt as H,
984
+ tt as I,
985
+ Je as J,
986
+ qe as K,
987
+ He as L,
988
+ We as M,
989
+ Fe as N,
990
+ eo as O,
991
+ to as P,
992
+ Ue as Q,
993
+ Ve as R,
994
+ se as S,
995
+ Ge as T,
996
+ Ae as U,
997
+ je as V,
998
+ $e as W,
999
+ Ot as X,
1000
+ kt as Y,
1001
+ ke as Z,
1002
+ Oe as _,
1003
+ Re as a,
1004
+ Xe as a0,
1005
+ Te as a1,
1006
+ Pe as a2,
1007
+ Tt as a3,
1008
+ Qe as a4,
1009
+ Ee as a5,
1010
+ me as a6,
1011
+ Le as a7,
1012
+ Ye as a8,
1013
+ ze as a9,
1014
+ Ce as aa,
1015
+ Se as ab,
1016
+ Ne as ac,
1017
+ be as b,
1018
+ ae as c,
1019
+ Be as d,
1020
+ Z as e,
1021
+ De as f,
1022
+ _e as g,
1023
+ k as h,
1024
+ ne as i,
1025
+ Y as j,
1026
+ wt as k,
1027
+ ve as l,
1028
+ oe as m,
1029
+ ye as n,
1030
+ te as o,
1031
+ z as p,
1032
+ re as q,
1033
+ q as r,
1034
+ zt as s,
1035
+ bt as t,
1036
+ xe as u,
1037
+ Ie as v,
1038
+ it as w,
1039
+ M as x,
1040
+ ot as y,
1041
+ Ze as z
1042
+ };