@visitscotland/component-library 5.43.0 → 5.43.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.
@@ -12020,7 +12020,7 @@ const VsCardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["render", _sfc_r
12020
12020
  },
12021
12021
  cookiesUpdated() {
12022
12022
  let e = !1;
12023
- typeof CookieControl < "u" && (e = this.requiredCookies.every(
12023
+ typeof CookieControl < "u" && this.requiredCookies && (e = this.requiredCookies.every(
12024
12024
  (n) => CookieControl && CookieControl.getCategoryConsent(n) === !0
12025
12025
  )), this.requiredCookiesAllowed = e, typeof this.callbackOnUpdated < "u" && this.callbackOnUpdated();
12026
12026
  }
@@ -15336,7 +15336,7 @@ var isCoreModule, hasRequiredIsCoreModule;
15336
15336
  function requireIsCoreModule() {
15337
15337
  if (hasRequiredIsCoreModule) return isCoreModule;
15338
15338
  hasRequiredIsCoreModule = 1;
15339
- var e = { node: "20.20.1", acorn: "8.16.0", ada: "2.9.2", ares: "1.34.6", brotli: "1.1.0", cjs_module_lexer: "2.2.0", cldr: "48.0", icu: "78.2", llhttp: "9.3.1", modules: "115", napi: "9", nghttp2: "1.61.0", openssl: "3.0.19", simdutf: "6.4.2", tz: "2025c", undici: "6.23.0", unicode: "17.0", uv: "1.46.0", uvwasi: "0.0.23", v8: "11.3.244.8-node.34", zlib: "1.3.1-e00f703" }, n = requireHasown();
15339
+ var e = { node: "20.20.2", acorn: "8.16.0", ada: "2.9.2", ares: "1.34.6", brotli: "1.1.0", cjs_module_lexer: "2.2.0", cldr: "48.0", icu: "78.2", llhttp: "9.3.1", modules: "115", napi: "9", nghttp2: "1.61.0", openssl: "3.0.19", simdutf: "6.4.2", tz: "2025c", undici: "6.24.1", unicode: "17.0", uv: "1.46.0", uvwasi: "0.0.23", v8: "11.3.244.8-node.38", zlib: "1.3.1-e00f703" }, n = requireHasown();
15340
15340
  function t(s, i) {
15341
15341
  for (var l = s.split("."), c = i.split(" "), u = c.length > 1 ? c[0] : "=", d = (c.length > 1 ? c[1] : c[0]).split("."), f = 0; f < 3; ++f) {
15342
15342
  var p = parseInt(l[f] || 0, 10), m = parseInt(d[f] || 0, 10);
@@ -37237,7 +37237,7 @@ const useGoogleMapStore = defineStore("googleMap", () => {
37237
37237
  }
37238
37238
  function s() {
37239
37239
  let i = !1;
37240
- typeof CookieControl < "u" && (i = e.value.every(
37240
+ typeof CookieControl < "u" && e.value && (i = e.value.every(
37241
37241
  (l) => CookieControl.getCategoryConsent(l) === !0
37242
37242
  )), n.value = i;
37243
37243
  }