@libxai/board 0.17.254 → 0.17.256

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
@@ -3565,7 +3565,7 @@ interface CalendarBoardProps {
3565
3565
  /**
3566
3566
  * Main CalendarBoard Component
3567
3567
  */
3568
- declare function CalendarBoard({ tasks, config, callbacks, initialDate, isLoading, error, className, style, availableTags, onCreateTag, attachmentsByTask, }: CalendarBoardProps): react_jsx_runtime.JSX.Element;
3568
+ declare function CalendarBoard({ tasks, config, callbacks, initialDate, isLoading, error, className, style, availableTags, onCreateTag, attachmentsByTask, comments, onAddComment, currentUser, onTaskOpen, }: CalendarBoardProps): react_jsx_runtime.JSX.Element;
3569
3569
 
3570
3570
  /**
3571
3571
  * CalendarBoard Themes
package/dist/index.d.ts CHANGED
@@ -3565,7 +3565,7 @@ interface CalendarBoardProps {
3565
3565
  /**
3566
3566
  * Main CalendarBoard Component
3567
3567
  */
3568
- declare function CalendarBoard({ tasks, config, callbacks, initialDate, isLoading, error, className, style, availableTags, onCreateTag, attachmentsByTask, }: CalendarBoardProps): react_jsx_runtime.JSX.Element;
3568
+ declare function CalendarBoard({ tasks, config, callbacks, initialDate, isLoading, error, className, style, availableTags, onCreateTag, attachmentsByTask, comments, onAddComment, currentUser, onTaskOpen, }: CalendarBoardProps): react_jsx_runtime.JSX.Element;
3569
3569
 
3570
3570
  /**
3571
3571
  * CalendarBoard Themes