@libxai/board 0.17.92 → 0.17.94
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 +5 -6
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -9571,12 +9571,6 @@ body {
|
|
|
9571
9571
|
}
|
|
9572
9572
|
|
|
9573
9573
|
|
|
9574
|
-
.bg-purple-500 {
|
|
9575
|
-
--tw-bg-opacity: 1;
|
|
9576
|
-
background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
|
|
9577
|
-
}
|
|
9578
|
-
|
|
9579
|
-
|
|
9580
9574
|
.bg-purple-500\/20 {
|
|
9581
9575
|
background-color: rgb(168 85 247 / 0.2);
|
|
9582
9576
|
}
|
|
@@ -10356,6 +10350,11 @@ body {
|
|
|
10356
10350
|
}
|
|
10357
10351
|
|
|
10358
10352
|
|
|
10353
|
+
.opacity-100 {
|
|
10354
|
+
opacity: 1;
|
|
10355
|
+
}
|
|
10356
|
+
|
|
10357
|
+
|
|
10359
10358
|
.opacity-25 {
|
|
10360
10359
|
opacity: 0.25;
|
|
10361
10360
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.94",
|
|
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>",
|