@micromag/screen-image-360 0.3.206 → 0.3.210
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
|
@@ -465,7 +465,8 @@ var Image360Screen = function Image360Screen(_ref) {
|
|
|
465
465
|
playing: backgroundPlaying,
|
|
466
466
|
muted: muted,
|
|
467
467
|
shouldLoad: mediaShouldLoad,
|
|
468
|
-
mediaRef: mediaRef
|
|
468
|
+
mediaRef: mediaRef,
|
|
469
|
+
withoutVideo: isPreview
|
|
469
470
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
470
471
|
width: width,
|
|
471
472
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -501,7 +501,8 @@ var Image360Screen = function Image360Screen(_ref) {
|
|
|
501
501
|
playing: backgroundPlaying,
|
|
502
502
|
muted: muted,
|
|
503
503
|
shouldLoad: mediaShouldLoad,
|
|
504
|
-
mediaRef: mediaRef
|
|
504
|
+
mediaRef: mediaRef,
|
|
505
|
+
withoutVideo: isPreview
|
|
505
506
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
506
507
|
width: width,
|
|
507
508
|
height: height
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-image-360",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.210",
|
|
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.209",
|
|
54
|
+
"@micromag/element-background": "^0.3.210",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.209",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.209",
|
|
57
|
+
"@micromag/element-container": "^0.3.209",
|
|
58
|
+
"@micromag/element-image": "^0.3.209",
|
|
59
|
+
"@micromag/element-media-controls": "^0.3.209",
|
|
60
|
+
"@micromag/element-video": "^0.3.210",
|
|
61
|
+
"@micromag/transforms": "^0.3.209",
|
|
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": "2feb6654035cd1fefa1382d17ea31e42b7950292"
|
|
74
74
|
}
|