@volter-ai-dev/supercode-ui 0.1.13 → 0.1.15

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/README.md CHANGED
@@ -64,7 +64,7 @@ The public components are `SupercodeMessenger`, `Conversation`, `TranscriptEntry
64
64
  `ActivityGroup`, `RequestCard`, `SessionList`, `SessionRow`, `Composer`, `ContinuationBar`,
65
65
  `LoadingStatus`, `TaskPlan`, `SessionDetails`, and `HarnessLogo`. Pure state readers, selectors,
66
66
  formatters, and intent constructors live at `supercode-ui/core` and have no DOM or Preact imports.
67
- For genuine partial delivery, the `preact/logo`, `preact/conversation`, `preact/sessions`,
67
+ For genuine partial delivery, the `preact/logo`, `preact/icon`, `preact/conversation`, `preact/sessions`,
68
68
  `preact/composer`, and `preact/messenger` subpaths are independently tree-shaken artifacts; taking
69
69
  the logo does not pull in Markdown, the messenger, or session-list code.
70
70
 
package/components.d.ts CHANGED
@@ -14,5 +14,6 @@ export {
14
14
  TaskPlan,
15
15
  ToolRow,
16
16
  TranscriptEntry,
17
+ UiIcon,
17
18
  hasHarnessLogo,
18
19
  } from './index.js';