@jupyterlab/toc 6.0.0-beta.0 → 6.0.0-beta.1

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 +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/toc",
3
- "version": "6.0.0-beta.0",
3
+ "version": "6.0.0-beta.1",
4
4
  "description": "JupyterLab - Table of Contents widget",
5
5
  "keywords": [
6
6
  "jupyterlab"
@@ -41,22 +41,22 @@
41
41
  "watch": "tsc -b --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@jupyterlab/apputils": "^4.0.0-beta.0",
45
- "@jupyterlab/coreutils": "^6.0.0-beta.0",
46
- "@jupyterlab/docregistry": "^4.0.0-beta.0",
47
- "@jupyterlab/observables": "^5.0.0-beta.0",
48
- "@jupyterlab/rendermime": "^4.0.0-beta.0",
49
- "@jupyterlab/translation": "^4.0.0-beta.0",
50
- "@jupyterlab/ui-components": "^4.0.0-beta.0",
44
+ "@jupyterlab/apputils": "^4.0.0-beta.1",
45
+ "@jupyterlab/coreutils": "^6.0.0-beta.1",
46
+ "@jupyterlab/docregistry": "^4.0.0-beta.1",
47
+ "@jupyterlab/observables": "^5.0.0-beta.1",
48
+ "@jupyterlab/rendermime": "^4.0.0-beta.1",
49
+ "@jupyterlab/translation": "^4.0.0-beta.1",
50
+ "@jupyterlab/ui-components": "^4.0.0-beta.1",
51
51
  "@lumino/coreutils": "^2.0.0",
52
52
  "@lumino/disposable": "^2.0.0",
53
53
  "@lumino/messaging": "^2.0.0",
54
54
  "@lumino/signaling": "^2.0.0",
55
- "@lumino/widgets": "^2.0.0",
55
+ "@lumino/widgets": "^2.0.1",
56
56
  "react": "^18.2.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@jupyterlab/testing": "^4.0.0-beta.0",
59
+ "@jupyterlab/testing": "^4.0.0-beta.1",
60
60
  "@types/jest": "^29.2.0",
61
61
  "@types/react": "^18.0.26",
62
62
  "jest": "^29.2.0",
package/style/base.css CHANGED
@@ -45,6 +45,7 @@
45
45
  list-style-type: none;
46
46
  }
47
47
 
48
+ /* stylelint-disable-next-line selector-max-type */
48
49
  .jp-TableOfContents li > ol {
49
50
  /* Align left border with triangle icon center */
50
51
  padding-left: 11px;