@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.
@@ -11521,7 +11521,8 @@ function NavigationModal({
11521
11521
  body,
11522
11522
  backgroundColor,
11523
11523
  footer,
11524
- header
11524
+ header,
11525
+ contentContainer
11525
11526
  }) {
11526
11527
  const Component = useBreakpointValue({
11527
11528
  base: FullscreenModal,
@@ -11531,7 +11532,8 @@ function NavigationModal({
11531
11532
  body: body,
11532
11533
  backgroundColor: backgroundColor,
11533
11534
  footer: footer,
11534
- header: header
11535
+ header: header,
11536
+ contentContainer: contentContainer
11535
11537
  });
11536
11538
  }
11537
11539
  function Header(props) {