@jupyterlab/nbconvert-css 4.4.0-alpha.3 → 4.4.0-beta.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.
- package/package.json +8 -8
- package/style/index.css +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/nbconvert-css",
|
|
3
|
-
"version": "4.4.0-
|
|
3
|
+
"version": "4.4.0-beta.0",
|
|
4
4
|
"description": "CSS bundle for the JupyterLab nbconvert template",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"watch": "webpack --watch"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@jupyterlab/application": "^4.4.0-
|
|
35
|
-
"@jupyterlab/apputils": "^4.5.0-
|
|
36
|
-
"@jupyterlab/cells": "^4.4.0-
|
|
37
|
-
"@jupyterlab/codemirror": "^4.4.0-
|
|
38
|
-
"@jupyterlab/notebook": "^4.4.0-
|
|
39
|
-
"@jupyterlab/outputarea": "^4.4.0-
|
|
40
|
-
"@jupyterlab/rendermime": "^4.4.0-
|
|
34
|
+
"@jupyterlab/application": "^4.4.0-beta.0",
|
|
35
|
+
"@jupyterlab/apputils": "^4.5.0-beta.0",
|
|
36
|
+
"@jupyterlab/cells": "^4.4.0-beta.0",
|
|
37
|
+
"@jupyterlab/codemirror": "^4.4.0-beta.0",
|
|
38
|
+
"@jupyterlab/notebook": "^4.4.0-beta.0",
|
|
39
|
+
"@jupyterlab/outputarea": "^4.4.0-beta.0",
|
|
40
|
+
"@jupyterlab/rendermime": "^4.4.0-beta.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"css-loader": "^6.7.1",
|
package/style/index.css
CHANGED
|
@@ -5254,6 +5254,10 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
5254
5254
|
margin-right: -5px;
|
|
5255
5255
|
}
|
|
5256
5256
|
|
|
5257
|
+
.cm-builtin {
|
|
5258
|
+
color: var(--jp-mirror-editor-builtin-color);
|
|
5259
|
+
}
|
|
5260
|
+
|
|
5257
5261
|
.cm-searching,
|
|
5258
5262
|
.cm-searching span {
|
|
5259
5263
|
/* `.cm-searching span`: we need to override syntax highlighting */
|