@manuscripts/transform 3.0.12 → 3.0.13
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.
|
@@ -821,6 +821,10 @@ const nodes = [
|
|
|
821
821
|
node: 'bibliography_item',
|
|
822
822
|
getAttrs: (node) => parseRef(node),
|
|
823
823
|
},
|
|
824
|
+
{
|
|
825
|
+
tag: 'sec[sec-type="abstract-graphical"]',
|
|
826
|
+
node: 'graphical_abstract_section',
|
|
827
|
+
},
|
|
824
828
|
{
|
|
825
829
|
tag: 'sec',
|
|
826
830
|
node: 'section',
|
|
@@ -906,7 +910,7 @@ const nodes = [
|
|
|
906
910
|
{
|
|
907
911
|
tag: 'title',
|
|
908
912
|
node: 'section_title',
|
|
909
|
-
context: 'section/|footnotes_section/|bibliography_section/|keywords/|supplements/|author_notes/',
|
|
913
|
+
context: 'section/|footnotes_section/|bibliography_section/|keywords/|supplements/|author_notes/|graphical_abstract_section/',
|
|
910
914
|
},
|
|
911
915
|
{
|
|
912
916
|
tag: 'title',
|
package/dist/cjs/version.js
CHANGED
|
@@ -815,6 +815,10 @@ const nodes = [
|
|
|
815
815
|
node: 'bibliography_item',
|
|
816
816
|
getAttrs: (node) => parseRef(node),
|
|
817
817
|
},
|
|
818
|
+
{
|
|
819
|
+
tag: 'sec[sec-type="abstract-graphical"]',
|
|
820
|
+
node: 'graphical_abstract_section',
|
|
821
|
+
},
|
|
818
822
|
{
|
|
819
823
|
tag: 'sec',
|
|
820
824
|
node: 'section',
|
|
@@ -900,7 +904,7 @@ const nodes = [
|
|
|
900
904
|
{
|
|
901
905
|
tag: 'title',
|
|
902
906
|
node: 'section_title',
|
|
903
|
-
context: 'section/|footnotes_section/|bibliography_section/|keywords/|supplements/|author_notes/',
|
|
907
|
+
context: 'section/|footnotes_section/|bibliography_section/|keywords/|supplements/|author_notes/|graphical_abstract_section/',
|
|
904
908
|
},
|
|
905
909
|
{
|
|
906
910
|
tag: 'title',
|
package/dist/es/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "3.0.
|
|
1
|
+
export const VERSION = "3.0.13";
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "3.0.
|
|
1
|
+
export declare const VERSION = "3.0.13";
|
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": "3.0.
|
|
4
|
+
"version": "3.0.13",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-transform",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|