@libxai/board 0.17.251 → 0.17.252
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 +20 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +28 -1
- package/dist/index.d.ts +28 -1
- package/dist/index.js +20 -20
- package/dist/index.js.map +1 -1
- package/dist/styles.css +16 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -9504,6 +9504,11 @@ body {
|
|
|
9504
9504
|
}
|
|
9505
9505
|
|
|
9506
9506
|
|
|
9507
|
+
.break-words {
|
|
9508
|
+
overflow-wrap: break-word;
|
|
9509
|
+
}
|
|
9510
|
+
|
|
9511
|
+
|
|
9507
9512
|
.rounded {
|
|
9508
9513
|
border-radius: 0.25rem;
|
|
9509
9514
|
}
|
|
@@ -9629,6 +9634,11 @@ body {
|
|
|
9629
9634
|
}
|
|
9630
9635
|
|
|
9631
9636
|
|
|
9637
|
+
.border-current {
|
|
9638
|
+
border-color: currentColor;
|
|
9639
|
+
}
|
|
9640
|
+
|
|
9641
|
+
|
|
9632
9642
|
.border-gray-100 {
|
|
9633
9643
|
--tw-border-opacity: 1;
|
|
9634
9644
|
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
|
|
@@ -11679,6 +11689,12 @@ body {
|
|
|
11679
11689
|
}
|
|
11680
11690
|
|
|
11681
11691
|
|
|
11692
|
+
.hover\:bg-blue-600:hover {
|
|
11693
|
+
--tw-bg-opacity: 1;
|
|
11694
|
+
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
11695
|
+
}
|
|
11696
|
+
|
|
11697
|
+
|
|
11682
11698
|
.hover\:bg-emerald-600:hover {
|
|
11683
11699
|
--tw-bg-opacity: 1;
|
|
11684
11700
|
background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.252",
|
|
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>",
|