@libxai/board 1.5.21 → 1.5.23

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
@@ -9098,6 +9098,11 @@ body {
9098
9098
  }
9099
9099
 
9100
9100
 
9101
+ .w-14 {
9102
+ width: 3.5rem;
9103
+ }
9104
+
9105
+
9101
9106
  .w-16 {
9102
9107
  width: 4rem;
9103
9108
  }
@@ -9989,6 +9994,11 @@ body {
9989
9994
  }
9990
9995
 
9991
9996
 
9997
+ .border-\[\#00E5CC\]\/50 {
9998
+ border-color: rgb(0 229 204 / 0.5);
9999
+ }
10000
+
10001
+
9992
10002
  .border-\[\#0D0D0D\] {
9993
10003
  --tw-border-opacity: 1;
9994
10004
  border-color: rgb(13 13 13 / var(--tw-border-opacity, 1));
@@ -11357,6 +11367,12 @@ body {
11357
11367
  }
11358
11368
 
11359
11369
 
11370
+ .text-\[\#22C55E\] {
11371
+ --tw-text-opacity: 1;
11372
+ color: rgb(34 197 94 / var(--tw-text-opacity, 1));
11373
+ }
11374
+
11375
+
11360
11376
  .text-\[\#2E94FF\] {
11361
11377
  --tw-text-opacity: 1;
11362
11378
  color: rgb(46 148 255 / var(--tw-text-opacity, 1));
@@ -11417,6 +11433,12 @@ body {
11417
11433
  }
11418
11434
 
11419
11435
 
11436
+ .text-\[\#EF4444\] {
11437
+ --tw-text-opacity: 1;
11438
+ color: rgb(239 68 68 / var(--tw-text-opacity, 1));
11439
+ }
11440
+
11441
+
11420
11442
  .text-\[\#FF2D20\] {
11421
11443
  --tw-text-opacity: 1;
11422
11444
  color: rgb(255 45 32 / var(--tw-text-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.5.21",
3
+ "version": "1.5.23",
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>",