@micromag/screen-image 0.3.81 → 0.3.88

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
@@ -251,7 +251,7 @@ var ImageScreen = function ImageScreen(_ref) {
251
251
  items.push( /*#__PURE__*/React.createElement("div", {
252
252
  style: {
253
253
  margin: -finalSpacing / 2,
254
- marginTop: 0
254
+ marginTop: 5
255
255
  },
256
256
  key: "call-to-action"
257
257
  }, /*#__PURE__*/React.createElement(CallToAction, {
package/lib/index.js CHANGED
@@ -273,7 +273,7 @@ var ImageScreen = function ImageScreen(_ref) {
273
273
  items.push( /*#__PURE__*/React__default["default"].createElement("div", {
274
274
  style: {
275
275
  margin: -finalSpacing / 2,
276
- marginTop: 0
276
+ marginTop: 5
277
277
  },
278
278
  key: "call-to-action"
279
279
  }, /*#__PURE__*/React__default["default"].createElement(CallToAction__default["default"], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-image",
3
- "version": "0.3.81",
3
+ "version": "0.3.88",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.81",
53
- "@micromag/element-background": "^0.3.81",
54
- "@micromag/element-call-to-action": "^0.3.81",
55
- "@micromag/element-container": "^0.3.81",
56
- "@micromag/element-heading": "^0.3.81",
57
- "@micromag/element-layout": "^0.3.81",
58
- "@micromag/element-text": "^0.3.81",
59
- "@micromag/element-visual": "^0.3.81",
60
- "@micromag/transforms": "^0.3.81",
52
+ "@micromag/core": "^0.3.88",
53
+ "@micromag/element-background": "^0.3.88",
54
+ "@micromag/element-call-to-action": "^0.3.88",
55
+ "@micromag/element-container": "^0.3.88",
56
+ "@micromag/element-heading": "^0.3.88",
57
+ "@micromag/element-layout": "^0.3.88",
58
+ "@micromag/element-text": "^0.3.88",
59
+ "@micromag/element-visual": "^0.3.88",
60
+ "@micromag/transforms": "^0.3.88",
61
61
  "classnames": "^2.2.6",
62
62
  "lodash": "^4.17.21",
63
63
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "4fec1502a42a4813cc39e24de20c6cd47134cc62"
70
+ "gitHead": "d0fb1f7d4ae6bfa1fd07dc856307c1c4225ab889"
71
71
  }