@complat/react-spectra-editor 0.11.2 → 0.11.4-beta.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.
package/dist/app.js CHANGED
@@ -75,7 +75,8 @@ var SpectraEditor = function SpectraEditor(_ref) {
75
75
  onDescriptionChanged = _ref.onDescriptionChanged,
76
76
  multiEntities = _ref.multiEntities,
77
77
  multiMolSvgs = _ref.multiMolSvgs,
78
- entityFileNames = _ref.entityFileNames;
78
+ entityFileNames = _ref.entityFileNames,
79
+ userManualLink = _ref.userManualLink;
79
80
  return _react2.default.createElement(
80
81
  _reactRedux.Provider,
81
82
  { store: store },
@@ -83,6 +84,7 @@ var SpectraEditor = function SpectraEditor(_ref) {
83
84
  entity: entity,
84
85
  multiEntities: multiEntities,
85
86
  entityFileNames: entityFileNames,
87
+ userManualLink: userManualLink,
86
88
  others: others,
87
89
  cLabel: cLabel,
88
90
  xLabel: xLabel,
@@ -114,7 +116,8 @@ SpectraEditor.propTypes = {
114
116
  multiMolSvgs: _propTypes2.default.array,
115
117
  editorOnly: _propTypes2.default.bool,
116
118
  canChangeDescription: _propTypes2.default.bool,
117
- onDescriptionChanged: _propTypes2.default.func
119
+ onDescriptionChanged: _propTypes2.default.func,
120
+ userManualLink: _propTypes2.default.object
118
121
  };
119
122
 
120
123
  SpectraEditor.defaultProps = {
@@ -130,7 +133,8 @@ SpectraEditor.defaultProps = {
130
133
  molSvg: '',
131
134
  multiMolSvgs: [],
132
135
  editorOnly: false,
133
- canChangeDescription: false
136
+ canChangeDescription: false,
137
+ userManualLink: {}
134
138
  };
135
139
 
136
140
  exports.SpectraEditor = SpectraEditor;