@libxai/board 1.5.23 → 1.5.24
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 +29 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/dist/styles.css +12 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -11361,6 +11361,12 @@ body {
|
|
|
11361
11361
|
}
|
|
11362
11362
|
|
|
11363
11363
|
|
|
11364
|
+
.text-\[\#00E5CC\] {
|
|
11365
|
+
--tw-text-opacity: 1;
|
|
11366
|
+
color: rgb(0 229 204 / var(--tw-text-opacity, 1));
|
|
11367
|
+
}
|
|
11368
|
+
|
|
11369
|
+
|
|
11364
11370
|
.text-\[\#1264FF\] {
|
|
11365
11371
|
--tw-text-opacity: 1;
|
|
11366
11372
|
color: rgb(18 100 255 / var(--tw-text-opacity, 1));
|
|
@@ -11522,6 +11528,12 @@ body {
|
|
|
11522
11528
|
}
|
|
11523
11529
|
|
|
11524
11530
|
|
|
11531
|
+
.text-cyan-600 {
|
|
11532
|
+
--tw-text-opacity: 1;
|
|
11533
|
+
color: rgb(8 145 178 / var(--tw-text-opacity, 1));
|
|
11534
|
+
}
|
|
11535
|
+
|
|
11536
|
+
|
|
11525
11537
|
.text-emerald-400 {
|
|
11526
11538
|
--tw-text-opacity: 1;
|
|
11527
11539
|
color: rgb(52 211 153 / 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.24",
|
|
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>",
|