@gitkraken/gitkraken-components 9.1.3 → 9.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.
@@ -259,6 +259,7 @@ declare class GraphContainer extends React.PureComponent<Props, ComponentState>
259
259
  updateMarkerRowIndices(types: GraphMarkerType[]): void;
260
260
  getMarkerColors(): GraphMarkerColors;
261
261
  initializeGraphZones(zoneSettings: GraphColumnsSettings | undefined, zoneOrdering: GraphZoneType[], width: number): GraphZone[];
262
+ maybeSortGraphZoneOrderingFromSettings(zoneSettings?: GraphColumnsSettings): void;
262
263
  updateZonesFromSettings(zoneSettings?: GraphColumnsSettings): void;
263
264
  getEdgeColumnMaxes(sha: Sha): number;
264
265
  getEndingAndPassThroughEdgesByColumnFromPrevRow(graphRow: ProcessedGraphRow, prevRowEdges: RowEdges): RowEdges;