@matteoaliano/forest-ui 0.5.0 → 0.5.2

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
@@ -798,8 +798,8 @@ function CardActionArea(props) {
798
798
  import MuiDrawer from "@mui/material/Drawer";
799
799
  import MuiSwipeableDrawer from "@mui/material/SwipeableDrawer";
800
800
  import { jsx as jsx38 } from "react/jsx-runtime";
801
- function Drawer(props) {
802
- return /* @__PURE__ */ jsx38(MuiDrawer, { ...props });
801
+ function Drawer({ anchor = "right", hideBackdrop = true, ...props }) {
802
+ return /* @__PURE__ */ jsx38(MuiDrawer, { anchor, hideBackdrop, ...props });
803
803
  }
804
804
  function SwipeableDrawer(props) {
805
805
  return /* @__PURE__ */ jsx38(MuiSwipeableDrawer, { ...props });