@wix/video 1.101.0 → 1.102.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.
@@ -1 +1 @@
1
- {"generatedAt":1778699406308,"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
+ {"generatedAt":1779195827372,"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/773fa17a3ff4752b060b728c92504168ca67be7d13faa11c274084b2/video.css",
3
- "video.js": "https://static.parastorage.com/services/video/773fa17a3ff4752b060b728c92504168ca67be7d13faa11c274084b2/video.umd.js"
2
+ "video.css": "https://static.parastorage.com/services/video/a6a998bc3cdde8af685f1938eb6400dce2290e3feecdfb4f7a1f795a/video.css",
3
+ "video.js": "https://static.parastorage.com/services/video/a6a998bc3cdde8af685f1938eb6400dce2290e3feecdfb4f7a1f795a/video.umd.js"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "video.css": "https://static.parastorage.com/services/video/773fa17a3ff4752b060b728c92504168ca67be7d13faa11c274084b2/video.min.css",
3
- "video.js": "https://static.parastorage.com/services/video/773fa17a3ff4752b060b728c92504168ca67be7d13faa11c274084b2/video.umd.min.js"
2
+ "video.css": "https://static.parastorage.com/services/video/a6a998bc3cdde8af685f1938eb6400dce2290e3feecdfb4f7a1f795a/video.min.css",
3
+ "video.js": "https://static.parastorage.com/services/video/a6a998bc3cdde8af685f1938eb6400dce2290e3feecdfb4f7a1f795a/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/773fa17a3ff4752b060b728c92504168ca67be7d13faa11c274084b2/";
526
+ /******/ __webpack_require__.p = "https://static.parastorage.com/services/video/a6a998bc3cdde8af685f1938eb6400dce2290e3feecdfb4f7a1f795a/";
527
527
  /******/ })();
528
528
  /******/
529
529
  /******/ /* webpack/runtime/jsonp chunk loading */
@@ -3390,6 +3390,7 @@ const getImageComputedProperties = (extendedImageInfo, envConsts, htmlTag) => {
3390
3390
  'filters',
3391
3391
  'encoding',
3392
3392
  'allowFullGIFTransformation',
3393
+ 'allowWebpAvifTransforms',
3393
3394
  ]), extendedImageInfo.quality || imageData.quality, {
3394
3395
  hasAnimation: extendedImageInfo?.hasAnimation || imageData?.hasAnimation,
3395
3396
  });
@@ -3587,6 +3588,7 @@ function patch(id, measures, domNodes, imageInfo, services, envConsts, loadImage
3587
3588
  }
3588
3589
  const targetScale = imageInfo.targetScale || 1;
3589
3590
  const allowFullGIFTransformation = services.isExperimentOpen?.('specs.thunderbolt.allowFullGIFTransformation');
3591
+ const allowWebpAvifTransforms = services.isExperimentOpen?.('specs.thunderbolt.allowWebpAvifTransforms');
3590
3592
  const extendedImageInfo = {
3591
3593
  ...imageInfo,
3592
3594
  ...(!imageInfo.skipMeasure && {
@@ -3595,6 +3597,7 @@ function patch(id, measures, domNodes, imageInfo, services, envConsts, loadImage
3595
3597
  }),
3596
3598
  displayMode: imageData.displayMode,
3597
3599
  allowFullGIFTransformation,
3600
+ allowWebpAvifTransforms,
3598
3601
  };
3599
3602
  const imageComputedProperties = getImageComputedProperties(extendedImageInfo, envConsts, 'img');
3600
3603
  const computedStyle = imageComputedProperties?.css?.img || {};