@uoguelph/web-components 1.7.1-rc.0 → 1.7.2-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,1051 @@
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), o);
4
+ function y() {
5
+ }
6
+ const _t = (t) => t;
7
+ function kt(t, e) {
8
+ for (const o in e)
9
+ t[o] = e[o];
10
+ return (
11
+ /** @type {T & S} */
12
+ t
13
+ );
14
+ }
15
+ function ft(t) {
16
+ return t();
17
+ }
18
+ function rt() {
19
+ return /* @__PURE__ */ Object.create(null);
20
+ }
21
+ function M(t) {
22
+ t.forEach(ft);
23
+ }
24
+ function W(t) {
25
+ return typeof t == "function";
26
+ }
27
+ function zt(t, e) {
28
+ return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
29
+ }
30
+ function Ht(t) {
31
+ return Object.keys(t).length === 0;
32
+ }
33
+ function Ct(t, ...e) {
34
+ if (t == null) {
35
+ for (const r of e)
36
+ r(void 0);
37
+ return y;
38
+ }
39
+ const o = t.subscribe(...e);
40
+ return o.unsubscribe ? () => o.unsubscribe() : o;
41
+ }
42
+ function me(t, e, o) {
43
+ t.$$.on_destroy.push(Ct(e, o));
44
+ }
45
+ function be(t, e, o, r) {
46
+ if (t) {
47
+ const a = ut(t, e, o, r);
48
+ return t[0](a);
49
+ }
50
+ }
51
+ function ut(t, e, o, r) {
52
+ return t[1] && r ? kt(o.ctx.slice(), t[1](r(e))) : o.ctx;
53
+ }
54
+ function ye(t, e, o, r) {
55
+ if (t[2] && r) {
56
+ const a = t[2](r(o));
57
+ if (e.dirty === void 0)
58
+ return a;
59
+ if (typeof a == "object") {
60
+ const i = [], n = Math.max(e.dirty.length, a.length);
61
+ for (let s = 0; s < n; s += 1)
62
+ i[s] = e.dirty[s] | a[s];
63
+ return i;
64
+ }
65
+ return e.dirty | a;
66
+ }
67
+ return e.dirty;
68
+ }
69
+ function xe(t, e, o, r, a, i) {
70
+ if (a) {
71
+ const n = ut(e, o, r, i);
72
+ t.p(n, a);
73
+ }
74
+ }
75
+ function ve(t) {
76
+ if (t.ctx.length > 32) {
77
+ const e = [], o = t.ctx.length / 32;
78
+ for (let r = 0; r < o; r++)
79
+ e[r] = -1;
80
+ return e;
81
+ }
82
+ return -1;
83
+ }
84
+ function $e(t) {
85
+ return t && W(t.destroy) ? t.destroy : y;
86
+ }
87
+ const Mt = ["", !0, 1, "true", "contenteditable"], pt = typeof window < "u";
88
+ let Lt = pt ? () => window.performance.now() : () => Date.now(), Q = pt ? (t) => requestAnimationFrame(t) : y;
89
+ const E = /* @__PURE__ */ new Set();
90
+ function ht(t) {
91
+ E.forEach((e) => {
92
+ e.c(t) || (E.delete(e), e.f());
93
+ }), E.size !== 0 && Q(ht);
94
+ }
95
+ function St(t) {
96
+ let e;
97
+ return E.size === 0 && Q(ht), {
98
+ promise: new Promise((o) => {
99
+ E.add(e = { c: t, f: o });
100
+ }),
101
+ abort() {
102
+ E.delete(e);
103
+ }
104
+ };
105
+ }
106
+ function wt(t, e) {
107
+ t.appendChild(e);
108
+ }
109
+ function gt(t) {
110
+ if (!t)
111
+ return document;
112
+ const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
113
+ return e && /** @type {ShadowRoot} */
114
+ e.host ? (
115
+ /** @type {ShadowRoot} */
116
+ e
117
+ ) : t.ownerDocument;
118
+ }
119
+ function Vt(t) {
120
+ const e = Z("style");
121
+ return e.textContent = "/* empty */", Nt(gt(t), e), e.sheet;
122
+ }
123
+ function Nt(t, e) {
124
+ return wt(
125
+ /** @type {Document} */
126
+ t.head || t,
127
+ e
128
+ ), e.sheet;
129
+ }
130
+ function B(t, e, o) {
131
+ t.insertBefore(e, o || null);
132
+ }
133
+ function z(t) {
134
+ t.parentNode && t.parentNode.removeChild(t);
135
+ }
136
+ function Et(t, e) {
137
+ for (let o = 0; o < t.length; o += 1)
138
+ t[o] && t[o].d(e);
139
+ }
140
+ function Z(t) {
141
+ return document.createElement(t);
142
+ }
143
+ function tt(t) {
144
+ return document.createElementNS("http://www.w3.org/2000/svg", t);
145
+ }
146
+ function mt(t) {
147
+ return document.createTextNode(t);
148
+ }
149
+ function _e() {
150
+ return mt(" ");
151
+ }
152
+ function jt() {
153
+ return mt("");
154
+ }
155
+ function it(t, e, o, r) {
156
+ return t.addEventListener(e, o, r), () => t.removeEventListener(e, o, r);
157
+ }
158
+ function k(t, e, o) {
159
+ o == null ? t.removeAttribute(e) : t.getAttribute(e) !== o && t.setAttribute(e, o);
160
+ }
161
+ const At = ["width", "height"];
162
+ function Ot(t, e) {
163
+ const o = Object.getOwnPropertyDescriptors(t.__proto__);
164
+ for (const r in e)
165
+ 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 && At.indexOf(r) === -1 ? t[r] = e[r] : k(t, r, e[r]);
166
+ }
167
+ function Pt(t, e) {
168
+ Object.keys(e).forEach((o) => {
169
+ Tt(t, o, e[o]);
170
+ });
171
+ }
172
+ function Tt(t, e, o) {
173
+ const r = e.toLowerCase();
174
+ 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);
175
+ }
176
+ function ke(t) {
177
+ return /-/.test(t) ? Pt : Ot;
178
+ }
179
+ function Bt(t) {
180
+ return Array.from(t.childNodes);
181
+ }
182
+ function Rt(t, e) {
183
+ e = "" + e, t.data !== e && (t.data = /** @type {string} */
184
+ e);
185
+ }
186
+ function Yt(t, e) {
187
+ e = "" + e, t.wholeText !== e && (t.data = /** @type {string} */
188
+ e);
189
+ }
190
+ function ze(t, e, o) {
191
+ ~Mt.indexOf(o) ? Yt(t, e) : Rt(t, e);
192
+ }
193
+ function He(t, e, o, r) {
194
+ o == null ? t.style.removeProperty(e) : t.style.setProperty(e, o, r ? "important" : "");
195
+ }
196
+ let Y;
197
+ function Dt() {
198
+ if (Y === void 0) {
199
+ Y = !1;
200
+ try {
201
+ typeof window < "u" && window.parent && window.parent.document;
202
+ } catch {
203
+ Y = !0;
204
+ }
205
+ }
206
+ return Y;
207
+ }
208
+ function Ce(t, e) {
209
+ getComputedStyle(t).position === "static" && (t.style.position = "relative");
210
+ const r = Z("iframe");
211
+ r.setAttribute(
212
+ "style",
213
+ "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"
214
+ ), r.setAttribute("aria-hidden", "true"), r.tabIndex = -1;
215
+ const a = Dt();
216
+ let i;
217
+ return a ? (r.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", i = it(
218
+ window,
219
+ "message",
220
+ /** @param {MessageEvent} event */
221
+ (n) => {
222
+ n.source === r.contentWindow && e();
223
+ }
224
+ )) : (r.src = "about:blank", r.onload = () => {
225
+ i = it(r.contentWindow, "resize", e), e();
226
+ }), wt(t, r), () => {
227
+ (a || i && r.contentWindow) && i(), z(r);
228
+ };
229
+ }
230
+ function Me(t, e, o) {
231
+ t.classList.toggle(e, !!o);
232
+ }
233
+ function Ut(t, e, { bubbles: o = !1, cancelable: r = !1 } = {}) {
234
+ return new CustomEvent(t, { detail: e, bubbles: o, cancelable: r });
235
+ }
236
+ function Ft(t) {
237
+ const e = {};
238
+ return t.childNodes.forEach(
239
+ /** @param {Element} node */
240
+ (o) => {
241
+ e[o.slot || "default"] = !0;
242
+ }
243
+ ), e;
244
+ }
245
+ const F = /* @__PURE__ */ new Map();
246
+ let I = 0;
247
+ function It(t) {
248
+ let e = 5381, o = t.length;
249
+ for (; o--; )
250
+ e = (e << 5) - e ^ t.charCodeAt(o);
251
+ return e >>> 0;
252
+ }
253
+ function Xt(t, e) {
254
+ const o = { stylesheet: Vt(e), rules: {} };
255
+ return F.set(t, o), o;
256
+ }
257
+ function nt(t, e, o, r, a, i, n, s = 0) {
258
+ const d = 16.666 / r;
259
+ let c = `{
260
+ `;
261
+ for (let w = 0; w <= 1; w += d) {
262
+ const x = e + (o - e) * i(w);
263
+ c += w * 100 + `%{${n(x, 1 - x)}}
264
+ `;
265
+ }
266
+ const g = c + `100% {${n(o, 1 - o)}}
267
+ }`, f = `__svelte_${It(g)}_${s}`, u = gt(t), { stylesheet: h, rules: l } = F.get(u) || Xt(u, t);
268
+ l[f] || (l[f] = !0, h.insertRule(`@keyframes ${f} ${g}`, h.cssRules.length));
269
+ const m = t.style.animation || "";
270
+ return t.style.animation = `${m ? `${m}, ` : ""}${f} ${r}ms linear ${a}ms 1 both`, I += 1, f;
271
+ }
272
+ function qt(t, e) {
273
+ const o = (t.style.animation || "").split(", "), r = o.filter(
274
+ e ? (i) => i.indexOf(e) < 0 : (i) => i.indexOf("__svelte") === -1
275
+ // remove all Svelte animations
276
+ ), a = o.length - r.length;
277
+ a && (t.style.animation = r.join(", "), I -= a, I || Wt());
278
+ }
279
+ function Wt() {
280
+ Q(() => {
281
+ I || (F.forEach((t) => {
282
+ const { ownerNode: e } = t.stylesheet;
283
+ e && z(e);
284
+ }), F.clear());
285
+ });
286
+ }
287
+ let T;
288
+ function P(t) {
289
+ T = t;
290
+ }
291
+ function et() {
292
+ if (!T)
293
+ throw new Error("Function called outside component initialization");
294
+ return T;
295
+ }
296
+ function Le(t) {
297
+ et().$$.on_mount.push(t);
298
+ }
299
+ function Se(t, e) {
300
+ return et().$$.context.set(t, e), e;
301
+ }
302
+ function Ve(t) {
303
+ return et().$$.context.get(t);
304
+ }
305
+ const N = [], at = [];
306
+ let j = [];
307
+ const st = [], Jt = /* @__PURE__ */ Promise.resolve();
308
+ let K = !1;
309
+ function Gt() {
310
+ K || (K = !0, Jt.then(ot));
311
+ }
312
+ function X(t) {
313
+ j.push(t);
314
+ }
315
+ const J = /* @__PURE__ */ new Set();
316
+ let V = 0;
317
+ function ot() {
318
+ if (V !== 0)
319
+ return;
320
+ const t = T;
321
+ do {
322
+ try {
323
+ for (; V < N.length; ) {
324
+ const e = N[V];
325
+ V++, P(e), Kt(e.$$);
326
+ }
327
+ } catch (e) {
328
+ throw N.length = 0, V = 0, e;
329
+ }
330
+ for (P(null), N.length = 0, V = 0; at.length; )
331
+ at.pop()();
332
+ for (let e = 0; e < j.length; e += 1) {
333
+ const o = j[e];
334
+ J.has(o) || (J.add(o), o());
335
+ }
336
+ j.length = 0;
337
+ } while (N.length);
338
+ for (; st.length; )
339
+ st.pop()();
340
+ K = !1, J.clear(), P(t);
341
+ }
342
+ function Kt(t) {
343
+ if (t.fragment !== null) {
344
+ t.update(), M(t.before_update);
345
+ const e = t.dirty;
346
+ t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(X);
347
+ }
348
+ }
349
+ function Qt(t) {
350
+ const e = [], o = [];
351
+ j.forEach((r) => t.indexOf(r) === -1 ? e.push(r) : o.push(r)), o.forEach((r) => r()), j = e;
352
+ }
353
+ let O;
354
+ function Zt() {
355
+ return O || (O = Promise.resolve(), O.then(() => {
356
+ O = null;
357
+ })), O;
358
+ }
359
+ function G(t, e, o) {
360
+ t.dispatchEvent(Ut(`${e ? "intro" : "outro"}${o}`));
361
+ }
362
+ const D = /* @__PURE__ */ new Set();
363
+ let _;
364
+ function Ne() {
365
+ _ = {
366
+ r: 0,
367
+ c: [],
368
+ p: _
369
+ // parent group
370
+ };
371
+ }
372
+ function Ee() {
373
+ _.r || M(_.c), _ = _.p;
374
+ }
375
+ function bt(t, e) {
376
+ t && t.i && (D.delete(t), t.i(e));
377
+ }
378
+ function te(t, e, o, r) {
379
+ if (t && t.o) {
380
+ if (D.has(t))
381
+ return;
382
+ D.add(t), _.c.push(() => {
383
+ D.delete(t), r && (o && t.d(1), r());
384
+ }), t.o(e);
385
+ } else
386
+ r && r();
387
+ }
388
+ const ee = { duration: 0 };
389
+ function je(t, e, o, r) {
390
+ let i = e(t, o, { direction: "both" }), n = r ? 0 : 1, s = null, d = null, c = null, g;
391
+ function f() {
392
+ c && qt(t, c);
393
+ }
394
+ function u(l, m) {
395
+ const w = (
396
+ /** @type {Program['d']} */
397
+ l.b - n
398
+ );
399
+ return m *= Math.abs(w), {
400
+ a: n,
401
+ b: l.b,
402
+ d: w,
403
+ duration: m,
404
+ start: l.start,
405
+ end: l.start + m,
406
+ group: l.group
407
+ };
408
+ }
409
+ function h(l) {
410
+ const {
411
+ delay: m = 0,
412
+ duration: w = 300,
413
+ easing: x = _t,
414
+ tick: H = y,
415
+ css: L
416
+ } = i || ee, S = {
417
+ start: Lt() + m,
418
+ b: l
419
+ };
420
+ l || (S.group = _, _.r += 1), "inert" in t && (l ? g !== void 0 && (t.inert = g) : (g = /** @type {HTMLElement} */
421
+ t.inert, t.inert = !0)), s || d ? d = S : (L && (f(), c = nt(t, n, l, w, m, x, L)), l && H(0, 1), s = u(S, w), X(() => G(t, l, "start")), St((C) => {
422
+ if (d && C > d.start && (s = u(d, w), d = null, G(t, s.b, "start"), L && (f(), c = nt(
423
+ t,
424
+ n,
425
+ s.b,
426
+ s.duration,
427
+ 0,
428
+ x,
429
+ i.css
430
+ ))), s) {
431
+ if (C >= s.end)
432
+ H(n = s.b, 1 - n), G(t, s.b, "end"), d || (s.b ? f() : --s.group.r || M(s.group.c)), s = null;
433
+ else if (C >= s.start) {
434
+ const A = C - s.start;
435
+ n = s.a + s.d * x(A / s.duration), H(n, 1 - n);
436
+ }
437
+ }
438
+ return !!(s || d);
439
+ }));
440
+ }
441
+ return {
442
+ run(l) {
443
+ W(i) ? Zt().then(() => {
444
+ i = i({ direction: l ? "in" : "out" }), h(l);
445
+ }) : h(l);
446
+ },
447
+ end() {
448
+ f(), s = d = null;
449
+ }
450
+ };
451
+ }
452
+ function ct(t) {
453
+ return (t == null ? void 0 : t.length) !== void 0 ? t : Array.from(t);
454
+ }
455
+ function Ae(t, e) {
456
+ te(t, 1, 1, () => {
457
+ e.delete(t.key);
458
+ });
459
+ }
460
+ function Oe(t, e, o, r, a, i, n, s, d, c, g, f) {
461
+ let u = t.length, h = i.length, l = u;
462
+ const m = {};
463
+ for (; l--; )
464
+ m[t[l].key] = l;
465
+ const w = [], x = /* @__PURE__ */ new Map(), H = /* @__PURE__ */ new Map(), L = [];
466
+ for (l = h; l--; ) {
467
+ const p = f(a, i, l), v = o(p);
468
+ let $ = n.get(v);
469
+ $ ? r && L.push(() => $.p(p, e)) : ($ = c(v, p), $.c()), x.set(v, w[l] = $), v in m && H.set(v, Math.abs(l - m[v]));
470
+ }
471
+ const S = /* @__PURE__ */ new Set(), C = /* @__PURE__ */ new Set();
472
+ function A(p) {
473
+ bt(p, 1), p.m(s, g), n.set(p.key, p), g = p.first, h--;
474
+ }
475
+ for (; u && h; ) {
476
+ const p = w[h - 1], v = t[u - 1], $ = p.key, R = v.key;
477
+ p === v ? (g = p.first, u--, h--) : x.has(R) ? !n.has($) || S.has($) ? A(p) : C.has(R) ? u-- : H.get($) > H.get(R) ? (C.add($), A(p)) : (S.add(R), u--) : (d(v, n), u--);
478
+ }
479
+ for (; u--; ) {
480
+ const p = t[u];
481
+ x.has(p.key) || d(p, n);
482
+ }
483
+ for (; h; )
484
+ A(w[h - 1]);
485
+ return M(L), w;
486
+ }
487
+ function Pe(t) {
488
+ t && t.c();
489
+ }
490
+ function oe(t, e, o) {
491
+ const { fragment: r, after_update: a } = t.$$;
492
+ r && r.m(e, o), X(() => {
493
+ const i = t.$$.on_mount.map(ft).filter(W);
494
+ t.$$.on_destroy ? t.$$.on_destroy.push(...i) : M(i), t.$$.on_mount = [];
495
+ }), a.forEach(X);
496
+ }
497
+ function re(t, e) {
498
+ const o = t.$$;
499
+ 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 = []);
500
+ }
501
+ function ie(t, e) {
502
+ t.$$.dirty[0] === -1 && (N.push(t), Gt(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
503
+ }
504
+ function ne(t, e, o, r, a, i, n = null, s = [-1]) {
505
+ const d = T;
506
+ P(t);
507
+ const c = t.$$ = {
508
+ fragment: null,
509
+ ctx: [],
510
+ // state
511
+ props: i,
512
+ update: y,
513
+ not_equal: a,
514
+ bound: rt(),
515
+ // lifecycle
516
+ on_mount: [],
517
+ on_destroy: [],
518
+ on_disconnect: [],
519
+ before_update: [],
520
+ after_update: [],
521
+ context: new Map(e.context || (d ? d.$$.context : [])),
522
+ // everything else
523
+ callbacks: rt(),
524
+ dirty: s,
525
+ skip_bound: !1,
526
+ root: e.target || d.$$.root
527
+ };
528
+ n && n(c.root);
529
+ let g = !1;
530
+ if (c.ctx = o ? o(t, e.props || {}, (f, u, ...h) => {
531
+ const l = h.length ? h[0] : u;
532
+ 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;
533
+ }) : [], c.update(), g = !0, M(c.before_update), c.fragment = r ? r(c.ctx) : !1, e.target) {
534
+ if (e.hydrate) {
535
+ const f = Bt(e.target);
536
+ c.fragment && c.fragment.l(f), f.forEach(z);
537
+ } else
538
+ c.fragment && c.fragment.c();
539
+ e.intro && bt(t.$$.fragment), oe(t, e.target, e.anchor), ot();
540
+ }
541
+ P(d);
542
+ }
543
+ let yt;
544
+ typeof HTMLElement == "function" && (yt = class extends HTMLElement {
545
+ constructor(e, o, r) {
546
+ super();
547
+ /** The Svelte component constructor */
548
+ b(this, "$$ctor");
549
+ /** Slots */
550
+ b(this, "$$s");
551
+ /** The Svelte component instance */
552
+ b(this, "$$c");
553
+ /** Whether or not the custom element is connected */
554
+ b(this, "$$cn", !1);
555
+ /** Component props data */
556
+ b(this, "$$d", {});
557
+ /** `true` if currently in the process of reflecting component props back to attributes */
558
+ b(this, "$$r", !1);
559
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
560
+ b(this, "$$p_d", {});
561
+ /** @type {Record<string, Function[]>} Event listeners */
562
+ b(this, "$$l", {});
563
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
564
+ b(this, "$$l_u", /* @__PURE__ */ new Map());
565
+ this.$$ctor = e, this.$$s = o, r && this.attachShadow({ mode: "open" });
566
+ }
567
+ addEventListener(e, o, r) {
568
+ if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(o), this.$$c) {
569
+ const a = this.$$c.$on(e, o);
570
+ this.$$l_u.set(o, a);
571
+ }
572
+ super.addEventListener(e, o, r);
573
+ }
574
+ removeEventListener(e, o, r) {
575
+ if (super.removeEventListener(e, o, r), this.$$c) {
576
+ const a = this.$$l_u.get(o);
577
+ a && (a(), this.$$l_u.delete(o));
578
+ }
579
+ }
580
+ async connectedCallback() {
581
+ if (this.$$cn = !0, !this.$$c) {
582
+ let e = function(i) {
583
+ return () => {
584
+ let n;
585
+ return {
586
+ c: function() {
587
+ n = Z("slot"), i !== "default" && k(n, "name", i);
588
+ },
589
+ /**
590
+ * @param {HTMLElement} target
591
+ * @param {HTMLElement} [anchor]
592
+ */
593
+ m: function(c, g) {
594
+ B(c, n, g);
595
+ },
596
+ d: function(c) {
597
+ c && z(n);
598
+ }
599
+ };
600
+ };
601
+ };
602
+ if (await Promise.resolve(), !this.$$cn || this.$$c)
603
+ return;
604
+ const o = {}, r = Ft(this);
605
+ for (const i of this.$$s)
606
+ i in r && (o[i] = [e(i)]);
607
+ for (const i of this.attributes) {
608
+ const n = this.$$g_p(i.name);
609
+ n in this.$$d || (this.$$d[n] = U(n, i.value, this.$$p_d, "toProp"));
610
+ }
611
+ for (const i in this.$$p_d)
612
+ !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
613
+ this.$$c = new this.$$ctor({
614
+ target: this.shadowRoot || this,
615
+ props: {
616
+ ...this.$$d,
617
+ $$slots: o,
618
+ $$scope: {
619
+ ctx: []
620
+ }
621
+ }
622
+ });
623
+ const a = () => {
624
+ this.$$r = !0;
625
+ for (const i in this.$$p_d)
626
+ if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
627
+ const n = U(
628
+ i,
629
+ this.$$d[i],
630
+ this.$$p_d,
631
+ "toAttribute"
632
+ );
633
+ n == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, n);
634
+ }
635
+ this.$$r = !1;
636
+ };
637
+ this.$$c.$$.after_update.push(a), a();
638
+ for (const i in this.$$l)
639
+ for (const n of this.$$l[i]) {
640
+ const s = this.$$c.$on(i, n);
641
+ this.$$l_u.set(n, s);
642
+ }
643
+ this.$$l = {};
644
+ }
645
+ }
646
+ // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
647
+ // and setting attributes through setAttribute etc, this is helpful
648
+ attributeChangedCallback(e, o, r) {
649
+ var a;
650
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = U(e, r, this.$$p_d, "toProp"), (a = this.$$c) == null || a.$set({ [e]: this.$$d[e] }));
651
+ }
652
+ disconnectedCallback() {
653
+ this.$$cn = !1, Promise.resolve().then(() => {
654
+ this.$$cn || (this.$$c.$destroy(), this.$$c = void 0);
655
+ });
656
+ }
657
+ $$g_p(e) {
658
+ return Object.keys(this.$$p_d).find(
659
+ (o) => this.$$p_d[o].attribute === e || !this.$$p_d[o].attribute && o.toLowerCase() === e
660
+ ) || e;
661
+ }
662
+ });
663
+ function U(t, e, o, r) {
664
+ var i;
665
+ const a = (i = o[t]) == null ? void 0 : i.type;
666
+ if (e = a === "Boolean" && typeof e != "boolean" ? e != null : e, !r || !o[t])
667
+ return e;
668
+ if (r === "toAttribute")
669
+ switch (a) {
670
+ case "Object":
671
+ case "Array":
672
+ return e == null ? null : JSON.stringify(e);
673
+ case "Boolean":
674
+ return e ? "" : null;
675
+ case "Number":
676
+ return e ?? null;
677
+ default:
678
+ return e;
679
+ }
680
+ else
681
+ switch (a) {
682
+ case "Object":
683
+ case "Array":
684
+ return e && JSON.parse(e);
685
+ case "Boolean":
686
+ return e;
687
+ case "Number":
688
+ return e != null ? +e : e;
689
+ default:
690
+ return e;
691
+ }
692
+ }
693
+ function ae(t, e, o, r, a, i) {
694
+ let n = class extends yt {
695
+ constructor() {
696
+ super(t, o, a), this.$$p_d = e;
697
+ }
698
+ static get observedAttributes() {
699
+ return Object.keys(e).map(
700
+ (s) => (e[s].attribute || s).toLowerCase()
701
+ );
702
+ }
703
+ };
704
+ return Object.keys(e).forEach((s) => {
705
+ Object.defineProperty(n.prototype, s, {
706
+ get() {
707
+ return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
708
+ },
709
+ set(d) {
710
+ var c;
711
+ d = U(s, d, e), this.$$d[s] = d, (c = this.$$c) == null || c.$set({ [s]: d });
712
+ }
713
+ });
714
+ }), r.forEach((s) => {
715
+ Object.defineProperty(n.prototype, s, {
716
+ get() {
717
+ var d;
718
+ return (d = this.$$c) == null ? void 0 : d[s];
719
+ }
720
+ });
721
+ }), i && (n = i(n)), t.element = /** @type {any} */
722
+ n, n;
723
+ }
724
+ class se {
725
+ constructor() {
726
+ /**
727
+ * ### PRIVATE API
728
+ *
729
+ * Do not use, may change at any time
730
+ *
731
+ * @type {any}
732
+ */
733
+ b(this, "$$");
734
+ /**
735
+ * ### PRIVATE API
736
+ *
737
+ * Do not use, may change at any time
738
+ *
739
+ * @type {any}
740
+ */
741
+ b(this, "$$set");
742
+ }
743
+ /** @returns {void} */
744
+ $destroy() {
745
+ re(this, 1), this.$destroy = y;
746
+ }
747
+ /**
748
+ * @template {Extract<keyof Events, string>} K
749
+ * @param {K} type
750
+ * @param {((e: Events[K]) => void) | null | undefined} callback
751
+ * @returns {() => void}
752
+ */
753
+ $on(e, o) {
754
+ if (!W(o))
755
+ return y;
756
+ const r = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
757
+ return r.push(o), () => {
758
+ const a = r.indexOf(o);
759
+ a !== -1 && r.splice(a, 1);
760
+ };
761
+ }
762
+ /**
763
+ * @param {Partial<Props>} props
764
+ * @returns {void}
765
+ */
766
+ $set(e) {
767
+ this.$$set && !Ht(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
768
+ }
769
+ }
770
+ const ce = "4";
771
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(ce);
772
+ 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;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[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: }::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: }.\\!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))}';
773
+ let q = null;
774
+ typeof CSSStyleSheet == "function" && (q = new CSSStyleSheet(), q.replaceSync(xt));
775
+ function Te(t) {
776
+ if (q)
777
+ t.adoptedStyleSheets = [...t.adoptedStyleSheets, q];
778
+ else {
779
+ const e = document.createElement("style");
780
+ e.innerHTML = xt, t.prepend(e);
781
+ }
782
+ }
783
+ var Be = {
784
+ prefix: "fas",
785
+ iconName: "bars",
786
+ icon: [448, 512, ["navicon"], "f0c9", "M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"]
787
+ }, Re = {
788
+ prefix: "fas",
789
+ iconName: "circle-exclamation",
790
+ 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 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]
791
+ }, Ye = {
792
+ prefix: "fas",
793
+ iconName: "sitemap",
794
+ icon: [576, 512, [], "f0e8", "M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40H464c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H464c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H256c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V280H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-30.9 25.1-56 56-56H264V192h-8c-26.5 0-48-21.5-48-48V80z"]
795
+ }, De = {
796
+ prefix: "fas",
797
+ iconName: "list",
798
+ icon: [512, 512, ["list-squares"], "f03a", "M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z"]
799
+ }, Ue = {
800
+ prefix: "fas",
801
+ iconName: "tree",
802
+ 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 208H104L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320H80L5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5H192v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448H424.5c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320h33.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208h24.9c12.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"]
803
+ }, Fe = {
804
+ prefix: "fas",
805
+ iconName: "chevron-up",
806
+ 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"]
807
+ }, Ie = {
808
+ prefix: "fas",
809
+ iconName: "user",
810
+ 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 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"]
811
+ }, Xe = {
812
+ prefix: "fas",
813
+ iconName: "key",
814
+ 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 17v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V448h40c13.3 0 24-10.7 24-24V384h40c6.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"]
815
+ }, qe = {
816
+ prefix: "fas",
817
+ iconName: "circle-check",
818
+ 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"]
819
+ }, We = {
820
+ prefix: "fas",
821
+ iconName: "universal-access",
822
+ 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.3v50.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.6V235.5c18.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"]
823
+ }, Je = {
824
+ prefix: "fas",
825
+ iconName: "hand-holding-heart",
826
+ 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.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z"]
827
+ }, Ge = {
828
+ prefix: "fas",
829
+ iconName: "phone-flip",
830
+ 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"]
831
+ }, le = {
832
+ prefix: "fas",
833
+ iconName: "magnifying-glass",
834
+ 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"]
835
+ }, Ke = le, Qe = {
836
+ prefix: "fas",
837
+ iconName: "chevron-down",
838
+ 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"]
839
+ }, de = {
840
+ prefix: "fas",
841
+ iconName: "xmark",
842
+ 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"]
843
+ }, Ze = de, to = {
844
+ prefix: "fas",
845
+ iconName: "calendar",
846
+ icon: [448, 512, [128197, 128198], "f133", "M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z"]
847
+ }, eo = {
848
+ prefix: "fas",
849
+ iconName: "briefcase",
850
+ icon: [512, 512, [128188], "f0b1", "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 320 512V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM512 288H320v32c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V288z"]
851
+ };
852
+ function lt(t, e, o) {
853
+ const r = t.slice();
854
+ return r[4] = e[o], r;
855
+ }
856
+ function fe(t) {
857
+ let e;
858
+ return {
859
+ c() {
860
+ e = tt("path"), k(
861
+ e,
862
+ "d",
863
+ /*iconPathData*/
864
+ t[2]
865
+ );
866
+ },
867
+ m(o, r) {
868
+ B(o, e, r);
869
+ },
870
+ p: y,
871
+ d(o) {
872
+ o && z(e);
873
+ }
874
+ };
875
+ }
876
+ function ue(t) {
877
+ let e, o = ct(
878
+ /*iconPathData*/
879
+ t[2]
880
+ ), r = [];
881
+ for (let a = 0; a < o.length; a += 1)
882
+ r[a] = dt(lt(t, o, a));
883
+ return {
884
+ c() {
885
+ for (let a = 0; a < r.length; a += 1)
886
+ r[a].c();
887
+ e = jt();
888
+ },
889
+ m(a, i) {
890
+ for (let n = 0; n < r.length; n += 1)
891
+ r[n] && r[n].m(a, i);
892
+ B(a, e, i);
893
+ },
894
+ p(a, i) {
895
+ if (i & /*iconPathData*/
896
+ 4) {
897
+ o = ct(
898
+ /*iconPathData*/
899
+ a[2]
900
+ );
901
+ let n;
902
+ for (n = 0; n < o.length; n += 1) {
903
+ const s = lt(a, o, n);
904
+ r[n] ? r[n].p(s, i) : (r[n] = dt(s), r[n].c(), r[n].m(e.parentNode, e));
905
+ }
906
+ for (; n < r.length; n += 1)
907
+ r[n].d(1);
908
+ r.length = o.length;
909
+ }
910
+ },
911
+ d(a) {
912
+ a && z(e), Et(r, a);
913
+ }
914
+ };
915
+ }
916
+ function dt(t) {
917
+ let e;
918
+ return {
919
+ c() {
920
+ e = tt("path"), k(
921
+ e,
922
+ "d",
923
+ /*pathData*/
924
+ t[4]
925
+ );
926
+ },
927
+ m(o, r) {
928
+ B(o, e, r);
929
+ },
930
+ p: y,
931
+ d(o) {
932
+ o && z(e);
933
+ }
934
+ };
935
+ }
936
+ function pe(t) {
937
+ let e;
938
+ function o(i, n) {
939
+ return Array.isArray(
940
+ /*iconPathData*/
941
+ i[2]
942
+ ) ? ue : fe;
943
+ }
944
+ let a = o(t)(t);
945
+ return {
946
+ c() {
947
+ 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*/
948
+ t[0]} ${/*height*/
949
+ t[1]}`);
950
+ },
951
+ m(i, n) {
952
+ B(i, e, n), a.m(e, null);
953
+ },
954
+ p(i, [n]) {
955
+ a.p(i, n);
956
+ },
957
+ i: y,
958
+ o: y,
959
+ d(i) {
960
+ i && z(e), a.d();
961
+ }
962
+ };
963
+ }
964
+ function he(t, e, o) {
965
+ let { icon: r } = e;
966
+ const a = r.icon[0], i = r.icon[1], n = r.icon[4];
967
+ return t.$$set = (s) => {
968
+ "icon" in s && o(3, r = s.icon);
969
+ }, [a, i, n, r];
970
+ }
971
+ class we extends se {
972
+ constructor(e) {
973
+ super(), ne(this, e, he, pe, zt, { icon: 3 });
974
+ }
975
+ get icon() {
976
+ return this.$$.ctx[3];
977
+ }
978
+ set icon(e) {
979
+ this.$$set({ icon: e }), ot();
980
+ }
981
+ }
982
+ ae(we, { icon: {} }, [], [], !0);
983
+ export {
984
+ Ke as $,
985
+ Me as A,
986
+ at as B,
987
+ ct as C,
988
+ y as D,
989
+ Et as E,
990
+ we as F,
991
+ mt as G,
992
+ Rt as H,
993
+ tt as I,
994
+ We as J,
995
+ Xe as K,
996
+ Ye as L,
997
+ qe as M,
998
+ Ue as N,
999
+ eo as O,
1000
+ to as P,
1001
+ De as Q,
1002
+ Je as R,
1003
+ se as S,
1004
+ Ge as T,
1005
+ Ee as U,
1006
+ Ne as V,
1007
+ $e as W,
1008
+ jt as X,
1009
+ kt as Y,
1010
+ ke as Z,
1011
+ je as _,
1012
+ Te as a,
1013
+ Ie as a0,
1014
+ Oe as a1,
1015
+ Ae as a2,
1016
+ Ot as a3,
1017
+ Qe as a4,
1018
+ Ve as a5,
1019
+ me as a6,
1020
+ He as a7,
1021
+ Be as a8,
1022
+ ze as a9,
1023
+ Ce as aa,
1024
+ Le as ab,
1025
+ Se as ac,
1026
+ be as b,
1027
+ ae as c,
1028
+ Pe as d,
1029
+ Z as e,
1030
+ Re as f,
1031
+ _e as g,
1032
+ k as h,
1033
+ ne as i,
1034
+ B as j,
1035
+ wt as k,
1036
+ ve as l,
1037
+ oe as m,
1038
+ ye as n,
1039
+ te as o,
1040
+ z as p,
1041
+ re as q,
1042
+ X as r,
1043
+ zt as s,
1044
+ bt as t,
1045
+ xe as u,
1046
+ Fe as v,
1047
+ it as w,
1048
+ M as x,
1049
+ ot as y,
1050
+ Ze as z
1051
+ };