@manuscripts/body-editor 3.12.6 → 3.12.8
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 +1 -1
- package/dist/es/versions.js +1 -1
- package/dist/types/versions.d.ts +1 -1
- package/package.json +2 -2
- package/styles/Editor.css +2 -2
package/dist/cjs/versions.js
CHANGED
package/dist/es/versions.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '3.12.
|
|
1
|
+
export const VERSION = '3.12.8';
|
|
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.12.
|
|
1
|
+
export declare const VERSION = "3.12.8";
|
|
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.12.
|
|
4
|
+
"version": "3.12.8",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-body-editor",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@citation-js/plugin-pubmed": "0.3.0",
|
|
38
38
|
"@citation-js/plugin-ris": "0.7.18",
|
|
39
39
|
"@iarna/word-count": "1.1.2",
|
|
40
|
-
"@manuscripts/style-guide": "3.5.
|
|
40
|
+
"@manuscripts/style-guide": "3.5.7",
|
|
41
41
|
"@manuscripts/track-changes-plugin": "2.3.9",
|
|
42
42
|
"@manuscripts/transform": "4.3.29",
|
|
43
43
|
"@popperjs/core": "2.11.8",
|
package/styles/Editor.css
CHANGED
|
@@ -805,14 +805,14 @@
|
|
|
805
805
|
border-radius: var(--focus-outline-radius);
|
|
806
806
|
}
|
|
807
807
|
|
|
808
|
-
.ProseMirror:not(.
|
|
808
|
+
.ProseMirror:not(.popper-open)
|
|
809
809
|
.block-container:not(
|
|
810
810
|
.block-section,
|
|
811
811
|
.block-box_element,
|
|
812
812
|
.block-graphical_abstract_section
|
|
813
813
|
):hover
|
|
814
814
|
.action-gutter,
|
|
815
|
-
.ProseMirror:not(.
|
|
815
|
+
.ProseMirror:not(.popper-open)
|
|
816
816
|
.block-container:not(
|
|
817
817
|
.block-section,
|
|
818
818
|
.block-box_element,
|