@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.
@@ -11517,7 +11517,8 @@ function NavigationModal({
11517
11517
  body,
11518
11518
  backgroundColor,
11519
11519
  footer,
11520
- header
11520
+ header,
11521
+ contentContainer
11521
11522
  }) {
11522
11523
  const Component = useBreakpointValue({
11523
11524
  base: FullscreenModal,
@@ -11527,7 +11528,8 @@ function NavigationModal({
11527
11528
  body: body,
11528
11529
  backgroundColor: backgroundColor,
11529
11530
  footer: footer,
11530
- header: header
11531
+ header: header,
11532
+ contentContainer: contentContainer
11531
11533
  });
11532
11534
  }
11533
11535
  function Header(props) {