@libxai/board 1.5.79 → 1.5.81
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 +17 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +17 -17
- package/dist/index.js.map +1 -1
- package/dist/styles.css +11 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -11304,6 +11304,11 @@ body {
|
|
|
11304
11304
|
}
|
|
11305
11305
|
|
|
11306
11306
|
|
|
11307
|
+
.text-\[14px\] {
|
|
11308
|
+
font-size: 14px;
|
|
11309
|
+
}
|
|
11310
|
+
|
|
11311
|
+
|
|
11307
11312
|
.text-\[8px\] {
|
|
11308
11313
|
font-size: 8px;
|
|
11309
11314
|
}
|
|
@@ -11535,6 +11540,12 @@ body {
|
|
|
11535
11540
|
}
|
|
11536
11541
|
|
|
11537
11542
|
|
|
11543
|
+
.text-\[\#D1D5DB\] {
|
|
11544
|
+
--tw-text-opacity: 1;
|
|
11545
|
+
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
11546
|
+
}
|
|
11547
|
+
|
|
11548
|
+
|
|
11538
11549
|
.text-\[\#E5E7EB\] {
|
|
11539
11550
|
--tw-text-opacity: 1;
|
|
11540
11551
|
color: rgb(229 231 235 / var(--tw-text-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.81",
|
|
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>",
|