@micromag/screen-timeline 0.3.628 → 0.3.630
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/es/index.js +2 -2
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -224,7 +224,7 @@ var Timeline = function Timeline(_ref) {
|
|
|
224
224
|
videoClassName: styles.video,
|
|
225
225
|
media: image,
|
|
226
226
|
width: imageWidth,
|
|
227
|
-
|
|
227
|
+
resolution: imageResolution,
|
|
228
228
|
playing: backgroundPlaying,
|
|
229
229
|
active: active,
|
|
230
230
|
shouldLoad: mediaShouldLoad,
|
|
@@ -360,7 +360,7 @@ var Timeline = function Timeline(_ref) {
|
|
|
360
360
|
background: background,
|
|
361
361
|
width: width,
|
|
362
362
|
height: height,
|
|
363
|
-
|
|
363
|
+
resolution: imageResolution,
|
|
364
364
|
playing: backgroundPlaying,
|
|
365
365
|
muted: muted,
|
|
366
366
|
shouldLoad: mediaShouldLoad,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-timeline",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.630",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public",
|
|
82
82
|
"registry": "https://registry.npmjs.org/"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "16c0da248ea558341b3b545768597032d95985e6"
|
|
85
85
|
}
|