@micromag/screen-quote 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
@@ -161,7 +161,8 @@ var QuoteScreen = function QuoteScreen(_ref) {
161
161
  playing: backgroundPlaying,
162
162
  muted: muted,
163
163
  shouldLoad: mediaShouldLoad,
164
- mediaRef: mediaRef
164
+ mediaRef: mediaRef,
165
+ withoutVideo: isPreview
165
166
  }) : null, /*#__PURE__*/React.createElement(Container, {
166
167
  width: width,
167
168
  height: height
package/lib/index.js CHANGED
@@ -180,7 +180,8 @@ var QuoteScreen = function QuoteScreen(_ref) {
180
180
  playing: backgroundPlaying,
181
181
  muted: muted,
182
182
  shouldLoad: mediaShouldLoad,
183
- mediaRef: mediaRef
183
+ mediaRef: mediaRef,
184
+ withoutVideo: isPreview
184
185
  }) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
185
186
  width: width,
186
187
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-quote",
3
- "version": "0.3.209",
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.209",
53
+ "@micromag/element-background": "^0.3.210",
54
54
  "@micromag/element-call-to-action": "^0.3.209",
55
55
  "@micromag/element-container": "^0.3.209",
56
56
  "@micromag/element-layout": "^0.3.209",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "909d9ff44ec6bf543db9c75186cd223391a5f0cd"
69
+ "gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
70
70
  }