@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.
@@ -10968,7 +10968,12 @@ function NavigationModal(_ref) {
10968
10968
  var body = _ref.body,
10969
10969
  backgroundColor = _ref.backgroundColor,
10970
10970
  footer = _ref.footer,
10971
- header = _ref.header;
10971
+ header = _ref.header,
10972
+ _ref$contentContainer = _ref.contentContainer,
10973
+ contentContainer = _ref$contentContainer === void 0 ? function (_ref2) {
10974
+ var children = _ref2.children;
10975
+ return children;
10976
+ } : _ref$contentContainer;
10972
10977
  var Component = useBreakpointValue({
10973
10978
  base: FullscreenModal,
10974
10979
  small: CardModal
@@ -10977,7 +10982,8 @@ function NavigationModal(_ref) {
10977
10982
  body: body,
10978
10983
  backgroundColor: backgroundColor,
10979
10984
  footer: footer,
10980
- header: header
10985
+ header: header,
10986
+ contentContainer: contentContainer
10981
10987
  });
10982
10988
  }
10983
10989
  function Header(props) {