@visitscotland/component-library 5.4.0 → 5.4.1
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/client/manifest.json +10 -10
- package/dist/client/scripts/{72a2a2aa2657236e20c7.js → 76c017215a653824cb7a.js} +1 -1
- package/dist/components/vs-component-library.js +1 -1
- package/dist/components/vs-component-library.mjs +2 -2
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/package.json +1 -1
- /package/dist/ssr/styles/{680b2b3cfc365d4dd57d.css → 6a3f38ae5bfcd8d41eb4.css} +0 -0
|
@@ -10859,9 +10859,9 @@ const CardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_ren
|
|
|
10859
10859
|
const e = window.dataLayer.push;
|
|
10860
10860
|
window.dataLayer.push = (n) => {
|
|
10861
10861
|
e.apply(this, n), n && n.event === "cookie_permission_loaded" && setTimeout(() => {
|
|
10862
|
-
window.dispatchEvent("cookieManagerLoaded");
|
|
10862
|
+
window.dispatchEvent(new Event("cookieManagerLoaded"));
|
|
10863
10863
|
}), n && n.event === "cookie_permission_changed" && setTimeout(() => {
|
|
10864
|
-
window.dispatchEvent("cookiesUpdated");
|
|
10864
|
+
window.dispatchEvent(new Event("cookiesUpdated"));
|
|
10865
10865
|
});
|
|
10866
10866
|
}, window.dataLayerExtended = !0;
|
|
10867
10867
|
}
|