@libxai/board 0.14.7 → 0.16.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 +27 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +171 -2
- package/dist/index.d.ts +171 -2
- package/dist/index.js +27 -27
- package/dist/index.js.map +1 -1
- package/dist/styles.css +29 -4
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -7844,6 +7844,11 @@ body {
|
|
|
7844
7844
|
}
|
|
7845
7845
|
|
|
7846
7846
|
|
|
7847
|
+
.left-1 {
|
|
7848
|
+
left: 0.25rem;
|
|
7849
|
+
}
|
|
7850
|
+
|
|
7851
|
+
|
|
7847
7852
|
.left-1\/2 {
|
|
7848
7853
|
left: 50%;
|
|
7849
7854
|
}
|
|
@@ -7859,6 +7864,11 @@ body {
|
|
|
7859
7864
|
}
|
|
7860
7865
|
|
|
7861
7866
|
|
|
7867
|
+
.right-1 {
|
|
7868
|
+
right: 0.25rem;
|
|
7869
|
+
}
|
|
7870
|
+
|
|
7871
|
+
|
|
7862
7872
|
.right-4 {
|
|
7863
7873
|
right: 1rem;
|
|
7864
7874
|
}
|
|
@@ -8054,6 +8064,11 @@ body {
|
|
|
8054
8064
|
}
|
|
8055
8065
|
|
|
8056
8066
|
|
|
8067
|
+
.h-0\.5 {
|
|
8068
|
+
height: 0.125rem;
|
|
8069
|
+
}
|
|
8070
|
+
|
|
8071
|
+
|
|
8057
8072
|
.h-1\.5 {
|
|
8058
8073
|
height: 0.375rem;
|
|
8059
8074
|
}
|
|
@@ -8064,8 +8079,8 @@ body {
|
|
|
8064
8079
|
}
|
|
8065
8080
|
|
|
8066
8081
|
|
|
8067
|
-
.h-
|
|
8068
|
-
height:
|
|
8082
|
+
.h-12 {
|
|
8083
|
+
height: 3rem;
|
|
8069
8084
|
}
|
|
8070
8085
|
|
|
8071
8086
|
|
|
@@ -8214,6 +8229,11 @@ body {
|
|
|
8214
8229
|
}
|
|
8215
8230
|
|
|
8216
8231
|
|
|
8232
|
+
.w-36 {
|
|
8233
|
+
width: 9rem;
|
|
8234
|
+
}
|
|
8235
|
+
|
|
8236
|
+
|
|
8217
8237
|
.w-4 {
|
|
8218
8238
|
width: 1rem;
|
|
8219
8239
|
}
|
|
@@ -8289,8 +8309,8 @@ body {
|
|
|
8289
8309
|
}
|
|
8290
8310
|
|
|
8291
8311
|
|
|
8292
|
-
.min-w-\[
|
|
8293
|
-
min-width:
|
|
8312
|
+
.min-w-\[42px\] {
|
|
8313
|
+
min-width: 42px;
|
|
8294
8314
|
}
|
|
8295
8315
|
|
|
8296
8316
|
|
|
@@ -9308,6 +9328,11 @@ body {
|
|
|
9308
9328
|
}
|
|
9309
9329
|
|
|
9310
9330
|
|
|
9331
|
+
.underline {
|
|
9332
|
+
text-decoration-line: underline;
|
|
9333
|
+
}
|
|
9334
|
+
|
|
9335
|
+
|
|
9311
9336
|
.placeholder-white\/40::-moz-placeholder {
|
|
9312
9337
|
color: rgb(255 255 255 / 0.4);
|
|
9313
9338
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.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>",
|