@pushwoosh/dumb-components 1.0.59 → 1.0.60

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.
@@ -48,6 +48,7 @@ export function PushPreview(props) {
48
48
  view: view,
49
49
  locked: !content
50
50
  }, !content ? 'Message is empty…' : React.createElement(RichMessageViewer, {
51
+ flat: view === 'compact',
51
52
  value: content
52
53
  }))));
53
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/dumb-components",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "React components to build Pushwoosh products",
5
5
  "main": "index.js",
6
6
  "module": "index.js",