@assistant-ui/react 0.5.4 → 0.5.5
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/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
|
};
|