@ornikar/kitt-universal 25.46.1-canary.9950f4eb84cbfcf1d45de4e6c9ad226210c5404f.0 → 25.47.1-canary.b2da84e20f1b1e29820cff435e8a0ded02e51385.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.
@@ -10771,7 +10771,10 @@ function NavigationModal({
10771
10771
  body,
10772
10772
  backgroundColor,
10773
10773
  footer,
10774
- header
10774
+ header,
10775
+ contentContainer = ({
10776
+ children
10777
+ }) => children
10775
10778
  }) {
10776
10779
  const Component = useBreakpointValue({
10777
10780
  base: FullscreenModal,
@@ -10781,7 +10784,8 @@ function NavigationModal({
10781
10784
  body: body,
10782
10785
  backgroundColor: backgroundColor,
10783
10786
  footer: footer,
10784
- header: header
10787
+ header: header,
10788
+ contentContainer: contentContainer
10785
10789
  });
10786
10790
  }
10787
10791
  function Header(props) {