@gitkraken/gitkraken-components 1.0.0-rc.17 → 1.0.0-rc.19

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.
@@ -155,6 +155,8 @@ export interface GraphContainerProps {
155
155
  platform?: GraphPlatform;
156
156
  cssVariables?: CssVariables;
157
157
  getExternalIcon: GetExternalIcon;
158
+ highlightRowsOnRefHover?: boolean,
159
+ showGhostRefsOnRowHover?: boolean,
158
160
  enableMultiSelection?: boolean,
159
161
  graphRows: GraphRow[];
160
162
  hasMoreCommits?: boolean;