@micromag/screen-contribution 0.4.52 → 0.4.54

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.
Files changed (2) hide show
  1. package/es/index.js +2 -1
  2. package/package.json +16 -16
package/es/index.js CHANGED
@@ -523,7 +523,8 @@ function ContributionScreen(_ref) {
523
523
  children: /*#__PURE__*/jsxs(Layout, {
524
524
  className: styles.layout,
525
525
  style: !isPlaceholder ? {
526
- padding: spacing,
526
+ paddingLeft: spacing,
527
+ paddingRight: spacing,
527
528
  paddingTop: hasHeader ? spacing / 2 + (!isPreview ? viewerTopHeight : 0) : spacing / 2,
528
529
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing / 2
529
530
  } : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-contribution",
3
- "version": "0.4.52",
3
+ "version": "0.4.54",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -64,20 +64,20 @@
64
64
  "@fortawesome/fontawesome-svg-core": "^7.2.0",
65
65
  "@fortawesome/free-solid-svg-icons": "^7.2.0",
66
66
  "@fortawesome/react-fontawesome": "^3.2.0",
67
- "@micromag/core": "^0.4.52",
68
- "@micromag/data": "^0.4.52",
69
- "@micromag/element-background": "^0.4.52",
70
- "@micromag/element-button": "^0.4.52",
71
- "@micromag/element-container": "^0.4.52",
72
- "@micromag/element-footer": "^0.4.52",
73
- "@micromag/element-header": "^0.4.52",
74
- "@micromag/element-heading": "^0.4.52",
75
- "@micromag/element-layout": "^0.4.52",
76
- "@micromag/element-scroll": "^0.4.52",
77
- "@micromag/element-share-incentive": "^0.4.52",
78
- "@micromag/element-text": "^0.4.52",
79
- "@micromag/element-text-input": "^0.4.52",
80
- "@micromag/transforms": "^0.4.52",
67
+ "@micromag/core": "^0.4.54",
68
+ "@micromag/data": "^0.4.54",
69
+ "@micromag/element-background": "^0.4.54",
70
+ "@micromag/element-button": "^0.4.54",
71
+ "@micromag/element-container": "^0.4.54",
72
+ "@micromag/element-footer": "^0.4.54",
73
+ "@micromag/element-header": "^0.4.54",
74
+ "@micromag/element-heading": "^0.4.54",
75
+ "@micromag/element-layout": "^0.4.54",
76
+ "@micromag/element-scroll": "^0.4.54",
77
+ "@micromag/element-share-incentive": "^0.4.54",
78
+ "@micromag/element-text": "^0.4.54",
79
+ "@micromag/element-text-input": "^0.4.54",
80
+ "@micromag/transforms": "^0.4.54",
81
81
  "classnames": "^2.2.6",
82
82
  "dompurify": "^3.2.6",
83
83
  "lodash": "^4.17.23",
@@ -88,6 +88,6 @@
88
88
  "access": "public",
89
89
  "registry": "https://registry.npmjs.org/"
90
90
  },
91
- "gitHead": "7e9283049e6904a73ed2c8ac47b2e45465823656",
91
+ "gitHead": "b7aacdebb4a5c2179a58d21ab2aaea5bcdc43d69",
92
92
  "types": "es/index.d.ts"
93
93
  }