@libxai/board 1.5.71 → 1.5.73
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 +25 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +25 -25
- package/dist/index.js.map +1 -1
- package/dist/styles.css +61 -32
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8517,6 +8517,11 @@ body {
|
|
|
8517
8517
|
}
|
|
8518
8518
|
|
|
8519
8519
|
|
|
8520
|
+
.left-40 {
|
|
8521
|
+
left: 10rem;
|
|
8522
|
+
}
|
|
8523
|
+
|
|
8524
|
+
|
|
8520
8525
|
.left-full {
|
|
8521
8526
|
left: 100%;
|
|
8522
8527
|
}
|
|
@@ -9028,11 +9033,6 @@ body {
|
|
|
9028
9033
|
}
|
|
9029
9034
|
|
|
9030
9035
|
|
|
9031
|
-
.max-h-\[calc\(100vh-200px\)\] {
|
|
9032
|
-
max-height: calc(100vh - 200px);
|
|
9033
|
-
}
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
9036
|
.max-h-\[calc\(80vh-120px\)\] {
|
|
9037
9037
|
max-height: calc(80vh - 120px);
|
|
9038
9038
|
}
|
|
@@ -9339,11 +9339,6 @@ body {
|
|
|
9339
9339
|
}
|
|
9340
9340
|
|
|
9341
9341
|
|
|
9342
|
-
.min-w-\[45px\] {
|
|
9343
|
-
min-width: 45px;
|
|
9344
|
-
}
|
|
9345
|
-
|
|
9346
|
-
|
|
9347
9342
|
.min-w-\[70px\] {
|
|
9348
9343
|
min-width: 70px;
|
|
9349
9344
|
}
|
|
@@ -9389,6 +9384,11 @@ body {
|
|
|
9389
9384
|
}
|
|
9390
9385
|
|
|
9391
9386
|
|
|
9387
|
+
.max-w-\[640px\] {
|
|
9388
|
+
max-width: 640px;
|
|
9389
|
+
}
|
|
9390
|
+
|
|
9391
|
+
|
|
9392
9392
|
.max-w-\[85\%\] {
|
|
9393
9393
|
max-width: 85%;
|
|
9394
9394
|
}
|
|
@@ -9399,11 +9399,6 @@ body {
|
|
|
9399
9399
|
}
|
|
9400
9400
|
|
|
9401
9401
|
|
|
9402
|
-
.max-w-xl {
|
|
9403
|
-
max-width: 36rem;
|
|
9404
|
-
}
|
|
9405
|
-
|
|
9406
|
-
|
|
9407
9402
|
.flex-1 {
|
|
9408
9403
|
flex: 1 1 0%;
|
|
9409
9404
|
}
|
|
@@ -10429,6 +10424,11 @@ body {
|
|
|
10429
10424
|
}
|
|
10430
10425
|
|
|
10431
10426
|
|
|
10427
|
+
.bg-\[\#32D74B\]\/10 {
|
|
10428
|
+
background-color: rgb(50 215 75 / 0.1);
|
|
10429
|
+
}
|
|
10430
|
+
|
|
10431
|
+
|
|
10432
10432
|
.bg-\[\#3B9EFF\] {
|
|
10433
10433
|
--tw-bg-opacity: 1;
|
|
10434
10434
|
background-color: rgb(59 158 255 / var(--tw-bg-opacity, 1));
|
|
@@ -10499,12 +10499,22 @@ body {
|
|
|
10499
10499
|
}
|
|
10500
10500
|
|
|
10501
10501
|
|
|
10502
|
+
.bg-\[\#FF453A\]\/10 {
|
|
10503
|
+
background-color: rgb(255 69 58 / 0.1);
|
|
10504
|
+
}
|
|
10505
|
+
|
|
10506
|
+
|
|
10502
10507
|
.bg-\[\#FFD60A\] {
|
|
10503
10508
|
--tw-bg-opacity: 1;
|
|
10504
10509
|
background-color: rgb(255 214 10 / var(--tw-bg-opacity, 1));
|
|
10505
10510
|
}
|
|
10506
10511
|
|
|
10507
10512
|
|
|
10513
|
+
.bg-\[\#FFD60A\]\/10 {
|
|
10514
|
+
background-color: rgb(255 214 10 / 0.1);
|
|
10515
|
+
}
|
|
10516
|
+
|
|
10517
|
+
|
|
10508
10518
|
.bg-\[\#FFD60A\]\/15 {
|
|
10509
10519
|
background-color: rgb(255 214 10 / 0.15);
|
|
10510
10520
|
}
|
|
@@ -10904,6 +10914,11 @@ body {
|
|
|
10904
10914
|
}
|
|
10905
10915
|
|
|
10906
10916
|
|
|
10917
|
+
.p-0 {
|
|
10918
|
+
padding: 0px;
|
|
10919
|
+
}
|
|
10920
|
+
|
|
10921
|
+
|
|
10907
10922
|
.p-0\.5 {
|
|
10908
10923
|
padding: 0.125rem;
|
|
10909
10924
|
}
|
|
@@ -10939,11 +10954,6 @@ body {
|
|
|
10939
10954
|
}
|
|
10940
10955
|
|
|
10941
10956
|
|
|
10942
|
-
.p-5 {
|
|
10943
|
-
padding: 1.25rem;
|
|
10944
|
-
}
|
|
10945
|
-
|
|
10946
|
-
|
|
10947
10957
|
.p-6 {
|
|
10948
10958
|
padding: 1.5rem;
|
|
10949
10959
|
}
|
|
@@ -11020,6 +11030,12 @@ body {
|
|
|
11020
11030
|
}
|
|
11021
11031
|
|
|
11022
11032
|
|
|
11033
|
+
.px-8 {
|
|
11034
|
+
padding-left: 2rem;
|
|
11035
|
+
padding-right: 2rem;
|
|
11036
|
+
}
|
|
11037
|
+
|
|
11038
|
+
|
|
11023
11039
|
.py-0 {
|
|
11024
11040
|
padding-top: 0px;
|
|
11025
11041
|
padding-bottom: 0px;
|
|
@@ -11118,6 +11134,11 @@ body {
|
|
|
11118
11134
|
}
|
|
11119
11135
|
|
|
11120
11136
|
|
|
11137
|
+
.pb-4 {
|
|
11138
|
+
padding-bottom: 1rem;
|
|
11139
|
+
}
|
|
11140
|
+
|
|
11141
|
+
|
|
11121
11142
|
.pb-6 {
|
|
11122
11143
|
padding-bottom: 1.5rem;
|
|
11123
11144
|
}
|
|
@@ -11188,6 +11209,11 @@ body {
|
|
|
11188
11209
|
}
|
|
11189
11210
|
|
|
11190
11211
|
|
|
11212
|
+
.pt-8 {
|
|
11213
|
+
padding-top: 2rem;
|
|
11214
|
+
}
|
|
11215
|
+
|
|
11216
|
+
|
|
11191
11217
|
.text-left {
|
|
11192
11218
|
text-align: left;
|
|
11193
11219
|
}
|
|
@@ -11821,12 +11847,6 @@ body {
|
|
|
11821
11847
|
}
|
|
11822
11848
|
|
|
11823
11849
|
|
|
11824
|
-
.antialiased {
|
|
11825
|
-
-webkit-font-smoothing: antialiased;
|
|
11826
|
-
-moz-osx-font-smoothing: grayscale;
|
|
11827
|
-
}
|
|
11828
|
-
|
|
11829
|
-
|
|
11830
11850
|
.placeholder-gray-400::-moz-placeholder {
|
|
11831
11851
|
--tw-placeholder-opacity: 1;
|
|
11832
11852
|
color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
|
|
@@ -12124,12 +12144,6 @@ body {
|
|
|
12124
12144
|
}
|
|
12125
12145
|
|
|
12126
12146
|
|
|
12127
|
-
.grayscale {
|
|
12128
|
-
--tw-grayscale: grayscale(100%);
|
|
12129
|
-
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);
|
|
12130
|
-
}
|
|
12131
|
-
|
|
12132
|
-
|
|
12133
12147
|
.filter {
|
|
12134
12148
|
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);
|
|
12135
12149
|
}
|
|
@@ -12913,6 +12927,21 @@ body {
|
|
|
12913
12927
|
}
|
|
12914
12928
|
|
|
12915
12929
|
|
|
12930
|
+
/* TaskFormModal description textarea — keep typed text readable, placeholder muted */
|
|
12931
|
+
|
|
12932
|
+
|
|
12933
|
+
.task-form-description::-moz-placeholder {
|
|
12934
|
+
color: var(--placeholder-color, rgba(255, 255, 255, 0.35));
|
|
12935
|
+
opacity: 1;
|
|
12936
|
+
}
|
|
12937
|
+
|
|
12938
|
+
|
|
12939
|
+
.task-form-description::placeholder {
|
|
12940
|
+
color: var(--placeholder-color, rgba(255, 255, 255, 0.35));
|
|
12941
|
+
opacity: 1;
|
|
12942
|
+
}
|
|
12943
|
+
|
|
12944
|
+
|
|
12916
12945
|
.placeholder\:text-\[\#6B7280\]::-moz-placeholder {
|
|
12917
12946
|
--tw-text-opacity: 1;
|
|
12918
12947
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.73",
|
|
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>",
|