@assecosolutions/fox-icon-button
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@assecosolutions/fox-icon-button", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"public": true, | ||
@@ -19,5 +19,3 @@ "publishConfig": { | ||
"main": "./index.esm.js", | ||
"peerDependencies": { | ||
"@material/mwc-icon-button": "^0.26.1" | ||
} | ||
"peerDependencies": {} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { IconButtonBase } from '@material/mwc-icon-button/mwc-icon-button-base'; | ||
import { LitElement } from 'lit'; | ||
declare global { | ||
@@ -7,17 +7,3 @@ interface HTMLElementTagNameMap { | ||
} | ||
/** | ||
* | ||
* Use any icon listed in https://fonts.google.com/icons?selected=Material+Icons and place the name inside the icon attribute | ||
* | ||
* @element fox-icon-button | ||
* | ||
* @slot default - slot for custom image / svg using image attr is recommended | ||
* | ||
* @attr icon - Icon to display, and aria-label value when label is not defined. | ||
* @attr label - Accessible label for the button, sets aria-label | ||
* @attr disabled - Disabled buttons cannot be interacted with and have no visual interaction effect. | ||
* @attr small - Button will be displayed at the smallest available size | ||
* | ||
*/ | ||
export declare class FoxIconButton extends IconButtonBase { | ||
export declare class FoxIconButton extends LitElement { | ||
/** | ||
@@ -27,4 +13,14 @@ * @ignore | ||
static styles: import("lit").CSSResult[]; | ||
small: boolean; | ||
primary: boolean; | ||
filled: boolean; | ||
outlined: boolean; | ||
disabled: boolean; | ||
square: boolean; | ||
trailingIcon: boolean; | ||
elevated: boolean; | ||
icon: string; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} | ||
declare const name = "fox-icon-button"; | ||
export {}; |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
83013
0
8
0
1564
1