@jupyterlab/shortcuts-extension 5.1.3 → 5.1.5

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/shortcuts-extension",
3
- "version": "5.1.3",
3
+ "version": "5.1.5",
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.3",
44
- "@jupyterlab/settingregistry": "^4.3.3",
45
- "@jupyterlab/translation": "^4.3.3",
46
- "@jupyterlab/ui-components": "^4.3.3",
43
+ "@jupyterlab/application": "^4.3.5",
44
+ "@jupyterlab/settingregistry": "^4.3.5",
45
+ "@jupyterlab/translation": "^4.3.5",
46
+ "@jupyterlab/ui-components": "^4.3.5",
47
47
  "@lumino/algorithm": "^2.0.2",
48
48
  "@lumino/commands": "^2.3.1",
49
49
  "@lumino/coreutils": "^2.2.0",
@@ -54,7 +54,7 @@
54
54
  "react": "^18.2.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@jupyterlab/testing": "^4.3.3",
57
+ "@jupyterlab/testing": "^4.3.5",
58
58
  "@types/jest": "^29.2.0",
59
59
  "jest": "^29.2.0",
60
60
  "rimraf": "~5.0.5",
package/style/base.css CHANGED
@@ -68,7 +68,7 @@
68
68
  }
69
69
 
70
70
  .jp-mod-selected-InputText {
71
- background-color: var(--jp-brand-color3);
71
+ background-color: var(--jp-shortcuts-button-background);
72
72
  overflow: hidden;
73
73
  }
74
74
 
@@ -228,7 +228,7 @@
228
228
 
229
229
  .jp-Shortcuts-Plus {
230
230
  opacity: 0;
231
- background: var(--jp-brand-color3);
231
+ background: var(--jp-shortcuts-button-background);
232
232
  border-color: var(--jp-layout-color0);
233
233
  border-radius: var(--jp-border-radius);
234
234
  border-width: var(--jp-border-width);
@@ -239,7 +239,7 @@
239
239
  }
240
240
 
241
241
  .jp-Shortcuts-Plus:hover {
242
- background-color: var(--jp-brand-color2);
242
+ background: var(--jp-shortcuts-button-hover-background);
243
243
  }
244
244
 
245
245
  .jp-Shortcuts-Plus:active {