@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.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/styles.css +115 -5
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -878,11 +878,11 @@ interface AddCardButtonProps {
|
|
|
878
878
|
locale?: 'en' | 'es';
|
|
879
879
|
}
|
|
880
880
|
/**
|
|
881
|
-
* AddCardButton -
|
|
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 -
|
|
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
|
*
|