@visitscotland/component-library 5.5.2 → 5.5.4
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/{5b29d723f85256ca7cf7.js → 5d73502702c4bb5edd7f.js} +1 -1
- package/dist/components/vs-component-library.js +26 -26
- package/dist/components/vs-component-library.mjs +0 -10
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/package.json +1 -1
- /package/dist/ssr/styles/{07daf122352a40cf311c.css → 1cc6a9119d6015f578fd.css} +0 -0
|
@@ -10855,16 +10855,6 @@ const CardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_ren
|
|
|
10855
10855
|
}
|
|
10856
10856
|
},
|
|
10857
10857
|
mounted() {
|
|
10858
|
-
if (!window.dataLayerExtended && window.dataLayer) {
|
|
10859
|
-
const e = window.dataLayer.push;
|
|
10860
|
-
window.dataLayer.push = (n) => {
|
|
10861
|
-
skipOriginalPush || (n ? e(n) : e()), n && n.event === "cookie_permission_loaded" && setTimeout(() => {
|
|
10862
|
-
window.dispatchEvent(new Event("cookieManagerLoaded"));
|
|
10863
|
-
}), n && n.event === "cookie_permission_changed" && setTimeout(() => {
|
|
10864
|
-
window.dispatchEvent(new Event("cookiesUpdated"));
|
|
10865
|
-
});
|
|
10866
|
-
}, window.dataLayerExtended = !0;
|
|
10867
|
-
}
|
|
10868
10858
|
window.addEventListener("cookieManagerLoaded", () => {
|
|
10869
10859
|
this.managerLoaded();
|
|
10870
10860
|
}), window.addEventListener("cookiesUpdated", () => {
|