@jupyterlab/filebrowser 4.4.7 → 4.4.9

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 +11 -11
  2. package/style/base.css +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/filebrowser",
3
- "version": "4.4.7",
3
+ "version": "4.4.9",
4
4
  "description": "JupyterLab - FileBrowser Widget",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -41,15 +41,15 @@
41
41
  "watch": "tsc -b --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@jupyterlab/apputils": "^4.5.7",
45
- "@jupyterlab/coreutils": "^6.4.7",
46
- "@jupyterlab/docmanager": "^4.4.7",
47
- "@jupyterlab/docregistry": "^4.4.7",
48
- "@jupyterlab/services": "^7.4.7",
49
- "@jupyterlab/statedb": "^4.4.7",
50
- "@jupyterlab/statusbar": "^4.4.7",
51
- "@jupyterlab/translation": "^4.4.7",
52
- "@jupyterlab/ui-components": "^4.4.7",
44
+ "@jupyterlab/apputils": "^4.5.9",
45
+ "@jupyterlab/coreutils": "^6.4.9",
46
+ "@jupyterlab/docmanager": "^4.4.9",
47
+ "@jupyterlab/docregistry": "^4.4.9",
48
+ "@jupyterlab/services": "^7.4.9",
49
+ "@jupyterlab/statedb": "^4.4.9",
50
+ "@jupyterlab/statusbar": "^4.4.9",
51
+ "@jupyterlab/translation": "^4.4.9",
52
+ "@jupyterlab/ui-components": "^4.4.9",
53
53
  "@lumino/algorithm": "^2.0.3",
54
54
  "@lumino/coreutils": "^2.2.1",
55
55
  "@lumino/disposable": "^2.1.4",
@@ -64,7 +64,7 @@
64
64
  "react": "^18.2.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@jupyterlab/testing": "^4.4.7",
67
+ "@jupyterlab/testing": "^4.4.9",
68
68
  "@types/jest": "^29.2.0",
69
69
  "jest": "^29.2.0",
70
70
  "rimraf": "~5.0.5",
package/style/base.css CHANGED
@@ -423,6 +423,7 @@
423
423
  border: none;
424
424
  color: var(--jp-ui-font-color1);
425
425
  background-color: var(--jp-layout-color1);
426
+ z-index: 0;
426
427
  }
427
428
 
428
429
  .jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon::before {