@libxai/board 1.5.89 → 1.5.90

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/styles.css CHANGED
@@ -9530,6 +9530,11 @@ body {
9530
9530
  }
9531
9531
 
9532
9532
 
9533
+ .cursor-help {
9534
+ cursor: help;
9535
+ }
9536
+
9537
+
9533
9538
  .cursor-not-allowed {
9534
9539
  cursor: not-allowed;
9535
9540
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.5.89",
3
+ "version": "1.5.90",
4
4
  "type": "module",
5
5
  "description": "Professional Gantt Chart + Kanban Board + ListView + CalendarBoard for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
6
6
  "author": "LibXAI <hello@libxai.com>",