@akropolys/kiku 1.7.10 → 1.7.11

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
@@ -1824,13 +1824,9 @@ function ThinkingBlock({ text, isComplete, seconds: fixedSeconds }) {
1824
1824
  onClick: expandable ? () => setIsOpen((o) => !o) : void 0,
1825
1825
  "aria-expanded": expandable ? isOpen : void 0,
1826
1826
  children: [
1827
- isComplete ? /* @__PURE__ */ jsxs7("svg", { width: "13", height: "13", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
1827
+ /* @__PURE__ */ jsxs7("svg", { width: "13", height: "13", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: !isComplete ? "hsk-cb-think-spin" : void 0, children: [
1828
1828
  /* @__PURE__ */ jsx8("circle", { cx: "12", cy: "12", r: "10" }),
1829
1829
  /* @__PURE__ */ jsx8("path", { d: "M12 6v6l4 2" })
1830
- ] }) : /* @__PURE__ */ jsxs7("span", { className: "hsk-cb-typing", "aria-hidden": "true", children: [
1831
- /* @__PURE__ */ jsx8("span", {}),
1832
- /* @__PURE__ */ jsx8("span", {}),
1833
- /* @__PURE__ */ jsx8("span", {})
1834
1830
  ] }),
1835
1831
  /* @__PURE__ */ jsx8("span", { children: label }),
1836
1832
  expandable && /* @__PURE__ */ jsx8("span", { className: cn("hsk-cb-think-chevron", isOpen && "hsk-cb-think-chevron--open"), children: "\u25B6" })
@@ -2404,11 +2400,21 @@ function ChatModal({
2404
2400
  ]
2405
2401
  }
2406
2402
  ),
2407
- loading && !streaming && /* @__PURE__ */ jsx8("div", { className: "hsk-cb-typing-bubble", "aria-label": "Assistant is typing", children: /* @__PURE__ */ jsxs7("span", { className: "hsk-cb-typing", children: [
2408
- /* @__PURE__ */ jsx8("span", {}),
2409
- /* @__PURE__ */ jsx8("span", {}),
2410
- /* @__PURE__ */ jsx8("span", {})
2411
- ] }) }),
2403
+ loading && !streaming && /* @__PURE__ */ jsxs7("div", { className: "hsk-cb-typing-row", style: { display: "flex", alignItems: "center", gap: "10px" }, children: [
2404
+ /* @__PURE__ */ jsxs7("div", { className: "hsk-cb-thinking-icon", children: [
2405
+ /* @__PURE__ */ jsx8("svg", { className: "hsk-brand-mark", viewBox: "0 0 100 100", "aria-hidden": "true", children: /* @__PURE__ */ jsx8("path", { d: "M39.4 10.4 Q44 0 48.6 10.4 L86.1 95.8 Q88 100 83.4 100 L4.6 100 Q0 100 1.9 95.8 Z M24 100 L24 65 Q24 60 27.4 56.3 Q44 38 60.6 56.3 Q64 60 64 65 L64 100 Z", transform: "translate(22.7 19) scale(0.62)", fillRule: "evenodd" }) }),
2406
+ /* @__PURE__ */ jsx8("svg", { className: "hsk-brand-mark hsk-brand-mark--sheen", viewBox: "0 0 100 100", "aria-hidden": "true", children: /* @__PURE__ */ jsx8("path", { d: "M39.4 10.4 Q44 0 48.6 10.4 L86.1 95.8 Q88 100 83.4 100 L4.6 100 Q0 100 1.9 95.8 Z M24 100 L24 65 Q24 60 27.4 56.3 Q44 38 60.6 56.3 Q64 60 64 65 L64 100 Z", transform: "translate(22.7 19) scale(0.62)", fillRule: "evenodd" }) }),
2407
+ /* @__PURE__ */ jsx8("span", { className: "hsk-handle-orbit", children: /* @__PURE__ */ jsxs7("span", { className: "hsk-handle-ring", children: [
2408
+ /* @__PURE__ */ jsx8("span", { className: "hsk-handle-ball" }),
2409
+ /* @__PURE__ */ jsx8("span", { className: "hsk-handle-ball" }),
2410
+ /* @__PURE__ */ jsx8("span", { className: "hsk-handle-ball" }),
2411
+ /* @__PURE__ */ jsx8("span", { className: "hsk-handle-ball" }),
2412
+ /* @__PURE__ */ jsx8("span", { className: "hsk-handle-ball" })
2413
+ ] }) }),
2414
+ /* @__PURE__ */ jsx8("span", { className: "hsk-handle-rest" })
2415
+ ] }),
2416
+ /* @__PURE__ */ jsx8("span", { className: "hsk-cb-thinking-text", children: "Thinking\u2026" })
2417
+ ] }),
2412
2418
  lastAction?.type === "open_memory" && lastAction.url && !loading && !streaming && /* @__PURE__ */ jsxs7(
2413
2419
  "a",
2414
2420
  {