@ornikar/kitt-universal 25.46.1-canary.9950f4eb84cbfcf1d45de4e6c9ad226210c5404f.0 → 25.47.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,8 @@ function NavigationModal({
10778
10778
  body,
10779
10779
  backgroundColor,
10780
10780
  footer,
10781
- header
10781
+ header,
10782
+ contentContainer
10782
10783
  }) {
10783
10784
  const Component = useBreakpointValue({
10784
10785
  base: FullscreenModal,
@@ -10788,7 +10789,8 @@ function NavigationModal({
10788
10789
  body: body,
10789
10790
  backgroundColor: backgroundColor,
10790
10791
  footer: footer,
10791
- header: header
10792
+ header: header,
10793
+ contentContainer: contentContainer
10792
10794
  });
10793
10795
  }
10794
10796
  function Header(props) {