@libxai/board 0.18.22 → 0.18.23

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
@@ -8852,6 +8852,11 @@ body {
8852
8852
  }
8853
8853
 
8854
8854
 
8855
+ .h-\[49px\] {
8856
+ height: 49px;
8857
+ }
8858
+
8859
+
8855
8860
  .h-full {
8856
8861
  height: 100%;
8857
8862
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.18.22",
3
+ "version": "0.18.23",
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>",