@micromag/screen-slideshow 0.3.360 → 0.3.361
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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -206,7 +206,8 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
|
|
|
206
206
|
className: styles.header,
|
|
207
207
|
ref: headerRef,
|
|
208
208
|
style: {
|
|
209
|
-
padding: finalSpacing
|
|
209
|
+
padding: finalSpacing,
|
|
210
|
+
paddingTop: finalSpacing / 2
|
|
210
211
|
}
|
|
211
212
|
}, /*#__PURE__*/React.createElement(Header, header)) : null, items, !isPlaceholder && hasFooter ? /*#__PURE__*/React.createElement("div", {
|
|
212
213
|
className: styles.footer,
|
package/lib/index.js
CHANGED
|
@@ -224,7 +224,8 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
|
|
|
224
224
|
className: styles.header,
|
|
225
225
|
ref: headerRef,
|
|
226
226
|
style: {
|
|
227
|
-
padding: finalSpacing
|
|
227
|
+
padding: finalSpacing,
|
|
228
|
+
paddingTop: finalSpacing / 2
|
|
228
229
|
}
|
|
229
230
|
}, /*#__PURE__*/React__default["default"].createElement(Header__default["default"], header)) : null, items, !isPlaceholder && hasFooter ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
230
231
|
className: styles.footer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-slideshow",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.361",
|
|
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": "846c75443d002315fbf6ec9b6e6292f7f3dfbd06"
|
|
71
71
|
}
|