@jupyterlab/rendermime 3.3.4 → 3.4.0-rc.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 +16 -16
  2. package/style/base.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/rendermime",
3
- "version": "3.3.4",
3
+ "version": "3.4.0-rc.0",
4
4
  "description": "JupyterLab - RenderMime",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -41,25 +41,25 @@
41
41
  "watch": "tsc -b --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@jupyterlab/apputils": "^3.3.4",
45
- "@jupyterlab/codemirror": "^3.3.4",
46
- "@jupyterlab/coreutils": "^5.3.4",
47
- "@jupyterlab/nbformat": "^3.3.4",
48
- "@jupyterlab/observables": "^4.3.4",
49
- "@jupyterlab/rendermime-interfaces": "^3.3.4",
50
- "@jupyterlab/services": "^6.3.4",
51
- "@jupyterlab/translation": "^3.3.4",
52
- "@lumino/algorithm": "^1.3.3",
53
- "@lumino/coreutils": "^1.5.3",
54
- "@lumino/messaging": "^1.4.3",
55
- "@lumino/signaling": "^1.4.3",
56
- "@lumino/widgets": "^1.19.0",
44
+ "@jupyterlab/apputils": "^3.4.0-rc.0",
45
+ "@jupyterlab/codemirror": "^3.4.0-rc.0",
46
+ "@jupyterlab/coreutils": "^5.4.0-rc.0",
47
+ "@jupyterlab/nbformat": "^3.4.0-rc.0",
48
+ "@jupyterlab/observables": "^4.4.0-rc.0",
49
+ "@jupyterlab/rendermime-interfaces": "^3.4.0-rc.0",
50
+ "@jupyterlab/services": "^6.4.0-rc.0",
51
+ "@jupyterlab/translation": "^3.4.0-rc.0",
52
+ "@lumino/algorithm": "^1.9.0",
53
+ "@lumino/coreutils": "^1.11.0",
54
+ "@lumino/messaging": "^1.10.0",
55
+ "@lumino/signaling": "^1.10.0",
56
+ "@lumino/widgets": "^1.30.0",
57
57
  "lodash.escape": "^4.0.1",
58
58
  "marked": "^2.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@jupyterlab/mathjax2": "^3.3.4",
62
- "@jupyterlab/testutils": "^3.3.4",
61
+ "@jupyterlab/mathjax2": "^3.4.0-rc.0",
62
+ "@jupyterlab/testutils": "^3.4.0-rc.0",
63
63
  "@types/jest": "^26.0.10",
64
64
  "@types/lodash.escape": "^4.0.6",
65
65
  "@types/marked": "^1.1.0",
package/style/base.css CHANGED
@@ -380,7 +380,7 @@
380
380
  border-spacing: 0;
381
381
  border: none;
382
382
  color: var(--jp-ui-font-color1);
383
- font-size: 12px;
383
+ font-size: var(--jp-ui-font-size1);
384
384
  table-layout: fixed;
385
385
  margin-left: auto;
386
386
  margin-right: auto;
@@ -569,7 +569,7 @@ h6:hover .jp-InternalAnchorLink {
569
569
  border-radius: 3px;
570
570
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
571
571
  display: inline-block;
572
- font-size: 0.8em;
572
+ font-size: var(--jp-ui-font-size0);
573
573
  line-height: 1em;
574
574
  padding: 0.2em 0.5em;
575
575
  }