@libxai/board 0.18.22 → 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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +25 -20
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8852,6 +8852,11 @@ body {
|
|
|
8852
8852
|
}
|
|
8853
8853
|
|
|
8854
8854
|
|
|
8855
|
+
.h-\[49px\] {
|
|
8856
|
+
height: 49px;
|
|
8857
|
+
}
|
|
8858
|
+
|
|
8859
|
+
|
|
8855
8860
|
.h-full {
|
|
8856
8861
|
height: 100%;
|
|
8857
8862
|
}
|
|
@@ -11732,42 +11737,42 @@ body {
|
|
|
11732
11737
|
|
|
11733
11738
|
|
|
11734
11739
|
.scrollbar-slim {
|
|
11735
|
-
scrollbar-width: thin;
|
|
11736
|
-
scrollbar-color: transparent transparent;
|
|
11740
|
+
scrollbar-width: thin !important;
|
|
11741
|
+
scrollbar-color: transparent transparent !important;
|
|
11737
11742
|
}
|
|
11738
11743
|
|
|
11739
11744
|
|
|
11740
11745
|
.scrollbar-slim:hover {
|
|
11741
|
-
scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
|
|
11746
|
+
scrollbar-color: rgba(255, 255, 255, 0.2) transparent !important;
|
|
11742
11747
|
}
|
|
11743
11748
|
|
|
11744
11749
|
|
|
11745
11750
|
.scrollbar-slim::-webkit-scrollbar {
|
|
11746
|
-
width: 4px;
|
|
11747
|
-
height: 4px;
|
|
11751
|
+
width: 4px !important;
|
|
11752
|
+
height: 4px !important;
|
|
11748
11753
|
}
|
|
11749
11754
|
|
|
11750
11755
|
|
|
11751
11756
|
.scrollbar-slim::-webkit-scrollbar-track {
|
|
11752
|
-
background: transparent;
|
|
11757
|
+
background: transparent !important;
|
|
11753
11758
|
}
|
|
11754
11759
|
|
|
11755
11760
|
|
|
11756
11761
|
.scrollbar-slim::-webkit-scrollbar-thumb {
|
|
11757
|
-
background: transparent;
|
|
11758
|
-
border-radius: 4px;
|
|
11762
|
+
background: transparent !important;
|
|
11763
|
+
border-radius: 4px !important;
|
|
11759
11764
|
-webkit-transition: background 0.2s ease;
|
|
11760
11765
|
transition: background 0.2s ease;
|
|
11761
11766
|
}
|
|
11762
11767
|
|
|
11763
11768
|
|
|
11764
11769
|
.scrollbar-slim:hover::-webkit-scrollbar-thumb {
|
|
11765
|
-
background: rgba(255, 255, 255, 0.2);
|
|
11770
|
+
background: rgba(255, 255, 255, 0.2) !important;
|
|
11766
11771
|
}
|
|
11767
11772
|
|
|
11768
11773
|
|
|
11769
11774
|
.scrollbar-slim::-webkit-scrollbar-thumb:hover {
|
|
11770
|
-
background: rgba(255, 255, 255, 0.3);
|
|
11775
|
+
background: rgba(255, 255, 255, 0.3) !important;
|
|
11771
11776
|
}
|
|
11772
11777
|
|
|
11773
11778
|
|
|
@@ -11775,40 +11780,40 @@ body {
|
|
|
11775
11780
|
|
|
11776
11781
|
|
|
11777
11782
|
.scrollbar-slim-light {
|
|
11778
|
-
scrollbar-width: thin;
|
|
11779
|
-
scrollbar-color: transparent transparent;
|
|
11783
|
+
scrollbar-width: thin !important;
|
|
11784
|
+
scrollbar-color: transparent transparent !important;
|
|
11780
11785
|
}
|
|
11781
11786
|
|
|
11782
11787
|
|
|
11783
11788
|
.scrollbar-slim-light:hover {
|
|
11784
|
-
scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
|
|
11789
|
+
scrollbar-color: rgba(0, 0, 0, 0.15) transparent !important;
|
|
11785
11790
|
}
|
|
11786
11791
|
|
|
11787
11792
|
|
|
11788
11793
|
.scrollbar-slim-light::-webkit-scrollbar {
|
|
11789
|
-
width: 4px;
|
|
11790
|
-
height: 4px;
|
|
11794
|
+
width: 4px !important;
|
|
11795
|
+
height: 4px !important;
|
|
11791
11796
|
}
|
|
11792
11797
|
|
|
11793
11798
|
|
|
11794
11799
|
.scrollbar-slim-light::-webkit-scrollbar-track {
|
|
11795
|
-
background: transparent;
|
|
11800
|
+
background: transparent !important;
|
|
11796
11801
|
}
|
|
11797
11802
|
|
|
11798
11803
|
|
|
11799
11804
|
.scrollbar-slim-light::-webkit-scrollbar-thumb {
|
|
11800
|
-
background: transparent;
|
|
11801
|
-
border-radius: 4px;
|
|
11805
|
+
background: transparent !important;
|
|
11806
|
+
border-radius: 4px !important;
|
|
11802
11807
|
}
|
|
11803
11808
|
|
|
11804
11809
|
|
|
11805
11810
|
.scrollbar-slim-light:hover::-webkit-scrollbar-thumb {
|
|
11806
|
-
background: rgba(0, 0, 0, 0.15);
|
|
11811
|
+
background: rgba(0, 0, 0, 0.15) !important;
|
|
11807
11812
|
}
|
|
11808
11813
|
|
|
11809
11814
|
|
|
11810
11815
|
.scrollbar-slim-light::-webkit-scrollbar-thumb:hover {
|
|
11811
|
-
background: rgba(0, 0, 0, 0.25);
|
|
11816
|
+
background: rgba(0, 0, 0, 0.25) !important;
|
|
11812
11817
|
}
|
|
11813
11818
|
|
|
11814
11819
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.18.
|
|
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>",
|