@tangle-network/agent-app 0.45.57 → 0.45.58
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.
|
@@ -169,6 +169,11 @@ export interface ChatComposerProps {
|
|
|
169
169
|
floating?: boolean;
|
|
170
170
|
/** Send button label. Default "Send". */
|
|
171
171
|
sendLabel?: string;
|
|
172
|
+
/** Send control shape. `pill` (default) is the labeled button; `icon` is the
|
|
173
|
+
* 34px circular inverted arrow (streaming: circular outlined stop) — the
|
|
174
|
+
* grammar sandbox-ui's legacy AgentComposer used and the current agent-app
|
|
175
|
+
* canon for new surfaces. */
|
|
176
|
+
sendVariant?: 'pill' | 'icon';
|
|
172
177
|
className?: string;
|
|
173
178
|
}
|
|
174
|
-
export declare function ChatComposer({ onSend, onSendParts, onSendFailed, sendFailureMessage, onCancel, isStreaming, disabled, placeholder, value, onValueChange, initialValue, seed, onSeedApplied, controls, controlsPlacement, onAttach, onAttachFolder, pendingFiles, onRemoveFile, accept, dropTitle, dropDescription, focusShortcut, floating, sendLabel, className, }: ChatComposerProps): import("react").JSX.Element;
|
|
179
|
+
export declare function ChatComposer({ onSend, onSendParts, onSendFailed, sendFailureMessage, onCancel, isStreaming, disabled, placeholder, value, onValueChange, initialValue, seed, onSeedApplied, controls, controlsPlacement, onAttach, onAttachFolder, pendingFiles, onRemoveFile, accept, dropTitle, dropDescription, focusShortcut, floating, sendLabel, sendVariant, className, }: ChatComposerProps): import("react").JSX.Element;
|
package/dist/web-react/index.js
CHANGED
package/package.json
CHANGED