opus-react 0.6.4 → 0.6.5

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
@@ -2469,6 +2469,8 @@ type KanbanColumn = {
2469
2469
  id: string;
2470
2470
  title: string;
2471
2471
  cardIds: string[];
2472
+ /** Optional header accent colour (CSS colour). */
2473
+ accent?: string;
2472
2474
  };
2473
2475
  type KanbanBoardProps = {
2474
2476
  cards: Record<string, KanbanCard>;
package/dist/index.d.ts CHANGED
@@ -2469,6 +2469,8 @@ type KanbanColumn = {
2469
2469
  id: string;
2470
2470
  title: string;
2471
2471
  cardIds: string[];
2472
+ /** Optional header accent colour (CSS colour). */
2473
+ accent?: string;
2472
2474
  };
2473
2475
  type KanbanBoardProps = {
2474
2476
  cards: Record<string, KanbanCard>;