@libxai/board 1.4.21 → 1.4.22

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
@@ -8513,6 +8513,11 @@ body {
8513
8513
  }
8514
8514
 
8515
8515
 
8516
+ .right-3 {
8517
+ right: 0.75rem;
8518
+ }
8519
+
8520
+
8516
8521
  .right-4 {
8517
8522
  right: 1rem;
8518
8523
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.4.21",
3
+ "version": "1.4.22",
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>",