@micromag/element-video 0.3.771 → 0.3.779

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
@@ -344,10 +344,10 @@ var Video = function Video(_ref) {
344
344
  };
345
345
  Video.propTypes = propTypes;
346
346
  Video.defaultProps = defaultProps;
347
- var Video$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
347
+ var Video_default = /*#__PURE__*/React.forwardRef(function (props, ref) {
348
348
  return /*#__PURE__*/React.createElement(Video, Object.assign({
349
349
  mediaRef: ref
350
350
  }, props));
351
351
  });
352
352
 
353
- export { Video$1 as default };
353
+ export { Video_default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.771",
3
+ "version": "0.3.779",
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.769",
63
- "@micromag/element-closed-captions": "^0.3.771",
62
+ "@micromag/core": "^0.3.779",
63
+ "@micromag/element-closed-captions": "^0.3.779",
64
64
  "classnames": "^2.2.6",
65
65
  "hls.js": "^1.5.15",
66
66
  "lodash": "^4.17.21",
@@ -72,5 +72,5 @@
72
72
  "access": "public",
73
73
  "registry": "https://registry.npmjs.org/"
74
74
  },
75
- "gitHead": "a74bf984979f2bee58b57859808a8d9f6fa31f4a"
75
+ "gitHead": "5cc7b8fc6d58ba77100060a9d9a4a3f87f835559"
76
76
  }