@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.
- package/lib/block-render-map.js +3 -0
- package/package.json +1 -1
package/lib/block-render-map.js
CHANGED
|
@@ -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)
|