@libxai/board 0.18.14 → 0.18.15
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/styles.css +10 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8877,6 +8877,11 @@ body {
|
|
|
8877
8877
|
}
|
|
8878
8878
|
|
|
8879
8879
|
|
|
8880
|
+
.max-h-\[120px\] {
|
|
8881
|
+
max-height: 120px;
|
|
8882
|
+
}
|
|
8883
|
+
|
|
8884
|
+
|
|
8880
8885
|
.max-h-\[200px\] {
|
|
8881
8886
|
max-height: 200px;
|
|
8882
8887
|
}
|
|
@@ -9399,6 +9404,11 @@ body {
|
|
|
9399
9404
|
}
|
|
9400
9405
|
|
|
9401
9406
|
|
|
9407
|
+
.items-end {
|
|
9408
|
+
align-items: flex-end;
|
|
9409
|
+
}
|
|
9410
|
+
|
|
9411
|
+
|
|
9402
9412
|
.items-center {
|
|
9403
9413
|
align-items: center;
|
|
9404
9414
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.15",
|
|
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>",
|