@uoguelph/web-components 1.9.1-rc.3 → 1.9.1-rc.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uofg-web-components/bundle-mjs-XDpZcCQJ.js +4898 -0
- package/dist/uofg-web-components/{legacy-DVjlkM1b.js → legacy-CQFpMkNv.js} +5 -5
- package/dist/uofg-web-components/{slot-GuQmCA3r.js → slot-YHqkDhIT.js} +1 -1
- package/dist/uofg-web-components/uofg-alert.esm.js +2 -2
- package/dist/uofg-web-components/uofg-back-to-top.esm.js +2 -2
- package/dist/uofg-web-components/uofg-footer.esm.js +2675 -174
- package/dist/uofg-web-components/uofg-header.esm.js +84 -84
- package/dist/uofg-web-components/uofg-modal.esm.js +2 -2
- package/dist/uofg-web-components/{window-DkS3FM3R.js → window-8JtdasVs.js} +1 -1
- package/package.json +3 -2
- package/dist/uofg-web-components/bundle-mjs-B-xz8PaI.js +0 -2439
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a0 as d, a1 as g, a2 as b, al as h, ad as v, E as m, $ as y, ap as k, aF as E, u as c, A, aG as F, aH as l, o as u, aI as T, aJ as x, aK as N } from "./bundle-mjs-XDpZcCQJ.js";
|
|
2
2
|
function C(t, s, ...a) {
|
|
3
3
|
var o = t, n = h, e;
|
|
4
4
|
d(() => {
|
|
5
|
-
n !== (n = s()) && (e && (
|
|
5
|
+
n !== (n = s()) && (e && (v(e), e = null), e = b(() => (
|
|
6
6
|
/** @type {SnippetFn} */
|
|
7
7
|
n(o, ...a)
|
|
8
8
|
)));
|
|
9
|
-
}, g),
|
|
9
|
+
}, g), m && (o = y);
|
|
10
10
|
}
|
|
11
11
|
function G(t = !1) {
|
|
12
12
|
const s = (
|
|
13
13
|
/** @type {ComponentContextLegacy} */
|
|
14
|
-
|
|
14
|
+
k
|
|
15
15
|
), a = s.l.u;
|
|
16
16
|
if (!a) return;
|
|
17
17
|
let o = () => T(s.s);
|
|
@@ -29,7 +29,7 @@ function G(t = !1) {
|
|
|
29
29
|
});
|
|
30
30
|
o = () => u(_);
|
|
31
31
|
}
|
|
32
|
-
a.b.length &&
|
|
32
|
+
a.b.length && E(() => {
|
|
33
33
|
p(s, o), l(a.b);
|
|
34
34
|
}), c(() => {
|
|
35
35
|
const n = A(() => a.m.map(F));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as p, p as y, t as w, F as E, s as n, a as F, b as S, d as j, e as k, f as z, g as d, h as a, i as C, j as J, k as R, r as o, l as T } from "./bundle-mjs-
|
|
2
|
-
import { s as U, a as i } from "./slot-
|
|
1
|
+
import { c as p, p as y, t as w, F as E, s as n, a as F, b as S, d as j, e as k, f as z, g as d, h as a, i as C, j as J, k as R, r as o, l as T } from "./bundle-mjs-XDpZcCQJ.js";
|
|
2
|
+
import { s as U, a as i } from "./slot-YHqkDhIT.js";
|
|
3
3
|
var q = w('<div class="flex flex-col"><div><!> <!></div> <div><!> <span><!></span></div> <div><!></div></div>');
|
|
4
4
|
function A(c, t) {
|
|
5
5
|
const e = U(t);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { m as u, c as b, e as h, u as m, t as _, F as x, n as w, a as g, i as v, o, q as n, s as k, j as y, b as T, d as j, h as l, v as i, w as F, r as p, x as U, l as q } from "./bundle-mjs-
|
|
2
|
-
import { b as z } from "./window-
|
|
1
|
+
import { m as u, c as b, e as h, u as m, t as _, F as x, n as w, a as g, i as v, o, q as n, s as k, j as y, b as T, d as j, h as l, v as i, w as F, r as p, x as U, l as q } from "./bundle-mjs-XDpZcCQJ.js";
|
|
2
|
+
import { b as z } from "./window-8JtdasVs.js";
|
|
3
3
|
const B = () => {
|
|
4
4
|
window.scroll({ top: 0, left: 0, behavior: "smooth" });
|
|
5
5
|
};
|