@libxai/board 0.17.228 → 0.17.229

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
@@ -9041,6 +9041,11 @@ body {
9041
9041
  }
9042
9042
 
9043
9043
 
9044
+ .min-w-\[100px\] {
9045
+ min-width: 100px;
9046
+ }
9047
+
9048
+
9044
9049
  .min-w-\[120px\] {
9045
9050
  min-width: 120px;
9046
9051
  }
@@ -9796,6 +9801,12 @@ body {
9796
9801
  }
9797
9802
 
9798
9803
 
9804
+ .bg-blue-100 {
9805
+ --tw-bg-opacity: 1;
9806
+ background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
9807
+ }
9808
+
9809
+
9799
9810
  .bg-blue-500 {
9800
9811
  --tw-bg-opacity: 1;
9801
9812
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
@@ -10883,6 +10894,12 @@ body {
10883
10894
  }
10884
10895
 
10885
10896
 
10897
+ .ring-blue-500 {
10898
+ --tw-ring-opacity: 1;
10899
+ --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
10900
+ }
10901
+
10902
+
10886
10903
  .blur {
10887
10904
  --tw-blur: blur(8px);
10888
10905
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.228",
3
+ "version": "0.17.229",
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>",