@emberai-engg/task-board 0.3.2 → 0.3.3

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.js CHANGED
@@ -2238,7 +2238,7 @@ function TaskBoard({
2238
2238
  onSetFilterTags: setFilterTags
2239
2239
  }
2240
2240
  ),
2241
- board.boardLoading ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(BoardSkeleton, {}) : /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "flex-1 min-h-0 eb-tb-board-scroll overflow-x-auto overflow-y-hidden pb-4", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_dnd3.DragDropContext, { onDragEnd: handleDragEnd, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "flex gap-4 min-w-max h-full", children: columns.map((col) => {
2241
+ board.boardLoading ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(BoardSkeleton, {}) : /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "flex-1 min-h-0 eb-tb-board-scroll overflow-y-hidden pb-4", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_dnd3.DragDropContext, { onDragEnd: handleDragEnd, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "flex gap-4 min-w-max h-full", children: columns.map((col) => {
2242
2242
  const allColumnTasks = board.tasks[col.key] || [];
2243
2243
  const columnTasks = filterTags.length > 0 ? allColumnTasks.filter((t) => {
2244
2244
  const taskTags = t.tags || [];