@rmwc/types
Advanced tools
Comparing version 5.0.8-alpha.0 to 5.0.12-alpha.0
@@ -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; |
@@ -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" | ||
} |
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
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
327420
13166