Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@assecosolutions/fox-icon-button

Package Overview
Dependencies
Maintainers
0
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-icon-button - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

src/lib/FoxIconButtonToggle.d.ts

6

package.json
{
"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

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