@burtson-labs/bandit-engine 2.0.63 → 2.0.64

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-SYBMWGMA.mjs";
3
+ } from "./chunk-DR4X32D3.mjs";
4
4
  import {
5
5
  chat_provider_default
6
6
  } from "./chunk-D55E6ZDV.mjs";
@@ -10,8 +10,8 @@ import {
10
10
  useGatewayHealth,
11
11
  useGatewayMemory,
12
12
  useGatewayModels
13
- } from "./chunk-5NSOHUCR.mjs";
14
- import "./chunk-E4Q7BHBQ.mjs";
13
+ } from "./chunk-DCZLPUMY.mjs";
14
+ import "./chunk-DPMJELHK.mjs";
15
15
  import "./chunk-VTC6AIWY.mjs";
16
16
  import "./chunk-6QTTNYF2.mjs";
17
17
  import {
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-IXIM7BNO.mjs";
20
20
  import {
21
21
  chat_modal_default
22
- } from "./chunk-UQ4VQSWS.mjs";
22
+ } from "./chunk-HKQSZALO.mjs";
23
23
  import {
24
24
  FeedbackButton,
25
25
  FeedbackModal,
@@ -37,7 +37,7 @@ import {
37
37
  useTTS,
38
38
  useVoiceStore,
39
39
  voiceService
40
- } from "./chunk-NCMSNXB2.mjs";
40
+ } from "./chunk-FXFTA5PZ.mjs";
41
41
  import {
42
42
  DEFAULT_TIER_FEATURES,
43
43
  FeatureFlagContext,
@@ -13456,9 +13456,10 @@ ${sourcesMarkdownList.join("\n")}`;
13456
13456
  variant: "rounded",
13457
13457
  onClick: () => setOpenImage(img),
13458
13458
  sx: {
13459
- width: 64,
13460
- height: 64,
13459
+ width: 96,
13460
+ height: 96,
13461
13461
  borderRadius: 2,
13462
+ border: `1px solid ${(0, import_styles2.alpha)(theme.palette.text.primary, 0.25)}`,
13462
13463
  cursor: "pointer",
13463
13464
  "&:hover": { boxShadow: `0 0 0 2px ${theme.palette.primary.main}` }
13464
13465
  }