@jupytergis/jupytergis-lab 0.9.2 → 0.10.1

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/lib/index.js CHANGED
@@ -17,7 +17,7 @@ const plugin = {
17
17
  ],
18
18
  optional: [IMainMenu, ITranslator, ICompletionProviderManager],
19
19
  activate: (app, tracker, formSchemaRegistry, layerBrowserRegistry, state, mainMenu, translator, completionProviderManager) => {
20
- console.log('jupytergis:lab:main-menu is activated!');
20
+ console.debug('jupytergis:lab:main-menu is activated!');
21
21
  translator = translator !== null && translator !== void 0 ? translator : nullTranslator;
22
22
  const isEnabled = () => {
23
23
  return (tracker.currentWidget !== null &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupytergis/jupytergis-lab",
3
- "version": "0.9.2",
3
+ "version": "0.10.1",
4
4
  "description": "JupyterGIS Lab extension.",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -53,8 +53,8 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@jupyter/collaborative-drive": "^3.0.0",
56
- "@jupytergis/base": "^0.9.2",
57
- "@jupytergis/schema": "^0.9.2",
56
+ "@jupytergis/base": "^0.10.1",
57
+ "@jupytergis/schema": "^0.10.1",
58
58
  "@jupyterlab/application": "^4.3.0",
59
59
  "@jupyterlab/apputils": "^4.3.0",
60
60
  "@jupyterlab/completer": "^4.3.0",
package/style/base.css CHANGED
@@ -687,7 +687,7 @@ div.jGIS-toolbar-widget > div.jp-Toolbar-item:last-child {
687
687
  fill: var(--jp-inverse-layout-color3);
688
688
  }
689
689
 
690
- .jGIS-identify-tool {
690
+ .jGIS-point-selection-tool {
691
691
  cursor: crosshair;
692
692
  }
693
693