@gitkraken/gitkraken-components 8.2.2 → 9.1.0
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.
|
@@ -13,7 +13,7 @@ export declare const COMMIT_ZONE_ROW_INNER_HEIGHT = 22;
|
|
|
13
13
|
export declare const COMMIT_ZONE_EDGE_ARC_PADDING = 3;
|
|
14
14
|
export declare const COMMIT_ZONE_EDGE_ARC_RADIUS: number;
|
|
15
15
|
export declare const COMMIT_ZONE_DEFAULT_VIEWPORT_WIDTH_MIN = 56;
|
|
16
|
-
export declare const COMMIT_AUTHOR_ZONE_MIN_WIDTH =
|
|
16
|
+
export declare const COMMIT_AUTHOR_ZONE_MIN_WIDTH = 32;
|
|
17
17
|
export declare const COMMIT_DATE_TIME_ZONE_MIN_WIDTH = 50;
|
|
18
18
|
export declare const TIMESTAMP_FORMAT_DATE_TIME = "short+short";
|
|
19
19
|
export declare const COMMIT_SHA_ZONE_MIN_WIDTH = 50;
|
|
@@ -40,6 +40,7 @@ export declare function isSingleSelected(isSelectedBySha: IsSelectedBySha, sha:
|
|
|
40
40
|
export declare function getScrollToAlignment(rowHeight: number, clientHeight: number, scrollTop: number, scrollToIndex: number): Alignment;
|
|
41
41
|
export declare function getGraphRefGroup(processedRow: ProcessedGraphRow, showRemoteNamesOnRefs: boolean): GraphRefGroup;
|
|
42
42
|
export declare function getGraphRefGroupsByName(refGroup: GraphRefGroup): GraphRefGroup[];
|
|
43
|
+
export declare function getGraphZoneIconByType(zoneType: GraphZoneType): string;
|
|
43
44
|
export interface GraphRowHelperProps {
|
|
44
45
|
currentlyHoveredCommitSha?: Sha;
|
|
45
46
|
dimRowsOfSelectedCommit: boolean;
|