@jupyterlab/outputarea 4.0.0-alpha.14 → 4.0.0-alpha.16

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 +9 -9
  2. package/style/base.css +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/outputarea",
3
- "version": "4.0.0-alpha.14",
3
+ "version": "4.0.0-alpha.16",
4
4
  "description": "JupyterLab - Notebook Output Area",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -41,13 +41,13 @@
41
41
  "watch": "tsc -b --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@jupyterlab/apputils": "^4.0.0-alpha.14",
45
- "@jupyterlab/nbformat": "^4.0.0-alpha.14",
46
- "@jupyterlab/observables": "^5.0.0-alpha.14",
47
- "@jupyterlab/rendermime": "^4.0.0-alpha.14",
48
- "@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.14",
49
- "@jupyterlab/services": "^7.0.0-alpha.14",
50
- "@jupyterlab/translation": "^4.0.0-alpha.14",
44
+ "@jupyterlab/apputils": "^4.0.0-alpha.16",
45
+ "@jupyterlab/nbformat": "^4.0.0-alpha.16",
46
+ "@jupyterlab/observables": "^5.0.0-alpha.16",
47
+ "@jupyterlab/rendermime": "^4.0.0-alpha.16",
48
+ "@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.16",
49
+ "@jupyterlab/services": "^7.0.0-alpha.16",
50
+ "@jupyterlab/translation": "^4.0.0-alpha.16",
51
51
  "@lumino/algorithm": "^2.0.0-alpha.6",
52
52
  "@lumino/coreutils": "^2.0.0-alpha.6",
53
53
  "@lumino/disposable": "^2.0.0-alpha.6",
@@ -57,7 +57,7 @@
57
57
  "@lumino/widgets": "^2.0.0-alpha.6"
58
58
  },
59
59
  "devDependencies": {
60
- "@jupyterlab/testutils": "^4.0.0-alpha.14",
60
+ "@jupyterlab/testutils": "^4.0.0-alpha.16",
61
61
  "@types/jest": "^26.0.10",
62
62
  "jest": "^26.4.2",
63
63
  "rimraf": "~3.0.0",
package/style/base.css CHANGED
@@ -180,12 +180,6 @@ body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated::before {
180
180
  | The Stdin output
181
181
  |----------------------------------------------------------------------------*/
182
182
 
183
- .jp-OutputArea-stdin {
184
- line-height: var(--jp-code-line-height);
185
- padding-top: var(--jp-code-padding);
186
- display: flex;
187
- }
188
-
189
183
  .jp-Stdin-prompt {
190
184
  color: var(--jp-content-font-color0);
191
185
  padding-right: var(--jp-code-padding);