gantt-task-react-powern 0.6.35 → 0.6.36

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.
@@ -176,6 +176,8 @@ export interface StylingOption {
176
176
  }
177
177
  export interface GanttProps extends EventOption, DisplayOption, StylingOption {
178
178
  tasks: Task[];
179
+ primaryPath: Task[];
180
+ secondaryPath: Task[];
179
181
  leafTasks?: Task[];
180
182
  scheduleType: string;
181
183
  startDate?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-task-react-powern",
3
- "version": "0.6.35",
3
+ "version": "0.6.36",
4
4
  "description": "Interactive Gantt Chart for React with TypeScript.",
5
5
  "author": "lewibs <benjamin.lewis@powern.ai>",
6
6
  "homepage": "https://github.com/powernai/gantt-task-react-powern",