@bienui/core 1.0.11 → 1.0.14

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.
@@ -76,8 +76,14 @@ export interface AIChatboxProps {
76
76
  autoScroll?: boolean;
77
77
  showHeader?: boolean;
78
78
  showComposer?: boolean;
79
+ showEmptyState?: boolean;
80
+ showSuggestions?: boolean;
81
+ onFilesSelected?: (files: File[]) => void;
82
+ fileAccept?: string;
83
+ fileMultiple?: boolean;
79
84
  maxHeight?: string | number;
85
+ assistantState?: React.ReactNode | ((status: 'thinking' | 'streaming') => React.ReactNode);
80
86
  className?: string;
81
87
  style?: React.CSSProperties;
82
88
  }
83
- export declare function AIChatbox({ messages, inputValue, onInputChange, onSend, onRetry, status, title, subtitle, placeholder, suggestions, onSuggestionClick, emptyState, assistantName, assistantAvatar, userAvatar, userName, agentModeLabel, capabilities, errorMessage, disabled, readOnly, onStop, onClearConversation, onMessageAction, onCitationClick, autoScroll, showHeader, showComposer, maxHeight, className, style, }: AIChatboxProps): import("react/jsx-runtime").JSX.Element;
89
+ export declare function AIChatbox({ messages, inputValue, onInputChange, onSend, onRetry, status, title, subtitle, placeholder, suggestions, onSuggestionClick, emptyState, assistantName, assistantAvatar, userAvatar, userName, agentModeLabel, capabilities, errorMessage, disabled, readOnly, onStop, onClearConversation, onMessageAction, onCitationClick, autoScroll, showHeader, showComposer, showEmptyState, showSuggestions, onFilesSelected, fileAccept, fileMultiple, maxHeight, assistantState, className, style, }: AIChatboxProps): import("react/jsx-runtime").JSX.Element;
@@ -20,6 +20,7 @@ export declare function HomeIcon({ size, className, style }: IconProps): import(
20
20
  export declare function UsersIcon({ size, className, style }: IconProps): import("react/jsx-runtime").JSX.Element;
21
21
  export declare function ChartIcon({ size, className, style }: IconProps): import("react/jsx-runtime").JSX.Element;
22
22
  export declare function FileIcon({ size, className, style }: IconProps): import("react/jsx-runtime").JSX.Element;
23
+ export declare function PaperclipIcon({ size, className, style }: IconProps): import("react/jsx-runtime").JSX.Element;
23
24
  export declare function FolderIcon({ size, className, style }: IconProps): import("react/jsx-runtime").JSX.Element;
24
25
  export declare function ShoppingCartIcon({ size, className, style }: IconProps): import("react/jsx-runtime").JSX.Element;
25
26
  export declare function CreditCardIcon({ size, className, style }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -7,4 +7,4 @@ export interface ThinkingTextProps {
7
7
  onComplete?: () => void;
8
8
  className?: string;
9
9
  }
10
- export declare function ThinkingText({ text, variant, speed, showCursor, loop, onComplete, className, }: ThinkingTextProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function ThinkingText({ text, variant, showCursor, onComplete, className, }: ThinkingTextProps): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bienui/core",
3
- "version": "1.0.11",
3
+ "version": "1.0.14",
4
4
  "description": "Production-ready React component library with accessibility-first design, Radix UI primitives, and comprehensive Storybook documentation",
5
5
  "keywords": [
6
6
  "react",