@manuscripts/transform 2.3.38-LEAN-3881.0 → 2.4.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.
@@ -488,6 +488,10 @@ const nodes = [
488
488
  context: 'box_element/',
489
489
  ignore: true,
490
490
  },
491
+ {
492
+ tag: 'boxed-text',
493
+ ignore: true,
494
+ },
491
495
  {
492
496
  tag: 'label',
493
497
  context: 'section/',
@@ -23,6 +23,7 @@ const labelledNodeTypes = [
23
23
  schema_1.schema.nodes.table_element,
24
24
  schema_1.schema.nodes.equation_element,
25
25
  schema_1.schema.nodes.listing_element,
26
+ schema_1.schema.nodes.box_element,
26
27
  ];
27
28
  const excludedTypes = [schema_1.schema.nodes.graphical_abstract_section];
28
29
  const chooseLabel = (nodeType) => {
@@ -39,4 +39,5 @@ exports.nodeNames = new Map([
39
39
  [schema_1.schema.nodes.pullquote_element, 'Pull Quote'],
40
40
  [schema_1.schema.nodes.keywords, 'Section'],
41
41
  [schema_1.schema.nodes.toc_section, 'Section'],
42
+ [schema_1.schema.nodes.box_element, 'Box'],
42
43
  ]);
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = "2.3.38-LEAN-3881.0";
4
+ exports.VERSION = "2.4.0";
@@ -482,6 +482,10 @@ const nodes = [
482
482
  context: 'box_element/',
483
483
  ignore: true,
484
484
  },
485
+ {
486
+ tag: 'boxed-text',
487
+ ignore: true,
488
+ },
485
489
  {
486
490
  tag: 'label',
487
491
  context: 'section/',
@@ -20,6 +20,7 @@ const labelledNodeTypes = [
20
20
  schema.nodes.table_element,
21
21
  schema.nodes.equation_element,
22
22
  schema.nodes.listing_element,
23
+ schema.nodes.box_element,
23
24
  ];
24
25
  const excludedTypes = [schema.nodes.graphical_abstract_section];
25
26
  const chooseLabel = (nodeType) => {
@@ -36,4 +36,5 @@ export const nodeNames = new Map([
36
36
  [schema.nodes.pullquote_element, 'Pull Quote'],
37
37
  [schema.nodes.keywords, 'Section'],
38
38
  [schema.nodes.toc_section, 'Section'],
39
+ [schema.nodes.box_element, 'Box'],
39
40
  ]);
@@ -1 +1 @@
1
- export const VERSION = "2.3.38-LEAN-3881.0";
1
+ export const VERSION = "2.4.0";
@@ -1 +1 @@
1
- export declare const VERSION = "2.3.38-LEAN-3881.0";
1
+ export declare const VERSION = "2.4.0";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/transform",
3
3
  "description": "ProseMirror transformer for Manuscripts applications",
4
- "version": "2.3.38-LEAN-3881.0",
4
+ "version": "2.4.0",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-transform",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",