@elevenlabs/convai-widget-core 0.12.7 → 0.12.8

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.
@@ -0,0 +1,4 @@
1
+ export declare function TextWithAudioTags({ text, className, }: {
2
+ text: string;
3
+ className?: string;
4
+ }): import("preact").JSX.Element;
@@ -13,8 +13,8 @@ export declare function useTextInputEnabled(): ReadonlySignal<boolean>;
13
13
  export declare function useFileInputEnabled(): ReadonlySignal<boolean>;
14
14
  export declare function useFileInputMaxFiles(): ReadonlySignal<number | null>;
15
15
  export declare function useLocalizedTerms(): ReadonlySignal<{
16
- terms_html: string | undefined;
17
- terms_text: string | undefined;
16
+ terms_html: string | null | undefined;
17
+ terms_text: string | null | undefined;
18
18
  terms_key: string | undefined;
19
19
  }>;
20
20
  export declare function useWebRTC(): ReadonlySignal<boolean>;