@jupyterlab/statusbar
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -40,3 +40,6 @@ // Copyright (c) Jupyter Development Team. | ||
marginRight: vars.itemMargin, | ||
height: vars.height | ||
height: vars.height, | ||
whiteSpace: vars.whiteSpace, | ||
textOverflow: vars.textOverflow, | ||
color: vars.textColor | ||
}, itemPadding); | ||
@@ -43,0 +46,0 @@ export const clickedItem = style(clicked); |
@@ -14,3 +14,5 @@ declare const _default: { | ||
interItemHalfSpacing: string; | ||
whiteSpace: import("csstype").WhiteSpaceProperty; | ||
textOverflow: string; | ||
}; | ||
export default _default; |
@@ -1,3 +0,1 @@ | ||
// Copyright (c) Jupyter Development Team. | ||
// Distributed under the terms of the Modified BSD License. | ||
export default { | ||
@@ -15,4 +13,6 @@ hoverColor: 'var(--jp-layout-color3)', | ||
statusBarPadding: '10px', | ||
interItemHalfSpacing: '2px' // this amount accounts for half the spacing between items | ||
interItemHalfSpacing: '2px', | ||
whiteSpace: 'nowrap', | ||
textOverflow: 'ellipsis' | ||
}; | ||
//# sourceMappingURL=variables.js.map |
{ | ||
"name": "@jupyterlab/statusbar", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "JupyterLab statusbar package.", | ||
@@ -34,7 +34,7 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^2.0.0", | ||
"@jupyterlab/codeeditor": "^2.0.0", | ||
"@jupyterlab/coreutils": "^4.0.0", | ||
"@jupyterlab/services": "^5.0.0", | ||
"@jupyterlab/ui-components": "^2.0.0", | ||
"@jupyterlab/apputils": "^2.0.1", | ||
"@jupyterlab/codeeditor": "^2.0.1", | ||
"@jupyterlab/coreutils": "^4.0.1", | ||
"@jupyterlab/services": "^5.0.1", | ||
"@jupyterlab/ui-components": "^2.0.1", | ||
"@lumino/algorithm": "^1.2.3", | ||
@@ -47,2 +47,3 @@ "@lumino/coreutils": "^1.4.2", | ||
"@lumino/widgets": "^1.11.1", | ||
"csstype": "~2.6.9", | ||
"react": "~16.9.0", | ||
@@ -58,3 +59,3 @@ "typestyle": "^2.0.4" | ||
}, | ||
"gitHead": "757e5cb736ed60716fb9e8de5ad07ddae6fd6126" | ||
"gitHead": "f6b15daa707364b5e59384920a3849650972e473" | ||
} |
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
96922
1836
15
+ Addedcsstype@~2.6.9
+ Addedcsstype@2.6.21(transitive)
Updated@jupyterlab/apputils@^2.0.1
Updated@jupyterlab/coreutils@^4.0.1
Updated@jupyterlab/services@^5.0.1