Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@seliaco/giant-panda-components

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seliaco/giant-panda-components - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

1

dist/components/ButtonComponent.d.ts

@@ -6,2 +6,3 @@ import { LitElement } from 'lit';

size: string;
width: string;
disabled: boolean;

@@ -8,0 +9,0 @@ static styles: import("lit").CSSResult;

18

dist/constants/translations.d.ts

@@ -13,5 +13,5 @@ export declare const translations: {

b2b: string;
"b2b-subtitle": string;
"b2b-footer": string;
"b2b-footer-demo": string;
b2bSubtitle: string;
b2bFooter: string;
b2bFooterDemo: string;
};

@@ -30,5 +30,5 @@ };

b2b: string;
"b2b-subtitle": string;
"b2b-footer": string;
"b2b-footer-demo": string;
b2bSubtitle: string;
b2bFooter: string;
b2bFooterDemo: string;
};

@@ -47,5 +47,5 @@ };

b2b: string;
"b2b-subtitle": string;
"b2b-footer": string;
"b2b-footer-demo": string;
b2bSubtitle: string;
b2bFooter: string;
b2bFooterDemo: string;
};

@@ -52,0 +52,0 @@ };

@@ -117,2 +117,3 @@ (function (global, factory) {

this.size = '';
this.width = '';
this.disabled = false;

@@ -130,2 +131,5 @@ this.classResolver = () => {

}
if (this.width) {
this.style.setProperty('--button-width', this.width);
}
return classes;

@@ -159,2 +163,5 @@ };

n$1()
], exports.ButtonComponent.prototype, "width", void 0);
__decorate([
n$1()
], exports.ButtonComponent.prototype, "disabled", void 0);

@@ -690,12 +697,12 @@ exports.ButtonComponent = __decorate([

},
"login": {
"title": "Iniciar sesión",
"email": "Correo electrónico",
"password": "Contraseña",
"forgotPassword": "¿Olvidaste tu contraseña?",
"submit": "Iniciar sesión",
"b2b": "Selia Empresas",
"b2b-subtitle": "Ingresa tus credenciales de administrador.",
"b2b-footer": "¿Quieres pertenecer a Selia empresas?",
"b2b-footer-demo": "Solicitar demo aquí"
login: {
title: "Iniciar sesión",
email: "Correo electrónico",
password: "Contraseña",
forgotPassword: "¿Olvidaste tu contraseña?",
submit: "Iniciar sesión",
b2b: "Selia Empresas",
b2bSubtitle: "Ingresa tus credenciales de administrador.",
b2bFooter: "¿Quieres pertenecer a Selia empresas?",
b2bFooterDemo: "Solicitar demo aquí"
},

@@ -707,12 +714,12 @@ };

},
"login": {
"title": "Sign In",
"email": "Email",
"password": "Password",
"forgotPassword": "Forgot your password?",
"submit": "Sign In",
"b2b": "Selia Companies",
"b2b-subtitle": "Enter your admin credentials to access your account",
"b2b-footer": "Do you want to join Selia companies?",
"b2b-footer-demo": "Request demo here"
login: {
title: "Sign In",
email: "Email",
password: "Password",
forgotPassword: "Forgot your password?",
submit: "Sign In",
b2b: "Selia Companies",
b2bSubtitle: "Enter your admin credentials to access your account",
b2bFooter: "Do you want to join Selia companies?",
b2bFooterDemo: "Request demo here"
},

@@ -724,12 +731,12 @@ };

},
"login": {
"title": "Entrar",
"email": "E-mail",
"password": "Senha",
"forgotPassword": "Esqueceu sua senha?",
"submit": "Entrar",
"b2b": "Selia Empresas",
"b2b-subtitle": "Insira suas credenciais de administrador.",
"b2b-footer": "Quer fazer parte da Selia empresas?",
"b2b-footer-demo": "Solicitar demo aqui"
login: {
title: "Entrar",
email: "E-mail",
password: "Senha",
forgotPassword: "Esqueceu sua senha?",
submit: "Entrar",
b2b: "Selia Empresas",
b2bSubtitle: "Insira suas credenciais de administrador.",
b2bFooter: "Quer fazer parte da Selia empresas?",
b2bFooterDemo: "Solicitar demo aqui"
},

@@ -929,3 +936,3 @@ };

<div class="body-small">
${this.translations?.login['b2b-subtitle']}
${this.translations?.login?.b2bSubtitle}
</div>

@@ -941,6 +948,6 @@ `;

<span>
${this.translations?.login['b2b-footer']}
${this.translations?.login?.b2bFooter}
</span>
<span class="content-title link" @click="${this.handleDemoRequest}">
${this.translations?.login['b2b-footer-demo']}
${this.translations?.login?.b2bFooterDemo}
</span>

@@ -977,2 +984,3 @@ </div>

value="${this.formValue.password}"
enabledRegex
@change="${this.handlePasswordChange}">

@@ -985,3 +993,8 @@ </password-component>

<button-component class="login-form-field" @click="${this.handleSubmit}">
<button-component
class="login-form-field"
width="100%"
size="lg"
@click="${this.handleSubmit}"
>
${submitText}

@@ -1008,2 +1021,6 @@ </button-component>

gap: 8px;
padding: 24px;
max-width: 400px;
margin: auto;
box-sizing: border-box;
}

@@ -1010,0 +1027,0 @@

{
"version": "1.0.19",
"version": "1.0.20",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc