@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/README.md +1 -1
- package/README.npm.md +4 -4
- package/dist/components/molecules/index.d.ts +0 -1
- package/dist/components/molecules/index.d.ts.map +1 -1
- package/dist/index.js +0 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -10
- package/dist/index.mjs.map +1 -1
- package/dist/lazy.d.ts +1 -41
- package/dist/lazy.d.ts.map +1 -1
- package/dist/lazy.js +0 -30
- package/dist/lazy.js.map +1 -1
- package/dist/lazy.mjs +1 -31
- package/dist/lazy.mjs.map +1 -1
- package/package.json +34 -30
- package/dist/Timeline-BPdic0I4.mjs +0 -59
- package/dist/Timeline-BPdic0I4.mjs.map +0 -1
- package/dist/Timeline-BzDR_6ve.js +0 -58
- package/dist/Timeline-BzDR_6ve.js.map +0 -1
- package/dist/components/molecules/Timeline/Timeline.d.ts +0 -50
- package/dist/components/molecules/Timeline/Timeline.d.ts.map +0 -1
- package/dist/components/molecules/Timeline/Timeline.types.d.ts +0 -75
- package/dist/components/molecules/Timeline/Timeline.types.d.ts.map +0 -1
- package/dist/components/molecules/Timeline/index.d.ts +0 -6
- package/dist/components/molecules/Timeline/index.d.ts.map +0 -1
- package/dist/index--v2dNPpd.js +0 -11
- package/dist/index--v2dNPpd.js.map +0 -1
- package/dist/index-CBDmTLHS.mjs +0 -11
- package/dist/index-CBDmTLHS.mjs.map +0 -1
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 ? (
|
|
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: (
|
|
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,
|