@micromag/element-video 0.3.219 → 0.3.226

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
@@ -136,12 +136,7 @@ var Video = function Video(_ref) {
136
136
  });
137
137
  var ready = useMediaReady(_ref9.current, {
138
138
  id: mediaUrl
139
- }); // useMediaLoad(ref.current, {
140
- // preload,
141
- // shouldLoad,
142
- // });
143
- // Get source files with supported mimes
144
-
139
+ });
145
140
  var sourceFiles = useMemo(function () {
146
141
  if (filesArray.length === 0) {
147
142
  return null;
package/lib/index.js CHANGED
@@ -148,12 +148,7 @@ var Video = function Video(_ref) {
148
148
  });
149
149
  var ready = hooks.useMediaReady(_ref9.current, {
150
150
  id: mediaUrl
151
- }); // useMediaLoad(ref.current, {
152
- // preload,
153
- // shouldLoad,
154
- // });
155
- // Get source files with supported mimes
156
-
151
+ });
157
152
  var sourceFiles = React.useMemo(function () {
158
153
  if (filesArray.length === 0) {
159
154
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.219",
3
+ "version": "0.3.226",
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.219",
56
- "@micromag/element-closed-captions": "^0.3.219",
57
- "@micromag/element-media-controls": "^0.3.219",
55
+ "@micromag/core": "^0.3.226",
56
+ "@micromag/element-closed-captions": "^0.3.226",
57
+ "@micromag/element-media-controls": "^0.3.226",
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": "ab36acb620cd3fba5c4e3c0522a299d1d27ee422"
67
+ "gitHead": "09b84178b69abaa01da5c8e22541d4ec10b5c6f1"
68
68
  }