@micromag/screen-conversation 0.3.215 → 0.3.216
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -383,7 +383,7 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
383
383
|
className: styles.layout,
|
|
384
384
|
style: !isPlaceholder ? {
|
|
385
385
|
padding: spacing,
|
|
386
|
-
paddingTop: (
|
|
386
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
387
387
|
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
388
388
|
} : null
|
|
389
389
|
}, /*#__PURE__*/React.createElement(ScreenElement, {
|
package/lib/index.js
CHANGED
|
@@ -405,7 +405,7 @@ var ConversationScreen = function ConversationScreen(_ref) {
|
|
|
405
405
|
className: styles.layout,
|
|
406
406
|
style: !isPlaceholder ? {
|
|
407
407
|
padding: spacing,
|
|
408
|
-
paddingTop: (
|
|
408
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
409
409
|
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
410
410
|
} : null
|
|
411
411
|
}, /*#__PURE__*/React__default["default"].createElement(components.ScreenElement, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-conversation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.216",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "dedb6b1d589e05a175e45d0aca8aad0a7a6cb756"
|
|
72
72
|
}
|