@libxai/board 0.17.84 → 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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +36 -16
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8511,6 +8511,11 @@ body {
|
|
|
8511
8511
|
}
|
|
8512
8512
|
|
|
8513
8513
|
|
|
8514
|
+
.h-\[90vh\] {
|
|
8515
|
+
height: 90vh;
|
|
8516
|
+
}
|
|
8517
|
+
|
|
8518
|
+
|
|
8514
8519
|
.h-full {
|
|
8515
8520
|
height: 100%;
|
|
8516
8521
|
}
|
|
@@ -8566,13 +8571,13 @@ body {
|
|
|
8566
8571
|
}
|
|
8567
8572
|
|
|
8568
8573
|
|
|
8569
|
-
.max-h-\[
|
|
8570
|
-
max-height:
|
|
8574
|
+
.max-h-\[800px\] {
|
|
8575
|
+
max-height: 800px;
|
|
8571
8576
|
}
|
|
8572
8577
|
|
|
8573
8578
|
|
|
8574
|
-
.max-h-\[
|
|
8575
|
-
max-height:
|
|
8579
|
+
.max-h-\[80vh\] {
|
|
8580
|
+
max-height: 80vh;
|
|
8576
8581
|
}
|
|
8577
8582
|
|
|
8578
8583
|
|
|
@@ -8711,8 +8716,8 @@ body {
|
|
|
8711
8716
|
}
|
|
8712
8717
|
|
|
8713
8718
|
|
|
8714
|
-
.w-\[
|
|
8715
|
-
width:
|
|
8719
|
+
.w-\[95\%\] {
|
|
8720
|
+
width: 95%;
|
|
8716
8721
|
}
|
|
8717
8722
|
|
|
8718
8723
|
|
|
@@ -8786,6 +8791,11 @@ body {
|
|
|
8786
8791
|
}
|
|
8787
8792
|
|
|
8788
8793
|
|
|
8794
|
+
.max-w-\[1100px\] {
|
|
8795
|
+
max-width: 1100px;
|
|
8796
|
+
}
|
|
8797
|
+
|
|
8798
|
+
|
|
8789
8799
|
.max-w-\[120px\] {
|
|
8790
8800
|
max-width: 120px;
|
|
8791
8801
|
}
|
|
@@ -8806,11 +8816,6 @@ body {
|
|
|
8806
8816
|
}
|
|
8807
8817
|
|
|
8808
8818
|
|
|
8809
|
-
.max-w-\[900px\] {
|
|
8810
|
-
max-width: 900px;
|
|
8811
|
-
}
|
|
8812
|
-
|
|
8813
|
-
|
|
8814
8819
|
.max-w-md {
|
|
8815
8820
|
max-width: 28rem;
|
|
8816
8821
|
}
|
|
@@ -9033,14 +9038,14 @@ body {
|
|
|
9033
9038
|
}
|
|
9034
9039
|
|
|
9035
9040
|
|
|
9036
|
-
.gap-x-
|
|
9037
|
-
-moz-column-gap:
|
|
9038
|
-
column-gap:
|
|
9041
|
+
.gap-x-12 {
|
|
9042
|
+
-moz-column-gap: 3rem;
|
|
9043
|
+
column-gap: 3rem;
|
|
9039
9044
|
}
|
|
9040
9045
|
|
|
9041
9046
|
|
|
9042
|
-
.gap-y-
|
|
9043
|
-
row-gap:
|
|
9047
|
+
.gap-y-5 {
|
|
9048
|
+
row-gap: 1.25rem;
|
|
9044
9049
|
}
|
|
9045
9050
|
|
|
9046
9051
|
|
|
@@ -9096,11 +9101,21 @@ body {
|
|
|
9096
9101
|
}
|
|
9097
9102
|
|
|
9098
9103
|
|
|
9104
|
+
.overflow-visible {
|
|
9105
|
+
overflow: visible;
|
|
9106
|
+
}
|
|
9107
|
+
|
|
9108
|
+
|
|
9099
9109
|
.overflow-y-auto {
|
|
9100
9110
|
overflow-y: auto;
|
|
9101
9111
|
}
|
|
9102
9112
|
|
|
9103
9113
|
|
|
9114
|
+
.overflow-x-visible {
|
|
9115
|
+
overflow-x: visible;
|
|
9116
|
+
}
|
|
9117
|
+
|
|
9118
|
+
|
|
9104
9119
|
.truncate {
|
|
9105
9120
|
overflow: hidden;
|
|
9106
9121
|
text-overflow: ellipsis;
|
|
@@ -9840,6 +9855,11 @@ body {
|
|
|
9840
9855
|
}
|
|
9841
9856
|
|
|
9842
9857
|
|
|
9858
|
+
.pb-6 {
|
|
9859
|
+
padding-bottom: 1.5rem;
|
|
9860
|
+
}
|
|
9861
|
+
|
|
9862
|
+
|
|
9843
9863
|
.pl-10 {
|
|
9844
9864
|
padding-left: 2.5rem;
|
|
9845
9865
|
}
|
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>",
|