@wix/video 1.100.0 → 1.101.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.3a729171.iframe.bundle.js → main.2767f772.iframe.bundle.js} +3 -2
- package/dist/statics/janet/main.2767f772.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 -2
- 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/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/dist/statics/janet/main.3a729171.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.2767f772.iframe.bundle.js"></script></body></html>
|
package/dist/statics/janet/{main.3a729171.iframe.bundle.js → main.2767f772.iframe.bundle.js}
RENAMED
|
@@ -17753,7 +17753,8 @@ function getImageURI(transformsObj) {
|
|
|
17753
17753
|
function getURI(fittingType, src, target, options = {}, transformObj) {
|
|
17754
17754
|
// check if image transformation is applicable (e.g. .gif, .wix_mp)
|
|
17755
17755
|
if (isImageTransformApplicable(src.id, options?.hasAnimation, options?.allowAnimatedTransform, options?.allowFullGIFTransformation)) {
|
|
17756
|
-
if (imageServiceUtils_isWEBP(src.id) || isAVIF(src.id))
|
|
17756
|
+
if ((imageServiceUtils_isWEBP(src.id) || isAVIF(src.id)) &&
|
|
17757
|
+
!options.allowWebpAvifTransforms) {
|
|
17757
17758
|
// exclude alignment, focalPoint and crop from webp and avif transformation in order not to break webp or avif images before transformation was enabled
|
|
17758
17759
|
const { alignment, ...transformTarget } = target;
|
|
17759
17760
|
src.focalPoint = { x: undefined, y: undefined };
|
|
@@ -73318,4 +73319,4 @@ module.exports = /*#__PURE__*/JSON.parse('["a","abbr","address","area","article"
|
|
|
73318
73319
|
/******/
|
|
73319
73320
|
/******/ })()
|
|
73320
73321
|
;
|
|
73321
|
-
//# sourceMappingURL=main.
|
|
73322
|
+
//# sourceMappingURL=main.2767f772.iframe.bundle.js.map
|