@copilotkitnext/react 1.51.3-next.0 → 1.51.3-next.2
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -4000,7 +4000,7 @@ function CopilotChatView({
|
|
|
4000
4000
|
suggestionView: BoundSuggestionView ?? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {})
|
|
4001
4001
|
}
|
|
4002
4002
|
);
|
|
4003
|
-
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: (0, import_tailwind_merge7.twMerge)("relative h-full", className), ...props, children: BoundWelcomeScreen });
|
|
4003
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: (0, import_tailwind_merge7.twMerge)("relative h-full flex flex-col", className), ...props, children: BoundWelcomeScreen });
|
|
4004
4004
|
}
|
|
4005
4005
|
if (children) {
|
|
4006
4006
|
return children({
|
|
@@ -4225,7 +4225,7 @@ function CopilotChatView({
|
|
|
4225
4225
|
"div",
|
|
4226
4226
|
{
|
|
4227
4227
|
className: cn(
|
|
4228
|
-
"
|
|
4228
|
+
"flex-1 flex flex-col items-center justify-center px-4",
|
|
4229
4229
|
className
|
|
4230
4230
|
),
|
|
4231
4231
|
...props,
|