@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1767700819606,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Turborepo","packageManager":{"type":"yarn","version":"4.12.0"},"typescriptOptions":{"check":false,"reactDocgen":false},"language":"typescript","storybookPackages":{"@wix/yoshi-storybook-dependencies":{"version":"6.163.0"}},"framework":{},"addons":{"@storybook/addon-controls":{"version":"6.5.16"},"@storybook/addon-docs":{"version":"6.5.16"}}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"video.css": "https://static.parastorage.com/services/video/
|
|
3
|
-
"video.js": "https://static.parastorage.com/services/video/
|
|
2
|
+
"video.css": "https://static.parastorage.com/services/video/47ca53f050a274ecd712f49eeeb37ec276a6c1c7436c7f3289310186/video.css",
|
|
3
|
+
"video.js": "https://static.parastorage.com/services/video/47ca53f050a274ecd712f49eeeb37ec276a6c1c7436c7f3289310186/video.umd.js"
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"video.css": "https://static.parastorage.com/services/video/
|
|
3
|
-
"video.js": "https://static.parastorage.com/services/video/
|
|
2
|
+
"video.css": "https://static.parastorage.com/services/video/47ca53f050a274ecd712f49eeeb37ec276a6c1c7436c7f3289310186/video.min.css",
|
|
3
|
+
"video.js": "https://static.parastorage.com/services/video/47ca53f050a274ecd712f49eeeb37ec276a6c1c7436c7f3289310186/video.umd.min.js"
|
|
4
4
|
}
|
|
@@ -523,7 +523,7 @@ module.exports = _typeof, module.exports.__esModule = true, module.exports["defa
|
|
|
523
523
|
/******/
|
|
524
524
|
/******/ /* webpack/runtime/publicPath */
|
|
525
525
|
/******/ (() => {
|
|
526
|
-
/******/ __webpack_require__.p = "https://static.parastorage.com/services/video/
|
|
526
|
+
/******/ __webpack_require__.p = "https://static.parastorage.com/services/video/47ca53f050a274ecd712f49eeeb37ec276a6c1c7436c7f3289310186/";
|
|
527
527
|
/******/ })();
|
|
528
528
|
/******/
|
|
529
529
|
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
@@ -3852,6 +3852,14 @@ const customElementInit_getDevicePixelRatio = () => {
|
|
|
3852
3852
|
}
|
|
3853
3853
|
return window.devicePixelRatio;
|
|
3854
3854
|
};
|
|
3855
|
+
const getIsImagesLazyLoadingDisabled = () => {
|
|
3856
|
+
try {
|
|
3857
|
+
return new URL(window.location.href).searchParams.get('disableLazyLoading') === 'true';
|
|
3858
|
+
}
|
|
3859
|
+
catch {
|
|
3860
|
+
return false;
|
|
3861
|
+
}
|
|
3862
|
+
};
|
|
3855
3863
|
const customElementInit_STATIC_MEDIA_URL = 'https://static.wixstatic.com/media';
|
|
3856
3864
|
const MEDIA_ROOT_URL = 'https://static.wixstatic.com';
|
|
3857
3865
|
function customElementInit_initCustomElement(services = {}, contextWindow = null, envConsts = {}) {
|
|
@@ -3863,6 +3871,7 @@ function customElementInit_initCustomElement(services = {}, contextWindow = null
|
|
|
3863
3871
|
mediaRootUrl: MEDIA_ROOT_URL,
|
|
3864
3872
|
experiments: {},
|
|
3865
3873
|
devicePixelRatio: customElementInit_getDevicePixelRatio(),
|
|
3874
|
+
disableImagesLazyLoading: getIsImagesLazyLoadingDisabled(),
|
|
3866
3875
|
...envConsts,
|
|
3867
3876
|
};
|
|
3868
3877
|
const define = registry_init(contextWindow, services);
|