@jupyterlab/logconsole-extension 4.0.0-alpha.2 → 4.0.0-alpha.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/logconsole-extension",
3
- "version": "4.0.0-alpha.2",
3
+ "version": "4.0.0-alpha.5",
4
4
  "description": "JupyterLab - Log Console Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -33,19 +33,19 @@
33
33
  "watch": "tsc -w --listEmittedFiles"
34
34
  },
35
35
  "dependencies": {
36
- "@jupyterlab/application": "^4.0.0-alpha.2",
37
- "@jupyterlab/apputils": "^4.0.0-alpha.2",
38
- "@jupyterlab/coreutils": "^6.0.0-alpha.2",
39
- "@jupyterlab/logconsole": "^4.0.0-alpha.2",
40
- "@jupyterlab/notebook": "^4.0.0-alpha.2",
41
- "@jupyterlab/rendermime": "^4.0.0-alpha.2",
42
- "@jupyterlab/settingregistry": "^4.0.0-alpha.2",
43
- "@jupyterlab/statusbar": "^4.0.0-alpha.2",
44
- "@jupyterlab/translation": "^4.0.0-alpha.2",
45
- "@jupyterlab/ui-components": "^4.0.0-alpha.17",
46
- "@lumino/coreutils": "^1.11.1",
36
+ "@jupyterlab/application": "^4.0.0-alpha.5",
37
+ "@jupyterlab/apputils": "^4.0.0-alpha.5",
38
+ "@jupyterlab/coreutils": "^6.0.0-alpha.5",
39
+ "@jupyterlab/logconsole": "^4.0.0-alpha.5",
40
+ "@jupyterlab/notebook": "^4.0.0-alpha.5",
41
+ "@jupyterlab/rendermime": "^4.0.0-alpha.5",
42
+ "@jupyterlab/settingregistry": "^4.0.0-alpha.5",
43
+ "@jupyterlab/statusbar": "^4.0.0-alpha.5",
44
+ "@jupyterlab/translation": "^4.0.0-alpha.5",
45
+ "@jupyterlab/ui-components": "^4.0.0-alpha.20",
46
+ "@lumino/coreutils": "^1.12.0",
47
47
  "@lumino/signaling": "^1.10.1",
48
- "@lumino/widgets": "^1.30.0",
48
+ "@lumino/widgets": "^1.31.1",
49
49
  "react": "^17.0.1"
50
50
  },
51
51
  "devDependencies": {
package/style/base.css CHANGED
@@ -7,10 +7,12 @@
7
7
  0% {
8
8
  background-color: var(--jp-brand-color1);
9
9
  }
10
+
10
11
  50% {
11
12
  color: unset;
12
13
  background-color: unset;
13
14
  }
15
+
14
16
  100% {
15
17
  background-color: var(--jp-brand-color1);
16
18
  }
@@ -34,12 +36,12 @@
34
36
  .jp-LogConsole .jp-ClearIcon {
35
37
  transform: rotate(90deg);
36
38
  margin-top: -1px;
37
- padding: 0px 8px;
39
+ padding: 0 8px;
38
40
  }
39
41
 
40
42
  .jp-Toolbar-item.jp-LogConsole-toolbarLogLevel {
41
43
  align-items: center;
42
- padding: 0px 6px;
44
+ padding: 0 6px;
43
45
  }
44
46
 
45
47
  /* Matches the disabled style elsewhere in JupyterLab */
package/style/index.css CHANGED
@@ -6,8 +6,8 @@
6
6
  /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
7
7
  @import url('~@lumino/widgets/style/index.css');
8
8
  @import url('~@jupyterlab/ui-components/style/index.css');
9
- @import url('~@jupyterlab/apputils/style/index.css');
10
9
  @import url('~@jupyterlab/statusbar/style/index.css');
10
+ @import url('~@jupyterlab/apputils/style/index.css');
11
11
  @import url('~@jupyterlab/rendermime/style/index.css');
12
12
  @import url('~@jupyterlab/application/style/index.css');
13
13
  @import url('~@jupyterlab/logconsole/style/index.css');
package/style/index.js CHANGED
@@ -6,8 +6,8 @@
6
6
  /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
7
7
  import '@lumino/widgets/style/index.js';
8
8
  import '@jupyterlab/ui-components/style/index.js';
9
- import '@jupyterlab/apputils/style/index.js';
10
9
  import '@jupyterlab/statusbar/style/index.js';
10
+ import '@jupyterlab/apputils/style/index.js';
11
11
  import '@jupyterlab/rendermime/style/index.js';
12
12
  import '@jupyterlab/application/style/index.js';
13
13
  import '@jupyterlab/logconsole/style/index.js';