@libxai/board 1.4.27 → 1.5.0

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/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
  }
@@ -13298,6 +13323,15 @@ body {
13298
13323
  }
13299
13324
 
13300
13325
 
13326
+ @media (min-width: 1280px) {
13327
+
13328
+
13329
+ .xl\:w-\[280px\] {
13330
+ width: 280px;
13331
+ }
13332
+ }
13333
+
13334
+
13301
13335
  @media (prefers-color-scheme: dark) {
13302
13336
 
13303
13337
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.4.27",
3
+ "version": "1.5.0",
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>",