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

@rmwc/icon-button

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/icon-button - npm Package Compare versions

Comparing version 14.0.2-alpha.7 to 14.0.2

README.md

4

lib/icon-button.d.ts

@@ -7,3 +7,3 @@ import * as RMWC from '@rmwc/types';

*********************************************************************/
export type IconButtonOnChangeEventT = RMWC.CustomEventT<{
export declare type IconButtonOnChangeEventT = RMWC.CustomEventT<{
isOn: boolean;

@@ -31,4 +31,4 @@ }>;

}
export type IconButtonHTMLProps = RMWC.HTMLProps<HTMLInputElement, Omit<React.AllHTMLAttributes<HTMLButtonElement>, 'onChange'>>;
export declare type IconButtonHTMLProps = RMWC.HTMLProps<HTMLInputElement, Omit<React.AllHTMLAttributes<HTMLButtonElement>, 'onChange'>>;
/** An IconButton component that can also be used as a toggle. */
export declare const IconButton: RMWC.ComponentType<IconButtonProps, IconButtonHTMLProps, 'button'>;
{
"name": "@rmwc/icon-button",
"version": "14.0.2-alpha.7",
"version": "14.0.2",
"main": "./index.js",

@@ -9,2 +9,3 @@ "types": "./index.d.ts",

"import": "./index.mjs",
"types": "./index.d.ts",
"require": "./index.js"

@@ -14,2 +15,3 @@ },

"import": "./styles.mjs",
"types": "./styles.d.ts",
"require": "./styles.js"

@@ -37,3 +39,3 @@ }

},
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/readme/icon-button",
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/icon-button",
"peerDependencies": {

@@ -45,7 +47,7 @@ "@material/icon-button": "^14.0.0",

"dependencies": {
"@rmwc/base": "14.0.2-alpha.7",
"@rmwc/icon": "14.0.2-alpha.7",
"@rmwc/ripple": "14.0.2-alpha.7",
"@rmwc/types": "14.0.2-alpha.7"
"@rmwc/base": "14.0.2",
"@rmwc/icon": "14.0.2",
"@rmwc/ripple": "14.0.2",
"@rmwc/types": "14.0.2"
}
}
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