@mirrormedia/lilith-draft-editor 1.1.0-alpha.27 → 1.1.0-alpha.29
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.
|
@@ -275,7 +275,7 @@ const DraftEditorWrapper = _styledComponents.default.div`
|
|
|
275
275
|
padding: 0 1rem 1rem;
|
|
276
276
|
font-size: 18px;
|
|
277
277
|
line-height: 2;
|
|
278
|
-
letter-spacing: 0.
|
|
278
|
+
letter-spacing: 0.5px;
|
|
279
279
|
|
|
280
280
|
.public-DraftStyleDefault-block {
|
|
281
281
|
${_sharedStyle.defaultMarginBottom}
|
|
@@ -813,7 +813,6 @@ class RichTextEditor extends _react.default.Component {
|
|
|
813
813
|
var _this$refs$editor;
|
|
814
814
|
|
|
815
815
|
// eslint-disable-next-line prettier/prettier
|
|
816
|
-
;
|
|
817
816
|
(_this$refs$editor = this.refs.editor) === null || _this$refs$editor === void 0 ? void 0 : _this$refs$editor.focus();
|
|
818
817
|
}
|
|
819
818
|
}, /*#__PURE__*/_react.default.createElement(_draftJs.Editor, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirrormedia/lilith-draft-editor",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.29",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"draft-js": "^0.11.7",
|
|
26
|
-
"@mirrormedia/lilith-draft-renderer": "1.3.0-alpha.
|
|
26
|
+
"@mirrormedia/lilith-draft-renderer": "1.3.0-alpha.15"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"react": "18.2.0",
|