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.36 to 1.0.37

dist/styles/form.style.d.ts

5

dist/components/ButtonComponent.d.ts

@@ -14,7 +14,2 @@ import { LitElement } from 'lit';

}
declare global {
interface HTMLElementTagNameMap {
'button-component': ButtonComponent;
}
}
//# sourceMappingURL=ButtonComponent.d.ts.map

@@ -6,8 +6,3 @@ declare const EmailComponent_base: any;

}
declare global {
interface HTMLElementTagNameMap {
'email-component': EmailComponent;
}
}
export {};
//# sourceMappingURL=EmailComponent.d.ts.map

7

dist/components/fields/FieldComponent.d.ts

@@ -7,2 +7,4 @@ import { LitElement } from 'lit';

errorText: string;
connectedCallback(): void;
init(): void;
get fieldClasses(): string;

@@ -12,7 +14,2 @@ getSlot(slotName: string): Element;

}
declare global {
interface HTMLElementTagNameMap {
'field-component': FieldComponent;
}
}
//# sourceMappingURL=FieldComponent.d.ts.map

@@ -16,8 +16,3 @@ declare const PasswordComponent_base: any;

}
declare global {
interface HTMLElementTagNameMap {
'password-component': PasswordComponent;
}
}
export {};
//# sourceMappingURL=PasswordComponent.d.ts.map

@@ -1,2 +0,2 @@

import { LitElement } from "lit";
import { LitElement } from 'lit';
export declare class WrapperAuthComponent extends LitElement {

@@ -3,0 +3,0 @@ logoText: string;

export declare const linkImport: import("lit-html").TemplateResult<1>;
export declare const cssImport: import("lit").CSSResult;
export declare const linkIconImport: import("lit-html").TemplateResult<1>;
export declare const linkTypograghImport: import("lit-html").TemplateResult<1>;
//# sourceMappingURL=css-import.d.ts.map

@@ -1,6 +0,8 @@

import { CSSResult } from "lit";
import { CSSResult } from 'lit';
export declare enum BtnColorEnum {
'purple-fill' = "purple-fill",
purple = "purple",
red = "red",
white = "white"
white = "white",
gray = "gray"
}

@@ -7,0 +9,0 @@ export declare enum BtnSizeEnum {

{
"version": "1.0.36",
"version": "1.0.37",
"name": "@seliaco/giant-panda-components",

@@ -26,3 +26,3 @@ "type": "module",

"@rollup/plugin-node-resolve": "^15.2.3",
"@seliaco/giant-panda-styles": "^1.0.4",
"@seliaco/giant-panda-styles": "^1.0.17",
"@typescript-eslint/eslint-plugin": "^7.3.0",

@@ -29,0 +29,0 @@ "@typescript-eslint/parser": "^7.3.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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