@jupyterlab/rendermime 4.0.11 → 4.0.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 +9 -9
  2. package/style/base.css +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/rendermime",
3
- "version": "4.0.11",
3
+ "version": "4.0.12",
4
4
  "description": "JupyterLab - RenderMime",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -42,13 +42,13 @@
42
42
  "watch": "tsc -b --watch"
43
43
  },
44
44
  "dependencies": {
45
- "@jupyterlab/apputils": "^4.1.11",
46
- "@jupyterlab/coreutils": "^6.0.11",
47
- "@jupyterlab/nbformat": "^4.0.11",
48
- "@jupyterlab/observables": "^5.0.11",
49
- "@jupyterlab/rendermime-interfaces": "^3.8.11",
50
- "@jupyterlab/services": "^7.0.11",
51
- "@jupyterlab/translation": "^4.0.11",
45
+ "@jupyterlab/apputils": "^4.1.12",
46
+ "@jupyterlab/coreutils": "^6.0.12",
47
+ "@jupyterlab/nbformat": "^4.0.12",
48
+ "@jupyterlab/observables": "^5.0.12",
49
+ "@jupyterlab/rendermime-interfaces": "^3.8.12",
50
+ "@jupyterlab/services": "^7.0.12",
51
+ "@jupyterlab/translation": "^4.0.12",
52
52
  "@lumino/coreutils": "^2.1.2",
53
53
  "@lumino/messaging": "^2.0.1",
54
54
  "@lumino/signaling": "^2.1.2",
@@ -56,7 +56,7 @@
56
56
  "lodash.escape": "^4.0.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@jupyterlab/testing": "^4.0.11",
59
+ "@jupyterlab/testing": "^4.0.12",
60
60
  "@types/jest": "^29.2.0",
61
61
  "@types/lodash.escape": "^4.0.6",
62
62
  "fs-extra": "^10.1.0",
package/style/base.css CHANGED
@@ -283,6 +283,7 @@
283
283
  font-style: normal;
284
284
  margin: var(--jp-content-heading-margin-top) 0
285
285
  var(--jp-content-heading-margin-bottom) 0;
286
+ scroll-margin-top: var(--jp-content-heading-margin-top);
286
287
  }
287
288
 
288
289
  .jp-RenderedHTMLCommon h1:first-child,
@@ -292,6 +293,7 @@
292
293
  .jp-RenderedHTMLCommon h5:first-child,
293
294
  .jp-RenderedHTMLCommon h6:first-child {
294
295
  margin-top: calc(0.5 * var(--jp-content-heading-margin-top));
296
+ scroll-margin-top: calc(0.5 * var(--jp-content-heading-margin-top));
295
297
  }
296
298
 
297
299
  .jp-RenderedHTMLCommon h1:last-child,