galaxy-charts 0.1.2 → 0.1.4
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/dist/galaxy-charts.d.ts +2 -1
- package/dist/galaxy-charts.js +456 -460
- package/dist/galaxy-charts.umd.cjs +20 -20
- package/package.json +1 -1
package/dist/galaxy-charts.d.ts
CHANGED
|
@@ -197,7 +197,8 @@ export declare type TranscriptRoleType = (typeof TRANSCRIPT_ROLE)[keyof typeof T
|
|
|
197
197
|
|
|
198
198
|
export declare type TranscriptVariantType = (typeof TRANSCRIPT_VARIANT)[keyof typeof TRANSCRIPT_VARIANT];
|
|
199
199
|
|
|
200
|
-
declare function update({ settings, tracks, transcripts, }: {
|
|
200
|
+
declare function update({ collapse, settings, tracks, transcripts, }: {
|
|
201
|
+
collapse?: boolean;
|
|
201
202
|
settings?: InputValuesType;
|
|
202
203
|
tracks?: Array<InputValuesType>;
|
|
203
204
|
transcripts?: Array<TranscriptMessageType>;
|