@manuscripts/article-editor 3.5.34-LEAN-4121.0 → 3.5.34-LEAN-4183.0

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.
@@ -56,7 +56,7 @@ const Inspector = () => {
56
56
  const can = (0, style_guide_1.usePermissions)();
57
57
  const comment = store.selectedCommentKey;
58
58
  const suggestion = store.selectedSuggestionID;
59
- const [tabIndex, setTabIndex] = (0, react_1.useState)(0);
59
+ const [tabIndex, setTabIndex] = (0, react_1.useState)(1);
60
60
  let index = 0;
61
61
  const COMMENTS_TAB_INDEX = index++;
62
62
  const SUGGESTIONS_TAB_INDEX = !can.editWithoutTracking ? index++ : -1;
@@ -28,7 +28,7 @@ const Inspector = () => {
28
28
  const can = usePermissions();
29
29
  const comment = store.selectedCommentKey;
30
30
  const suggestion = store.selectedSuggestionID;
31
- const [tabIndex, setTabIndex] = useState(0);
31
+ const [tabIndex, setTabIndex] = useState(1);
32
32
  let index = 0;
33
33
  const COMMENTS_TAB_INDEX = index++;
34
34
  const SUGGESTIONS_TAB_INDEX = !can.editWithoutTracking ? index++ : -1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manuscripts/article-editor",
3
- "version": "3.5.34-LEAN-4121.0",
3
+ "version": "3.5.34-LEAN-4183.0",
4
4
  "license": "CPAL-1.0",
5
5
  "description": "React components for editing and viewing manuscripts",
6
6
  "repository": "github:Atypon-OpenSource/manuscripts-article-editor",
@@ -35,7 +35,7 @@
35
35
  "@fontsource/lato": "^4.5.10",
36
36
  "@fontsource/pt-sans": "^4.5.11",
37
37
  "@fontsource/pt-serif": "^4.5.11",
38
- "@manuscripts/body-editor": "2.6.27",
38
+ "@manuscripts/body-editor": "2.6.28-LEAN-4183.0",
39
39
  "@manuscripts/json-schema": "2.2.11",
40
40
  "@manuscripts/library": "1.3.11",
41
41
  "@manuscripts/style-guide": "2.0.25",