@remotion/promo-pages 4.0.363 → 4.0.364
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/.turbo/turbo-make.log
CHANGED
package/dist/Homepage.js
CHANGED
|
@@ -745,7 +745,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
745
745
|
});
|
|
746
746
|
}, useIsPlayer = () => {
|
|
747
747
|
return useContext(IsPlayerContext);
|
|
748
|
-
}, VERSION = "4.0.
|
|
748
|
+
}, VERSION = "4.0.364", checkMultipleRemotionVersions = () => {
|
|
749
749
|
if (typeof globalThis === "undefined") {
|
|
750
750
|
return;
|
|
751
751
|
}
|
|
@@ -2717,7 +2717,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
2717
2717
|
throw new TypeError(`trimAfter must be a positive number, instead got ${trimAfter}.`);
|
|
2718
2718
|
}
|
|
2719
2719
|
}
|
|
2720
|
-
if (trimAfter
|
|
2720
|
+
if (trimAfter <= trimBefore) {
|
|
2721
2721
|
throw new TypeError("trimAfter prop must be greater than trimBefore prop.");
|
|
2722
2722
|
}
|
|
2723
2723
|
}, validateMediaTrimProps = ({
|
|
@@ -5033,27 +5033,21 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
5033
5033
|
onImageFrame?.(current);
|
|
5034
5034
|
}
|
|
5035
5035
|
unblock();
|
|
5036
|
-
|
|
5037
|
-
continueRender2(newHandle);
|
|
5038
|
-
});
|
|
5036
|
+
continueRender2(newHandle);
|
|
5039
5037
|
};
|
|
5040
5038
|
if (!imageRef.current) {
|
|
5041
5039
|
onComplete();
|
|
5042
5040
|
return;
|
|
5043
5041
|
}
|
|
5044
5042
|
current.src = actualSrc;
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
current.addEventListener("load", onComplete);
|
|
5054
|
-
}
|
|
5055
|
-
});
|
|
5056
|
-
}
|
|
5043
|
+
current.decode().then(onComplete).catch((err) => {
|
|
5044
|
+
console.warn(err);
|
|
5045
|
+
if (current.complete) {
|
|
5046
|
+
onComplete();
|
|
5047
|
+
} else {
|
|
5048
|
+
current.addEventListener("load", onComplete);
|
|
5049
|
+
}
|
|
5050
|
+
});
|
|
5057
5051
|
return () => {
|
|
5058
5052
|
unmounted = true;
|
|
5059
5053
|
current.removeEventListener("load", onComplete);
|
|
@@ -5081,7 +5075,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
5081
5075
|
...props2,
|
|
5082
5076
|
ref: imageRef,
|
|
5083
5077
|
crossOrigin: crossOriginValue,
|
|
5084
|
-
onError: didGetError
|
|
5078
|
+
onError: didGetError,
|
|
5079
|
+
decoding: "sync"
|
|
5085
5080
|
});
|
|
5086
5081
|
}, Img, compositionsRef, CompositionManagerProvider = ({
|
|
5087
5082
|
children,
|
|
@@ -6832,12 +6827,12 @@ var init_esm = __esm(() => {
|
|
|
6832
6827
|
warn,
|
|
6833
6828
|
error
|
|
6834
6829
|
};
|
|
6835
|
-
if (typeof window !== "undefined") {
|
|
6836
|
-
window.remotion_renderReady = false;
|
|
6837
|
-
}
|
|
6838
6830
|
handles = [];
|
|
6839
6831
|
if (typeof window !== "undefined") {
|
|
6840
|
-
window.
|
|
6832
|
+
window.remotion_renderReady = false;
|
|
6833
|
+
if (!window.remotion_delayRenderTimeouts) {
|
|
6834
|
+
window.remotion_delayRenderTimeouts = {};
|
|
6835
|
+
}
|
|
6841
6836
|
}
|
|
6842
6837
|
Canvas = React9.forwardRef(CanvasRefForwardingFunction);
|
|
6843
6838
|
AnimatedImage = forwardRef3(({
|
|
@@ -12434,9 +12429,9 @@ function truthy2(value) {
|
|
|
12434
12429
|
}
|
|
12435
12430
|
if (typeof window !== "undefined") {
|
|
12436
12431
|
window.remotion_renderReady = false;
|
|
12437
|
-
|
|
12438
|
-
|
|
12439
|
-
|
|
12432
|
+
if (!window.remotion_delayRenderTimeouts) {
|
|
12433
|
+
window.remotion_delayRenderTimeouts = {};
|
|
12434
|
+
}
|
|
12440
12435
|
}
|
|
12441
12436
|
var DELAY_RENDER_CALLSTACK_TOKEN2 = "The delayRender was called:";
|
|
12442
12437
|
var DELAY_RENDER_RETRIES_LEFT2 = "Retries left: ";
|
|
@@ -745,7 +745,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
745
745
|
});
|
|
746
746
|
}, useIsPlayer = () => {
|
|
747
747
|
return useContext(IsPlayerContext);
|
|
748
|
-
}, VERSION = "4.0.
|
|
748
|
+
}, VERSION = "4.0.364", checkMultipleRemotionVersions = () => {
|
|
749
749
|
if (typeof globalThis === "undefined") {
|
|
750
750
|
return;
|
|
751
751
|
}
|
|
@@ -2717,7 +2717,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
2717
2717
|
throw new TypeError(`trimAfter must be a positive number, instead got ${trimAfter}.`);
|
|
2718
2718
|
}
|
|
2719
2719
|
}
|
|
2720
|
-
if (trimAfter
|
|
2720
|
+
if (trimAfter <= trimBefore) {
|
|
2721
2721
|
throw new TypeError("trimAfter prop must be greater than trimBefore prop.");
|
|
2722
2722
|
}
|
|
2723
2723
|
}, validateMediaTrimProps = ({
|
|
@@ -5033,27 +5033,21 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
5033
5033
|
onImageFrame?.(current);
|
|
5034
5034
|
}
|
|
5035
5035
|
unblock();
|
|
5036
|
-
|
|
5037
|
-
continueRender2(newHandle);
|
|
5038
|
-
});
|
|
5036
|
+
continueRender2(newHandle);
|
|
5039
5037
|
};
|
|
5040
5038
|
if (!imageRef.current) {
|
|
5041
5039
|
onComplete();
|
|
5042
5040
|
return;
|
|
5043
5041
|
}
|
|
5044
5042
|
current.src = actualSrc;
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
current.addEventListener("load", onComplete);
|
|
5054
|
-
}
|
|
5055
|
-
});
|
|
5056
|
-
}
|
|
5043
|
+
current.decode().then(onComplete).catch((err) => {
|
|
5044
|
+
console.warn(err);
|
|
5045
|
+
if (current.complete) {
|
|
5046
|
+
onComplete();
|
|
5047
|
+
} else {
|
|
5048
|
+
current.addEventListener("load", onComplete);
|
|
5049
|
+
}
|
|
5050
|
+
});
|
|
5057
5051
|
return () => {
|
|
5058
5052
|
unmounted = true;
|
|
5059
5053
|
current.removeEventListener("load", onComplete);
|
|
@@ -5081,7 +5075,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
5081
5075
|
...props2,
|
|
5082
5076
|
ref: imageRef,
|
|
5083
5077
|
crossOrigin: crossOriginValue,
|
|
5084
|
-
onError: didGetError
|
|
5078
|
+
onError: didGetError,
|
|
5079
|
+
decoding: "sync"
|
|
5085
5080
|
});
|
|
5086
5081
|
}, Img, compositionsRef, CompositionManagerProvider = ({
|
|
5087
5082
|
children,
|
|
@@ -6832,12 +6827,12 @@ var init_esm = __esm(() => {
|
|
|
6832
6827
|
warn,
|
|
6833
6828
|
error
|
|
6834
6829
|
};
|
|
6835
|
-
if (typeof window !== "undefined") {
|
|
6836
|
-
window.remotion_renderReady = false;
|
|
6837
|
-
}
|
|
6838
6830
|
handles = [];
|
|
6839
6831
|
if (typeof window !== "undefined") {
|
|
6840
|
-
window.
|
|
6832
|
+
window.remotion_renderReady = false;
|
|
6833
|
+
if (!window.remotion_delayRenderTimeouts) {
|
|
6834
|
+
window.remotion_delayRenderTimeouts = {};
|
|
6835
|
+
}
|
|
6841
6836
|
}
|
|
6842
6837
|
Canvas = React9.forwardRef(CanvasRefForwardingFunction);
|
|
6843
6838
|
AnimatedImage = forwardRef3(({
|
|
@@ -12434,9 +12429,9 @@ function truthy2(value) {
|
|
|
12434
12429
|
}
|
|
12435
12430
|
if (typeof window !== "undefined") {
|
|
12436
12431
|
window.remotion_renderReady = false;
|
|
12437
|
-
|
|
12438
|
-
|
|
12439
|
-
|
|
12432
|
+
if (!window.remotion_delayRenderTimeouts) {
|
|
12433
|
+
window.remotion_delayRenderTimeouts = {};
|
|
12434
|
+
}
|
|
12440
12435
|
}
|
|
12441
12436
|
var DELAY_RENDER_CALLSTACK_TOKEN2 = "The delayRender was called:";
|
|
12442
12437
|
var DELAY_RENDER_RETRIES_LEFT2 = "Retries left: ";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/promo-pages",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.364",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -11,21 +11,21 @@
|
|
|
11
11
|
},
|
|
12
12
|
"type": "module",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@remotion/animated-emoji": "4.0.
|
|
15
|
-
"@remotion/lambda": "4.0.
|
|
16
|
-
"@remotion/lottie": "4.0.
|
|
17
|
-
"@remotion/paths": "4.0.
|
|
18
|
-
"@remotion/player": "4.0.
|
|
19
|
-
"@remotion/shapes": "4.0.
|
|
20
|
-
"create-video": "4.0.
|
|
14
|
+
"@remotion/animated-emoji": "4.0.364",
|
|
15
|
+
"@remotion/lambda": "4.0.364",
|
|
16
|
+
"@remotion/lottie": "4.0.364",
|
|
17
|
+
"@remotion/paths": "4.0.364",
|
|
18
|
+
"@remotion/player": "4.0.364",
|
|
19
|
+
"@remotion/shapes": "4.0.364",
|
|
20
|
+
"create-video": "4.0.364",
|
|
21
21
|
"hls.js": "1.5.19",
|
|
22
22
|
"polished": "4.3.1",
|
|
23
|
-
"remotion": "4.0.
|
|
23
|
+
"remotion": "4.0.364",
|
|
24
24
|
"zod": "3.22.3",
|
|
25
25
|
"bun-plugin-tailwind": "0.0.15"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
28
|
+
"@remotion/eslint-config-internal": "4.0.364",
|
|
29
29
|
"@eslint/eslintrc": "3.1.0",
|
|
30
30
|
"@types/react": "19.0.0",
|
|
31
31
|
"@types/react-dom": "19.0.0",
|