@micromag/screen-video 0.3.107 → 0.3.108
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 +1 -2
- package/lib/index.js +1 -2
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -88,8 +88,7 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
88
88
|
var _useViewerNavigation = useViewerNavigation(),
|
|
89
89
|
gotoNextScreen = _useViewerNavigation.gotoNextScreen;
|
|
90
90
|
|
|
91
|
-
var backgroundPlaying = current && (isView || isEdit);
|
|
92
|
-
|
|
91
|
+
var backgroundPlaying = current && (isView || isEdit);
|
|
93
92
|
var mediaShouldLoad = current || active;
|
|
94
93
|
var shouldGotoNextScreenOnEnd = gotoNextScreenOnEnd && isView && current; // get resized video style props
|
|
95
94
|
|
package/lib/index.js
CHANGED
|
@@ -109,8 +109,7 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
109
109
|
var _useViewerNavigation = contexts.useViewerNavigation(),
|
|
110
110
|
gotoNextScreen = _useViewerNavigation.gotoNextScreen;
|
|
111
111
|
|
|
112
|
-
var backgroundPlaying = current && (isView || isEdit);
|
|
113
|
-
|
|
112
|
+
var backgroundPlaying = current && (isView || isEdit);
|
|
114
113
|
var mediaShouldLoad = current || active;
|
|
115
114
|
var shouldGotoNextScreenOnEnd = gotoNextScreenOnEnd && isView && current; // get resized video style props
|
|
116
115
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.108",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@folklore/size": "^0.1.20",
|
|
53
|
-
"@micromag/core": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-image": "^0.3.
|
|
59
|
-
"@micromag/element-media-controls": "^0.3.
|
|
60
|
-
"@micromag/element-video": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
53
|
+
"@micromag/core": "^0.3.108",
|
|
54
|
+
"@micromag/element-background": "^0.3.108",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.108",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.108",
|
|
57
|
+
"@micromag/element-container": "^0.3.108",
|
|
58
|
+
"@micromag/element-image": "^0.3.108",
|
|
59
|
+
"@micromag/element-media-controls": "^0.3.108",
|
|
60
|
+
"@micromag/element-video": "^0.3.108",
|
|
61
|
+
"@micromag/transforms": "^0.3.108",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "d7681b84be82b08eff5ed444f910ed367f235f4e"
|
|
72
72
|
}
|