@micromag/screen-contribution 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 +13 -13
package/es/index.js
CHANGED
|
@@ -439,7 +439,7 @@ var ContributionScreen = function ContributionScreen(_ref) {
|
|
|
439
439
|
style: !isPlaceholder ? {
|
|
440
440
|
paddingLeft: spacing,
|
|
441
441
|
paddingRight: spacing,
|
|
442
|
-
paddingTop: (
|
|
442
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
443
443
|
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
444
444
|
} : null
|
|
445
445
|
}, /*#__PURE__*/React.createElement(Scroll, {
|
package/lib/index.js
CHANGED
|
@@ -460,7 +460,7 @@ var ContributionScreen = function ContributionScreen(_ref) {
|
|
|
460
460
|
style: !isPlaceholder ? {
|
|
461
461
|
paddingLeft: spacing,
|
|
462
462
|
paddingRight: spacing,
|
|
463
|
-
paddingTop: (
|
|
463
|
+
paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
|
|
464
464
|
paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
|
|
465
465
|
} : null
|
|
466
466
|
}, /*#__PURE__*/React__default["default"].createElement(Scroll__default["default"], {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-contribution",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.217",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -52,17 +52,17 @@
|
|
|
52
52
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
53
53
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
54
54
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
55
|
-
"@micromag/core": "^0.3.
|
|
56
|
-
"@micromag/data": "^0.3.
|
|
57
|
-
"@micromag/element-background": "^0.3.
|
|
58
|
-
"@micromag/element-button": "^0.3.
|
|
59
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
60
|
-
"@micromag/element-container": "^0.3.
|
|
61
|
-
"@micromag/element-heading": "^0.3.
|
|
62
|
-
"@micromag/element-scroll": "^0.3.
|
|
63
|
-
"@micromag/element-text": "^0.3.
|
|
64
|
-
"@micromag/element-text-input": "^0.3.
|
|
65
|
-
"@micromag/transforms": "^0.3.
|
|
55
|
+
"@micromag/core": "^0.3.217",
|
|
56
|
+
"@micromag/data": "^0.3.217",
|
|
57
|
+
"@micromag/element-background": "^0.3.217",
|
|
58
|
+
"@micromag/element-button": "^0.3.217",
|
|
59
|
+
"@micromag/element-call-to-action": "^0.3.217",
|
|
60
|
+
"@micromag/element-container": "^0.3.217",
|
|
61
|
+
"@micromag/element-heading": "^0.3.217",
|
|
62
|
+
"@micromag/element-scroll": "^0.3.217",
|
|
63
|
+
"@micromag/element-text": "^0.3.217",
|
|
64
|
+
"@micromag/element-text-input": "^0.3.217",
|
|
65
|
+
"@micromag/transforms": "^0.3.217",
|
|
66
66
|
"classnames": "^2.2.6",
|
|
67
67
|
"lodash": "^4.17.21",
|
|
68
68
|
"prop-types": "^15.7.2",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "2750ca00051185b241ed98606700aab9d596326c"
|
|
76
76
|
}
|