@gitkraken/gitkraken-components 8.1.1 → 8.1.3
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.
|
@@ -17,6 +17,6 @@ export default class ScrollMarker extends React.PureComponent<Props> {
|
|
|
17
17
|
componentDidMount(): void;
|
|
18
18
|
componentWillReceiveProps(nextProps: Props): void;
|
|
19
19
|
updateCanvas(nextProps?: Props): void;
|
|
20
|
-
render(): ReactElement<'
|
|
20
|
+
render(): ReactElement<'canvas'>;
|
|
21
21
|
}
|
|
22
22
|
export {};
|
|
@@ -19,8 +19,13 @@ export declare const TIMESTAMP_FORMAT_DATE_TIME = "short+short";
|
|
|
19
19
|
export declare const COMMIT_SHA_ZONE_MIN_WIDTH = 50;
|
|
20
20
|
export declare const COMMIT_MESSAGE_ZONE_MIN_WIDTH = 50;
|
|
21
21
|
export declare const REF_ZONE_TEXT_HEIGHT = 18;
|
|
22
|
-
export declare const REF_ZONE_MIN_WIDTH =
|
|
22
|
+
export declare const REF_ZONE_MIN_WIDTH = 32;
|
|
23
23
|
export declare const REF_ZONE_MARGIN_LEFT = 2;
|
|
24
|
+
export declare const REF_ZONE_MARGIN_RIGHT = 6;
|
|
25
|
+
export declare const REF_NODE_ICON_WIDTH = 14;
|
|
26
|
+
export declare const REF_NODE_ICON_MARGIN = 5;
|
|
27
|
+
export declare const REF_NODE_ICON_SPACING: number;
|
|
28
|
+
export declare const REF_NODE_OUTER_SPACING = 10;
|
|
24
29
|
export declare const CHANGES_ZONE_MIN_WIDTH = 50;
|
|
25
30
|
export declare const CHANGES_BAR_MIN_WIDTH = 10;
|
|
26
31
|
export declare const CHANGES_BAR_RIGHT_MARGIN = 15;
|