@atipicus/mrs-ui 1.0.2 → 1.1.0

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
@@ -76,7 +76,6 @@ import { T, c, f, a, d, b, e } from "./Table-BrEk_oGh.mjs";
76
76
  import MuiTabs from "@mui/material/Tabs";
77
77
  import MuiTab from "@mui/material/Tab";
78
78
  import { T as T2 } from "./TimePicker-Bt5plyjC.mjs";
79
- import { T as T3, d as d2, e as e2, c as c2, a as a2, f as f2, b as b2 } from "./Timeline-BPdic0I4.mjs";
80
79
  import { LocalizationProvider as LocalizationProvider$1 } from "@mui/x-date-pickers/LocalizationProvider";
81
80
  import { AdapterDayjs } from "@mui/x-date-pickers/AdapterDayjs";
82
81
  const ComponentAlertLightBorderRadius = "8px";
@@ -3610,7 +3609,7 @@ const Snackbar = React.forwardRef(
3610
3609
  severity,
3611
3610
  variant,
3612
3611
  icon,
3613
- onClose: showCloseButton ? (e3) => handleClose(e3) : void 0,
3612
+ onClose: showCloseButton ? (e2) => handleClose(e2) : void 0,
3614
3613
  sx: { width: "100%" },
3615
3614
  children: children || message
3616
3615
  }
@@ -3618,7 +3617,7 @@ const Snackbar = React.forwardRef(
3618
3617
  }
3619
3618
  );
3620
3619
  }
3621
- const defaultAction = action !== void 0 ? action : /* @__PURE__ */ jsx(IconButton$1, { size: "small", "aria-label": "close", color: "inherit", onClick: (e3) => handleClose(e3), children: /* @__PURE__ */ jsx(MaterialSymbol, { icon: "close", size: "small" }) });
3620
+ const defaultAction = action !== void 0 ? action : /* @__PURE__ */ jsx(IconButton$1, { size: "small", "aria-label": "close", color: "inherit", onClick: (e2) => handleClose(e2), children: /* @__PURE__ */ jsx(MaterialSymbol, { icon: "close", size: "small" }) });
3622
3621
  return /* @__PURE__ */ jsx(
3623
3622
  MuiSnackbar,
3624
3623
  {
@@ -4133,13 +4132,6 @@ export {
4133
4132
  Tabs,
4134
4133
  TextField,
4135
4134
  T2 as TimePicker,
4136
- T3 as Timeline,
4137
- d2 as TimelineConnector,
4138
- e2 as TimelineContent,
4139
- c2 as TimelineDot,
4140
- a2 as TimelineItem,
4141
- f2 as TimelineOppositeContent,
4142
- b2 as TimelineSeparator,
4143
4135
  Toolbar,
4144
4136
  Tooltip,
4145
4137
  Typography,