@jbrowse/plugin-linear-comparative-view 4.1.13 → 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.
@@ -7,7 +7,7 @@ declare function configSchemaF(pluginManager: PluginManager): import("@jbrowse/c
7
7
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
8
8
  defaultRendering: {
9
9
  type: string;
10
- model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
10
+ model: import("@jbrowse/mobx-state-tree").ISimpleType<"pileup">;
11
11
  defaultValue: string;
12
12
  };
13
13
  renderers: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
@@ -1096,6 +1096,7 @@ declare function stateModelFactory(schema: AnyConfigurationSchemaType): import("
1096
1096
  onMouseMove(_: unknown, featureId?: string): void;
1097
1097
  onMouseLeave(_: unknown): void;
1098
1098
  onContextMenu(_: unknown): void;
1099
+ onFeatureClick(_: unknown, featureId?: string): void;
1099
1100
  };
1100
1101
  renderProps(): any;
1101
1102
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-linear-comparative-view",
3
- "version": "4.1.13",
3
+ "version": "4.1.15",
4
4
  "type": "module",
5
5
  "description": "JBrowse 2 linear comparative view",
6
6
  "keywords": [
@@ -21,17 +21,17 @@
21
21
  "esm"
22
22
  ],
23
23
  "dependencies": {
24
- "@jbrowse/mobx-state-tree": "^5.5.0",
25
- "@mui/icons-material": "^7.3.8",
26
- "@mui/material": "^7.3.8",
24
+ "@jbrowse/mobx-state-tree": "^5.6.0",
25
+ "@mui/icons-material": "^7.3.9",
26
+ "@mui/material": "^7.3.9",
27
27
  "@types/file-saver-es": "^2.0.3",
28
28
  "copy-to-clipboard": "^3.3.3",
29
29
  "file-saver-es": "^2.0.5",
30
30
  "mobx": "^6.15.0",
31
31
  "mobx-react": "^9.2.1",
32
- "@jbrowse/core": "^4.1.13",
33
- "@jbrowse/plugin-linear-genome-view": "^4.1.13",
34
- "@jbrowse/plugin-alignments": "^4.1.13"
32
+ "@jbrowse/core": "^4.1.15",
33
+ "@jbrowse/plugin-linear-genome-view": "^4.1.15",
34
+ "@jbrowse/plugin-alignments": "^4.1.15"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": ">=18.0.0",