@remotion/gif 4.0.461 → 4.0.463

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
@@ -19,6 +19,7 @@ const gifSchema = {
19
19
  description: 'Playback Rate',
20
20
  },
21
21
  ...remotion_1.Internals.sequenceStyleSchema,
22
+ hidden: remotion_1.Internals.hiddenField,
22
23
  };
23
24
  const GifInner = ({ src, width, height, onLoad, onError, fit, playbackRate, loopBehavior, id, delayRenderTimeoutInMilliseconds, durationInFrames, style, _experimentalControls: controls, ref, ...sequenceProps }) => {
24
25
  const env = (0, remotion_1.useRemotionEnvironment)();
@@ -1250,7 +1250,8 @@ var gifSchema = {
1250
1250
  default: 1,
1251
1251
  description: "Playback Rate"
1252
1252
  },
1253
- ...Internals2.sequenceStyleSchema
1253
+ ...Internals2.sequenceStyleSchema,
1254
+ hidden: Internals2.hiddenField
1254
1255
  };
1255
1256
  var GifInner = ({
1256
1257
  src: src2,
package/package.json CHANGED
@@ -3,9 +3,8 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/gif"
4
4
  },
5
5
  "name": "@remotion/gif",
6
- "version": "4.0.461",
6
+ "version": "4.0.463",
7
7
  "description": "Embed GIFs in a Remotion video",
8
- "sideEffects": false,
9
8
  "bugs": {
10
9
  "url": "https://github.com/remotion-dev/remotion/issues"
11
10
  },
@@ -30,14 +29,14 @@
30
29
  }
31
30
  },
32
31
  "dependencies": {
33
- "remotion": "4.0.461"
32
+ "remotion": "4.0.463"
34
33
  },
35
34
  "devDependencies": {
36
- "esbuild": "0.25.0",
35
+ "esbuild": "0.28.0",
37
36
  "react": "19.2.3",
38
37
  "react-dom": "19.2.3",
39
38
  "webpack": "5.105.0",
40
- "@remotion/eslint-config-internal": "4.0.461",
39
+ "@remotion/eslint-config-internal": "4.0.463",
41
40
  "eslint": "9.19.0",
42
41
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
43
42
  },