@libxai/board 0.17.32 → 0.17.34
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 +30 -30
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +30 -30
- package/dist/index.js.map +1 -1
- package/dist/styles.css +10 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8218,6 +8218,11 @@ body {
|
|
|
8218
8218
|
}
|
|
8219
8219
|
|
|
8220
8220
|
|
|
8221
|
+
.z-\[10000\] {
|
|
8222
|
+
z-index: 10000;
|
|
8223
|
+
}
|
|
8224
|
+
|
|
8225
|
+
|
|
8221
8226
|
.z-\[99999\] {
|
|
8222
8227
|
z-index: 99999;
|
|
8223
8228
|
}
|
|
@@ -9756,6 +9761,11 @@ body {
|
|
|
9756
9761
|
}
|
|
9757
9762
|
|
|
9758
9763
|
|
|
9764
|
+
.leading-relaxed {
|
|
9765
|
+
line-height: 1.625;
|
|
9766
|
+
}
|
|
9767
|
+
|
|
9768
|
+
|
|
9759
9769
|
.tracking-wide {
|
|
9760
9770
|
letter-spacing: 0.025em;
|
|
9761
9771
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.34",
|
|
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>",
|