bstp-agent-widget 0.2.74 → 0.2.76
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
CHANGED
|
@@ -21,6 +21,8 @@ export type AgentChatWidgetUiOptions = {
|
|
|
21
21
|
fabButtonLabel?: string;
|
|
22
22
|
/** Widget z-index (affects both FAB and panel) */
|
|
23
23
|
zIndex?: number;
|
|
24
|
+
/** Panel top offset in px (e.g. host app header height) */
|
|
25
|
+
panelTopOffset?: number;
|
|
24
26
|
/** CSS selector for the host layout node that should reserve space for the widget */
|
|
25
27
|
hostContainerSelector?: string;
|
|
26
28
|
};
|