@jupyterlab/shortcuts-extension 5.1.0-beta.1 → 5.1.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 +6 -6
  2. package/style/base.css +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/shortcuts-extension",
3
- "version": "5.1.0-beta.1",
3
+ "version": "5.1.0-beta.2",
4
4
  "description": "JupyterLab - Shortcuts Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -40,10 +40,10 @@
40
40
  "watch": "tsc -b --watch"
41
41
  },
42
42
  "dependencies": {
43
- "@jupyterlab/application": "^4.3.0-beta.1",
44
- "@jupyterlab/settingregistry": "^4.3.0-beta.1",
45
- "@jupyterlab/translation": "^4.3.0-beta.1",
46
- "@jupyterlab/ui-components": "^4.3.0-beta.1",
43
+ "@jupyterlab/application": "^4.3.0-beta.2",
44
+ "@jupyterlab/settingregistry": "^4.3.0-beta.2",
45
+ "@jupyterlab/translation": "^4.3.0-beta.2",
46
+ "@jupyterlab/ui-components": "^4.3.0-beta.2",
47
47
  "@lumino/algorithm": "^2.0.1",
48
48
  "@lumino/commands": "^2.3.0",
49
49
  "@lumino/coreutils": "^2.1.2",
@@ -54,7 +54,7 @@
54
54
  "react": "^18.2.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@jupyterlab/testing": "^4.3.0-beta.1",
57
+ "@jupyterlab/testing": "^4.3.0-beta.2",
58
58
  "@types/jest": "^29.2.0",
59
59
  "jest": "^29.2.0",
60
60
  "rimraf": "~5.0.5",
package/style/base.css CHANGED
@@ -263,6 +263,7 @@
263
263
  .jp-Shortcuts-Reset {
264
264
  color: var(--jp-brand-color2);
265
265
  padding-left: 10px;
266
+ cursor: pointer;
266
267
  }
267
268
 
268
269
  .jp-Shortcuts-Reset:hover {