@jupyterlab/nbconvert-css 4.3.0-beta.3 → 4.3.0-rc.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 +37 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/nbconvert-css",
|
|
3
|
-
"version": "4.3.0-
|
|
3
|
+
"version": "4.3.0-rc.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.3.0-
|
|
35
|
-
"@jupyterlab/apputils": "^4.4.0-
|
|
36
|
-
"@jupyterlab/cells": "^4.3.0-
|
|
37
|
-
"@jupyterlab/codemirror": "^4.3.0-
|
|
38
|
-
"@jupyterlab/notebook": "^4.3.0-
|
|
39
|
-
"@jupyterlab/outputarea": "^4.3.0-
|
|
40
|
-
"@jupyterlab/rendermime": "^4.3.0-
|
|
34
|
+
"@jupyterlab/application": "^4.3.0-rc.0",
|
|
35
|
+
"@jupyterlab/apputils": "^4.4.0-rc.0",
|
|
36
|
+
"@jupyterlab/cells": "^4.3.0-rc.0",
|
|
37
|
+
"@jupyterlab/codemirror": "^4.3.0-rc.0",
|
|
38
|
+
"@jupyterlab/notebook": "^4.3.0-rc.0",
|
|
39
|
+
"@jupyterlab/outputarea": "^4.3.0-rc.0",
|
|
40
|
+
"@jupyterlab/rendermime": "^4.3.0-rc.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"css-loader": "^6.7.1",
|
package/style/index.css
CHANGED
|
@@ -5470,7 +5470,8 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
5470
5470
|
flex: 0 0 75px;
|
|
5471
5471
|
}
|
|
5472
5472
|
|
|
5473
|
-
.jp-DirListing-headerItem.jp-id-modified
|
|
5473
|
+
.jp-DirListing-headerItem.jp-id-modified,
|
|
5474
|
+
.jp-DirListing-headerItem.jp-id-filesize {
|
|
5474
5475
|
text-align: right;
|
|
5475
5476
|
/* stylelint-disable */
|
|
5476
5477
|
container-type: inline-size;
|
|
@@ -5485,12 +5486,16 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
5485
5486
|
@container (max-width: 300px) {
|
|
5486
5487
|
/* stylelint-enable */
|
|
5487
5488
|
.jp-DirListing-headerItem.jp-id-modified
|
|
5488
|
-
> .jp-DirListing-headerItemText
|
|
5489
|
+
> .jp-DirListing-headerItemText-small,
|
|
5490
|
+
.jp-DirListing-headerItem.jp-id-filesize
|
|
5491
|
+
> .jp-DirListing-headerItemText-small {
|
|
5489
5492
|
display: inline;
|
|
5490
5493
|
}
|
|
5491
5494
|
|
|
5492
5495
|
.jp-DirListing-headerItem.jp-id-modified
|
|
5493
|
-
> .jp-DirListing-headerItemText
|
|
5496
|
+
> .jp-DirListing-headerItemText-large,
|
|
5497
|
+
.jp-DirListing-headerItem.jp-id-filesize
|
|
5498
|
+
> .jp-DirListing-headerItemText-large {
|
|
5494
5499
|
display: none;
|
|
5495
5500
|
}
|
|
5496
5501
|
}
|
|
@@ -5499,18 +5504,42 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
5499
5504
|
@container (min-width: 300px) {
|
|
5500
5505
|
/* stylelint-enable */
|
|
5501
5506
|
.jp-DirListing-headerItem.jp-id-modified
|
|
5502
|
-
> .jp-DirListing-headerItemText
|
|
5507
|
+
> .jp-DirListing-headerItemText-small {
|
|
5503
5508
|
display: none;
|
|
5504
5509
|
}
|
|
5505
5510
|
|
|
5506
5511
|
.jp-DirListing-headerItem.jp-id-modified
|
|
5507
|
-
> .jp-DirListing-headerItemText
|
|
5512
|
+
> .jp-DirListing-headerItemText-large {
|
|
5508
5513
|
display: inline;
|
|
5509
5514
|
}
|
|
5510
5515
|
}
|
|
5511
5516
|
|
|
5512
|
-
|
|
5513
|
-
|
|
5517
|
+
/* stylelint-disable */
|
|
5518
|
+
@container (max-width: 100px) {
|
|
5519
|
+
/* stylelint-enable */
|
|
5520
|
+
.jp-DirListing-headerItem.jp-id-filesize
|
|
5521
|
+
> .jp-DirListing-headerItemText-small {
|
|
5522
|
+
display: inline;
|
|
5523
|
+
}
|
|
5524
|
+
|
|
5525
|
+
.jp-DirListing-headerItem.jp-id-filesize
|
|
5526
|
+
> .jp-DirListing-headerItemText-large {
|
|
5527
|
+
display: none;
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
|
|
5531
|
+
/* stylelint-disable */
|
|
5532
|
+
@container (min-width: 100px) {
|
|
5533
|
+
/* stylelint-enable */
|
|
5534
|
+
.jp-DirListing-headerItem.jp-id-filesize
|
|
5535
|
+
> .jp-DirListing-headerItemText-small {
|
|
5536
|
+
display: none;
|
|
5537
|
+
}
|
|
5538
|
+
|
|
5539
|
+
.jp-DirListing-headerItem.jp-id-filesize
|
|
5540
|
+
> .jp-DirListing-headerItemText-large {
|
|
5541
|
+
display: inline;
|
|
5542
|
+
}
|
|
5514
5543
|
}
|
|
5515
5544
|
|
|
5516
5545
|
.jp-DirListing-headerItem.jp-mod-selected {
|
|
@@ -6132,7 +6161,7 @@ body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated::before {
|
|
|
6132
6161
|
/*
|
|
6133
6162
|
Hiding collapsers in print mode.
|
|
6134
6163
|
|
|
6135
|
-
Note: input and output wrappers have "display: block"
|
|
6164
|
+
Note: input and output wrappers have "display: block" property in print mode.
|
|
6136
6165
|
*/
|
|
6137
6166
|
|
|
6138
6167
|
@media print {
|