@burtson-labs/bandit-engine 2.0.95 → 2.0.96

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-AVKPFP2F.mjs";
13
+ } from "./chunk-76IBI5SY.mjs";
14
14
  import "./chunk-RUMVTVNM.mjs";
15
15
  import "./chunk-ZLXWNTFK.mjs";
16
16
  import "./chunk-L2EKYO4F.mjs";
@@ -34451,7 +34451,7 @@ var PersonalitiesTab = ({
34451
34451
  border: "1px solid",
34452
34452
  borderColor: "rgba(255,255,255,0.1)",
34453
34453
  borderRadius: 3,
34454
- minHeight: { xs: "200px", md: "280px" },
34454
+ minHeight: { xs: "auto", md: "188px" },
34455
34455
  display: "flex",
34456
34456
  flexDirection: "column",
34457
34457
  overflow: "hidden",
@@ -34934,7 +34934,7 @@ var PersonalitiesTab = ({
34934
34934
  InputLabelProps: { shrink: true },
34935
34935
  InputProps: {
34936
34936
  style: {
34937
- minHeight: isMobile ? "180px" : "240px",
34937
+ minHeight: isMobile ? "auto" : "180px",
34938
34938
  maxHeight: "360px"
34939
34939
  }
34940
34940
  },