@landtrustinc/design-system 1.2.63 → 1.2.64

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/dist/index.d.ts CHANGED
@@ -1588,8 +1588,13 @@ type ChatWidgetProps = {
1588
1588
  * @default true
1589
1589
  */
1590
1590
  closeOnClickOutside?: boolean;
1591
+ /**
1592
+ * Whether to enable smart auto-scroll behavior and show the scroll-to-bottom button
1593
+ * @default true
1594
+ */
1595
+ enableScrollToBottomControl?: boolean;
1591
1596
  };
1592
- declare const ChatWidget: ({ title, messages, onSubmit, placeholder, disabled, className, ariaLabel, panelWidth, expanded, defaultExpanded, onExpandedChange, isThinking, thinkingText, emptyState, containerProps, suggestedPrompts, onPromptClick, suggestedPromptsTitle, notificationCount, closeOnClickOutside, }: ChatWidgetProps) => _emotion_react_jsx_runtime.JSX.Element;
1597
+ declare const ChatWidget: ({ title, messages, onSubmit, placeholder, disabled, className, ariaLabel, panelWidth, expanded, defaultExpanded, onExpandedChange, isThinking, thinkingText, emptyState, containerProps, suggestedPrompts, onPromptClick, suggestedPromptsTitle, notificationCount, closeOnClickOutside, enableScrollToBottomControl, }: ChatWidgetProps) => _emotion_react_jsx_runtime.JSX.Element;
1593
1598
 
1594
1599
  type CtaCardBase = {
1595
1600
  /**