@manuscripts/body-editor 3.13.17 → 3.13.18

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.
@@ -207,6 +207,7 @@ const getDecorationPos = (node, pos) => {
207
207
  case transform_1.schema.nodes.contributors:
208
208
  case transform_1.schema.nodes.hero_image:
209
209
  case transform_1.schema.nodes.supplements:
210
+ case transform_1.schema.nodes.headshot_grid:
210
211
  return pos;
211
212
  case transform_1.schema.nodes.keywords:
212
213
  return pos + 2;
@@ -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 = '3.13.17';
4
+ exports.VERSION = '3.13.18';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -202,6 +202,7 @@ const getDecorationPos = (node, pos) => {
202
202
  case schema.nodes.contributors:
203
203
  case schema.nodes.hero_image:
204
204
  case schema.nodes.supplements:
205
+ case schema.nodes.headshot_grid:
205
206
  return pos;
206
207
  case schema.nodes.keywords:
207
208
  return pos + 2;
@@ -1,2 +1,2 @@
1
- export const VERSION = '3.13.17';
1
+ export const VERSION = '3.13.18';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.13.17";
1
+ export declare const VERSION = "3.13.18";
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.13.17",
4
+ "version": "3.13.18",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -283,6 +283,7 @@ const getDecorationPos = (node: ManuscriptNode, pos: number) => {
283
283
  case schema.nodes.contributors:
284
284
  case schema.nodes.hero_image:
285
285
  case schema.nodes.supplements:
286
+ case schema.nodes.headshot_grid:
286
287
  return pos
287
288
  case schema.nodes.keywords:
288
289
  return pos + 2
package/src/versions.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  //THIS FILE WAS GENERATED BY versions.mjs
2
- export const VERSION = '3.13.17';
2
+ export const VERSION = '3.13.18';
3
3
  export const MATHJAX_VERSION = '3.2.2';
@@ -498,6 +498,10 @@ ProseMirror .block-embed .position-menu {
498
498
  right: 26px;
499
499
  }
500
500
 
501
+ .comment-marker:has(+ .block-headshot_grid) {
502
+ top: 0;
503
+ }
504
+
501
505
  .block-subtitles .comment-marker {
502
506
  top: 0 !important;
503
507
  left: 0 !important;