@sampleapp.ai/sdk 1.0.27 → 1.0.29

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.
@@ -7,7 +7,7 @@ import { Button } from "./ui/button";
7
7
  import { getTheme } from "../themes";
8
8
  import { LoaderIcon, ArrowUpIcon } from "./icons";
9
9
  import { TypingTextarea } from "./chat-bar/typing-textarea";
10
- import { VoiceButton } from "./chat-bar/voice-button";
10
+ // import {VoiceButton} from "./chat-bar/voice-button";
11
11
  // Default fallback color scheme
12
12
  const DEFAULT_COLOR_SCHEME = {
13
13
  gradient: "linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899)",
@@ -550,7 +550,6 @@ deepgramApiKey, }) => {
550
550
  }
551
551
  }, rows: 1 })),
552
552
  React.createElement("div", { style: { display: "flex", flexDirection: "row", gap: "4px" } },
553
- React.createElement(VoiceButton, { isRecording: isRecording, isTranscribing: isTranscribing, onVoiceRecording: handleVoiceRecording }),
554
553
  React.createElement(Button, { style: {
555
554
  height: "32px",
556
555
  width: "32px",