@libxai/board 1.5.6 → 1.5.7
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 +22 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +22 -22
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -11374,6 +11374,11 @@ body {
|
|
|
11374
11374
|
}
|
|
11375
11375
|
|
|
11376
11376
|
|
|
11377
|
+
.text-amber-400\/70 {
|
|
11378
|
+
color: rgb(251 191 36 / 0.7);
|
|
11379
|
+
}
|
|
11380
|
+
|
|
11381
|
+
|
|
11377
11382
|
.text-amber-500 {
|
|
11378
11383
|
--tw-text-opacity: 1;
|
|
11379
11384
|
color: rgb(245 158 11 / var(--tw-text-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7",
|
|
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>",
|