@micromag/screen-conversation 0.3.435 → 0.3.436
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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -459,7 +459,8 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
459
459
|
ref: scrollRef,
|
|
460
460
|
disabled: scrollingDisabled,
|
|
461
461
|
onScrolledBottom: onScrolledBottom,
|
|
462
|
-
onScrolledNotBottom: onScrolledNotBottom
|
|
462
|
+
onScrolledNotBottom: onScrolledNotBottom,
|
|
463
|
+
withShadow: true
|
|
463
464
|
}, /*#__PURE__*/React.createElement("div", {
|
|
464
465
|
ref: contentRef
|
|
465
466
|
}, /*#__PURE__*/React.createElement(Layout, {
|
package/lib/index.js
CHANGED
|
@@ -463,7 +463,8 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
463
463
|
ref: scrollRef,
|
|
464
464
|
disabled: scrollingDisabled,
|
|
465
465
|
onScrolledBottom: onScrolledBottom,
|
|
466
|
-
onScrolledNotBottom: onScrolledNotBottom
|
|
466
|
+
onScrolledNotBottom: onScrolledNotBottom,
|
|
467
|
+
withShadow: true
|
|
467
468
|
}, /*#__PURE__*/React.createElement("div", {
|
|
468
469
|
ref: contentRef
|
|
469
470
|
}, /*#__PURE__*/React.createElement(Layout, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-conversation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.436",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -59,17 +59,17 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.13.10",
|
|
62
|
-
"@micromag/core": "^0.3.
|
|
63
|
-
"@micromag/element-background": "^0.3.
|
|
64
|
-
"@micromag/element-container": "^0.3.
|
|
65
|
-
"@micromag/element-footer": "^0.3.
|
|
66
|
-
"@micromag/element-header": "^0.3.
|
|
67
|
-
"@micromag/element-heading": "^0.3.
|
|
68
|
-
"@micromag/element-layout": "^0.3.
|
|
69
|
-
"@micromag/element-scroll": "^0.3.
|
|
70
|
-
"@micromag/element-text": "^0.3.
|
|
71
|
-
"@micromag/element-visual": "^0.3.
|
|
72
|
-
"@micromag/transforms": "^0.3.
|
|
62
|
+
"@micromag/core": "^0.3.436",
|
|
63
|
+
"@micromag/element-background": "^0.3.436",
|
|
64
|
+
"@micromag/element-container": "^0.3.436",
|
|
65
|
+
"@micromag/element-footer": "^0.3.436",
|
|
66
|
+
"@micromag/element-header": "^0.3.436",
|
|
67
|
+
"@micromag/element-heading": "^0.3.436",
|
|
68
|
+
"@micromag/element-layout": "^0.3.436",
|
|
69
|
+
"@micromag/element-scroll": "^0.3.436",
|
|
70
|
+
"@micromag/element-text": "^0.3.436",
|
|
71
|
+
"@micromag/element-visual": "^0.3.436",
|
|
72
|
+
"@micromag/transforms": "^0.3.436",
|
|
73
73
|
"classnames": "^2.2.6",
|
|
74
74
|
"lodash": "^4.17.21",
|
|
75
75
|
"prop-types": "^15.7.2",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public",
|
|
81
81
|
"registry": "https://registry.npmjs.org/"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "75dc79aa33e0bb347135acea40eaef42351e2dd4"
|
|
84
84
|
}
|