@micromag/element-video 0.3.225 → 0.3.227
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 +1 -6
- package/lib/index.js +1 -6
- package/package.json +5 -5
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
|
-
});
|
|
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
|
-
});
|
|
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.
|
|
3
|
+
"version": "0.3.227",
|
|
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.
|
|
56
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
57
|
-
"@micromag/element-media-controls": "^0.3.
|
|
55
|
+
"@micromag/core": "^0.3.227",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.227",
|
|
57
|
+
"@micromag/element-media-controls": "^0.3.227",
|
|
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": "
|
|
67
|
+
"gitHead": "7ded005e4a9b6fad4cd6ad395a65ea6ed569d0e1"
|
|
68
68
|
}
|