@libxai/board 0.17.165 → 0.17.167

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.d.cts CHANGED
@@ -2283,6 +2283,7 @@ interface TaskFormData {
2283
2283
  }>;
2284
2284
  dependencies?: string[];
2285
2285
  tags?: TaskTag[];
2286
+ pendingFiles?: File[];
2286
2287
  }
2287
2288
  interface TaskFormModalProps {
2288
2289
  isOpen: boolean;
package/dist/index.d.ts CHANGED
@@ -2283,6 +2283,7 @@ interface TaskFormData {
2283
2283
  }>;
2284
2284
  dependencies?: string[];
2285
2285
  tags?: TaskTag[];
2286
+ pendingFiles?: File[];
2286
2287
  }
2287
2288
  interface TaskFormModalProps {
2288
2289
  isOpen: boolean;