@libxai/board 0.17.90 → 0.17.92

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
@@ -8158,6 +8158,11 @@ body {
8158
8158
  }
8159
8159
 
8160
8160
 
8161
+ .left-32 {
8162
+ left: 8rem;
8163
+ }
8164
+
8165
+
8161
8166
  .left-4 {
8162
8167
  left: 1rem;
8163
8168
  }
@@ -8726,6 +8731,11 @@ body {
8726
8731
  }
8727
8732
 
8728
8733
 
8734
+ .min-w-\[140px\] {
8735
+ min-width: 140px;
8736
+ }
8737
+
8738
+
8729
8739
  .min-w-\[180px\] {
8730
8740
  min-width: 180px;
8731
8741
  }
@@ -8761,6 +8771,11 @@ body {
8761
8771
  }
8762
8772
 
8763
8773
 
8774
+ .min-w-\[40px\] {
8775
+ min-width: 40px;
8776
+ }
8777
+
8778
+
8764
8779
  .min-w-\[42px\] {
8765
8780
  min-width: 42px;
8766
8781
  }
@@ -9479,6 +9494,12 @@ body {
9479
9494
  }
9480
9495
 
9481
9496
 
9497
+ .bg-gray-400 {
9498
+ --tw-bg-opacity: 1;
9499
+ background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
9500
+ }
9501
+
9502
+
9482
9503
  .bg-gray-50 {
9483
9504
  --tw-bg-opacity: 1;
9484
9505
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
@@ -11166,6 +11187,12 @@ body {
11166
11187
  }
11167
11188
 
11168
11189
 
11190
+ .hover\:text-\[\#9CA3AF\]:hover {
11191
+ --tw-text-opacity: 1;
11192
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
11193
+ }
11194
+
11195
+
11169
11196
  .hover\:text-asakaa-text-primary:hover {
11170
11197
  --tw-text-opacity: 1;
11171
11198
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -11184,6 +11211,12 @@ body {
11184
11211
  }
11185
11212
 
11186
11213
 
11214
+ .hover\:text-gray-600:hover {
11215
+ --tw-text-opacity: 1;
11216
+ color: rgb(75 85 99 / var(--tw-text-opacity, 1));
11217
+ }
11218
+
11219
+
11187
11220
  .hover\:text-gray-700:hover {
11188
11221
  --tw-text-opacity: 1;
11189
11222
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
@@ -11206,11 +11239,28 @@ body {
11206
11239
  }
11207
11240
 
11208
11241
 
11242
+ .hover\:underline:hover {
11243
+ text-decoration-line: underline;
11244
+ }
11245
+
11246
+
11209
11247
  .hover\:opacity-100:hover {
11210
11248
  opacity: 1;
11211
11249
  }
11212
11250
 
11213
11251
 
11252
+ .hover\:ring-2:hover {
11253
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
11254
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
11255
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
11256
+ }
11257
+
11258
+
11259
+ .hover\:ring-white\/20:hover {
11260
+ --tw-ring-color: rgb(255 255 255 / 0.2);
11261
+ }
11262
+
11263
+
11214
11264
  .focus\:border-blue-500\/50:focus {
11215
11265
  border-color: rgb(59 130 246 / 0.5);
11216
11266
  }
@@ -11326,3 +11376,35 @@ body {
11326
11376
  inset: 3rem;
11327
11377
  }
11328
11378
  }
11379
+
11380
+
11381
+ .\[\&\:\:-webkit-slider-thumb\]\:h-4::-webkit-slider-thumb {
11382
+ height: 1rem;
11383
+ }
11384
+
11385
+
11386
+ .\[\&\:\:-webkit-slider-thumb\]\:w-4::-webkit-slider-thumb {
11387
+ width: 1rem;
11388
+ }
11389
+
11390
+
11391
+ .\[\&\:\:-webkit-slider-thumb\]\:cursor-pointer::-webkit-slider-thumb {
11392
+ cursor: pointer;
11393
+ }
11394
+
11395
+
11396
+ .\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb {
11397
+ -webkit-appearance: none;
11398
+ appearance: none;
11399
+ }
11400
+
11401
+
11402
+ .\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb {
11403
+ border-radius: 9999px;
11404
+ }
11405
+
11406
+
11407
+ .\[\&\:\:-webkit-slider-thumb\]\:bg-\[\#3B82F6\]::-webkit-slider-thumb {
11408
+ --tw-bg-opacity: 1;
11409
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
11410
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.90",
3
+ "version": "0.17.92",
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>",