@seliaco/giant-panda-components
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -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,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
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
111495
59
2479