@remotion/promo-pages 4.0.369 → 4.0.370
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/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.370", checkMultipleRemotionVersions = () => {
|
|
749
749
|
if (typeof globalThis === "undefined") {
|
|
750
750
|
return;
|
|
751
751
|
}
|
|
@@ -4771,7 +4771,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
4771
4771
|
if (typeof compProps.component === "undefined") {
|
|
4772
4772
|
throw new Error(`A value of \`undefined\` was passed to the \`component\` prop. Check the value you are passing to the <${componentName}/> component.`);
|
|
4773
4773
|
}
|
|
4774
|
-
return
|
|
4774
|
+
return compProps.component;
|
|
4775
4775
|
}
|
|
4776
4776
|
if ("lazyComponent" in compProps && typeof compProps.lazyComponent !== "undefined") {
|
|
4777
4777
|
if (typeof compProps.lazyComponent === "undefined") {
|
|
@@ -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.370", checkMultipleRemotionVersions = () => {
|
|
749
749
|
if (typeof globalThis === "undefined") {
|
|
750
750
|
return;
|
|
751
751
|
}
|
|
@@ -4771,7 +4771,7 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
4771
4771
|
if (typeof compProps.component === "undefined") {
|
|
4772
4772
|
throw new Error(`A value of \`undefined\` was passed to the \`component\` prop. Check the value you are passing to the <${componentName}/> component.`);
|
|
4773
4773
|
}
|
|
4774
|
-
return
|
|
4774
|
+
return compProps.component;
|
|
4775
4775
|
}
|
|
4776
4776
|
if ("lazyComponent" in compProps && typeof compProps.lazyComponent !== "undefined") {
|
|
4777
4777
|
if (typeof compProps.lazyComponent === "undefined") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/promo-pages",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.370",
|
|
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.370",
|
|
15
|
+
"@remotion/lambda": "4.0.370",
|
|
16
|
+
"@remotion/lottie": "4.0.370",
|
|
17
|
+
"@remotion/paths": "4.0.370",
|
|
18
|
+
"@remotion/player": "4.0.370",
|
|
19
|
+
"@remotion/shapes": "4.0.370",
|
|
20
|
+
"create-video": "4.0.370",
|
|
21
21
|
"hls.js": "1.5.19",
|
|
22
22
|
"polished": "4.3.1",
|
|
23
|
-
"remotion": "4.0.
|
|
23
|
+
"remotion": "4.0.370",
|
|
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.370",
|
|
29
29
|
"@eslint/eslintrc": "3.1.0",
|
|
30
30
|
"@types/react": "19.0.0",
|
|
31
31
|
"@types/react-dom": "19.0.0",
|