@jbrowse/plugin-lollipop 4.1.14 → 4.1.15

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.
@@ -1083,6 +1083,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
1083
1083
  onMouseMove(_: unknown, featureId?: string): void;
1084
1084
  onMouseLeave(_: unknown): void;
1085
1085
  onContextMenu(_: unknown): void;
1086
+ onFeatureClick(_: unknown, featureId?: string): void;
1086
1087
  };
1087
1088
  renderProps(): any;
1088
1089
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-lollipop",
3
- "version": "4.1.14",
3
+ "version": "4.1.15",
4
4
  "type": "module",
5
5
  "description": "JBrowse 2 plugin for lollipops",
6
6
  "keywords": [
@@ -21,11 +21,11 @@
21
21
  "esm"
22
22
  ],
23
23
  "dependencies": {
24
- "@jbrowse/mobx-state-tree": "^5.5.0",
24
+ "@jbrowse/mobx-state-tree": "^5.6.0",
25
25
  "mobx": "^6.15.0",
26
26
  "mobx-react": "^9.2.1",
27
- "@jbrowse/plugin-linear-genome-view": "^4.1.14",
28
- "@jbrowse/core": "^4.1.14"
27
+ "@jbrowse/core": "^4.1.15",
28
+ "@jbrowse/plugin-linear-genome-view": "^4.1.15"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=18.0.0"