@visitscotland/component-library 5.5.2 → 5.5.3

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.
@@ -10858,7 +10858,7 @@ const CardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_ren
10858
10858
  if (!window.dataLayerExtended && window.dataLayer) {
10859
10859
  const e = window.dataLayer.push;
10860
10860
  window.dataLayer.push = (n) => {
10861
- skipOriginalPush || (n ? e(n) : e()), n && n.event === "cookie_permission_loaded" && setTimeout(() => {
10861
+ n ? e(n) : e(), n && n.event === "cookie_permission_loaded" && setTimeout(() => {
10862
10862
  window.dispatchEvent(new Event("cookieManagerLoaded"));
10863
10863
  }), n && n.event === "cookie_permission_changed" && setTimeout(() => {
10864
10864
  window.dispatchEvent(new Event("cookiesUpdated"));