@manuscripts/body-editor 2.8.65 → 2.8.66

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.
@@ -40,7 +40,7 @@ exports.OutlineItem = styled_components_1.default.div `
40
40
  ? props.theme.font.size.large
41
41
  : props.theme.font.size.medium};
42
42
  line-height: 30px;
43
- margin-left: -${(props) => props.theme.grid.unit * 5}px;
43
+ margin-left: -${(props) => props.theme.grid.unit * 10}px;
44
44
  margin-right: -${(props) => props.theme.grid.unit * 5}px;
45
45
  overflow-x: hidden;
46
46
  padding-right: ${(props) => props.theme.grid.unit * 5}px;
@@ -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 = '2.8.65';
4
+ exports.VERSION = '2.8.66';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -34,7 +34,7 @@ export const OutlineItem = styled.div `
34
34
  ? props.theme.font.size.large
35
35
  : props.theme.font.size.medium};
36
36
  line-height: 30px;
37
- margin-left: -${(props) => props.theme.grid.unit * 5}px;
37
+ margin-left: -${(props) => props.theme.grid.unit * 10}px;
38
38
  margin-right: -${(props) => props.theme.grid.unit * 5}px;
39
39
  overflow-x: hidden;
40
40
  padding-right: ${(props) => props.theme.grid.unit * 5}px;
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.8.65';
1
+ export const VERSION = '2.8.66';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.8.65";
1
+ export declare const VERSION = "2.8.66";
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": "2.8.65",
4
+ "version": "2.8.66",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",