@remotion/player 4.0.186 → 4.0.187
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/esm/index.mjs +2 -2
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -1549,7 +1549,7 @@ var PlayerSeekBar = ({ durationInFrames, onSeekEnd, onSeekStart, inFrame, outFra
|
|
|
1549
1549
|
width: KNOB_SIZE2,
|
|
1550
1550
|
borderRadius: KNOB_SIZE2 / 2,
|
|
1551
1551
|
position: "absolute",
|
|
1552
|
-
top: VERTICAL_PADDING - KNOB_SIZE2 / 2 + 2
|
|
1552
|
+
top: VERTICAL_PADDING - KNOB_SIZE2 / 2 + 5 / 2,
|
|
1553
1553
|
backgroundColor: "white",
|
|
1554
1554
|
left: Math.max(0, frame / Math.max(1, durationInFrames - 1) * width - KNOB_SIZE2 / 2),
|
|
1555
1555
|
boxShadow: "0 0 2px black",
|
|
@@ -1672,7 +1672,7 @@ var gradientOpacities = [
|
|
|
1672
1672
|
84.5,
|
|
1673
1673
|
91.9
|
|
1674
1674
|
];
|
|
1675
|
-
var globalGradientOpacity = 1.
|
|
1675
|
+
var globalGradientOpacity = 1 / 0.7;
|
|
1676
1676
|
var containerStyle2 = {
|
|
1677
1677
|
boxSizing: "border-box",
|
|
1678
1678
|
position: "absolute",
|
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.
|
|
6
|
+
"version": "4.0.187",
|
|
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",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"remotion": "4.0.
|
|
31
|
+
"remotion": "4.0.187"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=16.8.0",
|