@remotion/gif 4.0.465 → 4.0.466

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/Gif.js CHANGED
@@ -47,7 +47,7 @@ const GifInner = ({ src, width, height, onLoad, onError, fit, playbackRate, loop
47
47
  effects: memoizedEffects,
48
48
  };
49
49
  const inner = env.isRendering ? (jsx_runtime_1.jsx(GifForRendering_1.GifForRendering, { ...gifProps, ref: ref })) : (jsx_runtime_1.jsx(GifForDevelopment_1.GifForDevelopment, { ...gifProps, ref: ref }));
50
- return (jsx_runtime_1.jsx(remotion_1.Sequence, { layout: "none", durationInFrames: resolvedDuration, name: "<Gif>", _experimentalControls: controls, _remotionInternalEffects: memoizedEffectDefinitions, ...sequenceProps, children: inner }));
50
+ return (jsx_runtime_1.jsx(remotion_1.Sequence, { layout: "none", durationInFrames: resolvedDuration, name: "<Gif>", _remotionInternalDocumentationLink: "https://www.remotion.dev/docs/gif/gif", _experimentalControls: controls, _remotionInternalEffects: memoizedEffectDefinitions, ...sequenceProps, children: inner }));
51
51
  };
52
52
  exports.Gif = wrapInSchema(GifInner, gifSchema);
53
53
  exports.Gif.displayName = 'Gif';
@@ -1412,6 +1412,7 @@ var GifInner = ({
1412
1412
  layout: "none",
1413
1413
  durationInFrames: resolvedDuration,
1414
1414
  name: "<Gif>",
1415
+ _remotionInternalDocumentationLink: "https://www.remotion.dev/docs/gif/gif",
1415
1416
  _experimentalControls: controls,
1416
1417
  _remotionInternalEffects: memoizedEffectDefinitions,
1417
1418
  ...sequenceProps,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/gif"
4
4
  },
5
5
  "name": "@remotion/gif",
6
- "version": "4.0.465",
6
+ "version": "4.0.466",
7
7
  "description": "Embed GIFs in a Remotion video",
8
8
  "bugs": {
9
9
  "url": "https://github.com/remotion-dev/remotion/issues"
@@ -29,14 +29,14 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "remotion": "4.0.465"
32
+ "remotion": "4.0.466"
33
33
  },
34
34
  "devDependencies": {
35
35
  "esbuild": "0.28.0",
36
36
  "react": "19.2.3",
37
37
  "react-dom": "19.2.3",
38
38
  "webpack": "5.105.0",
39
- "@remotion/eslint-config-internal": "4.0.465",
39
+ "@remotion/eslint-config-internal": "4.0.466",
40
40
  "eslint": "9.19.0",
41
41
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
42
42
  },