@micromag/element-video 0.3.265 → 0.3.270

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
@@ -40,8 +40,7 @@ var propTypes = {
40
40
  onSuspend: PropTypes$1.func,
41
41
  onSuspended: PropTypes$1.func,
42
42
  focusable: PropTypes$1.bool,
43
- withPoster: PropTypes$1.bool // onPosterLoaded: PropTypes.func,
44
-
43
+ withPoster: PropTypes$1.bool
45
44
  };
46
45
  var defaultProps = {
47
46
  media: null,
package/lib/index.js CHANGED
@@ -52,8 +52,7 @@ var propTypes = {
52
52
  onSuspend: PropTypes__default["default"].func,
53
53
  onSuspended: PropTypes__default["default"].func,
54
54
  focusable: PropTypes__default["default"].bool,
55
- withPoster: PropTypes__default["default"].bool // onPosterLoaded: PropTypes.func,
56
-
55
+ withPoster: PropTypes__default["default"].bool
57
56
  };
58
57
  var defaultProps = {
59
58
  media: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.265",
3
+ "version": "0.3.270",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "999f79fd897211bfb7edd79560295efeabf55dba"
67
+ "gitHead": "6d6b0a534672b8f75c96218f41cb6e9292988527"
68
68
  }