@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.
@@ -10778,7 +10778,10 @@ function NavigationModal({
10778
10778
  body,
10779
10779
  backgroundColor,
10780
10780
  footer,
10781
- header
10781
+ header,
10782
+ contentContainer = ({
10783
+ children
10784
+ }) => children
10782
10785
  }) {
10783
10786
  const Component = useBreakpointValue({
10784
10787
  base: FullscreenModal,
@@ -10788,7 +10791,8 @@ function NavigationModal({
10788
10791
  body: body,
10789
10792
  backgroundColor: backgroundColor,
10790
10793
  footer: footer,
10791
- header: header
10794
+ header: header,
10795
+ contentContainer: contentContainer
10792
10796
  });
10793
10797
  }
10794
10798
  function Header(props) {