@libxai/board 0.17.80 → 0.17.82
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 +19 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/styles.css +28 -5
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8128,6 +8128,11 @@ body {
|
|
|
8128
8128
|
}
|
|
8129
8129
|
|
|
8130
8130
|
|
|
8131
|
+
.bottom-full {
|
|
8132
|
+
bottom: 100%;
|
|
8133
|
+
}
|
|
8134
|
+
|
|
8135
|
+
|
|
8131
8136
|
.left-0 {
|
|
8132
8137
|
left: 0px;
|
|
8133
8138
|
}
|
|
@@ -8535,11 +8540,6 @@ body {
|
|
|
8535
8540
|
}
|
|
8536
8541
|
|
|
8537
8542
|
|
|
8538
|
-
.max-h-\[80px\] {
|
|
8539
|
-
max-height: 80px;
|
|
8540
|
-
}
|
|
8541
|
-
|
|
8542
|
-
|
|
8543
8543
|
.max-h-\[80vh\] {
|
|
8544
8544
|
max-height: 80vh;
|
|
8545
8545
|
}
|
|
@@ -9380,6 +9380,12 @@ body {
|
|
|
9380
9380
|
}
|
|
9381
9381
|
|
|
9382
9382
|
|
|
9383
|
+
.bg-gray-900 {
|
|
9384
|
+
--tw-bg-opacity: 1;
|
|
9385
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
9386
|
+
}
|
|
9387
|
+
|
|
9388
|
+
|
|
9383
9389
|
.bg-green-400 {
|
|
9384
9390
|
--tw-bg-opacity: 1;
|
|
9385
9391
|
background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
|
|
@@ -11010,6 +11016,12 @@ body {
|
|
|
11010
11016
|
}
|
|
11011
11017
|
|
|
11012
11018
|
|
|
11019
|
+
.hover\:text-\[\#9CA3AF\]:hover {
|
|
11020
|
+
--tw-text-opacity: 1;
|
|
11021
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
11022
|
+
}
|
|
11023
|
+
|
|
11024
|
+
|
|
11013
11025
|
.hover\:text-asakaa-text-primary:hover {
|
|
11014
11026
|
--tw-text-opacity: 1;
|
|
11015
11027
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
@@ -11028,6 +11040,12 @@ body {
|
|
|
11028
11040
|
}
|
|
11029
11041
|
|
|
11030
11042
|
|
|
11043
|
+
.hover\:text-gray-600:hover {
|
|
11044
|
+
--tw-text-opacity: 1;
|
|
11045
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
11046
|
+
}
|
|
11047
|
+
|
|
11048
|
+
|
|
11031
11049
|
.hover\:text-gray-700:hover {
|
|
11032
11050
|
--tw-text-opacity: 1;
|
|
11033
11051
|
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
@@ -11050,6 +11068,11 @@ body {
|
|
|
11050
11068
|
}
|
|
11051
11069
|
|
|
11052
11070
|
|
|
11071
|
+
.hover\:underline:hover {
|
|
11072
|
+
text-decoration-line: underline;
|
|
11073
|
+
}
|
|
11074
|
+
|
|
11075
|
+
|
|
11053
11076
|
.focus\:border-blue-500\/50:focus {
|
|
11054
11077
|
border-color: rgb(59 130 246 / 0.5);
|
|
11055
11078
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.82",
|
|
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>",
|