@micromag/screen-conversation 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
@@ -456,7 +456,8 @@ function ConversationScreen(_ref) {
456
456
  children: /*#__PURE__*/jsxs(Layout, {
457
457
  className: styles.layout,
458
458
  style: !isPlaceholder ? {
459
- padding: spacing,
459
+ paddingLeft: spacing,
460
+ paddingRight: spacing,
460
461
  paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing / 2,
461
462
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing / 2
462
463
  } : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-conversation",
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/element-background": "^0.4.52",
66
- "@micromag/element-container": "^0.4.52",
67
- "@micromag/element-footer": "^0.4.52",
68
- "@micromag/element-header": "^0.4.52",
69
- "@micromag/element-heading": "^0.4.52",
70
- "@micromag/element-layout": "^0.4.52",
71
- "@micromag/element-scroll": "^0.4.52",
72
- "@micromag/element-text": "^0.4.52",
73
- "@micromag/element-visual": "^0.4.52",
74
- "@micromag/transforms": "^0.4.52",
64
+ "@micromag/core": "^0.4.55",
65
+ "@micromag/element-background": "^0.4.55",
66
+ "@micromag/element-container": "^0.4.55",
67
+ "@micromag/element-footer": "^0.4.55",
68
+ "@micromag/element-header": "^0.4.55",
69
+ "@micromag/element-heading": "^0.4.55",
70
+ "@micromag/element-layout": "^0.4.55",
71
+ "@micromag/element-scroll": "^0.4.55",
72
+ "@micromag/element-text": "^0.4.55",
73
+ "@micromag/element-visual": "^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
  }