@micromag/screen-video 0.3.139 → 0.3.140
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 -1
- package/lib/index.js +1 -1
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -286,7 +286,7 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
286
286
|
setReady(true);
|
|
287
287
|
}, [setReady]);
|
|
288
288
|
var visibleControls = !autoPlay && !playing || muted || showMediaControls;
|
|
289
|
-
var items = [autoPlay && suspended && !withControls ? /*#__PURE__*/React.createElement("button", {
|
|
289
|
+
var items = [autoPlay && suspended && !playing && !withControls ? /*#__PURE__*/React.createElement("button", {
|
|
290
290
|
key: "tap-catcher-button",
|
|
291
291
|
type: "button",
|
|
292
292
|
onTouchStart: play,
|
package/lib/index.js
CHANGED
|
@@ -307,7 +307,7 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
307
307
|
setReady(true);
|
|
308
308
|
}, [setReady]);
|
|
309
309
|
var visibleControls = !autoPlay && !playing || muted || showMediaControls;
|
|
310
|
-
var items = [autoPlay && suspended && !withControls ? /*#__PURE__*/React__default["default"].createElement("button", {
|
|
310
|
+
var items = [autoPlay && suspended && !playing && !withControls ? /*#__PURE__*/React__default["default"].createElement("button", {
|
|
311
311
|
key: "tap-catcher-button",
|
|
312
312
|
type: "button",
|
|
313
313
|
onTouchStart: play,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.140",
|
|
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.140",
|
|
54
|
+
"@micromag/element-background": "^0.3.140",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.140",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.140",
|
|
57
|
+
"@micromag/element-container": "^0.3.140",
|
|
58
|
+
"@micromag/element-image": "^0.3.140",
|
|
59
|
+
"@micromag/element-media-controls": "^0.3.140",
|
|
60
|
+
"@micromag/element-video": "^0.3.140",
|
|
61
|
+
"@micromag/transforms": "^0.3.140",
|
|
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": "580f0f9c5bc9d85057750f7f710bc27c933dd21a"
|
|
72
72
|
}
|