@micromag/screen-slideshow 0.3.215 → 0.3.218

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
@@ -198,7 +198,7 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
198
198
  }, /*#__PURE__*/React.createElement("div", {
199
199
  className: styles.content,
200
200
  style: {
201
- paddingTop: current && !isPreview ? viewerTopHeight : null,
201
+ paddingTop: !isPreview ? viewerTopHeight : null,
202
202
  paddingBottom: (hasCallToAction ? callToActionHeight - finalSpacing : 0) + (current && !isPreview ? viewerBottomHeight : 0)
203
203
  }
204
204
  }, items, !isPlaceholder && hasCallToAction ? /*#__PURE__*/React.createElement("div", {
package/lib/index.js CHANGED
@@ -215,7 +215,7 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
215
215
  }, /*#__PURE__*/React__default["default"].createElement("div", {
216
216
  className: styles.content,
217
217
  style: {
218
- paddingTop: current && !isPreview ? viewerTopHeight : null,
218
+ paddingTop: !isPreview ? viewerTopHeight : null,
219
219
  paddingBottom: (hasCallToAction ? callToActionHeight - finalSpacing : 0) + (current && !isPreview ? viewerBottomHeight : 0)
220
220
  }
221
221
  }, items, !isPlaceholder && hasCallToAction ? /*#__PURE__*/React__default["default"].createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-slideshow",
3
- "version": "0.3.215",
3
+ "version": "0.3.218",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.213",
53
- "@micromag/element-background": "^0.3.215",
54
- "@micromag/element-call-to-action": "^0.3.213",
55
- "@micromag/element-container": "^0.3.213",
56
- "@micromag/element-layout": "^0.3.213",
57
- "@micromag/element-text": "^0.3.213",
58
- "@micromag/element-visual": "^0.3.215",
59
- "@micromag/transforms": "^0.3.213",
52
+ "@micromag/core": "^0.3.218",
53
+ "@micromag/element-background": "^0.3.218",
54
+ "@micromag/element-call-to-action": "^0.3.218",
55
+ "@micromag/element-container": "^0.3.218",
56
+ "@micromag/element-layout": "^0.3.218",
57
+ "@micromag/element-text": "^0.3.218",
58
+ "@micromag/element-visual": "^0.3.218",
59
+ "@micromag/transforms": "^0.3.218",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "2a7a0cb941473db8a20f36ab03dfe8979320df9a"
69
+ "gitHead": "ae1a2d883a94e5d15c2d011bf6e7e23574b6b8a1"
70
70
  }