@reeverdev/ui 0.2.189 → 0.2.191

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
@@ -2772,7 +2772,10 @@ interface KanbanColumn {
2772
2772
  id: string;
2773
2773
  title: string;
2774
2774
  cards: KanbanCard[];
2775
+ /** Color indicator dot next to column title */
2775
2776
  color?: string;
2777
+ /** Background color for the column */
2778
+ backgroundColor?: string;
2776
2779
  }
2777
2780
  interface KanbanBoardProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange">, VariantProps<typeof kanbanBoardVariants> {
2778
2781
  /** Columns with cards */
package/dist/index.d.ts CHANGED
@@ -2772,7 +2772,10 @@ interface KanbanColumn {
2772
2772
  id: string;
2773
2773
  title: string;
2774
2774
  cards: KanbanCard[];
2775
+ /** Color indicator dot next to column title */
2775
2776
  color?: string;
2777
+ /** Background color for the column */
2778
+ backgroundColor?: string;
2776
2779
  }
2777
2780
  interface KanbanBoardProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onChange">, VariantProps<typeof kanbanBoardVariants> {
2778
2781
  /** Columns with cards */