@micromag/screen-video 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 CHANGED
@@ -367,7 +367,8 @@ var VideoScreen = function VideoScreen(_ref) {
367
367
  height: height,
368
368
  resolution: resolution,
369
369
  playing: backgroundPlaying,
370
- shouldLoad: mediaShouldLoad
370
+ shouldLoad: mediaShouldLoad,
371
+ withoutVideo: isPreview
371
372
  }) : null, /*#__PURE__*/React.createElement(Container, {
372
373
  width: width,
373
374
  height: height
package/lib/index.js CHANGED
@@ -387,7 +387,8 @@ var VideoScreen = function VideoScreen(_ref) {
387
387
  height: height,
388
388
  resolution: resolution,
389
389
  playing: backgroundPlaying,
390
- shouldLoad: mediaShouldLoad
390
+ shouldLoad: mediaShouldLoad,
391
+ withoutVideo: isPreview
391
392
  }) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
392
393
  width: width,
393
394
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-video",
3
- "version": "0.3.209",
3
+ "version": "0.3.210",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -51,13 +51,13 @@
51
51
  "@babel/runtime": "^7.13.10",
52
52
  "@folklore/size": "^0.1.20",
53
53
  "@micromag/core": "^0.3.209",
54
- "@micromag/element-background": "^0.3.209",
54
+ "@micromag/element-background": "^0.3.210",
55
55
  "@micromag/element-call-to-action": "^0.3.209",
56
56
  "@micromag/element-closed-captions": "^0.3.209",
57
57
  "@micromag/element-container": "^0.3.209",
58
58
  "@micromag/element-image": "^0.3.209",
59
59
  "@micromag/element-media-controls": "^0.3.209",
60
- "@micromag/element-video": "^0.3.209",
60
+ "@micromag/element-video": "^0.3.210",
61
61
  "@micromag/transforms": "^0.3.209",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.21",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "909d9ff44ec6bf543db9c75186cd223391a5f0cd"
71
+ "gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
72
72
  }