@remotion/player 4.0.524 → 4.0.526

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.
@@ -189,6 +189,7 @@ const PlayerFn = ({ durationInFrames, compositionHeight, compositionWidth, fps,
189
189
  return {
190
190
  frame,
191
191
  isPlaying: readIsPlaying,
192
+ isInsideFreeze: false,
192
193
  audioAndVideoTags,
193
194
  };
194
195
  }, [frame, readIsPlaying]);
@@ -24,6 +24,7 @@ const ThumbnailFn = ({ frameToDisplay, style, inputProps, compositionHeight, com
24
24
  const timelineState = (0, react_1.useMemo)(() => {
25
25
  const value = {
26
26
  isPlaying: () => false,
27
+ isInsideFreeze: false,
27
28
  frame: {
28
29
  [SharedPlayerContext_js_1.PLAYER_COMP_ID]: frameToDisplay,
29
30
  },
@@ -3535,6 +3535,7 @@ var PlayerFn = ({
3535
3535
  return {
3536
3536
  frame,
3537
3537
  isPlaying: readIsPlaying,
3538
+ isInsideFreeze: false,
3538
3539
  audioAndVideoTags
3539
3540
  };
3540
3541
  }, [frame, readIsPlaying]);
@@ -3860,6 +3861,7 @@ var ThumbnailFn = ({
3860
3861
  const timelineState = useMemo17(() => {
3861
3862
  const value = {
3862
3863
  isPlaying: () => false,
3864
+ isInsideFreeze: false,
3863
3865
  frame: {
3864
3866
  [PLAYER_COMP_ID]: frameToDisplay
3865
3867
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/player"
4
4
  },
5
5
  "name": "@remotion/player",
6
- "version": "4.0.524",
6
+ "version": "4.0.526",
7
7
  "description": "React component for embedding a Remotion preview into your app",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "license": "SEE LICENSE IN LICENSE.md",
37
37
  "dependencies": {
38
- "remotion": "4.0.524"
38
+ "remotion": "4.0.526"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=16.8.0",
@@ -49,7 +49,7 @@
49
49
  "react-dom": "19.2.3",
50
50
  "webpack": "5.105.0",
51
51
  "zod": "4.5.4",
52
- "@remotion/eslint-config-internal": "4.0.524",
52
+ "@remotion/eslint-config-internal": "4.0.526",
53
53
  "eslint": "9.19.0",
54
54
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
55
55
  },