@visitscotland/component-library 4.26.1 → 4.26.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.
- package/dist/client/manifest.json +14 -14
- package/dist/client/scripts/{2f707a9d6a1a41b0adcf.js → 4da3c12f2b338549d8a2.js} +1 -1
- package/dist/client/scripts/{79c040a87f4107020098.js → c9dea3934f4fadaed5b9.js} +1 -1
- package/dist/components/vs-component-library.js +1 -1
- package/dist/components/vs-component-library.mjs +13 -5
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/package.json +1 -1
- /package/dist/client/styles/{2f707a9d6a1a41b0adcf.css → 4da3c12f2b338549d8a2.css} +0 -0
- /package/dist/client/styles/{79c040a87f4107020098.css → c9dea3934f4fadaed5b9.css} +0 -0
- /package/dist/ssr/styles/{e0897c8f64155859d252.css → ea3a5a109e000aff1029.css} +0 -0
|
@@ -19289,15 +19289,23 @@ function _sfc_render$1s(e, n, t, a, r, o) {
|
|
|
19289
19289
|
o.showWarning === "image" ? (openBlock(), createBlock(l, {
|
|
19290
19290
|
key: 1,
|
|
19291
19291
|
size: t.warningSize,
|
|
19292
|
-
type: "normal",
|
|
19292
|
+
type: o.showCookieWarning ? "cookie" : "normal",
|
|
19293
19293
|
"data-test": "vs-stretched-link-card__image-warning",
|
|
19294
19294
|
class: "vs-stretched-link-card__image-warning"
|
|
19295
|
-
}, {
|
|
19295
|
+
}, createSlots({
|
|
19296
19296
|
default: withCtx(() => [
|
|
19297
|
-
createTextVNode(toDisplayString(o.warningMessage), 1)
|
|
19297
|
+
createTextVNode(toDisplayString(o.warningMessage) + " ", 1)
|
|
19298
19298
|
]),
|
|
19299
|
-
_:
|
|
19300
|
-
},
|
|
19299
|
+
_: 2
|
|
19300
|
+
}, [
|
|
19301
|
+
o.cookieLinkText !== "" && o.showCookieWarning ? {
|
|
19302
|
+
name: "button-text",
|
|
19303
|
+
fn: withCtx(() => [
|
|
19304
|
+
createTextVNode(toDisplayString(o.cookieLinkText), 1)
|
|
19305
|
+
]),
|
|
19306
|
+
key: "0"
|
|
19307
|
+
} : void 0
|
|
19308
|
+
]), 1032, ["size", "type"])) : createCommentVNode("", !0),
|
|
19301
19309
|
t.videoId !== "" && t.errorType === "image" ? (openBlock(), createBlock(l, {
|
|
19302
19310
|
key: 2,
|
|
19303
19311
|
size: t.warningSize,
|