@libxai/board 0.17.217 → 0.17.219
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 +15 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/styles.css +2 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -11564,8 +11564,8 @@ body {
|
|
|
11564
11564
|
}
|
|
11565
11565
|
|
|
11566
11566
|
|
|
11567
|
-
.hover\:bg-blue-500\/
|
|
11568
|
-
background-color: rgb(59 130 246 / 0.
|
|
11567
|
+
.hover\:bg-blue-500\/30:hover {
|
|
11568
|
+
background-color: rgb(59 130 246 / 0.3);
|
|
11569
11569
|
}
|
|
11570
11570
|
|
|
11571
11571
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.219",
|
|
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>",
|