@libxai/board 0.8.2 → 0.9.0
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 +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/styles.css +15 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -7302,6 +7302,11 @@ body {
|
|
|
7302
7302
|
}
|
|
7303
7303
|
|
|
7304
7304
|
|
|
7305
|
+
.mt-3 {
|
|
7306
|
+
margin-top: 0.75rem;
|
|
7307
|
+
}
|
|
7308
|
+
|
|
7309
|
+
|
|
7305
7310
|
.mt-4 {
|
|
7306
7311
|
margin-top: 1rem;
|
|
7307
7312
|
}
|
|
@@ -8758,6 +8763,16 @@ body {
|
|
|
8758
8763
|
}
|
|
8759
8764
|
|
|
8760
8765
|
|
|
8766
|
+
.duration-200 {
|
|
8767
|
+
transition-duration: 200ms;
|
|
8768
|
+
}
|
|
8769
|
+
|
|
8770
|
+
|
|
8771
|
+
.duration-300 {
|
|
8772
|
+
transition-duration: 300ms;
|
|
8773
|
+
}
|
|
8774
|
+
|
|
8775
|
+
|
|
8761
8776
|
.ease-in {
|
|
8762
8777
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
8763
8778
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Professional Gantt Chart + Kanban Board for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
|
|
6
6
|
"author": "LibXAI <hello@libxai.com>",
|