@micromag/screen-conversation 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 +3 -1
- package/lib/index.js +3 -1
- package/package.json +4 -4
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.
|
|
3
|
+
"version": "0.3.210",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@micromag/core": "^0.3.209",
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
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-heading": "^0.3.209",
|
|
57
57
|
"@micromag/element-layout": "^0.3.209",
|
|
58
58
|
"@micromag/element-scroll": "^0.3.209",
|
|
59
59
|
"@micromag/element-text": "^0.3.209",
|
|
60
|
-
"@micromag/element-visual": "^0.3.
|
|
60
|
+
"@micromag/element-visual": "^0.3.210",
|
|
61
61
|
"@micromag/transforms": "^0.3.209",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
|
|
72
72
|
}
|