@manuscripts/body-editor 3.7.5 → 3.7.7
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/versions.js
CHANGED
|
@@ -53,6 +53,7 @@ const EditableBlock = (Base) => {
|
|
|
53
53
|
const button = document.createElement('a');
|
|
54
54
|
button.classList.add('add-block', context_menu_1.contextMenuBtnClass);
|
|
55
55
|
button.classList.add('add-block-after');
|
|
56
|
+
button.setAttribute('role', 'button');
|
|
56
57
|
button.setAttribute('aria-label', `Add an element below`);
|
|
57
58
|
button.setAttribute('data-balloon-pos', 'down-left');
|
|
58
59
|
button.addEventListener('mousedown', (event) => {
|
|
@@ -68,6 +69,7 @@ const EditableBlock = (Base) => {
|
|
|
68
69
|
}
|
|
69
70
|
const button = document.createElement('a');
|
|
70
71
|
button.classList.add('edit-block', context_menu_1.contextMenuBtnClass);
|
|
72
|
+
button.setAttribute('role', 'button');
|
|
71
73
|
button.setAttribute('aria-label', 'Open menu');
|
|
72
74
|
button.setAttribute('data-balloon-pos', 'down-left');
|
|
73
75
|
button.addEventListener('mousedown', (event) => {
|
package/dist/es/versions.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '3.7.
|
|
1
|
+
export const VERSION = '3.7.7';
|
|
2
2
|
export const MATHJAX_VERSION = '3.2.2';
|
|
@@ -50,6 +50,7 @@ export const EditableBlock = (Base) => {
|
|
|
50
50
|
const button = document.createElement('a');
|
|
51
51
|
button.classList.add('add-block', contextMenuBtnClass);
|
|
52
52
|
button.classList.add('add-block-after');
|
|
53
|
+
button.setAttribute('role', 'button');
|
|
53
54
|
button.setAttribute('aria-label', `Add an element below`);
|
|
54
55
|
button.setAttribute('data-balloon-pos', 'down-left');
|
|
55
56
|
button.addEventListener('mousedown', (event) => {
|
|
@@ -65,6 +66,7 @@ export const EditableBlock = (Base) => {
|
|
|
65
66
|
}
|
|
66
67
|
const button = document.createElement('a');
|
|
67
68
|
button.classList.add('edit-block', contextMenuBtnClass);
|
|
69
|
+
button.setAttribute('role', 'button');
|
|
68
70
|
button.setAttribute('aria-label', 'Open menu');
|
|
69
71
|
button.setAttribute('data-balloon-pos', 'down-left');
|
|
70
72
|
button.addEventListener('mousedown', (event) => {
|
package/dist/types/versions.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "3.7.
|
|
1
|
+
export declare const VERSION = "3.7.7";
|
|
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.7.
|
|
4
|
+
"version": "3.7.7",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-body-editor",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@manuscripts/json-schema": "2.2.12",
|
|
41
41
|
"@manuscripts/style-guide": "3.3.7",
|
|
42
42
|
"@manuscripts/track-changes-plugin": "2.2.1",
|
|
43
|
-
"@manuscripts/transform": "4.3.
|
|
43
|
+
"@manuscripts/transform": "4.3.11",
|
|
44
44
|
"@popperjs/core": "2.11.8",
|
|
45
45
|
"citeproc": "2.4.63",
|
|
46
46
|
"codemirror": "5.65.19",
|