@manuscripts/body-editor 3.10.9 → 3.10.10

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.
@@ -127,13 +127,13 @@ exports.toolbar = {
127
127
  },
128
128
  },
129
129
  quote: {
130
- blockquote: {
130
+ blockquote_element: {
131
131
  title: 'Insert blockquote',
132
132
  content: react_1.default.createElement(style_guide_1.OutlineBlockQuoteIcon, null),
133
133
  isEnabled: isEnabled((0, commands_1.canInsert)(transform_1.schema.nodes.blockquote_element)),
134
134
  run: (0, commands_1.insertBlock)(transform_1.schema.nodes.blockquote_element),
135
135
  },
136
- pullquote: {
136
+ pullquote_element: {
137
137
  title: 'Insert pullquote',
138
138
  content: react_1.default.createElement(style_guide_1.OutlinePullQuoteIcon, null),
139
139
  isEnabled: isEnabled((0, commands_1.canInsert)(transform_1.schema.nodes.pullquote_element)),
@@ -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.10.9';
4
+ exports.VERSION = '3.10.10';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -121,13 +121,13 @@ export const toolbar = {
121
121
  },
122
122
  },
123
123
  quote: {
124
- blockquote: {
124
+ blockquote_element: {
125
125
  title: 'Insert blockquote',
126
126
  content: React.createElement(OutlineBlockQuoteIcon, null),
127
127
  isEnabled: isEnabled(canInsert(schema.nodes.blockquote_element)),
128
128
  run: insertBlock(schema.nodes.blockquote_element),
129
129
  },
130
- pullquote: {
130
+ pullquote_element: {
131
131
  title: 'Insert pullquote',
132
132
  content: React.createElement(OutlinePullQuoteIcon, null),
133
133
  isEnabled: isEnabled(canInsert(schema.nodes.pullquote_element)),
@@ -1,2 +1,2 @@
1
- export const VERSION = '3.10.9';
1
+ export const VERSION = '3.10.10';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.10.9";
1
+ export declare const VERSION = "3.10.10";
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.10.9",
4
+ "version": "3.10.10",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",