@libxai/board 0.17.25 → 0.17.26

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
@@ -8564,6 +8564,11 @@ body {
8564
8564
  }
8565
8565
 
8566
8566
 
8567
+ .w-1\.5 {
8568
+ width: 0.375rem;
8569
+ }
8570
+
8571
+
8567
8572
  .w-10 {
8568
8573
  width: 2.5rem;
8569
8574
  }
@@ -8604,6 +8609,11 @@ body {
8604
8609
  }
8605
8610
 
8606
8611
 
8612
+ .w-44 {
8613
+ width: 11rem;
8614
+ }
8615
+
8616
+
8607
8617
  .w-48 {
8608
8618
  width: 12rem;
8609
8619
  }
@@ -10696,6 +10706,11 @@ body {
10696
10706
  @media (min-width: 640px) {
10697
10707
 
10698
10708
 
10709
+ .sm\:flex {
10710
+ display: flex;
10711
+ }
10712
+
10713
+
10699
10714
  .sm\:inline-flex {
10700
10715
  display: inline-flex;
10701
10716
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.25",
3
+ "version": "0.17.26",
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>",