@libxai/board 1.4.0 → 1.4.2
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 +19 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -11522,6 +11522,11 @@ body {
|
|
|
11522
11522
|
}
|
|
11523
11523
|
|
|
11524
11524
|
|
|
11525
|
+
.transition-none {
|
|
11526
|
+
transition-property: none;
|
|
11527
|
+
}
|
|
11528
|
+
|
|
11529
|
+
|
|
11525
11530
|
.transition-opacity {
|
|
11526
11531
|
transition-property: opacity;
|
|
11527
11532
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
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>",
|