@libxai/board 0.17.83 → 0.17.85
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 +47 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +47 -47
- package/dist/index.js.map +1 -1
- package/dist/styles.css +75 -16
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8253,6 +8253,12 @@ body {
|
|
|
8253
8253
|
}
|
|
8254
8254
|
|
|
8255
8255
|
|
|
8256
|
+
.mx-1 {
|
|
8257
|
+
margin-left: 0.25rem;
|
|
8258
|
+
margin-right: 0.25rem;
|
|
8259
|
+
}
|
|
8260
|
+
|
|
8261
|
+
|
|
8256
8262
|
.mx-2 {
|
|
8257
8263
|
margin-left: 0.5rem;
|
|
8258
8264
|
margin-right: 0.5rem;
|
|
@@ -8317,6 +8323,11 @@ body {
|
|
|
8317
8323
|
}
|
|
8318
8324
|
|
|
8319
8325
|
|
|
8326
|
+
.ml-1 {
|
|
8327
|
+
margin-left: 0.25rem;
|
|
8328
|
+
}
|
|
8329
|
+
|
|
8330
|
+
|
|
8320
8331
|
.ml-2 {
|
|
8321
8332
|
margin-left: 0.5rem;
|
|
8322
8333
|
}
|
|
@@ -8500,6 +8511,11 @@ body {
|
|
|
8500
8511
|
}
|
|
8501
8512
|
|
|
8502
8513
|
|
|
8514
|
+
.h-\[90vh\] {
|
|
8515
|
+
height: 90vh;
|
|
8516
|
+
}
|
|
8517
|
+
|
|
8518
|
+
|
|
8503
8519
|
.h-full {
|
|
8504
8520
|
height: 100%;
|
|
8505
8521
|
}
|
|
@@ -8555,13 +8571,13 @@ body {
|
|
|
8555
8571
|
}
|
|
8556
8572
|
|
|
8557
8573
|
|
|
8558
|
-
.max-h-\[
|
|
8559
|
-
max-height:
|
|
8574
|
+
.max-h-\[800px\] {
|
|
8575
|
+
max-height: 800px;
|
|
8560
8576
|
}
|
|
8561
8577
|
|
|
8562
8578
|
|
|
8563
|
-
.max-h-\[
|
|
8564
|
-
max-height:
|
|
8579
|
+
.max-h-\[80vh\] {
|
|
8580
|
+
max-height: 80vh;
|
|
8565
8581
|
}
|
|
8566
8582
|
|
|
8567
8583
|
|
|
@@ -8700,8 +8716,8 @@ body {
|
|
|
8700
8716
|
}
|
|
8701
8717
|
|
|
8702
8718
|
|
|
8703
|
-
.w-\[
|
|
8704
|
-
width:
|
|
8719
|
+
.w-\[95\%\] {
|
|
8720
|
+
width: 95%;
|
|
8705
8721
|
}
|
|
8706
8722
|
|
|
8707
8723
|
|
|
@@ -8775,6 +8791,11 @@ body {
|
|
|
8775
8791
|
}
|
|
8776
8792
|
|
|
8777
8793
|
|
|
8794
|
+
.max-w-\[1100px\] {
|
|
8795
|
+
max-width: 1100px;
|
|
8796
|
+
}
|
|
8797
|
+
|
|
8798
|
+
|
|
8778
8799
|
.max-w-\[120px\] {
|
|
8779
8800
|
max-width: 120px;
|
|
8780
8801
|
}
|
|
@@ -8795,11 +8816,6 @@ body {
|
|
|
8795
8816
|
}
|
|
8796
8817
|
|
|
8797
8818
|
|
|
8798
|
-
.max-w-\[900px\] {
|
|
8799
|
-
max-width: 900px;
|
|
8800
|
-
}
|
|
8801
|
-
|
|
8802
|
-
|
|
8803
8819
|
.max-w-md {
|
|
8804
8820
|
max-width: 28rem;
|
|
8805
8821
|
}
|
|
@@ -9022,14 +9038,14 @@ body {
|
|
|
9022
9038
|
}
|
|
9023
9039
|
|
|
9024
9040
|
|
|
9025
|
-
.gap-x-
|
|
9026
|
-
-moz-column-gap:
|
|
9027
|
-
column-gap:
|
|
9041
|
+
.gap-x-12 {
|
|
9042
|
+
-moz-column-gap: 3rem;
|
|
9043
|
+
column-gap: 3rem;
|
|
9028
9044
|
}
|
|
9029
9045
|
|
|
9030
9046
|
|
|
9031
|
-
.gap-y-
|
|
9032
|
-
row-gap:
|
|
9047
|
+
.gap-y-5 {
|
|
9048
|
+
row-gap: 1.25rem;
|
|
9033
9049
|
}
|
|
9034
9050
|
|
|
9035
9051
|
|
|
@@ -9085,11 +9101,21 @@ body {
|
|
|
9085
9101
|
}
|
|
9086
9102
|
|
|
9087
9103
|
|
|
9104
|
+
.overflow-visible {
|
|
9105
|
+
overflow: visible;
|
|
9106
|
+
}
|
|
9107
|
+
|
|
9108
|
+
|
|
9088
9109
|
.overflow-y-auto {
|
|
9089
9110
|
overflow-y: auto;
|
|
9090
9111
|
}
|
|
9091
9112
|
|
|
9092
9113
|
|
|
9114
|
+
.overflow-x-visible {
|
|
9115
|
+
overflow-x: visible;
|
|
9116
|
+
}
|
|
9117
|
+
|
|
9118
|
+
|
|
9093
9119
|
.truncate {
|
|
9094
9120
|
overflow: hidden;
|
|
9095
9121
|
text-overflow: ellipsis;
|
|
@@ -9379,6 +9405,17 @@ body {
|
|
|
9379
9405
|
}
|
|
9380
9406
|
|
|
9381
9407
|
|
|
9408
|
+
.bg-\[\#7C3AED\] {
|
|
9409
|
+
--tw-bg-opacity: 1;
|
|
9410
|
+
background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
|
|
9411
|
+
}
|
|
9412
|
+
|
|
9413
|
+
|
|
9414
|
+
.bg-\[\#7C3AED\]\/20 {
|
|
9415
|
+
background-color: rgb(124 58 237 / 0.2);
|
|
9416
|
+
}
|
|
9417
|
+
|
|
9418
|
+
|
|
9382
9419
|
.bg-black\/30 {
|
|
9383
9420
|
background-color: rgb(0 0 0 / 0.3);
|
|
9384
9421
|
}
|
|
@@ -9515,6 +9552,12 @@ body {
|
|
|
9515
9552
|
}
|
|
9516
9553
|
|
|
9517
9554
|
|
|
9555
|
+
.bg-purple-100 {
|
|
9556
|
+
--tw-bg-opacity: 1;
|
|
9557
|
+
background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
|
|
9558
|
+
}
|
|
9559
|
+
|
|
9560
|
+
|
|
9518
9561
|
.bg-purple-500 {
|
|
9519
9562
|
--tw-bg-opacity: 1;
|
|
9520
9563
|
background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
|
|
@@ -9812,6 +9855,11 @@ body {
|
|
|
9812
9855
|
}
|
|
9813
9856
|
|
|
9814
9857
|
|
|
9858
|
+
.pb-6 {
|
|
9859
|
+
padding-bottom: 1.5rem;
|
|
9860
|
+
}
|
|
9861
|
+
|
|
9862
|
+
|
|
9815
9863
|
.pl-10 {
|
|
9816
9864
|
padding-left: 2.5rem;
|
|
9817
9865
|
}
|
|
@@ -10002,6 +10050,12 @@ body {
|
|
|
10002
10050
|
}
|
|
10003
10051
|
|
|
10004
10052
|
|
|
10053
|
+
.text-\[\#4B5563\] {
|
|
10054
|
+
--tw-text-opacity: 1;
|
|
10055
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
10056
|
+
}
|
|
10057
|
+
|
|
10058
|
+
|
|
10005
10059
|
.text-\[\#6B7280\] {
|
|
10006
10060
|
--tw-text-opacity: 1;
|
|
10007
10061
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
@@ -11177,6 +11231,11 @@ body {
|
|
|
11177
11231
|
}
|
|
11178
11232
|
|
|
11179
11233
|
|
|
11234
|
+
.hover\:opacity-100:hover {
|
|
11235
|
+
opacity: 1;
|
|
11236
|
+
}
|
|
11237
|
+
|
|
11238
|
+
|
|
11180
11239
|
.focus\:border-blue-500\/50:focus {
|
|
11181
11240
|
border-color: rgb(59 130 246 / 0.5);
|
|
11182
11241
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.85",
|
|
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>",
|