@libxai/board 0.17.157 → 0.17.158

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
@@ -8373,6 +8373,11 @@ body {
8373
8373
  }
8374
8374
 
8375
8375
 
8376
+ .mt-1\.5 {
8377
+ margin-top: 0.375rem;
8378
+ }
8379
+
8380
+
8376
8381
  .mt-2 {
8377
8382
  margin-top: 0.5rem;
8378
8383
  }
@@ -8766,6 +8771,11 @@ body {
8766
8771
  }
8767
8772
 
8768
8773
 
8774
+ .min-w-\[240px\] {
8775
+ min-width: 240px;
8776
+ }
8777
+
8778
+
8769
8779
  .min-w-\[280px\] {
8770
8780
  min-width: 280px;
8771
8781
  }
@@ -10464,6 +10474,11 @@ body {
10464
10474
  }
10465
10475
 
10466
10476
 
10477
+ .opacity-70 {
10478
+ opacity: 0.7;
10479
+ }
10480
+
10481
+
10467
10482
  .opacity-75 {
10468
10483
  opacity: 0.75;
10469
10484
  }
@@ -11427,6 +11442,11 @@ body {
11427
11442
  }
11428
11443
 
11429
11444
 
11445
+ .hover\:opacity-70:hover {
11446
+ opacity: 0.7;
11447
+ }
11448
+
11449
+
11430
11450
  .hover\:opacity-80:hover {
11431
11451
  opacity: 0.8;
11432
11452
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.157",
3
+ "version": "0.17.158",
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>",