remotion 4.0.117 → 4.0.119
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/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "4.0.
|
|
1
|
+
export declare const VERSION = "4.0.119";
|
package/dist/cjs/version.js
CHANGED
|
@@ -35,7 +35,7 @@ const OffthreadVideo = (props) => {
|
|
|
35
35
|
if (environment.isRendering) {
|
|
36
36
|
return (0, jsx_runtime_1.jsx)(OffthreadVideoForRendering_js_1.OffthreadVideoForRendering, { ...otherProps });
|
|
37
37
|
}
|
|
38
|
-
const { transparent, ...withoutTransparent } = otherProps;
|
|
38
|
+
const { transparent, toneMapped, ...withoutTransparent } = otherProps;
|
|
39
39
|
return ((0, jsx_runtime_1.jsx)(VideoForPreview_js_1.VideoForPreview, { _remotionInternalStack: stack !== null && stack !== void 0 ? stack : null, _remotionInternalNativeLoopPassed: false, onDuration: onDuration, onlyWarnForMediaSeekingError: true, pauseWhenBuffering: pauseWhenBuffering !== null && pauseWhenBuffering !== void 0 ? pauseWhenBuffering : false, ...withoutTransparent }));
|
|
40
40
|
};
|
|
41
41
|
exports.OffthreadVideo = OffthreadVideo;
|
package/dist/esm/index.mjs
CHANGED
|
@@ -105,7 +105,7 @@ function truthy(value) {
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
// Automatically generated on publish
|
|
108
|
-
const VERSION = '4.0.
|
|
108
|
+
const VERSION = '4.0.119';
|
|
109
109
|
|
|
110
110
|
const checkMultipleRemotionVersions = () => {
|
|
111
111
|
if (typeof globalThis === 'undefined') {
|
|
@@ -4922,7 +4922,7 @@ const OffthreadVideo = (props) => {
|
|
|
4922
4922
|
if (environment.isRendering) {
|
|
4923
4923
|
return jsx(OffthreadVideoForRendering, { ...otherProps });
|
|
4924
4924
|
}
|
|
4925
|
-
const { transparent, ...withoutTransparent } = otherProps;
|
|
4925
|
+
const { transparent, toneMapped, ...withoutTransparent } = otherProps;
|
|
4926
4926
|
return (jsx(VideoForPreview, { _remotionInternalStack: stack !== null && stack !== void 0 ? stack : null, _remotionInternalNativeLoopPassed: false, onDuration: onDuration, onlyWarnForMediaSeekingError: true, pauseWhenBuffering: pauseWhenBuffering !== null && pauseWhenBuffering !== void 0 ? pauseWhenBuffering : false, ...withoutTransparent }));
|
|
4927
4927
|
};
|
|
4928
4928
|
|
package/dist/esm/version.mjs
CHANGED