gantt-task-react-powern 0.4.67 → 0.4.68

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.
@@ -115,7 +115,6 @@ export interface StylingOption {
115
115
  arrowColor?: string;
116
116
  arrowIndent?: number;
117
117
  todayColor?: string;
118
- weekendColor?: string;
119
118
  TooltipContent?: React.FC<{
120
119
  task: Task;
121
120
  fontSize: string;
@@ -147,7 +146,4 @@ export interface StylingOption {
147
146
  export interface GanttProps extends EventOption, DisplayOption, StylingOption {
148
147
  tasks: Task[];
149
148
  leafTasks?: Task[];
150
- scheduleType: string;
151
- startDate?: Date;
152
- endDate?: Date;
153
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-task-react-powern",
3
- "version": "0.4.67",
3
+ "version": "0.4.68",
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",