@manuscripts/body-editor 2.6.2 → 2.6.3

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/index.js CHANGED
@@ -29,7 +29,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
29
29
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
30
30
  };
31
31
  Object.defineProperty(exports, "__esModule", { value: true });
32
- exports.metadata = exports.bibliographyPluginKey = exports.footnotesPluginKey = exports.objectsPluginKey = exports.selectedSuggestionKey = exports.PopperManager = exports.CollabProvider = exports.LevelSelector = exports.OutlineItemIcon = exports.ManuscriptOutline = void 0;
32
+ exports.affiliationLabel = exports.authorLabel = exports.metadata = exports.bibliographyPluginKey = exports.footnotesPluginKey = exports.objectsPluginKey = exports.selectedSuggestionKey = exports.PopperManager = exports.CollabProvider = exports.LevelSelector = exports.OutlineItemIcon = exports.ManuscriptOutline = void 0;
33
33
  __exportStar(require("./commands"), exports);
34
34
  var ManuscriptOutline_1 = require("./components/outline/ManuscriptOutline");
35
35
  Object.defineProperty(exports, "ManuscriptOutline", { enumerable: true, get: function () { return ManuscriptOutline_1.ManuscriptOutline; } });
@@ -64,3 +64,6 @@ var bibliography_1 = require("./plugins/bibliography");
64
64
  Object.defineProperty(exports, "bibliographyPluginKey", { enumerable: true, get: function () { return bibliography_1.bibliographyKey; } });
65
65
  var references_1 = require("./lib/references");
66
66
  Object.defineProperty(exports, "metadata", { enumerable: true, get: function () { return references_1.metadata; } });
67
+ var authors_1 = require("./lib/authors");
68
+ Object.defineProperty(exports, "authorLabel", { enumerable: true, get: function () { return authors_1.authorLabel; } });
69
+ Object.defineProperty(exports, "affiliationLabel", { enumerable: true, get: function () { return authors_1.affiliationLabel; } });
@@ -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.2';
4
+ exports.VERSION = '2.6.3';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
package/dist/es/index.js CHANGED
@@ -37,3 +37,4 @@ export { objectsKey as objectsPluginKey } from './plugins/objects';
37
37
  export { footnotesKey as footnotesPluginKey } from './plugins/footnotes';
38
38
  export { bibliographyKey as bibliographyPluginKey } from './plugins/bibliography';
39
39
  export { metadata } from './lib/references';
40
+ export { authorLabel, affiliationLabel, } from './lib/authors';
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.6.2';
1
+ export const VERSION = '2.6.3';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -38,3 +38,4 @@ export { objectsKey as objectsPluginKey } from './plugins/objects';
38
38
  export { footnotesKey as footnotesPluginKey } from './plugins/footnotes';
39
39
  export { bibliographyKey as bibliographyPluginKey } from './plugins/bibliography';
40
40
  export { metadata, BibliographyItemAttrs } from './lib/references';
41
+ export { authorLabel, affiliationLabel, AffiliationAttrs, ContributorAttrs, } from './lib/authors';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.6.2";
1
+ export declare const VERSION = "2.6.3";
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.2",
4
+ "version": "2.6.3",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",