@jupyterlab/application 3.6.0-rc.1 → 3.6.0

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/menus.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/application",
3
- "version": "3.6.0-rc.1",
3
+ "version": "3.6.0",
4
4
  "description": "JupyterLab - Application",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -42,15 +42,15 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@fortawesome/fontawesome-free": "^5.12.0",
45
- "@jupyterlab/apputils": "^3.6.0-rc.1",
46
- "@jupyterlab/coreutils": "^5.6.0-rc.1",
47
- "@jupyterlab/docregistry": "^3.6.0-rc.1",
48
- "@jupyterlab/rendermime": "^3.6.0-rc.1",
49
- "@jupyterlab/rendermime-interfaces": "^3.6.0-rc.1",
50
- "@jupyterlab/services": "^6.6.0-rc.1",
51
- "@jupyterlab/statedb": "^3.6.0-rc.1",
52
- "@jupyterlab/translation": "^3.6.0-rc.1",
53
- "@jupyterlab/ui-components": "^3.6.0-rc.1",
45
+ "@jupyterlab/apputils": "^3.6.0",
46
+ "@jupyterlab/coreutils": "^5.6.0",
47
+ "@jupyterlab/docregistry": "^3.6.0",
48
+ "@jupyterlab/rendermime": "^3.6.0",
49
+ "@jupyterlab/rendermime-interfaces": "^3.6.0",
50
+ "@jupyterlab/services": "^6.6.0",
51
+ "@jupyterlab/statedb": "^3.6.0",
52
+ "@jupyterlab/translation": "^3.6.0",
53
+ "@jupyterlab/ui-components": "^3.6.0",
54
54
  "@lumino/algorithm": "^1.9.0",
55
55
  "@lumino/application": "^1.31.3",
56
56
  "@lumino/commands": "^1.19.0",
@@ -63,7 +63,7 @@
63
63
  "@lumino/widgets": "^1.37.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@jupyterlab/testutils": "^3.6.0-rc.1",
66
+ "@jupyterlab/testutils": "^3.6.0",
67
67
  "@types/jest": "^26.0.10",
68
68
  "jest": "^26.4.2",
69
69
  "rimraf": "~3.0.0",
package/style/menus.css CHANGED
@@ -27,7 +27,7 @@
27
27
  }
28
28
 
29
29
  .lm-MenuBar-menu {
30
- transform: translateY(calc(-2 * var(--jp-border-width)));
30
+ top: calc(-2 * var(--jp-border-width));
31
31
  }
32
32
 
33
33
  .lm-MenuBar-item {
@@ -154,7 +154,7 @@
154
154
  border-top: var(--jp-border-width) solid var(--jp-layout-color2);
155
155
  }
156
156
 
157
- /* gray out icon/caret for disable menu items */
157
+ /* gray out icon/caret for disabled menu items */
158
158
  .lm-Menu-item.lm-mod-disabled > .lm-Menu-itemIcon,
159
159
  .lm-Menu-item[data-type='submenu'].lm-mod-disabled > .lm-Menu-itemSubmenuIcon {
160
160
  opacity: 0.4;