@jupyterlab/rendermime 4.2.0-alpha.0 → 4.2.0-alpha.2

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/rendermime",
3
- "version": "4.2.0-alpha.0",
3
+ "version": "4.2.0-alpha.2",
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.3.0-alpha.0",
46
- "@jupyterlab/coreutils": "^6.2.0-alpha.0",
47
- "@jupyterlab/nbformat": "^4.2.0-alpha.0",
48
- "@jupyterlab/observables": "^5.2.0-alpha.0",
49
- "@jupyterlab/rendermime-interfaces": "^3.10.0-alpha.0",
50
- "@jupyterlab/services": "^7.2.0-alpha.0",
51
- "@jupyterlab/translation": "^4.2.0-alpha.0",
45
+ "@jupyterlab/apputils": "^4.3.0-alpha.2",
46
+ "@jupyterlab/coreutils": "^6.2.0-alpha.2",
47
+ "@jupyterlab/nbformat": "^4.2.0-alpha.2",
48
+ "@jupyterlab/observables": "^5.2.0-alpha.2",
49
+ "@jupyterlab/rendermime-interfaces": "^3.10.0-alpha.2",
50
+ "@jupyterlab/services": "^7.2.0-alpha.2",
51
+ "@jupyterlab/translation": "^4.2.0-alpha.2",
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.2.0-alpha.0",
59
+ "@jupyterlab/testing": "^4.2.0-alpha.2",
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
@@ -587,7 +587,7 @@
587
587
  a.jp-InternalAnchorLink {
588
588
  visibility: hidden;
589
589
  margin-left: 8px;
590
- color: var(--md-blue-800);
590
+ color: var(--md-blue-800, #1565c0);
591
591
  }
592
592
 
593
593
  h1:hover .jp-InternalAnchorLink,