@gitkraken/gitkraken-components 11.0.0-vnext.1 → 11.0.0-vnext.3

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.
@@ -138,6 +138,7 @@ type ComponentState = {
138
138
  hoveredRefZoneSha?: Sha;
139
139
  isLoadingRows: boolean;
140
140
  numGraphColumns: number;
141
+ markerRowIndices: GraphMarkerRowIndices;
141
142
  pendingCommitMessageSummary: string;
142
143
  processedRows: ProcessedGraphRow[];
143
144
  refIconsPosition: RefIconsPosition;
@@ -213,7 +214,6 @@ declare class GraphContainer extends React.Component<Props, ComponentState> impl
213
214
  missingRefsMetadataTimer?: NodeJS.Timeout;
214
215
  pendingMissingRefsMetadata: RefsMissingMetadata;
215
216
  requestedMissingRefsMetadata: RefMetadataRequestedById;
216
- markerRowIndices: GraphMarkerRowIndices;
217
217
  branchUpstreamRowIndices: number[];
218
218
  downstreamsByUpstream: DownstreamsByUpstream;
219
219
  timelinesInterval?: NodeJS.Timeout;