@libxai/board 0.17.121 → 0.17.123
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 +5 -5
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8984,11 +8984,6 @@ body {
|
|
|
8984
8984
|
}
|
|
8985
8985
|
|
|
8986
8986
|
|
|
8987
|
-
.grid-cols-6 {
|
|
8988
|
-
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
8989
|
-
}
|
|
8990
|
-
|
|
8991
|
-
|
|
8992
8987
|
.grid-cols-7 {
|
|
8993
8988
|
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
8994
8989
|
}
|
|
@@ -10519,6 +10514,11 @@ body {
|
|
|
10519
10514
|
}
|
|
10520
10515
|
|
|
10521
10516
|
|
|
10517
|
+
.outline {
|
|
10518
|
+
outline-style: solid;
|
|
10519
|
+
}
|
|
10520
|
+
|
|
10521
|
+
|
|
10522
10522
|
.ring-1 {
|
|
10523
10523
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
10524
10524
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.123",
|
|
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>",
|