@micromag/screen-conversation 0.3.68 → 0.3.69
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 +12 -12
package/es/index.js
CHANGED
|
@@ -222,7 +222,8 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
222
222
|
var _useScreenSize = useScreenSize(),
|
|
223
223
|
width = _useScreenSize.width,
|
|
224
224
|
height = _useScreenSize.height,
|
|
225
|
-
menuOverScreen = _useScreenSize.menuOverScreen
|
|
225
|
+
menuOverScreen = _useScreenSize.menuOverScreen,
|
|
226
|
+
resolution = _useScreenSize.resolution;
|
|
226
227
|
|
|
227
228
|
var _useViewer = useViewer(),
|
|
228
229
|
menuSize = _useViewer.menuSize;
|
|
@@ -359,6 +360,7 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
359
360
|
background: background,
|
|
360
361
|
width: width,
|
|
361
362
|
height: height,
|
|
363
|
+
resolution: resolution,
|
|
362
364
|
playing: backgroundPlaying,
|
|
363
365
|
shouldLoad: backgroundShouldLoad
|
|
364
366
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
package/lib/index.js
CHANGED
|
@@ -244,7 +244,8 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
244
244
|
var _useScreenSize = contexts.useScreenSize(),
|
|
245
245
|
width = _useScreenSize.width,
|
|
246
246
|
height = _useScreenSize.height,
|
|
247
|
-
menuOverScreen = _useScreenSize.menuOverScreen
|
|
247
|
+
menuOverScreen = _useScreenSize.menuOverScreen,
|
|
248
|
+
resolution = _useScreenSize.resolution;
|
|
248
249
|
|
|
249
250
|
var _useViewer = contexts.useViewer(),
|
|
250
251
|
menuSize = _useViewer.menuSize;
|
|
@@ -381,6 +382,7 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
381
382
|
background: background,
|
|
382
383
|
width: width,
|
|
383
384
|
height: height,
|
|
385
|
+
resolution: resolution,
|
|
384
386
|
playing: backgroundPlaying,
|
|
385
387
|
shouldLoad: backgroundShouldLoad
|
|
386
388
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-conversation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.69",
|
|
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.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-scroll": "^0.3.
|
|
59
|
-
"@micromag/element-text": "^0.3.
|
|
60
|
-
"@micromag/element-visual": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.69",
|
|
53
|
+
"@micromag/element-background": "^0.3.69",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.69",
|
|
55
|
+
"@micromag/element-container": "^0.3.69",
|
|
56
|
+
"@micromag/element-heading": "^0.3.69",
|
|
57
|
+
"@micromag/element-layout": "^0.3.69",
|
|
58
|
+
"@micromag/element-scroll": "^0.3.69",
|
|
59
|
+
"@micromag/element-text": "^0.3.69",
|
|
60
|
+
"@micromag/element-visual": "^0.3.69",
|
|
61
|
+
"@micromag/transforms": "^0.3.69",
|
|
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": "
|
|
71
|
+
"gitHead": "c69c85dbe321ddcd2d57f5d972b456ab76b5da3e"
|
|
72
72
|
}
|