@libxai/board 1.4.10 → 1.4.13

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
@@ -11310,6 +11310,11 @@ body {
11310
11310
  }
11311
11311
 
11312
11312
 
11313
+ .opacity-60 {
11314
+ opacity: 0.6;
11315
+ }
11316
+
11317
+
11313
11318
  .opacity-70 {
11314
11319
  opacity: 0.7;
11315
11320
  }
@@ -11467,6 +11472,12 @@ body {
11467
11472
  }
11468
11473
 
11469
11474
 
11475
+ .blur-\[4px\] {
11476
+ --tw-blur: blur(4px);
11477
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
11478
+ }
11479
+
11480
+
11470
11481
  .drop-shadow {
11471
11482
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
11472
11483
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.4.10",
3
+ "version": "1.4.13",
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>",