@micromag/element-video 0.3.329 → 0.3.332

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
@@ -140,7 +140,7 @@ var Video = function Video(_ref) {
140
140
  if (mediaUrl) {
141
141
  id = setTimeout(function () {
142
142
  setShowLoading(true);
143
- }, 1000);
143
+ }, 2000);
144
144
  }
145
145
  return function () {
146
146
  clearTimeout(id);
package/lib/index.js CHANGED
@@ -152,7 +152,7 @@ var Video = function Video(_ref) {
152
152
  if (mediaUrl) {
153
153
  id = setTimeout(function () {
154
154
  setShowLoading(true);
155
- }, 1000);
155
+ }, 2000);
156
156
  }
157
157
  return function () {
158
158
  clearTimeout(id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.329",
3
+ "version": "0.3.332",
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.329",
56
- "@micromag/element-closed-captions": "^0.3.329",
57
- "@micromag/element-media-controls": "^0.3.329",
55
+ "@micromag/core": "^0.3.332",
56
+ "@micromag/element-closed-captions": "^0.3.332",
57
+ "@micromag/element-media-controls": "^0.3.332",
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": "2bfbc2ca564fd104e1df42dfa9314668fe48a000"
67
+ "gitHead": "61fe137d589629d05127be69b667fc62f8ca1d18"
68
68
  }