@jupyterlab/rendermime 4.0.0-alpha.6 → 4.0.0-alpha.9

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 +12 -12
  2. package/style/base.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/rendermime",
3
- "version": "4.0.0-alpha.6",
3
+ "version": "4.0.0-alpha.9",
4
4
  "description": "JupyterLab - RenderMime",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -41,13 +41,13 @@
41
41
  "watch": "tsc -b --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@jupyterlab/apputils": "^4.0.0-alpha.6",
45
- "@jupyterlab/coreutils": "^6.0.0-alpha.6",
46
- "@jupyterlab/nbformat": "^4.0.0-alpha.6",
47
- "@jupyterlab/observables": "^5.0.0-alpha.6",
48
- "@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.6",
49
- "@jupyterlab/services": "^7.0.0-alpha.6",
50
- "@jupyterlab/translation": "^4.0.0-alpha.6",
44
+ "@jupyterlab/apputils": "^4.0.0-alpha.9",
45
+ "@jupyterlab/coreutils": "^6.0.0-alpha.9",
46
+ "@jupyterlab/nbformat": "^4.0.0-alpha.9",
47
+ "@jupyterlab/observables": "^5.0.0-alpha.9",
48
+ "@jupyterlab/rendermime-interfaces": "^4.0.0-alpha.9",
49
+ "@jupyterlab/services": "^7.0.0-alpha.9",
50
+ "@jupyterlab/translation": "^4.0.0-alpha.9",
51
51
  "@lumino/algorithm": "^1.9.1",
52
52
  "@lumino/coreutils": "^1.12.0",
53
53
  "@lumino/messaging": "^1.10.1",
@@ -56,9 +56,9 @@
56
56
  "lodash.escape": "^4.0.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@jupyterlab/markedparser-extension": "^4.0.0-alpha.5",
60
- "@jupyterlab/mathjax2": "^4.0.0-alpha.6",
61
- "@jupyterlab/testutils": "^4.0.0-alpha.6",
59
+ "@jupyterlab/markedparser-extension": "^4.0.0-alpha.9",
60
+ "@jupyterlab/mathjax2": "^4.0.0-alpha.9",
61
+ "@jupyterlab/testutils": "^4.0.0-alpha.9",
62
62
  "@types/jest": "^26.0.10",
63
63
  "@types/lodash.escape": "^4.0.6",
64
64
  "fs-extra": "^9.0.1",
@@ -67,7 +67,7 @@
67
67
  "rimraf": "~3.0.0",
68
68
  "ts-jest": "^26.3.0",
69
69
  "typedoc": "~0.22.10",
70
- "typescript": "~4.5.2"
70
+ "typescript": "~4.6.3"
71
71
  },
72
72
  "publishConfig": {
73
73
  "access": "public"
package/style/base.css CHANGED
@@ -413,7 +413,7 @@
413
413
  border-spacing: 0;
414
414
  border: none;
415
415
  color: var(--jp-ui-font-color1);
416
- font-size: 12px;
416
+ font-size: var(--jp-ui-font-size1);
417
417
  table-layout: fixed;
418
418
  margin-left: auto;
419
419
  margin-bottom: 1em;
@@ -600,7 +600,7 @@ h6:hover .jp-InternalAnchorLink {
600
600
  border-radius: 3px;
601
601
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
602
602
  display: inline-block;
603
- font-size: 0.8em;
603
+ font-size: var(--jp-ui-font-size0);
604
604
  line-height: 1em;
605
605
  padding: 0.2em 0.5em;
606
606
  }