@jupyterlab/statusbar
Advanced tools
Comparing version 4.1.0-alpha.2 to 4.1.0-alpha.3
@@ -10,3 +10,3 @@ // Copyright (c) Jupyter Development Team. | ||
return (React.createElement("div", { className: 'jp-Statusbar-ProgressBar-progress-bar', role: "progressbar", "aria-valuemin": 0, "aria-valuemax": 100, "aria-valuenow": percentage }, | ||
React.createElement(Filler, { ...{ percentage, ...rest }, contentWidth: width }))); | ||
React.createElement(Filler, { percentage, ...rest, contentWidth: width }))); | ||
} | ||
@@ -13,0 +13,0 @@ /** |
{ | ||
"name": "@jupyterlab/statusbar", | ||
"version": "4.1.0-alpha.2", | ||
"version": "4.1.0-alpha.3", | ||
"description": "JupyterLab statusbar package.", | ||
@@ -40,3 +40,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/ui-components": "^4.1.0-alpha.2", | ||
"@jupyterlab/ui-components": "^4.1.0-alpha.3", | ||
"@lumino/algorithm": "^2.0.1", | ||
@@ -51,7 +51,7 @@ "@lumino/coreutils": "^2.1.2", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.1.0-alpha.2", | ||
"@jupyterlab/testing": "^4.1.0-alpha.3", | ||
"@types/jest": "^29.2.0", | ||
"jest": "^29.2.0", | ||
"rimraf": "~3.0.0", | ||
"typescript": "~5.0.4" | ||
"rimraf": "~5.0.5", | ||
"typescript": "~5.1.6" | ||
}, | ||
@@ -58,0 +58,0 @@ "publishConfig": { |
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
57407