ketcher-react 3.15.0-rc.1 → 3.15.0-rc.2
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-62760697.js → index.modern-1a7c7435.js} +3 -3
- package/dist/cjs/{index.modern-62760697.js.map → index.modern-1a7c7435.js.map} +1 -1
- package/dist/index.js +4 -4
- package/dist/{index.modern-40fed8a9.js → index.modern-86b6b19a.js} +3 -3
- package/dist/{index.modern-40fed8a9.js.map → index.modern-86b6b19a.js.map} +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4002,7 +4002,7 @@ var zoom = {
|
|
|
4002
4002
|
|
|
4003
4003
|
var openHelpLink = function openHelpLink() {
|
|
4004
4004
|
var _window$open;
|
|
4005
|
-
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v3.15.0-rc.
|
|
4005
|
+
return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v3.15.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
|
|
4006
4006
|
};
|
|
4007
4007
|
var help = {
|
|
4008
4008
|
help: {
|
|
@@ -42097,8 +42097,8 @@ var KetcherBuilder = function () {
|
|
|
42097
42097
|
cleanup = initApp(prevKetcherId, ketcherId, element, appRoot, staticResourcesUrl, {
|
|
42098
42098
|
buttons: buttons !== null && buttons !== void 0 ? buttons : {},
|
|
42099
42099
|
errorHandler: errorHandler !== null && errorHandler !== void 0 ? errorHandler : null,
|
|
42100
|
-
version: (_rc = "3.15.0-rc.
|
|
42101
|
-
buildDate: (_T = "2026-04-
|
|
42100
|
+
version: (_rc = "3.15.0-rc.2") !== null && _rc !== void 0 ? _rc : '',
|
|
42101
|
+
buildDate: (_T = "2026-04-17T09:00:35") !== null && _T !== void 0 ? _T : '',
|
|
42102
42102
|
buildNumber: '',
|
|
42103
42103
|
customButtons: customButtons !== null && customButtons !== void 0 ? customButtons : []
|
|
42104
42104
|
}, structService, resolve, togglerComponent);
|
|
@@ -42411,7 +42411,7 @@ var ModeControl = function ModeControl(_ref4) {
|
|
|
42411
42411
|
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; }
|
|
42412
42412
|
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$1(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; }
|
|
42413
42413
|
var MacromoleculesEditorComponent = lazy(function () {
|
|
42414
|
-
return import('./index.modern-
|
|
42414
|
+
return import('./index.modern-86b6b19a.js');
|
|
42415
42415
|
});
|
|
42416
42416
|
var Editor = function Editor(props) {
|
|
42417
42417
|
var _useState = useState(false),
|
|
@@ -5939,10 +5939,10 @@ var initialState$3 = {
|
|
|
5939
5939
|
unipositiveIonsValue: 140,
|
|
5940
5940
|
oligonucleotidesValue: 200,
|
|
5941
5941
|
app: {
|
|
5942
|
-
buildDate: (_T = "2026-04-
|
|
5942
|
+
buildDate: (_T = "2026-04-17T08:56:05") !== null && _T !== void 0 ? _T : '',
|
|
5943
5943
|
indigoVersion: (_ref$1 = "") !== null && _ref$1 !== void 0 ? _ref$1 : '',
|
|
5944
5944
|
indigoMachine: (_ref2 = "") !== null && _ref2 !== void 0 ? _ref2 : '',
|
|
5945
|
-
version: (_rc = "3.15.0-rc.
|
|
5945
|
+
version: (_rc = "3.15.0-rc.2") !== null && _rc !== void 0 ? _rc : ''
|
|
5946
5946
|
},
|
|
5947
5947
|
selectedMenuGroupItems: {}
|
|
5948
5948
|
};
|
|
@@ -20280,4 +20280,4 @@ function Editor(_ref2) {
|
|
|
20280
20280
|
}
|
|
20281
20281
|
|
|
20282
20282
|
export { EditorContainer as default };
|
|
20283
|
-
//# sourceMappingURL=index.modern-
|
|
20283
|
+
//# sourceMappingURL=index.modern-86b6b19a.js.map
|