@jupyterlab/shortcuts-extension 4.1.0-alpha.2 → 4.1.0-alpha.3

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 +8 -8
  2. package/style/base.css +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/shortcuts-extension",
3
- "version": "4.1.0-alpha.2",
3
+ "version": "4.1.0-alpha.3",
4
4
  "description": "JupyterLab - Shortcuts Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -41,10 +41,10 @@
41
41
  "watch": "tsc -b --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@jupyterlab/application": "^4.1.0-alpha.2",
45
- "@jupyterlab/settingregistry": "^4.1.0-alpha.2",
46
- "@jupyterlab/translation": "^4.1.0-alpha.2",
47
- "@jupyterlab/ui-components": "^4.1.0-alpha.2",
44
+ "@jupyterlab/application": "^4.1.0-alpha.3",
45
+ "@jupyterlab/settingregistry": "^4.1.0-alpha.3",
46
+ "@jupyterlab/translation": "^4.1.0-alpha.3",
47
+ "@jupyterlab/ui-components": "^4.1.0-alpha.3",
48
48
  "@lumino/algorithm": "^2.0.1",
49
49
  "@lumino/commands": "^2.1.3",
50
50
  "@lumino/coreutils": "^2.1.2",
@@ -55,11 +55,11 @@
55
55
  "react": "^18.2.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@jupyterlab/testing": "^4.1.0-alpha.2",
58
+ "@jupyterlab/testing": "^4.1.0-alpha.3",
59
59
  "@types/jest": "^29.2.0",
60
- "rimraf": "~3.0.0",
60
+ "rimraf": "~5.0.5",
61
61
  "typedoc": "~0.24.7",
62
- "typescript": "~5.0.4"
62
+ "typescript": "~5.1.6"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"
package/style/base.css CHANGED
@@ -353,16 +353,17 @@
353
353
 
354
354
  .jp-Shortcuts-AdvancedOptionsLink {
355
355
  color: var(--jp-content-link-color);
356
- text-decoration: none;
357
356
  margin-right: 15px;
358
357
  }
359
358
 
360
359
  .jp-Shortcuts-AdvancedOptionsLink:hover {
361
360
  color: var(--jp-brand-color0);
361
+ text-decoration: underline;
362
362
  }
363
363
 
364
364
  .jp-Shortcuts-AdvancedOptionsLink:active {
365
365
  color: var(--jp-brand-color0);
366
+ text-decoration: underline;
366
367
  }
367
368
 
368
369
  .jp-Shortcuts-HeaderRowContainer {