ketcher-react 3.16.0-rc.1 → 3.16.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 +44 -23
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/{index.modern-e64c5206.js → index.modern-efd61935.js} +3 -3
- package/dist/cjs/{index.modern-e64c5206.js.map → index.modern-efd61935.js.map} +1 -1
- package/dist/cjs/script/ui/component/cliparea/cliparea.d.ts +1 -0
- package/dist/cjs/script/ui/state/hotkeys.d.ts +1 -0
- package/dist/index.js +45 -24
- package/dist/index.js.map +1 -1
- package/dist/{index.modern-b91d8a59.js → index.modern-75d2a92d.js} +3 -3
- package/dist/{index.modern-b91d8a59.js.map → index.modern-75d2a92d.js.map} +1 -1
- package/dist/script/ui/component/cliparea/cliparea.d.ts +1 -0
- package/dist/script/ui/state/hotkeys.d.ts +1 -0
- package/package.json +1 -1
|
@@ -5940,10 +5940,10 @@ var initialState$3 = {
|
|
|
5940
5940
|
unipositiveIonsValue: 140,
|
|
5941
5941
|
oligonucleotidesValue: 200,
|
|
5942
5942
|
app: {
|
|
5943
|
-
buildDate: (_T = "2026-05-
|
|
5943
|
+
buildDate: (_T = "2026-05-26T16:42:59") !== null && _T !== void 0 ? _T : '',
|
|
5944
5944
|
indigoVersion: (_ref$1 = "") !== null && _ref$1 !== void 0 ? _ref$1 : '',
|
|
5945
5945
|
indigoMachine: (_ref2 = "") !== null && _ref2 !== void 0 ? _ref2 : '',
|
|
5946
|
-
version: (_rc = "3.16.0-rc.
|
|
5946
|
+
version: (_rc = "3.16.0-rc.2") !== null && _rc !== void 0 ? _rc : ''
|
|
5947
5947
|
},
|
|
5948
5948
|
selectedMenuGroupItems: {}
|
|
5949
5949
|
};
|
|
@@ -20747,4 +20747,4 @@ function Editor(_ref2) {
|
|
|
20747
20747
|
}
|
|
20748
20748
|
|
|
20749
20749
|
export { EditorContainer as default };
|
|
20750
|
-
//# sourceMappingURL=index.modern-
|
|
20750
|
+
//# sourceMappingURL=index.modern-75d2a92d.js.map
|