@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.mjs
CHANGED
|
@@ -3945,7 +3945,7 @@ function CopilotChatView({
|
|
|
3945
3945
|
suggestionView: BoundSuggestionView ?? /* @__PURE__ */ jsx19(Fragment6, {})
|
|
3946
3946
|
}
|
|
3947
3947
|
);
|
|
3948
|
-
return /* @__PURE__ */ jsx19("div", { className: twMerge7("relative h-full", className), ...props, children: BoundWelcomeScreen });
|
|
3948
|
+
return /* @__PURE__ */ jsx19("div", { className: twMerge7("relative h-full flex flex-col", className), ...props, children: BoundWelcomeScreen });
|
|
3949
3949
|
}
|
|
3950
3950
|
if (children) {
|
|
3951
3951
|
return children({
|
|
@@ -4170,7 +4170,7 @@ function CopilotChatView({
|
|
|
4170
4170
|
"div",
|
|
4171
4171
|
{
|
|
4172
4172
|
className: cn(
|
|
4173
|
-
"
|
|
4173
|
+
"flex-1 flex flex-col items-center justify-center px-4",
|
|
4174
4174
|
className
|
|
4175
4175
|
),
|
|
4176
4176
|
...props,
|