@micromag/screen-video 0.3.430 → 0.3.432
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 +3 -3
- package/lib/index.js +3 -3
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -353,13 +353,13 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
353
353
|
height: height,
|
|
354
354
|
resolution: resolution,
|
|
355
355
|
playing: backgroundPlaying,
|
|
356
|
+
muted: muted,
|
|
356
357
|
shouldLoad: mediaShouldLoad,
|
|
357
358
|
withoutVideo: isPreview
|
|
358
359
|
}) : null);
|
|
359
360
|
};
|
|
360
361
|
VideoScreen.propTypes = propTypes;
|
|
361
362
|
VideoScreen.defaultProps = defaultProps;
|
|
362
|
-
var VideoScreen$1 = /*#__PURE__*/React.memo(VideoScreen);
|
|
363
363
|
|
|
364
364
|
var transform = function transform(newStory, _ref) {
|
|
365
365
|
var video = _ref.video;
|
|
@@ -404,7 +404,7 @@ var definition = {
|
|
|
404
404
|
"value": "Video"
|
|
405
405
|
}]
|
|
406
406
|
}),
|
|
407
|
-
component: VideoScreen
|
|
407
|
+
component: VideoScreen,
|
|
408
408
|
layouts: ['middle', 'full'],
|
|
409
409
|
transforms: transforms,
|
|
410
410
|
fields: [{
|
|
@@ -494,4 +494,4 @@ var definition = {
|
|
|
494
494
|
}]
|
|
495
495
|
};
|
|
496
496
|
|
|
497
|
-
export { VideoScreen
|
|
497
|
+
export { VideoScreen, definition as default };
|
package/lib/index.js
CHANGED
|
@@ -357,13 +357,13 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
357
357
|
height: height,
|
|
358
358
|
resolution: resolution,
|
|
359
359
|
playing: backgroundPlaying,
|
|
360
|
+
muted: muted,
|
|
360
361
|
shouldLoad: mediaShouldLoad,
|
|
361
362
|
withoutVideo: isPreview
|
|
362
363
|
}) : null);
|
|
363
364
|
};
|
|
364
365
|
VideoScreen.propTypes = propTypes;
|
|
365
366
|
VideoScreen.defaultProps = defaultProps;
|
|
366
|
-
var VideoScreen$1 = /*#__PURE__*/React.memo(VideoScreen);
|
|
367
367
|
|
|
368
368
|
var transform = function transform(newStory, _ref) {
|
|
369
369
|
var video = _ref.video;
|
|
@@ -408,7 +408,7 @@ var definition = {
|
|
|
408
408
|
"value": "Video"
|
|
409
409
|
}]
|
|
410
410
|
}),
|
|
411
|
-
component: VideoScreen
|
|
411
|
+
component: VideoScreen,
|
|
412
412
|
layouts: ['middle', 'full'],
|
|
413
413
|
transforms: transforms,
|
|
414
414
|
fields: [{
|
|
@@ -498,5 +498,5 @@ var definition = {
|
|
|
498
498
|
}]
|
|
499
499
|
};
|
|
500
500
|
|
|
501
|
-
exports.VideoScreen = VideoScreen
|
|
501
|
+
exports.VideoScreen = VideoScreen;
|
|
502
502
|
exports.default = definition;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.432",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@babel/runtime": "^7.13.10",
|
|
61
61
|
"@folklore/size": "^0.1.20",
|
|
62
|
-
"@micromag/core": "^0.3.
|
|
63
|
-
"@micromag/element-background": "^0.3.
|
|
64
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
65
|
-
"@micromag/element-container": "^0.3.
|
|
66
|
-
"@micromag/element-footer": "^0.3.
|
|
67
|
-
"@micromag/element-header": "^0.3.
|
|
68
|
-
"@micromag/element-image": "^0.3.
|
|
69
|
-
"@micromag/element-video": "^0.3.
|
|
70
|
-
"@micromag/transforms": "^0.3.
|
|
62
|
+
"@micromag/core": "^0.3.432",
|
|
63
|
+
"@micromag/element-background": "^0.3.432",
|
|
64
|
+
"@micromag/element-closed-captions": "^0.3.432",
|
|
65
|
+
"@micromag/element-container": "^0.3.432",
|
|
66
|
+
"@micromag/element-footer": "^0.3.432",
|
|
67
|
+
"@micromag/element-header": "^0.3.432",
|
|
68
|
+
"@micromag/element-image": "^0.3.432",
|
|
69
|
+
"@micromag/element-video": "^0.3.432",
|
|
70
|
+
"@micromag/transforms": "^0.3.432",
|
|
71
71
|
"classnames": "^2.2.6",
|
|
72
72
|
"lodash": "^4.17.21",
|
|
73
73
|
"prop-types": "^15.7.2",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"access": "public",
|
|
79
79
|
"registry": "https://registry.npmjs.org/"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "01df977a7eb5166425c0078c2369ea240549f386"
|
|
82
82
|
}
|