@remotion/gif 4.0.463 → 4.0.464

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
@@ -18,7 +18,7 @@ const gifSchema = {
18
18
  default: 1,
19
19
  description: 'Playback Rate',
20
20
  },
21
- ...remotion_1.Internals.sequenceStyleSchema,
21
+ ...remotion_1.Internals.sequenceVisualStyleSchema,
22
22
  hidden: remotion_1.Internals.hiddenField,
23
23
  };
24
24
  const GifInner = ({ src, width, height, onLoad, onError, fit, playbackRate, loopBehavior, id, delayRenderTimeoutInMilliseconds, durationInFrames, style, _experimentalControls: controls, ref, ...sequenceProps }) => {
@@ -1250,7 +1250,7 @@ var gifSchema = {
1250
1250
  default: 1,
1251
1251
  description: "Playback Rate"
1252
1252
  },
1253
- ...Internals2.sequenceStyleSchema,
1253
+ ...Internals2.sequenceVisualStyleSchema,
1254
1254
  hidden: Internals2.hiddenField
1255
1255
  };
1256
1256
  var GifInner = ({
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.463",
6
+ "version": "4.0.464",
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.463"
32
+ "remotion": "4.0.464"
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.463",
39
+ "@remotion/eslint-config-internal": "4.0.464",
40
40
  "eslint": "9.19.0",
41
41
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
42
42
  },