@micromag/screen-image 0.3.81 → 0.3.84
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
|
@@ -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:
|
|
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:
|
|
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.
|
|
3
|
+
"version": "0.3.84",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "0368383e7699c0223de5344ec861cc6ff6318393"
|
|
71
71
|
}
|