@ornikar/kitt-universal 7.0.0 → 7.0.1

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.
@@ -2841,12 +2841,10 @@ var OverlayPressable = /*#__PURE__*/styled(Pressable).withConfig({
2841
2841
  });
2842
2842
  });
2843
2843
  function Overlay(_ref2) {
2844
- var onPress = _ref2.onPress,
2845
- children = _ref2.children;
2844
+ var onPress = _ref2.onPress;
2846
2845
  return /*#__PURE__*/jsx(OverlayPressable, {
2847
2846
  accessibilityRole: "none",
2848
- onPress: onPress,
2849
- children: children
2847
+ onPress: onPress
2850
2848
  });
2851
2849
  }
2852
2850