@libxai/board 0.17.68 → 0.17.70

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
@@ -8337,6 +8337,11 @@ body {
8337
8337
  }
8338
8338
 
8339
8339
 
8340
+ .mt-1\.5 {
8341
+ margin-top: 0.375rem;
8342
+ }
8343
+
8344
+
8340
8345
  .mt-2 {
8341
8346
  margin-top: 0.5rem;
8342
8347
  }
@@ -8495,8 +8500,8 @@ body {
8495
8500
  }
8496
8501
 
8497
8502
 
8498
- .max-h-32 {
8499
- max-height: 8rem;
8503
+ .max-h-28 {
8504
+ max-height: 7rem;
8500
8505
  }
8501
8506
 
8502
8507
 
@@ -8540,6 +8545,11 @@ body {
8540
8545
  }
8541
8546
 
8542
8547
 
8548
+ .max-h-\[88px\] {
8549
+ max-height: 88px;
8550
+ }
8551
+
8552
+
8543
8553
  .max-h-\[90vh\] {
8544
8554
  max-height: 90vh;
8545
8555
  }
@@ -8990,6 +9000,13 @@ body {
8990
9000
  }
8991
9001
 
8992
9002
 
9003
+ .space-y-5 > :not([hidden]) ~ :not([hidden]) {
9004
+ --tw-space-y-reverse: 0;
9005
+ margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
9006
+ margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
9007
+ }
9008
+
9009
+
8993
9010
  .space-y-6 > :not([hidden]) ~ :not([hidden]) {
8994
9011
  --tw-space-y-reverse: 0;
8995
9012
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -9825,6 +9842,11 @@ body {
9825
9842
  }
9826
9843
 
9827
9844
 
9845
+ .font-normal {
9846
+ font-weight: 400;
9847
+ }
9848
+
9849
+
9828
9850
  .font-semibold {
9829
9851
  font-weight: 600;
9830
9852
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.68",
3
+ "version": "0.17.70",
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>",