@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
package/dist/index.mjs
CHANGED
|
@@ -2943,6 +2943,7 @@ var AssistantInput = React34.forwardRef(
|
|
|
2943
2943
|
input,
|
|
2944
2944
|
handleInputChange,
|
|
2945
2945
|
isMessageStreaming,
|
|
2946
|
+
speechToTextComponent,
|
|
2946
2947
|
...props
|
|
2947
2948
|
}, ref) => {
|
|
2948
2949
|
return /* @__PURE__ */ jsxs22(
|
|
@@ -2970,6 +2971,7 @@ var AssistantInput = React34.forwardRef(
|
|
|
2970
2971
|
)
|
|
2971
2972
|
}
|
|
2972
2973
|
),
|
|
2974
|
+
speechToTextComponent && speechToTextComponent,
|
|
2973
2975
|
/* @__PURE__ */ jsx48(
|
|
2974
2976
|
"button",
|
|
2975
2977
|
{
|