@micromag/element-video 0.3.198 → 0.3.203

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
@@ -330,7 +330,7 @@ var Video = function Video(_ref) {
330
330
  sourceMime = _ref8.mime;
331
331
  return /*#__PURE__*/React.createElement("source", {
332
332
  key: "".concat(sourceUrl, "-").concat(sourceMime),
333
- src: sourceUrl,
333
+ src: sourceUrl !== null ? "".concat(sourceUrl, "#t=0.1") : null,
334
334
  type: sourceMime
335
335
  });
336
336
  })) : null);
package/lib/index.js CHANGED
@@ -342,7 +342,7 @@ var Video = function Video(_ref) {
342
342
  sourceMime = _ref8.mime;
343
343
  return /*#__PURE__*/React__default["default"].createElement("source", {
344
344
  key: "".concat(sourceUrl, "-").concat(sourceMime),
345
- src: sourceUrl,
345
+ src: sourceUrl !== null ? "".concat(sourceUrl, "#t=0.1") : null,
346
346
  type: sourceMime
347
347
  });
348
348
  })) : null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.198",
3
+ "version": "0.3.203",
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.196",
56
- "@micromag/element-closed-captions": "^0.3.196",
57
- "@micromag/element-media-controls": "^0.3.196",
55
+ "@micromag/core": "^0.3.203",
56
+ "@micromag/element-closed-captions": "^0.3.203",
57
+ "@micromag/element-media-controls": "^0.3.203",
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": "1aba9d8d7585194940b790d71203dff154831f74"
67
+ "gitHead": "b297ceba08e2590bf75836ede1154bef06829ee5"
68
68
  }