@micromag/element-video 0.3.190 → 0.3.196

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 CHANGED
@@ -275,7 +275,7 @@ var Video = function Video(_ref) {
275
275
  if (paused && !isPaused) {
276
276
  element.pause();
277
277
  } else if (!paused && isPaused) {
278
- element.muted = true;
278
+ // element.muted = muted;
279
279
  element.play();
280
280
  }
281
281
  }, [paused]);
package/lib/index.js CHANGED
@@ -287,7 +287,7 @@ var Video = function Video(_ref) {
287
287
  if (paused && !isPaused) {
288
288
  element.pause();
289
289
  } else if (!paused && isPaused) {
290
- element.muted = true;
290
+ // element.muted = muted;
291
291
  element.play();
292
292
  }
293
293
  }, [paused]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.190",
3
+ "version": "0.3.196",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,9 +52,9 @@
52
52
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
53
53
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
54
54
  "@fortawesome/react-fontawesome": "^0.1.13",
55
- "@micromag/core": "^0.3.190",
56
- "@micromag/element-closed-captions": "^0.3.190",
57
- "@micromag/element-media-controls": "^0.3.190",
55
+ "@micromag/core": "^0.3.196",
56
+ "@micromag/element-closed-captions": "^0.3.196",
57
+ "@micromag/element-media-controls": "^0.3.196",
58
58
  "classnames": "^2.2.6",
59
59
  "lodash": "^4.17.21",
60
60
  "prop-types": "^15.7.2",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "36be7dcf459e109654b406147cc723a52cb784cd"
67
+ "gitHead": "f76253e63fa17840ffa08757a7f4a32554868288"
68
68
  }