@libxai/board 0.17.36 → 0.17.38

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
@@ -8569,11 +8569,6 @@ body {
8569
8569
  }
8570
8570
 
8571
8571
 
8572
- .w-1\.5 {
8573
- width: 0.375rem;
8574
- }
8575
-
8576
-
8577
8572
  .w-10 {
8578
8573
  width: 2.5rem;
8579
8574
  }
@@ -9637,6 +9632,11 @@ body {
9637
9632
  }
9638
9633
 
9639
9634
 
9635
+ .pt-2 {
9636
+ padding-top: 0.5rem;
9637
+ }
9638
+
9639
+
9640
9640
  .pt-4 {
9641
9641
  padding-top: 1rem;
9642
9642
  }
@@ -10716,11 +10716,6 @@ body {
10716
10716
  @media (min-width: 640px) {
10717
10717
 
10718
10718
 
10719
- .sm\:flex {
10720
- display: flex;
10721
- }
10722
-
10723
-
10724
10719
  .sm\:inline-flex {
10725
10720
  display: inline-flex;
10726
10721
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.36",
3
+ "version": "0.17.38",
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>",