@manuscripts/body-editor 3.12.8 → 3.12.9

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 = '3.12.8';
4
+ exports.VERSION = '3.12.9';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export const VERSION = '3.12.8';
1
+ export const VERSION = '3.12.9';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.12.8";
1
+ export declare const VERSION = "3.12.9";
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.12.8",
4
+ "version": "3.12.9",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -1379,13 +1379,11 @@ s[data-track-status='pending'][data-track-op='delete'] {
1379
1379
  line-height: 1.2;
1380
1380
  cursor: default;
1381
1381
  user-select: none;
1382
- display: flex;
1383
- justify-content: flex-start;
1384
- gap: 4px;
1385
1382
  }
1386
1383
 
1387
1384
  .affiliation .affiliation-label {
1388
1385
  font-weight: bold;
1386
+ margin-right: 3.2px;
1389
1387
  }
1390
1388
 
1391
1389
  .ProseMirror .doi-container {