@libxai/board 0.16.7 → 0.16.8

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
@@ -9507,6 +9507,11 @@ body {
9507
9507
  }
9508
9508
 
9509
9509
 
9510
+ .duration-150 {
9511
+ transition-duration: 150ms;
9512
+ }
9513
+
9514
+
9510
9515
  .duration-200 {
9511
9516
  transition-duration: 200ms;
9512
9517
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.16.7",
3
+ "version": "0.16.8",
4
4
  "type": "module",
5
5
  "description": "Professional Gantt Chart + Kanban Board for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
6
6
  "author": "LibXAI <hello@libxai.com>",