@gitkraken/gitkraken-components 1.1.0-rc.10 → 1.1.0-rc.12

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.
@@ -216,6 +216,7 @@ export interface GraphContainerProps {
216
216
  contexts?: GraphContexts;
217
217
  platform?: GraphPlatform;
218
218
  cssVariables?: CssVariables;
219
+ dimMergeCommits?: boolean;
219
220
  getExternalIcon: GetExternalIcon;
220
221
  highlightRowsOnRefHover?: boolean,
221
222
  isContainerWindowFocused?: boolean;