@jupyterlab/nbconvert-css 4.2.0-beta.0 → 4.2.0-beta.2

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 +18 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "4.2.0-beta.0",
3
+ "version": "4.2.0-beta.2",
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.2.0-beta.0",
35
- "@jupyterlab/apputils": "^4.3.0-beta.0",
36
- "@jupyterlab/cells": "^4.2.0-beta.0",
37
- "@jupyterlab/codemirror": "^4.2.0-beta.0",
38
- "@jupyterlab/notebook": "^4.2.0-beta.0",
39
- "@jupyterlab/outputarea": "^4.2.0-beta.0",
40
- "@jupyterlab/rendermime": "^4.2.0-beta.0"
34
+ "@jupyterlab/application": "^4.2.0-beta.2",
35
+ "@jupyterlab/apputils": "^4.3.0-beta.2",
36
+ "@jupyterlab/cells": "^4.2.0-beta.2",
37
+ "@jupyterlab/codemirror": "^4.2.0-beta.2",
38
+ "@jupyterlab/notebook": "^4.2.0-beta.2",
39
+ "@jupyterlab/outputarea": "^4.2.0-beta.2",
40
+ "@jupyterlab/rendermime": "^4.2.0-beta.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^6.7.1",
package/style/index.css CHANGED
@@ -2272,6 +2272,11 @@ button.jp-ArrayOperationsButton.jp-mod-styled:disabled {
2272
2272
  font-size: var(--jp-ui-font-size0);
2273
2273
  }
2274
2274
 
2275
+ .lm-AccordionPanel .jp-AccordionPanel-title:focus-visible {
2276
+ outline: 4px solid var(--jp-accept-color-active, var(--jp-brand-color1));
2277
+ outline-offset: -1px;
2278
+ }
2279
+
2275
2280
  .jp-AccordionPanel-title {
2276
2281
  cursor: pointer;
2277
2282
  user-select: none;
@@ -2914,6 +2919,11 @@ a:hover {
2914
2919
  }
2915
2920
 
2916
2921
  /* Styles for ui-components */
2922
+ .jp-FilterBox {
2923
+ --design-unit: 3;
2924
+ --density: 0;
2925
+ }
2926
+
2917
2927
  .jp-Button {
2918
2928
  color: var(--jp-ui-font-color2);
2919
2929
  border-radius: var(--jp-border-radius);
@@ -5305,6 +5315,10 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5305
5315
  display: none;
5306
5316
  }
5307
5317
 
5318
+ .jp-FileBrowser-toolbar > .jp-FileBrowser-filterBox {
5319
+ width: 100%;
5320
+ }
5321
+
5308
5322
  .jp-Open-Dialog > .jp-FileBrowser {
5309
5323
  min-height: 200px;
5310
5324
  }
@@ -5346,11 +5360,11 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5346
5360
  }
5347
5361
 
5348
5362
  .jp-DirListing-headerItem.jp-id-name {
5349
- flex: 1 0 84px;
5363
+ flex: 1 1 126px;
5350
5364
  }
5351
5365
 
5352
5366
  .jp-DirListing-headerItem.jp-id-modified {
5353
- flex: 0 0 112px;
5367
+ flex: 1 0 70px;
5354
5368
  border-left: var(--jp-border-width) solid var(--jp-border-color2);
5355
5369
  text-align: right;
5356
5370
  }
@@ -5478,7 +5492,7 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5478
5492
  }
5479
5493
 
5480
5494
  .jp-DirListing-itemText {
5481
- flex: 1 0 64px;
5495
+ flex: 1 1 106px;
5482
5496
  white-space: nowrap;
5483
5497
  overflow: hidden;
5484
5498
  text-overflow: ellipsis;
@@ -5503,7 +5517,7 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5503
5517
  }
5504
5518
 
5505
5519
  .jp-DirListing-itemModified {
5506
- flex: 0 0 125px;
5520
+ flex: 1 0 83px;
5507
5521
  text-align: right;
5508
5522
  }
5509
5523