@libxai/board 1.5.36 → 1.5.37

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
@@ -8725,6 +8725,11 @@ body {
8725
8725
  }
8726
8726
 
8727
8727
 
8728
+ .me-1 {
8729
+ margin-inline-end: 0.25rem;
8730
+ }
8731
+
8732
+
8728
8733
  .ml-0\.5 {
8729
8734
  margin-left: 0.125rem;
8730
8735
  }
@@ -13326,6 +13331,11 @@ body {
13326
13331
  }
13327
13332
 
13328
13333
 
13334
+ .hover\:\!opacity-80:hover {
13335
+ opacity: 0.8 !important;
13336
+ }
13337
+
13338
+
13329
13339
  .hover\:opacity-70:hover {
13330
13340
  opacity: 0.7;
13331
13341
  }
@@ -13485,6 +13495,11 @@ body {
13485
13495
  }
13486
13496
 
13487
13497
 
13498
+ .group:hover .group-hover\:opacity-40 {
13499
+ opacity: 0.4;
13500
+ }
13501
+
13502
+
13488
13503
  @media (min-width: 768px) {
13489
13504
 
13490
13505
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.5.36",
3
+ "version": "1.5.37",
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>",