@gitkraken/gitkraken-components 1.0.0-rc.5 → 1.0.0-rc.6

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.
@@ -74,8 +74,7 @@ export type GraphRow = {
74
74
  };
75
75
 
76
76
  export type GraphColumnSetting = {
77
- width: number,
78
- preferredWidth?: number
77
+ width: number
79
78
  };
80
79
 
81
80
  export const REF_ZONE_TYPE = 'refZone';