@jupyterlab/application
Advanced tools
Comparing version 4.3.0-alpha.1 to 4.3.0-alpha.2
@@ -28,2 +28,4 @@ // Copyright (c) Jupyter Development Team. | ||
this._formatChanged = new Signal(this); | ||
// Class to scope global Jupyter CSS rules | ||
options.shell.addClass('jp-ThemedContainer'); | ||
// render context menu/submenus with inline svg icon tweaks | ||
@@ -30,0 +32,0 @@ this.contextMenu = new ContextMenuSvg({ |
{ | ||
"name": "@jupyterlab/application", | ||
"version": "4.3.0-alpha.1", | ||
"version": "4.3.0-alpha.2", | ||
"description": "JupyterLab - Application", | ||
@@ -45,11 +45,11 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"@fortawesome/fontawesome-free": "^5.12.0", | ||
"@jupyterlab/apputils": "^4.4.0-alpha.1", | ||
"@jupyterlab/coreutils": "^6.3.0-alpha.1", | ||
"@jupyterlab/docregistry": "^4.3.0-alpha.1", | ||
"@jupyterlab/rendermime": "^4.3.0-alpha.1", | ||
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.1", | ||
"@jupyterlab/services": "^7.3.0-alpha.1", | ||
"@jupyterlab/statedb": "^4.3.0-alpha.1", | ||
"@jupyterlab/translation": "^4.3.0-alpha.1", | ||
"@jupyterlab/ui-components": "^4.3.0-alpha.1", | ||
"@jupyterlab/apputils": "^4.4.0-alpha.2", | ||
"@jupyterlab/coreutils": "^6.3.0-alpha.2", | ||
"@jupyterlab/docregistry": "^4.3.0-alpha.2", | ||
"@jupyterlab/rendermime": "^4.3.0-alpha.2", | ||
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.2", | ||
"@jupyterlab/services": "^7.3.0-alpha.2", | ||
"@jupyterlab/statedb": "^4.3.0-alpha.2", | ||
"@jupyterlab/translation": "^4.3.0-alpha.2", | ||
"@jupyterlab/ui-components": "^4.3.0-alpha.2", | ||
"@lumino/algorithm": "^2.0.1", | ||
@@ -67,3 +67,3 @@ "@lumino/application": "^2.3.1", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.3.0-alpha.1", | ||
"@jupyterlab/testing": "^4.3.0-alpha.2", | ||
"@types/jest": "^29.2.0", | ||
@@ -70,0 +70,0 @@ "jest": "^29.2.0", |
@@ -49,2 +49,5 @@ // Copyright (c) Jupyter Development Team. | ||
// Class to scope global Jupyter CSS rules | ||
options.shell.addClass('jp-ThemedContainer'); | ||
// render context menu/submenus with inline svg icon tweaks | ||
@@ -51,0 +54,0 @@ this.contextMenu = new ContextMenuSvg({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
455883
10821