@complat/chemotion-converter-client 0.13.2 → 0.14.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/CHANGELOG.md +20 -0
- package/dist/bundle.js +1 -1
- package/package.json +2 -2
- package/public/admin/index.css +1 -1
- package/public/admin/index.js +1 -1
- package/public/index.css +1 -1
- package/public/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@complat/chemotion-converter-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"main": "./dist/bundle.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"sass-loader": "^16.0.1",
|
|
53
53
|
"webpack": "5.94.0",
|
|
54
54
|
"webpack-cli": "^4.9.2",
|
|
55
|
-
"webpack-dev-server": "^
|
|
55
|
+
"webpack-dev-server": "^5.2.1",
|
|
56
56
|
"webpack-merge": "5.8.0"
|
|
57
57
|
},
|
|
58
58
|
"publishConfig": {
|
package/public/admin/index.css
CHANGED
|
@@ -18997,4 +18997,4 @@ input[class^=ag-][type=range]:disabled {
|
|
|
18997
18997
|
background-color: var(--ag-alpine-active-color);
|
|
18998
18998
|
}
|
|
18999
18999
|
|
|
19000
|
-
@media(min-width: 990px){.scroll{height:calc(100vh - 130px);overflow-y:auto;padding-right:10px;padding-bottom:40px}}pre{background-color:#f9f9f9
|
|
19000
|
+
@media(min-width: 990px){.scroll{height:calc(100vh - 130px);overflow-y:auto;padding-right:10px;padding-bottom:40px}}pre{background-color:#f9f9f9;counter-reset:line}pre code{display:block}pre code:before{content:counter(line);counter-increment:line;display:inline-block;width:4em;padding-right:1em;margin-right:1em;text-align:right;border-right:1px solid silver}.ag-theme-alpine{--ag-border-color: rgba(0, 0, 0, 0.125);--ag-header-background-color: rgba(0, 0, 0, 0.03)}.tooltip-inner{max-width:none !important}.div-nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body{overflow:hidden}#root>.container{display:flex;flex-direction:column;height:100vh}main{flex:1;overflow-x:hidden;overflow-y:auto}
|