@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.
@@ -1781,12 +1781,10 @@ var OverlayPressable = /*#__PURE__*/styled(Pressable).withConfig({
1781
1781
  });
1782
1782
  });
1783
1783
  function Overlay(_ref2) {
1784
- var onPress = _ref2.onPress,
1785
- children = _ref2.children;
1784
+ var onPress = _ref2.onPress;
1786
1785
  return /*#__PURE__*/jsx(OverlayPressable, {
1787
1786
  accessibilityRole: "none",
1788
- onPress: onPress,
1789
- children: children
1787
+ onPress: onPress
1790
1788
  });
1791
1789
  }
1792
1790