@jupyterlab/outputarea 4.0.0-alpha.11 → 4.0.0-alpha.12

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 +10 -10
  2. package/style/base.css +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/outputarea",
3
- "version": "4.0.0-alpha.11",
3
+ "version": "4.0.0-alpha.12",
4
4
  "description": "JupyterLab - Notebook Output Area",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -41,28 +41,28 @@
41
41
  "watch": "tsc -b --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@jupyterlab/apputils": "^4.0.0-alpha.11",
45
- "@jupyterlab/nbformat": "^4.0.0-alpha.11",
46
- "@jupyterlab/observables": "^5.0.0-alpha.11",
47
- "@jupyterlab/rendermime": "^4.0.0-alpha.11",
48
- "@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.11",
49
- "@jupyterlab/services": "^7.0.0-alpha.11",
44
+ "@jupyterlab/apputils": "^4.0.0-alpha.12",
45
+ "@jupyterlab/nbformat": "^4.0.0-alpha.12",
46
+ "@jupyterlab/observables": "^5.0.0-alpha.12",
47
+ "@jupyterlab/rendermime": "^4.0.0-alpha.12",
48
+ "@jupyterlab/rendermime-interfaces": "^3.8.0-alpha.12",
49
+ "@jupyterlab/services": "^7.0.0-alpha.12",
50
50
  "@lumino/algorithm": "^1.9.1",
51
51
  "@lumino/coreutils": "^1.12.0",
52
52
  "@lumino/disposable": "^1.10.1",
53
53
  "@lumino/messaging": "^1.10.1",
54
54
  "@lumino/properties": "^1.8.1",
55
55
  "@lumino/signaling": "^1.10.1",
56
- "@lumino/widgets": "^1.32.0"
56
+ "@lumino/widgets": "^1.33.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@jupyterlab/testutils": "^4.0.0-alpha.11",
59
+ "@jupyterlab/testutils": "^4.0.0-alpha.12",
60
60
  "@types/jest": "^26.0.10",
61
61
  "jest": "^26.4.2",
62
62
  "rimraf": "~3.0.0",
63
63
  "ts-jest": "^26.3.0",
64
64
  "typedoc": "~0.22.10",
65
- "typescript": "~4.6.3"
65
+ "typescript": "~4.7.3"
66
66
  },
67
67
  "publishConfig": {
68
68
  "access": "public"
package/style/base.css CHANGED
@@ -149,6 +149,12 @@ body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated::before {
149
149
  display: none;
150
150
  }
151
151
 
152
+ /* Hide empty lines in the output area, for instance due to cleared widgets */
153
+ .jp-OutputArea-prompt:empty {
154
+ padding: 0;
155
+ border: 0;
156
+ }
157
+
152
158
  /*-----------------------------------------------------------------------------
153
159
  | executeResult is added to any Output-result for the display of the object
154
160
  | returned by a cell