@jupyterlab/outputarea 3.5.0-rc.0 → 3.6.0-alpha.0
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/base.css +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/outputarea",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0-alpha.0",
|
|
4
4
|
"description": "JupyterLab - Notebook Output Area",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"watch": "tsc -b --watch"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@jupyterlab/apputils": "^3.
|
|
45
|
-
"@jupyterlab/nbformat": "^3.
|
|
46
|
-
"@jupyterlab/observables": "^4.
|
|
47
|
-
"@jupyterlab/rendermime": "^3.
|
|
48
|
-
"@jupyterlab/rendermime-interfaces": "^3.
|
|
49
|
-
"@jupyterlab/services": "^6.
|
|
44
|
+
"@jupyterlab/apputils": "^3.6.0-alpha.0",
|
|
45
|
+
"@jupyterlab/nbformat": "^3.6.0-alpha.0",
|
|
46
|
+
"@jupyterlab/observables": "^4.6.0-alpha.0",
|
|
47
|
+
"@jupyterlab/rendermime": "^3.6.0-alpha.0",
|
|
48
|
+
"@jupyterlab/rendermime-interfaces": "^3.6.0-alpha.0",
|
|
49
|
+
"@jupyterlab/services": "^6.6.0-alpha.0",
|
|
50
50
|
"@lumino/algorithm": "^1.9.0",
|
|
51
51
|
"@lumino/coreutils": "^1.11.0",
|
|
52
52
|
"@lumino/disposable": "^1.10.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"resize-observer-polyfill": "^1.5.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@jupyterlab/testutils": "^3.
|
|
60
|
+
"@jupyterlab/testutils": "^3.6.0-alpha.0",
|
|
61
61
|
"@types/jest": "^26.0.10",
|
|
62
62
|
"jest": "^26.4.2",
|
|
63
63
|
"rimraf": "~3.0.0",
|
package/style/base.css
CHANGED
|
@@ -193,12 +193,6 @@ body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated:before {
|
|
|
193
193
|
| The Stdin output
|
|
194
194
|
|----------------------------------------------------------------------------*/
|
|
195
195
|
|
|
196
|
-
.jp-OutputArea-stdin {
|
|
197
|
-
line-height: var(--jp-code-line-height);
|
|
198
|
-
padding-top: var(--jp-code-padding);
|
|
199
|
-
display: flex;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
196
|
.jp-Stdin-prompt {
|
|
203
197
|
color: var(--jp-content-font-color0);
|
|
204
198
|
padding-right: var(--jp-code-padding);
|