@micromag/element-video 0.3.178 → 0.3.180

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
@@ -276,6 +276,7 @@ var Video = function Video(_ref) {
276
276
  if (paused && !isPaused) {
277
277
  element.pause();
278
278
  } else if (!paused && isPaused) {
279
+ element.muted = true;
279
280
  element.play();
280
281
  }
281
282
  }, [paused]);
package/lib/index.js CHANGED
@@ -288,6 +288,7 @@ var Video = function Video(_ref) {
288
288
  if (paused && !isPaused) {
289
289
  element.pause();
290
290
  } else if (!paused && isPaused) {
291
+ element.muted = true;
291
292
  element.play();
292
293
  }
293
294
  }, [paused]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.178",
3
+ "version": "0.3.180",
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.178",
56
- "@micromag/element-closed-captions": "^0.3.178",
57
- "@micromag/element-media-controls": "^0.3.178",
55
+ "@micromag/core": "^0.3.180",
56
+ "@micromag/element-closed-captions": "^0.3.180",
57
+ "@micromag/element-media-controls": "^0.3.180",
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": "135b87c1d061bd5f0ec90b71b80815d17113e21f"
67
+ "gitHead": "5f49e01759f3350db673329db30ca542b9d2fa6e"
68
68
  }