@hoddy-ui/next 2.0.40 → 2.0.42
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/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -918,18 +918,18 @@ var Popup = ({
|
|
|
918
918
|
...style
|
|
919
919
|
},
|
|
920
920
|
content: {
|
|
921
|
-
paddingHorizontal: bare ? void 0 : "
|
|
921
|
+
paddingHorizontal: bare ? void 0 : "15@ms"
|
|
922
922
|
// flex: 1,
|
|
923
923
|
},
|
|
924
924
|
title: {
|
|
925
925
|
flexDirection: "row",
|
|
926
926
|
alignItems: "center",
|
|
927
927
|
justifyContent: "center",
|
|
928
|
-
height: "
|
|
928
|
+
height: "50@ms"
|
|
929
929
|
},
|
|
930
930
|
titleIcon: {
|
|
931
931
|
position: "absolute",
|
|
932
|
-
left: "
|
|
932
|
+
left: "15@ms"
|
|
933
933
|
},
|
|
934
934
|
backdrop: {
|
|
935
935
|
position: "absolute",
|
|
@@ -995,7 +995,7 @@ var Popup = ({
|
|
|
995
995
|
icon: "close",
|
|
996
996
|
onPress: closeAction
|
|
997
997
|
}
|
|
998
|
-
)), /* @__PURE__ */ import_react11.default.createElement(Typography_default, {
|
|
998
|
+
)), /* @__PURE__ */ import_react11.default.createElement(Typography_default, { align: "center", fontWeight: 500 }, title)), /* @__PURE__ */ import_react11.default.createElement(import_react_native11.View, { style: styles2.content }, children))
|
|
999
999
|
)))
|
|
1000
1000
|
))
|
|
1001
1001
|
));
|