@libxai/board 0.17.55 → 0.17.57
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 +18 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +18 -18
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -11
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8570,11 +8570,6 @@ body {
|
|
|
8570
8570
|
}
|
|
8571
8571
|
|
|
8572
8572
|
|
|
8573
|
-
.w-0\.5 {
|
|
8574
|
-
width: 0.125rem;
|
|
8575
|
-
}
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
8573
|
.w-1 {
|
|
8579
8574
|
width: 0.25rem;
|
|
8580
8575
|
}
|
|
@@ -10886,12 +10881,6 @@ body {
|
|
|
10886
10881
|
}
|
|
10887
10882
|
|
|
10888
10883
|
|
|
10889
|
-
.hover\:bg-blue-500:hover {
|
|
10890
|
-
--tw-bg-opacity: 1;
|
|
10891
|
-
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
|
|
10892
|
-
}
|
|
10893
|
-
|
|
10894
|
-
|
|
10895
10884
|
.hover\:bg-emerald-600:hover {
|
|
10896
10885
|
--tw-bg-opacity: 1;
|
|
10897
10886
|
background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.57",
|
|
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>",
|