@gitkraken/gitkraken-components 1.1.0-rc.7 → 1.1.0-rc.9

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.
@@ -218,6 +218,7 @@ export interface GraphContainerProps {
218
218
  cssVariables?: CssVariables;
219
219
  getExternalIcon: GetExternalIcon;
220
220
  highlightRowsOnRefHover?: boolean,
221
+ isContainerWindowFocused?: boolean;
221
222
  showGhostRefsOnRowHover?: boolean,
222
223
  showRemoteNamesOnRefs?: boolean,
223
224
  scrollRowPadding?: number,