@uoguelph/web-components 1.2.2-rc.3 → 1.2.3-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-Bx5sKUFM.js → index-BX5dvpqf.js} +64 -64
- package/dist/uofg-web-components/uofg-alert.esm.js +1 -1
- package/dist/uofg-web-components/uofg-footer.esm.js +3 -3
- package/dist/uofg-web-components/uofg-header.esm.js +508 -508
- package/dist/uofg-web-components/uofg-modal.esm.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
const
|
|
1
|
+
import { c as K, S as X, i as J, s as Q, w as F, b as Pe, e as b, g as x, h as _, j as d, k as g, O as ie, P as et, u as He, l as Ge, n as Ve, t as p, o as m, z as U, p as v, Q as tt, R as O, D as T, T as V, U as pe, V as De, W as be, r as W, v as k, a as lt, x as A, X as ce, d as C, m as L, q as N, Y as nt, Z as rt, _ as ot, $ as ue, F as I, A as D, a0 as Qe, B as E, C as te, a1 as le, a2 as q, a3 as ne, a4 as re } from "./index-BX5dvpqf.js";
|
|
2
|
+
const st = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
|
|
3
3
|
// @ts-ignore Node typings have this
|
|
4
4
|
global
|
|
5
5
|
);
|
|
6
|
-
function
|
|
6
|
+
function ee(a, e) {
|
|
7
7
|
const n = {}, t = {}, l = { $$scope: 1 };
|
|
8
8
|
let s = a.length;
|
|
9
9
|
for (; s--; ) {
|
|
@@ -22,29 +22,29 @@ function X(a, e) {
|
|
|
22
22
|
r in n || (n[r] = void 0);
|
|
23
23
|
return n;
|
|
24
24
|
}
|
|
25
|
-
function
|
|
25
|
+
function me(a) {
|
|
26
26
|
return a < 0.5 ? 4 * a * a * a : 0.5 * Math.pow(2 * a - 2, 3) + 1;
|
|
27
27
|
}
|
|
28
|
-
function
|
|
28
|
+
function at(a) {
|
|
29
29
|
const e = a - 1;
|
|
30
30
|
return e * e * e + 1;
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function it(a, { delay: e = 0, duration: n = 400, easing: t = at, 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"], u = c.map(
|
|
34
|
-
(
|
|
35
|
-
), f = parseFloat(s[`padding${u[0]}`]), h = parseFloat(s[`padding${u[1]}`]),
|
|
34
|
+
(M) => `${M[0].toUpperCase()}${M.slice(1)}`
|
|
35
|
+
), f = parseFloat(s[`padding${u[0]}`]), h = parseFloat(s[`padding${u[1]}`]), $ = parseFloat(s[`margin${u[0]}`]), B = parseFloat(s[`margin${u[1]}`]), w = parseFloat(
|
|
36
36
|
s[`border${u[0]}Width`]
|
|
37
|
-
),
|
|
37
|
+
), Y = parseFloat(
|
|
38
38
|
s[`border${u[1]}Width`]
|
|
39
39
|
);
|
|
40
40
|
return {
|
|
41
41
|
delay: e,
|
|
42
42
|
duration: n,
|
|
43
43
|
easing: t,
|
|
44
|
-
css: (
|
|
44
|
+
css: (M) => `overflow: hidden;opacity: ${Math.min(M * 20, 1) * r};${i}: ${M * o}px;padding-${c[0]}: ${M * f}px;padding-${c[1]}: ${M * h}px;margin-${c[0]}: ${M * $}px;margin-${c[1]}: ${M * B}px;border-${c[0]}-width: ${M * w}px;border-${c[1]}-width: ${M * Y}px;`
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
|
-
const
|
|
47
|
+
const ct = (a) => {
|
|
48
48
|
const e = function(t) {
|
|
49
49
|
a.contains(t.relatedTarget) || a.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1 }));
|
|
50
50
|
}, n = function(t) {
|
|
@@ -55,52 +55,52 @@ const it = (a) => {
|
|
|
55
55
|
a.removeEventListener("focusin", n), a.removeEventListener("focusout", e);
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
|
-
},
|
|
59
|
-
function
|
|
58
|
+
}, ut = (a) => ({}), de = (a) => ({});
|
|
59
|
+
function ve(a) {
|
|
60
60
|
let e = (
|
|
61
61
|
/*as*/
|
|
62
62
|
a[2]
|
|
63
63
|
), n, t = !1, l, s = (
|
|
64
64
|
/*as*/
|
|
65
|
-
a[2] &&
|
|
65
|
+
a[2] && ae(a)
|
|
66
66
|
);
|
|
67
67
|
return {
|
|
68
68
|
c() {
|
|
69
|
-
s && s.c(), n =
|
|
69
|
+
s && s.c(), n = O();
|
|
70
70
|
},
|
|
71
71
|
m(r, i) {
|
|
72
|
-
s && s.m(r, i),
|
|
72
|
+
s && s.m(r, i), d(r, n, i), l = !0;
|
|
73
73
|
},
|
|
74
74
|
p(r, i) {
|
|
75
75
|
/*as*/
|
|
76
|
-
r[2] ? e ?
|
|
76
|
+
r[2] ? e ? Q(
|
|
77
77
|
e,
|
|
78
78
|
/*as*/
|
|
79
79
|
r[2]
|
|
80
|
-
) ? (s.d(1), s =
|
|
81
|
-
r[2], s.c(), t && (t = !1,
|
|
82
|
-
r[2], s.c(),
|
|
80
|
+
) ? (s.d(1), s = ae(r), e = /*as*/
|
|
81
|
+
r[2], s.c(), t && (t = !1, p(s)), s.m(n.parentNode, n)) : (t && (t = !1, p(s)), s.p(r, i)) : (s = ae(r), e = /*as*/
|
|
82
|
+
r[2], s.c(), p(s), s.m(n.parentNode, n)) : e && (t = !0, T(), m(s, 1, 1, () => {
|
|
83
83
|
s = null, e = /*as*/
|
|
84
84
|
r[2], t = !1;
|
|
85
85
|
}), U());
|
|
86
86
|
},
|
|
87
87
|
i(r) {
|
|
88
|
-
l || (
|
|
88
|
+
l || (p(s, r), l = !0);
|
|
89
89
|
},
|
|
90
90
|
o(r) {
|
|
91
|
-
|
|
91
|
+
m(s, r), l = !1;
|
|
92
92
|
},
|
|
93
93
|
d(r) {
|
|
94
94
|
r && v(n), s && s.d(r);
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function ae(a) {
|
|
99
99
|
let e, n, t;
|
|
100
100
|
const l = (
|
|
101
101
|
/*#slots*/
|
|
102
102
|
a[9].default
|
|
103
|
-
), s =
|
|
103
|
+
), s = Pe(
|
|
104
104
|
l,
|
|
105
105
|
a,
|
|
106
106
|
/*$$scope*/
|
|
@@ -112,43 +112,43 @@ function se(a) {
|
|
|
112
112
|
a[5]
|
|
113
113
|
) }], i = {};
|
|
114
114
|
for (let o = 0; o < r.length; o += 1)
|
|
115
|
-
i =
|
|
115
|
+
i = V(i, r[o]);
|
|
116
116
|
return {
|
|
117
117
|
c() {
|
|
118
|
-
e =
|
|
118
|
+
e = b(
|
|
119
119
|
/*as*/
|
|
120
120
|
a[2]
|
|
121
|
-
), s && s.c(),
|
|
121
|
+
), s && s.c(), pe(
|
|
122
122
|
/*as*/
|
|
123
123
|
a[2]
|
|
124
124
|
)(e, i);
|
|
125
125
|
},
|
|
126
126
|
m(o, c) {
|
|
127
|
-
|
|
127
|
+
d(o, e, c), s && s.m(e, null), t = !0;
|
|
128
128
|
},
|
|
129
129
|
p(o, c) {
|
|
130
130
|
s && s.p && (!t || c & /*$$scope*/
|
|
131
|
-
256) &&
|
|
131
|
+
256) && He(
|
|
132
132
|
s,
|
|
133
133
|
l,
|
|
134
134
|
o,
|
|
135
135
|
/*$$scope*/
|
|
136
136
|
o[8],
|
|
137
|
-
t ?
|
|
137
|
+
t ? Ve(
|
|
138
138
|
l,
|
|
139
139
|
/*$$scope*/
|
|
140
140
|
o[8],
|
|
141
141
|
c,
|
|
142
142
|
null
|
|
143
|
-
) :
|
|
143
|
+
) : Ge(
|
|
144
144
|
/*$$scope*/
|
|
145
145
|
o[8]
|
|
146
146
|
),
|
|
147
147
|
null
|
|
148
|
-
),
|
|
148
|
+
), pe(
|
|
149
149
|
/*as*/
|
|
150
150
|
o[2]
|
|
151
|
-
)(e, i =
|
|
151
|
+
)(e, i = ee(r, [
|
|
152
152
|
(!t || c & /*contentClass*/
|
|
153
153
|
32) && { class: (
|
|
154
154
|
/*contentClass*/
|
|
@@ -157,22 +157,22 @@ function se(a) {
|
|
|
157
157
|
]));
|
|
158
158
|
},
|
|
159
159
|
i(o) {
|
|
160
|
-
t || (
|
|
160
|
+
t || (p(s, o), o && De(() => {
|
|
161
161
|
t && (n || (n = be(
|
|
162
162
|
e,
|
|
163
163
|
/*transition*/
|
|
164
164
|
a[3],
|
|
165
|
-
{ duration: 200, easing:
|
|
165
|
+
{ duration: 200, easing: me },
|
|
166
166
|
!0
|
|
167
167
|
)), n.run(1));
|
|
168
168
|
}), t = !0);
|
|
169
169
|
},
|
|
170
170
|
o(o) {
|
|
171
|
-
|
|
171
|
+
m(s, o), o && (n || (n = be(
|
|
172
172
|
e,
|
|
173
173
|
/*transition*/
|
|
174
174
|
a[3],
|
|
175
|
-
{ duration: 200, easing:
|
|
175
|
+
{ duration: 200, easing: me },
|
|
176
176
|
!1
|
|
177
177
|
)), n.run(0)), t = !1;
|
|
178
178
|
},
|
|
@@ -181,12 +181,12 @@ function se(a) {
|
|
|
181
181
|
}
|
|
182
182
|
};
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function ft(a) {
|
|
185
185
|
let e, n, t, l, s, r;
|
|
186
186
|
const i = (
|
|
187
187
|
/*#slots*/
|
|
188
188
|
a[9].button
|
|
189
|
-
), o =
|
|
189
|
+
), o = Pe(
|
|
190
190
|
i,
|
|
191
191
|
a,
|
|
192
192
|
/*$$scope*/
|
|
@@ -195,11 +195,11 @@ function ut(a) {
|
|
|
195
195
|
);
|
|
196
196
|
let c = (
|
|
197
197
|
/*open*/
|
|
198
|
-
a[0] &&
|
|
198
|
+
a[0] && ve(a)
|
|
199
199
|
);
|
|
200
200
|
return {
|
|
201
201
|
c() {
|
|
202
|
-
e =
|
|
202
|
+
e = b("div"), n = b("button"), o && o.c(), t = x(), c && c.c(), _(
|
|
203
203
|
n,
|
|
204
204
|
"class",
|
|
205
205
|
/*buttonClass*/
|
|
@@ -222,37 +222,37 @@ function ut(a) {
|
|
|
222
222
|
), _(e, "tabindex", "-1");
|
|
223
223
|
},
|
|
224
224
|
m(u, f) {
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
d(u, e, f), g(e, n), o && o.m(n, null), g(e, t), c && c.m(e, null), l = !0, s || (r = [
|
|
226
|
+
ie(
|
|
227
227
|
n,
|
|
228
228
|
"click",
|
|
229
229
|
/*click_handler*/
|
|
230
230
|
a[10]
|
|
231
231
|
),
|
|
232
|
-
|
|
232
|
+
ie(
|
|
233
233
|
e,
|
|
234
234
|
"focusoutside",
|
|
235
235
|
/*focusoutside_handler*/
|
|
236
236
|
a[11]
|
|
237
237
|
),
|
|
238
|
-
|
|
238
|
+
et(ct.call(null, e))
|
|
239
239
|
], s = !0);
|
|
240
240
|
},
|
|
241
241
|
p(u, [f]) {
|
|
242
242
|
o && o.p && (!l || f & /*$$scope*/
|
|
243
|
-
256) &&
|
|
243
|
+
256) && He(
|
|
244
244
|
o,
|
|
245
245
|
i,
|
|
246
246
|
u,
|
|
247
247
|
/*$$scope*/
|
|
248
248
|
u[8],
|
|
249
|
-
l ?
|
|
249
|
+
l ? Ve(
|
|
250
250
|
i,
|
|
251
251
|
/*$$scope*/
|
|
252
252
|
u[8],
|
|
253
253
|
f,
|
|
254
|
-
|
|
255
|
-
) :
|
|
254
|
+
ut
|
|
255
|
+
) : Ge(
|
|
256
256
|
/*$$scope*/
|
|
257
257
|
u[8]
|
|
258
258
|
),
|
|
@@ -277,7 +277,7 @@ function ut(a) {
|
|
|
277
277
|
u[7]
|
|
278
278
|
), /*open*/
|
|
279
279
|
u[0] ? c ? (c.p(u, f), f & /*open*/
|
|
280
|
-
1 &&
|
|
280
|
+
1 && p(c, 1)) : (c = ve(u), c.c(), p(c, 1), c.m(e, null)) : c && (T(), m(c, 1, 1, () => {
|
|
281
281
|
c = null;
|
|
282
282
|
}), U()), (!l || f & /*className*/
|
|
283
283
|
2) && _(
|
|
@@ -288,21 +288,21 @@ function ut(a) {
|
|
|
288
288
|
);
|
|
289
289
|
},
|
|
290
290
|
i(u) {
|
|
291
|
-
l || (
|
|
291
|
+
l || (p(o, u), p(c), l = !0);
|
|
292
292
|
},
|
|
293
293
|
o(u) {
|
|
294
|
-
|
|
294
|
+
m(o, u), m(c), l = !1;
|
|
295
295
|
},
|
|
296
296
|
d(u) {
|
|
297
|
-
u && v(e), o && o.d(u), c && c.d(), s = !1,
|
|
297
|
+
u && v(e), o && o.d(u), c && c.d(), s = !1, tt(r);
|
|
298
298
|
}
|
|
299
299
|
};
|
|
300
300
|
}
|
|
301
|
-
function
|
|
302
|
-
let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open: r = !1 } = e, { as: i = "div" } = e, { transition: o =
|
|
303
|
-
const
|
|
301
|
+
function _t(a, e, n) {
|
|
302
|
+
let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open: r = !1 } = e, { as: i = "div" } = e, { transition: o = it } = e, { buttonClass: c = "" } = e, { contentClass: u = "" } = e, { autoCollapse: f = !0 } = e, { buttonAriaLabel: h } = e;
|
|
303
|
+
const $ = (w) => {
|
|
304
304
|
n(0, r = !r), w.target.focus();
|
|
305
|
-
},
|
|
305
|
+
}, B = () => {
|
|
306
306
|
f && n(0, r = !1);
|
|
307
307
|
};
|
|
308
308
|
return a.$$set = (w) => {
|
|
@@ -318,13 +318,13 @@ function ft(a, e, n) {
|
|
|
318
318
|
h,
|
|
319
319
|
l,
|
|
320
320
|
t,
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
$,
|
|
322
|
+
B
|
|
323
323
|
];
|
|
324
324
|
}
|
|
325
|
-
class
|
|
325
|
+
class H extends X {
|
|
326
326
|
constructor(e) {
|
|
327
|
-
super(),
|
|
327
|
+
super(), J(this, e, _t, ft, Q, {
|
|
328
328
|
class: 1,
|
|
329
329
|
open: 0,
|
|
330
330
|
as: 2,
|
|
@@ -339,60 +339,60 @@ class P extends Y {
|
|
|
339
339
|
return this.$$.ctx[1];
|
|
340
340
|
}
|
|
341
341
|
set class(e) {
|
|
342
|
-
this.$$set({ class: e }),
|
|
342
|
+
this.$$set({ class: e }), F();
|
|
343
343
|
}
|
|
344
344
|
get open() {
|
|
345
345
|
return this.$$.ctx[0];
|
|
346
346
|
}
|
|
347
347
|
set open(e) {
|
|
348
|
-
this.$$set({ open: e }),
|
|
348
|
+
this.$$set({ open: e }), F();
|
|
349
349
|
}
|
|
350
350
|
get as() {
|
|
351
351
|
return this.$$.ctx[2];
|
|
352
352
|
}
|
|
353
353
|
set as(e) {
|
|
354
|
-
this.$$set({ as: e }),
|
|
354
|
+
this.$$set({ as: e }), F();
|
|
355
355
|
}
|
|
356
356
|
get transition() {
|
|
357
357
|
return this.$$.ctx[3];
|
|
358
358
|
}
|
|
359
359
|
set transition(e) {
|
|
360
|
-
this.$$set({ transition: e }),
|
|
360
|
+
this.$$set({ transition: e }), F();
|
|
361
361
|
}
|
|
362
362
|
get buttonClass() {
|
|
363
363
|
return this.$$.ctx[4];
|
|
364
364
|
}
|
|
365
365
|
set buttonClass(e) {
|
|
366
|
-
this.$$set({ buttonClass: e }),
|
|
366
|
+
this.$$set({ buttonClass: e }), F();
|
|
367
367
|
}
|
|
368
368
|
get contentClass() {
|
|
369
369
|
return this.$$.ctx[5];
|
|
370
370
|
}
|
|
371
371
|
set contentClass(e) {
|
|
372
|
-
this.$$set({ contentClass: e }),
|
|
372
|
+
this.$$set({ contentClass: e }), F();
|
|
373
373
|
}
|
|
374
374
|
get autoCollapse() {
|
|
375
375
|
return this.$$.ctx[6];
|
|
376
376
|
}
|
|
377
377
|
set autoCollapse(e) {
|
|
378
|
-
this.$$set({ autoCollapse: e }),
|
|
378
|
+
this.$$set({ autoCollapse: e }), F();
|
|
379
379
|
}
|
|
380
380
|
get buttonAriaLabel() {
|
|
381
381
|
return this.$$.ctx[7];
|
|
382
382
|
}
|
|
383
383
|
set buttonAriaLabel(e) {
|
|
384
|
-
this.$$set({ buttonAriaLabel: e }),
|
|
384
|
+
this.$$set({ buttonAriaLabel: e }), F();
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
|
-
|
|
388
|
-
function
|
|
387
|
+
K(H, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" }, buttonAriaLabel: {} }, ["button", "default"], [], !0);
|
|
388
|
+
function ht(a) {
|
|
389
389
|
let e, n, t, l;
|
|
390
390
|
return {
|
|
391
391
|
c() {
|
|
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");
|
|
392
|
+
e = W("svg"), n = W("g"), t = W("path"), l = W("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");
|
|
393
393
|
},
|
|
394
394
|
m(s, r) {
|
|
395
|
-
|
|
395
|
+
d(s, e, r), g(e, n), g(n, t), g(n, l);
|
|
396
396
|
},
|
|
397
397
|
p: k,
|
|
398
398
|
i: k,
|
|
@@ -402,20 +402,20 @@ function _t(a) {
|
|
|
402
402
|
}
|
|
403
403
|
};
|
|
404
404
|
}
|
|
405
|
-
class
|
|
405
|
+
class Ye extends X {
|
|
406
406
|
constructor(e) {
|
|
407
|
-
super(),
|
|
407
|
+
super(), J(this, e, null, ht, Q, {});
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
|
-
|
|
411
|
-
function
|
|
410
|
+
K(Ye, {}, [], [], !0);
|
|
411
|
+
function gt(a) {
|
|
412
412
|
let e, n, t;
|
|
413
413
|
return {
|
|
414
414
|
c() {
|
|
415
|
-
e =
|
|
415
|
+
e = W("svg"), n = W("path"), t = W("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");
|
|
416
416
|
},
|
|
417
417
|
m(l, s) {
|
|
418
|
-
|
|
418
|
+
d(l, e, s), g(e, n), g(e, t);
|
|
419
419
|
},
|
|
420
420
|
p: k,
|
|
421
421
|
i: k,
|
|
@@ -425,20 +425,20 @@ function ht(a) {
|
|
|
425
425
|
}
|
|
426
426
|
};
|
|
427
427
|
}
|
|
428
|
-
class
|
|
428
|
+
class Ke extends X {
|
|
429
429
|
constructor(e) {
|
|
430
|
-
super(),
|
|
430
|
+
super(), J(this, e, null, gt, Q, {});
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
|
|
434
|
-
function
|
|
433
|
+
K(Ke, {}, [], [], !0);
|
|
434
|
+
function pt(a) {
|
|
435
435
|
let e, n, t;
|
|
436
436
|
return {
|
|
437
437
|
c() {
|
|
438
|
-
e =
|
|
438
|
+
e = W("svg"), n = W("path"), t = W("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");
|
|
439
439
|
},
|
|
440
440
|
m(l, s) {
|
|
441
|
-
|
|
441
|
+
d(l, e, s), g(e, n), g(e, t);
|
|
442
442
|
},
|
|
443
443
|
p: k,
|
|
444
444
|
i: k,
|
|
@@ -448,36 +448,32 @@ function gt(a) {
|
|
|
448
448
|
}
|
|
449
449
|
};
|
|
450
450
|
}
|
|
451
|
-
class
|
|
451
|
+
class Xe extends X {
|
|
452
452
|
constructor(e) {
|
|
453
|
-
super(),
|
|
453
|
+
super(), J(this, e, null, pt, Q, {});
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
|
-
|
|
457
|
-
const { window:
|
|
458
|
-
function ve(a, e, n) {
|
|
459
|
-
const t = a.slice();
|
|
460
|
-
return t[12] = e[n], t;
|
|
461
|
-
}
|
|
456
|
+
K(Xe, {}, [], [], !0);
|
|
457
|
+
const { window: Je } = st;
|
|
462
458
|
function we(a, e, n) {
|
|
463
459
|
const t = a.slice();
|
|
464
|
-
return t[
|
|
460
|
+
return t[12] = e[n], t;
|
|
465
461
|
}
|
|
466
462
|
function $e(a, e, n) {
|
|
467
463
|
const t = a.slice();
|
|
468
|
-
return t[
|
|
464
|
+
return t[15] = e[n], t;
|
|
469
465
|
}
|
|
470
466
|
function ke(a, e, n) {
|
|
471
467
|
const t = a.slice();
|
|
472
|
-
return t[
|
|
468
|
+
return t[12] = e[n], t;
|
|
473
469
|
}
|
|
474
470
|
function ye(a, e, n) {
|
|
475
471
|
const t = a.slice();
|
|
476
|
-
return t[
|
|
472
|
+
return t[15] = e[n], t;
|
|
477
473
|
}
|
|
478
474
|
function xe(a, e, n) {
|
|
479
475
|
const t = a.slice();
|
|
480
|
-
return t[
|
|
476
|
+
return t[12] = e[n], t;
|
|
481
477
|
}
|
|
482
478
|
function Ce(a, e, n) {
|
|
483
479
|
const t = a.slice();
|
|
@@ -485,18 +481,22 @@ function Ce(a, e, n) {
|
|
|
485
481
|
}
|
|
486
482
|
function Le(a, e, n) {
|
|
487
483
|
const t = a.slice();
|
|
488
|
-
return t[
|
|
484
|
+
return t[15] = e[n], t;
|
|
489
485
|
}
|
|
490
486
|
function Ne(a, e, n) {
|
|
491
487
|
const t = a.slice();
|
|
492
488
|
return t[12] = e[n], t;
|
|
493
489
|
}
|
|
494
490
|
function Ae(a, e, n) {
|
|
491
|
+
const t = a.slice();
|
|
492
|
+
return t[12] = e[n], t;
|
|
493
|
+
}
|
|
494
|
+
function je(a, e, n) {
|
|
495
495
|
const t = a.slice();
|
|
496
496
|
return t[15] = e[n], t;
|
|
497
497
|
}
|
|
498
|
-
function
|
|
499
|
-
let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r =
|
|
498
|
+
function Ze(a) {
|
|
499
|
+
let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r = A([
|
|
500
500
|
.../*topLinks*/
|
|
501
501
|
a[6],
|
|
502
502
|
/*account*/
|
|
@@ -508,41 +508,41 @@ function je(a) {
|
|
|
508
508
|
o[12].title
|
|
509
509
|
);
|
|
510
510
|
for (let o = 0; o < r.length; o += 1) {
|
|
511
|
-
let c =
|
|
512
|
-
l.set(u, t[o] =
|
|
511
|
+
let c = Ae(a, r, o), u = i(c);
|
|
512
|
+
l.set(u, t[o] = Me(u, c));
|
|
513
513
|
}
|
|
514
514
|
return {
|
|
515
515
|
c() {
|
|
516
|
-
e =
|
|
516
|
+
e = b("nav"), n = b("ul");
|
|
517
517
|
for (let o = 0; o < t.length; o += 1)
|
|
518
518
|
t[o].c();
|
|
519
|
-
_(n, "class", "flex h-full items-center justify-end [&>li]:contents"), _(e, "class", "flex h-16 justify-end bg-white px-[calc((100%-
|
|
519
|
+
_(n, "class", "flex h-full items-center justify-end [&>li]:contents"), _(e, "class", "flex h-16 justify-end bg-white px-[calc((100%-theme(spacing.max-content-width))/2)] text-3xl"), _(e, "aria-label", "Secondary");
|
|
520
520
|
},
|
|
521
521
|
m(o, c) {
|
|
522
|
-
|
|
522
|
+
d(o, e, c), g(e, n);
|
|
523
523
|
for (let u = 0; u < t.length; u += 1)
|
|
524
524
|
t[u] && t[u].m(n, null);
|
|
525
525
|
s = !0;
|
|
526
526
|
},
|
|
527
527
|
p(o, c) {
|
|
528
528
|
c[0] & /*topLinks, account*/
|
|
529
|
-
576 && (r =
|
|
529
|
+
576 && (r = A([
|
|
530
530
|
.../*topLinks*/
|
|
531
531
|
o[6],
|
|
532
532
|
/*account*/
|
|
533
533
|
o[9]
|
|
534
|
-
]), T(), t =
|
|
534
|
+
]), T(), t = ce(t, c, i, 1, o, r, l, n, ue, Me, null, Ae), U());
|
|
535
535
|
},
|
|
536
536
|
i(o) {
|
|
537
537
|
if (!s) {
|
|
538
538
|
for (let c = 0; c < r.length; c += 1)
|
|
539
|
-
|
|
539
|
+
p(t[c]);
|
|
540
540
|
s = !0;
|
|
541
541
|
}
|
|
542
542
|
},
|
|
543
543
|
o(o) {
|
|
544
544
|
for (let c = 0; c < t.length; c += 1)
|
|
545
|
-
|
|
545
|
+
m(t[c]);
|
|
546
546
|
s = !1;
|
|
547
547
|
},
|
|
548
548
|
d(o) {
|
|
@@ -559,12 +559,12 @@ function bt(a) {
|
|
|
559
559
|
), t;
|
|
560
560
|
return {
|
|
561
561
|
c() {
|
|
562
|
-
e =
|
|
562
|
+
e = b("a"), t = E(n), _(e, "class", "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey"), _(
|
|
563
563
|
e,
|
|
564
564
|
"href",
|
|
565
565
|
/*item*/
|
|
566
566
|
a[12].href
|
|
567
|
-
),
|
|
567
|
+
), le(
|
|
568
568
|
e,
|
|
569
569
|
"bg-uofg-yellow",
|
|
570
570
|
/*item*/
|
|
@@ -572,7 +572,7 @@ function bt(a) {
|
|
|
572
572
|
);
|
|
573
573
|
},
|
|
574
574
|
m(l, s) {
|
|
575
|
-
|
|
575
|
+
d(l, e, s), g(e, t);
|
|
576
576
|
},
|
|
577
577
|
p: k,
|
|
578
578
|
i: k,
|
|
@@ -582,9 +582,9 @@ function bt(a) {
|
|
|
582
582
|
}
|
|
583
583
|
};
|
|
584
584
|
}
|
|
585
|
-
function
|
|
585
|
+
function mt(a) {
|
|
586
586
|
let e, n;
|
|
587
|
-
return e = new
|
|
587
|
+
return e = new H({
|
|
588
588
|
props: {
|
|
589
589
|
class: "relative h-full",
|
|
590
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*/
|
|
@@ -599,17 +599,17 @@ function pt(a) {
|
|
|
599
599
|
) : void 0
|
|
600
600
|
),
|
|
601
601
|
$$slots: {
|
|
602
|
-
button: [
|
|
602
|
+
button: [$t],
|
|
603
603
|
default: [dt]
|
|
604
604
|
},
|
|
605
605
|
$$scope: { ctx: a }
|
|
606
606
|
}
|
|
607
607
|
}), {
|
|
608
608
|
c() {
|
|
609
|
-
|
|
609
|
+
C(e.$$.fragment);
|
|
610
610
|
},
|
|
611
611
|
m(t, l) {
|
|
612
|
-
|
|
612
|
+
L(e, t, l), n = !0;
|
|
613
613
|
},
|
|
614
614
|
p(t, l) {
|
|
615
615
|
const s = {};
|
|
@@ -617,17 +617,17 @@ function pt(a) {
|
|
|
617
617
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
618
618
|
},
|
|
619
619
|
i(t) {
|
|
620
|
-
n || (
|
|
620
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
621
621
|
},
|
|
622
622
|
o(t) {
|
|
623
|
-
|
|
623
|
+
m(e.$$.fragment, t), n = !1;
|
|
624
624
|
},
|
|
625
625
|
d(t) {
|
|
626
|
-
|
|
626
|
+
N(e, t);
|
|
627
627
|
}
|
|
628
628
|
};
|
|
629
629
|
}
|
|
630
|
-
function
|
|
630
|
+
function Se(a) {
|
|
631
631
|
let e, n, t = (
|
|
632
632
|
/*link*/
|
|
633
633
|
a[15].text + ""
|
|
@@ -645,13 +645,13 @@ function Ze(a) {
|
|
|
645
645
|
a[15].attributes
|
|
646
646
|
], i = {};
|
|
647
647
|
for (let o = 0; o < r.length; o += 1)
|
|
648
|
-
i =
|
|
648
|
+
i = V(i, r[o]);
|
|
649
649
|
return {
|
|
650
650
|
c() {
|
|
651
|
-
e =
|
|
651
|
+
e = b("li"), n = b("a"), l = E(t), s = x(), q(n, i);
|
|
652
652
|
},
|
|
653
653
|
m(o, c) {
|
|
654
|
-
|
|
654
|
+
d(o, e, c), g(e, n), g(n, l), g(e, s);
|
|
655
655
|
},
|
|
656
656
|
p: k,
|
|
657
657
|
d(o) {
|
|
@@ -660,34 +660,34 @@ function Ze(a) {
|
|
|
660
660
|
};
|
|
661
661
|
}
|
|
662
662
|
function dt(a) {
|
|
663
|
-
let e, n =
|
|
663
|
+
let e, n = A(
|
|
664
664
|
/*item*/
|
|
665
665
|
a[12].links
|
|
666
666
|
), t = [];
|
|
667
667
|
for (let l = 0; l < n.length; l += 1)
|
|
668
|
-
t[l] =
|
|
668
|
+
t[l] = Se(je(a, n, l));
|
|
669
669
|
return {
|
|
670
670
|
c() {
|
|
671
671
|
for (let l = 0; l < t.length; l += 1)
|
|
672
672
|
t[l].c();
|
|
673
|
-
e =
|
|
673
|
+
e = O();
|
|
674
674
|
},
|
|
675
675
|
m(l, s) {
|
|
676
676
|
for (let r = 0; r < t.length; r += 1)
|
|
677
677
|
t[r] && t[r].m(l, s);
|
|
678
|
-
|
|
678
|
+
d(l, e, s);
|
|
679
679
|
},
|
|
680
680
|
p(l, s) {
|
|
681
681
|
if (s[0] & /*topLinks, account*/
|
|
682
682
|
576) {
|
|
683
|
-
n =
|
|
683
|
+
n = A(
|
|
684
684
|
/*item*/
|
|
685
685
|
l[12].links
|
|
686
686
|
);
|
|
687
687
|
let r;
|
|
688
688
|
for (r = 0; r < n.length; r += 1) {
|
|
689
|
-
const i =
|
|
690
|
-
t[r] ? t[r].p(i, s) : (t[r] =
|
|
689
|
+
const i = je(l, n, r);
|
|
690
|
+
t[r] ? t[r].p(i, s) : (t[r] = Se(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
691
691
|
}
|
|
692
692
|
for (; r < t.length; r += 1)
|
|
693
693
|
t[r].d(1);
|
|
@@ -695,59 +695,59 @@ function dt(a) {
|
|
|
695
695
|
}
|
|
696
696
|
},
|
|
697
697
|
d(l) {
|
|
698
|
-
l && v(e),
|
|
698
|
+
l && v(e), D(t, l);
|
|
699
699
|
}
|
|
700
700
|
};
|
|
701
701
|
}
|
|
702
|
-
function
|
|
702
|
+
function vt(a) {
|
|
703
703
|
let e, n, t, l;
|
|
704
|
-
return t = new
|
|
704
|
+
return t = new I({ props: { icon: re } }), {
|
|
705
705
|
c() {
|
|
706
|
-
e =
|
|
707
|
-
a[12].text.toUpperCase()}`, n = x(),
|
|
706
|
+
e = b("span"), e.textContent = `${/*item*/
|
|
707
|
+
a[12].text.toUpperCase()}`, n = x(), C(t.$$.fragment);
|
|
708
708
|
},
|
|
709
709
|
m(s, r) {
|
|
710
|
-
|
|
710
|
+
d(s, e, r), d(s, n, r), L(t, s, r), l = !0;
|
|
711
711
|
},
|
|
712
712
|
p: k,
|
|
713
713
|
i(s) {
|
|
714
|
-
l || (
|
|
714
|
+
l || (p(t.$$.fragment, s), l = !0);
|
|
715
715
|
},
|
|
716
716
|
o(s) {
|
|
717
|
-
|
|
717
|
+
m(t.$$.fragment, s), l = !1;
|
|
718
718
|
},
|
|
719
719
|
d(s) {
|
|
720
|
-
s && (v(e), v(n)),
|
|
720
|
+
s && (v(e), v(n)), N(t, s);
|
|
721
721
|
}
|
|
722
722
|
};
|
|
723
723
|
}
|
|
724
|
-
function
|
|
724
|
+
function wt(a) {
|
|
725
725
|
let e, n;
|
|
726
|
-
return e = new
|
|
726
|
+
return e = new I({ props: { icon: (
|
|
727
727
|
/*item*/
|
|
728
728
|
a[12].icon
|
|
729
729
|
) } }), {
|
|
730
730
|
c() {
|
|
731
|
-
|
|
731
|
+
C(e.$$.fragment);
|
|
732
732
|
},
|
|
733
733
|
m(t, l) {
|
|
734
|
-
|
|
734
|
+
L(e, t, l), n = !0;
|
|
735
735
|
},
|
|
736
736
|
p: k,
|
|
737
737
|
i(t) {
|
|
738
|
-
n || (
|
|
738
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
739
739
|
},
|
|
740
740
|
o(t) {
|
|
741
|
-
|
|
741
|
+
m(e.$$.fragment, t), n = !1;
|
|
742
742
|
},
|
|
743
743
|
d(t) {
|
|
744
|
-
|
|
744
|
+
N(e, t);
|
|
745
745
|
}
|
|
746
746
|
};
|
|
747
747
|
}
|
|
748
|
-
function
|
|
748
|
+
function $t(a) {
|
|
749
749
|
let e, n, t, l;
|
|
750
|
-
const s = [
|
|
750
|
+
const s = [wt, vt], r = [];
|
|
751
751
|
function i(o, c) {
|
|
752
752
|
return (
|
|
753
753
|
/*item*/
|
|
@@ -756,7 +756,7 @@ function wt(a) {
|
|
|
756
756
|
}
|
|
757
757
|
return n = i(a), t = r[n] = s[n](a), {
|
|
758
758
|
c() {
|
|
759
|
-
e =
|
|
759
|
+
e = b("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"), le(
|
|
760
760
|
e,
|
|
761
761
|
"bg-uofg-yellow",
|
|
762
762
|
/*item*/
|
|
@@ -764,25 +764,25 @@ function wt(a) {
|
|
|
764
764
|
);
|
|
765
765
|
},
|
|
766
766
|
m(o, c) {
|
|
767
|
-
|
|
767
|
+
d(o, e, c), r[n].m(e, null), l = !0;
|
|
768
768
|
},
|
|
769
769
|
p(o, c) {
|
|
770
770
|
t.p(o, c);
|
|
771
771
|
},
|
|
772
772
|
i(o) {
|
|
773
|
-
l || (
|
|
773
|
+
l || (p(t), l = !0);
|
|
774
774
|
},
|
|
775
775
|
o(o) {
|
|
776
|
-
|
|
776
|
+
m(t), l = !1;
|
|
777
777
|
},
|
|
778
778
|
d(o) {
|
|
779
779
|
o && v(e), r[n].d();
|
|
780
780
|
}
|
|
781
781
|
};
|
|
782
782
|
}
|
|
783
|
-
function
|
|
783
|
+
function Me(a, e) {
|
|
784
784
|
let n, t, l, s, r;
|
|
785
|
-
const i = [
|
|
785
|
+
const i = [mt, bt], o = [];
|
|
786
786
|
function c(u, f) {
|
|
787
787
|
return (
|
|
788
788
|
/*item*/
|
|
@@ -793,117 +793,117 @@ function Se(a, e) {
|
|
|
793
793
|
key: a,
|
|
794
794
|
first: null,
|
|
795
795
|
c() {
|
|
796
|
-
n =
|
|
796
|
+
n = b("li"), l.c(), s = x(), this.first = n;
|
|
797
797
|
},
|
|
798
798
|
m(u, f) {
|
|
799
|
-
|
|
799
|
+
d(u, n, f), o[t].m(n, null), g(n, s), r = !0;
|
|
800
800
|
},
|
|
801
801
|
p(u, f) {
|
|
802
802
|
e = u, l.p(e, f);
|
|
803
803
|
},
|
|
804
804
|
i(u) {
|
|
805
|
-
r || (
|
|
805
|
+
r || (p(l), r = !0);
|
|
806
806
|
},
|
|
807
807
|
o(u) {
|
|
808
|
-
|
|
808
|
+
m(l), r = !1;
|
|
809
809
|
},
|
|
810
810
|
d(u) {
|
|
811
811
|
u && v(n), o[t].d();
|
|
812
812
|
}
|
|
813
813
|
};
|
|
814
814
|
}
|
|
815
|
-
function
|
|
815
|
+
function Ue(a) {
|
|
816
816
|
let e, n, t;
|
|
817
|
-
return n = new
|
|
817
|
+
return n = new Xe({}), {
|
|
818
818
|
c() {
|
|
819
|
-
e =
|
|
819
|
+
e = b("div"), C(n.$$.fragment), _(e, "class", "left-0 h-full w-[7.5rem] [&>svg]:block [&>svg]:h-full [&>svg]:w-auto");
|
|
820
820
|
},
|
|
821
821
|
m(l, s) {
|
|
822
|
-
|
|
822
|
+
d(l, e, s), L(n, e, null), t = !0;
|
|
823
823
|
},
|
|
824
824
|
i(l) {
|
|
825
|
-
t || (
|
|
825
|
+
t || (p(n.$$.fragment, l), t = !0);
|
|
826
826
|
},
|
|
827
827
|
o(l) {
|
|
828
|
-
|
|
828
|
+
m(n.$$.fragment, l), t = !1;
|
|
829
829
|
},
|
|
830
830
|
d(l) {
|
|
831
|
-
l && v(e),
|
|
831
|
+
l && v(e), N(n);
|
|
832
832
|
}
|
|
833
833
|
};
|
|
834
834
|
}
|
|
835
|
-
function
|
|
835
|
+
function kt(a) {
|
|
836
836
|
let e, n;
|
|
837
|
-
return e = new
|
|
837
|
+
return e = new Ke({}), {
|
|
838
838
|
c() {
|
|
839
|
-
|
|
839
|
+
C(e.$$.fragment);
|
|
840
840
|
},
|
|
841
841
|
m(t, l) {
|
|
842
|
-
|
|
842
|
+
L(e, t, l), n = !0;
|
|
843
843
|
},
|
|
844
844
|
i(t) {
|
|
845
|
-
n || (
|
|
845
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
846
846
|
},
|
|
847
847
|
o(t) {
|
|
848
|
-
|
|
848
|
+
m(e.$$.fragment, t), n = !1;
|
|
849
849
|
},
|
|
850
850
|
d(t) {
|
|
851
|
-
|
|
851
|
+
N(e, t);
|
|
852
852
|
}
|
|
853
853
|
};
|
|
854
854
|
}
|
|
855
|
-
function
|
|
855
|
+
function yt(a) {
|
|
856
856
|
let e, n;
|
|
857
|
-
return e = new
|
|
857
|
+
return e = new Ye({}), {
|
|
858
858
|
c() {
|
|
859
|
-
|
|
859
|
+
C(e.$$.fragment);
|
|
860
860
|
},
|
|
861
861
|
m(t, l) {
|
|
862
|
-
|
|
862
|
+
L(e, t, l), n = !0;
|
|
863
863
|
},
|
|
864
864
|
i(t) {
|
|
865
|
-
n || (
|
|
865
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
866
866
|
},
|
|
867
867
|
o(t) {
|
|
868
|
-
|
|
868
|
+
m(e.$$.fragment, t), n = !1;
|
|
869
869
|
},
|
|
870
870
|
d(t) {
|
|
871
|
-
|
|
871
|
+
N(e, t);
|
|
872
872
|
}
|
|
873
873
|
};
|
|
874
874
|
}
|
|
875
|
-
function
|
|
875
|
+
function xt(a) {
|
|
876
876
|
let e, n, t, l, s, r, i, o, c, u, f;
|
|
877
|
-
return l = new
|
|
877
|
+
return l = new I({ props: { icon: (
|
|
878
878
|
/*search*/
|
|
879
879
|
a[8].icon
|
|
880
|
-
) } }), i = new
|
|
880
|
+
) } }), i = new H({
|
|
881
881
|
props: {
|
|
882
882
|
class: "h-full",
|
|
883
883
|
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",
|
|
884
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",
|
|
885
885
|
as: "ul",
|
|
886
886
|
$$slots: {
|
|
887
|
-
button: [
|
|
888
|
-
default: [
|
|
887
|
+
button: [Nt],
|
|
888
|
+
default: [Lt]
|
|
889
889
|
},
|
|
890
890
|
$$scope: { ctx: a }
|
|
891
891
|
}
|
|
892
|
-
}), u = new
|
|
892
|
+
}), u = new H({
|
|
893
893
|
props: {
|
|
894
894
|
class: "h-full",
|
|
895
895
|
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 [&_svg]:aria-expanded:rotate-180",
|
|
896
896
|
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",
|
|
897
897
|
as: "ul",
|
|
898
898
|
$$slots: {
|
|
899
|
-
button: [
|
|
900
|
-
default: [
|
|
899
|
+
button: [Ut],
|
|
900
|
+
default: [Mt]
|
|
901
901
|
},
|
|
902
902
|
$$scope: { ctx: a }
|
|
903
903
|
}
|
|
904
904
|
}), {
|
|
905
905
|
c() {
|
|
906
|
-
e =
|
|
906
|
+
e = b("ul"), n = b("li"), t = b("a"), C(l.$$.fragment), s = x(), r = b("li"), C(i.$$.fragment), o = x(), c = b("li"), C(u.$$.fragment), _(t, "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"), _(
|
|
907
907
|
t,
|
|
908
908
|
"href",
|
|
909
909
|
/*search*/
|
|
@@ -915,44 +915,44 @@ function yt(a) {
|
|
|
915
915
|
a[8].text
|
|
916
916
|
), _(e, "class", "flex h-full [&>li]:contents");
|
|
917
917
|
},
|
|
918
|
-
m(h,
|
|
919
|
-
|
|
918
|
+
m(h, $) {
|
|
919
|
+
d(h, e, $), g(e, n), g(n, t), L(l, t, null), g(e, s), g(e, r), L(i, r, null), g(e, o), g(e, c), L(u, c, null), f = !0;
|
|
920
920
|
},
|
|
921
|
-
p(h,
|
|
922
|
-
const
|
|
923
|
-
|
|
924
|
-
8 && (
|
|
921
|
+
p(h, $) {
|
|
922
|
+
const B = {};
|
|
923
|
+
$[1] & /*$$scope*/
|
|
924
|
+
8 && (B.$$scope = { dirty: $, ctx: h }), i.$set(B);
|
|
925
925
|
const w = {};
|
|
926
|
-
|
|
927
|
-
8 && (w.$$scope = { dirty:
|
|
926
|
+
$[1] & /*$$scope*/
|
|
927
|
+
8 && (w.$$scope = { dirty: $, ctx: h }), u.$set(w);
|
|
928
928
|
},
|
|
929
929
|
i(h) {
|
|
930
|
-
f || (
|
|
930
|
+
f || (p(l.$$.fragment, h), p(i.$$.fragment, h), p(u.$$.fragment, h), f = !0);
|
|
931
931
|
},
|
|
932
932
|
o(h) {
|
|
933
|
-
|
|
933
|
+
m(l.$$.fragment, h), m(i.$$.fragment, h), m(u.$$.fragment, h), f = !1;
|
|
934
934
|
},
|
|
935
935
|
d(h) {
|
|
936
|
-
h && v(e),
|
|
936
|
+
h && v(e), N(l), N(i), N(u);
|
|
937
937
|
}
|
|
938
938
|
};
|
|
939
939
|
}
|
|
940
|
-
function
|
|
941
|
-
let e, n, t, l, s, r, i =
|
|
940
|
+
function Ct(a) {
|
|
941
|
+
let e, n, t, l, s, r, i = A(
|
|
942
942
|
/*mainLinks*/
|
|
943
943
|
a[7]
|
|
944
944
|
), o = [];
|
|
945
945
|
for (let c = 0; c < i.length; c += 1)
|
|
946
|
-
o[c] =
|
|
947
|
-
return s = new
|
|
946
|
+
o[c] = Be(Ne(a, i, c));
|
|
947
|
+
return s = new I({ props: { icon: (
|
|
948
948
|
/*search*/
|
|
949
949
|
a[8].icon
|
|
950
950
|
) } }), {
|
|
951
951
|
c() {
|
|
952
|
-
e =
|
|
952
|
+
e = b("ul");
|
|
953
953
|
for (let c = 0; c < o.length; c += 1)
|
|
954
954
|
o[c].c();
|
|
955
|
-
n = x(), t =
|
|
955
|
+
n = x(), t = b("li"), l = b("a"), C(s.$$.fragment), _(l, "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"), _(
|
|
956
956
|
l,
|
|
957
957
|
"href",
|
|
958
958
|
/*search*/
|
|
@@ -965,22 +965,22 @@ function xt(a) {
|
|
|
965
965
|
), _(e, "class", "flex ml-auto [&>li]:contents text-4xl");
|
|
966
966
|
},
|
|
967
967
|
m(c, u) {
|
|
968
|
-
|
|
968
|
+
d(c, e, u);
|
|
969
969
|
for (let f = 0; f < o.length; f += 1)
|
|
970
970
|
o[f] && o[f].m(e, null);
|
|
971
|
-
g(e, n), g(e, t), g(t, l),
|
|
971
|
+
g(e, n), g(e, t), g(t, l), L(s, l, null), r = !0;
|
|
972
972
|
},
|
|
973
973
|
p(c, u) {
|
|
974
974
|
if (u[0] & /*mainLinks*/
|
|
975
975
|
128) {
|
|
976
|
-
i =
|
|
976
|
+
i = A(
|
|
977
977
|
/*mainLinks*/
|
|
978
978
|
c[7]
|
|
979
979
|
);
|
|
980
980
|
let f;
|
|
981
981
|
for (f = 0; f < i.length; f += 1) {
|
|
982
|
-
const h =
|
|
983
|
-
o[f] ? o[f].p(h, u) : (o[f] =
|
|
982
|
+
const h = Ne(c, i, f);
|
|
983
|
+
o[f] ? o[f].p(h, u) : (o[f] = Be(h), o[f].c(), o[f].m(e, n));
|
|
984
984
|
}
|
|
985
985
|
for (; f < o.length; f += 1)
|
|
986
986
|
o[f].d(1);
|
|
@@ -988,24 +988,24 @@ function xt(a) {
|
|
|
988
988
|
}
|
|
989
989
|
},
|
|
990
990
|
i(c) {
|
|
991
|
-
r || (
|
|
991
|
+
r || (p(s.$$.fragment, c), r = !0);
|
|
992
992
|
},
|
|
993
993
|
o(c) {
|
|
994
|
-
|
|
994
|
+
m(s.$$.fragment, c), r = !1;
|
|
995
995
|
},
|
|
996
996
|
d(c) {
|
|
997
|
-
c && v(e),
|
|
997
|
+
c && v(e), D(o, c), N(s);
|
|
998
998
|
}
|
|
999
999
|
};
|
|
1000
1000
|
}
|
|
1001
|
-
function
|
|
1001
|
+
function Te(a) {
|
|
1002
1002
|
let e, n, t = (
|
|
1003
1003
|
/*link*/
|
|
1004
1004
|
a[15].text + ""
|
|
1005
1005
|
), l, s;
|
|
1006
1006
|
return {
|
|
1007
1007
|
c() {
|
|
1008
|
-
e =
|
|
1008
|
+
e = b("li"), n = b("a"), l = E(t), s = x(), _(n, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"), _(
|
|
1009
1009
|
n,
|
|
1010
1010
|
"href",
|
|
1011
1011
|
/*link*/
|
|
@@ -1013,7 +1013,7 @@ function Ue(a) {
|
|
|
1013
1013
|
), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
1014
1014
|
},
|
|
1015
1015
|
m(r, i) {
|
|
1016
|
-
|
|
1016
|
+
d(r, e, i), g(e, n), g(n, l), g(e, s);
|
|
1017
1017
|
},
|
|
1018
1018
|
p: k,
|
|
1019
1019
|
d(r) {
|
|
@@ -1021,35 +1021,35 @@ function Ue(a) {
|
|
|
1021
1021
|
}
|
|
1022
1022
|
};
|
|
1023
1023
|
}
|
|
1024
|
-
function
|
|
1025
|
-
let e, n =
|
|
1024
|
+
function Lt(a) {
|
|
1025
|
+
let e, n = A(
|
|
1026
1026
|
/*account*/
|
|
1027
1027
|
a[9].links
|
|
1028
1028
|
), t = [];
|
|
1029
1029
|
for (let l = 0; l < n.length; l += 1)
|
|
1030
|
-
t[l] =
|
|
1030
|
+
t[l] = Te(Le(a, n, l));
|
|
1031
1031
|
return {
|
|
1032
1032
|
c() {
|
|
1033
1033
|
for (let l = 0; l < t.length; l += 1)
|
|
1034
1034
|
t[l].c();
|
|
1035
|
-
e =
|
|
1035
|
+
e = O();
|
|
1036
1036
|
},
|
|
1037
1037
|
m(l, s) {
|
|
1038
1038
|
for (let r = 0; r < t.length; r += 1)
|
|
1039
1039
|
t[r] && t[r].m(l, s);
|
|
1040
|
-
|
|
1040
|
+
d(l, e, s);
|
|
1041
1041
|
},
|
|
1042
1042
|
p(l, s) {
|
|
1043
1043
|
if (s[0] & /*account*/
|
|
1044
1044
|
512) {
|
|
1045
|
-
n =
|
|
1045
|
+
n = A(
|
|
1046
1046
|
/*account*/
|
|
1047
1047
|
l[9].links
|
|
1048
1048
|
);
|
|
1049
1049
|
let r;
|
|
1050
1050
|
for (r = 0; r < n.length; r += 1) {
|
|
1051
|
-
const i =
|
|
1052
|
-
t[r] ? t[r].p(i, s) : (t[r] =
|
|
1051
|
+
const i = Le(l, n, r);
|
|
1052
|
+
t[r] ? t[r].p(i, s) : (t[r] = Te(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
1053
1053
|
}
|
|
1054
1054
|
for (; r < t.length; r += 1)
|
|
1055
1055
|
t[r].d(1);
|
|
@@ -1057,13 +1057,13 @@ function Ct(a) {
|
|
|
1057
1057
|
}
|
|
1058
1058
|
},
|
|
1059
1059
|
d(l) {
|
|
1060
|
-
l && v(e),
|
|
1060
|
+
l && v(e), D(t, l);
|
|
1061
1061
|
}
|
|
1062
1062
|
};
|
|
1063
1063
|
}
|
|
1064
|
-
function
|
|
1064
|
+
function Nt(a) {
|
|
1065
1065
|
let e, n;
|
|
1066
|
-
return e = new
|
|
1066
|
+
return e = new I({
|
|
1067
1067
|
props: {
|
|
1068
1068
|
slot: "button",
|
|
1069
1069
|
icon: (
|
|
@@ -1073,36 +1073,36 @@ function Lt(a) {
|
|
|
1073
1073
|
}
|
|
1074
1074
|
}), {
|
|
1075
1075
|
c() {
|
|
1076
|
-
|
|
1076
|
+
C(e.$$.fragment);
|
|
1077
1077
|
},
|
|
1078
1078
|
m(t, l) {
|
|
1079
|
-
|
|
1079
|
+
L(e, t, l), n = !0;
|
|
1080
1080
|
},
|
|
1081
1081
|
p: k,
|
|
1082
1082
|
i(t) {
|
|
1083
|
-
n || (
|
|
1083
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1084
1084
|
},
|
|
1085
1085
|
o(t) {
|
|
1086
|
-
|
|
1086
|
+
m(e.$$.fragment, t), n = !1;
|
|
1087
1087
|
},
|
|
1088
1088
|
d(t) {
|
|
1089
|
-
|
|
1089
|
+
N(e, t);
|
|
1090
1090
|
}
|
|
1091
1091
|
};
|
|
1092
1092
|
}
|
|
1093
|
-
function
|
|
1093
|
+
function At(a) {
|
|
1094
1094
|
let e, n = (
|
|
1095
1095
|
/*item*/
|
|
1096
1096
|
a[12].text + ""
|
|
1097
1097
|
), t;
|
|
1098
1098
|
return {
|
|
1099
1099
|
c() {
|
|
1100
|
-
e =
|
|
1100
|
+
e = b("a"), t = E(n), _(e, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey"), _(
|
|
1101
1101
|
e,
|
|
1102
1102
|
"href",
|
|
1103
1103
|
/*item*/
|
|
1104
1104
|
a[12].href
|
|
1105
|
-
),
|
|
1105
|
+
), le(
|
|
1106
1106
|
e,
|
|
1107
1107
|
"bg-uofg-yellow",
|
|
1108
1108
|
/*item*/
|
|
@@ -1110,7 +1110,7 @@ function Nt(a) {
|
|
|
1110
1110
|
);
|
|
1111
1111
|
},
|
|
1112
1112
|
m(l, s) {
|
|
1113
|
-
|
|
1113
|
+
d(l, e, s), g(e, t);
|
|
1114
1114
|
},
|
|
1115
1115
|
p: k,
|
|
1116
1116
|
i: k,
|
|
@@ -1120,9 +1120,9 @@ function Nt(a) {
|
|
|
1120
1120
|
}
|
|
1121
1121
|
};
|
|
1122
1122
|
}
|
|
1123
|
-
function
|
|
1123
|
+
function jt(a) {
|
|
1124
1124
|
let e, n;
|
|
1125
|
-
return e = new
|
|
1125
|
+
return e = new H({
|
|
1126
1126
|
props: {
|
|
1127
1127
|
class: "relative w-full",
|
|
1128
1128
|
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",
|
|
@@ -1130,17 +1130,17 @@ function At(a) {
|
|
|
1130
1130
|
as: "ul",
|
|
1131
1131
|
autoCollapse: !1,
|
|
1132
1132
|
$$slots: {
|
|
1133
|
-
button: [
|
|
1134
|
-
default: [
|
|
1133
|
+
button: [St],
|
|
1134
|
+
default: [Zt]
|
|
1135
1135
|
},
|
|
1136
1136
|
$$scope: { ctx: a }
|
|
1137
1137
|
}
|
|
1138
1138
|
}), {
|
|
1139
1139
|
c() {
|
|
1140
|
-
|
|
1140
|
+
C(e.$$.fragment);
|
|
1141
1141
|
},
|
|
1142
1142
|
m(t, l) {
|
|
1143
|
-
|
|
1143
|
+
L(e, t, l), n = !0;
|
|
1144
1144
|
},
|
|
1145
1145
|
p(t, l) {
|
|
1146
1146
|
const s = {};
|
|
@@ -1148,17 +1148,17 @@ function At(a) {
|
|
|
1148
1148
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1149
1149
|
},
|
|
1150
1150
|
i(t) {
|
|
1151
|
-
n || (
|
|
1151
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1152
1152
|
},
|
|
1153
1153
|
o(t) {
|
|
1154
|
-
|
|
1154
|
+
m(e.$$.fragment, t), n = !1;
|
|
1155
1155
|
},
|
|
1156
1156
|
d(t) {
|
|
1157
|
-
|
|
1157
|
+
N(e, t);
|
|
1158
1158
|
}
|
|
1159
1159
|
};
|
|
1160
1160
|
}
|
|
1161
|
-
function
|
|
1161
|
+
function Ee(a) {
|
|
1162
1162
|
let e, n, t = (
|
|
1163
1163
|
/*link*/
|
|
1164
1164
|
a[15].text + ""
|
|
@@ -1176,13 +1176,13 @@ function Te(a) {
|
|
|
1176
1176
|
a[15].attributes
|
|
1177
1177
|
], i = {};
|
|
1178
1178
|
for (let o = 0; o < r.length; o += 1)
|
|
1179
|
-
i =
|
|
1179
|
+
i = V(i, r[o]);
|
|
1180
1180
|
return {
|
|
1181
1181
|
c() {
|
|
1182
|
-
e =
|
|
1182
|
+
e = b("li"), n = b("a"), l = E(t), s = x(), q(n, i);
|
|
1183
1183
|
},
|
|
1184
1184
|
m(o, c) {
|
|
1185
|
-
|
|
1185
|
+
d(o, e, c), g(e, n), g(n, l), g(e, s);
|
|
1186
1186
|
},
|
|
1187
1187
|
p: k,
|
|
1188
1188
|
d(o) {
|
|
@@ -1190,35 +1190,35 @@ function Te(a) {
|
|
|
1190
1190
|
}
|
|
1191
1191
|
};
|
|
1192
1192
|
}
|
|
1193
|
-
function
|
|
1194
|
-
let e, n =
|
|
1193
|
+
function Zt(a) {
|
|
1194
|
+
let e, n = A(
|
|
1195
1195
|
/*item*/
|
|
1196
1196
|
a[12].links
|
|
1197
1197
|
), t = [];
|
|
1198
1198
|
for (let l = 0; l < n.length; l += 1)
|
|
1199
|
-
t[l] =
|
|
1199
|
+
t[l] = Ee(Ce(a, n, l));
|
|
1200
1200
|
return {
|
|
1201
1201
|
c() {
|
|
1202
1202
|
for (let l = 0; l < t.length; l += 1)
|
|
1203
1203
|
t[l].c();
|
|
1204
|
-
e =
|
|
1204
|
+
e = O();
|
|
1205
1205
|
},
|
|
1206
1206
|
m(l, s) {
|
|
1207
1207
|
for (let r = 0; r < t.length; r += 1)
|
|
1208
1208
|
t[r] && t[r].m(l, s);
|
|
1209
|
-
|
|
1209
|
+
d(l, e, s);
|
|
1210
1210
|
},
|
|
1211
1211
|
p(l, s) {
|
|
1212
1212
|
if (s[0] & /*mainLinks, topLinks*/
|
|
1213
1213
|
192) {
|
|
1214
|
-
n =
|
|
1214
|
+
n = A(
|
|
1215
1215
|
/*item*/
|
|
1216
1216
|
l[12].links
|
|
1217
1217
|
);
|
|
1218
1218
|
let r;
|
|
1219
1219
|
for (r = 0; r < n.length; r += 1) {
|
|
1220
|
-
const i =
|
|
1221
|
-
t[r] ? t[r].p(i, s) : (t[r] =
|
|
1220
|
+
const i = Ce(l, n, r);
|
|
1221
|
+
t[r] ? t[r].p(i, s) : (t[r] = Ee(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
1222
1222
|
}
|
|
1223
1223
|
for (; r < t.length; r += 1)
|
|
1224
1224
|
t[r].d(1);
|
|
@@ -1226,16 +1226,16 @@ function jt(a) {
|
|
|
1226
1226
|
}
|
|
1227
1227
|
},
|
|
1228
1228
|
d(l) {
|
|
1229
|
-
l && v(e),
|
|
1229
|
+
l && v(e), D(t, l);
|
|
1230
1230
|
}
|
|
1231
1231
|
};
|
|
1232
1232
|
}
|
|
1233
|
-
function
|
|
1233
|
+
function St(a) {
|
|
1234
1234
|
let e, n, t, l, s;
|
|
1235
|
-
return l = new
|
|
1235
|
+
return l = new I({ props: { icon: re } }), {
|
|
1236
1236
|
c() {
|
|
1237
|
-
e =
|
|
1238
|
-
a[12].text}`, t = x(),
|
|
1237
|
+
e = b("span"), n = b("span"), n.textContent = `${/*item*/
|
|
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"), le(
|
|
1239
1239
|
e,
|
|
1240
1240
|
"bg-uofg-yellow",
|
|
1241
1241
|
/*item*/
|
|
@@ -1243,23 +1243,23 @@ function Zt(a) {
|
|
|
1243
1243
|
);
|
|
1244
1244
|
},
|
|
1245
1245
|
m(r, i) {
|
|
1246
|
-
|
|
1246
|
+
d(r, e, i), g(e, n), g(e, t), L(l, e, null), s = !0;
|
|
1247
1247
|
},
|
|
1248
1248
|
p: k,
|
|
1249
1249
|
i(r) {
|
|
1250
|
-
s || (
|
|
1250
|
+
s || (p(l.$$.fragment, r), s = !0);
|
|
1251
1251
|
},
|
|
1252
1252
|
o(r) {
|
|
1253
|
-
|
|
1253
|
+
m(l.$$.fragment, r), s = !1;
|
|
1254
1254
|
},
|
|
1255
1255
|
d(r) {
|
|
1256
|
-
r && v(e),
|
|
1256
|
+
r && v(e), N(l);
|
|
1257
1257
|
}
|
|
1258
1258
|
};
|
|
1259
1259
|
}
|
|
1260
|
-
function
|
|
1260
|
+
function ze(a) {
|
|
1261
1261
|
let e, n, t, l, s;
|
|
1262
|
-
const r = [
|
|
1262
|
+
const r = [jt, At], i = [];
|
|
1263
1263
|
function o(c, u) {
|
|
1264
1264
|
return (
|
|
1265
1265
|
/*item*/
|
|
@@ -1268,55 +1268,55 @@ function Ee(a) {
|
|
|
1268
1268
|
}
|
|
1269
1269
|
return n = o(a), t = i[n] = r[n](a), {
|
|
1270
1270
|
c() {
|
|
1271
|
-
e =
|
|
1271
|
+
e = b("li"), t.c(), l = x(), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
|
|
1272
1272
|
},
|
|
1273
1273
|
m(c, u) {
|
|
1274
|
-
|
|
1274
|
+
d(c, e, u), i[n].m(e, null), g(e, l), s = !0;
|
|
1275
1275
|
},
|
|
1276
1276
|
p(c, u) {
|
|
1277
1277
|
t.p(c, u);
|
|
1278
1278
|
},
|
|
1279
1279
|
i(c) {
|
|
1280
|
-
s || (
|
|
1280
|
+
s || (p(t), s = !0);
|
|
1281
1281
|
},
|
|
1282
1282
|
o(c) {
|
|
1283
|
-
|
|
1283
|
+
m(t), s = !1;
|
|
1284
1284
|
},
|
|
1285
1285
|
d(c) {
|
|
1286
1286
|
c && v(e), i[n].d();
|
|
1287
1287
|
}
|
|
1288
1288
|
};
|
|
1289
1289
|
}
|
|
1290
|
-
function
|
|
1291
|
-
let e, n, t =
|
|
1290
|
+
function Mt(a) {
|
|
1291
|
+
let e, n, t = A([.../*mainLinks*/
|
|
1292
1292
|
a[7], .../*topLinks*/
|
|
1293
1293
|
a[6]]), l = [];
|
|
1294
1294
|
for (let r = 0; r < t.length; r += 1)
|
|
1295
|
-
l[r] =
|
|
1296
|
-
const s = (r) =>
|
|
1295
|
+
l[r] = ze(xe(a, t, r));
|
|
1296
|
+
const s = (r) => m(l[r], 1, 1, () => {
|
|
1297
1297
|
l[r] = null;
|
|
1298
1298
|
});
|
|
1299
1299
|
return {
|
|
1300
1300
|
c() {
|
|
1301
1301
|
for (let r = 0; r < l.length; r += 1)
|
|
1302
1302
|
l[r].c();
|
|
1303
|
-
e =
|
|
1303
|
+
e = O();
|
|
1304
1304
|
},
|
|
1305
1305
|
m(r, i) {
|
|
1306
1306
|
for (let o = 0; o < l.length; o += 1)
|
|
1307
1307
|
l[o] && l[o].m(r, i);
|
|
1308
|
-
|
|
1308
|
+
d(r, e, i), n = !0;
|
|
1309
1309
|
},
|
|
1310
1310
|
p(r, i) {
|
|
1311
1311
|
if (i[0] & /*mainLinks, topLinks*/
|
|
1312
1312
|
192) {
|
|
1313
|
-
t =
|
|
1313
|
+
t = A([.../*mainLinks*/
|
|
1314
1314
|
r[7], .../*topLinks*/
|
|
1315
1315
|
r[6]]);
|
|
1316
1316
|
let o;
|
|
1317
1317
|
for (o = 0; o < t.length; o += 1) {
|
|
1318
|
-
const c =
|
|
1319
|
-
l[o] ? (l[o].p(c, i),
|
|
1318
|
+
const c = xe(r, t, o);
|
|
1319
|
+
l[o] ? (l[o].p(c, i), p(l[o], 1)) : (l[o] = ze(c), l[o].c(), p(l[o], 1), l[o].m(e.parentNode, e));
|
|
1320
1320
|
}
|
|
1321
1321
|
for (T(), o = t.length; o < l.length; o += 1)
|
|
1322
1322
|
s(o);
|
|
@@ -1326,50 +1326,50 @@ function St(a) {
|
|
|
1326
1326
|
i(r) {
|
|
1327
1327
|
if (!n) {
|
|
1328
1328
|
for (let i = 0; i < t.length; i += 1)
|
|
1329
|
-
|
|
1329
|
+
p(l[i]);
|
|
1330
1330
|
n = !0;
|
|
1331
1331
|
}
|
|
1332
1332
|
},
|
|
1333
1333
|
o(r) {
|
|
1334
1334
|
l = l.filter(Boolean);
|
|
1335
1335
|
for (let i = 0; i < l.length; i += 1)
|
|
1336
|
-
|
|
1336
|
+
m(l[i]);
|
|
1337
1337
|
n = !1;
|
|
1338
1338
|
},
|
|
1339
1339
|
d(r) {
|
|
1340
|
-
r && v(e),
|
|
1340
|
+
r && v(e), D(l, r);
|
|
1341
1341
|
}
|
|
1342
1342
|
};
|
|
1343
1343
|
}
|
|
1344
|
-
function
|
|
1344
|
+
function Ut(a) {
|
|
1345
1345
|
let e, n;
|
|
1346
|
-
return e = new
|
|
1346
|
+
return e = new I({ props: { slot: "button", icon: Qe } }), {
|
|
1347
1347
|
c() {
|
|
1348
|
-
|
|
1348
|
+
C(e.$$.fragment);
|
|
1349
1349
|
},
|
|
1350
1350
|
m(t, l) {
|
|
1351
|
-
|
|
1351
|
+
L(e, t, l), n = !0;
|
|
1352
1352
|
},
|
|
1353
1353
|
p: k,
|
|
1354
1354
|
i(t) {
|
|
1355
|
-
n || (
|
|
1355
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1356
1356
|
},
|
|
1357
1357
|
o(t) {
|
|
1358
|
-
|
|
1358
|
+
m(e.$$.fragment, t), n = !1;
|
|
1359
1359
|
},
|
|
1360
1360
|
d(t) {
|
|
1361
|
-
|
|
1361
|
+
N(e, t);
|
|
1362
1362
|
}
|
|
1363
1363
|
};
|
|
1364
1364
|
}
|
|
1365
|
-
function
|
|
1365
|
+
function Be(a) {
|
|
1366
1366
|
let e, n, t = (
|
|
1367
1367
|
/*item*/
|
|
1368
1368
|
a[12].text + ""
|
|
1369
1369
|
), l, s;
|
|
1370
1370
|
return {
|
|
1371
1371
|
c() {
|
|
1372
|
-
e =
|
|
1372
|
+
e = b("li"), n = b("a"), l = E(t), s = x(), _(n, "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"), _(
|
|
1373
1373
|
n,
|
|
1374
1374
|
"href",
|
|
1375
1375
|
/*item*/
|
|
@@ -1377,7 +1377,7 @@ function ze(a) {
|
|
|
1377
1377
|
);
|
|
1378
1378
|
},
|
|
1379
1379
|
m(r, i) {
|
|
1380
|
-
|
|
1380
|
+
d(r, e, i), g(e, n), g(n, l), g(e, s);
|
|
1381
1381
|
},
|
|
1382
1382
|
p: k,
|
|
1383
1383
|
d(r) {
|
|
@@ -1385,60 +1385,60 @@ function ze(a) {
|
|
|
1385
1385
|
}
|
|
1386
1386
|
};
|
|
1387
1387
|
}
|
|
1388
|
-
function
|
|
1388
|
+
function Fe(a) {
|
|
1389
1389
|
let e, n, t, l, s, r, i = (
|
|
1390
1390
|
/*pageTitle*/
|
|
1391
|
-
a[1] &&
|
|
1391
|
+
a[1] && Re(a)
|
|
1392
1392
|
);
|
|
1393
|
-
const o = [
|
|
1393
|
+
const o = [Bt, zt], c = [];
|
|
1394
1394
|
function u(f, h) {
|
|
1395
1395
|
return (
|
|
1396
1396
|
/*windowWidth*/
|
|
1397
|
-
f[3] >=
|
|
1397
|
+
f[3] >= R && !/*subNavigationIsOverflowing*/
|
|
1398
1398
|
f[5] ? 0 : 1
|
|
1399
1399
|
);
|
|
1400
1400
|
}
|
|
1401
1401
|
return l = u(a), s = c[l] = o[l](a), {
|
|
1402
1402
|
c() {
|
|
1403
|
-
e =
|
|
1403
|
+
e = b("nav"), n = b("ul"), i && i.c(), t = x(), s.c(), _(n, "class", "flex h-full w-fit min-w-full overflow-y-visible items-center justify-end [&>li]:contents relative"), _(e, "class", "block align-items relative h-[5rem] justify-end bg-uofg-grey px-[calc((100%-theme(spacing.max-content-width))/2)] text-3xl lg:h-16 lg:whitespace-nowrap"), _(e, "aria-label", "Page Specific");
|
|
1404
1404
|
},
|
|
1405
1405
|
m(f, h) {
|
|
1406
|
-
|
|
1406
|
+
d(f, e, h), g(e, n), i && i.m(n, null), g(n, t), c[l].m(n, null), a[11](n), r = !0;
|
|
1407
1407
|
},
|
|
1408
1408
|
p(f, h) {
|
|
1409
1409
|
/*pageTitle*/
|
|
1410
|
-
f[1] ? i ? i.p(f, h) : (i =
|
|
1411
|
-
let
|
|
1412
|
-
l = u(f), l ===
|
|
1413
|
-
c[
|
|
1414
|
-
}), U(), s = c[l], s ? s.p(f, h) : (s = c[l] = o[l](f), s.c()),
|
|
1410
|
+
f[1] ? i ? i.p(f, h) : (i = Re(f), i.c(), i.m(n, t)) : i && (i.d(1), i = null);
|
|
1411
|
+
let $ = l;
|
|
1412
|
+
l = u(f), l === $ ? c[l].p(f, h) : (T(), m(c[$], 1, 1, () => {
|
|
1413
|
+
c[$] = null;
|
|
1414
|
+
}), U(), s = c[l], s ? s.p(f, h) : (s = c[l] = o[l](f), s.c()), p(s, 1), s.m(n, null));
|
|
1415
1415
|
},
|
|
1416
1416
|
i(f) {
|
|
1417
|
-
r || (
|
|
1417
|
+
r || (p(s), r = !0);
|
|
1418
1418
|
},
|
|
1419
1419
|
o(f) {
|
|
1420
|
-
|
|
1420
|
+
m(s), r = !1;
|
|
1421
1421
|
},
|
|
1422
1422
|
d(f) {
|
|
1423
1423
|
f && v(e), i && i.d(), c[l].d(), a[11](null);
|
|
1424
1424
|
}
|
|
1425
1425
|
};
|
|
1426
1426
|
}
|
|
1427
|
-
function
|
|
1427
|
+
function Re(a) {
|
|
1428
1428
|
let e;
|
|
1429
1429
|
function n(s, r) {
|
|
1430
1430
|
return (
|
|
1431
1431
|
/*pageURL*/
|
|
1432
|
-
s[2] ?
|
|
1432
|
+
s[2] ? Et : Tt
|
|
1433
1433
|
);
|
|
1434
1434
|
}
|
|
1435
1435
|
let t = n(a), l = t(a);
|
|
1436
1436
|
return {
|
|
1437
1437
|
c() {
|
|
1438
|
-
e =
|
|
1438
|
+
e = b("li"), l.c();
|
|
1439
1439
|
},
|
|
1440
1440
|
m(s, r) {
|
|
1441
|
-
|
|
1441
|
+
d(s, e, r), l.m(e, null);
|
|
1442
1442
|
},
|
|
1443
1443
|
p(s, r) {
|
|
1444
1444
|
t === (t = n(s)) && l ? l.p(s, r) : (l.d(1), l = t(s), l && (l.c(), l.m(e, null)));
|
|
@@ -1448,21 +1448,21 @@ function Fe(a) {
|
|
|
1448
1448
|
}
|
|
1449
1449
|
};
|
|
1450
1450
|
}
|
|
1451
|
-
function
|
|
1451
|
+
function Tt(a) {
|
|
1452
1452
|
let e, n;
|
|
1453
1453
|
return {
|
|
1454
1454
|
c() {
|
|
1455
|
-
e =
|
|
1455
|
+
e = b("span"), n = E(
|
|
1456
1456
|
/*pageTitle*/
|
|
1457
1457
|
a[1]
|
|
1458
1458
|
), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold");
|
|
1459
1459
|
},
|
|
1460
1460
|
m(t, l) {
|
|
1461
|
-
|
|
1461
|
+
d(t, e, l), g(e, n);
|
|
1462
1462
|
},
|
|
1463
1463
|
p(t, l) {
|
|
1464
1464
|
l[0] & /*pageTitle*/
|
|
1465
|
-
2 &&
|
|
1465
|
+
2 && te(
|
|
1466
1466
|
n,
|
|
1467
1467
|
/*pageTitle*/
|
|
1468
1468
|
t[1]
|
|
@@ -1473,11 +1473,11 @@ function Ut(a) {
|
|
|
1473
1473
|
}
|
|
1474
1474
|
};
|
|
1475
1475
|
}
|
|
1476
|
-
function
|
|
1476
|
+
function Et(a) {
|
|
1477
1477
|
let e, n;
|
|
1478
1478
|
return {
|
|
1479
1479
|
c() {
|
|
1480
|
-
e =
|
|
1480
|
+
e = b("a"), n = E(
|
|
1481
1481
|
/*pageTitle*/
|
|
1482
1482
|
a[1]
|
|
1483
1483
|
), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold transition-colors hover:bg-uofg-yellow"), _(
|
|
@@ -1488,11 +1488,11 @@ function Tt(a) {
|
|
|
1488
1488
|
);
|
|
1489
1489
|
},
|
|
1490
1490
|
m(t, l) {
|
|
1491
|
-
|
|
1491
|
+
d(t, e, l), g(e, n);
|
|
1492
1492
|
},
|
|
1493
1493
|
p(t, l) {
|
|
1494
1494
|
l[0] & /*pageTitle*/
|
|
1495
|
-
2 &&
|
|
1495
|
+
2 && te(
|
|
1496
1496
|
n,
|
|
1497
1497
|
/*pageTitle*/
|
|
1498
1498
|
t[1]
|
|
@@ -1509,26 +1509,26 @@ function Tt(a) {
|
|
|
1509
1509
|
}
|
|
1510
1510
|
};
|
|
1511
1511
|
}
|
|
1512
|
-
function
|
|
1512
|
+
function zt(a) {
|
|
1513
1513
|
let e, n;
|
|
1514
|
-
return e = new
|
|
1514
|
+
return e = new H({
|
|
1515
1515
|
props: {
|
|
1516
1516
|
class: "h-full",
|
|
1517
1517
|
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",
|
|
1518
1518
|
contentClass: "whitespace-normal 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",
|
|
1519
1519
|
as: "ul",
|
|
1520
1520
|
$$slots: {
|
|
1521
|
-
button: [
|
|
1522
|
-
default: [
|
|
1521
|
+
button: [Ot],
|
|
1522
|
+
default: [It]
|
|
1523
1523
|
},
|
|
1524
1524
|
$$scope: { ctx: a }
|
|
1525
1525
|
}
|
|
1526
1526
|
}), {
|
|
1527
1527
|
c() {
|
|
1528
|
-
|
|
1528
|
+
C(e.$$.fragment);
|
|
1529
1529
|
},
|
|
1530
1530
|
m(t, l) {
|
|
1531
|
-
|
|
1531
|
+
L(e, t, l), n = !0;
|
|
1532
1532
|
},
|
|
1533
1533
|
p(t, l) {
|
|
1534
1534
|
const s = {};
|
|
@@ -1537,18 +1537,18 @@ function Et(a) {
|
|
|
1537
1537
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1538
1538
|
},
|
|
1539
1539
|
i(t) {
|
|
1540
|
-
n || (
|
|
1540
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1541
1541
|
},
|
|
1542
1542
|
o(t) {
|
|
1543
|
-
|
|
1543
|
+
m(e.$$.fragment, t), n = !1;
|
|
1544
1544
|
},
|
|
1545
1545
|
d(t) {
|
|
1546
|
-
|
|
1546
|
+
N(e, t);
|
|
1547
1547
|
}
|
|
1548
1548
|
};
|
|
1549
1549
|
}
|
|
1550
|
-
function
|
|
1551
|
-
let e, n = [], t = /* @__PURE__ */ new Map(), l, s =
|
|
1550
|
+
function Bt(a) {
|
|
1551
|
+
let e, n = [], t = /* @__PURE__ */ new Map(), l, s = A(
|
|
1552
1552
|
/*subNavigation*/
|
|
1553
1553
|
a[0]
|
|
1554
1554
|
);
|
|
@@ -1558,38 +1558,38 @@ function zt(a) {
|
|
|
1558
1558
|
i[12].title
|
|
1559
1559
|
);
|
|
1560
1560
|
for (let i = 0; i < s.length; i += 1) {
|
|
1561
|
-
let o =
|
|
1562
|
-
t.set(c, n[i] =
|
|
1561
|
+
let o = ke(a, s, i), c = r(o);
|
|
1562
|
+
t.set(c, n[i] = Oe(c, o));
|
|
1563
1563
|
}
|
|
1564
1564
|
return {
|
|
1565
1565
|
c() {
|
|
1566
|
-
e =
|
|
1566
|
+
e = b("li");
|
|
1567
1567
|
for (let i = 0; i < n.length; i += 1)
|
|
1568
1568
|
n[i].c();
|
|
1569
1569
|
},
|
|
1570
1570
|
m(i, o) {
|
|
1571
|
-
|
|
1571
|
+
d(i, e, o);
|
|
1572
1572
|
for (let c = 0; c < n.length; c += 1)
|
|
1573
1573
|
n[c] && n[c].m(e, null);
|
|
1574
1574
|
l = !0;
|
|
1575
1575
|
},
|
|
1576
1576
|
p(i, o) {
|
|
1577
1577
|
o[0] & /*subNavigation*/
|
|
1578
|
-
1 && (s =
|
|
1578
|
+
1 && (s = A(
|
|
1579
1579
|
/*subNavigation*/
|
|
1580
1580
|
i[0]
|
|
1581
|
-
), T(), n =
|
|
1581
|
+
), T(), n = ce(n, o, r, 1, i, s, t, e, ue, Oe, null, ke), U());
|
|
1582
1582
|
},
|
|
1583
1583
|
i(i) {
|
|
1584
1584
|
if (!l) {
|
|
1585
1585
|
for (let o = 0; o < s.length; o += 1)
|
|
1586
|
-
|
|
1586
|
+
p(n[o]);
|
|
1587
1587
|
l = !0;
|
|
1588
1588
|
}
|
|
1589
1589
|
},
|
|
1590
1590
|
o(i) {
|
|
1591
1591
|
for (let o = 0; o < n.length; o += 1)
|
|
1592
|
-
|
|
1592
|
+
m(n[o]);
|
|
1593
1593
|
l = !1;
|
|
1594
1594
|
},
|
|
1595
1595
|
d(i) {
|
|
@@ -1599,9 +1599,9 @@ function zt(a) {
|
|
|
1599
1599
|
}
|
|
1600
1600
|
};
|
|
1601
1601
|
}
|
|
1602
|
-
function
|
|
1602
|
+
function Ft(a) {
|
|
1603
1603
|
let e, n;
|
|
1604
|
-
return e = new
|
|
1604
|
+
return e = new H({
|
|
1605
1605
|
props: {
|
|
1606
1606
|
class: "relative w-full",
|
|
1607
1607
|
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",
|
|
@@ -1609,17 +1609,17 @@ function Bt(a) {
|
|
|
1609
1609
|
as: "ul",
|
|
1610
1610
|
autoCollapse: !1,
|
|
1611
1611
|
$$slots: {
|
|
1612
|
-
button: [
|
|
1613
|
-
default: [
|
|
1612
|
+
button: [qt],
|
|
1613
|
+
default: [Wt]
|
|
1614
1614
|
},
|
|
1615
1615
|
$$scope: { ctx: a }
|
|
1616
1616
|
}
|
|
1617
1617
|
}), {
|
|
1618
1618
|
c() {
|
|
1619
|
-
|
|
1619
|
+
C(e.$$.fragment);
|
|
1620
1620
|
},
|
|
1621
1621
|
m(t, l) {
|
|
1622
|
-
|
|
1622
|
+
L(e, t, l), n = !0;
|
|
1623
1623
|
},
|
|
1624
1624
|
p(t, l) {
|
|
1625
1625
|
const s = {};
|
|
@@ -1628,17 +1628,17 @@ function Bt(a) {
|
|
|
1628
1628
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1629
1629
|
},
|
|
1630
1630
|
i(t) {
|
|
1631
|
-
n || (
|
|
1631
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1632
1632
|
},
|
|
1633
1633
|
o(t) {
|
|
1634
|
-
|
|
1634
|
+
m(e.$$.fragment, t), n = !1;
|
|
1635
1635
|
},
|
|
1636
1636
|
d(t) {
|
|
1637
|
-
|
|
1637
|
+
N(e, t);
|
|
1638
1638
|
}
|
|
1639
1639
|
};
|
|
1640
1640
|
}
|
|
1641
|
-
function
|
|
1641
|
+
function Rt(a) {
|
|
1642
1642
|
var o;
|
|
1643
1643
|
let e, n = (
|
|
1644
1644
|
/*item*/
|
|
@@ -1656,19 +1656,19 @@ function Ft(a) {
|
|
|
1656
1656
|
}
|
|
1657
1657
|
], i = {};
|
|
1658
1658
|
for (let c = 0; c < r.length; c += 1)
|
|
1659
|
-
i =
|
|
1659
|
+
i = V(i, r[c]);
|
|
1660
1660
|
return {
|
|
1661
1661
|
c() {
|
|
1662
|
-
e =
|
|
1662
|
+
e = b("a"), t = E(n), q(e, i);
|
|
1663
1663
|
},
|
|
1664
1664
|
m(c, u) {
|
|
1665
|
-
|
|
1665
|
+
d(c, e, u), g(e, t);
|
|
1666
1666
|
},
|
|
1667
1667
|
p(c, u) {
|
|
1668
1668
|
var f;
|
|
1669
1669
|
u[0] & /*subNavigation*/
|
|
1670
1670
|
1 && n !== (n = /*item*/
|
|
1671
|
-
c[12].text + "") &&
|
|
1671
|
+
c[12].text + "") && ne(t, n, i.contenteditable), q(e, i = ee(r, [
|
|
1672
1672
|
u[0] & /*subNavigation*/
|
|
1673
1673
|
1 && /*item*/
|
|
1674
1674
|
c[12].attributes,
|
|
@@ -1687,7 +1687,7 @@ function Ft(a) {
|
|
|
1687
1687
|
}
|
|
1688
1688
|
};
|
|
1689
1689
|
}
|
|
1690
|
-
function
|
|
1690
|
+
function We(a) {
|
|
1691
1691
|
var u;
|
|
1692
1692
|
let e, n, t = (
|
|
1693
1693
|
/*link*/
|
|
@@ -1705,25 +1705,25 @@ function Re(a) {
|
|
|
1705
1705
|
}
|
|
1706
1706
|
], c = {};
|
|
1707
1707
|
for (let f = 0; f < o.length; f += 1)
|
|
1708
|
-
c =
|
|
1708
|
+
c = V(c, o[f]);
|
|
1709
1709
|
return {
|
|
1710
1710
|
c() {
|
|
1711
|
-
e =
|
|
1711
|
+
e = b("li"), n = b("a"), l = E(t), i = x(), q(n, c);
|
|
1712
1712
|
},
|
|
1713
1713
|
m(f, h) {
|
|
1714
|
-
|
|
1714
|
+
d(f, e, h), g(e, n), g(n, l), g(e, i);
|
|
1715
1715
|
},
|
|
1716
1716
|
p(f, h) {
|
|
1717
|
-
var
|
|
1717
|
+
var $;
|
|
1718
1718
|
h[0] & /*subNavigation*/
|
|
1719
1719
|
1 && t !== (t = /*link*/
|
|
1720
|
-
f[15].text + "") &&
|
|
1720
|
+
f[15].text + "") && ne(l, t, c.contenteditable), q(n, c = ee(o, [
|
|
1721
1721
|
h[0] & /*subNavigation*/
|
|
1722
1722
|
1 && /*link*/
|
|
1723
1723
|
f[15].attributes,
|
|
1724
1724
|
h[0] & /*subNavigation*/
|
|
1725
1725
|
1 && s !== (s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
|
|
1726
|
-
((
|
|
1726
|
+
(($ = f[15].attributes) == null ? void 0 : $.class) ?? ""}`) && { class: s },
|
|
1727
1727
|
h[0] & /*subNavigation*/
|
|
1728
1728
|
1 && r !== (r = /*link*/
|
|
1729
1729
|
f[15].href) && { href: r }
|
|
@@ -1734,35 +1734,35 @@ function Re(a) {
|
|
|
1734
1734
|
}
|
|
1735
1735
|
};
|
|
1736
1736
|
}
|
|
1737
|
-
function
|
|
1738
|
-
let e, n =
|
|
1737
|
+
function Wt(a) {
|
|
1738
|
+
let e, n = A(
|
|
1739
1739
|
/*item*/
|
|
1740
1740
|
a[12].links
|
|
1741
1741
|
), t = [];
|
|
1742
1742
|
for (let l = 0; l < n.length; l += 1)
|
|
1743
|
-
t[l] =
|
|
1743
|
+
t[l] = We($e(a, n, l));
|
|
1744
1744
|
return {
|
|
1745
1745
|
c() {
|
|
1746
1746
|
for (let l = 0; l < t.length; l += 1)
|
|
1747
1747
|
t[l].c();
|
|
1748
|
-
e =
|
|
1748
|
+
e = O();
|
|
1749
1749
|
},
|
|
1750
1750
|
m(l, s) {
|
|
1751
1751
|
for (let r = 0; r < t.length; r += 1)
|
|
1752
1752
|
t[r] && t[r].m(l, s);
|
|
1753
|
-
|
|
1753
|
+
d(l, e, s);
|
|
1754
1754
|
},
|
|
1755
1755
|
p(l, s) {
|
|
1756
1756
|
if (s[0] & /*subNavigation*/
|
|
1757
1757
|
1) {
|
|
1758
|
-
n =
|
|
1758
|
+
n = A(
|
|
1759
1759
|
/*item*/
|
|
1760
1760
|
l[12].links
|
|
1761
1761
|
);
|
|
1762
1762
|
let r;
|
|
1763
1763
|
for (r = 0; r < n.length; r += 1) {
|
|
1764
|
-
const i =
|
|
1765
|
-
t[r] ? t[r].p(i, s) : (t[r] =
|
|
1764
|
+
const i = $e(l, n, r);
|
|
1765
|
+
t[r] ? t[r].p(i, s) : (t[r] = We(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
1766
1766
|
}
|
|
1767
1767
|
for (; r < t.length; r += 1)
|
|
1768
1768
|
t[r].d(1);
|
|
@@ -1770,41 +1770,41 @@ function Rt(a) {
|
|
|
1770
1770
|
}
|
|
1771
1771
|
},
|
|
1772
1772
|
d(l) {
|
|
1773
|
-
l && v(e),
|
|
1773
|
+
l && v(e), D(t, l);
|
|
1774
1774
|
}
|
|
1775
1775
|
};
|
|
1776
1776
|
}
|
|
1777
|
-
function
|
|
1777
|
+
function qt(a) {
|
|
1778
1778
|
let e, n, t = (
|
|
1779
1779
|
/*item*/
|
|
1780
1780
|
a[12].title + ""
|
|
1781
1781
|
), l, s, r, i;
|
|
1782
|
-
return r = new
|
|
1782
|
+
return r = new I({ props: { icon: re } }), {
|
|
1783
1783
|
c() {
|
|
1784
|
-
e =
|
|
1784
|
+
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");
|
|
1785
1785
|
},
|
|
1786
1786
|
m(o, c) {
|
|
1787
|
-
|
|
1787
|
+
d(o, e, c), g(e, n), g(n, l), g(e, s), L(r, e, null), i = !0;
|
|
1788
1788
|
},
|
|
1789
1789
|
p(o, c) {
|
|
1790
1790
|
(!i || c[0] & /*subNavigation*/
|
|
1791
1791
|
1) && t !== (t = /*item*/
|
|
1792
|
-
o[12].title + "") &&
|
|
1792
|
+
o[12].title + "") && te(l, t);
|
|
1793
1793
|
},
|
|
1794
1794
|
i(o) {
|
|
1795
|
-
i || (
|
|
1795
|
+
i || (p(r.$$.fragment, o), i = !0);
|
|
1796
1796
|
},
|
|
1797
1797
|
o(o) {
|
|
1798
|
-
|
|
1798
|
+
m(r.$$.fragment, o), i = !1;
|
|
1799
1799
|
},
|
|
1800
1800
|
d(o) {
|
|
1801
|
-
o && v(e),
|
|
1801
|
+
o && v(e), N(r);
|
|
1802
1802
|
}
|
|
1803
1803
|
};
|
|
1804
1804
|
}
|
|
1805
|
-
function
|
|
1805
|
+
function qe(a, e) {
|
|
1806
1806
|
let n, t, l, s, r;
|
|
1807
|
-
const i = [
|
|
1807
|
+
const i = [Rt, Ft], o = [];
|
|
1808
1808
|
function c(u, f) {
|
|
1809
1809
|
return (
|
|
1810
1810
|
/*item*/
|
|
@@ -1815,31 +1815,31 @@ function We(a, e) {
|
|
|
1815
1815
|
key: a,
|
|
1816
1816
|
first: null,
|
|
1817
1817
|
c() {
|
|
1818
|
-
n =
|
|
1818
|
+
n = b("li"), l.c(), s = x(), _(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
|
|
1819
1819
|
},
|
|
1820
1820
|
m(u, f) {
|
|
1821
|
-
|
|
1821
|
+
d(u, n, f), o[t].m(n, null), g(n, s), r = !0;
|
|
1822
1822
|
},
|
|
1823
1823
|
p(u, f) {
|
|
1824
1824
|
e = u;
|
|
1825
1825
|
let h = t;
|
|
1826
|
-
t = c(e), t === h ? o[t].p(e, f) : (T(),
|
|
1826
|
+
t = c(e), t === h ? o[t].p(e, f) : (T(), m(o[h], 1, 1, () => {
|
|
1827
1827
|
o[h] = null;
|
|
1828
|
-
}), U(), l = o[t], l ? l.p(e, f) : (l = o[t] = i[t](e), l.c()),
|
|
1828
|
+
}), U(), l = o[t], l ? l.p(e, f) : (l = o[t] = i[t](e), l.c()), p(l, 1), l.m(n, s));
|
|
1829
1829
|
},
|
|
1830
1830
|
i(u) {
|
|
1831
|
-
r || (
|
|
1831
|
+
r || (p(l), r = !0);
|
|
1832
1832
|
},
|
|
1833
1833
|
o(u) {
|
|
1834
|
-
|
|
1834
|
+
m(l), r = !1;
|
|
1835
1835
|
},
|
|
1836
1836
|
d(u) {
|
|
1837
1837
|
u && v(n), o[t].d();
|
|
1838
1838
|
}
|
|
1839
1839
|
};
|
|
1840
1840
|
}
|
|
1841
|
-
function
|
|
1842
|
-
let e = [], n = /* @__PURE__ */ new Map(), t, l, s =
|
|
1841
|
+
function It(a) {
|
|
1842
|
+
let e = [], n = /* @__PURE__ */ new Map(), t, l, s = A(
|
|
1843
1843
|
/*subNavigation*/
|
|
1844
1844
|
a[0]
|
|
1845
1845
|
);
|
|
@@ -1849,37 +1849,37 @@ function qt(a) {
|
|
|
1849
1849
|
i[12].title
|
|
1850
1850
|
);
|
|
1851
1851
|
for (let i = 0; i < s.length; i += 1) {
|
|
1852
|
-
let o =
|
|
1853
|
-
n.set(c, e[i] =
|
|
1852
|
+
let o = we(a, s, i), c = r(o);
|
|
1853
|
+
n.set(c, e[i] = qe(c, o));
|
|
1854
1854
|
}
|
|
1855
1855
|
return {
|
|
1856
1856
|
c() {
|
|
1857
1857
|
for (let i = 0; i < e.length; i += 1)
|
|
1858
1858
|
e[i].c();
|
|
1859
|
-
t =
|
|
1859
|
+
t = O();
|
|
1860
1860
|
},
|
|
1861
1861
|
m(i, o) {
|
|
1862
1862
|
for (let c = 0; c < e.length; c += 1)
|
|
1863
1863
|
e[c] && e[c].m(i, o);
|
|
1864
|
-
|
|
1864
|
+
d(i, t, o), l = !0;
|
|
1865
1865
|
},
|
|
1866
1866
|
p(i, o) {
|
|
1867
1867
|
o[0] & /*subNavigation*/
|
|
1868
|
-
1 && (s =
|
|
1868
|
+
1 && (s = A(
|
|
1869
1869
|
/*subNavigation*/
|
|
1870
1870
|
i[0]
|
|
1871
|
-
), T(), e =
|
|
1871
|
+
), T(), e = ce(e, o, r, 1, i, s, n, t.parentNode, ue, qe, t, we), U());
|
|
1872
1872
|
},
|
|
1873
1873
|
i(i) {
|
|
1874
1874
|
if (!l) {
|
|
1875
1875
|
for (let o = 0; o < s.length; o += 1)
|
|
1876
|
-
|
|
1876
|
+
p(e[o]);
|
|
1877
1877
|
l = !0;
|
|
1878
1878
|
}
|
|
1879
1879
|
},
|
|
1880
1880
|
o(i) {
|
|
1881
1881
|
for (let o = 0; o < e.length; o += 1)
|
|
1882
|
-
|
|
1882
|
+
m(e[o]);
|
|
1883
1883
|
l = !1;
|
|
1884
1884
|
},
|
|
1885
1885
|
d(i) {
|
|
@@ -1889,47 +1889,47 @@ function qt(a) {
|
|
|
1889
1889
|
}
|
|
1890
1890
|
};
|
|
1891
1891
|
}
|
|
1892
|
-
function
|
|
1892
|
+
function Ot(a) {
|
|
1893
1893
|
let e, n;
|
|
1894
|
-
return e = new
|
|
1894
|
+
return e = new I({ props: { slot: "button", icon: Qe } }), {
|
|
1895
1895
|
c() {
|
|
1896
|
-
|
|
1896
|
+
C(e.$$.fragment);
|
|
1897
1897
|
},
|
|
1898
1898
|
m(t, l) {
|
|
1899
|
-
|
|
1899
|
+
L(e, t, l), n = !0;
|
|
1900
1900
|
},
|
|
1901
1901
|
p: k,
|
|
1902
1902
|
i(t) {
|
|
1903
|
-
n || (
|
|
1903
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1904
1904
|
},
|
|
1905
1905
|
o(t) {
|
|
1906
|
-
|
|
1906
|
+
m(e.$$.fragment, t), n = !1;
|
|
1907
1907
|
},
|
|
1908
1908
|
d(t) {
|
|
1909
|
-
|
|
1909
|
+
N(e, t);
|
|
1910
1910
|
}
|
|
1911
1911
|
};
|
|
1912
1912
|
}
|
|
1913
|
-
function
|
|
1913
|
+
function Pt(a) {
|
|
1914
1914
|
let e, n;
|
|
1915
|
-
return e = new
|
|
1915
|
+
return e = new H({
|
|
1916
1916
|
props: {
|
|
1917
1917
|
class: "relative h-full",
|
|
1918
1918
|
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",
|
|
1919
1919
|
contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
|
|
1920
1920
|
as: "ul",
|
|
1921
1921
|
$$slots: {
|
|
1922
|
-
button: [
|
|
1923
|
-
default: [
|
|
1922
|
+
button: [Vt],
|
|
1923
|
+
default: [Gt]
|
|
1924
1924
|
},
|
|
1925
1925
|
$$scope: { ctx: a }
|
|
1926
1926
|
}
|
|
1927
1927
|
}), {
|
|
1928
1928
|
c() {
|
|
1929
|
-
|
|
1929
|
+
C(e.$$.fragment);
|
|
1930
1930
|
},
|
|
1931
1931
|
m(t, l) {
|
|
1932
|
-
|
|
1932
|
+
L(e, t, l), n = !0;
|
|
1933
1933
|
},
|
|
1934
1934
|
p(t, l) {
|
|
1935
1935
|
const s = {};
|
|
@@ -1938,17 +1938,17 @@ function Ot(a) {
|
|
|
1938
1938
|
8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
|
|
1939
1939
|
},
|
|
1940
1940
|
i(t) {
|
|
1941
|
-
n || (
|
|
1941
|
+
n || (p(e.$$.fragment, t), n = !0);
|
|
1942
1942
|
},
|
|
1943
1943
|
o(t) {
|
|
1944
|
-
|
|
1944
|
+
m(e.$$.fragment, t), n = !1;
|
|
1945
1945
|
},
|
|
1946
1946
|
d(t) {
|
|
1947
|
-
|
|
1947
|
+
N(e, t);
|
|
1948
1948
|
}
|
|
1949
1949
|
};
|
|
1950
1950
|
}
|
|
1951
|
-
function
|
|
1951
|
+
function Ht(a) {
|
|
1952
1952
|
var c;
|
|
1953
1953
|
let e, n = (
|
|
1954
1954
|
/*item*/
|
|
@@ -1966,19 +1966,19 @@ function Pt(a) {
|
|
|
1966
1966
|
}
|
|
1967
1967
|
], o = {};
|
|
1968
1968
|
for (let u = 0; u < i.length; u += 1)
|
|
1969
|
-
o =
|
|
1969
|
+
o = V(o, i[u]);
|
|
1970
1970
|
return {
|
|
1971
1971
|
c() {
|
|
1972
|
-
e =
|
|
1972
|
+
e = b("a"), t = E(n), l = x(), q(e, o);
|
|
1973
1973
|
},
|
|
1974
1974
|
m(u, f) {
|
|
1975
|
-
|
|
1975
|
+
d(u, e, f), g(e, t), g(e, l);
|
|
1976
1976
|
},
|
|
1977
1977
|
p(u, f) {
|
|
1978
1978
|
var h;
|
|
1979
1979
|
f[0] & /*subNavigation*/
|
|
1980
1980
|
1 && n !== (n = /*item*/
|
|
1981
|
-
u[12].text + "") &&
|
|
1981
|
+
u[12].text + "") && ne(t, n, o.contenteditable), q(e, o = ee(i, [
|
|
1982
1982
|
f[0] & /*subNavigation*/
|
|
1983
1983
|
1 && /*item*/
|
|
1984
1984
|
u[12].attributes,
|
|
@@ -1997,7 +1997,7 @@ function Pt(a) {
|
|
|
1997
1997
|
}
|
|
1998
1998
|
};
|
|
1999
1999
|
}
|
|
2000
|
-
function
|
|
2000
|
+
function Ie(a) {
|
|
2001
2001
|
var c;
|
|
2002
2002
|
let e, n, t = (
|
|
2003
2003
|
/*link*/
|
|
@@ -2015,19 +2015,19 @@ function qe(a) {
|
|
|
2015
2015
|
}
|
|
2016
2016
|
], o = {};
|
|
2017
2017
|
for (let u = 0; u < i.length; u += 1)
|
|
2018
|
-
o =
|
|
2018
|
+
o = V(o, i[u]);
|
|
2019
2019
|
return {
|
|
2020
2020
|
c() {
|
|
2021
|
-
e =
|
|
2021
|
+
e = b("li"), n = b("a"), l = E(t), q(n, o);
|
|
2022
2022
|
},
|
|
2023
2023
|
m(u, f) {
|
|
2024
|
-
|
|
2024
|
+
d(u, e, f), g(e, n), g(n, l);
|
|
2025
2025
|
},
|
|
2026
2026
|
p(u, f) {
|
|
2027
2027
|
var h;
|
|
2028
2028
|
f[0] & /*subNavigation*/
|
|
2029
2029
|
1 && t !== (t = /*link*/
|
|
2030
|
-
u[15].text + "") &&
|
|
2030
|
+
u[15].text + "") && ne(l, t, o.contenteditable), q(n, o = ee(i, [
|
|
2031
2031
|
f[0] & /*subNavigation*/
|
|
2032
2032
|
1 && /*link*/
|
|
2033
2033
|
u[15].attributes,
|
|
@@ -2044,13 +2044,13 @@ function qe(a) {
|
|
|
2044
2044
|
}
|
|
2045
2045
|
};
|
|
2046
2046
|
}
|
|
2047
|
-
function
|
|
2048
|
-
let e, n =
|
|
2047
|
+
function Gt(a) {
|
|
2048
|
+
let e, n = A(
|
|
2049
2049
|
/*item*/
|
|
2050
2050
|
a[12].links
|
|
2051
2051
|
), t = [];
|
|
2052
2052
|
for (let l = 0; l < n.length; l += 1)
|
|
2053
|
-
t[l] =
|
|
2053
|
+
t[l] = Ie(ye(a, n, l));
|
|
2054
2054
|
return {
|
|
2055
2055
|
c() {
|
|
2056
2056
|
for (let l = 0; l < t.length; l += 1)
|
|
@@ -2060,19 +2060,19 @@ function Ht(a) {
|
|
|
2060
2060
|
m(l, s) {
|
|
2061
2061
|
for (let r = 0; r < t.length; r += 1)
|
|
2062
2062
|
t[r] && t[r].m(l, s);
|
|
2063
|
-
|
|
2063
|
+
d(l, e, s);
|
|
2064
2064
|
},
|
|
2065
2065
|
p(l, s) {
|
|
2066
2066
|
if (s[0] & /*subNavigation*/
|
|
2067
2067
|
1) {
|
|
2068
|
-
n =
|
|
2068
|
+
n = A(
|
|
2069
2069
|
/*item*/
|
|
2070
2070
|
l[12].links
|
|
2071
2071
|
);
|
|
2072
2072
|
let r;
|
|
2073
2073
|
for (r = 0; r < n.length; r += 1) {
|
|
2074
|
-
const i =
|
|
2075
|
-
t[r] ? t[r].p(i, s) : (t[r] =
|
|
2074
|
+
const i = ye(l, n, r);
|
|
2075
|
+
t[r] ? t[r].p(i, s) : (t[r] = Ie(i), t[r].c(), t[r].m(e.parentNode, e));
|
|
2076
2076
|
}
|
|
2077
2077
|
for (; r < t.length; r += 1)
|
|
2078
2078
|
t[r].d(1);
|
|
@@ -2080,41 +2080,41 @@ function Ht(a) {
|
|
|
2080
2080
|
}
|
|
2081
2081
|
},
|
|
2082
2082
|
d(l) {
|
|
2083
|
-
l && v(e),
|
|
2083
|
+
l && v(e), D(t, l);
|
|
2084
2084
|
}
|
|
2085
2085
|
};
|
|
2086
2086
|
}
|
|
2087
|
-
function
|
|
2087
|
+
function Vt(a) {
|
|
2088
2088
|
let e, n, t = (
|
|
2089
2089
|
/*item*/
|
|
2090
2090
|
a[12].title + ""
|
|
2091
2091
|
), l, s, r, i, o;
|
|
2092
|
-
return r = new
|
|
2092
|
+
return r = new I({ props: { icon: re } }), {
|
|
2093
2093
|
c() {
|
|
2094
|
-
e =
|
|
2094
|
+
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");
|
|
2095
2095
|
},
|
|
2096
2096
|
m(c, u) {
|
|
2097
|
-
|
|
2097
|
+
d(c, e, u), g(e, n), g(n, l), g(e, s), L(r, e, null), g(e, i), o = !0;
|
|
2098
2098
|
},
|
|
2099
2099
|
p(c, u) {
|
|
2100
2100
|
(!o || u[0] & /*subNavigation*/
|
|
2101
2101
|
1) && t !== (t = /*item*/
|
|
2102
|
-
c[12].title + "") &&
|
|
2102
|
+
c[12].title + "") && te(l, t);
|
|
2103
2103
|
},
|
|
2104
2104
|
i(c) {
|
|
2105
|
-
o || (
|
|
2105
|
+
o || (p(r.$$.fragment, c), o = !0);
|
|
2106
2106
|
},
|
|
2107
2107
|
o(c) {
|
|
2108
|
-
|
|
2108
|
+
m(r.$$.fragment, c), o = !1;
|
|
2109
2109
|
},
|
|
2110
2110
|
d(c) {
|
|
2111
|
-
c && v(e),
|
|
2111
|
+
c && v(e), N(r);
|
|
2112
2112
|
}
|
|
2113
2113
|
};
|
|
2114
2114
|
}
|
|
2115
|
-
function
|
|
2115
|
+
function Oe(a, e) {
|
|
2116
2116
|
let n, t, l, s, r;
|
|
2117
|
-
const i = [
|
|
2117
|
+
const i = [Ht, Pt], o = [];
|
|
2118
2118
|
function c(u, f) {
|
|
2119
2119
|
return (
|
|
2120
2120
|
/*item*/
|
|
@@ -2125,115 +2125,115 @@ function Ie(a, e) {
|
|
|
2125
2125
|
key: a,
|
|
2126
2126
|
first: null,
|
|
2127
2127
|
c() {
|
|
2128
|
-
n =
|
|
2128
|
+
n = O(), l.c(), s = O(), this.first = n;
|
|
2129
2129
|
},
|
|
2130
2130
|
m(u, f) {
|
|
2131
|
-
|
|
2131
|
+
d(u, n, f), o[t].m(u, f), d(u, s, f), r = !0;
|
|
2132
2132
|
},
|
|
2133
2133
|
p(u, f) {
|
|
2134
2134
|
e = u;
|
|
2135
2135
|
let h = t;
|
|
2136
|
-
t = c(e), t === h ? o[t].p(e, f) : (T(),
|
|
2136
|
+
t = c(e), t === h ? o[t].p(e, f) : (T(), m(o[h], 1, 1, () => {
|
|
2137
2137
|
o[h] = null;
|
|
2138
|
-
}), U(), l = o[t], l ? l.p(e, f) : (l = o[t] = i[t](e), l.c()),
|
|
2138
|
+
}), U(), l = o[t], l ? l.p(e, f) : (l = o[t] = i[t](e), l.c()), p(l, 1), l.m(s.parentNode, s));
|
|
2139
2139
|
},
|
|
2140
2140
|
i(u) {
|
|
2141
|
-
r || (
|
|
2141
|
+
r || (p(l), r = !0);
|
|
2142
2142
|
},
|
|
2143
2143
|
o(u) {
|
|
2144
|
-
|
|
2144
|
+
m(l), r = !1;
|
|
2145
2145
|
},
|
|
2146
2146
|
d(u) {
|
|
2147
2147
|
u && (v(n), v(s)), o[t].d(u);
|
|
2148
2148
|
}
|
|
2149
2149
|
};
|
|
2150
2150
|
}
|
|
2151
|
-
function
|
|
2152
|
-
let e, n, t, l, s, r, i, o, c, u, f, h,
|
|
2153
|
-
|
|
2151
|
+
function Dt(a) {
|
|
2152
|
+
let e, n, t, l, s, r, i, o, c, u, f, h, $, B, w, Y, M;
|
|
2153
|
+
De(
|
|
2154
2154
|
/*onwindowresize*/
|
|
2155
2155
|
a[10]
|
|
2156
2156
|
);
|
|
2157
|
-
let
|
|
2157
|
+
let j = (
|
|
2158
2158
|
/*windowWidth*/
|
|
2159
|
-
a[3] >=
|
|
2159
|
+
a[3] >= R && Ze(a)
|
|
2160
2160
|
), S = (
|
|
2161
2161
|
/*windowWidth*/
|
|
2162
|
-
a[3] >=
|
|
2162
|
+
a[3] >= R && Ue()
|
|
2163
2163
|
);
|
|
2164
|
-
const
|
|
2165
|
-
function
|
|
2164
|
+
const fe = [yt, kt], G = [];
|
|
2165
|
+
function _e(y, z) {
|
|
2166
2166
|
return (
|
|
2167
2167
|
/*windowWidth*/
|
|
2168
|
-
y[3] >=
|
|
2168
|
+
y[3] >= R ? 0 : 1
|
|
2169
2169
|
);
|
|
2170
2170
|
}
|
|
2171
|
-
|
|
2172
|
-
const
|
|
2173
|
-
function
|
|
2171
|
+
o = _e(a), c = G[o] = fe[o](a);
|
|
2172
|
+
const he = [Ct, xt], P = [];
|
|
2173
|
+
function ge(y, z) {
|
|
2174
2174
|
return (
|
|
2175
2175
|
/*windowWidth*/
|
|
2176
|
-
y[3] >=
|
|
2176
|
+
y[3] >= R ? 0 : 1
|
|
2177
2177
|
);
|
|
2178
2178
|
}
|
|
2179
|
-
|
|
2179
|
+
h = ge(a), $ = P[h] = he[h](a);
|
|
2180
2180
|
let Z = (
|
|
2181
2181
|
/*subNavigation*/
|
|
2182
2182
|
(a[0].length > 0 || /*pageTitle*/
|
|
2183
|
-
a[1]) &&
|
|
2183
|
+
a[1]) && Fe(a)
|
|
2184
2184
|
);
|
|
2185
2185
|
return {
|
|
2186
2186
|
c() {
|
|
2187
|
-
e =
|
|
2188
|
-
a[3] >=
|
|
2187
|
+
e = b("header"), j && j.c(), n = x(), t = b("div"), S && S.c(), l = x(), s = b("nav"), r = b("div"), i = b("a"), c.c(), f = x(), $.c(), B = x(), Z && Z.c(), _(i, "class", u = `flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[theme(spacing.max-content-width)]:absolute min-[theme(spacing.max-content-width)]:left-[max(calc((100%-theme(spacing.max-content-width))/2),7.5rem)] [&>svg]:block [&>svg]:h-full ${/*windowWidth*/
|
|
2188
|
+
a[3] >= R ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`), _(i, "href", "https://www.uoguelph.ca"), _(i, "aria-label", "University of Guelph Home Page"), _(r, "class", "flex w-fit"), _(s, "class", "relative w-full justify-between flex h-full pr-[calc((100%-theme(spacing.max-content-width))/2)] pl-[calc(((100%-theme(spacing.max-content-width))/2)-7.5rem)] text-3xl text-white"), _(s, "aria-label", "Primary"), _(t, "class", "flex h-[5rem] lg:h-[10rem] bg-black"), _(e, "class", "relative z-10 w-full font-condensed text-3xl text-black");
|
|
2189
2189
|
},
|
|
2190
2190
|
m(y, z) {
|
|
2191
|
-
|
|
2192
|
-
|
|
2191
|
+
d(y, e, z), j && j.m(e, null), g(e, n), g(e, t), S && S.m(t, null), g(t, l), g(t, s), g(s, r), g(r, i), G[o].m(i, null), g(s, f), P[h].m(s, null), g(e, B), Z && Z.m(e, null), w = !0, Y || (M = ie(
|
|
2192
|
+
Je,
|
|
2193
2193
|
"resize",
|
|
2194
2194
|
/*onwindowresize*/
|
|
2195
2195
|
a[10]
|
|
2196
|
-
),
|
|
2196
|
+
), Y = !0);
|
|
2197
2197
|
},
|
|
2198
2198
|
p(y, z) {
|
|
2199
2199
|
/*windowWidth*/
|
|
2200
|
-
y[3] >=
|
|
2201
|
-
8 &&
|
|
2202
|
-
|
|
2200
|
+
y[3] >= R ? j ? (j.p(y, z), z[0] & /*windowWidth*/
|
|
2201
|
+
8 && p(j, 1)) : (j = Ze(y), j.c(), p(j, 1), j.m(e, n)) : j && (T(), m(j, 1, 1, () => {
|
|
2202
|
+
j = null;
|
|
2203
2203
|
}), U()), /*windowWidth*/
|
|
2204
|
-
y[3] >=
|
|
2205
|
-
8 &&
|
|
2204
|
+
y[3] >= R ? S ? z[0] & /*windowWidth*/
|
|
2205
|
+
8 && p(S, 1) : (S = Ue(), S.c(), p(S, 1), S.m(t, l)) : S && (T(), m(S, 1, 1, () => {
|
|
2206
2206
|
S = null;
|
|
2207
2207
|
}), U());
|
|
2208
|
-
let
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
}), U(),
|
|
2212
|
-
8 &&
|
|
2213
|
-
y[3] >=
|
|
2214
|
-
let
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
}), U(),
|
|
2208
|
+
let oe = o;
|
|
2209
|
+
o = _e(y), o !== oe && (T(), m(G[oe], 1, 1, () => {
|
|
2210
|
+
G[oe] = null;
|
|
2211
|
+
}), U(), c = G[o], c || (c = G[o] = fe[o](y), c.c()), p(c, 1), c.m(i, null)), (!w || z[0] & /*windowWidth*/
|
|
2212
|
+
8 && u !== (u = `flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[theme(spacing.max-content-width)]:absolute min-[theme(spacing.max-content-width)]:left-[max(calc((100%-theme(spacing.max-content-width))/2),7.5rem)] [&>svg]:block [&>svg]:h-full ${/*windowWidth*/
|
|
2213
|
+
y[3] >= R ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`)) && _(i, "class", u);
|
|
2214
|
+
let se = h;
|
|
2215
|
+
h = ge(y), h === se ? P[h].p(y, z) : (T(), m(P[se], 1, 1, () => {
|
|
2216
|
+
P[se] = null;
|
|
2217
|
+
}), U(), $ = P[h], $ ? $.p(y, z) : ($ = P[h] = he[h](y), $.c()), p($, 1), $.m(s, null)), /*subNavigation*/
|
|
2218
2218
|
y[0].length > 0 || /*pageTitle*/
|
|
2219
2219
|
y[1] ? Z ? (Z.p(y, z), z[0] & /*subNavigation, pageTitle*/
|
|
2220
|
-
3 &&
|
|
2220
|
+
3 && p(Z, 1)) : (Z = Fe(y), Z.c(), p(Z, 1), Z.m(e, null)) : Z && (T(), m(Z, 1, 1, () => {
|
|
2221
2221
|
Z = null;
|
|
2222
2222
|
}), U());
|
|
2223
2223
|
},
|
|
2224
2224
|
i(y) {
|
|
2225
|
-
|
|
2225
|
+
w || (p(j), p(S), p(c), p($), p(Z), w = !0);
|
|
2226
2226
|
},
|
|
2227
2227
|
o(y) {
|
|
2228
|
-
|
|
2228
|
+
m(j), m(S), m(c), m($), m(Z), w = !1;
|
|
2229
2229
|
},
|
|
2230
2230
|
d(y) {
|
|
2231
|
-
y && v(e),
|
|
2231
|
+
y && v(e), j && j.d(), S && S.d(), G[o].d(), P[h].d(), Z && Z.d(), Y = !1, M();
|
|
2232
2232
|
}
|
|
2233
2233
|
};
|
|
2234
2234
|
}
|
|
2235
|
-
const
|
|
2236
|
-
function
|
|
2235
|
+
const R = 1024, Qt = 35;
|
|
2236
|
+
function Yt(a, e, n) {
|
|
2237
2237
|
const t = [
|
|
2238
2238
|
{
|
|
2239
2239
|
text: "Give",
|
|
@@ -2297,7 +2297,7 @@ function Qt(a, e, n) {
|
|
|
2297
2297
|
], s = {
|
|
2298
2298
|
text: "Search the University of Guelph",
|
|
2299
2299
|
href: "https://uoguelph.ca/search",
|
|
2300
|
-
icon:
|
|
2300
|
+
icon: nt
|
|
2301
2301
|
}, r = {
|
|
2302
2302
|
text: "Account Menu",
|
|
2303
2303
|
links: [
|
|
@@ -2322,14 +2322,14 @@ function Qt(a, e, n) {
|
|
|
2322
2322
|
href: "https://gryphlife.uoguelph.ca/"
|
|
2323
2323
|
}
|
|
2324
2324
|
],
|
|
2325
|
-
icon:
|
|
2325
|
+
icon: rt
|
|
2326
2326
|
};
|
|
2327
2327
|
let i, o, c = !1, { subNavigation: u } = e, { pageTitle: f } = e, { pageURL: h } = e;
|
|
2328
|
-
function
|
|
2329
|
-
n(3, i =
|
|
2328
|
+
function $() {
|
|
2329
|
+
n(3, i = Je.innerWidth);
|
|
2330
2330
|
}
|
|
2331
|
-
function
|
|
2332
|
-
|
|
2331
|
+
function B(w) {
|
|
2332
|
+
ot[w ? "unshift" : "push"](() => {
|
|
2333
2333
|
o = w, n(4, o);
|
|
2334
2334
|
});
|
|
2335
2335
|
}
|
|
@@ -2338,7 +2338,7 @@ function Qt(a, e, n) {
|
|
|
2338
2338
|
}, a.$$.update = () => {
|
|
2339
2339
|
a.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
|
|
2340
2340
|
56 && window.requestAnimationFrame(() => {
|
|
2341
|
-
i >=
|
|
2341
|
+
i >= R && o && !c && n(5, c = o.offsetWidth > o.parentElement.offsetWidth);
|
|
2342
2342
|
});
|
|
2343
2343
|
}, [
|
|
2344
2344
|
u,
|
|
@@ -2351,18 +2351,18 @@ function Qt(a, e, n) {
|
|
|
2351
2351
|
l,
|
|
2352
2352
|
s,
|
|
2353
2353
|
r,
|
|
2354
|
-
|
|
2355
|
-
|
|
2354
|
+
$,
|
|
2355
|
+
B
|
|
2356
2356
|
];
|
|
2357
2357
|
}
|
|
2358
|
-
class
|
|
2358
|
+
class Kt extends X {
|
|
2359
2359
|
constructor(e) {
|
|
2360
|
-
super(),
|
|
2360
|
+
super(), J(
|
|
2361
2361
|
this,
|
|
2362
2362
|
e,
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2363
|
+
Yt,
|
|
2364
|
+
Dt,
|
|
2365
|
+
Q,
|
|
2366
2366
|
{
|
|
2367
2367
|
subNavigation: 0,
|
|
2368
2368
|
pageTitle: 1,
|
|
@@ -2376,24 +2376,24 @@ class Yt extends Y {
|
|
|
2376
2376
|
return this.$$.ctx[0];
|
|
2377
2377
|
}
|
|
2378
2378
|
set subNavigation(e) {
|
|
2379
|
-
this.$$set({ subNavigation: e }),
|
|
2379
|
+
this.$$set({ subNavigation: e }), F();
|
|
2380
2380
|
}
|
|
2381
2381
|
get pageTitle() {
|
|
2382
2382
|
return this.$$.ctx[1];
|
|
2383
2383
|
}
|
|
2384
2384
|
set pageTitle(e) {
|
|
2385
|
-
this.$$set({ pageTitle: e }),
|
|
2385
|
+
this.$$set({ pageTitle: e }), F();
|
|
2386
2386
|
}
|
|
2387
2387
|
get pageURL() {
|
|
2388
2388
|
return this.$$.ctx[2];
|
|
2389
2389
|
}
|
|
2390
2390
|
set pageURL(e) {
|
|
2391
|
-
this.$$set({ pageURL: e }),
|
|
2391
|
+
this.$$set({ pageURL: e }), F();
|
|
2392
2392
|
}
|
|
2393
2393
|
}
|
|
2394
|
-
customElements.define("uofg-header",
|
|
2394
|
+
customElements.define("uofg-header", K(Kt, { subNavigation: {}, pageTitle: { reflect: !0, type: "String", attribute: "page-title" }, pageURL: { reflect: !0, type: "String", attribute: "page-url" } }, [], [], !0, (a) => class extends a {
|
|
2395
2395
|
constructor() {
|
|
2396
|
-
super(),
|
|
2396
|
+
super(), lt(this.shadowRoot);
|
|
2397
2397
|
}
|
|
2398
2398
|
connectedCallback() {
|
|
2399
2399
|
super.connectedCallback(), this.updateSubNavigation(), this.observer ?? (this.observer = new MutationObserver(() => {
|
|
@@ -2422,7 +2422,7 @@ customElements.define("uofg-header", Q(Yt, { subNavigation: {}, pageTitle: { ref
|
|
|
2422
2422
|
links: Array.from(n.querySelectorAll("a")).map(e)
|
|
2423
2423
|
};
|
|
2424
2424
|
return t.wrapContent = t.links.reduce(
|
|
2425
|
-
(l, s) => (s.text.length >
|
|
2425
|
+
(l, s) => (s.text.length > Qt && (l = !0), l),
|
|
2426
2426
|
!1
|
|
2427
2427
|
), t;
|
|
2428
2428
|
}
|
|
@@ -2430,5 +2430,5 @@ customElements.define("uofg-header", Q(Yt, { subNavigation: {}, pageTitle: { ref
|
|
|
2430
2430
|
}
|
|
2431
2431
|
}));
|
|
2432
2432
|
export {
|
|
2433
|
-
|
|
2433
|
+
Kt as default
|
|
2434
2434
|
};
|