@loadsmart/miranda-wc
Advanced tools
Comparing version 1.14.1 to 1.15.0
@@ -1,2 +0,3 @@ | ||
import { LitElement, type PropertyValues } from 'lit'; | ||
import { type PropertyValues } from 'lit'; | ||
import { FormControl } from '../form-control'; | ||
export declare type ButtonVariant = 'primary' | 'secondary' | 'tertiary' | 'warning' | 'danger' | 'icon' | 'icon-secondary'; | ||
@@ -12,3 +13,3 @@ export declare type ButtonSize = 'small' | 'default' | 'large'; | ||
} | ||
export declare class Button extends LitElement { | ||
export declare class Button extends FormControl { | ||
static styles: import("lit").CSSResult[][]; | ||
@@ -32,2 +33,6 @@ static get properties(): { | ||
}; | ||
assignedForm: { | ||
type: StringConstructor; | ||
attribute: string; | ||
}; | ||
}; | ||
@@ -56,2 +61,3 @@ /** | ||
connectedCallback(): void; | ||
disconnectedCallback(): void; | ||
protected updated(changedProperties: PropertyValues<this>): void; | ||
@@ -61,2 +67,3 @@ render(): import("lit").TemplateResult<1>; | ||
_setDisabled(): void; | ||
private handleClick; | ||
} | ||
@@ -63,0 +70,0 @@ declare global { |
{ | ||
"name": "@loadsmart/miranda-wc", | ||
"version": "1.14.1", | ||
"version": "1.15.0", | ||
"description": "Miranda Web Components component library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
372971
178
2439