@libxai/board 0.17.379 → 0.17.381

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
@@ -9826,6 +9826,11 @@ body {
9826
9826
  }
9827
9827
 
9828
9828
 
9829
+ .bg-black\/40 {
9830
+ background-color: rgb(0 0 0 / 0.4);
9831
+ }
9832
+
9833
+
9829
9834
  .bg-black\/50 {
9830
9835
  background-color: rgb(0 0 0 / 0.5);
9831
9836
  }
@@ -10075,13 +10080,6 @@ body {
10075
10080
  }
10076
10081
 
10077
10082
 
10078
- .from-gray-700 {
10079
- --tw-gradient-from: #374151 var(--tw-gradient-from-position);
10080
- --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
10081
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
10082
- }
10083
-
10084
-
10085
10083
  .from-gray-900\/95 {
10086
10084
  --tw-gradient-from: rgb(17 24 39 / 0.95) var(--tw-gradient-from-position);
10087
10085
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
@@ -10094,11 +10092,6 @@ body {
10094
10092
  }
10095
10093
 
10096
10094
 
10097
- .to-gray-800 {
10098
- --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
10099
- }
10100
-
10101
-
10102
10095
  .to-gray-800\/95 {
10103
10096
  --tw-gradient-to: rgb(31 41 55 / 0.95) var(--tw-gradient-to-position);
10104
10097
  }
@@ -12011,6 +12004,106 @@ body {
12011
12004
  }
12012
12005
 
12013
12006
 
12007
+ @media (prefers-color-scheme: dark) {
12008
+
12009
+
12010
+ .dark\:border-white\/10 {
12011
+ border-color: rgb(255 255 255 / 0.1);
12012
+ }
12013
+
12014
+
12015
+ .dark\:border-white\/20 {
12016
+ border-color: rgb(255 255 255 / 0.2);
12017
+ }
12018
+
12019
+
12020
+ .dark\:bg-black\/60 {
12021
+ background-color: rgb(0 0 0 / 0.6);
12022
+ }
12023
+
12024
+
12025
+ .dark\:bg-white\/10 {
12026
+ background-color: rgb(255 255 255 / 0.1);
12027
+ }
12028
+
12029
+
12030
+ .dark\:bg-white\/5 {
12031
+ background-color: rgb(255 255 255 / 0.05);
12032
+ }
12033
+
12034
+
12035
+ .dark\:bg-gradient-to-br {
12036
+ background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
12037
+ }
12038
+
12039
+
12040
+ .dark\:from-gray-700 {
12041
+ --tw-gradient-from: #374151 var(--tw-gradient-from-position);
12042
+ --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
12043
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
12044
+ }
12045
+
12046
+
12047
+ .dark\:from-gray-900\/95 {
12048
+ --tw-gradient-from: rgb(17 24 39 / 0.95) var(--tw-gradient-from-position);
12049
+ --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
12050
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
12051
+ }
12052
+
12053
+
12054
+ .dark\:to-gray-800 {
12055
+ --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
12056
+ }
12057
+
12058
+
12059
+ .dark\:to-gray-800\/95 {
12060
+ --tw-gradient-to: rgb(31 41 55 / 0.95) var(--tw-gradient-to-position);
12061
+ }
12062
+
12063
+
12064
+ .dark\:text-white {
12065
+ --tw-text-opacity: 1;
12066
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
12067
+ }
12068
+
12069
+
12070
+ .dark\:text-white\/50 {
12071
+ color: rgb(255 255 255 / 0.5);
12072
+ }
12073
+
12074
+
12075
+ .dark\:text-white\/60 {
12076
+ color: rgb(255 255 255 / 0.6);
12077
+ }
12078
+
12079
+
12080
+ .dark\:text-white\/70 {
12081
+ color: rgb(255 255 255 / 0.7);
12082
+ }
12083
+
12084
+
12085
+ .dark\:text-white\/80 {
12086
+ color: rgb(255 255 255 / 0.8);
12087
+ }
12088
+
12089
+
12090
+ .dark\:text-white\/90 {
12091
+ color: rgb(255 255 255 / 0.9);
12092
+ }
12093
+
12094
+
12095
+ .dark\:hover\:bg-white\/10:hover {
12096
+ background-color: rgb(255 255 255 / 0.1);
12097
+ }
12098
+
12099
+
12100
+ .dark\:hover\:text-white:hover {
12101
+ --tw-text-opacity: 1;
12102
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
12103
+ }
12104
+ }
12105
+
12106
+
12014
12107
  .\[\&\:\:-webkit-slider-thumb\]\:h-4::-webkit-slider-thumb {
12015
12108
  height: 1rem;
12016
12109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.379",
3
+ "version": "0.17.381",
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>",