achery-ui 0.11.0 → 0.11.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.
@@ -4,6 +4,7 @@ var react = require('react');
4
4
  var tokens = require('achery-ui/tokens');
5
5
  var jsxRuntime = require('react/jsx-runtime');
6
6
  var reactNative = require('react-native');
7
+ var reactNativeSafeAreaContext = require('react-native-safe-area-context');
7
8
 
8
9
  var __getOwnPropNames = Object.getOwnPropertyNames;
9
10
  var __commonJS = (cb, mod) => function __require() {
@@ -4967,7 +4968,7 @@ var GlyphPicker = ({
4967
4968
  animationType: "slide",
4968
4969
  onRequestClose: handleClose,
4969
4970
  children: /* @__PURE__ */ jsxRuntime.jsx(reactNative.TouchableWithoutFeedback, { onPress: handleClose, children: /* @__PURE__ */ jsxRuntime.jsx(reactNative.View, { style: { flex: 1, backgroundColor: "rgba(0,0,0,0.4)", justifyContent: "flex-end" }, children: /* @__PURE__ */ jsxRuntime.jsx(reactNative.TouchableWithoutFeedback, { children: /* @__PURE__ */ jsxRuntime.jsxs(
4970
- reactNative.SafeAreaView,
4971
+ reactNativeSafeAreaContext.SafeAreaView,
4971
4972
  {
4972
4973
  style: {
4973
4974
  backgroundColor: tokens$1.surface,