@libxai/board 0.18.8 → 0.18.10

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
@@ -8577,6 +8577,12 @@ body {
8577
8577
  }
8578
8578
 
8579
8579
 
8580
+ .-mx-2 {
8581
+ margin-left: -0.5rem;
8582
+ margin-right: -0.5rem;
8583
+ }
8584
+
8585
+
8580
8586
  .mx-1 {
8581
8587
  margin-left: 0.25rem;
8582
8588
  margin-right: 0.25rem;
@@ -9718,6 +9724,11 @@ body {
9718
9724
  }
9719
9725
 
9720
9726
 
9727
+ .border-blue-500\/50 {
9728
+ border-color: rgb(59 130 246 / 0.5);
9729
+ }
9730
+
9731
+
9721
9732
  .border-current {
9722
9733
  border-color: currentColor;
9723
9734
  }
@@ -9758,6 +9769,11 @@ body {
9758
9769
  }
9759
9770
 
9760
9771
 
9772
+ .border-green-500\/50 {
9773
+ border-color: rgb(34 197 94 / 0.5);
9774
+ }
9775
+
9776
+
9761
9777
  .border-indigo-500\/30 {
9762
9778
  border-color: rgb(99 102 241 / 0.3);
9763
9779
  }
@@ -11786,6 +11802,17 @@ body {
11786
11802
  }
11787
11803
 
11788
11804
 
11805
+ .hover\:border-green-500:hover {
11806
+ --tw-border-opacity: 1;
11807
+ border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
11808
+ }
11809
+
11810
+
11811
+ .hover\:border-green-500\/50:hover {
11812
+ border-color: rgb(34 197 94 / 0.5);
11813
+ }
11814
+
11815
+
11789
11816
  .hover\:border-white\/20:hover {
11790
11817
  border-color: rgb(255 255 255 / 0.2);
11791
11818
  }
@@ -12021,6 +12048,12 @@ body {
12021
12048
  }
12022
12049
 
12023
12050
 
12051
+ .hover\:text-red-400:hover {
12052
+ --tw-text-opacity: 1;
12053
+ color: rgb(248 113 113 / var(--tw-text-opacity, 1));
12054
+ }
12055
+
12056
+
12024
12057
  .hover\:text-red-500:hover {
12025
12058
  --tw-text-opacity: 1;
12026
12059
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
@@ -12076,6 +12109,12 @@ body {
12076
12109
  }
12077
12110
 
12078
12111
 
12112
+ .focus\:border-blue-500:focus {
12113
+ --tw-border-opacity: 1;
12114
+ border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
12115
+ }
12116
+
12117
+
12079
12118
  .focus\:border-blue-500\/50:focus {
12080
12119
  border-color: rgb(59 130 246 / 0.5);
12081
12120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.18.8",
3
+ "version": "0.18.10",
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>",