@libxai/board 0.18.17 → 0.18.19

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
@@ -10445,11 +10445,21 @@ body {
10445
10445
  }
10446
10446
 
10447
10447
 
10448
+ .pl-4 {
10449
+ padding-left: 1rem;
10450
+ }
10451
+
10452
+
10448
10453
  .pl-9 {
10449
10454
  padding-left: 2.25rem;
10450
10455
  }
10451
10456
 
10452
10457
 
10458
+ .pr-2 {
10459
+ padding-right: 0.5rem;
10460
+ }
10461
+
10462
+
10453
10463
  .pr-3 {
10454
10464
  padding-right: 0.75rem;
10455
10465
  }
@@ -11719,6 +11729,94 @@ body {
11719
11729
  }
11720
11730
 
11721
11731
 
11732
+ /* ============================================================================
11733
+ SLIM SCROLLBAR - v0.18.17
11734
+ Ultra-thin, subtle scrollbar for activity panels and textareas
11735
+ Only visible on hover, minimal visual footprint
11736
+ ============================================================================ */
11737
+
11738
+
11739
+ .scrollbar-slim {
11740
+ scrollbar-width: thin;
11741
+ scrollbar-color: transparent transparent;
11742
+ }
11743
+
11744
+
11745
+ .scrollbar-slim:hover {
11746
+ scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
11747
+ }
11748
+
11749
+
11750
+ .scrollbar-slim::-webkit-scrollbar {
11751
+ width: 4px;
11752
+ height: 4px;
11753
+ }
11754
+
11755
+
11756
+ .scrollbar-slim::-webkit-scrollbar-track {
11757
+ background: transparent;
11758
+ }
11759
+
11760
+
11761
+ .scrollbar-slim::-webkit-scrollbar-thumb {
11762
+ background: transparent;
11763
+ border-radius: 4px;
11764
+ -webkit-transition: background 0.2s ease;
11765
+ transition: background 0.2s ease;
11766
+ }
11767
+
11768
+
11769
+ .scrollbar-slim:hover::-webkit-scrollbar-thumb {
11770
+ background: rgba(255, 255, 255, 0.2);
11771
+ }
11772
+
11773
+
11774
+ .scrollbar-slim::-webkit-scrollbar-thumb:hover {
11775
+ background: rgba(255, 255, 255, 0.3);
11776
+ }
11777
+
11778
+
11779
+ /* Light theme variant */
11780
+
11781
+
11782
+ .scrollbar-slim-light {
11783
+ scrollbar-width: thin;
11784
+ scrollbar-color: transparent transparent;
11785
+ }
11786
+
11787
+
11788
+ .scrollbar-slim-light:hover {
11789
+ scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
11790
+ }
11791
+
11792
+
11793
+ .scrollbar-slim-light::-webkit-scrollbar {
11794
+ width: 4px;
11795
+ height: 4px;
11796
+ }
11797
+
11798
+
11799
+ .scrollbar-slim-light::-webkit-scrollbar-track {
11800
+ background: transparent;
11801
+ }
11802
+
11803
+
11804
+ .scrollbar-slim-light::-webkit-scrollbar-thumb {
11805
+ background: transparent;
11806
+ border-radius: 4px;
11807
+ }
11808
+
11809
+
11810
+ .scrollbar-slim-light:hover::-webkit-scrollbar-thumb {
11811
+ background: rgba(0, 0, 0, 0.15);
11812
+ }
11813
+
11814
+
11815
+ .scrollbar-slim-light::-webkit-scrollbar-thumb:hover {
11816
+ background: rgba(0, 0, 0, 0.25);
11817
+ }
11818
+
11819
+
11722
11820
  .placeholder\:text-\[\#6B7280\]::-moz-placeholder {
11723
11821
  --tw-text-opacity: 1;
11724
11822
  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.18.17",
3
+ "version": "0.18.19",
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>",