@burtson-labs/bandit-engine 2.0.106 → 2.0.107

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-2LL5XMLK.mjs";
13
+ } from "./chunk-N3UWG6CU.mjs";
14
14
  import "./chunk-KYC7CC6C.mjs";
15
15
  import "./chunk-HAUDGBUS.mjs";
16
16
  import "./chunk-BN3D45E2.mjs";
@@ -34434,7 +34434,7 @@ var PersonalitiesTab = ({
34434
34434
  import_material19.Card,
34435
34435
  {
34436
34436
  sx: {
34437
- mb: { xs: 1.5, md: 2 },
34437
+ mb: { xs: 1, md: 1.25 },
34438
34438
  background: "linear-gradient(135deg, #1976d2 0%, #42a5f5 100%)",
34439
34439
  border: "2px solid transparent",
34440
34440
  borderRadius: { xs: 2.25, sm: 3 },
@@ -34471,7 +34471,7 @@ var PersonalitiesTab = ({
34471
34471
  setPersonalityTabIndex(1);
34472
34472
  },
34473
34473
  children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_material19.CardContent, { sx: {
34474
- p: { xs: 1.5, sm: 1.75 },
34474
+ p: { xs: 1, sm: 1.25 },
34475
34475
  color: "white",
34476
34476
  textAlign: "left",
34477
34477
  position: "relative",
@@ -34549,7 +34549,7 @@ var PersonalitiesTab = ({
34549
34549
  lg: "repeat(4, 1fr)",
34550
34550
  xl: "repeat(4, 1fr)"
34551
34551
  },
34552
- gap: { xs: 1.25, sm: 2.5, md: 3 },
34552
+ gap: { xs: 1, sm: 1.5, md: 1.75 },
34553
34553
  alignItems: "stretch"
34554
34554
  }, children: promptTemplates.map((template, index) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
34555
34555
  import_material19.Card,
@@ -34603,7 +34603,7 @@ var PersonalitiesTab = ({
34603
34603
  },
34604
34604
  onClick: () => handleTemplateSelect(template),
34605
34605
  children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_material19.CardContent, { sx: {
34606
- p: { xs: 1.5, sm: 2 },
34606
+ p: { xs: 1.25, sm: 1.5 },
34607
34607
  display: "flex",
34608
34608
  flexDirection: "column",
34609
34609
  height: "100%",
@@ -34622,8 +34622,8 @@ var PersonalitiesTab = ({
34622
34622
  src: template.avatar,
34623
34623
  alt: template.name,
34624
34624
  sx: {
34625
- width: { xs: 40, sm: 48, md: 52 },
34626
- height: { xs: 40, sm: 48, md: 52 },
34625
+ width: { xs: 38, sm: 44, md: 46 },
34626
+ height: { xs: 38, sm: 44, md: 46 },
34627
34627
  mr: { xs: 1.2, md: 2 },
34628
34628
  transition: "transform 0.3s cubic-bezier(0.4, 0, 0.2, 1)",
34629
34629
  boxShadow: "0 4px 12px rgba(0,0,0,0.15)",