@devalok/shilp-sutra-karm 0.15.0 → 0.16.0

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.
Files changed (2) hide show
  1. package/llms.txt +5 -1
  2. package/package.json +1 -1
package/llms.txt CHANGED
@@ -75,7 +75,11 @@ Conversation shape: { id, title, updatedAt }
75
75
 
76
76
  ### Dashboard (`/dashboard`)
77
77
  - AttendanceCTA: userName, attendance, canMarkAttendance, onMarkAttendance?, isSubmitting?, formatTime?
78
- - DailyBrief: data({ brief: string[], generatedAt }|null), loading?
78
+ - DailyBrief: data({ brief: string[], generatedAt }|null), loading?, onRefresh?, unavailable?, defaultCollapsed?, title?
79
+ - ScratchpadWidget: items(ScratchpadItem[]), onToggle, onAdd?, onDelete?, loading?, title?
80
+ - SidebarScratchpad: items(ScratchpadItem[]), onToggle, defaultOpen?, badgeCount?
81
+
82
+ ScratchpadItem shape: { id, text, done }
79
83
 
80
84
  ### Client Portal (`/client`)
81
85
  - AccentProvider: accentCss?(string) — injects CSS custom properties on document root
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devalok/shilp-sutra-karm",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "description": "Domain components for Karm — board, tasks, chat, dashboard, client, and admin",
5
5
  "license": "MIT",
6
6
  "type": "module",