@libxai/board 0.17.116 → 0.17.117

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
@@ -9069,6 +9069,11 @@ body {
9069
9069
  }
9070
9070
 
9071
9071
 
9072
+ .gap-5 {
9073
+ gap: 1.25rem;
9074
+ }
9075
+
9076
+
9072
9077
  .gap-8 {
9073
9078
  gap: 2rem;
9074
9079
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.116",
3
+ "version": "0.17.117",
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>",