@gitkraken/gitkraken-components 10.1.16 → 10.1.17

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.
@@ -324,6 +324,7 @@ declare class GraphContainer extends React.PureComponent<Props, ComponentState>
324
324
  getFilteredRemotesForGraphRow(row: GraphRow, hasIncludes: boolean): Remote[];
325
325
  getFilteredTagsForGraphRow(row: GraphRow, hasIncludes: boolean, rowHasVisibleChild: boolean): Tag[];
326
326
  loadRowsbySha(graphRows: GraphRow[]): void;
327
+ private getSummaryAndBody;
327
328
  updateRowStatsConstraints(): void;
328
329
  updateTimelines(): void;
329
330
  clearTimelines(): void;
@@ -295,7 +295,8 @@ export interface ProcessedGraphRow extends GraphRow {
295
295
  edges: RowEdges;
296
296
  edgeColumnMaxes: number;
297
297
  hasRefs?: boolean;
298
- messageInline: string;
298
+ summary: string;
299
+ body?: string;
299
300
  timeLineEntry?: TimelineEntry;
300
301
  }
301
302
  export type TopAndBottomVisibleRowIndex = {