@burdenoff/fe-libs 2026.910.3 → 2026.910.5

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.
@@ -1,8 +1,8 @@
1
1
  import { useAssistantPageLabel as e } from "../product.js";
2
2
  import { useAssistantTr as t } from "../i18n.js";
3
- import { useAssistantStore as n } from "../store.js";
4
- import { AssistantSpeechProvider as r } from "./AssistantSpeechProvider.js";
5
- import { AssistantNavigateProvider as i } from "./AssistantMarkdownRenderer.js";
3
+ import { AssistantNavigateProvider as n } from "./AssistantMarkdownRenderer.js";
4
+ import { useAssistantStore as r } from "../store.js";
5
+ import { AssistantSpeechProvider as i } from "./AssistantSpeechProvider.js";
6
6
  import { AssistantHeader as a } from "./AssistantHeader.js";
7
7
  import { AssistantConversationList as o } from "./AssistantConversationList.js";
8
8
  import { useFilesServiceWarmup as s } from "../../../storage/warmFilesService.js";
@@ -13,15 +13,15 @@ import { useRef as d } from "react";
13
13
  import { jsx as f, jsxs as p } from "react/jsx-runtime";
14
14
  //#region src/shared/assistant/ui/AIAssistantPanel.tsx
15
15
  var m = ({ onClose: m, visible: h, docked: g, onToggleDock: _, writeAccess: v, onNavigate: y }) => {
16
- let b = t(), x = d(null), { conversations: S, activeConversationId: C, conversationListOpen: w, toggleConversationList: T, createConversation: E } = n(), D = S.find((e) => e.id === C);
16
+ let b = t(), x = d(null), { conversations: S, activeConversationId: C, conversationListOpen: w, toggleConversationList: T, createConversation: E } = r(), D = S.find((e) => e.id === C);
17
17
  c(D?.backendSessionId ?? null, D?.mode ?? null, h ?? !0), s(h ?? !0);
18
18
  let O = e(h !== !1);
19
19
  return l({
20
20
  panelRef: x,
21
21
  onClose: m
22
- }), /* @__PURE__ */ f(r, {
22
+ }), /* @__PURE__ */ f(i, {
23
23
  visible: h ?? !0,
24
- children: /* @__PURE__ */ f(i, {
24
+ children: /* @__PURE__ */ f(n, {
25
25
  value: y,
26
26
  children: /* @__PURE__ */ p("div", {
27
27
  ref: x,