@burtson-labs/bandit-engine 2.0.109 → 2.0.110

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.
@@ -2550,16 +2550,7 @@ var PreferencesTab = ({
2550
2550
  children: "Preferences"
2551
2551
  }
2552
2552
  ),
2553
- /* @__PURE__ */ jsx3(
2554
- Typography3,
2555
- {
2556
- variant: "body1",
2557
- color: "text.secondary",
2558
- paragraph: true,
2559
- sx: { opacity: 0.9, fontSize: { xs: "0.95rem", sm: "1rem" }, lineHeight: 1.5 },
2560
- children: "Control which AI features are enabled to optimize performance for your device. Disabling features can help reduce resource usage on machines with limited capabilities."
2561
- }
2562
- ),
2553
+ /* @__PURE__ */ jsx3(Typography3, { variant: "body2", color: "text.secondary", sx: { mb: 1.5 }, children: "Turn features on or off to tune performance for your device." }),
2563
2554
  /* @__PURE__ */ jsxs3(Paper2, { sx: { p: { xs: 1.5, sm: 1.75 }, mb: { xs: 1.5, md: 1.75 }, border: "1px solid", borderColor: "divider", borderRadius: 2 }, children: [
2564
2555
  /* @__PURE__ */ jsxs3(Box3, { children: [
2565
2556
  /* @__PURE__ */ jsx3(Typography3, { variant: "h6", sx: { fontWeight: 600, color: "text.primary" }, children: "Conversation Starters" }),
@@ -8880,7 +8871,7 @@ var ProviderTab = () => {
8880
8871
  }
8881
8872
  };
8882
8873
  return /* @__PURE__ */ jsxs11(Box11, { sx: { p: { xs: 1.5, sm: 2.5, md: 3 } }, children: [
8883
- /* @__PURE__ */ jsxs11(Box11, { sx: { mb: { xs: 2.5, md: 3 } }, children: [
8874
+ /* @__PURE__ */ jsxs11(Box11, { sx: { mb: { xs: 1.5, md: 2 } }, children: [
8884
8875
  /* @__PURE__ */ jsx11(
8885
8876
  Typography10,
8886
8877
  {
@@ -8889,18 +8880,9 @@ var ProviderTab = () => {
8889
8880
  children: "AI Provider Configuration"
8890
8881
  }
8891
8882
  ),
8892
- /* @__PURE__ */ jsx11(
8893
- Typography10,
8894
- {
8895
- variant: "body1",
8896
- color: "text.secondary",
8897
- paragraph: true,
8898
- sx: { opacity: 0.9, fontSize: { xs: "0.95rem", sm: "1rem" }, lineHeight: 1.5 },
8899
- children: "Configure your AI provider for chat, generation, and model services. This determines which backend service powers your AI interactions."
8900
- }
8901
- ),
8883
+ /* @__PURE__ */ jsx11(Typography10, { variant: "body2", color: "text.secondary", sx: { mb: 1.5 }, children: "Choose the backend that powers your AI." }),
8902
8884
  /* @__PURE__ */ jsxs11(Paper5, { sx: { p: { xs: 1.5, sm: 1.75 }, mb: { xs: 1.5, md: 1.75 }, bgcolor: "background.paper", border: "1px solid", borderColor: "divider", borderRadius: 2 }, children: [
8903
- /* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { mb: 2, fontWeight: 600, color: "text.primary" }, children: "Current Provider" }),
8885
+ /* @__PURE__ */ jsx11(Typography10, { variant: "overline", sx: { fontWeight: 700, color: "text.secondary", letterSpacing: 0.6, display: "block", mb: 1 }, children: "Current Provider" }),
8904
8886
  currentProvider ? /* @__PURE__ */ jsxs11(Box11, { sx: { display: "flex", alignItems: "center", gap: 2 }, children: [
8905
8887
  /* @__PURE__ */ jsx11(
8906
8888
  Chip8,
@@ -8923,7 +8905,7 @@ var ProviderTab = () => {
8923
8905
  alignItems: { xs: "flex-start", sm: "center" },
8924
8906
  justifyContent: "space-between",
8925
8907
  gap: { xs: 1, sm: 2 },
8926
- mb: 3
8908
+ mb: 2
8927
8909
  },
8928
8910
  children: [
8929
8911
  /* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { fontWeight: 600, color: "text.primary" }, children: "Provider Configuration" }),
@@ -9212,10 +9194,7 @@ var ProviderTab = () => {
9212
9194
  ] })
9213
9195
  ] })
9214
9196
  ] }),
9215
- /* @__PURE__ */ jsxs11(Paper5, { sx: { p: 3, bgcolor: "info.main", color: "info.contrastText", borderRadius: 2 }, children: [
9216
- /* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "Gateway Provider Recommended" }),
9217
- /* @__PURE__ */ jsx11(Typography10, { variant: "body2", children: "For production deployments, we recommend using the Gateway provider which routes requests through your secure backend API. This approach keeps API keys secure, enables rate limiting, and provides better monitoring capabilities." })
9218
- ] })
9197
+ /* @__PURE__ */ jsx11(Typography10, { variant: "caption", color: "text.secondary", sx: { display: "block", mt: 0.5, lineHeight: 1.5 }, children: "Gateway is recommended for production \u2014 it routes through your secure backend, keeps API keys server-side, and enables rate limiting + monitoring." })
9219
9198
  ] }),
9220
9199
  /* @__PURE__ */ jsx11(
9221
9200
  Snackbar5,
@@ -10678,6 +10657,9 @@ var Management = () => {
10678
10657
  styleOverrides: {
10679
10658
  root: { borderRadius: 12 }
10680
10659
  }
10660
+ },
10661
+ MuiTextField: {
10662
+ defaultProps: { size: "small" }
10681
10663
  }
10682
10664
  }
10683
10665
  });
@@ -11259,4 +11241,4 @@ export {
11259
11241
  useGatewayMemory,
11260
11242
  management_default
11261
11243
  };
11262
- //# sourceMappingURL=chunk-Q6QQZXRR.mjs.map
11244
+ //# sourceMappingURL=chunk-Y54VH63F.mjs.map