@gitkraken/gitkraken-components 10.1.24 → 10.1.25

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.
@@ -51,8 +51,12 @@ export declare function hasSingleSelectedSha(isSelectedBySha: IsSelectedBySha):
51
51
  export declare function isSingleSelected(isSelectedBySha: IsSelectedBySha, sha: Sha): boolean;
52
52
  export declare function getScrollToAlignment(rowHeight: number, clientHeight: number, scrollTop: number, scrollToIndex: number): Alignment;
53
53
  export declare function getGraphRefGroup(processedRow: ProcessedGraphRow, showRemoteNamesOnRefs: boolean): GraphRefGroup;
54
- export declare function getGraphRefGroupsByName(refGroup: GraphRefGroup): GraphRefGroup[];
54
+ export declare function getGraphRefGroupsByName(refGroupIn: GraphRefGroup): GraphRefGroup[];
55
55
  export declare function getGraphZoneIconByType(zoneType: GraphZoneType): string;
56
+ export declare function isGraphRefActive(ref: GraphRef): boolean;
57
+ export declare function getActiveGraphRef(refGroup: GraphRefGroup): GraphRef | undefined;
58
+ export declare function getActiveRefGroup(refGroups: GraphRefGroup[]): GraphRefGroup | undefined;
59
+ export declare function hasActiveRef(refGroup: GraphRefGroup): boolean;
56
60
  export interface GraphRowHelperProps {
57
61
  currentlyHoveredCommitSha?: Sha;
58
62
  cssVariables: CssVariables;