@manuscripts/body-editor 2.6.14 → 2.6.15
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/cjs/views/block_view.js +1 -1
- package/dist/cjs/views/equation_element.js +1 -1
- package/dist/cjs/views/list.js +1 -1
- package/dist/es/versions.js +1 -1
- package/dist/es/views/block_view.js +1 -1
- package/dist/es/views/equation_element.js +1 -1
- package/dist/es/views/list.js +1 -1
- package/dist/types/versions.d.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/versions.js
CHANGED
|
@@ -59,7 +59,7 @@ class BlockView extends base_node_view_1.BaseNodeView {
|
|
|
59
59
|
}
|
|
60
60
|
else {
|
|
61
61
|
this.dom.removeAttribute('data-track-status');
|
|
62
|
-
this.dom.removeAttribute('data-track-
|
|
62
|
+
this.dom.removeAttribute('data-track-op');
|
|
63
63
|
}
|
|
64
64
|
for (const [key, target] of Object.entries(this.viewAttributes)) {
|
|
65
65
|
if (key in this.node.attrs) {
|
package/dist/cjs/views/list.js
CHANGED
package/dist/es/versions.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '2.6.
|
|
1
|
+
export const VERSION = '2.6.15';
|
|
2
2
|
export const MATHJAX_VERSION = '3.2.2';
|
|
@@ -57,7 +57,7 @@ export default class BlockView extends BaseNodeView {
|
|
|
57
57
|
}
|
|
58
58
|
else {
|
|
59
59
|
this.dom.removeAttribute('data-track-status');
|
|
60
|
-
this.dom.removeAttribute('data-track-
|
|
60
|
+
this.dom.removeAttribute('data-track-op');
|
|
61
61
|
}
|
|
62
62
|
for (const [key, target] of Object.entries(this.viewAttributes)) {
|
|
63
63
|
if (key in this.node.attrs) {
|
package/dist/es/views/list.js
CHANGED
package/dist/types/versions.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "2.6.
|
|
1
|
+
export declare const VERSION = "2.6.15";
|
|
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": "2.6.
|
|
4
|
+
"version": "2.6.15",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-body-editor",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|