@micromag/screen-title 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 +10 -10
package/es/index.js
CHANGED
|
@@ -190,7 +190,7 @@ var TitleScreen = function TitleScreen(_ref) {
|
|
|
190
190
|
verticalAlign: verticalAlign,
|
|
191
191
|
style: !isPlaceholder ? {
|
|
192
192
|
padding: spacing,
|
|
193
|
-
paddingTop: (
|
|
193
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
194
194
|
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
195
195
|
} : null
|
|
196
196
|
}, !isPlaceholder && hasCallToAction && isMiddleLayout ? /*#__PURE__*/React.createElement(Spacer, {
|
package/lib/index.js
CHANGED
|
@@ -211,7 +211,7 @@ var TitleScreen = function TitleScreen(_ref) {
|
|
|
211
211
|
verticalAlign: verticalAlign,
|
|
212
212
|
style: !isPlaceholder ? {
|
|
213
213
|
padding: spacing,
|
|
214
|
-
paddingTop: (
|
|
214
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
215
215
|
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
216
216
|
} : null
|
|
217
217
|
}, !isPlaceholder && hasCallToAction && isMiddleLayout ? /*#__PURE__*/React__default["default"].createElement(Layout.Spacer, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-title",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.217",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,14 +49,14 @@
|
|
|
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-text": "^0.3.
|
|
59
|
-
"@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-text": "^0.3.217",
|
|
59
|
+
"@micromag/transforms": "^0.3.217",
|
|
60
60
|
"classnames": "^2.2.6",
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
62
|
"prop-types": "^15.7.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "2750ca00051185b241ed98606700aab9d596326c"
|
|
70
70
|
}
|