keyring-chatbot-agent 1.0.23 → 1.0.26

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/lib.d.ts CHANGED
@@ -53,7 +53,7 @@ export declare interface ChatUICustomization {
53
53
  * over the built-in defaults for balance queries and fee estimation.
54
54
  * e.g. `{ 1: 'https://...', 137: 'https://...' }`
55
55
  */
56
- export declare const ChatWidget: ({ position, theme, defaultOpen, onOpen, onClose, account, onTransaction, language, rpcUrls, chatTitle, welcomeMessage, customSuggestions, additionalSuggestions, buttonIcon, chatIcon, customChatButton, styleButtonChat, }: ChatWidgetProps) => JSX.Element | null;
56
+ export declare const ChatWidget: ({ position, theme, defaultOpen, onOpen, onClose, account, onTransaction, language, rpcUrls, chatTitle, welcomeMessage, customSuggestions, additionalSuggestions, buttonIcon, chatIcon, customChatButton, styleButtonChat, modalConfig, }: ChatWidgetProps) => JSX.Element | null;
57
57
 
58
58
  /** Alias kept for backwards-compatibility */
59
59
  export declare type ChatWidgetLanguage = Language;
@@ -76,6 +76,9 @@ export declare interface ChatWidgetProps {
76
76
  chatIcon?: string;
77
77
  customChatButton?: React.ReactNode;
78
78
  styleButtonChat?: React.CSSProperties;
79
+ modalConfig?: {
80
+ isShowIcon?: boolean;
81
+ };
79
82
  }
80
83
 
81
84
  export declare interface ChatWidgetTheme {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyring-chatbot-agent",
3
- "version": "1.0.23",
3
+ "version": "1.0.26",
4
4
  "private": false,
5
5
  "description": "A React chat widget SDK with floating button and modal",
6
6
  "keywords": [