@libxai/board 0.17.255 → 0.17.257
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 +30 -30
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -2
- package/dist/index.d.ts +12 -2
- package/dist/index.js +30 -30
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -23
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -9036,11 +9036,6 @@ body {
|
|
|
9036
9036
|
}
|
|
9037
9037
|
|
|
9038
9038
|
|
|
9039
|
-
.w-\[280px\] {
|
|
9040
|
-
width: 280px;
|
|
9041
|
-
}
|
|
9042
|
-
|
|
9043
|
-
|
|
9044
9039
|
.w-\[320px\] {
|
|
9045
9040
|
width: 320px;
|
|
9046
9041
|
}
|
|
@@ -9764,12 +9759,6 @@ body {
|
|
|
9764
9759
|
}
|
|
9765
9760
|
|
|
9766
9761
|
|
|
9767
|
-
.bg-\[\#141619\] {
|
|
9768
|
-
--tw-bg-opacity: 1;
|
|
9769
|
-
background-color: rgb(20 22 25 / var(--tw-bg-opacity, 1));
|
|
9770
|
-
}
|
|
9771
|
-
|
|
9772
|
-
|
|
9773
9762
|
.bg-\[\#1A1D25\] {
|
|
9774
9763
|
--tw-bg-opacity: 1;
|
|
9775
9764
|
background-color: rgb(26 29 37 / var(--tw-bg-opacity, 1));
|
|
@@ -10780,18 +10769,6 @@ body {
|
|
|
10780
10769
|
}
|
|
10781
10770
|
|
|
10782
10771
|
|
|
10783
|
-
.placeholder-\[\#6B7280\]::-moz-placeholder {
|
|
10784
|
-
--tw-placeholder-opacity: 1;
|
|
10785
|
-
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
10786
|
-
}
|
|
10787
|
-
|
|
10788
|
-
|
|
10789
|
-
.placeholder-\[\#6B7280\]::placeholder {
|
|
10790
|
-
--tw-placeholder-opacity: 1;
|
|
10791
|
-
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
10792
|
-
}
|
|
10793
|
-
|
|
10794
|
-
|
|
10795
10772
|
.placeholder-gray-400::-moz-placeholder {
|
|
10796
10773
|
--tw-placeholder-opacity: 1;
|
|
10797
10774
|
color: rgb(156 163 175 / var(--tw-placeholder-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.257",
|
|
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>",
|