@abgov/web-components 2.2.0-dev.14 → 2.2.0-dev.15
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/index.js +7 -7
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -16850,18 +16850,18 @@ function $n(t) {
|
|
|
16850
16850
|
};
|
|
16851
16851
|
}
|
|
16852
16852
|
function y0(t) {
|
|
16853
|
-
let e
|
|
16853
|
+
let e;
|
|
16854
16854
|
return {
|
|
16855
16855
|
c() {
|
|
16856
|
-
e = C("span"), e.textContent =
|
|
16857
|
-
t[8]}
|
|
16856
|
+
e = C("span"), e.textContent = `© ${/*year*/
|
|
16857
|
+
t[8]} Government of Alberta`, f(e, "class", "goa-copyright svelte-1no55zq");
|
|
16858
16858
|
},
|
|
16859
|
-
m(
|
|
16860
|
-
q(
|
|
16859
|
+
m(o, i) {
|
|
16860
|
+
q(o, e, i);
|
|
16861
16861
|
},
|
|
16862
16862
|
p: Me,
|
|
16863
|
-
d(
|
|
16864
|
-
|
|
16863
|
+
d(o) {
|
|
16864
|
+
o && E(e);
|
|
16865
16865
|
}
|
|
16866
16866
|
};
|
|
16867
16867
|
}
|