@libxai/board 0.17.21 → 0.17.22

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
@@ -1879,19 +1879,19 @@
1879
1879
  }
1880
1880
 
1881
1881
 
1882
- /* Dark Theme - Exact #222326 */
1882
+ /* Dark Theme - Matches Kanban system color #1A1D25 */
1883
1883
 
1884
1884
 
1885
1885
  [data-theme="dark"] {
1886
- --modal-v2-bg: #222326;
1886
+ --modal-v2-bg: #1A1D25;
1887
1887
  --modal-v2-text-primary: #F4F5F8;
1888
1888
  --modal-v2-text-secondary: #AEB6C0;
1889
1889
  --modal-v2-text-tertiary: #6B7280;
1890
1890
  --modal-v2-border: rgba(255, 255, 255, 0.08);
1891
1891
  --modal-v2-border-hover: rgba(255, 255, 255, 0.15);
1892
- --modal-v2-bg-secondary: rgba(255, 255, 255, 0.03);
1893
- --modal-v2-bg-tertiary: rgba(255, 255, 255, 0.05);
1894
- --modal-v2-comment-bg: #2A2B2E;
1892
+ --modal-v2-bg-secondary: rgba(255, 255, 255, 0.04);
1893
+ --modal-v2-bg-tertiary: rgba(255, 255, 255, 0.06);
1894
+ --modal-v2-comment-bg: #242830;
1895
1895
  --modal-v2-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
1896
1896
  --modal-v2-backdrop: rgba(0, 0, 0, 0.7);
1897
1897
  /* v0.17.21: Accent colors for interactive elements */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.17.21",
3
+ "version": "0.17.22",
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>",