@manuscripts/body-editor 3.4.6 → 3.4.7
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/cjs/versions.js
CHANGED
package/dist/es/versions.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '3.4.
|
|
1
|
+
export const VERSION = '3.4.7';
|
|
2
2
|
export const MATHJAX_VERSION = '3.2.2';
|
package/dist/types/versions.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "3.4.
|
|
1
|
+
export declare const VERSION = "3.4.7";
|
|
2
2
|
export declare const MATHJAX_VERSION = "3.2.2";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manuscripts/body-editor",
|
|
3
3
|
"description": "Prosemirror components for editing and viewing manuscripts",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.7",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-body-editor",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -1717,6 +1717,9 @@ th:hover > .table-context-menu-button,
|
|
|
1717
1717
|
margin: 4px 0 0 0;
|
|
1718
1718
|
}
|
|
1719
1719
|
|
|
1720
|
+
.prosemirror-dropcursor-block {
|
|
1721
|
+
background-color: transparent !important;
|
|
1722
|
+
}
|
|
1720
1723
|
.ProseMirror .add-button {
|
|
1721
1724
|
border: 0px;
|
|
1722
1725
|
z-index: 1;
|
|
@@ -1792,7 +1795,7 @@ th:hover > .table-context-menu-button,
|
|
|
1792
1795
|
}
|
|
1793
1796
|
.ProseMirror .block-trans_abstract section.block.trans-abstract {
|
|
1794
1797
|
padding: 0 !important;
|
|
1795
|
-
}
|
|
1798
|
+
}
|
|
1796
1799
|
.ProseMirror .abstracts.empty-node .add-translation-container {
|
|
1797
1800
|
display: none;
|
|
1798
1801
|
}
|