sass-template-common 0.6.13 → 0.6.14

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.
@@ -225,6 +225,7 @@ export declare type ComentariosLoginFormResolved = Required<ComentariosTextsComm
225
225
  export declare type ComentariosLoginPhaseTexts = {
226
226
  GoogleButtonText?: string;
227
227
  noAccountText?: string;
228
+ alreadyHasAccountText?: string;
228
229
  registerButtonText?: string;
229
230
  forgotPasswordText?: string;
230
231
  };