@jupyterlab/toc 5.6.0-alpha.4 → 5.6.0-beta.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.
Files changed (2) hide show
  1. package/package.json +14 -14
  2. package/style/base.css +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/toc",
3
- "version": "5.6.0-alpha.4",
3
+ "version": "5.6.0-beta.0",
4
4
  "description": "JupyterLab - Table of Contents widget",
5
5
  "keywords": [
6
6
  "jupyterlab"
@@ -40,18 +40,18 @@
40
40
  "watch": "tsc -b --watch"
41
41
  },
42
42
  "dependencies": {
43
- "@jupyterlab/apputils": "^3.6.0-alpha.4",
44
- "@jupyterlab/cells": "^3.6.0-alpha.4",
45
- "@jupyterlab/coreutils": "^5.6.0-alpha.4",
46
- "@jupyterlab/docmanager": "^3.6.0-alpha.4",
47
- "@jupyterlab/docregistry": "^3.6.0-alpha.4",
48
- "@jupyterlab/fileeditor": "^3.6.0-alpha.4",
49
- "@jupyterlab/markdownviewer": "^3.6.0-alpha.4",
50
- "@jupyterlab/notebook": "^3.6.0-alpha.4",
51
- "@jupyterlab/rendermime": "^3.6.0-alpha.4",
52
- "@jupyterlab/settingregistry": "^3.6.0-alpha.4",
53
- "@jupyterlab/translation": "^3.6.0-alpha.4",
54
- "@jupyterlab/ui-components": "^3.6.0-alpha.4",
43
+ "@jupyterlab/apputils": "^3.6.0-beta.0",
44
+ "@jupyterlab/cells": "^3.6.0-beta.0",
45
+ "@jupyterlab/coreutils": "^5.6.0-beta.0",
46
+ "@jupyterlab/docmanager": "^3.6.0-beta.0",
47
+ "@jupyterlab/docregistry": "^3.6.0-beta.0",
48
+ "@jupyterlab/fileeditor": "^3.6.0-beta.0",
49
+ "@jupyterlab/markdownviewer": "^3.6.0-beta.0",
50
+ "@jupyterlab/notebook": "^3.6.0-beta.0",
51
+ "@jupyterlab/rendermime": "^3.6.0-beta.0",
52
+ "@jupyterlab/settingregistry": "^3.6.0-beta.0",
53
+ "@jupyterlab/translation": "^3.6.0-beta.0",
54
+ "@jupyterlab/ui-components": "^3.6.0-beta.0",
55
55
  "@lumino/coreutils": "^1.11.0",
56
56
  "@lumino/domutils": "^1.8.0",
57
57
  "@lumino/messaging": "^1.10.0",
@@ -63,7 +63,7 @@
63
63
  "devDependencies": {
64
64
  "@babel/core": "^7.10.2",
65
65
  "@babel/preset-env": "^7.10.2",
66
- "@jupyterlab/testutils": "^3.6.0-alpha.4",
66
+ "@jupyterlab/testutils": "^3.6.0-beta.0",
67
67
  "@types/jest": "^26.0.10",
68
68
  "@types/react": "^17.0.0",
69
69
  "@types/react-dom": "^17.0.0",
package/style/base.css CHANGED
@@ -406,6 +406,7 @@
406
406
  margin: 2px;
407
407
  background: none;
408
408
  border: none;
409
+ flex: auto 0 0;
409
410
  }
410
411
 
411
412
  .toc-entry-holder[data-running='0']::after {