@libxai/board 0.17.50 → 0.17.51

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
@@ -878,11 +878,11 @@ interface AddCardButtonProps {
878
878
  locale?: 'en' | 'es';
879
879
  }
880
880
  /**
881
- * AddCardButton - Inline form to add new cards to a Kanban column
881
+ * AddCardButton - ClickUp-style inline form to add new cards to a Kanban column
882
882
  *
883
883
  * Features:
884
- * - Expandable inline form
885
- * - Quick name input
884
+ * - Expandable inline form with accent border
885
+ * - Quick name input with inline action buttons
886
886
  * - Optional: assignee selector, date picker, priority
887
887
  * - Keyboard shortcuts (Enter to save, Escape to cancel)
888
888
  *
package/dist/index.d.ts CHANGED
@@ -878,11 +878,11 @@ interface AddCardButtonProps {
878
878
  locale?: 'en' | 'es';
879
879
  }
880
880
  /**
881
- * AddCardButton - Inline form to add new cards to a Kanban column
881
+ * AddCardButton - ClickUp-style inline form to add new cards to a Kanban column
882
882
  *
883
883
  * Features:
884
- * - Expandable inline form
885
- * - Quick name input
884
+ * - Expandable inline form with accent border
885
+ * - Quick name input with inline action buttons
886
886
  * - Optional: assignee selector, date picker, priority
887
887
  * - Keyboard shortcuts (Enter to save, Escape to cancel)
888
888
  *