@libxai/board 0.17.422 → 0.17.423

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
@@ -9047,6 +9047,11 @@ body {
9047
9047
  }
9048
9048
 
9049
9049
 
9050
+ .w-\[200px\] {
9051
+ width: 200px;
9052
+ }
9053
+
9054
+
9050
9055
  .w-\[320px\] {
9051
9056
  width: 320px;
9052
9057
  }
@@ -9162,6 +9167,11 @@ body {
9162
9167
  }
9163
9168
 
9164
9169
 
9170
+ .max-w-\[100px\] {
9171
+ max-width: 100px;
9172
+ }
9173
+
9174
+
9165
9175
  .max-w-\[120px\] {
9166
9176
  max-width: 120px;
9167
9177
  }
@@ -9237,6 +9247,13 @@ body {
9237
9247
  }
9238
9248
 
9239
9249
 
9250
+ .scale-110 {
9251
+ --tw-scale-x: 1.1;
9252
+ --tw-scale-y: 1.1;
9253
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
9254
+ }
9255
+
9256
+
9240
9257
  .scale-95 {
9241
9258
  --tw-scale-x: .95;
9242
9259
  --tw-scale-y: .95;
@@ -9342,6 +9359,11 @@ body {
9342
9359
  }
9343
9360
 
9344
9361
 
9362
+ .grid-cols-8 {
9363
+ grid-template-columns: repeat(8, minmax(0, 1fr));
9364
+ }
9365
+
9366
+
9345
9367
  .flex-col {
9346
9368
  flex-direction: column;
9347
9369
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.422",
3
+ "version": "0.17.423",
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>",