@jbrowse/plugin-alignments 1.7.6 → 1.7.7

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Feature } from '@jbrowse/core/util';
2
3
  import { ContentCopy as ContentCopyIcon } from '@jbrowse/core/ui/Icons';
3
4
  import { Instance } from 'mobx-state-tree';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import BoxRendererType, { RenderArgs, RenderArgsSerialized, RenderArgsDeserialized as BoxRenderArgsDeserialized, RenderResults, ResultsSerialized, ResultsDeserialized } from '@jbrowse/core/pluggableElementTypes/renderers/BoxRendererType';
2
3
  import { Theme } from '@material-ui/core';
3
4
  import { Region, Feature } from '@jbrowse/core/util';
package/dist/util.d.ts CHANGED
@@ -14,6 +14,6 @@ export declare const orientationTypes: {
14
14
  [key: string]: string;
15
15
  };
16
16
  };
17
- export declare function getColorWGBS(strand: number, base: string): "#888" | "#f00" | "#00f";
17
+ export declare function getColorWGBS(strand: number, base: string): "#f00" | "#00f" | "#888";
18
18
  export declare function fetchSequence(region: AugmentedRegion, adapter: BaseFeatureDataAdapter): Promise<any>;
19
19
  export declare function shouldFetchReferenceSequence(type?: string): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-alignments",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
4
4
  "description": "JBrowse 2 alignments adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "dbd73f99714e395cf20877d5e05d26855857a0e3"
60
+ "gitHead": "2c26e04ae942c380bf2f5b79ef7a49cc32b7bfed"
61
61
  }