@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.cjs.js CHANGED
@@ -9170,7 +9170,7 @@ var StripeConnect = function StripeConnect(_ref) {
9170
9170
  };
9171
9171
 
9172
9172
  var VALIDATION_SCHEMA = yup__namespace.object({
9173
- upiId: yup__namespace.string().matches(/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/, i18next.t("neetoPayments.upi.form.validation.invalidUpi")).required(i18next.t("neetoPayments.upi.form.validation.required"))
9173
+ upiId: yup__namespace.string().matches(/^[a-zA-Z0-9.-]{2,256}@[a-zA-Z0-9][a-zA-Z0-9-]{1,63}$/, i18next.t("neetoPayments.upi.form.validation.invalidUpi")).required(i18next.t("neetoPayments.upi.form.validation.required"))
9174
9174
  });
9175
9175
 
9176
9176
  var Add = reactUtils.withT(function (_ref) {