@gitkraken/gitkraken-components 10.0.0 → 10.1.1

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.
@@ -1,8 +1,10 @@
1
1
  import type { ReactElement } from 'react';
2
- import type { RowStats, RowStatsConstraints } from '../../../domain/graph/GraphTypes';
2
+ import type { GetExternalIcon, RowStats, RowStatsConstraints } from '../../../domain/graph/GraphTypes';
3
3
  interface Props {
4
4
  constraints: RowStatsConstraints;
5
+ getExternalIcon: GetExternalIcon;
5
6
  isLastColumn: boolean;
7
+ isRowSelected: boolean;
6
8
  scrollWidth: number;
7
9
  zoneWidth: number;
8
10
  stats: RowStats;
@@ -36,7 +36,7 @@ export declare const REF_NODE_OUTER_SPACING = 10;
36
36
  export declare const REF_ZONE_SHOW_ICON_WIDTH = 55;
37
37
  export declare const CHANGES_ZONE_MIN_WIDTH = 50;
38
38
  export declare const CHANGES_BAR_MIN_WIDTH = 10;
39
- export declare const CHANGES_BAR_RIGHT_MARGIN = 15;
39
+ export declare const CHANGES_BAR_RIGHT_MARGIN = 25;
40
40
  export declare const CHANGES_ZONE_SHOW_ICON_WIDTH = 58;
41
41
  export declare const HEADER_ROW_HEIGHT = 22;
42
42
  export declare const HEADER_ROW_MARGIN_BOTTOM = 2;