@libxai/board 0.10.0 → 0.11.1
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 +16 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/dist/styles.css +16 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -7525,6 +7525,11 @@ body {
|
|
|
7525
7525
|
}
|
|
7526
7526
|
|
|
7527
7527
|
|
|
7528
|
+
.w-3 {
|
|
7529
|
+
width: 0.75rem;
|
|
7530
|
+
}
|
|
7531
|
+
|
|
7532
|
+
|
|
7528
7533
|
.w-3\.5 {
|
|
7529
7534
|
width: 0.875rem;
|
|
7530
7535
|
}
|
|
@@ -8711,6 +8716,12 @@ body {
|
|
|
8711
8716
|
}
|
|
8712
8717
|
|
|
8713
8718
|
|
|
8719
|
+
.drop-shadow-md {
|
|
8720
|
+
--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
|
|
8721
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
8722
|
+
}
|
|
8723
|
+
|
|
8724
|
+
|
|
8714
8725
|
.filter {
|
|
8715
8726
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
8716
8727
|
}
|
|
@@ -9079,6 +9090,11 @@ body {
|
|
|
9079
9090
|
}
|
|
9080
9091
|
|
|
9081
9092
|
|
|
9093
|
+
.focus\:ring-offset-2:focus {
|
|
9094
|
+
--tw-ring-offset-width: 2px;
|
|
9095
|
+
}
|
|
9096
|
+
|
|
9097
|
+
|
|
9082
9098
|
.active\:scale-95:active {
|
|
9083
9099
|
--tw-scale-x: .95;
|
|
9084
9100
|
--tw-scale-y: .95;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Professional Gantt Chart + Kanban Board for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
|
|
6
6
|
"author": "LibXAI <hello@libxai.com>",
|