@jupyterlab/filebrowser 4.6.0-alpha.0 → 4.6.0-alpha.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 +12 -12
  2. package/style/base.css +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/filebrowser",
3
- "version": "4.6.0-alpha.0",
3
+ "version": "4.6.0-alpha.2",
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.7.0-alpha.0",
45
- "@jupyterlab/coreutils": "^6.6.0-alpha.0",
46
- "@jupyterlab/docmanager": "^4.6.0-alpha.0",
47
- "@jupyterlab/docregistry": "^4.6.0-alpha.0",
48
- "@jupyterlab/services": "^7.6.0-alpha.0",
49
- "@jupyterlab/statedb": "^4.6.0-alpha.0",
50
- "@jupyterlab/statusbar": "^4.6.0-alpha.0",
51
- "@jupyterlab/translation": "^4.6.0-alpha.0",
52
- "@jupyterlab/ui-components": "^4.6.0-alpha.0",
44
+ "@jupyterlab/apputils": "^4.7.0-alpha.2",
45
+ "@jupyterlab/coreutils": "^6.6.0-alpha.2",
46
+ "@jupyterlab/docmanager": "^4.6.0-alpha.2",
47
+ "@jupyterlab/docregistry": "^4.6.0-alpha.2",
48
+ "@jupyterlab/services": "^7.6.0-alpha.2",
49
+ "@jupyterlab/statedb": "^4.6.0-alpha.2",
50
+ "@jupyterlab/statusbar": "^4.6.0-alpha.2",
51
+ "@jupyterlab/translation": "^4.6.0-alpha.2",
52
+ "@jupyterlab/ui-components": "^4.6.0-alpha.2",
53
53
  "@lumino/algorithm": "^2.0.4",
54
54
  "@lumino/coreutils": "^2.2.2",
55
55
  "@lumino/disposable": "^2.1.5",
@@ -59,12 +59,12 @@
59
59
  "@lumino/polling": "^2.1.5",
60
60
  "@lumino/signaling": "^2.1.5",
61
61
  "@lumino/virtualdom": "^2.0.4",
62
- "@lumino/widgets": "^2.7.2",
62
+ "@lumino/widgets": "^2.7.3",
63
63
  "jest-environment-jsdom": "^29.3.0",
64
64
  "react": "^18.2.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@jupyterlab/testing": "^4.6.0-alpha.0",
67
+ "@jupyterlab/testing": "^4.6.0-alpha.2",
68
68
  "@types/jest": "^29.2.0",
69
69
  "jest": "^29.2.0",
70
70
  "rimraf": "~5.0.5",
package/style/base.css CHANGED
@@ -421,6 +421,8 @@
421
421
  flex: 1 0 64px;
422
422
  outline: none;
423
423
  border: none;
424
+ font-size: var(--jp-ui-font-size1);
425
+ font-family: var(--jp-ui-font-family);
424
426
  color: var(--jp-ui-font-color1);
425
427
  background-color: var(--jp-layout-color1);
426
428
  z-index: 0;