@micromag/screen-conversation 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
@@ -367,7 +367,8 @@ var ConversationScreen = function ConversationScreen(_ref) {
367
367
  playing: backgroundPlaying,
368
368
  muted: muted,
369
369
  shouldLoad: mediaShouldLoad,
370
- mediaRef: mediaRef
370
+ mediaRef: mediaRef,
371
+ withoutVideo: isPreview
371
372
  }) : null, /*#__PURE__*/React.createElement(Container, {
372
373
  width: width,
373
374
  height: height
@@ -428,6 +429,7 @@ var ConversationScreen = function ConversationScreen(_ref) {
428
429
  withAnimation: withAnimation,
429
430
  isPlaying: current && shouldPlay,
430
431
  shouldLoad: mediaShouldLoad,
432
+ withoutVideo: isPreview,
431
433
  messageStyle: messageStyle,
432
434
  speakerStyle: speakerStyle
433
435
  });
package/lib/index.js CHANGED
@@ -389,7 +389,8 @@ var ConversationScreen = function ConversationScreen(_ref) {
389
389
  playing: backgroundPlaying,
390
390
  muted: muted,
391
391
  shouldLoad: mediaShouldLoad,
392
- mediaRef: mediaRef
392
+ mediaRef: mediaRef,
393
+ withoutVideo: isPreview
393
394
  }) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
394
395
  width: width,
395
396
  height: height
@@ -450,6 +451,7 @@ var ConversationScreen = function ConversationScreen(_ref) {
450
451
  withAnimation: withAnimation,
451
452
  isPlaying: current && shouldPlay,
452
453
  shouldLoad: mediaShouldLoad,
454
+ withoutVideo: isPreview,
453
455
  messageStyle: messageStyle,
454
456
  speakerStyle: speakerStyle
455
457
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-conversation",
3
- "version": "0.3.207",
3
+ "version": "0.3.211",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,16 +49,16 @@
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-scroll": "^0.3.207",
59
- "@micromag/element-text": "^0.3.207",
60
- "@micromag/element-visual": "^0.3.207",
61
- "@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-scroll": "^0.3.211",
59
+ "@micromag/element-text": "^0.3.211",
60
+ "@micromag/element-visual": "^0.3.211",
61
+ "@micromag/transforms": "^0.3.211",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.21",
64
64
  "prop-types": "^15.7.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "e7e2958bb7e9e222cc8621b44a90f1e974dd93b6"
71
+ "gitHead": "2eebe38f4253de953042e9ccf1afe593c824e8e0"
72
72
  }