bstp-agent-widget 0.2.68 → 0.2.69
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/package.json +1 -1
- package/src/lib/index.d.ts +2 -0
package/package.json
CHANGED
package/src/lib/index.d.ts
CHANGED
|
@@ -59,6 +59,8 @@ export type AgentChatWidgetUiOptions = {
|
|
|
59
59
|
fabButtonLabel?: string;
|
|
60
60
|
/** Widget z-index (affects both FAB and panel) */
|
|
61
61
|
zIndex?: number;
|
|
62
|
+
/** CSS selector for the host layout node that should reserve space for the widget */
|
|
63
|
+
hostContainerSelector?: string;
|
|
62
64
|
};
|
|
63
65
|
|
|
64
66
|
export type AgentChatWidgetProps = {
|