@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.
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  management_default
3
- } from "../chunk-5NSOHUCR.mjs";
4
- import "../chunk-E4Q7BHBQ.mjs";
3
+ } from "../chunk-DCZLPUMY.mjs";
4
+ import "../chunk-DPMJELHK.mjs";
5
5
  import "../chunk-VTC6AIWY.mjs";
6
6
  import "../chunk-6QTTNYF2.mjs";
7
- import "../chunk-UQ4VQSWS.mjs";
8
- import "../chunk-NCMSNXB2.mjs";
7
+ import "../chunk-HKQSZALO.mjs";
8
+ import "../chunk-FXFTA5PZ.mjs";
9
9
  import "../chunk-EUBVBTB3.mjs";
10
10
  import "../chunk-IPMTNREZ.mjs";
11
11
  import "../chunk-H3BYFEIE.mjs";
@@ -13164,9 +13164,10 @@ ${sourcesMarkdownList.join("\n")}`;
13164
13164
  variant: "rounded",
13165
13165
  onClick: () => setOpenImage(img),
13166
13166
  sx: {
13167
- width: 64,
13168
- height: 64,
13167
+ width: 96,
13168
+ height: 96,
13169
13169
  borderRadius: 2,
13170
+ border: `1px solid ${(0, import_styles2.alpha)(theme.palette.text.primary, 0.25)}`,
13170
13171
  cursor: "pointer",
13171
13172
  "&:hover": { boxShadow: `0 0 0 2px ${theme.palette.primary.main}` }
13172
13173
  }