@jupyterlab/running
Advanced tools
Comparing version 4.1.0-alpha.3 to 4.1.0-alpha.4
@@ -228,3 +228,3 @@ // Copyright (c) Jupyter Development Team. | ||
label: shutdownAllLabel, | ||
className: `${SHUTDOWN_ALL_BUTTON_CLASS} jp-mod-styled ${!enabled && 'jp-mod-disabled'}`, | ||
className: `${SHUTDOWN_ALL_BUTTON_CLASS}${!enabled ? ' jp-mod-disabled' : ''}`, | ||
enabled, | ||
@@ -252,6 +252,7 @@ onClick: onShutdown | ||
if (button.enabled) { | ||
(_a = button.node.querySelector('button')) === null || _a === void 0 ? void 0 : _a.classList.remove('jp-mod-disabled'); | ||
(_a = button.node | ||
.querySelector('jp-button')) === null || _a === void 0 ? void 0 : _a.classList.remove('jp-mod-disabled'); | ||
} | ||
else { | ||
(_b = button.node.querySelector('button')) === null || _b === void 0 ? void 0 : _b.classList.add('jp-mod-disabled'); | ||
(_b = button.node.querySelector('jp-button')) === null || _b === void 0 ? void 0 : _b.classList.add('jp-mod-disabled'); | ||
} | ||
@@ -258,0 +259,0 @@ } |
{ | ||
"name": "@jupyterlab/running", | ||
"version": "4.1.0-alpha.3", | ||
"version": "4.1.0-alpha.4", | ||
"description": "JupyterLab - Running Sessions Panel", | ||
@@ -40,5 +40,5 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.2.0-alpha.3", | ||
"@jupyterlab/translation": "^4.1.0-alpha.3", | ||
"@jupyterlab/ui-components": "^4.1.0-alpha.3", | ||
"@jupyterlab/apputils": "^4.2.0-alpha.4", | ||
"@jupyterlab/translation": "^4.1.0-alpha.4", | ||
"@jupyterlab/ui-components": "^4.1.0-alpha.4", | ||
"@lumino/coreutils": "^2.1.2", | ||
@@ -48,3 +48,3 @@ "@lumino/disposable": "^2.1.2", | ||
"@lumino/signaling": "^2.1.2", | ||
"@lumino/widgets": "^2.3.1-alpha.0", | ||
"@lumino/widgets": "^2.3.1", | ||
"react": "^18.2.0" | ||
@@ -51,0 +51,0 @@ }, |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46418
1119