@jupyterlab/settingeditor 3.6.0-alpha.0 → 3.6.0-alpha.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.
Files changed (2) hide show
  1. package/package.json +10 -10
  2. 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.0",
3
+ "version": "3.6.0-alpha.2",
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.0",
40
- "@jupyterlab/apputils": "^3.6.0-alpha.0",
41
- "@jupyterlab/codeeditor": "^3.6.0-alpha.0",
42
- "@jupyterlab/inspector": "^3.6.0-alpha.0",
43
- "@jupyterlab/rendermime": "^3.6.0-alpha.0",
44
- "@jupyterlab/settingregistry": "^3.6.0-alpha.0",
45
- "@jupyterlab/statedb": "^3.6.0-alpha.0",
46
- "@jupyterlab/translation": "^3.6.0-alpha.0",
47
- "@jupyterlab/ui-components": "^3.6.0-alpha.0",
39
+ "@jupyterlab/application": "^3.6.0-alpha.2",
40
+ "@jupyterlab/apputils": "^3.6.0-alpha.2",
41
+ "@jupyterlab/codeeditor": "^3.6.0-alpha.2",
42
+ "@jupyterlab/inspector": "^3.6.0-alpha.2",
43
+ "@jupyterlab/rendermime": "^3.6.0-alpha.2",
44
+ "@jupyterlab/settingregistry": "^3.6.0-alpha.2",
45
+ "@jupyterlab/statedb": "^3.6.0-alpha.2",
46
+ "@jupyterlab/translation": "^3.6.0-alpha.2",
47
+ "@jupyterlab/ui-components": "^3.6.0-alpha.2",
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: 5px;
213
+ border-radius: var(--jp-border-radius);
214
214
  border-width: 1px;
215
215
  padding: 6px 8px;
216
216
  background: none;