@libxai/board 0.13.6 → 0.13.8

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
@@ -7829,6 +7829,11 @@ body {
7829
7829
  }
7830
7830
 
7831
7831
 
7832
+ .bottom-2 {
7833
+ bottom: 0.5rem;
7834
+ }
7835
+
7836
+
7832
7837
  .left-0 {
7833
7838
  left: 0px;
7834
7839
  }
@@ -7849,6 +7854,11 @@ body {
7849
7854
  }
7850
7855
 
7851
7856
 
7857
+ .top-2 {
7858
+ top: 0.5rem;
7859
+ }
7860
+
7861
+
7852
7862
  .top-full {
7853
7863
  top: 100%;
7854
7864
  }
@@ -8154,6 +8164,11 @@ body {
8154
8164
  }
8155
8165
 
8156
8166
 
8167
+ .w-0\.5 {
8168
+ width: 0.125rem;
8169
+ }
8170
+
8171
+
8157
8172
  .w-1 {
8158
8173
  width: 0.25rem;
8159
8174
  }
@@ -9620,6 +9635,12 @@ body {
9620
9635
  }
9621
9636
 
9622
9637
 
9638
+ .hover\:bg-blue-500:hover {
9639
+ --tw-bg-opacity: 1;
9640
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
9641
+ }
9642
+
9643
+
9623
9644
  .hover\:bg-red-600\/20:hover {
9624
9645
  background-color: rgb(220 38 38 / 0.2);
9625
9646
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.13.6",
3
+ "version": "0.13.8",
4
4
  "type": "module",
5
5
  "description": "Professional Gantt Chart + Kanban Board for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
6
6
  "author": "LibXAI <hello@libxai.com>",