dhre-ui-kit 0.0.286 → 0.0.287

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/lib/index.mjs CHANGED
@@ -660,7 +660,8 @@ const BottomDrawer = ({
660
660
  showHeader = true,
661
661
  showSeparator = true,
662
662
  showBlurView = true,
663
- backdropColor
663
+ backdropColor,
664
+ backdropOpacity = 0.9
664
665
  }) => {
665
666
  return /* @__PURE__ */ React.createElement(
666
667
  Modal,
@@ -670,6 +671,7 @@ const BottomDrawer = ({
670
671
  onSwipeComplete: toggleModal,
671
672
  backdropColor: backdropColor ?? theme.SURFACE_PRIMARY.light,
672
673
  hasBackdrop: showBlurView,
674
+ backdropOpacity,
673
675
  style: { margin: 0 }
674
676
  },
675
677
  /* @__PURE__ */ React.createElement(