@uoguelph/web-components 1.2.0 → 1.2.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uofg-web-components/{index-ClyJk2_i.js → index-Bx5sKUFM.js} +1 -1
- package/dist/uofg-web-components/uofg-alert.esm.js +1 -1
- package/dist/uofg-web-components/uofg-footer.esm.js +1 -1
- package/dist/uofg-web-components/uofg-header.esm.js +328 -310
- package/dist/uofg-web-components/uofg-modal.esm.js +1 -1
- package/dist/uofg-web-components/uofg-web-components.css +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as Q, S as Y, i as K, s as D, w as
|
|
1
|
+
import { c as Q, S as Y, i as K, s as D, w as B, b as Oe, e as b, g as x, h as _, j as m, k as h, O as ae, P as Je, u as Pe, l as He, n as Ge, t as g, o as d, z as U, p as v, Q as et, R as I, D as T, T as G, U as ge, V as Ve, W as pe, r as R, v as $, a as tt, x as A, X as ie, d as C, m as L, q as N, Y as lt, Z as nt, _ as rt, $ as ce, F as q, A as V, a0 as De, B as E, C as ee, a1 as te, a2 as W, a3 as le, a4 as ne } from "./index-Bx5sKUFM.js";
|
|
2
2
|
const ot = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
|
|
3
3
|
// @ts-ignore Node typings have this
|
|
4
4
|
global
|
|
@@ -31,8 +31,8 @@ function st(a) {
|
|
|
31
31
|
}
|
|
32
32
|
function at(a, { delay: e = 0, duration: n = 400, easing: t = st, axis: l = "y" } = {}) {
|
|
33
33
|
const s = getComputedStyle(a), r = +s.opacity, i = l === "y" ? "height" : "width", o = parseFloat(s[i]), c = l === "y" ? ["top", "bottom"] : ["left", "right"], f = c.map(
|
|
34
|
-
(
|
|
35
|
-
), u = parseFloat(s[`padding${f[0]}`]), p = parseFloat(s[`padding${f[1]}`]),
|
|
34
|
+
(k) => `${k[0].toUpperCase()}${k.slice(1)}`
|
|
35
|
+
), u = parseFloat(s[`padding${f[0]}`]), p = parseFloat(s[`padding${f[1]}`]), j = parseFloat(s[`margin${f[0]}`]), M = parseFloat(s[`margin${f[1]}`]), w = parseFloat(
|
|
36
36
|
s[`border${f[0]}Width`]
|
|
37
37
|
), J = parseFloat(
|
|
38
38
|
s[`border${f[1]}Width`]
|
|
@@ -41,7 +41,7 @@ function at(a, { delay: e = 0, duration: n = 400, easing: t = st, axis: l = "y"
|
|
|
41
41
|
delay: e,
|
|
42
42
|
duration: n,
|
|
43
43
|
easing: t,
|
|
44
|
-
css: (
|
|
44
|
+
css: (k) => `overflow: hidden;opacity: ${Math.min(k * 20, 1) * r};${i}: ${k * o}px;padding-${c[0]}: ${k * u}px;padding-${c[1]}: ${k * p}px;margin-${c[0]}: ${k * j}px;margin-${c[1]}: ${k * M}px;border-${c[0]}-width: ${k * w}px;border-${c[1]}-width: ${k * J}px;`
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
47
|
const it = (a) => {
|
|
@@ -99,12 +99,12 @@ function se(a) {
|
|
|
99
99
|
let e, n, t;
|
|
100
100
|
const l = (
|
|
101
101
|
/*#slots*/
|
|
102
|
-
a[
|
|
102
|
+
a[9].default
|
|
103
103
|
), s = Oe(
|
|
104
104
|
l,
|
|
105
105
|
a,
|
|
106
106
|
/*$$scope*/
|
|
107
|
-
a[
|
|
107
|
+
a[8],
|
|
108
108
|
null
|
|
109
109
|
);
|
|
110
110
|
let r = [{ class: (
|
|
@@ -128,21 +128,21 @@ function se(a) {
|
|
|
128
128
|
},
|
|
129
129
|
p(o, c) {
|
|
130
130
|
s && s.p && (!t || c & /*$$scope*/
|
|
131
|
-
|
|
131
|
+
256) && Pe(
|
|
132
132
|
s,
|
|
133
133
|
l,
|
|
134
134
|
o,
|
|
135
135
|
/*$$scope*/
|
|
136
|
-
o[
|
|
136
|
+
o[8],
|
|
137
137
|
t ? Ge(
|
|
138
138
|
l,
|
|
139
139
|
/*$$scope*/
|
|
140
|
-
o[
|
|
140
|
+
o[8],
|
|
141
141
|
c,
|
|
142
142
|
null
|
|
143
143
|
) : He(
|
|
144
144
|
/*$$scope*/
|
|
145
|
-
o[
|
|
145
|
+
o[8]
|
|
146
146
|
),
|
|
147
147
|
null
|
|
148
148
|
), ge(
|
|
@@ -185,12 +185,12 @@ function ft(a) {
|
|
|
185
185
|
let e, n, t, l, s, r;
|
|
186
186
|
const i = (
|
|
187
187
|
/*#slots*/
|
|
188
|
-
a[
|
|
188
|
+
a[9].button
|
|
189
189
|
), o = Oe(
|
|
190
190
|
i,
|
|
191
191
|
a,
|
|
192
192
|
/*$$scope*/
|
|
193
|
-
a[
|
|
193
|
+
a[8],
|
|
194
194
|
de
|
|
195
195
|
);
|
|
196
196
|
let c = (
|
|
@@ -209,6 +209,11 @@ function ft(a) {
|
|
|
209
209
|
"aria-expanded",
|
|
210
210
|
/*open*/
|
|
211
211
|
a[0]
|
|
212
|
+
), _(
|
|
213
|
+
n,
|
|
214
|
+
"aria-label",
|
|
215
|
+
/*buttonAriaLabel*/
|
|
216
|
+
a[7]
|
|
212
217
|
), _(
|
|
213
218
|
e,
|
|
214
219
|
"class",
|
|
@@ -222,34 +227,34 @@ function ft(a) {
|
|
|
222
227
|
n,
|
|
223
228
|
"click",
|
|
224
229
|
/*click_handler*/
|
|
225
|
-
a[
|
|
230
|
+
a[10]
|
|
226
231
|
),
|
|
227
232
|
ae(
|
|
228
233
|
e,
|
|
229
234
|
"focusoutside",
|
|
230
235
|
/*focusoutside_handler*/
|
|
231
|
-
a[
|
|
236
|
+
a[11]
|
|
232
237
|
),
|
|
233
238
|
Je(it.call(null, e))
|
|
234
239
|
], s = !0);
|
|
235
240
|
},
|
|
236
241
|
p(f, [u]) {
|
|
237
242
|
o && o.p && (!l || u & /*$$scope*/
|
|
238
|
-
|
|
243
|
+
256) && Pe(
|
|
239
244
|
o,
|
|
240
245
|
i,
|
|
241
246
|
f,
|
|
242
247
|
/*$$scope*/
|
|
243
|
-
f[
|
|
248
|
+
f[8],
|
|
244
249
|
l ? Ge(
|
|
245
250
|
i,
|
|
246
251
|
/*$$scope*/
|
|
247
|
-
f[
|
|
252
|
+
f[8],
|
|
248
253
|
u,
|
|
249
254
|
ct
|
|
250
255
|
) : He(
|
|
251
256
|
/*$$scope*/
|
|
252
|
-
f[
|
|
257
|
+
f[8]
|
|
253
258
|
),
|
|
254
259
|
de
|
|
255
260
|
), (!l || u & /*buttonClass*/
|
|
@@ -264,6 +269,12 @@ function ft(a) {
|
|
|
264
269
|
"aria-expanded",
|
|
265
270
|
/*open*/
|
|
266
271
|
f[0]
|
|
272
|
+
), (!l || u & /*buttonAriaLabel*/
|
|
273
|
+
128) && _(
|
|
274
|
+
n,
|
|
275
|
+
"aria-label",
|
|
276
|
+
/*buttonAriaLabel*/
|
|
277
|
+
f[7]
|
|
267
278
|
), /*open*/
|
|
268
279
|
f[0] ? c ? (c.p(f, u), u & /*open*/
|
|
269
280
|
1 && g(c, 1)) : (c = me(f), c.c(), g(c, 1), c.m(e, null)) : c && (T(), d(c, 1, 1, () => {
|
|
@@ -288,14 +299,14 @@ function ft(a) {
|
|
|
288
299
|
};
|
|
289
300
|
}
|
|
290
301
|
function ut(a, e, n) {
|
|
291
|
-
let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open: r = !1 } = e, { as: i = "div" } = e, { transition: o = at } = e, { buttonClass: c = "" } = e, { contentClass: f = "" } = e, { autoCollapse: u = !0 } = e;
|
|
292
|
-
const
|
|
302
|
+
let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open: r = !1 } = e, { as: i = "div" } = e, { transition: o = at } = e, { buttonClass: c = "" } = e, { contentClass: f = "" } = e, { autoCollapse: u = !0 } = e, { buttonAriaLabel: p } = e;
|
|
303
|
+
const j = (w) => {
|
|
293
304
|
n(0, r = !r), w.target.focus();
|
|
294
|
-
},
|
|
305
|
+
}, M = () => {
|
|
295
306
|
u && n(0, r = !1);
|
|
296
307
|
};
|
|
297
308
|
return a.$$set = (w) => {
|
|
298
|
-
"class" in w && n(1, s = w.class), "open" in w && n(0, r = w.open), "as" in w && n(2, i = w.as), "transition" in w && n(3, o = w.transition), "buttonClass" in w && n(4, c = w.buttonClass), "contentClass" in w && n(5, f = w.contentClass), "autoCollapse" in w && n(6, u = w.autoCollapse), "$$scope" in w && n(
|
|
309
|
+
"class" in w && n(1, s = w.class), "open" in w && n(0, r = w.open), "as" in w && n(2, i = w.as), "transition" in w && n(3, o = w.transition), "buttonClass" in w && n(4, c = w.buttonClass), "contentClass" in w && n(5, f = w.contentClass), "autoCollapse" in w && n(6, u = w.autoCollapse), "buttonAriaLabel" in w && n(7, p = w.buttonAriaLabel), "$$scope" in w && n(8, l = w.$$scope);
|
|
299
310
|
}, [
|
|
300
311
|
r,
|
|
301
312
|
s,
|
|
@@ -304,10 +315,11 @@ function ut(a, e, n) {
|
|
|
304
315
|
c,
|
|
305
316
|
f,
|
|
306
317
|
u,
|
|
318
|
+
p,
|
|
307
319
|
l,
|
|
308
320
|
t,
|
|
309
|
-
|
|
310
|
-
|
|
321
|
+
j,
|
|
322
|
+
M
|
|
311
323
|
];
|
|
312
324
|
}
|
|
313
325
|
class P extends Y {
|
|
@@ -319,65 +331,72 @@ class P extends Y {
|
|
|
319
331
|
transition: 3,
|
|
320
332
|
buttonClass: 4,
|
|
321
333
|
contentClass: 5,
|
|
322
|
-
autoCollapse: 6
|
|
334
|
+
autoCollapse: 6,
|
|
335
|
+
buttonAriaLabel: 7
|
|
323
336
|
});
|
|
324
337
|
}
|
|
325
338
|
get class() {
|
|
326
339
|
return this.$$.ctx[1];
|
|
327
340
|
}
|
|
328
341
|
set class(e) {
|
|
329
|
-
this.$$set({ class: e }),
|
|
342
|
+
this.$$set({ class: e }), B();
|
|
330
343
|
}
|
|
331
344
|
get open() {
|
|
332
345
|
return this.$$.ctx[0];
|
|
333
346
|
}
|
|
334
347
|
set open(e) {
|
|
335
|
-
this.$$set({ open: e }),
|
|
348
|
+
this.$$set({ open: e }), B();
|
|
336
349
|
}
|
|
337
350
|
get as() {
|
|
338
351
|
return this.$$.ctx[2];
|
|
339
352
|
}
|
|
340
353
|
set as(e) {
|
|
341
|
-
this.$$set({ as: e }),
|
|
354
|
+
this.$$set({ as: e }), B();
|
|
342
355
|
}
|
|
343
356
|
get transition() {
|
|
344
357
|
return this.$$.ctx[3];
|
|
345
358
|
}
|
|
346
359
|
set transition(e) {
|
|
347
|
-
this.$$set({ transition: e }),
|
|
360
|
+
this.$$set({ transition: e }), B();
|
|
348
361
|
}
|
|
349
362
|
get buttonClass() {
|
|
350
363
|
return this.$$.ctx[4];
|
|
351
364
|
}
|
|
352
365
|
set buttonClass(e) {
|
|
353
|
-
this.$$set({ buttonClass: e }),
|
|
366
|
+
this.$$set({ buttonClass: e }), B();
|
|
354
367
|
}
|
|
355
368
|
get contentClass() {
|
|
356
369
|
return this.$$.ctx[5];
|
|
357
370
|
}
|
|
358
371
|
set contentClass(e) {
|
|
359
|
-
this.$$set({ contentClass: e }),
|
|
372
|
+
this.$$set({ contentClass: e }), B();
|
|
360
373
|
}
|
|
361
374
|
get autoCollapse() {
|
|
362
375
|
return this.$$.ctx[6];
|
|
363
376
|
}
|
|
364
377
|
set autoCollapse(e) {
|
|
365
|
-
this.$$set({ autoCollapse: e }),
|
|
378
|
+
this.$$set({ autoCollapse: e }), B();
|
|
379
|
+
}
|
|
380
|
+
get buttonAriaLabel() {
|
|
381
|
+
return this.$$.ctx[7];
|
|
382
|
+
}
|
|
383
|
+
set buttonAriaLabel(e) {
|
|
384
|
+
this.$$set({ buttonAriaLabel: e }), B();
|
|
366
385
|
}
|
|
367
386
|
}
|
|
368
|
-
Q(P, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" } }, ["button", "default"], [], !0);
|
|
387
|
+
Q(P, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" }, buttonAriaLabel: {} }, ["button", "default"], [], !0);
|
|
369
388
|
function _t(a) {
|
|
370
389
|
let e, n, t, l;
|
|
371
390
|
return {
|
|
372
391
|
c() {
|
|
373
|
-
e = z("svg"), n = z("g"), t = z("path"), l = z("path"), _(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"), _(l, "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"), _(n, "fill", "#fff"), _(e, "xmlns", "http://www.w3.org/2000/svg"), _(e, "xml:space", "preserve"), _(e, "viewBox", "0 0 260 141");
|
|
392
|
+
e = R("svg"), n = R("g"), t = R("path"), l = R("path"), _(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"), _(l, "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"), _(n, "fill", "#fff"), _(e, "xmlns", "http://www.w3.org/2000/svg"), _(e, "xml:space", "preserve"), _(e, "viewBox", "0 0 260 141");
|
|
374
393
|
},
|
|
375
394
|
m(s, r) {
|
|
376
395
|
m(s, e, r), h(e, n), h(n, t), h(n, l);
|
|
377
396
|
},
|
|
378
|
-
p:
|
|
379
|
-
i:
|
|
380
|
-
o:
|
|
397
|
+
p: $,
|
|
398
|
+
i: $,
|
|
399
|
+
o: $,
|
|
381
400
|
d(s) {
|
|
382
401
|
s && v(e);
|
|
383
402
|
}
|
|
@@ -393,14 +412,14 @@ function ht(a) {
|
|
|
393
412
|
let e, n, t;
|
|
394
413
|
return {
|
|
395
414
|
c() {
|
|
396
|
-
e =
|
|
415
|
+
e = R("svg"), n = R("path"), t = R("path"), _(n, "d", "M0 0h100v100H0V0z"), _(t, "fill", "#fff"), _(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"), _(e, "xmlns", "http://www.w3.org/2000/svg"), _(e, "viewBox", "0 0 100 100");
|
|
397
416
|
},
|
|
398
417
|
m(l, s) {
|
|
399
418
|
m(l, e, s), h(e, n), h(e, t);
|
|
400
419
|
},
|
|
401
|
-
p:
|
|
402
|
-
i:
|
|
403
|
-
o:
|
|
420
|
+
p: $,
|
|
421
|
+
i: $,
|
|
422
|
+
o: $,
|
|
404
423
|
d(l) {
|
|
405
424
|
l && v(e);
|
|
406
425
|
}
|
|
@@ -416,14 +435,14 @@ function gt(a) {
|
|
|
416
435
|
let e, n, t;
|
|
417
436
|
return {
|
|
418
437
|
c() {
|
|
419
|
-
e =
|
|
438
|
+
e = R("svg"), n = R("path"), t = R("path"), _(n, "d", "M23.131 0l44.847 90H0V0"), _(n, "fill", "#c20430"), _(t, "d", "M23.131 0l16.03 32.044L55.1 0"), _(t, "fill", "#ffc500"), _(e, "viewBox", "0 0 68 90"), _(e, "xmlns", "http://www.w3.org/2000/svg");
|
|
420
439
|
},
|
|
421
440
|
m(l, s) {
|
|
422
441
|
m(l, e, s), h(e, n), h(e, t);
|
|
423
442
|
},
|
|
424
|
-
p:
|
|
425
|
-
i:
|
|
426
|
-
o:
|
|
443
|
+
p: $,
|
|
444
|
+
i: $,
|
|
445
|
+
o: $,
|
|
427
446
|
d(l) {
|
|
428
447
|
l && v(e);
|
|
429
448
|
}
|
|
@@ -438,46 +457,46 @@ Q(Ke, {}, [], [], !0);
|
|
|
438
457
|
const { window: Xe } = ot;
|
|
439
458
|
function ve(a, e, n) {
|
|
440
459
|
const t = a.slice();
|
|
441
|
-
return t[
|
|
460
|
+
return t[12] = e[n], t;
|
|
442
461
|
}
|
|
443
462
|
function we(a, e, n) {
|
|
444
463
|
const t = a.slice();
|
|
445
|
-
return t[
|
|
464
|
+
return t[15] = e[n], t;
|
|
446
465
|
}
|
|
447
|
-
function
|
|
466
|
+
function ke(a, e, n) {
|
|
448
467
|
const t = a.slice();
|
|
449
|
-
return t[
|
|
468
|
+
return t[12] = e[n], t;
|
|
450
469
|
}
|
|
451
|
-
function
|
|
470
|
+
function $e(a, e, n) {
|
|
452
471
|
const t = a.slice();
|
|
453
|
-
return t[
|
|
472
|
+
return t[15] = e[n], t;
|
|
454
473
|
}
|
|
455
474
|
function ye(a, e, n) {
|
|
456
475
|
const t = a.slice();
|
|
457
|
-
return t[
|
|
476
|
+
return t[12] = e[n], t;
|
|
458
477
|
}
|
|
459
478
|
function xe(a, e, n) {
|
|
460
479
|
const t = a.slice();
|
|
461
|
-
return t[
|
|
480
|
+
return t[15] = e[n], t;
|
|
462
481
|
}
|
|
463
482
|
function Ce(a, e, n) {
|
|
464
483
|
const t = a.slice();
|
|
465
|
-
return t[
|
|
484
|
+
return t[15] = e[n], t;
|
|
466
485
|
}
|
|
467
|
-
function
|
|
486
|
+
function Le(a, e, n) {
|
|
468
487
|
const t = a.slice();
|
|
469
|
-
return t[
|
|
488
|
+
return t[12] = e[n], t;
|
|
470
489
|
}
|
|
471
|
-
function
|
|
490
|
+
function Ne(a, e, n) {
|
|
472
491
|
const t = a.slice();
|
|
473
|
-
return t[
|
|
492
|
+
return t[12] = e[n], t;
|
|
474
493
|
}
|
|
475
|
-
function
|
|
494
|
+
function Ae(a, e, n) {
|
|
476
495
|
const t = a.slice();
|
|
477
|
-
return t[
|
|
496
|
+
return t[15] = e[n], t;
|
|
478
497
|
}
|
|
479
|
-
function
|
|
480
|
-
let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r =
|
|
498
|
+
function je(a) {
|
|
499
|
+
let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r = A([
|
|
481
500
|
.../*topLinks*/
|
|
482
501
|
a[6],
|
|
483
502
|
/*account*/
|
|
@@ -485,11 +504,11 @@ function Ze(a) {
|
|
|
485
504
|
]);
|
|
486
505
|
const i = (o) => (
|
|
487
506
|
/*item*/
|
|
488
|
-
o[
|
|
489
|
-
o[
|
|
507
|
+
o[12].text || /*item*/
|
|
508
|
+
o[12].title
|
|
490
509
|
);
|
|
491
510
|
for (let o = 0; o < r.length; o += 1) {
|
|
492
|
-
let c =
|
|
511
|
+
let c = Ne(a, r, o), f = i(c);
|
|
493
512
|
l.set(f, t[o] = Se(f, c));
|
|
494
513
|
}
|
|
495
514
|
return {
|
|
@@ -507,12 +526,12 @@ function Ze(a) {
|
|
|
507
526
|
},
|
|
508
527
|
p(o, c) {
|
|
509
528
|
c[0] & /*topLinks, account*/
|
|
510
|
-
576 && (r =
|
|
529
|
+
576 && (r = A([
|
|
511
530
|
.../*topLinks*/
|
|
512
531
|
o[6],
|
|
513
532
|
/*account*/
|
|
514
533
|
o[9]
|
|
515
|
-
]), T(), t = ie(t, c, i, 1, o, r, l, n, ce, Se, null,
|
|
534
|
+
]), T(), t = ie(t, c, i, 1, o, r, l, n, ce, Se, null, Ne), U());
|
|
516
535
|
},
|
|
517
536
|
i(o) {
|
|
518
537
|
if (!s) {
|
|
@@ -536,7 +555,7 @@ function Ze(a) {
|
|
|
536
555
|
function pt(a) {
|
|
537
556
|
let e, n = (
|
|
538
557
|
/*item*/
|
|
539
|
-
a[
|
|
558
|
+
a[12].text.toUpperCase() + ""
|
|
540
559
|
), t;
|
|
541
560
|
return {
|
|
542
561
|
c() {
|
|
@@ -544,20 +563,20 @@ function pt(a) {
|
|
|
544
563
|
e,
|
|
545
564
|
"href",
|
|
546
565
|
/*item*/
|
|
547
|
-
a[
|
|
566
|
+
a[12].href
|
|
548
567
|
), te(
|
|
549
568
|
e,
|
|
550
569
|
"bg-uofg-yellow",
|
|
551
570
|
/*item*/
|
|
552
|
-
a[
|
|
571
|
+
a[12].highlight
|
|
553
572
|
);
|
|
554
573
|
},
|
|
555
574
|
m(l, s) {
|
|
556
575
|
m(l, e, s), h(e, t);
|
|
557
576
|
},
|
|
558
|
-
p:
|
|
559
|
-
i:
|
|
560
|
-
o:
|
|
577
|
+
p: $,
|
|
578
|
+
i: $,
|
|
579
|
+
o: $,
|
|
561
580
|
d(l) {
|
|
562
581
|
l && v(e);
|
|
563
582
|
}
|
|
@@ -569,9 +588,16 @@ function bt(a) {
|
|
|
569
588
|
props: {
|
|
570
589
|
class: "relative h-full",
|
|
571
590
|
buttonClass: `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey aria-expanded:bg-uofg-grey ${/*item*/
|
|
572
|
-
a[
|
|
591
|
+
a[12].icon ? "" : "[&_svg]:aria-expanded:rotate-180"}`,
|
|
573
592
|
contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
|
|
574
593
|
as: "ul",
|
|
594
|
+
buttonAriaLabel: (
|
|
595
|
+
/*item*/
|
|
596
|
+
a[12].icon ? (
|
|
597
|
+
/*item*/
|
|
598
|
+
a[12].text
|
|
599
|
+
) : void 0
|
|
600
|
+
),
|
|
575
601
|
$$slots: {
|
|
576
602
|
button: [wt],
|
|
577
603
|
default: [dt]
|
|
@@ -583,12 +609,12 @@ function bt(a) {
|
|
|
583
609
|
C(e.$$.fragment);
|
|
584
610
|
},
|
|
585
611
|
m(t, l) {
|
|
586
|
-
|
|
612
|
+
L(e, t, l), n = !0;
|
|
587
613
|
},
|
|
588
614
|
p(t, l) {
|
|
589
615
|
const s = {};
|
|
590
616
|
l[1] & /*$$scope*/
|
|
591
|
-
|
|
617
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
592
618
|
},
|
|
593
619
|
i(t) {
|
|
594
620
|
n || (g(e.$$.fragment, t), n = !0);
|
|
@@ -597,14 +623,14 @@ function bt(a) {
|
|
|
597
623
|
d(e.$$.fragment, t), n = !1;
|
|
598
624
|
},
|
|
599
625
|
d(t) {
|
|
600
|
-
|
|
626
|
+
N(e, t);
|
|
601
627
|
}
|
|
602
628
|
};
|
|
603
629
|
}
|
|
604
|
-
function
|
|
630
|
+
function Ze(a) {
|
|
605
631
|
let e, n, t = (
|
|
606
632
|
/*link*/
|
|
607
|
-
a[
|
|
633
|
+
a[15].text + ""
|
|
608
634
|
), l, s, r = [
|
|
609
635
|
{
|
|
610
636
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
|
|
@@ -612,11 +638,11 @@ function Ae(a) {
|
|
|
612
638
|
{
|
|
613
639
|
href: (
|
|
614
640
|
/*link*/
|
|
615
|
-
a[
|
|
641
|
+
a[15].href
|
|
616
642
|
)
|
|
617
643
|
},
|
|
618
644
|
/*link*/
|
|
619
|
-
a[
|
|
645
|
+
a[15].attributes
|
|
620
646
|
], i = {};
|
|
621
647
|
for (let o = 0; o < r.length; o += 1)
|
|
622
648
|
i = G(i, r[o]);
|
|
@@ -627,19 +653,19 @@ function Ae(a) {
|
|
|
627
653
|
m(o, c) {
|
|
628
654
|
m(o, e, c), h(e, n), h(n, l), h(e, s);
|
|
629
655
|
},
|
|
630
|
-
p:
|
|
656
|
+
p: $,
|
|
631
657
|
d(o) {
|
|
632
658
|
o && v(e);
|
|
633
659
|
}
|
|
634
660
|
};
|
|
635
661
|
}
|
|
636
662
|
function dt(a) {
|
|
637
|
-
let e, n =
|
|
663
|
+
let e, n = A(
|
|
638
664
|
/*item*/
|
|
639
|
-
a[
|
|
665
|
+
a[12].links
|
|
640
666
|
), t = [];
|
|
641
667
|
for (let l = 0; l < n.length; l += 1)
|
|
642
|
-
t[l] = Ae(
|
|
668
|
+
t[l] = Ze(Ae(a, n, l));
|
|
643
669
|
return {
|
|
644
670
|
c() {
|
|
645
671
|
for (let l = 0; l < t.length; l += 1)
|
|
@@ -654,14 +680,14 @@ function dt(a) {
|
|
|
654
680
|
p(l, s) {
|
|
655
681
|
if (s[0] & /*topLinks, account*/
|
|
656
682
|
576) {
|
|
657
|
-
n =
|
|
683
|
+
n = A(
|
|
658
684
|
/*item*/
|
|
659
|
-
l[
|
|
685
|
+
l[12].links
|
|
660
686
|
);
|
|
661
687
|
let r;
|
|
662
688
|
for (r = 0; r < n.length; r += 1) {
|
|
663
|
-
const i =
|
|
664
|
-
t[r] ? t[r].p(i, s) : (t[r] =
|
|
689
|
+
const i = Ae(l, n, r);
|
|
690
|
+
t[r] ? t[r].p(i, s) : (t[r] = Ze(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
665
691
|
}
|
|
666
692
|
for (; r < t.length; r += 1)
|
|
667
693
|
t[r].d(1);
|
|
@@ -678,12 +704,12 @@ function mt(a) {
|
|
|
678
704
|
return t = new q({ props: { icon: ne } }), {
|
|
679
705
|
c() {
|
|
680
706
|
e = b("span"), e.textContent = `${/*item*/
|
|
681
|
-
a[
|
|
707
|
+
a[12].text.toUpperCase()}`, n = x(), C(t.$$.fragment);
|
|
682
708
|
},
|
|
683
709
|
m(s, r) {
|
|
684
|
-
m(s, e, r), m(s, n, r),
|
|
710
|
+
m(s, e, r), m(s, n, r), L(t, s, r), l = !0;
|
|
685
711
|
},
|
|
686
|
-
p:
|
|
712
|
+
p: $,
|
|
687
713
|
i(s) {
|
|
688
714
|
l || (g(t.$$.fragment, s), l = !0);
|
|
689
715
|
},
|
|
@@ -691,7 +717,7 @@ function mt(a) {
|
|
|
691
717
|
d(t.$$.fragment, s), l = !1;
|
|
692
718
|
},
|
|
693
719
|
d(s) {
|
|
694
|
-
s && (v(e), v(n)),
|
|
720
|
+
s && (v(e), v(n)), N(t, s);
|
|
695
721
|
}
|
|
696
722
|
};
|
|
697
723
|
}
|
|
@@ -699,15 +725,15 @@ function vt(a) {
|
|
|
699
725
|
let e, n;
|
|
700
726
|
return e = new q({ props: { icon: (
|
|
701
727
|
/*item*/
|
|
702
|
-
a[
|
|
728
|
+
a[12].icon
|
|
703
729
|
) } }), {
|
|
704
730
|
c() {
|
|
705
731
|
C(e.$$.fragment);
|
|
706
732
|
},
|
|
707
733
|
m(t, l) {
|
|
708
|
-
|
|
734
|
+
L(e, t, l), n = !0;
|
|
709
735
|
},
|
|
710
|
-
p:
|
|
736
|
+
p: $,
|
|
711
737
|
i(t) {
|
|
712
738
|
n || (g(e.$$.fragment, t), n = !0);
|
|
713
739
|
},
|
|
@@ -715,7 +741,7 @@ function vt(a) {
|
|
|
715
741
|
d(e.$$.fragment, t), n = !1;
|
|
716
742
|
},
|
|
717
743
|
d(t) {
|
|
718
|
-
|
|
744
|
+
N(e, t);
|
|
719
745
|
}
|
|
720
746
|
};
|
|
721
747
|
}
|
|
@@ -725,24 +751,16 @@ function wt(a) {
|
|
|
725
751
|
function i(o, c) {
|
|
726
752
|
return (
|
|
727
753
|
/*item*/
|
|
728
|
-
o[
|
|
754
|
+
o[12].icon ? 0 : 1
|
|
729
755
|
);
|
|
730
756
|
}
|
|
731
757
|
return n = i(a), t = r[n] = s[n](a), {
|
|
732
758
|
c() {
|
|
733
|
-
e = b("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"),
|
|
734
|
-
e,
|
|
735
|
-
"aria-label",
|
|
736
|
-
/*item*/
|
|
737
|
-
a[13].icon ? (
|
|
738
|
-
/*item*/
|
|
739
|
-
a[13].text
|
|
740
|
-
) : void 0
|
|
741
|
-
), te(
|
|
759
|
+
e = b("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"), te(
|
|
742
760
|
e,
|
|
743
761
|
"bg-uofg-yellow",
|
|
744
762
|
/*item*/
|
|
745
|
-
a[
|
|
763
|
+
a[12].highlight
|
|
746
764
|
);
|
|
747
765
|
},
|
|
748
766
|
m(o, c) {
|
|
@@ -768,7 +786,7 @@ function Se(a, e) {
|
|
|
768
786
|
function c(f, u) {
|
|
769
787
|
return (
|
|
770
788
|
/*item*/
|
|
771
|
-
f[
|
|
789
|
+
f[12].links ? 0 : 1
|
|
772
790
|
);
|
|
773
791
|
}
|
|
774
792
|
return t = c(e), l = o[t] = i[t](e), {
|
|
@@ -801,7 +819,7 @@ function Me(a) {
|
|
|
801
819
|
e = b("div"), C(n.$$.fragment), _(e, "class", "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto");
|
|
802
820
|
},
|
|
803
821
|
m(l, s) {
|
|
804
|
-
m(l, e, s),
|
|
822
|
+
m(l, e, s), L(n, e, null), t = !0;
|
|
805
823
|
},
|
|
806
824
|
i(l) {
|
|
807
825
|
t || (g(n.$$.fragment, l), t = !0);
|
|
@@ -810,18 +828,18 @@ function Me(a) {
|
|
|
810
828
|
d(n.$$.fragment, l), t = !1;
|
|
811
829
|
},
|
|
812
830
|
d(l) {
|
|
813
|
-
l && v(e),
|
|
831
|
+
l && v(e), N(n);
|
|
814
832
|
}
|
|
815
833
|
};
|
|
816
834
|
}
|
|
817
|
-
function
|
|
835
|
+
function kt(a) {
|
|
818
836
|
let e, n;
|
|
819
837
|
return e = new Ye({}), {
|
|
820
838
|
c() {
|
|
821
839
|
C(e.$$.fragment);
|
|
822
840
|
},
|
|
823
841
|
m(t, l) {
|
|
824
|
-
|
|
842
|
+
L(e, t, l), n = !0;
|
|
825
843
|
},
|
|
826
844
|
i(t) {
|
|
827
845
|
n || (g(e.$$.fragment, t), n = !0);
|
|
@@ -830,18 +848,18 @@ function $t(a) {
|
|
|
830
848
|
d(e.$$.fragment, t), n = !1;
|
|
831
849
|
},
|
|
832
850
|
d(t) {
|
|
833
|
-
|
|
851
|
+
N(e, t);
|
|
834
852
|
}
|
|
835
853
|
};
|
|
836
854
|
}
|
|
837
|
-
function
|
|
855
|
+
function $t(a) {
|
|
838
856
|
let e, n;
|
|
839
857
|
return e = new Qe({}), {
|
|
840
858
|
c() {
|
|
841
859
|
C(e.$$.fragment);
|
|
842
860
|
},
|
|
843
861
|
m(t, l) {
|
|
844
|
-
|
|
862
|
+
L(e, t, l), n = !0;
|
|
845
863
|
},
|
|
846
864
|
i(t) {
|
|
847
865
|
n || (g(e.$$.fragment, t), n = !0);
|
|
@@ -850,7 +868,7 @@ function kt(a) {
|
|
|
850
868
|
d(e.$$.fragment, t), n = !1;
|
|
851
869
|
},
|
|
852
870
|
d(t) {
|
|
853
|
-
|
|
871
|
+
N(e, t);
|
|
854
872
|
}
|
|
855
873
|
};
|
|
856
874
|
}
|
|
@@ -866,7 +884,7 @@ function yt(a) {
|
|
|
866
884
|
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",
|
|
867
885
|
as: "ul",
|
|
868
886
|
$$slots: {
|
|
869
|
-
button: [
|
|
887
|
+
button: [Lt],
|
|
870
888
|
default: [Ct]
|
|
871
889
|
},
|
|
872
890
|
$$scope: { ctx: a }
|
|
@@ -897,16 +915,16 @@ function yt(a) {
|
|
|
897
915
|
a[8].text
|
|
898
916
|
), _(e, "class", "flex h-full [&>li]:contents");
|
|
899
917
|
},
|
|
900
|
-
m(p,
|
|
901
|
-
m(p, e,
|
|
918
|
+
m(p, j) {
|
|
919
|
+
m(p, e, j), h(e, n), h(n, t), L(l, t, null), h(e, s), h(e, r), L(i, r, null), h(e, o), h(e, c), L(f, c, null), u = !0;
|
|
902
920
|
},
|
|
903
|
-
p(p,
|
|
921
|
+
p(p, j) {
|
|
922
|
+
const M = {};
|
|
923
|
+
j[1] & /*$$scope*/
|
|
924
|
+
8 && (M.$$scope = { dirty: j, ctx: p }), i.$set(M);
|
|
904
925
|
const w = {};
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
const A = {};
|
|
908
|
-
Z[1] & /*$$scope*/
|
|
909
|
-
16 && (A.$$scope = { dirty: Z, ctx: p }), f.$set(A);
|
|
926
|
+
j[1] & /*$$scope*/
|
|
927
|
+
8 && (w.$$scope = { dirty: j, ctx: p }), f.$set(w);
|
|
910
928
|
},
|
|
911
929
|
i(p) {
|
|
912
930
|
u || (g(l.$$.fragment, p), g(i.$$.fragment, p), g(f.$$.fragment, p), u = !0);
|
|
@@ -915,17 +933,17 @@ function yt(a) {
|
|
|
915
933
|
d(l.$$.fragment, p), d(i.$$.fragment, p), d(f.$$.fragment, p), u = !1;
|
|
916
934
|
},
|
|
917
935
|
d(p) {
|
|
918
|
-
p && v(e),
|
|
936
|
+
p && v(e), N(l), N(i), N(f);
|
|
919
937
|
}
|
|
920
938
|
};
|
|
921
939
|
}
|
|
922
940
|
function xt(a) {
|
|
923
|
-
let e, n, t, l, s, r, i =
|
|
941
|
+
let e, n, t, l, s, r, i = A(
|
|
924
942
|
/*mainLinks*/
|
|
925
943
|
a[7]
|
|
926
944
|
), o = [];
|
|
927
945
|
for (let c = 0; c < i.length; c += 1)
|
|
928
|
-
o[c] =
|
|
946
|
+
o[c] = ze(Le(a, i, c));
|
|
929
947
|
return s = new q({ props: { icon: (
|
|
930
948
|
/*search*/
|
|
931
949
|
a[8].icon
|
|
@@ -950,19 +968,19 @@ function xt(a) {
|
|
|
950
968
|
m(c, e, f);
|
|
951
969
|
for (let u = 0; u < o.length; u += 1)
|
|
952
970
|
o[u] && o[u].m(e, null);
|
|
953
|
-
h(e, n), h(e, t), h(t, l),
|
|
971
|
+
h(e, n), h(e, t), h(t, l), L(s, l, null), r = !0;
|
|
954
972
|
},
|
|
955
973
|
p(c, f) {
|
|
956
974
|
if (f[0] & /*mainLinks*/
|
|
957
975
|
128) {
|
|
958
|
-
i =
|
|
976
|
+
i = A(
|
|
959
977
|
/*mainLinks*/
|
|
960
978
|
c[7]
|
|
961
979
|
);
|
|
962
980
|
let u;
|
|
963
981
|
for (u = 0; u < i.length; u += 1) {
|
|
964
|
-
const p =
|
|
965
|
-
o[u] ? o[u].p(p, f) : (o[u] =
|
|
982
|
+
const p = Le(c, i, u);
|
|
983
|
+
o[u] ? o[u].p(p, f) : (o[u] = ze(p), o[u].c(), o[u].m(e, n));
|
|
966
984
|
}
|
|
967
985
|
for (; u < o.length; u += 1)
|
|
968
986
|
o[u].d(1);
|
|
@@ -976,14 +994,14 @@ function xt(a) {
|
|
|
976
994
|
d(s.$$.fragment, c), r = !1;
|
|
977
995
|
},
|
|
978
996
|
d(c) {
|
|
979
|
-
c && v(e), V(o, c),
|
|
997
|
+
c && v(e), V(o, c), N(s);
|
|
980
998
|
}
|
|
981
999
|
};
|
|
982
1000
|
}
|
|
983
1001
|
function Ue(a) {
|
|
984
1002
|
let e, n, t = (
|
|
985
1003
|
/*link*/
|
|
986
|
-
a[
|
|
1004
|
+
a[15].text + ""
|
|
987
1005
|
), l, s;
|
|
988
1006
|
return {
|
|
989
1007
|
c() {
|
|
@@ -991,20 +1009,20 @@ function Ue(a) {
|
|
|
991
1009
|
n,
|
|
992
1010
|
"href",
|
|
993
1011
|
/*link*/
|
|
994
|
-
a[
|
|
1012
|
+
a[15].href
|
|
995
1013
|
), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
996
1014
|
},
|
|
997
1015
|
m(r, i) {
|
|
998
1016
|
m(r, e, i), h(e, n), h(n, l), h(e, s);
|
|
999
1017
|
},
|
|
1000
|
-
p:
|
|
1018
|
+
p: $,
|
|
1001
1019
|
d(r) {
|
|
1002
1020
|
r && v(e);
|
|
1003
1021
|
}
|
|
1004
1022
|
};
|
|
1005
1023
|
}
|
|
1006
1024
|
function Ct(a) {
|
|
1007
|
-
let e, n =
|
|
1025
|
+
let e, n = A(
|
|
1008
1026
|
/*account*/
|
|
1009
1027
|
a[9].links
|
|
1010
1028
|
), t = [];
|
|
@@ -1024,7 +1042,7 @@ function Ct(a) {
|
|
|
1024
1042
|
p(l, s) {
|
|
1025
1043
|
if (s[0] & /*account*/
|
|
1026
1044
|
512) {
|
|
1027
|
-
n =
|
|
1045
|
+
n = A(
|
|
1028
1046
|
/*account*/
|
|
1029
1047
|
l[9].links
|
|
1030
1048
|
);
|
|
@@ -1043,7 +1061,7 @@ function Ct(a) {
|
|
|
1043
1061
|
}
|
|
1044
1062
|
};
|
|
1045
1063
|
}
|
|
1046
|
-
function
|
|
1064
|
+
function Lt(a) {
|
|
1047
1065
|
let e, n;
|
|
1048
1066
|
return e = new q({
|
|
1049
1067
|
props: {
|
|
@@ -1058,9 +1076,9 @@ function Nt(a) {
|
|
|
1058
1076
|
C(e.$$.fragment);
|
|
1059
1077
|
},
|
|
1060
1078
|
m(t, l) {
|
|
1061
|
-
|
|
1079
|
+
L(e, t, l), n = !0;
|
|
1062
1080
|
},
|
|
1063
|
-
p:
|
|
1081
|
+
p: $,
|
|
1064
1082
|
i(t) {
|
|
1065
1083
|
n || (g(e.$$.fragment, t), n = !0);
|
|
1066
1084
|
},
|
|
@@ -1068,14 +1086,14 @@ function Nt(a) {
|
|
|
1068
1086
|
d(e.$$.fragment, t), n = !1;
|
|
1069
1087
|
},
|
|
1070
1088
|
d(t) {
|
|
1071
|
-
|
|
1089
|
+
N(e, t);
|
|
1072
1090
|
}
|
|
1073
1091
|
};
|
|
1074
1092
|
}
|
|
1075
|
-
function
|
|
1093
|
+
function Nt(a) {
|
|
1076
1094
|
let e, n = (
|
|
1077
1095
|
/*item*/
|
|
1078
|
-
a[
|
|
1096
|
+
a[12].text + ""
|
|
1079
1097
|
), t;
|
|
1080
1098
|
return {
|
|
1081
1099
|
c() {
|
|
@@ -1083,26 +1101,26 @@ function Lt(a) {
|
|
|
1083
1101
|
e,
|
|
1084
1102
|
"href",
|
|
1085
1103
|
/*item*/
|
|
1086
|
-
a[
|
|
1104
|
+
a[12].href
|
|
1087
1105
|
), te(
|
|
1088
1106
|
e,
|
|
1089
1107
|
"bg-uofg-yellow",
|
|
1090
1108
|
/*item*/
|
|
1091
|
-
a[
|
|
1109
|
+
a[12].highlight
|
|
1092
1110
|
);
|
|
1093
1111
|
},
|
|
1094
1112
|
m(l, s) {
|
|
1095
1113
|
m(l, e, s), h(e, t);
|
|
1096
1114
|
},
|
|
1097
|
-
p:
|
|
1098
|
-
i:
|
|
1099
|
-
o:
|
|
1115
|
+
p: $,
|
|
1116
|
+
i: $,
|
|
1117
|
+
o: $,
|
|
1100
1118
|
d(l) {
|
|
1101
1119
|
l && v(e);
|
|
1102
1120
|
}
|
|
1103
1121
|
};
|
|
1104
1122
|
}
|
|
1105
|
-
function
|
|
1123
|
+
function At(a) {
|
|
1106
1124
|
let e, n;
|
|
1107
1125
|
return e = new P({
|
|
1108
1126
|
props: {
|
|
@@ -1112,8 +1130,8 @@ function jt(a) {
|
|
|
1112
1130
|
as: "ul",
|
|
1113
1131
|
autoCollapse: !1,
|
|
1114
1132
|
$$slots: {
|
|
1115
|
-
button: [
|
|
1116
|
-
default: [
|
|
1133
|
+
button: [Zt],
|
|
1134
|
+
default: [jt]
|
|
1117
1135
|
},
|
|
1118
1136
|
$$scope: { ctx: a }
|
|
1119
1137
|
}
|
|
@@ -1122,12 +1140,12 @@ function jt(a) {
|
|
|
1122
1140
|
C(e.$$.fragment);
|
|
1123
1141
|
},
|
|
1124
1142
|
m(t, l) {
|
|
1125
|
-
|
|
1143
|
+
L(e, t, l), n = !0;
|
|
1126
1144
|
},
|
|
1127
1145
|
p(t, l) {
|
|
1128
1146
|
const s = {};
|
|
1129
1147
|
l[1] & /*$$scope*/
|
|
1130
|
-
|
|
1148
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1131
1149
|
},
|
|
1132
1150
|
i(t) {
|
|
1133
1151
|
n || (g(e.$$.fragment, t), n = !0);
|
|
@@ -1136,14 +1154,14 @@ function jt(a) {
|
|
|
1136
1154
|
d(e.$$.fragment, t), n = !1;
|
|
1137
1155
|
},
|
|
1138
1156
|
d(t) {
|
|
1139
|
-
|
|
1157
|
+
N(e, t);
|
|
1140
1158
|
}
|
|
1141
1159
|
};
|
|
1142
1160
|
}
|
|
1143
1161
|
function Te(a) {
|
|
1144
1162
|
let e, n, t = (
|
|
1145
1163
|
/*link*/
|
|
1146
|
-
a[
|
|
1164
|
+
a[15].text + ""
|
|
1147
1165
|
), l, s, r = [
|
|
1148
1166
|
{
|
|
1149
1167
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
@@ -1151,11 +1169,11 @@ function Te(a) {
|
|
|
1151
1169
|
{
|
|
1152
1170
|
href: (
|
|
1153
1171
|
/*link*/
|
|
1154
|
-
a[
|
|
1172
|
+
a[15].href
|
|
1155
1173
|
)
|
|
1156
1174
|
},
|
|
1157
1175
|
/*link*/
|
|
1158
|
-
a[
|
|
1176
|
+
a[15].attributes
|
|
1159
1177
|
], i = {};
|
|
1160
1178
|
for (let o = 0; o < r.length; o += 1)
|
|
1161
1179
|
i = G(i, r[o]);
|
|
@@ -1166,16 +1184,16 @@ function Te(a) {
|
|
|
1166
1184
|
m(o, c) {
|
|
1167
1185
|
m(o, e, c), h(e, n), h(n, l), h(e, s);
|
|
1168
1186
|
},
|
|
1169
|
-
p:
|
|
1187
|
+
p: $,
|
|
1170
1188
|
d(o) {
|
|
1171
1189
|
o && v(e);
|
|
1172
1190
|
}
|
|
1173
1191
|
};
|
|
1174
1192
|
}
|
|
1175
|
-
function
|
|
1176
|
-
let e, n =
|
|
1193
|
+
function jt(a) {
|
|
1194
|
+
let e, n = A(
|
|
1177
1195
|
/*item*/
|
|
1178
|
-
a[
|
|
1196
|
+
a[12].links
|
|
1179
1197
|
), t = [];
|
|
1180
1198
|
for (let l = 0; l < n.length; l += 1)
|
|
1181
1199
|
t[l] = Te(xe(a, n, l));
|
|
@@ -1193,9 +1211,9 @@ function Zt(a) {
|
|
|
1193
1211
|
p(l, s) {
|
|
1194
1212
|
if (s[0] & /*mainLinks, topLinks*/
|
|
1195
1213
|
192) {
|
|
1196
|
-
n =
|
|
1214
|
+
n = A(
|
|
1197
1215
|
/*item*/
|
|
1198
|
-
l[
|
|
1216
|
+
l[12].links
|
|
1199
1217
|
);
|
|
1200
1218
|
let r;
|
|
1201
1219
|
for (r = 0; r < n.length; r += 1) {
|
|
@@ -1212,22 +1230,22 @@ function Zt(a) {
|
|
|
1212
1230
|
}
|
|
1213
1231
|
};
|
|
1214
1232
|
}
|
|
1215
|
-
function
|
|
1233
|
+
function Zt(a) {
|
|
1216
1234
|
let e, n, t, l, s;
|
|
1217
1235
|
return l = new q({ props: { icon: ne } }), {
|
|
1218
1236
|
c() {
|
|
1219
1237
|
e = b("span"), n = b("span"), n.textContent = `${/*item*/
|
|
1220
|
-
a[
|
|
1238
|
+
a[12].text}`, t = x(), C(l.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button"), te(
|
|
1221
1239
|
e,
|
|
1222
1240
|
"bg-uofg-yellow",
|
|
1223
1241
|
/*item*/
|
|
1224
|
-
a[
|
|
1242
|
+
a[12].highlight
|
|
1225
1243
|
);
|
|
1226
1244
|
},
|
|
1227
1245
|
m(r, i) {
|
|
1228
|
-
m(r, e, i), h(e, n), h(e, t),
|
|
1246
|
+
m(r, e, i), h(e, n), h(e, t), L(l, e, null), s = !0;
|
|
1229
1247
|
},
|
|
1230
|
-
p:
|
|
1248
|
+
p: $,
|
|
1231
1249
|
i(r) {
|
|
1232
1250
|
s || (g(l.$$.fragment, r), s = !0);
|
|
1233
1251
|
},
|
|
@@ -1235,17 +1253,17 @@ function At(a) {
|
|
|
1235
1253
|
d(l.$$.fragment, r), s = !1;
|
|
1236
1254
|
},
|
|
1237
1255
|
d(r) {
|
|
1238
|
-
r && v(e),
|
|
1256
|
+
r && v(e), N(l);
|
|
1239
1257
|
}
|
|
1240
1258
|
};
|
|
1241
1259
|
}
|
|
1242
1260
|
function Ee(a) {
|
|
1243
1261
|
let e, n, t, l, s;
|
|
1244
|
-
const r = [
|
|
1262
|
+
const r = [At, Nt], i = [];
|
|
1245
1263
|
function o(c, f) {
|
|
1246
1264
|
return (
|
|
1247
1265
|
/*item*/
|
|
1248
|
-
c[
|
|
1266
|
+
c[12].links ? 0 : 1
|
|
1249
1267
|
);
|
|
1250
1268
|
}
|
|
1251
1269
|
return n = o(a), t = i[n] = r[n](a), {
|
|
@@ -1270,7 +1288,7 @@ function Ee(a) {
|
|
|
1270
1288
|
};
|
|
1271
1289
|
}
|
|
1272
1290
|
function St(a) {
|
|
1273
|
-
let e, n, t =
|
|
1291
|
+
let e, n, t = A([.../*mainLinks*/
|
|
1274
1292
|
a[7], .../*topLinks*/
|
|
1275
1293
|
a[6]]), l = [];
|
|
1276
1294
|
for (let r = 0; r < t.length; r += 1)
|
|
@@ -1292,7 +1310,7 @@ function St(a) {
|
|
|
1292
1310
|
p(r, i) {
|
|
1293
1311
|
if (i[0] & /*mainLinks, topLinks*/
|
|
1294
1312
|
192) {
|
|
1295
|
-
t =
|
|
1313
|
+
t = A([.../*mainLinks*/
|
|
1296
1314
|
r[7], .../*topLinks*/
|
|
1297
1315
|
r[6]]);
|
|
1298
1316
|
let o;
|
|
@@ -1330,9 +1348,9 @@ function Mt(a) {
|
|
|
1330
1348
|
C(e.$$.fragment);
|
|
1331
1349
|
},
|
|
1332
1350
|
m(t, l) {
|
|
1333
|
-
|
|
1351
|
+
L(e, t, l), n = !0;
|
|
1334
1352
|
},
|
|
1335
|
-
p:
|
|
1353
|
+
p: $,
|
|
1336
1354
|
i(t) {
|
|
1337
1355
|
n || (g(e.$$.fragment, t), n = !0);
|
|
1338
1356
|
},
|
|
@@ -1340,14 +1358,14 @@ function Mt(a) {
|
|
|
1340
1358
|
d(e.$$.fragment, t), n = !1;
|
|
1341
1359
|
},
|
|
1342
1360
|
d(t) {
|
|
1343
|
-
|
|
1361
|
+
N(e, t);
|
|
1344
1362
|
}
|
|
1345
1363
|
};
|
|
1346
1364
|
}
|
|
1347
|
-
function
|
|
1365
|
+
function ze(a) {
|
|
1348
1366
|
let e, n, t = (
|
|
1349
1367
|
/*item*/
|
|
1350
|
-
a[
|
|
1368
|
+
a[12].text + ""
|
|
1351
1369
|
), l, s;
|
|
1352
1370
|
return {
|
|
1353
1371
|
c() {
|
|
@@ -1355,24 +1373,24 @@ function Be(a) {
|
|
|
1355
1373
|
n,
|
|
1356
1374
|
"href",
|
|
1357
1375
|
/*item*/
|
|
1358
|
-
a[
|
|
1376
|
+
a[12].href
|
|
1359
1377
|
);
|
|
1360
1378
|
},
|
|
1361
1379
|
m(r, i) {
|
|
1362
1380
|
m(r, e, i), h(e, n), h(n, l), h(e, s);
|
|
1363
1381
|
},
|
|
1364
|
-
p:
|
|
1382
|
+
p: $,
|
|
1365
1383
|
d(r) {
|
|
1366
1384
|
r && v(e);
|
|
1367
1385
|
}
|
|
1368
1386
|
};
|
|
1369
1387
|
}
|
|
1370
|
-
function
|
|
1388
|
+
function Be(a) {
|
|
1371
1389
|
let e, n, t, l, s, r, i = (
|
|
1372
1390
|
/*pageTitle*/
|
|
1373
|
-
a[1] &&
|
|
1391
|
+
a[1] && Fe(a)
|
|
1374
1392
|
);
|
|
1375
|
-
const o = [
|
|
1393
|
+
const o = [zt, Et], c = [];
|
|
1376
1394
|
function f(u, p) {
|
|
1377
1395
|
return (
|
|
1378
1396
|
/*windowWidth*/
|
|
@@ -1389,10 +1407,10 @@ function Fe(a) {
|
|
|
1389
1407
|
},
|
|
1390
1408
|
p(u, p) {
|
|
1391
1409
|
/*pageTitle*/
|
|
1392
|
-
u[1] ? i ? i.p(u, p) : (i =
|
|
1393
|
-
let
|
|
1394
|
-
l = f(u), l ===
|
|
1395
|
-
c[
|
|
1410
|
+
u[1] ? i ? i.p(u, p) : (i = Fe(u), i.c(), i.m(n, t)) : i && (i.d(1), i = null);
|
|
1411
|
+
let j = l;
|
|
1412
|
+
l = f(u), l === j ? c[l].p(u, p) : (T(), d(c[j], 1, 1, () => {
|
|
1413
|
+
c[j] = null;
|
|
1396
1414
|
}), U(), s = c[l], s ? s.p(u, p) : (s = c[l] = o[l](u), s.c()), g(s, 1), s.m(n, null));
|
|
1397
1415
|
},
|
|
1398
1416
|
i(u) {
|
|
@@ -1406,7 +1424,7 @@ function Fe(a) {
|
|
|
1406
1424
|
}
|
|
1407
1425
|
};
|
|
1408
1426
|
}
|
|
1409
|
-
function
|
|
1427
|
+
function Fe(a) {
|
|
1410
1428
|
let e;
|
|
1411
1429
|
function n(s, r) {
|
|
1412
1430
|
return (
|
|
@@ -1510,13 +1528,13 @@ function Et(a) {
|
|
|
1510
1528
|
C(e.$$.fragment);
|
|
1511
1529
|
},
|
|
1512
1530
|
m(t, l) {
|
|
1513
|
-
|
|
1531
|
+
L(e, t, l), n = !0;
|
|
1514
1532
|
},
|
|
1515
1533
|
p(t, l) {
|
|
1516
1534
|
const s = {};
|
|
1517
1535
|
l[0] & /*subNavigation*/
|
|
1518
1536
|
1 | l[1] & /*$$scope*/
|
|
1519
|
-
|
|
1537
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1520
1538
|
},
|
|
1521
1539
|
i(t) {
|
|
1522
1540
|
n || (g(e.$$.fragment, t), n = !0);
|
|
@@ -1525,22 +1543,22 @@ function Et(a) {
|
|
|
1525
1543
|
d(e.$$.fragment, t), n = !1;
|
|
1526
1544
|
},
|
|
1527
1545
|
d(t) {
|
|
1528
|
-
|
|
1546
|
+
N(e, t);
|
|
1529
1547
|
}
|
|
1530
1548
|
};
|
|
1531
1549
|
}
|
|
1532
|
-
function
|
|
1533
|
-
let e, n = [], t = /* @__PURE__ */ new Map(), l, s =
|
|
1550
|
+
function zt(a) {
|
|
1551
|
+
let e, n = [], t = /* @__PURE__ */ new Map(), l, s = A(
|
|
1534
1552
|
/*subNavigation*/
|
|
1535
1553
|
a[0]
|
|
1536
1554
|
);
|
|
1537
1555
|
const r = (i) => (
|
|
1538
1556
|
/*item*/
|
|
1539
|
-
i[
|
|
1540
|
-
i[
|
|
1557
|
+
i[12].text || /*item*/
|
|
1558
|
+
i[12].title
|
|
1541
1559
|
);
|
|
1542
1560
|
for (let i = 0; i < s.length; i += 1) {
|
|
1543
|
-
let o =
|
|
1561
|
+
let o = ke(a, s, i), c = r(o);
|
|
1544
1562
|
t.set(c, n[i] = Ie(c, o));
|
|
1545
1563
|
}
|
|
1546
1564
|
return {
|
|
@@ -1557,10 +1575,10 @@ function Bt(a) {
|
|
|
1557
1575
|
},
|
|
1558
1576
|
p(i, o) {
|
|
1559
1577
|
o[0] & /*subNavigation*/
|
|
1560
|
-
1 && (s =
|
|
1578
|
+
1 && (s = A(
|
|
1561
1579
|
/*subNavigation*/
|
|
1562
1580
|
i[0]
|
|
1563
|
-
), T(), n = ie(n, o, r, 1, i, s, t, e, ce, Ie, null,
|
|
1581
|
+
), T(), n = ie(n, o, r, 1, i, s, t, e, ce, Ie, null, ke), U());
|
|
1564
1582
|
},
|
|
1565
1583
|
i(i) {
|
|
1566
1584
|
if (!l) {
|
|
@@ -1581,7 +1599,7 @@ function Bt(a) {
|
|
|
1581
1599
|
}
|
|
1582
1600
|
};
|
|
1583
1601
|
}
|
|
1584
|
-
function
|
|
1602
|
+
function Bt(a) {
|
|
1585
1603
|
let e, n;
|
|
1586
1604
|
return e = new P({
|
|
1587
1605
|
props: {
|
|
@@ -1592,7 +1610,7 @@ function Ft(a) {
|
|
|
1592
1610
|
autoCollapse: !1,
|
|
1593
1611
|
$$slots: {
|
|
1594
1612
|
button: [Wt],
|
|
1595
|
-
default: [
|
|
1613
|
+
default: [Rt]
|
|
1596
1614
|
},
|
|
1597
1615
|
$$scope: { ctx: a }
|
|
1598
1616
|
}
|
|
@@ -1601,13 +1619,13 @@ function Ft(a) {
|
|
|
1601
1619
|
C(e.$$.fragment);
|
|
1602
1620
|
},
|
|
1603
1621
|
m(t, l) {
|
|
1604
|
-
|
|
1622
|
+
L(e, t, l), n = !0;
|
|
1605
1623
|
},
|
|
1606
1624
|
p(t, l) {
|
|
1607
1625
|
const s = {};
|
|
1608
1626
|
l[0] & /*subNavigation*/
|
|
1609
1627
|
1 | l[1] & /*$$scope*/
|
|
1610
|
-
|
|
1628
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1611
1629
|
},
|
|
1612
1630
|
i(t) {
|
|
1613
1631
|
n || (g(e.$$.fragment, t), n = !0);
|
|
@@ -1616,24 +1634,24 @@ function Ft(a) {
|
|
|
1616
1634
|
d(e.$$.fragment, t), n = !1;
|
|
1617
1635
|
},
|
|
1618
1636
|
d(t) {
|
|
1619
|
-
|
|
1637
|
+
N(e, t);
|
|
1620
1638
|
}
|
|
1621
1639
|
};
|
|
1622
1640
|
}
|
|
1623
|
-
function
|
|
1641
|
+
function Ft(a) {
|
|
1624
1642
|
let e, n = (
|
|
1625
1643
|
/*item*/
|
|
1626
|
-
a[
|
|
1644
|
+
a[12].text + ""
|
|
1627
1645
|
), t, l, s = [
|
|
1628
1646
|
{
|
|
1629
1647
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1630
1648
|
},
|
|
1631
1649
|
{
|
|
1632
1650
|
href: l = /*item*/
|
|
1633
|
-
a[
|
|
1651
|
+
a[12].href
|
|
1634
1652
|
},
|
|
1635
1653
|
/*item*/
|
|
1636
|
-
a[
|
|
1654
|
+
a[12].attributes
|
|
1637
1655
|
], r = {};
|
|
1638
1656
|
for (let i = 0; i < s.length; i += 1)
|
|
1639
1657
|
r = G(r, s[i]);
|
|
@@ -1647,39 +1665,39 @@ function Rt(a) {
|
|
|
1647
1665
|
p(i, o) {
|
|
1648
1666
|
o[0] & /*subNavigation*/
|
|
1649
1667
|
1 && n !== (n = /*item*/
|
|
1650
|
-
i[
|
|
1668
|
+
i[12].text + "") && le(t, n, r.contenteditable), W(e, r = X(s, [
|
|
1651
1669
|
{
|
|
1652
1670
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1653
1671
|
},
|
|
1654
1672
|
o[0] & /*subNavigation*/
|
|
1655
1673
|
1 && l !== (l = /*item*/
|
|
1656
|
-
i[
|
|
1674
|
+
i[12].href) && { href: l },
|
|
1657
1675
|
o[0] & /*subNavigation*/
|
|
1658
1676
|
1 && /*item*/
|
|
1659
|
-
i[
|
|
1677
|
+
i[12].attributes
|
|
1660
1678
|
]));
|
|
1661
1679
|
},
|
|
1662
|
-
i:
|
|
1663
|
-
o:
|
|
1680
|
+
i: $,
|
|
1681
|
+
o: $,
|
|
1664
1682
|
d(i) {
|
|
1665
1683
|
i && v(e);
|
|
1666
1684
|
}
|
|
1667
1685
|
};
|
|
1668
1686
|
}
|
|
1669
|
-
function
|
|
1687
|
+
function Re(a) {
|
|
1670
1688
|
let e, n, t = (
|
|
1671
1689
|
/*link*/
|
|
1672
|
-
a[
|
|
1690
|
+
a[15].text + ""
|
|
1673
1691
|
), l, s, r, i = [
|
|
1674
1692
|
{
|
|
1675
1693
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1676
1694
|
},
|
|
1677
1695
|
{
|
|
1678
1696
|
href: s = /*link*/
|
|
1679
|
-
a[
|
|
1697
|
+
a[15].href
|
|
1680
1698
|
},
|
|
1681
1699
|
/*link*/
|
|
1682
|
-
a[
|
|
1700
|
+
a[15].attributes
|
|
1683
1701
|
], o = {};
|
|
1684
1702
|
for (let c = 0; c < i.length; c += 1)
|
|
1685
1703
|
o = G(o, i[c]);
|
|
@@ -1693,16 +1711,16 @@ function ze(a) {
|
|
|
1693
1711
|
p(c, f) {
|
|
1694
1712
|
f[0] & /*subNavigation*/
|
|
1695
1713
|
1 && t !== (t = /*link*/
|
|
1696
|
-
c[
|
|
1714
|
+
c[15].text + "") && le(l, t, o.contenteditable), W(n, o = X(i, [
|
|
1697
1715
|
{
|
|
1698
1716
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
|
|
1699
1717
|
},
|
|
1700
1718
|
f[0] & /*subNavigation*/
|
|
1701
1719
|
1 && s !== (s = /*link*/
|
|
1702
|
-
c[
|
|
1720
|
+
c[15].href) && { href: s },
|
|
1703
1721
|
f[0] & /*subNavigation*/
|
|
1704
1722
|
1 && /*link*/
|
|
1705
|
-
c[
|
|
1723
|
+
c[15].attributes
|
|
1706
1724
|
]));
|
|
1707
1725
|
},
|
|
1708
1726
|
d(c) {
|
|
@@ -1710,13 +1728,13 @@ function ze(a) {
|
|
|
1710
1728
|
}
|
|
1711
1729
|
};
|
|
1712
1730
|
}
|
|
1713
|
-
function
|
|
1714
|
-
let e, n =
|
|
1731
|
+
function Rt(a) {
|
|
1732
|
+
let e, n = A(
|
|
1715
1733
|
/*item*/
|
|
1716
|
-
a[
|
|
1734
|
+
a[12].links
|
|
1717
1735
|
), t = [];
|
|
1718
1736
|
for (let l = 0; l < n.length; l += 1)
|
|
1719
|
-
t[l] =
|
|
1737
|
+
t[l] = Re(we(a, n, l));
|
|
1720
1738
|
return {
|
|
1721
1739
|
c() {
|
|
1722
1740
|
for (let l = 0; l < t.length; l += 1)
|
|
@@ -1731,14 +1749,14 @@ function zt(a) {
|
|
|
1731
1749
|
p(l, s) {
|
|
1732
1750
|
if (s[0] & /*subNavigation*/
|
|
1733
1751
|
1) {
|
|
1734
|
-
n =
|
|
1752
|
+
n = A(
|
|
1735
1753
|
/*item*/
|
|
1736
|
-
l[
|
|
1754
|
+
l[12].links
|
|
1737
1755
|
);
|
|
1738
1756
|
let r;
|
|
1739
1757
|
for (r = 0; r < n.length; r += 1) {
|
|
1740
1758
|
const i = we(l, n, r);
|
|
1741
|
-
t[r] ? t[r].p(i, s) : (t[r] =
|
|
1759
|
+
t[r] ? t[r].p(i, s) : (t[r] = Re(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
1742
1760
|
}
|
|
1743
1761
|
for (; r < t.length; r += 1)
|
|
1744
1762
|
t[r].d(1);
|
|
@@ -1753,19 +1771,19 @@ function zt(a) {
|
|
|
1753
1771
|
function Wt(a) {
|
|
1754
1772
|
let e, n, t = (
|
|
1755
1773
|
/*item*/
|
|
1756
|
-
a[
|
|
1774
|
+
a[12].title + ""
|
|
1757
1775
|
), l, s, r, i;
|
|
1758
1776
|
return r = new q({ props: { icon: ne } }), {
|
|
1759
1777
|
c() {
|
|
1760
1778
|
e = b("span"), n = b("span"), l = E(t), s = x(), C(r.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button");
|
|
1761
1779
|
},
|
|
1762
1780
|
m(o, c) {
|
|
1763
|
-
m(o, e, c), h(e, n), h(n, l), h(e, s),
|
|
1781
|
+
m(o, e, c), h(e, n), h(n, l), h(e, s), L(r, e, null), i = !0;
|
|
1764
1782
|
},
|
|
1765
1783
|
p(o, c) {
|
|
1766
1784
|
(!i || c[0] & /*subNavigation*/
|
|
1767
1785
|
1) && t !== (t = /*item*/
|
|
1768
|
-
o[
|
|
1786
|
+
o[12].title + "") && ee(l, t);
|
|
1769
1787
|
},
|
|
1770
1788
|
i(o) {
|
|
1771
1789
|
i || (g(r.$$.fragment, o), i = !0);
|
|
@@ -1774,17 +1792,17 @@ function Wt(a) {
|
|
|
1774
1792
|
d(r.$$.fragment, o), i = !1;
|
|
1775
1793
|
},
|
|
1776
1794
|
d(o) {
|
|
1777
|
-
o && v(e),
|
|
1795
|
+
o && v(e), N(r);
|
|
1778
1796
|
}
|
|
1779
1797
|
};
|
|
1780
1798
|
}
|
|
1781
1799
|
function We(a, e) {
|
|
1782
1800
|
let n, t, l, s, r;
|
|
1783
|
-
const i = [
|
|
1801
|
+
const i = [Ft, Bt], o = [];
|
|
1784
1802
|
function c(f, u) {
|
|
1785
1803
|
return (
|
|
1786
1804
|
/*item*/
|
|
1787
|
-
f[
|
|
1805
|
+
f[12].text ? 0 : 1
|
|
1788
1806
|
);
|
|
1789
1807
|
}
|
|
1790
1808
|
return t = c(e), l = o[t] = i[t](e), {
|
|
@@ -1815,14 +1833,14 @@ function We(a, e) {
|
|
|
1815
1833
|
};
|
|
1816
1834
|
}
|
|
1817
1835
|
function qt(a) {
|
|
1818
|
-
let e = [], n = /* @__PURE__ */ new Map(), t, l, s =
|
|
1836
|
+
let e = [], n = /* @__PURE__ */ new Map(), t, l, s = A(
|
|
1819
1837
|
/*subNavigation*/
|
|
1820
1838
|
a[0]
|
|
1821
1839
|
);
|
|
1822
1840
|
const r = (i) => (
|
|
1823
1841
|
/*item*/
|
|
1824
|
-
i[
|
|
1825
|
-
i[
|
|
1842
|
+
i[12].text || /*item*/
|
|
1843
|
+
i[12].title
|
|
1826
1844
|
);
|
|
1827
1845
|
for (let i = 0; i < s.length; i += 1) {
|
|
1828
1846
|
let o = ve(a, s, i), c = r(o);
|
|
@@ -1841,7 +1859,7 @@ function qt(a) {
|
|
|
1841
1859
|
},
|
|
1842
1860
|
p(i, o) {
|
|
1843
1861
|
o[0] & /*subNavigation*/
|
|
1844
|
-
1 && (s =
|
|
1862
|
+
1 && (s = A(
|
|
1845
1863
|
/*subNavigation*/
|
|
1846
1864
|
i[0]
|
|
1847
1865
|
), T(), e = ie(e, o, r, 1, i, s, n, t.parentNode, ce, We, t, ve), U());
|
|
@@ -1872,9 +1890,9 @@ function It(a) {
|
|
|
1872
1890
|
C(e.$$.fragment);
|
|
1873
1891
|
},
|
|
1874
1892
|
m(t, l) {
|
|
1875
|
-
|
|
1893
|
+
L(e, t, l), n = !0;
|
|
1876
1894
|
},
|
|
1877
|
-
p:
|
|
1895
|
+
p: $,
|
|
1878
1896
|
i(t) {
|
|
1879
1897
|
n || (g(e.$$.fragment, t), n = !0);
|
|
1880
1898
|
},
|
|
@@ -1882,7 +1900,7 @@ function It(a) {
|
|
|
1882
1900
|
d(e.$$.fragment, t), n = !1;
|
|
1883
1901
|
},
|
|
1884
1902
|
d(t) {
|
|
1885
|
-
|
|
1903
|
+
N(e, t);
|
|
1886
1904
|
}
|
|
1887
1905
|
};
|
|
1888
1906
|
}
|
|
@@ -1905,13 +1923,13 @@ function Ot(a) {
|
|
|
1905
1923
|
C(e.$$.fragment);
|
|
1906
1924
|
},
|
|
1907
1925
|
m(t, l) {
|
|
1908
|
-
|
|
1926
|
+
L(e, t, l), n = !0;
|
|
1909
1927
|
},
|
|
1910
1928
|
p(t, l) {
|
|
1911
1929
|
const s = {};
|
|
1912
1930
|
l[0] & /*subNavigation*/
|
|
1913
1931
|
1 | l[1] & /*$$scope*/
|
|
1914
|
-
|
|
1932
|
+
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1915
1933
|
},
|
|
1916
1934
|
i(t) {
|
|
1917
1935
|
n || (g(e.$$.fragment, t), n = !0);
|
|
@@ -1920,24 +1938,24 @@ function Ot(a) {
|
|
|
1920
1938
|
d(e.$$.fragment, t), n = !1;
|
|
1921
1939
|
},
|
|
1922
1940
|
d(t) {
|
|
1923
|
-
|
|
1941
|
+
N(e, t);
|
|
1924
1942
|
}
|
|
1925
1943
|
};
|
|
1926
1944
|
}
|
|
1927
1945
|
function Pt(a) {
|
|
1928
1946
|
let e, n = (
|
|
1929
1947
|
/*item*/
|
|
1930
|
-
a[
|
|
1948
|
+
a[12].text + ""
|
|
1931
1949
|
), t, l, s, r = [
|
|
1932
1950
|
{
|
|
1933
1951
|
class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
|
|
1934
1952
|
},
|
|
1935
1953
|
{
|
|
1936
1954
|
href: s = /*item*/
|
|
1937
|
-
a[
|
|
1955
|
+
a[12].href
|
|
1938
1956
|
},
|
|
1939
1957
|
/*item*/
|
|
1940
|
-
a[
|
|
1958
|
+
a[12].attributes
|
|
1941
1959
|
], i = {};
|
|
1942
1960
|
for (let o = 0; o < r.length; o += 1)
|
|
1943
1961
|
i = G(i, r[o]);
|
|
@@ -1951,20 +1969,20 @@ function Pt(a) {
|
|
|
1951
1969
|
p(o, c) {
|
|
1952
1970
|
c[0] & /*subNavigation*/
|
|
1953
1971
|
1 && n !== (n = /*item*/
|
|
1954
|
-
o[
|
|
1972
|
+
o[12].text + "") && le(t, n, i.contenteditable), W(e, i = X(r, [
|
|
1955
1973
|
{
|
|
1956
1974
|
class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow"
|
|
1957
1975
|
},
|
|
1958
1976
|
c[0] & /*subNavigation*/
|
|
1959
1977
|
1 && s !== (s = /*item*/
|
|
1960
|
-
o[
|
|
1978
|
+
o[12].href) && { href: s },
|
|
1961
1979
|
c[0] & /*subNavigation*/
|
|
1962
1980
|
1 && /*item*/
|
|
1963
|
-
o[
|
|
1981
|
+
o[12].attributes
|
|
1964
1982
|
]));
|
|
1965
1983
|
},
|
|
1966
|
-
i:
|
|
1967
|
-
o:
|
|
1984
|
+
i: $,
|
|
1985
|
+
o: $,
|
|
1968
1986
|
d(o) {
|
|
1969
1987
|
o && v(e);
|
|
1970
1988
|
}
|
|
@@ -1973,17 +1991,17 @@ function Pt(a) {
|
|
|
1973
1991
|
function qe(a) {
|
|
1974
1992
|
let e, n, t = (
|
|
1975
1993
|
/*link*/
|
|
1976
|
-
a[
|
|
1994
|
+
a[15].text + ""
|
|
1977
1995
|
), l, s, r = [
|
|
1978
1996
|
{
|
|
1979
1997
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
|
|
1980
1998
|
},
|
|
1981
1999
|
{
|
|
1982
2000
|
href: s = /*link*/
|
|
1983
|
-
a[
|
|
2001
|
+
a[15].href
|
|
1984
2002
|
},
|
|
1985
2003
|
/*link*/
|
|
1986
|
-
a[
|
|
2004
|
+
a[15].attributes
|
|
1987
2005
|
], i = {};
|
|
1988
2006
|
for (let o = 0; o < r.length; o += 1)
|
|
1989
2007
|
i = G(i, r[o]);
|
|
@@ -1997,16 +2015,16 @@ function qe(a) {
|
|
|
1997
2015
|
p(o, c) {
|
|
1998
2016
|
c[0] & /*subNavigation*/
|
|
1999
2017
|
1 && t !== (t = /*link*/
|
|
2000
|
-
o[
|
|
2018
|
+
o[15].text + "") && le(l, t, i.contenteditable), W(n, i = X(r, [
|
|
2001
2019
|
{
|
|
2002
2020
|
class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
|
|
2003
2021
|
},
|
|
2004
2022
|
c[0] & /*subNavigation*/
|
|
2005
2023
|
1 && s !== (s = /*link*/
|
|
2006
|
-
o[
|
|
2024
|
+
o[15].href) && { href: s },
|
|
2007
2025
|
c[0] & /*subNavigation*/
|
|
2008
2026
|
1 && /*link*/
|
|
2009
|
-
o[
|
|
2027
|
+
o[15].attributes
|
|
2010
2028
|
]));
|
|
2011
2029
|
},
|
|
2012
2030
|
d(o) {
|
|
@@ -2015,12 +2033,12 @@ function qe(a) {
|
|
|
2015
2033
|
};
|
|
2016
2034
|
}
|
|
2017
2035
|
function Ht(a) {
|
|
2018
|
-
let e, n =
|
|
2036
|
+
let e, n = A(
|
|
2019
2037
|
/*item*/
|
|
2020
|
-
a[
|
|
2038
|
+
a[12].links
|
|
2021
2039
|
), t = [];
|
|
2022
2040
|
for (let l = 0; l < n.length; l += 1)
|
|
2023
|
-
t[l] = qe(
|
|
2041
|
+
t[l] = qe($e(a, n, l));
|
|
2024
2042
|
return {
|
|
2025
2043
|
c() {
|
|
2026
2044
|
for (let l = 0; l < t.length; l += 1)
|
|
@@ -2035,13 +2053,13 @@ function Ht(a) {
|
|
|
2035
2053
|
p(l, s) {
|
|
2036
2054
|
if (s[0] & /*subNavigation*/
|
|
2037
2055
|
1) {
|
|
2038
|
-
n =
|
|
2056
|
+
n = A(
|
|
2039
2057
|
/*item*/
|
|
2040
|
-
l[
|
|
2058
|
+
l[12].links
|
|
2041
2059
|
);
|
|
2042
2060
|
let r;
|
|
2043
2061
|
for (r = 0; r < n.length; r += 1) {
|
|
2044
|
-
const i =
|
|
2062
|
+
const i = $e(l, n, r);
|
|
2045
2063
|
t[r] ? t[r].p(i, s) : (t[r] = qe(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
2046
2064
|
}
|
|
2047
2065
|
for (; r < t.length; r += 1)
|
|
@@ -2057,19 +2075,19 @@ function Ht(a) {
|
|
|
2057
2075
|
function Gt(a) {
|
|
2058
2076
|
let e, n, t = (
|
|
2059
2077
|
/*item*/
|
|
2060
|
-
a[
|
|
2078
|
+
a[12].title + ""
|
|
2061
2079
|
), l, s, r, i, o;
|
|
2062
2080
|
return r = new q({ props: { icon: ne } }), {
|
|
2063
2081
|
c() {
|
|
2064
2082
|
e = b("span"), n = b("span"), l = E(t), s = x(), C(r.$$.fragment), i = x(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button");
|
|
2065
2083
|
},
|
|
2066
2084
|
m(c, f) {
|
|
2067
|
-
m(c, e, f), h(e, n), h(n, l), h(e, s),
|
|
2085
|
+
m(c, e, f), h(e, n), h(n, l), h(e, s), L(r, e, null), h(e, i), o = !0;
|
|
2068
2086
|
},
|
|
2069
2087
|
p(c, f) {
|
|
2070
2088
|
(!o || f[0] & /*subNavigation*/
|
|
2071
2089
|
1) && t !== (t = /*item*/
|
|
2072
|
-
c[
|
|
2090
|
+
c[12].title + "") && ee(l, t);
|
|
2073
2091
|
},
|
|
2074
2092
|
i(c) {
|
|
2075
2093
|
o || (g(r.$$.fragment, c), o = !0);
|
|
@@ -2078,7 +2096,7 @@ function Gt(a) {
|
|
|
2078
2096
|
d(r.$$.fragment, c), o = !1;
|
|
2079
2097
|
},
|
|
2080
2098
|
d(c) {
|
|
2081
|
-
c && v(e),
|
|
2099
|
+
c && v(e), N(r);
|
|
2082
2100
|
}
|
|
2083
2101
|
};
|
|
2084
2102
|
}
|
|
@@ -2088,7 +2106,7 @@ function Ie(a, e) {
|
|
|
2088
2106
|
function c(f, u) {
|
|
2089
2107
|
return (
|
|
2090
2108
|
/*item*/
|
|
2091
|
-
f[
|
|
2109
|
+
f[12].text ? 0 : 1
|
|
2092
2110
|
);
|
|
2093
2111
|
}
|
|
2094
2112
|
return t = c(e), l = o[t] = i[t](e), {
|
|
@@ -2119,20 +2137,20 @@ function Ie(a, e) {
|
|
|
2119
2137
|
};
|
|
2120
2138
|
}
|
|
2121
2139
|
function Vt(a) {
|
|
2122
|
-
let e, n, t, l, s, r, i, o, c, f, u, p,
|
|
2140
|
+
let e, n, t, l, s, r, i, o, c, f, u, p, j, M, w, J;
|
|
2123
2141
|
Ve(
|
|
2124
2142
|
/*onwindowresize*/
|
|
2125
2143
|
a[10]
|
|
2126
2144
|
);
|
|
2127
|
-
let
|
|
2145
|
+
let k = (
|
|
2128
2146
|
/*windowWidth*/
|
|
2129
|
-
a[3] >= F &&
|
|
2130
|
-
),
|
|
2147
|
+
a[3] >= F && je(a)
|
|
2148
|
+
), S = (
|
|
2131
2149
|
/*windowWidth*/
|
|
2132
2150
|
a[3] >= F && Me()
|
|
2133
2151
|
);
|
|
2134
|
-
const fe = [
|
|
2135
|
-
function ue(y,
|
|
2152
|
+
const fe = [$t, kt], H = [];
|
|
2153
|
+
function ue(y, z) {
|
|
2136
2154
|
return (
|
|
2137
2155
|
/*windowWidth*/
|
|
2138
2156
|
y[3] >= F ? 0 : 1
|
|
@@ -2140,65 +2158,65 @@ function Vt(a) {
|
|
|
2140
2158
|
}
|
|
2141
2159
|
i = ue(a), o = H[i] = fe[i](a);
|
|
2142
2160
|
const _e = [xt, yt], O = [];
|
|
2143
|
-
function he(y,
|
|
2161
|
+
function he(y, z) {
|
|
2144
2162
|
return (
|
|
2145
2163
|
/*windowWidth*/
|
|
2146
2164
|
y[3] >= F ? 0 : 1
|
|
2147
2165
|
);
|
|
2148
2166
|
}
|
|
2149
2167
|
u = he(a), p = O[u] = _e[u](a);
|
|
2150
|
-
let
|
|
2168
|
+
let Z = (
|
|
2151
2169
|
/*subNavigation*/
|
|
2152
2170
|
(a[0].length > 0 || /*pageTitle*/
|
|
2153
|
-
a[1]) &&
|
|
2171
|
+
a[1]) && Be(a)
|
|
2154
2172
|
);
|
|
2155
2173
|
return {
|
|
2156
2174
|
c() {
|
|
2157
|
-
e = b("header"),
|
|
2158
|
-
a[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`), _(r, "href", "https://www.uoguelph.ca"), _(r, "aria-label", "University of Guelph Home Page"), _(l, "class", "flex w-fit"), _(t, "class", "relative w-full justify-between flex h-[5rem] lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white"), _(t, "aria-label", "Primary"), _(e, "class", "relative w-full font-condensed text-3xl text-black");
|
|
2175
|
+
e = b("header"), k && k.c(), n = x(), t = b("nav"), l = b("div"), S && S.c(), s = x(), r = b("a"), o.c(), f = x(), p.c(), j = x(), Z && Z.c(), _(r, "class", c = `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 ${/*windowWidth*/
|
|
2176
|
+
a[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`), _(r, "href", "https://www.uoguelph.ca"), _(r, "aria-label", "University of Guelph Home Page"), _(l, "class", "flex w-fit"), _(t, "class", "relative w-full justify-between flex h-[5rem] lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white"), _(t, "aria-label", "Primary"), _(e, "class", "relative z-10 w-full font-condensed text-3xl text-black");
|
|
2159
2177
|
},
|
|
2160
|
-
m(y,
|
|
2161
|
-
m(y, e,
|
|
2178
|
+
m(y, z) {
|
|
2179
|
+
m(y, e, z), k && k.m(e, null), h(e, n), h(e, t), h(t, l), S && S.m(l, null), h(l, s), h(l, r), H[i].m(r, null), h(t, f), O[u].m(t, null), h(e, j), Z && Z.m(e, null), M = !0, w || (J = ae(
|
|
2162
2180
|
Xe,
|
|
2163
2181
|
"resize",
|
|
2164
2182
|
/*onwindowresize*/
|
|
2165
2183
|
a[10]
|
|
2166
|
-
),
|
|
2184
|
+
), w = !0);
|
|
2167
2185
|
},
|
|
2168
|
-
p(y,
|
|
2186
|
+
p(y, z) {
|
|
2169
2187
|
/*windowWidth*/
|
|
2170
|
-
y[3] >= F ?
|
|
2171
|
-
8 && g(
|
|
2172
|
-
|
|
2188
|
+
y[3] >= F ? k ? (k.p(y, z), z[0] & /*windowWidth*/
|
|
2189
|
+
8 && g(k, 1)) : (k = je(y), k.c(), g(k, 1), k.m(e, n)) : k && (T(), d(k, 1, 1, () => {
|
|
2190
|
+
k = null;
|
|
2173
2191
|
}), U()), /*windowWidth*/
|
|
2174
|
-
y[3] >= F ?
|
|
2175
|
-
8 && g(
|
|
2176
|
-
|
|
2192
|
+
y[3] >= F ? S ? z[0] & /*windowWidth*/
|
|
2193
|
+
8 && g(S, 1) : (S = Me(), S.c(), g(S, 1), S.m(l, s)) : S && (T(), d(S, 1, 1, () => {
|
|
2194
|
+
S = null;
|
|
2177
2195
|
}), U());
|
|
2178
2196
|
let re = i;
|
|
2179
2197
|
i = ue(y), i !== re && (T(), d(H[re], 1, 1, () => {
|
|
2180
2198
|
H[re] = null;
|
|
2181
|
-
}), U(), o = H[i], o || (o = H[i] = fe[i](y), o.c()), g(o, 1), o.m(r, null)), (!
|
|
2199
|
+
}), U(), o = H[i], o || (o = H[i] = fe[i](y), o.c()), g(o, 1), o.m(r, null)), (!M || z[0] & /*windowWidth*/
|
|
2182
2200
|
8 && c !== (c = `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 ${/*windowWidth*/
|
|
2183
2201
|
y[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`)) && _(r, "class", c);
|
|
2184
2202
|
let oe = u;
|
|
2185
|
-
u = he(y), u === oe ? O[u].p(y,
|
|
2203
|
+
u = he(y), u === oe ? O[u].p(y, z) : (T(), d(O[oe], 1, 1, () => {
|
|
2186
2204
|
O[oe] = null;
|
|
2187
|
-
}), U(), p = O[u], p ? p.p(y,
|
|
2205
|
+
}), U(), p = O[u], p ? p.p(y, z) : (p = O[u] = _e[u](y), p.c()), g(p, 1), p.m(t, null)), /*subNavigation*/
|
|
2188
2206
|
y[0].length > 0 || /*pageTitle*/
|
|
2189
|
-
y[1] ?
|
|
2190
|
-
3 && g(
|
|
2191
|
-
|
|
2207
|
+
y[1] ? Z ? (Z.p(y, z), z[0] & /*subNavigation, pageTitle*/
|
|
2208
|
+
3 && g(Z, 1)) : (Z = Be(y), Z.c(), g(Z, 1), Z.m(e, null)) : Z && (T(), d(Z, 1, 1, () => {
|
|
2209
|
+
Z = null;
|
|
2192
2210
|
}), U());
|
|
2193
2211
|
},
|
|
2194
2212
|
i(y) {
|
|
2195
|
-
|
|
2213
|
+
M || (g(k), g(S), g(o), g(p), g(Z), M = !0);
|
|
2196
2214
|
},
|
|
2197
2215
|
o(y) {
|
|
2198
|
-
d(
|
|
2216
|
+
d(k), d(S), d(o), d(p), d(Z), M = !1;
|
|
2199
2217
|
},
|
|
2200
2218
|
d(y) {
|
|
2201
|
-
y && v(e),
|
|
2219
|
+
y && v(e), k && k.d(), S && S.d(), H[i].d(), O[u].d(), Z && Z.d(), w = !1, J();
|
|
2202
2220
|
}
|
|
2203
2221
|
};
|
|
2204
2222
|
}
|
|
@@ -2295,16 +2313,16 @@ function Qt(a, e, n) {
|
|
|
2295
2313
|
icon: nt
|
|
2296
2314
|
};
|
|
2297
2315
|
let i, o, c = !1, { subNavigation: f } = e, { pageTitle: u } = e, { pageURL: p } = e;
|
|
2298
|
-
function
|
|
2316
|
+
function j() {
|
|
2299
2317
|
n(3, i = Xe.innerWidth);
|
|
2300
2318
|
}
|
|
2301
|
-
function w
|
|
2302
|
-
rt[
|
|
2303
|
-
o =
|
|
2319
|
+
function M(w) {
|
|
2320
|
+
rt[w ? "unshift" : "push"](() => {
|
|
2321
|
+
o = w, n(4, o);
|
|
2304
2322
|
});
|
|
2305
2323
|
}
|
|
2306
|
-
return a.$$set = (
|
|
2307
|
-
"subNavigation" in
|
|
2324
|
+
return a.$$set = (w) => {
|
|
2325
|
+
"subNavigation" in w && n(0, f = w.subNavigation), "pageTitle" in w && n(1, u = w.pageTitle), "pageURL" in w && n(2, p = w.pageURL);
|
|
2308
2326
|
}, a.$$.update = () => {
|
|
2309
2327
|
a.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
|
|
2310
2328
|
56 && window.requestAnimationFrame(() => {
|
|
@@ -2321,8 +2339,8 @@ function Qt(a, e, n) {
|
|
|
2321
2339
|
l,
|
|
2322
2340
|
s,
|
|
2323
2341
|
r,
|
|
2324
|
-
|
|
2325
|
-
|
|
2342
|
+
j,
|
|
2343
|
+
M
|
|
2326
2344
|
];
|
|
2327
2345
|
}
|
|
2328
2346
|
class Yt extends Y {
|
|
@@ -2346,19 +2364,19 @@ class Yt extends Y {
|
|
|
2346
2364
|
return this.$$.ctx[0];
|
|
2347
2365
|
}
|
|
2348
2366
|
set subNavigation(e) {
|
|
2349
|
-
this.$$set({ subNavigation: e }),
|
|
2367
|
+
this.$$set({ subNavigation: e }), B();
|
|
2350
2368
|
}
|
|
2351
2369
|
get pageTitle() {
|
|
2352
2370
|
return this.$$.ctx[1];
|
|
2353
2371
|
}
|
|
2354
2372
|
set pageTitle(e) {
|
|
2355
|
-
this.$$set({ pageTitle: e }),
|
|
2373
|
+
this.$$set({ pageTitle: e }), B();
|
|
2356
2374
|
}
|
|
2357
2375
|
get pageURL() {
|
|
2358
2376
|
return this.$$.ctx[2];
|
|
2359
2377
|
}
|
|
2360
2378
|
set pageURL(e) {
|
|
2361
|
-
this.$$set({ pageURL: e }),
|
|
2379
|
+
this.$$set({ pageURL: e }), B();
|
|
2362
2380
|
}
|
|
2363
2381
|
}
|
|
2364
2382
|
customElements.define("uofg-header", Q(Yt, { subNavigation: {}, pageTitle: { reflect: !0, type: "String", attribute: "page-title" }, pageURL: { reflect: !0, type: "String", attribute: "page-url" } }, [], [], !0, (a) => class extends a {
|