@libxai/board 0.14.2 → 0.14.3
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.d.cts +7 -9
- package/dist/index.d.ts +7 -9
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -15
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8064,11 +8064,6 @@ body {
|
|
|
8064
8064
|
}
|
|
8065
8065
|
|
|
8066
8066
|
|
|
8067
|
-
.h-12 {
|
|
8068
|
-
height: 3rem;
|
|
8069
|
-
}
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
8067
|
.h-14 {
|
|
8073
8068
|
height: 3.5rem;
|
|
8074
8069
|
}
|
|
@@ -8204,11 +8199,6 @@ body {
|
|
|
8204
8199
|
}
|
|
8205
8200
|
|
|
8206
8201
|
|
|
8207
|
-
.w-12 {
|
|
8208
|
-
width: 3rem;
|
|
8209
|
-
}
|
|
8210
|
-
|
|
8211
|
-
|
|
8212
8202
|
.w-2 {
|
|
8213
8203
|
width: 0.5rem;
|
|
8214
8204
|
}
|
|
@@ -8455,11 +8445,6 @@ body {
|
|
|
8455
8445
|
}
|
|
8456
8446
|
|
|
8457
8447
|
|
|
8458
|
-
.items-end {
|
|
8459
|
-
align-items: flex-end;
|
|
8460
|
-
}
|
|
8461
|
-
|
|
8462
|
-
|
|
8463
8448
|
.items-center {
|
|
8464
8449
|
align-items: center;
|
|
8465
8450
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.3",
|
|
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>",
|