@libxai/board 1.8.2 → 1.8.4
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 +24 -44
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +24 -44
- package/dist/index.js.map +1 -1
- package/dist/styles.css +10 -17
- 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
|
}
|
|
@@ -10730,12 +10725,6 @@ body {
|
|
|
10730
10725
|
}
|
|
10731
10726
|
|
|
10732
10727
|
|
|
10733
|
-
.bg-teal-500 {
|
|
10734
|
-
--tw-bg-opacity: 1;
|
|
10735
|
-
background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
|
|
10736
|
-
}
|
|
10737
|
-
|
|
10738
|
-
|
|
10739
10728
|
.bg-transparent {
|
|
10740
10729
|
background-color: transparent;
|
|
10741
10730
|
}
|
|
@@ -11111,6 +11100,11 @@ body {
|
|
|
11111
11100
|
}
|
|
11112
11101
|
|
|
11113
11102
|
|
|
11103
|
+
.pl-3 {
|
|
11104
|
+
padding-left: 0.75rem;
|
|
11105
|
+
}
|
|
11106
|
+
|
|
11107
|
+
|
|
11114
11108
|
.pl-4 {
|
|
11115
11109
|
padding-left: 1rem;
|
|
11116
11110
|
}
|
|
@@ -11548,12 +11542,6 @@ body {
|
|
|
11548
11542
|
}
|
|
11549
11543
|
|
|
11550
11544
|
|
|
11551
|
-
.text-cyan-600 {
|
|
11552
|
-
--tw-text-opacity: 1;
|
|
11553
|
-
color: rgb(8 145 178 / var(--tw-text-opacity, 1));
|
|
11554
|
-
}
|
|
11555
|
-
|
|
11556
|
-
|
|
11557
11545
|
.text-emerald-400 {
|
|
11558
11546
|
--tw-text-opacity: 1;
|
|
11559
11547
|
color: rgb(52 211 153 / var(--tw-text-opacity, 1));
|
|
@@ -11727,6 +11715,11 @@ body {
|
|
|
11727
11715
|
}
|
|
11728
11716
|
|
|
11729
11717
|
|
|
11718
|
+
.text-white\/55 {
|
|
11719
|
+
color: rgb(255 255 255 / 0.55);
|
|
11720
|
+
}
|
|
11721
|
+
|
|
11722
|
+
|
|
11730
11723
|
.text-white\/60 {
|
|
11731
11724
|
color: rgb(255 255 255 / 0.6);
|
|
11732
11725
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.4",
|
|
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>",
|