@libxai/board 0.17.246 → 0.17.247
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 +25 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +49 -50
- package/dist/index.d.ts +49 -50
- package/dist/index.js +25 -25
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -5
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -10840,11 +10840,6 @@ body {
|
|
|
10840
10840
|
}
|
|
10841
10841
|
|
|
10842
10842
|
|
|
10843
|
-
.opacity-40 {
|
|
10844
|
-
opacity: 0.4;
|
|
10845
|
-
}
|
|
10846
|
-
|
|
10847
|
-
|
|
10848
10843
|
.opacity-50 {
|
|
10849
10844
|
opacity: 0.5;
|
|
10850
10845
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.247",
|
|
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>",
|