@visitscotland/component-library 5.49.0 → 5.50.0

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.
@@ -16152,7 +16152,8 @@ function _sfc_render$1b(e, n, t, a, o, r) {
16152
16152
  autoplay: !t.lazyLoad || o.isLoaded,
16153
16153
  playsinline: "",
16154
16154
  preload: t.lazyLoad ? "none" : "auto",
16155
- fetchpriority: t.lazyLoad ? "low" : "high"
16155
+ fetchpriority: t.lazyLoad ? "low" : "high",
16156
+ tabindex: "-1"
16156
16157
  }, [
16157
16158
  createElementVNode("source", {
16158
16159
  src: t.videoSrc,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visitscotland/component-library",
3
- "version": "5.49.0",
3
+ "version": "5.50.0",
4
4
  "description": "VisitScotland Component Library",
5
5
  "author": "VisitScotland",
6
6
  "homepage": "https://github.com/visitscotland/vs-component-library#readme",