@libxai/board 0.17.92 → 0.17.93

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
@@ -10356,6 +10356,11 @@ body {
10356
10356
  }
10357
10357
 
10358
10358
 
10359
+ .opacity-100 {
10360
+ opacity: 1;
10361
+ }
10362
+
10363
+
10359
10364
  .opacity-25 {
10360
10365
  opacity: 0.25;
10361
10366
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.92",
3
+ "version": "0.17.93",
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>",