@gitkraken/gitkraken-components 10.5.2 → 10.6.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.
@@ -8,6 +8,7 @@ type Props = {
8
8
  children?: ReactNode;
9
9
  className?: string;
10
10
  context?: GraphItemContext | null;
11
+ enableTransparentBackground?: boolean;
11
12
  style?: CSSProperties;
12
13
  height?: number;
13
14
  hint?: string;
@@ -179,6 +179,7 @@ export interface Head extends Ref {
179
179
  name: string;
180
180
  id: string;
181
181
  };
182
+ worktreeId?: string;
182
183
  }
183
184
  export interface Remote extends Ref {
184
185
  owner?: string;