@seliaco/giant-panda-components
Advanced tools
Comparing version 1.0.29 to 1.0.30
@@ -21,2 +21,7 @@ export declare const translations: { | ||
}; | ||
form: { | ||
passwordSecurity: string; | ||
passwordlength: string; | ||
passwordRegexRules: string; | ||
}; | ||
}; | ||
@@ -42,2 +47,7 @@ en: { | ||
}; | ||
form: { | ||
passwordSecurity: string; | ||
passwordLength: string; | ||
passwordRegexRules: string; | ||
}; | ||
}; | ||
@@ -63,4 +73,9 @@ pt: { | ||
}; | ||
form: { | ||
passwordSecurity: string; | ||
passwordLength: string; | ||
passwordRegexRules: string; | ||
}; | ||
}; | ||
}; | ||
//# sourceMappingURL=translations.d.ts.map |
@@ -821,2 +821,7 @@ (function (global, factory) { | ||
}, | ||
form: { | ||
passwordSecurity: "Elige una que no hayas usado y recuerda incluir:", | ||
passwordlength: "Al menos 8 caracteres", | ||
passwordRegexRules: "Al menos una mayúscula, una misnuscula y un número" | ||
} | ||
}; | ||
@@ -842,2 +847,7 @@ const en = { | ||
}, | ||
form: { | ||
passwordSecurity: "Choose one that you have not used before and remember to include:", | ||
passwordLength: "At least 8 characters", | ||
passwordRegexRules: "At least one uppercase, one lowercase, and one number" | ||
} | ||
}; | ||
@@ -863,2 +873,7 @@ const pt = { | ||
}, | ||
form: { | ||
passwordSecurity: "Escolha uma que você não usou antes e lembre-se de incluir:", | ||
passwordLength: "Pelo menos 8 caracteres", | ||
passwordRegexRules: "Pelo menos uma maiúscula, uma minúscula e um número" | ||
} | ||
}; | ||
@@ -912,2 +927,4 @@ const translations = { | ||
${this.errorTemplate} | ||
${this.hintTemplate} | ||
`; | ||
@@ -914,0 +931,0 @@ } |
{ | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"name": "@seliaco/giant-panda-components", | ||
@@ -4,0 +4,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78761
1494