@manuscripts/body-editor 3.13.1 → 3.13.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.
@@ -26,5 +26,5 @@ const ModalFormActions = ({ type, onDelete, showingDeleteDialog, showDeleteDialo
26
26
  };
27
27
  exports.ModalFormActions = ModalFormActions;
28
28
  const StylePrimaryButton = (0, styled_components_1.default)(style_guide_1.PrimaryButton) `
29
- min-width: 145px;
29
+ min-width: 90px;
30
30
  `;
@@ -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.13.1';
4
+ exports.VERSION = '3.13.3';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -18,5 +18,5 @@ export const ModalFormActions = ({ type, onDelete, showingDeleteDialog, showDele
18
18
  }, onSecondary: showDeleteDialog, type: DialogType.DELETE, entityType: type }));
19
19
  };
20
20
  const StylePrimaryButton = styled(PrimaryButton) `
21
- min-width: 145px;
21
+ min-width: 90px;
22
22
  `;
@@ -1,2 +1,2 @@
1
- export const VERSION = '3.13.1';
1
+ export const VERSION = '3.13.3';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.13.1";
1
+ export declare const VERSION = "3.13.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": "3.13.1",
4
+ "version": "3.13.3",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -41,7 +41,7 @@
41
41
  "@citation-js/plugin-pubmed": "0.3.0",
42
42
  "@citation-js/plugin-ris": "0.7.18",
43
43
  "@iarna/word-count": "1.1.2",
44
- "@manuscripts/style-guide": "3.6.0",
44
+ "@manuscripts/style-guide": "3.6.2",
45
45
  "@manuscripts/track-changes-plugin": "2.4.0",
46
46
  "@manuscripts/transform": "4.4.1",
47
47
  "@popperjs/core": "2.11.8",
@@ -84,5 +84,5 @@ export const ModalFormActions: React.FC<ModalFormActionsProps> = ({
84
84
  }
85
85
 
86
86
  const StylePrimaryButton = styled(PrimaryButton)`
87
- min-width: 145px;
87
+ min-width: 90px;
88
88
  `
package/src/versions.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  //THIS FILE WAS GENERATED BY versions.mjs
2
- export const VERSION = '3.13.1';
2
+ export const VERSION = '3.13.3';
3
3
  export const MATHJAX_VERSION = '3.2.2';