@wix/video 1.82.0 → 1.83.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.4e295f79.iframe.bundle.js → main.3d3bf84f.iframe.bundle.js} +3 -3
- package/dist/statics/janet/main.3d3bf84f.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 +3 -3
- 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 +4 -4
- package/dist/statics/janet/main.4e295f79.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.3d3bf84f.iframe.bundle.js"></script></body></html>
|
package/dist/statics/janet/{main.4e295f79.iframe.bundle.js → main.3d3bf84f.iframe.bundle.js}
RENAMED
|
@@ -17629,7 +17629,7 @@ const autoEncodeTemplate = template `,enc_auto`;
|
|
|
17629
17629
|
const AVIFEncodeTemplate = template `,enc_avif`;
|
|
17630
17630
|
const pAVIFEncodeTemplate = template `,enc_pavif`;
|
|
17631
17631
|
const animatedTransformTemplate = template `,pstr`;
|
|
17632
|
-
const animatedGIFTransformTemplate = template `,
|
|
17632
|
+
const animatedGIFTransformTemplate = template `,anm_all`;
|
|
17633
17633
|
/**
|
|
17634
17634
|
* returns image transform uri
|
|
17635
17635
|
* @param {object} transformsObj
|
|
@@ -17725,7 +17725,7 @@ function getImageURI(transformsObj) {
|
|
|
17725
17725
|
transformsStr += animatedTransformTemplate(transformsObj);
|
|
17726
17726
|
}
|
|
17727
17727
|
else if (isGif && allowFullGIFTransformation) {
|
|
17728
|
-
// Non-placeholder flow + GIF + flag enabled: use
|
|
17728
|
+
// Non-placeholder flow + GIF + flag enabled: use anm_all
|
|
17729
17729
|
transformsStr += animatedGIFTransformTemplate(transformsObj);
|
|
17730
17730
|
}
|
|
17731
17731
|
}
|
|
@@ -73258,4 +73258,4 @@ module.exports = /*#__PURE__*/JSON.parse('["a","abbr","address","area","article"
|
|
|
73258
73258
|
/******/
|
|
73259
73259
|
/******/ })()
|
|
73260
73260
|
;
|
|
73261
|
-
//# sourceMappingURL=main.
|
|
73261
|
+
//# sourceMappingURL=main.3d3bf84f.iframe.bundle.js.map
|