@micromag/screen-urbania-recommendation 0.3.193 → 0.3.196
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 +11 -11
package/es/index.js
CHANGED
|
@@ -296,8 +296,8 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
|
|
|
296
296
|
className: styles.layout,
|
|
297
297
|
style: !isPlaceholder ? {
|
|
298
298
|
padding: spacing,
|
|
299
|
-
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
300
|
-
paddingBottom: (!isPreview ? viewerBottomHeight : 0) + spacing
|
|
299
|
+
paddingTop: (current && !isPreview ? viewerTopHeight : 0) + spacing,
|
|
300
|
+
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
301
301
|
} : null
|
|
302
302
|
}, /*#__PURE__*/React.createElement(TransitionsStagger, {
|
|
303
303
|
transitions: transitions,
|
package/lib/index.js
CHANGED
|
@@ -316,8 +316,8 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
|
|
|
316
316
|
className: styles.layout,
|
|
317
317
|
style: !isPlaceholder ? {
|
|
318
318
|
padding: spacing,
|
|
319
|
-
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
320
|
-
paddingBottom: (!isPreview ? viewerBottomHeight : 0) + spacing
|
|
319
|
+
paddingTop: (current && !isPreview ? viewerTopHeight : 0) + spacing,
|
|
320
|
+
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
321
321
|
} : null
|
|
322
322
|
}, /*#__PURE__*/React__default["default"].createElement(components.TransitionsStagger, {
|
|
323
323
|
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.196",
|
|
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.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-scroll": "^0.3.
|
|
59
|
-
"@micromag/element-text": "^0.3.
|
|
60
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.196",
|
|
53
|
+
"@micromag/element-background": "^0.3.196",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.196",
|
|
55
|
+
"@micromag/element-container": "^0.3.196",
|
|
56
|
+
"@micromag/element-heading": "^0.3.196",
|
|
57
|
+
"@micromag/element-layout": "^0.3.196",
|
|
58
|
+
"@micromag/element-scroll": "^0.3.196",
|
|
59
|
+
"@micromag/element-text": "^0.3.196",
|
|
60
|
+
"@micromag/transforms": "^0.3.196",
|
|
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": "
|
|
70
|
+
"gitHead": "f76253e63fa17840ffa08757a7f4a32554868288"
|
|
71
71
|
}
|