@hoddy-ui/next 2.0.16 → 2.0.19
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 +7 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -924,8 +924,11 @@ var Popup = ({
|
|
|
924
924
|
}, 500);
|
|
925
925
|
}, [open]);
|
|
926
926
|
const closeAction = () => {
|
|
927
|
-
|
|
928
|
-
|
|
927
|
+
setShowSecondary(false);
|
|
928
|
+
setTimeout(() => {
|
|
929
|
+
setShow(false);
|
|
930
|
+
onClose();
|
|
931
|
+
}, 300);
|
|
929
932
|
};
|
|
930
933
|
return /* @__PURE__ */ import_react11.default.createElement(import_react11.default.Fragment, null, /* @__PURE__ */ import_react11.default.createElement(
|
|
931
934
|
import_react_native11.Modal,
|
|
@@ -1581,13 +1584,13 @@ var TextField2 = ({
|
|
|
1581
1584
|
alignSelf: "stretch",
|
|
1582
1585
|
paddingLeft: (0, import_react_native_size_matters14.moderateScale)(10),
|
|
1583
1586
|
paddingRight: (0, import_react_native_size_matters14.moderateScale)(10),
|
|
1584
|
-
color: colors2.dark.
|
|
1587
|
+
color: colors2.dark.main,
|
|
1585
1588
|
zIndex: 10
|
|
1586
1589
|
// backgroundColor: "#284",
|
|
1587
1590
|
},
|
|
1588
1591
|
inputText: {
|
|
1589
1592
|
fontSize: "14@ms",
|
|
1590
|
-
color: colors2.dark.
|
|
1593
|
+
color: colors2.dark.main,
|
|
1591
1594
|
paddingLeft: (0, import_react_native_size_matters14.moderateScale)(10)
|
|
1592
1595
|
},
|
|
1593
1596
|
placeholder: {
|