@libxai/board 0.16.14 → 0.17.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 +31 -31
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +575 -3
- package/dist/index.d.ts +575 -3
- package/dist/index.js +31 -31
- package/dist/index.js.map +1 -1
- package/dist/styles.css +142 -0
- package/package.json +6 -2
package/dist/styles.css
CHANGED
|
@@ -7848,6 +7848,11 @@ body {
|
|
|
7848
7848
|
}
|
|
7849
7849
|
|
|
7850
7850
|
|
|
7851
|
+
.left-3 {
|
|
7852
|
+
left: 0.75rem;
|
|
7853
|
+
}
|
|
7854
|
+
|
|
7855
|
+
|
|
7851
7856
|
.left-4 {
|
|
7852
7857
|
left: 1rem;
|
|
7853
7858
|
}
|
|
@@ -7873,6 +7878,11 @@ body {
|
|
|
7873
7878
|
}
|
|
7874
7879
|
|
|
7875
7880
|
|
|
7881
|
+
.top-1\/2 {
|
|
7882
|
+
top: 50%;
|
|
7883
|
+
}
|
|
7884
|
+
|
|
7885
|
+
|
|
7876
7886
|
.top-2 {
|
|
7877
7887
|
top: 0.5rem;
|
|
7878
7888
|
}
|
|
@@ -7893,6 +7903,11 @@ body {
|
|
|
7893
7903
|
}
|
|
7894
7904
|
|
|
7895
7905
|
|
|
7906
|
+
.z-20 {
|
|
7907
|
+
z-index: 20;
|
|
7908
|
+
}
|
|
7909
|
+
|
|
7910
|
+
|
|
7896
7911
|
.z-50 {
|
|
7897
7912
|
z-index: 50;
|
|
7898
7913
|
}
|
|
@@ -7924,6 +7939,12 @@ body {
|
|
|
7924
7939
|
}
|
|
7925
7940
|
|
|
7926
7941
|
|
|
7942
|
+
.mx-auto {
|
|
7943
|
+
margin-left: auto;
|
|
7944
|
+
margin-right: auto;
|
|
7945
|
+
}
|
|
7946
|
+
|
|
7947
|
+
|
|
7927
7948
|
.my-1 {
|
|
7928
7949
|
margin-top: 0.25rem;
|
|
7929
7950
|
margin-bottom: 0.25rem;
|
|
@@ -7965,6 +7986,11 @@ body {
|
|
|
7965
7986
|
}
|
|
7966
7987
|
|
|
7967
7988
|
|
|
7989
|
+
.ml-1 {
|
|
7990
|
+
margin-left: 0.25rem;
|
|
7991
|
+
}
|
|
7992
|
+
|
|
7993
|
+
|
|
7968
7994
|
.ml-2 {
|
|
7969
7995
|
margin-left: 0.5rem;
|
|
7970
7996
|
}
|
|
@@ -8128,6 +8154,11 @@ body {
|
|
|
8128
8154
|
}
|
|
8129
8155
|
|
|
8130
8156
|
|
|
8157
|
+
.h-7 {
|
|
8158
|
+
height: 1.75rem;
|
|
8159
|
+
}
|
|
8160
|
+
|
|
8161
|
+
|
|
8131
8162
|
.h-8 {
|
|
8132
8163
|
height: 2rem;
|
|
8133
8164
|
}
|
|
@@ -8193,6 +8224,11 @@ body {
|
|
|
8193
8224
|
}
|
|
8194
8225
|
|
|
8195
8226
|
|
|
8227
|
+
.min-h-\[100px\] {
|
|
8228
|
+
min-height: 100px;
|
|
8229
|
+
}
|
|
8230
|
+
|
|
8231
|
+
|
|
8196
8232
|
.min-h-screen {
|
|
8197
8233
|
min-height: 100vh;
|
|
8198
8234
|
}
|
|
@@ -8208,6 +8244,11 @@ body {
|
|
|
8208
8244
|
}
|
|
8209
8245
|
|
|
8210
8246
|
|
|
8247
|
+
.w-10 {
|
|
8248
|
+
width: 2.5rem;
|
|
8249
|
+
}
|
|
8250
|
+
|
|
8251
|
+
|
|
8211
8252
|
.w-2 {
|
|
8212
8253
|
width: 0.5rem;
|
|
8213
8254
|
}
|
|
@@ -8248,6 +8289,11 @@ body {
|
|
|
8248
8289
|
}
|
|
8249
8290
|
|
|
8250
8291
|
|
|
8292
|
+
.w-7 {
|
|
8293
|
+
width: 1.75rem;
|
|
8294
|
+
}
|
|
8295
|
+
|
|
8296
|
+
|
|
8251
8297
|
.w-8 {
|
|
8252
8298
|
width: 2rem;
|
|
8253
8299
|
}
|
|
@@ -8273,6 +8319,11 @@ body {
|
|
|
8273
8319
|
}
|
|
8274
8320
|
|
|
8275
8321
|
|
|
8322
|
+
.min-w-\[140px\] {
|
|
8323
|
+
min-width: 140px;
|
|
8324
|
+
}
|
|
8325
|
+
|
|
8326
|
+
|
|
8276
8327
|
.min-w-\[180px\] {
|
|
8277
8328
|
min-width: 180px;
|
|
8278
8329
|
}
|
|
@@ -8358,6 +8409,17 @@ body {
|
|
|
8358
8409
|
}
|
|
8359
8410
|
|
|
8360
8411
|
|
|
8412
|
+
.border-collapse {
|
|
8413
|
+
border-collapse: collapse;
|
|
8414
|
+
}
|
|
8415
|
+
|
|
8416
|
+
|
|
8417
|
+
.-translate-y-1\/2 {
|
|
8418
|
+
--tw-translate-y: -50%;
|
|
8419
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
8420
|
+
}
|
|
8421
|
+
|
|
8422
|
+
|
|
8361
8423
|
.rotate-180 {
|
|
8362
8424
|
--tw-rotate: 180deg;
|
|
8363
8425
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -8438,6 +8500,16 @@ body {
|
|
|
8438
8500
|
}
|
|
8439
8501
|
|
|
8440
8502
|
|
|
8503
|
+
.grid-cols-7 {
|
|
8504
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
8505
|
+
}
|
|
8506
|
+
|
|
8507
|
+
|
|
8508
|
+
.grid-rows-6 {
|
|
8509
|
+
grid-template-rows: repeat(6, minmax(0, 1fr));
|
|
8510
|
+
}
|
|
8511
|
+
|
|
8512
|
+
|
|
8441
8513
|
.flex-col {
|
|
8442
8514
|
flex-direction: column;
|
|
8443
8515
|
}
|
|
@@ -8518,6 +8590,20 @@ body {
|
|
|
8518
8590
|
}
|
|
8519
8591
|
|
|
8520
8592
|
|
|
8593
|
+
.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
8594
|
+
--tw-space-x-reverse: 0;
|
|
8595
|
+
margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
|
|
8596
|
+
margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
8597
|
+
}
|
|
8598
|
+
|
|
8599
|
+
|
|
8600
|
+
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
8601
|
+
--tw-space-y-reverse: 0;
|
|
8602
|
+
margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
|
|
8603
|
+
margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
|
|
8604
|
+
}
|
|
8605
|
+
|
|
8606
|
+
|
|
8521
8607
|
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
8522
8608
|
--tw-space-y-reverse: 0;
|
|
8523
8609
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -9009,6 +9095,12 @@ body {
|
|
|
9009
9095
|
}
|
|
9010
9096
|
|
|
9011
9097
|
|
|
9098
|
+
.py-16 {
|
|
9099
|
+
padding-top: 4rem;
|
|
9100
|
+
padding-bottom: 4rem;
|
|
9101
|
+
}
|
|
9102
|
+
|
|
9103
|
+
|
|
9012
9104
|
.py-2 {
|
|
9013
9105
|
padding-top: 0.5rem;
|
|
9014
9106
|
padding-bottom: 0.5rem;
|
|
@@ -9061,6 +9153,16 @@ body {
|
|
|
9061
9153
|
}
|
|
9062
9154
|
|
|
9063
9155
|
|
|
9156
|
+
.pl-9 {
|
|
9157
|
+
padding-left: 2.25rem;
|
|
9158
|
+
}
|
|
9159
|
+
|
|
9160
|
+
|
|
9161
|
+
.pr-3 {
|
|
9162
|
+
padding-right: 0.75rem;
|
|
9163
|
+
}
|
|
9164
|
+
|
|
9165
|
+
|
|
9064
9166
|
.pt-1 {
|
|
9065
9167
|
padding-top: 0.25rem;
|
|
9066
9168
|
}
|
|
@@ -9321,6 +9423,11 @@ body {
|
|
|
9321
9423
|
}
|
|
9322
9424
|
|
|
9323
9425
|
|
|
9426
|
+
.line-through {
|
|
9427
|
+
text-decoration-line: line-through;
|
|
9428
|
+
}
|
|
9429
|
+
|
|
9430
|
+
|
|
9324
9431
|
.placeholder-white\/40::-moz-placeholder {
|
|
9325
9432
|
color: rgb(255 255 255 / 0.4);
|
|
9326
9433
|
}
|
|
@@ -9356,11 +9463,21 @@ body {
|
|
|
9356
9463
|
}
|
|
9357
9464
|
|
|
9358
9465
|
|
|
9466
|
+
.opacity-60 {
|
|
9467
|
+
opacity: 0.6;
|
|
9468
|
+
}
|
|
9469
|
+
|
|
9470
|
+
|
|
9359
9471
|
.opacity-75 {
|
|
9360
9472
|
opacity: 0.75;
|
|
9361
9473
|
}
|
|
9362
9474
|
|
|
9363
9475
|
|
|
9476
|
+
.opacity-80 {
|
|
9477
|
+
opacity: 0.8;
|
|
9478
|
+
}
|
|
9479
|
+
|
|
9480
|
+
|
|
9364
9481
|
.opacity-90 {
|
|
9365
9482
|
opacity: 0.9;
|
|
9366
9483
|
}
|
|
@@ -9413,6 +9530,11 @@ body {
|
|
|
9413
9530
|
}
|
|
9414
9531
|
|
|
9415
9532
|
|
|
9533
|
+
.ring-inset {
|
|
9534
|
+
--tw-ring-inset: inset;
|
|
9535
|
+
}
|
|
9536
|
+
|
|
9537
|
+
|
|
9416
9538
|
.ring-asakaa-accent-blue {
|
|
9417
9539
|
--tw-ring-opacity: 1;
|
|
9418
9540
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
|
|
@@ -9443,6 +9565,11 @@ body {
|
|
|
9443
9565
|
}
|
|
9444
9566
|
|
|
9445
9567
|
|
|
9568
|
+
.\!filter {
|
|
9569
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
9570
|
+
}
|
|
9571
|
+
|
|
9572
|
+
|
|
9446
9573
|
.filter {
|
|
9447
9574
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
9448
9575
|
}
|
|
@@ -9720,6 +9847,11 @@ body {
|
|
|
9720
9847
|
}
|
|
9721
9848
|
|
|
9722
9849
|
|
|
9850
|
+
.hover\:bg-red-500\/10:hover {
|
|
9851
|
+
background-color: rgb(239 68 68 / 0.1);
|
|
9852
|
+
}
|
|
9853
|
+
|
|
9854
|
+
|
|
9723
9855
|
.hover\:bg-red-600\/20:hover {
|
|
9724
9856
|
background-color: rgb(220 38 38 / 0.2);
|
|
9725
9857
|
}
|
|
@@ -9794,6 +9926,16 @@ body {
|
|
|
9794
9926
|
}
|
|
9795
9927
|
|
|
9796
9928
|
|
|
9929
|
+
.hover\:underline:hover {
|
|
9930
|
+
text-decoration-line: underline;
|
|
9931
|
+
}
|
|
9932
|
+
|
|
9933
|
+
|
|
9934
|
+
.hover\:opacity-80:hover {
|
|
9935
|
+
opacity: 0.8;
|
|
9936
|
+
}
|
|
9937
|
+
|
|
9938
|
+
|
|
9797
9939
|
.focus\:border-blue-500\/50:focus {
|
|
9798
9940
|
border-color: rgb(59 130 246 / 0.5);
|
|
9799
9941
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "Professional Gantt Chart + Kanban Board for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
|
|
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>",
|
|
7
7
|
"license": "BUSL-1.1",
|
|
8
8
|
"repository": {
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
"react",
|
|
21
21
|
"gantt-chart",
|
|
22
22
|
"kanban-board",
|
|
23
|
+
"list-view",
|
|
24
|
+
"calendar-board",
|
|
23
25
|
"project-management",
|
|
24
26
|
"task-management",
|
|
25
27
|
"typescript",
|
|
@@ -27,6 +29,8 @@
|
|
|
27
29
|
"component-library",
|
|
28
30
|
"react-gantt",
|
|
29
31
|
"react-kanban",
|
|
32
|
+
"react-calendar",
|
|
33
|
+
"react-list",
|
|
30
34
|
"scheduling",
|
|
31
35
|
"planning",
|
|
32
36
|
"agile",
|