@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.
@@ -24,7 +24,7 @@ import {
24
24
  useNotificationService,
25
25
  useTTS,
26
26
  useVoiceStore
27
- } from "./chunk-NCMSNXB2.mjs";
27
+ } from "./chunk-FXFTA5PZ.mjs";
28
28
  import {
29
29
  brandingService_default,
30
30
  toTitleCase,
@@ -2803,4 +2803,4 @@ export {
2803
2803
  MAX_WINDOWED_HEIGHT,
2804
2804
  chat_modal_default
2805
2805
  };
2806
- //# sourceMappingURL=chunk-UQ4VQSWS.mjs.map
2806
+ //# sourceMappingURL=chunk-HKQSZALO.mjs.map
package/dist/index.js CHANGED
@@ -14333,9 +14333,10 @@ ${sourcesMarkdownList.join("\n")}`;
14333
14333
  variant: "rounded",
14334
14334
  onClick: () => setOpenImage(img),
14335
14335
  sx: {
14336
- width: 64,
14337
- height: 64,
14336
+ width: 96,
14337
+ height: 96,
14338
14338
  borderRadius: 2,
14339
+ border: `1px solid ${(0, import_styles4.alpha)(theme.palette.text.primary, 0.25)}`,
14339
14340
  cursor: "pointer",
14340
14341
  "&:hover": { boxShadow: `0 0 0 2px ${theme.palette.primary.main}` }
14341
14342
  }