ketcher-react 3.16.0-rc.2 → 3.16.0-rc.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.
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/{index.modern-efd61935.js → index.modern-e6e28fd3.js} +3 -3
- package/dist/cjs/{index.modern-efd61935.js.map → index.modern-e6e28fd3.js.map} +1 -1
- package/dist/index.js +4 -4
- package/dist/{index.modern-75d2a92d.js → index.modern-1c34b1f9.js} +3 -3
- package/dist/{index.modern-75d2a92d.js.map → index.modern-1c34b1f9.js.map} +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -4111,7 +4111,7 @@ var zoom = {
|
|
|
4111
4111
|
|
|
4112
4112
|
var openHelpLink = function openHelpLink() {
|
|
4113
4113
|
var _window$open;
|
|
4114
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v3.16.0-rc.
|
|
4114
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v3.16.0-rc.3\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
4115
4115
|
};
|
|
4116
4116
|
var help = {
|
|
4117
4117
|
help: {
|
|
@@ -42754,8 +42754,8 @@ var KetcherBuilder = function () {
|
|
|
42754
42754
|
cleanup = initApp(prevKetcherId, ketcherId, element, appRoot, staticResourcesUrl, {
|
|
42755
42755
|
buttons: buttons !== null && buttons !== void 0 ? buttons : {},
|
|
42756
42756
|
errorHandler: errorHandler !== null && errorHandler !== void 0 ? errorHandler : null,
|
|
42757
|
-
version: (_rc = "3.16.0-rc.
|
|
42758
|
-
buildDate: (_T = "2026-
|
|
42757
|
+
version: (_rc = "3.16.0-rc.3") !== null && _rc !== void 0 ? _rc : '',
|
|
42758
|
+
buildDate: (_T = "2026-06-04T18:41:03") !== null && _T !== void 0 ? _T : '',
|
|
42759
42759
|
buildNumber: '',
|
|
42760
42760
|
customButtons: customButtons !== null && customButtons !== void 0 ? customButtons : []
|
|
42761
42761
|
}, structService, resolve, togglerComponent);
|
|
@@ -43068,7 +43068,7 @@ var ModeControl = function ModeControl(_ref4) {
|
|
|
43068
43068
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
43069
43069
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43070
43070
|
var MacromoleculesEditorComponent = React.lazy(function () {
|
|
43071
|
-
return Promise.resolve().then(function () { return require('./index.modern-
|
|
43071
|
+
return Promise.resolve().then(function () { return require('./index.modern-e6e28fd3.js'); });
|
|
43072
43072
|
});
|
|
43073
43073
|
var Editor = function Editor(props) {
|
|
43074
43074
|
var _useState = React.useState(false),
|
|
@@ -5981,10 +5981,10 @@ var initialState$3 = {
|
|
|
5981
5981
|
unipositiveIonsValue: 140,
|
|
5982
5982
|
oligonucleotidesValue: 200,
|
|
5983
5983
|
app: {
|
|
5984
|
-
buildDate: (_T = "2026-
|
|
5984
|
+
buildDate: (_T = "2026-06-04T18:35:59") !== null && _T !== void 0 ? _T : '',
|
|
5985
5985
|
indigoVersion: (_ref$1 = "") !== null && _ref$1 !== void 0 ? _ref$1 : '',
|
|
5986
5986
|
indigoMachine: (_ref2 = "") !== null && _ref2 !== void 0 ? _ref2 : '',
|
|
5987
|
-
version: (_rc = "3.16.0-rc.
|
|
5987
|
+
version: (_rc = "3.16.0-rc.3") !== null && _rc !== void 0 ? _rc : ''
|
|
5988
5988
|
},
|
|
5989
5989
|
selectedMenuGroupItems: {}
|
|
5990
5990
|
};
|
|
@@ -20788,4 +20788,4 @@ function Editor(_ref2) {
|
|
|
20788
20788
|
}
|
|
20789
20789
|
|
|
20790
20790
|
exports["default"] = EditorContainer;
|
|
20791
|
-
//# sourceMappingURL=index.modern-
|
|
20791
|
+
//# sourceMappingURL=index.modern-e6e28fd3.js.map
|