@miiflow/assistant-ui 0.3.2 → 0.3.3

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.
@@ -288,6 +288,10 @@ interface WelcomeScreenProps {
288
288
  composerSlot?: ReactNode;
289
289
  /** Additional CSS classes for the outer wrapper */
290
290
  className?: string;
291
+ /** Assistant avatar image URL — when provided, welcome text renders in message format */
292
+ assistantAvatar?: string;
293
+ /** Assistant display name (shown alongside avatar) */
294
+ assistantName?: string;
291
295
  }
292
296
  /**
293
297
  * Full-screen empty state with rotating placeholder input and suggestion cards.