@manuscripts/body-editor 2.7.35 → 2.7.36-LEAN-4265.0

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.7.35';
4
+ exports.VERSION = '2.7.36-LEAN-4265.0';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.7.35';
1
+ export const VERSION = '2.7.36-LEAN-4265.0';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.7.35";
1
+ export declare const VERSION = "2.7.36-LEAN-4265.0";
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.7.35",
4
+ "version": "2.7.36-LEAN-4265.0",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -709,7 +709,6 @@ figure .selected-suggestion {
709
709
 
710
710
  /* Inserted Block */
711
711
  .tracking-visible .ProseMirror [data-track-op='insert'][data-track-status='pending'] .block,
712
- .tracking-visible .ProseMirror [data-track-op='node_split'][data-track-status='pending'] .block,
713
712
  .tracking-visible .ProseMirror [data-track-op='wrap_with_node'][data-track-status='pending'] .block {
714
713
  box-shadow: inset 3px 0 0 var(--inserted-pending-color);
715
714
  }
@@ -747,13 +746,15 @@ figure .selected-suggestion {
747
746
  /* Updated Block */
748
747
  .tracking-visible .ProseMirror [data-track-op='set_attrs'] .block,
749
748
  .tracking-visible .block:has(figure[data-track-op='set_attrs']),
750
- .tracking-visible figure.block:has(.equation.set_attrs) {
749
+ .tracking-visible figure.block:has(.equation.set_attrs),
750
+ .tracking-visible .ProseMirror [data-track-op='node_split'][data-track-status='pending'] .block {
751
751
  box-shadow: inset 3px 0 0 var(--updated-border-color);
752
752
  }
753
753
 
754
754
  .selected-suggestion[data-track-op='set_attrs'] .block,
755
755
  .selected-suggestion [data-track-op='set_attrs'] .block,
756
756
  .block:has(figure.selected-suggestion[data-track-op='set_attrs']),
757
+ .selected-suggestion[data-track-op='node_split'] .block,
757
758
  figure.block:has(.equation.set_attrs.selected-suggestion) {
758
759
  box-shadow: inset 6px 0 0 var(--updated-border-color), inset 9px 0 0 var(--updated-bg-color) !important;
759
760
  animation: fadeOutBackground 3s forwards;