@rmwc/select
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -22,2 +22,4 @@ import { SimpleTagPropsT } from '@rmwc/base'; | ||
className?: string; | ||
/** Styles to be applied to the root of the component. */ | ||
style?: Object; | ||
} & SimpleTagPropsT & React.InputHTMLAttributes<HTMLInputElement>; | ||
@@ -24,0 +26,0 @@ export declare const SelectRoot: React.ComponentType<SelectPropsT>; |
@@ -145,3 +145,4 @@ 'use strict'; | ||
apiRef = _props.apiRef, | ||
rest = _objectWithoutProperties(_props, ['placeholder', 'children', 'value', 'outlined', 'label', 'options', 'className', 'rootProps', 'apiRef']); | ||
style = _props.style, | ||
rest = _objectWithoutProperties(_props, ['placeholder', 'children', 'value', 'outlined', 'label', 'options', 'className', 'rootProps', 'apiRef', 'style']); | ||
@@ -157,3 +158,4 @@ var root_ = this.foundationRefs.root_; | ||
elementRef: root_, | ||
className: className | ||
className: className, | ||
style: style | ||
}), | ||
@@ -160,0 +162,0 @@ React.createElement( |
{ | ||
"name": "@rmwc/select", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "RMWC Select component", | ||
@@ -30,7 +30,7 @@ "main": "index.js", | ||
"@material/select": "~0.40.0", | ||
"@rmwc/base": "^3.0.4", | ||
"@rmwc/floating-label": "^3.0.4", | ||
"@rmwc/line-ripple": "^3.0.4", | ||
"@rmwc/notched-outline": "^3.0.4" | ||
"@rmwc/base": "^3.0.5", | ||
"@rmwc/floating-label": "^3.0.5", | ||
"@rmwc/line-ripple": "^3.0.5", | ||
"@rmwc/notched-outline": "^3.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
39017
709
Updated@rmwc/base@^3.0.5
Updated@rmwc/floating-label@^3.0.5
Updated@rmwc/line-ripple@^3.0.5
Updated@rmwc/notched-outline@^3.0.5