@libxai/board 1.5.41 → 1.5.43
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 +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/styles.css +10 -10
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8462,11 +8462,6 @@ body {
|
|
|
8462
8462
|
}
|
|
8463
8463
|
|
|
8464
8464
|
|
|
8465
|
-
.bottom-2 {
|
|
8466
|
-
bottom: 0.5rem;
|
|
8467
|
-
}
|
|
8468
|
-
|
|
8469
|
-
|
|
8470
8465
|
.bottom-4 {
|
|
8471
8466
|
bottom: 1rem;
|
|
8472
8467
|
}
|
|
@@ -8562,11 +8557,6 @@ body {
|
|
|
8562
8557
|
}
|
|
8563
8558
|
|
|
8564
8559
|
|
|
8565
|
-
.top-2 {
|
|
8566
|
-
top: 0.5rem;
|
|
8567
|
-
}
|
|
8568
|
-
|
|
8569
|
-
|
|
8570
8560
|
.top-4 {
|
|
8571
8561
|
top: 1rem;
|
|
8572
8562
|
}
|
|
@@ -11868,6 +11858,11 @@ body {
|
|
|
11868
11858
|
}
|
|
11869
11859
|
|
|
11870
11860
|
|
|
11861
|
+
.opacity-20 {
|
|
11862
|
+
opacity: 0.2;
|
|
11863
|
+
}
|
|
11864
|
+
|
|
11865
|
+
|
|
11871
11866
|
.opacity-25 {
|
|
11872
11867
|
opacity: 0.25;
|
|
11873
11868
|
}
|
|
@@ -13500,6 +13495,11 @@ body {
|
|
|
13500
13495
|
}
|
|
13501
13496
|
|
|
13502
13497
|
|
|
13498
|
+
.group:hover .group-hover\:opacity-80 {
|
|
13499
|
+
opacity: 0.8;
|
|
13500
|
+
}
|
|
13501
|
+
|
|
13502
|
+
|
|
13503
13503
|
@media (min-width: 768px) {
|
|
13504
13504
|
|
|
13505
13505
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.43",
|
|
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>",
|