@uoguelph/web-components 1.4.1 → 1.4.2-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uofg-web-components/{index-6jrfJX7n.js → index-DsH1l2Oe.js} +59 -59
- package/dist/uofg-web-components/uofg-alert.esm.js +1 -1
- package/dist/uofg-web-components/uofg-back-to-top.esm.js +1 -1
- package/dist/uofg-web-components/uofg-footer.esm.js +109 -109
- package/dist/uofg-web-components/uofg-header.esm.js +1 -1
- package/dist/uofg-web-components/uofg-modal.esm.js +1 -1
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@ function st(t) {
|
|
|
18
18
|
function tt() {
|
|
19
19
|
return /* @__PURE__ */ Object.create(null);
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function C(t) {
|
|
22
22
|
t.forEach(st);
|
|
23
23
|
}
|
|
24
24
|
function F(t) {
|
|
@@ -75,14 +75,14 @@ function ge(t) {
|
|
|
75
75
|
const _t = ["", !0, 1, "true", "contenteditable"], lt = typeof window < "u";
|
|
76
76
|
let kt = lt ? () => window.performance.now() : () => Date.now(), K = lt ? (t) => requestAnimationFrame(t) : $;
|
|
77
77
|
const E = /* @__PURE__ */ new Set();
|
|
78
|
-
function
|
|
78
|
+
function dt(t) {
|
|
79
79
|
E.forEach((e) => {
|
|
80
80
|
e.c(t) || (E.delete(e), e.f());
|
|
81
|
-
}), E.size !== 0 && K(
|
|
81
|
+
}), E.size !== 0 && K(dt);
|
|
82
82
|
}
|
|
83
83
|
function zt(t) {
|
|
84
84
|
let e;
|
|
85
|
-
return E.size === 0 && K(
|
|
85
|
+
return E.size === 0 && K(dt), {
|
|
86
86
|
promise: new Promise((o) => {
|
|
87
87
|
E.add(e = { c: t, f: o });
|
|
88
88
|
}),
|
|
@@ -94,7 +94,7 @@ function zt(t) {
|
|
|
94
94
|
function Ht(t, e) {
|
|
95
95
|
t.appendChild(e);
|
|
96
96
|
}
|
|
97
|
-
function
|
|
97
|
+
function ft(t) {
|
|
98
98
|
if (!t)
|
|
99
99
|
return document;
|
|
100
100
|
const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
|
|
@@ -104,11 +104,11 @@ function dt(t) {
|
|
|
104
104
|
e
|
|
105
105
|
) : t.ownerDocument;
|
|
106
106
|
}
|
|
107
|
-
function
|
|
107
|
+
function Ct(t) {
|
|
108
108
|
const e = ut("style");
|
|
109
|
-
return e.textContent = "/* empty */",
|
|
109
|
+
return e.textContent = "/* empty */", Mt(ft(t), e), e.sheet;
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function Mt(t, e) {
|
|
112
112
|
return Ht(
|
|
113
113
|
/** @type {Document} */
|
|
114
114
|
t.head || t,
|
|
@@ -118,7 +118,7 @@ function Ct(t, e) {
|
|
|
118
118
|
function T(t, e, o) {
|
|
119
119
|
t.insertBefore(e, o || null);
|
|
120
120
|
}
|
|
121
|
-
function
|
|
121
|
+
function M(t) {
|
|
122
122
|
t.parentNode && t.parentNode.removeChild(t);
|
|
123
123
|
}
|
|
124
124
|
function Lt(t, e) {
|
|
@@ -202,23 +202,23 @@ function Rt(t) {
|
|
|
202
202
|
return e >>> 0;
|
|
203
203
|
}
|
|
204
204
|
function Yt(t, e) {
|
|
205
|
-
const o = { stylesheet:
|
|
205
|
+
const o = { stylesheet: Ct(e), rules: {} };
|
|
206
206
|
return D.set(t, o), o;
|
|
207
207
|
}
|
|
208
208
|
function et(t, e, o, r, a, i, n, s = 0) {
|
|
209
|
-
const
|
|
209
|
+
const d = 16.666 / r;
|
|
210
210
|
let c = `{
|
|
211
211
|
`;
|
|
212
|
-
for (let w = 0; w <= 1; w +=
|
|
212
|
+
for (let w = 0; w <= 1; w += d) {
|
|
213
213
|
const y = e + (o - e) * i(w);
|
|
214
214
|
c += w * 100 + `%{${n(y, 1 - y)}}
|
|
215
215
|
`;
|
|
216
216
|
}
|
|
217
217
|
const g = c + `100% {${n(o, 1 - o)}}
|
|
218
|
-
}`,
|
|
219
|
-
l[
|
|
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
220
|
const b = t.style.animation || "";
|
|
221
|
-
return t.style.animation = `${b ? `${b}, ` : ""}${
|
|
221
|
+
return t.style.animation = `${b ? `${b}, ` : ""}${f} ${r}ms linear ${a}ms 1 both`, U += 1, f;
|
|
222
222
|
}
|
|
223
223
|
function Dt(t, e) {
|
|
224
224
|
const o = (t.style.animation || "").split(", "), r = o.filter(
|
|
@@ -231,7 +231,7 @@ function Ut() {
|
|
|
231
231
|
K(() => {
|
|
232
232
|
U || (D.forEach((t) => {
|
|
233
233
|
const { ownerNode: e } = t.stylesheet;
|
|
234
|
-
e &&
|
|
234
|
+
e && M(e);
|
|
235
235
|
}), D.clear());
|
|
236
236
|
});
|
|
237
237
|
}
|
|
@@ -278,7 +278,7 @@ function Z() {
|
|
|
278
278
|
}
|
|
279
279
|
function Ft(t) {
|
|
280
280
|
if (t.fragment !== null) {
|
|
281
|
-
t.update(),
|
|
281
|
+
t.update(), C(t.before_update);
|
|
282
282
|
const e = t.dirty;
|
|
283
283
|
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(X);
|
|
284
284
|
}
|
|
@@ -307,7 +307,7 @@ function $e() {
|
|
|
307
307
|
};
|
|
308
308
|
}
|
|
309
309
|
function _e() {
|
|
310
|
-
_.r ||
|
|
310
|
+
_.r || C(_.c), _ = _.p;
|
|
311
311
|
}
|
|
312
312
|
function pt(t, e) {
|
|
313
313
|
t && t.i && (R.delete(t), t.i(e));
|
|
@@ -324,8 +324,8 @@ function Gt(t, e, o, r) {
|
|
|
324
324
|
}
|
|
325
325
|
const Kt = { duration: 0 };
|
|
326
326
|
function ke(t, e, o, r) {
|
|
327
|
-
let i = e(t, o, { direction: "both" }), n = r ? 0 : 1, s = null,
|
|
328
|
-
function
|
|
327
|
+
let i = e(t, o, { direction: "both" }), n = r ? 0 : 1, s = null, d = null, c = null, g;
|
|
328
|
+
function f() {
|
|
329
329
|
c && Dt(t, c);
|
|
330
330
|
}
|
|
331
331
|
function u(l, b) {
|
|
@@ -355,8 +355,8 @@ function ke(t, e, o, r) {
|
|
|
355
355
|
b: l
|
|
356
356
|
};
|
|
357
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 ||
|
|
359
|
-
if (
|
|
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
360
|
t,
|
|
361
361
|
n,
|
|
362
362
|
s.b,
|
|
@@ -366,13 +366,13 @@ function ke(t, e, o, r) {
|
|
|
366
366
|
i.css
|
|
367
367
|
))), s) {
|
|
368
368
|
if (H >= s.end)
|
|
369
|
-
z(n = s.b, 1 - n), J(t, s.b, "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
370
|
else if (H >= s.start) {
|
|
371
371
|
const A = H - s.start;
|
|
372
372
|
n = s.a + s.d * y(A / s.duration), z(n, 1 - n);
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
|
-
return !!(s ||
|
|
375
|
+
return !!(s || d);
|
|
376
376
|
}));
|
|
377
377
|
}
|
|
378
378
|
return {
|
|
@@ -382,7 +382,7 @@ function ke(t, e, o, r) {
|
|
|
382
382
|
}) : p(l);
|
|
383
383
|
},
|
|
384
384
|
end() {
|
|
385
|
-
|
|
385
|
+
f(), s = d = null;
|
|
386
386
|
}
|
|
387
387
|
};
|
|
388
388
|
}
|
|
@@ -394,14 +394,14 @@ 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,
|
|
397
|
+
function He(t, e, o, r, 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 =
|
|
404
|
+
const h = f(a, i, l), x = o(h);
|
|
405
405
|
let v = n.get(x);
|
|
406
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
407
|
}
|
|
@@ -411,35 +411,35 @@ function He(t, e, o, r, a, i, n, s, f, c, g, d) {
|
|
|
411
411
|
}
|
|
412
412
|
for (; u && p; ) {
|
|
413
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--) : (
|
|
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
415
|
}
|
|
416
416
|
for (; u--; ) {
|
|
417
417
|
const h = t[u];
|
|
418
|
-
y.has(h.key) ||
|
|
418
|
+
y.has(h.key) || d(h, n);
|
|
419
419
|
}
|
|
420
420
|
for (; p; )
|
|
421
421
|
A(w[p - 1]);
|
|
422
|
-
return
|
|
422
|
+
return C(L), w;
|
|
423
423
|
}
|
|
424
|
-
function
|
|
424
|
+
function Ce(t) {
|
|
425
425
|
t && t.c();
|
|
426
426
|
}
|
|
427
427
|
function Qt(t, e, o) {
|
|
428
428
|
const { fragment: r, after_update: a } = t.$$;
|
|
429
429
|
r && r.m(e, o), X(() => {
|
|
430
430
|
const i = t.$$.on_mount.map(st).filter(F);
|
|
431
|
-
t.$$.on_destroy ? t.$$.on_destroy.push(...i) :
|
|
431
|
+
t.$$.on_destroy ? t.$$.on_destroy.push(...i) : C(i), t.$$.on_mount = [];
|
|
432
432
|
}), a.forEach(X);
|
|
433
433
|
}
|
|
434
434
|
function Wt(t, e) {
|
|
435
435
|
const o = t.$$;
|
|
436
|
-
o.fragment !== null && (It(o.after_update),
|
|
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
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
441
|
function te(t, e, o, r, a, i, n = null, s = [-1]) {
|
|
442
|
-
const
|
|
442
|
+
const d = W;
|
|
443
443
|
P(t);
|
|
444
444
|
const c = t.$$ = {
|
|
445
445
|
fragment: null,
|
|
@@ -455,27 +455,27 @@ function te(t, e, o, r, a, i, n = null, s = [-1]) {
|
|
|
455
455
|
on_disconnect: [],
|
|
456
456
|
before_update: [],
|
|
457
457
|
after_update: [],
|
|
458
|
-
context: new Map(e.context || (
|
|
458
|
+
context: new Map(e.context || (d ? d.$$.context : [])),
|
|
459
459
|
// everything else
|
|
460
460
|
callbacks: tt(),
|
|
461
461
|
dirty: s,
|
|
462
462
|
skip_bound: !1,
|
|
463
|
-
root: e.target ||
|
|
463
|
+
root: e.target || d.$$.root
|
|
464
464
|
};
|
|
465
465
|
n && n(c.root);
|
|
466
466
|
let g = !1;
|
|
467
|
-
if (c.ctx = o ? o(t, e.props || {}, (
|
|
467
|
+
if (c.ctx = o ? o(t, e.props || {}, (f, u, ...p) => {
|
|
468
468
|
const l = p.length ? p[0] : u;
|
|
469
|
-
return c.ctx && a(c.ctx[
|
|
470
|
-
}) : [], c.update(), g = !0,
|
|
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
471
|
if (e.hydrate) {
|
|
472
|
-
const
|
|
473
|
-
c.fragment && c.fragment.l(
|
|
472
|
+
const f = At(e.target);
|
|
473
|
+
c.fragment && c.fragment.l(f), f.forEach(M);
|
|
474
474
|
} else
|
|
475
475
|
c.fragment && c.fragment.c();
|
|
476
476
|
e.intro && pt(t.$$.fragment), Qt(t, e.target, e.anchor), Z();
|
|
477
477
|
}
|
|
478
|
-
P(
|
|
478
|
+
P(d);
|
|
479
479
|
}
|
|
480
480
|
let wt;
|
|
481
481
|
typeof HTMLElement == "function" && (wt = class extends HTMLElement {
|
|
@@ -531,7 +531,7 @@ typeof HTMLElement == "function" && (wt = class extends HTMLElement {
|
|
|
531
531
|
T(c, n, g);
|
|
532
532
|
},
|
|
533
533
|
d: function(c) {
|
|
534
|
-
c &&
|
|
534
|
+
c && M(n);
|
|
535
535
|
}
|
|
536
536
|
};
|
|
537
537
|
};
|
|
@@ -643,16 +643,16 @@ function ee(t, e, o, r, a, i) {
|
|
|
643
643
|
get() {
|
|
644
644
|
return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
|
|
645
645
|
},
|
|
646
|
-
set(
|
|
646
|
+
set(d) {
|
|
647
647
|
var c;
|
|
648
|
-
|
|
648
|
+
d = Y(s, d, e), this.$$d[s] = d, (c = this.$$c) == null || c.$set({ [s]: d });
|
|
649
649
|
}
|
|
650
650
|
});
|
|
651
651
|
}), r.forEach((s) => {
|
|
652
652
|
Object.defineProperty(n.prototype, s, {
|
|
653
653
|
get() {
|
|
654
|
-
var
|
|
655
|
-
return (
|
|
654
|
+
var d;
|
|
655
|
+
return (d = this.$$c) == null ? void 0 : d[s];
|
|
656
656
|
}
|
|
657
657
|
});
|
|
658
658
|
}), i && (n = i(n)), t.element = /** @type {any} */
|
|
@@ -706,10 +706,10 @@ class oe {
|
|
|
706
706
|
}
|
|
707
707
|
const re = "4";
|
|
708
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-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-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))}';
|
|
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-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
710
|
let q = null;
|
|
711
711
|
typeof CSSStyleSheet == "function" && (q = new CSSStyleSheet(), q.replaceSync(gt));
|
|
712
|
-
function
|
|
712
|
+
function Me(t) {
|
|
713
713
|
if (q)
|
|
714
714
|
t.adoptedStyleSheets = [...t.adoptedStyleSheets, q];
|
|
715
715
|
else {
|
|
@@ -737,7 +737,7 @@ function ie(t) {
|
|
|
737
737
|
},
|
|
738
738
|
p: $,
|
|
739
739
|
d(o) {
|
|
740
|
-
o &&
|
|
740
|
+
o && M(e);
|
|
741
741
|
}
|
|
742
742
|
};
|
|
743
743
|
}
|
|
@@ -777,7 +777,7 @@ function ne(t) {
|
|
|
777
777
|
}
|
|
778
778
|
},
|
|
779
779
|
d(a) {
|
|
780
|
-
a &&
|
|
780
|
+
a && M(e), Lt(r, a);
|
|
781
781
|
}
|
|
782
782
|
};
|
|
783
783
|
}
|
|
@@ -797,7 +797,7 @@ function at(t) {
|
|
|
797
797
|
},
|
|
798
798
|
p: $,
|
|
799
799
|
d(o) {
|
|
800
|
-
o &&
|
|
800
|
+
o && M(e);
|
|
801
801
|
}
|
|
802
802
|
};
|
|
803
803
|
}
|
|
@@ -825,7 +825,7 @@ function ae(t) {
|
|
|
825
825
|
i: $,
|
|
826
826
|
o: $,
|
|
827
827
|
d(i) {
|
|
828
|
-
i &&
|
|
828
|
+
i && M(e), a.d();
|
|
829
829
|
}
|
|
830
830
|
};
|
|
831
831
|
}
|
|
@@ -904,11 +904,11 @@ var Le = {
|
|
|
904
904
|
prefix: "fas",
|
|
905
905
|
iconName: "chevron-down",
|
|
906
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
|
-
},
|
|
907
|
+
}, de = {
|
|
908
908
|
prefix: "fas",
|
|
909
909
|
iconName: "xmark",
|
|
910
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 =
|
|
911
|
+
}, Ue = de, Xe = {
|
|
912
912
|
prefix: "fas",
|
|
913
913
|
iconName: "calendar",
|
|
914
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"]
|
|
@@ -946,7 +946,7 @@ export {
|
|
|
946
946
|
He as Y,
|
|
947
947
|
Ye as Z,
|
|
948
948
|
Ae as _,
|
|
949
|
-
|
|
949
|
+
Me as a,
|
|
950
950
|
ze as a0,
|
|
951
951
|
Le as a1,
|
|
952
952
|
ve as a2,
|
|
@@ -956,7 +956,7 @@ export {
|
|
|
956
956
|
Ue as a6,
|
|
957
957
|
ue as b,
|
|
958
958
|
ee as c,
|
|
959
|
-
|
|
959
|
+
Ce as d,
|
|
960
960
|
ut as e,
|
|
961
961
|
Se as f,
|
|
962
962
|
be as g,
|
|
@@ -968,7 +968,7 @@ export {
|
|
|
968
968
|
Qt as m,
|
|
969
969
|
he as n,
|
|
970
970
|
Gt as o,
|
|
971
|
-
|
|
971
|
+
M as p,
|
|
972
972
|
Wt as q,
|
|
973
973
|
X as r,
|
|
974
974
|
vt as s,
|
|
@@ -976,7 +976,7 @@ export {
|
|
|
976
976
|
pe as u,
|
|
977
977
|
je as v,
|
|
978
978
|
me as w,
|
|
979
|
-
|
|
979
|
+
C as x,
|
|
980
980
|
Q as y,
|
|
981
981
|
$ as z
|
|
982
982
|
};
|
|
@@ -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-
|
|
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-DsH1l2Oe.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 d, 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-
|
|
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 d, 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-DsH1l2Oe.js";
|
|
2
2
|
import { g as U } from "./globals-DnYjtinb.js";
|
|
3
3
|
function p() {
|
|
4
4
|
let t = 0, o, r, e = "";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { c as pe, S as de, i as ge, s as
|
|
2
|
-
function Le(
|
|
1
|
+
import { c as pe, S as de, i as ge, s as ve, y as re, h, j as H, k as n, z as A, 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 q, m as j, t as x, D as oe, o as _, q as I, 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 ze, P as le, Q as Se, R as Ze } from "./index-DsH1l2Oe.js";
|
|
2
|
+
function Le(s) {
|
|
3
3
|
let e, r;
|
|
4
4
|
return {
|
|
5
5
|
c() {
|
|
6
|
-
e = re("svg"), r = re("path"),
|
|
6
|
+
e = re("svg"), r = re("path"), h(r, "d", "M0 0h5.3v.5C4 .5 3.6.8 3.6 2.1v7.3c0 1.4.3 1.8 1.6 1.8v.5H0v-.5c1.5 0 1.5-.5 1.5-1.6V1.9C1.5.9 1.3.5 0 .5ZM6.1 11.4c.9 0 1.1-.2 1.2-1.4l.3-5.1c.1-1.2-.1-1.4-.9-1.4v-.4h2.6l3 6.5 2.8-6.5h2.6v.4c-.8 0-.9.2-.9.8l.5 6.3c.1.7.3.8 1.1.8v.4h-4v-.4c1.1 0 1.3-.3 1.2-1.8l-.4-5.1-3.2 7.3h-.5L8.4 4.7l-.3 5.1c-.1 1.5.2 1.5 1.1 1.6v.4H6.1ZM19.2 11.4c1 0 1.2-.2 1.2-1.5v-5c0-1.4-.2-1.5-1.3-1.5v-.3h1.4a14.4 14.4 0 0 1 1.8-.1c2.6 0 4.1.6 4.1 2.5 0 1.6-1.4 2.8-3.3 2.8a3.8 3.8 0 0 1-1.1-.1v1.9c0 1.1.3 1.3 1.6 1.3v.4h-4.3v-.4Zm2.7-3.7.6.1a2.2 2.2 0 0 0 2.2-2.3 2 2 0 0 0-2.1-2.1h-.7ZM29.7 10c0 1.2.2 1.4 1.4 1.4v.4h-4.3v-.4c1.2 0 1.3-.3 1.3-1.2V4.6c0-.9-.2-1.1-1.3-1.1v-.4l2-.1h1.7c2.8 0 3.8 1.2 3.8 2.5a2.5 2.5 0 0 1-1.8 2.3 9.4 9.4 0 0 1 1 1l.9.9a5.4 5.4 0 0 0 3.3 1.9v.4c-2.7.1-3.4-.4-4.7-1.7l-.7-.7a8 8 0 0 0-1.5-1.3h-1.2V10Zm0-2.2h.4c1.9-.1 2.5-.8 2.5-2.2a2 2 0 0 0-2.3-2.2 1.7 1.7 0 0 0-.7.1v4.3ZM42.4 2.9c3 0 5.1 1.8 5.1 4.4a4.8 4.8 0 0 1-5.1 4.7c-2.9 0-5-1.8-5-4.3-.1-2.8 2.1-4.8 5-4.8Zm.2 8.6c1.9 0 3.2-1.6 3.2-3.9 0-2.5-1.5-4.3-3.5-4.3S39 4.8 39 7.3c0 2.8 1.8 4.2 3.6 4.2ZM49 4.5c-.4-1-.5-1.1-1.4-1.1v-.3h4.3v.4c-1.1 0-1.3.3-1.3.6a3 3 0 0 0 .2.8l2.1 5.2 2-4.9a4.5 4.5 0 0 0 .3-1.1c0-.5-.4-.6-1.3-.6v-.4h3.4v.4c-1 0-1.2.5-1.6 1.6L52.8 12H52ZM57.7 11.8v-.4c1.1 0 1.4-.2 1.4-1v-6c0-.9-.5-.9-1.4-.9v-.4h7.1l.1 2.1h-.4l-.1-.3c-.3-1.1-.5-1.2-1.4-1.2h-2.5V7h2.2c.8 0 1-.1 1-1.1h.4v2.8h-.4c-.1-1-.3-1.1-1-1.1h-2.2v2.5c0 .9.1 1 .8 1H63c1.4 0 1.7-.2 2.1-1.6h.4l-.2 2.2h-7.6ZM72.2 11.8v-.5c1.5 0 1.8-.1 1.8-1.6V2.1C74 .8 73.9.4 72.2.5V0h6.2v.5c-2 0-2.3.1-2.3 1.5v8c0 .8.2.9 1 .9H79c1.6 0 1.7-.1 3.1-2h.6l-1.5 2.9ZM83.2 3.1h3.9v.4c-.9 0-1.2.2-1.2 1.2v5.4c0 1 .2 1.3 1.2 1.3v.4h-3.9v-.4c1.1 0 1.1-.4 1.1-1.2V4.5c0-.8-.2-1.1-1.1-1ZM90.7 10c0 1.1.2 1.3 1.2 1.3v.4H88v-.4c.9 0 1.1-.3 1.1-1.1V4.5c0-.8-.3-1-1.1-1v-.4h6.6v1.7h-.4c-.1-.9-.3-1.1-1.4-1.1h-2.2v3.1h2.2c.9 0 1-.1 1.1-.9h.4v2.6H94c-.1-.9-.3-1-1.2-1h-2.1ZM95.3 11.8v-.4c1.1 0 1.4-.2 1.4-1v-6c0-.9-.5-.9-1.4-.9v-.4h7.1l.1 2.1h-.4l-.1-.3c-.3-1.1-.5-1.2-1.4-1.2h-2.5V7h2.2c.8 0 1-.1 1-1.1h.4v2.8h-.4c-.1-1-.3-1.1-1-1.1h-2.2v2.5c0 .9.1 1 .8 1h1.5c1.4 0 1.7-.2 2.1-1.6h.4l-.2 2.2h-7.4ZM107.4 10.9c0 .7-.5 1.1-1.3 1.1s-1.3-.4-1.3-1.1a1.2 1.2 0 0 1 1.3-1.2 1.2 1.2 0 0 1 1.3 1.2Z"), h(e, "xmlns", "http://www.w3.org/2000/svg"), h(e, "fill", "#fff"), h(e, "viewBox", "0 0 107.4 12");
|
|
7
7
|
},
|
|
8
|
-
m(t,
|
|
9
|
-
H(t, e,
|
|
8
|
+
m(t, c) {
|
|
9
|
+
H(t, e, c), n(e, r);
|
|
10
10
|
},
|
|
11
11
|
p: A,
|
|
12
12
|
i: A,
|
|
@@ -16,12 +16,12 @@ function Le(c) {
|
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
|
-
class
|
|
19
|
+
class me extends de {
|
|
20
20
|
constructor(e) {
|
|
21
|
-
super(), ge(this, e, null, Le,
|
|
21
|
+
super(), ge(this, e, null, Le, ve, {});
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
pe(
|
|
24
|
+
pe(me, {}, [], [], !0);
|
|
25
25
|
var Ae = {
|
|
26
26
|
prefix: "fab",
|
|
27
27
|
iconName: "tiktok",
|
|
@@ -47,106 +47,106 @@ var Ae = {
|
|
|
47
47
|
iconName: "square-x-twitter",
|
|
48
48
|
icon: [448, 512, [], "e61a", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z"]
|
|
49
49
|
};
|
|
50
|
-
function
|
|
51
|
-
const t =
|
|
50
|
+
function ce(s, e, r) {
|
|
51
|
+
const t = s.slice();
|
|
52
52
|
return t[3] = e[r].href, t[4] = e[r].title, t[5] = e[r].icon, t[6] = e[r].text, t;
|
|
53
53
|
}
|
|
54
|
-
function
|
|
55
|
-
const t =
|
|
54
|
+
function se(s, e, r) {
|
|
55
|
+
const t = s.slice();
|
|
56
56
|
return t[3] = e[r].href, t[6] = e[r].text, t[5] = e[r].icon, t[9] = e[r].classes, t;
|
|
57
57
|
}
|
|
58
|
-
function ne(
|
|
59
|
-
const t =
|
|
58
|
+
function ne(s, e, r) {
|
|
59
|
+
const t = s.slice();
|
|
60
60
|
return t[6] = e[r].text, t[3] = e[r].href, t;
|
|
61
61
|
}
|
|
62
|
-
function ie(
|
|
62
|
+
function ie(s) {
|
|
63
63
|
let e, r = M(
|
|
64
64
|
/*subFooter*/
|
|
65
|
-
|
|
65
|
+
s[0]
|
|
66
66
|
), t = [];
|
|
67
|
-
for (let
|
|
68
|
-
t[
|
|
67
|
+
for (let c = 0; c < r.length; c += 1)
|
|
68
|
+
t[c] = he(ne(s, r, c));
|
|
69
69
|
return {
|
|
70
70
|
c() {
|
|
71
71
|
e = u("ul");
|
|
72
|
-
for (let
|
|
73
|
-
t[
|
|
74
|
-
|
|
72
|
+
for (let c = 0; c < t.length; c += 1)
|
|
73
|
+
t[c].c();
|
|
74
|
+
h(e, "class", "flex flex-wrap items-center justify-center bg-white p-6 px-[max(calc((100%-1320px)/2),2rem)]");
|
|
75
75
|
},
|
|
76
|
-
m(
|
|
77
|
-
H(
|
|
76
|
+
m(c, i) {
|
|
77
|
+
H(c, e, i);
|
|
78
78
|
for (let a = 0; a < t.length; a += 1)
|
|
79
79
|
t[a] && t[a].m(e, null);
|
|
80
80
|
},
|
|
81
|
-
p(
|
|
81
|
+
p(c, i) {
|
|
82
82
|
if (i & /*subFooter*/
|
|
83
83
|
1) {
|
|
84
84
|
r = M(
|
|
85
85
|
/*subFooter*/
|
|
86
|
-
|
|
86
|
+
c[0]
|
|
87
87
|
);
|
|
88
88
|
let a;
|
|
89
89
|
for (a = 0; a < r.length; a += 1) {
|
|
90
|
-
const p = ne(
|
|
91
|
-
t[a] ? t[a].p(p, i) : (t[a] =
|
|
90
|
+
const p = ne(c, r, a);
|
|
91
|
+
t[a] ? t[a].p(p, i) : (t[a] = he(p), t[a].c(), t[a].m(e, null));
|
|
92
92
|
}
|
|
93
93
|
for (; a < t.length; a += 1)
|
|
94
94
|
t[a].d(1);
|
|
95
95
|
t.length = r.length;
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
-
d(
|
|
99
|
-
|
|
98
|
+
d(c) {
|
|
99
|
+
c && F(e), E(t, c);
|
|
100
100
|
}
|
|
101
101
|
};
|
|
102
102
|
}
|
|
103
|
-
function
|
|
103
|
+
function he(s) {
|
|
104
104
|
let e, r, t = (
|
|
105
105
|
/*text*/
|
|
106
|
-
|
|
107
|
-
),
|
|
106
|
+
s[6] + ""
|
|
107
|
+
), c, i, a;
|
|
108
108
|
return {
|
|
109
109
|
c() {
|
|
110
|
-
e = u("li"), r = u("a"),
|
|
111
|
-
|
|
110
|
+
e = u("li"), r = u("a"), c = Ce(t), a = m(), h(r, "class", "transition-all decoration-transparent text-[#2e74bb] hover:text-[#1a4168] focus:text-[#1a4168] hover:underline focus:underline hover:decoration-current focus:decoration-current"), h(r, "href", i = /*href*/
|
|
111
|
+
s[3]), h(e, "class", "p-6");
|
|
112
112
|
},
|
|
113
|
-
m(p,
|
|
114
|
-
H(p, e,
|
|
113
|
+
m(p, v) {
|
|
114
|
+
H(p, e, v), n(e, r), n(r, c), n(e, a);
|
|
115
115
|
},
|
|
116
|
-
p(p,
|
|
117
|
-
|
|
116
|
+
p(p, v) {
|
|
117
|
+
v & /*subFooter*/
|
|
118
118
|
1 && t !== (t = /*text*/
|
|
119
|
-
p[6] + "") && $e(
|
|
119
|
+
p[6] + "") && $e(c, t), v & /*subFooter*/
|
|
120
120
|
1 && i !== (i = /*href*/
|
|
121
|
-
p[3]) &&
|
|
121
|
+
p[3]) && h(r, "href", i);
|
|
122
122
|
},
|
|
123
123
|
d(p) {
|
|
124
124
|
p && F(e);
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
127
|
}
|
|
128
|
-
function
|
|
129
|
-
let e, r, t,
|
|
128
|
+
function fe(s) {
|
|
129
|
+
let e, r, t, c, i;
|
|
130
130
|
return t = new O({ props: { icon: (
|
|
131
131
|
/*icon*/
|
|
132
|
-
|
|
132
|
+
s[5]
|
|
133
133
|
) } }), {
|
|
134
134
|
c() {
|
|
135
|
-
e = u("li"), r = u("a"), q(t.$$.fragment),
|
|
135
|
+
e = u("li"), r = u("a"), q(t.$$.fragment), c = m(), h(
|
|
136
136
|
r,
|
|
137
137
|
"href",
|
|
138
138
|
/*href*/
|
|
139
|
-
|
|
140
|
-
),
|
|
139
|
+
s[3]
|
|
140
|
+
), h(
|
|
141
141
|
r,
|
|
142
142
|
"aria-label",
|
|
143
143
|
/*text*/
|
|
144
|
-
|
|
145
|
-
),
|
|
146
|
-
|
|
144
|
+
s[6]
|
|
145
|
+
), h(r, "class", `transition-colors ${/*classes*/
|
|
146
|
+
s[9]}`);
|
|
147
147
|
},
|
|
148
148
|
m(a, p) {
|
|
149
|
-
H(a, e, p), n(e, r), j(t, r, null), n(e,
|
|
149
|
+
H(a, e, p), n(e, r), j(t, r, null), n(e, c), i = !0;
|
|
150
150
|
},
|
|
151
151
|
p: A,
|
|
152
152
|
i(a) {
|
|
@@ -160,92 +160,92 @@ function he(c) {
|
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
162
|
}
|
|
163
|
-
function ue(
|
|
164
|
-
let e, r, t,
|
|
163
|
+
function ue(s) {
|
|
164
|
+
let e, r, t, c, i, a, p;
|
|
165
165
|
return t = new O({ props: { icon: (
|
|
166
166
|
/*icon*/
|
|
167
|
-
|
|
167
|
+
s[5]
|
|
168
168
|
) } }), {
|
|
169
169
|
c() {
|
|
170
|
-
e = u("li"), r = u("a"), q(t.$$.fragment),
|
|
171
|
-
|
|
170
|
+
e = u("li"), r = u("a"), q(t.$$.fragment), c = m(), i = u("span"), i.textContent = `${/*text*/
|
|
171
|
+
s[6]}`, a = m(), h(
|
|
172
172
|
r,
|
|
173
173
|
"href",
|
|
174
174
|
/*href*/
|
|
175
|
-
|
|
176
|
-
),
|
|
175
|
+
s[3]
|
|
176
|
+
), h(
|
|
177
177
|
r,
|
|
178
178
|
"title",
|
|
179
179
|
/*title*/
|
|
180
|
-
|
|
181
|
-
),
|
|
180
|
+
s[4] ?? ""
|
|
181
|
+
), h(r, "class", "flex justify-center items-center w-fit gap-3 border-0 border-b-2 border-dotted border-transparent transition-colors focus:border-white hover:border-white [&>svg]:fill-uofg-yellow");
|
|
182
182
|
},
|
|
183
|
-
m(
|
|
184
|
-
H(
|
|
183
|
+
m(v, k) {
|
|
184
|
+
H(v, e, k), n(e, r), j(t, r, null), n(r, c), n(r, i), n(e, a), p = !0;
|
|
185
185
|
},
|
|
186
186
|
p: A,
|
|
187
|
-
i(
|
|
188
|
-
p || (x(t.$$.fragment,
|
|
187
|
+
i(v) {
|
|
188
|
+
p || (x(t.$$.fragment, v), p = !0);
|
|
189
189
|
},
|
|
190
|
-
o(
|
|
191
|
-
_(t.$$.fragment,
|
|
190
|
+
o(v) {
|
|
191
|
+
_(t.$$.fragment, v), p = !1;
|
|
192
192
|
},
|
|
193
|
-
d(
|
|
194
|
-
|
|
193
|
+
d(v) {
|
|
194
|
+
v && F(e), I(t);
|
|
195
195
|
}
|
|
196
196
|
};
|
|
197
197
|
}
|
|
198
|
-
function Ue(
|
|
198
|
+
function Ue(s) {
|
|
199
199
|
let e, r = Array.isArray(
|
|
200
200
|
/*subFooter*/
|
|
201
|
-
|
|
201
|
+
s[0]
|
|
202
202
|
) && /*subFooter*/
|
|
203
|
-
|
|
204
|
-
p = new
|
|
203
|
+
s[0].length > 0, t, c, i, a, p, v, k, R, z, Y, S, K, N, Z, W, b, T, X, U, J, P, Q, B, ee, C, V, te, D, G, w = r && ie(s);
|
|
204
|
+
p = new me({});
|
|
205
205
|
let $ = M(
|
|
206
206
|
/*socials*/
|
|
207
|
-
|
|
207
|
+
s[1]
|
|
208
208
|
), d = [];
|
|
209
209
|
for (let o = 0; o < $.length; o += 1)
|
|
210
|
-
d[o] =
|
|
211
|
-
const
|
|
210
|
+
d[o] = fe(se(s, $, o));
|
|
211
|
+
const we = (o) => _(d[o], 1, 1, () => {
|
|
212
212
|
d[o] = null;
|
|
213
213
|
});
|
|
214
214
|
let y = M(
|
|
215
215
|
/*links*/
|
|
216
|
-
|
|
216
|
+
s[2]
|
|
217
217
|
), g = [];
|
|
218
218
|
for (let o = 0; o < y.length; o += 1)
|
|
219
|
-
g[o] = ue(
|
|
220
|
-
const
|
|
219
|
+
g[o] = ue(ce(s, y, o));
|
|
220
|
+
const be = (o) => _(g[o], 1, 1, () => {
|
|
221
221
|
g[o] = null;
|
|
222
222
|
});
|
|
223
223
|
return V = new O({ props: { icon: ke } }), {
|
|
224
224
|
c() {
|
|
225
|
-
e = u("footer"),
|
|
225
|
+
e = u("footer"), w && w.c(), t = m(), c = u("div"), i = u("div"), a = u("a"), q(p.$$.fragment), v = m(), k = u("ul");
|
|
226
226
|
for (let o = 0; o < d.length; o += 1)
|
|
227
227
|
d[o].c();
|
|
228
|
-
R =
|
|
228
|
+
R = m(), z = u("a"), z.textContent = "Social Media Directory", Y = m(), S = u("a"), S.textContent = `© ${(/* @__PURE__ */ new Date()).getFullYear()} University of Guelph`, K = m(), N = u("div"), Z = u("ul");
|
|
229
229
|
for (let o = 0; o < g.length; o += 1)
|
|
230
230
|
g[o].c();
|
|
231
|
-
W =
|
|
231
|
+
W = m(), b = u("address"), T = u("strong"), T.textContent = "University of Guelph", X = m(), U = u("span"), U.textContent = "50 Stone Road East,", J = m(), P = u("span"), P.textContent = "Guelph, Ontario, Canada", Q = m(), B = u("span"), B.textContent = "N1G 2W1", ee = m(), C = u("a"), q(V.$$.fragment), te = m(), D = u("span"), D.textContent = "519-824-4120", h(a, "href", "https://www.uoguelph.ca/improve-life"), h(a, "aria-label", "Improve Life"), h(a, "class", "flex transition-opacity focus:opacity-75 hover:opacity-75 [&>svg]:block [&>svg]:h-[1.6em] [&>svg]:mb-4"), h(k, "class", "flex gap-3 text-4xl [&>li]:contents"), h(z, "class", "w-fit border-0 border-b-2 border-dotted border-transparent transition-colors focus:border-white hover:border-white"), h(z, "href", "https://www.uoguelph.ca/web/socialmedia/"), h(S, "class", "w-fit border-0 border-b-2 border-dotted border-transparent transition-colors focus:border-white hover:border-white"), h(S, "href", "https://www.uoguelph.ca/web/"), h(i, "class", "flex flex-col justify-between gap-2"), h(Z, "class", "w-full flex flex-col gap-2 md:grid md:grid-cols-2 [&>li]:contents"), h(N, "class", "flex justify-center md:col-span-2 md:row-start-2 lg:row-auto"), h(C, "href", "tel:1-519-824-4120"), h(C, "class", "flex justify-center items-center w-fit gap-2 border-0 border-b-2 border-dotted border-transparent text-uofg-blue transition-colors focus:border-current hover:border-current"), h(b, "class", "flex flex-col justify-between gap-4 not-italic"), h(c, "class", "flex flex-col content-center gap-8 bg-black px-[max(calc((100%-1320px)/2),2rem)] py-8 text-white md:grid md:grid-cols-2 lg:grid-cols-4");
|
|
232
232
|
},
|
|
233
|
-
m(o,
|
|
234
|
-
H(o, e,
|
|
233
|
+
m(o, f) {
|
|
234
|
+
H(o, e, f), w && w.m(e, null), n(e, t), n(e, c), n(c, i), n(i, a), j(p, a, null), n(i, v), n(i, k);
|
|
235
235
|
for (let l = 0; l < d.length; l += 1)
|
|
236
236
|
d[l] && d[l].m(k, null);
|
|
237
|
-
n(i, R), n(i, z), n(i, Y), n(i, S), n(
|
|
237
|
+
n(i, R), n(i, z), n(i, Y), n(i, S), n(c, K), n(c, N), n(N, Z);
|
|
238
238
|
for (let l = 0; l < g.length; l += 1)
|
|
239
239
|
g[l] && g[l].m(Z, null);
|
|
240
|
-
n(
|
|
240
|
+
n(c, W), n(c, b), n(b, T), n(b, X), n(b, U), n(b, J), n(b, P), n(b, Q), n(b, B), n(b, ee), n(b, C), j(V, C, null), n(C, te), n(C, D), G = !0;
|
|
241
241
|
},
|
|
242
|
-
p(o, [
|
|
243
|
-
if (
|
|
242
|
+
p(o, [f]) {
|
|
243
|
+
if (f & /*subFooter*/
|
|
244
244
|
1 && (r = Array.isArray(
|
|
245
245
|
/*subFooter*/
|
|
246
246
|
o[0]
|
|
247
247
|
) && /*subFooter*/
|
|
248
|
-
o[0].length > 0), r ?
|
|
248
|
+
o[0].length > 0), r ? w ? w.p(o, f) : (w = ie(o), w.c(), w.m(e, t)) : w && (w.d(1), w = null), f & /*socials*/
|
|
249
249
|
2) {
|
|
250
250
|
$ = M(
|
|
251
251
|
/*socials*/
|
|
@@ -253,14 +253,14 @@ function Ue(c) {
|
|
|
253
253
|
);
|
|
254
254
|
let l;
|
|
255
255
|
for (l = 0; l < $.length; l += 1) {
|
|
256
|
-
const L =
|
|
257
|
-
d[l] ? (d[l].p(L,
|
|
256
|
+
const L = se(o, $, l);
|
|
257
|
+
d[l] ? (d[l].p(L, f), x(d[l], 1)) : (d[l] = fe(L), d[l].c(), x(d[l], 1), d[l].m(k, null));
|
|
258
258
|
}
|
|
259
259
|
for (ae(), l = $.length; l < d.length; l += 1)
|
|
260
|
-
|
|
260
|
+
we(l);
|
|
261
261
|
oe();
|
|
262
262
|
}
|
|
263
|
-
if (
|
|
263
|
+
if (f & /*links*/
|
|
264
264
|
4) {
|
|
265
265
|
y = M(
|
|
266
266
|
/*links*/
|
|
@@ -268,39 +268,39 @@ function Ue(c) {
|
|
|
268
268
|
);
|
|
269
269
|
let l;
|
|
270
270
|
for (l = 0; l < y.length; l += 1) {
|
|
271
|
-
const L =
|
|
272
|
-
g[l] ? (g[l].p(L,
|
|
271
|
+
const L = ce(o, y, l);
|
|
272
|
+
g[l] ? (g[l].p(L, f), x(g[l], 1)) : (g[l] = ue(L), g[l].c(), x(g[l], 1), g[l].m(Z, null));
|
|
273
273
|
}
|
|
274
274
|
for (ae(), l = y.length; l < g.length; l += 1)
|
|
275
|
-
|
|
275
|
+
be(l);
|
|
276
276
|
oe();
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
279
|
i(o) {
|
|
280
280
|
if (!G) {
|
|
281
281
|
x(p.$$.fragment, o);
|
|
282
|
-
for (let
|
|
283
|
-
x(d[
|
|
284
|
-
for (let
|
|
285
|
-
x(g[
|
|
282
|
+
for (let f = 0; f < $.length; f += 1)
|
|
283
|
+
x(d[f]);
|
|
284
|
+
for (let f = 0; f < y.length; f += 1)
|
|
285
|
+
x(g[f]);
|
|
286
286
|
x(V.$$.fragment, o), G = !0;
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
289
|
o(o) {
|
|
290
290
|
_(p.$$.fragment, o), d = d.filter(Boolean);
|
|
291
|
-
for (let
|
|
292
|
-
_(d[
|
|
291
|
+
for (let f = 0; f < d.length; f += 1)
|
|
292
|
+
_(d[f]);
|
|
293
293
|
g = g.filter(Boolean);
|
|
294
|
-
for (let
|
|
295
|
-
_(g[
|
|
294
|
+
for (let f = 0; f < g.length; f += 1)
|
|
295
|
+
_(g[f]);
|
|
296
296
|
_(V.$$.fragment, o), G = !1;
|
|
297
297
|
},
|
|
298
298
|
d(o) {
|
|
299
|
-
o && F(e),
|
|
299
|
+
o && F(e), w && w.d(), I(p), E(d, o), E(g, o), I(V);
|
|
300
300
|
}
|
|
301
301
|
};
|
|
302
302
|
}
|
|
303
|
-
function Pe(
|
|
303
|
+
function Pe(s, e, r) {
|
|
304
304
|
const t = [
|
|
305
305
|
{
|
|
306
306
|
text: "X",
|
|
@@ -338,7 +338,7 @@ function Pe(c, e, r) {
|
|
|
338
338
|
href: "https://www.tiktok.com/@uofguelph",
|
|
339
339
|
classes: "focus:text-[#f00] hover:text-[#f00]"
|
|
340
340
|
}
|
|
341
|
-
],
|
|
341
|
+
], c = [
|
|
342
342
|
{
|
|
343
343
|
text: "Accessibility",
|
|
344
344
|
icon: ye,
|
|
@@ -392,13 +392,13 @@ function Pe(c, e, r) {
|
|
|
392
392
|
}
|
|
393
393
|
];
|
|
394
394
|
let { subFooter: i } = e;
|
|
395
|
-
return
|
|
395
|
+
return s.$$set = (a) => {
|
|
396
396
|
"subFooter" in a && r(0, i = a.subFooter);
|
|
397
|
-
}, [i, t,
|
|
397
|
+
}, [i, t, c];
|
|
398
398
|
}
|
|
399
399
|
class Be extends de {
|
|
400
400
|
constructor(e) {
|
|
401
|
-
super(), ge(this, e, Pe, Ue,
|
|
401
|
+
super(), ge(this, e, Pe, Ue, ve, { subFooter: 0 });
|
|
402
402
|
}
|
|
403
403
|
get subFooter() {
|
|
404
404
|
return this.$$.ctx[0];
|
|
@@ -407,7 +407,7 @@ class Be extends de {
|
|
|
407
407
|
this.$$set({ subFooter: e }), xe();
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
|
-
customElements.define("uofg-footer", pe(Be, { subFooter: {} }, [], [], !0, (
|
|
410
|
+
customElements.define("uofg-footer", pe(Be, { subFooter: {} }, [], [], !0, (s) => class extends s {
|
|
411
411
|
constructor() {
|
|
412
412
|
super(), _e(this.shadowRoot);
|
|
413
413
|
}
|
|
@@ -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-
|
|
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-DsH1l2Oe.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-
|
|
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-DsH1l2Oe.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