@manuscripts/body-editor 3.13.14 → 3.13.15

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.
@@ -188,7 +188,7 @@ const AuthorDetailsForm = ({ values, onChange, onSave, actionsRef, isEmailRequir
188
188
  })),
189
189
  react_1.default.createElement(style_guide_1.FormRow, null,
190
190
  react_1.default.createElement(UnsavedLabel_1.UnsavedLabel, { htmlFor: "degrees", showDot: showUnsavedDot('degrees') }, "Qualification"),
191
- react_1.default.createElement(style_guide_1.MultiValueInput, { id: 'degrees', inputType: "text", placeholder: "E.g. Bsc Computer Science", initialValues: Array.isArray(formik.values.degrees) ? formik.values.degrees : [], onChange: (values) => {
191
+ react_1.default.createElement(style_guide_1.MultiValueInput, { id: 'degrees', inputType: "text", placeholder: "E.g. PhD, M.D., etc.", initialValues: Array.isArray(formik.values.degrees) ? formik.values.degrees : [], onChange: (values) => {
192
192
  formik.setFieldValue('degrees', values);
193
193
  } })))));
194
194
  };
@@ -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.14';
4
+ exports.VERSION = '3.13.15';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -148,7 +148,7 @@ export const AuthorDetailsForm = ({ values, onChange, onSave, actionsRef, isEmai
148
148
  })),
149
149
  React.createElement(FormRow, null,
150
150
  React.createElement(UnsavedLabel, { htmlFor: "degrees", showDot: showUnsavedDot('degrees') }, "Qualification"),
151
- React.createElement(MultiValueInput, { id: 'degrees', inputType: "text", placeholder: "E.g. Bsc Computer Science", initialValues: Array.isArray(formik.values.degrees) ? formik.values.degrees : [], onChange: (values) => {
151
+ React.createElement(MultiValueInput, { id: 'degrees', inputType: "text", placeholder: "E.g. PhD, M.D., etc.", initialValues: Array.isArray(formik.values.degrees) ? formik.values.degrees : [], onChange: (values) => {
152
152
  formik.setFieldValue('degrees', values);
153
153
  } })))));
154
154
  };
@@ -1,2 +1,2 @@
1
- export const VERSION = '3.13.14';
1
+ export const VERSION = '3.13.15';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.13.14";
1
+ export declare const VERSION = "3.13.15";
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.14",
4
+ "version": "3.13.15",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -393,7 +393,7 @@ export const AuthorDetailsForm: React.FC<AuthorDetailsFormProps> = ({
393
393
  <MultiValueInput
394
394
  id={'degrees'}
395
395
  inputType="text"
396
- placeholder="E.g. Bsc Computer Science"
396
+ placeholder="E.g. PhD, M.D., etc."
397
397
  initialValues={
398
398
  Array.isArray(formik.values.degrees) ? formik.values.degrees : []
399
399
  }
package/src/versions.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  //THIS FILE WAS GENERATED BY versions.mjs
2
- export const VERSION = '3.13.14';
2
+ export const VERSION = '3.13.15';
3
3
  export const MATHJAX_VERSION = '3.2.2';