@libxai/board 0.18.23 → 0.18.24

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.
Files changed (2) hide show
  1. package/dist/styles.css +20 -20
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -11737,42 +11737,42 @@ body {
11737
11737
 
11738
11738
 
11739
11739
  .scrollbar-slim {
11740
- scrollbar-width: thin;
11741
- scrollbar-color: transparent transparent;
11740
+ scrollbar-width: thin !important;
11741
+ scrollbar-color: transparent transparent !important;
11742
11742
  }
11743
11743
 
11744
11744
 
11745
11745
  .scrollbar-slim:hover {
11746
- scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
11746
+ scrollbar-color: rgba(255, 255, 255, 0.2) transparent !important;
11747
11747
  }
11748
11748
 
11749
11749
 
11750
11750
  .scrollbar-slim::-webkit-scrollbar {
11751
- width: 4px;
11752
- height: 4px;
11751
+ width: 4px !important;
11752
+ height: 4px !important;
11753
11753
  }
11754
11754
 
11755
11755
 
11756
11756
  .scrollbar-slim::-webkit-scrollbar-track {
11757
- background: transparent;
11757
+ background: transparent !important;
11758
11758
  }
11759
11759
 
11760
11760
 
11761
11761
  .scrollbar-slim::-webkit-scrollbar-thumb {
11762
- background: transparent;
11763
- border-radius: 4px;
11762
+ background: transparent !important;
11763
+ border-radius: 4px !important;
11764
11764
  -webkit-transition: background 0.2s ease;
11765
11765
  transition: background 0.2s ease;
11766
11766
  }
11767
11767
 
11768
11768
 
11769
11769
  .scrollbar-slim:hover::-webkit-scrollbar-thumb {
11770
- background: rgba(255, 255, 255, 0.2);
11770
+ background: rgba(255, 255, 255, 0.2) !important;
11771
11771
  }
11772
11772
 
11773
11773
 
11774
11774
  .scrollbar-slim::-webkit-scrollbar-thumb:hover {
11775
- background: rgba(255, 255, 255, 0.3);
11775
+ background: rgba(255, 255, 255, 0.3) !important;
11776
11776
  }
11777
11777
 
11778
11778
 
@@ -11780,40 +11780,40 @@ body {
11780
11780
 
11781
11781
 
11782
11782
  .scrollbar-slim-light {
11783
- scrollbar-width: thin;
11784
- scrollbar-color: transparent transparent;
11783
+ scrollbar-width: thin !important;
11784
+ scrollbar-color: transparent transparent !important;
11785
11785
  }
11786
11786
 
11787
11787
 
11788
11788
  .scrollbar-slim-light:hover {
11789
- scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
11789
+ scrollbar-color: rgba(0, 0, 0, 0.15) transparent !important;
11790
11790
  }
11791
11791
 
11792
11792
 
11793
11793
  .scrollbar-slim-light::-webkit-scrollbar {
11794
- width: 4px;
11795
- height: 4px;
11794
+ width: 4px !important;
11795
+ height: 4px !important;
11796
11796
  }
11797
11797
 
11798
11798
 
11799
11799
  .scrollbar-slim-light::-webkit-scrollbar-track {
11800
- background: transparent;
11800
+ background: transparent !important;
11801
11801
  }
11802
11802
 
11803
11803
 
11804
11804
  .scrollbar-slim-light::-webkit-scrollbar-thumb {
11805
- background: transparent;
11806
- border-radius: 4px;
11805
+ background: transparent !important;
11806
+ border-radius: 4px !important;
11807
11807
  }
11808
11808
 
11809
11809
 
11810
11810
  .scrollbar-slim-light:hover::-webkit-scrollbar-thumb {
11811
- background: rgba(0, 0, 0, 0.15);
11811
+ background: rgba(0, 0, 0, 0.15) !important;
11812
11812
  }
11813
11813
 
11814
11814
 
11815
11815
  .scrollbar-slim-light::-webkit-scrollbar-thumb:hover {
11816
- background: rgba(0, 0, 0, 0.25);
11816
+ background: rgba(0, 0, 0, 0.25) !important;
11817
11817
  }
11818
11818
 
11819
11819
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.18.23",
3
+ "version": "0.18.24",
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>",