@gitkraken/gitkraken-components 10.1.2 → 10.1.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.
@@ -291,6 +291,7 @@ declare class GraphContainer extends React.PureComponent<Props, ComponentState>
291
291
  cleanupSelections(): void;
292
292
  getColumnColorByColumn(cssVariables: CssVariables): ColumnColorByColumn;
293
293
  getNumGraphColumns(cssVariables: CssVariables): number;
294
+ expandLastZoneMinWidthForScrollbar(orderedActiveGraphZones: GraphZone[]): void;
294
295
  ensureZoneWidthsMatchGraphWidth(orderedActiveGraphZones: GraphZone[], width: number): void;
295
296
  shrinkZoneWidthsToFitWidth(orderedActiveGraphZones: GraphZone[], width: number, stoppingIndex?: number): void;
296
297
  getOrderedActiveGraphZones(): GraphZone[];