@micromag/screen-timeline 0.3.630 → 0.3.637
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 -2
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -94,7 +94,8 @@ var Timeline = function Timeline(_ref) {
|
|
|
94
94
|
var _useScreenSize = useScreenSize(),
|
|
95
95
|
width = _useScreenSize.width,
|
|
96
96
|
height = _useScreenSize.height,
|
|
97
|
-
imageResolution = _useScreenSize.imageResolution
|
|
97
|
+
imageResolution = _useScreenSize.imageResolution,
|
|
98
|
+
resolution = _useScreenSize.resolution;
|
|
98
99
|
var _useViewerContext = useViewerContext(),
|
|
99
100
|
viewerTopHeight = _useViewerContext.topHeight,
|
|
100
101
|
viewerBottomHeight = _useViewerContext.bottomHeight,
|
|
@@ -224,7 +225,7 @@ var Timeline = function Timeline(_ref) {
|
|
|
224
225
|
videoClassName: styles.video,
|
|
225
226
|
media: image,
|
|
226
227
|
width: imageWidth,
|
|
227
|
-
resolution:
|
|
228
|
+
resolution: resolution,
|
|
228
229
|
playing: backgroundPlaying,
|
|
229
230
|
active: active,
|
|
230
231
|
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.637",
|
|
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.637",
|
|
64
|
+
"@micromag/element-background": "^0.3.637",
|
|
65
|
+
"@micromag/element-container": "^0.3.637",
|
|
66
|
+
"@micromag/element-footer": "^0.3.637",
|
|
67
|
+
"@micromag/element-header": "^0.3.637",
|
|
68
|
+
"@micromag/element-heading": "^0.3.637",
|
|
69
|
+
"@micromag/element-layout": "^0.3.637",
|
|
70
|
+
"@micromag/element-scroll": "^0.3.637",
|
|
71
|
+
"@micromag/element-text": "^0.3.637",
|
|
72
|
+
"@micromag/element-visual": "^0.3.637",
|
|
73
|
+
"@micromag/transforms": "^0.3.637",
|
|
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": "8f06c2a525d71dc47183af7786284632a04332e1"
|
|
85
85
|
}
|