@apteva/apteva-kit 0.1.96 → 0.1.97

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.mjs CHANGED
@@ -3017,6 +3017,7 @@ var Chat = forwardRef(function Chat2({
3017
3017
  onToolCall,
3018
3018
  onToolResult,
3019
3019
  // UI
3020
+ variant = "default",
3020
3021
  placeholder,
3021
3022
  showHeader = true,
3022
3023
  headerTitle = "Chat",
@@ -3585,7 +3586,7 @@ ${planToExecute}`;
3585
3586
  setCurrentRequestId(null);
3586
3587
  };
3587
3588
  const isCompact = commandVariant === "compact";
3588
- return /* @__PURE__ */ jsxs15("div", { className: cn("apteva-chat flex flex-col h-full", className), children: [
3589
+ return /* @__PURE__ */ jsxs15("div", { className: cn("apteva-chat flex flex-col h-full", variant !== "default" && `apteva-chat-${variant}`, className), children: [
3589
3590
  showHeader && mode === "chat" && /* @__PURE__ */ jsx19("div", { className: "apteva-chat-header px-4 py-3 flex items-center justify-between", children: /* @__PURE__ */ jsxs15("div", { children: [
3590
3591
  /* @__PURE__ */ jsx19("div", { className: "apteva-chat-title", children: headerTitle }),
3591
3592
  /* @__PURE__ */ jsx19("div", { className: cn(