@wix/video 1.84.0 → 1.85.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.
- package/dist/statics/janet/iframe.html +1 -1
- package/dist/statics/janet/{main.7beb1923.iframe.bundle.js → main.c9474bbb.iframe.bundle.js} +10 -1
- package/dist/statics/janet/main.c9474bbb.iframe.bundle.js.map +1 -0
- package/dist/statics/janet/project.json +1 -1
- package/dist/statics/manifest.json +2 -2
- package/dist/statics/manifest.min.json +2 -2
- package/dist/statics/video.umd.js +10 -1
- package/dist/statics/video.umd.js.map +1 -1
- package/dist/statics/video.umd.min.js +1 -1
- package/dist/statics/video.umd.min.js.map +1 -1
- package/package.json +3 -3
- package/dist/statics/janet/main.7beb1923.iframe.bundle.js.map +0 -1
|
@@ -361,4 +361,4 @@
|
|
|
361
361
|
|
|
362
362
|
|
|
363
363
|
|
|
364
|
-
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="main.
|
|
364
|
+
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="main.c9474bbb.iframe.bundle.js"></script></body></html>
|
package/dist/statics/janet/{main.7beb1923.iframe.bundle.js → main.c9474bbb.iframe.bundle.js}
RENAMED
|
@@ -18894,6 +18894,14 @@ const customElementInit_getDevicePixelRatio = () => {
|
|
|
18894
18894
|
}
|
|
18895
18895
|
return window.devicePixelRatio;
|
|
18896
18896
|
};
|
|
18897
|
+
const getIsImagesLazyLoadingDisabled = () => {
|
|
18898
|
+
try {
|
|
18899
|
+
return new URL(window.location.href).searchParams.get('disableLazyLoading') === 'true';
|
|
18900
|
+
}
|
|
18901
|
+
catch {
|
|
18902
|
+
return false;
|
|
18903
|
+
}
|
|
18904
|
+
};
|
|
18897
18905
|
const customElementInit_STATIC_MEDIA_URL = 'https://static.wixstatic.com/media';
|
|
18898
18906
|
const MEDIA_ROOT_URL = 'https://static.wixstatic.com';
|
|
18899
18907
|
function customElementInit_initCustomElement(services = {}, contextWindow = null, envConsts = {}) {
|
|
@@ -18905,6 +18913,7 @@ function customElementInit_initCustomElement(services = {}, contextWindow = null
|
|
|
18905
18913
|
mediaRootUrl: MEDIA_ROOT_URL,
|
|
18906
18914
|
experiments: {},
|
|
18907
18915
|
devicePixelRatio: customElementInit_getDevicePixelRatio(),
|
|
18916
|
+
disableImagesLazyLoading: getIsImagesLazyLoadingDisabled(),
|
|
18908
18917
|
...envConsts,
|
|
18909
18918
|
};
|
|
18910
18919
|
const define = registry_init(contextWindow, services);
|
|
@@ -73257,4 +73266,4 @@ module.exports = /*#__PURE__*/JSON.parse('["a","abbr","address","area","article"
|
|
|
73257
73266
|
/******/
|
|
73258
73267
|
/******/ })()
|
|
73259
73268
|
;
|
|
73260
|
-
//# sourceMappingURL=main.
|
|
73269
|
+
//# sourceMappingURL=main.c9474bbb.iframe.bundle.js.map
|