@visitscotland/component-library 5.48.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.
|
|
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",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@originjs/vite-plugin-require-context": "^1.0.9",
|
|
78
78
|
"@rushstack/eslint-patch": "^1.3.0",
|
|
79
79
|
"@semantic-release/exec": "^7.1.0",
|
|
80
|
-
"@semantic-release/npm": "^
|
|
80
|
+
"@semantic-release/npm": "^13.1.5",
|
|
81
81
|
"@storybook/addon-a11y": "^9.1.0-alpha.2",
|
|
82
82
|
"@storybook/addon-docs": "9.1.0-alpha.2",
|
|
83
83
|
"@storybook/addon-links": "^9.1.0-alpha.2",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"postcss-safe-parser": "^6.0.0",
|
|
114
114
|
"prettier": "^3.2.5",
|
|
115
115
|
"sass": "^1.62.1",
|
|
116
|
-
"semantic-release": "^
|
|
116
|
+
"semantic-release": "^25.0.3",
|
|
117
117
|
"standard-version": "^9.5.0",
|
|
118
118
|
"storybook": "^9.1.0-alpha.2",
|
|
119
119
|
"storybook-addon-datalayer-watcher": "^2.0.1",
|
|
@@ -161,6 +161,11 @@
|
|
|
161
161
|
"npm": ">= 6.14.5",
|
|
162
162
|
"yarn": ">= 1.22.4"
|
|
163
163
|
},
|
|
164
|
+
"dependenciesMeta": {
|
|
165
|
+
"husky": {
|
|
166
|
+
"built": true
|
|
167
|
+
}
|
|
168
|
+
},
|
|
164
169
|
"browserslist": [
|
|
165
170
|
"> 1%",
|
|
166
171
|
"last 2 versions",
|
|
@@ -193,7 +198,8 @@
|
|
|
193
198
|
"highlight.js": "^10.4.1",
|
|
194
199
|
"semver": "^7.5.4",
|
|
195
200
|
"get-func-name": "^2.0.1",
|
|
196
|
-
"svgo": "3.2.0"
|
|
201
|
+
"svgo": "3.2.0",
|
|
202
|
+
"tar": "^7.5.13"
|
|
197
203
|
},
|
|
198
|
-
"packageManager": "yarn@4.
|
|
204
|
+
"packageManager": "yarn@4.14.1"
|
|
199
205
|
}
|