@micromag/screen-text 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
@@ -166,7 +166,8 @@ var TextScreen = function TextScreen(_ref) {
166
166
  playing: backgroundPlaying,
167
167
  muted: muted,
168
168
  shouldLoad: backgroundShouldLoad,
169
- mediaRef: mediaRef
169
+ mediaRef: mediaRef,
170
+ withoutVideo: isPreview
170
171
  }) : null, /*#__PURE__*/React.createElement(Container, {
171
172
  width: width,
172
173
  height: height
package/lib/index.js CHANGED
@@ -186,7 +186,8 @@ var TextScreen = function TextScreen(_ref) {
186
186
  playing: backgroundPlaying,
187
187
  muted: muted,
188
188
  shouldLoad: backgroundShouldLoad,
189
- mediaRef: mediaRef
189
+ mediaRef: mediaRef,
190
+ withoutVideo: isPreview
190
191
  }) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
191
192
  width: width,
192
193
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-text",
3
- "version": "0.3.207",
3
+ "version": "0.3.211",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,14 +49,14 @@
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-call-to-action": "^0.3.207",
55
- "@micromag/element-container": "^0.3.207",
56
- "@micromag/element-heading": "^0.3.207",
57
- "@micromag/element-layout": "^0.3.207",
58
- "@micromag/element-text": "^0.3.207",
59
- "@micromag/transforms": "^0.3.207",
52
+ "@micromag/core": "^0.3.211",
53
+ "@micromag/element-background": "^0.3.211",
54
+ "@micromag/element-call-to-action": "^0.3.211",
55
+ "@micromag/element-container": "^0.3.211",
56
+ "@micromag/element-heading": "^0.3.211",
57
+ "@micromag/element-layout": "^0.3.211",
58
+ "@micromag/element-text": "^0.3.211",
59
+ "@micromag/transforms": "^0.3.211",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "e7e2958bb7e9e222cc8621b44a90f1e974dd93b6"
69
+ "gitHead": "2eebe38f4253de953042e9ccf1afe593c824e8e0"
70
70
  }