@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.mjs CHANGED
@@ -883,8 +883,11 @@ var Popup = ({
883
883
  }, 500);
884
884
  }, [open]);
885
885
  const closeAction = () => {
886
- setShow(false);
887
- onClose();
886
+ setShowSecondary(false);
887
+ setTimeout(() => {
888
+ setShow(false);
889
+ onClose();
890
+ }, 300);
888
891
  };
889
892
  return /* @__PURE__ */ React11.createElement(React11.Fragment, null, /* @__PURE__ */ React11.createElement(
890
893
  Modal,
@@ -1545,13 +1548,13 @@ var TextField2 = ({
1545
1548
  alignSelf: "stretch",
1546
1549
  paddingLeft: moderateScale3(10),
1547
1550
  paddingRight: moderateScale3(10),
1548
- color: colors2.dark.light,
1551
+ color: colors2.dark.main,
1549
1552
  zIndex: 10
1550
1553
  // backgroundColor: "#284",
1551
1554
  },
1552
1555
  inputText: {
1553
1556
  fontSize: "14@ms",
1554
- color: colors2.dark.light,
1557
+ color: colors2.dark.main,
1555
1558
  paddingLeft: moderateScale3(10)
1556
1559
  },
1557
1560
  placeholder: {