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