@alquimia-ai/ui 1.3.2 → 1.4.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.
- package/dist/components/organisms/index.d.mts +1 -0
- package/dist/components/organisms/index.d.ts +1 -0
- package/dist/components/organisms/index.js +2 -0
- package/dist/components/organisms/index.js.map +1 -1
- package/dist/components/organisms/index.mjs +2 -0
- package/dist/components/organisms/index.mjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2734,6 +2734,7 @@ var AssistantInput = React34.forwardRef(
|
|
|
2734
2734
|
input,
|
|
2735
2735
|
handleInputChange,
|
|
2736
2736
|
isMessageStreaming,
|
|
2737
|
+
speechToTextComponent,
|
|
2737
2738
|
...props
|
|
2738
2739
|
}, ref) => {
|
|
2739
2740
|
return /* @__PURE__ */ jsxs20(
|
|
@@ -2761,6 +2762,7 @@ var AssistantInput = React34.forwardRef(
|
|
|
2761
2762
|
)
|
|
2762
2763
|
}
|
|
2763
2764
|
),
|
|
2765
|
+
speechToTextComponent && speechToTextComponent,
|
|
2764
2766
|
/* @__PURE__ */ jsx43(
|
|
2765
2767
|
"button",
|
|
2766
2768
|
{
|