Skip to content

Commit bc6e90b

Browse files
committed
build
1 parent 2082f37 commit bc6e90b

File tree

6 files changed

+6
-168849
lines changed

6 files changed

+6
-168849
lines changed

dist/components/bubbles/BotBubble.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ type Props = {
2727
isTTSPlaying?: Record<string, boolean>;
2828
handleTTSClick?: (messageId: string, messageText: string) => void;
2929
handleTTSStop?: (messageId: string) => void;
30+
hasCustomHeader?: boolean;
31+
dialogContainer?: HTMLElement;
3032
};
3133
export declare const BotBubble: (props: Props) => import("solid-js").JSX.Element;
3234
export {};

dist/components/bubbles/BotBubble.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/buttons/FeedbackButtons.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ type RatingButtonProps = {
99
export declare const CopyToClipboardButton: (props: RatingButtonProps) => JSX.Element;
1010
export declare const ThumbsUpButton: (props: RatingButtonProps) => JSX.Element;
1111
export declare const ThumbsDownButton: (props: RatingButtonProps) => JSX.Element;
12-
export declare const RegenerateResponseButton: (props: RatingButtonProps) => JSX.Element;
1312
export {};
1413
//# sourceMappingURL=FeedbackButtons.d.ts.map

dist/components/buttons/FeedbackButtons.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)