@micromag/screen-timeline 0.3.574 → 0.3.576
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 +3 -3
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -85,7 +85,7 @@ var Timeline = function Timeline(_ref) {
|
|
|
85
85
|
var _useScreenSize = useScreenSize(),
|
|
86
86
|
width = _useScreenSize.width,
|
|
87
87
|
height = _useScreenSize.height,
|
|
88
|
-
|
|
88
|
+
imageResolution = _useScreenSize.imageResolution;
|
|
89
89
|
var _useViewerContext = useViewerContext(),
|
|
90
90
|
viewerTopHeight = _useViewerContext.topHeight,
|
|
91
91
|
viewerBottomHeight = _useViewerContext.bottomHeight,
|
|
@@ -211,7 +211,7 @@ var Timeline = function Timeline(_ref) {
|
|
|
211
211
|
videoClassName: styles.video,
|
|
212
212
|
media: image,
|
|
213
213
|
width: imageWidth,
|
|
214
|
-
|
|
214
|
+
imageResolution: imageResolution,
|
|
215
215
|
playing: backgroundPlaying,
|
|
216
216
|
active: active,
|
|
217
217
|
shouldLoad: mediaShouldLoad,
|
|
@@ -347,7 +347,7 @@ var Timeline = function Timeline(_ref) {
|
|
|
347
347
|
background: background,
|
|
348
348
|
width: width,
|
|
349
349
|
height: height,
|
|
350
|
-
|
|
350
|
+
imageResolution: imageResolution,
|
|
351
351
|
playing: backgroundPlaying,
|
|
352
352
|
muted: muted,
|
|
353
353
|
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.576",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@babel/runtime": "^7.13.10",
|
|
63
|
-
"@micromag/core": "^0.3.
|
|
64
|
-
"@micromag/element-background": "^0.3.
|
|
65
|
-
"@micromag/element-container": "^0.3.
|
|
66
|
-
"@micromag/element-footer": "^0.3.
|
|
67
|
-
"@micromag/element-header": "^0.3.
|
|
68
|
-
"@micromag/element-heading": "^0.3.
|
|
69
|
-
"@micromag/element-layout": "^0.3.
|
|
70
|
-
"@micromag/element-scroll": "^0.3.
|
|
71
|
-
"@micromag/element-text": "^0.3.
|
|
72
|
-
"@micromag/element-visual": "^0.3.
|
|
73
|
-
"@micromag/transforms": "^0.3.
|
|
63
|
+
"@micromag/core": "^0.3.576",
|
|
64
|
+
"@micromag/element-background": "^0.3.576",
|
|
65
|
+
"@micromag/element-container": "^0.3.576",
|
|
66
|
+
"@micromag/element-footer": "^0.3.576",
|
|
67
|
+
"@micromag/element-header": "^0.3.576",
|
|
68
|
+
"@micromag/element-heading": "^0.3.576",
|
|
69
|
+
"@micromag/element-layout": "^0.3.576",
|
|
70
|
+
"@micromag/element-scroll": "^0.3.576",
|
|
71
|
+
"@micromag/element-text": "^0.3.576",
|
|
72
|
+
"@micromag/element-visual": "^0.3.576",
|
|
73
|
+
"@micromag/transforms": "^0.3.576",
|
|
74
74
|
"classnames": "^2.2.6",
|
|
75
75
|
"lodash": "^4.17.21",
|
|
76
76
|
"prop-types": "^15.7.2",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public",
|
|
82
82
|
"registry": "https://registry.npmjs.org/"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "fa6ef8f8ed78d40e2a96e669c9cd794a50269c4b"
|
|
85
85
|
}
|