@micromag/screen-audio 0.3.209 → 0.3.213

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
@@ -291,7 +291,8 @@ var AudioScreen = function AudioScreen(_ref) {
291
291
  height: height,
292
292
  resolution: resolution,
293
293
  playing: backgroundPlaying,
294
- shouldLoad: mediaShouldLoad
294
+ shouldLoad: mediaShouldLoad,
295
+ withoutVideo: isPreview
295
296
  }) : null, /*#__PURE__*/React.createElement(Container, {
296
297
  width: width,
297
298
  height: height
package/lib/index.js CHANGED
@@ -311,7 +311,8 @@ var AudioScreen = function AudioScreen(_ref) {
311
311
  height: height,
312
312
  resolution: resolution,
313
313
  playing: backgroundPlaying,
314
- shouldLoad: mediaShouldLoad
314
+ shouldLoad: mediaShouldLoad,
315
+ withoutVideo: isPreview
315
316
  }) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
316
317
  width: width,
317
318
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-audio",
3
- "version": "0.3.209",
3
+ "version": "0.3.213",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.209",
53
- "@micromag/element-audio": "^0.3.209",
54
- "@micromag/element-background": "^0.3.209",
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-layout": "^0.3.209",
59
- "@micromag/element-media-controls": "^0.3.209",
60
- "@micromag/transforms": "^0.3.209",
52
+ "@micromag/core": "^0.3.213",
53
+ "@micromag/element-audio": "^0.3.213",
54
+ "@micromag/element-background": "^0.3.213",
55
+ "@micromag/element-call-to-action": "^0.3.213",
56
+ "@micromag/element-closed-captions": "^0.3.213",
57
+ "@micromag/element-container": "^0.3.213",
58
+ "@micromag/element-layout": "^0.3.213",
59
+ "@micromag/element-media-controls": "^0.3.213",
60
+ "@micromag/transforms": "^0.3.213",
61
61
  "classnames": "^2.2.6",
62
62
  "lodash": "^4.17.21",
63
63
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "909d9ff44ec6bf543db9c75186cd223391a5f0cd"
70
+ "gitHead": "e7dcbfd9c59763758e35c37bacf6749e95c1cbac"
71
71
  }