@jupyterlab/nbconvert-css 4.5.6 → 4.5.8
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 +8 -93
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/nbconvert-css",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.8",
|
|
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.5.
|
|
35
|
-
"@jupyterlab/apputils": "^4.6.
|
|
36
|
-
"@jupyterlab/cells": "^4.5.
|
|
37
|
-
"@jupyterlab/codemirror": "^4.5.
|
|
38
|
-
"@jupyterlab/notebook": "^4.5.
|
|
39
|
-
"@jupyterlab/outputarea": "^4.5.
|
|
40
|
-
"@jupyterlab/rendermime": "^4.5.
|
|
34
|
+
"@jupyterlab/application": "^4.5.8",
|
|
35
|
+
"@jupyterlab/apputils": "^4.6.8",
|
|
36
|
+
"@jupyterlab/cells": "^4.5.8",
|
|
37
|
+
"@jupyterlab/codemirror": "^4.5.8",
|
|
38
|
+
"@jupyterlab/notebook": "^4.5.8",
|
|
39
|
+
"@jupyterlab/outputarea": "^4.5.8",
|
|
40
|
+
"@jupyterlab/rendermime": "^4.5.8"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"css-loader": "^6.7.1",
|
package/style/index.css
CHANGED
|
@@ -5527,12 +5527,6 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
5527
5527
|
color: var(--jp-search-selected-match-color);
|
|
5528
5528
|
}
|
|
5529
5529
|
|
|
5530
|
-
.cm-trailingspace {
|
|
5531
|
-
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAsElEQVQIHQGlAFr/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7+r3zKmT0/+pk9P/7+r3zAAAAAAAAAAABAAAAAAAAAAA6OPzM+/q9wAAAAAA6OPzMwAAAAAAAAAAAgAAAAAAAAAAGR8NiRQaCgAZIA0AGR8NiQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQyoYJ/SY80UAAAAASUVORK5CYII=);
|
|
5532
|
-
background-position: center left;
|
|
5533
|
-
background-repeat: repeat-x;
|
|
5534
|
-
}
|
|
5535
|
-
|
|
5536
5530
|
.jp-CollaboratorCursor-hover {
|
|
5537
5531
|
position: absolute;
|
|
5538
5532
|
z-index: 1;
|
|
@@ -6070,6 +6064,8 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
6070
6064
|
|
|
6071
6065
|
.jp-OutputArea {
|
|
6072
6066
|
overflow-y: auto;
|
|
6067
|
+
/* stylelint-disable-next-line csstree/validator, property-no-unknown */
|
|
6068
|
+
anchor-scope: --jp-output-area;
|
|
6073
6069
|
}
|
|
6074
6070
|
|
|
6075
6071
|
.jp-OutputArea-child {
|
|
@@ -6077,6 +6073,8 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
6077
6073
|
flex-direction: row;
|
|
6078
6074
|
width: 100%;
|
|
6079
6075
|
overflow: hidden;
|
|
6076
|
+
/* stylelint-disable-next-line csstree/validator, property-no-unknown */
|
|
6077
|
+
anchor-name: --jp-output-area;
|
|
6080
6078
|
}
|
|
6081
6079
|
|
|
6082
6080
|
.jp-OutputPrompt {
|
|
@@ -6124,9 +6122,11 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
6124
6122
|
|
|
6125
6123
|
.jp-OutputArea-promptOverlay {
|
|
6126
6124
|
position: absolute;
|
|
6127
|
-
|
|
6125
|
+
/* stylelint-disable csstree/validator, function-no-unknown */
|
|
6126
|
+
top: anchor(--jp-output-area top);
|
|
6127
|
+
bottom: anchor(--jp-output-area bottom);
|
|
6128
|
+
/* stylelint-enable csstree/validator, function-no-unknown */
|
|
6128
6129
|
width: var(--jp-cell-prompt-width);
|
|
6129
|
-
height: 100%;
|
|
6130
6130
|
opacity: 0.5;
|
|
6131
6131
|
display: flex;
|
|
6132
6132
|
align-items: center;
|
|
@@ -7048,12 +7048,6 @@ cell outputs.
|
|
|
7048
7048
|
display: block;
|
|
7049
7049
|
}
|
|
7050
7050
|
|
|
7051
|
-
.jp-Notebook-ExecutionIndicator-progress-bar {
|
|
7052
|
-
display: flex;
|
|
7053
|
-
justify-content: center;
|
|
7054
|
-
height: 100%;
|
|
7055
|
-
}
|
|
7056
|
-
|
|
7057
7051
|
.jp-Notebook-ExecutionIndicator-jumpButton {
|
|
7058
7052
|
margin-top: 4px;
|
|
7059
7053
|
margin-bottom: 3px;
|
|
@@ -7566,85 +7560,6 @@ cell outputs.
|
|
|
7566
7560
|
display: none;
|
|
7567
7561
|
}
|
|
7568
7562
|
|
|
7569
|
-
/*-----------------------------------------------------------------------------
|
|
7570
|
-
| Placeholder
|
|
7571
|
-
|----------------------------------------------------------------------------*/
|
|
7572
|
-
|
|
7573
|
-
.jp-Cell-Placeholder {
|
|
7574
|
-
padding-left: 55px;
|
|
7575
|
-
}
|
|
7576
|
-
|
|
7577
|
-
.jp-Cell-Placeholder-wrapper {
|
|
7578
|
-
background: #fff;
|
|
7579
|
-
border: 1px solid;
|
|
7580
|
-
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
|
|
7581
|
-
border-radius: 4px;
|
|
7582
|
-
-webkit-border-radius: 4px;
|
|
7583
|
-
margin: 10px 15px;
|
|
7584
|
-
}
|
|
7585
|
-
|
|
7586
|
-
.jp-Cell-Placeholder-wrapper-inner {
|
|
7587
|
-
padding: 15px;
|
|
7588
|
-
position: relative;
|
|
7589
|
-
}
|
|
7590
|
-
|
|
7591
|
-
.jp-Cell-Placeholder-wrapper-body {
|
|
7592
|
-
background-repeat: repeat;
|
|
7593
|
-
background-size: 50% auto;
|
|
7594
|
-
}
|
|
7595
|
-
|
|
7596
|
-
.jp-Cell-Placeholder-wrapper-body div {
|
|
7597
|
-
background: #f6f7f8;
|
|
7598
|
-
background-image: -webkit-linear-gradient(
|
|
7599
|
-
left,
|
|
7600
|
-
#f6f7f8 0%,
|
|
7601
|
-
#edeef1 20%,
|
|
7602
|
-
#f6f7f8 40%,
|
|
7603
|
-
#f6f7f8 100%
|
|
7604
|
-
);
|
|
7605
|
-
background-repeat: no-repeat;
|
|
7606
|
-
background-size: 800px 104px;
|
|
7607
|
-
height: 104px;
|
|
7608
|
-
position: absolute;
|
|
7609
|
-
right: 15px;
|
|
7610
|
-
left: 15px;
|
|
7611
|
-
top: 15px;
|
|
7612
|
-
}
|
|
7613
|
-
|
|
7614
|
-
div.jp-Cell-Placeholder-h1 {
|
|
7615
|
-
top: 20px;
|
|
7616
|
-
height: 20px;
|
|
7617
|
-
left: 15px;
|
|
7618
|
-
width: 150px;
|
|
7619
|
-
}
|
|
7620
|
-
|
|
7621
|
-
div.jp-Cell-Placeholder-h2 {
|
|
7622
|
-
left: 15px;
|
|
7623
|
-
top: 50px;
|
|
7624
|
-
height: 10px;
|
|
7625
|
-
width: 100px;
|
|
7626
|
-
}
|
|
7627
|
-
|
|
7628
|
-
div.jp-Cell-Placeholder-content-1,
|
|
7629
|
-
div.jp-Cell-Placeholder-content-2,
|
|
7630
|
-
div.jp-Cell-Placeholder-content-3 {
|
|
7631
|
-
left: 15px;
|
|
7632
|
-
right: 15px;
|
|
7633
|
-
height: 10px;
|
|
7634
|
-
}
|
|
7635
|
-
|
|
7636
|
-
div.jp-Cell-Placeholder-content-1 {
|
|
7637
|
-
top: 100px;
|
|
7638
|
-
}
|
|
7639
|
-
|
|
7640
|
-
div.jp-Cell-Placeholder-content-2 {
|
|
7641
|
-
top: 120px;
|
|
7642
|
-
}
|
|
7643
|
-
|
|
7644
|
-
div.jp-Cell-Placeholder-content-3 {
|
|
7645
|
-
top: 140px;
|
|
7646
|
-
}
|
|
7647
|
-
|
|
7648
7563
|
/*-----------------------------------------------------------------------------
|
|
7649
7564
|
| Virtual scrollbar
|
|
7650
7565
|
|----------------------------------------------------------------------------*/
|