@jupyterlab/filebrowser-extension 4.0.3 → 4.0.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/filebrowser-extension",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "description": "JupyterLab - Filebrowser Widget Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -38,21 +38,21 @@
38
38
  "watch": "tsc -b --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@jupyterlab/application": "^4.0.3",
42
- "@jupyterlab/apputils": "^4.1.3",
43
- "@jupyterlab/coreutils": "^6.0.3",
44
- "@jupyterlab/docmanager": "^4.0.3",
45
- "@jupyterlab/docregistry": "^4.0.3",
46
- "@jupyterlab/filebrowser": "^4.0.3",
47
- "@jupyterlab/services": "^7.0.3",
48
- "@jupyterlab/settingregistry": "^4.0.3",
49
- "@jupyterlab/statedb": "^4.0.3",
50
- "@jupyterlab/statusbar": "^4.0.3",
51
- "@jupyterlab/translation": "^4.0.3",
52
- "@jupyterlab/ui-components": "^4.0.3",
53
- "@lumino/algorithm": "^2.0.0",
54
- "@lumino/commands": "^2.1.1",
55
- "@lumino/widgets": "^2.1.1"
41
+ "@jupyterlab/application": "^4.0.5",
42
+ "@jupyterlab/apputils": "^4.1.5",
43
+ "@jupyterlab/coreutils": "^6.0.5",
44
+ "@jupyterlab/docmanager": "^4.0.5",
45
+ "@jupyterlab/docregistry": "^4.0.5",
46
+ "@jupyterlab/filebrowser": "^4.0.5",
47
+ "@jupyterlab/services": "^7.0.5",
48
+ "@jupyterlab/settingregistry": "^4.0.5",
49
+ "@jupyterlab/statedb": "^4.0.5",
50
+ "@jupyterlab/statusbar": "^4.0.5",
51
+ "@jupyterlab/translation": "^4.0.5",
52
+ "@jupyterlab/ui-components": "^4.0.5",
53
+ "@lumino/algorithm": "^2.0.1",
54
+ "@lumino/commands": "^2.1.3",
55
+ "@lumino/widgets": "^2.3.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "rimraf": "~3.0.0",
@@ -95,6 +95,11 @@
95
95
  "description": "If defined, it will override the command label",
96
96
  "type": "string"
97
97
  },
98
+ "caption": {
99
+ "title": "Item caption",
100
+ "description": "If defined, it will override the command caption",
101
+ "type": "string"
102
+ },
98
103
  "type": {
99
104
  "title": "Item type",
100
105
  "type": "string",
package/style/index.css CHANGED
@@ -12,5 +12,4 @@
12
12
  @import url('~@jupyterlab/application/style/index.css');
13
13
  @import url('~@jupyterlab/docmanager/style/index.css');
14
14
  @import url('~@jupyterlab/filebrowser/style/index.css');
15
-
16
15
  @import url('./base.css');