@libxai/board 1.8.2 → 1.8.3
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -12
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -10730,12 +10730,6 @@ body {
|
|
|
10730
10730
|
}
|
|
10731
10731
|
|
|
10732
10732
|
|
|
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
10733
|
.bg-transparent {
|
|
10740
10734
|
background-color: transparent;
|
|
10741
10735
|
}
|
|
@@ -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));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.3",
|
|
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>",
|