@mirrormedia/lilith-draft-editor 1.1.0-alpha.18 → 1.1.0-alpha.19
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.
|
@@ -271,11 +271,16 @@ const DraftEditorWrapper = _styledComponents.default.div`
|
|
|
271
271
|
background: rgb(255, 255, 255);
|
|
272
272
|
border-radius: 6px;
|
|
273
273
|
padding: 0 1rem 1rem;
|
|
274
|
-
|
|
274
|
+
font-size: 18px;
|
|
275
|
+
line-height: 2;
|
|
275
276
|
/* Draft built-in buttons' style */
|
|
276
277
|
.public-DraftStyleDefault-header-two {
|
|
278
|
+
font-size: 36px;
|
|
279
|
+
line-height: 1.5;
|
|
277
280
|
}
|
|
278
281
|
.public-DraftStyleDefault-header-three {
|
|
282
|
+
font-size: 30px;
|
|
283
|
+
line-height: 1.5;
|
|
279
284
|
}
|
|
280
285
|
.public-DraftStyleDefault-header-four {
|
|
281
286
|
}
|
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.19",
|
|
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.
|
|
26
|
+
"@mirrormedia/lilith-draft-renderer": "1.3.0-alpha.2"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"react": "18.2.0",
|