@libxai/board 0.17.176 → 0.17.178

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
@@ -6250,7 +6250,7 @@
6250
6250
  }
6251
6251
 
6252
6252
 
6253
- /* Drop zone - v0.17.172: Always visible border and content */
6253
+ /* Drop zone - Original dark theme styles */
6254
6254
 
6255
6255
 
6256
6256
  .attachment-dropzone {
@@ -6259,12 +6259,12 @@
6259
6259
  display: flex;
6260
6260
  align-items: center;
6261
6261
  justify-content: center;
6262
- border: 2px dashed rgba(99, 102, 241, 0.5);
6262
+ border: 2px dashed rgba(255, 255, 255, 0.15);
6263
6263
  border-radius: 12px;
6264
6264
  background: linear-gradient(
6265
6265
  135deg,
6266
- rgba(99, 102, 241, 0.08) 0%,
6267
- rgba(99, 102, 241, 0.03) 100%
6266
+ rgba(255, 255, 255, 0.03) 0%,
6267
+ rgba(255, 255, 255, 0.01) 100%
6268
6268
  );
6269
6269
  backdrop-filter: blur(10px);
6270
6270
  cursor: pointer;
@@ -6311,34 +6311,34 @@
6311
6311
 
6312
6312
 
6313
6313
  .attachment-dropzone-icon {
6314
- color: rgba(99, 102, 241, 0.7);
6314
+ color: rgba(255, 255, 255, 0.4);
6315
6315
  transition: color 0.3s ease;
6316
6316
  }
6317
6317
 
6318
6318
 
6319
6319
  .attachment-dropzone:hover .attachment-dropzone-icon {
6320
- color: rgba(99, 102, 241, 1);
6320
+ color: rgba(59, 130, 246, 0.8);
6321
6321
  }
6322
6322
 
6323
6323
 
6324
6324
  .attachment-dropzone-text {
6325
6325
  font-size: 16px;
6326
6326
  font-weight: 600;
6327
- color: rgba(99, 102, 241, 0.9);
6327
+ color: rgba(255, 255, 255, 0.9);
6328
6328
  margin: 0;
6329
6329
  }
6330
6330
 
6331
6331
 
6332
6332
  .attachment-dropzone-subtext {
6333
6333
  font-size: 14px;
6334
- color: rgba(99, 102, 241, 0.7);
6334
+ color: rgba(255, 255, 255, 0.5);
6335
6335
  margin: 0;
6336
6336
  }
6337
6337
 
6338
6338
 
6339
6339
  .attachment-dropzone-info {
6340
6340
  font-size: 12px;
6341
- color: rgba(99, 102, 241, 0.6);
6341
+ color: rgba(255, 255, 255, 0.4);
6342
6342
  margin: 0;
6343
6343
  margin-top: 4px;
6344
6344
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.176",
3
+ "version": "0.17.178",
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>",