@libxai/board 0.17.401 → 0.17.402
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 +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/styles.css +6 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -10523,6 +10523,12 @@ body {
|
|
|
10523
10523
|
}
|
|
10524
10524
|
|
|
10525
10525
|
|
|
10526
|
+
.text-\[\#94A3B8\] {
|
|
10527
|
+
--tw-text-opacity: 1;
|
|
10528
|
+
color: rgb(148 163 184 / var(--tw-text-opacity, 1));
|
|
10529
|
+
}
|
|
10530
|
+
|
|
10531
|
+
|
|
10526
10532
|
.text-\[\#9CA3AF\] {
|
|
10527
10533
|
--tw-text-opacity: 1;
|
|
10528
10534
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.402",
|
|
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>",
|