@libxai/board 0.18.14 → 0.18.16

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
@@ -9399,6 +9399,11 @@ body {
9399
9399
  }
9400
9400
 
9401
9401
 
9402
+ .items-end {
9403
+ align-items: flex-end;
9404
+ }
9405
+
9406
+
9402
9407
  .items-center {
9403
9408
  align-items: center;
9404
9409
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.18.14",
3
+ "version": "0.18.16",
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>",