dhre-ui-kit 3.4.2 → 3.5.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/lib/index.mjs CHANGED
@@ -1669,6 +1669,7 @@ const BottomDrawer = ({
1669
1669
  footer,
1670
1670
  propagateSwipe = true,
1671
1671
  swipeDirection = "down",
1672
+ coverScreen = true,
1672
1673
  rightTitleVariant = FontStyle.BODY1_MEDIUM,
1673
1674
  rightTitle,
1674
1675
  rightTitleStyle,
@@ -1685,6 +1686,7 @@ const BottomDrawer = ({
1685
1686
  hasBackdrop: showBlurView,
1686
1687
  backdropOpacity,
1687
1688
  propagateSwipe,
1689
+ coverScreen,
1688
1690
  style: { margin: 0 },
1689
1691
  hideModalContentWhileAnimating: true
1690
1692
  },