@burtson-labs/bandit-engine 2.0.110 → 2.0.111

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.
@@ -10660,6 +10660,9 @@ var Management = () => {
10660
10660
  },
10661
10661
  MuiTextField: {
10662
10662
  defaultProps: { size: "small" }
10663
+ },
10664
+ MuiButton: {
10665
+ defaultProps: { size: "small" }
10663
10666
  }
10664
10667
  }
10665
10668
  });
@@ -10802,82 +10805,46 @@ var Management = () => {
10802
10805
  if (isMobile) setSidebarOpen(false);
10803
10806
  },
10804
10807
  sx: {
10805
- minHeight: 56,
10806
- borderRadius: 3,
10807
- mx: 1,
10808
- my: 0.5,
10809
- px: 2,
10810
- py: 1.5,
10811
- border: tabIndex === idx ? (theme2) => `2px solid ${theme2.palette.primary.main}40` : "2px solid transparent",
10812
- bgcolor: tabIndex === idx ? (theme2) => theme2.palette.mode === "dark" ? "rgba(25,118,210,0.12)" : "rgba(25,118,210,0.08)" : "transparent",
10808
+ minHeight: 36,
10809
+ borderRadius: 1.5,
10810
+ mx: 0.5,
10811
+ my: 0.125,
10812
+ px: 1.25,
10813
+ py: 0.5,
10814
+ bgcolor: tabIndex === idx ? (theme2) => theme2.palette.mode === "dark" ? "rgba(25,118,210,0.14)" : "rgba(25,118,210,0.10)" : "transparent",
10813
10815
  color: tabIndex === idx ? "primary.main" : "text.primary",
10814
- fontWeight: tabIndex === idx ? 700 : 500,
10815
- transition: "all 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
10816
+ transition: "background-color 0.15s ease, color 0.15s ease",
10816
10817
  position: "relative",
10817
- overflow: "hidden",
10818
10818
  "&:before": {
10819
10819
  content: '""',
10820
10820
  position: "absolute",
10821
10821
  left: 0,
10822
- top: 0,
10823
- bottom: 0,
10824
- width: 4,
10822
+ top: 5,
10823
+ bottom: 5,
10824
+ width: 3,
10825
10825
  bgcolor: tabIndex === idx ? "primary.main" : "transparent",
10826
- borderRadius: "0 2px 2px 0",
10827
- transition: "all 0.2s"
10826
+ borderRadius: "0 2px 2px 0"
10828
10827
  },
10829
10828
  "&:hover": {
10830
- bgcolor: (theme2) => theme2.palette.mode === "dark" ? "rgba(25,118,210,0.15)" : "rgba(25,118,210,0.10)",
10831
- color: "primary.main",
10832
- transform: "translateX(4px)",
10833
- "&:before": {
10834
- bgcolor: "primary.main"
10835
- }
10836
- },
10837
- "&:active": {
10838
- transform: "translateX(2px) scale(0.98)"
10829
+ bgcolor: (theme2) => theme2.palette.mode === "dark" ? "rgba(255,255,255,0.06)" : "rgba(0,0,0,0.04)",
10830
+ color: "primary.main"
10839
10831
  },
10840
10832
  "& .MuiListItemIcon-root": {
10841
- minWidth: 44,
10842
- mr: 1.5
10843
- }
10833
+ minWidth: 28,
10834
+ mr: 1,
10835
+ color: tabIndex === idx ? "primary.main" : "text.secondary"
10836
+ },
10837
+ "& .MuiListItemIcon-root svg": { width: 17, height: 17 }
10844
10838
  },
10845
10839
  children: [
10846
- /* @__PURE__ */ jsx14(
10847
- ListItemIcon2,
10848
- {
10849
- sx: {
10850
- color: tabIndex === idx ? "primary.main" : "text.secondary",
10851
- fontSize: 24,
10852
- transition: "all 0.2s"
10853
- },
10854
- children: tab.icon
10855
- }
10856
- ),
10840
+ /* @__PURE__ */ jsx14(ListItemIcon2, { children: tab.icon }),
10857
10841
  /* @__PURE__ */ jsx14(
10858
10842
  ListItemText2,
10859
10843
  {
10860
10844
  primary: tab.label,
10861
10845
  primaryTypographyProps: {
10862
- fontWeight: tabIndex === idx ? 700 : 600,
10863
- fontSize: "1rem",
10864
- letterSpacing: "-0.01em"
10865
- }
10866
- }
10867
- ),
10868
- tabIndex === idx && /* @__PURE__ */ jsx14(
10869
- Box14,
10870
- {
10871
- sx: {
10872
- position: "absolute",
10873
- right: -10,
10874
- top: -10,
10875
- width: 90,
10876
- height: 90,
10877
- bgcolor: (theme2) => theme2.palette.primary.main,
10878
- filter: "blur(45px)",
10879
- opacity: 0.35,
10880
- pointerEvents: "none"
10846
+ fontWeight: tabIndex === idx ? 700 : 500,
10847
+ fontSize: "0.85rem"
10881
10848
  }
10882
10849
  }
10883
10850
  )
@@ -11084,9 +11051,9 @@ var Management = () => {
11084
11051
  Box14,
11085
11052
  {
11086
11053
  sx: {
11087
- width: 280,
11088
- minWidth: 280,
11089
- maxWidth: 280,
11054
+ width: 240,
11055
+ minWidth: 240,
11056
+ maxWidth: 240,
11090
11057
  height: "100vh",
11091
11058
  display: "flex",
11092
11059
  flexDirection: "column",
@@ -11118,7 +11085,7 @@ var Management = () => {
11118
11085
  display: "flex",
11119
11086
  flexDirection: "column",
11120
11087
  bgcolor: "background.default",
11121
- ml: isMobile ? 0 : "280px",
11088
+ ml: isMobile ? 0 : "240px",
11122
11089
  // Fixed left margin only on desktop
11123
11090
  mt: 0,
11124
11091
  transition: "margin-left 0.2s"
@@ -11241,4 +11208,4 @@ export {
11241
11208
  useGatewayMemory,
11242
11209
  management_default
11243
11210
  };
11244
- //# sourceMappingURL=chunk-Y54VH63F.mjs.map
11211
+ //# sourceMappingURL=chunk-JFISRBZ5.mjs.map