@kids-reporter/draft-renderer 0.4.1 → 0.4.2

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.
@@ -153,6 +153,9 @@ const ParagraphForAnnotation = (0, _styledComponents.default)(Paragraph)`
153
153
  margin-bottom: 20px;
154
154
  `;
155
155
  const _blockRenderMapForAnnotation = _immutable.default.Map({
156
+ atomic: {
157
+ element: 'div'
158
+ },
156
159
  'header-four': {
157
160
  element: 'h4',
158
161
  wrapper: /*#__PURE__*/_react.default.createElement(HeadingForAnnotation, null)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kids-reporter/draft-renderer",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {