@ones-editor/editor 2.9.8-beta.41 → 2.9.8-beta.42
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/dist/index.js +11 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -367,53 +367,53 @@ div.editor-root div.editor-content div[data-type=editor-container] div[data-type
|
|
|
367
367
|
}
|
|
368
368
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="1"] {
|
|
369
369
|
--font-size: 28px;
|
|
370
|
-
--line-height:
|
|
370
|
+
--line-height: 1.2857;
|
|
371
371
|
}
|
|
372
372
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="1"]:not(:first-child) {
|
|
373
373
|
margin-top: 24px;
|
|
374
374
|
}
|
|
375
375
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="2"] {
|
|
376
376
|
--font-size: 24px;
|
|
377
|
-
--line-height:
|
|
377
|
+
--line-height: 1.333;
|
|
378
378
|
}
|
|
379
379
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="2"]:not(:first-child) {
|
|
380
380
|
margin-top: 24px;
|
|
381
381
|
}
|
|
382
382
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="3"] {
|
|
383
383
|
--font-size: 20px;
|
|
384
|
-
--line-height:
|
|
384
|
+
--line-height: 1.4;
|
|
385
385
|
}
|
|
386
386
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="3"]:not(:first-child) {
|
|
387
387
|
margin-top: 20px;
|
|
388
388
|
}
|
|
389
389
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="4"] {
|
|
390
390
|
--font-size: 18px;
|
|
391
|
-
--line-height:
|
|
391
|
+
--line-height: 1.44444;
|
|
392
392
|
}
|
|
393
393
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="4"]:not(:first-child) {
|
|
394
394
|
margin-top: 20px;
|
|
395
395
|
}
|
|
396
396
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="5"] {
|
|
397
397
|
--font-size: 16px;
|
|
398
|
-
--line-height:
|
|
398
|
+
--line-height: 1.5;
|
|
399
399
|
}
|
|
400
400
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="5"]:not(:first-child) {
|
|
401
401
|
margin-top: 16px;
|
|
402
402
|
}
|
|
403
403
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="6"] {
|
|
404
404
|
--font-size: 16px;
|
|
405
|
-
--line-height:
|
|
405
|
+
--line-height: 1.5;
|
|
406
406
|
}
|
|
407
407
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="6"]:not(:first-child) {
|
|
408
408
|
margin-top: 16px;
|
|
409
409
|
}
|
|
410
410
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="7"] {
|
|
411
411
|
--font-size: 16px;
|
|
412
|
-
--line-height:
|
|
412
|
+
--line-height: 1.5;
|
|
413
413
|
}
|
|
414
414
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading="8"] {
|
|
415
415
|
--font-size: 16px;
|
|
416
|
-
--line-height:
|
|
416
|
+
--line-height: 1.5;
|
|
417
417
|
}
|
|
418
418
|
div.editor-root div.editor-content div[data-type=editor-container] div[data-type=editor-block][data-style-heading] {
|
|
419
419
|
font-size: var(--font-size);
|
|
@@ -3196,7 +3196,7 @@ div.editor-root div.editor-content div[data-type=editor-block] div[data-type=blo
|
|
|
3196
3196
|
max-width: 100%;
|
|
3197
3197
|
padding: 0px 5px;
|
|
3198
3198
|
border-radius: 3px;
|
|
3199
|
-
font-size: 0.8em;
|
|
3199
|
+
font-size: 0.8em !important;
|
|
3200
3200
|
cursor: pointer;
|
|
3201
3201
|
white-space: nowrap;
|
|
3202
3202
|
text-overflow: ellipsis;
|
|
@@ -95574,7 +95574,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95574
95574
|
}
|
|
95575
95575
|
}
|
|
95576
95576
|
});
|
|
95577
|
-
editor.version = "2.9.8-beta.
|
|
95577
|
+
editor.version = "2.9.8-beta.42";
|
|
95578
95578
|
return editor;
|
|
95579
95579
|
}
|
|
95580
95580
|
function isDoc(doc2) {
|
|
@@ -95706,7 +95706,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95706
95706
|
OnesEditorDropTarget.register(editor);
|
|
95707
95707
|
OnesEditorTocProvider.register(editor);
|
|
95708
95708
|
OnesEditorExclusiveBlock.register(editor);
|
|
95709
|
-
editor.version = "2.9.8-beta.
|
|
95709
|
+
editor.version = "2.9.8-beta.42";
|
|
95710
95710
|
return editor;
|
|
95711
95711
|
}
|
|
95712
95712
|
async function showDocVersions(editor, options, serverUrl) {
|