@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.
- package/dist/statics/janet/iframe.html +1 -1
- package/dist/statics/janet/{main.2767f772.iframe.bundle.js → main.149c6d94.iframe.bundle.js} +4 -1
- package/dist/statics/janet/main.149c6d94.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 +4 -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.2767f772.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.149c6d94.iframe.bundle.js"></script></body></html>
|
package/dist/statics/janet/{main.2767f772.iframe.bundle.js → main.149c6d94.iframe.bundle.js}
RENAMED
|
@@ -18433,6 +18433,7 @@ const getImageComputedProperties = (extendedImageInfo, envConsts, htmlTag) => {
|
|
|
18433
18433
|
'filters',
|
|
18434
18434
|
'encoding',
|
|
18435
18435
|
'allowFullGIFTransformation',
|
|
18436
|
+
'allowWebpAvifTransforms',
|
|
18436
18437
|
]), extendedImageInfo.quality || imageData.quality, {
|
|
18437
18438
|
hasAnimation: extendedImageInfo?.hasAnimation || imageData?.hasAnimation,
|
|
18438
18439
|
});
|
|
@@ -18630,6 +18631,7 @@ function patch(id, measures, domNodes, imageInfo, services, envConsts, loadImage
|
|
|
18630
18631
|
}
|
|
18631
18632
|
const targetScale = imageInfo.targetScale || 1;
|
|
18632
18633
|
const allowFullGIFTransformation = services.isExperimentOpen?.('specs.thunderbolt.allowFullGIFTransformation');
|
|
18634
|
+
const allowWebpAvifTransforms = services.isExperimentOpen?.('specs.thunderbolt.allowWebpAvifTransforms');
|
|
18633
18635
|
const extendedImageInfo = {
|
|
18634
18636
|
...imageInfo,
|
|
18635
18637
|
...(!imageInfo.skipMeasure && {
|
|
@@ -18638,6 +18640,7 @@ function patch(id, measures, domNodes, imageInfo, services, envConsts, loadImage
|
|
|
18638
18640
|
}),
|
|
18639
18641
|
displayMode: imageData.displayMode,
|
|
18640
18642
|
allowFullGIFTransformation,
|
|
18643
|
+
allowWebpAvifTransforms,
|
|
18641
18644
|
};
|
|
18642
18645
|
const imageComputedProperties = getImageComputedProperties(extendedImageInfo, envConsts, 'img');
|
|
18643
18646
|
const computedStyle = imageComputedProperties?.css?.img || {};
|
|
@@ -73319,4 +73322,4 @@ module.exports = /*#__PURE__*/JSON.parse('["a","abbr","address","area","article"
|
|
|
73319
73322
|
/******/
|
|
73320
73323
|
/******/ })()
|
|
73321
73324
|
;
|
|
73322
|
-
//# sourceMappingURL=main.
|
|
73325
|
+
//# sourceMappingURL=main.149c6d94.iframe.bundle.js.map
|