@libxai/board 1.5.56 → 1.5.58

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
@@ -8602,6 +8602,11 @@ body {
8602
8602
  }
8603
8603
 
8604
8604
 
8605
+ .z-\[5\] {
8606
+ z-index: 5;
8607
+ }
8608
+
8609
+
8605
8610
  .z-\[60\] {
8606
8611
  z-index: 60;
8607
8612
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.5.56",
3
+ "version": "1.5.58",
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>",