@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.
@@ -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
- _: 1
19300
- }, 8, ["size"])) : createCommentVNode("", !0),
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,