@uoguelph/web-components 1.4.0-rc.1 → 1.4.0-rc.2

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,12 +1,12 @@
1
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);
2
+ var mt = (t, e, r) => e in t ? bt(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
3
+ var m = (t, e, r) => (mt(t, typeof e != "symbol" ? e + "" : e, r), r);
4
4
  function $() {
5
5
  }
6
6
  const yt = (t) => t;
7
7
  function xt(t, e) {
8
- for (const o in e)
9
- t[o] = e[o];
8
+ for (const r in e)
9
+ t[r] = e[r];
10
10
  return (
11
11
  /** @type {T & S} */
12
12
  t
@@ -30,18 +30,18 @@ function vt(t, e) {
30
30
  function $t(t) {
31
31
  return Object.keys(t).length === 0;
32
32
  }
33
- function ue(t, e, o, r) {
33
+ function ue(t, e, r, o) {
34
34
  if (t) {
35
- const a = ct(t, e, o, r);
35
+ const a = ct(t, e, r, o);
36
36
  return t[0](a);
37
37
  }
38
38
  }
39
- function ct(t, e, o, r) {
40
- return t[1] && r ? xt(o.ctx.slice(), t[1](r(e))) : o.ctx;
39
+ function ct(t, e, r, o) {
40
+ return t[1] && o ? xt(r.ctx.slice(), t[1](o(e))) : r.ctx;
41
41
  }
42
- function he(t, e, o, r) {
43
- if (t[2] && r) {
44
- const a = t[2](r(o));
42
+ function he(t, e, r, o) {
43
+ if (t[2] && o) {
44
+ const a = t[2](o(r));
45
45
  if (e.dirty === void 0)
46
46
  return a;
47
47
  if (typeof a == "object") {
@@ -54,17 +54,17 @@ function he(t, e, o, r) {
54
54
  }
55
55
  return e.dirty;
56
56
  }
57
- function pe(t, e, o, r, a, i) {
57
+ function pe(t, e, r, o, a, i) {
58
58
  if (a) {
59
- const n = ct(e, o, r, i);
59
+ const n = ct(e, r, o, i);
60
60
  t.p(n, a);
61
61
  }
62
62
  }
63
63
  function we(t) {
64
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;
65
+ const e = [], r = t.ctx.length / 32;
66
+ for (let o = 0; o < r; o++)
67
+ e[o] = -1;
68
68
  return e;
69
69
  }
70
70
  return -1;
@@ -83,8 +83,8 @@ function dt(t) {
83
83
  function zt(t) {
84
84
  let e;
85
85
  return E.size === 0 && K(dt), {
86
- promise: new Promise((o) => {
87
- E.add(e = { c: t, f: o });
86
+ promise: new Promise((r) => {
87
+ E.add(e = { c: t, f: r });
88
88
  }),
89
89
  abort() {
90
90
  E.delete(e);
@@ -115,15 +115,15 @@ function Ct(t, e) {
115
115
  e
116
116
  ), e.sheet;
117
117
  }
118
- function T(t, e, o) {
119
- t.insertBefore(e, o || null);
118
+ function T(t, e, r) {
119
+ t.insertBefore(e, r || null);
120
120
  }
121
121
  function C(t) {
122
122
  t.parentNode && t.parentNode.removeChild(t);
123
123
  }
124
124
  function Lt(t, e) {
125
- for (let o = 0; o < t.length; o += 1)
126
- t[o] && t[o].d(e);
125
+ for (let r = 0; r < t.length; r += 1)
126
+ t[r] && t[r].d(e);
127
127
  }
128
128
  function ut(t) {
129
129
  return document.createElement(t);
@@ -140,26 +140,26 @@ function be() {
140
140
  function St() {
141
141
  return ht("");
142
142
  }
143
- function me(t, e, o, r) {
144
- return t.addEventListener(e, o, r), () => t.removeEventListener(e, o, r);
143
+ function me(t, e, r, o) {
144
+ return t.addEventListener(e, r, o), () => t.removeEventListener(e, r, o);
145
145
  }
146
- function k(t, e, o) {
147
- o == null ? t.removeAttribute(e) : t.getAttribute(e) !== o && t.setAttribute(e, o);
146
+ function k(t, e, r) {
147
+ r == null ? t.removeAttribute(e) : t.getAttribute(e) !== r && t.setAttribute(e, r);
148
148
  }
149
149
  const Vt = ["width", "height"];
150
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]);
151
+ const r = Object.getOwnPropertyDescriptors(t.__proto__);
152
+ for (const o in e)
153
+ e[o] == null ? t.removeAttribute(o) : o === "style" ? t.style.cssText = e[o] : o === "__value" ? t.value = t[o] = e[o] : r[o] && r[o].set && Vt.indexOf(o) === -1 ? t[o] = e[o] : k(t, o, e[o]);
154
154
  }
155
155
  function Et(t, e) {
156
- Object.keys(e).forEach((o) => {
157
- jt(t, o, e[o]);
156
+ Object.keys(e).forEach((r) => {
157
+ jt(t, r, e[r]);
158
158
  });
159
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);
160
+ function jt(t, e, r) {
161
+ const o = e.toLowerCase();
162
+ o in t ? t[o] = typeof t[o] == "boolean" && r === "" ? !0 : r : e in t ? t[e] = typeof t[e] == "boolean" && r === "" ? !0 : r : k(t, e, r);
163
163
  }
164
164
  function ye(t) {
165
165
  return /-/.test(t) ? Et : Nt;
@@ -175,57 +175,57 @@ function Pt(t, e) {
175
175
  e = "" + e, t.wholeText !== e && (t.data = /** @type {string} */
176
176
  e);
177
177
  }
178
- function xe(t, e, o) {
179
- ~_t.indexOf(o) ? Pt(t, e) : Ot(t, e);
178
+ function xe(t, e, r) {
179
+ ~_t.indexOf(r) ? Pt(t, e) : Ot(t, e);
180
180
  }
181
- function ve(t, e, o) {
182
- t.classList.toggle(e, !!o);
181
+ function ve(t, e, r) {
182
+ t.classList.toggle(e, !!r);
183
183
  }
184
- function Tt(t, e, { bubbles: o = !1, cancelable: r = !1 } = {}) {
185
- return new CustomEvent(t, { detail: e, bubbles: o, cancelable: r });
184
+ function Tt(t, e, { bubbles: r = !1, cancelable: o = !1 } = {}) {
185
+ return new CustomEvent(t, { detail: e, bubbles: r, cancelable: o });
186
186
  }
187
187
  function Bt(t) {
188
188
  const e = {};
189
189
  return t.childNodes.forEach(
190
190
  /** @param {Element} node */
191
- (o) => {
192
- e[o.slot || "default"] = !0;
191
+ (r) => {
192
+ e[r.slot || "default"] = !0;
193
193
  }
194
194
  ), e;
195
195
  }
196
196
  const D = /* @__PURE__ */ new Map();
197
197
  let U = 0;
198
198
  function Rt(t) {
199
- let e = 5381, o = t.length;
200
- for (; o--; )
201
- e = (e << 5) - e ^ t.charCodeAt(o);
199
+ let e = 5381, r = t.length;
200
+ for (; r--; )
201
+ e = (e << 5) - e ^ t.charCodeAt(r);
202
202
  return e >>> 0;
203
203
  }
204
204
  function Yt(t, e) {
205
- const o = { stylesheet: Mt(e), rules: {} };
206
- return D.set(t, o), o;
205
+ const r = { stylesheet: Mt(e), rules: {} };
206
+ return D.set(t, r), r;
207
207
  }
208
- function et(t, e, o, r, a, i, n, s = 0) {
209
- const d = 16.666 / r;
208
+ function et(t, e, r, o, a, i, n, s = 0) {
209
+ const d = 16.666 / o;
210
210
  let c = `{
211
211
  `;
212
212
  for (let w = 0; w <= 1; w += d) {
213
- const y = e + (o - e) * i(w);
213
+ const y = e + (r - e) * i(w);
214
214
  c += w * 100 + `%{${n(y, 1 - y)}}
215
215
  `;
216
216
  }
217
- const g = c + `100% {${n(o, 1 - o)}}
217
+ const g = c + `100% {${n(r, 1 - r)}}
218
218
  }`, f = `__svelte_${Rt(g)}_${s}`, u = ft(t), { stylesheet: p, rules: l } = D.get(u) || Yt(u, t);
219
219
  l[f] || (l[f] = !0, p.insertRule(`@keyframes ${f} ${g}`, p.cssRules.length));
220
220
  const b = t.style.animation || "";
221
- return t.style.animation = `${b ? `${b}, ` : ""}${f} ${r}ms linear ${a}ms 1 both`, U += 1, f;
221
+ return t.style.animation = `${b ? `${b}, ` : ""}${f} ${o}ms linear ${a}ms 1 both`, U += 1, f;
222
222
  }
223
223
  function Dt(t, e) {
224
- const o = (t.style.animation || "").split(", "), r = o.filter(
224
+ const r = (t.style.animation || "").split(", "), o = r.filter(
225
225
  e ? (i) => i.indexOf(e) < 0 : (i) => i.indexOf("__svelte") === -1
226
226
  // remove all Svelte animations
227
- ), a = o.length - r.length;
228
- a && (t.style.animation = r.join(", "), U -= a, U || Ut());
227
+ ), a = r.length - o.length;
228
+ a && (t.style.animation = o.join(", "), U -= a, U || Ut());
229
229
  }
230
230
  function Ut() {
231
231
  K(() => {
@@ -239,9 +239,9 @@ let W;
239
239
  function P(t) {
240
240
  W = t;
241
241
  }
242
- const N = [], ot = [];
242
+ const N = [], rt = [];
243
243
  let j = [];
244
- const rt = [], Xt = /* @__PURE__ */ Promise.resolve();
244
+ const ot = [], Xt = /* @__PURE__ */ Promise.resolve();
245
245
  let G = !1;
246
246
  function qt() {
247
247
  G || (G = !0, Xt.then(Z));
@@ -264,16 +264,16 @@ function Z() {
264
264
  } catch (e) {
265
265
  throw N.length = 0, V = 0, e;
266
266
  }
267
- for (P(null), N.length = 0, V = 0; ot.length; )
268
- ot.pop()();
267
+ for (P(null), N.length = 0, V = 0; rt.length; )
268
+ rt.pop()();
269
269
  for (let e = 0; e < j.length; e += 1) {
270
- const o = j[e];
271
- I.has(o) || (I.add(o), o());
270
+ const r = j[e];
271
+ I.has(r) || (I.add(r), r());
272
272
  }
273
273
  j.length = 0;
274
274
  } while (N.length);
275
- for (; rt.length; )
276
- rt.pop()();
275
+ for (; ot.length; )
276
+ ot.pop()();
277
277
  G = !1, I.clear(), P(t);
278
278
  }
279
279
  function Ft(t) {
@@ -284,8 +284,8 @@ function Ft(t) {
284
284
  }
285
285
  }
286
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;
287
+ const e = [], r = [];
288
+ j.forEach((o) => t.indexOf(o) === -1 ? e.push(o) : r.push(o)), r.forEach((o) => o()), j = e;
289
289
  }
290
290
  let O;
291
291
  function Jt() {
@@ -293,8 +293,8 @@ function Jt() {
293
293
  O = null;
294
294
  })), O;
295
295
  }
296
- function J(t, e, o) {
297
- t.dispatchEvent(Tt(`${e ? "intro" : "outro"}${o}`));
296
+ function J(t, e, r) {
297
+ t.dispatchEvent(Tt(`${e ? "intro" : "outro"}${r}`));
298
298
  }
299
299
  const R = /* @__PURE__ */ new Set();
300
300
  let _;
@@ -312,19 +312,19 @@ function _e() {
312
312
  function pt(t, e) {
313
313
  t && t.i && (R.delete(t), t.i(e));
314
314
  }
315
- function Gt(t, e, o, r) {
315
+ function Gt(t, e, r, o) {
316
316
  if (t && t.o) {
317
317
  if (R.has(t))
318
318
  return;
319
319
  R.add(t), _.c.push(() => {
320
- R.delete(t), r && (o && t.d(1), r());
320
+ R.delete(t), o && (r && t.d(1), o());
321
321
  }), t.o(e);
322
322
  } else
323
- r && r();
323
+ o && o();
324
324
  }
325
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;
326
+ function ke(t, e, r, o) {
327
+ let i = e(t, r, { direction: "both" }), n = o ? 0 : 1, s = null, d = null, c = null, g;
328
328
  function f() {
329
329
  c && Dt(t, c);
330
330
  }
@@ -394,16 +394,16 @@ function ze(t, e) {
394
394
  e.delete(t.key);
395
395
  });
396
396
  }
397
- function He(t, e, o, r, a, i, n, s, d, c, g, f) {
397
+ function He(t, e, r, o, a, i, n, s, d, c, g, f) {
398
398
  let u = t.length, p = i.length, l = u;
399
399
  const b = {};
400
400
  for (; l--; )
401
401
  b[t[l].key] = l;
402
402
  const w = [], y = /* @__PURE__ */ new Map(), z = /* @__PURE__ */ new Map(), L = [];
403
403
  for (l = p; l--; ) {
404
- const h = f(a, i, l), x = o(h);
404
+ const h = f(a, i, l), x = r(h);
405
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]));
406
+ v ? o && 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
407
  }
408
408
  const S = /* @__PURE__ */ new Set(), H = /* @__PURE__ */ new Set();
409
409
  function A(h) {
@@ -424,21 +424,21 @@ function He(t, e, o, r, a, i, n, s, d, c, g, f) {
424
424
  function Me(t) {
425
425
  t && t.c();
426
426
  }
427
- function Qt(t, e, o) {
428
- const { fragment: r, after_update: a } = t.$$;
429
- r && r.m(e, o), X(() => {
427
+ function Qt(t, e, r) {
428
+ const { fragment: o, after_update: a } = t.$$;
429
+ o && o.m(e, r), X(() => {
430
430
  const i = t.$$.on_mount.map(st).filter(F);
431
431
  t.$$.on_destroy ? t.$$.on_destroy.push(...i) : M(i), t.$$.on_mount = [];
432
432
  }), a.forEach(X);
433
433
  }
434
434
  function Wt(t, e) {
435
- const o = t.$$;
436
- o.fragment !== null && (It(o.after_update), M(o.on_destroy), o.fragment && o.fragment.d(e), o.on_destroy = o.fragment = null, o.ctx = []);
435
+ const r = t.$$;
436
+ r.fragment !== null && (It(r.after_update), M(r.on_destroy), r.fragment && r.fragment.d(e), r.on_destroy = r.fragment = null, r.ctx = []);
437
437
  }
438
438
  function Zt(t, e) {
439
439
  t.$$.dirty[0] === -1 && (N.push(t), qt(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
440
440
  }
441
- function te(t, e, o, r, a, i, n = null, s = [-1]) {
441
+ function te(t, e, r, o, a, i, n = null, s = [-1]) {
442
442
  const d = W;
443
443
  P(t);
444
444
  const c = t.$$ = {
@@ -464,10 +464,10 @@ function te(t, e, o, r, a, i, n = null, s = [-1]) {
464
464
  };
465
465
  n && n(c.root);
466
466
  let g = !1;
467
- if (c.ctx = o ? o(t, e.props || {}, (f, u, ...p) => {
467
+ if (c.ctx = r ? r(t, e.props || {}, (f, u, ...p) => {
468
468
  const l = p.length ? p[0] : u;
469
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, M(c.before_update), c.fragment = r ? r(c.ctx) : !1, e.target) {
470
+ }) : [], c.update(), g = !0, M(c.before_update), c.fragment = o ? o(c.ctx) : !1, e.target) {
471
471
  if (e.hydrate) {
472
472
  const f = At(e.target);
473
473
  c.fragment && c.fragment.l(f), f.forEach(C);
@@ -479,7 +479,7 @@ function te(t, e, o, r, a, i, n = null, s = [-1]) {
479
479
  }
480
480
  let wt;
481
481
  typeof HTMLElement == "function" && (wt = class extends HTMLElement {
482
- constructor(e, o, r) {
482
+ constructor(e, r, o) {
483
483
  super();
484
484
  /** The Svelte component constructor */
485
485
  m(this, "$$ctor");
@@ -499,19 +499,19 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
499
499
  m(this, "$$l", {});
500
500
  /** @type {Map<Function, Function>} Event listener unsubscribe functions */
501
501
  m(this, "$$l_u", /* @__PURE__ */ new Map());
502
- this.$$ctor = e, this.$$s = o, r && this.attachShadow({ mode: "open" });
502
+ this.$$ctor = e, this.$$s = r, o && this.attachShadow({ mode: "open" });
503
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);
504
+ addEventListener(e, r, o) {
505
+ if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(r), this.$$c) {
506
+ const a = this.$$c.$on(e, r);
507
+ this.$$l_u.set(r, a);
508
508
  }
509
- super.addEventListener(e, o, r);
509
+ super.addEventListener(e, r, o);
510
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));
511
+ removeEventListener(e, r, o) {
512
+ if (super.removeEventListener(e, r, o), this.$$c) {
513
+ const a = this.$$l_u.get(r);
514
+ a && (a(), this.$$l_u.delete(r));
515
515
  }
516
516
  }
517
517
  async connectedCallback() {
@@ -538,9 +538,9 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
538
538
  };
539
539
  if (await Promise.resolve(), !this.$$cn || this.$$c)
540
540
  return;
541
- const o = {}, r = Bt(this);
541
+ const r = {}, o = Bt(this);
542
542
  for (const i of this.$$s)
543
- i in r && (o[i] = [e(i)]);
543
+ i in o && (r[i] = [e(i)]);
544
544
  for (const i of this.attributes) {
545
545
  const n = this.$$g_p(i.name);
546
546
  n in this.$$d || (this.$$d[n] = Y(n, i.value, this.$$p_d, "toProp"));
@@ -551,7 +551,7 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
551
551
  target: this.shadowRoot || this,
552
552
  props: {
553
553
  ...this.$$d,
554
- $$slots: o,
554
+ $$slots: r,
555
555
  $$scope: {
556
556
  ctx: []
557
557
  }
@@ -582,9 +582,9 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
582
582
  }
583
583
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
584
584
  // and setting attributes through setAttribute etc, this is helpful
585
- attributeChangedCallback(e, o, r) {
585
+ attributeChangedCallback(e, r, o) {
586
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] }));
587
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = Y(e, o, this.$$p_d, "toProp"), (a = this.$$c) == null || a.$set({ [e]: this.$$d[e] }));
588
588
  }
589
589
  disconnectedCallback() {
590
590
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -593,16 +593,16 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
593
593
  }
594
594
  $$g_p(e) {
595
595
  return Object.keys(this.$$p_d).find(
596
- (o) => this.$$p_d[o].attribute === e || !this.$$p_d[o].attribute && o.toLowerCase() === e
596
+ (r) => this.$$p_d[r].attribute === e || !this.$$p_d[r].attribute && r.toLowerCase() === e
597
597
  ) || e;
598
598
  }
599
599
  });
600
- function Y(t, e, o, r) {
600
+ function Y(t, e, r, o) {
601
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])
602
+ const a = (i = r[t]) == null ? void 0 : i.type;
603
+ if (e = a === "Boolean" && typeof e != "boolean" ? e != null : e, !o || !r[t])
604
604
  return e;
605
- if (r === "toAttribute")
605
+ if (o === "toAttribute")
606
606
  switch (a) {
607
607
  case "Object":
608
608
  case "Array":
@@ -627,10 +627,10 @@ function Y(t, e, o, r) {
627
627
  return e;
628
628
  }
629
629
  }
630
- function ee(t, e, o, r, a, i) {
630
+ function ee(t, e, r, o, a, i) {
631
631
  let n = class extends wt {
632
632
  constructor() {
633
- super(t, o, a), this.$$p_d = e;
633
+ super(t, r, a), this.$$p_d = e;
634
634
  }
635
635
  static get observedAttributes() {
636
636
  return Object.keys(e).map(
@@ -648,7 +648,7 @@ function ee(t, e, o, r, a, i) {
648
648
  d = Y(s, d, e), this.$$d[s] = d, (c = this.$$c) == null || c.$set({ [s]: d });
649
649
  }
650
650
  });
651
- }), r.forEach((s) => {
651
+ }), o.forEach((s) => {
652
652
  Object.defineProperty(n.prototype, s, {
653
653
  get() {
654
654
  var d;
@@ -658,7 +658,7 @@ function ee(t, e, o, r, a, i) {
658
658
  }), i && (n = i(n)), t.element = /** @type {any} */
659
659
  n, n;
660
660
  }
661
- class oe {
661
+ class re {
662
662
  constructor() {
663
663
  /**
664
664
  * ### PRIVATE API
@@ -687,13 +687,13 @@ class oe {
687
687
  * @param {((e: Events[K]) => void) | null | undefined} callback
688
688
  * @returns {() => void}
689
689
  */
690
- $on(e, o) {
691
- if (!F(o))
690
+ $on(e, r) {
691
+ if (!F(r))
692
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);
693
+ const o = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
694
+ return o.push(r), () => {
695
+ const a = o.indexOf(r);
696
+ a !== -1 && o.splice(a, 1);
697
697
  };
698
698
  }
699
699
  /**
@@ -704,9 +704,9 @@ class oe {
704
704
  this.$$set && !$t(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
705
705
  }
706
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}}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-2{bottom:.5rem}.left-0{left:0}.left-1\\/2{left:50%}.right-0{right:0}.right-2{right:.5rem}.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}.rounded-full{border-radius:9999px}.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-r-2{border-right-width:2px}.border-solid{border-style:solid}.border-dotted{border-style:dotted}.border-transparent{border-color:transparent}.border-uofg-blue-100{--tw-border-opacity: 1;border-color:rgb(221 236 240 / var(--tw-border-opacity))}.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-blue-50{--tw-bg-opacity: 1;background-color:rgb(241 248 250 / var(--tw-bg-opacity))}.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-\\[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-blue-500{--tw-text-opacity: 1;color:rgb(65 127 153 / 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))}.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-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}.first\\:border-l-2:first-child{border-left-width:2px}.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-\\[\\#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-blue-950:hover{--tw-text-opacity: 1;color:rgb(25 40 51 / 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\\: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-\\[\\#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\\:text-uofg-blue-950:focus{--tw-text-opacity: 1;color:rgb(25 40 51 / var(--tw-text-opacity))}.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))}';
707
+ const oe = "4";
708
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(oe);
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}}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-2{bottom:.5rem}.left-0{left:0}.left-1\\/2{left:50%}.right-0{right:0}.right-2{right:.5rem}.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}.rounded-xl{border-radius:.75rem}.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-r-2{border-right-width:2px}.border-solid{border-style:solid}.border-dotted{border-style:dotted}.border-transparent{border-color:transparent}.border-uofg-blue-100{--tw-border-opacity: 1;border-color:rgb(221 236 240 / var(--tw-border-opacity))}.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-blue-50{--tw-bg-opacity: 1;background-color:rgb(241 248 250 / var(--tw-bg-opacity))}.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-\\[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-blue-500{--tw-text-opacity: 1;color:rgb(65 127 153 / 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))}.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-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}.first\\:border-l-2:first-child{border-left-width:2px}.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-\\[\\#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-blue-950:hover{--tw-text-opacity: 1;color:rgb(25 40 51 / 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\\: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-\\[\\#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\\:text-uofg-blue-950:focus{--tw-text-opacity: 1;color:rgb(25 40 51 / var(--tw-text-opacity))}.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
710
  let q = null;
711
711
  typeof CSSStyleSheet == "function" && (q = new CSSStyleSheet(), q.replaceSync(gt));
712
712
  function Ce(t) {
@@ -717,9 +717,9 @@ function Ce(t) {
717
717
  e.innerHTML = gt, t.prepend(e);
718
718
  }
719
719
  }
720
- function nt(t, e, o) {
721
- const r = t.slice();
722
- return r[4] = e[o], r;
720
+ function nt(t, e, r) {
721
+ const o = t.slice();
722
+ return o[4] = e[r], o;
723
723
  }
724
724
  function ie(t) {
725
725
  let e;
@@ -732,52 +732,52 @@ function ie(t) {
732
732
  t[2]
733
733
  );
734
734
  },
735
- m(o, r) {
736
- T(o, e, r);
735
+ m(r, o) {
736
+ T(r, e, o);
737
737
  },
738
738
  p: $,
739
- d(o) {
740
- o && C(e);
739
+ d(r) {
740
+ r && C(e);
741
741
  }
742
742
  };
743
743
  }
744
744
  function ne(t) {
745
- let e, o = it(
745
+ let e, r = it(
746
746
  /*iconPathData*/
747
747
  t[2]
748
- ), r = [];
749
- for (let a = 0; a < o.length; a += 1)
750
- r[a] = at(nt(t, o, a));
748
+ ), o = [];
749
+ for (let a = 0; a < r.length; a += 1)
750
+ o[a] = at(nt(t, r, a));
751
751
  return {
752
752
  c() {
753
- for (let a = 0; a < r.length; a += 1)
754
- r[a].c();
753
+ for (let a = 0; a < o.length; a += 1)
754
+ o[a].c();
755
755
  e = St();
756
756
  },
757
757
  m(a, i) {
758
- for (let n = 0; n < r.length; n += 1)
759
- r[n] && r[n].m(a, i);
758
+ for (let n = 0; n < o.length; n += 1)
759
+ o[n] && o[n].m(a, i);
760
760
  T(a, e, i);
761
761
  },
762
762
  p(a, i) {
763
763
  if (i & /*iconPathData*/
764
764
  4) {
765
- o = it(
765
+ r = it(
766
766
  /*iconPathData*/
767
767
  a[2]
768
768
  );
769
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));
770
+ for (n = 0; n < r.length; n += 1) {
771
+ const s = nt(a, r, n);
772
+ o[n] ? o[n].p(s, i) : (o[n] = at(s), o[n].c(), o[n].m(e.parentNode, e));
773
773
  }
774
- for (; n < r.length; n += 1)
775
- r[n].d(1);
776
- r.length = o.length;
774
+ for (; n < o.length; n += 1)
775
+ o[n].d(1);
776
+ o.length = r.length;
777
777
  }
778
778
  },
779
779
  d(a) {
780
- a && C(e), Lt(r, a);
780
+ a && C(e), Lt(o, a);
781
781
  }
782
782
  };
783
783
  }
@@ -792,24 +792,24 @@ function at(t) {
792
792
  t[4]
793
793
  );
794
794
  },
795
- m(o, r) {
796
- T(o, e, r);
795
+ m(r, o) {
796
+ T(r, e, o);
797
797
  },
798
798
  p: $,
799
- d(o) {
800
- o && C(e);
799
+ d(r) {
800
+ r && C(e);
801
801
  }
802
802
  };
803
803
  }
804
804
  function ae(t) {
805
805
  let e;
806
- function o(i, n) {
806
+ function r(i, n) {
807
807
  return Array.isArray(
808
808
  /*iconPathData*/
809
809
  i[2]
810
810
  ) ? ne : ie;
811
811
  }
812
- let a = o(t)(t);
812
+ let a = r(t)(t);
813
813
  return {
814
814
  c() {
815
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*/
@@ -829,14 +829,14 @@ function ae(t) {
829
829
  }
830
830
  };
831
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];
832
+ function se(t, e, r) {
833
+ let { icon: o } = e;
834
+ const a = o.icon[0], i = o.icon[1], n = o.icon[4];
835
835
  return t.$$set = (s) => {
836
- "icon" in s && o(3, r = s.icon);
837
- }, [a, i, n, r];
836
+ "icon" in s && r(3, o = s.icon);
837
+ }, [a, i, n, o];
838
838
  }
839
- class ce extends oe {
839
+ class ce extends re {
840
840
  constructor(e) {
841
841
  super(), te(this, e, se, ae, vt, { icon: 3 });
842
842
  }
@@ -918,7 +918,7 @@ var Le = {
918
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
919
  };
920
920
  export {
921
- ot as $,
921
+ rt as $,
922
922
  Z as A,
923
923
  it as B,
924
924
  Re as C,
@@ -937,7 +937,7 @@ export {
937
937
  Xe as P,
938
938
  Ne as Q,
939
939
  Be as R,
940
- oe as S,
940
+ re as S,
941
941
  ge as T,
942
942
  St as U,
943
943
  xt as V,
@@ -1,4 +1,4 @@
1
- import { c as A, S as B, i as D, a as G, s as H, F as I, f as J, b as $, e as v, d as K, g as h, h as w, j as L, k as m, m as M, u as x, l as q, n as y, t as p, o as d, p as N, q as O } from "./index-SbK7yJqm.js";
1
+ import { c as A, S as B, i as D, a as G, s as H, F as I, f as J, b as $, e as v, d as K, g as h, h as w, j as L, k as m, m as M, u as x, l as q, n as y, t as p, o as d, p as N, q as O } from "./index-RggMmPTn.js";
2
2
  const P = (e) => ({}), R = (e) => ({}), Q = (e) => ({}), T = (e) => ({}), V = (e) => ({}), U = (e) => ({}), W = (e) => ({}), z = (e) => ({});
3
3
  function X(e) {
4
4
  let s, f, r, c, g, u, j, k, b, o;
@@ -1,4 +1,4 @@
1
- import { c as _, S as h, i as w, a as v, s as y, r as T, F as $, v as k, e as x, d as j, h as g, j as V, m as q, w as m, t as z, o as C, p as F, q as O, x as S } from "./index-SbK7yJqm.js";
1
+ import { c as _, S as h, i as w, a as v, s as x, r as y, F as T, v as $, e as k, d as j, h as g, j as V, m as q, w as m, t as z, o as C, p as F, q as O, x as S } from "./index-RggMmPTn.js";
2
2
  import { g as U } from "./globals-DnYjtinb.js";
3
3
  function p() {
4
4
  let e = 0, o, r, t = "";
@@ -18,20 +18,20 @@ const { window: f } = U;
18
18
  function Y(e) {
19
19
  let o = !1, r = () => {
20
20
  o = !1;
21
- }, t, n, l, a, i, c, d;
22
- return T(
21
+ }, t, n, l, a, i, u, d;
22
+ return y(
23
23
  /*onwindowscroll*/
24
24
  e[3]
25
- ), l = new $({ props: { icon: k } }), {
25
+ ), l = new T({ props: { icon: $ } }), {
26
26
  c() {
27
- n = x("button"), j(l.$$.fragment), g(n, "class", a = p(
28
- "flex z-10 justify-center items-center text-4xl rounded-full w-16 h-16 border border-white bg-black fixed bottom-2 right-2 text-white hover:bg-uofg-red focus:bg-uofg-red transition",
27
+ n = k("button"), j(l.$$.fragment), g(n, "class", a = p(
28
+ "flex z-10 justify-center items-center text-4xl rounded-xl w-16 h-16 border border-white bg-black fixed bottom-2 right-2 text-white hover:bg-uofg-red focus:bg-uofg-red transition",
29
29
  /*visible*/
30
30
  e[1] ? "opacity-100" : "opacity-0"
31
31
  ));
32
32
  },
33
- m(s, u) {
34
- V(s, n, u), q(l, n, null), i = !0, c || (d = [
33
+ m(s, c) {
34
+ V(s, n, c), q(l, n, null), i = !0, u || (d = [
35
35
  m(f, "scroll", () => {
36
36
  o = !0, clearTimeout(t), t = setTimeout(r, 100), e[3]();
37
37
  }),
@@ -41,17 +41,17 @@ function Y(e) {
41
41
  /*scrollToTop*/
42
42
  e[2]
43
43
  )
44
- ], c = !0);
44
+ ], u = !0);
45
45
  },
46
- p(s, [u]) {
47
- u & /*scrollY*/
46
+ p(s, [c]) {
47
+ c & /*scrollY*/
48
48
  1 && !o && (o = !0, clearTimeout(t), scrollTo(
49
49
  f.pageXOffset,
50
50
  /*scrollY*/
51
51
  s[0]
52
- ), t = setTimeout(r, 100)), (!i || u & /*visible*/
52
+ ), t = setTimeout(r, 100)), (!i || c & /*visible*/
53
53
  2 && a !== (a = p(
54
- "flex z-10 justify-center items-center text-4xl rounded-full w-16 h-16 border border-white bg-black fixed bottom-2 right-2 text-white hover:bg-uofg-red focus:bg-uofg-red transition",
54
+ "flex z-10 justify-center items-center text-4xl rounded-xl w-16 h-16 border border-white bg-black fixed bottom-2 right-2 text-white hover:bg-uofg-red focus:bg-uofg-red transition",
55
55
  /*visible*/
56
56
  s[1] ? "opacity-100" : "opacity-0"
57
57
  ))) && g(n, "class", a);
@@ -63,7 +63,7 @@ function Y(e) {
63
63
  C(l.$$.fragment, s), i = !1;
64
64
  },
65
65
  d(s) {
66
- s && F(n), O(l), c = !1, S(d);
66
+ s && F(n), O(l), u = !1, S(d);
67
67
  }
68
68
  };
69
69
  }
@@ -82,7 +82,7 @@ function E(e, o, r) {
82
82
  }
83
83
  class J extends h {
84
84
  constructor(o) {
85
- super(), w(this, o, E, Y, y, {});
85
+ super(), w(this, o, E, Y, x, {});
86
86
  }
87
87
  }
88
88
  customElements.define("uofg-back-to-top", _(J, {}, [], [], !0, (e) => class extends e {
@@ -1,4 +1,4 @@
1
- import { c as pe, S as de, i as ge, s as ve, y as re, h as f, j as H, k as n, z as q, p as F, A as xe, a as _e, B as M, F as O, C as ke, e as u, g as m, d as L, m as T, t as x, D as oe, o as _, q as j, E, G as Ce, H as $e, I as ae, J as ye, K as Ve, L as Me, M as He, N as Fe, O as Se, P as ce, Q as ze, R as Ze } from "./index-SbK7yJqm.js";
1
+ import { c as pe, S as de, i as ge, s as ve, y as re, h as f, j as H, k as n, z as q, p as F, A as xe, a as _e, B as M, F as O, C as ke, e as u, g as m, d as L, m as T, t as x, D as oe, o as _, q as j, E, G as Ce, H as $e, I as ae, J as ye, K as Ve, L as Me, M as He, N as Fe, O as Se, P as ce, Q as ze, R as Ze } from "./index-RggMmPTn.js";
2
2
  function Ae(s) {
3
3
  let e, r;
4
4
  return {
@@ -1,4 +1,4 @@
1
- import { c as Y, S as K, i as Q, s as D, A as B, b as He, e as b, g as x, h as _, j as d, k as g, w as ae, T as Je, u as Oe, l as Pe, n as Ge, t as p, o as m, D as U, p as v, x as et, U as q, I as E, V as G, W as ge, r as Ve, X as pe, y as R, z as k, a as tt, B as j, Y as ie, d as L, m as N, q as A, Z as lt, _ as nt, $ as rt, a0 as ce, F as W, E as V, a1 as De, G as T, H as ee, a2 as te, a3 as I, a4 as le, a5 as ne } from "./index-SbK7yJqm.js";
1
+ import { c as Y, S as K, i as Q, s as D, A as B, b as He, e as b, g as x, h as _, j as d, k as g, w as ae, T as Je, u as Oe, l as Pe, n as Ge, t as p, o as m, D as U, p as v, x as et, U as q, I as E, V as G, W as ge, r as Ve, X as pe, y as R, z as k, a as tt, B as j, Y as ie, d as L, m as N, q as A, Z as lt, _ as nt, $ as rt, a0 as ce, F as W, E as V, a1 as De, G as T, H as ee, a2 as te, a3 as I, a4 as le, a5 as ne } from "./index-RggMmPTn.js";
2
2
  import { g as ot } from "./globals-DnYjtinb.js";
3
3
  function X(a, e) {
4
4
  const n = {}, t = {}, l = { $$scope: 1 };
@@ -1,4 +1,4 @@
1
- import { c as z, S as j, i as R, A as m, a as U, s as K, F as N, a6 as G, b as H, e as E, d as I, g as J, h as r, a2 as _, j as L, k as B, m as M, w as k, u as P, l as Q, n as V, t as v, o as A, p as W, q as X, x as Y, $ as C } from "./index-SbK7yJqm.js";
1
+ import { c as z, S as j, i as R, A as m, a as U, s as K, F as N, a6 as G, b as H, e as E, d as I, g as J, h as r, a2 as _, j as L, k as B, m as M, w as k, u as P, l as Q, n as V, t as v, o as A, p as W, q as X, x as Y, $ as C } from "./index-RggMmPTn.js";
2
2
  const Z = (n) => Array.from(n.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [contenteditable], audio[controls], video[controls], details, summary, [tabindex]:not([tabindex="-1"])'));
3
3
  function x(n) {
4
4
  let e, i, c, b, u, p, g, w, l, y, h;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uoguelph/web-components",
3
- "version": "1.4.0-rc.1",
3
+ "version": "1.4.0-rc.2",
4
4
  "description": "University of Guelph Web Components Library",
5
5
  "module": "dist/uofg-web-components/uofg-web-components.esm.js",
6
6
  "type": "module",