@burtson-labs/bandit-engine 2.0.83 → 2.0.84

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-PGLLBIRL.mjs";
3
+ } from "./chunk-RVKERD5O.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-6VYZAHRT.mjs";
13
+ } from "./chunk-3QYZOCIW.mjs";
14
14
  import "./chunk-YYYEMVBV.mjs";
15
15
  import "./chunk-6ITUH375.mjs";
16
16
  import "./chunk-3LT77723.mjs";
@@ -26578,8 +26578,8 @@ var init_conversation_drawer = __esm({
26578
26578
  flex: 1,
26579
26579
  display: "flex",
26580
26580
  flexDirection: "column",
26581
- alignItems: isMobile ? "center" : "flex-start",
26582
- textAlign: isMobile ? "center" : "left",
26581
+ alignItems: "flex-start",
26582
+ textAlign: "left",
26583
26583
  gap: 0.25
26584
26584
  },
26585
26585
  children: [
@@ -26605,11 +26605,20 @@ var init_conversation_drawer = __esm({
26605
26605
  }
26606
26606
  ),
26607
26607
  user2 && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
26608
- import_lucide_react10.Settings,
26608
+ import_material43.Box,
26609
26609
  {
26610
- size: 18,
26611
- color: theme.palette.text.secondary,
26612
- style: { flexShrink: 0, opacity: 0.85 }
26610
+ sx: {
26611
+ flexShrink: 0,
26612
+ display: "flex",
26613
+ alignItems: "center",
26614
+ justifyContent: "center",
26615
+ width: 30,
26616
+ height: 30,
26617
+ borderRadius: "50%",
26618
+ border: `1px solid ${(0, import_material43.alpha)(theme.palette.divider, 0.8)}`,
26619
+ color: theme.palette.text.secondary
26620
+ },
26621
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_lucide_react10.Settings, { size: 16 })
26613
26622
  }
26614
26623
  )
26615
26624
  ]