@manuscripts/body-editor 3.2.33 → 3.2.35
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.2.
|
|
1
|
+
export const VERSION = '3.2.35';
|
|
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.2.
|
|
1
|
+
export declare const VERSION = "3.2.35";
|
|
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.2.
|
|
4
|
+
"version": "3.2.35",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-body-editor",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@citation-js/plugin-ris": "0.7.18",
|
|
40
40
|
"@manuscripts/json-schema": "2.2.12",
|
|
41
41
|
"@manuscripts/style-guide": "3.1.6",
|
|
42
|
-
"@manuscripts/track-changes-plugin": "2.0.
|
|
42
|
+
"@manuscripts/track-changes-plugin": "2.0.8",
|
|
43
43
|
"@manuscripts/transform": "4.2.9",
|
|
44
44
|
"@popperjs/core": "2.11.8",
|
|
45
45
|
"citeproc": "2.4.63",
|
|
@@ -942,8 +942,7 @@ figure .selected-suggestion {
|
|
|
942
942
|
background-color: transparent !important;
|
|
943
943
|
}
|
|
944
944
|
|
|
945
|
-
.selected-suggestion[data-track-status='pending'] .block,
|
|
946
|
-
.selected-suggestion [data-track-status='pending'] .block,
|
|
945
|
+
.selected-suggestion[data-track-status='pending'] .block:not(.box-element),
|
|
947
946
|
.block:has(figure.selected-suggestion),
|
|
948
947
|
figure.block:has(.equation.selected-suggestion) {
|
|
949
948
|
box-shadow: inset 6px 0 0 black, inset 9px 0 0 lightgray;
|
|
@@ -954,7 +953,7 @@ figure.block:has(.equation.selected-suggestion) {
|
|
|
954
953
|
.tracking-visible
|
|
955
954
|
.ProseMirror
|
|
956
955
|
[data-track-op='insert'][data-track-status='pending']
|
|
957
|
-
.block,
|
|
956
|
+
.block:not(.box-element),
|
|
958
957
|
.tracking-visible
|
|
959
958
|
.ProseMirror
|
|
960
959
|
[data-track-op='wrap_with_node'][data-track-status='pending']
|
|
@@ -964,7 +963,7 @@ figure.block:has(.equation.selected-suggestion) {
|
|
|
964
963
|
|
|
965
964
|
.tracking-visible
|
|
966
965
|
.selected-suggestion[data-track-status='pending'][data-track-op='insert']
|
|
967
|
-
.block,
|
|
966
|
+
.block:not(.box-element),
|
|
968
967
|
.tracking-visible
|
|
969
968
|
.selected-suggestion
|
|
970
969
|
[data-track-status='pending'][data-track-op='insert']
|