@seliaco/giant-panda-components
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -23,3 +23,3 @@ export declare const translations: { | ||
passwordSecurity: string; | ||
passwordlength: string; | ||
passwordLength: string; | ||
passwordRegexRules: string; | ||
@@ -26,0 +26,0 @@ }; |
@@ -823,3 +823,3 @@ (function (global, factory) { | ||
passwordSecurity: "Elige una que no hayas usado y recuerda incluir:", | ||
passwordlength: "Al menos 8 caracteres", | ||
passwordLength: "Al menos 8 caracteres", | ||
passwordRegexRules: "Al menos una mayúscula, una misnuscula y un número" | ||
@@ -969,4 +969,7 @@ } | ||
.password-validation { | ||
margin: 8px 0 0 12px; | ||
display: flex; | ||
align-self: flex-start; | ||
margin-left: 12px; | ||
flex-direction: column; | ||
gap: 4px; | ||
} | ||
@@ -973,0 +976,0 @@ `; |
{ | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"name": "@seliaco/giant-panda-components", | ||
@@ -4,0 +4,0 @@ "type": "module", |
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
78831
1497