@micromag/element-video 0.3.335 → 0.3.336

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
@@ -72,7 +72,7 @@ var defaultProps = {
72
72
  onSuspended: null,
73
73
  focusable: true,
74
74
  withPoster: false,
75
- withLoading: true
75
+ withLoading: false
76
76
  };
77
77
  var Video = function Video(_ref) {
78
78
  var _ref7;
package/lib/index.js CHANGED
@@ -84,7 +84,7 @@ var defaultProps = {
84
84
  onSuspended: null,
85
85
  focusable: true,
86
86
  withPoster: false,
87
- withLoading: true
87
+ withLoading: false
88
88
  };
89
89
  var Video = function Video(_ref) {
90
90
  var _ref7;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.335",
3
+ "version": "0.3.336",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "2d4617589f6091803cee6d5614c61297bba3bdc6"
67
+ "gitHead": "b5514916d2f4e88b20bc5f04af4d4b696c85a114"
68
68
  }