@libxai/board 0.11.8 → 0.11.10

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
@@ -2,6 +2,13 @@
2
2
  * ASAKAA Design System v2.0
3
3
  * Apple-level design consistency
4
4
  * Every pixel matters. Every decision is intentional.
5
+ *
6
+ * REQUIRED FONTS:
7
+ * - Inter: UI text (https://fonts.google.com/specimen/Inter)
8
+ * - JetBrains Mono: Technical/date display (https://fonts.google.com/specimen/JetBrains+Mono)
9
+ *
10
+ * Add this to your HTML head:
11
+ * <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
5
12
  */
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "0.11.8",
3
+ "version": "0.11.10",
4
4
  "type": "module",
5
5
  "description": "Professional Gantt Chart + Kanban Board for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
6
6
  "author": "LibXAI <hello@libxai.com>",