@apteva/apteva-kit 0.1.22 → 0.1.23

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
@@ -2834,11 +2834,11 @@ ${planToExecute}`;
2834
2834
  };
2835
2835
  const isCompact = commandVariant === "compact";
2836
2836
  return /* @__PURE__ */ jsxs12("div", { className: cn("flex flex-col h-full", className), children: [
2837
- showHeader && mode === "chat" && /* @__PURE__ */ jsx16("div", { className: "px-4 py-3 flex items-center justify-between", children: /* @__PURE__ */ jsxs12("div", { children: [
2838
- /* @__PURE__ */ jsx16("h2", { className: "!text-lg font-semibold !text-gray-900 dark:!text-white", children: headerTitle }),
2839
- /* @__PURE__ */ jsx16("p", { className: cn(
2840
- "!text-xs",
2841
- isLoading ? chatToolName ? "!text-blue-500 dark:!text-blue-400" : "!text-gray-400 dark:!text-gray-500" : "!text-gray-400 dark:!text-gray-500"
2837
+ showHeader && mode === "chat" && /* @__PURE__ */ jsx16("div", { className: "apteva-chat-header px-4 py-3 flex items-center justify-between", children: /* @__PURE__ */ jsxs12("div", { children: [
2838
+ /* @__PURE__ */ jsx16("div", { className: "apteva-chat-title", children: headerTitle }),
2839
+ /* @__PURE__ */ jsx16("div", { className: cn(
2840
+ "apteva-chat-status",
2841
+ isLoading ? chatToolName ? "apteva-chat-status-tool" : "apteva-chat-status-thinking" : "apteva-chat-status-ready"
2842
2842
  ), children: isLoading ? chatToolName ? `Using ${chatToolName}...` : "Thinking..." : "Ready" })
2843
2843
  ] }) }),
2844
2844
  mode === "chat" && /* @__PURE__ */ jsxs12(Fragment4, { children: [