@digital-realty/ix-button
Advanced tools
Comparing version 3.2.8 to 3.2.9
@@ -1,1 +0,4 @@ | ||
export {}; | ||
import { IxButton } from './IxButton.js'; | ||
export declare class IxButtonStyled extends IxButton { | ||
static styles: import("lit").CSSResult; | ||
} |
@@ -0,3 +1,11 @@ | ||
import { css } from 'lit'; | ||
import { IxButton } from './IxButton.js'; | ||
window.customElements.define('ix-button', IxButton); | ||
export class IxButtonStyled extends IxButton { | ||
} | ||
IxButtonStyled.styles = css ` | ||
.md-button { | ||
display: block; | ||
} | ||
`; | ||
window.customElements.define('ix-button', IxButtonStyled); | ||
//# sourceMappingURL=ix-button.js.map |
@@ -11,3 +11,2 @@ import { LitElement } from 'lit'; | ||
export declare class IxButton extends LitElement implements FormSubmitter { | ||
static get styles(): never[]; | ||
/** @nocollapse */ | ||
@@ -14,0 +13,0 @@ static readonly formAssociated = true; |
@@ -18,5 +18,2 @@ var _a; | ||
export class IxButton extends LitElement { | ||
static get styles() { | ||
return []; | ||
} | ||
/** | ||
@@ -23,0 +20,0 @@ * The associated form element with which this element's value will submit. |
@@ -6,3 +6,3 @@ { | ||
"author": "Digital Realty", | ||
"version": "3.2.8", | ||
"version": "3.2.9", | ||
"type": "module", | ||
@@ -106,3 +106,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "d57dedc86cbf4e58a5f01445702dc5f540317d00" | ||
"gitHead": "22907facb6faf6308fa1ea46a7faf875bcb26422" | ||
} |
Sorry, the diff of this file is not supported yet
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
228
21439
15