@jbrowse/plugin-sv-inspector 2.10.0 → 2.10.2

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.
@@ -795,32 +795,32 @@ declare function SvInspectorViewF(pluginManager: PluginManager): import("mobx-st
795
795
  }[];
796
796
  };
797
797
  } & {
798
- SpreadsheetViewReactComponent: (import("react").ComponentClass<{
798
+ SpreadsheetViewReactComponent: import("react").LazyExoticComponent<import("react").ComponentClass<{
799
799
  model: any;
800
800
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
801
801
  }, any> | import("react").FunctionComponent<{
802
802
  model: any;
803
803
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
804
- }>) | import("react").LazyExoticComponent<import("react").ComponentClass<{
804
+ }>> | (import("react").ComponentClass<{
805
805
  model: any;
806
806
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
807
807
  }, any> | import("react").FunctionComponent<{
808
808
  model: any;
809
809
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
810
- }>>;
811
- CircularViewReactComponent: (import("react").ComponentClass<{
810
+ }>);
811
+ CircularViewReactComponent: import("react").LazyExoticComponent<import("react").ComponentClass<{
812
812
  model: any;
813
813
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
814
814
  }, any> | import("react").FunctionComponent<{
815
815
  model: any;
816
816
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
817
- }>) | import("react").LazyExoticComponent<import("react").ComponentClass<{
817
+ }>> | (import("react").ComponentClass<{
818
818
  model: any;
819
819
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
820
820
  }, any> | import("react").FunctionComponent<{
821
821
  model: any;
822
822
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
823
- }>>;
823
+ }>);
824
824
  circularViewOptionsBarHeight: number;
825
825
  } & {
826
826
  /**
@@ -795,32 +795,32 @@ declare function SvInspectorViewF(pluginManager: PluginManager): import("mobx-st
795
795
  }[];
796
796
  };
797
797
  } & {
798
- SpreadsheetViewReactComponent: (import("react").ComponentClass<{
798
+ SpreadsheetViewReactComponent: import("react").LazyExoticComponent<import("react").ComponentClass<{
799
799
  model: any;
800
800
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
801
801
  }, any> | import("react").FunctionComponent<{
802
802
  model: any;
803
803
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
804
- }>) | import("react").LazyExoticComponent<import("react").ComponentClass<{
804
+ }>> | (import("react").ComponentClass<{
805
805
  model: any;
806
806
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
807
807
  }, any> | import("react").FunctionComponent<{
808
808
  model: any;
809
809
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
810
- }>>;
811
- CircularViewReactComponent: (import("react").ComponentClass<{
810
+ }>);
811
+ CircularViewReactComponent: import("react").LazyExoticComponent<import("react").ComponentClass<{
812
812
  model: any;
813
813
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
814
814
  }, any> | import("react").FunctionComponent<{
815
815
  model: any;
816
816
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
817
- }>) | import("react").LazyExoticComponent<import("react").ComponentClass<{
817
+ }>> | (import("react").ComponentClass<{
818
818
  model: any;
819
819
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
820
820
  }, any> | import("react").FunctionComponent<{
821
821
  model: any;
822
822
  session?: import("mobx-state-tree").IAnyStateTreeNode | undefined;
823
- }>>;
823
+ }>);
824
824
  circularViewOptionsBarHeight: number;
825
825
  } & {
826
826
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-sv-inspector",
3
- "version": "2.10.0",
3
+ "version": "2.10.2",
4
4
  "description": "JBrowse 2 SV inspector view",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "223d8bfb68fd1bacaf22852639ad5920f1b7f43b"
60
+ "gitHead": "7ca3b7db337ebd88853e2d96cdab940ed550c4fb"
61
61
  }