@jupyterlab/nbconvert-css 4.0.9 → 4.0.10
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.
- package/package.json +8 -8
- package/style/index.css +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/nbconvert-css",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.10",
|
|
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.
|
|
35
|
-
"@jupyterlab/apputils": "^4.1.
|
|
36
|
-
"@jupyterlab/cells": "^4.0.
|
|
37
|
-
"@jupyterlab/codemirror": "^4.0.
|
|
38
|
-
"@jupyterlab/notebook": "^4.0.
|
|
39
|
-
"@jupyterlab/outputarea": "^4.0.
|
|
40
|
-
"@jupyterlab/rendermime": "^4.0.
|
|
34
|
+
"@jupyterlab/application": "^4.0.10",
|
|
35
|
+
"@jupyterlab/apputils": "^4.1.10",
|
|
36
|
+
"@jupyterlab/cells": "^4.0.10",
|
|
37
|
+
"@jupyterlab/codemirror": "^4.0.10",
|
|
38
|
+
"@jupyterlab/notebook": "^4.0.10",
|
|
39
|
+
"@jupyterlab/outputarea": "^4.0.10",
|
|
40
|
+
"@jupyterlab/rendermime": "^4.0.10"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"css-loader": "^6.7.1",
|
package/style/index.css
CHANGED
|
@@ -5543,6 +5543,12 @@ body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated::before {
|
|
|
5543
5543
|
opacity: 1;
|
|
5544
5544
|
}
|
|
5545
5545
|
|
|
5546
|
+
.jp-OutputArea-stdin-hiding {
|
|
5547
|
+
/* soft-hide the output, preserving focus */
|
|
5548
|
+
opacity: 0;
|
|
5549
|
+
height: 0;
|
|
5550
|
+
}
|
|
5551
|
+
|
|
5546
5552
|
/*-----------------------------------------------------------------------------
|
|
5547
5553
|
| Output Area View
|
|
5548
5554
|
|----------------------------------------------------------------------------*/
|