@micromag/screen-video-360 0.3.207 → 0.3.211
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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -616,7 +616,8 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
616
616
|
height: height,
|
|
617
617
|
resolution: resolution,
|
|
618
618
|
playing: backgroundPlaying,
|
|
619
|
-
shouldLoad: mediaShouldLoad
|
|
619
|
+
shouldLoad: mediaShouldLoad,
|
|
620
|
+
withoutVideo: isPreview
|
|
620
621
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
621
622
|
width: width,
|
|
622
623
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -654,7 +654,8 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
654
654
|
height: height,
|
|
655
655
|
resolution: resolution,
|
|
656
656
|
playing: backgroundPlaying,
|
|
657
|
-
shouldLoad: mediaShouldLoad
|
|
657
|
+
shouldLoad: mediaShouldLoad,
|
|
658
|
+
withoutVideo: isPreview
|
|
658
659
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
659
660
|
width: width,
|
|
660
661
|
height: height
|
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.211",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@folklore/size": "^0.1.20",
|
|
53
|
-
"@micromag/core": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-image": "^0.3.
|
|
59
|
-
"@micromag/element-media-controls": "^0.3.
|
|
60
|
-
"@micromag/element-video": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
53
|
+
"@micromag/core": "^0.3.211",
|
|
54
|
+
"@micromag/element-background": "^0.3.211",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.211",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.211",
|
|
57
|
+
"@micromag/element-container": "^0.3.211",
|
|
58
|
+
"@micromag/element-image": "^0.3.211",
|
|
59
|
+
"@micromag/element-media-controls": "^0.3.211",
|
|
60
|
+
"@micromag/element-video": "^0.3.211",
|
|
61
|
+
"@micromag/transforms": "^0.3.211",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "2eebe38f4253de953042e9ccf1afe593c824e8e0"
|
|
74
74
|
}
|