@burtson-labs/bandit-engine 2.0.79 → 2.0.80

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
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  chat_default
3
- } from "./chunk-3E66ZVMB.mjs";
3
+ } from "./chunk-VDVXUEP2.mjs";
4
4
  import {
5
5
  chat_provider_default
6
6
  } from "./chunk-OPN32F2X.mjs";
@@ -10,7 +10,7 @@ import {
10
10
  useGatewayHealth,
11
11
  useGatewayMemory,
12
12
  useGatewayModels
13
- } from "./chunk-XJH5E5QG.mjs";
13
+ } from "./chunk-L2AKXXK3.mjs";
14
14
  import "./chunk-YYYEMVBV.mjs";
15
15
  import "./chunk-6ITUH375.mjs";
16
16
  import "./chunk-3LT77723.mjs";
@@ -26441,16 +26441,25 @@ var init_conversation_drawer = __esm({
26441
26441
  children: user2 ? userDisplayName : "Not signed in"
26442
26442
  }
26443
26443
  ),
26444
- !user2 && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
26444
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
26445
26445
  import_material42.Typography,
26446
26446
  {
26447
26447
  variant: "caption",
26448
+ noWrap: true,
26448
26449
  sx: { color: theme.palette.text.secondary },
26449
- children: "Connect your account to sync chats"
26450
+ children: user2 ? userSecondaryText || "View profile & settings" : "Connect your account to sync chats"
26450
26451
  }
26451
26452
  )
26452
26453
  ]
26453
26454
  }
26455
+ ),
26456
+ user2 && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
26457
+ import_lucide_react10.Settings,
26458
+ {
26459
+ size: 18,
26460
+ color: theme.palette.text.secondary,
26461
+ style: { flexShrink: 0, opacity: 0.85 }
26462
+ }
26454
26463
  )
26455
26464
  ]
26456
26465
  }