@libxai/board 1.5.0 → 1.5.2

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
@@ -13138,6 +13138,11 @@ body {
13138
13138
  }
13139
13139
 
13140
13140
 
13141
+ .hover\:text-white\/60:hover {
13142
+ color: rgb(255 255 255 / 0.6);
13143
+ }
13144
+
13145
+
13141
13146
  .hover\:text-white\/70:hover {
13142
13147
  color: rgb(255 255 255 / 0.7);
13143
13148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
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>",