@burtson-labs/bandit-engine 2.0.95 → 2.0.97

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.js CHANGED
@@ -35219,7 +35219,6 @@ var PersonalitiesTab = ({
35219
35219
  color: "primary.main"
35220
35220
  }
35221
35221
  },
35222
- icon: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { sx: { fontSize: "1.2rem" }, children: "\u{1F4A1}" }),
35223
35222
  children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_material40.Box, { sx: { display: "flex", flexDirection: "column", gap: 0.5 }, children: [
35224
35223
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, color: "primary.main", fontSize: { xs: "0.85rem", sm: "0.9rem" } }, children: "Choose a template to get started instantly" }),
35225
35224
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { color: "text.secondary", fontSize: { xs: "0.85rem", sm: "0.9rem" }, lineHeight: 1.5 }, children: "Click any template to automatically fill the creation form with a proven personality setup. You can then customize it further to match your specific needs." })
@@ -35358,7 +35357,7 @@ var PersonalitiesTab = ({
35358
35357
  border: "1px solid",
35359
35358
  borderColor: "rgba(255,255,255,0.1)",
35360
35359
  borderRadius: 3,
35361
- minHeight: { xs: "200px", md: "280px" },
35360
+ minHeight: { xs: "auto", md: "188px" },
35362
35361
  display: "flex",
35363
35362
  flexDirection: "column",
35364
35363
  overflow: "hidden",
@@ -35519,7 +35518,6 @@ var PersonalitiesTab = ({
35519
35518
  {
35520
35519
  severity: "info",
35521
35520
  sx: { mt: { xs: 2.5, md: 4 }, borderRadius: 2, px: { xs: 1.5, sm: 2 }, py: { xs: 1.25, sm: 1.5 } },
35522
- icon: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { children: "\u{1F4A1}" }),
35523
35521
  children: [
35524
35522
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, fontSize: { xs: "0.85rem", sm: "0.9rem" } }, children: "Pro Tip:" }),
35525
35523
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontSize: { xs: "0.85rem", sm: "0.9rem" }, lineHeight: 1.5 }, children: "Click any template to automatically switch to the Create/Edit tab with the form pre-filled. Mix and match ideas to create your perfect AI personality!" })
@@ -35563,7 +35561,6 @@ var PersonalitiesTab = ({
35563
35561
  px: { xs: 1.5, sm: 2 },
35564
35562
  py: { xs: 1.25, sm: 1.5 }
35565
35563
  },
35566
- icon: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { sx: { fontSize: "1.2rem" }, children: "\u{1F3AF}" }),
35567
35564
  children: [
35568
35565
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { fontWeight: 600, color: "primary.main", fontSize: { xs: "0.85rem", sm: "0.9rem" } }, children: "Creating a new personality" }),
35569
35566
  /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_material40.Typography, { variant: "body2", sx: { color: "text.secondary", fontSize: { xs: "0.85rem", sm: "0.9rem" }, lineHeight: 1.5 }, children: "Fill out the form below to create your custom AI assistant. Start with a template from the Templates tab, or build from scratch!" })
@@ -35841,7 +35838,7 @@ var PersonalitiesTab = ({
35841
35838
  InputLabelProps: { shrink: true },
35842
35839
  InputProps: {
35843
35840
  style: {
35844
- minHeight: isMobile ? "180px" : "240px",
35841
+ minHeight: isMobile ? "auto" : "180px",
35845
35842
  maxHeight: "360px"
35846
35843
  }
35847
35844
  },