@jupyterlab/rendermime 4.3.0-alpha.0 → 4.3.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.
- package/package.json +9 -9
- package/style/base.css +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/rendermime",
|
|
3
|
-
"version": "4.3.0-alpha.
|
|
3
|
+
"version": "4.3.0-alpha.2",
|
|
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.4.0-alpha.
|
|
45
|
-
"@jupyterlab/coreutils": "^6.3.0-alpha.
|
|
46
|
-
"@jupyterlab/nbformat": "^4.3.0-alpha.
|
|
47
|
-
"@jupyterlab/observables": "^5.3.0-alpha.
|
|
48
|
-
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.
|
|
49
|
-
"@jupyterlab/services": "^7.3.0-alpha.
|
|
50
|
-
"@jupyterlab/translation": "^4.3.0-alpha.
|
|
44
|
+
"@jupyterlab/apputils": "^4.4.0-alpha.2",
|
|
45
|
+
"@jupyterlab/coreutils": "^6.3.0-alpha.2",
|
|
46
|
+
"@jupyterlab/nbformat": "^4.3.0-alpha.2",
|
|
47
|
+
"@jupyterlab/observables": "^5.3.0-alpha.2",
|
|
48
|
+
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.2",
|
|
49
|
+
"@jupyterlab/services": "^7.3.0-alpha.2",
|
|
50
|
+
"@jupyterlab/translation": "^4.3.0-alpha.2",
|
|
51
51
|
"@lumino/coreutils": "^2.1.2",
|
|
52
52
|
"@lumino/messaging": "^2.0.1",
|
|
53
53
|
"@lumino/signaling": "^2.1.2",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"lodash.escape": "^4.0.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@jupyterlab/testing": "^4.3.0-alpha.
|
|
58
|
+
"@jupyterlab/testing": "^4.3.0-alpha.2",
|
|
59
59
|
"@types/jest": "^29.2.0",
|
|
60
60
|
"@types/lodash.escape": "^4.0.6",
|
|
61
61
|
"fs-extra": "^10.1.0",
|
package/style/base.css
CHANGED
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
font-family: var(--jp-code-font-family);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.jp-RenderedText pre,
|
|
25
|
-
.jp-RenderedJavaScript pre,
|
|
26
|
-
.jp-RenderedHTMLCommon pre {
|
|
24
|
+
.jp-ThemedContainer .jp-RenderedText pre,
|
|
25
|
+
.jp-ThemedContainer .jp-RenderedJavaScript pre,
|
|
26
|
+
.jp-ThemedContainer .jp-RenderedHTMLCommon pre {
|
|
27
27
|
color: var(--jp-content-font-color1);
|
|
28
28
|
font-size: var(--jp-code-font-size);
|
|
29
29
|
border: none;
|
|
@@ -391,12 +391,12 @@
|
|
|
391
391
|
margin-bottom: 1em;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
.jp-RenderedHTMLCommon > pre {
|
|
394
|
+
.jp-ThemedContainer .jp-RenderedHTMLCommon > pre {
|
|
395
395
|
margin: 1.5em 2em;
|
|
396
396
|
}
|
|
397
397
|
|
|
398
|
-
.jp-RenderedHTMLCommon pre,
|
|
399
|
-
.jp-RenderedHTMLCommon code {
|
|
398
|
+
.jp-ThemedContainer .jp-RenderedHTMLCommon pre,
|
|
399
|
+
.jp-ThemedContainer .jp-RenderedHTMLCommon code {
|
|
400
400
|
border: 0;
|
|
401
401
|
background-color: var(--jp-layout-color0);
|
|
402
402
|
color: var(--jp-content-font-color1);
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
white-space: pre-wrap;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
-
.jp-RenderedHTMLCommon :not(pre) > code {
|
|
410
|
+
.jp-ThemedContainer .jp-RenderedHTMLCommon :not(pre) > code {
|
|
411
411
|
background-color: var(--jp-layout-color2);
|
|
412
412
|
padding: 1px 5px;
|
|
413
413
|
}
|
|
@@ -599,7 +599,7 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
599
599
|
visibility: visible;
|
|
600
600
|
}
|
|
601
601
|
|
|
602
|
-
.jp-RenderedHTMLCommon kbd {
|
|
602
|
+
.jp-ThemedContainer .jp-RenderedHTMLCommon kbd {
|
|
603
603
|
background-color: var(--jp-rendermime-table-row-background);
|
|
604
604
|
border: 1px solid var(--jp-border-color0);
|
|
605
605
|
border-bottom-color: var(--jp-border-color2);
|