@jupyterlab/nbconvert-css 4.0.2 → 4.0.3

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 +8 -8
  2. package/style/index.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "CSS bundle for the JupyterLab nbconvert template",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -31,13 +31,13 @@
31
31
  "watch": "webpack --watch"
32
32
  },
33
33
  "dependencies": {
34
- "@jupyterlab/application": "^4.0.2",
35
- "@jupyterlab/apputils": "^4.1.2",
36
- "@jupyterlab/cells": "^4.0.2",
37
- "@jupyterlab/codemirror": "^4.0.2",
38
- "@jupyterlab/notebook": "^4.0.2",
39
- "@jupyterlab/outputarea": "^4.0.2",
40
- "@jupyterlab/rendermime": "^4.0.2"
34
+ "@jupyterlab/application": "^4.0.3",
35
+ "@jupyterlab/apputils": "^4.1.3",
36
+ "@jupyterlab/cells": "^4.0.3",
37
+ "@jupyterlab/codemirror": "^4.0.3",
38
+ "@jupyterlab/notebook": "^4.0.3",
39
+ "@jupyterlab/outputarea": "^4.0.3",
40
+ "@jupyterlab/rendermime": "^4.0.3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^6.7.1",
package/style/index.css CHANGED
@@ -2910,7 +2910,7 @@ select {
2910
2910
  }
2911
2911
 
2912
2912
  .jp-StatusBar-HoverItem {
2913
- box-shadow: '0px 4px 4px rgba(0, 0, 0, 0.25)';
2913
+ box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
2914
2914
  }
2915
2915
 
2916
2916
  .jp-StatusBar-TextItem {