@hoddy-ui/core 2.5.8 → 2.5.9
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/next/dist/index.js +1 -2
- package/next/dist/index.js.map +1 -1
- package/next/dist/index.mjs +1 -2
- package/next/dist/index.mjs.map +1 -1
- package/next/package.json +1 -1
- package/package.json +1 -1
- package/src/Components/Popup.tsx +2 -2
package/next/dist/index.js
CHANGED
|
@@ -1037,7 +1037,7 @@ var Popup = ({
|
|
|
1037
1037
|
import_react_native11.KeyboardAvoidingView,
|
|
1038
1038
|
{
|
|
1039
1039
|
style: styles2.keyboardView,
|
|
1040
|
-
behavior: import_react_native11.Platform.OS === "ios" ? "padding" :
|
|
1040
|
+
behavior: import_react_native11.Platform.OS === "ios" ? "padding" : "height",
|
|
1041
1041
|
keyboardVerticalOffset
|
|
1042
1042
|
},
|
|
1043
1043
|
/* @__PURE__ */ import_react11.default.createElement(import_react_native11.TouchableWithoutFeedback, { onPress: import_react_native11.Keyboard.dismiss }, /* @__PURE__ */ import_react11.default.createElement(import_react_native11.View, { style: styles2.root }, /* @__PURE__ */ import_react11.default.createElement(import_react_native_reanimated2.default.View, { style: [styles2.backdrop, backdropAnimatedStyle] }), open && /* @__PURE__ */ import_react11.default.createElement(
|
|
@@ -1055,7 +1055,6 @@ var Popup = ({
|
|
|
1055
1055
|
/* @__PURE__ */ import_react11.default.createElement(
|
|
1056
1056
|
import_react_native_reanimated2.default.View,
|
|
1057
1057
|
{
|
|
1058
|
-
layout: import_react_native_reanimated2.LinearTransition,
|
|
1059
1058
|
style: styles2.container
|
|
1060
1059
|
},
|
|
1061
1060
|
!bare && /* @__PURE__ */ import_react11.default.createElement(import_react_native11.View, { style: styles2.title }, /* @__PURE__ */ import_react11.default.createElement(import_react_native11.View, { style: styles2.titleIcon }, /* @__PURE__ */ import_react11.default.createElement(
|