@libxai/board 0.17.222 → 0.17.223

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
@@ -11455,6 +11455,23 @@ body {
11455
11455
  }
11456
11456
 
11457
11457
 
11458
+ /* ============================================================================
11459
+ GANTT GRID SCROLL - v0.17.223
11460
+ Hide scrollbar on TaskGrid while keeping scroll functional
11461
+ ============================================================================ */
11462
+
11463
+
11464
+ .gantt-grid-scroll {
11465
+ -ms-overflow-style: none; /* IE and Edge */
11466
+ scrollbar-width: none; /* Firefox */
11467
+ }
11468
+
11469
+
11470
+ .gantt-grid-scroll::-webkit-scrollbar {
11471
+ display: none; /* Chrome, Safari, Opera */
11472
+ }
11473
+
11474
+
11458
11475
  .placeholder\:text-\[\#6B7280\]::-moz-placeholder {
11459
11476
  --tw-text-opacity: 1;
11460
11477
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.222",
3
+ "version": "0.17.223",
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>",