@seliaco/giant-panda-components
Advanced tools
Comparing version 1.0.23-snapshot-12 to 1.0.23-snapshot-13
@@ -1055,34 +1055,35 @@ (function (global, factory) { | ||
subtitle="${this.subtitle}"> | ||
<template slot="content"> | ||
<div class="login-form" > | ||
<email-component | ||
class="login-form-field" | ||
label="${emailLabel}" | ||
value="${this.formValue.email}" | ||
@change="${this.handleEmailChange}"> | ||
</email-component> | ||
<div class="login-form" slot="content"> | ||
<email-component | ||
class="login-form-field" | ||
label="${emailLabel}" | ||
value="${this.formValue.email}" | ||
@change="${this.handleEmailChange}"> | ||
</email-component> | ||
<password-component | ||
class="login-form-field" | ||
label="${passwordLabel}" | ||
value="${this.formValue.password}" | ||
enabledRegex | ||
@change="${this.handlePasswordChange}"> | ||
</password-component> | ||
<password-component | ||
class="login-form-field" | ||
label="${passwordLabel}" | ||
value="${this.formValue.password}" | ||
enabledRegex | ||
@change="${this.handlePasswordChange}"> | ||
</password-component> | ||
<div class="content-title" @click="${this.handleForgotPassword}"> | ||
${forgotText} | ||
</div> | ||
<div class="content-title" @click="${this.handleForgotPassword}"> | ||
${forgotText} | ||
<button-component | ||
class="login-form-field" | ||
width="100%" | ||
size="lg" | ||
@click="${this.handleSubmit}" | ||
> | ||
${submitText} | ||
</button-component> | ||
${this.footer} | ||
</div> | ||
<button-component | ||
class="login-form-field" | ||
width="100%" | ||
size="lg" | ||
@click="${this.handleSubmit}" | ||
> | ||
${submitText} | ||
</button-component> | ||
${this.footer} | ||
</div> | ||
</template> | ||
</wrapper-auth> | ||
@@ -1089,0 +1090,0 @@ `; |
{ | ||
"version": "1.0.23-snapshot-12", | ||
"version": "1.0.23-snapshot-13", | ||
"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
75482
1419