@gitkraken/gitkraken-components 1.0.0-rc.21 → 1.0.0-rc.22

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.
@@ -201,6 +201,7 @@ export interface GraphContainerProps {
201
201
  getExternalIcon: GetExternalIcon;
202
202
  highlightRowsOnRefHover?: boolean,
203
203
  showGhostRefsOnRowHover?: boolean,
204
+ showRemoteNamesOnRefs?: boolean,
204
205
  enableMultiSelection?: boolean,
205
206
  graphRows: GraphRow[];
206
207
  hasMoreCommits?: boolean;