mainstack-payments 0.3.0 → 0.3.1
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.
|
@@ -26114,7 +26114,9 @@ const rz = "Payment Completed", az = ({
|
|
|
26114
26114
|
pe(() => {
|
|
26115
26115
|
Fe(f);
|
|
26116
26116
|
}, [f]);
|
|
26117
|
-
const { isOpen: jt, onToggle: sn } = im(
|
|
26117
|
+
const { isOpen: jt, onToggle: sn } = im({
|
|
26118
|
+
defaultIsOpen: !0
|
|
26119
|
+
}), Lt = (re) => !y || y.length <= 0 ? !0 : y == null ? void 0 : y.includes(re), gt = Ou().shape({
|
|
26118
26120
|
email: Kt().matches(
|
|
26119
26121
|
/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,
|
|
26120
26122
|
"Please enter a valid email"
|