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