@libxai/board 1.5.9 → 1.5.10

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
@@ -9947,6 +9947,11 @@ body {
9947
9947
  }
9948
9948
 
9949
9949
 
9950
+ .border-l-2 {
9951
+ border-left-width: 2px;
9952
+ }
9953
+
9954
+
9950
9955
  .border-r {
9951
9956
  border-right-width: 1px;
9952
9957
  }
@@ -10246,6 +10251,18 @@ body {
10246
10251
  }
10247
10252
 
10248
10253
 
10254
+ .border-l-\[\#007BFF\] {
10255
+ --tw-border-opacity: 1;
10256
+ border-left-color: rgb(0 123 255 / var(--tw-border-opacity, 1));
10257
+ }
10258
+
10259
+
10260
+ .border-l-blue-400 {
10261
+ --tw-border-opacity: 1;
10262
+ border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
10263
+ }
10264
+
10265
+
10249
10266
  .border-t-transparent {
10250
10267
  border-top-color: transparent;
10251
10268
  }
@@ -10268,6 +10285,11 @@ body {
10268
10285
  }
10269
10286
 
10270
10287
 
10288
+ .bg-\[\#007BFF\]\/20 {
10289
+ background-color: rgb(0 123 255 / 0.2);
10290
+ }
10291
+
10292
+
10271
10293
  .bg-\[\#007FFF\] {
10272
10294
  --tw-bg-opacity: 1;
10273
10295
  background-color: rgb(0 127 255 / var(--tw-bg-opacity, 1));
@@ -13331,6 +13353,17 @@ body {
13331
13353
  }
13332
13354
 
13333
13355
 
13356
+ .group:hover .group-hover\:text-gray-500 {
13357
+ --tw-text-opacity: 1;
13358
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
13359
+ }
13360
+
13361
+
13362
+ .group:hover .group-hover\:text-white\/50 {
13363
+ color: rgb(255 255 255 / 0.5);
13364
+ }
13365
+
13366
+
13334
13367
  .group:hover .group-hover\:opacity-100 {
13335
13368
  opacity: 1;
13336
13369
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.5.9",
3
+ "version": "1.5.10",
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>",