@libxai/board 1.5.74 → 1.5.76
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 +28 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +28 -28
- package/dist/index.js.map +1 -1
- package/dist/styles.css +32 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8988,6 +8988,11 @@ body {
|
|
|
8988
8988
|
}
|
|
8989
8989
|
|
|
8990
8990
|
|
|
8991
|
+
.max-h-\[170px\] {
|
|
8992
|
+
max-height: 170px;
|
|
8993
|
+
}
|
|
8994
|
+
|
|
8995
|
+
|
|
8991
8996
|
.max-h-\[200px\] {
|
|
8992
8997
|
max-height: 200px;
|
|
8993
8998
|
}
|
|
@@ -9078,6 +9083,11 @@ body {
|
|
|
9078
9083
|
}
|
|
9079
9084
|
|
|
9080
9085
|
|
|
9086
|
+
.w-1\.5 {
|
|
9087
|
+
width: 0.375rem;
|
|
9088
|
+
}
|
|
9089
|
+
|
|
9090
|
+
|
|
9081
9091
|
.w-1\/4 {
|
|
9082
9092
|
width: 25%;
|
|
9083
9093
|
}
|
|
@@ -10295,6 +10305,17 @@ body {
|
|
|
10295
10305
|
}
|
|
10296
10306
|
|
|
10297
10307
|
|
|
10308
|
+
.\!bg-\[\#FFD60A\]\/15 {
|
|
10309
|
+
background-color: rgb(255 214 10 / 0.15) !important;
|
|
10310
|
+
}
|
|
10311
|
+
|
|
10312
|
+
|
|
10313
|
+
.\!bg-yellow-100 {
|
|
10314
|
+
--tw-bg-opacity: 1 !important;
|
|
10315
|
+
background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
|
|
10316
|
+
}
|
|
10317
|
+
|
|
10318
|
+
|
|
10298
10319
|
.bg-\[\#007BFF\] {
|
|
10299
10320
|
--tw-bg-opacity: 1;
|
|
10300
10321
|
background-color: rgb(0 123 255 / var(--tw-bg-opacity, 1));
|
|
@@ -10478,6 +10499,12 @@ body {
|
|
|
10478
10499
|
}
|
|
10479
10500
|
|
|
10480
10501
|
|
|
10502
|
+
.bg-\[\#F87171\] {
|
|
10503
|
+
--tw-bg-opacity: 1;
|
|
10504
|
+
background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
|
|
10505
|
+
}
|
|
10506
|
+
|
|
10507
|
+
|
|
10481
10508
|
.bg-\[\#F87171\]\/10 {
|
|
10482
10509
|
background-color: rgb(248 113 113 / 0.1);
|
|
10483
10510
|
}
|
|
@@ -10820,6 +10847,11 @@ body {
|
|
|
10820
10847
|
}
|
|
10821
10848
|
|
|
10822
10849
|
|
|
10850
|
+
.bg-white\/\[0\.04\] {
|
|
10851
|
+
background-color: rgb(255 255 255 / 0.04);
|
|
10852
|
+
}
|
|
10853
|
+
|
|
10854
|
+
|
|
10823
10855
|
.bg-white\/\[0\.05\] {
|
|
10824
10856
|
background-color: rgb(255 255 255 / 0.05);
|
|
10825
10857
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.76",
|
|
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>",
|