{"version":3,"file":"is-email-DUPPKUW-.js","sources":["../../../node_modules/@mantine/form/esm/validators/matches/matches.mjs","../../../node_modules/@mantine/form/esm/validators/is-email/is-email.mjs"],"sourcesContent":["'use client';\nfunction matches(regexp, error) {\n const _error = error || true;\n return (value) => {\n if (typeof value !== \"string\") {\n return _error;\n }\n return regexp.test(value) ? null : _error;\n };\n}\n\nexport { matches };\n//# sourceMappingURL=matches.mjs.map\n","'use client';\nimport { matches } from '../matches/matches.mjs';\n\nfunction isEmail(error) {\n return matches(/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$/, error);\n}\n\nexport { isEmail };\n//# sourceMappingURL=is-email.mjs.map\n"],"names":["matches","regexp","error","_error","value","isEmail"],"mappings":"AACA,SAASA,EAAQC,EAAQC,EAAO,CAC9B,MAAMC,EAASD,GAAS,GACxB,OAAQE,GACF,OAAOA,GAAU,SACZD,EAEFF,EAAO,KAAKG,CAAK,EAAI,KAAOD,CAEvC,CCNA,SAASE,EAAQH,EAAO,CACtB,OAAOF,EAAQ,mDAAoDE,CAAK,CAC1E","x_google_ignoreList":[0,1]}