gantt-lib 0.28.0 → 0.28.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.
package/dist/index.mjs CHANGED
@@ -5245,7 +5245,7 @@ var NewTaskRow = ({ rowHeight, onConfirm, onCancel }) => {
5245
5245
  // src/components/TaskList/TaskList.tsx
5246
5246
  import { jsx as jsx14, jsxs as jsxs11 } from "react/jsx-runtime";
5247
5247
  var LINK_TYPE_ORDER2 = ["FS", "SS", "FF", "SF"];
5248
- var MIN_TASK_LIST_WIDTH = 640;
5248
+ var MIN_TASK_LIST_WIDTH = 530;
5249
5249
  function getAllDescendants2(parentId, tasks) {
5250
5250
  const descendants = [];
5251
5251
  const visited = /* @__PURE__ */ new Set();
@@ -5290,7 +5290,7 @@ var TaskList = ({
5290
5290
  tasks,
5291
5291
  rowHeight,
5292
5292
  headerHeight,
5293
- taskListWidth = 640,
5293
+ taskListWidth = MIN_TASK_LIST_WIDTH,
5294
5294
  onTasksChange,
5295
5295
  selectedTaskId,
5296
5296
  onTaskSelect,