@micromag/element-video 0.3.570 → 0.3.575

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.
Files changed (2) hide show
  1. package/es/index.js +2 -2
  2. package/package.json +4 -4
package/es/index.js CHANGED
@@ -290,7 +290,7 @@ var Video = function Video(_ref) {
290
290
  mediaRef.current = newRef;
291
291
  }
292
292
  },
293
- src: sourceFiles === null || sourceFiles.length === 0 ? "".concat(mediaUrl, "#t=0.1") : null,
293
+ src: sourceFiles === null || sourceFiles.length === 0 ? "".concat(mediaUrl, "#t=0.001") : null,
294
294
  autoPlay: autoPlay && !paused,
295
295
  loop: loop,
296
296
  muted: muted,
@@ -317,7 +317,7 @@ var Video = function Video(_ref) {
317
317
  sourceMime = _ref10.mime;
318
318
  return /*#__PURE__*/React.createElement("source", {
319
319
  key: "".concat(sourceUrl, "-").concat(sourceMime),
320
- src: sourceUrl !== null ? "".concat(sourceUrl, "#t=0.1") : null,
320
+ src: sourceUrl !== null ? "".concat(sourceUrl, "#t=0.001") : null,
321
321
  type: sourceMime
322
322
  });
323
323
  })) : null, !isImageWithoutSourceFile && !ready && showLoading ? /*#__PURE__*/React.createElement(Spinner, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.570",
3
+ "version": "0.3.575",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -59,8 +59,8 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.13.10",
62
- "@micromag/core": "^0.3.570",
63
- "@micromag/element-closed-captions": "^0.3.570",
62
+ "@micromag/core": "^0.3.572",
63
+ "@micromag/element-closed-captions": "^0.3.572",
64
64
  "classnames": "^2.2.6",
65
65
  "lodash": "^4.17.21",
66
66
  "prop-types": "^15.7.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public",
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "77ddf956df099afb685816a80bca648690751402"
74
+ "gitHead": "686afa5c96672a7a26ce8577f2cc95693ea2db47"
75
75
  }