@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.
package/dist/index.es.js CHANGED
@@ -11783,7 +11783,12 @@ function NavigationModal(_ref) {
11783
11783
  var body = _ref.body,
11784
11784
  backgroundColor = _ref.backgroundColor,
11785
11785
  footer = _ref.footer,
11786
- header = _ref.header;
11786
+ header = _ref.header,
11787
+ _ref$contentContainer = _ref.contentContainer,
11788
+ contentContainer = _ref$contentContainer === void 0 ? function (_ref2) {
11789
+ var children = _ref2.children;
11790
+ return children;
11791
+ } : _ref$contentContainer;
11787
11792
  var Component = useBreakpointValue({
11788
11793
  base: FullscreenModal,
11789
11794
  small: CardModal
@@ -11792,7 +11797,8 @@ function NavigationModal(_ref) {
11792
11797
  body: body,
11793
11798
  backgroundColor: backgroundColor,
11794
11799
  footer: footer,
11795
- header: header
11800
+ header: header,
11801
+ contentContainer: contentContainer
11796
11802
  });
11797
11803
  }
11798
11804
  function Header(props) {