@libxai/board 0.17.82 → 0.17.84
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 +51 -51
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +51 -51
- package/dist/index.js.map +1 -1
- package/dist/styles.css +149 -6
- 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
|
}
|
|
@@ -8362,6 +8373,11 @@ body {
|
|
|
8362
8373
|
}
|
|
8363
8374
|
|
|
8364
8375
|
|
|
8376
|
+
.mt-6 {
|
|
8377
|
+
margin-top: 1.5rem;
|
|
8378
|
+
}
|
|
8379
|
+
|
|
8380
|
+
|
|
8365
8381
|
.line-clamp-2 {
|
|
8366
8382
|
overflow: hidden;
|
|
8367
8383
|
display: -webkit-box;
|
|
@@ -8535,6 +8551,16 @@ body {
|
|
|
8535
8551
|
}
|
|
8536
8552
|
|
|
8537
8553
|
|
|
8554
|
+
.max-h-\[320px\] {
|
|
8555
|
+
max-height: 320px;
|
|
8556
|
+
}
|
|
8557
|
+
|
|
8558
|
+
|
|
8559
|
+
.max-h-\[400px\] {
|
|
8560
|
+
max-height: 400px;
|
|
8561
|
+
}
|
|
8562
|
+
|
|
8563
|
+
|
|
8538
8564
|
.max-h-\[500px\] {
|
|
8539
8565
|
max-height: 500px;
|
|
8540
8566
|
}
|
|
@@ -8545,6 +8571,11 @@ body {
|
|
|
8545
8571
|
}
|
|
8546
8572
|
|
|
8547
8573
|
|
|
8574
|
+
.max-h-\[85vh\] {
|
|
8575
|
+
max-height: 85vh;
|
|
8576
|
+
}
|
|
8577
|
+
|
|
8578
|
+
|
|
8548
8579
|
.max-h-\[88px\] {
|
|
8549
8580
|
max-height: 88px;
|
|
8550
8581
|
}
|
|
@@ -8575,6 +8606,11 @@ body {
|
|
|
8575
8606
|
}
|
|
8576
8607
|
|
|
8577
8608
|
|
|
8609
|
+
.min-h-\[60px\] {
|
|
8610
|
+
min-height: 60px;
|
|
8611
|
+
}
|
|
8612
|
+
|
|
8613
|
+
|
|
8578
8614
|
.min-h-screen {
|
|
8579
8615
|
min-height: 100vh;
|
|
8580
8616
|
}
|
|
@@ -8605,6 +8641,11 @@ body {
|
|
|
8605
8641
|
}
|
|
8606
8642
|
|
|
8607
8643
|
|
|
8644
|
+
.w-24 {
|
|
8645
|
+
width: 6rem;
|
|
8646
|
+
}
|
|
8647
|
+
|
|
8648
|
+
|
|
8608
8649
|
.w-3 {
|
|
8609
8650
|
width: 0.75rem;
|
|
8610
8651
|
}
|
|
@@ -8655,13 +8696,23 @@ body {
|
|
|
8655
8696
|
}
|
|
8656
8697
|
|
|
8657
8698
|
|
|
8658
|
-
.w-
|
|
8659
|
-
width:
|
|
8699
|
+
.w-96 {
|
|
8700
|
+
width: 24rem;
|
|
8660
8701
|
}
|
|
8661
8702
|
|
|
8662
8703
|
|
|
8663
|
-
.w
|
|
8664
|
-
width:
|
|
8704
|
+
.w-\[280px\] {
|
|
8705
|
+
width: 280px;
|
|
8706
|
+
}
|
|
8707
|
+
|
|
8708
|
+
|
|
8709
|
+
.w-\[320px\] {
|
|
8710
|
+
width: 320px;
|
|
8711
|
+
}
|
|
8712
|
+
|
|
8713
|
+
|
|
8714
|
+
.w-\[90\%\] {
|
|
8715
|
+
width: 90%;
|
|
8665
8716
|
}
|
|
8666
8717
|
|
|
8667
8718
|
|
|
@@ -8735,6 +8786,11 @@ body {
|
|
|
8735
8786
|
}
|
|
8736
8787
|
|
|
8737
8788
|
|
|
8789
|
+
.max-w-\[120px\] {
|
|
8790
|
+
max-width: 120px;
|
|
8791
|
+
}
|
|
8792
|
+
|
|
8793
|
+
|
|
8738
8794
|
.max-w-\[400px\] {
|
|
8739
8795
|
max-width: 400px;
|
|
8740
8796
|
}
|
|
@@ -8750,6 +8806,11 @@ body {
|
|
|
8750
8806
|
}
|
|
8751
8807
|
|
|
8752
8808
|
|
|
8809
|
+
.max-w-\[900px\] {
|
|
8810
|
+
max-width: 900px;
|
|
8811
|
+
}
|
|
8812
|
+
|
|
8813
|
+
|
|
8753
8814
|
.max-w-md {
|
|
8754
8815
|
max-width: 28rem;
|
|
8755
8816
|
}
|
|
@@ -8972,6 +9033,17 @@ body {
|
|
|
8972
9033
|
}
|
|
8973
9034
|
|
|
8974
9035
|
|
|
9036
|
+
.gap-x-8 {
|
|
9037
|
+
-moz-column-gap: 2rem;
|
|
9038
|
+
column-gap: 2rem;
|
|
9039
|
+
}
|
|
9040
|
+
|
|
9041
|
+
|
|
9042
|
+
.gap-y-4 {
|
|
9043
|
+
row-gap: 1rem;
|
|
9044
|
+
}
|
|
9045
|
+
|
|
9046
|
+
|
|
8975
9047
|
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
8976
9048
|
--tw-space-y-reverse: 0;
|
|
8977
9049
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -9148,6 +9220,12 @@ body {
|
|
|
9148
9220
|
}
|
|
9149
9221
|
|
|
9150
9222
|
|
|
9223
|
+
.border-\[\#6B7280\] {
|
|
9224
|
+
--tw-border-opacity: 1;
|
|
9225
|
+
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
|
|
9226
|
+
}
|
|
9227
|
+
|
|
9228
|
+
|
|
9151
9229
|
.border-blue-400 {
|
|
9152
9230
|
--tw-border-opacity: 1;
|
|
9153
9231
|
border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
|
|
@@ -9177,6 +9255,24 @@ body {
|
|
|
9177
9255
|
}
|
|
9178
9256
|
|
|
9179
9257
|
|
|
9258
|
+
.border-gray-300 {
|
|
9259
|
+
--tw-border-opacity: 1;
|
|
9260
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
9261
|
+
}
|
|
9262
|
+
|
|
9263
|
+
|
|
9264
|
+
.border-gray-400 {
|
|
9265
|
+
--tw-border-opacity: 1;
|
|
9266
|
+
border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
|
|
9267
|
+
}
|
|
9268
|
+
|
|
9269
|
+
|
|
9270
|
+
.border-green-500 {
|
|
9271
|
+
--tw-border-opacity: 1;
|
|
9272
|
+
border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
|
|
9273
|
+
}
|
|
9274
|
+
|
|
9275
|
+
|
|
9180
9276
|
.border-green-500\/30 {
|
|
9181
9277
|
border-color: rgb(34 197 94 / 0.3);
|
|
9182
9278
|
}
|
|
@@ -9254,6 +9350,12 @@ body {
|
|
|
9254
9350
|
}
|
|
9255
9351
|
|
|
9256
9352
|
|
|
9353
|
+
.bg-\[\#141619\] {
|
|
9354
|
+
--tw-bg-opacity: 1;
|
|
9355
|
+
background-color: rgb(20 22 25 / var(--tw-bg-opacity, 1));
|
|
9356
|
+
}
|
|
9357
|
+
|
|
9358
|
+
|
|
9257
9359
|
.bg-\[\#1A1D25\] {
|
|
9258
9360
|
--tw-bg-opacity: 1;
|
|
9259
9361
|
background-color: rgb(26 29 37 / var(--tw-bg-opacity, 1));
|
|
@@ -9288,8 +9390,14 @@ body {
|
|
|
9288
9390
|
}
|
|
9289
9391
|
|
|
9290
9392
|
|
|
9291
|
-
.bg
|
|
9292
|
-
|
|
9393
|
+
.bg-\[\#7C3AED\] {
|
|
9394
|
+
--tw-bg-opacity: 1;
|
|
9395
|
+
background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
|
|
9396
|
+
}
|
|
9397
|
+
|
|
9398
|
+
|
|
9399
|
+
.bg-\[\#7C3AED\]\/20 {
|
|
9400
|
+
background-color: rgb(124 58 237 / 0.2);
|
|
9293
9401
|
}
|
|
9294
9402
|
|
|
9295
9403
|
|
|
@@ -9429,6 +9537,18 @@ body {
|
|
|
9429
9537
|
}
|
|
9430
9538
|
|
|
9431
9539
|
|
|
9540
|
+
.bg-purple-100 {
|
|
9541
|
+
--tw-bg-opacity: 1;
|
|
9542
|
+
background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
|
|
9543
|
+
}
|
|
9544
|
+
|
|
9545
|
+
|
|
9546
|
+
.bg-purple-500 {
|
|
9547
|
+
--tw-bg-opacity: 1;
|
|
9548
|
+
background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
|
|
9549
|
+
}
|
|
9550
|
+
|
|
9551
|
+
|
|
9432
9552
|
.bg-purple-500\/20 {
|
|
9433
9553
|
background-color: rgb(168 85 247 / 0.2);
|
|
9434
9554
|
}
|
|
@@ -9910,6 +10030,12 @@ body {
|
|
|
9910
10030
|
}
|
|
9911
10031
|
|
|
9912
10032
|
|
|
10033
|
+
.text-\[\#4B5563\] {
|
|
10034
|
+
--tw-text-opacity: 1;
|
|
10035
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
10036
|
+
}
|
|
10037
|
+
|
|
10038
|
+
|
|
9913
10039
|
.text-\[\#6B7280\] {
|
|
9914
10040
|
--tw-text-opacity: 1;
|
|
9915
10041
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
@@ -10136,6 +10262,18 @@ body {
|
|
|
10136
10262
|
}
|
|
10137
10263
|
|
|
10138
10264
|
|
|
10265
|
+
.placeholder-\[\#6B7280\]::-moz-placeholder {
|
|
10266
|
+
--tw-placeholder-opacity: 1;
|
|
10267
|
+
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
10268
|
+
}
|
|
10269
|
+
|
|
10270
|
+
|
|
10271
|
+
.placeholder-\[\#6B7280\]::placeholder {
|
|
10272
|
+
--tw-placeholder-opacity: 1;
|
|
10273
|
+
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
10274
|
+
}
|
|
10275
|
+
|
|
10276
|
+
|
|
10139
10277
|
.placeholder-gray-400::-moz-placeholder {
|
|
10140
10278
|
--tw-placeholder-opacity: 1;
|
|
10141
10279
|
color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
|
|
@@ -11073,6 +11211,11 @@ body {
|
|
|
11073
11211
|
}
|
|
11074
11212
|
|
|
11075
11213
|
|
|
11214
|
+
.hover\:opacity-100:hover {
|
|
11215
|
+
opacity: 1;
|
|
11216
|
+
}
|
|
11217
|
+
|
|
11218
|
+
|
|
11076
11219
|
.focus\:border-blue-500\/50:focus {
|
|
11077
11220
|
border-color: rgb(59 130 246 / 0.5);
|
|
11078
11221
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.84",
|
|
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>",
|