@micromag/screen-contribution 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 CHANGED
@@ -439,7 +439,7 @@ var ContributionScreen = function ContributionScreen(_ref) {
439
439
  style: !isPlaceholder ? {
440
440
  paddingLeft: spacing,
441
441
  paddingRight: spacing,
442
- paddingTop: (current && !isPreview ? viewerTopHeight : 0) + spacing,
442
+ paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
443
443
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
444
444
  } : null
445
445
  }, /*#__PURE__*/React.createElement(Scroll, {
package/lib/index.js CHANGED
@@ -460,7 +460,7 @@ var ContributionScreen = function ContributionScreen(_ref) {
460
460
  style: !isPlaceholder ? {
461
461
  paddingLeft: spacing,
462
462
  paddingRight: spacing,
463
- paddingTop: (current && !isPreview ? viewerTopHeight : 0) + spacing,
463
+ paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
464
464
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
465
465
  } : null
466
466
  }, /*#__PURE__*/React__default["default"].createElement(Scroll__default["default"], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-contribution",
3
- "version": "0.3.215",
3
+ "version": "0.3.216",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "2a7a0cb941473db8a20f36ab03dfe8979320df9a"
75
+ "gitHead": "dedb6b1d589e05a175e45d0aca8aad0a7a6cb756"
76
76
  }