@uoguelph/web-components 1.5.1-rc.0 → 1.6.0-rc.0

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