@remotion/transitions 4.0.458 → 4.0.460

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.
@@ -168,9 +168,6 @@ const TransitionSeriesChildren = ({ children, }) => {
168
168
  : null;
169
169
  const castedChildAgain = current;
170
170
  const debugInfo = `index = ${i}, duration = ${castedChildAgain.props.durationInFrames}`;
171
- if (!(castedChildAgain === null || castedChildAgain === void 0 ? void 0 : castedChildAgain.props.children)) {
172
- throw new TypeError(`A <TransitionSeries.Sequence /> component (${debugInfo}) was detected to not have any children. Delete it to fix this error.`);
173
- }
174
171
  const durationInFramesProp = castedChildAgain.props.durationInFrames;
175
172
  const { durationInFrames, children: _children, ...passedProps } = castedChildAgain.props;
176
173
  (0, validate_js_1.validateDurationInFrames)(durationInFramesProp, {
@@ -307,9 +307,6 @@ var TransitionSeriesChildren = ({
307
307
  const next = typeof nextPrev === "string" || typeof nextPrev === "undefined" ? null : nextPrev.type === TransitionSeriesTransition ? nextPrev : null;
308
308
  const castedChildAgain = current;
309
309
  const debugInfo = `index = ${i}, duration = ${castedChildAgain.props.durationInFrames}`;
310
- if (!castedChildAgain?.props.children) {
311
- throw new TypeError(`A <TransitionSeries.Sequence /> component (${debugInfo}) was detected to not have any children. Delete it to fix this error.`);
312
- }
313
310
  const durationInFramesProp = castedChildAgain.props.durationInFrames;
314
311
  const {
315
312
  durationInFrames,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/transitions"
4
4
  },
5
5
  "name": "@remotion/transitions",
6
- "version": "4.0.458",
6
+ "version": "4.0.460",
7
7
  "description": "Library for creating transitions in Remotion",
8
8
  "sideEffects": false,
9
9
  "main": "dist/esm/index.mjs",
@@ -23,18 +23,18 @@
23
23
  "url": "https://github.com/remotion-dev/remotion/issues"
24
24
  },
25
25
  "dependencies": {
26
- "remotion": "4.0.458",
27
- "@remotion/shapes": "4.0.458",
28
- "@remotion/paths": "4.0.458"
26
+ "remotion": "4.0.460",
27
+ "@remotion/shapes": "4.0.460",
28
+ "@remotion/paths": "4.0.460"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@happy-dom/global-registrator": "14.5.1",
32
- "remotion": "4.0.458",
32
+ "remotion": "4.0.460",
33
33
  "react": "19.2.3",
34
34
  "react-dom": "19.2.3",
35
- "@remotion/test-utils": "4.0.458",
36
- "@remotion/player": "4.0.458",
37
- "@remotion/eslint-config-internal": "4.0.458",
35
+ "@remotion/test-utils": "4.0.460",
36
+ "@remotion/player": "4.0.460",
37
+ "@remotion/eslint-config-internal": "4.0.460",
38
38
  "eslint": "9.19.0",
39
39
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
40
40
  },