@micromag/screen-urbania-recommendation 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 +14 -14
package/es/index.js CHANGED
@@ -432,7 +432,8 @@ function UrbaniaRecommendation(_ref) {
432
432
  className: styles.layout,
433
433
  width: width,
434
434
  style: !isPlaceholder ? {
435
- padding: spacing,
435
+ paddingLeft: spacing,
436
+ paddingRight: spacing,
436
437
  paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing / 2,
437
438
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing / 2,
438
439
  minHeight: height // probably not the best
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-recommendation",
3
- "version": "0.4.52",
3
+ "version": "0.4.54",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -61,18 +61,18 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.28.6",
64
- "@micromag/core": "^0.4.52",
65
- "@micromag/element-background": "^0.4.52",
66
- "@micromag/element-button": "^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/element-visual": "^0.4.52",
75
- "@micromag/transforms": "^0.4.52",
64
+ "@micromag/core": "^0.4.54",
65
+ "@micromag/element-background": "^0.4.54",
66
+ "@micromag/element-button": "^0.4.54",
67
+ "@micromag/element-container": "^0.4.54",
68
+ "@micromag/element-footer": "^0.4.54",
69
+ "@micromag/element-header": "^0.4.54",
70
+ "@micromag/element-heading": "^0.4.54",
71
+ "@micromag/element-layout": "^0.4.54",
72
+ "@micromag/element-scroll": "^0.4.54",
73
+ "@micromag/element-text": "^0.4.54",
74
+ "@micromag/element-visual": "^0.4.54",
75
+ "@micromag/transforms": "^0.4.54",
76
76
  "classnames": "^2.2.6",
77
77
  "lodash": "^4.17.23",
78
78
  "react-intl": "^8.1.3 || ^10.0.0",
@@ -82,6 +82,6 @@
82
82
  "access": "public",
83
83
  "registry": "https://registry.npmjs.org/"
84
84
  },
85
- "gitHead": "7e9283049e6904a73ed2c8ac47b2e45465823656",
85
+ "gitHead": "b7aacdebb4a5c2179a58d21ab2aaea5bcdc43d69",
86
86
  "types": "es/index.d.ts"
87
87
  }