@libxai/board 0.17.90 → 0.17.91

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
@@ -11166,6 +11166,12 @@ body {
11166
11166
  }
11167
11167
 
11168
11168
 
11169
+ .hover\:text-\[\#9CA3AF\]:hover {
11170
+ --tw-text-opacity: 1;
11171
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
11172
+ }
11173
+
11174
+
11169
11175
  .hover\:text-asakaa-text-primary:hover {
11170
11176
  --tw-text-opacity: 1;
11171
11177
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -11184,6 +11190,12 @@ body {
11184
11190
  }
11185
11191
 
11186
11192
 
11193
+ .hover\:text-gray-600:hover {
11194
+ --tw-text-opacity: 1;
11195
+ color: rgb(75 85 99 / var(--tw-text-opacity, 1));
11196
+ }
11197
+
11198
+
11187
11199
  .hover\:text-gray-700:hover {
11188
11200
  --tw-text-opacity: 1;
11189
11201
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
@@ -11206,6 +11218,11 @@ body {
11206
11218
  }
11207
11219
 
11208
11220
 
11221
+ .hover\:underline:hover {
11222
+ text-decoration-line: underline;
11223
+ }
11224
+
11225
+
11209
11226
  .hover\:opacity-100:hover {
11210
11227
  opacity: 1;
11211
11228
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.90",
3
+ "version": "0.17.91",
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>",