@uoguelph/web-components 1.7.5-rc.0 → 1.7.6-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/font-awesome-icon-G0qfxDx-.js +2477 -0
- package/dist/uofg-web-components/legacy-DEy5AMhA.js +2 -0
- package/dist/uofg-web-components/lifecycle-CyB2FXck.js +42 -0
- package/dist/uofg-web-components/slot-CsZns-iM.js +10 -0
- package/dist/uofg-web-components/uofg-alert.esm.js +20 -148
- package/dist/uofg-web-components/uofg-back-to-top.esm.js +22 -78
- package/dist/uofg-web-components/uofg-footer.esm.js +154 -449
- package/dist/uofg-web-components/uofg-header.esm.js +1111 -2926
- package/dist/uofg-web-components/uofg-modal.esm.js +205 -324
- package/dist/uofg-web-components/uofg-web-components.css +1 -1
- package/dist/uofg-web-components/window-SgJU2JpL.js +25 -0
- package/package.json +7 -7
- package/dist/uofg-web-components/font-awesome-icon-DNx_vc4u.js +0 -1042
|
@@ -1,563 +1,268 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
let e,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
c() {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
},
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
1 && t !== (t = /*text*/
|
|
22
|
-
a[1] + "") && ee(o, t), l & /*links*/
|
|
23
|
-
1 && s !== (s = /*href*/
|
|
24
|
-
a[2]) && i(r, "href", s);
|
|
25
|
-
},
|
|
26
|
-
d(a) {
|
|
27
|
-
a && $(e);
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
function pe(c) {
|
|
32
|
-
let e, r = G(
|
|
33
|
-
/*links*/
|
|
34
|
-
c[0]
|
|
35
|
-
), t = [];
|
|
36
|
-
for (let o = 0; o < r.length; o += 1)
|
|
37
|
-
t[o] = P(I(c, r, o));
|
|
38
|
-
return {
|
|
39
|
-
c() {
|
|
40
|
-
e = u("ul");
|
|
41
|
-
for (let o = 0; o < t.length; o += 1)
|
|
42
|
-
t[o].c();
|
|
43
|
-
i(e, "class", "flex flex-wrap items-center justify-center bg-white p-6 px-[max(calc((100%-1320px)/2),2rem)]");
|
|
44
|
-
},
|
|
45
|
-
m(o, s) {
|
|
46
|
-
w(o, e, s);
|
|
47
|
-
for (let n = 0; n < t.length; n += 1)
|
|
48
|
-
t[n] && t[n].m(e, null);
|
|
49
|
-
},
|
|
50
|
-
p(o, [s]) {
|
|
51
|
-
if (s & /*links*/
|
|
52
|
-
1) {
|
|
53
|
-
r = G(
|
|
54
|
-
/*links*/
|
|
55
|
-
o[0]
|
|
56
|
-
);
|
|
57
|
-
let n;
|
|
58
|
-
for (n = 0; n < r.length; n += 1) {
|
|
59
|
-
const a = I(o, r, n);
|
|
60
|
-
t[n] ? t[n].p(a, s) : (t[n] = P(a), t[n].c(), t[n].m(e, null));
|
|
61
|
-
}
|
|
62
|
-
for (; n < t.length; n += 1)
|
|
63
|
-
t[n].d(1);
|
|
64
|
-
t.length = r.length;
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
i: b,
|
|
68
|
-
o: b,
|
|
69
|
-
d(o) {
|
|
70
|
-
o && $(e), q(t, o);
|
|
1
|
+
import { c as k, p as M, A as N, J as H, i as V, a as g, K as F, j as C, E as A, t as x, C as y, L as m, n as w, d as a, r, M as E, N as O, O as R, P as W, Q as X, R as B, T as D, U as Z, V as K, W as J, X as Q, F as L, s as $, e as b, Y as e1, Z as t1, b as r1 } from "./font-awesome-icon-G0qfxDx-.js";
|
|
2
|
+
import "./legacy-DEy5AMhA.js";
|
|
3
|
+
import { i as S } from "./lifecycle-CyB2FXck.js";
|
|
4
|
+
var a1 = x('<li class="p-3"><a class="transition-all decoration-transparent text-blue hover:text-blue-800 focus:text-blue-800 hover:underline focus:underline hover:decoration-current focus:decoration-current"> </a></li>'), o1 = x('<ul class="flex flex-wrap items-center justify-center bg-white p-3 px-[max(calc((100%-1320px)/2),2rem)]"></ul>');
|
|
5
|
+
function G(s, e) {
|
|
6
|
+
M(e, !0);
|
|
7
|
+
let t = N(e, "links", 7);
|
|
8
|
+
var o = o1();
|
|
9
|
+
return H(o, 21, t, F, (i, f) => {
|
|
10
|
+
let n = () => w(f).text, l = () => w(f).href;
|
|
11
|
+
var v = a1(), c = a(v), d = a(c, !0);
|
|
12
|
+
r(c), r(v), V(() => {
|
|
13
|
+
y(c, "href", l()), m(d, n());
|
|
14
|
+
}), g(i, v);
|
|
15
|
+
}), r(o), g(s, o), C({
|
|
16
|
+
get links() {
|
|
17
|
+
return t();
|
|
18
|
+
},
|
|
19
|
+
set links(i) {
|
|
20
|
+
t(i), A();
|
|
71
21
|
}
|
|
72
|
-
};
|
|
22
|
+
});
|
|
73
23
|
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
24
|
+
k(G, { links: {} }, [], [], !0);
|
|
25
|
+
var s1 = E('<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" viewBox="0 0 107.4 12"><path 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"></path></svg>');
|
|
26
|
+
function T(s) {
|
|
27
|
+
var e = s1();
|
|
28
|
+
g(s, e);
|
|
79
29
|
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
return this.$$.ctx[0];
|
|
86
|
-
}
|
|
87
|
-
set links(e) {
|
|
88
|
-
this.$$set({ links: e }), E();
|
|
89
|
-
}
|
|
30
|
+
k(T, {}, [], [], !0);
|
|
31
|
+
var c1 = x('<a href="https://www.uoguelph.ca/improve-life" aria-label="Improve Life" class="flex transition-opacity focus:opacity-75 hover:opacity-75 [&>svg]:block [&>svg]:h-[1.6em] [&>svg]:mb-4"><!></a>');
|
|
32
|
+
function U(s) {
|
|
33
|
+
var e = c1(), t = a(e);
|
|
34
|
+
T(t), r(e), g(s, e);
|
|
90
35
|
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
m(t, o) {
|
|
99
|
-
w(t, e, o), f(e, r);
|
|
100
|
-
},
|
|
101
|
-
p: b,
|
|
102
|
-
i: b,
|
|
103
|
-
o: b,
|
|
104
|
-
d(t) {
|
|
105
|
-
t && $(e);
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
}
|
|
109
|
-
class R extends S {
|
|
110
|
-
constructor(e) {
|
|
111
|
-
super(), L(this, e, null, ge, z, {});
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
F(R, {}, [], [], !0);
|
|
115
|
-
function me(c) {
|
|
116
|
-
let e, r, t;
|
|
117
|
-
return r = new R({}), {
|
|
118
|
-
c() {
|
|
119
|
-
e = u("a"), y(r.$$.fragment), i(e, "href", "https://www.uoguelph.ca/improve-life"), i(e, "aria-label", "Improve Life"), i(e, "class", "flex transition-opacity focus:opacity-75 hover:opacity-75 [&>svg]:block [&>svg]:h-[1.6em] [&>svg]:mb-4");
|
|
120
|
-
},
|
|
121
|
-
m(o, s) {
|
|
122
|
-
w(o, e, s), C(r, e, null), t = !0;
|
|
123
|
-
},
|
|
124
|
-
p: b,
|
|
125
|
-
i(o) {
|
|
126
|
-
t || (d(r.$$.fragment, o), t = !0);
|
|
127
|
-
},
|
|
128
|
-
o(o) {
|
|
129
|
-
v(r.$$.fragment, o), t = !1;
|
|
130
|
-
},
|
|
131
|
-
d(o) {
|
|
132
|
-
o && $(e), V(r);
|
|
133
|
-
}
|
|
134
|
-
};
|
|
135
|
-
}
|
|
136
|
-
class Y extends S {
|
|
137
|
-
constructor(e) {
|
|
138
|
-
super(), L(this, e, null, me, z, {});
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
F(Y, {}, [], [], !0);
|
|
142
|
-
const ve = {
|
|
36
|
+
k(U, {}, [], [], !0);
|
|
37
|
+
/*!
|
|
38
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
39
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
40
|
+
* Copyright 2024 Fonticons, Inc.
|
|
41
|
+
*/
|
|
42
|
+
const i1 = {
|
|
143
43
|
prefix: "fab",
|
|
144
44
|
iconName: "tiktok",
|
|
145
45
|
icon: [448, 512, [], "e07b", "M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"]
|
|
146
|
-
},
|
|
46
|
+
}, n1 = {
|
|
147
47
|
prefix: "fab",
|
|
148
48
|
iconName: "square-facebook",
|
|
149
49
|
icon: [448, 512, ["facebook-square"], "f082", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"]
|
|
150
|
-
},
|
|
50
|
+
}, l1 = n1, h1 = {
|
|
151
51
|
prefix: "fab",
|
|
152
52
|
iconName: "linkedin",
|
|
153
53
|
icon: [448, 512, [], "f08c", "M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"]
|
|
154
|
-
},
|
|
54
|
+
}, u1 = {
|
|
155
55
|
prefix: "fab",
|
|
156
56
|
iconName: "instagram",
|
|
157
57
|
icon: [448, 512, [], "f16d", "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"]
|
|
158
|
-
},
|
|
58
|
+
}, f1 = {
|
|
159
59
|
prefix: "fab",
|
|
160
60
|
iconName: "youtube",
|
|
161
61
|
icon: [576, 512, [61802], "f167", "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"]
|
|
162
|
-
},
|
|
62
|
+
}, v1 = {
|
|
163
63
|
prefix: "fab",
|
|
164
64
|
iconName: "square-x-twitter",
|
|
165
65
|
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"]
|
|
166
|
-
},
|
|
66
|
+
}, z = {
|
|
167
67
|
directory: "https://www.uoguelph.ca/web/socialmedia/",
|
|
168
68
|
links: [
|
|
169
69
|
{
|
|
170
70
|
text: "X",
|
|
171
|
-
icon:
|
|
71
|
+
icon: v1,
|
|
172
72
|
href: "https://twitter.com/uofg",
|
|
173
73
|
classes: "focus:text-[#1da1f2] hover:text-[#1da1f2]"
|
|
174
74
|
},
|
|
175
75
|
{
|
|
176
76
|
text: "Facebook",
|
|
177
|
-
icon:
|
|
77
|
+
icon: l1,
|
|
178
78
|
href: "https://www.facebook.com/uofguelph",
|
|
179
79
|
classes: "focus:text-[#4267b2] hover:text-[#4267b2]"
|
|
180
80
|
},
|
|
181
81
|
{
|
|
182
82
|
text: "Instagram",
|
|
183
|
-
icon:
|
|
83
|
+
icon: u1,
|
|
184
84
|
href: "https://www.instagram.com/uofguelph/",
|
|
185
85
|
classes: "focus:text-[#e1306c] hover:text-[#e1306c]"
|
|
186
86
|
},
|
|
187
87
|
{
|
|
188
88
|
text: "Youtube",
|
|
189
|
-
icon:
|
|
89
|
+
icon: f1,
|
|
190
90
|
href: "https://www.youtube.com/user/uofguelph",
|
|
191
91
|
classes: "focus:text-[#f00] hover:text-[#f00]"
|
|
192
92
|
},
|
|
193
93
|
{
|
|
194
94
|
text: "LinkedIn",
|
|
195
|
-
icon:
|
|
95
|
+
icon: h1,
|
|
196
96
|
href: "https://www.linkedin.com/school/university-of-guelph/",
|
|
197
97
|
classes: "focus:text-[#0077b5] hover:text-[#0077b5]"
|
|
198
98
|
},
|
|
199
99
|
{
|
|
200
100
|
text: "TikTok",
|
|
201
|
-
icon:
|
|
101
|
+
icon: i1,
|
|
202
102
|
href: "https://www.tiktok.com/@uofguelph",
|
|
203
103
|
classes: "focus:text-[#f00] hover:text-[#f00]"
|
|
204
104
|
}
|
|
205
105
|
]
|
|
206
|
-
},
|
|
106
|
+
}, d1 = [
|
|
207
107
|
{
|
|
208
108
|
text: "Accessibility",
|
|
209
|
-
icon:
|
|
109
|
+
icon: O,
|
|
210
110
|
href: "https://www.uoguelph.ca/diversity-human-rights/accessibility-u-g"
|
|
211
111
|
},
|
|
212
112
|
{
|
|
213
113
|
text: "Privacy",
|
|
214
|
-
icon:
|
|
114
|
+
icon: R,
|
|
215
115
|
href: "https://www.uoguelph.ca/web/privacy/"
|
|
216
116
|
},
|
|
217
117
|
{
|
|
218
118
|
text: "Site Map",
|
|
219
|
-
icon:
|
|
119
|
+
icon: W,
|
|
220
120
|
href: "https://www.uoguelph.ca/sitemap"
|
|
221
121
|
},
|
|
222
122
|
{
|
|
223
123
|
text: "Status Page",
|
|
224
|
-
icon:
|
|
124
|
+
icon: X,
|
|
225
125
|
href: "https://uoguelph.statuspage.io/"
|
|
226
126
|
},
|
|
227
127
|
{
|
|
228
128
|
text: "Land Acknowledgement",
|
|
229
|
-
icon:
|
|
129
|
+
icon: B,
|
|
230
130
|
href: "https://www.uoguelph.ca/land-acknowledgement/",
|
|
231
131
|
title: "The University of Guelph resides on the treaty lands and territory of the Mississaugas of the Credit. We recognize that today this gathering place is home to many First Nations, Inuit and Métis peoples and acknowledging them reminds us of our collective responsibility to the land where we learn and work."
|
|
232
132
|
},
|
|
233
133
|
{
|
|
234
134
|
text: "Careers",
|
|
235
|
-
icon:
|
|
135
|
+
icon: D,
|
|
236
136
|
href: "https://careers.uoguelph.ca/"
|
|
237
137
|
},
|
|
238
138
|
{
|
|
239
139
|
text: "Undergraduate Calendar",
|
|
240
|
-
icon:
|
|
140
|
+
icon: Z,
|
|
241
141
|
href: "https://www.uoguelph.ca/registrar/calendars/undergraduate/current/"
|
|
242
142
|
},
|
|
243
143
|
{
|
|
244
144
|
text: "Graduate Calendar",
|
|
245
|
-
icon:
|
|
145
|
+
icon: Z,
|
|
246
146
|
href: "https://www.uoguelph.ca/registrar/calendars/graduate/current/"
|
|
247
147
|
},
|
|
248
148
|
{
|
|
249
149
|
text: "Program Plans",
|
|
250
|
-
icon:
|
|
150
|
+
icon: K,
|
|
251
151
|
href: "https://admission.uoguelph.ca/programs"
|
|
252
152
|
},
|
|
253
153
|
{
|
|
254
154
|
text: "Give to U of G",
|
|
255
|
-
icon:
|
|
155
|
+
icon: J,
|
|
256
156
|
href: "https://www.alumni.uoguelph.ca/give-to-guelph/how-to-give"
|
|
257
157
|
}
|
|
258
|
-
],
|
|
158
|
+
], _ = {
|
|
259
159
|
title: "University of Guelph",
|
|
260
160
|
street: "50 Stone Road East",
|
|
261
161
|
city: "Guelph",
|
|
262
162
|
postalCode: "N1G 2W1",
|
|
263
163
|
phoneNumber: "519-824-4120"
|
|
264
164
|
};
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
c() {
|
|
276
|
-
e = u("li"), r = u("a"), y(t.$$.fragment), o = g(), i(
|
|
277
|
-
r,
|
|
278
|
-
"href",
|
|
279
|
-
/*href*/
|
|
280
|
-
c[0]
|
|
281
|
-
), i(
|
|
282
|
-
r,
|
|
283
|
-
"aria-label",
|
|
284
|
-
/*text*/
|
|
285
|
-
c[1]
|
|
286
|
-
), i(r, "class", `transition-colors ${/*classes*/
|
|
287
|
-
c[3]}`);
|
|
288
|
-
},
|
|
289
|
-
m(n, a) {
|
|
290
|
-
w(n, e, a), f(e, r), C(t, r, null), f(e, o), s = !0;
|
|
291
|
-
},
|
|
292
|
-
p: b,
|
|
293
|
-
i(n) {
|
|
294
|
-
s || (d(t.$$.fragment, n), s = !0);
|
|
295
|
-
},
|
|
296
|
-
o(n) {
|
|
297
|
-
v(t.$$.fragment, n), s = !1;
|
|
298
|
-
},
|
|
299
|
-
d(n) {
|
|
300
|
-
n && $(e), V(t);
|
|
301
|
-
}
|
|
302
|
-
};
|
|
303
|
-
}
|
|
304
|
-
function Me(c) {
|
|
305
|
-
let e, r, t, o, s = G(B.links), n = [];
|
|
306
|
-
for (let a = 0; a < s.length; a += 1)
|
|
307
|
-
n[a] = Ve(Ce(c, s, a));
|
|
308
|
-
return {
|
|
309
|
-
c() {
|
|
310
|
-
e = u("ul");
|
|
311
|
-
for (let a = 0; a < n.length; a += 1)
|
|
312
|
-
n[a].c();
|
|
313
|
-
r = g(), t = u("a"), t.textContent = "Social Media Directory", i(e, "class", "flex gap-3 text-4xl [&>li]:contents"), i(t, "class", "w-fit border-0 border-b-2 border-dotted border-transparent transition-colors focus:border-white hover:border-white"), i(t, "href", B.directory);
|
|
314
|
-
},
|
|
315
|
-
m(a, l) {
|
|
316
|
-
w(a, e, l);
|
|
317
|
-
for (let x = 0; x < n.length; x += 1)
|
|
318
|
-
n[x] && n[x].m(e, null);
|
|
319
|
-
w(a, r, l), w(a, t, l), o = !0;
|
|
320
|
-
},
|
|
321
|
-
p: b,
|
|
322
|
-
i(a) {
|
|
323
|
-
if (!o) {
|
|
324
|
-
for (let l = 0; l < s.length; l += 1)
|
|
325
|
-
d(n[l]);
|
|
326
|
-
o = !0;
|
|
165
|
+
var p1 = x("<li><a><!></a></li>"), b1 = x('<ul class="flex gap-3 text-2xl [&>li]:contents"></ul> <a class="w-fit border-0 border-b-2 border-dotted border-transparent transition-colors focus:border-white hover:border-white">Social Media Directory</a>', 1);
|
|
166
|
+
function j(s, e) {
|
|
167
|
+
M(e, !1), S();
|
|
168
|
+
var t = b1(), o = Q(t);
|
|
169
|
+
H(o, 5, () => z.links, F, (f, n) => {
|
|
170
|
+
let l = () => w(n).href, v = () => w(n).text, c = () => w(n).icon, d = () => w(n).classes;
|
|
171
|
+
var h = p1(), u = a(h), p = a(u);
|
|
172
|
+
L(p, {
|
|
173
|
+
get icon() {
|
|
174
|
+
return c();
|
|
327
175
|
}
|
|
328
|
-
},
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
},
|
|
335
|
-
d(a) {
|
|
336
|
-
a && ($(e), $(r), $(t)), q(n, a);
|
|
337
|
-
}
|
|
338
|
-
};
|
|
339
|
-
}
|
|
340
|
-
class K extends S {
|
|
341
|
-
constructor(e) {
|
|
342
|
-
super(), L(this, e, null, Me, z, {});
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
F(K, {}, [], [], !0);
|
|
346
|
-
function He(c) {
|
|
347
|
-
let e;
|
|
348
|
-
return {
|
|
349
|
-
c() {
|
|
350
|
-
e = u("a"), e.textContent = `© ${(/* @__PURE__ */ new Date()).getFullYear()} University of Guelph`, i(e, "class", "w-fit border-0 border-b-2 border-dotted border-transparent transition-colors focus:border-white hover:border-white"), i(e, "href", "https://www.uoguelph.ca/web/");
|
|
351
|
-
},
|
|
352
|
-
m(r, t) {
|
|
353
|
-
w(r, e, t);
|
|
354
|
-
},
|
|
355
|
-
p: b,
|
|
356
|
-
i: b,
|
|
357
|
-
o: b,
|
|
358
|
-
d(r) {
|
|
359
|
-
r && $(e);
|
|
360
|
-
}
|
|
361
|
-
};
|
|
362
|
-
}
|
|
363
|
-
class W extends S {
|
|
364
|
-
constructor(e) {
|
|
365
|
-
super(), L(this, e, null, He, z, {});
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
F(W, {}, [], [], !0);
|
|
369
|
-
function Fe(c, e, r) {
|
|
370
|
-
const t = c.slice();
|
|
371
|
-
return t[0] = e[r].href, t[1] = e[r].title, t[2] = e[r].icon, t[3] = e[r].text, t;
|
|
176
|
+
}), r(u), r(h), V(() => {
|
|
177
|
+
y(u, "href", l()), y(u, "aria-label", v()), $(u, `transition-colors ${d()}`);
|
|
178
|
+
}), g(f, h);
|
|
179
|
+
}), r(o);
|
|
180
|
+
var i = b(o, 2);
|
|
181
|
+
V(() => y(i, "href", z.directory)), g(s, t), C();
|
|
372
182
|
}
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
) }
|
|
379
|
-
c() {
|
|
380
|
-
e = u("li"), r = u("a"), y(t.$$.fragment), o = g(), s = u("span"), s.textContent = `${/*text*/
|
|
381
|
-
c[3]}`, n = g(), i(
|
|
382
|
-
r,
|
|
383
|
-
"href",
|
|
384
|
-
/*href*/
|
|
385
|
-
c[0]
|
|
386
|
-
), i(
|
|
387
|
-
r,
|
|
388
|
-
"title",
|
|
389
|
-
/*title*/
|
|
390
|
-
c[1] ?? ""
|
|
391
|
-
), i(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");
|
|
392
|
-
},
|
|
393
|
-
m(l, x) {
|
|
394
|
-
w(l, e, x), f(e, r), C(t, r, null), f(r, o), f(r, s), f(e, n), a = !0;
|
|
395
|
-
},
|
|
396
|
-
p: b,
|
|
397
|
-
i(l) {
|
|
398
|
-
a || (d(t.$$.fragment, l), a = !0);
|
|
399
|
-
},
|
|
400
|
-
o(l) {
|
|
401
|
-
v(t.$$.fragment, l), a = !1;
|
|
402
|
-
},
|
|
403
|
-
d(l) {
|
|
404
|
-
l && $(e), V(t);
|
|
405
|
-
}
|
|
406
|
-
};
|
|
183
|
+
k(j, {}, [], [], !0);
|
|
184
|
+
var g1 = x('<a class="w-fit border-0 border-b-2 border-dotted border-transparent transition-colors focus:border-white hover:border-white" href="https://www.uoguelph.ca/web/"> </a>');
|
|
185
|
+
function P(s, e) {
|
|
186
|
+
M(e, !1), S();
|
|
187
|
+
var t = g1(), o = a(t);
|
|
188
|
+
V(() => m(o, `© ${(/* @__PURE__ */ new Date()).getFullYear() ?? ""} University of Guelph`)), r(t), g(s, t), C();
|
|
407
189
|
}
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
},
|
|
419
|
-
m(n, a) {
|
|
420
|
-
w(n, e, a), f(e, r);
|
|
421
|
-
for (let l = 0; l < s.length; l += 1)
|
|
422
|
-
s[l] && s[l].m(r, null);
|
|
423
|
-
t = !0;
|
|
424
|
-
},
|
|
425
|
-
p: b,
|
|
426
|
-
i(n) {
|
|
427
|
-
if (!t) {
|
|
428
|
-
for (let a = 0; a < o.length; a += 1)
|
|
429
|
-
d(s[a]);
|
|
430
|
-
t = !0;
|
|
190
|
+
k(P, {}, [], [], !0);
|
|
191
|
+
var w1 = x('<li><a class="flex justify-center items-center w-fit gap-2 border-0 border-b-2 border-dotted border-transparent transition-colors focus:border-white hover:border-white [&>svg]:fill-yellow"><!> <span> </span></a></li>'), x1 = x('<div class="flex justify-center md:col-span-2 md:row-start-2 lg:row-auto"><ul class="w-full flex flex-col gap-2 md:grid md:grid-cols-2 [&>li]:contents"></ul></div>');
|
|
192
|
+
function q(s) {
|
|
193
|
+
var e = x1(), t = a(e);
|
|
194
|
+
H(t, 5, () => d1, F, (o, i) => {
|
|
195
|
+
let f = () => w(i).href, n = () => w(i).title, l = () => w(i).icon, v = () => w(i).text;
|
|
196
|
+
var c = w1(), d = a(c), h = a(d);
|
|
197
|
+
L(h, {
|
|
198
|
+
get icon() {
|
|
199
|
+
return l();
|
|
431
200
|
}
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
},
|
|
439
|
-
d(n) {
|
|
440
|
-
n && $(e), q(s, n);
|
|
441
|
-
}
|
|
442
|
-
};
|
|
201
|
+
});
|
|
202
|
+
var u = b(h, 2), p = a(u, !0);
|
|
203
|
+
r(u), r(d), r(c), V(() => {
|
|
204
|
+
y(d, "href", f()), y(d, "title", n() ?? ""), m(p, v());
|
|
205
|
+
}), g(o, c);
|
|
206
|
+
}), r(t), r(e), g(s, e);
|
|
443
207
|
}
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
208
|
+
k(q, {}, [], [], !0);
|
|
209
|
+
var m1 = x('<address class="flex flex-col justify-between gap-4 not-italic"><strong> </strong> <span> </span> <span> </span> <span> </span> <a class="flex justify-center items-center w-fit gap-2 border-0 border-b-2 border-dotted border-transparent text-blue-400 transition-colors focus:border-current hover:border-current"><!> <span> </span></a></address>');
|
|
210
|
+
function I(s, e) {
|
|
211
|
+
M(e, !1), S();
|
|
212
|
+
var t = m1(), o = a(t), i = a(o, !0);
|
|
213
|
+
r(o);
|
|
214
|
+
var f = b(o, 2), n = a(f);
|
|
215
|
+
r(f);
|
|
216
|
+
var l = b(f, 2), v = a(l);
|
|
217
|
+
r(l);
|
|
218
|
+
var c = b(l, 2), d = a(c, !0);
|
|
219
|
+
r(c);
|
|
220
|
+
var h = b(c, 2), u = a(h);
|
|
221
|
+
L(u, { icon: e1 });
|
|
222
|
+
var p = b(u, 2), Y = a(p, !0);
|
|
223
|
+
r(p), r(h), r(t), V(() => {
|
|
224
|
+
m(i, _.title), m(n, `${_.street},`), m(v, `${_.city}, Ontario, Canada`), m(d, _.postalCode), y(h, "href", `tel:${_.phoneNumber}`), m(Y, _.phoneNumber);
|
|
225
|
+
}), g(s, t), C();
|
|
448
226
|
}
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
}
|
|
466
|
-
d(_) {
|
|
467
|
-
_ && $(e), V(M);
|
|
468
|
-
}
|
|
469
|
-
};
|
|
470
|
-
}
|
|
471
|
-
class J extends S {
|
|
472
|
-
constructor(e) {
|
|
473
|
-
super(), L(this, e, null, ze, z, {});
|
|
227
|
+
k(I, {}, [], [], !0);
|
|
228
|
+
var k1 = x('<footer><!> <div class="flex flex-col content-center gap-6 bg-black px-[max(calc((100%-1320px)/2),2rem)] py-6 text-white md:grid md:grid-cols-2 lg:grid-cols-4"><div class="flex flex-col justify-between gap-2"><!> <!> <!></div> <!> <!></div></footer>');
|
|
229
|
+
function y1(s, e) {
|
|
230
|
+
M(e, !0);
|
|
231
|
+
let t = N(e, "subFooter", 7);
|
|
232
|
+
var o = k1(), i = a(o);
|
|
233
|
+
{
|
|
234
|
+
var f = (p) => {
|
|
235
|
+
G(p, {
|
|
236
|
+
get links() {
|
|
237
|
+
return t();
|
|
238
|
+
}
|
|
239
|
+
});
|
|
240
|
+
};
|
|
241
|
+
t1(i, (p) => {
|
|
242
|
+
Array.isArray(t()) && t().length > 0 && p(f);
|
|
243
|
+
});
|
|
474
244
|
}
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
)
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
const s = {};
|
|
491
|
-
o & /*subFooter*/
|
|
492
|
-
1 && (s.links = /*subFooter*/
|
|
493
|
-
t[0]), e.$set(s);
|
|
494
|
-
},
|
|
495
|
-
i(t) {
|
|
496
|
-
r || (d(e.$$.fragment, t), r = !0);
|
|
497
|
-
},
|
|
498
|
-
o(t) {
|
|
499
|
-
v(e.$$.fragment, t), r = !1;
|
|
500
|
-
},
|
|
501
|
-
d(t) {
|
|
502
|
-
V(e, t);
|
|
245
|
+
var n = b(i, 2), l = a(n), v = a(l);
|
|
246
|
+
U(v);
|
|
247
|
+
var c = b(v, 2);
|
|
248
|
+
j(c, {});
|
|
249
|
+
var d = b(c, 2);
|
|
250
|
+
P(d, {}), r(l);
|
|
251
|
+
var h = b(l, 2);
|
|
252
|
+
q(h);
|
|
253
|
+
var u = b(h, 2);
|
|
254
|
+
return I(u, {}), r(n), r(o), g(s, o), C({
|
|
255
|
+
get subFooter() {
|
|
256
|
+
return t();
|
|
257
|
+
},
|
|
258
|
+
set subFooter(p) {
|
|
259
|
+
t(p), A();
|
|
503
260
|
}
|
|
504
|
-
};
|
|
505
|
-
}
|
|
506
|
-
function Ze(c) {
|
|
507
|
-
let e, r = Array.isArray(
|
|
508
|
-
/*subFooter*/
|
|
509
|
-
c[0]
|
|
510
|
-
) && /*subFooter*/
|
|
511
|
-
c[0].length > 0, t, o, s, n, a, l, x, m, M, H, Z, k, _, h = r && D(c);
|
|
512
|
-
return n = new Y({}), l = new K({}), m = new W({}), H = new X({}), k = new J({}), {
|
|
513
|
-
c() {
|
|
514
|
-
e = u("footer"), h && h.c(), t = g(), o = u("div"), s = u("div"), y(n.$$.fragment), a = g(), y(l.$$.fragment), x = g(), y(m.$$.fragment), M = g(), y(H.$$.fragment), Z = g(), y(k.$$.fragment), i(s, "class", "flex flex-col justify-between gap-2"), i(o, "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");
|
|
515
|
-
},
|
|
516
|
-
m(p, N) {
|
|
517
|
-
w(p, e, N), h && h.m(e, null), f(e, t), f(e, o), f(o, s), C(n, s, null), f(s, a), C(l, s, null), f(s, x), C(m, s, null), f(o, M), C(H, o, null), f(o, Z), C(k, o, null), _ = !0;
|
|
518
|
-
},
|
|
519
|
-
p(p, [N]) {
|
|
520
|
-
N & /*subFooter*/
|
|
521
|
-
1 && (r = Array.isArray(
|
|
522
|
-
/*subFooter*/
|
|
523
|
-
p[0]
|
|
524
|
-
) && /*subFooter*/
|
|
525
|
-
p[0].length > 0), r ? h ? (h.p(p, N), N & /*subFooter*/
|
|
526
|
-
1 && d(h, 1)) : (h = D(p), h.c(), d(h, 1), h.m(e, t)) : h && (he(), v(h, 1, 1, () => {
|
|
527
|
-
h = null;
|
|
528
|
-
}), ue());
|
|
529
|
-
},
|
|
530
|
-
i(p) {
|
|
531
|
-
_ || (d(h), d(n.$$.fragment, p), d(l.$$.fragment, p), d(m.$$.fragment, p), d(H.$$.fragment, p), d(k.$$.fragment, p), _ = !0);
|
|
532
|
-
},
|
|
533
|
-
o(p) {
|
|
534
|
-
v(h), v(n.$$.fragment, p), v(l.$$.fragment, p), v(m.$$.fragment, p), v(H.$$.fragment, p), v(k.$$.fragment, p), _ = !1;
|
|
535
|
-
},
|
|
536
|
-
d(p) {
|
|
537
|
-
p && $(e), h && h.d(), V(n), V(l), V(m), V(H), V(k);
|
|
538
|
-
}
|
|
539
|
-
};
|
|
540
|
-
}
|
|
541
|
-
function Ae(c, e, r) {
|
|
542
|
-
let { subFooter: t } = e;
|
|
543
|
-
return c.$$set = (o) => {
|
|
544
|
-
"subFooter" in o && r(0, t = o.subFooter);
|
|
545
|
-
}, [t];
|
|
546
|
-
}
|
|
547
|
-
class Ne extends S {
|
|
548
|
-
constructor(e) {
|
|
549
|
-
super(), L(this, e, Ae, Ze, z, { subFooter: 0 });
|
|
550
|
-
}
|
|
551
|
-
get subFooter() {
|
|
552
|
-
return this.$$.ctx[0];
|
|
553
|
-
}
|
|
554
|
-
set subFooter(e) {
|
|
555
|
-
this.$$set({ subFooter: e }), E();
|
|
556
|
-
}
|
|
261
|
+
});
|
|
557
262
|
}
|
|
558
|
-
customElements.define("uofg-footer",
|
|
263
|
+
customElements.define("uofg-footer", k(y1, { subFooter: {} }, [], [], !0, (s) => class extends s {
|
|
559
264
|
constructor() {
|
|
560
|
-
super(),
|
|
265
|
+
super(), r1(this.shadowRoot);
|
|
561
266
|
}
|
|
562
267
|
connectedCallback() {
|
|
563
268
|
super.connectedCallback(), this.updateSubFooter(), this.observer ?? (this.observer = new MutationObserver(() => {
|
|
@@ -575,5 +280,5 @@ customElements.define("uofg-footer", F(Ne, { subFooter: {} }, [], [], !0, (c) =>
|
|
|
575
280
|
}
|
|
576
281
|
}));
|
|
577
282
|
export {
|
|
578
|
-
|
|
283
|
+
y1 as default
|
|
579
284
|
};
|