@jupyterlab/nbconvert-css 3.6.0-beta.0 → 3.6.0-rc.1

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 +8 -8
  2. package/style/index.css +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "3.6.0-beta.0",
3
+ "version": "3.6.0-rc.1",
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": "^3.6.0-beta.0",
35
- "@jupyterlab/apputils": "^3.6.0-beta.0",
36
- "@jupyterlab/cells": "^3.6.0-beta.0",
37
- "@jupyterlab/codemirror": "^3.6.0-beta.0",
38
- "@jupyterlab/notebook": "^3.6.0-beta.0",
39
- "@jupyterlab/outputarea": "^3.6.0-beta.0",
40
- "@jupyterlab/rendermime": "^3.6.0-beta.0"
34
+ "@jupyterlab/application": "^3.6.0-rc.1",
35
+ "@jupyterlab/apputils": "^3.6.0-rc.1",
36
+ "@jupyterlab/cells": "^3.6.0-rc.1",
37
+ "@jupyterlab/codemirror": "^3.6.0-rc.1",
38
+ "@jupyterlab/notebook": "^3.6.0-rc.1",
39
+ "@jupyterlab/outputarea": "^3.6.0-rc.1",
40
+ "@jupyterlab/rendermime": "^3.6.0-rc.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^5.0.1",
package/style/index.css CHANGED
@@ -9716,6 +9716,7 @@ span.bp3-popover-target{
9716
9716
  align-items: center;
9717
9717
  display: flex;
9718
9718
  padding: 4px;
9719
+ padding-bottom: 5px;
9719
9720
  margin-right: 1px;
9720
9721
  background-color: var(--jp-layout-color2);
9721
9722
  }
@@ -10978,6 +10979,10 @@ body.lm-mod-override-cursor .jp-IFrame:before {
10978
10979
  word-wrap: break-word;
10979
10980
  }
10980
10981
 
10982
+ .jp-MainAreaWidget {
10983
+ contain: strict;
10984
+ }
10985
+
10981
10986
  /**
10982
10987
  * google-material-color v1.2.6
10983
10988
  * https://github.com/danlevan/google-material-color
@@ -13970,8 +13975,8 @@ body[data-format='mobile'] .jp-InputPrompt {
13970
13975
  .jp-Notebook-ExecutionIndicator-tooltip {
13971
13976
  visibility: hidden;
13972
13977
  height: auto;
13973
- width: fit-content;
13974
- width: -moz-fit-content;
13978
+ width: max-content;
13979
+ width: -moz-max-content;
13975
13980
  background-color: var(--jp-layout-color2);
13976
13981
  color: var(--jp-ui-font-color1);
13977
13982
  text-align: justify;