@remotion/gif 4.0.500 → 4.0.502

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
@@ -30,6 +30,7 @@ exports.gifSchema = {
30
30
  ...remotion_1.Internals.transformSchema,
31
31
  ...remotion_1.Interactive.backgroundSchema,
32
32
  ...remotion_1.Interactive.borderSchema,
33
+ ...remotion_1.Interactive.borderRadiusSchema,
33
34
  ...remotion_1.Interactive.cropSchema,
34
35
  };
35
36
  const GifInner = ({ src, width, height, onLoad, onError, fit, playbackRate, loopBehavior, id, delayRenderTimeoutInMilliseconds, requestInit, durationInFrames, from, premountFor, postmountFor, styleWhilePremounted, styleWhilePostmounted, style, cropLeft, cropRight, cropTop, cropBottom, controls, effects = [], ref, ...sequenceProps }) => {
@@ -1457,6 +1457,7 @@ var gifSchema = {
1457
1457
  ...Internals3.transformSchema,
1458
1458
  ...Interactive.backgroundSchema,
1459
1459
  ...Interactive.borderSchema,
1460
+ ...Interactive.borderRadiusSchema,
1460
1461
  ...Interactive.cropSchema
1461
1462
  };
1462
1463
  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.500",
6
+ "version": "4.0.502",
7
7
  "description": "Embed GIFs in a Remotion video",
8
8
  "bugs": {
9
9
  "url": "https://github.com/remotion-dev/remotion/issues"
@@ -30,7 +30,7 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "remotion": "4.0.500"
33
+ "remotion": "4.0.502"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@testing-library/react": "16.1.0",
@@ -38,7 +38,7 @@
38
38
  "react": "19.2.3",
39
39
  "react-dom": "19.2.3",
40
40
  "webpack": "5.105.0",
41
- "@remotion/eslint-config-internal": "4.0.500",
41
+ "@remotion/eslint-config-internal": "4.0.502",
42
42
  "eslint": "9.19.0",
43
43
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
44
44
  },