@micromag/screen-urbania-recommendation 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 -2
- package/lib/index.js +2 -2
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -280,8 +280,8 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
|
|
|
280
280
|
className: styles.layout,
|
|
281
281
|
style: !isPlaceholder ? {
|
|
282
282
|
padding: spacing,
|
|
283
|
-
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
284
|
-
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
283
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing / 2,
|
|
284
|
+
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing / 2
|
|
285
285
|
} : null
|
|
286
286
|
}, /*#__PURE__*/React.createElement(TransitionsStagger, {
|
|
287
287
|
transitions: transitions,
|
package/lib/index.js
CHANGED
|
@@ -301,8 +301,8 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
|
|
|
301
301
|
className: styles.layout,
|
|
302
302
|
style: !isPlaceholder ? {
|
|
303
303
|
padding: spacing,
|
|
304
|
-
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
305
|
-
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
304
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing / 2,
|
|
305
|
+
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing / 2
|
|
306
306
|
} : null
|
|
307
307
|
}, /*#__PURE__*/React__default["default"].createElement(components.TransitionsStagger, {
|
|
308
308
|
transitions: transitions,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-recommendation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.361",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "846c75443d002315fbf6ec9b6e6292f7f3dfbd06"
|
|
72
72
|
}
|