@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.mjs
CHANGED
|
@@ -1001,7 +1001,7 @@ var Popup = ({
|
|
|
1001
1001
|
KeyboardAvoidingView2,
|
|
1002
1002
|
{
|
|
1003
1003
|
style: styles2.keyboardView,
|
|
1004
|
-
behavior: Platform5.OS === "ios" ? "padding" :
|
|
1004
|
+
behavior: Platform5.OS === "ios" ? "padding" : "height",
|
|
1005
1005
|
keyboardVerticalOffset
|
|
1006
1006
|
},
|
|
1007
1007
|
/* @__PURE__ */ React11.createElement(TouchableWithoutFeedback2, { onPress: Keyboard2.dismiss }, /* @__PURE__ */ React11.createElement(View5, { style: styles2.root }, /* @__PURE__ */ React11.createElement(Animated2.View, { style: [styles2.backdrop, backdropAnimatedStyle] }), open && /* @__PURE__ */ React11.createElement(
|
|
@@ -1019,7 +1019,6 @@ var Popup = ({
|
|
|
1019
1019
|
/* @__PURE__ */ React11.createElement(
|
|
1020
1020
|
Animated2.View,
|
|
1021
1021
|
{
|
|
1022
|
-
layout: LinearTransition,
|
|
1023
1022
|
style: styles2.container
|
|
1024
1023
|
},
|
|
1025
1024
|
!bare && /* @__PURE__ */ React11.createElement(View5, { style: styles2.title }, /* @__PURE__ */ React11.createElement(View5, { style: styles2.titleIcon }, /* @__PURE__ */ React11.createElement(
|