@libxai/board 0.17.118 → 0.17.120

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
@@ -8989,6 +8989,11 @@ body {
8989
8989
  }
8990
8990
 
8991
8991
 
8992
+ .grid-cols-8 {
8993
+ grid-template-columns: repeat(8, minmax(0, 1fr));
8994
+ }
8995
+
8996
+
8992
8997
  .flex-col {
8993
8998
  flex-direction: column;
8994
8999
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.118",
3
+ "version": "0.17.120",
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>",