@bigbinary/neeto-payments-frontend 1.4.10 → 1.4.11

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 CHANGED
@@ -9133,7 +9133,7 @@ var StripeConnect = function StripeConnect(_ref) {
9133
9133
  };
9134
9134
 
9135
9135
  var VALIDATION_SCHEMA = yup.object({
9136
- upiId: yup.string().matches(/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/, t$1("neetoPayments.upi.form.validation.invalidUpi")).required(t$1("neetoPayments.upi.form.validation.required"))
9136
+ upiId: yup.string().matches(/^[a-zA-Z0-9.-]{2,256}@[a-zA-Z0-9][a-zA-Z0-9-]{1,63}$/, t$1("neetoPayments.upi.form.validation.invalidUpi")).required(t$1("neetoPayments.upi.form.validation.required"))
9137
9137
  });
9138
9138
 
9139
9139
  var Add = withT(function (_ref) {