@libxai/board 0.17.242 → 0.17.244

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
@@ -8678,6 +8678,11 @@ body {
8678
8678
  }
8679
8679
 
8680
8680
 
8681
+ .mt-1\.5 {
8682
+ margin-top: 0.375rem;
8683
+ }
8684
+
8685
+
8681
8686
  .mt-2 {
8682
8687
  margin-top: 0.5rem;
8683
8688
  }
@@ -8866,6 +8871,11 @@ body {
8866
8871
  }
8867
8872
 
8868
8873
 
8874
+ .max-h-\[240px\] {
8875
+ max-height: 240px;
8876
+ }
8877
+
8878
+
8869
8879
  .max-h-\[280px\] {
8870
8880
  max-height: 280px;
8871
8881
  }
@@ -9309,6 +9319,11 @@ body {
9309
9319
  }
9310
9320
 
9311
9321
 
9322
+ .grid-cols-6 {
9323
+ grid-template-columns: repeat(6, minmax(0, 1fr));
9324
+ }
9325
+
9326
+
9312
9327
  .grid-cols-7 {
9313
9328
  grid-template-columns: repeat(7, minmax(0, 1fr));
9314
9329
  }
@@ -9664,6 +9679,12 @@ body {
9664
9679
  }
9665
9680
 
9666
9681
 
9682
+ .border-purple-500 {
9683
+ --tw-border-opacity: 1;
9684
+ border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
9685
+ }
9686
+
9687
+
9667
9688
  .border-purple-500\/30 {
9668
9689
  border-color: rgb(168 85 247 / 0.3);
9669
9690
  }
@@ -9951,6 +9972,12 @@ body {
9951
9972
  }
9952
9973
 
9953
9974
 
9975
+ .bg-purple-500 {
9976
+ --tw-bg-opacity: 1;
9977
+ background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
9978
+ }
9979
+
9980
+
9954
9981
  .bg-purple-500\/20 {
9955
9982
  background-color: rgb(168 85 247 / 0.2);
9956
9983
  }
@@ -10534,6 +10561,12 @@ body {
10534
10561
  }
10535
10562
 
10536
10563
 
10564
+ .text-blue-700 {
10565
+ --tw-text-opacity: 1;
10566
+ color: rgb(29 78 216 / var(--tw-text-opacity, 1));
10567
+ }
10568
+
10569
+
10537
10570
  .text-emerald-400 {
10538
10571
  --tw-text-opacity: 1;
10539
10572
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
@@ -10932,6 +10965,21 @@ body {
10932
10965
  }
10933
10966
 
10934
10967
 
10968
+ .ring-offset-2 {
10969
+ --tw-ring-offset-width: 2px;
10970
+ }
10971
+
10972
+
10973
+ .ring-offset-\[\#1A1D25\] {
10974
+ --tw-ring-offset-color: #1A1D25;
10975
+ }
10976
+
10977
+
10978
+ .ring-offset-white {
10979
+ --tw-ring-offset-color: #fff;
10980
+ }
10981
+
10982
+
10935
10983
  .blur {
10936
10984
  --tw-blur: blur(8px);
10937
10985
  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);
@@ -11560,6 +11608,18 @@ body {
11560
11608
  }
11561
11609
 
11562
11610
 
11611
+ .checked\:border-purple-500:checked {
11612
+ --tw-border-opacity: 1;
11613
+ border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
11614
+ }
11615
+
11616
+
11617
+ .checked\:bg-purple-500:checked {
11618
+ --tw-bg-opacity: 1;
11619
+ background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
11620
+ }
11621
+
11622
+
11563
11623
  .hover\:scale-105:hover {
11564
11624
  --tw-scale-x: 1.05;
11565
11625
  --tw-scale-y: 1.05;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.242",
3
+ "version": "0.17.244",
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>",