@jupyterlab/settingeditor 4.3.0-beta.1 → 4.3.0-beta.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 +11 -11
  2. package/style/base.css +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/settingeditor",
3
- "version": "4.3.0-beta.1",
3
+ "version": "4.3.0-beta.2",
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-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",
44
+ "@jupyterlab/application": "^4.3.0-beta.2",
45
+ "@jupyterlab/apputils": "^4.4.0-beta.2",
46
+ "@jupyterlab/codeeditor": "^4.3.0-beta.2",
47
+ "@jupyterlab/inspector": "^4.3.0-beta.2",
48
+ "@jupyterlab/rendermime": "^4.3.0-beta.2",
49
+ "@jupyterlab/settingregistry": "^4.3.0-beta.2",
50
+ "@jupyterlab/statedb": "^4.3.0-beta.2",
51
+ "@jupyterlab/translation": "^4.3.0-beta.2",
52
+ "@jupyterlab/ui-components": "^4.3.0-beta.2",
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-beta.1",
68
+ "@jupyterlab/testing": "^4.3.0-beta.2",
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
@@ -129,6 +129,7 @@
129
129
  overflow: hidden;
130
130
  padding: 4px 0 4px 4px;
131
131
  white-space: nowrap;
132
+ cursor: pointer;
132
133
  }
133
134
 
134
135
  .jp-PluginList-entry:hover {