@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.js
CHANGED
|
@@ -3144,6 +3144,7 @@ var AssistantInput = React34.forwardRef(
|
|
|
3144
3144
|
input,
|
|
3145
3145
|
handleInputChange,
|
|
3146
3146
|
isMessageStreaming,
|
|
3147
|
+
speechToTextComponent,
|
|
3147
3148
|
...props
|
|
3148
3149
|
}, ref) => {
|
|
3149
3150
|
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
@@ -3171,6 +3172,7 @@ var AssistantInput = React34.forwardRef(
|
|
|
3171
3172
|
)
|
|
3172
3173
|
}
|
|
3173
3174
|
),
|
|
3175
|
+
speechToTextComponent && speechToTextComponent,
|
|
3174
3176
|
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
3175
3177
|
"button",
|
|
3176
3178
|
{
|