@micromag/screen-video-360 0.3.430 → 0.3.433
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
|
@@ -610,6 +610,7 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
610
610
|
height: height,
|
|
611
611
|
resolution: resolution,
|
|
612
612
|
playing: backgroundPlaying,
|
|
613
|
+
muted: muted,
|
|
613
614
|
shouldLoad: mediaShouldLoad,
|
|
614
615
|
withoutVideo: isPreview,
|
|
615
616
|
className: styles.background
|
|
@@ -617,7 +618,6 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
617
618
|
};
|
|
618
619
|
Video360Screen.propTypes = propTypes;
|
|
619
620
|
Video360Screen.defaultProps = defaultProps;
|
|
620
|
-
var Video360Screen$1 = /*#__PURE__*/React.memo(Video360Screen);
|
|
621
621
|
|
|
622
622
|
var transform = function transform(newStory, _ref) {
|
|
623
623
|
var video = _ref.video;
|
|
@@ -662,7 +662,7 @@ var definition = {
|
|
|
662
662
|
"value": "360 Video"
|
|
663
663
|
}]
|
|
664
664
|
}),
|
|
665
|
-
component: Video360Screen
|
|
665
|
+
component: Video360Screen,
|
|
666
666
|
layouts: ['full'],
|
|
667
667
|
transforms: transforms,
|
|
668
668
|
fields: [{
|
|
@@ -730,4 +730,4 @@ var definition = {
|
|
|
730
730
|
}]
|
|
731
731
|
};
|
|
732
732
|
|
|
733
|
-
export { Video360Screen
|
|
733
|
+
export { Video360Screen, definition as default };
|
package/lib/index.js
CHANGED
|
@@ -614,6 +614,7 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
614
614
|
height: height,
|
|
615
615
|
resolution: resolution,
|
|
616
616
|
playing: backgroundPlaying,
|
|
617
|
+
muted: muted,
|
|
617
618
|
shouldLoad: mediaShouldLoad,
|
|
618
619
|
withoutVideo: isPreview,
|
|
619
620
|
className: styles.background
|
|
@@ -621,7 +622,6 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
621
622
|
};
|
|
622
623
|
Video360Screen.propTypes = propTypes;
|
|
623
624
|
Video360Screen.defaultProps = defaultProps;
|
|
624
|
-
var Video360Screen$1 = /*#__PURE__*/React.memo(Video360Screen);
|
|
625
625
|
|
|
626
626
|
var transform = function transform(newStory, _ref) {
|
|
627
627
|
var video = _ref.video;
|
|
@@ -666,7 +666,7 @@ var definition = {
|
|
|
666
666
|
"value": "360 Video"
|
|
667
667
|
}]
|
|
668
668
|
}),
|
|
669
|
-
component: Video360Screen
|
|
669
|
+
component: Video360Screen,
|
|
670
670
|
layouts: ['full'],
|
|
671
671
|
transforms: transforms,
|
|
672
672
|
fields: [{
|
|
@@ -734,5 +734,5 @@ var definition = {
|
|
|
734
734
|
}]
|
|
735
735
|
};
|
|
736
736
|
|
|
737
|
-
exports.Video360Screen = Video360Screen
|
|
737
|
+
exports.Video360Screen = Video360Screen;
|
|
738
738
|
exports.default = definition;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video-360",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.433",
|
|
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.433",
|
|
63
|
+
"@micromag/element-background": "^0.3.433",
|
|
64
|
+
"@micromag/element-closed-captions": "^0.3.433",
|
|
65
|
+
"@micromag/element-container": "^0.3.433",
|
|
66
|
+
"@micromag/element-footer": "^0.3.433",
|
|
67
|
+
"@micromag/element-header": "^0.3.433",
|
|
68
|
+
"@micromag/element-image": "^0.3.433",
|
|
69
|
+
"@micromag/element-video": "^0.3.433",
|
|
70
|
+
"@micromag/transforms": "^0.3.433",
|
|
71
71
|
"classnames": "^2.2.6",
|
|
72
72
|
"lodash": "^4.17.21",
|
|
73
73
|
"prop-types": "^15.7.2",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public",
|
|
81
81
|
"registry": "https://registry.npmjs.org/"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "4fe51ffae9ebd9844db8014a1912df2df5122f28"
|
|
84
84
|
}
|