@jupyterlab/settingeditor 3.6.0-alpha.0 → 3.6.0-alpha.1
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/package.json +10 -10
- package/style/base.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/settingeditor",
|
|
3
|
-
"version": "3.6.0-alpha.
|
|
3
|
+
"version": "3.6.0-alpha.1",
|
|
4
4
|
"description": "The JupyterLab default setting editor interface",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"watch": "tsc -b --watch"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jupyterlab/application": "^3.6.0-alpha.
|
|
40
|
-
"@jupyterlab/apputils": "^3.6.0-alpha.
|
|
41
|
-
"@jupyterlab/codeeditor": "^3.6.0-alpha.
|
|
42
|
-
"@jupyterlab/inspector": "^3.6.0-alpha.
|
|
43
|
-
"@jupyterlab/rendermime": "^3.6.0-alpha.
|
|
44
|
-
"@jupyterlab/settingregistry": "^3.6.0-alpha.
|
|
45
|
-
"@jupyterlab/statedb": "^3.6.0-alpha.
|
|
46
|
-
"@jupyterlab/translation": "^3.6.0-alpha.
|
|
47
|
-
"@jupyterlab/ui-components": "^3.6.0-alpha.
|
|
39
|
+
"@jupyterlab/application": "^3.6.0-alpha.1",
|
|
40
|
+
"@jupyterlab/apputils": "^3.6.0-alpha.1",
|
|
41
|
+
"@jupyterlab/codeeditor": "^3.6.0-alpha.1",
|
|
42
|
+
"@jupyterlab/inspector": "^3.6.0-alpha.1",
|
|
43
|
+
"@jupyterlab/rendermime": "^3.6.0-alpha.1",
|
|
44
|
+
"@jupyterlab/settingregistry": "^3.6.0-alpha.1",
|
|
45
|
+
"@jupyterlab/statedb": "^3.6.0-alpha.1",
|
|
46
|
+
"@jupyterlab/translation": "^3.6.0-alpha.1",
|
|
47
|
+
"@jupyterlab/ui-components": "^3.6.0-alpha.1",
|
|
48
48
|
"@lumino/algorithm": "^1.9.0",
|
|
49
49
|
"@lumino/commands": "^1.19.0",
|
|
50
50
|
"@lumino/coreutils": "^1.11.0",
|
package/style/base.css
CHANGED
|
@@ -210,7 +210,7 @@ ul.jp-PluginList li.jp-mod-selected span.jp-PluginList-icon.jp-FileIcon {
|
|
|
210
210
|
font-size: var(--jp-content-font-size2);
|
|
211
211
|
border-color: var(--jp-input-border-color);
|
|
212
212
|
border-style: solid;
|
|
213
|
-
border-radius:
|
|
213
|
+
border-radius: var(--jp-border-radius);
|
|
214
214
|
border-width: 1px;
|
|
215
215
|
padding: 6px 8px;
|
|
216
216
|
background: none;
|