@jupyterlab/rendermime 0.17.3 → 0.18.4
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 +7 -7
- package/style/index.css +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/rendermime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.4",
|
|
4
4
|
"description": "JupyterLab - RenderMime",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"watch": "tsc -w --listEmittedFiles"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@jupyterlab/apputils": "^0.
|
|
34
|
-
"@jupyterlab/codemirror": "^0.
|
|
35
|
-
"@jupyterlab/coreutils": "^2.
|
|
36
|
-
"@jupyterlab/observables": "^2.0.
|
|
37
|
-
"@jupyterlab/rendermime-interfaces": "^1.1.
|
|
38
|
-
"@jupyterlab/services": "^3.
|
|
33
|
+
"@jupyterlab/apputils": "^0.18.4",
|
|
34
|
+
"@jupyterlab/codemirror": "^0.18.4",
|
|
35
|
+
"@jupyterlab/coreutils": "^2.1.4",
|
|
36
|
+
"@jupyterlab/observables": "^2.0.7",
|
|
37
|
+
"@jupyterlab/rendermime-interfaces": "^1.1.7",
|
|
38
|
+
"@jupyterlab/services": "^3.1.4",
|
|
39
39
|
"@phosphor/algorithm": "^1.1.2",
|
|
40
40
|
"@phosphor/coreutils": "^1.3.0",
|
|
41
41
|
"@phosphor/messaging": "^1.2.2",
|
package/style/index.css
CHANGED
|
@@ -140,6 +140,11 @@
|
|
|
140
140
|
line-height: var(--jp-content-line-height);
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
+
/* Left-justify outputs.*/
|
|
144
|
+
.jp-OutputArea-output.jp-RenderedLatex {
|
|
145
|
+
text-align: left;
|
|
146
|
+
}
|
|
147
|
+
|
|
143
148
|
/*-----------------------------------------------------------------------------
|
|
144
149
|
| RenderedHTML
|
|
145
150
|
|----------------------------------------------------------------------------*/
|
|
@@ -153,10 +158,6 @@
|
|
|
153
158
|
padding-right: 20px;
|
|
154
159
|
}
|
|
155
160
|
|
|
156
|
-
.jp-RenderedHTMLCommon .MathJax_Display {
|
|
157
|
-
margin: 0;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
161
|
.jp-RenderedHTMLCommon em {
|
|
161
162
|
font-style: italic;
|
|
162
163
|
}
|