@ornikar/kitt-universal 25.47.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
@@ -11784,7 +11784,11 @@ function NavigationModal(_ref) {
11784
11784
  backgroundColor = _ref.backgroundColor,
11785
11785
  footer = _ref.footer,
11786
11786
  header = _ref.header,
11787
- contentContainer = _ref.contentContainer;
11787
+ _ref$contentContainer = _ref.contentContainer,
11788
+ contentContainer = _ref$contentContainer === void 0 ? function (_ref2) {
11789
+ var children = _ref2.children;
11790
+ return children;
11791
+ } : _ref$contentContainer;
11788
11792
  var Component = useBreakpointValue({
11789
11793
  base: FullscreenModal,
11790
11794
  small: CardModal