@micromag/screen-video 0.2.382 → 0.2.383
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 -5
- package/lib/index.js +1 -5
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -254,10 +254,6 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
254
254
|
left: resizedVideoLeft,
|
|
255
255
|
top: resizedVideoTop
|
|
256
256
|
}
|
|
257
|
-
}, /*#__PURE__*/React.createElement(Transitions, {
|
|
258
|
-
playing: transitionPlaying,
|
|
259
|
-
transitions: transitions,
|
|
260
|
-
disabled: transitionDisabled
|
|
261
257
|
}, isPreview || isCapture ? /*#__PURE__*/React.createElement(Image, {
|
|
262
258
|
className: styles.image,
|
|
263
259
|
media: {
|
|
@@ -282,7 +278,7 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
282
278
|
onVolumeChanged: onVolumeChanged,
|
|
283
279
|
focusable: current && isView // onPosterLoaded={onPosterLoaded}
|
|
284
280
|
|
|
285
|
-
})))
|
|
281
|
+
}))) : null), !isPlaceholder ? /*#__PURE__*/React.createElement("div", {
|
|
286
282
|
key: "bottom-content",
|
|
287
283
|
className: styles.bottomContent
|
|
288
284
|
}, /*#__PURE__*/React.createElement(Transitions, {
|
package/lib/index.js
CHANGED
|
@@ -275,10 +275,6 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
275
275
|
left: resizedVideoLeft,
|
|
276
276
|
top: resizedVideoTop
|
|
277
277
|
}
|
|
278
|
-
}, /*#__PURE__*/React__default["default"].createElement(components.Transitions, {
|
|
279
|
-
playing: transitionPlaying,
|
|
280
|
-
transitions: transitions,
|
|
281
|
-
disabled: transitionDisabled
|
|
282
278
|
}, isPreview || isCapture ? /*#__PURE__*/React__default["default"].createElement(Image__default["default"], {
|
|
283
279
|
className: styles.image,
|
|
284
280
|
media: {
|
|
@@ -303,7 +299,7 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
303
299
|
onVolumeChanged: onVolumeChanged,
|
|
304
300
|
focusable: current && isView // onPosterLoaded={onPosterLoaded}
|
|
305
301
|
|
|
306
|
-
})))
|
|
302
|
+
}))) : null), !isPlaceholder ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
307
303
|
key: "bottom-content",
|
|
308
304
|
className: styles.bottomContent
|
|
309
305
|
}, /*#__PURE__*/React__default["default"].createElement(components.Transitions, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.383",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "14ecbbc6ee503b1c56d5dccde6da83e8e1394c19"
|
|
72
72
|
}
|