@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.
@@ -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.3a729171.iframe.bundle.js"></script></body></html>
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>
@@ -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.3a729171.iframe.bundle.js.map
73322
+ //# sourceMappingURL=main.2767f772.iframe.bundle.js.map