@micromag/screen-map 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 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.207",
3
+ "version": "0.3.211",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,17 +49,17 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.207",
53
- "@micromag/element-background": "^0.3.207",
54
- "@micromag/element-button": "^0.3.207",
55
- "@micromag/element-call-to-action": "^0.3.207",
56
- "@micromag/element-container": "^0.3.207",
57
- "@micromag/element-heading": "^0.3.207",
58
- "@micromag/element-image": "^0.3.207",
59
- "@micromag/element-map": "^0.3.207",
60
- "@micromag/element-scroll": "^0.3.207",
61
- "@micromag/element-text": "^0.3.207",
62
- "@micromag/transforms": "^0.3.207",
52
+ "@micromag/core": "^0.3.211",
53
+ "@micromag/element-background": "^0.3.211",
54
+ "@micromag/element-button": "^0.3.211",
55
+ "@micromag/element-call-to-action": "^0.3.211",
56
+ "@micromag/element-container": "^0.3.211",
57
+ "@micromag/element-heading": "^0.3.211",
58
+ "@micromag/element-image": "^0.3.211",
59
+ "@micromag/element-map": "^0.3.211",
60
+ "@micromag/element-scroll": "^0.3.211",
61
+ "@micromag/element-text": "^0.3.211",
62
+ "@micromag/transforms": "^0.3.211",
63
63
  "classnames": "^2.2.6",
64
64
  "lodash": "^4.17.21",
65
65
  "prop-types": "^15.7.2",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "e7e2958bb7e9e222cc8621b44a90f1e974dd93b6"
72
+ "gitHead": "2eebe38f4253de953042e9ccf1afe593c824e8e0"
73
73
  }