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

@rmwc/types

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/types - npm Package Compare versions

Comparing version 5.0.8-alpha.0 to 5.0.12-alpha.0

1

flow-typed/icon-button/index.js

@@ -31,3 +31,2 @@ // @flow

}
declare export var IconButtonRoot: React$ComponentType<IconButtonProps & RMWC.ComponentProps & RMWC.WithRippleProps>;
declare export interface IconButtonIconProps extends IconProps {

@@ -34,0 +33,0 @@ on?: boolean;

8

flow-typed/select/index.js

@@ -33,4 +33,8 @@ // @flow

outlined?: boolean;
/** Disables the form control. */
/** Makes the Select visually invalid. This is sometimes automatically my material-components-web. */
invalid?: boolean;
/** Makes the Select disabled. */
disabled?: boolean;
/** Makes the Select required. */
required?: boolean;
/** Renders a non native / enhanced dropdown */

@@ -42,4 +46,2 @@ enhanced?: boolean;

inputRef?: (ref: HTMLSelectElement | null) => void;
/** A className for the root element. */
className?: string;
/** Add a leading icon. */

@@ -46,0 +48,0 @@ withLeadingIcon?: IconPropT;

@@ -23,8 +23,8 @@ // @flow

fullwidth?: boolean;
/** Disables the input. */
/** Makes the TextField visually invalid. This is sometimes automatically applied in cases where required or pattern is used. */
invalid?: boolean;
/** Makes the Textfield disabled. */
disabled?: boolean;
/** Mark the input as required. */
/** Makes the Textfield required. */
required?: boolean;
/** Makes the TextField visually invalid. This is sometimes automatically applied in cases where required or pattern is used. */
invalid?: boolean;
/** Outline the TextField */

@@ -31,0 +31,0 @@ outlined?: boolean;

{
"name": "@rmwc/types",
"version": "5.0.8-alpha.0",
"version": "5.0.12-alpha.0",
"description": "RMWC Shared Typescript Types",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/types#readme",
"gitHead": "372100cfa817fbd673e29fded29dd1820c111e81"
"gitHead": "dccd3764ae2d911bdb3cdbe0abba5bc73695e044"
}
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