@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.
- package/dist/client/manifest.json +15 -15
- package/dist/client/scripts/68531b18be9379f8ca1d.js +1 -0
- package/dist/client/scripts/{34ee90429cad0416277c.js → b5aae4c7531da20952c3.js} +1 -1
- package/dist/components/vs-component-library.js +3 -3
- package/dist/components/vs-component-library.mjs +3 -3
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/package.json +1 -1
- package/dist/client/scripts/933d633cb47a3304650c.js +0 -1
- /package/dist/client/styles/{34ee90429cad0416277c.css → b5aae4c7531da20952c3.css} +0 -0
- /package/dist/ssr/styles/{b5b07d64d8f252910913.css → a648889cdd3dfac5292a.css} +0 -0
|
@@ -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.
|
|
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
|
}
|