@remotion/promo-pages 4.0.381 → 4.0.383
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 +4 -4
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/Homepage.js +4 -4
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/design.js +4 -4
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/homepage/Pricing.js +4 -4
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/template-modal-content.js +4 -4
- package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/templates.js +4 -4
- package/dist/design.js +4 -4
- package/dist/homepage/Pricing.js +4 -4
- package/dist/template-modal-content.js +4 -4
- package/dist/templates.js +4 -4
- package/package.json +16 -16
package/dist/Homepage.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13312,7 +13312,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13312
13312
|
}
|
|
13313
13313
|
const rect = childNode.getBoundingClientRect();
|
|
13314
13314
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13315
|
-
const cornerRadius = borderRadius.includes("e
|
|
13315
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13316
13316
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13317
13317
|
if (prevDim) {
|
|
13318
13318
|
return {
|
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13312,7 +13312,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13312
13312
|
}
|
|
13313
13313
|
const rect = childNode.getBoundingClientRect();
|
|
13314
13314
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13315
|
-
const cornerRadius = borderRadius.includes("e
|
|
13315
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13316
13316
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13317
13317
|
if (prevDim) {
|
|
13318
13318
|
return {
|
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13136,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13136
13136
|
}
|
|
13137
13137
|
const rect = childNode.getBoundingClientRect();
|
|
13138
13138
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13139
|
-
const cornerRadius = borderRadius.includes("e
|
|
13139
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13140
13140
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13141
13141
|
if (prevDim) {
|
|
13142
13142
|
return {
|
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13136,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13136
13136
|
}
|
|
13137
13137
|
const rect = childNode.getBoundingClientRect();
|
|
13138
13138
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13139
|
-
const cornerRadius = borderRadius.includes("e
|
|
13139
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13140
13140
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13141
13141
|
if (prevDim) {
|
|
13142
13142
|
return {
|
package/dist/Users/jonathanburger/remotion/packages/promo-pages/dist/template-modal-content.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13136,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13136
13136
|
}
|
|
13137
13137
|
const rect = childNode.getBoundingClientRect();
|
|
13138
13138
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13139
|
-
const cornerRadius = borderRadius.includes("e
|
|
13139
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13140
13140
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13141
13141
|
if (prevDim) {
|
|
13142
13142
|
return {
|
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13136,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13136
13136
|
}
|
|
13137
13137
|
const rect = childNode.getBoundingClientRect();
|
|
13138
13138
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13139
|
-
const cornerRadius = borderRadius.includes("e
|
|
13139
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13140
13140
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13141
13141
|
if (prevDim) {
|
|
13142
13142
|
return {
|
package/dist/design.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13136,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13136
13136
|
}
|
|
13137
13137
|
const rect = childNode.getBoundingClientRect();
|
|
13138
13138
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13139
|
-
const cornerRadius = borderRadius.includes("e
|
|
13139
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13140
13140
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13141
13141
|
if (prevDim) {
|
|
13142
13142
|
return {
|
package/dist/homepage/Pricing.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13136,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13136
13136
|
}
|
|
13137
13137
|
const rect = childNode.getBoundingClientRect();
|
|
13138
13138
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13139
|
-
const cornerRadius = borderRadius.includes("e
|
|
13139
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13140
13140
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13141
13141
|
if (prevDim) {
|
|
13142
13142
|
return {
|
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13136,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13136
13136
|
}
|
|
13137
13137
|
const rect = childNode.getBoundingClientRect();
|
|
13138
13138
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13139
|
-
const cornerRadius = borderRadius.includes("e
|
|
13139
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13140
13140
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13141
13141
|
if (prevDim) {
|
|
13142
13142
|
return {
|
package/dist/templates.js
CHANGED
|
@@ -755,7 +755,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
755
755
|
});
|
|
756
756
|
}, useIsPlayer = () => {
|
|
757
757
|
return useContext(IsPlayerContext);
|
|
758
|
-
}, VERSION = "4.0.
|
|
758
|
+
}, VERSION = "4.0.383", checkMultipleRemotionVersions = () => {
|
|
759
759
|
if (typeof globalThis === "undefined") {
|
|
760
760
|
return;
|
|
761
761
|
}
|
|
@@ -1944,7 +1944,6 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
1944
1944
|
}
|
|
1945
1945
|
return {
|
|
1946
1946
|
...sequenceContext,
|
|
1947
|
-
relativeFrom: 0,
|
|
1948
1947
|
cumulatedFrom: 0
|
|
1949
1948
|
};
|
|
1950
1949
|
}, [sequenceContext, isActive]);
|
|
@@ -3033,7 +3032,8 @@ Check that all your Remotion packages are on the same version. If your dependenc
|
|
|
3033
3032
|
return null;
|
|
3034
3033
|
}
|
|
3035
3034
|
return new AudioContext({
|
|
3036
|
-
latencyHint
|
|
3035
|
+
latencyHint,
|
|
3036
|
+
sampleRate: 48000
|
|
3037
3037
|
});
|
|
3038
3038
|
}, [logLevel, latencyHint, env.isRendering]);
|
|
3039
3039
|
return audioContext;
|
|
@@ -13136,7 +13136,7 @@ var Button = ({ children, className, disabled, depth, loading, ...buttonProps })
|
|
|
13136
13136
|
}
|
|
13137
13137
|
const rect = childNode.getBoundingClientRect();
|
|
13138
13138
|
const { borderRadius } = getComputedStyle(childNode);
|
|
13139
|
-
const cornerRadius = borderRadius.includes("e
|
|
13139
|
+
const cornerRadius = borderRadius.includes("e") ? Infinity : parseInt(borderRadius ?? "0", 10);
|
|
13140
13140
|
const newCornerRadius = Math.min(cornerRadius, rect.width / 2, rect.height / 2);
|
|
13141
13141
|
if (prevDim) {
|
|
13142
13142
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/promo-pages",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.383",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -11,34 +11,34 @@
|
|
|
11
11
|
},
|
|
12
12
|
"type": "module",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@remotion/animated-emoji": "4.0.
|
|
15
|
-
"@remotion/design": "4.0.
|
|
16
|
-
"@remotion/lambda": "4.0.
|
|
17
|
-
"@remotion/lottie": "4.0.
|
|
18
|
-
"@remotion/paths": "4.0.
|
|
19
|
-
"@remotion/player": "4.0.
|
|
20
|
-
"@remotion/shapes": "4.0.
|
|
21
|
-
"@remotion/svg-3d-engine": "4.0.
|
|
22
|
-
"create-video": "4.0.
|
|
14
|
+
"@remotion/animated-emoji": "4.0.383",
|
|
15
|
+
"@remotion/design": "4.0.383",
|
|
16
|
+
"@remotion/lambda": "4.0.383",
|
|
17
|
+
"@remotion/lottie": "4.0.383",
|
|
18
|
+
"@remotion/paths": "4.0.383",
|
|
19
|
+
"@remotion/player": "4.0.383",
|
|
20
|
+
"@remotion/shapes": "4.0.383",
|
|
21
|
+
"@remotion/svg-3d-engine": "4.0.383",
|
|
22
|
+
"create-video": "4.0.383",
|
|
23
23
|
"hls.js": "1.5.19",
|
|
24
24
|
"polished": "4.3.1",
|
|
25
|
-
"remotion": "4.0.
|
|
25
|
+
"remotion": "4.0.383",
|
|
26
26
|
"zod": "3.22.3",
|
|
27
27
|
"bun-plugin-tailwind": "0.1.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.383",
|
|
31
31
|
"@eslint/eslintrc": "3.1.0",
|
|
32
|
-
"@types/react": "19.
|
|
33
|
-
"@types/react-dom": "19.
|
|
32
|
+
"@types/react": "19.2.7",
|
|
33
|
+
"@types/react-dom": "19.2.3",
|
|
34
34
|
"eslint": "9.19.0",
|
|
35
35
|
"eslint-config-next": "15.1.6",
|
|
36
36
|
"plyr": "3.7.3",
|
|
37
37
|
"postcss": "8.4.47",
|
|
38
38
|
"tailwindcss": "4.1.1",
|
|
39
39
|
"@tailwindcss/cli": "4.1.1",
|
|
40
|
-
"react": "19.
|
|
41
|
-
"react-dom": "19.
|
|
40
|
+
"react": "19.2.1",
|
|
41
|
+
"react-dom": "19.2.1",
|
|
42
42
|
"tailwind-merge": "2.5.2",
|
|
43
43
|
"clsx": "2.1.1"
|
|
44
44
|
},
|