@libxai/board 1.8.3 → 1.8.5
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 +55 -75
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +41 -1
- package/dist/index.d.ts +41 -1
- package/dist/index.js +55 -75
- package/dist/index.js.map +1 -1
- package/dist/styles.css +10 -5
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -9530,11 +9530,6 @@ body {
|
|
|
9530
9530
|
}
|
|
9531
9531
|
|
|
9532
9532
|
|
|
9533
|
-
.cursor-help {
|
|
9534
|
-
cursor: help;
|
|
9535
|
-
}
|
|
9536
|
-
|
|
9537
|
-
|
|
9538
9533
|
.cursor-not-allowed {
|
|
9539
9534
|
cursor: not-allowed;
|
|
9540
9535
|
}
|
|
@@ -11105,6 +11100,11 @@ body {
|
|
|
11105
11100
|
}
|
|
11106
11101
|
|
|
11107
11102
|
|
|
11103
|
+
.pl-3 {
|
|
11104
|
+
padding-left: 0.75rem;
|
|
11105
|
+
}
|
|
11106
|
+
|
|
11107
|
+
|
|
11108
11108
|
.pl-4 {
|
|
11109
11109
|
padding-left: 1rem;
|
|
11110
11110
|
}
|
|
@@ -11715,6 +11715,11 @@ body {
|
|
|
11715
11715
|
}
|
|
11716
11716
|
|
|
11717
11717
|
|
|
11718
|
+
.text-white\/55 {
|
|
11719
|
+
color: rgb(255 255 255 / 0.55);
|
|
11720
|
+
}
|
|
11721
|
+
|
|
11722
|
+
|
|
11718
11723
|
.text-white\/60 {
|
|
11719
11724
|
color: rgb(255 255 255 / 0.6);
|
|
11720
11725
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.5",
|
|
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>",
|