diff --git a/app/package.json b/app/package.json index 4ec842269a..910ff3c676 100644 --- a/app/package.json +++ b/app/package.json @@ -53,6 +53,7 @@ "@jupyterlab/filebrowser-extension": "~4.1.0-alpha.3", "@jupyterlab/fileeditor": "~4.1.0-alpha.3", "@jupyterlab/fileeditor-extension": "~4.1.0-alpha.3", + "@jupyterlab/help-extension": "~4.1.0-alpha.3", "@jupyterlab/htmlviewer": "~4.1.0-alpha.3", "@jupyterlab/htmlviewer-extension": "~4.1.0-alpha.3", "@jupyterlab/hub-extension": "~4.1.0-alpha.3", @@ -146,6 +147,7 @@ "@jupyterlab/extensionmanager-extension": "^4.1.0-alpha.3", "@jupyterlab/filebrowser-extension": "^4.1.0-alpha.3", "@jupyterlab/fileeditor-extension": "^4.1.0-alpha.3", + "@jupyterlab/help-extension": "^4.1.0-alpha.3", "@jupyterlab/htmlviewer-extension": "^4.1.0-alpha.3", "@jupyterlab/hub-extension": "^4.1.0-alpha.3", "@jupyterlab/imageviewer-extension": "^4.1.0-alpha.3", @@ -265,6 +267,9 @@ "@jupyterlab/fileeditor-extension": [ "@jupyterlab/fileeditor-extension:plugin" ], + "@jupyterlab/help-extension": [ + "@jupyterlab/help-extension:resources" + ], "@jupyterlab/htmlviewer-extension": true, "@jupyterlab/imageviewer-extension": true, "@jupyterlab/lsp-extension": true, diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-help-chromium-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-help-chromium-linux.png index 1b42776ebd..4b815c070c 100644 Binary files a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-help-chromium-linux.png and b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-help-chromium-linux.png differ diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-help-firefox-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-help-firefox-linux.png index ec3456cda9..b0e1a0c41f 100644 Binary files a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-help-firefox-linux.png and b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-help-firefox-linux.png differ diff --git a/yarn.lock b/yarn.lock index 78ebc709f7..f9eda1d50e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2089,6 +2089,7 @@ __metadata: "@jupyterlab/extensionmanager-extension": ^4.1.0-alpha.3 "@jupyterlab/filebrowser-extension": ^4.1.0-alpha.3 "@jupyterlab/fileeditor-extension": ^4.1.0-alpha.3 + "@jupyterlab/help-extension": ^4.1.0-alpha.3 "@jupyterlab/htmlviewer-extension": ^4.1.0-alpha.3 "@jupyterlab/hub-extension": ^4.1.0-alpha.3 "@jupyterlab/imageviewer-extension": ^4.1.0-alpha.3 @@ -3276,6 +3277,26 @@ __metadata: languageName: node linkType: hard +"@jupyterlab/help-extension@npm:^4.1.0-alpha.3": + version: 4.1.0-alpha.3 + resolution: "@jupyterlab/help-extension@npm:4.1.0-alpha.3" + dependencies: + "@jupyterlab/application": ^4.1.0-alpha.3 + "@jupyterlab/apputils": ^4.2.0-alpha.3 + "@jupyterlab/coreutils": ^6.1.0-alpha.3 + "@jupyterlab/mainmenu": ^4.1.0-alpha.3 + "@jupyterlab/services": ^7.1.0-alpha.3 + "@jupyterlab/translation": ^4.1.0-alpha.3 + "@jupyterlab/ui-components": ^4.1.0-alpha.3 + "@lumino/coreutils": ^2.1.2 + "@lumino/signaling": ^2.1.2 + "@lumino/virtualdom": ^2.0.1 + "@lumino/widgets": ^2.3.1-alpha.0 + react: ^18.2.0 + checksum: d0543a4e63ed9d21f61d3dc2295baaf2f4075f87115c3de5612f8e526dd1aae2e8fd1f3a36e3f67a8ab2e57370707ba0876b99dbbe405870933bb00b5cd960ce + languageName: node + linkType: hard + "@jupyterlab/htmlviewer-extension@npm:^4.1.0-alpha.3": version: 4.1.0-alpha.3 resolution: "@jupyterlab/htmlviewer-extension@npm:4.1.0-alpha.3"