remotion 4.0.503 → 4.0.504
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/series/index.js +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/index.mjs +7 -7
- package/dist/esm/version.mjs +1 -1
- package/package.json +2 -2
package/dist/cjs/series/index.js
CHANGED
|
@@ -133,7 +133,7 @@ const SeriesInner = (props) => {
|
|
|
133
133
|
};
|
|
134
134
|
return renderChildren(0, 0);
|
|
135
135
|
}, [props.children]);
|
|
136
|
-
return (jsx_runtime_1.jsx(
|
|
136
|
+
return (jsx_runtime_1.jsx(Sequence_js_1.Sequence, { layout: "none", name: "<Series>", _remotionInternalDocumentationLink: "https://www.remotion.dev/docs/series", ...props, children: jsx_runtime_1.jsx(is_inside_series_js_1.IsInsideSeriesContainer, { children: childrenValue }) }));
|
|
137
137
|
};
|
|
138
138
|
/**
|
|
139
139
|
* @description with this component, you can easily stitch together scenes that should play sequentially after another.
|
package/dist/cjs/version.d.ts
CHANGED
package/dist/cjs/version.js
CHANGED
package/dist/esm/index.mjs
CHANGED
|
@@ -1322,7 +1322,7 @@ var getSingleChildComponent = (children) => {
|
|
|
1322
1322
|
};
|
|
1323
1323
|
|
|
1324
1324
|
// src/version.ts
|
|
1325
|
-
var VERSION = "4.0.
|
|
1325
|
+
var VERSION = "4.0.504";
|
|
1326
1326
|
|
|
1327
1327
|
// src/multiple-versions-warning.ts
|
|
1328
1328
|
var checkMultipleRemotionVersions = () => {
|
|
@@ -12976,12 +12976,12 @@ var SeriesInner = (props2) => {
|
|
|
12976
12976
|
};
|
|
12977
12977
|
return renderChildren(0, 0);
|
|
12978
12978
|
}, [props2.children]);
|
|
12979
|
-
return /* @__PURE__ */ jsx38(
|
|
12980
|
-
|
|
12981
|
-
|
|
12982
|
-
|
|
12983
|
-
|
|
12984
|
-
|
|
12979
|
+
return /* @__PURE__ */ jsx38(Sequence, {
|
|
12980
|
+
layout: "none",
|
|
12981
|
+
name: "<Series>",
|
|
12982
|
+
_remotionInternalDocumentationLink: "https://www.remotion.dev/docs/series",
|
|
12983
|
+
...props2,
|
|
12984
|
+
children: /* @__PURE__ */ jsx38(IsInsideSeriesContainer, {
|
|
12985
12985
|
children: childrenValue
|
|
12986
12986
|
})
|
|
12987
12987
|
});
|
package/dist/esm/version.mjs
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/core"
|
|
4
4
|
},
|
|
5
5
|
"name": "remotion",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.504",
|
|
7
7
|
"description": "Make videos programmatically",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"react-dom": "19.2.3",
|
|
36
36
|
"webpack": "5.105.0",
|
|
37
37
|
"zod": "4.4.3",
|
|
38
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
38
|
+
"@remotion/eslint-config-internal": "4.0.504",
|
|
39
39
|
"eslint": "9.19.0",
|
|
40
40
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
41
41
|
},
|