@libxai/board 1.4.27 → 1.5.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 +38 -33
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +68 -4
- package/dist/index.d.ts +68 -4
- package/dist/index.js +38 -33
- package/dist/index.js.map +1 -1
- package/dist/styles.css +39 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -9168,6 +9168,11 @@ body {
|
|
|
9168
9168
|
}
|
|
9169
9169
|
|
|
9170
9170
|
|
|
9171
|
+
.w-52 {
|
|
9172
|
+
width: 13rem;
|
|
9173
|
+
}
|
|
9174
|
+
|
|
9175
|
+
|
|
9171
9176
|
.w-56 {
|
|
9172
9177
|
width: 14rem;
|
|
9173
9178
|
}
|
|
@@ -9213,6 +9218,11 @@ body {
|
|
|
9213
9218
|
}
|
|
9214
9219
|
|
|
9215
9220
|
|
|
9221
|
+
.w-\[220px\] {
|
|
9222
|
+
width: 220px;
|
|
9223
|
+
}
|
|
9224
|
+
|
|
9225
|
+
|
|
9216
9226
|
.w-\[280px\] {
|
|
9217
9227
|
width: 280px;
|
|
9218
9228
|
}
|
|
@@ -11001,6 +11011,16 @@ body {
|
|
|
11001
11011
|
}
|
|
11002
11012
|
|
|
11003
11013
|
|
|
11014
|
+
.pb-1 {
|
|
11015
|
+
padding-bottom: 0.25rem;
|
|
11016
|
+
}
|
|
11017
|
+
|
|
11018
|
+
|
|
11019
|
+
.pb-1\.5 {
|
|
11020
|
+
padding-bottom: 0.375rem;
|
|
11021
|
+
}
|
|
11022
|
+
|
|
11023
|
+
|
|
11004
11024
|
.pb-12 {
|
|
11005
11025
|
padding-bottom: 3rem;
|
|
11006
11026
|
}
|
|
@@ -11066,6 +11086,11 @@ body {
|
|
|
11066
11086
|
}
|
|
11067
11087
|
|
|
11068
11088
|
|
|
11089
|
+
.pt-2\.5 {
|
|
11090
|
+
padding-top: 0.625rem;
|
|
11091
|
+
}
|
|
11092
|
+
|
|
11093
|
+
|
|
11069
11094
|
.pt-3 {
|
|
11070
11095
|
padding-top: 0.75rem;
|
|
11071
11096
|
}
|
|
@@ -13113,6 +13138,11 @@ body {
|
|
|
13113
13138
|
}
|
|
13114
13139
|
|
|
13115
13140
|
|
|
13141
|
+
.hover\:text-white\/60:hover {
|
|
13142
|
+
color: rgb(255 255 255 / 0.6);
|
|
13143
|
+
}
|
|
13144
|
+
|
|
13145
|
+
|
|
13116
13146
|
.hover\:text-white\/70:hover {
|
|
13117
13147
|
color: rgb(255 255 255 / 0.7);
|
|
13118
13148
|
}
|
|
@@ -13298,6 +13328,15 @@ body {
|
|
|
13298
13328
|
}
|
|
13299
13329
|
|
|
13300
13330
|
|
|
13331
|
+
@media (min-width: 1280px) {
|
|
13332
|
+
|
|
13333
|
+
|
|
13334
|
+
.xl\:w-\[280px\] {
|
|
13335
|
+
width: 280px;
|
|
13336
|
+
}
|
|
13337
|
+
}
|
|
13338
|
+
|
|
13339
|
+
|
|
13301
13340
|
@media (prefers-color-scheme: dark) {
|
|
13302
13341
|
|
|
13303
13342
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
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>",
|