Socket
Socket
Sign inDemoInstall

@material/icon-button

Package Overview
Dependencies
Maintainers
13
Versions
1664
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/icon-button - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0-1

24

dist/mdc.iconButton.d.ts

@@ -7,3 +7,3 @@ // Generated by dts-bundle v0.7.3

declare module 'mdc-icon-button' {
declare module '@material/icon-button' {
/**

@@ -31,9 +31,9 @@ * @license

*/
export * from 'mdc-icon-button/adapter';
export * from 'mdc-icon-button/component';
export * from 'mdc-icon-button/foundation';
export * from 'mdc-icon-button/types';
export * from '@material/icon-button/adapter';
export * from '@material/icon-button/component';
export * from '@material/icon-button/foundation';
export * from '@material/icon-button/types';
}
declare module 'mdc-icon-button/adapter' {
declare module '@material/icon-button/adapter' {
/**

@@ -61,3 +61,3 @@ * @license

*/
import { MDCIconButtonToggleEventDetail } from 'mdc-icon-button/types';
import { MDCIconButtonToggleEventDetail } from '@material/icon-button/types';
/**

@@ -79,3 +79,3 @@ * Defines the shape of the adapter expected by the foundation.

declare module 'mdc-icon-button/component' {
declare module '@material/icon-button/component' {
/**

@@ -105,3 +105,3 @@ * @license

import { MDCRipple } from '@material/ripple/component';
import { MDCIconButtonToggleFoundation } from 'mdc-icon-button/foundation';
import { MDCIconButtonToggleFoundation } from '@material/icon-button/foundation';
export class MDCIconButtonToggle extends MDCComponent<MDCIconButtonToggleFoundation> {

@@ -118,3 +118,3 @@ static attachTo(root: HTMLElement): MDCIconButtonToggle;

declare module 'mdc-icon-button/foundation' {
declare module '@material/icon-button/foundation' {
/**

@@ -143,3 +143,3 @@ * @license

import { MDCFoundation } from '@material/base/foundation';
import { MDCIconButtonToggleAdapter } from 'mdc-icon-button/adapter';
import { MDCIconButtonToggleAdapter } from '@material/icon-button/adapter';
export class MDCIconButtonToggleFoundation extends MDCFoundation<MDCIconButtonToggleAdapter> {

@@ -164,3 +164,3 @@ static readonly cssClasses: {

declare module 'mdc-icon-button/types' {
declare module '@material/icon-button/types' {
/**

@@ -167,0 +167,0 @@ * @license

{
"name": "@material/icon-button",
"description": "The Material Components for the web icon button component",
"version": "1.0.0-0",
"version": "1.0.0-1",
"license": "MIT",

@@ -22,5 +22,5 @@ "main": "dist/mdc.iconButton.js",

"dependencies": {
"@material/base": "^1.0.0-0",
"@material/ripple": "^1.0.0-0",
"@material/theme": "^1.0.0-0",
"@material/base": "^1.0.0-1",
"@material/ripple": "^1.0.0-1",
"@material/theme": "^1.0.0-1",
"tslib": "^1.9.3"

@@ -27,0 +27,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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