@visitscotland/component-library 5.15.0 → 5.15.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 +12 -12
- package/dist/client/scripts/{5b58f17e8baf99adb0f9.js → c414a72f533223c0e349.js} +1 -1
- package/dist/components/vs-component-library.js +1 -1
- package/dist/components/vs-component-library.mjs +1 -1
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/package.json +1 -1
- /package/dist/ssr/styles/{783ed0c1e95f3f226b1b.css → 20d4555680a1b9658555.css} +0 -0
|
@@ -10853,7 +10853,7 @@ const VsCardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["render", _sfc_r
|
|
|
10853
10853
|
cookiesUpdated() {
|
|
10854
10854
|
let e = !1;
|
|
10855
10855
|
typeof CookieControl < "u" && (e = this.requiredCookies.every(
|
|
10856
|
-
(n) => CookieControl && CookieControl.getCategoryConsent(n)
|
|
10856
|
+
(n) => CookieControl && CookieControl.getCategoryConsent(n) === !0
|
|
10857
10857
|
)), this.requiredCookiesAllowed = e, typeof this.callbackOnUpdated < "u" && this.callbackOnUpdated();
|
|
10858
10858
|
}
|
|
10859
10859
|
},
|