@visitscotland/component-library 4.26.0 → 4.26.2
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 +22 -22
- package/dist/client/scripts/623111c614e44231ba89.js +1 -0
- package/dist/client/scripts/{2f707a9d6a1a41b0adcf.js → 9de2152c3be748a2b4c6.js} +1 -1
- package/dist/client/scripts/bb25e26a279b7c847e4f.js +1 -0
- package/dist/client/styles/bb25e26a279b7c847e4f.css +1 -0
- package/dist/components/vs-component-library.css +1 -1
- package/dist/components/vs-component-library.js +1 -1
- package/dist/components/vs-component-library.mjs +12 -4
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{5044587d1df2c48e4d9b.css → f041247d73a83e80784a.css} +1 -1
- package/package.json +1 -1
- package/dist/client/scripts/334cd9bbb901392b040c.js +0 -1
- package/dist/client/scripts/d84e0e90f5b7e70d5436.js +0 -1
- package/dist/client/styles/d84e0e90f5b7e70d5436.css +0 -1
- /package/dist/client/styles/{334cd9bbb901392b040c.css → 623111c614e44231ba89.css} +0 -0
- /package/dist/client/styles/{2f707a9d6a1a41b0adcf.css → 9de2152c3be748a2b4c6.css} +0 -0
|
@@ -19292,12 +19292,20 @@ function _sfc_render$1s(e, n, t, a, r, o) {
|
|
|
19292
19292
|
type: "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"])) : createCommentVNode("", !0),
|
|
19301
19309
|
t.videoId !== "" && t.errorType === "image" ? (openBlock(), createBlock(l, {
|
|
19302
19310
|
key: 2,
|
|
19303
19311
|
size: t.warningSize,
|