@jupyterlab/settingeditor 4.3.0-alpha.2 → 4.3.0-beta.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 +11 -11
- package/style/base.css +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/settingeditor",
|
|
3
|
-
"version": "4.3.0-
|
|
3
|
+
"version": "4.3.0-beta.1",
|
|
4
4
|
"description": "The JupyterLab default setting editor interface",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"watch": "tsc -b --watch"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@jupyterlab/application": "^4.3.0-
|
|
45
|
-
"@jupyterlab/apputils": "^4.4.0-
|
|
46
|
-
"@jupyterlab/codeeditor": "^4.3.0-
|
|
47
|
-
"@jupyterlab/inspector": "^4.3.0-
|
|
48
|
-
"@jupyterlab/rendermime": "^4.3.0-
|
|
49
|
-
"@jupyterlab/settingregistry": "^4.3.0-
|
|
50
|
-
"@jupyterlab/statedb": "^4.3.0-
|
|
51
|
-
"@jupyterlab/translation": "^4.3.0-
|
|
52
|
-
"@jupyterlab/ui-components": "^4.3.0-
|
|
44
|
+
"@jupyterlab/application": "^4.3.0-beta.1",
|
|
45
|
+
"@jupyterlab/apputils": "^4.4.0-beta.1",
|
|
46
|
+
"@jupyterlab/codeeditor": "^4.3.0-beta.1",
|
|
47
|
+
"@jupyterlab/inspector": "^4.3.0-beta.1",
|
|
48
|
+
"@jupyterlab/rendermime": "^4.3.0-beta.1",
|
|
49
|
+
"@jupyterlab/settingregistry": "^4.3.0-beta.1",
|
|
50
|
+
"@jupyterlab/statedb": "^4.3.0-beta.1",
|
|
51
|
+
"@jupyterlab/translation": "^4.3.0-beta.1",
|
|
52
|
+
"@jupyterlab/ui-components": "^4.3.0-beta.1",
|
|
53
53
|
"@lumino/algorithm": "^2.0.1",
|
|
54
54
|
"@lumino/commands": "^2.3.0",
|
|
55
55
|
"@lumino/coreutils": "^2.1.2",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"react": "^18.2.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@jupyterlab/testing": "^4.3.0-
|
|
68
|
+
"@jupyterlab/testing": "^4.3.0-beta.1",
|
|
69
69
|
"@types/jest": "^29.2.0",
|
|
70
70
|
"@types/react": "^18.0.26",
|
|
71
71
|
"@types/react-test-renderer": "^18.0.0",
|
package/style/base.css
CHANGED
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
.jp-PluginList {
|
|
48
48
|
min-width: 175px;
|
|
49
49
|
max-width: 275px;
|
|
50
|
-
background-color: var(--jp-layout-color2);
|
|
51
50
|
}
|
|
52
51
|
|
|
53
52
|
.jp-PluginList-wrapper {
|
|
@@ -133,7 +132,7 @@
|
|
|
133
132
|
}
|
|
134
133
|
|
|
135
134
|
.jp-PluginList-entry:hover {
|
|
136
|
-
background: var(--jp-layout-
|
|
135
|
+
background: var(--jp-layout-color2);
|
|
137
136
|
}
|
|
138
137
|
|
|
139
138
|
.jp-PluginList-entry li {
|