@burtson-labs/bandit-engine 2.0.76 → 2.0.77

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
@@ -10,7 +10,7 @@ import {
10
10
  useGatewayHealth,
11
11
  useGatewayMemory,
12
12
  useGatewayModels
13
- } from "./chunk-E5ROHXFN.mjs";
13
+ } from "./chunk-V6HSZK5B.mjs";
14
14
  import "./chunk-U633CJBV.mjs";
15
15
  import "./chunk-6ITUH375.mjs";
16
16
  import "./chunk-3LT77723.mjs";
@@ -33740,7 +33740,7 @@ var PersonalitiesTab = ({
33740
33740
  import_material19.Card,
33741
33741
  {
33742
33742
  sx: {
33743
- mb: { xs: 2, md: 4 },
33743
+ mb: { xs: 2, md: 2.5 },
33744
33744
  background: "linear-gradient(135deg, #1976d2 0%, #42a5f5 100%)",
33745
33745
  border: "2px solid transparent",
33746
33746
  borderRadius: { xs: 2.25, sm: 3 },
@@ -33777,24 +33777,24 @@ var PersonalitiesTab = ({
33777
33777
  setPersonalityTabIndex(1);
33778
33778
  },
33779
33779
  children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_material19.CardContent, { sx: {
33780
- p: { xs: 1.75, sm: 4 },
33780
+ p: { xs: 1.75, sm: 2.5 },
33781
33781
  color: "white",
33782
- textAlign: { xs: "left", sm: "center" },
33782
+ textAlign: "left",
33783
33783
  position: "relative",
33784
33784
  zIndex: 1,
33785
33785
  display: "flex",
33786
- flexDirection: { xs: "row", sm: "column" },
33787
- alignItems: { xs: "center", sm: "center" },
33788
- gap: { xs: 1.25, sm: 0 }
33786
+ flexDirection: "row",
33787
+ alignItems: "center",
33788
+ gap: { xs: 1.25, sm: 2 }
33789
33789
  }, children: [
33790
33790
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_material19.Box, { sx: {
33791
33791
  display: "flex",
33792
33792
  alignItems: "center",
33793
33793
  justifyContent: "center",
33794
33794
  fontSize: 0,
33795
- mb: { xs: 0, sm: 2 },
33795
+ mb: 0,
33796
33796
  flexShrink: 0
33797
- }, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(AutoAwesomeIcon, { sx: { fontSize: { xs: 28, sm: 44 }, color: "common.white", filter: "drop-shadow(0 4px 12px rgba(0,0,0,0.25))" } }) }),
33797
+ }, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(AutoAwesomeIcon, { sx: { fontSize: { xs: 28, sm: 34 }, color: "common.white", filter: "drop-shadow(0 4px 12px rgba(0,0,0,0.25))" } }) }),
33798
33798
  /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_material19.Box, { sx: { flex: 1, minWidth: 0 }, children: [
33799
33799
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
33800
33800
  import_material19.Typography,
@@ -33802,9 +33802,9 @@ var PersonalitiesTab = ({
33802
33802
  variant: "h5",
33803
33803
  sx: {
33804
33804
  fontWeight: 700,
33805
- mb: { xs: 0.25, sm: 1 },
33805
+ mb: 0.25,
33806
33806
  textShadow: "0 2px 4px rgba(0,0,0,0.2)",
33807
- fontSize: { xs: "1.1rem", sm: "1.75rem" }
33807
+ fontSize: { xs: "1.1rem", sm: "1.25rem" }
33808
33808
  },
33809
33809
  children: "Create from Scratch"
33810
33810
  }
@@ -43442,6 +43442,14 @@ var Management = () => {
43442
43442
  const currentTheme = (0, import_react59.useMemo)(() => {
43443
43443
  const baseTheme = predefinedThemes[theme] || banditDarkTheme;
43444
43444
  return (0, import_styles32.createTheme)(baseTheme, {
43445
+ // Management-scoped density: condenses every settings tab at once. This
43446
+ // theme only wraps the admin console, so the chat UI is unaffected.
43447
+ typography: {
43448
+ h3: { fontSize: "1.7rem" },
43449
+ h4: { fontSize: "1.35rem" },
43450
+ h5: { fontSize: "1.15rem" },
43451
+ h6: { fontSize: "1rem" }
43452
+ },
43445
43453
  components: {
43446
43454
  MuiInputBase: {
43447
43455
  styleOverrides: {
@@ -43462,6 +43470,19 @@ var Management = () => {
43462
43470
  }
43463
43471
  }
43464
43472
  }
43473
+ },
43474
+ MuiCardContent: {
43475
+ styleOverrides: {
43476
+ root: {
43477
+ padding: 16,
43478
+ "&:last-child": { paddingBottom: 16 }
43479
+ }
43480
+ }
43481
+ },
43482
+ MuiCard: {
43483
+ styleOverrides: {
43484
+ root: { borderRadius: 12 }
43485
+ }
43465
43486
  }
43466
43487
  }
43467
43488
  });
@@ -43911,7 +43932,7 @@ var Management = () => {
43911
43932
  {
43912
43933
  sx: {
43913
43934
  flex: 1,
43914
- p: { xs: 1, sm: 3, md: 4 },
43935
+ p: { xs: 1.5, sm: 2.5, md: 3 },
43915
43936
  overflowY: "auto",
43916
43937
  overflowX: "hidden",
43917
43938
  maxWidth: "100vw",