@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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MATHJAX_VERSION = exports.VERSION = void 0;
4
- exports.VERSION = '2.6.14';
4
+ exports.VERSION = '2.6.15';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -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-type');
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) {
@@ -34,7 +34,7 @@ class EquationElementView extends block_view_1.default {
34
34
  }
35
35
  else {
36
36
  this.dom.removeAttribute('data-track-status');
37
- this.dom.removeAttribute('data-track-type');
37
+ this.dom.removeAttribute('data-track-op');
38
38
  }
39
39
  };
40
40
  }
@@ -40,7 +40,7 @@ class ListView extends block_view_1.default {
40
40
  }
41
41
  else {
42
42
  this.dom.removeAttribute('data-track-status');
43
- this.dom.removeAttribute('data-track-type');
43
+ this.dom.removeAttribute('data-track-op');
44
44
  }
45
45
  };
46
46
  }
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.6.14';
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-type');
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) {
@@ -28,7 +28,7 @@ export class EquationElementView extends BlockView {
28
28
  }
29
29
  else {
30
30
  this.dom.removeAttribute('data-track-status');
31
- this.dom.removeAttribute('data-track-type');
31
+ this.dom.removeAttribute('data-track-op');
32
32
  }
33
33
  };
34
34
  }
@@ -34,7 +34,7 @@ export class ListView extends BlockView {
34
34
  }
35
35
  else {
36
36
  this.dom.removeAttribute('data-track-status');
37
- this.dom.removeAttribute('data-track-type');
37
+ this.dom.removeAttribute('data-track-op');
38
38
  }
39
39
  };
40
40
  }
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.6.14";
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.14",
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",