@libxai/board 1.5.69 → 1.5.71

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
@@ -9218,8 +9218,8 @@ body {
9218
9218
  }
9219
9219
 
9220
9220
 
9221
- .w-\[220px\] {
9222
- width: 220px;
9221
+ .w-\[260px\] {
9222
+ width: 260px;
9223
9223
  }
9224
9224
 
9225
9225
 
@@ -10478,14 +10478,19 @@ body {
10478
10478
  }
10479
10479
 
10480
10480
 
10481
- .bg-\[\#FF2D20\] {
10482
- --tw-bg-opacity: 1;
10483
- background-color: rgb(255 45 32 / var(--tw-bg-opacity, 1));
10481
+ .bg-\[\#F87171\]\/10 {
10482
+ background-color: rgb(248 113 113 / 0.1);
10484
10483
  }
10485
10484
 
10486
10485
 
10487
- .bg-\[\#FF2D20\]\/10 {
10488
- background-color: rgb(255 45 32 / 0.1);
10486
+ .bg-\[\#F87171\]\/15 {
10487
+ background-color: rgb(248 113 113 / 0.15);
10488
+ }
10489
+
10490
+
10491
+ .bg-\[\#FF2D20\] {
10492
+ --tw-bg-opacity: 1;
10493
+ background-color: rgb(255 45 32 / var(--tw-bg-opacity, 1));
10489
10494
  }
10490
10495
 
10491
10496
 
@@ -11484,6 +11489,12 @@ body {
11484
11489
  }
11485
11490
 
11486
11491
 
11492
+ .text-\[\#F87171\] {
11493
+ --tw-text-opacity: 1;
11494
+ color: rgb(248 113 113 / var(--tw-text-opacity, 1));
11495
+ }
11496
+
11497
+
11487
11498
  .text-\[\#FF2D20\] {
11488
11499
  --tw-text-opacity: 1;
11489
11500
  color: rgb(255 45 32 / var(--tw-text-opacity, 1));
@@ -13531,8 +13542,8 @@ body {
13531
13542
  @media (min-width: 1280px) {
13532
13543
 
13533
13544
 
13534
- .xl\:w-\[280px\] {
13535
- width: 280px;
13545
+ .xl\:w-\[320px\] {
13546
+ width: 320px;
13536
13547
  }
13537
13548
  }
13538
13549
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.5.69",
3
+ "version": "1.5.71",
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>",