@assistant-ui/react 0.5.4 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -4237,10 +4237,10 @@ var ThreadWelcomeSuggestion = ({
|
|
4237
4237
|
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
4238
4238
|
ThreadWelcomeSuggestionStyled,
|
4239
4239
|
{
|
4240
|
-
prompt
|
4240
|
+
prompt,
|
4241
4241
|
method: "replace",
|
4242
4242
|
autoSend: true,
|
4243
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "aui-thread-welcome-suggestion-text", children: text })
|
4243
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "aui-thread-welcome-suggestion-text", children: text ?? prompt })
|
4244
4244
|
}
|
4245
4245
|
);
|
4246
4246
|
};
|