@micromag/screen-ranking 0.4.52 → 0.4.55

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 +13 -13
package/es/index.js CHANGED
@@ -230,7 +230,8 @@ function RankingScreen(_ref) {
230
230
  }) : null, /*#__PURE__*/jsxs(Layout, {
231
231
  className: styles.layout,
232
232
  style: !isPlaceholder ? {
233
- padding: spacing,
233
+ paddingLeft: spacing,
234
+ paddingRight: spacing,
234
235
  paddingTop: !isPlaceholder && hasHeader ? spacing : (!isPreview ? viewerTopHeight : 0) + spacing,
235
236
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + (foterHeight || spacing)
236
237
  } : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-ranking",
3
- "version": "0.4.52",
3
+ "version": "0.4.55",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -61,17 +61,17 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.28.6",
64
- "@micromag/core": "^0.4.52",
65
- "@micromag/data": "^0.4.52",
66
- "@micromag/element-background": "^0.4.52",
67
- "@micromag/element-container": "^0.4.52",
68
- "@micromag/element-footer": "^0.4.52",
69
- "@micromag/element-header": "^0.4.52",
70
- "@micromag/element-heading": "^0.4.52",
71
- "@micromag/element-layout": "^0.4.52",
72
- "@micromag/element-scroll": "^0.4.52",
73
- "@micromag/element-text": "^0.4.52",
74
- "@micromag/transforms": "^0.4.52",
64
+ "@micromag/core": "^0.4.55",
65
+ "@micromag/data": "^0.4.55",
66
+ "@micromag/element-background": "^0.4.55",
67
+ "@micromag/element-container": "^0.4.55",
68
+ "@micromag/element-footer": "^0.4.55",
69
+ "@micromag/element-header": "^0.4.55",
70
+ "@micromag/element-heading": "^0.4.55",
71
+ "@micromag/element-layout": "^0.4.55",
72
+ "@micromag/element-scroll": "^0.4.55",
73
+ "@micromag/element-text": "^0.4.55",
74
+ "@micromag/transforms": "^0.4.55",
75
75
  "classnames": "^2.2.6",
76
76
  "lodash": "^4.17.23",
77
77
  "react-intl": "^8.1.3 || ^10.0.0",
@@ -81,6 +81,6 @@
81
81
  "access": "public",
82
82
  "registry": "https://registry.npmjs.org/"
83
83
  },
84
- "gitHead": "7e9283049e6904a73ed2c8ac47b2e45465823656",
84
+ "gitHead": "9708f0016de0cf18dcd6a6aa5bc70d7f00b86d9f",
85
85
  "types": "es/index.d.ts"
86
86
  }