@micromag/screen-quote 0.3.211 → 0.3.216
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
|
@@ -172,7 +172,7 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
172
172
|
verticalAlign: verticalAlign,
|
|
173
173
|
style: !isPlaceholder ? {
|
|
174
174
|
padding: spacing,
|
|
175
|
-
paddingTop: (
|
|
175
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
176
176
|
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
177
177
|
} : null
|
|
178
178
|
}, /*#__PURE__*/React.createElement(TransitionsStagger, {
|
package/lib/index.js
CHANGED
|
@@ -191,7 +191,7 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
191
191
|
verticalAlign: verticalAlign,
|
|
192
192
|
style: !isPlaceholder ? {
|
|
193
193
|
padding: spacing,
|
|
194
|
-
paddingTop: (
|
|
194
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
195
195
|
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
196
196
|
} : null
|
|
197
197
|
}, /*#__PURE__*/React__default["default"].createElement(components.TransitionsStagger, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quote",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.216",
|
|
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-layout": "^0.3.
|
|
57
|
-
"@micromag/element-quote": "^0.3.
|
|
58
|
-
"@micromag/element-text": "^0.3.
|
|
59
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.213",
|
|
53
|
+
"@micromag/element-background": "^0.3.215",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.213",
|
|
55
|
+
"@micromag/element-container": "^0.3.213",
|
|
56
|
+
"@micromag/element-layout": "^0.3.213",
|
|
57
|
+
"@micromag/element-quote": "^0.3.213",
|
|
58
|
+
"@micromag/element-text": "^0.3.213",
|
|
59
|
+
"@micromag/transforms": "^0.3.213",
|
|
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": "dedb6b1d589e05a175e45d0aca8aad0a7a6cb756"
|
|
70
70
|
}
|