@jupyterlab/nbconvert-css 4.0.2 → 4.0.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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/style/index.css +13 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
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.0.2",
35
- "@jupyterlab/apputils": "^4.1.2",
36
- "@jupyterlab/cells": "^4.0.2",
37
- "@jupyterlab/codemirror": "^4.0.2",
38
- "@jupyterlab/notebook": "^4.0.2",
39
- "@jupyterlab/outputarea": "^4.0.2",
40
- "@jupyterlab/rendermime": "^4.0.2"
34
+ "@jupyterlab/application": "^4.0.4",
35
+ "@jupyterlab/apputils": "^4.1.4",
36
+ "@jupyterlab/cells": "^4.0.4",
37
+ "@jupyterlab/codemirror": "^4.0.4",
38
+ "@jupyterlab/notebook": "^4.0.4",
39
+ "@jupyterlab/outputarea": "^4.0.4",
40
+ "@jupyterlab/rendermime": "^4.0.4"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^6.7.1",
package/style/index.css CHANGED
@@ -2327,7 +2327,9 @@ button.jp-ArrayOperationsButton.jp-mod-styled:disabled {
2327
2327
  rgba(255, 255, 255, 0) 42%
2328
2328
  );
2329
2329
  position: relative;
2330
- animation: load3 1s infinite linear, fadeIn 1s;
2330
+ animation:
2331
+ load3 1s infinite linear,
2332
+ fadeIn 1s;
2331
2333
  }
2332
2334
 
2333
2335
  .jp-SpinnerContent::before {
@@ -2779,8 +2781,8 @@ a:hover {
2779
2781
  }
2780
2782
 
2781
2783
  .jp-InputGroup input:focus {
2782
- box-shadow: inset 0 0 0 var(--jp-border-width)
2783
- var(--jp-input-active-box-shadow-color),
2784
+ box-shadow:
2785
+ inset 0 0 0 var(--jp-border-width) var(--jp-input-active-box-shadow-color),
2784
2786
  inset 0 0 0 3px var(--jp-input-active-box-shadow-color);
2785
2787
  }
2786
2788
 
@@ -2910,7 +2912,7 @@ select {
2910
2912
  }
2911
2913
 
2912
2914
  .jp-StatusBar-HoverItem {
2913
- box-shadow: '0px 4px 4px rgba(0, 0, 0, 0.25)';
2915
+ box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
2914
2916
  }
2915
2917
 
2916
2918
  .jp-StatusBar-TextItem {
@@ -3066,6 +3068,7 @@ select {
3066
3068
  }
3067
3069
 
3068
3070
  .lm-CommandPalette-wrapper {
3071
+ /* stylelint-disable-next-line csstree/validator */
3069
3072
  overflow: overlay;
3070
3073
  padding: 0 9px;
3071
3074
  background-color: var(--jp-input-active-background);
@@ -3074,7 +3077,8 @@ select {
3074
3077
  }
3075
3078
 
3076
3079
  .lm-CommandPalette.lm-mod-focused .lm-CommandPalette-wrapper {
3077
- box-shadow: inset 0 0 0 1px var(--jp-input-active-box-shadow-color),
3080
+ box-shadow:
3081
+ inset 0 0 0 1px var(--jp-input-active-box-shadow-color),
3078
3082
  inset 0 0 0 3px var(--jp-input-active-box-shadow-color);
3079
3083
  }
3080
3084
 
@@ -4767,7 +4771,7 @@ h6:hover .jp-InternalAnchorLink {
4767
4771
  }
4768
4772
 
4769
4773
  /* When zoomed out 67% and 33% on a screen of 1440 width x 900 height */
4770
- @media screen and (min-width: 2138px) and (max-width: 4319px) {
4774
+ @media screen and (width >= 2138px) and (width <= 4319px) {
4771
4775
  .jp-CodeMirrorEditor[data-type='inline'] .cm-cursor {
4772
4776
  border-left: var(--jp-code-cursor-width1) solid
4773
4777
  var(--jp-editor-cursor-color);
@@ -4775,7 +4779,7 @@ h6:hover .jp-InternalAnchorLink {
4775
4779
  }
4776
4780
 
4777
4781
  /* When zoomed out less than 33% */
4778
- @media screen and (min-width: 4320px) {
4782
+ @media screen and (width >= 4320px) {
4779
4783
  .jp-CodeMirrorEditor[data-type='inline'] .cm-cursor {
4780
4784
  border-left: var(--jp-code-cursor-width2) solid
4781
4785
  var(--jp-editor-cursor-color);
@@ -5504,7 +5508,7 @@ body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated::before {
5504
5508
  /*-----------------------------------------------------------------------------
5505
5509
  | Mobile
5506
5510
  |----------------------------------------------------------------------------*/
5507
- @media only screen and (max-width: 760px) {
5511
+ @media only screen and (width <= 760px) {
5508
5512
  .jp-OutputPrompt {
5509
5513
  display: table-row;
5510
5514
  text-align: left;
@@ -5766,7 +5770,7 @@ Note: input and output wrappers have "display: block" propery in print mode.
5766
5770
  /*-----------------------------------------------------------------------------
5767
5771
  | Mobile
5768
5772
  |----------------------------------------------------------------------------*/
5769
- @media only screen and (max-width: 760px) {
5773
+ @media only screen and (width <= 760px) {
5770
5774
  .jp-InputArea-editor {
5771
5775
  display: table-row;
5772
5776
  margin-left: var(--jp-notebook-padding);