@libxai/board 0.17.188 → 0.17.189

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
@@ -11564,6 +11564,11 @@ body {
11564
11564
  }
11565
11565
 
11566
11566
 
11567
+ .hover\:bg-blue-500\/20:hover {
11568
+ background-color: rgb(59 130 246 / 0.2);
11569
+ }
11570
+
11571
+
11567
11572
  .hover\:bg-emerald-600:hover {
11568
11573
  --tw-bg-opacity: 1;
11569
11574
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.188",
3
+ "version": "0.17.189",
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>",