@uoguelph/web-components 1.7.2-rc.0 → 1.8.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uofg-web-components/{bundle-mjs-ByWTg5Ly.js → bundle-mjs-BpzLJ4dA.js} +2 -2
- package/dist/uofg-web-components/{font-awesome-icon-MUYMsgsQ.js → font-awesome-icon-B0B9COBP.js} +238 -242
- package/dist/uofg-web-components/index-CoNdSmYh.js +31 -0
- package/dist/uofg-web-components/uofg-alert.esm.js +1 -1
- package/dist/uofg-web-components/uofg-back-to-top.esm.js +2 -2
- package/dist/uofg-web-components/uofg-footer.esm.js +453 -257
- package/dist/uofg-web-components/uofg-header.esm.js +1433 -1212
- package/dist/uofg-web-components/uofg-modal.esm.js +2 -2
- package/package.json +1 -1
|
@@ -1,283 +1,284 @@
|
|
|
1
|
-
import { c as U, S as
|
|
2
|
-
import { t as
|
|
3
|
-
|
|
1
|
+
import { c as U, S as F, i as W, s as R, y as S, b as X1, e as w, g as N, h as f, j as b, k as p, w as v1, _ as Me, u as ee, l as te, n as le, t as _, o as m, U as j, p as v, x as Ze, $ as B, X as H, a0 as O, a1 as w1, r as J, a2 as k1, a3 as re, a4 as ne, C as A, a5 as h1, V as K, W as Q, a6 as p1, G as V, D as x, d as Z, m as C, q as L, E as Y, A as $1, a7 as T, F as E, a8 as g1, I as d, a9 as P, aa as se, ab as _1, H as m1, ac as f1, ad as Ce, a as Le, Z as Ne } from "./font-awesome-icon-B0B9COBP.js";
|
|
2
|
+
import { t as G } from "./bundle-mjs-BpzLJ4dA.js";
|
|
3
|
+
import { w as Ae } from "./index-CoNdSmYh.js";
|
|
4
|
+
function u1(o, e) {
|
|
4
5
|
const l = {}, t = {}, r = { $$scope: 1 };
|
|
5
|
-
let
|
|
6
|
-
for (;
|
|
7
|
-
const s = a
|
|
6
|
+
let a = o.length;
|
|
7
|
+
for (; a--; ) {
|
|
8
|
+
const s = o[a], c = e[a];
|
|
8
9
|
if (c) {
|
|
9
|
-
for (const
|
|
10
|
-
|
|
11
|
-
for (const
|
|
12
|
-
r[
|
|
13
|
-
a
|
|
10
|
+
for (const n in s)
|
|
11
|
+
n in c || (t[n] = 1);
|
|
12
|
+
for (const n in c)
|
|
13
|
+
r[n] || (l[n] = c[n], r[n] = 1);
|
|
14
|
+
o[a] = c;
|
|
14
15
|
} else
|
|
15
|
-
for (const
|
|
16
|
-
r[
|
|
16
|
+
for (const n in s)
|
|
17
|
+
r[n] = 1;
|
|
17
18
|
}
|
|
18
19
|
for (const s in t)
|
|
19
20
|
s in l || (l[s] = void 0);
|
|
20
21
|
return l;
|
|
21
22
|
}
|
|
22
|
-
function
|
|
23
|
-
return
|
|
23
|
+
function y1(o) {
|
|
24
|
+
return o < 0.5 ? 4 * o * o * o : 0.5 * Math.pow(2 * o - 2, 3) + 1;
|
|
24
25
|
}
|
|
25
|
-
function
|
|
26
|
-
const e =
|
|
26
|
+
function Ve(o) {
|
|
27
|
+
const e = o - 1;
|
|
27
28
|
return e * e * e + 1;
|
|
28
29
|
}
|
|
29
|
-
function
|
|
30
|
-
const
|
|
31
|
-
(
|
|
32
|
-
),
|
|
33
|
-
|
|
34
|
-
),
|
|
35
|
-
|
|
30
|
+
function ze(o, { delay: e = 0, duration: l = 400, easing: t = Ve, axis: r = "y" } = {}) {
|
|
31
|
+
const a = getComputedStyle(o), s = +a.opacity, c = r === "y" ? "height" : "width", n = parseFloat(a[c]), i = r === "y" ? ["top", "bottom"] : ["left", "right"], u = i.map(
|
|
32
|
+
(M) => `${M[0].toUpperCase()}${M.slice(1)}`
|
|
33
|
+
), h = parseFloat(a[`padding${u[0]}`]), g = parseFloat(a[`padding${u[1]}`]), $ = parseFloat(a[`margin${u[0]}`]), k = parseFloat(a[`margin${u[1]}`]), y = parseFloat(
|
|
34
|
+
a[`border${u[0]}Width`]
|
|
35
|
+
), z = parseFloat(
|
|
36
|
+
a[`border${u[1]}Width`]
|
|
36
37
|
);
|
|
37
38
|
return {
|
|
38
39
|
delay: e,
|
|
39
40
|
duration: l,
|
|
40
41
|
easing: t,
|
|
41
|
-
css: (
|
|
42
|
+
css: (M) => `overflow: hidden;opacity: ${Math.min(M * 20, 1) * s};${c}: ${M * n}px;padding-${i[0]}: ${M * h}px;padding-${i[1]}: ${M * g}px;margin-${i[0]}: ${M * $}px;margin-${i[1]}: ${M * k}px;border-${i[0]}-width: ${M * y}px;border-${i[1]}-width: ${M * z}px;`
|
|
42
43
|
};
|
|
43
44
|
}
|
|
44
|
-
const
|
|
45
|
+
const Se = (o) => {
|
|
45
46
|
const e = function(t) {
|
|
46
|
-
|
|
47
|
+
o.contains(t.relatedTarget) || o.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1 }));
|
|
47
48
|
}, l = function(t) {
|
|
48
|
-
|
|
49
|
+
o.contains(t.relatedTarget) || o.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1 }));
|
|
49
50
|
};
|
|
50
|
-
return
|
|
51
|
+
return o.addEventListener("focusin", l), o.addEventListener("focusout", e), {
|
|
51
52
|
destroy() {
|
|
52
|
-
|
|
53
|
+
o.removeEventListener("focusin", l), o.removeEventListener("focusout", e);
|
|
53
54
|
}
|
|
54
55
|
};
|
|
55
|
-
},
|
|
56
|
-
function
|
|
56
|
+
}, je = (o) => ({}), x1 = (o) => ({});
|
|
57
|
+
function M1(o) {
|
|
57
58
|
let e = (
|
|
58
59
|
/*as*/
|
|
59
|
-
|
|
60
|
-
), l, t = !1, r,
|
|
60
|
+
o[2]
|
|
61
|
+
), l, t = !1, r, a = (
|
|
61
62
|
/*as*/
|
|
62
|
-
|
|
63
|
+
o[2] && b1(o)
|
|
63
64
|
);
|
|
64
65
|
return {
|
|
65
66
|
c() {
|
|
66
|
-
|
|
67
|
+
a && a.c(), l = B();
|
|
67
68
|
},
|
|
68
69
|
m(s, c) {
|
|
69
|
-
|
|
70
|
+
a && a.m(s, c), b(s, l, c), r = !0;
|
|
70
71
|
},
|
|
71
72
|
p(s, c) {
|
|
72
73
|
/*as*/
|
|
73
|
-
s[2] ? e ?
|
|
74
|
+
s[2] ? e ? R(
|
|
74
75
|
e,
|
|
75
76
|
/*as*/
|
|
76
77
|
s[2]
|
|
77
|
-
) ? (
|
|
78
|
-
s[2],
|
|
79
|
-
s[2],
|
|
80
|
-
|
|
78
|
+
) ? (a.d(1), a = b1(s), e = /*as*/
|
|
79
|
+
s[2], a.c(), t && (t = !1, _(a)), a.m(l.parentNode, l)) : (t && (t = !1, _(a)), a.p(s, c)) : (a = b1(s), e = /*as*/
|
|
80
|
+
s[2], a.c(), _(a), a.m(l.parentNode, l)) : e && (t = !0, H(), m(a, 1, 1, () => {
|
|
81
|
+
a = null, e = /*as*/
|
|
81
82
|
s[2], t = !1;
|
|
82
|
-
}),
|
|
83
|
+
}), j());
|
|
83
84
|
},
|
|
84
85
|
i(s) {
|
|
85
|
-
r || (
|
|
86
|
+
r || (_(a, s), r = !0);
|
|
86
87
|
},
|
|
87
88
|
o(s) {
|
|
88
|
-
m(
|
|
89
|
+
m(a, s), r = !1;
|
|
89
90
|
},
|
|
90
91
|
d(s) {
|
|
91
|
-
s &&
|
|
92
|
+
s && v(l), a && a.d(s);
|
|
92
93
|
}
|
|
93
94
|
};
|
|
94
95
|
}
|
|
95
|
-
function
|
|
96
|
+
function b1(o) {
|
|
96
97
|
let e, l, t;
|
|
97
98
|
const r = (
|
|
98
99
|
/*#slots*/
|
|
99
|
-
|
|
100
|
-
),
|
|
100
|
+
o[9].default
|
|
101
|
+
), a = X1(
|
|
101
102
|
r,
|
|
102
|
-
|
|
103
|
+
o,
|
|
103
104
|
/*$$scope*/
|
|
104
|
-
|
|
105
|
+
o[8],
|
|
105
106
|
null
|
|
106
107
|
);
|
|
107
108
|
let s = [{ class: (
|
|
108
109
|
/*contentClass*/
|
|
109
|
-
|
|
110
|
+
o[5]
|
|
110
111
|
) }], c = {};
|
|
111
|
-
for (let
|
|
112
|
-
c =
|
|
112
|
+
for (let n = 0; n < s.length; n += 1)
|
|
113
|
+
c = O(c, s[n]);
|
|
113
114
|
return {
|
|
114
115
|
c() {
|
|
115
|
-
e =
|
|
116
|
+
e = w(
|
|
116
117
|
/*as*/
|
|
117
|
-
|
|
118
|
-
),
|
|
118
|
+
o[2]
|
|
119
|
+
), a && a.c(), w1(
|
|
119
120
|
/*as*/
|
|
120
|
-
|
|
121
|
+
o[2]
|
|
121
122
|
)(e, c);
|
|
122
123
|
},
|
|
123
|
-
m(
|
|
124
|
-
b(
|
|
124
|
+
m(n, i) {
|
|
125
|
+
b(n, e, i), a && a.m(e, null), t = !0;
|
|
125
126
|
},
|
|
126
|
-
p(
|
|
127
|
-
|
|
128
|
-
256) &&
|
|
129
|
-
|
|
127
|
+
p(n, i) {
|
|
128
|
+
a && a.p && (!t || i & /*$$scope*/
|
|
129
|
+
256) && ee(
|
|
130
|
+
a,
|
|
130
131
|
r,
|
|
131
|
-
|
|
132
|
+
n,
|
|
132
133
|
/*$$scope*/
|
|
133
|
-
|
|
134
|
-
t ?
|
|
134
|
+
n[8],
|
|
135
|
+
t ? le(
|
|
135
136
|
r,
|
|
136
137
|
/*$$scope*/
|
|
137
|
-
|
|
138
|
+
n[8],
|
|
138
139
|
i,
|
|
139
140
|
null
|
|
140
|
-
) :
|
|
141
|
+
) : te(
|
|
141
142
|
/*$$scope*/
|
|
142
|
-
|
|
143
|
+
n[8]
|
|
143
144
|
),
|
|
144
145
|
null
|
|
145
|
-
),
|
|
146
|
+
), w1(
|
|
146
147
|
/*as*/
|
|
147
|
-
|
|
148
|
-
)(e, c =
|
|
148
|
+
n[2]
|
|
149
|
+
)(e, c = u1(s, [
|
|
149
150
|
(!t || i & /*contentClass*/
|
|
150
151
|
32) && { class: (
|
|
151
152
|
/*contentClass*/
|
|
152
|
-
|
|
153
|
+
n[5]
|
|
153
154
|
) }
|
|
154
155
|
]));
|
|
155
156
|
},
|
|
156
|
-
i(
|
|
157
|
-
t || (
|
|
158
|
-
t && (l || (l =
|
|
157
|
+
i(n) {
|
|
158
|
+
t || (_(a, n), n && J(() => {
|
|
159
|
+
t && (l || (l = k1(
|
|
159
160
|
e,
|
|
160
161
|
/*transition*/
|
|
161
|
-
|
|
162
|
-
{ duration: 200, easing:
|
|
162
|
+
o[3],
|
|
163
|
+
{ duration: 200, easing: y1 },
|
|
163
164
|
!0
|
|
164
165
|
)), l.run(1));
|
|
165
166
|
}), t = !0);
|
|
166
167
|
},
|
|
167
|
-
o(
|
|
168
|
-
m(
|
|
168
|
+
o(n) {
|
|
169
|
+
m(a, n), n && (l || (l = k1(
|
|
169
170
|
e,
|
|
170
171
|
/*transition*/
|
|
171
|
-
|
|
172
|
-
{ duration: 200, easing:
|
|
172
|
+
o[3],
|
|
173
|
+
{ duration: 200, easing: y1 },
|
|
173
174
|
!1
|
|
174
175
|
)), l.run(0)), t = !1;
|
|
175
176
|
},
|
|
176
|
-
d(
|
|
177
|
-
|
|
177
|
+
d(n) {
|
|
178
|
+
n && v(e), a && a.d(n), n && l && l.end();
|
|
178
179
|
}
|
|
179
180
|
};
|
|
180
181
|
}
|
|
181
|
-
function
|
|
182
|
-
let e, l, t, r,
|
|
182
|
+
function He(o) {
|
|
183
|
+
let e, l, t, r, a, s;
|
|
183
184
|
const c = (
|
|
184
185
|
/*#slots*/
|
|
185
|
-
|
|
186
|
-
),
|
|
186
|
+
o[9].button
|
|
187
|
+
), n = X1(
|
|
187
188
|
c,
|
|
188
|
-
|
|
189
|
+
o,
|
|
189
190
|
/*$$scope*/
|
|
190
|
-
|
|
191
|
-
|
|
191
|
+
o[8],
|
|
192
|
+
x1
|
|
192
193
|
);
|
|
193
194
|
let i = (
|
|
194
195
|
/*open*/
|
|
195
|
-
|
|
196
|
+
o[0] && M1(o)
|
|
196
197
|
);
|
|
197
198
|
return {
|
|
198
199
|
c() {
|
|
199
|
-
e =
|
|
200
|
+
e = w("div"), l = w("button"), n && n.c(), t = N(), i && i.c(), f(
|
|
200
201
|
l,
|
|
201
202
|
"class",
|
|
202
203
|
/*buttonClass*/
|
|
203
|
-
|
|
204
|
-
),
|
|
204
|
+
o[4]
|
|
205
|
+
), f(l, "aria-haspopup", "true"), f(
|
|
205
206
|
l,
|
|
206
207
|
"aria-expanded",
|
|
207
208
|
/*open*/
|
|
208
|
-
|
|
209
|
-
),
|
|
209
|
+
o[0]
|
|
210
|
+
), f(
|
|
210
211
|
l,
|
|
211
212
|
"aria-label",
|
|
212
213
|
/*buttonAriaLabel*/
|
|
213
|
-
|
|
214
|
-
),
|
|
214
|
+
o[7]
|
|
215
|
+
), f(
|
|
215
216
|
e,
|
|
216
217
|
"class",
|
|
217
218
|
/*className*/
|
|
218
|
-
|
|
219
|
-
),
|
|
219
|
+
o[1]
|
|
220
|
+
), f(e, "tabindex", "-1");
|
|
220
221
|
},
|
|
221
|
-
m(u,
|
|
222
|
-
b(u, e,
|
|
223
|
-
|
|
222
|
+
m(u, h) {
|
|
223
|
+
b(u, e, h), p(e, l), n && n.m(l, null), p(e, t), i && i.m(e, null), r = !0, a || (s = [
|
|
224
|
+
v1(
|
|
224
225
|
l,
|
|
225
226
|
"click",
|
|
226
227
|
/*click_handler*/
|
|
227
|
-
|
|
228
|
+
o[10]
|
|
228
229
|
),
|
|
229
|
-
|
|
230
|
+
v1(
|
|
230
231
|
e,
|
|
231
232
|
"focusoutside",
|
|
232
233
|
/*focusoutside_handler*/
|
|
233
|
-
|
|
234
|
+
o[11]
|
|
234
235
|
),
|
|
235
|
-
|
|
236
|
-
],
|
|
236
|
+
Me(Se.call(null, e))
|
|
237
|
+
], a = !0);
|
|
237
238
|
},
|
|
238
|
-
p(u, [
|
|
239
|
-
|
|
240
|
-
256) &&
|
|
241
|
-
|
|
239
|
+
p(u, [h]) {
|
|
240
|
+
n && n.p && (!r || h & /*$$scope*/
|
|
241
|
+
256) && ee(
|
|
242
|
+
n,
|
|
242
243
|
c,
|
|
243
244
|
u,
|
|
244
245
|
/*$$scope*/
|
|
245
246
|
u[8],
|
|
246
|
-
r ?
|
|
247
|
+
r ? le(
|
|
247
248
|
c,
|
|
248
249
|
/*$$scope*/
|
|
249
250
|
u[8],
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
) :
|
|
251
|
+
h,
|
|
252
|
+
je
|
|
253
|
+
) : te(
|
|
253
254
|
/*$$scope*/
|
|
254
255
|
u[8]
|
|
255
256
|
),
|
|
256
|
-
|
|
257
|
-
), (!r ||
|
|
258
|
-
16) &&
|
|
257
|
+
x1
|
|
258
|
+
), (!r || h & /*buttonClass*/
|
|
259
|
+
16) && f(
|
|
259
260
|
l,
|
|
260
261
|
"class",
|
|
261
262
|
/*buttonClass*/
|
|
262
263
|
u[4]
|
|
263
|
-
), (!r ||
|
|
264
|
-
1) &&
|
|
264
|
+
), (!r || h & /*open*/
|
|
265
|
+
1) && f(
|
|
265
266
|
l,
|
|
266
267
|
"aria-expanded",
|
|
267
268
|
/*open*/
|
|
268
269
|
u[0]
|
|
269
|
-
), (!r ||
|
|
270
|
-
128) &&
|
|
270
|
+
), (!r || h & /*buttonAriaLabel*/
|
|
271
|
+
128) && f(
|
|
271
272
|
l,
|
|
272
273
|
"aria-label",
|
|
273
274
|
/*buttonAriaLabel*/
|
|
274
275
|
u[7]
|
|
275
276
|
), /*open*/
|
|
276
|
-
u[0] ? i ? (i.p(u,
|
|
277
|
-
1 &&
|
|
277
|
+
u[0] ? i ? (i.p(u, h), h & /*open*/
|
|
278
|
+
1 && _(i, 1)) : (i = M1(u), i.c(), _(i, 1), i.m(e, null)) : i && (H(), m(i, 1, 1, () => {
|
|
278
279
|
i = null;
|
|
279
|
-
}),
|
|
280
|
-
2) &&
|
|
280
|
+
}), j()), (!r || h & /*className*/
|
|
281
|
+
2) && f(
|
|
281
282
|
e,
|
|
282
283
|
"class",
|
|
283
284
|
/*className*/
|
|
@@ -285,43 +286,43 @@ function Zt(a) {
|
|
|
285
286
|
);
|
|
286
287
|
},
|
|
287
288
|
i(u) {
|
|
288
|
-
r || (
|
|
289
|
+
r || (_(n, u), _(i), r = !0);
|
|
289
290
|
},
|
|
290
291
|
o(u) {
|
|
291
|
-
m(
|
|
292
|
+
m(n, u), m(i), r = !1;
|
|
292
293
|
},
|
|
293
294
|
d(u) {
|
|
294
|
-
u &&
|
|
295
|
+
u && v(e), n && n.d(u), i && i.d(), a = !1, Ze(s);
|
|
295
296
|
}
|
|
296
297
|
};
|
|
297
298
|
}
|
|
298
|
-
function
|
|
299
|
-
let { $$slots: t = {}, $$scope: r } = e, { class:
|
|
300
|
-
const $ = (
|
|
301
|
-
l(0, s = !s),
|
|
302
|
-
},
|
|
303
|
-
|
|
299
|
+
function Re(o, e, l) {
|
|
300
|
+
let { $$slots: t = {}, $$scope: r } = e, { class: a } = e, { open: s = !1 } = e, { as: c = "div" } = e, { transition: n = ze } = e, { buttonClass: i = "" } = e, { contentClass: u = "" } = e, { autoCollapse: h = !0 } = e, { buttonAriaLabel: g } = e;
|
|
301
|
+
const $ = (y) => {
|
|
302
|
+
l(0, s = !s), y.target.focus();
|
|
303
|
+
}, k = () => {
|
|
304
|
+
h && l(0, s = !1);
|
|
304
305
|
};
|
|
305
|
-
return
|
|
306
|
-
"class" in
|
|
306
|
+
return o.$$set = (y) => {
|
|
307
|
+
"class" in y && l(1, a = y.class), "open" in y && l(0, s = y.open), "as" in y && l(2, c = y.as), "transition" in y && l(3, n = y.transition), "buttonClass" in y && l(4, i = y.buttonClass), "contentClass" in y && l(5, u = y.contentClass), "autoCollapse" in y && l(6, h = y.autoCollapse), "buttonAriaLabel" in y && l(7, g = y.buttonAriaLabel), "$$scope" in y && l(8, r = y.$$scope);
|
|
307
308
|
}, [
|
|
308
309
|
s,
|
|
309
|
-
|
|
310
|
+
a,
|
|
310
311
|
c,
|
|
311
|
-
|
|
312
|
+
n,
|
|
312
313
|
i,
|
|
313
314
|
u,
|
|
314
|
-
|
|
315
|
-
|
|
315
|
+
h,
|
|
316
|
+
g,
|
|
316
317
|
r,
|
|
317
318
|
t,
|
|
318
319
|
$,
|
|
319
|
-
|
|
320
|
+
k
|
|
320
321
|
];
|
|
321
322
|
}
|
|
322
|
-
class
|
|
323
|
+
class q extends F {
|
|
323
324
|
constructor(e) {
|
|
324
|
-
super(),
|
|
325
|
+
super(), W(this, e, Re, He, R, {
|
|
325
326
|
class: 1,
|
|
326
327
|
open: 0,
|
|
327
328
|
as: 2,
|
|
@@ -336,53 +337,53 @@ class I extends T {
|
|
|
336
337
|
return this.$$.ctx[1];
|
|
337
338
|
}
|
|
338
339
|
set class(e) {
|
|
339
|
-
this.$$set({ class: e }),
|
|
340
|
+
this.$$set({ class: e }), S();
|
|
340
341
|
}
|
|
341
342
|
get open() {
|
|
342
343
|
return this.$$.ctx[0];
|
|
343
344
|
}
|
|
344
345
|
set open(e) {
|
|
345
|
-
this.$$set({ open: e }),
|
|
346
|
+
this.$$set({ open: e }), S();
|
|
346
347
|
}
|
|
347
348
|
get as() {
|
|
348
349
|
return this.$$.ctx[2];
|
|
349
350
|
}
|
|
350
351
|
set as(e) {
|
|
351
|
-
this.$$set({ as: e }),
|
|
352
|
+
this.$$set({ as: e }), S();
|
|
352
353
|
}
|
|
353
354
|
get transition() {
|
|
354
355
|
return this.$$.ctx[3];
|
|
355
356
|
}
|
|
356
357
|
set transition(e) {
|
|
357
|
-
this.$$set({ transition: e }),
|
|
358
|
+
this.$$set({ transition: e }), S();
|
|
358
359
|
}
|
|
359
360
|
get buttonClass() {
|
|
360
361
|
return this.$$.ctx[4];
|
|
361
362
|
}
|
|
362
363
|
set buttonClass(e) {
|
|
363
|
-
this.$$set({ buttonClass: e }),
|
|
364
|
+
this.$$set({ buttonClass: e }), S();
|
|
364
365
|
}
|
|
365
366
|
get contentClass() {
|
|
366
367
|
return this.$$.ctx[5];
|
|
367
368
|
}
|
|
368
369
|
set contentClass(e) {
|
|
369
|
-
this.$$set({ contentClass: e }),
|
|
370
|
+
this.$$set({ contentClass: e }), S();
|
|
370
371
|
}
|
|
371
372
|
get autoCollapse() {
|
|
372
373
|
return this.$$.ctx[6];
|
|
373
374
|
}
|
|
374
375
|
set autoCollapse(e) {
|
|
375
|
-
this.$$set({ autoCollapse: e }),
|
|
376
|
+
this.$$set({ autoCollapse: e }), S();
|
|
376
377
|
}
|
|
377
378
|
get buttonAriaLabel() {
|
|
378
379
|
return this.$$.ctx[7];
|
|
379
380
|
}
|
|
380
381
|
set buttonAriaLabel(e) {
|
|
381
|
-
this.$$set({ buttonAriaLabel: e }),
|
|
382
|
+
this.$$set({ buttonAriaLabel: e }), S();
|
|
382
383
|
}
|
|
383
384
|
}
|
|
384
|
-
U(
|
|
385
|
-
const
|
|
385
|
+
U(q, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" }, buttonAriaLabel: {} }, ["button", "default"], [], !0);
|
|
386
|
+
const ae = [
|
|
386
387
|
{
|
|
387
388
|
text: "About",
|
|
388
389
|
href: "https://uoguelph.ca/about"
|
|
@@ -406,10 +407,10 @@ const tt = [
|
|
|
406
407
|
{
|
|
407
408
|
text: "Search the University of Guelph",
|
|
408
409
|
href: "https://uoguelph.ca/search",
|
|
409
|
-
icon:
|
|
410
|
+
icon: re,
|
|
410
411
|
excludeFromMainMenu: !0
|
|
411
412
|
}
|
|
412
|
-
],
|
|
413
|
+
], oe = [
|
|
413
414
|
{
|
|
414
415
|
text: "Give",
|
|
415
416
|
href: "https://bbis.alumni.uoguelph.ca/BBIS_Cannon/give/uofg"
|
|
@@ -472,84 +473,179 @@ const tt = [
|
|
|
472
473
|
href: "https://gryphlife.uoguelph.ca/"
|
|
473
474
|
}
|
|
474
475
|
],
|
|
475
|
-
icon:
|
|
476
|
+
icon: ne,
|
|
477
|
+
excludeFromMainMenu: !0
|
|
478
|
+
}
|
|
479
|
+
], ce = [
|
|
480
|
+
{
|
|
481
|
+
text: "About",
|
|
482
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/about/"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
text: "Academics",
|
|
486
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/programs/"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
text: "Admissions",
|
|
490
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/apply/"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
text: "Student Life",
|
|
494
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/student-life/"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
text: "Search the University of Guelph",
|
|
498
|
+
href: "https://uoguelph.ca/search",
|
|
499
|
+
icon: re,
|
|
500
|
+
excludeFromMainMenu: !0
|
|
501
|
+
}
|
|
502
|
+
], ie = [
|
|
503
|
+
{
|
|
504
|
+
text: "Give",
|
|
505
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/alumni/"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
text: "News",
|
|
509
|
+
href: "https://news.uoguelph.ca/"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
text: "Visit Us",
|
|
513
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/campus-tour/"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
text: "Research",
|
|
517
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/about/research/"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
text: "Quick Links",
|
|
521
|
+
links: [
|
|
522
|
+
{
|
|
523
|
+
text: "Future Students",
|
|
524
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/discover/"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
text: "Current Students",
|
|
528
|
+
href: "https://www.ridgetownc.com/current/academic-support/"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
text: "Alumni",
|
|
532
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/alumni/"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
text: "Employer & Partners",
|
|
536
|
+
href: "https://www.ridgetownc.com/about/community/"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
text: "Business Development Centre",
|
|
540
|
+
href: "https://bdc.ridgetownc.com/"
|
|
541
|
+
}
|
|
542
|
+
]
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
text: "APPLY NOW",
|
|
546
|
+
href: "https://preview-ugconthub.netlify.app/ridgetown/apply/",
|
|
547
|
+
highlight: !0
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
text: "Account Menu",
|
|
551
|
+
links: [
|
|
552
|
+
{
|
|
553
|
+
text: "Intranet",
|
|
554
|
+
href: "https://uoguelphca.sharepoint.com/sites/Ridgetown/SitePages/CollabHome.aspx"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
text: "WebAdvisor",
|
|
558
|
+
href: "https://www.uoguelph.ca/webadvisor/"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
text: "GryphMail",
|
|
562
|
+
href: "https://mail.uoguelph.ca/"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
text: "CourseLink",
|
|
566
|
+
href: "https://courselink.uoguelph.ca/"
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
icon: ne,
|
|
476
570
|
excludeFromMainMenu: !0
|
|
477
571
|
}
|
|
478
572
|
];
|
|
479
|
-
function
|
|
480
|
-
const t =
|
|
481
|
-
return t[0] = e[l], t;
|
|
482
|
-
}
|
|
483
|
-
function Nt(a, e, l) {
|
|
484
|
-
const t = a.slice();
|
|
573
|
+
function Z1(o, e, l) {
|
|
574
|
+
const t = o.slice();
|
|
485
575
|
return t[3] = e[l], t;
|
|
486
576
|
}
|
|
487
|
-
function
|
|
488
|
-
|
|
577
|
+
function C1(o, e, l) {
|
|
578
|
+
const t = o.slice();
|
|
579
|
+
return t[6] = e[l], t;
|
|
580
|
+
}
|
|
581
|
+
function Ue(o) {
|
|
582
|
+
let e, l = (
|
|
583
|
+
/*item*/
|
|
584
|
+
o[3].text.toUpperCase() + ""
|
|
585
|
+
), t;
|
|
489
586
|
return {
|
|
490
587
|
c() {
|
|
491
|
-
e =
|
|
492
|
-
a[0].text.toUpperCase()}`, h(e, "class", q(
|
|
588
|
+
e = w("a"), t = V(l), f(e, "class", G(
|
|
493
589
|
"flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey",
|
|
494
590
|
/*item*/
|
|
495
|
-
|
|
496
|
-
)),
|
|
591
|
+
o[3].highlight && "bg-uofg-yellow"
|
|
592
|
+
)), f(
|
|
497
593
|
e,
|
|
498
594
|
"href",
|
|
499
595
|
/*item*/
|
|
500
|
-
|
|
596
|
+
o[3].href
|
|
501
597
|
);
|
|
502
598
|
},
|
|
503
|
-
m(
|
|
504
|
-
b(
|
|
599
|
+
m(r, a) {
|
|
600
|
+
b(r, e, a), p(e, t);
|
|
505
601
|
},
|
|
506
602
|
p: x,
|
|
507
603
|
i: x,
|
|
508
604
|
o: x,
|
|
509
|
-
d(
|
|
510
|
-
|
|
605
|
+
d(r) {
|
|
606
|
+
r && v(e);
|
|
511
607
|
}
|
|
512
608
|
};
|
|
513
609
|
}
|
|
514
|
-
function
|
|
610
|
+
function Fe(o) {
|
|
515
611
|
let e, l;
|
|
516
|
-
return e = new
|
|
612
|
+
return e = new q({
|
|
517
613
|
props: {
|
|
518
614
|
class: "relative h-full",
|
|
519
|
-
buttonClass:
|
|
615
|
+
buttonClass: G(
|
|
520
616
|
"flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey aria-expanded:bg-uofg-grey",
|
|
521
617
|
/*item*/
|
|
522
|
-
|
|
618
|
+
o[3].icon && "[&_svg]:aria-expanded:rotate-180)}"
|
|
523
619
|
),
|
|
524
620
|
contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
|
|
525
621
|
as: "ul",
|
|
526
622
|
buttonAriaLabel: (
|
|
527
623
|
/*item*/
|
|
528
|
-
|
|
624
|
+
o[3].icon ? (
|
|
529
625
|
/*item*/
|
|
530
|
-
|
|
626
|
+
o[3].text
|
|
531
627
|
) : void 0
|
|
532
628
|
),
|
|
533
629
|
$$slots: {
|
|
534
|
-
button: [
|
|
535
|
-
default: [
|
|
630
|
+
button: [Ee],
|
|
631
|
+
default: [We]
|
|
536
632
|
},
|
|
537
|
-
$$scope: { ctx:
|
|
633
|
+
$$scope: { ctx: o }
|
|
538
634
|
}
|
|
539
635
|
}), {
|
|
540
636
|
c() {
|
|
541
|
-
|
|
637
|
+
Z(e.$$.fragment);
|
|
542
638
|
},
|
|
543
639
|
m(t, r) {
|
|
544
|
-
|
|
640
|
+
C(e, t, r), l = !0;
|
|
545
641
|
},
|
|
546
642
|
p(t, r) {
|
|
547
|
-
const
|
|
643
|
+
const a = {};
|
|
548
644
|
r & /*$$scope*/
|
|
549
|
-
|
|
645
|
+
512 && (a.$$scope = { dirty: r, ctx: t }), e.$set(a);
|
|
550
646
|
},
|
|
551
647
|
i(t) {
|
|
552
|
-
l || (
|
|
648
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
553
649
|
},
|
|
554
650
|
o(t) {
|
|
555
651
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -559,99 +655,119 @@ function jt(a) {
|
|
|
559
655
|
}
|
|
560
656
|
};
|
|
561
657
|
}
|
|
562
|
-
function
|
|
563
|
-
let e, l, t
|
|
658
|
+
function L1(o) {
|
|
659
|
+
let e, l, t = (
|
|
660
|
+
/*link*/
|
|
661
|
+
o[6].text + ""
|
|
662
|
+
), r, a, s = [
|
|
564
663
|
{
|
|
565
|
-
class:
|
|
664
|
+
class: G(
|
|
566
665
|
"border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow",
|
|
567
666
|
/*item*/
|
|
568
|
-
|
|
667
|
+
o[3].highlight && "bg-uofg-yellow"
|
|
569
668
|
)
|
|
570
669
|
},
|
|
571
670
|
{
|
|
572
671
|
href: (
|
|
573
672
|
/*link*/
|
|
574
|
-
|
|
673
|
+
o[6].href
|
|
575
674
|
)
|
|
576
675
|
},
|
|
577
676
|
/*link*/
|
|
578
|
-
|
|
579
|
-
],
|
|
580
|
-
for (let
|
|
581
|
-
|
|
677
|
+
o[6].attributes
|
|
678
|
+
], c = {};
|
|
679
|
+
for (let n = 0; n < s.length; n += 1)
|
|
680
|
+
c = O(c, s[n]);
|
|
582
681
|
return {
|
|
583
682
|
c() {
|
|
584
|
-
e =
|
|
585
|
-
a[3].text}`, t = N(), B(l, n);
|
|
683
|
+
e = w("li"), l = w("a"), r = V(t), a = N(), T(l, c);
|
|
586
684
|
},
|
|
587
|
-
m(
|
|
588
|
-
b(
|
|
685
|
+
m(n, i) {
|
|
686
|
+
b(n, e, i), p(e, l), p(l, r), p(e, a);
|
|
589
687
|
},
|
|
590
688
|
p: x,
|
|
591
|
-
d(
|
|
592
|
-
|
|
689
|
+
d(n) {
|
|
690
|
+
n && v(e);
|
|
593
691
|
}
|
|
594
692
|
};
|
|
595
693
|
}
|
|
596
|
-
function
|
|
694
|
+
function We(o) {
|
|
597
695
|
let e, l = A(
|
|
598
696
|
/*item*/
|
|
599
|
-
|
|
697
|
+
o[3].links
|
|
600
698
|
), t = [];
|
|
601
699
|
for (let r = 0; r < l.length; r += 1)
|
|
602
|
-
t[r] =
|
|
700
|
+
t[r] = L1(C1(o, l, r));
|
|
603
701
|
return {
|
|
604
702
|
c() {
|
|
605
703
|
for (let r = 0; r < t.length; r += 1)
|
|
606
704
|
t[r].c();
|
|
607
|
-
e =
|
|
705
|
+
e = B();
|
|
608
706
|
},
|
|
609
|
-
m(r,
|
|
707
|
+
m(r, a) {
|
|
610
708
|
for (let s = 0; s < t.length; s += 1)
|
|
611
|
-
t[s] && t[s].m(r,
|
|
612
|
-
b(r, e,
|
|
709
|
+
t[s] && t[s].m(r, a);
|
|
710
|
+
b(r, e, a);
|
|
711
|
+
},
|
|
712
|
+
p(r, a) {
|
|
713
|
+
if (a & /*links*/
|
|
714
|
+
2) {
|
|
715
|
+
l = A(
|
|
716
|
+
/*item*/
|
|
717
|
+
r[3].links
|
|
718
|
+
);
|
|
719
|
+
let s;
|
|
720
|
+
for (s = 0; s < l.length; s += 1) {
|
|
721
|
+
const c = C1(r, l, s);
|
|
722
|
+
t[s] ? t[s].p(c, a) : (t[s] = L1(c), t[s].c(), t[s].m(e.parentNode, e));
|
|
723
|
+
}
|
|
724
|
+
for (; s < t.length; s += 1)
|
|
725
|
+
t[s].d(1);
|
|
726
|
+
t.length = l.length;
|
|
727
|
+
}
|
|
613
728
|
},
|
|
614
|
-
p: x,
|
|
615
729
|
d(r) {
|
|
616
|
-
r &&
|
|
730
|
+
r && v(e), Y(t, r);
|
|
617
731
|
}
|
|
618
732
|
};
|
|
619
733
|
}
|
|
620
|
-
function
|
|
734
|
+
function Be(o) {
|
|
621
735
|
let e, l, t, r;
|
|
622
|
-
return t = new
|
|
736
|
+
return t = new E({ props: { icon: g1 } }), {
|
|
623
737
|
c() {
|
|
624
|
-
e =
|
|
625
|
-
|
|
738
|
+
e = w("span"), e.textContent = `${/*item*/
|
|
739
|
+
o[3].text.toUpperCase()}`, l = N(), Z(t.$$.fragment);
|
|
626
740
|
},
|
|
627
|
-
m(
|
|
628
|
-
b(
|
|
741
|
+
m(a, s) {
|
|
742
|
+
b(a, e, s), b(a, l, s), C(t, a, s), r = !0;
|
|
629
743
|
},
|
|
630
|
-
|
|
631
|
-
|
|
744
|
+
p: x,
|
|
745
|
+
i(a) {
|
|
746
|
+
r || (_(t.$$.fragment, a), r = !0);
|
|
632
747
|
},
|
|
633
|
-
o(
|
|
634
|
-
m(t.$$.fragment,
|
|
748
|
+
o(a) {
|
|
749
|
+
m(t.$$.fragment, a), r = !1;
|
|
635
750
|
},
|
|
636
|
-
d(
|
|
637
|
-
|
|
751
|
+
d(a) {
|
|
752
|
+
a && (v(e), v(l)), L(t, a);
|
|
638
753
|
}
|
|
639
754
|
};
|
|
640
755
|
}
|
|
641
|
-
function
|
|
756
|
+
function Te(o) {
|
|
642
757
|
let e, l;
|
|
643
|
-
return e = new
|
|
758
|
+
return e = new E({ props: { icon: (
|
|
644
759
|
/*item*/
|
|
645
|
-
|
|
760
|
+
o[3].icon
|
|
646
761
|
) } }), {
|
|
647
762
|
c() {
|
|
648
|
-
|
|
763
|
+
Z(e.$$.fragment);
|
|
649
764
|
},
|
|
650
765
|
m(t, r) {
|
|
651
|
-
|
|
766
|
+
C(e, t, r), l = !0;
|
|
652
767
|
},
|
|
768
|
+
p: x,
|
|
653
769
|
i(t) {
|
|
654
|
-
l || (
|
|
770
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
655
771
|
},
|
|
656
772
|
o(t) {
|
|
657
773
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -661,224 +777,305 @@ function Ht(a) {
|
|
|
661
777
|
}
|
|
662
778
|
};
|
|
663
779
|
}
|
|
664
|
-
function
|
|
780
|
+
function Ee(o) {
|
|
665
781
|
let e, l, t, r;
|
|
666
|
-
const
|
|
667
|
-
function c(
|
|
782
|
+
const a = [Te, Be], s = [];
|
|
783
|
+
function c(n, i) {
|
|
668
784
|
return (
|
|
669
785
|
/*item*/
|
|
670
|
-
|
|
786
|
+
n[3].icon ? 0 : 1
|
|
671
787
|
);
|
|
672
788
|
}
|
|
673
|
-
return l = c(
|
|
789
|
+
return l = c(o), t = s[l] = a[l](o), {
|
|
674
790
|
c() {
|
|
675
|
-
e =
|
|
791
|
+
e = w("span"), t.c(), f(e, "class", "flex gap-2 [&>svg]:transition-transform"), f(e, "slot", "button"), $1(
|
|
676
792
|
e,
|
|
677
793
|
"bg-uofg-yellow",
|
|
678
794
|
/*item*/
|
|
679
|
-
|
|
795
|
+
o[3].highlight
|
|
680
796
|
);
|
|
681
797
|
},
|
|
682
|
-
m(
|
|
683
|
-
b(
|
|
798
|
+
m(n, i) {
|
|
799
|
+
b(n, e, i), s[l].m(e, null), r = !0;
|
|
684
800
|
},
|
|
685
|
-
p
|
|
686
|
-
|
|
687
|
-
r || (p(t), r = !0);
|
|
801
|
+
p(n, i) {
|
|
802
|
+
t.p(n, i);
|
|
688
803
|
},
|
|
689
|
-
|
|
804
|
+
i(n) {
|
|
805
|
+
r || (_(t), r = !0);
|
|
806
|
+
},
|
|
807
|
+
o(n) {
|
|
690
808
|
m(t), r = !1;
|
|
691
809
|
},
|
|
692
|
-
d(
|
|
693
|
-
|
|
810
|
+
d(n) {
|
|
811
|
+
n && v(e), s[l].d();
|
|
694
812
|
}
|
|
695
813
|
};
|
|
696
814
|
}
|
|
697
|
-
function
|
|
698
|
-
let l, t, r,
|
|
699
|
-
const c = [
|
|
700
|
-
function i(u,
|
|
815
|
+
function N1(o, e) {
|
|
816
|
+
let l, t, r, a, s;
|
|
817
|
+
const c = [Fe, Ue], n = [];
|
|
818
|
+
function i(u, h) {
|
|
701
819
|
return (
|
|
702
820
|
/*item*/
|
|
703
|
-
u[
|
|
821
|
+
u[3].links ? 0 : 1
|
|
704
822
|
);
|
|
705
823
|
}
|
|
706
|
-
return t = i(e), r =
|
|
707
|
-
key:
|
|
824
|
+
return t = i(e), r = n[t] = c[t](e), {
|
|
825
|
+
key: o,
|
|
708
826
|
first: null,
|
|
709
827
|
c() {
|
|
710
|
-
l =
|
|
828
|
+
l = w("li"), r.c(), a = N(), this.first = l;
|
|
711
829
|
},
|
|
712
|
-
m(u,
|
|
713
|
-
b(u, l,
|
|
830
|
+
m(u, h) {
|
|
831
|
+
b(u, l, h), n[t].m(l, null), p(l, a), s = !0;
|
|
714
832
|
},
|
|
715
|
-
p(u,
|
|
716
|
-
e = u, r.p(e,
|
|
833
|
+
p(u, h) {
|
|
834
|
+
e = u, r.p(e, h);
|
|
717
835
|
},
|
|
718
836
|
i(u) {
|
|
719
|
-
s || (
|
|
837
|
+
s || (_(r), s = !0);
|
|
720
838
|
},
|
|
721
839
|
o(u) {
|
|
722
840
|
m(r), s = !1;
|
|
723
841
|
},
|
|
724
842
|
d(u) {
|
|
725
|
-
u &&
|
|
843
|
+
u && v(l), n[t].d();
|
|
726
844
|
}
|
|
727
845
|
};
|
|
728
846
|
}
|
|
729
|
-
function
|
|
730
|
-
let e, l, t = [], r = /* @__PURE__ */ new Map(),
|
|
731
|
-
|
|
847
|
+
function Pe(o) {
|
|
848
|
+
let e, l, t = [], r = /* @__PURE__ */ new Map(), a, s = A(
|
|
849
|
+
/*links*/
|
|
850
|
+
o[1]
|
|
851
|
+
);
|
|
852
|
+
const c = (n) => (
|
|
732
853
|
/*item*/
|
|
733
|
-
|
|
734
|
-
|
|
854
|
+
n[3].text || /*item*/
|
|
855
|
+
n[3].title
|
|
735
856
|
);
|
|
736
|
-
for (let
|
|
737
|
-
let i =
|
|
738
|
-
r.set(u, t[
|
|
857
|
+
for (let n = 0; n < s.length; n += 1) {
|
|
858
|
+
let i = Z1(o, s, n), u = c(i);
|
|
859
|
+
r.set(u, t[n] = N1(u, i));
|
|
739
860
|
}
|
|
740
861
|
return {
|
|
741
862
|
c() {
|
|
742
|
-
e =
|
|
743
|
-
for (let
|
|
744
|
-
t[
|
|
745
|
-
|
|
863
|
+
e = w("nav"), l = w("ul");
|
|
864
|
+
for (let n = 0; n < t.length; n += 1)
|
|
865
|
+
t[n].c();
|
|
866
|
+
f(l, "class", "flex h-full items-center justify-end [&>li]:contents"), f(e, "class", "flex h-16 justify-end bg-white px-[calc((100%-1320px)/2)] text-3xl"), f(e, "aria-label", "Secondary");
|
|
746
867
|
},
|
|
747
|
-
m(
|
|
748
|
-
b(
|
|
868
|
+
m(n, i) {
|
|
869
|
+
b(n, e, i), p(e, l);
|
|
749
870
|
for (let u = 0; u < t.length; u += 1)
|
|
750
871
|
t[u] && t[u].m(l, null);
|
|
751
|
-
|
|
872
|
+
a = !0;
|
|
752
873
|
},
|
|
753
|
-
p(
|
|
754
|
-
i & /*undefined*/
|
|
755
|
-
|
|
874
|
+
p(n, [i]) {
|
|
875
|
+
i & /*links, undefined*/
|
|
876
|
+
2 && (s = A(
|
|
877
|
+
/*links*/
|
|
878
|
+
n[1]
|
|
879
|
+
), H(), t = h1(t, i, c, 1, n, s, r, l, p1, N1, null, Z1), j());
|
|
756
880
|
},
|
|
757
|
-
i(
|
|
758
|
-
if (!
|
|
881
|
+
i(n) {
|
|
882
|
+
if (!a) {
|
|
759
883
|
for (let i = 0; i < s.length; i += 1)
|
|
760
|
-
|
|
761
|
-
|
|
884
|
+
_(t[i]);
|
|
885
|
+
a = !0;
|
|
762
886
|
}
|
|
763
887
|
},
|
|
764
|
-
o(
|
|
888
|
+
o(n) {
|
|
765
889
|
for (let i = 0; i < t.length; i += 1)
|
|
766
890
|
m(t[i]);
|
|
767
|
-
|
|
891
|
+
a = !1;
|
|
768
892
|
},
|
|
769
|
-
d(
|
|
770
|
-
|
|
893
|
+
d(n) {
|
|
894
|
+
n && v(e);
|
|
771
895
|
for (let i = 0; i < t.length; i += 1)
|
|
772
896
|
t[i].d();
|
|
773
897
|
}
|
|
774
898
|
};
|
|
775
899
|
}
|
|
776
|
-
|
|
900
|
+
function Ge(o, e, l) {
|
|
901
|
+
let t;
|
|
902
|
+
const r = K("header-state");
|
|
903
|
+
Q(o, r, (s) => l(2, t = s));
|
|
904
|
+
const a = (t == null ? void 0 : t.variant) === "ridgetown" ? ie : oe;
|
|
905
|
+
return [r, a];
|
|
906
|
+
}
|
|
907
|
+
class ue extends F {
|
|
777
908
|
constructor(e) {
|
|
778
|
-
super(),
|
|
909
|
+
super(), W(this, e, Ge, Pe, R, {});
|
|
779
910
|
}
|
|
780
911
|
}
|
|
781
|
-
U(
|
|
782
|
-
function
|
|
912
|
+
U(ue, {}, [], [], !0);
|
|
913
|
+
function Ie(o) {
|
|
783
914
|
let e, l, t;
|
|
784
915
|
return {
|
|
785
916
|
c() {
|
|
786
|
-
e =
|
|
917
|
+
e = d("svg"), l = d("path"), t = d("path"), f(l, "d", "M23.131 0l44.847 90H0V0"), f(l, "fill", "#c20430"), f(t, "d", "M23.131 0l16.03 32.044L55.1 0"), f(t, "fill", "#ffc500"), f(e, "viewBox", "0 0 68 90"), f(e, "xmlns", "http://www.w3.org/2000/svg");
|
|
787
918
|
},
|
|
788
|
-
m(r,
|
|
789
|
-
b(r, e,
|
|
919
|
+
m(r, a) {
|
|
920
|
+
b(r, e, a), p(e, l), p(e, t);
|
|
790
921
|
},
|
|
791
922
|
p: x,
|
|
792
923
|
i: x,
|
|
793
924
|
o: x,
|
|
794
925
|
d(r) {
|
|
795
|
-
r &&
|
|
926
|
+
r && v(e);
|
|
796
927
|
}
|
|
797
928
|
};
|
|
798
929
|
}
|
|
799
|
-
class
|
|
930
|
+
class fe extends F {
|
|
800
931
|
constructor(e) {
|
|
801
|
-
super(),
|
|
932
|
+
super(), W(this, e, null, Ie, R, {});
|
|
802
933
|
}
|
|
803
934
|
}
|
|
804
|
-
U(
|
|
805
|
-
function
|
|
935
|
+
U(fe, {}, [], [], !0);
|
|
936
|
+
function qe(o) {
|
|
806
937
|
let e, l, t;
|
|
807
938
|
return {
|
|
808
939
|
c() {
|
|
809
|
-
e =
|
|
940
|
+
e = d("svg"), l = d("path"), t = d("path"), f(l, "d", "M0 0h100v100H0V0z"), f(t, "fill", "#fff"), f(t, "d", "M74.6 54.9l-.7 2c2.4 0 5.6 1.4 5.6 2.9v9.5c0-.2-.2 5.4-7.8 5.4-13.7 0-15.6-10-15.6-20 0-6.7 2.4-13 5.8-17 3.4-3.8 9.8-3.6 15-3 5 .4 6.8 8.7 6.8 8.7l1.7-.5.2-13.2s-.7-.7-1.2-.5c-.5.3-2.4 1-3.7 1-1 0-4.6-.7-8.3-.7-6.6 0-13 1.4-17.8 8a32 32 0 00-3.4 6.1V28c0-8 4.1-6.3 4.6-7 .5-1.3.5-1.3-.2-1.5H39.9s-2 1.4-.7 1.4c5.4.5 7.6 2.5 7.6 7.4v25.4c0 6.6-5.1 10.5-12.5 10.5C27 64.2 22 59.5 22 51.5v-23c0-8 4.1-6.6 4.4-7.6.7-1 .7-1.2 0-1.2 0 0-9.3.5-16.2 0 0 0-2 1.5-.7 1.5 5.4.5 5.4 2.9 5.4 8v26.2s-.5 13.9 17.8 13.9c7.8 0 12.5-3.2 15-6.4l1.1-1.7c.3 2.5.8 5 1.5 7.1 3 9.6 14 12.2 17.6 12.2 4.6 0 4.6 0 8.8-2.9 2.2-1.2 10.2-4.4 10.2-4.4V59.8c0-2.2 4-3.2 4-3.2l.2-1.7H74.6z"), f(e, "xmlns", "http://www.w3.org/2000/svg"), f(e, "viewBox", "0 0 100 100");
|
|
810
941
|
},
|
|
811
|
-
m(r,
|
|
812
|
-
b(r, e,
|
|
942
|
+
m(r, a) {
|
|
943
|
+
b(r, e, a), p(e, l), p(e, t);
|
|
813
944
|
},
|
|
814
945
|
p: x,
|
|
815
946
|
i: x,
|
|
816
947
|
o: x,
|
|
817
948
|
d(r) {
|
|
818
|
-
r &&
|
|
949
|
+
r && v(e);
|
|
819
950
|
}
|
|
820
951
|
};
|
|
821
952
|
}
|
|
822
|
-
class
|
|
953
|
+
class he extends F {
|
|
823
954
|
constructor(e) {
|
|
824
|
-
super(),
|
|
955
|
+
super(), W(this, e, null, qe, R, {});
|
|
825
956
|
}
|
|
826
957
|
}
|
|
827
|
-
U(
|
|
828
|
-
function
|
|
958
|
+
U(he, {}, [], [], !0);
|
|
959
|
+
function De(o) {
|
|
829
960
|
let e, l, t, r;
|
|
830
961
|
return {
|
|
831
962
|
c() {
|
|
832
|
-
e = y("svg"), l = y("g"), t = y("path"), r = y("path"), h(t, "d", "M223.87 71.503c-2.899.217-5.81.227-8.71.03-1.23-.07-1.43-.07-1.51 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.21.26 2.72 1.11 2.72 4.51l.01 6.43H202.6l-.01-7.96c0-2.05 1.13-2.46 1.88-2.73.36-.13.64-.23.64-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.27-.11-.39-.1-3.56.32-6.38.13-7.89.02-.95-.06-1.11-.07-1.19 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.19.26 2.69 1.1 2.69 4.51l.02 20.68c0 2.05-1.31 2.46-2.18 2.74-.43.13-.74.23-.74.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.55-.32 6.59-.13 8.23-.03l1.03.05c.18 0 .25-.02.29-.05.08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.01-10.13h13.52l.01 11.67c0 2.05-1.18 2.47-1.97 2.74-.37.13-.67.23-.67.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.54-.32 6.7-.13 8.39-.03 1.12.07 1.3.07 1.38 0 .08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.03-20.68c0-2.05 1.41-2.46 2.34-2.73.46-.13.79-.23.79-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.13-.26-.13-.38-.12ZM75.39 92.043h.14c1.83 0 4.16 1.14 4.16 2.03v7.43l-.01.03c-.15.93-1.04 3.96-6.01 3.96h-.27c-6.34 0-9.27-3.61-10.61-6.67-3.1-7.05-.75-17.23 3.42-21.62 1.41-1.48 4.78-3.76 11.57-2.39 3.91.79 5.17 6.69 5.18 6.75l.02.11 1.46-.49.3-10.34-.02-.03c-.54-.73-1.43-.38-2.29-.04-.55.22-1.12.45-1.61.43-4.4-.9-15.18-2.15-20.31 5.73-5.35 7.02-6.38 17.7-2.46 25.38 2.62 5.14 7.02 7.95 12.41 7.95h.38c3.45 0 3.45 0 6.38-1.91l.36-.24c1.66-1.08 7.89-3.38 7.95-3.4l.07-.03v-10.47c0-1.75 3.02-2.45 3.05-2.46l.07-.02.16-1.47h-13l-.49 1.78Zm43.26-20.81c-2.23.21-5.93.09-8.15.02-1.96-.06-1.97-.05-2.03.01-.05.05-.53.54-.43.83.02.07.09.16.28.19 1.59.2 4.26 1.22 4.21 3.8l-.14 16.16a6.291 6.291 0 0 1-3.4 5.65 8.4 8.4 0 0 1-8.26-.04c-2.22-1.37-3.37-3.85-3.24-7l.02-14.85c0-2.22 1.24-2.67 2.06-2.96.39-.14.7-.25.7-.53 0-.22.06-.42.11-.61.07-.24.12-.43.01-.56-.1-.11-.27-.11-.4-.1-3.62.34-7.03.14-8.86.03-1.23-.07-1.43-.08-1.51 0-.08.08-.8.82-.66 1.25.03.1.13.22.39.26 2.13.27 3.22 1.1 3.22 4.88l-.03 15.45c.04 3 1.29 5.55 3.63 7.38a12.768 12.768 0 0 0 7.74 2.52h.1c5.78-.04 11.6-3.69 11.57-11.75-.01-2.7.16-16.36.16-16.5 0-1.38 1.4-1.81 2.33-2.1.49-.15.78-.24.78-.45 0-.13.03-.27.06-.39.05-.2.09-.38-.01-.49-.04-.08-.13-.11-.25-.1Zm49.72 23.14c0 .02-.45 1.91-1.87 3.4a5.292 5.292 0 0 1-2.82 1.49c-3.03.61-6.82.85-8.38-.3a1.797 1.797 0 0 1-.75-1.29c-.07-.71-.02-21.51-.02-21.72 0-2.05 1.52-2.47 2.52-2.74.49-.13.84-.23.84-.5 0-.2.05-.39.1-.56.06-.23.11-.41.01-.53-.09-.11-.26-.11-.37-.1-3.33.31-7.09.13-9.1.03-1.51-.07-1.69-.07-1.76 0-.08.08-.75.77-.61 1.17.03.09.12.21.36.24 2.03.25 3.13 1.05 3.13 4.53l.01 17.51c0 6.15-2.81 6.39-2.84 6.39l-.14.01.38 1.13h.08c.14 0 13.96-.46 17.78-.16l1.01.09c.55.05 1 .1 1.37.1.71 0 1.15-.16 1.43-.71.47-.94.77-7.33.78-7.6l.01-.13-1.13.18-.02.07Zm22.62-21.3c-2.69-2.16-9.17-1.66-14.39-1.26-1.58.12-3.08.24-4.23.25-.92-.05-1.01-.04-1.07.02-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.28.27 2.86 1.2 2.86 4.51l.02 19.83c0 2.06-1.24 2.54-2.06 2.86-.4.16-.69.27-.69.53 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.52-.31 7.02-.13 8.91-.03.67.04 1.05.05 1.27.05.22 0 .28-.02.32-.05.09-.08.8-.93.64-1.4-.03-.1-.13-.24-.38-.26-2.16-.26-3.49-1.1-3.49-4.52l-.01-7.58c0-.28.07-.49.19-.6.08-.07.17-.1.29-.1l1.17.08c2.84.22 7.13.54 9.88-1.23a8.982 8.982 0 0 0 4.07-7.36 7.502 7.502 0 0 0-3.32-6.34Zm-5.32 12.41c-.74.35-1.6.53-2.55.53h-.03c-2.68-.01-3.68-.53-4.05-.96-.22-.26-.19-.47-.19-.49v-9.94c5.24-1.02 9.01.31 10.08 3.56a6.2 6.2 0 0 1-3.26 7.3Zm-41.49 8.66c-.36-.08-.77.3-1.26 1.15-.23.39-.42.77-.6 1.14-.95 1.9-1.63 3.28-6.08 3.28-5.31 0-6.98-.28-7.13-2.06-.15-1.77-.01-10.42 0-11.04.11-.14.78-.85 2.51-.85h3.07c.03 0 2.71.25 3.29 3.15.05.23.17.32.27.34.4.12 1.07-.53 1.14-.6l.03-.03v-6.23a.9.9 0 0 0-.42-.56c-.22-.12-.48-.12-.78-.02l-.05.02-.02.05c-.37 1.29-1.61 1.35-3.77 1.35-2.03 0-4.69.36-5.28.45v-9.01h8.36c.03 0 3.47.19 4.21 3.15.3 1.2.71 1.53 1 1.6.23.06.46-.03.66-.25.4-.46.62-1.48.23-2.49-.75-1.96-.76-5.32-.76-5.35v-.12l-2.34.24h-18.48c-.9 0-1.48.21-1.71.61-.28.49.06 1.06.08 1.09l.03.05h.06c.01 0 1.43-.04 2.54 1.03.9.86 1.35 2.19 1.35 3.95l.02 19.48c0 2.18-1.26 2.71-2.09 3.07-.32.14-.58.24-.67.42-.37.68-.45 1.01-.33 1.21.12.2.43.19.85.18l.34-.01c.12 0 11.68-.3 18.38 0 .24.01.5.07.78.13.31.07.65.15.96.15.44 0 .84-.14 1.12-.64.73-1.27 1.08-6.59 1.09-6.84.02-.11-.09-1.08-.6-1.19Zm-112.71-2.48a2.7 2.7 0 0 0 1.63.49c.64 0 1.27-.16 1.78-.31 2.22-.67 4.81-4.4 4.81-8.21 0-2.16-.77-3.56-2.18-3.93-1.92-.51-4.54 1.08-5.98 3.61-.66 1.17-1.45 2.88-1.44 4.4.03 1.97.49 3.3 1.38 3.95Zm1.87-7.19c.69-1.26 1.56-2.12 2.41-2.36.16-.04.31-.07.46-.07.25 0 .49.06.7.19 1.05.6.85 3.15-.04 4.74-.92 1.64-1.85 2.76-3.39 2.89-.42.03-.74-.11-.95-.43-.59-.9-.24-3.03.81-4.96Z"), h(r, "d", "M54.37 70.083a1.75 1.75 0 0 0-1.3-.22c-5.09.98-7.12 5.32-8.59 10.12-.76.01-1.57-.01-2.44-.06a.37.37 0 0 0-.3.14.37.37 0 0 0-.06.32l.16.51c.16.49.61.82 1.12.82h1.01l-.36 1.29c-1.78 6.44-4.08 12.88-11.28 12.12-.17-.02-.38-.1-.49.02a.52.52 0 0 0-.14.46l.06.38c.03.17.17.3.35.34 4.6 1.11 8.46-1.54 10.22-3.88 1.93-2.56 3.11-6.01 3.94-9.51l.29-1.22c2.76-.03 3.05.16 3.23.28.11.08.2.12.48.12.08 0 .15-.04.19-.1a.23.23 0 0 0 .04-.21l-.35-1.09a1.1 1.1 0 0 0-1.05-.76l-2.09.01c.91-3.38 2.09-6.26 4.64-7.44h.01l.03-.01c.6-.29.85-.26.95-.18.19.14.12.62.05 1.04-.08.51-.16 1.04.14 1.26.24.18.66.1 1.33-.23l.05-.02.64-3.46v-.02a1.19 1.19 0 0 0-.48-.82Zm-17.48-38.41c-2.72.26-7.37.11-10.15.03-2.33-.07-2.48-.07-2.54 0-.08.08-.64.76-.51 1.13.03.09.11.19.31.22.97.12 2.43.5 3.6 1.21 1.47.88 2.2 2.05 2.18 3.47l.02 20.02a8.34 8.34 0 0 1-4.62 7.34 10.58 10.58 0 0 1-10.28-.61c-2.85-1.88-4.28-5.03-4.03-8.86l.02-18.32c0-2.74 1.66-3.39 2.76-3.82.52-.2.89-.35.89-.67 0-.3.09-.52.15-.69.06-.16.11-.28.03-.38-.08-.1-.24-.1-.49-.08-4.43.42-8.59.17-10.83.04-1.47-.09-1.74-.1-1.83-.01a1.192 1.192 0 0 1-.11.1c-.39.35-.79.75-.69 1.06.05.15.2.24.46.27 2.66.33 4.01 1.35 4.01 6l-.04 19.47a11.16 11.16 0 0 0 5.99 10.04 15.78 15.78 0 0 0 7.52 1.83c3.03 0 6.09-.79 8.6-2.35 4.23-2.63 6.43-7.03 6.21-12.4-.14-3.3-.06-19.76-.05-19.93 0-1.71 1.66-2.24 2.76-2.6.56-.18.9-.29.9-.52 0-.17.04-.32.08-.46.05-.19.09-.34 0-.45-.08-.09-.22-.09-.32-.08Zm31.25.33c-2.11.2-5.62.09-7.71.02-1.86-.06-1.87-.05-1.93.01-.08.08-.51.71-.4 1.04.04.11.13.18.26.19 1.59.2 4.26.84 4.26 2.9l-.04 18.56c-.39-.34-1.81-2.07-6.57-8.89-4.45-6.37-9.53-13.91-9.59-13.99l-.04-.06-.07.03c-.03.01-.89.29-6.41-.16h-.04l-.03.02c-.19.13-1.13.82-1.02 1.23.04.15.19.23.45.25 3.89.32 3.87 1.6 3.84 5.01l-.01 1.12-.03 19.66c0 1.31-1.77 1.88-2.83 2.22-.61.2-.92.3-.92.49 0 .11-.02.25-.05.41-.06.33-.11.65.03.8.04.04.11.09.22.08 2.11-.2 5.9-.09 8.17-.02 2.05.06 2.06.05 2.12 0 .1-.1.51-.83.39-1.18a.3.3 0 0 0-.25-.2c-1.53-.19-4.11-.82-4.11-2.9l-.02-18.38c1.67 2.12 14.64 18.74 16.1 23.73.01.03.2.69.64.79l.11.01c.21 0 .42-.13.65-.38.4-.46.61-.54.84-.63.12-.05.25-.1.41-.2.57-.36.58-.64.62-1.26v-.05l-.02-26.53c0-1.31 1.45-1.9 2.41-2.29.51-.2.79-.32.79-.51 0-.12.03-.25.06-.37.05-.2.09-.37-.01-.48-.06-.08-.15-.1-.27-.09Zm190.77.11c-2.24.21-5.84.09-8 .02-1.82-.06-1.9-.05-1.96 0-.05.05-.52.54-.42.83.02.07.09.16.28.18h.32a3.37 3.37 0 0 1 2.69 1.82c.29.66.24 1.37-.14 2.06l-5.87 9.71-5.32-9.2c-.66-1.32-.78-2.62-.33-3.47.31-.58.85-.92 1.61-1.01l.59-.01c.19-.02.26-.12.29-.19.11-.31-.4-.82-.45-.88-.06-.06-.15-.07-2.25 0-2.45.07-6.55.2-8.95-.03-.16-.01-.27.02-.33.1-.11.14-.04.37.06.66l.05.16c.05.16.24.2.52.27.65.15 1.86.42 2.87 2.4l8.42 15.59.07 6.72c-.02 2.86-1.3 3.1-2.06 3.24-.33.06-.62.12-.62.4 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.85-.36 6.9-.14 8.55-.03.51.04.82.06 1 .06.18 0 .24-.02.28-.06.03-.03.84-.85.69-1.3-.05-.15-.18-.23-.4-.26-2.34-.29-2.96-1.34-3-5.07l.02-6.27 8.15-14.59a4.48 4.48 0 0 1 2.93-1.99c.4-.11.64-.17.64-.37 0-.13.04-.26.07-.38.04-.16.08-.29 0-.39-.08-.05-.21-.05-.29-.04Zm-56.72 29.22c-2.04-.25-3.14-1.05-3.14-4.51l-.03-20.51c0-2.05 1.36-2.51 2.26-2.82.44-.15.75-.26.75-.52 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.31.31-7 .13-8.97.03-1.47-.07-1.65-.07-1.72 0-.08.08-.74.76-.61 1.16.03.09.12.21.36.24 1.83.23 4 1.26 4 4.88l.02 20.25c0 2.05-1.25 2.46-2.07 2.74-.39.13-.7.23-.7.49 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.35-.31 6.5-.13 8.19-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.74-.76.61-1.16-.03-.09-.11-.21-.35-.24Zm-21.78-17.36c-.55-.07-1.2-.17-1.83-.36-1.75-.53-4.74-1.82-5.21-4.44-.08-.45-.06-.92.06-1.42.47-1.98 2.52-4.07 6.74-3.44 4.01.6 6.03 3.03 6.01 5.18 0 .1.09.17.18.14l1.15-.34a.28.28 0 0 0 .21-.31 45.093 45.093 0 0 1-.43-4.05c0-.9.24-2.21.38-2.91.15-.73-.06-.56-.06-.56-1.01.52-2.81.26-4.71-.01-1.35-.2-2.74-.4-3.85-.3-6.38.3-9.96 4.51-10.21 8.51a7.117 7.117 0 0 0 1.81 5.22c1.44 1.62 3.65 2.73 6.39 3.21 4.42.97 6.92 2.06 7.48 5.09a5.61 5.61 0 0 1-.19 2.79c-1.2 3.54-4.86 4.11-7.89 3.45-5.15-1.11-7.06-4.52-6.85-7.49 0-.06-.05-.1-.1-.08l-1.51.51a.2.2 0 0 0-.14.21c.17 1.52.35 4.23.03 5.51-.09.37.1.88.53 1.44 1.41 1.81 4.06 3.48 8.5 3.48l.46.01c7.8 0 11.72-4.79 12.07-9.32.31-4.22-2.35-8.84-9.02-9.72Zm48.36-12.05c-.18-.19-.44-.27-.81-.25-.38.02-.86.14-1.47.37-.12.04-.25.07-.37.07h-18.08a.966.966 0 0 1-.37-.07c-1.17-.43-1.83-.49-2.2-.2-.28.22-.39.63-.32 1.29.08.81.04 3.31.01 4.81l-.01 1.04c0 .97.32 1.19.58 1.22.48.05 1.04-.64 1.14-1.2.67-4.02 2.41-3.98 5.29-3.9l1.31.02c1.05 0 1.41.95 1.41 1.39l.01 20.68c0 2.36-1.51 3.03-2.52 3.47-.47.21-.82.36-.82.64 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.82-.36 7.51-.15 9.49-.03.68.04 1.07.06 1.3.06.22 0 .29-.02.33-.06.03-.03.85-.86.69-1.31-.05-.15-.18-.23-.4-.26-2.25-.28-3.56-1.18-3.6-4.98v-19.47c0-.56.39-1.46 1.42-1.46l1.31-.02h.14c2.73-.07 4.11-.11 4.78 3.9.06.33.27.7.54.95.26.23.53.31.75.21.28-.13.43-.52.43-1.18l-.01-1.04c-.02-1.5-.07-4 .01-4.81.05-.58-.02-.96-.25-1.2Zm-117.3-.08c-2.09.2-5.38.09-7.34.02-1.72-.06-1.73-.05-1.78.01-.09.09-.5.74-.39 1.07.04.11.13.18.26.19h.3c.13 0 .24.01.34.04 2.09.5 2.57 3.23 2.12 5.56-.13.68-.35 1.39-.67 2.19l-5.39 13.52-6.32-15.09c-.7-1.83-1.28-3.68-.7-4.79.31-.59.94-.99 1.91-1.23l.69-.09c.13-.02.23-.09.26-.2.12-.35-.32-1.04-.42-1.13-.06-.06-.07-.07-2.26 0-2.42.07-6.48.18-8.71-.02-.12-.01-.2.02-.26.08-.11.12-.06.33-.01.56.03.14.06.28.06.4 0 .19.2.29.54.47.59.31 1.57.83 2.29 2.19 1.01 1.9 11.24 27.73 11.34 27.99.2.63.44.96.72.97h.02c.24 0 .45-.22.64-.66l1.45-3.97c2.76-7.57 8.51-23.33 9.22-24.71a4.195 4.195 0 0 1 1.86-1.94c.25-.14.42-.23.42-.41 0-.11.03-.25.05-.38.05-.24.09-.44-.02-.56-.03-.06-.11-.09-.22-.08Zm26.02 22.93c-.29-.11-.68.12-1.2.71-.12.14-.23.36-.36.65-.58 1.27-1.67 3.64-6.62 3.76-5.36.13-6.96-.33-7.1-2.05-.14-1.73-.01-10.14 0-11 1.96-.59 5.7-.99 5.73-.99 2.21-.1 3 2.33 3.12 3.28.05.44.24.59.38.65.19.08.43.02.64-.16.25-.21.47-.6.4-.98-.08-.39-.02-1.28.05-2.32.14-2.03.29-4.34-.44-4.69-.26-.13-.59-.01-1.01.38-.57.85-1.3 1.49-3 1.8-1.51.28-5.19.56-5.86.61v-9.43c1.05.14 2.34.06 3.7-.03 3.57-.23 7.62-.49 9.13 3.16.36 1.14.73 1.31.98 1.25.49-.12.78-1.29.59-2.37-.38-2.07-.76-5.32-.77-5.36l-.02-.14-.12.06c-.56.28-11 .24-16.61.22h-3.96c-1.45 0-1.63 1.45-1.63 1.47l-.01.11h.11c.02.01 1.43 0 2.54 1.09.89.88 1.34 2.22 1.34 3.97l-.07 19.35c0 2.05-1.42 2.57-2.36 2.91-.45.16-.78.28-.78.54 0 .64.64 1.48 1.32 1.48h18.29c.26 0 .58.08.92.16.37.09.74.17 1.06.17.22 0 .41-.04.56-.15a.783.783 0 0 0 .31-.58c.18-1.42 1.06-6.68 1.07-6.75.02-.07.02-.65-.32-.78Zm-55.71 6.63c-2.33-.29-3.16-1.5-3.16-4.64l-.03-20.62c0-2.06 1.37-2.47 2.27-2.74.44-.13.76-.23.76-.49 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.33.31-7.03.13-9.02.03-1.48-.07-1.65-.07-1.73 0-.08.08-.75.76-.61 1.16.03.09.12.21.36.24 1.84.23 4.02 1.26 4.02 4.89l.04 20.24c0 2.06-1.25 2.53-2.08 2.83-.4.15-.7.26-.7.52 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.36-.32 6.53-.13 8.23-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.75-.77.61-1.16-.03-.09-.12-.2-.36-.23Zm61.64-24.69c.02.68.14 22.03.14 22.24-.12 1.84-1.44 2.23-2.31 2.49-.43.13-.75.22-.75.47 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.66-.12 8.52-.03 1.38.07 1.53.07 1.61 0 .07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-1.98-.24-3.29-1.03-3.29-4.12v-10.03c1.25.14 1.86-.04 2.35.07 1.47.33 3.44 1.9 5.81 6.12.66 1.17 3.73 6.59 3.59 7.42-.06.35-.55.4-.89.45-.29.05-.56.09-.56.32 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.58-.12 8.44-.03.69.03.04.05.26.05s.28-.02.32-.05c.07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-2.04-.24-2.68-1.13-4.98-4.08-.61-.88-1.2-1.79-1.77-2.68-1.84-2.87-3.34-6.42-5.42-8 3.1-.31 4.53-2.03 5.55-3.23a8.04 8.04 0 0 0 1.89-5.57 6.532 6.532 0 0 0-1.95-4.4 7.24 7.24 0 0 0-5.33-1.78c-3.2.11-10.31.02-13.73-.23-.95-.07-1.61-.04-1.99.3-.24.22-.35.56-.35 1.07v.09l.09.01c-.01.02 3.68.53 3.75 3.55Zm4.41-1.92 4.1-.21c2.46-.21 4.53.79 5.55 2.67a4.762 4.762 0 0 1-.38 5.21c-1.66 2.13-5.04 2.75-9.27 1.7v-9.37Z"), h(l, "fill", "#fff"), h(e, "xmlns", "http://www.w3.org/2000/svg"), h(e, "xml:space", "preserve"), h(e, "viewBox", "0 0 260 141");
|
|
963
|
+
e = d("svg"), l = d("g"), t = d("path"), r = d("path"), f(t, "d", "M223.87 71.503c-2.899.217-5.81.227-8.71.03-1.23-.07-1.43-.07-1.51 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.21.26 2.72 1.11 2.72 4.51l.01 6.43H202.6l-.01-7.96c0-2.05 1.13-2.46 1.88-2.73.36-.13.64-.23.64-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.27-.11-.39-.1-3.56.32-6.38.13-7.89.02-.95-.06-1.11-.07-1.19 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.19.26 2.69 1.1 2.69 4.51l.02 20.68c0 2.05-1.31 2.46-2.18 2.74-.43.13-.74.23-.74.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.55-.32 6.59-.13 8.23-.03l1.03.05c.18 0 .25-.02.29-.05.08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.01-10.13h13.52l.01 11.67c0 2.05-1.18 2.47-1.97 2.74-.37.13-.67.23-.67.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.54-.32 6.7-.13 8.39-.03 1.12.07 1.3.07 1.38 0 .08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.03-20.68c0-2.05 1.41-2.46 2.34-2.73.46-.13.79-.23.79-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.13-.26-.13-.38-.12ZM75.39 92.043h.14c1.83 0 4.16 1.14 4.16 2.03v7.43l-.01.03c-.15.93-1.04 3.96-6.01 3.96h-.27c-6.34 0-9.27-3.61-10.61-6.67-3.1-7.05-.75-17.23 3.42-21.62 1.41-1.48 4.78-3.76 11.57-2.39 3.91.79 5.17 6.69 5.18 6.75l.02.11 1.46-.49.3-10.34-.02-.03c-.54-.73-1.43-.38-2.29-.04-.55.22-1.12.45-1.61.43-4.4-.9-15.18-2.15-20.31 5.73-5.35 7.02-6.38 17.7-2.46 25.38 2.62 5.14 7.02 7.95 12.41 7.95h.38c3.45 0 3.45 0 6.38-1.91l.36-.24c1.66-1.08 7.89-3.38 7.95-3.4l.07-.03v-10.47c0-1.75 3.02-2.45 3.05-2.46l.07-.02.16-1.47h-13l-.49 1.78Zm43.26-20.81c-2.23.21-5.93.09-8.15.02-1.96-.06-1.97-.05-2.03.01-.05.05-.53.54-.43.83.02.07.09.16.28.19 1.59.2 4.26 1.22 4.21 3.8l-.14 16.16a6.291 6.291 0 0 1-3.4 5.65 8.4 8.4 0 0 1-8.26-.04c-2.22-1.37-3.37-3.85-3.24-7l.02-14.85c0-2.22 1.24-2.67 2.06-2.96.39-.14.7-.25.7-.53 0-.22.06-.42.11-.61.07-.24.12-.43.01-.56-.1-.11-.27-.11-.4-.1-3.62.34-7.03.14-8.86.03-1.23-.07-1.43-.08-1.51 0-.08.08-.8.82-.66 1.25.03.1.13.22.39.26 2.13.27 3.22 1.1 3.22 4.88l-.03 15.45c.04 3 1.29 5.55 3.63 7.38a12.768 12.768 0 0 0 7.74 2.52h.1c5.78-.04 11.6-3.69 11.57-11.75-.01-2.7.16-16.36.16-16.5 0-1.38 1.4-1.81 2.33-2.1.49-.15.78-.24.78-.45 0-.13.03-.27.06-.39.05-.2.09-.38-.01-.49-.04-.08-.13-.11-.25-.1Zm49.72 23.14c0 .02-.45 1.91-1.87 3.4a5.292 5.292 0 0 1-2.82 1.49c-3.03.61-6.82.85-8.38-.3a1.797 1.797 0 0 1-.75-1.29c-.07-.71-.02-21.51-.02-21.72 0-2.05 1.52-2.47 2.52-2.74.49-.13.84-.23.84-.5 0-.2.05-.39.1-.56.06-.23.11-.41.01-.53-.09-.11-.26-.11-.37-.1-3.33.31-7.09.13-9.1.03-1.51-.07-1.69-.07-1.76 0-.08.08-.75.77-.61 1.17.03.09.12.21.36.24 2.03.25 3.13 1.05 3.13 4.53l.01 17.51c0 6.15-2.81 6.39-2.84 6.39l-.14.01.38 1.13h.08c.14 0 13.96-.46 17.78-.16l1.01.09c.55.05 1 .1 1.37.1.71 0 1.15-.16 1.43-.71.47-.94.77-7.33.78-7.6l.01-.13-1.13.18-.02.07Zm22.62-21.3c-2.69-2.16-9.17-1.66-14.39-1.26-1.58.12-3.08.24-4.23.25-.92-.05-1.01-.04-1.07.02-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.28.27 2.86 1.2 2.86 4.51l.02 19.83c0 2.06-1.24 2.54-2.06 2.86-.4.16-.69.27-.69.53 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.52-.31 7.02-.13 8.91-.03.67.04 1.05.05 1.27.05.22 0 .28-.02.32-.05.09-.08.8-.93.64-1.4-.03-.1-.13-.24-.38-.26-2.16-.26-3.49-1.1-3.49-4.52l-.01-7.58c0-.28.07-.49.19-.6.08-.07.17-.1.29-.1l1.17.08c2.84.22 7.13.54 9.88-1.23a8.982 8.982 0 0 0 4.07-7.36 7.502 7.502 0 0 0-3.32-6.34Zm-5.32 12.41c-.74.35-1.6.53-2.55.53h-.03c-2.68-.01-3.68-.53-4.05-.96-.22-.26-.19-.47-.19-.49v-9.94c5.24-1.02 9.01.31 10.08 3.56a6.2 6.2 0 0 1-3.26 7.3Zm-41.49 8.66c-.36-.08-.77.3-1.26 1.15-.23.39-.42.77-.6 1.14-.95 1.9-1.63 3.28-6.08 3.28-5.31 0-6.98-.28-7.13-2.06-.15-1.77-.01-10.42 0-11.04.11-.14.78-.85 2.51-.85h3.07c.03 0 2.71.25 3.29 3.15.05.23.17.32.27.34.4.12 1.07-.53 1.14-.6l.03-.03v-6.23a.9.9 0 0 0-.42-.56c-.22-.12-.48-.12-.78-.02l-.05.02-.02.05c-.37 1.29-1.61 1.35-3.77 1.35-2.03 0-4.69.36-5.28.45v-9.01h8.36c.03 0 3.47.19 4.21 3.15.3 1.2.71 1.53 1 1.6.23.06.46-.03.66-.25.4-.46.62-1.48.23-2.49-.75-1.96-.76-5.32-.76-5.35v-.12l-2.34.24h-18.48c-.9 0-1.48.21-1.71.61-.28.49.06 1.06.08 1.09l.03.05h.06c.01 0 1.43-.04 2.54 1.03.9.86 1.35 2.19 1.35 3.95l.02 19.48c0 2.18-1.26 2.71-2.09 3.07-.32.14-.58.24-.67.42-.37.68-.45 1.01-.33 1.21.12.2.43.19.85.18l.34-.01c.12 0 11.68-.3 18.38 0 .24.01.5.07.78.13.31.07.65.15.96.15.44 0 .84-.14 1.12-.64.73-1.27 1.08-6.59 1.09-6.84.02-.11-.09-1.08-.6-1.19Zm-112.71-2.48a2.7 2.7 0 0 0 1.63.49c.64 0 1.27-.16 1.78-.31 2.22-.67 4.81-4.4 4.81-8.21 0-2.16-.77-3.56-2.18-3.93-1.92-.51-4.54 1.08-5.98 3.61-.66 1.17-1.45 2.88-1.44 4.4.03 1.97.49 3.3 1.38 3.95Zm1.87-7.19c.69-1.26 1.56-2.12 2.41-2.36.16-.04.31-.07.46-.07.25 0 .49.06.7.19 1.05.6.85 3.15-.04 4.74-.92 1.64-1.85 2.76-3.39 2.89-.42.03-.74-.11-.95-.43-.59-.9-.24-3.03.81-4.96Z"), f(r, "d", "M54.37 70.083a1.75 1.75 0 0 0-1.3-.22c-5.09.98-7.12 5.32-8.59 10.12-.76.01-1.57-.01-2.44-.06a.37.37 0 0 0-.3.14.37.37 0 0 0-.06.32l.16.51c.16.49.61.82 1.12.82h1.01l-.36 1.29c-1.78 6.44-4.08 12.88-11.28 12.12-.17-.02-.38-.1-.49.02a.52.52 0 0 0-.14.46l.06.38c.03.17.17.3.35.34 4.6 1.11 8.46-1.54 10.22-3.88 1.93-2.56 3.11-6.01 3.94-9.51l.29-1.22c2.76-.03 3.05.16 3.23.28.11.08.2.12.48.12.08 0 .15-.04.19-.1a.23.23 0 0 0 .04-.21l-.35-1.09a1.1 1.1 0 0 0-1.05-.76l-2.09.01c.91-3.38 2.09-6.26 4.64-7.44h.01l.03-.01c.6-.29.85-.26.95-.18.19.14.12.62.05 1.04-.08.51-.16 1.04.14 1.26.24.18.66.1 1.33-.23l.05-.02.64-3.46v-.02a1.19 1.19 0 0 0-.48-.82Zm-17.48-38.41c-2.72.26-7.37.11-10.15.03-2.33-.07-2.48-.07-2.54 0-.08.08-.64.76-.51 1.13.03.09.11.19.31.22.97.12 2.43.5 3.6 1.21 1.47.88 2.2 2.05 2.18 3.47l.02 20.02a8.34 8.34 0 0 1-4.62 7.34 10.58 10.58 0 0 1-10.28-.61c-2.85-1.88-4.28-5.03-4.03-8.86l.02-18.32c0-2.74 1.66-3.39 2.76-3.82.52-.2.89-.35.89-.67 0-.3.09-.52.15-.69.06-.16.11-.28.03-.38-.08-.1-.24-.1-.49-.08-4.43.42-8.59.17-10.83.04-1.47-.09-1.74-.1-1.83-.01a1.192 1.192 0 0 1-.11.1c-.39.35-.79.75-.69 1.06.05.15.2.24.46.27 2.66.33 4.01 1.35 4.01 6l-.04 19.47a11.16 11.16 0 0 0 5.99 10.04 15.78 15.78 0 0 0 7.52 1.83c3.03 0 6.09-.79 8.6-2.35 4.23-2.63 6.43-7.03 6.21-12.4-.14-3.3-.06-19.76-.05-19.93 0-1.71 1.66-2.24 2.76-2.6.56-.18.9-.29.9-.52 0-.17.04-.32.08-.46.05-.19.09-.34 0-.45-.08-.09-.22-.09-.32-.08Zm31.25.33c-2.11.2-5.62.09-7.71.02-1.86-.06-1.87-.05-1.93.01-.08.08-.51.71-.4 1.04.04.11.13.18.26.19 1.59.2 4.26.84 4.26 2.9l-.04 18.56c-.39-.34-1.81-2.07-6.57-8.89-4.45-6.37-9.53-13.91-9.59-13.99l-.04-.06-.07.03c-.03.01-.89.29-6.41-.16h-.04l-.03.02c-.19.13-1.13.82-1.02 1.23.04.15.19.23.45.25 3.89.32 3.87 1.6 3.84 5.01l-.01 1.12-.03 19.66c0 1.31-1.77 1.88-2.83 2.22-.61.2-.92.3-.92.49 0 .11-.02.25-.05.41-.06.33-.11.65.03.8.04.04.11.09.22.08 2.11-.2 5.9-.09 8.17-.02 2.05.06 2.06.05 2.12 0 .1-.1.51-.83.39-1.18a.3.3 0 0 0-.25-.2c-1.53-.19-4.11-.82-4.11-2.9l-.02-18.38c1.67 2.12 14.64 18.74 16.1 23.73.01.03.2.69.64.79l.11.01c.21 0 .42-.13.65-.38.4-.46.61-.54.84-.63.12-.05.25-.1.41-.2.57-.36.58-.64.62-1.26v-.05l-.02-26.53c0-1.31 1.45-1.9 2.41-2.29.51-.2.79-.32.79-.51 0-.12.03-.25.06-.37.05-.2.09-.37-.01-.48-.06-.08-.15-.1-.27-.09Zm190.77.11c-2.24.21-5.84.09-8 .02-1.82-.06-1.9-.05-1.96 0-.05.05-.52.54-.42.83.02.07.09.16.28.18h.32a3.37 3.37 0 0 1 2.69 1.82c.29.66.24 1.37-.14 2.06l-5.87 9.71-5.32-9.2c-.66-1.32-.78-2.62-.33-3.47.31-.58.85-.92 1.61-1.01l.59-.01c.19-.02.26-.12.29-.19.11-.31-.4-.82-.45-.88-.06-.06-.15-.07-2.25 0-2.45.07-6.55.2-8.95-.03-.16-.01-.27.02-.33.1-.11.14-.04.37.06.66l.05.16c.05.16.24.2.52.27.65.15 1.86.42 2.87 2.4l8.42 15.59.07 6.72c-.02 2.86-1.3 3.1-2.06 3.24-.33.06-.62.12-.62.4 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.85-.36 6.9-.14 8.55-.03.51.04.82.06 1 .06.18 0 .24-.02.28-.06.03-.03.84-.85.69-1.3-.05-.15-.18-.23-.4-.26-2.34-.29-2.96-1.34-3-5.07l.02-6.27 8.15-14.59a4.48 4.48 0 0 1 2.93-1.99c.4-.11.64-.17.64-.37 0-.13.04-.26.07-.38.04-.16.08-.29 0-.39-.08-.05-.21-.05-.29-.04Zm-56.72 29.22c-2.04-.25-3.14-1.05-3.14-4.51l-.03-20.51c0-2.05 1.36-2.51 2.26-2.82.44-.15.75-.26.75-.52 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.31.31-7 .13-8.97.03-1.47-.07-1.65-.07-1.72 0-.08.08-.74.76-.61 1.16.03.09.12.21.36.24 1.83.23 4 1.26 4 4.88l.02 20.25c0 2.05-1.25 2.46-2.07 2.74-.39.13-.7.23-.7.49 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.35-.31 6.5-.13 8.19-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.74-.76.61-1.16-.03-.09-.11-.21-.35-.24Zm-21.78-17.36c-.55-.07-1.2-.17-1.83-.36-1.75-.53-4.74-1.82-5.21-4.44-.08-.45-.06-.92.06-1.42.47-1.98 2.52-4.07 6.74-3.44 4.01.6 6.03 3.03 6.01 5.18 0 .1.09.17.18.14l1.15-.34a.28.28 0 0 0 .21-.31 45.093 45.093 0 0 1-.43-4.05c0-.9.24-2.21.38-2.91.15-.73-.06-.56-.06-.56-1.01.52-2.81.26-4.71-.01-1.35-.2-2.74-.4-3.85-.3-6.38.3-9.96 4.51-10.21 8.51a7.117 7.117 0 0 0 1.81 5.22c1.44 1.62 3.65 2.73 6.39 3.21 4.42.97 6.92 2.06 7.48 5.09a5.61 5.61 0 0 1-.19 2.79c-1.2 3.54-4.86 4.11-7.89 3.45-5.15-1.11-7.06-4.52-6.85-7.49 0-.06-.05-.1-.1-.08l-1.51.51a.2.2 0 0 0-.14.21c.17 1.52.35 4.23.03 5.51-.09.37.1.88.53 1.44 1.41 1.81 4.06 3.48 8.5 3.48l.46.01c7.8 0 11.72-4.79 12.07-9.32.31-4.22-2.35-8.84-9.02-9.72Zm48.36-12.05c-.18-.19-.44-.27-.81-.25-.38.02-.86.14-1.47.37-.12.04-.25.07-.37.07h-18.08a.966.966 0 0 1-.37-.07c-1.17-.43-1.83-.49-2.2-.2-.28.22-.39.63-.32 1.29.08.81.04 3.31.01 4.81l-.01 1.04c0 .97.32 1.19.58 1.22.48.05 1.04-.64 1.14-1.2.67-4.02 2.41-3.98 5.29-3.9l1.31.02c1.05 0 1.41.95 1.41 1.39l.01 20.68c0 2.36-1.51 3.03-2.52 3.47-.47.21-.82.36-.82.64 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.82-.36 7.51-.15 9.49-.03.68.04 1.07.06 1.3.06.22 0 .29-.02.33-.06.03-.03.85-.86.69-1.31-.05-.15-.18-.23-.4-.26-2.25-.28-3.56-1.18-3.6-4.98v-19.47c0-.56.39-1.46 1.42-1.46l1.31-.02h.14c2.73-.07 4.11-.11 4.78 3.9.06.33.27.7.54.95.26.23.53.31.75.21.28-.13.43-.52.43-1.18l-.01-1.04c-.02-1.5-.07-4 .01-4.81.05-.58-.02-.96-.25-1.2Zm-117.3-.08c-2.09.2-5.38.09-7.34.02-1.72-.06-1.73-.05-1.78.01-.09.09-.5.74-.39 1.07.04.11.13.18.26.19h.3c.13 0 .24.01.34.04 2.09.5 2.57 3.23 2.12 5.56-.13.68-.35 1.39-.67 2.19l-5.39 13.52-6.32-15.09c-.7-1.83-1.28-3.68-.7-4.79.31-.59.94-.99 1.91-1.23l.69-.09c.13-.02.23-.09.26-.2.12-.35-.32-1.04-.42-1.13-.06-.06-.07-.07-2.26 0-2.42.07-6.48.18-8.71-.02-.12-.01-.2.02-.26.08-.11.12-.06.33-.01.56.03.14.06.28.06.4 0 .19.2.29.54.47.59.31 1.57.83 2.29 2.19 1.01 1.9 11.24 27.73 11.34 27.99.2.63.44.96.72.97h.02c.24 0 .45-.22.64-.66l1.45-3.97c2.76-7.57 8.51-23.33 9.22-24.71a4.195 4.195 0 0 1 1.86-1.94c.25-.14.42-.23.42-.41 0-.11.03-.25.05-.38.05-.24.09-.44-.02-.56-.03-.06-.11-.09-.22-.08Zm26.02 22.93c-.29-.11-.68.12-1.2.71-.12.14-.23.36-.36.65-.58 1.27-1.67 3.64-6.62 3.76-5.36.13-6.96-.33-7.1-2.05-.14-1.73-.01-10.14 0-11 1.96-.59 5.7-.99 5.73-.99 2.21-.1 3 2.33 3.12 3.28.05.44.24.59.38.65.19.08.43.02.64-.16.25-.21.47-.6.4-.98-.08-.39-.02-1.28.05-2.32.14-2.03.29-4.34-.44-4.69-.26-.13-.59-.01-1.01.38-.57.85-1.3 1.49-3 1.8-1.51.28-5.19.56-5.86.61v-9.43c1.05.14 2.34.06 3.7-.03 3.57-.23 7.62-.49 9.13 3.16.36 1.14.73 1.31.98 1.25.49-.12.78-1.29.59-2.37-.38-2.07-.76-5.32-.77-5.36l-.02-.14-.12.06c-.56.28-11 .24-16.61.22h-3.96c-1.45 0-1.63 1.45-1.63 1.47l-.01.11h.11c.02.01 1.43 0 2.54 1.09.89.88 1.34 2.22 1.34 3.97l-.07 19.35c0 2.05-1.42 2.57-2.36 2.91-.45.16-.78.28-.78.54 0 .64.64 1.48 1.32 1.48h18.29c.26 0 .58.08.92.16.37.09.74.17 1.06.17.22 0 .41-.04.56-.15a.783.783 0 0 0 .31-.58c.18-1.42 1.06-6.68 1.07-6.75.02-.07.02-.65-.32-.78Zm-55.71 6.63c-2.33-.29-3.16-1.5-3.16-4.64l-.03-20.62c0-2.06 1.37-2.47 2.27-2.74.44-.13.76-.23.76-.49 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.33.31-7.03.13-9.02.03-1.48-.07-1.65-.07-1.73 0-.08.08-.75.76-.61 1.16.03.09.12.21.36.24 1.84.23 4.02 1.26 4.02 4.89l.04 20.24c0 2.06-1.25 2.53-2.08 2.83-.4.15-.7.26-.7.52 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.36-.32 6.53-.13 8.23-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.75-.77.61-1.16-.03-.09-.12-.2-.36-.23Zm61.64-24.69c.02.68.14 22.03.14 22.24-.12 1.84-1.44 2.23-2.31 2.49-.43.13-.75.22-.75.47 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.66-.12 8.52-.03 1.38.07 1.53.07 1.61 0 .07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-1.98-.24-3.29-1.03-3.29-4.12v-10.03c1.25.14 1.86-.04 2.35.07 1.47.33 3.44 1.9 5.81 6.12.66 1.17 3.73 6.59 3.59 7.42-.06.35-.55.4-.89.45-.29.05-.56.09-.56.32 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.58-.12 8.44-.03.69.03.04.05.26.05s.28-.02.32-.05c.07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-2.04-.24-2.68-1.13-4.98-4.08-.61-.88-1.2-1.79-1.77-2.68-1.84-2.87-3.34-6.42-5.42-8 3.1-.31 4.53-2.03 5.55-3.23a8.04 8.04 0 0 0 1.89-5.57 6.532 6.532 0 0 0-1.95-4.4 7.24 7.24 0 0 0-5.33-1.78c-3.2.11-10.31.02-13.73-.23-.95-.07-1.61-.04-1.99.3-.24.22-.35.56-.35 1.07v.09l.09.01c-.01.02 3.68.53 3.75 3.55Zm4.41-1.92 4.1-.21c2.46-.21 4.53.79 5.55 2.67a4.762 4.762 0 0 1-.38 5.21c-1.66 2.13-5.04 2.75-9.27 1.7v-9.37Z"), f(l, "fill", "#fff"), f(e, "xmlns", "http://www.w3.org/2000/svg"), f(e, "xml:space", "preserve"), f(e, "viewBox", "0 0 260 141");
|
|
833
964
|
},
|
|
834
|
-
m(
|
|
835
|
-
b(
|
|
965
|
+
m(a, s) {
|
|
966
|
+
b(a, e, s), p(e, l), p(l, t), p(l, r);
|
|
836
967
|
},
|
|
837
968
|
p: x,
|
|
838
969
|
i: x,
|
|
839
970
|
o: x,
|
|
840
|
-
d(
|
|
841
|
-
|
|
971
|
+
d(a) {
|
|
972
|
+
a && v(e);
|
|
842
973
|
}
|
|
843
974
|
};
|
|
844
975
|
}
|
|
845
|
-
class
|
|
976
|
+
let pe = class extends F {
|
|
846
977
|
constructor(e) {
|
|
847
|
-
super(),
|
|
978
|
+
super(), W(this, e, null, De, R, {});
|
|
848
979
|
}
|
|
980
|
+
};
|
|
981
|
+
U(pe, {}, [], [], !0);
|
|
982
|
+
function Oe(o) {
|
|
983
|
+
let e, l, t, r, a, s, c, n, i, u, h, g;
|
|
984
|
+
return {
|
|
985
|
+
c() {
|
|
986
|
+
e = d("svg"), l = d("defs"), t = d("style"), r = V(".cls-5{fill:#ba1436;stroke-width:0}"), a = d("path"), s = d("path"), c = d("text"), n = d("tspan"), i = V("Ridgetown"), u = d("tspan"), h = V("Campus"), g = d("path"), f(a, "d", "M65.87 36.01h1.84v18.03h-1.84z"), f(a, "class", "cls-5"), f(s, "d", "M65.87 18.03h1.84v18.03h-1.84zM65.87 0h1.84v18.03h-1.84z"), f(s, "class", "cls-5"), f(n, "x", "0"), f(n, "y", "0"), f(u, "x", "0"), f(u, "y", "23"), P(c, "fill", "#fff"), P(c, "font-family", "Roboto-Regular,Roboto"), P(c, "font-size", "21.95px"), f(c, "transform", "translate(79.77 22.54)"), f(g, "d", "m42.34 29.74-.41 1.49h.12c1.52 0 3.47.95 3.47 1.69v6.22c-.13.77-.86 3.3-5.01 3.3s-6.65-1.3-8.2-3.96c-1.49-2.57-1.68-6.03-1.68-8.77 0-4.13 1.37-8.19 3.66-10.86 2.07-2.42 6.04-2.36 9.65-1.99 3.33.34 4.3 5.57 4.31 5.62l.02.1 1.23-.41.24-8.65-.03-.03s-.52-.51-.93-.38c-.08.03-.2.08-.36.14-.54.21-1.45.57-1.99.57-.24 0-.69-.07-1.26-.17-1.07-.18-2.54-.42-4.08-.42-5.26 0-8.94 1.71-11.59 5.38a21.07 21.07 0 0 0-2.04 3.49v-9.5l.01-.1c0-3.95 1.51-4.24 2.33-4.39.27-.05.48-.09.57-.25.23-.42.34-.63.27-.8-.05-.12-.19-.18-.41-.23-.06 0-5.64-.07-10.15 0h-.03l-.02.02c-.21.15-.88.65-.79.97.03.12.15.19.36.21 3.48.29 4.84 1.59 4.84 4.64v16.31c0 4.13-3.14 6.79-7.99 6.79s-7.98-3.23-7.98-8.22V12.71c0-3.96 1.52-4.31 2.34-4.5.27-.06.48-.11.56-.26.23-.42.34-.63.27-.8-.05-.12-.19-.18-.39-.23h-.02c-.06 0-6.04.35-10.37 0H.83l-.03.02c-.21.15-.88.65-.79.97.03.12.15.19.36.21 3.28.27 3.42 1.75 3.42 5.07v16.85s-.1 3.35 2.4 5.96c2.02 2.1 5.11 3.16 9.21 3.16 5.62 0 8.41-2.55 9.56-4.06.02-.02.34-.35.76-.94.18 1.47.49 2.94.93 4.36 1.82 5.91 8.65 7.9 11.48 7.9s2.88 0 5.33-1.6l.3-.2c1.38-.9 6.58-2.82 6.63-2.84l.06-.02v-8.73c0-1.45 2.51-2.04 2.54-2.05h.06l.14-1.25H42.33Z"), P(g, "stroke-width", "0"), P(g, "fill", "#fff"), f(e, "xmlns", "http://www.w3.org/2000/svg"), f(e, "id", "Layer_1"), f(e, "data-name", "Layer 1"), f(e, "viewBox", "0 0 183.03 54.03");
|
|
987
|
+
},
|
|
988
|
+
m($, k) {
|
|
989
|
+
b($, e, k), p(e, l), p(l, t), p(t, r), p(e, a), p(e, s), p(e, c), p(c, n), p(n, i), p(c, u), p(u, h), p(e, g);
|
|
990
|
+
},
|
|
991
|
+
p: x,
|
|
992
|
+
i: x,
|
|
993
|
+
o: x,
|
|
994
|
+
d($) {
|
|
995
|
+
$ && v(e);
|
|
996
|
+
}
|
|
997
|
+
};
|
|
998
|
+
}
|
|
999
|
+
class ge extends F {
|
|
1000
|
+
constructor(e) {
|
|
1001
|
+
super(), W(this, e, null, Oe, R, {});
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
U(ge, {}, [], [], !0);
|
|
1005
|
+
function Qe(o) {
|
|
1006
|
+
let e, l, t, r, a, s, c, n, i, u, h, g, $;
|
|
1007
|
+
return {
|
|
1008
|
+
c() {
|
|
1009
|
+
e = d("svg"), l = d("defs"), t = d("style"), r = V(".cls-2{fill:#fff}.cls-5{fill:#ba1436}.cls-2,.cls-5{stroke-width:0}"), a = d("path"), s = d("path"), c = d("path"), n = d("path"), i = d("text"), u = d("tspan"), h = V("Ridgetown"), g = d("tspan"), $ = V("Campus"), f(a, "d", "M128.92 28.15c-2.03.18-3.98.07-5.03.02-.71-.04-.83-.04-.87 0-.05.04-.45.44-.37.67.03.08.1.13.22.14 1.28.15 1.57.64 1.57 2.61v3.71h-7.81v-4.6c0-1.19.65-1.42 1.08-1.58.21-.08.37-.13.37-.29 0-.11.03-.22.06-.32.04-.13.07-.23 0-.3-.05-.06-.15-.06-.23-.06-2.06.18-3.69.07-4.56.01-.55-.04-.64-.04-.69 0-.05.04-.45.44-.37.67.03.08.1.13.22.14 1.27.15 1.56.64 1.56 2.61v11.95c.01 1.19-.74 1.42-1.25 1.58-.25.08-.43.13-.43.29 0 .12-.03.22-.06.32-.04.13-.07.23 0 .3.05.06.15.06.23.06 2.05-.18 3.81-.07 4.76-.01.31.02.49.03.6.03s.14 0 .16-.03c.05-.04.45-.44.37-.67-.03-.08-.1-.13-.22-.14-1.28-.15-1.59-.66-1.59-2.61V36.8h7.8v6.74c0 1.19-.68 1.42-1.13 1.58-.22.08-.39.13-.39.29 0 .12-.03.22-.06.32-.04.13-.07.23 0 .3.05.06.16.06.23.06 2.04-.18 3.87-.07 4.85-.01.65.04.75.04.8 0 .05-.04.45-.44.37-.67-.03-.08-.1-.13-.22-.14-1.28-.15-1.59-.66-1.59-2.61l-.02-11.95c0-1.18.81-1.42 1.35-1.58.26-.08.45-.13.45-.29 0-.11.03-.22.06-.32.04-.13.07-.23 0-.3-.05-.06-.15-.06-.23-.06ZM43.12 40.02h.08c1.06 0 2.41.66 2.41 1.17v4.31c-.09.54-.6 2.29-3.47 2.29h-.16c-3.66 0-5.36-2.09-6.13-3.85-1.79-4.07-.43-9.95 1.98-12.49.81-.86 2.76-2.17 6.69-1.38 2.26.46 2.99 3.87 3 3.9v.07l.86-.28.17-5.98v-.02c-.32-.42-.84-.22-1.34-.02-.32.13-.65.26-.93.25-2.54-.52-8.77-1.24-11.74 3.31-3.09 4.06-3.69 10.23-1.42 14.67 1.52 2.97 4.06 4.59 7.17 4.59h.22q1.99 0 3.69-1.11l.21-.14c.96-.62 4.56-1.95 4.59-1.97h.04v-6.06c0-1.01 1.74-1.42 1.76-1.42h.04l.09-.86h-7.51l-.28 1.02ZM68.12 28c-1.29.12-3.43.05-4.71.01-1.13-.04-1.14-.03-1.17 0-.03.03-.3.31-.25.48.01.04.05.09.16.11.92.11 2.46.71 2.43 2.2 0 .09-.08 9.19-.08 9.34 0 1.4-.7 2.56-1.96 3.26-1.48.83-3.4.82-4.77-.03-1.28-.79-1.95-2.23-1.87-4.05v-8.58c.01-1.29.73-1.54 1.2-1.71.22-.08.4-.14.4-.31 0-.13.03-.24.06-.35.04-.14.07-.25 0-.32-.06-.07-.16-.06-.23-.06-2.09.2-4.06.08-5.12.02-.71-.04-.83-.05-.87 0-.05.05-.46.48-.38.72.02.06.07.13.22.15 1.23.15 1.86.63 1.86 2.82l-.02 8.93c.02 1.73.75 3.21 2.1 4.26 1.19.93 2.81 1.45 4.47 1.45h.06c3.34-.03 6.7-2.13 6.69-6.79 0-1.56.09-9.45.1-9.54 0-.8.81-1.05 1.34-1.22.28-.09.45-.14.45-.26 0-.07.02-.15.04-.23.03-.12.05-.22 0-.28-.03-.04-.09-.05-.16-.05ZM96.85 41.36s-.26 1.11-1.08 1.96c-.41.43-.98.73-1.63.86-1.75.35-3.94.49-4.84-.18-.26-.19-.4-.44-.43-.75-.04-.41-.01-12.43-.01-12.55 0-1.19.88-1.43 1.46-1.59.28-.08.49-.13.49-.29 0-.12.03-.23.06-.32.04-.13.06-.23 0-.31-.05-.06-.15-.06-.22-.06-1.93.18-4.09.07-5.26.02-.87-.04-.98-.04-1.02 0-.04.04-.43.44-.35.68.02.05.07.12.21.14 1.17.15 1.81.61 1.81 2.62v10.12c0 3.55-1.63 3.69-1.64 3.69h-.08l.22.66h.04c.08 0 8.07-.27 10.27-.09.21.02.41.04.59.05.32.03.58.06.79.06.41 0 .66-.09.82-.41.27-.54.45-4.24.45-4.39v-.07l-.65.11v.04ZM109.92 29.06c-1.55-1.25-5.3-.96-8.31-.73-.92.07-1.78.14-2.45.15-.53-.03-.58-.02-.62.01-.05.04-.45.44-.37.67.03.08.1.13.22.14 1.31.16 1.66.69 1.66 2.61v11.46c.01 1.19-.7 1.47-1.18 1.65-.23.09-.4.16-.4.31 0 .11-.03.23-.06.32-.04.13-.07.23 0 .3.05.06.15.06.23.06 2.03-.18 4.06-.07 5.15-.02.39.02.6.03.73.03s.16-.01.18-.03c.05-.05.46-.54.37-.81-.02-.06-.07-.14-.22-.15-1.25-.15-2.02-.64-2.02-2.61v-4.38c0-.16.03-.28.1-.35.04-.04.1-.06.17-.06.2.01.43.03.67.05 1.64.12 4.12.31 5.71-.71 1.43-.93 2.34-2.56 2.35-4.25.01-1.5-.68-2.84-1.9-3.66Zm-3.08 7.17c-.43.2-.93.31-1.48.31h-.02c-1.55 0-2.13-.31-2.34-.55-.13-.15-.11-.27-.11-.28v-5.74c3.03-.59 5.21.18 5.83 2.06.52 1.59-.32 3.48-1.88 4.22ZM82.88 41.24c-.21-.05-.44.17-.73.66-.13.23-.24.45-.35.66-.55 1.1-.94 1.89-3.52 1.89-3.07 0-4.04-.16-4.12-1.19-.09-1.02 0-6.02 0-6.38.06-.08.45-.49 1.45-.49h1.77s1.57.14 1.9 1.82c.03.13.1.18.15.2.23.07.62-.3.66-.35l.02-.02v-3.6s-.06-.22-.24-.32c-.12-.07-.28-.07-.45 0h-.03v.04c-.22.74-.93.78-2.18.78-1.18 0-2.71.21-3.05.26v-5.21h4.83s2.01.11 2.43 1.82c.17.69.41.89.58.93.13.03.27-.02.38-.15.23-.26.36-.86.13-1.44-.44-1.13-.44-3.07-.44-3.09v-.07l-1.35.14H70.04c-.52 0-.85.12-.99.35-.16.28.04.61.04.63l.02.03h.04s.83-.03 1.47.59c.52.5.78 1.27.78 2.28v11.25c0 1.26-.72 1.57-1.2 1.77-.19.08-.33.14-.39.24-.21.39-.26.58-.19.7s.25.11.49.11h.2c.07 0 6.75-.18 10.62 0 .14 0 .29.04.45.08.18.04.37.08.56.08.25 0 .49-.08.65-.37.42-.73.62-3.81.63-3.95 0-.06-.07-.62-.36-.69ZM17.74 39.8c.28.21.61.28.94.28.37 0 .73-.09 1.03-.18 1.28-.39 2.78-2.54 2.78-4.74 0-1.25-.45-2.06-1.26-2.27-1.11-.29-2.63.62-3.45 2.08-.38.68-.84 1.67-.83 2.54.01 1.14.28 1.91.79 2.29Zm1.08-4.16c.4-.73.9-1.22 1.39-1.36a.869.869 0 0 1 .68.07c.61.35.49 1.82-.02 2.74-.53.95-1.07 1.6-1.96 1.67-.24.02-.43-.06-.55-.25-.34-.52-.14-1.75.47-2.87Z"), f(a, "class", "cls-2"), f(s, "d", "M30.98 27.33c-.19-.13-.47-.18-.75-.13-2.94.57-4.11 3.07-4.96 5.85-.44 0-.91 0-1.41-.03-.07 0-.13.03-.17.08-.04.05-.05.12-.03.18l.09.29c.09.28.35.47.65.47h.59l-.21.74c-1.03 3.72-2.36 7.44-6.52 7-.1-.01-.22-.06-.29.01-.07.07-.1.17-.08.26l.03.22c.02.1.1.17.2.2 2.66.64 4.89-.89 5.91-2.24 1.12-1.48 1.8-3.47 2.28-5.5.06-.24.11-.47.17-.7 1.59-.02 1.76.09 1.86.16.06.04.12.07.28.07s.09-.02.11-.06c.03-.04.03-.08.02-.12l-.2-.63a.646.646 0 0 0-.61-.44h-1.21c.52-1.95 1.21-3.62 2.68-4.29s.02 0 .02 0c.35-.17.49-.15.55-.11.11.08.07.36.03.6-.04.3-.09.6.08.73.14.1.38.06.77-.13h.03l.37-2.01a.675.675 0 0 0-.28-.46ZM20.88 5.13c-1.57.15-4.26.07-5.87.02-1.35-.04-1.43-.04-1.47 0-.05.05-.37.44-.29.66.02.05.06.11.18.13.56.07 1.4.29 2.08.7.85.51 1.27 1.18 1.26 2l.01 11.57c-.1 1.91-1.05 3.42-2.67 4.24-1.83.93-4.22.78-5.94-.35-1.64-1.09-2.47-2.9-2.33-5.12L5.86 8.4c0-1.58.96-1.96 1.6-2.21.3-.12.52-.2.52-.39 0-.17.05-.3.09-.4.03-.09.06-.16.02-.22-.04-.06-.14-.06-.28-.05-2.56.24-4.97.1-6.26.02-.85-.05-1-.06-1.06 0l-.06.06c-.22.2-.46.44-.4.61.03.09.12.14.26.16 1.54.19 2.31.78 2.31 3.47L2.58 20.7c.03 2.53 1.26 4.6 3.46 5.8 1.29.71 2.81 1.06 4.35 1.06 1.75 0 3.52-.46 4.97-1.36 2.44-1.52 3.72-4.06 3.59-7.17-.08-1.91-.03-11.42-.03-11.52 0-.99.96-1.3 1.6-1.5.32-.1.52-.17.52-.3 0-.1.03-.19.05-.27.03-.11.05-.2 0-.26-.05-.05-.13-.05-.19-.05ZM38.94 5.33c-1.22.12-3.25.05-4.46.01-1.08-.03-1.08-.03-1.11 0-.04.04-.3.41-.23.6.02.06.07.1.15.11.92.11 2.46.48 2.46 1.67l-.02 10.73c-.23-.2-1.04-1.19-3.8-5.14-2.57-3.68-5.51-8.04-5.54-8.08l-.03-.04h-.04s-.51.18-3.71-.08h-.02l-.02.01c-.11.08-.65.48-.59.71.02.09.11.13.26.15 2.25.19 2.24.92 2.22 2.9v.65l-.02 11.36c0 .76-1.03 1.09-1.64 1.28-.36.11-.53.17-.53.28 0 .06-.01.15-.03.24-.03.19-.06.37.02.46.02.02.06.05.13.04 1.22-.11 3.41-.05 4.72-.01 1.19.03 1.19.03 1.22 0 .06-.06.3-.48.23-.68a.153.153 0 0 0-.15-.11c-.89-.11-2.37-.48-2.37-1.67V10.1c.96 1.23 8.45 10.83 9.3 13.71 0 .02.12.4.37.46h.06c.12 0 .25-.07.37-.22.23-.27.35-.31.49-.36.07-.03.14-.06.23-.11.33-.21.34-.37.36-.73v-.03l-.01-15.33c0-.76.84-1.1 1.39-1.32.29-.12.46-.18.46-.29 0-.07.02-.15.03-.22.03-.11.05-.21 0-.28-.03-.04-.08-.05-.15-.04ZM149.17 5.39c-1.29.12-3.38.05-4.62.01-1.05-.03-1.1-.03-1.13 0-.03.03-.3.31-.25.48.01.04.05.09.16.11h.18c.08 0 .15.01.21.03.62.15 1.13.54 1.35 1.03.17.38.14.79-.08 1.19l-3.39 5.61c-.33-.57-2.26-3.9-3.08-5.32-.38-.76-.45-1.51-.19-2.01.18-.33.49-.53.93-.58h.34c.11-.02.15-.07.16-.11.06-.18-.23-.48-.26-.51-.03-.04-.09-.04-1.3 0-1.42.04-3.78.11-5.17-.02-.09 0-.15.01-.19.06-.07.08-.02.22.04.38l.03.09c.03.09.14.12.3.16.38.09 1.08.25 1.66 1.39l4.87 9.01.04 3.88c-.01 1.66-.75 1.79-1.19 1.87-.19.04-.36.07-.36.23 0 .13-.03.26-.06.37-.04.14-.07.26 0 .34.06.07.16.07.23.06 2.22-.21 3.99-.08 4.94-.02.3.02.47.03.58.03s.14-.01.16-.03c.02-.02.49-.49.4-.75-.03-.08-.11-.13-.23-.15-1.35-.17-1.71-.77-1.73-2.93v-3.62c.22-.37 4.67-8.34 4.72-8.43.51-.83 1.25-1.03 1.69-1.15.23-.06.37-.1.37-.21 0-.08.02-.15.04-.22.02-.09.05-.17 0-.22-.04-.05-.11-.05-.16-.04ZM116.39 22.28c-1.18-.15-1.81-.61-1.81-2.61l-.02-11.85c0-1.18.79-1.45 1.31-1.63.25-.09.43-.15.43-.3 0-.12.03-.23.06-.32.04-.13.06-.23 0-.3-.05-.06-.15-.06-.21-.05-1.91.18-4.04.07-5.19.02-.85-.04-.95-.04-.99 0-.04.04-.43.44-.35.67.02.05.07.12.21.14 1.06.13 2.31.73 2.31 2.82v11.7c.01 1.19-.71 1.42-1.18 1.58-.22.07-.4.13-.4.28 0 .12-.03.23-.06.32-.04.13-.06.23 0 .3.05.06.15.06.21.05 1.93-.18 3.75-.07 4.73-.02.33.02.52.03.64.03s.15 0 .17-.03c.04-.04.43-.44.35-.67-.02-.05-.07-.12-.21-.14ZM103.81 12.25c-.32-.04-.69-.1-1.06-.21-1.01-.31-2.74-1.05-3.01-2.57-.05-.26-.04-.53.03-.82.27-1.15 1.45-2.35 3.89-1.99 2.32.35 3.48 1.75 3.47 3 0 .06.05.1.1.08l.67-.2c.08-.02.13-.1.12-.18-.06-.44-.25-1.83-.25-2.34s.14-1.28.22-1.68-.04-.32-.04-.32c-.58.3-1.62.15-2.72 0-.78-.11-1.58-.23-2.23-.18-3.68.17-5.76 2.6-5.9 4.92-.07 1.11.3 2.18 1.04 3.02.83.94 2.11 1.58 3.69 1.85 2.56.56 4 1.19 4.32 2.94.1.54.06 1.1-.11 1.61-.69 2.05-2.81 2.37-4.56 1.99-2.97-.64-4.08-2.61-3.96-4.33 0-.03-.03-.06-.06-.05l-.87.29a.12.12 0 0 0-.08.12c.1.88.2 2.44.02 3.18-.05.21.06.51.31.83.82 1.04 2.35 2.01 4.91 2.01h.27c4.5 0 6.77-2.77 6.98-5.39.19-2.42-1.35-5.1-5.21-5.6ZM131.76 5.28c-.1-.11-.26-.15-.47-.14-.22.01-.49.08-.85.21-.07.03-.14.04-.21.04h-10.45c-.07 0-.14-.01-.21-.04-.68-.25-1.06-.28-1.27-.12-.16.13-.22.36-.18.75.05.47.02 1.91 0 2.78v.6c0 .56.18.69.34.7.28.03.6-.37.66-.69.39-2.32 1.39-2.3 3.06-2.25.24 0 .49.01.76.01.61 0 .81.55.81.8v11.95c0 1.37-.88 1.75-1.45 2.01-.27.12-.47.21-.47.37 0 .13-.03.26-.07.37-.04.15-.07.26 0 .34.06.07.16.07.24.06 2.21-.21 4.34-.08 5.48-.02.39.02.62.03.75.03s.17-.01.19-.03c.02-.02.49-.5.4-.76-.03-.08-.11-.14-.23-.15-1.3-.16-2.05-.68-2.08-2.88V7.97c0-.33.22-.84.82-.84.27 0 .52 0 .76-.01h.08c1.58-.04 2.37-.06 2.76 2.25.03.19.15.41.31.55.15.13.31.18.43.12.16-.07.25-.3.25-.68v-.6c-.01-.86-.04-2.31 0-2.78.03-.34-.01-.56-.14-.7ZM63.98 5.24c-1.21.11-3.11.05-4.24.01-.99-.03-1-.03-1.03 0-.05.05-.29.43-.23.62.02.06.07.1.15.11h.17c.07 0 .14 0 .19.02 1.21.29 1.48 1.87 1.23 3.21-.07.39-.2.81-.39 1.27l-3.12 7.81-3.65-8.72c-.41-1.06-.74-2.13-.4-2.77.18-.34.54-.57 1.1-.71l.4-.05c.08 0 .13-.05.15-.12.07-.2-.19-.6-.24-.65-.03-.03-.04-.04-1.31 0-1.4.04-3.74.11-5.03-.01-.07 0-.12 0-.15.05-.06.07-.04.19 0 .32.02.08.03.16.03.23 0 .11.12.17.31.27.34.18.91.48 1.32 1.27.58 1.1 6.49 16.02 6.55 16.17.12.37.26.55.42.56h.01c.14 0 .26-.13.37-.38.02-.06.33-.9.84-2.29 1.6-4.38 4.92-13.48 5.33-14.28.38-.73.82-.98 1.08-1.12.15-.08.24-.14.24-.24 0-.07.02-.14.03-.22.03-.14.05-.25 0-.32-.03-.04-.08-.05-.14-.04ZM79.01 18.48c-.17-.06-.39.07-.7.41-.07.08-.13.21-.21.38-.34.73-.96 2.1-3.82 2.17-3.1.08-4.02-.19-4.1-1.19-.08-1 0-5.86 0-6.36 1.13-.34 3.29-.57 3.31-.57 1.28-.06 1.73 1.35 1.8 1.9.03.25.14.34.22.38.11.04.25 0 .37-.1.15-.12.27-.34.23-.56-.04-.23-.01-.74.03-1.34.08-1.18.17-2.51-.26-2.71-.15-.07-.34 0-.58.22-.33.49-.75.86-1.73 1.04-.87.16-3 .32-3.38.35V7.05c.6.08 1.35.04 2.14-.02 2.06-.13 4.4-.28 5.28 1.83.21.66.42.76.57.72.28-.07.45-.75.34-1.37-.22-1.2-.44-3.08-.44-3.09v-.08l-.08.04c-.32.16-6.36.14-9.6.13h-2.29c-.84 0-.94.84-.94.85v.06h.06c.01 0 .83 0 1.47.63.52.51.78 1.28.78 2.29l-.04 11.18c0 1.18-.82 1.48-1.36 1.68-.26.1-.45.16-.45.31 0 .37.37.85.76.85h10.57c.15 0 .34.04.53.09.21.05.43.1.61.1.12 0 .24-.02.32-.08.1-.07.16-.18.18-.33.1-.82.61-3.86.62-3.9 0-.04 0-.37-.2-.45ZM46.82 22.31c-1.35-.17-1.82-.87-1.82-2.68l-.02-11.92c0-1.19.79-1.43 1.31-1.59.25-.08.44-.13.44-.28 0-.12.03-.23.06-.32.04-.13.06-.23 0-.3-.05-.06-.15-.06-.21-.05-1.92.18-4.06.07-5.21.02-.85-.04-.96-.04-1 0-.04.04-.43.44-.35.67.02.05.07.12.21.14 1.06.13 2.32.73 2.32 2.82v11.71c.01 1.19-.71 1.46-1.19 1.64-.23.09-.4.15-.4.3 0 .12-.03.23-.06.32-.04.13-.06.23 0 .3.05.06.15.06.21.05 1.94-.18 3.77-.07 4.75-.02.33.02.53.03.64.03s.15 0 .17-.03c.04-.04.43-.44.35-.67-.02-.05-.07-.12-.21-.14ZM82.43 8.05c0 .39.08 12.73.08 12.85-.07 1.06-.83 1.29-1.33 1.44-.25.07-.43.13-.43.27 0 .1-.03.2-.05.29-.03.11-.06.21 0 .28.05.06.14.06.21.05 1.85-.17 3.85-.07 4.92-.02.8.04.89.04.93 0 .04-.04.41-.4.34-.62-.02-.05-.07-.12-.2-.13-1.14-.14-1.9-.59-1.9-2.38v-5.8c.72.08 1.08-.02 1.36.04.85.19 1.99 1.1 3.36 3.54.38.68 2.16 3.81 2.07 4.29-.04.2-.32.23-.51.26-.17.03-.32.05-.32.19 0 .1-.03.2-.05.29-.03.11-.06.21 0 .28.05.06.14.06.21.05 1.85-.17 3.8-.07 4.88-.02.4.02.02.03.15.03s.16-.01.18-.03c.04-.04.41-.4.34-.62-.02-.05-.07-.12-.2-.13-1.18-.14-1.55-.65-2.88-2.36-.35-.51-.69-1.04-1.02-1.55-1.06-1.66-1.93-3.71-3.13-4.62 1.79-.18 2.62-1.17 3.21-1.87.76-.9 1.15-2.07 1.09-3.22-.06-1-.46-1.9-1.13-2.54-.76-.71-1.82-1.07-3.08-1.03-1.85.06-5.96.01-7.93-.13-.55-.04-.93-.03-1.15.18-.14.13-.2.33-.2.62v.05h.05s2.15.3 2.19 2.05Zm2.55-1.11 2.37-.12c1.42-.12 2.62.46 3.2 1.54.53.98.44 2.16-.22 3.01-.96 1.23-2.91 1.59-5.36.98V6.94Z"), f(s, "class", "cls-2"), f(c, "d", "M160.95 36.01h1.84v18.03h-1.84z"), f(c, "class", "cls-5"), f(n, "d", "M160.95 18.03h1.84v18.03h-1.84zM160.95 0h1.84v18.03h-1.84z"), f(n, "class", "cls-5"), f(u, "x", "0"), f(u, "y", "0"), f(g, "x", "0"), f(g, "y", "23"), P(i, "fill", "#fff"), P(i, "font-family", "Roboto-Regular,Roboto"), P(i, "font-size", "21.95px"), f(i, "transform", "translate(175.86 22.54)"), f(e, "xmlns", "http://www.w3.org/2000/svg"), f(e, "id", "Layer_1"), f(e, "data-name", "Layer 1"), f(e, "viewBox", "0 0 279.12 54.03");
|
|
1010
|
+
},
|
|
1011
|
+
m(k, y) {
|
|
1012
|
+
b(k, e, y), p(e, l), p(l, t), p(t, r), p(e, a), p(e, s), p(e, c), p(e, n), p(e, i), p(i, u), p(u, h), p(i, g), p(g, $);
|
|
1013
|
+
},
|
|
1014
|
+
p: x,
|
|
1015
|
+
i: x,
|
|
1016
|
+
o: x,
|
|
1017
|
+
d(k) {
|
|
1018
|
+
k && v(e);
|
|
1019
|
+
}
|
|
1020
|
+
};
|
|
849
1021
|
}
|
|
850
|
-
|
|
851
|
-
|
|
1022
|
+
class _e extends F {
|
|
1023
|
+
constructor(e) {
|
|
1024
|
+
super(), W(this, e, null, Qe, R, {});
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
U(_e, {}, [], [], !0);
|
|
1028
|
+
function A1(o) {
|
|
852
1029
|
let e, l, t;
|
|
853
|
-
return l = new
|
|
1030
|
+
return l = new fe({}), {
|
|
854
1031
|
c() {
|
|
855
|
-
e =
|
|
1032
|
+
e = w("div"), Z(l.$$.fragment), f(e, "class", "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto");
|
|
856
1033
|
},
|
|
857
|
-
m(r,
|
|
858
|
-
b(r, e,
|
|
1034
|
+
m(r, a) {
|
|
1035
|
+
b(r, e, a), C(l, e, null), t = !0;
|
|
859
1036
|
},
|
|
860
1037
|
i(r) {
|
|
861
|
-
t || (
|
|
1038
|
+
t || (_(l.$$.fragment, r), t = !0);
|
|
862
1039
|
},
|
|
863
1040
|
o(r) {
|
|
864
1041
|
m(l.$$.fragment, r), t = !1;
|
|
865
1042
|
},
|
|
866
1043
|
d(r) {
|
|
867
|
-
r &&
|
|
1044
|
+
r && v(e), L(l);
|
|
1045
|
+
}
|
|
1046
|
+
};
|
|
1047
|
+
}
|
|
1048
|
+
function Ye(o) {
|
|
1049
|
+
let e, l;
|
|
1050
|
+
return e = new he({}), {
|
|
1051
|
+
c() {
|
|
1052
|
+
Z(e.$$.fragment);
|
|
1053
|
+
},
|
|
1054
|
+
m(t, r) {
|
|
1055
|
+
C(e, t, r), l = !0;
|
|
1056
|
+
},
|
|
1057
|
+
i(t) {
|
|
1058
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
1059
|
+
},
|
|
1060
|
+
o(t) {
|
|
1061
|
+
m(e.$$.fragment, t), l = !1;
|
|
1062
|
+
},
|
|
1063
|
+
d(t) {
|
|
1064
|
+
L(e, t);
|
|
868
1065
|
}
|
|
869
1066
|
};
|
|
870
1067
|
}
|
|
871
|
-
function
|
|
1068
|
+
function Je(o) {
|
|
872
1069
|
let e, l;
|
|
873
|
-
return e = new
|
|
1070
|
+
return e = new pe({}), {
|
|
874
1071
|
c() {
|
|
875
|
-
|
|
1072
|
+
Z(e.$$.fragment);
|
|
876
1073
|
},
|
|
877
1074
|
m(t, r) {
|
|
878
|
-
|
|
1075
|
+
C(e, t, r), l = !0;
|
|
879
1076
|
},
|
|
880
1077
|
i(t) {
|
|
881
|
-
l || (
|
|
1078
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
882
1079
|
},
|
|
883
1080
|
o(t) {
|
|
884
1081
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -888,17 +1085,17 @@ function Bt(a) {
|
|
|
888
1085
|
}
|
|
889
1086
|
};
|
|
890
1087
|
}
|
|
891
|
-
function
|
|
1088
|
+
function Ke(o) {
|
|
892
1089
|
let e, l;
|
|
893
|
-
return e = new
|
|
1090
|
+
return e = new ge({}), {
|
|
894
1091
|
c() {
|
|
895
|
-
|
|
1092
|
+
Z(e.$$.fragment);
|
|
896
1093
|
},
|
|
897
1094
|
m(t, r) {
|
|
898
|
-
|
|
1095
|
+
C(e, t, r), l = !0;
|
|
899
1096
|
},
|
|
900
1097
|
i(t) {
|
|
901
|
-
l || (
|
|
1098
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
902
1099
|
},
|
|
903
1100
|
o(t) {
|
|
904
1101
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -908,322 +1105,370 @@ function Rt(a) {
|
|
|
908
1105
|
}
|
|
909
1106
|
};
|
|
910
1107
|
}
|
|
911
|
-
function
|
|
912
|
-
|
|
913
|
-
|
|
1108
|
+
function Xe(o) {
|
|
1109
|
+
let e, l;
|
|
1110
|
+
return e = new _e({}), {
|
|
1111
|
+
c() {
|
|
1112
|
+
Z(e.$$.fragment);
|
|
1113
|
+
},
|
|
1114
|
+
m(t, r) {
|
|
1115
|
+
C(e, t, r), l = !0;
|
|
1116
|
+
},
|
|
1117
|
+
i(t) {
|
|
1118
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
1119
|
+
},
|
|
1120
|
+
o(t) {
|
|
1121
|
+
m(e.$$.fragment, t), l = !1;
|
|
1122
|
+
},
|
|
1123
|
+
d(t) {
|
|
1124
|
+
L(e, t);
|
|
1125
|
+
}
|
|
1126
|
+
};
|
|
1127
|
+
}
|
|
1128
|
+
function et(o) {
|
|
1129
|
+
var g;
|
|
1130
|
+
let e, l, t, r, a, s, c, n = (
|
|
914
1131
|
/*$state*/
|
|
915
|
-
((
|
|
1132
|
+
((g = o[0]) == null ? void 0 : g.mode) === "desktop" && A1()
|
|
916
1133
|
);
|
|
917
|
-
const i = [
|
|
918
|
-
function
|
|
919
|
-
var
|
|
1134
|
+
const i = [Xe, Ke, Je, Ye], u = [];
|
|
1135
|
+
function h($, k) {
|
|
1136
|
+
var y, z, M, I;
|
|
920
1137
|
return (
|
|
921
1138
|
/*$state*/
|
|
922
|
-
((
|
|
1139
|
+
((y = $[0]) == null ? void 0 : y.mode) === "desktop" && /*$state*/
|
|
1140
|
+
((z = $[0]) == null ? void 0 : z.variant) === "ridgetown" ? 0 : (
|
|
1141
|
+
/*$state*/
|
|
1142
|
+
((M = $[0]) == null ? void 0 : M.variant) === "ridgetown" ? 1 : (
|
|
1143
|
+
/*$state*/
|
|
1144
|
+
((I = $[0]) == null ? void 0 : I.mode) === "desktop" ? 2 : 3
|
|
1145
|
+
)
|
|
1146
|
+
)
|
|
923
1147
|
);
|
|
924
1148
|
}
|
|
925
|
-
return r =
|
|
1149
|
+
return r = h(o), a = u[r] = i[r](o), {
|
|
926
1150
|
c() {
|
|
927
1151
|
var $;
|
|
928
|
-
e =
|
|
929
|
-
"flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full",
|
|
1152
|
+
e = w("div"), n && n.c(), l = N(), t = w("a"), a.c(), f(t, "class", s = G(
|
|
1153
|
+
"flex items-center h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full [&>svg}:w-fit",
|
|
930
1154
|
/*$state*/
|
|
931
|
-
(($ =
|
|
932
|
-
|
|
933
|
-
a[0] === "dual-brand" ? "[&>svg]:w-[7.5rem]" : "[&>svg]:w-[5rem]"
|
|
934
|
-
)
|
|
935
|
-
)), h(t, "href", "https://www.uoguelph.ca"), h(t, "aria-label", "University of Guelph Home Page"), h(e, "class", "flex w-fit");
|
|
1155
|
+
(($ = o[0]) == null ? void 0 : $.variant) === "ridgetown" && "[&>svg]:h-2/3 pl-1 md:pl-0"
|
|
1156
|
+
)), f(t, "href", "https://www.uoguelph.ca"), f(t, "aria-label", "University of Guelph Home Page"), f(e, "class", "flex w-fit");
|
|
936
1157
|
},
|
|
937
|
-
m($,
|
|
938
|
-
b($, e,
|
|
1158
|
+
m($, k) {
|
|
1159
|
+
b($, e, k), n && n.m(e, null), p(e, l), p(e, t), u[r].m(t, null), c = !0;
|
|
939
1160
|
},
|
|
940
|
-
p($, [
|
|
941
|
-
var
|
|
1161
|
+
p($, [k]) {
|
|
1162
|
+
var z, M;
|
|
942
1163
|
/*$state*/
|
|
943
|
-
((
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
}),
|
|
947
|
-
let
|
|
948
|
-
r =
|
|
949
|
-
u[
|
|
950
|
-
}),
|
|
951
|
-
|
|
952
|
-
"flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full",
|
|
1164
|
+
((z = $[0]) == null ? void 0 : z.mode) === "desktop" ? n ? k & /*$state*/
|
|
1165
|
+
1 && _(n, 1) : (n = A1(), n.c(), _(n, 1), n.m(e, l)) : n && (H(), m(n, 1, 1, () => {
|
|
1166
|
+
n = null;
|
|
1167
|
+
}), j());
|
|
1168
|
+
let y = r;
|
|
1169
|
+
r = h($), r !== y && (H(), m(u[y], 1, 1, () => {
|
|
1170
|
+
u[y] = null;
|
|
1171
|
+
}), j(), a = u[r], a || (a = u[r] = i[r]($), a.c()), _(a, 1), a.m(t, null)), (!c || k & /*$state*/
|
|
1172
|
+
1 && s !== (s = G(
|
|
1173
|
+
"flex items-center h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full [&>svg}:w-fit",
|
|
953
1174
|
/*$state*/
|
|
954
|
-
((
|
|
955
|
-
|
|
956
|
-
$[0] === "dual-brand" ? "[&>svg]:w-[7.5rem]" : "[&>svg]:w-[5rem]"
|
|
957
|
-
)
|
|
958
|
-
))) && h(t, "class", s);
|
|
1175
|
+
((M = $[0]) == null ? void 0 : M.variant) === "ridgetown" && "[&>svg]:h-2/3 pl-1 md:pl-0"
|
|
1176
|
+
))) && f(t, "class", s);
|
|
959
1177
|
},
|
|
960
1178
|
i($) {
|
|
961
|
-
c || (
|
|
1179
|
+
c || (_(n), _(a), c = !0);
|
|
962
1180
|
},
|
|
963
1181
|
o($) {
|
|
964
|
-
m(
|
|
1182
|
+
m(n), m(a), c = !1;
|
|
965
1183
|
},
|
|
966
1184
|
d($) {
|
|
967
|
-
$ &&
|
|
1185
|
+
$ && v(e), n && n.d(), u[r].d();
|
|
968
1186
|
}
|
|
969
1187
|
};
|
|
970
1188
|
}
|
|
971
|
-
function
|
|
972
|
-
let t
|
|
973
|
-
const
|
|
974
|
-
return
|
|
975
|
-
"variant" in s && l(0, r = s.variant);
|
|
976
|
-
}, [r, t, n];
|
|
1189
|
+
function tt(o, e, l) {
|
|
1190
|
+
let t;
|
|
1191
|
+
const r = K("header-state");
|
|
1192
|
+
return Q(o, r, (a) => l(0, t = a)), [t, r];
|
|
977
1193
|
}
|
|
978
|
-
class
|
|
1194
|
+
class me extends F {
|
|
979
1195
|
constructor(e) {
|
|
980
|
-
super(),
|
|
981
|
-
}
|
|
982
|
-
get variant() {
|
|
983
|
-
return this.$$.ctx[0];
|
|
984
|
-
}
|
|
985
|
-
set variant(e) {
|
|
986
|
-
this.$$set({ variant: e }), j();
|
|
1196
|
+
super(), W(this, e, tt, et, R, {});
|
|
987
1197
|
}
|
|
988
1198
|
}
|
|
989
|
-
U(
|
|
990
|
-
function
|
|
991
|
-
let e, l, t, r,
|
|
1199
|
+
U(me, {}, [], [], !0);
|
|
1200
|
+
function lt(o) {
|
|
1201
|
+
let e, l, t, r, a, s, c, n, i, u, h, g, $, k, y, z, M, I, X, e1, t1, l1, D, r1, n1, s1, a1, o1, c1, i1;
|
|
992
1202
|
return {
|
|
993
1203
|
c() {
|
|
994
|
-
e =
|
|
1204
|
+
e = d("svg"), l = d("defs"), t = d("style"), r = V(".cls-1,.cls-2{fill:#fff;}.cls-2{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}"), a = d("path"), s = d("path"), c = d("polygon"), n = d("path"), i = d("polygon"), u = d("path"), h = d("path"), g = d("polygon"), $ = d("polygon"), k = d("path"), y = d("path"), z = d("polygon"), M = d("path"), I = d("path"), X = d("path"), e1 = d("path"), t1 = d("path"), l1 = d("path"), D = d("line"), r1 = d("path"), n1 = d("path"), s1 = d("path"), a1 = d("path"), o1 = d("path"), c1 = d("path"), i1 = d("path"), f(a, "class", "cls-1"), f(a, "d", "M411.7,171.24v7.91c0,2.7.79,4.18,3,4.18s3-1.8,3-4v-8.07h2.48v8.56c0,3.49-2.25,5.46-5.52,5.46-3.74,0-5.69-1.84-5.69-5.6v-8.42Z"), f(a, "transform", "translate(-365.74 -171)"), f(s, "class", "cls-1"), f(s, "d", "M435.78,185h-2c-2.64-3.17-5.27-6.32-7.87-9.89h0V185h-2.23V171.24h2c2.64,3.15,5.26,6.28,7.86,9.82h0v-9.82h2.22V185Z"), f(s, "transform", "translate(-365.74 -171)"), f(c, "class", "cls-1"), f(c, "points", "73.7 14.02 73.7 0.24 76.48 0.24 76.48 14.02 73.7 14.02 73.7 14.02"), f(n, "class", "cls-1"), f(n, "d", "M449.41,185l-5.12-13.59,2.95-.39c1.22,3.5,2.42,7,3.62,11h0c1.26-4,2.54-7.49,3.82-11l2.39.39L451.67,185Z"), f(n, "transform", "translate(-365.74 -171)"), f(i, "class", "cls-1"), f(i, "points", "100.87 2.09 96.25 2.09 96.25 5.87 100.78 5.87 100.78 7.72 96.25 7.72 96.25 12.17 101.72 12.17 101.72 14.02 93.47 14.02 93.47 0.24 100.87 0.24 100.87 2.09 100.87 2.09"), f(u, "class", "cls-1"), f(u, "d", "M473.05,173.09h1.44a2,2,0,0,1,2.21,2.08,2.39,2.39,0,0,1-2.52,2.49h-1.13v-4.57ZM470.28,185h2.77v-5.51h1.66l2.8,5.75,2.91-.54-3.27-5.88a4.35,4.35,0,0,0,2.32-4c0-2.34-1.77-3.6-4.41-3.6h-4.78V185Z"), f(u, "transform", "translate(-365.74 -171)"), f(h, "class", "cls-1"), f(h, "d", "M489.56,173.64a4.12,4.12,0,0,0-2.23-.79c-1.16,0-1.79.65-1.79,1.46s1,1.59,2.58,2.87c1.85,1.48,2.83,2.64,2.83,4.33s-1.65,3.75-4.76,3.75a6.19,6.19,0,0,1-4.06-1.38l1-1.58a4.57,4.57,0,0,0,2.81,1.1,1.92,1.92,0,0,0,2.15-1.91c0-1.51-1.85-2.52-3-3.38-1.33-1.08-2.46-1.93-2.46-3.76s1.87-3.35,4.37-3.35a5.13,5.13,0,0,1,3.49,1.2l-1,1.44Z"), f(h, "transform", "translate(-365.74 -171)"), f(g, "class", "cls-1"), f(g, "points", "128.3 14.02 128.3 0.24 131.08 0.24 131.08 14.02 128.3 14.02 128.3 14.02"), f($, "class", "cls-1"), f($, "points", "137.56 14.02 137.56 2.09 133.3 2.09 133.3 0.24 144.59 0.24 144.59 2.09 140.33 2.09 140.33 14.02 137.56 14.02 137.56 14.02"), f(k, "class", "cls-1"), f(k, "d", "M515.59,185v-5.77l-4.24-7.82,3.11-.39c1,2,1.91,4,2.88,6.36,1.06-2.38,2.14-4.37,3.21-6.36l2.28.39-4.47,7.82V185Z"), f(k, "transform", "translate(-365.74 -171)"), f(y, "class", "cls-1"), f(y, "d", "M537.52,183.29c-2.89,0-3.92-2.72-3.92-5.36s1.16-5,3.92-5,3.92,2.42,3.92,5-1,5.36-3.92,5.36Zm0,2c4.23,0,6.87-3.21,6.87-7.33a6.87,6.87,0,1,0-13.74,0c0,4.12,2.64,7.33,6.87,7.33Z"), f(y, "transform", "translate(-365.74 -171)"), f(z, "class", "cls-1"), f(z, "points", "188.95 2.09 184.34 2.09 184.34 6.62 188.87 6.62 188.87 8.47 184.34 8.47 184.34 14.02 181.56 14.02 181.56 0.24 188.95 0.24 188.95 2.09 188.95 2.09"), f(M, "class", "cls-1"), f(M, "d", "M451,280.31c-3-.43-3-1.21-3-7.24v-21.9c0-6,0-6.81,3-7.24l1.31-.17v-1.41h-16.2v1.41l1.38.17c2.89.43,2.89,1.21,2.89,7.24V260H422.08v-8.87c0-6,0-6.75,2.9-7.18l1.37-.17v-1.41h-16.2v1.41l1.38.17c2.89.43,2.89,1.21,2.89,7.24v22c0,6,0,6.75-2.9,7.18l-1.37.17v1.41h16.2v-1.41l-1.37-.17c-2.9-.43-2.9-1.2-2.9-7.18V262.52h18.33v10.55c0,6,0,6.81-2.89,7.24l-1.38.17v1.41h16.2v-1.41l-1.31-.17Z"), f(M, "transform", "translate(-365.74 -171)"), f(I, "class", "cls-1"), f(I, "d", "M494.24,273.13l1.26-.24c1.41-.29,2.09-.63,2.33-3.93l1.65-26.61a10.55,10.55,0,0,1,2.43-.29l13,24.28,12.13-24a8.42,8.42,0,0,1,2.43-.29l1.46,26.46c.19,3.69.82,4.13,2.33,4.37l1.45.24v1.27H521v-1.27l1.6-.24c2.19-.39,2.58-.58,2.48-3.79l-.63-16.7h-.1l-10.14,21.51a8.88,8.88,0,0,1-1.85.49l-11-22h-.1l-.58,16.7c-.14,3.21.3,3.36,2.47,3.79l1.61.24v1.27H494.24v-1.27Z"), f(I, "transform", "translate(-365.74 -171)"), f(X, "class", "cls-1"), f(X, "d", "M549.56,244.54a8.41,8.41,0,0,1,2.47-.34c3.74,0,6.31,2.28,6.31,6,0,5.24-3.29,6.26-7,6.26h-1.8V244.54ZM539.8,274.4h12.62c7.24,0,13.79-2,13.79-9.13,0-6-5.19-7.91-8.2-8.35v-.1c2.57-.78,6.65-2.57,6.65-7.76,0-6.71-8.06-6.71-10.39-6.71H539.8v1.27l1.16.14c2.29.44,2.29.3,2.29,5.69v17.76c0,5.49,0,5.29-2.29,5.78l-1.16.14v1.27Zm9.76-16.07h2.09c5.87,0,8.25,3.79,8.25,7.62s-1.94,6.6-6.41,6.6a11,11,0,0,1-3.93-.78V258.33Z"), f(X, "transform", "translate(-365.74 -171)"), f(e1, "class", "cls-1"), f(e1, "d", "M571,273.13l1.16-.14c2.29-.44,2.29-.29,2.29-5.78V249.54c0-5.48,0-5.25-2.29-5.78l-1.16-.14v-1.27h22.38a36,36,0,0,1,.58,7.87l-1.75.24c-1.26-6.17-2.86-6.26-8-6.26h-3.5v12.48h3.3c4.32,0,5-.05,5.29-2.09l.25-1.7h1.25v9.66h-1.25l-.25-1.55c-.34-2.14-1.06-2.14-5.09-2.14h-3.5v13a20.88,20.88,0,0,0,4.9.73c7.28,0,7.82-3.74,8.79-7.38l1.74.34a34.28,34.28,0,0,1-1.6,8.89H571v-1.27Z"), f(e1, "transform", "translate(-365.74 -171)"), f(t1, "class", "cls-1"), f(t1, "d", "M611.52,244.54a8.58,8.58,0,0,1,2.53-.34c3.89,0,6.85,2.53,6.85,7,0,2.09-.15,7.47-7,7.47h-2.38V244.54Zm0,16h1.56c3,0,3.15,1.8,4.86,5.05l1.84,3.59c1.07,2.14,3,5.25,7.86,5.25h4.23v-1.27a4.15,4.15,0,0,1-3.11-1.31A77.92,77.92,0,0,1,621,258.76c2.77-1.26,6.22-4,6.22-8.3,0-7.62-7-8.11-11.46-8.11h-14v1.27l1.11.14c2.33.34,2.33.83,2.33,5.73v17.72c0,4.86,0,5.44-2.28,5.78l-1.16.14v1.27H615v-1.27L613.8,273c-2.28-.34-2.28-.92-2.28-5.73v-6.75Z"), f(t1, "transform", "translate(-365.74 -171)"), f(l1, "class", "cls-1"), f(l1, "d", "M480.71,242.43v1.44l.92.11.42.05h0c2.13.29,2.51.34,2.55,3.48l.2,12.44a39.67,39.67,0,0,1-.26,5c-.72,5.67-4.68,7.68-8.15,7.68-5.34,0-8.93-3.48-8.93-8.67V249.59c0-4.73,0-5.23,2.16-5.55l1.24-.16v-1.45H457.6v1.45l1.25.17c2.15.31,2.15.81,2.15,5.54v11.83c0,9.17,4.78,13.63,14.62,13.63,7.88,0,12.11-4.35,12.56-12.93l.07-2.24.29-11.76c0-3.25.69-3.56,2-3.92l1-.29v-1.48Z"), f(l1, "transform", "translate(-365.74 -171)"), f(D, "class", "cls-2"), f(D, "x1", "0.75"), f(D, "y1", "61.79"), f(D, "x2", "264.97"), f(D, "y2", "61.79"), f(r1, "class", "cls-1"), f(r1, "d", "M402.13,185.86a.08.08,0,0,1,0,0h0l0,0Z"), f(r1, "transform", "translate(-365.74 -171)"), f(n1, "class", "cls-1"), f(n1, "d", "M389.41,210.89v1.42l2.88.41c1.56.28,2.34.47,2.75,1.15s.39,1.73.39,3.86v5.85h-.07a29,29,0,0,1-4.58.43,14.12,14.12,0,0,1-11.22-5c-2.83-3.36-4.33-8.26-4.33-14.16,0-5.29,1.09-9.7,3.14-12.75,2.34-3.45,5.84-5.2,10.42-5.2,4.17,0,7.32,1.26,9.34,3.75a15.88,15.88,0,0,1,2.81,6.56l.07.27,2.2-.29a38.16,38.16,0,0,0-1.31-10.1c-2.42-1.15-5.78-2.32-12.33-2.32-6.2,0-11.81,1.66-15.78,4.69a17.3,17.3,0,0,0-5.2,6.36,21.87,21.87,0,0,0-2,9.51c0,7.09,2.34,12.5,7,16.08,4,3.08,9.67,4.71,16.42,4.71a46.74,46.74,0,0,0,14.8-2.88l.28-.1-.17-1.25h-.07c-.71,0-1.19-.09-1.44-.69a12.19,12.19,0,0,1-.3-3.83c0-3.71.07-4.51,2.17-4.9l1.14-.16v-1.42Z"), f(n1, "transform", "translate(-365.74 -171)"), f(s1, "class", "cls-1"), f(s1, "d", "M450.45,224.29l1.17-.14c2.28-.44,2.28-.3,2.28-5.78V200.7c0-5.49,0-5.24-2.28-5.78l-1.17-.14v-1.27h22.38a36,36,0,0,1,.58,7.87l-1.74.24c-1.27-6.16-2.87-6.26-8-6.26h-3.5v12.48h3.3c4.32,0,5-.05,5.29-2.09l.24-1.7h1.27v9.66H469l-.24-1.55c-.34-2.14-1.06-2.14-5.09-2.14h-3.5v13a20.89,20.89,0,0,0,4.91.73c7.27,0,7.81-3.74,8.78-7.38l1.75.34a34.78,34.78,0,0,1-1.6,8.89h-23.6v-1.27Z"), f(s1, "transform", "translate(-365.74 -171)"), f(a1, "class", "cls-1"), f(a1, "d", "M481.26,224.29l1.17-.14c2.28-.44,2.28-.25,2.28-5.78V200.55c0-4.71,0-5.29-2.28-5.63l-1.17-.14v-1.27h13.2v1.27l-1.17.14c-2.27.34-2.27.92-2.27,5.63V223a19.72,19.72,0,0,0,4.46.68c6.84,0,6.89-3.3,8.29-7.34l1.76.35a35,35,0,0,1-1.71,8.84H481.26v-1.27Z"), f(a1, "transform", "translate(-365.74 -171)"), f(o1, "class", "cls-1"), f(o1, "d", "M509.91,224.29l1.17-.14c2.28-.25,2.28-.93,2.28-5.73V200.7c0-4.76,0-5.49-2.28-5.78l-1.17-.14v-1.27h12.91c6,0,13,1.07,13,8.6,0,8.2-8,10.29-13.06,10.43V210.7c3.6-.49,6.75-2,6.75-7.91,0-5.1-3.35-7.43-7.42-7.43a9.51,9.51,0,0,0-2.39.34v22.72c0,4.8.06,5.48,2.34,5.73l1.84.14v1.27H509.91v-1.27Z"), f(o1, "transform", "translate(-365.74 -171)"), f(c1, "class", "cls-1"), f(c1, "d", "M543.57,200.7c0-4.86,0-5.44-2.28-5.78l-1.16-.14v-1.27h13.2v1.27l-1.16.14c-2.29.34-2.29.92-2.29,5.73v7.09h14.66v-7c0-4.86,0-5.44-2.28-5.78l-1.16-.14v-1.27h13.21v1.27l-1.12.14c-2.34.34-2.34.92-2.34,5.78v17.67c0,4.85,0,5.43,2.34,5.78l1.12.14v1.27H561.1v-1.27l1.16-.14c2.28-.35,2.28-.93,2.28-5.78v-8.45H549.88v8.5c0,4.8,0,5.38,2.29,5.73l1.16.14v1.27h-13.2v-1.27l1.16-.14c2.28-.35,2.28-.93,2.28-5.73V200.7Z"), f(c1, "transform", "translate(-365.74 -171)"), f(i1, "class", "cls-1"), f(i1, "d", "M434.13,193.52V195l1.11.12.23,0h0c2.12.29,2.5.35,2.55,3.48l.19,12.44a38,38,0,0,1-.26,5c-.72,5.67-4.68,7.69-8.15,7.69-5.34,0-8.93-3.49-8.93-8.68V200.69c0-4.74,0-5.23,2.17-5.55l1.24-.16v-1.46H411V195l1.25.16c2.15.32,2.15.81,2.15,5.55v11.83c0,9.16,4.79,13.62,14.63,13.62,7.88,0,12.1-4.35,12.55-12.92l.07-2.25.3-11.76c0-3.25.68-3.56,2-3.92l1-.28v-1.49Z"), f(i1, "transform", "translate(-365.74 -171)"), f(e, "id", "Layer_1"), f(e, "data-name", "Layer 1"), f(e, "xmlns", "http://www.w3.org/2000/svg"), P(e, "height", "100%"), f(e, "viewBox", "0 0 266.13 110.89");
|
|
995
1205
|
},
|
|
996
|
-
m(
|
|
997
|
-
b(
|
|
1206
|
+
m(d1, xe) {
|
|
1207
|
+
b(d1, e, xe), p(e, l), p(l, t), p(t, r), p(e, a), p(e, s), p(e, c), p(e, n), p(e, i), p(e, u), p(e, h), p(e, g), p(e, $), p(e, k), p(e, y), p(e, z), p(e, M), p(e, I), p(e, X), p(e, e1), p(e, t1), p(e, l1), p(e, D), p(e, r1), p(e, n1), p(e, s1), p(e, a1), p(e, o1), p(e, c1), p(e, i1);
|
|
998
1208
|
},
|
|
999
1209
|
p: x,
|
|
1000
1210
|
i: x,
|
|
1001
1211
|
o: x,
|
|
1002
|
-
d(
|
|
1003
|
-
|
|
1212
|
+
d(d1) {
|
|
1213
|
+
d1 && v(e);
|
|
1004
1214
|
}
|
|
1005
1215
|
};
|
|
1006
1216
|
}
|
|
1007
|
-
class
|
|
1217
|
+
class de extends F {
|
|
1008
1218
|
constructor(e) {
|
|
1009
|
-
super(),
|
|
1219
|
+
super(), W(this, e, null, lt, R, {});
|
|
1010
1220
|
}
|
|
1011
1221
|
}
|
|
1012
|
-
U(
|
|
1013
|
-
function
|
|
1014
|
-
const t =
|
|
1015
|
-
return t[
|
|
1222
|
+
U(de, {}, [], [], !0);
|
|
1223
|
+
function V1(o, e, l) {
|
|
1224
|
+
const t = o.slice();
|
|
1225
|
+
return t[3] = e[l], t;
|
|
1016
1226
|
}
|
|
1017
|
-
function
|
|
1018
|
-
let e
|
|
1227
|
+
function rt(o) {
|
|
1228
|
+
let e, l = (
|
|
1229
|
+
/*item*/
|
|
1230
|
+
o[3].text + ""
|
|
1231
|
+
), t;
|
|
1019
1232
|
return {
|
|
1020
1233
|
c() {
|
|
1021
|
-
e =
|
|
1022
|
-
a[0].text}`, h(e, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-6 pt-8 transition-colors hover:border-uofg-yellow hover:text-uofg-yellow"), h(
|
|
1234
|
+
e = w("a"), t = V(l), f(e, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-6 pt-8 transition-colors hover:border-uofg-yellow hover:text-uofg-yellow"), f(
|
|
1023
1235
|
e,
|
|
1024
1236
|
"href",
|
|
1025
1237
|
/*item*/
|
|
1026
|
-
|
|
1238
|
+
o[3].href
|
|
1027
1239
|
);
|
|
1028
1240
|
},
|
|
1029
|
-
m(
|
|
1030
|
-
b(
|
|
1241
|
+
m(r, a) {
|
|
1242
|
+
b(r, e, a), p(e, t);
|
|
1031
1243
|
},
|
|
1244
|
+
p: x,
|
|
1032
1245
|
i: x,
|
|
1033
1246
|
o: x,
|
|
1034
|
-
d(
|
|
1035
|
-
|
|
1247
|
+
d(r) {
|
|
1248
|
+
r && v(e);
|
|
1036
1249
|
}
|
|
1037
1250
|
};
|
|
1038
1251
|
}
|
|
1039
|
-
function
|
|
1252
|
+
function nt(o) {
|
|
1040
1253
|
let e, l, t;
|
|
1041
|
-
return l = new
|
|
1254
|
+
return l = new E({ props: { icon: (
|
|
1042
1255
|
/*item*/
|
|
1043
|
-
|
|
1256
|
+
o[3].icon
|
|
1044
1257
|
) } }), {
|
|
1045
1258
|
c() {
|
|
1046
|
-
e =
|
|
1259
|
+
e = w("a"), Z(l.$$.fragment), f(e, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-4 pb-6 pt-8 text-uofg-yellow transition-colors hover:border-uofg-yellow hover:text-white [&>svg]:fill-current"), f(
|
|
1047
1260
|
e,
|
|
1048
1261
|
"href",
|
|
1049
1262
|
/*item*/
|
|
1050
|
-
|
|
1051
|
-
),
|
|
1263
|
+
o[3].href
|
|
1264
|
+
), f(
|
|
1052
1265
|
e,
|
|
1053
1266
|
"aria-label",
|
|
1054
1267
|
/*item*/
|
|
1055
|
-
|
|
1268
|
+
o[3].text
|
|
1056
1269
|
);
|
|
1057
1270
|
},
|
|
1058
|
-
m(r,
|
|
1059
|
-
b(r, e,
|
|
1271
|
+
m(r, a) {
|
|
1272
|
+
b(r, e, a), C(l, e, null), t = !0;
|
|
1060
1273
|
},
|
|
1274
|
+
p: x,
|
|
1061
1275
|
i(r) {
|
|
1062
|
-
t || (
|
|
1276
|
+
t || (_(l.$$.fragment, r), t = !0);
|
|
1063
1277
|
},
|
|
1064
1278
|
o(r) {
|
|
1065
1279
|
m(l.$$.fragment, r), t = !1;
|
|
1066
1280
|
},
|
|
1067
1281
|
d(r) {
|
|
1068
|
-
r &&
|
|
1282
|
+
r && v(e), L(l);
|
|
1069
1283
|
}
|
|
1070
1284
|
};
|
|
1071
1285
|
}
|
|
1072
|
-
function
|
|
1073
|
-
let e, l, t, r,
|
|
1074
|
-
const s = [
|
|
1075
|
-
function
|
|
1286
|
+
function z1(o) {
|
|
1287
|
+
let e, l, t, r, a;
|
|
1288
|
+
const s = [nt, rt], c = [];
|
|
1289
|
+
function n(i, u) {
|
|
1076
1290
|
return (
|
|
1077
1291
|
/*item*/
|
|
1078
|
-
i[
|
|
1292
|
+
i[3].icon ? 0 : 1
|
|
1079
1293
|
);
|
|
1080
1294
|
}
|
|
1081
|
-
return l = o
|
|
1295
|
+
return l = n(o), t = c[l] = s[l](o), {
|
|
1082
1296
|
c() {
|
|
1083
|
-
e =
|
|
1297
|
+
e = w("li"), t.c(), r = N();
|
|
1084
1298
|
},
|
|
1085
1299
|
m(i, u) {
|
|
1086
|
-
b(i, e, u), c[l].m(e, null),
|
|
1300
|
+
b(i, e, u), c[l].m(e, null), p(e, r), a = !0;
|
|
1301
|
+
},
|
|
1302
|
+
p(i, u) {
|
|
1303
|
+
t.p(i, u);
|
|
1087
1304
|
},
|
|
1088
|
-
p: x,
|
|
1089
1305
|
i(i) {
|
|
1090
|
-
|
|
1306
|
+
a || (_(t), a = !0);
|
|
1091
1307
|
},
|
|
1092
1308
|
o(i) {
|
|
1093
|
-
m(t),
|
|
1309
|
+
m(t), a = !1;
|
|
1094
1310
|
},
|
|
1095
1311
|
d(i) {
|
|
1096
|
-
i &&
|
|
1312
|
+
i && v(e), c[l].d();
|
|
1097
1313
|
}
|
|
1098
1314
|
};
|
|
1099
1315
|
}
|
|
1100
|
-
function
|
|
1101
|
-
let e, l, t = A(
|
|
1102
|
-
|
|
1103
|
-
|
|
1316
|
+
function st(o) {
|
|
1317
|
+
let e, l, t = A(
|
|
1318
|
+
/*links*/
|
|
1319
|
+
o[1]
|
|
1320
|
+
), r = [];
|
|
1321
|
+
for (let s = 0; s < t.length; s += 1)
|
|
1322
|
+
r[s] = z1(V1(o, t, s));
|
|
1323
|
+
const a = (s) => m(r[s], 1, 1, () => {
|
|
1324
|
+
r[s] = null;
|
|
1325
|
+
});
|
|
1104
1326
|
return {
|
|
1105
1327
|
c() {
|
|
1106
|
-
e =
|
|
1107
|
-
for (let
|
|
1108
|
-
r[
|
|
1109
|
-
|
|
1328
|
+
e = w("ul");
|
|
1329
|
+
for (let s = 0; s < r.length; s += 1)
|
|
1330
|
+
r[s].c();
|
|
1331
|
+
f(e, "class", "flex ml-auto [&>li]:contents text-4xl");
|
|
1110
1332
|
},
|
|
1111
|
-
m(
|
|
1112
|
-
b(
|
|
1113
|
-
for (let
|
|
1114
|
-
r[
|
|
1333
|
+
m(s, c) {
|
|
1334
|
+
b(s, e, c);
|
|
1335
|
+
for (let n = 0; n < r.length; n += 1)
|
|
1336
|
+
r[n] && r[n].m(e, null);
|
|
1115
1337
|
l = !0;
|
|
1116
1338
|
},
|
|
1117
|
-
p
|
|
1118
|
-
|
|
1339
|
+
p(s, [c]) {
|
|
1340
|
+
if (c & /*links*/
|
|
1341
|
+
2) {
|
|
1342
|
+
t = A(
|
|
1343
|
+
/*links*/
|
|
1344
|
+
s[1]
|
|
1345
|
+
);
|
|
1346
|
+
let n;
|
|
1347
|
+
for (n = 0; n < t.length; n += 1) {
|
|
1348
|
+
const i = V1(s, t, n);
|
|
1349
|
+
r[n] ? (r[n].p(i, c), _(r[n], 1)) : (r[n] = z1(i), r[n].c(), _(r[n], 1), r[n].m(e, null));
|
|
1350
|
+
}
|
|
1351
|
+
for (H(), n = t.length; n < r.length; n += 1)
|
|
1352
|
+
a(n);
|
|
1353
|
+
j();
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
i(s) {
|
|
1119
1357
|
if (!l) {
|
|
1120
|
-
for (let
|
|
1121
|
-
|
|
1358
|
+
for (let c = 0; c < t.length; c += 1)
|
|
1359
|
+
_(r[c]);
|
|
1122
1360
|
l = !0;
|
|
1123
1361
|
}
|
|
1124
1362
|
},
|
|
1125
|
-
o(
|
|
1363
|
+
o(s) {
|
|
1126
1364
|
r = r.filter(Boolean);
|
|
1127
|
-
for (let
|
|
1128
|
-
m(r[
|
|
1365
|
+
for (let c = 0; c < r.length; c += 1)
|
|
1366
|
+
m(r[c]);
|
|
1129
1367
|
l = !1;
|
|
1130
1368
|
},
|
|
1131
|
-
d(
|
|
1132
|
-
|
|
1369
|
+
d(s) {
|
|
1370
|
+
s && v(e), Y(r, s);
|
|
1133
1371
|
}
|
|
1134
1372
|
};
|
|
1135
1373
|
}
|
|
1136
|
-
|
|
1374
|
+
function at(o, e, l) {
|
|
1375
|
+
let t;
|
|
1376
|
+
const r = K("header-state");
|
|
1377
|
+
Q(o, r, (s) => l(2, t = s));
|
|
1378
|
+
const a = (t == null ? void 0 : t.variant) === "ridgetown" ? ce : ae;
|
|
1379
|
+
return [r, a];
|
|
1380
|
+
}
|
|
1381
|
+
let be = class extends F {
|
|
1137
1382
|
constructor(e) {
|
|
1138
|
-
super(),
|
|
1383
|
+
super(), W(this, e, at, st, R, {});
|
|
1139
1384
|
}
|
|
1140
1385
|
};
|
|
1141
|
-
U(
|
|
1142
|
-
function
|
|
1143
|
-
const t =
|
|
1144
|
-
return t[
|
|
1386
|
+
U(be, {}, [], [], !0);
|
|
1387
|
+
function S1(o, e, l) {
|
|
1388
|
+
const t = o.slice();
|
|
1389
|
+
return t[5] = e[l], t;
|
|
1145
1390
|
}
|
|
1146
|
-
function
|
|
1147
|
-
const t =
|
|
1148
|
-
return t[
|
|
1391
|
+
function j1(o, e, l) {
|
|
1392
|
+
const t = o.slice();
|
|
1393
|
+
return t[8] = e[l], t;
|
|
1149
1394
|
}
|
|
1150
|
-
function
|
|
1151
|
-
const t =
|
|
1152
|
-
return t[
|
|
1395
|
+
function H1(o, e, l) {
|
|
1396
|
+
const t = o.slice();
|
|
1397
|
+
return t[5] = e[l], t;
|
|
1153
1398
|
}
|
|
1154
|
-
function
|
|
1155
|
-
const t =
|
|
1156
|
-
return t[
|
|
1399
|
+
function R1(o, e, l) {
|
|
1400
|
+
const t = o.slice();
|
|
1401
|
+
return t[8] = e[l], t;
|
|
1157
1402
|
}
|
|
1158
|
-
function
|
|
1403
|
+
function ot(o) {
|
|
1159
1404
|
let e, l, t;
|
|
1160
|
-
return l = new
|
|
1405
|
+
return l = new E({ props: { icon: (
|
|
1161
1406
|
/*item*/
|
|
1162
|
-
|
|
1407
|
+
o[5].icon
|
|
1163
1408
|
) } }), {
|
|
1164
1409
|
c() {
|
|
1165
|
-
e =
|
|
1410
|
+
e = w("a"), Z(l.$$.fragment), f(e, "class", "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black"), f(
|
|
1166
1411
|
e,
|
|
1167
1412
|
"href",
|
|
1168
1413
|
/*item*/
|
|
1169
|
-
|
|
1170
|
-
),
|
|
1414
|
+
o[5].href
|
|
1415
|
+
), f(
|
|
1171
1416
|
e,
|
|
1172
1417
|
"aria-label",
|
|
1173
1418
|
/*item*/
|
|
1174
|
-
|
|
1419
|
+
o[5].text
|
|
1175
1420
|
);
|
|
1176
1421
|
},
|
|
1177
|
-
m(r,
|
|
1178
|
-
b(r, e,
|
|
1422
|
+
m(r, a) {
|
|
1423
|
+
b(r, e, a), C(l, e, null), t = !0;
|
|
1179
1424
|
},
|
|
1180
1425
|
p: x,
|
|
1181
1426
|
i(r) {
|
|
1182
|
-
t || (
|
|
1427
|
+
t || (_(l.$$.fragment, r), t = !0);
|
|
1183
1428
|
},
|
|
1184
1429
|
o(r) {
|
|
1185
1430
|
m(l.$$.fragment, r), t = !1;
|
|
1186
1431
|
},
|
|
1187
1432
|
d(r) {
|
|
1188
|
-
r &&
|
|
1433
|
+
r && v(e), L(l);
|
|
1189
1434
|
}
|
|
1190
1435
|
};
|
|
1191
1436
|
}
|
|
1192
|
-
function
|
|
1437
|
+
function ct(o) {
|
|
1193
1438
|
let e, l;
|
|
1194
|
-
return e = new
|
|
1439
|
+
return e = new q({
|
|
1195
1440
|
props: {
|
|
1196
1441
|
class: "h-full",
|
|
1197
1442
|
buttonAriaLabel: (
|
|
1198
1443
|
/*item*/
|
|
1199
|
-
|
|
1444
|
+
o[5].icon ? (
|
|
1200
1445
|
/*item*/
|
|
1201
|
-
|
|
1446
|
+
o[5].text
|
|
1202
1447
|
) : void 0
|
|
1203
1448
|
),
|
|
1204
1449
|
buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black",
|
|
1205
1450
|
contentClass: "absolute right-0 top-full z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem] [&>li]:contents",
|
|
1206
1451
|
as: "ul",
|
|
1207
1452
|
$$slots: {
|
|
1208
|
-
button: [
|
|
1209
|
-
default: [
|
|
1453
|
+
button: [ut],
|
|
1454
|
+
default: [it]
|
|
1210
1455
|
},
|
|
1211
|
-
$$scope: { ctx:
|
|
1456
|
+
$$scope: { ctx: o }
|
|
1212
1457
|
}
|
|
1213
1458
|
}), {
|
|
1214
1459
|
c() {
|
|
1215
|
-
|
|
1460
|
+
Z(e.$$.fragment);
|
|
1216
1461
|
},
|
|
1217
1462
|
m(t, r) {
|
|
1218
|
-
|
|
1463
|
+
C(e, t, r), l = !0;
|
|
1219
1464
|
},
|
|
1220
1465
|
p(t, r) {
|
|
1221
|
-
const
|
|
1466
|
+
const a = {};
|
|
1222
1467
|
r & /*$$scope*/
|
|
1223
|
-
|
|
1468
|
+
32768 && (a.$$scope = { dirty: r, ctx: t }), e.$set(a);
|
|
1224
1469
|
},
|
|
1225
1470
|
i(t) {
|
|
1226
|
-
l || (
|
|
1471
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
1227
1472
|
},
|
|
1228
1473
|
o(t) {
|
|
1229
1474
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -1233,58 +1478,58 @@ function Qt(a) {
|
|
|
1233
1478
|
}
|
|
1234
1479
|
};
|
|
1235
1480
|
}
|
|
1236
|
-
function
|
|
1481
|
+
function U1(o) {
|
|
1237
1482
|
let e, l, t = (
|
|
1238
1483
|
/*link*/
|
|
1239
|
-
|
|
1240
|
-
), r,
|
|
1484
|
+
o[8].text + ""
|
|
1485
|
+
), r, a;
|
|
1241
1486
|
return {
|
|
1242
1487
|
c() {
|
|
1243
|
-
e =
|
|
1488
|
+
e = w("li"), l = w("a"), r = V(t), a = N(), f(l, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"), f(
|
|
1244
1489
|
l,
|
|
1245
1490
|
"href",
|
|
1246
1491
|
/*link*/
|
|
1247
|
-
|
|
1248
|
-
),
|
|
1492
|
+
o[8].href
|
|
1493
|
+
), f(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
1249
1494
|
},
|
|
1250
1495
|
m(s, c) {
|
|
1251
|
-
b(s, e, c),
|
|
1496
|
+
b(s, e, c), p(e, l), p(l, r), p(e, a);
|
|
1252
1497
|
},
|
|
1253
1498
|
p: x,
|
|
1254
1499
|
d(s) {
|
|
1255
|
-
s &&
|
|
1500
|
+
s && v(e);
|
|
1256
1501
|
}
|
|
1257
1502
|
};
|
|
1258
1503
|
}
|
|
1259
|
-
function
|
|
1504
|
+
function it(o) {
|
|
1260
1505
|
let e, l = A(
|
|
1261
1506
|
/*item*/
|
|
1262
|
-
|
|
1507
|
+
o[5].links
|
|
1263
1508
|
), t = [];
|
|
1264
1509
|
for (let r = 0; r < l.length; r += 1)
|
|
1265
|
-
t[r] =
|
|
1510
|
+
t[r] = U1(R1(o, l, r));
|
|
1266
1511
|
return {
|
|
1267
1512
|
c() {
|
|
1268
1513
|
for (let r = 0; r < t.length; r += 1)
|
|
1269
1514
|
t[r].c();
|
|
1270
|
-
e =
|
|
1515
|
+
e = B();
|
|
1271
1516
|
},
|
|
1272
|
-
m(r,
|
|
1517
|
+
m(r, a) {
|
|
1273
1518
|
for (let s = 0; s < t.length; s += 1)
|
|
1274
|
-
t[s] && t[s].m(r,
|
|
1275
|
-
b(r, e,
|
|
1519
|
+
t[s] && t[s].m(r, a);
|
|
1520
|
+
b(r, e, a);
|
|
1276
1521
|
},
|
|
1277
|
-
p(r,
|
|
1278
|
-
if (
|
|
1279
|
-
|
|
1522
|
+
p(r, a) {
|
|
1523
|
+
if (a & /*outer*/
|
|
1524
|
+
4) {
|
|
1280
1525
|
l = A(
|
|
1281
1526
|
/*item*/
|
|
1282
|
-
r[
|
|
1527
|
+
r[5].links
|
|
1283
1528
|
);
|
|
1284
1529
|
let s;
|
|
1285
1530
|
for (s = 0; s < l.length; s += 1) {
|
|
1286
|
-
const c =
|
|
1287
|
-
t[s] ? t[s].p(c,
|
|
1531
|
+
const c = R1(r, l, s);
|
|
1532
|
+
t[s] ? t[s].p(c, a) : (t[s] = U1(c), t[s].c(), t[s].m(e.parentNode, e));
|
|
1288
1533
|
}
|
|
1289
1534
|
for (; s < t.length; s += 1)
|
|
1290
1535
|
t[s].d(1);
|
|
@@ -1292,30 +1537,30 @@ function Xt(a) {
|
|
|
1292
1537
|
}
|
|
1293
1538
|
},
|
|
1294
1539
|
d(r) {
|
|
1295
|
-
r &&
|
|
1540
|
+
r && v(e), Y(t, r);
|
|
1296
1541
|
}
|
|
1297
1542
|
};
|
|
1298
1543
|
}
|
|
1299
|
-
function
|
|
1544
|
+
function ut(o) {
|
|
1300
1545
|
let e, l;
|
|
1301
|
-
return e = new
|
|
1546
|
+
return e = new E({
|
|
1302
1547
|
props: {
|
|
1303
1548
|
slot: "button",
|
|
1304
1549
|
icon: (
|
|
1305
1550
|
/*item*/
|
|
1306
|
-
|
|
1551
|
+
o[5].icon
|
|
1307
1552
|
)
|
|
1308
1553
|
}
|
|
1309
1554
|
}), {
|
|
1310
1555
|
c() {
|
|
1311
|
-
|
|
1556
|
+
Z(e.$$.fragment);
|
|
1312
1557
|
},
|
|
1313
1558
|
m(t, r) {
|
|
1314
|
-
|
|
1559
|
+
C(e, t, r), l = !0;
|
|
1315
1560
|
},
|
|
1316
1561
|
p: x,
|
|
1317
1562
|
i(t) {
|
|
1318
|
-
l || (
|
|
1563
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
1319
1564
|
},
|
|
1320
1565
|
o(t) {
|
|
1321
1566
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -1325,71 +1570,71 @@ function e1(a) {
|
|
|
1325
1570
|
}
|
|
1326
1571
|
};
|
|
1327
1572
|
}
|
|
1328
|
-
function
|
|
1329
|
-
let l, t, r,
|
|
1330
|
-
const c = [
|
|
1331
|
-
function i(u,
|
|
1573
|
+
function F1(o, e) {
|
|
1574
|
+
let l, t, r, a, s;
|
|
1575
|
+
const c = [ct, ot], n = [];
|
|
1576
|
+
function i(u, h) {
|
|
1332
1577
|
return (
|
|
1333
1578
|
/*item*/
|
|
1334
|
-
u[
|
|
1579
|
+
u[5].links ? 0 : 1
|
|
1335
1580
|
);
|
|
1336
1581
|
}
|
|
1337
|
-
return t = i(e), r =
|
|
1338
|
-
key:
|
|
1582
|
+
return t = i(e), r = n[t] = c[t](e), {
|
|
1583
|
+
key: o,
|
|
1339
1584
|
first: null,
|
|
1340
1585
|
c() {
|
|
1341
|
-
l =
|
|
1586
|
+
l = w("li"), r.c(), a = N(), this.first = l;
|
|
1342
1587
|
},
|
|
1343
|
-
m(u,
|
|
1344
|
-
b(u, l,
|
|
1588
|
+
m(u, h) {
|
|
1589
|
+
b(u, l, h), n[t].m(l, null), p(l, a), s = !0;
|
|
1345
1590
|
},
|
|
1346
|
-
p(u,
|
|
1347
|
-
e = u, r.p(e,
|
|
1591
|
+
p(u, h) {
|
|
1592
|
+
e = u, r.p(e, h);
|
|
1348
1593
|
},
|
|
1349
1594
|
i(u) {
|
|
1350
|
-
s || (
|
|
1595
|
+
s || (_(r), s = !0);
|
|
1351
1596
|
},
|
|
1352
1597
|
o(u) {
|
|
1353
1598
|
m(r), s = !1;
|
|
1354
1599
|
},
|
|
1355
1600
|
d(u) {
|
|
1356
|
-
u &&
|
|
1601
|
+
u && v(l), n[t].d();
|
|
1357
1602
|
}
|
|
1358
1603
|
};
|
|
1359
1604
|
}
|
|
1360
|
-
function
|
|
1605
|
+
function ft(o) {
|
|
1361
1606
|
let e, l = (
|
|
1362
1607
|
/*item*/
|
|
1363
|
-
|
|
1608
|
+
o[5].text + ""
|
|
1364
1609
|
), t;
|
|
1365
1610
|
return {
|
|
1366
1611
|
c() {
|
|
1367
|
-
e =
|
|
1612
|
+
e = w("a"), t = V(l), f(e, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey"), f(
|
|
1368
1613
|
e,
|
|
1369
1614
|
"href",
|
|
1370
1615
|
/*item*/
|
|
1371
|
-
|
|
1372
|
-
), $
|
|
1616
|
+
o[5].href
|
|
1617
|
+
), $1(
|
|
1373
1618
|
e,
|
|
1374
1619
|
"bg-uofg-yellow",
|
|
1375
1620
|
/*item*/
|
|
1376
|
-
|
|
1621
|
+
o[5].highlight
|
|
1377
1622
|
);
|
|
1378
1623
|
},
|
|
1379
|
-
m(r,
|
|
1380
|
-
b(r, e,
|
|
1624
|
+
m(r, a) {
|
|
1625
|
+
b(r, e, a), p(e, t);
|
|
1381
1626
|
},
|
|
1382
1627
|
p: x,
|
|
1383
1628
|
i: x,
|
|
1384
1629
|
o: x,
|
|
1385
1630
|
d(r) {
|
|
1386
|
-
r &&
|
|
1631
|
+
r && v(e);
|
|
1387
1632
|
}
|
|
1388
1633
|
};
|
|
1389
1634
|
}
|
|
1390
|
-
function
|
|
1635
|
+
function ht(o) {
|
|
1391
1636
|
let e, l;
|
|
1392
|
-
return e = new
|
|
1637
|
+
return e = new q({
|
|
1393
1638
|
props: {
|
|
1394
1639
|
class: "relative w-full",
|
|
1395
1640
|
buttonClass: "flex border-0 border-b border-solid border-uofg-grey-500 w-full items-center justify-between gap-2 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey aria-expanded:bg-uofg-grey [&_svg]:aria-expanded:rotate-180",
|
|
@@ -1397,25 +1642,25 @@ function l1(a) {
|
|
|
1397
1642
|
as: "ul",
|
|
1398
1643
|
autoCollapse: !1,
|
|
1399
1644
|
$$slots: {
|
|
1400
|
-
button: [
|
|
1401
|
-
default: [
|
|
1645
|
+
button: [gt],
|
|
1646
|
+
default: [pt]
|
|
1402
1647
|
},
|
|
1403
|
-
$$scope: { ctx:
|
|
1648
|
+
$$scope: { ctx: o }
|
|
1404
1649
|
}
|
|
1405
1650
|
}), {
|
|
1406
1651
|
c() {
|
|
1407
|
-
|
|
1652
|
+
Z(e.$$.fragment);
|
|
1408
1653
|
},
|
|
1409
1654
|
m(t, r) {
|
|
1410
|
-
|
|
1655
|
+
C(e, t, r), l = !0;
|
|
1411
1656
|
},
|
|
1412
1657
|
p(t, r) {
|
|
1413
|
-
const
|
|
1658
|
+
const a = {};
|
|
1414
1659
|
r & /*$$scope*/
|
|
1415
|
-
|
|
1660
|
+
32768 && (a.$$scope = { dirty: r, ctx: t }), e.$set(a);
|
|
1416
1661
|
},
|
|
1417
1662
|
i(t) {
|
|
1418
|
-
l || (
|
|
1663
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
1419
1664
|
},
|
|
1420
1665
|
o(t) {
|
|
1421
1666
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -1425,67 +1670,67 @@ function l1(a) {
|
|
|
1425
1670
|
}
|
|
1426
1671
|
};
|
|
1427
1672
|
}
|
|
1428
|
-
function
|
|
1673
|
+
function W1(o) {
|
|
1429
1674
|
let e, l, t = (
|
|
1430
1675
|
/*link*/
|
|
1431
|
-
|
|
1432
|
-
), r,
|
|
1676
|
+
o[8].text + ""
|
|
1677
|
+
), r, a, s = [
|
|
1433
1678
|
{
|
|
1434
1679
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1435
1680
|
},
|
|
1436
1681
|
{
|
|
1437
1682
|
href: (
|
|
1438
1683
|
/*link*/
|
|
1439
|
-
|
|
1684
|
+
o[8].href
|
|
1440
1685
|
)
|
|
1441
1686
|
},
|
|
1442
1687
|
/*link*/
|
|
1443
|
-
|
|
1688
|
+
o[8].attributes
|
|
1444
1689
|
], c = {};
|
|
1445
|
-
for (let
|
|
1446
|
-
c =
|
|
1690
|
+
for (let n = 0; n < s.length; n += 1)
|
|
1691
|
+
c = O(c, s[n]);
|
|
1447
1692
|
return {
|
|
1448
1693
|
c() {
|
|
1449
|
-
e =
|
|
1694
|
+
e = w("li"), l = w("a"), r = V(t), a = N(), T(l, c);
|
|
1450
1695
|
},
|
|
1451
|
-
m(
|
|
1452
|
-
b(
|
|
1696
|
+
m(n, i) {
|
|
1697
|
+
b(n, e, i), p(e, l), p(l, r), p(e, a);
|
|
1453
1698
|
},
|
|
1454
1699
|
p: x,
|
|
1455
|
-
d(
|
|
1456
|
-
|
|
1700
|
+
d(n) {
|
|
1701
|
+
n && v(e);
|
|
1457
1702
|
}
|
|
1458
1703
|
};
|
|
1459
1704
|
}
|
|
1460
|
-
function
|
|
1705
|
+
function pt(o) {
|
|
1461
1706
|
let e, l = A(
|
|
1462
1707
|
/*item*/
|
|
1463
|
-
|
|
1708
|
+
o[5].links
|
|
1464
1709
|
), t = [];
|
|
1465
1710
|
for (let r = 0; r < l.length; r += 1)
|
|
1466
|
-
t[r] =
|
|
1711
|
+
t[r] = W1(j1(o, l, r));
|
|
1467
1712
|
return {
|
|
1468
1713
|
c() {
|
|
1469
1714
|
for (let r = 0; r < t.length; r += 1)
|
|
1470
1715
|
t[r].c();
|
|
1471
|
-
e =
|
|
1716
|
+
e = B();
|
|
1472
1717
|
},
|
|
1473
|
-
m(r,
|
|
1718
|
+
m(r, a) {
|
|
1474
1719
|
for (let s = 0; s < t.length; s += 1)
|
|
1475
|
-
t[s] && t[s].m(r,
|
|
1476
|
-
b(r, e,
|
|
1720
|
+
t[s] && t[s].m(r, a);
|
|
1721
|
+
b(r, e, a);
|
|
1477
1722
|
},
|
|
1478
|
-
p(r,
|
|
1479
|
-
if (
|
|
1480
|
-
|
|
1723
|
+
p(r, a) {
|
|
1724
|
+
if (a & /*mainMenu*/
|
|
1725
|
+
2) {
|
|
1481
1726
|
l = A(
|
|
1482
1727
|
/*item*/
|
|
1483
|
-
r[
|
|
1728
|
+
r[5].links
|
|
1484
1729
|
);
|
|
1485
1730
|
let s;
|
|
1486
1731
|
for (s = 0; s < l.length; s += 1) {
|
|
1487
|
-
const c =
|
|
1488
|
-
t[s] ? t[s].p(c,
|
|
1732
|
+
const c = j1(r, l, s);
|
|
1733
|
+
t[s] ? t[s].p(c, a) : (t[s] = W1(c), t[s].c(), t[s].m(e.parentNode, e));
|
|
1489
1734
|
}
|
|
1490
1735
|
for (; s < t.length; s += 1)
|
|
1491
1736
|
t[s].d(1);
|
|
@@ -1493,109 +1738,109 @@ function r1(a) {
|
|
|
1493
1738
|
}
|
|
1494
1739
|
},
|
|
1495
1740
|
d(r) {
|
|
1496
|
-
r &&
|
|
1741
|
+
r && v(e), Y(t, r);
|
|
1497
1742
|
}
|
|
1498
1743
|
};
|
|
1499
1744
|
}
|
|
1500
|
-
function
|
|
1501
|
-
let e, l, t, r,
|
|
1502
|
-
return r = new
|
|
1745
|
+
function gt(o) {
|
|
1746
|
+
let e, l, t, r, a;
|
|
1747
|
+
return r = new E({ props: { icon: g1 } }), {
|
|
1503
1748
|
c() {
|
|
1504
|
-
e =
|
|
1505
|
-
|
|
1749
|
+
e = w("span"), l = w("span"), l.textContent = `${/*item*/
|
|
1750
|
+
o[5].text}`, t = N(), Z(r.$$.fragment), f(l, "class", "mr-auto"), f(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), f(e, "slot", "button"), $1(
|
|
1506
1751
|
e,
|
|
1507
1752
|
"bg-uofg-yellow",
|
|
1508
1753
|
/*item*/
|
|
1509
|
-
|
|
1754
|
+
o[5].highlight
|
|
1510
1755
|
);
|
|
1511
1756
|
},
|
|
1512
1757
|
m(s, c) {
|
|
1513
|
-
b(s, e, c),
|
|
1758
|
+
b(s, e, c), p(e, l), p(e, t), C(r, e, null), a = !0;
|
|
1514
1759
|
},
|
|
1515
1760
|
p: x,
|
|
1516
1761
|
i(s) {
|
|
1517
|
-
|
|
1762
|
+
a || (_(r.$$.fragment, s), a = !0);
|
|
1518
1763
|
},
|
|
1519
1764
|
o(s) {
|
|
1520
|
-
m(r.$$.fragment, s),
|
|
1765
|
+
m(r.$$.fragment, s), a = !1;
|
|
1521
1766
|
},
|
|
1522
1767
|
d(s) {
|
|
1523
|
-
s &&
|
|
1768
|
+
s && v(e), L(r);
|
|
1524
1769
|
}
|
|
1525
1770
|
};
|
|
1526
1771
|
}
|
|
1527
|
-
function
|
|
1528
|
-
let e, l, t, r,
|
|
1529
|
-
const s = [
|
|
1530
|
-
function
|
|
1772
|
+
function B1(o) {
|
|
1773
|
+
let e, l, t, r, a;
|
|
1774
|
+
const s = [ht, ft], c = [];
|
|
1775
|
+
function n(i, u) {
|
|
1531
1776
|
return (
|
|
1532
1777
|
/*item*/
|
|
1533
|
-
i[
|
|
1778
|
+
i[5].links ? 0 : 1
|
|
1534
1779
|
);
|
|
1535
1780
|
}
|
|
1536
|
-
return l = o
|
|
1781
|
+
return l = n(o), t = c[l] = s[l](o), {
|
|
1537
1782
|
c() {
|
|
1538
|
-
e =
|
|
1783
|
+
e = w("li"), t.c(), r = N(), f(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
1539
1784
|
},
|
|
1540
1785
|
m(i, u) {
|
|
1541
|
-
b(i, e, u), c[l].m(e, null),
|
|
1786
|
+
b(i, e, u), c[l].m(e, null), p(e, r), a = !0;
|
|
1542
1787
|
},
|
|
1543
1788
|
p(i, u) {
|
|
1544
1789
|
t.p(i, u);
|
|
1545
1790
|
},
|
|
1546
1791
|
i(i) {
|
|
1547
|
-
|
|
1792
|
+
a || (_(t), a = !0);
|
|
1548
1793
|
},
|
|
1549
1794
|
o(i) {
|
|
1550
|
-
m(t),
|
|
1795
|
+
m(t), a = !1;
|
|
1551
1796
|
},
|
|
1552
1797
|
d(i) {
|
|
1553
|
-
i &&
|
|
1798
|
+
i && v(e), c[l].d();
|
|
1554
1799
|
}
|
|
1555
1800
|
};
|
|
1556
1801
|
}
|
|
1557
|
-
function
|
|
1802
|
+
function _t(o) {
|
|
1558
1803
|
let e, l, t = A(
|
|
1559
1804
|
/*mainMenu*/
|
|
1560
|
-
|
|
1805
|
+
o[1]
|
|
1561
1806
|
), r = [];
|
|
1562
1807
|
for (let s = 0; s < t.length; s += 1)
|
|
1563
|
-
r[s] =
|
|
1564
|
-
const
|
|
1808
|
+
r[s] = B1(S1(o, t, s));
|
|
1809
|
+
const a = (s) => m(r[s], 1, 1, () => {
|
|
1565
1810
|
r[s] = null;
|
|
1566
1811
|
});
|
|
1567
1812
|
return {
|
|
1568
1813
|
c() {
|
|
1569
1814
|
for (let s = 0; s < r.length; s += 1)
|
|
1570
1815
|
r[s].c();
|
|
1571
|
-
e =
|
|
1816
|
+
e = B();
|
|
1572
1817
|
},
|
|
1573
1818
|
m(s, c) {
|
|
1574
|
-
for (let
|
|
1575
|
-
r[
|
|
1819
|
+
for (let n = 0; n < r.length; n += 1)
|
|
1820
|
+
r[n] && r[n].m(s, c);
|
|
1576
1821
|
b(s, e, c), l = !0;
|
|
1577
1822
|
},
|
|
1578
1823
|
p(s, c) {
|
|
1579
1824
|
if (c & /*mainMenu*/
|
|
1580
|
-
|
|
1825
|
+
2) {
|
|
1581
1826
|
t = A(
|
|
1582
1827
|
/*mainMenu*/
|
|
1583
|
-
s[
|
|
1828
|
+
s[1]
|
|
1584
1829
|
);
|
|
1585
|
-
let
|
|
1586
|
-
for (
|
|
1587
|
-
const i =
|
|
1588
|
-
r[
|
|
1830
|
+
let n;
|
|
1831
|
+
for (n = 0; n < t.length; n += 1) {
|
|
1832
|
+
const i = S1(s, t, n);
|
|
1833
|
+
r[n] ? (r[n].p(i, c), _(r[n], 1)) : (r[n] = B1(i), r[n].c(), _(r[n], 1), r[n].m(e.parentNode, e));
|
|
1589
1834
|
}
|
|
1590
|
-
for (
|
|
1591
|
-
n
|
|
1592
|
-
|
|
1835
|
+
for (H(), n = t.length; n < r.length; n += 1)
|
|
1836
|
+
a(n);
|
|
1837
|
+
j();
|
|
1593
1838
|
}
|
|
1594
1839
|
},
|
|
1595
1840
|
i(s) {
|
|
1596
1841
|
if (!l) {
|
|
1597
1842
|
for (let c = 0; c < t.length; c += 1)
|
|
1598
|
-
|
|
1843
|
+
_(r[c]);
|
|
1599
1844
|
l = !0;
|
|
1600
1845
|
}
|
|
1601
1846
|
},
|
|
@@ -1606,22 +1851,22 @@ function s1(a) {
|
|
|
1606
1851
|
l = !1;
|
|
1607
1852
|
},
|
|
1608
1853
|
d(s) {
|
|
1609
|
-
s &&
|
|
1854
|
+
s && v(e), Y(r, s);
|
|
1610
1855
|
}
|
|
1611
1856
|
};
|
|
1612
1857
|
}
|
|
1613
|
-
function
|
|
1858
|
+
function mt(o) {
|
|
1614
1859
|
let e, l;
|
|
1615
|
-
return e = new
|
|
1860
|
+
return e = new E({ props: { slot: "button", icon: se } }), {
|
|
1616
1861
|
c() {
|
|
1617
|
-
|
|
1862
|
+
Z(e.$$.fragment);
|
|
1618
1863
|
},
|
|
1619
1864
|
m(t, r) {
|
|
1620
|
-
|
|
1865
|
+
C(e, t, r), l = !0;
|
|
1621
1866
|
},
|
|
1622
1867
|
p: x,
|
|
1623
1868
|
i(t) {
|
|
1624
|
-
l || (
|
|
1869
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
1625
1870
|
},
|
|
1626
1871
|
o(t) {
|
|
1627
1872
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -1631,21 +1876,21 @@ function a1(a) {
|
|
|
1631
1876
|
}
|
|
1632
1877
|
};
|
|
1633
1878
|
}
|
|
1634
|
-
function
|
|
1635
|
-
let e, l = [], t = /* @__PURE__ */ new Map(), r,
|
|
1879
|
+
function dt(o) {
|
|
1880
|
+
let e, l = [], t = /* @__PURE__ */ new Map(), r, a, s, c, n = A(
|
|
1636
1881
|
/*outer*/
|
|
1637
|
-
|
|
1882
|
+
o[2]
|
|
1638
1883
|
);
|
|
1639
1884
|
const i = (u) => (
|
|
1640
1885
|
/*item*/
|
|
1641
|
-
u[
|
|
1642
|
-
u[
|
|
1886
|
+
u[5].text || /*item*/
|
|
1887
|
+
u[5].title
|
|
1643
1888
|
);
|
|
1644
|
-
for (let u = 0; u <
|
|
1645
|
-
let
|
|
1646
|
-
t.set(
|
|
1889
|
+
for (let u = 0; u < n.length; u += 1) {
|
|
1890
|
+
let h = H1(o, n, u), g = i(h);
|
|
1891
|
+
t.set(g, l[u] = F1(g, h));
|
|
1647
1892
|
}
|
|
1648
|
-
return s = new
|
|
1893
|
+
return s = new q({
|
|
1649
1894
|
props: {
|
|
1650
1895
|
class: "h-full",
|
|
1651
1896
|
buttonAriaLabel: "Main Menu",
|
|
@@ -1653,75 +1898,78 @@ function o1(a) {
|
|
|
1653
1898
|
contentClass: "absolute right-0 top-full z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem] [&>li]:contents max-h-[calc(100vh-5rem)] overflow-y-auto",
|
|
1654
1899
|
as: "ul",
|
|
1655
1900
|
$$slots: {
|
|
1656
|
-
button: [
|
|
1657
|
-
default: [
|
|
1901
|
+
button: [mt],
|
|
1902
|
+
default: [_t]
|
|
1658
1903
|
},
|
|
1659
|
-
$$scope: { ctx:
|
|
1904
|
+
$$scope: { ctx: o }
|
|
1660
1905
|
}
|
|
1661
1906
|
}), {
|
|
1662
1907
|
c() {
|
|
1663
|
-
e =
|
|
1908
|
+
e = w("ul");
|
|
1664
1909
|
for (let u = 0; u < l.length; u += 1)
|
|
1665
1910
|
l[u].c();
|
|
1666
|
-
r = N(),
|
|
1911
|
+
r = N(), a = w("li"), Z(s.$$.fragment), f(e, "class", "flex h-full [&>li]:contents");
|
|
1667
1912
|
},
|
|
1668
|
-
m(u,
|
|
1669
|
-
b(u, e,
|
|
1670
|
-
for (let
|
|
1671
|
-
l[
|
|
1672
|
-
|
|
1913
|
+
m(u, h) {
|
|
1914
|
+
b(u, e, h);
|
|
1915
|
+
for (let g = 0; g < l.length; g += 1)
|
|
1916
|
+
l[g] && l[g].m(e, null);
|
|
1917
|
+
p(e, r), p(e, a), C(s, a, null), c = !0;
|
|
1673
1918
|
},
|
|
1674
|
-
p(u, [
|
|
1675
|
-
|
|
1676
|
-
|
|
1919
|
+
p(u, [h]) {
|
|
1920
|
+
h & /*outer, undefined*/
|
|
1921
|
+
4 && (n = A(
|
|
1677
1922
|
/*outer*/
|
|
1678
|
-
u[
|
|
1679
|
-
),
|
|
1680
|
-
const
|
|
1681
|
-
|
|
1682
|
-
|
|
1923
|
+
u[2]
|
|
1924
|
+
), H(), l = h1(l, h, i, 1, u, n, t, e, p1, F1, r, H1), j());
|
|
1925
|
+
const g = {};
|
|
1926
|
+
h & /*$$scope*/
|
|
1927
|
+
32768 && (g.$$scope = { dirty: h, ctx: u }), s.$set(g);
|
|
1683
1928
|
},
|
|
1684
1929
|
i(u) {
|
|
1685
1930
|
if (!c) {
|
|
1686
|
-
for (let
|
|
1687
|
-
|
|
1688
|
-
|
|
1931
|
+
for (let h = 0; h < n.length; h += 1)
|
|
1932
|
+
_(l[h]);
|
|
1933
|
+
_(s.$$.fragment, u), c = !0;
|
|
1689
1934
|
}
|
|
1690
1935
|
},
|
|
1691
1936
|
o(u) {
|
|
1692
|
-
for (let
|
|
1693
|
-
m(l[
|
|
1937
|
+
for (let h = 0; h < l.length; h += 1)
|
|
1938
|
+
m(l[h]);
|
|
1694
1939
|
m(s.$$.fragment, u), c = !1;
|
|
1695
1940
|
},
|
|
1696
1941
|
d(u) {
|
|
1697
|
-
u &&
|
|
1698
|
-
for (let
|
|
1699
|
-
l[
|
|
1942
|
+
u && v(e);
|
|
1943
|
+
for (let h = 0; h < l.length; h += 1)
|
|
1944
|
+
l[h].d();
|
|
1700
1945
|
L(s);
|
|
1701
1946
|
}
|
|
1702
1947
|
};
|
|
1703
1948
|
}
|
|
1704
|
-
function
|
|
1705
|
-
|
|
1706
|
-
|
|
1949
|
+
function bt(o, e, l) {
|
|
1950
|
+
let t;
|
|
1951
|
+
const r = K("header-state");
|
|
1952
|
+
Q(o, r, (n) => l(3, t = n));
|
|
1953
|
+
const a = (t == null ? void 0 : t.variant) === "ridgetown" ? [...ce, ...ie] : [...ae, ...oe], s = a.filter((n) => !(n != null && n.excludeFromMainMenu)), c = a.filter((n) => n == null ? void 0 : n.excludeFromMainMenu);
|
|
1954
|
+
return [r, s, c];
|
|
1707
1955
|
}
|
|
1708
|
-
let
|
|
1956
|
+
let ve = class extends F {
|
|
1709
1957
|
constructor(e) {
|
|
1710
|
-
super(),
|
|
1958
|
+
super(), W(this, e, bt, dt, R, {});
|
|
1711
1959
|
}
|
|
1712
1960
|
};
|
|
1713
|
-
U(
|
|
1714
|
-
function
|
|
1961
|
+
U(ve, {}, [], [], !0);
|
|
1962
|
+
function vt(o) {
|
|
1715
1963
|
let e, l;
|
|
1716
|
-
return e = new
|
|
1964
|
+
return e = new ve({}), {
|
|
1717
1965
|
c() {
|
|
1718
|
-
|
|
1966
|
+
Z(e.$$.fragment);
|
|
1719
1967
|
},
|
|
1720
1968
|
m(t, r) {
|
|
1721
|
-
|
|
1969
|
+
C(e, t, r), l = !0;
|
|
1722
1970
|
},
|
|
1723
1971
|
i(t) {
|
|
1724
|
-
l || (
|
|
1972
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
1725
1973
|
},
|
|
1726
1974
|
o(t) {
|
|
1727
1975
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -1731,17 +1979,17 @@ function c1(a) {
|
|
|
1731
1979
|
}
|
|
1732
1980
|
};
|
|
1733
1981
|
}
|
|
1734
|
-
function
|
|
1982
|
+
function $t(o) {
|
|
1735
1983
|
let e, l;
|
|
1736
|
-
return e = new
|
|
1984
|
+
return e = new be({}), {
|
|
1737
1985
|
c() {
|
|
1738
|
-
|
|
1986
|
+
Z(e.$$.fragment);
|
|
1739
1987
|
},
|
|
1740
1988
|
m(t, r) {
|
|
1741
|
-
|
|
1989
|
+
C(e, t, r), l = !0;
|
|
1742
1990
|
},
|
|
1743
1991
|
i(t) {
|
|
1744
|
-
l || (
|
|
1992
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
1745
1993
|
},
|
|
1746
1994
|
o(t) {
|
|
1747
1995
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -1751,146 +1999,146 @@ function u1(a) {
|
|
|
1751
1999
|
}
|
|
1752
2000
|
};
|
|
1753
2001
|
}
|
|
1754
|
-
function
|
|
2002
|
+
function wt(o) {
|
|
1755
2003
|
let e, l, t;
|
|
1756
|
-
return l = new
|
|
2004
|
+
return l = new de({}), {
|
|
1757
2005
|
c() {
|
|
1758
|
-
e =
|
|
2006
|
+
e = w("a"), Z(l.$$.fragment), f(e, "href", "https://www.guelphhumber.ca"), f(e, "class", "w-auto h-full p-6 ml-auto transition-opacity focus:opacity-75 hover:opacity-75");
|
|
1759
2007
|
},
|
|
1760
|
-
m(r,
|
|
1761
|
-
b(r, e,
|
|
2008
|
+
m(r, a) {
|
|
2009
|
+
b(r, e, a), C(l, e, null), t = !0;
|
|
1762
2010
|
},
|
|
1763
2011
|
i(r) {
|
|
1764
|
-
t || (
|
|
2012
|
+
t || (_(l.$$.fragment, r), t = !0);
|
|
1765
2013
|
},
|
|
1766
2014
|
o(r) {
|
|
1767
2015
|
m(l.$$.fragment, r), t = !1;
|
|
1768
2016
|
},
|
|
1769
2017
|
d(r) {
|
|
1770
|
-
r &&
|
|
2018
|
+
r && v(e), L(l);
|
|
1771
2019
|
}
|
|
1772
2020
|
};
|
|
1773
2021
|
}
|
|
1774
|
-
function
|
|
1775
|
-
let e, l, t, r,
|
|
1776
|
-
l = new
|
|
1777
|
-
const
|
|
1778
|
-
function u(
|
|
1779
|
-
var $,
|
|
2022
|
+
function kt(o) {
|
|
2023
|
+
let e, l, t, r, a, s, c;
|
|
2024
|
+
l = new me({});
|
|
2025
|
+
const n = [wt, $t, vt], i = [];
|
|
2026
|
+
function u(h, g) {
|
|
2027
|
+
var $, k;
|
|
1780
2028
|
return (
|
|
1781
2029
|
/*$state*/
|
|
1782
|
-
(($ =
|
|
2030
|
+
(($ = h[0]) == null ? void 0 : $.variant) === "dual-brand" ? 0 : (
|
|
1783
2031
|
/*$state*/
|
|
1784
|
-
((
|
|
2032
|
+
((k = h[0]) == null ? void 0 : k.mode) === "desktop" ? 1 : 2
|
|
1785
2033
|
)
|
|
1786
2034
|
);
|
|
1787
2035
|
}
|
|
1788
|
-
return r = u(
|
|
2036
|
+
return r = u(o), a = i[r] = n[r](o), {
|
|
1789
2037
|
c() {
|
|
1790
|
-
var
|
|
1791
|
-
e =
|
|
2038
|
+
var h;
|
|
2039
|
+
e = w("nav"), Z(l.$$.fragment), t = N(), a.c(), f(e, "class", s = G(
|
|
1792
2040
|
"relative w-full justify-between flex lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white",
|
|
1793
2041
|
/*$state*/
|
|
1794
|
-
((
|
|
1795
|
-
)),
|
|
2042
|
+
((h = o[0]) == null ? void 0 : h.variant) === "dual-brand" ? "h-[7.5rem]" : "h-[5rem]"
|
|
2043
|
+
)), f(e, "aria-label", "Primary");
|
|
1796
2044
|
},
|
|
1797
|
-
m(
|
|
1798
|
-
b(
|
|
2045
|
+
m(h, g) {
|
|
2046
|
+
b(h, e, g), C(l, e, null), p(e, t), i[r].m(e, null), c = !0;
|
|
1799
2047
|
},
|
|
1800
|
-
p(
|
|
1801
|
-
var
|
|
2048
|
+
p(h, [g]) {
|
|
2049
|
+
var k;
|
|
1802
2050
|
let $ = r;
|
|
1803
|
-
r = u(
|
|
2051
|
+
r = u(h), r !== $ && (H(), m(i[$], 1, 1, () => {
|
|
1804
2052
|
i[$] = null;
|
|
1805
|
-
}),
|
|
1806
|
-
1 && s !== (s =
|
|
2053
|
+
}), j(), a = i[r], a || (a = i[r] = n[r](h), a.c()), _(a, 1), a.m(e, null)), (!c || g & /*$state*/
|
|
2054
|
+
1 && s !== (s = G(
|
|
1807
2055
|
"relative w-full justify-between flex lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white",
|
|
1808
2056
|
/*$state*/
|
|
1809
|
-
((
|
|
1810
|
-
))) &&
|
|
2057
|
+
((k = h[0]) == null ? void 0 : k.variant) === "dual-brand" ? "h-[7.5rem]" : "h-[5rem]"
|
|
2058
|
+
))) && f(e, "class", s);
|
|
1811
2059
|
},
|
|
1812
|
-
i(
|
|
1813
|
-
c || (
|
|
2060
|
+
i(h) {
|
|
2061
|
+
c || (_(l.$$.fragment, h), _(a), c = !0);
|
|
1814
2062
|
},
|
|
1815
|
-
o(
|
|
1816
|
-
m(l.$$.fragment,
|
|
2063
|
+
o(h) {
|
|
2064
|
+
m(l.$$.fragment, h), m(a), c = !1;
|
|
1817
2065
|
},
|
|
1818
|
-
d(
|
|
1819
|
-
|
|
2066
|
+
d(h) {
|
|
2067
|
+
h && v(e), L(l), i[r].d();
|
|
1820
2068
|
}
|
|
1821
2069
|
};
|
|
1822
2070
|
}
|
|
1823
|
-
function
|
|
2071
|
+
function yt(o, e, l) {
|
|
1824
2072
|
let t;
|
|
1825
|
-
const r =
|
|
1826
|
-
return
|
|
2073
|
+
const r = K("header-state");
|
|
2074
|
+
return Q(o, r, (a) => l(0, t = a)), [t, r];
|
|
1827
2075
|
}
|
|
1828
|
-
class
|
|
2076
|
+
class $e extends F {
|
|
1829
2077
|
constructor(e) {
|
|
1830
|
-
super(),
|
|
2078
|
+
super(), W(this, e, yt, kt, R, {});
|
|
1831
2079
|
}
|
|
1832
2080
|
}
|
|
1833
|
-
U(
|
|
1834
|
-
function
|
|
1835
|
-
const t =
|
|
2081
|
+
U($e, {}, [], [], !0);
|
|
2082
|
+
function T1(o, e, l) {
|
|
2083
|
+
const t = o.slice();
|
|
1836
2084
|
return t[1] = e[l], t;
|
|
1837
2085
|
}
|
|
1838
|
-
function
|
|
1839
|
-
const t =
|
|
2086
|
+
function E1(o, e, l) {
|
|
2087
|
+
const t = o.slice();
|
|
1840
2088
|
return t[4] = e[l], t;
|
|
1841
2089
|
}
|
|
1842
|
-
function
|
|
2090
|
+
function xt(o) {
|
|
1843
2091
|
var u;
|
|
1844
2092
|
let e, l, t = (
|
|
1845
2093
|
/*item*/
|
|
1846
|
-
|
|
1847
|
-
), r,
|
|
2094
|
+
o[1].text + ""
|
|
2095
|
+
), r, a, s, c, n = [
|
|
1848
2096
|
/*item*/
|
|
1849
|
-
|
|
2097
|
+
o[1].attributes,
|
|
1850
2098
|
{
|
|
1851
|
-
class:
|
|
1852
|
-
((u =
|
|
2099
|
+
class: a = `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow ${/*item*/
|
|
2100
|
+
((u = o[1].attributes) == null ? void 0 : u.class) ?? ""}`
|
|
1853
2101
|
},
|
|
1854
2102
|
{
|
|
1855
2103
|
href: s = /*item*/
|
|
1856
|
-
|
|
2104
|
+
o[1].href
|
|
1857
2105
|
}
|
|
1858
2106
|
], i = {};
|
|
1859
|
-
for (let
|
|
1860
|
-
i =
|
|
2107
|
+
for (let h = 0; h < n.length; h += 1)
|
|
2108
|
+
i = O(i, n[h]);
|
|
1861
2109
|
return {
|
|
1862
2110
|
c() {
|
|
1863
|
-
e =
|
|
2111
|
+
e = w("li"), l = w("a"), r = V(t), c = N(), T(l, i);
|
|
1864
2112
|
},
|
|
1865
|
-
m(
|
|
1866
|
-
b(
|
|
2113
|
+
m(h, g) {
|
|
2114
|
+
b(h, e, g), p(e, l), p(l, r), p(e, c);
|
|
1867
2115
|
},
|
|
1868
|
-
p(
|
|
2116
|
+
p(h, g) {
|
|
1869
2117
|
var $;
|
|
1870
|
-
|
|
2118
|
+
g & /*items*/
|
|
1871
2119
|
1 && t !== (t = /*item*/
|
|
1872
|
-
|
|
1873
|
-
|
|
2120
|
+
h[1].text + "") && _1(r, t, i.contenteditable), T(l, i = u1(n, [
|
|
2121
|
+
g & /*items*/
|
|
1874
2122
|
1 && /*item*/
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
1 &&
|
|
1878
|
-
(($ =
|
|
1879
|
-
|
|
2123
|
+
h[1].attributes,
|
|
2124
|
+
g & /*items*/
|
|
2125
|
+
1 && a !== (a = `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow ${/*item*/
|
|
2126
|
+
(($ = h[1].attributes) == null ? void 0 : $.class) ?? ""}`) && { class: a },
|
|
2127
|
+
g & /*items*/
|
|
1880
2128
|
1 && s !== (s = /*item*/
|
|
1881
|
-
|
|
2129
|
+
h[1].href) && { href: s }
|
|
1882
2130
|
]));
|
|
1883
2131
|
},
|
|
1884
2132
|
i: x,
|
|
1885
2133
|
o: x,
|
|
1886
|
-
d(
|
|
1887
|
-
|
|
2134
|
+
d(h) {
|
|
2135
|
+
h && v(e);
|
|
1888
2136
|
}
|
|
1889
2137
|
};
|
|
1890
2138
|
}
|
|
1891
|
-
function
|
|
2139
|
+
function Mt(o) {
|
|
1892
2140
|
let e, l, t, r;
|
|
1893
|
-
return l = new
|
|
2141
|
+
return l = new q({
|
|
1894
2142
|
props: {
|
|
1895
2143
|
class: "relative h-full",
|
|
1896
2144
|
buttonClass: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow aria-expanded:bg-uofg-yellow [&_svg]:aria-expanded:rotate-180",
|
|
@@ -1898,101 +2146,101 @@ function p1(a) {
|
|
|
1898
2146
|
buttonAriaLabel: void 0,
|
|
1899
2147
|
as: "ul",
|
|
1900
2148
|
$$slots: {
|
|
1901
|
-
button: [
|
|
1902
|
-
default: [
|
|
2149
|
+
button: [Ct],
|
|
2150
|
+
default: [Zt]
|
|
1903
2151
|
},
|
|
1904
|
-
$$scope: { ctx:
|
|
2152
|
+
$$scope: { ctx: o }
|
|
1905
2153
|
}
|
|
1906
2154
|
}), {
|
|
1907
2155
|
c() {
|
|
1908
|
-
e =
|
|
2156
|
+
e = w("li"), Z(l.$$.fragment), t = N();
|
|
1909
2157
|
},
|
|
1910
|
-
m(
|
|
1911
|
-
b(
|
|
2158
|
+
m(a, s) {
|
|
2159
|
+
b(a, e, s), C(l, e, null), p(e, t), r = !0;
|
|
1912
2160
|
},
|
|
1913
|
-
p(
|
|
2161
|
+
p(a, s) {
|
|
1914
2162
|
const c = {};
|
|
1915
2163
|
s & /*$$scope, items*/
|
|
1916
|
-
129 && (c.$$scope = { dirty: s, ctx:
|
|
2164
|
+
129 && (c.$$scope = { dirty: s, ctx: a }), l.$set(c);
|
|
1917
2165
|
},
|
|
1918
|
-
i(
|
|
1919
|
-
r || (
|
|
2166
|
+
i(a) {
|
|
2167
|
+
r || (_(l.$$.fragment, a), r = !0);
|
|
1920
2168
|
},
|
|
1921
|
-
o(
|
|
1922
|
-
m(l.$$.fragment,
|
|
2169
|
+
o(a) {
|
|
2170
|
+
m(l.$$.fragment, a), r = !1;
|
|
1923
2171
|
},
|
|
1924
|
-
d(
|
|
1925
|
-
|
|
2172
|
+
d(a) {
|
|
2173
|
+
a && v(e), L(l);
|
|
1926
2174
|
}
|
|
1927
2175
|
};
|
|
1928
2176
|
}
|
|
1929
|
-
function
|
|
2177
|
+
function P1(o) {
|
|
1930
2178
|
var u;
|
|
1931
2179
|
let e, l, t = (
|
|
1932
2180
|
/*link*/
|
|
1933
|
-
|
|
1934
|
-
), r,
|
|
2181
|
+
o[4].text + ""
|
|
2182
|
+
), r, a, s, c, n = [
|
|
1935
2183
|
/*link*/
|
|
1936
|
-
|
|
2184
|
+
o[4].attributes,
|
|
1937
2185
|
{
|
|
1938
|
-
class:
|
|
1939
|
-
((u =
|
|
2186
|
+
class: a = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow ${/*link*/
|
|
2187
|
+
((u = o[4].attributes) == null ? void 0 : u.class) ?? ""}`
|
|
1940
2188
|
},
|
|
1941
2189
|
{
|
|
1942
2190
|
href: s = /*link*/
|
|
1943
|
-
|
|
2191
|
+
o[4].href
|
|
1944
2192
|
}
|
|
1945
2193
|
], i = {};
|
|
1946
|
-
for (let
|
|
1947
|
-
i =
|
|
2194
|
+
for (let h = 0; h < n.length; h += 1)
|
|
2195
|
+
i = O(i, n[h]);
|
|
1948
2196
|
return {
|
|
1949
2197
|
c() {
|
|
1950
|
-
e =
|
|
2198
|
+
e = w("li"), l = w("a"), r = V(t), c = N(), T(l, i);
|
|
1951
2199
|
},
|
|
1952
|
-
m(
|
|
1953
|
-
b(
|
|
2200
|
+
m(h, g) {
|
|
2201
|
+
b(h, e, g), p(e, l), p(l, r), p(e, c);
|
|
1954
2202
|
},
|
|
1955
|
-
p(
|
|
2203
|
+
p(h, g) {
|
|
1956
2204
|
var $;
|
|
1957
|
-
|
|
2205
|
+
g & /*items*/
|
|
1958
2206
|
1 && t !== (t = /*link*/
|
|
1959
|
-
|
|
1960
|
-
|
|
2207
|
+
h[4].text + "") && _1(r, t, i.contenteditable), T(l, i = u1(n, [
|
|
2208
|
+
g & /*items*/
|
|
1961
2209
|
1 && /*link*/
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
1 &&
|
|
1965
|
-
(($ =
|
|
1966
|
-
|
|
2210
|
+
h[4].attributes,
|
|
2211
|
+
g & /*items*/
|
|
2212
|
+
1 && a !== (a = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow ${/*link*/
|
|
2213
|
+
(($ = h[4].attributes) == null ? void 0 : $.class) ?? ""}`) && { class: a },
|
|
2214
|
+
g & /*items*/
|
|
1967
2215
|
1 && s !== (s = /*link*/
|
|
1968
|
-
|
|
2216
|
+
h[4].href) && { href: s }
|
|
1969
2217
|
]));
|
|
1970
2218
|
},
|
|
1971
|
-
d(
|
|
1972
|
-
|
|
2219
|
+
d(h) {
|
|
2220
|
+
h && v(e);
|
|
1973
2221
|
}
|
|
1974
2222
|
};
|
|
1975
2223
|
}
|
|
1976
|
-
function
|
|
2224
|
+
function Zt(o) {
|
|
1977
2225
|
let e, l = A(
|
|
1978
2226
|
/*item*/
|
|
1979
|
-
|
|
2227
|
+
o[1].links
|
|
1980
2228
|
), t = [];
|
|
1981
2229
|
for (let r = 0; r < l.length; r += 1)
|
|
1982
|
-
t[r] =
|
|
2230
|
+
t[r] = P1(E1(o, l, r));
|
|
1983
2231
|
return {
|
|
1984
2232
|
c() {
|
|
1985
2233
|
for (let r = 0; r < t.length; r += 1)
|
|
1986
2234
|
t[r].c();
|
|
1987
|
-
e =
|
|
2235
|
+
e = B();
|
|
1988
2236
|
},
|
|
1989
|
-
m(r,
|
|
2237
|
+
m(r, a) {
|
|
1990
2238
|
for (let s = 0; s < t.length; s += 1)
|
|
1991
|
-
t[s] && t[s].m(r,
|
|
1992
|
-
b(r, e,
|
|
2239
|
+
t[s] && t[s].m(r, a);
|
|
2240
|
+
b(r, e, a);
|
|
1993
2241
|
},
|
|
1994
|
-
p(r,
|
|
1995
|
-
if (
|
|
2242
|
+
p(r, a) {
|
|
2243
|
+
if (a & /*items*/
|
|
1996
2244
|
1) {
|
|
1997
2245
|
l = A(
|
|
1998
2246
|
/*item*/
|
|
@@ -2000,8 +2248,8 @@ function m1(a) {
|
|
|
2000
2248
|
);
|
|
2001
2249
|
let s;
|
|
2002
2250
|
for (s = 0; s < l.length; s += 1) {
|
|
2003
|
-
const c =
|
|
2004
|
-
t[s] ? t[s].p(c,
|
|
2251
|
+
const c = E1(r, l, s);
|
|
2252
|
+
t[s] ? t[s].p(c, a) : (t[s] = P1(c), t[s].c(), t[s].m(e.parentNode, e));
|
|
2005
2253
|
}
|
|
2006
2254
|
for (; s < t.length; s += 1)
|
|
2007
2255
|
t[s].d(1);
|
|
@@ -2009,154 +2257,154 @@ function m1(a) {
|
|
|
2009
2257
|
}
|
|
2010
2258
|
},
|
|
2011
2259
|
d(r) {
|
|
2012
|
-
r &&
|
|
2260
|
+
r && v(e), Y(t, r);
|
|
2013
2261
|
}
|
|
2014
2262
|
};
|
|
2015
2263
|
}
|
|
2016
|
-
function
|
|
2264
|
+
function Ct(o) {
|
|
2017
2265
|
let e, l, t = (
|
|
2018
2266
|
/*item*/
|
|
2019
|
-
|
|
2020
|
-
), r,
|
|
2021
|
-
return s = new
|
|
2267
|
+
o[1].title + ""
|
|
2268
|
+
), r, a, s, c;
|
|
2269
|
+
return s = new E({ props: { icon: g1 } }), {
|
|
2022
2270
|
c() {
|
|
2023
|
-
e =
|
|
2271
|
+
e = w("span"), l = w("span"), r = V(t), a = N(), Z(s.$$.fragment), f(e, "class", "flex gap-2 [&>svg]:transition-transform"), f(e, "slot", "button");
|
|
2024
2272
|
},
|
|
2025
|
-
m(
|
|
2026
|
-
b(
|
|
2273
|
+
m(n, i) {
|
|
2274
|
+
b(n, e, i), p(e, l), p(l, r), p(e, a), C(s, e, null), c = !0;
|
|
2027
2275
|
},
|
|
2028
|
-
p(
|
|
2276
|
+
p(n, i) {
|
|
2029
2277
|
(!c || i & /*items*/
|
|
2030
2278
|
1) && t !== (t = /*item*/
|
|
2031
|
-
|
|
2279
|
+
n[1].title + "") && m1(r, t);
|
|
2032
2280
|
},
|
|
2033
|
-
i(
|
|
2034
|
-
c || (
|
|
2281
|
+
i(n) {
|
|
2282
|
+
c || (_(s.$$.fragment, n), c = !0);
|
|
2035
2283
|
},
|
|
2036
|
-
o(
|
|
2037
|
-
m(s.$$.fragment,
|
|
2284
|
+
o(n) {
|
|
2285
|
+
m(s.$$.fragment, n), c = !1;
|
|
2038
2286
|
},
|
|
2039
|
-
d(
|
|
2040
|
-
|
|
2287
|
+
d(n) {
|
|
2288
|
+
n && v(e), L(s);
|
|
2041
2289
|
}
|
|
2042
2290
|
};
|
|
2043
2291
|
}
|
|
2044
|
-
function
|
|
2045
|
-
let l, t, r,
|
|
2046
|
-
const c = [
|
|
2047
|
-
function i(u,
|
|
2292
|
+
function G1(o, e) {
|
|
2293
|
+
let l, t, r, a, s;
|
|
2294
|
+
const c = [Mt, xt], n = [];
|
|
2295
|
+
function i(u, h) {
|
|
2048
2296
|
return (
|
|
2049
2297
|
/*item*/
|
|
2050
2298
|
u[1].links ? 0 : 1
|
|
2051
2299
|
);
|
|
2052
2300
|
}
|
|
2053
|
-
return t = i(e), r =
|
|
2054
|
-
key:
|
|
2301
|
+
return t = i(e), r = n[t] = c[t](e), {
|
|
2302
|
+
key: o,
|
|
2055
2303
|
first: null,
|
|
2056
2304
|
c() {
|
|
2057
|
-
l =
|
|
2305
|
+
l = B(), r.c(), a = B(), this.first = l;
|
|
2058
2306
|
},
|
|
2059
|
-
m(u,
|
|
2060
|
-
b(u, l,
|
|
2307
|
+
m(u, h) {
|
|
2308
|
+
b(u, l, h), n[t].m(u, h), b(u, a, h), s = !0;
|
|
2061
2309
|
},
|
|
2062
|
-
p(u,
|
|
2310
|
+
p(u, h) {
|
|
2063
2311
|
e = u;
|
|
2064
|
-
let
|
|
2065
|
-
t = i(e), t ===
|
|
2066
|
-
|
|
2067
|
-
}),
|
|
2312
|
+
let g = t;
|
|
2313
|
+
t = i(e), t === g ? n[t].p(e, h) : (H(), m(n[g], 1, 1, () => {
|
|
2314
|
+
n[g] = null;
|
|
2315
|
+
}), j(), r = n[t], r ? r.p(e, h) : (r = n[t] = c[t](e), r.c()), _(r, 1), r.m(a.parentNode, a));
|
|
2068
2316
|
},
|
|
2069
2317
|
i(u) {
|
|
2070
|
-
s || (
|
|
2318
|
+
s || (_(r), s = !0);
|
|
2071
2319
|
},
|
|
2072
2320
|
o(u) {
|
|
2073
2321
|
m(r), s = !1;
|
|
2074
2322
|
},
|
|
2075
2323
|
d(u) {
|
|
2076
|
-
u && (
|
|
2324
|
+
u && (v(l), v(a)), n[t].d(u);
|
|
2077
2325
|
}
|
|
2078
2326
|
};
|
|
2079
2327
|
}
|
|
2080
|
-
function
|
|
2081
|
-
let e = [], l = /* @__PURE__ */ new Map(), t, r,
|
|
2328
|
+
function Lt(o) {
|
|
2329
|
+
let e = [], l = /* @__PURE__ */ new Map(), t, r, a = A(
|
|
2082
2330
|
/*items*/
|
|
2083
|
-
|
|
2331
|
+
o[0]
|
|
2084
2332
|
);
|
|
2085
2333
|
const s = (c) => (
|
|
2086
2334
|
/*item*/
|
|
2087
2335
|
c[1].text || /*item*/
|
|
2088
2336
|
c[1].title
|
|
2089
2337
|
);
|
|
2090
|
-
for (let c = 0; c <
|
|
2091
|
-
let
|
|
2092
|
-
l.set(i, e[c] =
|
|
2338
|
+
for (let c = 0; c < a.length; c += 1) {
|
|
2339
|
+
let n = T1(o, a, c), i = s(n);
|
|
2340
|
+
l.set(i, e[c] = G1(i, n));
|
|
2093
2341
|
}
|
|
2094
2342
|
return {
|
|
2095
2343
|
c() {
|
|
2096
2344
|
for (let c = 0; c < e.length; c += 1)
|
|
2097
2345
|
e[c].c();
|
|
2098
|
-
t =
|
|
2346
|
+
t = B();
|
|
2099
2347
|
},
|
|
2100
|
-
m(c,
|
|
2348
|
+
m(c, n) {
|
|
2101
2349
|
for (let i = 0; i < e.length; i += 1)
|
|
2102
|
-
e[i] && e[i].m(c,
|
|
2103
|
-
b(c, t,
|
|
2350
|
+
e[i] && e[i].m(c, n);
|
|
2351
|
+
b(c, t, n), r = !0;
|
|
2104
2352
|
},
|
|
2105
|
-
p(c, [
|
|
2106
|
-
|
|
2107
|
-
1 && (
|
|
2353
|
+
p(c, [n]) {
|
|
2354
|
+
n & /*undefined, items*/
|
|
2355
|
+
1 && (a = A(
|
|
2108
2356
|
/*items*/
|
|
2109
2357
|
c[0]
|
|
2110
|
-
),
|
|
2358
|
+
), H(), e = h1(e, n, s, 1, c, a, l, t.parentNode, p1, G1, t, T1), j());
|
|
2111
2359
|
},
|
|
2112
2360
|
i(c) {
|
|
2113
2361
|
if (!r) {
|
|
2114
|
-
for (let
|
|
2115
|
-
|
|
2362
|
+
for (let n = 0; n < a.length; n += 1)
|
|
2363
|
+
_(e[n]);
|
|
2116
2364
|
r = !0;
|
|
2117
2365
|
}
|
|
2118
2366
|
},
|
|
2119
2367
|
o(c) {
|
|
2120
|
-
for (let
|
|
2121
|
-
m(e[
|
|
2368
|
+
for (let n = 0; n < e.length; n += 1)
|
|
2369
|
+
m(e[n]);
|
|
2122
2370
|
r = !1;
|
|
2123
2371
|
},
|
|
2124
2372
|
d(c) {
|
|
2125
|
-
c &&
|
|
2126
|
-
for (let
|
|
2127
|
-
e[
|
|
2373
|
+
c && v(t);
|
|
2374
|
+
for (let n = 0; n < e.length; n += 1)
|
|
2375
|
+
e[n].d(c);
|
|
2128
2376
|
}
|
|
2129
2377
|
};
|
|
2130
2378
|
}
|
|
2131
|
-
function
|
|
2379
|
+
function Nt(o, e, l) {
|
|
2132
2380
|
let { items: t } = e;
|
|
2133
|
-
return
|
|
2381
|
+
return o.$$set = (r) => {
|
|
2134
2382
|
"items" in r && l(0, t = r.items);
|
|
2135
2383
|
}, [t];
|
|
2136
2384
|
}
|
|
2137
|
-
class
|
|
2385
|
+
class we extends F {
|
|
2138
2386
|
constructor(e) {
|
|
2139
|
-
super(),
|
|
2387
|
+
super(), W(this, e, Nt, Lt, R, { items: 0 });
|
|
2140
2388
|
}
|
|
2141
2389
|
get items() {
|
|
2142
2390
|
return this.$$.ctx[0];
|
|
2143
2391
|
}
|
|
2144
2392
|
set items(e) {
|
|
2145
|
-
this.$$set({ items: e }),
|
|
2393
|
+
this.$$set({ items: e }), S();
|
|
2146
2394
|
}
|
|
2147
2395
|
}
|
|
2148
|
-
U(
|
|
2149
|
-
function
|
|
2150
|
-
const t =
|
|
2396
|
+
U(we, { items: {} }, [], [], !0);
|
|
2397
|
+
function I1(o, e, l) {
|
|
2398
|
+
const t = o.slice();
|
|
2151
2399
|
return t[1] = e[l], t;
|
|
2152
2400
|
}
|
|
2153
|
-
function
|
|
2154
|
-
const t =
|
|
2401
|
+
function q1(o, e, l) {
|
|
2402
|
+
const t = o.slice();
|
|
2155
2403
|
return t[4] = e[l], t;
|
|
2156
2404
|
}
|
|
2157
|
-
function
|
|
2405
|
+
function At(o) {
|
|
2158
2406
|
let e, l;
|
|
2159
|
-
return e = new
|
|
2407
|
+
return e = new q({
|
|
2160
2408
|
props: {
|
|
2161
2409
|
class: "relative w-full",
|
|
2162
2410
|
buttonClass: "flex border-0 border-b border-solid border-uofg-grey-500 w-full items-center justify-between gap-2 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey aria-expanded:bg-uofg-grey [&_svg]:aria-expanded:rotate-180",
|
|
@@ -2164,25 +2412,25 @@ function $1(a) {
|
|
|
2164
2412
|
as: "ul",
|
|
2165
2413
|
autoCollapse: !1,
|
|
2166
2414
|
$$slots: {
|
|
2167
|
-
button: [
|
|
2168
|
-
default: [
|
|
2415
|
+
button: [St],
|
|
2416
|
+
default: [zt]
|
|
2169
2417
|
},
|
|
2170
|
-
$$scope: { ctx:
|
|
2418
|
+
$$scope: { ctx: o }
|
|
2171
2419
|
}
|
|
2172
2420
|
}), {
|
|
2173
2421
|
c() {
|
|
2174
|
-
|
|
2422
|
+
Z(e.$$.fragment);
|
|
2175
2423
|
},
|
|
2176
2424
|
m(t, r) {
|
|
2177
|
-
|
|
2425
|
+
C(e, t, r), l = !0;
|
|
2178
2426
|
},
|
|
2179
2427
|
p(t, r) {
|
|
2180
|
-
const
|
|
2428
|
+
const a = {};
|
|
2181
2429
|
r & /*$$scope, items*/
|
|
2182
|
-
129 && (
|
|
2430
|
+
129 && (a.$$scope = { dirty: r, ctx: t }), e.$set(a);
|
|
2183
2431
|
},
|
|
2184
2432
|
i(t) {
|
|
2185
|
-
l || (
|
|
2433
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
2186
2434
|
},
|
|
2187
2435
|
o(t) {
|
|
2188
2436
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -2192,122 +2440,122 @@ function $1(a) {
|
|
|
2192
2440
|
}
|
|
2193
2441
|
};
|
|
2194
2442
|
}
|
|
2195
|
-
function
|
|
2196
|
-
var
|
|
2443
|
+
function Vt(o) {
|
|
2444
|
+
var n;
|
|
2197
2445
|
let e, l = (
|
|
2198
2446
|
/*item*/
|
|
2199
|
-
|
|
2200
|
-
), t, r,
|
|
2447
|
+
o[1].text + ""
|
|
2448
|
+
), t, r, a, s = [
|
|
2201
2449
|
/*item*/
|
|
2202
|
-
|
|
2450
|
+
o[1].attributes,
|
|
2203
2451
|
{
|
|
2204
2452
|
class: r = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*item*/
|
|
2205
|
-
((
|
|
2453
|
+
((n = o[1].attributes) == null ? void 0 : n.class) ?? ""}`
|
|
2206
2454
|
},
|
|
2207
2455
|
{
|
|
2208
|
-
href:
|
|
2209
|
-
|
|
2456
|
+
href: a = /*item*/
|
|
2457
|
+
o[1].href
|
|
2210
2458
|
}
|
|
2211
2459
|
], c = {};
|
|
2212
2460
|
for (let i = 0; i < s.length; i += 1)
|
|
2213
|
-
c =
|
|
2461
|
+
c = O(c, s[i]);
|
|
2214
2462
|
return {
|
|
2215
2463
|
c() {
|
|
2216
|
-
e =
|
|
2464
|
+
e = w("a"), t = V(l), T(e, c);
|
|
2217
2465
|
},
|
|
2218
2466
|
m(i, u) {
|
|
2219
|
-
b(i, e, u),
|
|
2467
|
+
b(i, e, u), p(e, t);
|
|
2220
2468
|
},
|
|
2221
2469
|
p(i, u) {
|
|
2222
|
-
var
|
|
2470
|
+
var h;
|
|
2223
2471
|
u & /*items*/
|
|
2224
2472
|
1 && l !== (l = /*item*/
|
|
2225
|
-
i[1].text + "") &&
|
|
2473
|
+
i[1].text + "") && _1(t, l, c.contenteditable), T(e, c = u1(s, [
|
|
2226
2474
|
u & /*items*/
|
|
2227
2475
|
1 && /*item*/
|
|
2228
2476
|
i[1].attributes,
|
|
2229
2477
|
u & /*items*/
|
|
2230
2478
|
1 && r !== (r = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*item*/
|
|
2231
|
-
((
|
|
2479
|
+
((h = i[1].attributes) == null ? void 0 : h.class) ?? ""}`) && { class: r },
|
|
2232
2480
|
u & /*items*/
|
|
2233
|
-
1 &&
|
|
2234
|
-
i[1].href) && { href:
|
|
2481
|
+
1 && a !== (a = /*item*/
|
|
2482
|
+
i[1].href) && { href: a }
|
|
2235
2483
|
]));
|
|
2236
2484
|
},
|
|
2237
2485
|
i: x,
|
|
2238
2486
|
o: x,
|
|
2239
2487
|
d(i) {
|
|
2240
|
-
i &&
|
|
2488
|
+
i && v(e);
|
|
2241
2489
|
}
|
|
2242
2490
|
};
|
|
2243
2491
|
}
|
|
2244
|
-
function
|
|
2492
|
+
function D1(o) {
|
|
2245
2493
|
var u;
|
|
2246
2494
|
let e, l, t = (
|
|
2247
2495
|
/*link*/
|
|
2248
|
-
|
|
2249
|
-
), r,
|
|
2496
|
+
o[4].text + ""
|
|
2497
|
+
), r, a, s, c, n = [
|
|
2250
2498
|
/*link*/
|
|
2251
|
-
|
|
2499
|
+
o[4].attributes,
|
|
2252
2500
|
{
|
|
2253
|
-
class:
|
|
2254
|
-
((u =
|
|
2501
|
+
class: a = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
|
|
2502
|
+
((u = o[4].attributes) == null ? void 0 : u.class) ?? ""}`
|
|
2255
2503
|
},
|
|
2256
2504
|
{
|
|
2257
2505
|
href: s = /*link*/
|
|
2258
|
-
|
|
2506
|
+
o[4].href
|
|
2259
2507
|
}
|
|
2260
2508
|
], i = {};
|
|
2261
|
-
for (let
|
|
2262
|
-
i =
|
|
2509
|
+
for (let h = 0; h < n.length; h += 1)
|
|
2510
|
+
i = O(i, n[h]);
|
|
2263
2511
|
return {
|
|
2264
2512
|
c() {
|
|
2265
|
-
e =
|
|
2513
|
+
e = w("li"), l = w("a"), r = V(t), c = N(), T(l, i);
|
|
2266
2514
|
},
|
|
2267
|
-
m(
|
|
2268
|
-
b(
|
|
2515
|
+
m(h, g) {
|
|
2516
|
+
b(h, e, g), p(e, l), p(l, r), p(e, c);
|
|
2269
2517
|
},
|
|
2270
|
-
p(
|
|
2518
|
+
p(h, g) {
|
|
2271
2519
|
var $;
|
|
2272
|
-
|
|
2520
|
+
g & /*items*/
|
|
2273
2521
|
1 && t !== (t = /*link*/
|
|
2274
|
-
|
|
2275
|
-
|
|
2522
|
+
h[4].text + "") && _1(r, t, i.contenteditable), T(l, i = u1(n, [
|
|
2523
|
+
g & /*items*/
|
|
2276
2524
|
1 && /*link*/
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
1 &&
|
|
2280
|
-
(($ =
|
|
2281
|
-
|
|
2525
|
+
h[4].attributes,
|
|
2526
|
+
g & /*items*/
|
|
2527
|
+
1 && a !== (a = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
|
|
2528
|
+
(($ = h[4].attributes) == null ? void 0 : $.class) ?? ""}`) && { class: a },
|
|
2529
|
+
g & /*items*/
|
|
2282
2530
|
1 && s !== (s = /*link*/
|
|
2283
|
-
|
|
2531
|
+
h[4].href) && { href: s }
|
|
2284
2532
|
]));
|
|
2285
2533
|
},
|
|
2286
|
-
d(
|
|
2287
|
-
|
|
2534
|
+
d(h) {
|
|
2535
|
+
h && v(e);
|
|
2288
2536
|
}
|
|
2289
2537
|
};
|
|
2290
2538
|
}
|
|
2291
|
-
function
|
|
2539
|
+
function zt(o) {
|
|
2292
2540
|
let e, l = A(
|
|
2293
2541
|
/*item*/
|
|
2294
|
-
|
|
2542
|
+
o[1].links
|
|
2295
2543
|
), t = [];
|
|
2296
2544
|
for (let r = 0; r < l.length; r += 1)
|
|
2297
|
-
t[r] =
|
|
2545
|
+
t[r] = D1(q1(o, l, r));
|
|
2298
2546
|
return {
|
|
2299
2547
|
c() {
|
|
2300
2548
|
for (let r = 0; r < t.length; r += 1)
|
|
2301
2549
|
t[r].c();
|
|
2302
|
-
e =
|
|
2550
|
+
e = B();
|
|
2303
2551
|
},
|
|
2304
|
-
m(r,
|
|
2552
|
+
m(r, a) {
|
|
2305
2553
|
for (let s = 0; s < t.length; s += 1)
|
|
2306
|
-
t[s] && t[s].m(r,
|
|
2307
|
-
b(r, e,
|
|
2554
|
+
t[s] && t[s].m(r, a);
|
|
2555
|
+
b(r, e, a);
|
|
2308
2556
|
},
|
|
2309
|
-
p(r,
|
|
2310
|
-
if (
|
|
2557
|
+
p(r, a) {
|
|
2558
|
+
if (a & /*items*/
|
|
2311
2559
|
1) {
|
|
2312
2560
|
l = A(
|
|
2313
2561
|
/*item*/
|
|
@@ -2315,8 +2563,8 @@ function w1(a) {
|
|
|
2315
2563
|
);
|
|
2316
2564
|
let s;
|
|
2317
2565
|
for (s = 0; s < l.length; s += 1) {
|
|
2318
|
-
const c =
|
|
2319
|
-
t[s] ? t[s].p(c,
|
|
2566
|
+
const c = q1(r, l, s);
|
|
2567
|
+
t[s] ? t[s].p(c, a) : (t[s] = D1(c), t[s].c(), t[s].m(e.parentNode, e));
|
|
2320
2568
|
}
|
|
2321
2569
|
for (; s < t.length; s += 1)
|
|
2322
2570
|
t[s].d(1);
|
|
@@ -2324,137 +2572,137 @@ function w1(a) {
|
|
|
2324
2572
|
}
|
|
2325
2573
|
},
|
|
2326
2574
|
d(r) {
|
|
2327
|
-
r &&
|
|
2575
|
+
r && v(e), Y(t, r);
|
|
2328
2576
|
}
|
|
2329
2577
|
};
|
|
2330
2578
|
}
|
|
2331
|
-
function
|
|
2579
|
+
function St(o) {
|
|
2332
2580
|
let e, l, t = (
|
|
2333
2581
|
/*item*/
|
|
2334
|
-
|
|
2335
|
-
), r,
|
|
2336
|
-
return s = new
|
|
2582
|
+
o[1].title + ""
|
|
2583
|
+
), r, a, s, c;
|
|
2584
|
+
return s = new E({ props: { icon: g1 } }), {
|
|
2337
2585
|
c() {
|
|
2338
|
-
e =
|
|
2586
|
+
e = w("span"), l = w("span"), r = V(t), a = N(), Z(s.$$.fragment), f(l, "class", "mr-auto"), f(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), f(e, "slot", "button");
|
|
2339
2587
|
},
|
|
2340
|
-
m(
|
|
2341
|
-
b(
|
|
2588
|
+
m(n, i) {
|
|
2589
|
+
b(n, e, i), p(e, l), p(l, r), p(e, a), C(s, e, null), c = !0;
|
|
2342
2590
|
},
|
|
2343
|
-
p(
|
|
2591
|
+
p(n, i) {
|
|
2344
2592
|
(!c || i & /*items*/
|
|
2345
2593
|
1) && t !== (t = /*item*/
|
|
2346
|
-
|
|
2594
|
+
n[1].title + "") && m1(r, t);
|
|
2347
2595
|
},
|
|
2348
|
-
i(
|
|
2349
|
-
c || (
|
|
2596
|
+
i(n) {
|
|
2597
|
+
c || (_(s.$$.fragment, n), c = !0);
|
|
2350
2598
|
},
|
|
2351
|
-
o(
|
|
2352
|
-
m(s.$$.fragment,
|
|
2599
|
+
o(n) {
|
|
2600
|
+
m(s.$$.fragment, n), c = !1;
|
|
2353
2601
|
},
|
|
2354
|
-
d(
|
|
2355
|
-
|
|
2602
|
+
d(n) {
|
|
2603
|
+
n && v(e), L(s);
|
|
2356
2604
|
}
|
|
2357
2605
|
};
|
|
2358
2606
|
}
|
|
2359
|
-
function
|
|
2360
|
-
let l, t, r,
|
|
2361
|
-
const c = [
|
|
2362
|
-
function i(u,
|
|
2607
|
+
function O1(o, e) {
|
|
2608
|
+
let l, t, r, a, s;
|
|
2609
|
+
const c = [Vt, At], n = [];
|
|
2610
|
+
function i(u, h) {
|
|
2363
2611
|
return (
|
|
2364
2612
|
/*item*/
|
|
2365
2613
|
u[1].text ? 0 : 1
|
|
2366
2614
|
);
|
|
2367
2615
|
}
|
|
2368
|
-
return t = i(e), r =
|
|
2369
|
-
key:
|
|
2616
|
+
return t = i(e), r = n[t] = c[t](e), {
|
|
2617
|
+
key: o,
|
|
2370
2618
|
first: null,
|
|
2371
2619
|
c() {
|
|
2372
|
-
l =
|
|
2620
|
+
l = w("li"), r.c(), a = N(), f(l, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = l;
|
|
2373
2621
|
},
|
|
2374
|
-
m(u,
|
|
2375
|
-
b(u, l,
|
|
2622
|
+
m(u, h) {
|
|
2623
|
+
b(u, l, h), n[t].m(l, null), p(l, a), s = !0;
|
|
2376
2624
|
},
|
|
2377
|
-
p(u,
|
|
2625
|
+
p(u, h) {
|
|
2378
2626
|
e = u;
|
|
2379
|
-
let
|
|
2380
|
-
t = i(e), t ===
|
|
2381
|
-
|
|
2382
|
-
}),
|
|
2627
|
+
let g = t;
|
|
2628
|
+
t = i(e), t === g ? n[t].p(e, h) : (H(), m(n[g], 1, 1, () => {
|
|
2629
|
+
n[g] = null;
|
|
2630
|
+
}), j(), r = n[t], r ? r.p(e, h) : (r = n[t] = c[t](e), r.c()), _(r, 1), r.m(l, a));
|
|
2383
2631
|
},
|
|
2384
2632
|
i(u) {
|
|
2385
|
-
s || (
|
|
2633
|
+
s || (_(r), s = !0);
|
|
2386
2634
|
},
|
|
2387
2635
|
o(u) {
|
|
2388
2636
|
m(r), s = !1;
|
|
2389
2637
|
},
|
|
2390
2638
|
d(u) {
|
|
2391
|
-
u &&
|
|
2639
|
+
u && v(l), n[t].d();
|
|
2392
2640
|
}
|
|
2393
2641
|
};
|
|
2394
2642
|
}
|
|
2395
|
-
function
|
|
2396
|
-
let e = [], l = /* @__PURE__ */ new Map(), t, r,
|
|
2643
|
+
function jt(o) {
|
|
2644
|
+
let e = [], l = /* @__PURE__ */ new Map(), t, r, a = A(
|
|
2397
2645
|
/*items*/
|
|
2398
|
-
|
|
2646
|
+
o[0]
|
|
2399
2647
|
);
|
|
2400
2648
|
const s = (c) => (
|
|
2401
2649
|
/*item*/
|
|
2402
2650
|
c[1].text || /*item*/
|
|
2403
2651
|
c[1].title
|
|
2404
2652
|
);
|
|
2405
|
-
for (let c = 0; c <
|
|
2406
|
-
let
|
|
2407
|
-
l.set(i, e[c] =
|
|
2653
|
+
for (let c = 0; c < a.length; c += 1) {
|
|
2654
|
+
let n = I1(o, a, c), i = s(n);
|
|
2655
|
+
l.set(i, e[c] = O1(i, n));
|
|
2408
2656
|
}
|
|
2409
2657
|
return {
|
|
2410
2658
|
c() {
|
|
2411
2659
|
for (let c = 0; c < e.length; c += 1)
|
|
2412
2660
|
e[c].c();
|
|
2413
|
-
t =
|
|
2661
|
+
t = B();
|
|
2414
2662
|
},
|
|
2415
|
-
m(c,
|
|
2663
|
+
m(c, n) {
|
|
2416
2664
|
for (let i = 0; i < e.length; i += 1)
|
|
2417
|
-
e[i] && e[i].m(c,
|
|
2418
|
-
b(c, t,
|
|
2665
|
+
e[i] && e[i].m(c, n);
|
|
2666
|
+
b(c, t, n), r = !0;
|
|
2419
2667
|
},
|
|
2420
|
-
p(c,
|
|
2421
|
-
|
|
2422
|
-
1 && (
|
|
2668
|
+
p(c, n) {
|
|
2669
|
+
n & /*items*/
|
|
2670
|
+
1 && (a = A(
|
|
2423
2671
|
/*items*/
|
|
2424
2672
|
c[0]
|
|
2425
|
-
),
|
|
2673
|
+
), H(), e = h1(e, n, s, 1, c, a, l, t.parentNode, p1, O1, t, I1), j());
|
|
2426
2674
|
},
|
|
2427
2675
|
i(c) {
|
|
2428
2676
|
if (!r) {
|
|
2429
|
-
for (let
|
|
2430
|
-
|
|
2677
|
+
for (let n = 0; n < a.length; n += 1)
|
|
2678
|
+
_(e[n]);
|
|
2431
2679
|
r = !0;
|
|
2432
2680
|
}
|
|
2433
2681
|
},
|
|
2434
2682
|
o(c) {
|
|
2435
|
-
for (let
|
|
2436
|
-
m(e[
|
|
2683
|
+
for (let n = 0; n < e.length; n += 1)
|
|
2684
|
+
m(e[n]);
|
|
2437
2685
|
r = !1;
|
|
2438
2686
|
},
|
|
2439
2687
|
d(c) {
|
|
2440
|
-
c &&
|
|
2441
|
-
for (let
|
|
2442
|
-
e[
|
|
2688
|
+
c && v(t);
|
|
2689
|
+
for (let n = 0; n < e.length; n += 1)
|
|
2690
|
+
e[n].d(c);
|
|
2443
2691
|
}
|
|
2444
2692
|
};
|
|
2445
2693
|
}
|
|
2446
|
-
function
|
|
2694
|
+
function Ht(o) {
|
|
2447
2695
|
let e, l;
|
|
2448
|
-
return e = new
|
|
2696
|
+
return e = new E({ props: { slot: "button", icon: se } }), {
|
|
2449
2697
|
c() {
|
|
2450
|
-
|
|
2698
|
+
Z(e.$$.fragment);
|
|
2451
2699
|
},
|
|
2452
2700
|
m(t, r) {
|
|
2453
|
-
|
|
2701
|
+
C(e, t, r), l = !0;
|
|
2454
2702
|
},
|
|
2455
2703
|
p: x,
|
|
2456
2704
|
i(t) {
|
|
2457
|
-
l || (
|
|
2705
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
2458
2706
|
},
|
|
2459
2707
|
o(t) {
|
|
2460
2708
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -2464,9 +2712,9 @@ function C1(a) {
|
|
|
2464
2712
|
}
|
|
2465
2713
|
};
|
|
2466
2714
|
}
|
|
2467
|
-
function
|
|
2715
|
+
function Rt(o) {
|
|
2468
2716
|
let e, l, t;
|
|
2469
|
-
return l = new
|
|
2717
|
+
return l = new q({
|
|
2470
2718
|
props: {
|
|
2471
2719
|
class: "h-full",
|
|
2472
2720
|
buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow aria-expanded:bg-uofg-yellow",
|
|
@@ -2474,116 +2722,116 @@ function M1(a) {
|
|
|
2474
2722
|
buttonAriaLabel: "Sub Navigation Menu",
|
|
2475
2723
|
as: "ul",
|
|
2476
2724
|
$$slots: {
|
|
2477
|
-
button: [
|
|
2478
|
-
default: [
|
|
2725
|
+
button: [Ht],
|
|
2726
|
+
default: [jt]
|
|
2479
2727
|
},
|
|
2480
|
-
$$scope: { ctx:
|
|
2728
|
+
$$scope: { ctx: o }
|
|
2481
2729
|
}
|
|
2482
2730
|
}), {
|
|
2483
2731
|
c() {
|
|
2484
|
-
e =
|
|
2732
|
+
e = w("li"), Z(l.$$.fragment);
|
|
2485
2733
|
},
|
|
2486
|
-
m(r,
|
|
2487
|
-
b(r, e,
|
|
2734
|
+
m(r, a) {
|
|
2735
|
+
b(r, e, a), C(l, e, null), t = !0;
|
|
2488
2736
|
},
|
|
2489
|
-
p(r, [
|
|
2737
|
+
p(r, [a]) {
|
|
2490
2738
|
const s = {};
|
|
2491
|
-
|
|
2492
|
-
129 && (s.$$scope = { dirty:
|
|
2739
|
+
a & /*$$scope, items*/
|
|
2740
|
+
129 && (s.$$scope = { dirty: a, ctx: r }), l.$set(s);
|
|
2493
2741
|
},
|
|
2494
2742
|
i(r) {
|
|
2495
|
-
t || (
|
|
2743
|
+
t || (_(l.$$.fragment, r), t = !0);
|
|
2496
2744
|
},
|
|
2497
2745
|
o(r) {
|
|
2498
2746
|
m(l.$$.fragment, r), t = !1;
|
|
2499
2747
|
},
|
|
2500
2748
|
d(r) {
|
|
2501
|
-
r &&
|
|
2749
|
+
r && v(e), L(l);
|
|
2502
2750
|
}
|
|
2503
2751
|
};
|
|
2504
2752
|
}
|
|
2505
|
-
function
|
|
2753
|
+
function Ut(o, e, l) {
|
|
2506
2754
|
let { items: t } = e;
|
|
2507
|
-
return
|
|
2755
|
+
return o.$$set = (r) => {
|
|
2508
2756
|
"items" in r && l(0, t = r.items);
|
|
2509
2757
|
}, [t];
|
|
2510
2758
|
}
|
|
2511
|
-
class
|
|
2759
|
+
class ke extends F {
|
|
2512
2760
|
constructor(e) {
|
|
2513
|
-
super(),
|
|
2761
|
+
super(), W(this, e, Ut, Rt, R, { items: 0 });
|
|
2514
2762
|
}
|
|
2515
2763
|
get items() {
|
|
2516
2764
|
return this.$$.ctx[0];
|
|
2517
2765
|
}
|
|
2518
2766
|
set items(e) {
|
|
2519
|
-
this.$$set({ items: e }),
|
|
2767
|
+
this.$$set({ items: e }), S();
|
|
2520
2768
|
}
|
|
2521
2769
|
}
|
|
2522
|
-
U(
|
|
2523
|
-
function
|
|
2770
|
+
U(ke, { items: {} }, [], [], !0);
|
|
2771
|
+
function Ft(o) {
|
|
2524
2772
|
let e, l, t;
|
|
2525
2773
|
return {
|
|
2526
2774
|
c() {
|
|
2527
|
-
e =
|
|
2775
|
+
e = w("span"), l = V(
|
|
2528
2776
|
/*title*/
|
|
2529
|
-
|
|
2530
|
-
),
|
|
2777
|
+
o[1]
|
|
2778
|
+
), f(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold"), J(() => (
|
|
2531
2779
|
/*span_elementresize_handler*/
|
|
2532
|
-
|
|
2780
|
+
o[11].call(e)
|
|
2533
2781
|
));
|
|
2534
2782
|
},
|
|
2535
|
-
m(r,
|
|
2536
|
-
b(r, e,
|
|
2783
|
+
m(r, a) {
|
|
2784
|
+
b(r, e, a), p(e, l), t = f1(
|
|
2537
2785
|
e,
|
|
2538
2786
|
/*span_elementresize_handler*/
|
|
2539
|
-
|
|
2787
|
+
o[11].bind(e)
|
|
2540
2788
|
);
|
|
2541
2789
|
},
|
|
2542
|
-
p(r,
|
|
2543
|
-
|
|
2544
|
-
2 &&
|
|
2790
|
+
p(r, a) {
|
|
2791
|
+
a & /*title*/
|
|
2792
|
+
2 && m1(
|
|
2545
2793
|
l,
|
|
2546
2794
|
/*title*/
|
|
2547
2795
|
r[1]
|
|
2548
2796
|
);
|
|
2549
2797
|
},
|
|
2550
2798
|
d(r) {
|
|
2551
|
-
r &&
|
|
2799
|
+
r && v(e), t();
|
|
2552
2800
|
}
|
|
2553
2801
|
};
|
|
2554
2802
|
}
|
|
2555
|
-
function
|
|
2803
|
+
function Wt(o) {
|
|
2556
2804
|
let e, l, t;
|
|
2557
2805
|
return {
|
|
2558
2806
|
c() {
|
|
2559
|
-
e =
|
|
2807
|
+
e = w("a"), l = V(
|
|
2560
2808
|
/*title*/
|
|
2561
|
-
|
|
2562
|
-
),
|
|
2809
|
+
o[1]
|
|
2810
|
+
), f(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold transition-colors hover:bg-uofg-yellow"), f(
|
|
2563
2811
|
e,
|
|
2564
2812
|
"href",
|
|
2565
2813
|
/*url*/
|
|
2566
|
-
|
|
2567
|
-
),
|
|
2814
|
+
o[2]
|
|
2815
|
+
), J(() => (
|
|
2568
2816
|
/*a_elementresize_handler*/
|
|
2569
|
-
|
|
2817
|
+
o[10].call(e)
|
|
2570
2818
|
));
|
|
2571
2819
|
},
|
|
2572
|
-
m(r,
|
|
2573
|
-
b(r, e,
|
|
2820
|
+
m(r, a) {
|
|
2821
|
+
b(r, e, a), p(e, l), t = f1(
|
|
2574
2822
|
e,
|
|
2575
2823
|
/*a_elementresize_handler*/
|
|
2576
|
-
|
|
2824
|
+
o[10].bind(e)
|
|
2577
2825
|
);
|
|
2578
2826
|
},
|
|
2579
|
-
p(r,
|
|
2580
|
-
|
|
2581
|
-
2 &&
|
|
2827
|
+
p(r, a) {
|
|
2828
|
+
a & /*title*/
|
|
2829
|
+
2 && m1(
|
|
2582
2830
|
l,
|
|
2583
2831
|
/*title*/
|
|
2584
2832
|
r[1]
|
|
2585
|
-
),
|
|
2586
|
-
4 &&
|
|
2833
|
+
), a & /*url*/
|
|
2834
|
+
4 && f(
|
|
2587
2835
|
e,
|
|
2588
2836
|
"href",
|
|
2589
2837
|
/*url*/
|
|
@@ -2591,14 +2839,14 @@ function N1(a) {
|
|
|
2591
2839
|
);
|
|
2592
2840
|
},
|
|
2593
2841
|
d(r) {
|
|
2594
|
-
r &&
|
|
2842
|
+
r && v(e), t();
|
|
2595
2843
|
}
|
|
2596
2844
|
};
|
|
2597
2845
|
}
|
|
2598
|
-
function
|
|
2599
|
-
let e, l, t, r,
|
|
2600
|
-
const s = [
|
|
2601
|
-
function
|
|
2846
|
+
function Q1(o) {
|
|
2847
|
+
let e, l, t, r, a;
|
|
2848
|
+
const s = [Tt, Bt], c = [];
|
|
2849
|
+
function n(i, u) {
|
|
2602
2850
|
return u & /*$state, overflowWidth, containerWidth*/
|
|
2603
2851
|
200 && (e = null), e == null && (e = !!/*$state*/
|
|
2604
2852
|
(i[7].mode === "desktop" && (isNaN(
|
|
@@ -2608,50 +2856,50 @@ function De(a) {
|
|
|
2608
2856
|
i[3] > /*overflowWidth*/
|
|
2609
2857
|
i[6]))), e ? 0 : 1;
|
|
2610
2858
|
}
|
|
2611
|
-
return l = o
|
|
2859
|
+
return l = n(o, -1), t = c[l] = s[l](o), {
|
|
2612
2860
|
c() {
|
|
2613
|
-
t.c(), r =
|
|
2861
|
+
t.c(), r = B();
|
|
2614
2862
|
},
|
|
2615
2863
|
m(i, u) {
|
|
2616
|
-
c[l].m(i, u), b(i, r, u),
|
|
2864
|
+
c[l].m(i, u), b(i, r, u), a = !0;
|
|
2617
2865
|
},
|
|
2618
2866
|
p(i, u) {
|
|
2619
|
-
let
|
|
2620
|
-
l =
|
|
2621
|
-
c[
|
|
2622
|
-
}),
|
|
2867
|
+
let h = l;
|
|
2868
|
+
l = n(i, u), l === h ? c[l].p(i, u) : (H(), m(c[h], 1, 1, () => {
|
|
2869
|
+
c[h] = null;
|
|
2870
|
+
}), j(), t = c[l], t ? t.p(i, u) : (t = c[l] = s[l](i), t.c()), _(t, 1), t.m(r.parentNode, r));
|
|
2623
2871
|
},
|
|
2624
2872
|
i(i) {
|
|
2625
|
-
|
|
2873
|
+
a || (_(t), a = !0);
|
|
2626
2874
|
},
|
|
2627
2875
|
o(i) {
|
|
2628
|
-
m(t),
|
|
2876
|
+
m(t), a = !1;
|
|
2629
2877
|
},
|
|
2630
2878
|
d(i) {
|
|
2631
|
-
i &&
|
|
2879
|
+
i && v(r), c[l].d(i);
|
|
2632
2880
|
}
|
|
2633
2881
|
};
|
|
2634
2882
|
}
|
|
2635
|
-
function
|
|
2883
|
+
function Bt(o) {
|
|
2636
2884
|
let e, l;
|
|
2637
|
-
return e = new
|
|
2885
|
+
return e = new ke({ props: { items: (
|
|
2638
2886
|
/*items*/
|
|
2639
|
-
|
|
2887
|
+
o[0]
|
|
2640
2888
|
) } }), {
|
|
2641
2889
|
c() {
|
|
2642
|
-
|
|
2890
|
+
Z(e.$$.fragment);
|
|
2643
2891
|
},
|
|
2644
2892
|
m(t, r) {
|
|
2645
|
-
|
|
2893
|
+
C(e, t, r), l = !0;
|
|
2646
2894
|
},
|
|
2647
2895
|
p(t, r) {
|
|
2648
|
-
const
|
|
2896
|
+
const a = {};
|
|
2649
2897
|
r & /*items*/
|
|
2650
|
-
1 && (
|
|
2651
|
-
t[0]), e.$set(
|
|
2898
|
+
1 && (a.items = /*items*/
|
|
2899
|
+
t[0]), e.$set(a);
|
|
2652
2900
|
},
|
|
2653
2901
|
i(t) {
|
|
2654
|
-
l || (
|
|
2902
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
2655
2903
|
},
|
|
2656
2904
|
o(t) {
|
|
2657
2905
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -2661,26 +2909,26 @@ function A1(a) {
|
|
|
2661
2909
|
}
|
|
2662
2910
|
};
|
|
2663
2911
|
}
|
|
2664
|
-
function
|
|
2912
|
+
function Tt(o) {
|
|
2665
2913
|
let e, l;
|
|
2666
|
-
return e = new
|
|
2914
|
+
return e = new we({ props: { items: (
|
|
2667
2915
|
/*items*/
|
|
2668
|
-
|
|
2916
|
+
o[0]
|
|
2669
2917
|
) } }), {
|
|
2670
2918
|
c() {
|
|
2671
|
-
|
|
2919
|
+
Z(e.$$.fragment);
|
|
2672
2920
|
},
|
|
2673
2921
|
m(t, r) {
|
|
2674
|
-
|
|
2922
|
+
C(e, t, r), l = !0;
|
|
2675
2923
|
},
|
|
2676
2924
|
p(t, r) {
|
|
2677
|
-
const
|
|
2925
|
+
const a = {};
|
|
2678
2926
|
r & /*items*/
|
|
2679
|
-
1 && (
|
|
2680
|
-
t[0]), e.$set(
|
|
2927
|
+
1 && (a.items = /*items*/
|
|
2928
|
+
t[0]), e.$set(a);
|
|
2681
2929
|
},
|
|
2682
2930
|
i(t) {
|
|
2683
|
-
l || (
|
|
2931
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
2684
2932
|
},
|
|
2685
2933
|
o(t) {
|
|
2686
2934
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -2690,178 +2938,151 @@ function j1(a) {
|
|
|
2690
2938
|
}
|
|
2691
2939
|
};
|
|
2692
2940
|
}
|
|
2693
|
-
function
|
|
2941
|
+
function Et(o) {
|
|
2694
2942
|
var $;
|
|
2695
|
-
let e, l, t, r,
|
|
2696
|
-
function i(
|
|
2943
|
+
let e, l, t, r, a, s, c, n;
|
|
2944
|
+
function i(k, y) {
|
|
2697
2945
|
return (
|
|
2698
2946
|
/*url*/
|
|
2699
|
-
|
|
2947
|
+
k[2] ? Wt : Ft
|
|
2700
2948
|
);
|
|
2701
2949
|
}
|
|
2702
|
-
let u = i(
|
|
2950
|
+
let u = i(o), h = u(o), g = (
|
|
2703
2951
|
/*items*/
|
|
2704
|
-
(($ =
|
|
2952
|
+
(($ = o[0]) == null ? void 0 : $.length) > 0 && Q1(o)
|
|
2705
2953
|
);
|
|
2706
2954
|
return {
|
|
2707
2955
|
c() {
|
|
2708
|
-
var
|
|
2709
|
-
e =
|
|
2956
|
+
var k;
|
|
2957
|
+
e = w("nav"), l = w("div"), h.c(), t = N(), r = w("ul"), g && g.c(), f(r, "class", "[&>li]:contents h-full flex w-fit !static lg:static"), J(() => (
|
|
2710
2958
|
/*ul_elementresize_handler*/
|
|
2711
|
-
|
|
2712
|
-
)),
|
|
2959
|
+
o[12].call(r)
|
|
2960
|
+
)), f(l, "class", "flex h-full w-fit min-w-full overflow-y-visible items-center justify-end [&>li]:contents relative"), f(e, "class", s = G(
|
|
2713
2961
|
"block align-items relative justify-end bg-uofg-grey px-[calc((100%-1320px)/2)] text-3xl lg:whitespace-nowrap",
|
|
2714
2962
|
/*$state*/
|
|
2715
|
-
((
|
|
2716
|
-
)),
|
|
2963
|
+
((k = o[7]) == null ? void 0 : k.variant) === "dual-brand" ? "h-16" : "h-[5rem] lg:h-16"
|
|
2964
|
+
)), f(e, "aria-label", "Page Specific"), J(() => (
|
|
2717
2965
|
/*nav_elementresize_handler*/
|
|
2718
|
-
|
|
2966
|
+
o[13].call(e)
|
|
2719
2967
|
));
|
|
2720
2968
|
},
|
|
2721
|
-
m(
|
|
2722
|
-
b(
|
|
2969
|
+
m(k, y) {
|
|
2970
|
+
b(k, e, y), p(e, l), h.m(l, null), p(l, t), p(l, r), g && g.m(r, null), a = f1(
|
|
2723
2971
|
r,
|
|
2724
2972
|
/*ul_elementresize_handler*/
|
|
2725
|
-
|
|
2726
|
-
), c =
|
|
2973
|
+
o[12].bind(r)
|
|
2974
|
+
), c = f1(
|
|
2727
2975
|
e,
|
|
2728
2976
|
/*nav_elementresize_handler*/
|
|
2729
|
-
|
|
2730
|
-
),
|
|
2731
|
-
},
|
|
2732
|
-
p(
|
|
2733
|
-
var
|
|
2734
|
-
u === (u = i(
|
|
2735
|
-
((
|
|
2736
|
-
1 &&
|
|
2737
|
-
|
|
2738
|
-
}),
|
|
2739
|
-
128 && s !== (s =
|
|
2977
|
+
o[13].bind(e)
|
|
2978
|
+
), n = !0;
|
|
2979
|
+
},
|
|
2980
|
+
p(k, [y]) {
|
|
2981
|
+
var z, M;
|
|
2982
|
+
u === (u = i(k)) && h ? h.p(k, y) : (h.d(1), h = u(k), h && (h.c(), h.m(l, t))), /*items*/
|
|
2983
|
+
((z = k[0]) == null ? void 0 : z.length) > 0 ? g ? (g.p(k, y), y & /*items*/
|
|
2984
|
+
1 && _(g, 1)) : (g = Q1(k), g.c(), _(g, 1), g.m(r, null)) : g && (H(), m(g, 1, 1, () => {
|
|
2985
|
+
g = null;
|
|
2986
|
+
}), j()), (!n || y & /*$state*/
|
|
2987
|
+
128 && s !== (s = G(
|
|
2740
2988
|
"block align-items relative justify-end bg-uofg-grey px-[calc((100%-1320px)/2)] text-3xl lg:whitespace-nowrap",
|
|
2741
2989
|
/*$state*/
|
|
2742
|
-
((
|
|
2743
|
-
))) &&
|
|
2990
|
+
((M = k[7]) == null ? void 0 : M.variant) === "dual-brand" ? "h-16" : "h-[5rem] lg:h-16"
|
|
2991
|
+
))) && f(e, "class", s);
|
|
2744
2992
|
},
|
|
2745
|
-
i(
|
|
2746
|
-
|
|
2993
|
+
i(k) {
|
|
2994
|
+
n || (_(g), n = !0);
|
|
2747
2995
|
},
|
|
2748
|
-
o(
|
|
2749
|
-
m(
|
|
2996
|
+
o(k) {
|
|
2997
|
+
m(g), n = !1;
|
|
2750
2998
|
},
|
|
2751
|
-
d(
|
|
2752
|
-
|
|
2999
|
+
d(k) {
|
|
3000
|
+
k && v(e), h.d(), g && g.d(), a(), c();
|
|
2753
3001
|
}
|
|
2754
3002
|
};
|
|
2755
3003
|
}
|
|
2756
|
-
function
|
|
3004
|
+
function Pt(o, e, l) {
|
|
2757
3005
|
let t;
|
|
2758
|
-
const r =
|
|
2759
|
-
|
|
2760
|
-
let { items:
|
|
2761
|
-
|
|
2762
|
-
(t == null ? void 0 : t.mode) === "desktop" &&
|
|
3006
|
+
const r = K("header-state");
|
|
3007
|
+
Q(o, r, (M) => l(7, t = M));
|
|
3008
|
+
let { items: a } = e, { title: s } = e, { url: c } = e, n, i, u, h, g;
|
|
3009
|
+
Ce(() => {
|
|
3010
|
+
(t == null ? void 0 : t.mode) === "desktop" && n - i < u && l(6, g = isNaN(g) ? n : Math.max(n, g));
|
|
2763
3011
|
});
|
|
2764
3012
|
function $() {
|
|
2765
3013
|
i = this.clientWidth, l(4, i);
|
|
2766
3014
|
}
|
|
2767
|
-
function
|
|
3015
|
+
function k() {
|
|
2768
3016
|
i = this.clientWidth, l(4, i);
|
|
2769
3017
|
}
|
|
2770
|
-
function
|
|
3018
|
+
function y() {
|
|
2771
3019
|
u = this.clientWidth, l(5, u);
|
|
2772
3020
|
}
|
|
2773
|
-
function
|
|
2774
|
-
|
|
3021
|
+
function z() {
|
|
3022
|
+
n = this.clientWidth, l(3, n);
|
|
2775
3023
|
}
|
|
2776
|
-
return
|
|
2777
|
-
"items" in
|
|
2778
|
-
},
|
|
2779
|
-
|
|
2780
|
-
760 && (clearTimeout(
|
|
3024
|
+
return o.$$set = (M) => {
|
|
3025
|
+
"items" in M && l(0, a = M.items), "title" in M && l(1, s = M.title), "url" in M && l(2, c = M.url);
|
|
3026
|
+
}, o.$$.update = () => {
|
|
3027
|
+
o.$$.dirty & /*timeout, $state, containerWidth, titleWidth, contentWidth, overflowWidth*/
|
|
3028
|
+
760 && (clearTimeout(h), (t == null ? void 0 : t.mode) === "desktop" && n - i < u && l(9, h = setTimeout(
|
|
2781
3029
|
() => {
|
|
2782
|
-
l(6,
|
|
3030
|
+
l(6, g = isNaN(g) ? n : Math.max(n, g));
|
|
2783
3031
|
},
|
|
2784
3032
|
50
|
|
2785
3033
|
)));
|
|
2786
3034
|
}, [
|
|
2787
|
-
|
|
3035
|
+
a,
|
|
2788
3036
|
s,
|
|
2789
3037
|
c,
|
|
2790
|
-
|
|
3038
|
+
n,
|
|
2791
3039
|
i,
|
|
2792
3040
|
u,
|
|
2793
|
-
|
|
3041
|
+
g,
|
|
2794
3042
|
t,
|
|
2795
3043
|
r,
|
|
2796
|
-
|
|
3044
|
+
h,
|
|
2797
3045
|
$,
|
|
2798
|
-
w,
|
|
2799
3046
|
k,
|
|
2800
|
-
|
|
3047
|
+
y,
|
|
3048
|
+
z
|
|
2801
3049
|
];
|
|
2802
3050
|
}
|
|
2803
|
-
class
|
|
3051
|
+
class ye extends F {
|
|
2804
3052
|
constructor(e) {
|
|
2805
|
-
super(),
|
|
3053
|
+
super(), W(this, e, Pt, Et, R, { items: 0, title: 1, url: 2 });
|
|
2806
3054
|
}
|
|
2807
3055
|
get items() {
|
|
2808
3056
|
return this.$$.ctx[0];
|
|
2809
3057
|
}
|
|
2810
3058
|
set items(e) {
|
|
2811
|
-
this.$$set({ items: e }),
|
|
3059
|
+
this.$$set({ items: e }), S();
|
|
2812
3060
|
}
|
|
2813
3061
|
get title() {
|
|
2814
3062
|
return this.$$.ctx[1];
|
|
2815
3063
|
}
|
|
2816
3064
|
set title(e) {
|
|
2817
|
-
this.$$set({ title: e }),
|
|
3065
|
+
this.$$set({ title: e }), S();
|
|
2818
3066
|
}
|
|
2819
3067
|
get url() {
|
|
2820
3068
|
return this.$$.ctx[2];
|
|
2821
3069
|
}
|
|
2822
3070
|
set url(e) {
|
|
2823
|
-
this.$$set({ url: e }),
|
|
2824
|
-
}
|
|
2825
|
-
}
|
|
2826
|
-
U(_t, { items: {}, title: {}, url: {} }, [], [], !0);
|
|
2827
|
-
const O = [];
|
|
2828
|
-
function z1(a, e = x) {
|
|
2829
|
-
let l;
|
|
2830
|
-
const t = /* @__PURE__ */ new Set();
|
|
2831
|
-
function r(c) {
|
|
2832
|
-
if (z(a, c) && (a = c, l)) {
|
|
2833
|
-
const o = !O.length;
|
|
2834
|
-
for (const i of t)
|
|
2835
|
-
i[1](), O.push(i, a);
|
|
2836
|
-
if (o) {
|
|
2837
|
-
for (let i = 0; i < O.length; i += 2)
|
|
2838
|
-
O[i][0](O[i + 1]);
|
|
2839
|
-
O.length = 0;
|
|
2840
|
-
}
|
|
2841
|
-
}
|
|
3071
|
+
this.$$set({ url: e }), S();
|
|
2842
3072
|
}
|
|
2843
|
-
function n(c) {
|
|
2844
|
-
r(c(a));
|
|
2845
|
-
}
|
|
2846
|
-
function s(c, o = x) {
|
|
2847
|
-
const i = [c, o];
|
|
2848
|
-
return t.add(i), t.size === 1 && (l = e(r, n) || x), c(a), () => {
|
|
2849
|
-
t.delete(i), t.size === 0 && l && (l(), l = null);
|
|
2850
|
-
};
|
|
2851
|
-
}
|
|
2852
|
-
return { set: r, update: n, subscribe: s };
|
|
2853
3073
|
}
|
|
2854
|
-
|
|
3074
|
+
U(ye, { items: {}, title: {}, url: {} }, [], [], !0);
|
|
3075
|
+
function Y1(o) {
|
|
2855
3076
|
let e, l;
|
|
2856
|
-
return e = new
|
|
3077
|
+
return e = new ue({}), {
|
|
2857
3078
|
c() {
|
|
2858
|
-
|
|
3079
|
+
Z(e.$$.fragment);
|
|
2859
3080
|
},
|
|
2860
3081
|
m(t, r) {
|
|
2861
|
-
|
|
3082
|
+
C(e, t, r), l = !0;
|
|
2862
3083
|
},
|
|
2863
3084
|
i(t) {
|
|
2864
|
-
l || (
|
|
3085
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
2865
3086
|
},
|
|
2866
3087
|
o(t) {
|
|
2867
3088
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -2871,42 +3092,42 @@ function Ge(a) {
|
|
|
2871
3092
|
}
|
|
2872
3093
|
};
|
|
2873
3094
|
}
|
|
2874
|
-
function
|
|
3095
|
+
function J1(o) {
|
|
2875
3096
|
let e, l;
|
|
2876
|
-
return e = new
|
|
3097
|
+
return e = new ye({
|
|
2877
3098
|
props: {
|
|
2878
3099
|
title: (
|
|
2879
3100
|
/*pageTitle*/
|
|
2880
|
-
|
|
3101
|
+
o[1]
|
|
2881
3102
|
),
|
|
2882
3103
|
url: (
|
|
2883
3104
|
/*pageURL*/
|
|
2884
|
-
|
|
3105
|
+
o[2]
|
|
2885
3106
|
),
|
|
2886
3107
|
items: (
|
|
2887
3108
|
/*subNavigation*/
|
|
2888
|
-
|
|
3109
|
+
o[0]
|
|
2889
3110
|
)
|
|
2890
3111
|
}
|
|
2891
3112
|
}), {
|
|
2892
3113
|
c() {
|
|
2893
|
-
|
|
3114
|
+
Z(e.$$.fragment);
|
|
2894
3115
|
},
|
|
2895
3116
|
m(t, r) {
|
|
2896
|
-
|
|
3117
|
+
C(e, t, r), l = !0;
|
|
2897
3118
|
},
|
|
2898
3119
|
p(t, r) {
|
|
2899
|
-
const
|
|
3120
|
+
const a = {};
|
|
2900
3121
|
r & /*pageTitle*/
|
|
2901
|
-
2 && (
|
|
3122
|
+
2 && (a.title = /*pageTitle*/
|
|
2902
3123
|
t[1]), r & /*pageURL*/
|
|
2903
|
-
4 && (
|
|
3124
|
+
4 && (a.url = /*pageURL*/
|
|
2904
3125
|
t[2]), r & /*subNavigation*/
|
|
2905
|
-
1 && (
|
|
2906
|
-
t[0]), e.$set(
|
|
3126
|
+
1 && (a.items = /*subNavigation*/
|
|
3127
|
+
t[0]), e.$set(a);
|
|
2907
3128
|
},
|
|
2908
3129
|
i(t) {
|
|
2909
|
-
l || (
|
|
3130
|
+
l || (_(e.$$.fragment, t), l = !0);
|
|
2910
3131
|
},
|
|
2911
3132
|
o(t) {
|
|
2912
3133
|
m(e.$$.fragment, t), l = !1;
|
|
@@ -2916,92 +3137,92 @@ function Oe(a) {
|
|
|
2916
3137
|
}
|
|
2917
3138
|
};
|
|
2918
3139
|
}
|
|
2919
|
-
function
|
|
2920
|
-
let e, l, t, r,
|
|
2921
|
-
|
|
3140
|
+
function Gt(o) {
|
|
3141
|
+
let e, l, t, r, a, s, c;
|
|
3142
|
+
J(
|
|
2922
3143
|
/*onwindowresize*/
|
|
2923
|
-
|
|
3144
|
+
o[7]
|
|
2924
3145
|
);
|
|
2925
|
-
let
|
|
3146
|
+
let n = (
|
|
2926
3147
|
/*$state*/
|
|
2927
|
-
|
|
2928
|
-
|
|
3148
|
+
o[5].mode === "desktop" && /*variant*/
|
|
3149
|
+
o[3] !== "dual-brand" && Y1()
|
|
2929
3150
|
);
|
|
2930
|
-
t = new
|
|
3151
|
+
t = new $e({});
|
|
2931
3152
|
let i = (
|
|
2932
3153
|
/*subNavigation*/
|
|
2933
|
-
(
|
|
2934
|
-
|
|
3154
|
+
(o[0].length > 0 || /*pageTitle*/
|
|
3155
|
+
o[1]) && J1(o)
|
|
2935
3156
|
);
|
|
2936
3157
|
return {
|
|
2937
3158
|
c() {
|
|
2938
|
-
e =
|
|
3159
|
+
e = w("header"), n && n.c(), l = N(), Z(t.$$.fragment), r = N(), i && i.c(), f(e, "class", "relative z-10 w-full font-condensed text-3xl text-black");
|
|
2939
3160
|
},
|
|
2940
|
-
m(u,
|
|
2941
|
-
b(u, e,
|
|
3161
|
+
m(u, h) {
|
|
3162
|
+
b(u, e, h), n && n.m(e, null), p(e, l), C(t, e, null), p(e, r), i && i.m(e, null), a = !0, s || (c = v1(
|
|
2942
3163
|
window,
|
|
2943
3164
|
"resize",
|
|
2944
3165
|
/*onwindowresize*/
|
|
2945
|
-
|
|
3166
|
+
o[7]
|
|
2946
3167
|
), s = !0);
|
|
2947
3168
|
},
|
|
2948
|
-
p(u, [
|
|
3169
|
+
p(u, [h]) {
|
|
2949
3170
|
/*$state*/
|
|
2950
3171
|
u[5].mode === "desktop" && /*variant*/
|
|
2951
|
-
u[3] !== "dual-brand" ?
|
|
2952
|
-
40 &&
|
|
2953
|
-
|
|
2954
|
-
}),
|
|
3172
|
+
u[3] !== "dual-brand" ? n ? h & /*$state, variant*/
|
|
3173
|
+
40 && _(n, 1) : (n = Y1(), n.c(), _(n, 1), n.m(e, l)) : n && (H(), m(n, 1, 1, () => {
|
|
3174
|
+
n = null;
|
|
3175
|
+
}), j()), /*subNavigation*/
|
|
2955
3176
|
u[0].length > 0 || /*pageTitle*/
|
|
2956
|
-
u[1] ? i ? (i.p(u,
|
|
2957
|
-
3 &&
|
|
3177
|
+
u[1] ? i ? (i.p(u, h), h & /*subNavigation, pageTitle*/
|
|
3178
|
+
3 && _(i, 1)) : (i = J1(u), i.c(), _(i, 1), i.m(e, null)) : i && (H(), m(i, 1, 1, () => {
|
|
2958
3179
|
i = null;
|
|
2959
|
-
}),
|
|
3180
|
+
}), j());
|
|
2960
3181
|
},
|
|
2961
3182
|
i(u) {
|
|
2962
|
-
|
|
3183
|
+
a || (_(n), _(t.$$.fragment, u), _(i), a = !0);
|
|
2963
3184
|
},
|
|
2964
3185
|
o(u) {
|
|
2965
|
-
m(
|
|
3186
|
+
m(n), m(t.$$.fragment, u), m(i), a = !1;
|
|
2966
3187
|
},
|
|
2967
3188
|
d(u) {
|
|
2968
|
-
u &&
|
|
3189
|
+
u && v(e), n && n.d(), L(t), i && i.d(), s = !1, c();
|
|
2969
3190
|
}
|
|
2970
3191
|
};
|
|
2971
3192
|
}
|
|
2972
|
-
const
|
|
2973
|
-
function
|
|
2974
|
-
let t, { subNavigation: r } = e, { pageTitle:
|
|
2975
|
-
const i =
|
|
2976
|
-
mode:
|
|
3193
|
+
const K1 = 1024, It = 35;
|
|
3194
|
+
function qt(o, e, l) {
|
|
3195
|
+
let t, { subNavigation: r } = e, { pageTitle: a } = e, { pageURL: s } = e, { variant: c } = e, n;
|
|
3196
|
+
const i = Ae({
|
|
3197
|
+
mode: n >= K1 ? "desktop" : "mobile",
|
|
2977
3198
|
variant: c
|
|
2978
3199
|
});
|
|
2979
|
-
|
|
3200
|
+
Q(o, i, (h) => l(5, t = h)), Ne("header-state", i);
|
|
2980
3201
|
function u() {
|
|
2981
|
-
l(4,
|
|
3202
|
+
l(4, n = window.innerWidth);
|
|
2982
3203
|
}
|
|
2983
|
-
return
|
|
2984
|
-
"subNavigation" in
|
|
2985
|
-
},
|
|
2986
|
-
|
|
3204
|
+
return o.$$set = (h) => {
|
|
3205
|
+
"subNavigation" in h && l(0, r = h.subNavigation), "pageTitle" in h && l(1, a = h.pageTitle), "pageURL" in h && l(2, s = h.pageURL), "variant" in h && l(3, c = h.variant);
|
|
3206
|
+
}, o.$$.update = () => {
|
|
3207
|
+
o.$$.dirty & /*windowWidth, variant*/
|
|
2987
3208
|
24 && i.set({
|
|
2988
|
-
mode:
|
|
3209
|
+
mode: n >= K1 ? "desktop" : "mobile",
|
|
2989
3210
|
variant: c
|
|
2990
3211
|
});
|
|
2991
3212
|
}, [
|
|
2992
3213
|
r,
|
|
2993
|
-
|
|
3214
|
+
a,
|
|
2994
3215
|
s,
|
|
2995
3216
|
c,
|
|
2996
|
-
|
|
3217
|
+
n,
|
|
2997
3218
|
t,
|
|
2998
3219
|
i,
|
|
2999
3220
|
u
|
|
3000
3221
|
];
|
|
3001
3222
|
}
|
|
3002
|
-
class
|
|
3223
|
+
class Dt extends F {
|
|
3003
3224
|
constructor(e) {
|
|
3004
|
-
super(),
|
|
3225
|
+
super(), W(this, e, qt, Gt, R, {
|
|
3005
3226
|
subNavigation: 0,
|
|
3006
3227
|
pageTitle: 1,
|
|
3007
3228
|
pageURL: 2,
|
|
@@ -3012,30 +3233,30 @@ class F1 extends T {
|
|
|
3012
3233
|
return this.$$.ctx[0];
|
|
3013
3234
|
}
|
|
3014
3235
|
set subNavigation(e) {
|
|
3015
|
-
this.$$set({ subNavigation: e }),
|
|
3236
|
+
this.$$set({ subNavigation: e }), S();
|
|
3016
3237
|
}
|
|
3017
3238
|
get pageTitle() {
|
|
3018
3239
|
return this.$$.ctx[1];
|
|
3019
3240
|
}
|
|
3020
3241
|
set pageTitle(e) {
|
|
3021
|
-
this.$$set({ pageTitle: e }),
|
|
3242
|
+
this.$$set({ pageTitle: e }), S();
|
|
3022
3243
|
}
|
|
3023
3244
|
get pageURL() {
|
|
3024
3245
|
return this.$$.ctx[2];
|
|
3025
3246
|
}
|
|
3026
3247
|
set pageURL(e) {
|
|
3027
|
-
this.$$set({ pageURL: e }),
|
|
3248
|
+
this.$$set({ pageURL: e }), S();
|
|
3028
3249
|
}
|
|
3029
3250
|
get variant() {
|
|
3030
3251
|
return this.$$.ctx[3];
|
|
3031
3252
|
}
|
|
3032
3253
|
set variant(e) {
|
|
3033
|
-
this.$$set({ variant: e }),
|
|
3254
|
+
this.$$set({ variant: e }), S();
|
|
3034
3255
|
}
|
|
3035
3256
|
}
|
|
3036
|
-
customElements.define("uofg-header", U(
|
|
3257
|
+
customElements.define("uofg-header", U(Dt, { subNavigation: {}, pageTitle: { reflect: !0, type: "String", attribute: "page-title" }, pageURL: { reflect: !0, type: "String", attribute: "page-url" }, variant: { reflect: !0, type: "String", attribute: "variant" } }, [], [], !0, (o) => class extends o {
|
|
3037
3258
|
constructor() {
|
|
3038
|
-
super(),
|
|
3259
|
+
super(), Le(this.shadowRoot);
|
|
3039
3260
|
}
|
|
3040
3261
|
connectedCallback() {
|
|
3041
3262
|
super.connectedCallback(), this.updateSubNavigation(), this.observer ?? (this.observer = new MutationObserver(() => {
|
|
@@ -3064,7 +3285,7 @@ customElements.define("uofg-header", U(F1, { subNavigation: {}, pageTitle: { ref
|
|
|
3064
3285
|
links: Array.from(l.querySelectorAll("a")).map(e)
|
|
3065
3286
|
};
|
|
3066
3287
|
return t.wrapContent = t.links.reduce(
|
|
3067
|
-
(r,
|
|
3288
|
+
(r, a) => (a.text.length > It && (r = !0), r),
|
|
3068
3289
|
!1
|
|
3069
3290
|
), t;
|
|
3070
3291
|
}
|
|
@@ -3072,5 +3293,5 @@ customElements.define("uofg-header", U(F1, { subNavigation: {}, pageTitle: { ref
|
|
|
3072
3293
|
}
|
|
3073
3294
|
}));
|
|
3074
3295
|
export {
|
|
3075
|
-
|
|
3296
|
+
Dt as default
|
|
3076
3297
|
};
|