@micromag/screen-contribution 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
@@ -429,7 +429,8 @@ var ContributionScreen = function ContributionScreen(_ref) {
429
429
  playing: backgroundPlaying,
430
430
  muted: muted,
431
431
  shouldLoad: mediaShouldLoad,
432
- mediaRef: mediaRef
432
+ mediaRef: mediaRef,
433
+ withoutVideo: isPreview
433
434
  }) : null, /*#__PURE__*/React.createElement(Container, {
434
435
  width: width,
435
436
  height: height
package/lib/index.js CHANGED
@@ -450,7 +450,8 @@ var ContributionScreen = function ContributionScreen(_ref) {
450
450
  playing: backgroundPlaying,
451
451
  muted: muted,
452
452
  shouldLoad: mediaShouldLoad,
453
- mediaRef: mediaRef
453
+ mediaRef: mediaRef,
454
+ withoutVideo: isPreview
454
455
  }) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
455
456
  width: width,
456
457
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-contribution",
3
- "version": "0.3.209",
3
+ "version": "0.3.213",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,17 +52,17 @@
52
52
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
53
53
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
54
54
  "@fortawesome/react-fontawesome": "^0.1.13",
55
- "@micromag/core": "^0.3.209",
56
- "@micromag/data": "^0.3.209",
57
- "@micromag/element-background": "^0.3.209",
58
- "@micromag/element-button": "^0.3.209",
59
- "@micromag/element-call-to-action": "^0.3.209",
60
- "@micromag/element-container": "^0.3.209",
61
- "@micromag/element-heading": "^0.3.209",
62
- "@micromag/element-scroll": "^0.3.209",
63
- "@micromag/element-text": "^0.3.209",
64
- "@micromag/element-text-input": "^0.3.209",
65
- "@micromag/transforms": "^0.3.209",
55
+ "@micromag/core": "^0.3.213",
56
+ "@micromag/data": "^0.3.213",
57
+ "@micromag/element-background": "^0.3.213",
58
+ "@micromag/element-button": "^0.3.213",
59
+ "@micromag/element-call-to-action": "^0.3.213",
60
+ "@micromag/element-container": "^0.3.213",
61
+ "@micromag/element-heading": "^0.3.213",
62
+ "@micromag/element-scroll": "^0.3.213",
63
+ "@micromag/element-text": "^0.3.213",
64
+ "@micromag/element-text-input": "^0.3.213",
65
+ "@micromag/transforms": "^0.3.213",
66
66
  "classnames": "^2.2.6",
67
67
  "lodash": "^4.17.21",
68
68
  "prop-types": "^15.7.2",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "909d9ff44ec6bf543db9c75186cd223391a5f0cd"
75
+ "gitHead": "e7dcbfd9c59763758e35c37bacf6749e95c1cbac"
76
76
  }