@micromag/screen-map 0.3.209 → 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 +3 -3
package/es/index.js
CHANGED
|
@@ -413,7 +413,8 @@ function MapScreen(_ref) {
|
|
|
413
413
|
playing: backgroundPlaying,
|
|
414
414
|
muted: muted,
|
|
415
415
|
shouldLoad: backgroundShouldLoad,
|
|
416
|
-
mediaRef: mediaRef
|
|
416
|
+
mediaRef: mediaRef,
|
|
417
|
+
withoutVideo: isPreview
|
|
417
418
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
418
419
|
width: width,
|
|
419
420
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -435,7 +435,8 @@ function MapScreen(_ref) {
|
|
|
435
435
|
playing: backgroundPlaying,
|
|
436
436
|
muted: muted,
|
|
437
437
|
shouldLoad: backgroundShouldLoad,
|
|
438
|
-
mediaRef: mediaRef
|
|
438
|
+
mediaRef: mediaRef,
|
|
439
|
+
withoutVideo: isPreview
|
|
439
440
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
440
441
|
width: width,
|
|
441
442
|
height: height
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-map",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.210",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@micromag/core": "^0.3.209",
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
53
|
+
"@micromag/element-background": "^0.3.210",
|
|
54
54
|
"@micromag/element-button": "^0.3.209",
|
|
55
55
|
"@micromag/element-call-to-action": "^0.3.209",
|
|
56
56
|
"@micromag/element-container": "^0.3.209",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
|
|
73
73
|
}
|