@libxai/board 0.17.113 → 0.17.115

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
@@ -8368,6 +8368,11 @@ body {
8368
8368
  }
8369
8369
 
8370
8370
 
8371
+ .mt-1\.5 {
8372
+ margin-top: 0.375rem;
8373
+ }
8374
+
8375
+
8371
8376
  .mt-2 {
8372
8377
  margin-top: 0.5rem;
8373
8378
  }
@@ -8461,6 +8466,11 @@ body {
8461
8466
  }
8462
8467
 
8463
8468
 
8469
+ .h-2\.5 {
8470
+ height: 0.625rem;
8471
+ }
8472
+
8473
+
8464
8474
  .h-24 {
8465
8475
  height: 6rem;
8466
8476
  }
@@ -8641,6 +8651,11 @@ body {
8641
8651
  }
8642
8652
 
8643
8653
 
8654
+ .w-2\.5 {
8655
+ width: 0.625rem;
8656
+ }
8657
+
8658
+
8644
8659
  .w-24 {
8645
8660
  width: 6rem;
8646
8661
  }
@@ -8984,6 +8999,11 @@ body {
8984
8999
  }
8985
9000
 
8986
9001
 
9002
+ .grid-cols-8 {
9003
+ grid-template-columns: repeat(8, minmax(0, 1fr));
9004
+ }
9005
+
9006
+
8987
9007
  .flex-col {
8988
9008
  flex-direction: column;
8989
9009
  }
@@ -10509,6 +10529,11 @@ body {
10509
10529
  }
10510
10530
 
10511
10531
 
10532
+ .outline {
10533
+ outline-style: solid;
10534
+ }
10535
+
10536
+
10512
10537
  .ring-1 {
10513
10538
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
10514
10539
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.113",
3
+ "version": "0.17.115",
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>",